JMH備忘録

java -jar target/benchmarks.jar -h

コマンドラインオプションのリスト表示

  • -f: fork
  • -wi: warmup iteration
  • -i : number of iterations

など

If you hit the error when running in Eclipse/JBDS

ERROR: Unable to find the resource: /META-INF/BenchmarkList

Run "mvn clean compile" via command line first