update weights (#5704)

* westend: update weights

* kusama: update weights

* polkadot: update weights

* rococo: update weights
This commit is contained in:
Mara Robin B
2022-06-21 12:58:01 +02:00
committed by GitHub
parent 5c2da4e4d8
commit 8ef2b701c1
127 changed files with 2614 additions and 1951 deletions
@@ -16,7 +16,8 @@
//! Autogenerated weights for `pallet_vesting`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-05-26, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2022-06-20, 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("westend-dev"), DB CACHE: 1024
// Executed Command:
@@ -30,7 +31,6 @@
// --extrinsic=*
// --execution=wasm
// --wasm-execution=compiled
// --heap-pages=4096
// --header=./file_header.txt
// --output=./runtime/westend/src/weights/pallet_vesting.rs
@@ -46,95 +46,111 @@ pub struct WeightInfo<T>(PhantomData<T>);
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)
/// The range of component `l` is `[0, 49]`.
/// The range of component `s` is `[1, 28]`.
fn vest_locked(l: u32, s: u32, ) -> Weight {
(24_223_000 as Weight)
(28_303_000 as Weight)
// Standard Error: 0
.saturating_add((93_000 as Weight).saturating_mul(l as Weight))
.saturating_add((88_000 as Weight).saturating_mul(l as Weight))
// Standard Error: 1_000
.saturating_add((188_000 as Weight).saturating_mul(s as Weight))
.saturating_add((180_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)
/// The range of component `l` is `[0, 49]`.
/// The range of component `s` is `[1, 28]`.
fn vest_unlocked(l: u32, s: u32, ) -> Weight {
(24_527_000 as Weight)
// Standard Error: 0
.saturating_add((84_000 as Weight).saturating_mul(l as Weight))
(28_538_000 as Weight)
// Standard Error: 1_000
.saturating_add((154_000 as Weight).saturating_mul(s as Weight))
.saturating_add((81_000 as Weight).saturating_mul(l as Weight))
// Standard Error: 2_000
.saturating_add((147_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)
// Storage: System Account (r:1 w:1)
/// 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 {
(24_318_000 as Weight)
(28_809_000 as Weight)
// Standard Error: 0
.saturating_add((90_000 as Weight).saturating_mul(l as Weight))
.saturating_add((88_000 as Weight).saturating_mul(l as Weight))
// Standard Error: 1_000
.saturating_add((183_000 as Weight).saturating_mul(s as Weight))
.saturating_add((177_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))
}
// Storage: Vesting Vesting (r:1 w:1)
// Storage: Balances Locks (r:1 w:1)
// Storage: System Account (r:1 w:1)
/// 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 {
(24_760_000 as Weight)
// Standard Error: 0
.saturating_add((81_000 as Weight).saturating_mul(l as Weight))
// Standard Error: 1_000
.saturating_add((137_000 as Weight).saturating_mul(s as Weight))
(29_211_000 as Weight)
// Standard Error: 2_000
.saturating_add((70_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(3 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight))
}
// Storage: Vesting Vesting (r:1 w:1)
// Storage: System Account (r:1 w:1)
// Storage: Balances Locks (r:1 w:1)
/// The range of component `l` is `[0, 49]`.
/// The range of component `s` is `[0, 27]`.
fn vested_transfer(l: u32, s: u32, ) -> Weight {
(40_111_000 as Weight)
(43_405_000 as Weight)
// Standard Error: 2_000
.saturating_add((79_000 as Weight).saturating_mul(l as Weight))
// Standard Error: 5_000
.saturating_add((136_000 as Weight).saturating_mul(s as Weight))
.saturating_add((83_000 as Weight).saturating_mul(l as Weight))
// Standard Error: 4_000
.saturating_add((155_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))
}
// Storage: Vesting Vesting (r:1 w:1)
// Storage: System Account (r:2 w:2)
// Storage: Balances Locks (r:1 w:1)
/// 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 {
(39_453_000 as Weight)
(43_355_000 as Weight)
// Standard Error: 2_000
.saturating_add((83_000 as Weight).saturating_mul(l as Weight))
// Standard Error: 4_000
.saturating_add((154_000 as Weight).saturating_mul(s as Weight))
.saturating_add((171_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))
}
// Storage: Vesting Vesting (r:1 w:1)
// Storage: Balances Locks (r:1 w:1)
// Storage: System Account (r:1 w:1)
/// 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 {
(25_216_000 as Weight)
// Standard Error: 0
.saturating_add((93_000 as Weight).saturating_mul(l as Weight))
(29_633_000 as Weight)
// Standard Error: 1_000
.saturating_add((187_000 as Weight).saturating_mul(s as Weight))
.saturating_add((87_000 as Weight).saturating_mul(l as Weight))
// Standard Error: 2_000
.saturating_add((182_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))
}
// Storage: Vesting Vesting (r:1 w:1)
// Storage: Balances Locks (r:1 w:1)
// Storage: System Account (r:1 w:1)
/// 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 {
(24_935_000 as Weight)
(29_219_000 as Weight)
// Standard Error: 0
.saturating_add((87_000 as Weight).saturating_mul(l as Weight))
// Standard Error: 2_000
.saturating_add((102_000 as Weight).saturating_mul(l as Weight))
// Standard Error: 6_000
.saturating_add((181_000 as Weight).saturating_mul(s as Weight))
.saturating_add((189_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))
}