We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a54f5a commit 7aef6edCopy full SHA for 7aef6ed
.gitlab/benchmarks.yml
@@ -71,7 +71,7 @@ check-big-regressions:
71
needs:
72
- job: benchmarks-startup
73
artifacts: true
74
- - job: benchmarks-load
+ - job: benchmarks-dacapo
75
76
when: on_success
77
tags: ["arch:amd64"]
@@ -86,7 +86,7 @@ check-big-regressions:
86
script:
87
- !reference [ .benchmarks, script ]
88
- |
89
- for benchmarkType in startup load; do
+ for benchmarkType in startup dacapo; do
90
find "$ARTIFACTS_DIR/$benchmarkType" -name "benchmark-baseline.json" -o -name "benchmark-candidate.json" | while read file; do
91
relpath="${file#$ARTIFACTS_DIR/$benchmarkType/}"
92
prefix="${relpath%/benchmark-*}" # Remove the trailing /benchmark-(baseline|candidate).json
0 commit comments