Skip to content

Commit

Permalink
Disable problematic Spark benchmarks for libgraal
Browse files Browse the repository at this point in the history
  • Loading branch information
liufengyun committed May 13, 2024
1 parent 259b37b commit 18ada84
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 18ada84

Please sign in to comment.