File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ check-big-regressions:
7777 # need to convert them
7878 script :
7979 - !reference [ .benchmarks, script ]
80- - echo $(pwd)
8180 - |
8281 for benchmarkType in startup load; do
8382 find "$ARTIFACTS_DIR/$benchmarkType" -name "benchmark-baseline.json" -o -name "benchmark-candidate.json" | while read file; do
@@ -89,10 +88,11 @@ check-big-regressions:
8988 *benchmark-baseline.json) type="baseline" ;;
9089 *benchmark-candidate.json) type="candidate" ;;
9190 esac
92- cp "$file" "$ARTIFACTS_DIR/${type}-${prefix}.json"
91+ echo "Moving $file to $ARTIFACTS_DIR/${type}-${prefix}.converted.json"
92+ cp "$file" "$ARTIFACTS_DIR/${type}-${prefix}.converted.json"
9393 done
9494 done
95- - bp-runner $ARTIFACTS_DIR/../ .gitlab/benchmarks/bp-runner.fail-on-regression.yml --debug
95+ - bp-runner .gitlab/benchmarks/bp-runner.fail-on-regression.yml --debug
9696
9797.dsm-kafka-benchmarks :
9898 stage : benchmarks
You can’t perform that action at this time.
0 commit comments