Skip to content

Commit e6e25f9

Browse files
committed
there's 9 shards
Signed-off-by: Robert Kruszewski <[email protected]>
1 parent 237e912 commit e6e25f9

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -419,15 +419,15 @@ jobs:
419419
bench-codspeed:
420420
strategy:
421421
matrix:
422-
shard: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
422+
shard: [1, 2, 3, 4, 5, 6, 7, 8, 9, 9]
423423
name: "Benchmark with Codspeed (Shard #${{ matrix.shard }})"
424424
timeout-minutes: 120
425425
runs-on:
426426
- runs-on=${{ github.run_id }}
427427
- family=c6id.8xlarge
428428
- extras=s3-cache
429429
- image=ubuntu24-full-x64
430-
- tag=bench-codspeed
430+
- tag=bench-codspeed-${{matrix.shard}}
431431
steps:
432432
- uses: runs-on/action@v2
433433
with:
@@ -540,19 +540,6 @@ jobs:
540540
-p vortex-btrblocks \
541541
--profile bench
542542
543-
- name: Build benchmarks (shard 10 - Utilities)
544-
env:
545-
RUSTFLAGS: "-C target-feature=+avx2"
546-
if: ${{ matrix.shard == 10 }}
547-
run: |
548-
cargo codspeed build \
549-
-p vortex-mask \
550-
-p vortex-metrics \
551-
-p vortex-utils \
552-
-p vortex-scan \
553-
-p vortex-session \
554-
--profile bench
555-
556543
- name: Run benchmarks
557544
uses: CodSpeedHQ/action@6a8e2b874c338bf81cc5e8be715ada75908d3871
558545
with:

0 commit comments

Comments
 (0)