Sample project showing sbt-jmh, for the Scala Hamburg Meetup 06/18.
Start sbt and navigate through commits (e.g. with groll next/prev
).
To run the manual/custom microbenchmark, in sbt execute
core/run
To run the jmh benchmark, execute
bench/jmh:run -wi 10 -i 5 .*Benchmark