Increase payable nominators per validator (#2637)
* inc
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/
* Add test
Co-authored-by:
Parity Benchmarking Bot <admin@parity.io>
Showing
- polkadot/runtime/kusama/src/lib.rs 18 additions, 1 deletionpolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/kusama/src/weights/pallet_staking.rs 51 additions, 51 deletionspolkadot/runtime/kusama/src/weights/pallet_staking.rs
- polkadot/runtime/polkadot/src/lib.rs 18 additions, 1 deletionpolkadot/runtime/polkadot/src/lib.rs
- polkadot/runtime/polkadot/src/weights/pallet_staking.rs 52 additions, 52 deletionspolkadot/runtime/polkadot/src/weights/pallet_staking.rs
- polkadot/runtime/westend/src/weights/pallet_staking.rs 53 additions, 53 deletionspolkadot/runtime/westend/src/weights/pallet_staking.rs
Please register or sign in to comment