Skip to content

Commit

Permalink
[GR-50358] Disable problematic Spark benchmarks for libgraal
Browse files Browse the repository at this point in the history
PullRequest: graal/17693
  • Loading branch information
liufengyun committed May 15, 2024
2 parents 63c390d + 18ada84 commit 490c738
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions java-benchmarks/mx.java-benchmarks/mx_java_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1579,6 +1579,12 @@ def renaissanceIterations(self):
del benchmarks["page-rank"]
del benchmarks["neo4j-analytics"]

if self.version() in ["0.15.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 490c738

Please sign in to comment.