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

Fix benchmarks after upgrade to stable 2409 #3158

Merged
merged 3 commits into from
Jan 29, 2025

Conversation

manuelmauro
Copy link
Contributor

What does it do?

After upgrading to polkadot-sdk stable2409, some benchmarks are now failing. This PR fixes the broken benchmarks.

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?

@manuelmauro manuelmauro added D3-trivial PR contains trivial changes in a runtime directory that do not require an audit not-breaking Does not need to be mentioned in breaking changes labels Jan 27, 2025
@manuelmauro manuelmauro self-assigned this Jan 27, 2025
Copy link
Contributor

github-actions bot commented Jan 27, 2025

WASM runtime size check:

Compared to target branch

Moonbase runtime: 2272 KB (-148 KB) ✅

Moonbeam runtime: 2252 KB (-152 KB) ✅

Moonriver runtime: 2244 KB (-156 KB) ✅

Compared to latest release (runtime-3401)

Moonbase runtime: 2272 KB (+240 KB compared to latest release) ⚠️

Moonbeam runtime: 2252 KB (+240 KB compared to latest release) ⚠️

Moonriver runtime: 2244 KB (+232 KB compared to latest release) ⚠️

@manuelmauro manuelmauro added the B0-silent Changes should not be mentioned in any release notes label Jan 27, 2025
Copy link
Contributor

github-actions bot commented Jan 27, 2025

Coverage Report

@@                                Coverage Diff                                @@
##           master   manuel/fix-benchmarks-post-upgrade-stable2409      +/-   ##
=================================================================================
- Coverage   74.59%                                          74.58%   -0.01%     
- Files         380                                             377       -3     
+ Lines       96035                                           96042       +7     
=================================================================================
  Hits        71632                                           71632              
+ Misses      24403                                           24410       +7     
Files Changed Coverage
/node/cli/src/command.rs 16.92% (-0.02%) 🔽
/node/service/src/chain_spec/moonbase.rs 78.31% (-0.97%) 🔽
/node/service/src/chain_spec/moonbeam.rs 12.04% (-20.00%) 🔽
/node/service/src/chain_spec/moonriver.rs 12.04% (-20.00%) 🔽
/runtime/common/src/apis.rs 28.85% (+0.03%) 🔼

Coverage generated Wed Jan 29 11:41:45 UTC 2025

@RomarQ RomarQ marked this pull request as ready for review January 29, 2025 11:32
@RomarQ RomarQ merged commit 31700d6 into master Jan 29, 2025
41 checks passed
@RomarQ RomarQ deleted the manuel/fix-benchmarks-post-upgrade-stable2409 branch January 29, 2025 13:04
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 D3-trivial PR contains trivial changes in a runtime directory that do not require an audit not-breaking Does not need to be mentioned in breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants