Skip to content

Commit

Permalink
refactor: ♻️ update deprecated options in command `moonbeam benchmark…
Browse files Browse the repository at this point in the history
… pallet`
  • Loading branch information
manuelmauro committed Jan 17, 2025
1 parent e167a3a commit b3b4509
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/run-benches-for-runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ for PALLET in "${PALLETS[@]}"; do

OUTPUT=$(
./target/${profile}/moonbeam benchmark pallet \
--chain="${runtime}-dev" \
--runtime="./target/${profile}/wbuild/${runtime}-runtime/${runtime}_runtime.wasm" \
--genesis-builder=runtime \
--genesis-builder-preset=development \
--steps=50 \
--repeat=20 \
--pallet="$PALLET" \
Expand Down

0 comments on commit b3b4509

Please sign in to comment.