Skip to content

Commit

Permalink
Use release as the default profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 committed Sep 17, 2024
1 parent 5325261 commit 040d3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_benches_for_runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# current Substrate reference machine: https://github.com/paritytech/substrate/pull/5848

runtime=${1-"peregrine"}
profile=${2-"dev"}
profile=${2-"release"}

chain=$([ "$1" == "spiritnet" ] && echo "spiritnet-dev" || echo "dev")
# Dev profile is the debug target
Expand Down

0 comments on commit 040d3c3

Please sign in to comment.