We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b54a9 commit 11aef2cCopy full SHA for 11aef2c
bench/src/main/scala/Benchmarks.scala
@@ -37,8 +37,6 @@ object Bench {
37
.forks(1)
38
.warmupIterations(12)
39
.measurementIterations(20)
40
- .resultFormat(ResultFormatType.CSV)
41
- .result("result.csv")
42
.build
43
44
val runner = new Runner(opts) // full access to all JMH features, you can also provide a custom output Format here
0 commit comments