Skip to content

Commit 51fc068

Browse files
authored
fix: skip ddb vortex in clickbench (#3615)
We'll resurrect ddb vortex in clickbench once it is more stable. --------- Signed-off-by: Alexander Droste <[email protected]>
1 parent ecb4cd7 commit 51fc068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sql-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
binary_name: clickbench
3030
name: Clickbench on NVME
3131
local_dir: bench-vortex/data/clickbench_partitioned
32-
targets: "datafusion:parquet,datafusion:vortex,duckdb:parquet,duckdb:vortex,duckdb:duckdb"
32+
targets: "datafusion:parquet,datafusion:vortex,duckdb:parquet,duckdb:duckdb"
3333
- id: tpch-s3
3434
binary_name: tpch
3535
name: TPC-H on S3

0 commit comments

Comments
 (0)