75767778798081
.warmupIterations(5) .measurementIterations(10) .forks(1) .build(); new Runner(opt).run(); }
100101102103104105106
runnerOptions.resultFormat(ResultFormatType.JSON); runnerOptions.result(filePath); } new Runner(runnerOptions.build()).run(); }