Skip to content

Commit f44c9cd

Browse files
committed
[GR-51521] Update micronaut benchmarks to 4.3.1, removing -H:-StrictImageHeap usage
PullRequest: graal/16953
2 parents 959d143 + f0441f7 commit f44c9cd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

java-benchmarks/mx.java-benchmarks/mx_java_benchmarks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ def extra_image_build_argument(self, benchmark, args):
506506

507507
class BaseShopCartBenchmarkSuite(BaseMicronautBenchmarkSuite):
508508
def version(self):
509-
return "0.3.9"
509+
return "0.3.10"
510510

511511
def applicationDist(self):
512512
return mx.library("SHOPCART_" + self.version(), True).get_path(True)
@@ -535,7 +535,7 @@ def rules(self, out, benchmarks, bmSuiteArgs):
535535

536536
class BaseMicronautHelloWorldBenchmarkSuite(BaseMicronautBenchmarkSuite):
537537
def version(self):
538-
return "1.0.6"
538+
return "1.0.7"
539539

540540
def applicationDist(self):
541541
return mx.library("MICRONAUT_HW_" + self.version(), True).get_path(True)

java-benchmarks/mx.java-benchmarks/suite.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
"packedResource": True,
5757
},
5858

59-
"SHOPCART_0.3.9": {
60-
"urls": ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/shopcart-0.3.9.zip"],
61-
"digest": "sha512:8a6095426c14fab7146c2ffd368c38069321983b38b2e8c75ab4b900ccda7c86723854a61d20f9c7779a49b41fc0ddfd806988458cc76088a8ab2be5acb4df48",
59+
"SHOPCART_0.3.10": {
60+
"urls": ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/shopcart-0.3.10.zip"],
61+
"digest": "sha512:99099b4c013527c769b0c72637e5c450e1dfad7a847eddca453377260d3146cc091fe72f8ac6e93eb2a76290e85d9721ea7c964d0185fe82fca86f7175662bde",
6262
"packedResource": True,
6363
},
6464

@@ -74,9 +74,9 @@
7474
"packedResource": True,
7575
},
7676

77-
"MICRONAUT_HW_1.0.6": {
78-
"urls": ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/micronaut-hello-world-1.0.6.zip"],
79-
"digest": "sha512:62f5c22c7217f42ffb0e53fffdbdf7add7ad4b6828c59967a2cae29e94120d0f88699ce14aca1b0cc39150119532d7c20c8e8b60fe097524b471094512b2ce58",
77+
"MICRONAUT_HW_1.0.7": {
78+
"urls": ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/micronaut-hello-world-1.0.7.zip"],
79+
"digest": "sha512:f4fdba567c055ed0190c73a96c746947091751bad6ccea75a5826d72acbbedfd66736259b7e3fb2fadbb645e88c92f6ac17948cb1b3a435407f20dc77e16a61e",
8080
"packedResource": True,
8181
},
8282

0 commit comments

Comments
 (0)