remove old bench & revert the frame-weight-template#7362
Conversation
|
/cmd bench --pallet pallet_multisig --runtime dev |
|
Command "bench --pallet pallet_multisig --runtime dev" has started 🚀 See logs here |
|
Command "bench --pallet pallet_multisig --runtime dev" has finished ✅ See logs here DetailsSubweight results:
Command output:✅ Successful benchmarks of runtimes/pallets: |
| // Measured: `145` | ||
| // Measured: `0` | ||
| // Estimated: `3997` | ||
| // Minimum execution time: 28_800_000 picoseconds. |
There was a problem hiding this comment.
All of the weights have improved (i.e. lowered).
What happened here, does this mean the multisig pallet has had incorrect weights up until this PR?
iulianbarbu
left a comment
There was a problem hiding this comment.
LGTM! Curious on why the weights for multisig decreased as well. Were there any changes to the pallet that results in such improvements?
@iulianbarbu maybe something not stable, not sure, we will check this again with all benches regenerated |
* master: Remove warnings by cleaning up the `Cargo.toml` (#7416) [Backport] Version bumps from stable2412-1 + prdocs reorg (#7401) fix pre-dispatch PoV underweight for ParasInherent (#7378) malus-collator: implement malicious collator submitting same collation to all backing groups (#6924) `fatxpool`: use tracing for logging (#6897) Improvements for Weekly bench (#7390) Replace derivative dependency with derive-where (#7324) Add support for feature `pallet_balances/insecure_zero_ed` in benchmarks and testing (#7379) Fix Snowbridge benchmark tests (#7296) Bridges small nits/improvements (#7383) Migrating cumulus-pallet-session-benchmarking to Benchmarking V2 (#6564) [pallet-revive] implement the block author API (#7198) Use checked math in frame-balances named_reserve (#7365) move installation of frame-omni-bencher into a cmd.py itself (#7372) remove old bench & revert the frame-weight-template (#7362) ci: fix workflow permissions (#7366) [net/libp2p] Use raw `Identify` observed addresses to discover external addresses (#7338) Improve `set_validation_data` error message. (#7359) Implement pallet view function queries (#4722)
- remove old bench from cmd.py and left alias for backward compatibility - reverted the frame-wight-template as the problem was that it umbrella template wasn't picked correctly in the old benchmarks, in frame-omni-bench it correctly identifies the dependencies and uses correct template --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.