Skip to content

Commit e4a59b3

Browse files
committed
[GitLab] Update benchmarking setup to latest ReBench version
Signed-off-by: Stefan Marr <[email protected]>
1 parent de946e9 commit e4a59b3

File tree

2 files changed

+126
-126
lines changed

2 files changed

+126
-126
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ benchmark_y1:
1818
allow_failure: true
1919
script:
2020
- ant compile
21-
- rebench --experiment="CI ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" -c codespeed.conf SOMns-CI m:yuria
21+
- rebench --experiment="CI ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" -c codespeed.conf SOMns-CI t:yuria
2222
after_script:
2323
- sudo reown-project.sh
2424

@@ -27,7 +27,7 @@ benchmark_y2:
2727
allow_failure: true
2828
script:
2929
- ant compile
30-
- rebench --experiment="CI ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" -c codespeed.conf SOMns-CI m:yuria2
30+
- rebench --experiment="CI ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" -c codespeed.conf SOMns-CI t:yuria2
3131
after_script:
3232
- sudo reown-project.sh
3333

@@ -36,7 +36,7 @@ benchmark_y3:
3636
allow_failure: true
3737
script:
3838
- ant compile
39-
- rebench --experiment="CI ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" -c codespeed.conf SOMns-CI m:yuria3
39+
- rebench --experiment="CI ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" -c codespeed.conf SOMns-CI t:yuria3
4040
after_script:
4141
- sudo reown-project.sh
4242

0 commit comments

Comments
 (0)