alamb commented on code in PR #19034:
URL: https://github.com/apache/datafusion/pull/19034#discussion_r2578489943


##########
benchmarks/bench.sh:
##########
@@ -619,7 +627,7 @@ run_tpch_mem() {
     echo "RESULTS_FILE: ${RESULTS_FILE}"
     echo "Running tpch_mem benchmark..."
     # -m means in memory
-    debug_run $CARGO_COMMAND --bin tpch -- benchmark datafusion --iterations 5 
--path "${TPCH_DIR}" --prefer_hash_join "${PREFER_HASH_JOIN}" -m --format 
parquet -o "${RESULTS_FILE}" ${QUERY_ARG}
+    debug_run $CARGO_COMMAND --bin dfbench -- tpch --iterations 5 --path 
"${TPCH_DIR}" --prefer_hash_join "${PREFER_HASH_JOIN}" -m --format parquet -o 
"${RESULTS_FILE}" ${QUERY_ARG}

Review Comment:
   this is a mistake -- I will revert this



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to