Skip to content

Commit 9e108de

Browse files
committed
Run load benchmarks 5 times in parallel
1 parent 0bdbb63 commit 9e108de

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitlab/benchmarks.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ benchmarks-startup:
3737

3838
benchmarks-load-petclinic:
3939
extends: .benchmarks
40+
parallel:
41+
matrix:
42+
- RUN_ID: [1, 2, 3, 4, 5]
4043
script:
4144
- !reference [ .benchmarks, script ]
4245
- ./steps/capture-hardware-software-info.sh
@@ -45,6 +48,9 @@ benchmarks-load-petclinic:
4548

4649
benchmarks-load-insecure-bank:
4750
extends: .benchmarks
51+
parallel:
52+
matrix:
53+
- RUN_ID: [1, 2, 3, 4, 5]
4854
script:
4955
- !reference [ .benchmarks, script ]
5056
- ./steps/capture-hardware-software-info.sh
@@ -70,8 +76,14 @@ benchmarks-post-results:
7076
- job: benchmarks-startup
7177
artifacts: true
7278
- job: benchmarks-load-petclinic
79+
parallel:
80+
matrix:
81+
- RUN_ID: [1, 2, 3, 4, 5]
7382
artifacts: true
7483
- job: benchmarks-load-insecure-bank
84+
parallel:
85+
matrix:
86+
- RUN_ID: [1, 2, 3, 4, 5]
7587
artifacts: true
7688
- job: benchmarks-dacapo
7789
artifacts: true

0 commit comments

Comments
 (0)