You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2025. It is now read-only.
Additionally to the benchmark pallet command we can expose benchmark overhead.
It has a simpler syntax than the pallet command, since it can only be called once per runtime:
Should work for the main runtimes, Polkadot, Kusama, Westend and Rococo.
This is a rather specific tuning, so for the smaller test-nets we don't need this IMO.
It will update two files in that folder: block_weights.rs and extrinsic_weights.rs.
For debugging you can add --max-ext-per-block=1 to make it faster.
There is a small issue (fixed paritytech/polkadot#5984) since it does not support custom copyright headers, so it will use the Substrate header 🙈.
The text was updated successfully, but these errors were encountered:
mordamax
transferred this issue from paritytech/pipeline-scripts
Sep 7, 2022
Additionally to the
benchmark pallet
command we can exposebenchmark overhead
.It has a simpler syntax than the pallet command, since it can only be called once per runtime:
Should work for the main runtimes, Polkadot, Kusama, Westend and Rococo.
This is a rather specific tuning, so for the smaller test-nets we don't need this IMO.
It will update two files in that folder:
block_weights.rs
andextrinsic_weights.rs
.For debugging you can add
--max-ext-per-block=1
to make it faster.There is a small issue (fixed paritytech/polkadot#5984) since it does not support custom copyright headers, so it will use the Substrate header 🙈.
The text was updated successfully, but these errors were encountered: