Skip to content

Commit 161a78f

Browse files
committed
update v0.44.0
1 parent 882d643 commit 161a78f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datafusion-vortex-partitioned/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ for query_num in $(seq 0 42); do
3434
echo -n "["
3535
for i in $(seq 1 $TRIES); do
3636
# Parse query results out of the JSON output, which reports the time in ns
37-
RES=$(RUST_LOG=off clickbench -i 1 --flavor $FLAVOR --targets datafusion:vortex --display-format gh-json --queries-file ./queries.sql -q $query_num --hide-progress-bar | jq ".value / 1000000000")
37+
RES=$(RUST_LOG=off query_bench clickbench -i 1 --flavor $FLAVOR --targets datafusion:vortex --display-format gh-json --queries-file ./queries.sql -q $query_num --hide-progress-bar | jq ".value / 1000000000")
3838

3939
[[ $RES != "" ]] && \
4040
echo -n "$RES" || \

datafusion-vortex/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ for query_num in $(seq 0 42); do
3434
echo -n "["
3535
for i in $(seq 1 $TRIES); do
3636
# Parse query results out of the JSON output, which reports the time in ns
37-
RES=$(RUST_LOG=off query_bench clickbench -i 1 --flavor $FLAVOR --targets datafusion:vortex --display-format gh-json --queries-file ./queries.sql -q $query_num --hide-progress-bar | jq ".value / 1000000000")
37+
RES=$(RUST_LOG=off clickbench -i 1 --flavor $FLAVOR --targets datafusion:vortex --display-format gh-json --queries-file ./queries.sql -q $query_num --hide-progress-bar | jq ".value / 1000000000")
3838

3939
[[ $RES != "" ]] && \
4040
echo -n "$RES" || \

0 commit comments

Comments
 (0)