Skip to content

Commit

Permalink
Update benchmarks/bench.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Grove <[email protected]>
  • Loading branch information
comphead and andygrove authored Apr 16, 2024
1 parent c7f272c commit 301c827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 301c827

Please sign in to comment.