Skip to content

Commit e20d734

Browse files
committed
Adapt to mx changes
1 parent 0b217ac commit e20d734

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
@@ -506,9 +506,6 @@ def group(self):
506506
def name(self):
507507
return self._name
508508

509-
def benchSuiteName(self, bmSuiteArgs):
510-
return self.name()
511-
512509
def subgroup(self):
513510
return SUBGROUP_GRAAL_PYTHON
514511

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)