Skip to content

Commit

Permalink
better perf
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangpengHao committed Oct 8, 2024
1 parent 3498a0c commit 082f50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/bench_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ log_file="output_queries.log"
for i in {0..42}
do
# Define the command
command="cargo run --profile release-nonlto --bin dfbench -- clickbench --queries-path benchmarks/queries/clickbench/queries.sql --iterations 4 --path benchmarks/data/hits.parquet --query $i"
command="cargo run --profile release-nonlto --bin dfbench -- clickbench --queries-path benchmarks/queries/clickbench/queries.sql --iterations 4 --path benchmarks/data/hits.parquet --query $i --pushdown-filters"

# Run the command and capture the output to the log file
echo "Running query $i..." | tee -a $log_file
Expand Down

0 comments on commit 082f50d

Please sign in to comment.