Skip to content

Commit 32c0fc2

Browse files
committed
[GR-67364] Add barista:dropwizard-hello-world benchmark.
PullRequest: graal/22129
2 parents c413cdb + ee9d2b9 commit 32c0fc2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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",

sdk/mx.sdk/mx_sdk_benchmark.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2947,6 +2947,7 @@ def rules(self, out, benchmarks, bmSuiteArgs):
29472947
_baristaConfig = {
29482948
"benchmarks": {
29492949
"vanilla-hello-world": {},
2950+
"dropwizard-hello-world": {},
29502951
"micronaut-hello-world": {},
29512952
"micronaut-shopcart": {},
29522953
"micronaut-similarity": {},

0 commit comments

Comments
 (0)