Release 1.5.0#683
Conversation
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
|
/cmd bench --runtime kusama polkadot |
|
/cmd bench --runtime polkadot |
|
Command "bench --runtime polkadot" has started 🚀 See logs here |
|
Command "bench --runtime polkadot" has finished ✅ See logs here |
|
/cmd bench --runtime kusama |
|
Command "bench --runtime kusama" has started 🚀 See logs here |
|
/cmd bench --runtime polkadot |
|
Command "bench --runtime kusama" has finished ✅ See logs here |
|
Command "bench --runtime polkadot" has started 🚀 See logs here |
Fixes this issue  In #683 PR the whole runtime benchmarks are dropped by timeout <!-- Remember that you can run `/merge` to enable auto-merge in the PR --> <!-- Remember to modify the changelog. If you don't need to modify it, you can check the following box. Instead, if you have already modified it, simply delete the following line. --> - [x] Does not require a CHANGELOG entry
|
Command "bench --runtime polkadot" has finished ✅ See logs here |
|
/cmd bench --runtime polkadot |
|
Since the bot is not really helpful right now it's time for plan B: @bkontur is running locally and push the weights. |
I am on it, but also we could use bot per pallet batches, iirc the longest is one of |
|
also I am trying to push more fixes for bench bot here #601 - so let's add there more what would unblock us for future releases |
|
actually, |
|
benchmarks for Kusama/Polkadot are running, I forgot about #678 so skipping |
Seems to be a problem with how storage is populated for the benchmarks, but it should be harmless. |
I have a Kusama (except |
We can probably live with that for stable2412 (stable2409, stable2503 are ok), but we just need to manually correct the weights like this: sandreim@7c139d2 |
All benchmarks for Kusama and Polkadot are ready here: sandreim#1 (needs some eyes on it). |
Weights 1.5.0 for Kusama and Polkadot
``` [[package]] name = "pallet-multisig" version = "39.1.0" source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=stable2412#02fe4655b2426d9ed0573ba5eadd3c9bb2b2ee63" dependencies = [ "log", "parity-scale-codec", "polkadot-sdk-frame", "scale-info", ] ```
Generated from stable2412 with patch for `pallet-multisig` benchmarks
|
/merge |
|
Enabled Available commands
For more information see the documentation |
43a8f23
into
polkadot-fellows:main
closes #662
Relay chain runtime release for both Kusama and Polkadot. Upgrade to
stable2412-4including RFC103 required for releasing Elastic Scaling.