Skip to content

Commit 32f3f67

Browse files
authored
Fix: lance feature flag for clickbench nightly (#4976)
oops Signed-off-by: Connor Tsui <[email protected]>
1 parent f2fd779 commit 32f3f67

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/nightly-bench.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ jobs:
2121
# datafusion:vortex uses a lot of memory
2222
benchmark_matrix: |
2323
[
24+
{
25+
"id": "clickbench-nvme",
26+
"subcommand": "clickbench",
27+
"name": "Clickbench on NVME",
28+
"targets": "datafusion:parquet,datafusion:vortex,datafusion:vortex-compact,datafusion:lance,duckdb:parquet,duckdb:vortex,duckdb:vortex-compact,duckdb:duckdb",
29+
"build_args": "--features lance"
30+
},
2431
{
2532
"id": "tpch-nvme",
2633
"subcommand": "tpch",
@@ -62,12 +69,6 @@ jobs:
6269
"targets": "duckdb:parquet,duckdb:vortex",
6370
"scale_factor": "--scale-factor 1000"
6471
},
65-
{
66-
"id": "clickbench-nvme",
67-
"subcommand": "clickbench",
68-
"name": "Clickbench on NVME",
69-
"targets": "datafusion:parquet,datafusion:vortex,datafusion:vortex-compact,datafusion:lance,duckdb:parquet,duckdb:vortex,duckdb:vortex-compact,duckdb:duckdb",
70-
}
7172
]
7273
strategy:
7374
# A single run not should kill the others

0 commit comments

Comments
 (0)