Skip to content

Commit 271c975

Browse files
committed
bench: cpython vm defaults to no warmup curves
- update overlay
1 parent c502010 commit 271c975

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local const = import 'ci_common/constants.libsonnet';
33
local builder = import 'ci_common/builder.libsonnet';
44

55
{
6-
overlay: "e53f9686acc713d79098a608a00101733e26ba39",
6+
overlay: "123dda879b0003af4b8d529e71fceb15bb26e94e",
77

88
// ======================================================================================================
99
//

mx.graalpython/mx_graalpython_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def run(self, cwd, args):
158158
class CPythonVm(AbstractPythonIterationsControlVm):
159159
PYTHON_INTERPRETER = "python3"
160160

161-
def __init__(self, config_name, options=None, virtualenv=None, iterations=None):
161+
def __init__(self, config_name, options=None, virtualenv=None, iterations=0):
162162
super(CPythonVm, self).__init__(config_name, options=options, iterations=iterations)
163163
self._virtualenv = virtualenv
164164

0 commit comments

Comments
 (0)