Skip to content

Commit

Permalink
Use cargo release in benchmarks (#11722)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Jul 31, 2024
1 parent cc6416e commit 929568d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions benchmarks/bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ COMMAND=
BENCHMARK=all
DATAFUSION_DIR=${DATAFUSION_DIR:-$SCRIPT_DIR/..}
DATA_DIR=${DATA_DIR:-$SCRIPT_DIR/data}
#CARGO_COMMAND=${CARGO_COMMAND:-"cargo run --release"}
CARGO_COMMAND=${CARGO_COMMAND:-"cargo run --profile release-nonlto"} # for faster iterations
CARGO_COMMAND=${CARGO_COMMAND:-"cargo run --release"}
PREFER_HASH_JOIN=${PREFER_HASH_JOIN:-true}
VIRTUAL_ENV=${VIRTUAL_ENV:-$SCRIPT_DIR/venv}

Expand Down

0 comments on commit 929568d

Please sign in to comment.