Skip to content

Commit d711afb

Browse files
chore[ci] faster tpch sf=0.01 (#4917)
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk> --------- Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent acd0cd5 commit d711afb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,9 @@ jobs:
316316
cargo +nightly nextest run --locked --workspace --exclude vortex-gpu --all-features --no-fail-fast
317317
- name: Run TPC-H
318318
if: ${{ matrix.suite == 'tpc-h' }}
319+
# We use i2 to ensure that restarting the duckdb connection succeeds
319320
run: |
320-
cargo run --bin query_bench -- tpch -i2 --scale-factor 0.1
321+
cargo run --bin query_bench -- tpch -i2 --targets "datafusion:vortex,datafusion:vortex-compact,duckdb:vortex,duckdb:vortex-compact" --scale-factor 0.1
321322
- name: Run FFI Example
322323
if: ${{ matrix.suite == 'ffi' }}
323324
run: |

0 commit comments

Comments
 (0)