-
Notifications
You must be signed in to change notification settings - Fork 345
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
⚠️ WIP CI: Add weight difference report to PRs #3124
Conversation
WASM runtime size check:Compared to target branchMoonbase runtime: 2276 KB (no changes) ✅ Moonbeam runtime: 2248 KB (no changes) ✅ Moonriver runtime: 2244 KB (no changes) ✅ Compared to latest release (runtime-3400)Moonbase runtime: 2276 KB (+248 KB compared to latest release) Moonbeam runtime: 2248 KB (+236 KB compared to latest release) Moonriver runtime: 2244 KB (+232 KB compared to latest release) |
Coverage Report@@ Coverage Diff @@
## master pablo/weight-diff-report +/- ##
===========================================================
Coverage 74.49% 74.49% 0.00%
Files 375 375
Lines 95313 95313
===========================================================
Hits 70998 70998
Misses 24315 24315
|
@@ -62,7 +62,7 @@ impl<T: frame_system::Config> cumulus_pallet_parachain_system::WeightInfo for We | |||
// Measured: `82` | |||
// Estimated: `3517` | |||
// Minimum execution time: 2_153_000 picoseconds. | |||
Weight::from_parts(2_247_000, 3517) |
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.
This change should be reverted
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?