Skip to content

Commit 4828bf3

Browse files
andreabergiagbrail
authored andcommitted
Actually disable background compilation for benchmarks
The flag should be a `-` since [the intention](mozilla@efe57ab#diff-77ab8968a72299a5fe665cc05d74e3f4c8d3059b243f8fc52d94462a898909fbR35) is to disable background compilation, but it was accidentally a `+`.
1 parent b94bdd0 commit 4828bf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jmh {
3232
}
3333
}
3434
}
35-
jvmArgs = ['-XX:+BackgroundCompilation']
35+
jvmArgs = ['-XX:-BackgroundCompilation']
3636
benchmarkMode = ['avgt']
3737
fork = 1
3838
iterations = 5

0 commit comments

Comments
 (0)