Skip to content

Commit

Permalink
use release profile
Browse files Browse the repository at this point in the history
  • Loading branch information
f-gate committed Dec 8, 2023
1 parent f7d84b7 commit 003a24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
set -eou pipefail
cd -- "$(dirname -- "${BASH_SOURCE[0]}")"
cd ../
cargo build --locked --features runtime-benchmarks
cargo build --release --locked --features runtime-benchmarks

IMBUE=./target/debug/imbue
IMBUE=./target/release/imbue

EXCLUDED_PALLETS=(
"frame_benchmarking"
Expand Down

0 comments on commit 003a24a

Please sign in to comment.