[pallet-staking] Refund unused weight for `payout_stakers` (#8458)
* [pallet-staking] Refund unused weight for `payout_stakers`
fixes #8428
* Use periods in comments
* cargo run --release --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/staking/src/weights.rs --template=./.maintain/frame-weight-template.hbs
* Address Shawn's Feedback
* Assert monotomic weights && improve test note
* Remove stray new line
* debug_assert payout_count <= max
* Only track payouts to nominators; not validators
* Trivial comment update
Co-authored-by:
Parity Benchmarking Bot <admin@parity.io>
Showing
- substrate/frame/staking/src/lib.rs 32 additions, 12 deletionssubstrate/frame/staking/src/lib.rs
- substrate/frame/staking/src/mock.rs 2 additions, 0 deletionssubstrate/frame/staking/src/mock.rs
- substrate/frame/staking/src/tests.rs 144 additions, 10 deletionssubstrate/frame/staking/src/tests.rs
- substrate/frame/staking/src/weights.rs 103 additions, 103 deletionssubstrate/frame/staking/src/weights.rs
Please register or sign in to comment