File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
datafusion-vortex-partitioned Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ for query_num in $(seq 0 42); do
34
34
echo -n " ["
35
35
for i in $( seq 1 $TRIES ) ; do
36
36
# 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" )
38
38
39
39
[[ $RES != " " ]] && \
40
40
echo -n " $RES " || \
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ for query_num in $(seq 0 42); do
34
34
echo -n " ["
35
35
for i in $( seq 1 $TRIES ) ; do
36
36
# 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" )
38
38
39
39
[[ $RES != " " ]] && \
40
40
echo -n " $RES " || \
You can’t perform that action at this time.
0 commit comments