mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
update weights (#6897)
* polkadot: update weights * westend: update weights * kusama: update weights * rococo: update weights
This commit is contained in:
@@ -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: 2023-02-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024
|
||||
@@ -53,15 +53,15 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_locked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `411 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `7306`
|
||||
// Minimum execution time: 29_824 nanoseconds.
|
||||
Weight::from_parts(28_717_712, 0)
|
||||
.saturating_add(Weight::from_parts(0, 7306))
|
||||
// Standard Error: 764
|
||||
.saturating_add(Weight::from_parts(46_637, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_359
|
||||
.saturating_add(Weight::from_parts(74_164, 0).saturating_mul(s.into()))
|
||||
// Measured: `348 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9286`
|
||||
// Minimum execution time: 30_368_000 picoseconds.
|
||||
Weight::from_parts(29_145_666, 0)
|
||||
.saturating_add(Weight::from_parts(0, 9286))
|
||||
// Standard Error: 789
|
||||
.saturating_add(Weight::from_parts(42_369, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_403
|
||||
.saturating_add(Weight::from_parts(70_130, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -73,15 +73,15 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_unlocked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `411 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `7306`
|
||||
// Minimum execution time: 28_921 nanoseconds.
|
||||
Weight::from_parts(28_545_679, 0)
|
||||
.saturating_add(Weight::from_parts(0, 7306))
|
||||
// Standard Error: 590
|
||||
.saturating_add(Weight::from_parts(38_502, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_049
|
||||
.saturating_add(Weight::from_parts(46_713, 0).saturating_mul(s.into()))
|
||||
// Measured: `348 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9286`
|
||||
// Minimum execution time: 29_229_000 picoseconds.
|
||||
Weight::from_parts(29_138_693, 0)
|
||||
.saturating_add(Weight::from_parts(0, 9286))
|
||||
// Standard Error: 807
|
||||
.saturating_add(Weight::from_parts(29_412, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_437
|
||||
.saturating_add(Weight::from_parts(39_790, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -95,15 +95,15 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_other_locked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `546 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 31_695 nanoseconds.
|
||||
Weight::from_parts(30_837_986, 0)
|
||||
.saturating_add(Weight::from_parts(0, 9909))
|
||||
// Standard Error: 795
|
||||
.saturating_add(Weight::from_parts(50_558, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_415
|
||||
.saturating_add(Weight::from_parts(73_289, 0).saturating_mul(s.into()))
|
||||
// Measured: `451 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 32_573_000 picoseconds.
|
||||
Weight::from_parts(31_521_704, 0)
|
||||
.saturating_add(Weight::from_parts(0, 12879))
|
||||
// Standard Error: 825
|
||||
.saturating_add(Weight::from_parts(43_262, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_468
|
||||
.saturating_add(Weight::from_parts(71_428, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -117,15 +117,15 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_other_unlocked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `546 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 31_319 nanoseconds.
|
||||
Weight::from_parts(30_790_564, 0)
|
||||
.saturating_add(Weight::from_parts(0, 9909))
|
||||
// Standard Error: 665
|
||||
.saturating_add(Weight::from_parts(39_746, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_183
|
||||
.saturating_add(Weight::from_parts(50_607, 0).saturating_mul(s.into()))
|
||||
// Measured: `451 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 31_541_000 picoseconds.
|
||||
Weight::from_parts(30_842_897, 0)
|
||||
.saturating_add(Weight::from_parts(0, 12879))
|
||||
// Standard Error: 817
|
||||
.saturating_add(Weight::from_parts(40_383, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_455
|
||||
.saturating_add(Weight::from_parts(54_874, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -139,15 +139,15 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `s` is `[0, 27]`.
|
||||
fn vested_transfer(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `617 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 49_632 nanoseconds.
|
||||
Weight::from_parts(50_035_640, 0)
|
||||
.saturating_add(Weight::from_parts(0, 9909))
|
||||
// Standard Error: 1_457
|
||||
.saturating_add(Weight::from_parts(45_951, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 2_593
|
||||
.saturating_add(Weight::from_parts(58_374, 0).saturating_mul(s.into()))
|
||||
// Measured: `522 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 49_661_000 picoseconds.
|
||||
Weight::from_parts(50_641_511, 0)
|
||||
.saturating_add(Weight::from_parts(0, 12879))
|
||||
// Standard Error: 2_384
|
||||
.saturating_add(Weight::from_parts(37_527, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 4_242
|
||||
.saturating_add(Weight::from_parts(38_395, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -161,15 +161,15 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `s` is `[0, 27]`.
|
||||
fn force_vested_transfer(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `752 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12512`
|
||||
// Minimum execution time: 51_816 nanoseconds.
|
||||
Weight::from_parts(51_705_864, 0)
|
||||
.saturating_add(Weight::from_parts(0, 12512))
|
||||
// Standard Error: 1_446
|
||||
.saturating_add(Weight::from_parts(43_671, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 2_574
|
||||
.saturating_add(Weight::from_parts(63_148, 0).saturating_mul(s.into()))
|
||||
// Measured: `625 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `15482`
|
||||
// Minimum execution time: 51_480_000 picoseconds.
|
||||
Weight::from_parts(51_569_723, 0)
|
||||
.saturating_add(Weight::from_parts(0, 15482))
|
||||
// Standard Error: 1_407
|
||||
.saturating_add(Weight::from_parts(43_371, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 2_503
|
||||
.saturating_add(Weight::from_parts(61_175, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -183,15 +183,15 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `s` is `[2, 28]`.
|
||||
fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `544 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 32_895 nanoseconds.
|
||||
Weight::from_parts(32_577_652, 0)
|
||||
.saturating_add(Weight::from_parts(0, 9909))
|
||||
// Standard Error: 1_018
|
||||
.saturating_add(Weight::from_parts(37_445, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_880
|
||||
.saturating_add(Weight::from_parts(65_218, 0).saturating_mul(s.into()))
|
||||
// Measured: `449 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 33_171_000 picoseconds.
|
||||
Weight::from_parts(32_468_081, 0)
|
||||
.saturating_add(Weight::from_parts(0, 12879))
|
||||
// Standard Error: 700
|
||||
.saturating_add(Weight::from_parts(40_970, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_294
|
||||
.saturating_add(Weight::from_parts(62_430, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -205,15 +205,15 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `s` is `[2, 28]`.
|
||||
fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `544 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 33_169 nanoseconds.
|
||||
Weight::from_parts(32_526_311, 0)
|
||||
.saturating_add(Weight::from_parts(0, 9909))
|
||||
// Standard Error: 884
|
||||
.saturating_add(Weight::from_parts(39_392, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_633
|
||||
.saturating_add(Weight::from_parts(64_317, 0).saturating_mul(s.into()))
|
||||
// Measured: `449 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 32_956_000 picoseconds.
|
||||
Weight::from_parts(32_197_623, 0)
|
||||
.saturating_add(Weight::from_parts(0, 12879))
|
||||
// Standard Error: 826
|
||||
.saturating_add(Weight::from_parts(46_160, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_526
|
||||
.saturating_add(Weight::from_parts(69_938, 0).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