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.
1 parent d75376b commit 3670dd5Copy full SHA for 3670dd5
sdk/mx.sdk/mx_sdk_benchmark.py
@@ -1263,7 +1263,6 @@ def subgroup(self):
1263
def benchmarkList(self, bmSuiteArgs):
1264
exclude = []
1265
# Barista currently does not support running 'micronaut-pegasus' on the JVM - running it results in a crash
1266
- # Fixing this is currently not a priority, since no one is trying to run this app on the JVM
1267
exclude.append("micronaut-pegasus")
1268
return [b for b in self.completeBenchmarkList(bmSuiteArgs) if not b in exclude]
1269
0 commit comments