Skip to content

Commit 76a1a72

Browse files
committed
Reduce number of iterations in gate to avoid timeouts
1 parent 5210ed4 commit 76a1a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/mx.compiler/mx_compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ def compiler_gate_benchmark_runner(tasks, extraVMarguments=None, prefix=''):
464464
dacapo_esa = ['-esa', '-da:java.util.logging...']
465465

466466
# a few iterations to get the chance to catch miscompilations in the gate
467-
default_iterations = 4
467+
default_iterations = 1
468468

469469
dacapo_suite = mx_graal_benchmark.DaCapoBenchmarkSuite()
470470
dacapo_gate_iterations = {

0 commit comments

Comments
 (0)