Fresh weights for upcoming runtimes 1.7.0 release#853
Fresh weights for upcoming runtimes 1.7.0 release#853fellowship-merge-bot[bot] merged 27 commits into
Conversation
|
/cmd bench --runtime asset-hub-kusama bridge-hub-kusama coretime-kusama people-kusama glutton-kusama |
|
/cmd bench --runtime asset-hub-polkadot bridge-hub-polkadot coretime-polkadot people-polkadot collectives-polkadot |
|
Command "bench --runtime asset-hub-kusama bridge-hub-kusama coretime-kusama people-kusama glutton-kusama" has started 🚀 See logs here |
|
Command "bench --runtime asset-hub-kusama bridge-hub-kusama coretime-kusama people-kusama glutton-kusama" has finished ✅ See logs here DetailsSubweight results:
|
|
Command "bench --runtime asset-hub-polkadot bridge-hub-polkadot coretime-polkadot people-polkadot collectives-polkadot" has started 🚀 See logs here |
|
/cmd bench --runtime kusama |
|
Command "bench --runtime asset-hub-polkadot bridge-hub-polkadot coretime-polkadot people-polkadot collectives-polkadot" has failed ❌! See logs here |
|
Command "bench --runtime kusama" has started 🚀 See logs here |
|
Command "bench --runtime kusama" has failed ❌! See logs here |
|
/cmd bench --runtime polkadot |
|
Command "bench --runtime polkadot" has started 🚀 See logs here |
|
Command "bench --runtime polkadot" has failed ❌! See logs here |
… bridge-hub-kusama coretime-kusama people-kusama glutton-kusama'
…ot bridge-hub-polkadot coretime-polkadot people-polkadot collectives-polkadot'
b9283c2 to
3d78c55
Compare
|
/cmd bench --runtime polkadot kusama pallet_bags_list |
|
Command "bench --runtime polkadot kusama pallet_bags_list" has started 🚀 See logs here |
|
/cmd bench --pallet pallet_xcm pallet_bags_list |
|
Command "bench --runtime polkadot kusama pallet_bags_list" has failed ❌! See logs here |
|
Command "bench --pallet pallet_xcm pallet_bags_list" has started 🚀 See logs here |
|
Command "bench --pallet pallet_xcm pallet_bags_list" has failed ❌! See logs here |
|
/cmd bench --pallet pallet_xcm |
|
Command "bench --pallet pallet_xcm" has started 🚀 See logs here |
|
Command "bench --pallet pallet_xcm" has failed ❌! See logs here |
|
/cmd bench --runtime coretime-polkadot coretime-kusama --pallet pallet_xcm |
Update Snowbridge backend weights
| fn enact_candidate(u: u32, h: u32, c: u32, ) -> Weight { | ||
| // Proof Size summary in bytes: | ||
| // Measured: `1410 + c * (15992 ±0) + h * (92 ±0) + u * (65723 ±0)` | ||
| // Estimated: `52183926175832032 + c * (17748 ±0) + h * (15130 ±720) + u * (41539 ±717)` |
There was a problem hiding this comment.
Good that we got this one fixed 🤣
|
Let's wait for bot with coretime pallet-xcm benchmarks before merging. And for the release, we should remove older 1.6.1 migrations (I will do follow-up or anybody else can) |
|
Command "bench --runtime coretime-polkadot coretime-kusama --pallet pallet_xcm" has started 🚀 See logs here |
…t coretime-kusama --pallet pallet_xcm'
|
Command "bench --runtime coretime-polkadot coretime-kusama --pallet pallet_xcm" has failed ❌! See logs here |
| // Measured: `0` | ||
| // Estimated: `0` | ||
| // Minimum execution time: 18_446_744_073_709_551_000 picoseconds. | ||
| Weight::from_parts(18_446_744_073_709_551_000, 0) |
|
/merge |
f038b6a
into
polkadot-fellows:main
|
Enabled Available commands
For more information see the documentation |
Discovered by: polkadot-fellows/runtimes#853 It’s likely that this PR: [https://github.com/paritytech/polkadot-sdk/pull/7720](https://github.com/paritytech/polkadot-sdk/pull/7720) broke weight generation/compilation. For example, for `promote_fast`, the weight file is [generated with `u32`—see the screenshot below](polkadot-fellows/runtimes@3cc49e4#diff-35dfb1113ee202c1375fb2d8982d02a665e5857fec2e0a07b684494c056c8901L190-R194), which causes compilation errors when `MaxRank = u16`. <img width="541" height="67" alt="image" src="https://github.com/user-attachments/assets/03bb3d90-7c09-46c7-8990-21878fc50c61" /> ## TODO - [x] find possible fix --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This PR contains fresh weights based on Adrian's PR: #849
TODO
reran asset-hub-kusama(because of Snowbridge v2 and revive) (as a part of Bump unstable2507 + revive MBM migration #857)