update weights (#5601)

* polkadot: update weights

* kusama: update weights

* westend: update weights

* rococo: update weights
This commit is contained in:
Mara Robin B
2022-05-30 12:41:11 +02:00
committed by GitHub
parent 026848c932
commit 3ea40ba1f7
129 changed files with 1938 additions and 1963 deletions
@@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_vesting`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-05-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2022-05-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
@@ -47,22 +47,22 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
// Storage: Vesting Vesting (r:1 w:1)
// Storage: Balances Locks (r:1 w:1)
fn vest_locked(l: u32, s: u32, ) -> Weight {
(24_521_000 as Weight)
// Standard Error: 0
.saturating_add((88_000 as Weight).saturating_mul(l as Weight))
(24_238_000 as Weight)
// Standard Error: 1_000
.saturating_add((179_000 as Weight).saturating_mul(s as Weight))
.saturating_add((83_000 as Weight).saturating_mul(l as Weight))
// Standard Error: 2_000
.saturating_add((163_000 as Weight).saturating_mul(s as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
}
// Storage: Vesting Vesting (r:1 w:1)
// Storage: Balances Locks (r:1 w:1)
fn vest_unlocked(l: u32, s: u32, ) -> Weight {
(24_314_000 as Weight)
(24_355_000 as Weight)
// Standard Error: 0
.saturating_add((87_000 as Weight).saturating_mul(l as Weight))
.saturating_add((74_000 as Weight).saturating_mul(l as Weight))
// Standard Error: 1_000
.saturating_add((145_000 as Weight).saturating_mul(s as Weight))
.saturating_add((130_000 as Weight).saturating_mul(s as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
}
@@ -70,11 +70,11 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
// Storage: Balances Locks (r:1 w:1)
// Storage: System Account (r:1 w:1)
fn vest_other_locked(l: u32, s: u32, ) -> Weight {
(23_625_000 as Weight)
(23_803_000 as Weight)
// Standard Error: 0
.saturating_add((85_000 as Weight).saturating_mul(l as Weight))
// Standard Error: 1_000
.saturating_add((99_000 as Weight).saturating_mul(l as Weight))
// Standard Error: 2_000
.saturating_add((198_000 as Weight).saturating_mul(s as Weight))
.saturating_add((164_000 as Weight).saturating_mul(s as Weight))
.saturating_add(T::DbWeight::get().reads(3 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight))
}
@@ -82,11 +82,11 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
// Storage: Balances Locks (r:1 w:1)
// Storage: System Account (r:1 w:1)
fn vest_other_unlocked(l: u32, s: u32, ) -> Weight {
(24_100_000 as Weight)
(23_801_000 as Weight)
// Standard Error: 0
.saturating_add((85_000 as Weight).saturating_mul(l as Weight))
.saturating_add((76_000 as Weight).saturating_mul(l as Weight))
// Standard Error: 1_000
.saturating_add((149_000 as Weight).saturating_mul(s as Weight))
.saturating_add((144_000 as Weight).saturating_mul(s as Weight))
.saturating_add(T::DbWeight::get().reads(3 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight))
}
@@ -94,11 +94,11 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
// Storage: System Account (r:1 w:1)
// Storage: Balances Locks (r:1 w:1)
fn vested_transfer(l: u32, s: u32, ) -> Weight {
(39_750_000 as Weight)
// Standard Error: 2_000
.saturating_add((90_000 as Weight).saturating_mul(l as Weight))
(39_125_000 as Weight)
// Standard Error: 1_000
.saturating_add((67_000 as Weight).saturating_mul(l as Weight))
// Standard Error: 4_000
.saturating_add((142_000 as Weight).saturating_mul(s as Weight))
.saturating_add((146_000 as Weight).saturating_mul(s as Weight))
.saturating_add(T::DbWeight::get().reads(3 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight))
}
@@ -106,11 +106,11 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
// Storage: System Account (r:2 w:2)
// Storage: Balances Locks (r:1 w:1)
fn force_vested_transfer(l: u32, s: u32, ) -> Weight {
(38_890_000 as Weight)
// Standard Error: 1_000
.saturating_add((89_000 as Weight).saturating_mul(l as Weight))
// Standard Error: 3_000
.saturating_add((161_000 as Weight).saturating_mul(s as Weight))
(37_963_000 as Weight)
// Standard Error: 2_000
.saturating_add((84_000 as Weight).saturating_mul(l as Weight))
// Standard Error: 5_000
.saturating_add((158_000 as Weight).saturating_mul(s as Weight))
.saturating_add(T::DbWeight::get().reads(4 as Weight))
.saturating_add(T::DbWeight::get().writes(4 as Weight))
}
@@ -118,11 +118,11 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
// Storage: Balances Locks (r:1 w:1)
// Storage: System Account (r:1 w:1)
fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight {
(24_945_000 as Weight)
(24_875_000 as Weight)
// Standard Error: 0
.saturating_add((93_000 as Weight).saturating_mul(l as Weight))
.saturating_add((84_000 as Weight).saturating_mul(l as Weight))
// Standard Error: 1_000
.saturating_add((189_000 as Weight).saturating_mul(s as Weight))
.saturating_add((168_000 as Weight).saturating_mul(s as Weight))
.saturating_add(T::DbWeight::get().reads(3 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight))
}
@@ -130,11 +130,11 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
// Storage: Balances Locks (r:1 w:1)
// Storage: System Account (r:1 w:1)
fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight {
(25_402_000 as Weight)
(24_716_000 as Weight)
// Standard Error: 0
.saturating_add((85_000 as Weight).saturating_mul(l as Weight))
.saturating_add((84_000 as Weight).saturating_mul(l as Weight))
// Standard Error: 1_000
.saturating_add((178_000 as Weight).saturating_mul(s as Weight))
.saturating_add((175_000 as Weight).saturating_mul(s as Weight))
.saturating_add(T::DbWeight::get().reads(3 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight))
}