Skip to content

Commit

Permalink
Update scripts/run_benchmarks.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Ermal Kaleci <[email protected]>
  • Loading branch information
ipapandinas and ermalkaleci authored Sep 10, 2024
1 parent b5a7618 commit a0f665b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ for chain in ${chains//,/ }; do

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

0 comments on commit a0f665b

Please sign in to comment.