Skip to content

Commit 11aef2c

Browse files
committed
Remove CSV output
1 parent f6b54a9 commit 11aef2c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bench/src/main/scala/Benchmarks.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ object Bench {
3737
.forks(1)
3838
.warmupIterations(12)
3939
.measurementIterations(20)
40-
.resultFormat(ResultFormatType.CSV)
41-
.result("result.csv")
4240
.build
4341

4442
val runner = new Runner(opts) // full access to all JMH features, you can also provide a custom output Format here

0 commit comments

Comments
 (0)