Skip to content

Commit 5d19dd6

Browse files
committed
use separate files for each bench
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent 0cf1a9e commit 5d19dd6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sql-benchmarks.yml

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

0 commit comments

Comments
 (0)