Skip to content

Commit 2a5e84c

Browse files
committed
[GR-28769] Adapt to mx changes.
PullRequest: graalpython/1843
2 parents b9d24b1 + e20d734 commit 2a5e84c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

mx.graalpython/mx_graalpython_benchmark.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -584,9 +584,6 @@ def group(self):
584584
def name(self):
585585
return self._name
586586

587-
def benchSuiteName(self, bmSuiteArgs):
588-
return self.name()
589-
590587
def subgroup(self):
591588
return SUBGROUP_GRAAL_PYTHON
592589

mx.graalpython/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# METADATA
66
#
77
# --------------------------------------------------------------------------------------------------------------
8-
"mxversion": "5.280.3",
8+
"mxversion": "5.301.0",
99
"name": "graalpython",
1010
"versionConflictResolution": "latest",
1111

0 commit comments

Comments
 (0)