Skip to content

Commit 4f5dadd

Browse files
committed
fix
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent d87dfed commit 4f5dadd

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/scripts/run-sql-bench.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222

2323
set -Eeu -o pipefail
2424

25+
export VORTEX_EXPERIMENTAL_PATCHED_ARRAY=1
26+
export FLAT_LAYOUT_INLINE_ARRAY_NODE=1
27+
2528
subcommand="$1"
2629
targets="$2"
2730
shift 2

.github/workflows/bench.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ jobs:
8989
shell: bash
9090
env:
9191
RUST_BACKTRACE: full
92+
VORTEX_EXPERIMENTAL_PATCHED_ARRAY: "1"
93+
FLAT_LAYOUT_INLINE_ARRAY_NODE: "1"
9294
run: |
9395
bash scripts/bench-taskset.sh target/release_debug/${{ matrix.benchmark.id }} --formats ${{ matrix.benchmark.formats }} -d gh-json -o results.json
9496

0 commit comments

Comments
 (0)