jabrena / 101-jmh

https://jabrena.github.io/101-jmh/
Apache License 2.0
0 stars 0 forks source link

101-jmh

A simple example to review JMH

What is JMH?

JMH is a Java harness for building, running, and analysing nano/micro/milli/macro benchmarks written in Java and other languages targetting the JVM.

How to build?

sdk env install
./mvnw clean verify

# Other commands
./mvnw versions:display-dependency-updates
./mvnw versions:display-plugin-updates

References