Skip to content

Commit

Permalink
[GR-52052] Disable problematic Renaissance benchmarks for libgraal
Browse files Browse the repository at this point in the history
PullRequest: graal/19531
  • Loading branch information
liufengyun committed Dec 9, 2024
2 parents 2e0e746 + b3988b9 commit 0037b72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sdk/mx.sdk/mx_sdk_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -1619,6 +1619,12 @@ def renaissanceIterations(self):
del benchmarks["log-regression"]
del benchmarks["naive-bayes"]

if self.version() in ["0.16.0"]:
del benchmarks["chi-square"]
del benchmarks["gauss-mix"]
del benchmarks["page-rank"]
del benchmarks["movie-lens"]

return benchmarks

def completeBenchmarkList(self, bmSuiteArgs):
Expand Down

0 comments on commit 0037b72

Please sign in to comment.