Skip to content
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

Closed
wants to merge 5 commits into from

Conversation

pLabarta
Copy link
Contributor

@pLabarta pLabarta commented Jan 2, 2025

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?

@pLabarta pLabarta added ci Continuous Integration pipeline D2-notlive PR doesn't change runtime code (so can't be audited) B0-silent Changes should not be mentioned in any release notes labels Jan 2, 2025
Copy link
Contributor

github-actions bot commented Jan 2, 2025

WASM runtime size check:

Compared to target branch

Moonbase 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) ⚠️

@pLabarta pLabarta marked this pull request as ready for review January 2, 2025 18:22
@pLabarta pLabarta requested review from a team as code owners January 2, 2025 18:22
Copy link
Contributor

github-actions bot commented Jan 2, 2025

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             
Files Changed Coverage

Coverage generated Thu Jan 2 19:13:57 UTC 2025

@@ -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)
Copy link
Contributor

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

@pLabarta pLabarta marked this pull request as draft January 6, 2025 13:25
@pLabarta pLabarta closed this Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B0-silent Changes should not be mentioned in any release notes ci Continuous Integration pipeline D2-notlive PR doesn't change runtime code (so can't be audited)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants