Skip to content

Commit 6d84c8d

Browse files
committed
wip
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 4ebf4f4 commit 6d84c8d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/bench-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
name: Compression (2/3)
4040
bin: compress-bench
4141
extra_args: "--datasets '^(Food|HashTags|TPC-H)'"
42-
- id: compress-bench-other
43-
name: Compression (other)
42+
- id: compress-bench-3
43+
name: Compression (3/3)
4444
bin: compress-bench
4545
extra_args: "--datasets '^(?!taxi$|Arade$|Bimbo$|CMSprovider$|Euro2016$|Food$|HashTags$|TPC-H)'"
4646
steps:

.github/workflows/bench.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
build_args: "--features lance"
5757
formats: "parquet,lance,vortex"
5858
extra_args: "--datasets '^(Food|HashTags|TPC-H)'"
59-
- id: compress-bench-other
60-
name: Compression (other)
59+
- id: compress-bench-3
60+
name: Compression (3/3)
6161
bin: compress-bench
6262
build_args: "--features lance"
6363
formats: "parquet,lance,vortex"

0 commit comments

Comments
 (0)