Skip to content

Commit

Permalink
chore(bench): release as default profile
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Aug 25, 2024
1 parent 4f9146c commit afd0844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bench/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

### Final output path
OUTPUT="profiling.md"
PROFILE='debug'
PROFILE='release'
BUILD_ARGS=( )
[[ "${PROFILE}" == 'release' ]] && BUILD_ARGS+=( '--release' )
### setup binaries
Expand Down

0 comments on commit afd0844

Please sign in to comment.