alamb commented on code in PR #9035:
URL: https://github.com/apache/arrow-datafusion/pull/9035#discussion_r1470189556
##########
benchmarks/bench.sh:
##########
@@ -401,9 +404,9 @@ run_clickbench_1() {
$CARGO_COMMAND --bin dfbench -- clickbench --iterations 5 --path
"${DATA_DIR}/hits.parquet" --queries-path
"${SCRIPT_DIR}/queries/clickbench/queries.sql" -o ${RESULTS_FILE}
}
- # Runs the clickbench benchmark with a single large parquet file
+ # Runs the clickbench benchmark with the partitioned parquet files
run_clickbench_partitioned() {
- RESULTS_FILE="${RESULTS_DIR}/clickbench_1.json"
+ RESULTS_FILE="${RESULTS_DIR}/clickbench_partitioned.json"
Review Comment:
🤦
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]