File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -281,8 +281,8 @@ jobs:
281281 | jq -r '.workflow_runs[].head_sha' \
282282 )
283283
284- # Download file sizes baseline
285- python3 scripts/s3-download.py s3://vortex-ci-benchmark-results/file-sizes.json.gz file-sizes.json.gz --no-sign-request || true
284+ # Download file sizes baseline (per-benchmark file)
285+ python3 scripts/s3-download.py s3://vortex-ci-benchmark-results/file-sizes-${{ matrix.id }} .json.gz file-sizes.json.gz --no-sign-request || true
286286
287287 # Generate comparison report
288288 echo '# File Sizes: ${{ matrix.name }}' > sizes-comment.md
@@ -334,7 +334,7 @@ jobs:
334334 --benchmark ${{ matrix.subcommand }} \
335335 --commit ${{ github.sha }} \
336336 -o sizes.json
337- bash scripts/cat-s3.sh vortex-ci-benchmark-results file-sizes.json.gz sizes.json
337+ bash scripts/cat-s3.sh vortex-ci-benchmark-results file-sizes-${{ matrix.id }} .json.gz sizes.json
338338
339339 - name : Alert incident.io
340340 if : failure() && inputs.mode == 'develop'
You can’t perform that action at this time.
0 commit comments