Skip to content

Commit 6f55382

Browse files
committed
fail jhm on error
1 parent 7914492 commit 6f55382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bench/src/main/scala/Benchmarks.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ object Bench {
3737
val libs = System.getProperty("BENCH_CLASS_PATH")
3838

3939
val opts = new OptionsBuilder()
40+
.shouldFailOnError(true)
4041
.jvmArgsPrepend(s"-classpath $libs", "-Xms2G", "-Xmx2G")
4142
.mode(Mode.AverageTime)
4243
.timeUnit(TimeUnit.MILLISECONDS)

0 commit comments

Comments
 (0)