Skip to content

Commit ea936c8

Browse files
author
Andrija Kolic
committed
[GR-68051] Bump to Barista version that limits XMX for Layered Micronaut Pegasus to 20GB
PullRequest: graal/21628
2 parents 8bfc1ec + 586054f commit ea936c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/ci/ci_common/benchmark-suites.libsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,15 @@
129129

130130
barista_template(suite_version=null, suite_name="barista", max_jdk_version=null, cmd_app_prefix=["hwloc-bind --cpubind node:0.core:0-3.pu:0 --membind node:0"], non_prefix_barista_args=[]):: cc.compiler_benchmark + {
131131
suite:: suite_name,
132-
local barista_version = "v0.4.6",
132+
local barista_version = "v0.4.7",
133133
local suite_version_args = if suite_version != null then ["--bench-suite-version=" + suite_version] else [],
134134
local prefix_barista_arg = if std.length(cmd_app_prefix) > 0 then [std.format("--cmd-app-prefix=%s", std.join(" ", cmd_app_prefix))] else [],
135135
local all_barista_args = prefix_barista_arg + non_prefix_barista_args,
136136
local barista_args_with_separator = if std.length(all_barista_args) > 0 then ["--"] + all_barista_args else [],
137137
downloads+: {
138138
"WRK": { "name": "wrk", "version": "a211dd5", platformspecific: true},
139139
"WRK2": { "name": "wrk2", "version": "2.1", platformspecific: true},
140-
"BARISTA_BENCHMARKS": { "name": "barista", "version": "0.4.4"}
140+
"BARISTA_BENCHMARKS": { "name": "barista", "version": "0.4.7"}
141141
},
142142
packages+: {
143143
maven: "==3.8.6",

0 commit comments

Comments
 (0)