Skip to content

Commit b74b6c9

Browse files
committed
postfix community benchmark suites to make it easier to select them all
1 parent 491f193 commit b74b6c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mx.graalpython/mx_graalpython_python_benchmarks.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ class PyPerformanceSuite(
303303
VERSION = "1.0.5"
304304

305305
def name(self):
306-
return "pyperformance"
306+
return "pyperformance-suite"
307307

308308
def group(self):
309309
return "Graal"
@@ -367,7 +367,7 @@ class PyPySuite(mx_benchmark.TemporaryWorkdirMixin, mx_benchmark.VmBenchmarkSuit
367367
VERSION = "0324a252cf1a"
368368

369369
def name(self):
370-
return "pypy"
370+
return "pypy-suite"
371371

372372
def group(self):
373373
return "Graal"
@@ -442,7 +442,7 @@ class NumPySuite(mx_benchmark.TemporaryWorkdirMixin, mx_benchmark.VmBenchmarkSui
442442
VIRTUALENV = "20.16.3"
443443

444444
def name(self):
445-
return "numpy"
445+
return "numpy-suite"
446446

447447
def group(self):
448448
return "Graal"

0 commit comments

Comments
 (0)