Skip to content

Commit 4e72581

Browse files
committed
Run asv in strict mode in numpy/pandas benchmarks
1 parent ec19f54 commit 4e72581

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mx.graalpython/mx_graalpython_python_benchmarks.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
22
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
33
#
44
# The Universal Permissive License (UPL), Version 1.0
@@ -749,6 +749,7 @@ def _vmRun(self, vm, workdir, command, benchmarks, bmSuiteArgs):
749749
[
750750
join(workdir, vm_venv, "bin", "asv"),
751751
"run",
752+
"--strict",
752753
"--record-samples",
753754
"-e",
754755
"--python=same",
@@ -888,6 +889,7 @@ def _vmRun(self, vm, workdir, command, benchmarks, bmSuiteArgs):
888889
[
889890
join(workdir, vm_venv, "bin", "asv"),
890891
"run",
892+
"--strict",
891893
"--record-samples",
892894
"-e",
893895
"--python=same",

0 commit comments

Comments
 (0)