From 301c827fe0cf5061635107dd05cb641e0dc5f582 Mon Sep 17 00:00:00 2001 From: comphead Date: Tue, 16 Apr 2024 08:58:48 -0700 Subject: [PATCH] Update benchmarks/bench.sh Co-authored-by: Andy Grove --- benchmarks/bench.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/bench.sh b/benchmarks/bench.sh index 2e47aeeaf528..088edc56dfb0 100755 --- a/benchmarks/bench.sh +++ b/benchmarks/bench.sh @@ -338,7 +338,7 @@ run_tpch_smj() { RESULTS_FILE="${RESULTS_DIR}/tpch_smj_sf${SCALE_FACTOR}.json" echo "RESULTS_FILE: ${RESULTS_FILE}" echo "Running tpch SMJ benchmark..." - $CARGO_COMMAND --bin tpch -- benchmark datafusion --iterations 5 --path "${TPCH_DIR}" -j false --format parquet -o ${RESULTS_FILE} + $CARGO_COMMAND --bin tpch -- benchmark datafusion --iterations 5 --path "${TPCH_DIR}" --prefer_hash_join false --format parquet -o ${RESULTS_FILE} } # Runs the tpch in memory