Bump version, bump substrate & update benchmarks in preparation for v0.8.31 (#2938)

* bump version

* bump cargo

* update benchmarks

* cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_identity --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=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/

Co-authored-by: Parity Benchmarking Bot <admin@parity.io>
This commit is contained in:
Martin Pugh
2021-04-28 13:23:54 +02:00
committed by GitHub
parent a8b64f12ec
commit 9c60982989
79 changed files with 988 additions and 986 deletions
@@ -16,7 +16,7 @@
//! Autogenerated weights for pallet_vesting
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0
//! DATE: 2021-03-25, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2021-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 128
// Executed Command:
@@ -44,44 +44,44 @@ use sp_std::marker::PhantomData;
pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
fn vest_locked(l: u32, ) -> Weight {
(42_738_000 as Weight)
// Standard Error: 10_000
.saturating_add((215_000 as Weight).saturating_mul(l as Weight))
(42_608_000 as Weight)
// Standard Error: 11_000
.saturating_add((206_000 as Weight).saturating_mul(l as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
fn vest_unlocked(l: u32, ) -> Weight {
(46_236_000 as Weight)
// Standard Error: 1_000
.saturating_add((145_000 as Weight).saturating_mul(l as Weight))
(46_176_000 as Weight)
// Standard Error: 4_000
.saturating_add((149_000 as Weight).saturating_mul(l as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
}
fn vest_other_locked(l: u32, ) -> Weight {
(42_299_000 as Weight)
// Standard Error: 10_000
.saturating_add((218_000 as Weight).saturating_mul(l as Weight))
(41_692_000 as Weight)
// Standard Error: 15_000
.saturating_add((234_000 as Weight).saturating_mul(l as Weight))
.saturating_add(T::DbWeight::get().reads(3 as Weight))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
}
fn vest_other_unlocked(l: u32, ) -> Weight {
(45_827_000 as Weight)
// Standard Error: 1_000
.saturating_add((145_000 as Weight).saturating_mul(l as Weight))
(45_681_000 as Weight)
// Standard Error: 5_000
.saturating_add((164_000 as Weight).saturating_mul(l as Weight))
.saturating_add(T::DbWeight::get().reads(3 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight))
}
fn vested_transfer(l: u32, ) -> Weight {
(101_228_000 as Weight)
(103_991_000 as Weight)
// Standard Error: 12_000
.saturating_add((145_000 as Weight).saturating_mul(l as Weight))
.saturating_add((107_000 as Weight).saturating_mul(l as Weight))
.saturating_add(T::DbWeight::get().reads(3 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight))
}
fn force_vested_transfer(l: u32, ) -> Weight {
(102_155_000 as Weight)
// Standard Error: 11_000
.saturating_add((124_000 as Weight).saturating_mul(l as Weight))
(103_347_000 as Weight)
// Standard Error: 12_000
.saturating_add((106_000 as Weight).saturating_mul(l as Weight))
.saturating_add(T::DbWeight::get().reads(4 as Weight))
.saturating_add(T::DbWeight::get().writes(4 as Weight))
}