Skip to content

Commit ad3a2f9

Browse files
committed
Fix benchmark vm priority
1 parent f25f7b3 commit ad3a2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython_python_benchmarks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ def register_python_benchmarks():
551551
python_vm_registry.add_vm(PyPyVm())
552552
python_vm_registry.add_vm(Python3Vm())
553553
for config_name, options, priority in [
554-
("launcher", [], 100),
554+
("launcher", [], 5),
555555
]:
556556
python_vm_registry.add_vm(GraalPyVm(config_name, options), SUITE, priority)
557557

0 commit comments

Comments
 (0)