11name : " SQL-related benchmarks"
22
3+ env :
4+ VORTEX_OPERATORS : " true"
5+
36on :
47 workflow_call :
58 inputs :
9497 fail-fast : false
9598 matrix :
9699 include : ${{ fromJSON(inputs.benchmark_matrix) }}
97-
100+ env :
101+ VORTEX_OPERATORS : " true"
98102 runs-on :
99103 - runs-on=${{ github.run_id }}
100104 - family=${{ inputs.machine_type }}
@@ -135,6 +139,7 @@ jobs:
135139 shell : bash
136140 env :
137141 RUST_BACKTRACE : full
142+ VORTEX_OPERATORS : " true"
138143 run : |
139144 # Generate data, running each query once to make sure they don't panic.
140145 target/release_debug/query_bench \
@@ -178,6 +183,7 @@ jobs:
178183 OTEL_EXPORTER_OTLP_ENDPOINT : " ${{ (inputs.mode != 'pr' || github.event.pull_request.head.repo.fork == false) && secrets.OTEL_EXPORTER_OTLP_ENDPOINT || '' }}"
179184 OTEL_EXPORTER_OTLP_HEADERS : " ${{ (inputs.mode != 'pr' || github.event.pull_request.head.repo.fork == false) && secrets.OTEL_EXPORTER_OTLP_HEADERS || '' }}"
180185 OTEL_RESOURCE_ATTRIBUTES : " bench-name=${{ matrix.id }}"
186+ VORTEX_OPERATORS : " true"
181187 run : |
182188 target/release_debug/query_bench ${{ matrix.subcommand }} \
183189 -d gh-json \
@@ -196,6 +202,7 @@ jobs:
196202 OTEL_EXPORTER_OTLP_ENDPOINT : " ${{ (inputs.mode != 'pr' || github.event.pull_request.head.repo.fork == false) && secrets.OTEL_EXPORTER_OTLP_ENDPOINT || '' }}"
197203 OTEL_EXPORTER_OTLP_HEADERS : " ${{ (inputs.mode != 'pr' || github.event.pull_request.head.repo.fork == false) && secrets.OTEL_EXPORTER_OTLP_HEADERS || '' }}"
198204 OTEL_RESOURCE_ATTRIBUTES : " bench-name=${{ matrix.id }}"
205+ VORTEX_OPERATORS : " true"
199206 run : |
200207 target/release_debug/query_bench ${{ matrix.subcommand }} \
201208 --use-remote-data-dir ${{ matrix.remote_storage }} \
0 commit comments