Skip to content

Commit 55e53a6

Browse files
committed
chore(ci): Review comments
1 parent e9d4ce0 commit 55e53a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab/benchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)