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 7914492 commit 6f55382Copy full SHA for 6f55382
bench/src/main/scala/Benchmarks.scala
@@ -37,6 +37,7 @@ object Bench {
37
val libs = System.getProperty("BENCH_CLASS_PATH")
38
39
val opts = new OptionsBuilder()
40
+ .shouldFailOnError(true)
41
.jvmArgsPrepend(s"-classpath $libs", "-Xms2G", "-Xmx2G")
42
.mode(Mode.AverageTime)
43
.timeUnit(TimeUnit.MILLISECONDS)
0 commit comments