We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9d24b1 + e20d734 commit 2a5e84cCopy full SHA for 2a5e84c
mx.graalpython/mx_graalpython_benchmark.py
@@ -584,9 +584,6 @@ def group(self):
584
def name(self):
585
return self._name
586
587
- def benchSuiteName(self, bmSuiteArgs):
588
- return self.name()
589
-
590
def subgroup(self):
591
return SUBGROUP_GRAAL_PYTHON
592
mx.graalpython/suite.py
@@ -5,7 +5,7 @@
5
# METADATA
6
#
7
# --------------------------------------------------------------------------------------------------------------
8
- "mxversion": "5.280.3",
+ "mxversion": "5.301.0",
9
"name": "graalpython",
10
"versionConflictResolution": "latest",
11
0 commit comments