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-19, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-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 {
(40_504_000 as Weight)
// Standard Error: 20_000
.saturating_add((261_000 as Weight).saturating_mul(l as Weight))
(41_675_000 as Weight)
// Standard Error: 7_000
.saturating_add((159_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 {
(44_880_000 as Weight)
// Standard Error: 2_000
.saturating_add((138_000 as Weight).saturating_mul(l as Weight))
(44_454_000 as Weight)
// Standard Error: 4_000
.saturating_add((129_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 {
(39_872_000 as Weight)
// Standard Error: 20_000
.saturating_add((265_000 as Weight).saturating_mul(l as Weight))
(41_313_000 as Weight)
// Standard Error: 7_000
.saturating_add((161_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 {
(44_683_000 as Weight)
// Standard Error: 1_000
.saturating_add((137_000 as Weight).saturating_mul(l as Weight))
(44_088_000 as Weight)
// Standard Error: 4_000
.saturating_add((131_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 {
(95_999_000 as Weight)
// Standard Error: 17_000
.saturating_add((242_000 as Weight).saturating_mul(l as Weight))
(95_360_000 as Weight)
// Standard Error: 6_000
.saturating_add((152_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 {
(95_418_000 as Weight)
// Standard Error: 17_000
.saturating_add((242_000 as Weight).saturating_mul(l as Weight))
(94_577_000 as Weight)
// Standard Error: 6_000
.saturating_add((149_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))
}