New Weights for Polkadot / Kusama / Westend (#3305)

This commit is contained in:
Shawn Tabrizi
2021-06-19 06:08:05 +01:00
committed by GitHub
parent 5c16c95bd5
commit 039df45f00
66 changed files with 1193 additions and 1214 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-04-27, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2021-06-18, 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_608_000 as Weight)
// Standard Error: 11_000
.saturating_add((206_000 as Weight).saturating_mul(l as Weight))
(40_663_000 as Weight)
// Standard Error: 20_000
.saturating_add((232_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_176_000 as Weight)
// Standard Error: 4_000
.saturating_add((149_000 as Weight).saturating_mul(l as Weight))
(44_310_000 as Weight)
// Standard Error: 11_000
.saturating_add((172_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 {
(41_692_000 as Weight)
// Standard Error: 15_000
.saturating_add((234_000 as Weight).saturating_mul(l as Weight))
(40_981_000 as Weight)
// Standard Error: 19_000
.saturating_add((218_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_681_000 as Weight)
// Standard Error: 5_000
.saturating_add((164_000 as Weight).saturating_mul(l as Weight))
(43_731_000 as Weight)
// Standard Error: 16_000
.saturating_add((194_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 {
(103_991_000 as Weight)
// Standard Error: 12_000
.saturating_add((107_000 as Weight).saturating_mul(l as Weight))
(96_952_000 as Weight)
// Standard Error: 15_000
.saturating_add((206_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 {
(103_347_000 as Weight)
// Standard Error: 12_000
.saturating_add((106_000 as Weight).saturating_mul(l as Weight))
(96_519_000 as Weight)
// Standard Error: 15_000
.saturating_add((204_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))
}