We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ebf4f4 commit 6d84c8dCopy full SHA for 6d84c8d
2 files changed
.github/workflows/bench-pr.yml
@@ -39,8 +39,8 @@ jobs:
39
name: Compression (2/3)
40
bin: compress-bench
41
extra_args: "--datasets '^(Food|HashTags|TPC-H)'"
42
- - id: compress-bench-other
43
- name: Compression (other)
+ - id: compress-bench-3
+ name: Compression (3/3)
44
45
extra_args: "--datasets '^(?!taxi$|Arade$|Bimbo$|CMSprovider$|Euro2016$|Food$|HashTags$|TPC-H)'"
46
steps:
.github/workflows/bench.yml
@@ -56,8 +56,8 @@ jobs:
56
build_args: "--features lance"
57
formats: "parquet,lance,vortex"
58
59
60
61
62
63
0 commit comments