mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 04:41:02 +00:00
Update all weights (#13614)
* Empty commit * ".git/.scripts/commands/bench/bench.sh" all --------- Co-authored-by: Alexander Theißen <alex.theissen@me.com> Co-authored-by: command-bot <>
This commit is contained in:
committed by
GitHub
parent
b117dbdf08
commit
3a3d93afee
@@ -18,9 +18,9 @@
|
||||
//! Autogenerated weights for pallet_vesting
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! WORST CASE MAP SIZE: `1000000`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -31,6 +31,9 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_vesting
|
||||
// --no-storage-info
|
||||
// --no-median-slopes
|
||||
// --no-min-squares
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
@@ -69,14 +72,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_locked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `444 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `7306`
|
||||
// Minimum execution time: 28_062 nanoseconds.
|
||||
Weight::from_parts(26_857_563, 7306)
|
||||
// Standard Error: 623
|
||||
.saturating_add(Weight::from_parts(55_988, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_109
|
||||
.saturating_add(Weight::from_parts(59_714, 0).saturating_mul(s.into()))
|
||||
// Measured: `381 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9286`
|
||||
// Minimum execution time: 31_657_000 picoseconds.
|
||||
Weight::from_parts(30_569_947, 9286)
|
||||
// Standard Error: 794
|
||||
.saturating_add(Weight::from_parts(63_114, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_413
|
||||
.saturating_add(Weight::from_parts(58_636, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -88,14 +91,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_unlocked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `444 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `7306`
|
||||
// Minimum execution time: 27_027 nanoseconds.
|
||||
Weight::from_parts(26_509_364, 7306)
|
||||
// Standard Error: 815
|
||||
.saturating_add(Weight::from_parts(54_711, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_451
|
||||
.saturating_add(Weight::from_parts(32_792, 0).saturating_mul(s.into()))
|
||||
// Measured: `381 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9286`
|
||||
// Minimum execution time: 30_474_000 picoseconds.
|
||||
Weight::from_parts(30_227_344, 9286)
|
||||
// Standard Error: 1_005
|
||||
.saturating_add(Weight::from_parts(56_742, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_788
|
||||
.saturating_add(Weight::from_parts(33_890, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -109,14 +112,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_other_locked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `579 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 29_554 nanoseconds.
|
||||
Weight::from_parts(28_269_203, 9909)
|
||||
// Standard Error: 623
|
||||
.saturating_add(Weight::from_parts(59_058, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_108
|
||||
.saturating_add(Weight::from_parts(63_429, 0).saturating_mul(s.into()))
|
||||
// Measured: `484 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 33_681_000 picoseconds.
|
||||
Weight::from_parts(32_540_534, 12879)
|
||||
// Standard Error: 2_642
|
||||
.saturating_add(Weight::from_parts(62_200, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 4_701
|
||||
.saturating_add(Weight::from_parts(69_703, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -130,14 +133,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_other_unlocked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `579 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 28_546 nanoseconds.
|
||||
Weight::from_parts(28_299_251, 9909)
|
||||
// Standard Error: 786
|
||||
.saturating_add(Weight::from_parts(53_401, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_399
|
||||
.saturating_add(Weight::from_parts(29_713, 0).saturating_mul(s.into()))
|
||||
// Measured: `484 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 32_255_000 picoseconds.
|
||||
Weight::from_parts(31_637_918, 12879)
|
||||
// Standard Error: 3_135
|
||||
.saturating_add(Weight::from_parts(62_121, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 5_579
|
||||
.saturating_add(Weight::from_parts(61_055, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -151,14 +154,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[0, 27]`.
|
||||
fn vested_transfer(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `650 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 43_436 nanoseconds.
|
||||
Weight::from_parts(44_885_707, 9909)
|
||||
// Standard Error: 1_516
|
||||
.saturating_add(Weight::from_parts(59_066, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 2_698
|
||||
.saturating_add(Weight::from_parts(32_053, 0).saturating_mul(s.into()))
|
||||
// Measured: `555 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 51_697_000 picoseconds.
|
||||
Weight::from_parts(52_048_055, 12879)
|
||||
// Standard Error: 1_598
|
||||
.saturating_add(Weight::from_parts(60_508, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 2_843
|
||||
.saturating_add(Weight::from_parts(37_870, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -172,14 +175,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[0, 27]`.
|
||||
fn force_vested_transfer(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `785 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12512`
|
||||
// Minimum execution time: 45_805 nanoseconds.
|
||||
Weight::from_parts(46_869_490, 12512)
|
||||
// Standard Error: 1_445
|
||||
.saturating_add(Weight::from_parts(52_654, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 2_571
|
||||
.saturating_add(Weight::from_parts(34_202, 0).saturating_mul(s.into()))
|
||||
// Measured: `658 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `15482`
|
||||
// Minimum execution time: 54_585_000 picoseconds.
|
||||
Weight::from_parts(54_492_070, 15482)
|
||||
// Standard Error: 1_694
|
||||
.saturating_add(Weight::from_parts(52_633, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 3_014
|
||||
.saturating_add(Weight::from_parts(45_485, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -193,14 +196,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<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: `577 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 30_460 nanoseconds.
|
||||
Weight::from_parts(29_407_637, 9909)
|
||||
// Standard Error: 794
|
||||
.saturating_add(Weight::from_parts(63_757, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_466
|
||||
.saturating_add(Weight::from_parts(56_032, 0).saturating_mul(s.into()))
|
||||
// Measured: `482 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 34_312_000 picoseconds.
|
||||
Weight::from_parts(33_740_101, 12879)
|
||||
// Standard Error: 996
|
||||
.saturating_add(Weight::from_parts(62_123, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_841
|
||||
.saturating_add(Weight::from_parts(56_463, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -214,14 +217,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
||||
/// The range of component `s` is `[2, 28]`.
|
||||
fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `577 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 30_413 nanoseconds.
|
||||
Weight::from_parts(29_350_467, 9909)
|
||||
// Standard Error: 724
|
||||
.saturating_add(Weight::from_parts(65_366, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_337
|
||||
.saturating_add(Weight::from_parts(53_799, 0).saturating_mul(s.into()))
|
||||
// Measured: `482 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 34_965_000 picoseconds.
|
||||
Weight::from_parts(33_831_484, 12879)
|
||||
// Standard Error: 1_530
|
||||
.saturating_add(Weight::from_parts(59_136, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 2_827
|
||||
.saturating_add(Weight::from_parts(58_493, 0).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3_u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -237,14 +240,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_locked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `444 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `7306`
|
||||
// Minimum execution time: 28_062 nanoseconds.
|
||||
Weight::from_parts(26_857_563, 7306)
|
||||
// Standard Error: 623
|
||||
.saturating_add(Weight::from_parts(55_988, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_109
|
||||
.saturating_add(Weight::from_parts(59_714, 0).saturating_mul(s.into()))
|
||||
// Measured: `381 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9286`
|
||||
// Minimum execution time: 31_657_000 picoseconds.
|
||||
Weight::from_parts(30_569_947, 9286)
|
||||
// Standard Error: 794
|
||||
.saturating_add(Weight::from_parts(63_114, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_413
|
||||
.saturating_add(Weight::from_parts(58_636, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -256,14 +259,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_unlocked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `444 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `7306`
|
||||
// Minimum execution time: 27_027 nanoseconds.
|
||||
Weight::from_parts(26_509_364, 7306)
|
||||
// Standard Error: 815
|
||||
.saturating_add(Weight::from_parts(54_711, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_451
|
||||
.saturating_add(Weight::from_parts(32_792, 0).saturating_mul(s.into()))
|
||||
// Measured: `381 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9286`
|
||||
// Minimum execution time: 30_474_000 picoseconds.
|
||||
Weight::from_parts(30_227_344, 9286)
|
||||
// Standard Error: 1_005
|
||||
.saturating_add(Weight::from_parts(56_742, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_788
|
||||
.saturating_add(Weight::from_parts(33_890, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
||||
}
|
||||
@@ -277,14 +280,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_other_locked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `579 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 29_554 nanoseconds.
|
||||
Weight::from_parts(28_269_203, 9909)
|
||||
// Standard Error: 623
|
||||
.saturating_add(Weight::from_parts(59_058, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_108
|
||||
.saturating_add(Weight::from_parts(63_429, 0).saturating_mul(s.into()))
|
||||
// Measured: `484 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 33_681_000 picoseconds.
|
||||
Weight::from_parts(32_540_534, 12879)
|
||||
// Standard Error: 2_642
|
||||
.saturating_add(Weight::from_parts(62_200, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 4_701
|
||||
.saturating_add(Weight::from_parts(69_703, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -298,14 +301,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[1, 28]`.
|
||||
fn vest_other_unlocked(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `579 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 28_546 nanoseconds.
|
||||
Weight::from_parts(28_299_251, 9909)
|
||||
// Standard Error: 786
|
||||
.saturating_add(Weight::from_parts(53_401, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_399
|
||||
.saturating_add(Weight::from_parts(29_713, 0).saturating_mul(s.into()))
|
||||
// Measured: `484 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 32_255_000 picoseconds.
|
||||
Weight::from_parts(31_637_918, 12879)
|
||||
// Standard Error: 3_135
|
||||
.saturating_add(Weight::from_parts(62_121, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 5_579
|
||||
.saturating_add(Weight::from_parts(61_055, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -319,14 +322,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[0, 27]`.
|
||||
fn vested_transfer(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `650 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 43_436 nanoseconds.
|
||||
Weight::from_parts(44_885_707, 9909)
|
||||
// Standard Error: 1_516
|
||||
.saturating_add(Weight::from_parts(59_066, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 2_698
|
||||
.saturating_add(Weight::from_parts(32_053, 0).saturating_mul(s.into()))
|
||||
// Measured: `555 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 51_697_000 picoseconds.
|
||||
Weight::from_parts(52_048_055, 12879)
|
||||
// Standard Error: 1_598
|
||||
.saturating_add(Weight::from_parts(60_508, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 2_843
|
||||
.saturating_add(Weight::from_parts(37_870, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -340,14 +343,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[0, 27]`.
|
||||
fn force_vested_transfer(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `785 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12512`
|
||||
// Minimum execution time: 45_805 nanoseconds.
|
||||
Weight::from_parts(46_869_490, 12512)
|
||||
// Standard Error: 1_445
|
||||
.saturating_add(Weight::from_parts(52_654, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 2_571
|
||||
.saturating_add(Weight::from_parts(34_202, 0).saturating_mul(s.into()))
|
||||
// Measured: `658 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `15482`
|
||||
// Minimum execution time: 54_585_000 picoseconds.
|
||||
Weight::from_parts(54_492_070, 15482)
|
||||
// Standard Error: 1_694
|
||||
.saturating_add(Weight::from_parts(52_633, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 3_014
|
||||
.saturating_add(Weight::from_parts(45_485, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(4_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(4_u64))
|
||||
}
|
||||
@@ -361,14 +364,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[2, 28]`.
|
||||
fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `577 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 30_460 nanoseconds.
|
||||
Weight::from_parts(29_407_637, 9909)
|
||||
// Standard Error: 794
|
||||
.saturating_add(Weight::from_parts(63_757, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_466
|
||||
.saturating_add(Weight::from_parts(56_032, 0).saturating_mul(s.into()))
|
||||
// Measured: `482 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 34_312_000 picoseconds.
|
||||
Weight::from_parts(33_740_101, 12879)
|
||||
// Standard Error: 996
|
||||
.saturating_add(Weight::from_parts(62_123, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_841
|
||||
.saturating_add(Weight::from_parts(56_463, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
@@ -382,14 +385,14 @@ impl WeightInfo for () {
|
||||
/// The range of component `s` is `[2, 28]`.
|
||||
fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `577 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 30_413 nanoseconds.
|
||||
Weight::from_parts(29_350_467, 9909)
|
||||
// Standard Error: 724
|
||||
.saturating_add(Weight::from_parts(65_366, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 1_337
|
||||
.saturating_add(Weight::from_parts(53_799, 0).saturating_mul(s.into()))
|
||||
// Measured: `482 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12879`
|
||||
// Minimum execution time: 34_965_000 picoseconds.
|
||||
Weight::from_parts(33_831_484, 12879)
|
||||
// Standard Error: 1_530
|
||||
.saturating_add(Weight::from_parts(59_136, 0).saturating_mul(l.into()))
|
||||
// Standard Error: 2_827
|
||||
.saturating_add(Weight::from_parts(58_493, 0).saturating_mul(s.into()))
|
||||
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
||||
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user