Skip to content

Commit ee9d2b9

Browse files
committed
Bump barista version in CI
1 parent 2cf4aba commit ee9d2b9

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
@@ -91,15 +91,15 @@
9191

9292
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 + {
9393
suite:: suite_name,
94-
local barista_version = "v0.4.8",
94+
local barista_version = "v0.5.0",
9595
local suite_version_args = if suite_version != null then ["--bench-suite-version=" + suite_version] else [],
9696
local prefix_barista_arg = if std.length(cmd_app_prefix) > 0 then [std.format("--cmd-app-prefix=%s", std.join(" ", cmd_app_prefix))] else [],
9797
local all_barista_args = prefix_barista_arg + non_prefix_barista_args,
9898
local barista_args_with_separator = if std.length(all_barista_args) > 0 then ["--"] + all_barista_args else [],
9999
downloads+: {
100100
"WRK": { "name": "wrk", "version": "a211dd5", platformspecific: true},
101101
"WRK2": { "name": "wrk2", "version": "2.1", platformspecific: true},
102-
"BARISTA_BENCHMARKS": { "name": "barista", "version": "0.4.8"}
102+
"BARISTA_BENCHMARKS": { "name": "barista", "version": "0.5.0"}
103103
},
104104
packages+: {
105105
maven: "==3.8.6",

0 commit comments

Comments
 (0)