Skip to content

Commit c292cb7

Browse files
committed
just run 3 iterations on jython
1 parent d7d2d18 commit c292cb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mx.graalpython/mx_graalpython_benchmark.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def __init__(self, config_name, options=None, env=None, iterations=None, host_vm
257257
GuestVm.__init__(self, host_vm=host_vm)
258258

259259
def override_iterations(self, requested_iterations):
260-
return 2
260+
return 3
261261

262262
def hosting_registry(self):
263263
return java_vm_registry
@@ -282,6 +282,7 @@ def run(self, cwd, args):
282282
if a.startswith("-D") or a.startswith("-XX"):
283283
vm_args.insert(0, a)
284284
args.remove(a)
285+
args = self._override_iterations_args(args)
285286
cmd = vm_args + args
286287

287288
if not self._env:

0 commit comments

Comments
 (0)