Skip to content

Commit

Permalink
Add renaissance 0.14.1 and make it the default version
Browse files Browse the repository at this point in the history
  • Loading branch information
farquet committed Jun 28, 2022
1 parent dfd19c6 commit 58dd4c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 2 additions & 3 deletions java-benchmarks/mx.java-benchmarks/mx_java_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1904,11 +1904,10 @@ def completeBenchmarkList(self, bmSuiteArgs):
return sorted(bench for bench in _renaissanceConfig)

def defaultSuiteVersion(self):
# return self.availableSuiteVersions()[-1]
return "0.11.0" # stick to 0.11.0 for both JIT and AOT until Native Image is compatible with 0.13.0 (GR-34147)
return self.availableSuiteVersions()[-1]

def availableSuiteVersions(self):
return ["0.9.0", "0.10.0", "0.11.0", "0.12.0", "0.13.0", "0.14.0"]
return ["0.9.0", "0.10.0", "0.11.0", "0.12.0", "0.13.0", "0.14.0", "0.14.1"]

def renaissancePath(self):
lib = mx.library(self.renaissanceLibraryName())
Expand Down
5 changes: 5 additions & 0 deletions java-benchmarks/mx.java-benchmarks/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@
"sha1" : "d83a508c593a2389880936cbf9aa034bc86e7ef2",
},

"RENAISSANCE_0.14.1" : {
"urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/renaissance/renaissance-gpl-0.14.1.jar"],
"sha1" : "69cd6017692fc477bf5007d1d67d912961d52d37",
},

"UBENCH_AGENT_DIST" : {
"urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/java-ubench-agent-2e5becaf97afcf64fd8aef3ac84fc05a3157bff5.zip"],
"sha1" : "19087a34b80be8845e9a3e7f927ceb592de83762",
Expand Down

0 comments on commit 58dd4c0

Please sign in to comment.