Skip to content

Commit

Permalink
mitigate chance of DaCapo_pmd:BenchmarkCounters gate test failing on …
Browse files Browse the repository at this point in the history
…a fastdebug VM
  • Loading branch information
dougxc committed Aug 31, 2021
1 parent 6510771 commit 1c8f8ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/mx.compiler/mx_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,8 @@ def compiler_gate_benchmark_runner(tasks, extraVMarguments=None, prefix=''):
# misuses the API. The same harness is used by Scala DaCapo.
dacapo_esa = ['-esa', '-da:java.util.logging...']

# a few iterations to get the chance to catch miscompilations in the gate
default_iterations = 1
# A few iterations to increase the chance of catching compilation errors
default_iterations = 2

dacapo_suite = mx_graal_benchmark.DaCapoBenchmarkSuite()
dacapo_gate_iterations = {
Expand Down

0 comments on commit 1c8f8ac

Please sign in to comment.