Skip to content

Commit 58b212d

Browse files
committed
run benchmark with PatchedArray
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent 206c2d3 commit 58b212d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
shell: bash
8989
env:
9090
RUST_BACKTRACE: full
91+
VORTEX_EXPERIMENTAL_PATCHED_ARRAY: 1
9192
run: |
9293
bash scripts/bench-taskset.sh target/release_debug/${{ matrix.benchmark.id }} --formats ${{ matrix.benchmark.formats }} -d gh-json -o results.json
9394

.github/workflows/sql-benchmarks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ jobs:
150150
shell: bash
151151
env:
152152
RUST_BACKTRACE: full
153+
VORTEX_EXPERIMENTAL_PATCHED_ARRAY: 1
153154
run: |
154155
# Extract all unique formats from targets (e.g., "datafusion:parquet,duckdb:vortex" -> "parquet,vortex")
155156
all_formats=$(echo "${{ matrix.targets }}" | tr ',' '\n' | sed 's/^[^:]*://' | sort -u | tr '\n' ',' | sed 's/,$//')

0 commit comments

Comments
 (0)