Skip to content

jabrena/101-jmh

Repository files navigation

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