mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
* kusama: update weights * polkadot: update weights * westend: update weights * rococo: update weights
This commit is contained in:
@@ -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-11-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm4`, 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:
|
||||
@@ -49,28 +49,28 @@ 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 {
|
||||
// Minimum execution time: 39_501 nanoseconds.
|
||||
Weight::from_ref_time(38_586_050 as u64)
|
||||
// Standard Error: 1_079
|
||||
.saturating_add(Weight::from_ref_time(45_077 as u64).saturating_mul(l as u64))
|
||||
// Standard Error: 1_921
|
||||
.saturating_add(Weight::from_ref_time(80_116 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))
|
||||
// Minimum execution time: 39_233 nanoseconds.
|
||||
Weight::from_ref_time(38_752_020)
|
||||
// Standard Error: 1_147
|
||||
.saturating_add(Weight::from_ref_time(39_475).saturating_mul(l.into()))
|
||||
// Standard Error: 2_041
|
||||
.saturating_add(Weight::from_ref_time(61_772).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// 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 {
|
||||
// Minimum execution time: 39_157 nanoseconds.
|
||||
Weight::from_ref_time(38_714_147 as u64)
|
||||
// Standard Error: 1_129
|
||||
.saturating_add(Weight::from_ref_time(40_680 as u64).saturating_mul(l as u64))
|
||||
// Standard Error: 2_009
|
||||
.saturating_add(Weight::from_ref_time(49_307 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))
|
||||
// Minimum execution time: 38_378 nanoseconds.
|
||||
Weight::from_ref_time(38_495_866)
|
||||
// Standard Error: 1_203
|
||||
.saturating_add(Weight::from_ref_time(34_887).saturating_mul(l.into()))
|
||||
// Standard Error: 2_141
|
||||
.saturating_add(Weight::from_ref_time(41_868).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Vesting Vesting (r:1 w:1)
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
@@ -78,14 +78,14 @@ 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 {
|
||||
// Minimum execution time: 39_619 nanoseconds.
|
||||
Weight::from_ref_time(38_312_074 as u64)
|
||||
// Standard Error: 1_578
|
||||
.saturating_add(Weight::from_ref_time(52_122 as u64).saturating_mul(l as u64))
|
||||
// Standard Error: 2_808
|
||||
.saturating_add(Weight::from_ref_time(84_812 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))
|
||||
// Minimum execution time: 38_957 nanoseconds.
|
||||
Weight::from_ref_time(38_539_261)
|
||||
// Standard Error: 1_139
|
||||
.saturating_add(Weight::from_ref_time(42_584).saturating_mul(l.into()))
|
||||
// Standard Error: 2_027
|
||||
.saturating_add(Weight::from_ref_time(59_755).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: Vesting Vesting (r:1 w:1)
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
@@ -93,14 +93,14 @@ 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 {
|
||||
// Minimum execution time: 39_176 nanoseconds.
|
||||
Weight::from_ref_time(39_030_642 as u64)
|
||||
// Standard Error: 1_123
|
||||
.saturating_add(Weight::from_ref_time(27_844 as u64).saturating_mul(l as u64))
|
||||
// Standard Error: 1_999
|
||||
.saturating_add(Weight::from_ref_time(52_163 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))
|
||||
// Minimum execution time: 38_647 nanoseconds.
|
||||
Weight::from_ref_time(38_681_587)
|
||||
// Standard Error: 1_389
|
||||
.saturating_add(Weight::from_ref_time(25_981).saturating_mul(l.into()))
|
||||
// Standard Error: 2_472
|
||||
.saturating_add(Weight::from_ref_time(51_632).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: Vesting Vesting (r:1 w:1)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
@@ -108,14 +108,14 @@ 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 {
|
||||
// Minimum execution time: 53_466 nanoseconds.
|
||||
Weight::from_ref_time(53_598_494 as u64)
|
||||
// Standard Error: 2_075
|
||||
.saturating_add(Weight::from_ref_time(36_845 as u64).saturating_mul(l as u64))
|
||||
// Standard Error: 3_693
|
||||
.saturating_add(Weight::from_ref_time(54_899 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))
|
||||
// Minimum execution time: 53_083 nanoseconds.
|
||||
Weight::from_ref_time(53_825_665)
|
||||
// Standard Error: 2_010
|
||||
.saturating_add(Weight::from_ref_time(36_870).saturating_mul(l.into()))
|
||||
// Standard Error: 3_577
|
||||
.saturating_add(Weight::from_ref_time(36_188).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: Vesting Vesting (r:1 w:1)
|
||||
// Storage: System Account (r:2 w:2)
|
||||
@@ -123,14 +123,14 @@ 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 {
|
||||
// Minimum execution time: 52_321 nanoseconds.
|
||||
Weight::from_ref_time(52_787_334 as u64)
|
||||
// Standard Error: 2_039
|
||||
.saturating_add(Weight::from_ref_time(40_228 as u64).saturating_mul(l as u64))
|
||||
// Standard Error: 3_628
|
||||
.saturating_add(Weight::from_ref_time(47_740 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))
|
||||
// Minimum execution time: 52_499 nanoseconds.
|
||||
Weight::from_ref_time(53_952_868)
|
||||
// Standard Error: 2_106
|
||||
.saturating_add(Weight::from_ref_time(29_680).saturating_mul(l.into()))
|
||||
// Standard Error: 3_748
|
||||
.saturating_add(Weight::from_ref_time(24_201).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
// Storage: Vesting Vesting (r:1 w:1)
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
@@ -138,14 +138,14 @@ 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 {
|
||||
// Minimum execution time: 40_321 nanoseconds.
|
||||
Weight::from_ref_time(39_633_306 as u64)
|
||||
// Standard Error: 1_202
|
||||
.saturating_add(Weight::from_ref_time(47_105 as u64).saturating_mul(l as u64))
|
||||
// Standard Error: 2_220
|
||||
.saturating_add(Weight::from_ref_time(79_753 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))
|
||||
// Minimum execution time: 39_824 nanoseconds.
|
||||
Weight::from_ref_time(39_005_874)
|
||||
// Standard Error: 1_188
|
||||
.saturating_add(Weight::from_ref_time(45_769).saturating_mul(l.into()))
|
||||
// Standard Error: 2_194
|
||||
.saturating_add(Weight::from_ref_time(76_164).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
// Storage: Vesting Vesting (r:1 w:1)
|
||||
// Storage: Balances Locks (r:1 w:1)
|
||||
@@ -153,13 +153,13 @@ 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 {
|
||||
// Minimum execution time: 40_633 nanoseconds.
|
||||
Weight::from_ref_time(39_553_977 as u64)
|
||||
// Standard Error: 1_166
|
||||
.saturating_add(Weight::from_ref_time(49_075 as u64).saturating_mul(l as u64))
|
||||
// Standard Error: 2_153
|
||||
.saturating_add(Weight::from_ref_time(74_630 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))
|
||||
// Minimum execution time: 39_892 nanoseconds.
|
||||
Weight::from_ref_time(39_324_280)
|
||||
// Standard Error: 1_091
|
||||
.saturating_add(Weight::from_ref_time(41_497).saturating_mul(l.into()))
|
||||
// Standard Error: 2_015
|
||||
.saturating_add(Weight::from_ref_time(59_702).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user