Skip to content

Commit

Permalink
Support bench job replication
Browse files Browse the repository at this point in the history
- Add os and arch suffix to bench-truffle-jmh
  • Loading branch information
liufengyun committed Dec 4, 2024
1 parent 219e600 commit a72ade6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graal-common.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"README": "This file contains definitions that are useful for the jsonnet CI files of the graal and graal-enterprise repositories.",
"ci": {
"overlay": "214438f3e1ec70c0dcea71bc46d59f47fa37d12f"
"overlay": "57b0a39f32e671e4b6099ffbd37dfebf602d1417"
}
}
2 changes: 1 addition & 1 deletion truffle/ci/ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
# BENCHMARKS

bench_hw.e3 + common.labsjdkLatestCE + bench_common + {
name: "bench-truffle-jmh",
name: "bench-truffle-jmh-linux-amd64",
notify_groups:: ["truffle_bench"],
run: [
["mx", "--kill-with-sigquit", "benchmark", "--results-file", "${BENCH_RESULTS_FILE_PATH}", "truffle:*", "--", "--", "com.oracle.truffle"],
Expand Down

0 comments on commit a72ade6

Please sign in to comment.