Skip to content

Commit 2fc07fa

Browse files
committed
ci(vortex-row): fold row_encode benchmarks into CodSpeed shard 8
Run the vortex-row row_encode benchmarks as part of the existing 'Storage formats' shard rather than adding a dedicated ninth shard. Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 2711504 commit 2fc07fa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
- { shard: 5, name: "Encodings 2", packages: "vortex-decimal-byte-parts vortex-fastlanes vortex-fsst", features: "--features _test-harness" }
3535
- { shard: 6, name: "Encodings 3", packages: "vortex-pco vortex-runend vortex-sequence" }
3636
- { shard: 7, name: "Encodings 4", packages: "vortex-sparse vortex-zigzag vortex-zstd" }
37-
- { shard: 8, name: "Storage formats", packages: "vortex-flatbuffers vortex-proto vortex-btrblocks" }
38-
- { shard: 9, name: "Row encoding", packages: "vortex-row" }
37+
- { shard: 8, name: "Storage formats & row encoding", packages: "vortex-flatbuffers vortex-proto vortex-btrblocks vortex-row" }
3938
name: "Benchmark with Codspeed (Shard #${{ matrix.shard }})"
4039
timeout-minutes: 30
4140
runs-on: >-

0 commit comments

Comments
 (0)