Skip to content

Commit

Permalink
runtime used to generate genesis state for benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
ipapandinas committed Sep 7, 2024
1 parent 8413960 commit 716b3e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/run_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ for chain in ${chains//,/ }; do

OUTPUT=$(
$ASTAR_COLLATOR benchmark pallet \
--chain=$chain \
--runtime="./target/release/wbuild/$chain-runtime/$chain_runtime.wasm" \
--genesis-builder=runtime \
--steps=50 \
--repeat=20 \
--pallet="$PALLET" \
Expand Down

0 comments on commit 716b3e4

Please sign in to comment.