bench all weekly - and fix for pallet_multisig lib (#6789)
Closes #6196 Closes #7204 Example of PR: https://github.com/paritytech/polkadot-sdk/pull/6816 Every sunday 01:00 AM it's going to start to benchmark (with /cmd bench) all runtimes and all pallets Then diff total will be pushed to a branch and PR open,. I assume review-bot is going assign required reviewers per changed files I afraid each weeks will be too much to review & merge, but we can adjust later Bonus: fix for pallet_multisig lib and substrate/.maintain/frame-weight-template.hbs , which didn't let to compile new weights --------- Signed-off-by:Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: command-bot <> Co-authored-by:
cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
parent
e9393a9a
Showing
- .github/workflows/bench-all-runtimes.yml 165 additions, 0 deletions.github/workflows/bench-all-runtimes.yml
- cumulus/parachains/runtimes/assets/asset-hub-rococo/src/weights/pallet_multisig.rs 56 additions, 53 deletions...es/assets/asset-hub-rococo/src/weights/pallet_multisig.rs
- cumulus/parachains/runtimes/assets/asset-hub-westend/src/weights/pallet_multisig.rs 69 additions, 65 deletions...s/assets/asset-hub-westend/src/weights/pallet_multisig.rs
- cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_multisig.rs 69 additions, 65 deletions...dge-hubs/bridge-hub-rococo/src/weights/pallet_multisig.rs
- cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/weights/pallet_multisig.rs 57 additions, 54 deletions...ge-hubs/bridge-hub-westend/src/weights/pallet_multisig.rs
- cumulus/parachains/runtimes/collectives/collectives-westend/src/weights/pallet_multisig.rs 64 additions, 62 deletions...ctives/collectives-westend/src/weights/pallet_multisig.rs
- cumulus/parachains/runtimes/coretime/coretime-rococo/src/weights/pallet_multisig.rs 51 additions, 48 deletions...s/coretime/coretime-rococo/src/weights/pallet_multisig.rs
- cumulus/parachains/runtimes/coretime/coretime-westend/src/weights/pallet_multisig.rs 50 additions, 47 deletions.../coretime/coretime-westend/src/weights/pallet_multisig.rs
- cumulus/parachains/runtimes/people/people-rococo/src/weights/pallet_multisig.rs 78 additions, 72 deletions...times/people/people-rococo/src/weights/pallet_multisig.rs
- cumulus/parachains/runtimes/people/people-westend/src/weights/pallet_multisig.rs 78 additions, 72 deletions...imes/people/people-westend/src/weights/pallet_multisig.rs
- polkadot/runtime/rococo/src/weights/pallet_multisig.rs 45 additions, 44 deletionspolkadot/runtime/rococo/src/weights/pallet_multisig.rs
- polkadot/runtime/westend/src/weights/pallet_multisig.rs 63 additions, 62 deletionspolkadot/runtime/westend/src/weights/pallet_multisig.rs
- substrate/.maintain/frame-weight-template.hbs 1 addition, 2 deletionssubstrate/.maintain/frame-weight-template.hbs
- substrate/frame/multisig/src/benchmarking.rs 10 additions, 12 deletionssubstrate/frame/multisig/src/benchmarking.rs
- substrate/frame/multisig/src/weights.rs 93 additions, 93 deletionssubstrate/frame/multisig/src/weights.rs
Please register or sign in to comment