update weights (sync with 0.9.33) (#6362)

* update weights (0.9.33) (#6299)

* kusama: update weights

* polkadot: update weights

* rococo: update weights

* westend: update weights

* fix deps

* Resolve merge

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Reset Kusama whitelist weights

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
Mara Robin B
2022-12-08 14:23:24 +01:00
committed by GitHub
parent 896d1c2c3b
commit 0185170137
163 changed files with 5178 additions and 3932 deletions
@@ -16,8 +16,8 @@
//! Autogenerated weights for `pallet_vesting`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! DATE: 2022-11-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
@@ -38,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
use frame_support::{traits::Get, weights::{Weight}};
use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `pallet_vesting`.
@@ -49,11 +49,12 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
/// The range of component `l` is `[0, 49]`.
/// The range of component `s` is `[1, 28]`.
fn vest_locked(l: u32, s: u32, ) -> Weight {
Weight::from_ref_time(35_421_000 as u64)
// Standard Error: 0
.saturating_add(Weight::from_ref_time(45_000 as u64).saturating_mul(l as u64))
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(103_000 as u64).saturating_mul(s as u64))
// Minimum execution time: 38_642 nanoseconds.
Weight::from_ref_time(38_226_745 as u64)
// Standard Error: 1_085
.saturating_add(Weight::from_ref_time(37_262 as u64).saturating_mul(l as u64))
// Standard Error: 1_931
.saturating_add(Weight::from_ref_time(61_339 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -62,11 +63,12 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
/// The range of component `l` is `[0, 49]`.
/// The range of component `s` is `[1, 28]`.
fn vest_unlocked(l: u32, s: u32, ) -> Weight {
Weight::from_ref_time(35_493_000 as u64)
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(46_000 as u64).saturating_mul(l as u64))
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(70_000 as u64).saturating_mul(s as u64))
// Minimum execution time: 38_010 nanoseconds.
Weight::from_ref_time(37_870_524 as u64)
// Standard Error: 1_888
.saturating_add(Weight::from_ref_time(47_214 as u64).saturating_mul(l as u64))
// Standard Error: 3_359
.saturating_add(Weight::from_ref_time(38_374 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -76,11 +78,12 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
/// The range of component `l` is `[0, 49]`.
/// The range of component `s` is `[1, 28]`.
fn vest_other_locked(l: u32, s: u32, ) -> Weight {
Weight::from_ref_time(37_644_000 as u64)
// Standard Error: 5_000
.saturating_add(Weight::from_ref_time(10_000 as u64).saturating_mul(l as u64))
// Standard Error: 9_000
.saturating_add(Weight::from_ref_time(74_000 as u64).saturating_mul(s as u64))
// Minimum execution time: 38_389 nanoseconds.
Weight::from_ref_time(37_550_733 as u64)
// Standard Error: 1_060
.saturating_add(Weight::from_ref_time(49_011 as u64).saturating_mul(l as u64))
// Standard Error: 1_886
.saturating_add(Weight::from_ref_time(62_179 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -90,11 +93,12 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
/// The range of component `l` is `[0, 49]`.
/// The range of component `s` is `[1, 28]`.
fn vest_other_unlocked(l: u32, s: u32, ) -> Weight {
Weight::from_ref_time(34_945_000 as u64)
// Standard Error: 0
.saturating_add(Weight::from_ref_time(45_000 as u64).saturating_mul(l as u64))
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(86_000 as u64).saturating_mul(s as u64))
// Minimum execution time: 37_686 nanoseconds.
Weight::from_ref_time(37_792_534 as u64)
// Standard Error: 1_624
.saturating_add(Weight::from_ref_time(38_716 as u64).saturating_mul(l as u64))
// Standard Error: 2_889
.saturating_add(Weight::from_ref_time(33_810 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -104,11 +108,12 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
/// The range of component `l` is `[0, 49]`.
/// The range of component `s` is `[0, 27]`.
fn vested_transfer(l: u32, s: u32, ) -> Weight {
Weight::from_ref_time(50_024_000 as u64)
// Standard Error: 2_000
.saturating_add(Weight::from_ref_time(50_000 as u64).saturating_mul(l as u64))
// Standard Error: 3_000
.saturating_add(Weight::from_ref_time(63_000 as u64).saturating_mul(s as u64))
// Minimum execution time: 52_356 nanoseconds.
Weight::from_ref_time(53_053_813 as u64)
// Standard Error: 1_679
.saturating_add(Weight::from_ref_time(37_518 as u64).saturating_mul(l as u64))
// Standard Error: 2_987
.saturating_add(Weight::from_ref_time(18_617 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -118,11 +123,12 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
/// The range of component `l` is `[0, 49]`.
/// The range of component `s` is `[0, 27]`.
fn force_vested_transfer(l: u32, s: u32, ) -> Weight {
Weight::from_ref_time(49_452_000 as u64)
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(41_000 as u64).saturating_mul(l as u64))
// Standard Error: 3_000
.saturating_add(Weight::from_ref_time(79_000 as u64).saturating_mul(s as u64))
// Minimum execution time: 51_625 nanoseconds.
Weight::from_ref_time(51_648_113 as u64)
// Standard Error: 1_712
.saturating_add(Weight::from_ref_time(43_998 as u64).saturating_mul(l as u64))
// Standard Error: 3_047
.saturating_add(Weight::from_ref_time(42_370 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(4 as u64))
.saturating_add(T::DbWeight::get().writes(4 as u64))
}
@@ -132,11 +138,12 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
/// The range of component `l` is `[0, 49]`.
/// The range of component `s` is `[2, 28]`.
fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight {
Weight::from_ref_time(36_353_000 as u64)
// Standard Error: 0
.saturating_add(Weight::from_ref_time(51_000 as u64).saturating_mul(l as u64))
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(104_000 as u64).saturating_mul(s as u64))
// Minimum execution time: 39_592 nanoseconds.
Weight::from_ref_time(38_624_597 as u64)
// Standard Error: 922
.saturating_add(Weight::from_ref_time(45_973 as u64).saturating_mul(l as u64))
// Standard Error: 1_704
.saturating_add(Weight::from_ref_time(69_427 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -146,11 +153,12 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
/// The range of component `l` is `[0, 49]`.
/// The range of component `s` is `[2, 28]`.
fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight {
Weight::from_ref_time(35_921_000 as u64)
// Standard Error: 0
.saturating_add(Weight::from_ref_time(58_000 as u64).saturating_mul(l as u64))
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(112_000 as u64).saturating_mul(s as u64))
// Minimum execution time: 39_606 nanoseconds.
Weight::from_ref_time(38_893_122 as u64)
// Standard Error: 1_158
.saturating_add(Weight::from_ref_time(44_023 as u64).saturating_mul(l as u64))
// Standard Error: 2_139
.saturating_add(Weight::from_ref_time(60_243 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}