-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate weights per runtime #2939
Conversation
WASM runtime size check:Compared to target branchMoonbase runtime: 2184 KB (no changes) ✅ Moonbeam runtime: 2124 KB (no changes) ✅ Moonriver runtime: 2136 KB (no changes) ✅ Compared to latest release (runtime-3102)Moonbase runtime: 2184 KB (+244 KB compared to latest release) Moonbeam runtime: 2124 KB (+224 KB compared to latest release) Moonriver runtime: 2136 KB (+236 KB compared to latest release) |
Coverage Report@@ Coverage Diff @@
## master tarekkma/weights-per-runtime +/- ##
================================================================
- Coverage 80.93% 75.95% -4.98%
+ Files 286 352 +66
+ Lines 81965 88195 +6230
================================================================
+ Hits 66331 66985 +654
+ Misses 15634 21210 +5576
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The weights are not yet being generated for each runtime, benchmarks in pallet parachain_staking
need to be updated to work with moonbeam and moonriver.
This PR should only be merged once all benchmarks work for all runtimes.
@gonzamontiel can we close this PR in favor of #3019? |
Yes, closing this one. |
What does it do?
What important points reviewers should know?
Is there something left for follow-up PRs?
What alternative implementations were considered?
Are there relevant PRs or issues in other repositories (Substrate, Polkadot, Frontier, Cumulus)?
What value does it bring to the blockchain users?