Codebase for the blog post Java Benchmarking with JMH (Java Microbenchmark Harness)
Steps to run this project:
- Clone this Git repository
- Navigate to the folder
java-benchmarking-with-jmh - Build this project with
mvn clean package - Execute the benchmark with
java -jar target/benchmarks.jar(this might take some time)