Skip to content

Commit 0d143da

Browse files
authored
fix(ci): restore vortex-compact file size tracking for PR clickbench (#7452)
## Summary - The matrix consolidation in #7448 dropped `extra_data_formats: "vortex-compact"` from the clickbench default matrix entry - This meant PR clickbench no longer generates vortex-compact data, so file size comparisons in PR comments lost vortex-compact coverage - Restores the field so `data-gen` produces vortex-compact files for file size tracking without adding it as a benchmark target on PRs Signed-off-by: Alexander Droste <alexander.droste@protonmail.com>
1 parent bff43dc commit 0d143da

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sql-benchmarks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ on:
2020
"id": "clickbench-nvme",
2121
"subcommand": "clickbench",
2222
"name": "Clickbench on NVME",
23-
"targets": "datafusion:parquet,datafusion:vortex,duckdb:parquet,duckdb:vortex,duckdb:duckdb"
23+
"targets": "datafusion:parquet,datafusion:vortex,duckdb:parquet,duckdb:vortex,duckdb:duckdb",
24+
"extra_data_formats": "vortex-compact"
2425
},
2526
{
2627
"id": "tpch-nvme",

0 commit comments

Comments
 (0)