mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 23:15:42 +00:00
update weights (#6798)
* polkadot: update weights * westend: update weights * kusama: update weights * rococo: update weights
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `frame_benchmarking::baseline`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-27, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -50,8 +50,8 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 136 nanoseconds.
|
||||
Weight::from_ref_time(173_394)
|
||||
// Minimum execution time: 177 nanoseconds.
|
||||
Weight::from_ref_time(213_240)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
}
|
||||
/// The range of component `i` is `[0, 1000000]`.
|
||||
@@ -59,8 +59,8 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 133 nanoseconds.
|
||||
Weight::from_ref_time(169_437)
|
||||
// Minimum execution time: 176 nanoseconds.
|
||||
Weight::from_ref_time(217_103)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
}
|
||||
/// The range of component `i` is `[0, 1000000]`.
|
||||
@@ -68,8 +68,8 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 141 nanoseconds.
|
||||
Weight::from_ref_time(171_315)
|
||||
// Minimum execution time: 182 nanoseconds.
|
||||
Weight::from_ref_time(222_120)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
}
|
||||
/// The range of component `i` is `[0, 1000000]`.
|
||||
@@ -77,16 +77,16 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 121 nanoseconds.
|
||||
Weight::from_ref_time(171_703)
|
||||
// Minimum execution time: 178 nanoseconds.
|
||||
Weight::from_ref_time(214_174)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
}
|
||||
fn hashing() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 20_283_085 nanoseconds.
|
||||
Weight::from_ref_time(20_363_497_000)
|
||||
// Minimum execution time: 23_495_750 nanoseconds.
|
||||
Weight::from_ref_time(23_635_881_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
}
|
||||
/// The range of component `i` is `[0, 100]`.
|
||||
@@ -94,10 +94,10 @@ impl<T: frame_system::Config> frame_benchmarking::baseline::WeightInfo for Weigh
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 185 nanoseconds.
|
||||
Weight::from_ref_time(201_000)
|
||||
// Minimum execution time: 226 nanoseconds.
|
||||
Weight::from_ref_time(238_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
// Standard Error: 9_391
|
||||
.saturating_add(Weight::from_ref_time(46_947_397).saturating_mul(i.into()))
|
||||
// Standard Error: 9_925
|
||||
.saturating_add(Weight::from_ref_time(46_955_989).saturating_mul(i.into()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `frame_system`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-27, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -50,22 +50,22 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 1_597 nanoseconds.
|
||||
Weight::from_ref_time(1_632_000)
|
||||
// Minimum execution time: 1_748 nanoseconds.
|
||||
Weight::from_ref_time(2_117_356)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_ref_time(368).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_ref_time(367).saturating_mul(b.into()))
|
||||
}
|
||||
/// The range of component `b` is `[0, 3932160]`.
|
||||
fn remark_with_event(b: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 6_740 nanoseconds.
|
||||
Weight::from_ref_time(6_844_000)
|
||||
// Minimum execution time: 7_063 nanoseconds.
|
||||
Weight::from_ref_time(7_145_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_ref_time(1_715).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_ref_time(1_721).saturating_mul(b.into()))
|
||||
}
|
||||
/// Storage: System Digest (r:1 w:1)
|
||||
/// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -75,8 +75,8 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `495`
|
||||
// Minimum execution time: 3_264 nanoseconds.
|
||||
Weight::from_ref_time(3_451_000)
|
||||
// Minimum execution time: 3_665 nanoseconds.
|
||||
Weight::from_ref_time(3_765_000)
|
||||
.saturating_add(Weight::from_proof_size(495))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -88,11 +88,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 1_711 nanoseconds.
|
||||
Weight::from_ref_time(1_744_000)
|
||||
// Minimum execution time: 1_681 nanoseconds.
|
||||
Weight::from_ref_time(1_739_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
// Standard Error: 1_730
|
||||
.saturating_add(Weight::from_ref_time(578_514).saturating_mul(i.into()))
|
||||
// Standard Error: 1_662
|
||||
.saturating_add(Weight::from_ref_time(660_663).saturating_mul(i.into()))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||
}
|
||||
/// Storage: Skipped Metadata (r:0 w:0)
|
||||
@@ -102,11 +102,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 1_757 nanoseconds.
|
||||
Weight::from_ref_time(1_823_000)
|
||||
// Minimum execution time: 1_849 nanoseconds.
|
||||
Weight::from_ref_time(1_894_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
// Standard Error: 758
|
||||
.saturating_add(Weight::from_ref_time(442_154).saturating_mul(i.into()))
|
||||
// Standard Error: 767
|
||||
.saturating_add(Weight::from_ref_time(482_324).saturating_mul(i.into()))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||
}
|
||||
/// Storage: Skipped Metadata (r:0 w:0)
|
||||
@@ -116,11 +116,11 @@ impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `131 + p * (69 ±0)`
|
||||
// Estimated: `126 + p * (70 ±0)`
|
||||
// Minimum execution time: 3_710 nanoseconds.
|
||||
Weight::from_ref_time(3_764_000)
|
||||
// Minimum execution time: 3_861 nanoseconds.
|
||||
Weight::from_ref_time(3_923_000)
|
||||
.saturating_add(Weight::from_proof_size(126))
|
||||
// Standard Error: 931
|
||||
.saturating_add(Weight::from_ref_time(983_509).saturating_mul(p.into()))
|
||||
// Standard Error: 869
|
||||
.saturating_add(Weight::from_ref_time(999_646).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(Weight::from_proof_size(70).saturating_mul(p.into()))
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `pallet_balances`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-27, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -55,8 +55,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1876`
|
||||
// Estimated: `8288`
|
||||
// Minimum execution time: 50_750 nanoseconds.
|
||||
Weight::from_ref_time(51_393_000)
|
||||
// Minimum execution time: 52_909 nanoseconds.
|
||||
Weight::from_ref_time(54_611_000)
|
||||
.saturating_add(Weight::from_proof_size(8288))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1702`
|
||||
// Estimated: `7777`
|
||||
// Minimum execution time: 35_835 nanoseconds.
|
||||
Weight::from_ref_time(36_209_000)
|
||||
// Minimum execution time: 37_606 nanoseconds.
|
||||
Weight::from_ref_time(38_089_000)
|
||||
.saturating_add(Weight::from_proof_size(7777))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
@@ -83,8 +83,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1352`
|
||||
// Estimated: `3098`
|
||||
// Minimum execution time: 23_811 nanoseconds.
|
||||
Weight::from_ref_time(24_588_000)
|
||||
// Minimum execution time: 25_313 nanoseconds.
|
||||
Weight::from_ref_time(25_782_000)
|
||||
.saturating_add(Weight::from_proof_size(3098))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -99,8 +99,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1910`
|
||||
// Estimated: `5701`
|
||||
// Minimum execution time: 32_587 nanoseconds.
|
||||
Weight::from_ref_time(33_915_000)
|
||||
// Minimum execution time: 34_720 nanoseconds.
|
||||
Weight::from_ref_time(35_645_000)
|
||||
.saturating_add(Weight::from_proof_size(5701))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
@@ -115,8 +115,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1872`
|
||||
// Estimated: `10891`
|
||||
// Minimum execution time: 47_705 nanoseconds.
|
||||
Weight::from_ref_time(48_232_000)
|
||||
// Minimum execution time: 51_178 nanoseconds.
|
||||
Weight::from_ref_time(52_624_000)
|
||||
.saturating_add(Weight::from_proof_size(10891))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
@@ -129,8 +129,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1874`
|
||||
// Estimated: `7777`
|
||||
// Minimum execution time: 45_138 nanoseconds.
|
||||
Weight::from_ref_time(45_872_000)
|
||||
// Minimum execution time: 47_648 nanoseconds.
|
||||
Weight::from_ref_time(49_070_000)
|
||||
.saturating_add(Weight::from_proof_size(7777))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
@@ -141,8 +141,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1350`
|
||||
// Estimated: `2587`
|
||||
// Minimum execution time: 22_672 nanoseconds.
|
||||
Weight::from_ref_time(23_024_000)
|
||||
// Minimum execution time: 23_698 nanoseconds.
|
||||
Weight::from_ref_time(24_378_000)
|
||||
.saturating_add(Weight::from_proof_size(2587))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `pallet_bounties`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-27, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -58,11 +58,11 @@ impl<T: frame_system::Config> pallet_bounties::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `242`
|
||||
// Estimated: `3102`
|
||||
// Minimum execution time: 23_024 nanoseconds.
|
||||
Weight::from_ref_time(23_785_473)
|
||||
// Minimum execution time: 24_400 nanoseconds.
|
||||
Weight::from_ref_time(25_972_758)
|
||||
.saturating_add(Weight::from_proof_size(3102))
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_ref_time(740).saturating_mul(d.into()))
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_ref_time(716).saturating_mul(d.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -126,8 +126,8 @@ impl<T: frame_system::Config> pallet_bounties::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `546`
|
||||
// Estimated: `7746`
|
||||
// Minimum execution time: 37_558 nanoseconds.
|
||||
Weight::from_ref_time(38_135_000)
|
||||
// Minimum execution time: 41_193 nanoseconds.
|
||||
Weight::from_ref_time(41_719_000)
|
||||
.saturating_add(Weight::from_proof_size(7746))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
@@ -156,7 +156,7 @@ impl<T: frame_system::Config> pallet_bounties::WeightInfo for WeightInfo<T> {
|
||||
// Measured: `0`
|
||||
// Estimated: `897`
|
||||
// Minimum execution time: 0 nanoseconds.
|
||||
Weight::from_ref_time(2_344_646)
|
||||
Weight::from_ref_time(2_606_006)
|
||||
.saturating_add(Weight::from_proof_size(897))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `pallet_child_bounties`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-27, 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("rococo-dev"), DB CACHE: 1024
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `pallet_collective`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-27, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -63,13 +63,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + m * (3233 ±0) + p * (3223 ±0)`
|
||||
// Estimated: `16322 + m * (7809 ±16) + p * (10238 ±16)`
|
||||
// Minimum execution time: 17_010 nanoseconds.
|
||||
Weight::from_ref_time(17_499_000)
|
||||
// Minimum execution time: 17_652 nanoseconds.
|
||||
Weight::from_ref_time(17_887_000)
|
||||
.saturating_add(Weight::from_proof_size(16322))
|
||||
// Standard Error: 52_116
|
||||
.saturating_add(Weight::from_ref_time(5_962_797).saturating_mul(m.into()))
|
||||
// Standard Error: 52_116
|
||||
.saturating_add(Weight::from_ref_time(8_377_905).saturating_mul(p.into()))
|
||||
// Standard Error: 48_823
|
||||
.saturating_add(Weight::from_ref_time(5_530_238).saturating_mul(m.into()))
|
||||
// Standard Error: 48_823
|
||||
.saturating_add(Weight::from_ref_time(8_205_203).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -87,13 +87,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `168 + m * (32 ±0)`
|
||||
// Estimated: `664 + m * (32 ±0)`
|
||||
// Minimum execution time: 15_964 nanoseconds.
|
||||
Weight::from_ref_time(15_142_034)
|
||||
// Minimum execution time: 16_377 nanoseconds.
|
||||
Weight::from_ref_time(15_516_969)
|
||||
.saturating_add(Weight::from_proof_size(664))
|
||||
// Standard Error: 21
|
||||
.saturating_add(Weight::from_ref_time(1_734).saturating_mul(b.into()))
|
||||
// Standard Error: 216
|
||||
.saturating_add(Weight::from_ref_time(15_845).saturating_mul(m.into()))
|
||||
// Standard Error: 28
|
||||
.saturating_add(Weight::from_ref_time(1_799).saturating_mul(b.into()))
|
||||
// Standard Error: 298
|
||||
.saturating_add(Weight::from_ref_time(14_715).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(Weight::from_proof_size(32).saturating_mul(m.into()))
|
||||
}
|
||||
@@ -109,13 +109,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `168 + m * (32 ±0)`
|
||||
// Estimated: `3308 + m * (64 ±0)`
|
||||
// Minimum execution time: 17_982 nanoseconds.
|
||||
Weight::from_ref_time(16_922_914)
|
||||
// Minimum execution time: 18_627 nanoseconds.
|
||||
Weight::from_ref_time(17_627_291)
|
||||
.saturating_add(Weight::from_proof_size(3308))
|
||||
// Standard Error: 23
|
||||
.saturating_add(Weight::from_ref_time(1_831).saturating_mul(b.into()))
|
||||
// Standard Error: 243
|
||||
.saturating_add(Weight::from_ref_time(24_952).saturating_mul(m.into()))
|
||||
// Standard Error: 21
|
||||
.saturating_add(Weight::from_ref_time(1_527).saturating_mul(b.into()))
|
||||
// Standard Error: 224
|
||||
.saturating_add(Weight::from_ref_time(24_848).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(Weight::from_proof_size(64).saturating_mul(m.into()))
|
||||
}
|
||||
@@ -139,15 +139,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `490 + m * (32 ±0) + p * (36 ±0)`
|
||||
// Estimated: `6025 + m * (165 ±0) + p * (180 ±0)`
|
||||
// Minimum execution time: 23_369 nanoseconds.
|
||||
Weight::from_ref_time(24_046_612)
|
||||
// Minimum execution time: 25_043 nanoseconds.
|
||||
Weight::from_ref_time(26_178_725)
|
||||
.saturating_add(Weight::from_proof_size(6025))
|
||||
// Standard Error: 48
|
||||
.saturating_add(Weight::from_ref_time(2_712).saturating_mul(b.into()))
|
||||
// Standard Error: 504
|
||||
.saturating_add(Weight::from_ref_time(18_489).saturating_mul(m.into()))
|
||||
// Standard Error: 497
|
||||
.saturating_add(Weight::from_ref_time(97_209).saturating_mul(p.into()))
|
||||
.saturating_add(Weight::from_ref_time(2_348).saturating_mul(b.into()))
|
||||
// Standard Error: 508
|
||||
.saturating_add(Weight::from_ref_time(17_576).saturating_mul(m.into()))
|
||||
// Standard Error: 502
|
||||
.saturating_add(Weight::from_ref_time(120_249).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
.saturating_add(Weight::from_proof_size(165).saturating_mul(m.into()))
|
||||
@@ -163,11 +163,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `940 + m * (64 ±0)`
|
||||
// Estimated: `4848 + m * (128 ±0)`
|
||||
// Minimum execution time: 21_131 nanoseconds.
|
||||
Weight::from_ref_time(21_685_424)
|
||||
// Minimum execution time: 22_290 nanoseconds.
|
||||
Weight::from_ref_time(22_948_862)
|
||||
.saturating_add(Weight::from_proof_size(4848))
|
||||
// Standard Error: 611
|
||||
.saturating_add(Weight::from_ref_time(52_976).saturating_mul(m.into()))
|
||||
// Standard Error: 266
|
||||
.saturating_add(Weight::from_ref_time(42_141).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
.saturating_add(Weight::from_proof_size(128).saturating_mul(m.into()))
|
||||
@@ -188,13 +188,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `560 + m * (64 ±0) + p * (36 ±0)`
|
||||
// Estimated: `5629 + m * (260 ±0) + p * (144 ±0)`
|
||||
// Minimum execution time: 25_507 nanoseconds.
|
||||
Weight::from_ref_time(27_020_885)
|
||||
// Minimum execution time: 26_965 nanoseconds.
|
||||
Weight::from_ref_time(28_111_495)
|
||||
.saturating_add(Weight::from_proof_size(5629))
|
||||
// Standard Error: 448
|
||||
.saturating_add(Weight::from_ref_time(19_496).saturating_mul(m.into()))
|
||||
// Standard Error: 437
|
||||
.saturating_add(Weight::from_ref_time(88_809).saturating_mul(p.into()))
|
||||
// Standard Error: 406
|
||||
.saturating_add(Weight::from_ref_time(18_952).saturating_mul(m.into()))
|
||||
// Standard Error: 396
|
||||
.saturating_add(Weight::from_ref_time(135_279).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_proof_size(260).saturating_mul(m.into()))
|
||||
@@ -218,13 +218,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `896 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
|
||||
// Estimated: `8900 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)`
|
||||
// Minimum execution time: 35_900 nanoseconds.
|
||||
Weight::from_ref_time(38_441_572)
|
||||
// Minimum execution time: 38_169 nanoseconds.
|
||||
Weight::from_ref_time(40_193_158)
|
||||
.saturating_add(Weight::from_proof_size(8900))
|
||||
// Standard Error: 124
|
||||
.saturating_add(Weight::from_ref_time(2_048).saturating_mul(b.into()))
|
||||
// Standard Error: 1_278
|
||||
.saturating_add(Weight::from_ref_time(125_417).saturating_mul(p.into()))
|
||||
// Standard Error: 128
|
||||
.saturating_add(Weight::from_ref_time(2_040).saturating_mul(b.into()))
|
||||
// Standard Error: 1_320
|
||||
.saturating_add(Weight::from_ref_time(148_950).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_proof_size(4).saturating_mul(b.into()))
|
||||
@@ -249,13 +249,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `580 + m * (64 ±0) + p * (36 ±0)`
|
||||
// Estimated: `6765 + m * (325 ±0) + p * (180 ±0)`
|
||||
// Minimum execution time: 28_671 nanoseconds.
|
||||
Weight::from_ref_time(29_067_640)
|
||||
// Minimum execution time: 29_862 nanoseconds.
|
||||
Weight::from_ref_time(30_698_565)
|
||||
.saturating_add(Weight::from_proof_size(6765))
|
||||
// Standard Error: 413
|
||||
.saturating_add(Weight::from_ref_time(25_553).saturating_mul(m.into()))
|
||||
// Standard Error: 403
|
||||
.saturating_add(Weight::from_ref_time(89_405).saturating_mul(p.into()))
|
||||
// Standard Error: 377
|
||||
.saturating_add(Weight::from_ref_time(22_192).saturating_mul(m.into()))
|
||||
// Standard Error: 367
|
||||
.saturating_add(Weight::from_ref_time(134_679).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_proof_size(325).saturating_mul(m.into()))
|
||||
@@ -281,15 +281,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `916 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
|
||||
// Estimated: `10235 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)`
|
||||
// Minimum execution time: 38_368 nanoseconds.
|
||||
Weight::from_ref_time(40_072_266)
|
||||
// Minimum execution time: 40_518 nanoseconds.
|
||||
Weight::from_ref_time(41_833_162)
|
||||
.saturating_add(Weight::from_proof_size(10235))
|
||||
// Standard Error: 87
|
||||
.saturating_add(Weight::from_ref_time(2_205).saturating_mul(b.into()))
|
||||
// Standard Error: 921
|
||||
.saturating_add(Weight::from_ref_time(21_418).saturating_mul(m.into()))
|
||||
// Standard Error: 897
|
||||
.saturating_add(Weight::from_ref_time(120_540).saturating_mul(p.into()))
|
||||
// Standard Error: 85
|
||||
.saturating_add(Weight::from_ref_time(2_290).saturating_mul(b.into()))
|
||||
// Standard Error: 905
|
||||
.saturating_add(Weight::from_ref_time(21_516).saturating_mul(m.into()))
|
||||
// Standard Error: 882
|
||||
.saturating_add(Weight::from_ref_time(145_621).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_proof_size(5).saturating_mul(b.into()))
|
||||
@@ -308,11 +308,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `325 + p * (32 ±0)`
|
||||
// Estimated: `1470 + p * (96 ±0)`
|
||||
// Minimum execution time: 14_315 nanoseconds.
|
||||
Weight::from_ref_time(16_570_810)
|
||||
// Minimum execution time: 15_193 nanoseconds.
|
||||
Weight::from_ref_time(17_443_092)
|
||||
.saturating_add(Weight::from_proof_size(1470))
|
||||
// Standard Error: 471
|
||||
.saturating_add(Weight::from_ref_time(84_258).saturating_mul(p.into()))
|
||||
// Standard Error: 506
|
||||
.saturating_add(Weight::from_ref_time(107_440).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_proof_size(96).saturating_mul(p.into()))
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `pallet_collective`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-27, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -63,13 +63,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + m * (3233 ±0) + p * (3223 ±0)`
|
||||
// Estimated: `16206 + m * (7809 ±16) + p * (10238 ±16)`
|
||||
// Minimum execution time: 17_490 nanoseconds.
|
||||
Weight::from_ref_time(17_812_000)
|
||||
// Minimum execution time: 18_363 nanoseconds.
|
||||
Weight::from_ref_time(18_626_000)
|
||||
.saturating_add(Weight::from_proof_size(16206))
|
||||
// Standard Error: 52_570
|
||||
.saturating_add(Weight::from_ref_time(5_970_628).saturating_mul(m.into()))
|
||||
// Standard Error: 52_570
|
||||
.saturating_add(Weight::from_ref_time(8_442_965).saturating_mul(p.into()))
|
||||
// Standard Error: 48_932
|
||||
.saturating_add(Weight::from_ref_time(5_502_228).saturating_mul(m.into()))
|
||||
// Standard Error: 48_932
|
||||
.saturating_add(Weight::from_ref_time(8_265_192).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -87,13 +87,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `139 + m * (32 ±0)`
|
||||
// Estimated: `635 + m * (32 ±0)`
|
||||
// Minimum execution time: 16_507 nanoseconds.
|
||||
Weight::from_ref_time(15_656_846)
|
||||
// Minimum execution time: 16_669 nanoseconds.
|
||||
Weight::from_ref_time(15_873_517)
|
||||
.saturating_add(Weight::from_proof_size(635))
|
||||
// Standard Error: 16
|
||||
.saturating_add(Weight::from_ref_time(1_848).saturating_mul(b.into()))
|
||||
// Standard Error: 171
|
||||
.saturating_add(Weight::from_ref_time(14_642).saturating_mul(m.into()))
|
||||
// Standard Error: 53
|
||||
.saturating_add(Weight::from_ref_time(1_939).saturating_mul(b.into()))
|
||||
// Standard Error: 554
|
||||
.saturating_add(Weight::from_ref_time(13_017).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(Weight::from_proof_size(32).saturating_mul(m.into()))
|
||||
}
|
||||
@@ -109,13 +109,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `139 + m * (32 ±0)`
|
||||
// Estimated: `3250 + m * (64 ±0)`
|
||||
// Minimum execution time: 18_348 nanoseconds.
|
||||
Weight::from_ref_time(17_412_463)
|
||||
// Minimum execution time: 19_226 nanoseconds.
|
||||
Weight::from_ref_time(18_203_584)
|
||||
.saturating_add(Weight::from_proof_size(3250))
|
||||
// Standard Error: 19
|
||||
.saturating_add(Weight::from_ref_time(1_783).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_ref_time(1_537).saturating_mul(b.into()))
|
||||
// Standard Error: 202
|
||||
.saturating_add(Weight::from_ref_time(23_933).saturating_mul(m.into()))
|
||||
.saturating_add(Weight::from_ref_time(22_602).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(Weight::from_proof_size(64).saturating_mul(m.into()))
|
||||
}
|
||||
@@ -139,15 +139,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `461 + m * (32 ±0) + p * (36 ±0)`
|
||||
// Estimated: `5880 + m * (165 ±0) + p * (180 ±0)`
|
||||
// Minimum execution time: 24_209 nanoseconds.
|
||||
Weight::from_ref_time(24_797_325)
|
||||
// Minimum execution time: 25_845 nanoseconds.
|
||||
Weight::from_ref_time(26_944_072)
|
||||
.saturating_add(Weight::from_proof_size(5880))
|
||||
// Standard Error: 47
|
||||
.saturating_add(Weight::from_ref_time(2_637).saturating_mul(b.into()))
|
||||
// Standard Error: 499
|
||||
.saturating_add(Weight::from_ref_time(18_477).saturating_mul(m.into()))
|
||||
// Standard Error: 493
|
||||
.saturating_add(Weight::from_ref_time(98_937).saturating_mul(p.into()))
|
||||
// Standard Error: 49
|
||||
.saturating_add(Weight::from_ref_time(2_373).saturating_mul(b.into()))
|
||||
// Standard Error: 519
|
||||
.saturating_add(Weight::from_ref_time(17_532).saturating_mul(m.into()))
|
||||
// Standard Error: 513
|
||||
.saturating_add(Weight::from_ref_time(121_955).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
.saturating_add(Weight::from_proof_size(165).saturating_mul(m.into()))
|
||||
@@ -163,11 +163,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `911 + m * (64 ±0)`
|
||||
// Estimated: `4790 + m * (128 ±0)`
|
||||
// Minimum execution time: 21_974 nanoseconds.
|
||||
Weight::from_ref_time(22_456_460)
|
||||
// Minimum execution time: 23_163 nanoseconds.
|
||||
Weight::from_ref_time(23_720_815)
|
||||
.saturating_add(Weight::from_proof_size(4790))
|
||||
// Standard Error: 611
|
||||
.saturating_add(Weight::from_ref_time(51_856).saturating_mul(m.into()))
|
||||
// Standard Error: 246
|
||||
.saturating_add(Weight::from_ref_time(41_772).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
.saturating_add(Weight::from_proof_size(128).saturating_mul(m.into()))
|
||||
@@ -188,13 +188,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `531 + m * (64 ±0) + p * (36 ±0)`
|
||||
// Estimated: `5513 + m * (260 ±0) + p * (144 ±0)`
|
||||
// Minimum execution time: 26_446 nanoseconds.
|
||||
Weight::from_ref_time(28_061_456)
|
||||
// Minimum execution time: 27_743 nanoseconds.
|
||||
Weight::from_ref_time(28_729_876)
|
||||
.saturating_add(Weight::from_proof_size(5513))
|
||||
// Standard Error: 549
|
||||
.saturating_add(Weight::from_ref_time(17_104).saturating_mul(m.into()))
|
||||
// Standard Error: 535
|
||||
.saturating_add(Weight::from_ref_time(89_314).saturating_mul(p.into()))
|
||||
// Standard Error: 381
|
||||
.saturating_add(Weight::from_ref_time(19_708).saturating_mul(m.into()))
|
||||
// Standard Error: 371
|
||||
.saturating_add(Weight::from_ref_time(138_115).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_proof_size(260).saturating_mul(m.into()))
|
||||
@@ -218,15 +218,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `867 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
|
||||
// Estimated: `8784 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)`
|
||||
// Minimum execution time: 36_960 nanoseconds.
|
||||
Weight::from_ref_time(38_532_650)
|
||||
// Minimum execution time: 38_714 nanoseconds.
|
||||
Weight::from_ref_time(39_840_766)
|
||||
.saturating_add(Weight::from_proof_size(8784))
|
||||
// Standard Error: 82
|
||||
.saturating_add(Weight::from_ref_time(2_171).saturating_mul(b.into()))
|
||||
// Standard Error: 876
|
||||
.saturating_add(Weight::from_ref_time(21_279).saturating_mul(m.into()))
|
||||
// Standard Error: 854
|
||||
.saturating_add(Weight::from_ref_time(120_364).saturating_mul(p.into()))
|
||||
// Standard Error: 84
|
||||
.saturating_add(Weight::from_ref_time(2_316).saturating_mul(b.into()))
|
||||
// Standard Error: 897
|
||||
.saturating_add(Weight::from_ref_time(22_230).saturating_mul(m.into()))
|
||||
// Standard Error: 875
|
||||
.saturating_add(Weight::from_ref_time(146_018).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_proof_size(4).saturating_mul(b.into()))
|
||||
@@ -251,13 +251,13 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `551 + m * (64 ±0) + p * (36 ±0)`
|
||||
// Estimated: `6620 + m * (325 ±0) + p * (180 ±0)`
|
||||
// Minimum execution time: 29_154 nanoseconds.
|
||||
Weight::from_ref_time(29_815_989)
|
||||
// Minimum execution time: 30_419 nanoseconds.
|
||||
Weight::from_ref_time(31_221_203)
|
||||
.saturating_add(Weight::from_proof_size(6620))
|
||||
// Standard Error: 394
|
||||
.saturating_add(Weight::from_ref_time(25_714).saturating_mul(m.into()))
|
||||
// Standard Error: 384
|
||||
.saturating_add(Weight::from_ref_time(91_672).saturating_mul(p.into()))
|
||||
// Standard Error: 370
|
||||
.saturating_add(Weight::from_ref_time(23_359).saturating_mul(m.into()))
|
||||
// Standard Error: 361
|
||||
.saturating_add(Weight::from_ref_time(139_033).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_proof_size(325).saturating_mul(m.into()))
|
||||
@@ -283,15 +283,15 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `887 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
|
||||
// Estimated: `10090 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)`
|
||||
// Minimum execution time: 39_673 nanoseconds.
|
||||
Weight::from_ref_time(41_299_924)
|
||||
// Minimum execution time: 41_170 nanoseconds.
|
||||
Weight::from_ref_time(43_013_899)
|
||||
.saturating_add(Weight::from_proof_size(10090))
|
||||
// Standard Error: 82
|
||||
.saturating_add(Weight::from_ref_time(1_965).saturating_mul(b.into()))
|
||||
// Standard Error: 875
|
||||
.saturating_add(Weight::from_ref_time(21_924).saturating_mul(m.into()))
|
||||
// Standard Error: 853
|
||||
.saturating_add(Weight::from_ref_time(121_244).saturating_mul(p.into()))
|
||||
// Standard Error: 80
|
||||
.saturating_add(Weight::from_ref_time(1_999).saturating_mul(b.into()))
|
||||
// Standard Error: 848
|
||||
.saturating_add(Weight::from_ref_time(22_005).saturating_mul(m.into()))
|
||||
// Standard Error: 827
|
||||
.saturating_add(Weight::from_ref_time(145_539).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_proof_size(5).saturating_mul(b.into()))
|
||||
@@ -310,11 +310,11 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `296 + p * (32 ±0)`
|
||||
// Estimated: `1383 + p * (96 ±0)`
|
||||
// Minimum execution time: 15_065 nanoseconds.
|
||||
Weight::from_ref_time(17_118_339)
|
||||
// Minimum execution time: 15_951 nanoseconds.
|
||||
Weight::from_ref_time(17_842_394)
|
||||
.saturating_add(Weight::from_proof_size(1383))
|
||||
// Standard Error: 471
|
||||
.saturating_add(Weight::from_ref_time(86_165).saturating_mul(p.into()))
|
||||
// Standard Error: 462
|
||||
.saturating_add(Weight::from_ref_time(110_189).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_proof_size(96).saturating_mul(p.into()))
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `pallet_democracy`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-27, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -57,8 +57,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4831`
|
||||
// Estimated: `23409`
|
||||
// Minimum execution time: 32_657 nanoseconds.
|
||||
Weight::from_ref_time(33_404_000)
|
||||
// Minimum execution time: 35_009 nanoseconds.
|
||||
Weight::from_ref_time(35_562_000)
|
||||
.saturating_add(Weight::from_proof_size(23409))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
@@ -69,8 +69,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3587`
|
||||
// Estimated: `5705`
|
||||
// Minimum execution time: 31_060 nanoseconds.
|
||||
Weight::from_ref_time(31_872_000)
|
||||
// Minimum execution time: 32_327 nanoseconds.
|
||||
Weight::from_ref_time(32_829_000)
|
||||
.saturating_add(Weight::from_proof_size(5705))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -85,8 +85,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3494`
|
||||
// Estimated: `12720`
|
||||
// Minimum execution time: 41_718 nanoseconds.
|
||||
Weight::from_ref_time(42_346_000)
|
||||
// Minimum execution time: 44_432 nanoseconds.
|
||||
Weight::from_ref_time(44_971_000)
|
||||
.saturating_add(Weight::from_proof_size(12720))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
@@ -101,8 +101,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3516`
|
||||
// Estimated: `12720`
|
||||
// Minimum execution time: 42_085 nanoseconds.
|
||||
Weight::from_ref_time(42_852_000)
|
||||
// Minimum execution time: 44_198 nanoseconds.
|
||||
Weight::from_ref_time(44_910_000)
|
||||
.saturating_add(Weight::from_proof_size(12720))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
@@ -117,8 +117,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `365`
|
||||
// Estimated: `7712`
|
||||
// Minimum execution time: 25_524 nanoseconds.
|
||||
Weight::from_ref_time(26_168_000)
|
||||
// Minimum execution time: 26_814 nanoseconds.
|
||||
Weight::from_ref_time(27_292_000)
|
||||
.saturating_add(Weight::from_proof_size(7712))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
@@ -141,8 +141,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `6003`
|
||||
// Estimated: `36392`
|
||||
// Minimum execution time: 83_609 nanoseconds.
|
||||
Weight::from_ref_time(84_687_000)
|
||||
// Minimum execution time: 89_645 nanoseconds.
|
||||
Weight::from_ref_time(90_833_000)
|
||||
.saturating_add(Weight::from_proof_size(36392))
|
||||
.saturating_add(T::DbWeight::get().reads(8))
|
||||
.saturating_add(T::DbWeight::get().writes(7))
|
||||
@@ -155,8 +155,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3415`
|
||||
// Estimated: `6340`
|
||||
// Minimum execution time: 12_887 nanoseconds.
|
||||
Weight::from_ref_time(13_514_000)
|
||||
// Minimum execution time: 13_608 nanoseconds.
|
||||
Weight::from_ref_time(14_008_000)
|
||||
.saturating_add(Weight::from_proof_size(6340))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -167,8 +167,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_145 nanoseconds.
|
||||
Weight::from_ref_time(3_255_000)
|
||||
// Minimum execution time: 3_288 nanoseconds.
|
||||
Weight::from_ref_time(3_531_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -178,8 +178,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_223 nanoseconds.
|
||||
Weight::from_ref_time(3_298_000)
|
||||
// Minimum execution time: 3_313 nanoseconds.
|
||||
Weight::from_ref_time(3_500_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -195,8 +195,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `253`
|
||||
// Estimated: `3654`
|
||||
// Minimum execution time: 26_088 nanoseconds.
|
||||
Weight::from_ref_time(26_562_000)
|
||||
// Minimum execution time: 27_758 nanoseconds.
|
||||
Weight::from_ref_time(28_367_000)
|
||||
.saturating_add(Weight::from_proof_size(3654))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
@@ -211,8 +211,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3518`
|
||||
// Estimated: `8868`
|
||||
// Minimum execution time: 29_980 nanoseconds.
|
||||
Weight::from_ref_time(31_039_000)
|
||||
// Minimum execution time: 31_910 nanoseconds.
|
||||
Weight::from_ref_time(32_522_000)
|
||||
.saturating_add(Weight::from_proof_size(8868))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
@@ -229,8 +229,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `5882`
|
||||
// Estimated: `28033`
|
||||
// Minimum execution time: 67_545 nanoseconds.
|
||||
Weight::from_ref_time(68_409_000)
|
||||
// Minimum execution time: 73_861 nanoseconds.
|
||||
Weight::from_ref_time(74_543_000)
|
||||
.saturating_add(Weight::from_proof_size(28033))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -243,8 +243,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `238`
|
||||
// Estimated: `2528`
|
||||
// Minimum execution time: 18_661 nanoseconds.
|
||||
Weight::from_ref_time(19_073_000)
|
||||
// Minimum execution time: 20_285 nanoseconds.
|
||||
Weight::from_ref_time(20_556_000)
|
||||
.saturating_add(Weight::from_proof_size(2528))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -260,11 +260,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `211 + r * (117 ±0)`
|
||||
// Estimated: `998 + r * (2676 ±0)`
|
||||
// Minimum execution time: 6_764 nanoseconds.
|
||||
Weight::from_ref_time(9_629_215)
|
||||
// Minimum execution time: 7_440 nanoseconds.
|
||||
Weight::from_ref_time(10_296_992)
|
||||
.saturating_add(Weight::from_proof_size(998))
|
||||
// Standard Error: 5_661
|
||||
.saturating_add(Weight::from_ref_time(2_550_601).saturating_mul(r.into()))
|
||||
// Standard Error: 5_598
|
||||
.saturating_add(Weight::from_ref_time(2_783_476).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -287,11 +287,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `211 + r * (117 ±0)`
|
||||
// Estimated: `19318 + r * (2676 ±0)`
|
||||
// Minimum execution time: 9_134 nanoseconds.
|
||||
Weight::from_ref_time(12_473_497)
|
||||
// Minimum execution time: 10_023 nanoseconds.
|
||||
Weight::from_ref_time(14_953_199)
|
||||
.saturating_add(Weight::from_proof_size(19318))
|
||||
// Standard Error: 6_349
|
||||
.saturating_add(Weight::from_ref_time(2_548_244).saturating_mul(r.into()))
|
||||
// Standard Error: 6_703
|
||||
.saturating_add(Weight::from_ref_time(2_749_933).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -308,11 +308,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `891 + r * (139 ±0)`
|
||||
// Estimated: `22584 + r * (2676 ±0)`
|
||||
// Minimum execution time: 33_397 nanoseconds.
|
||||
Weight::from_ref_time(39_857_242)
|
||||
// Minimum execution time: 36_963 nanoseconds.
|
||||
Weight::from_ref_time(43_759_217)
|
||||
.saturating_add(Weight::from_proof_size(22584))
|
||||
// Standard Error: 6_468
|
||||
.saturating_add(Weight::from_ref_time(3_540_125).saturating_mul(r.into()))
|
||||
// Standard Error: 7_017
|
||||
.saturating_add(Weight::from_ref_time(3_833_993).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -328,11 +328,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `524 + r * (139 ±0)`
|
||||
// Estimated: `12540 + r * (2676 ±0)`
|
||||
// Minimum execution time: 20_279 nanoseconds.
|
||||
Weight::from_ref_time(22_365_478)
|
||||
// Minimum execution time: 21_086 nanoseconds.
|
||||
Weight::from_ref_time(23_113_225)
|
||||
.saturating_add(Weight::from_proof_size(12540))
|
||||
// Standard Error: 5_748
|
||||
.saturating_add(Weight::from_ref_time(3_521_416).saturating_mul(r.into()))
|
||||
// Standard Error: 5_813
|
||||
.saturating_add(Weight::from_ref_time(3_831_698).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -345,8 +345,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_052 nanoseconds.
|
||||
Weight::from_ref_time(3_140_000)
|
||||
// Minimum execution time: 3_266 nanoseconds.
|
||||
Weight::from_ref_time(3_325_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -361,11 +361,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `556`
|
||||
// Estimated: `12647`
|
||||
// Minimum execution time: 18_419 nanoseconds.
|
||||
Weight::from_ref_time(24_349_956)
|
||||
// Minimum execution time: 19_889 nanoseconds.
|
||||
Weight::from_ref_time(26_324_448)
|
||||
.saturating_add(Weight::from_proof_size(12647))
|
||||
// Standard Error: 1_354
|
||||
.saturating_add(Weight::from_ref_time(21_800).saturating_mul(r.into()))
|
||||
// Standard Error: 1_495
|
||||
.saturating_add(Weight::from_ref_time(22_352).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -380,11 +380,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `557 + r * (22 ±0)`
|
||||
// Estimated: `12647`
|
||||
// Minimum execution time: 22_735 nanoseconds.
|
||||
Weight::from_ref_time(24_098_906)
|
||||
// Minimum execution time: 24_827 nanoseconds.
|
||||
Weight::from_ref_time(26_090_461)
|
||||
.saturating_add(Weight::from_proof_size(12647))
|
||||
// Standard Error: 821
|
||||
.saturating_add(Weight::from_ref_time(64_731).saturating_mul(r.into()))
|
||||
// Standard Error: 597
|
||||
.saturating_add(Weight::from_ref_time(57_287).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -397,11 +397,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `758 + r * (26 ±0)`
|
||||
// Estimated: `8946`
|
||||
// Minimum execution time: 15_351 nanoseconds.
|
||||
Weight::from_ref_time(18_051_547)
|
||||
// Minimum execution time: 16_382 nanoseconds.
|
||||
Weight::from_ref_time(19_142_641)
|
||||
.saturating_add(Weight::from_proof_size(8946))
|
||||
// Standard Error: 1_021
|
||||
.saturating_add(Weight::from_ref_time(75_522).saturating_mul(r.into()))
|
||||
// Standard Error: 1_005
|
||||
.saturating_add(Weight::from_ref_time(69_264).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -414,11 +414,11 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `758 + r * (26 ±0)`
|
||||
// Estimated: `8946`
|
||||
// Minimum execution time: 15_216 nanoseconds.
|
||||
Weight::from_ref_time(18_117_657)
|
||||
// Minimum execution time: 16_322 nanoseconds.
|
||||
Weight::from_ref_time(19_304_122)
|
||||
.saturating_add(Weight::from_proof_size(8946))
|
||||
// Standard Error: 1_132
|
||||
.saturating_add(Weight::from_ref_time(76_255).saturating_mul(r.into()))
|
||||
// Standard Error: 1_054
|
||||
.saturating_add(Weight::from_ref_time(67_276).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -432,8 +432,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `395`
|
||||
// Estimated: `3193`
|
||||
// Minimum execution time: 18_792 nanoseconds.
|
||||
Weight::from_ref_time(19_158_000)
|
||||
// Minimum execution time: 19_283 nanoseconds.
|
||||
Weight::from_ref_time(19_989_000)
|
||||
.saturating_add(Weight::from_proof_size(3193))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -446,8 +446,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `253`
|
||||
// Estimated: `3155`
|
||||
// Minimum execution time: 16_758 nanoseconds.
|
||||
Weight::from_ref_time(17_128_000)
|
||||
// Minimum execution time: 17_636 nanoseconds.
|
||||
Weight::from_ref_time(17_805_000)
|
||||
.saturating_add(Weight::from_proof_size(3155))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -462,8 +462,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4958`
|
||||
// Estimated: `19763`
|
||||
// Minimum execution time: 30_905 nanoseconds.
|
||||
Weight::from_ref_time(31_384_000)
|
||||
// Minimum execution time: 33_929 nanoseconds.
|
||||
Weight::from_ref_time(34_287_000)
|
||||
.saturating_add(Weight::from_proof_size(19763))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -476,8 +476,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4820`
|
||||
// Estimated: `19725`
|
||||
// Minimum execution time: 28_146 nanoseconds.
|
||||
Weight::from_ref_time(28_679_000)
|
||||
// Minimum execution time: 30_741 nanoseconds.
|
||||
Weight::from_ref_time(31_317_000)
|
||||
.saturating_add(Weight::from_proof_size(19725))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -490,8 +490,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `216`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 14_567 nanoseconds.
|
||||
Weight::from_ref_time(14_878_000)
|
||||
// Minimum execution time: 15_874 nanoseconds.
|
||||
Weight::from_ref_time(16_183_000)
|
||||
.saturating_add(Weight::from_proof_size(2566))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -504,8 +504,8 @@ impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `269`
|
||||
// Estimated: `5204`
|
||||
// Minimum execution time: 17_867 nanoseconds.
|
||||
Weight::from_ref_time(18_218_000)
|
||||
// Minimum execution time: 19_214 nanoseconds.
|
||||
Weight::from_ref_time(19_604_000)
|
||||
.saturating_add(Weight::from_proof_size(5204))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `pallet_elections_phragmen`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -60,11 +60,9 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `427 + v * (80 ±0)`
|
||||
// Estimated: `9438 + v * (320 ±0)`
|
||||
// Minimum execution time: 24_582 nanoseconds.
|
||||
Weight::from_ref_time(25_601_833)
|
||||
// Minimum execution time: 27_130 nanoseconds.
|
||||
Weight::from_ref_time(30_823_053)
|
||||
.saturating_add(Weight::from_proof_size(9438))
|
||||
// Standard Error: 2_778
|
||||
.saturating_add(Weight::from_ref_time(98_028).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
.saturating_add(Weight::from_proof_size(320).saturating_mul(v.into()))
|
||||
@@ -84,11 +82,11 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `395 + v * (80 ±0)`
|
||||
// Estimated: `9310 + v * (320 ±0)`
|
||||
// Minimum execution time: 33_162 nanoseconds.
|
||||
Weight::from_ref_time(34_408_894)
|
||||
// Minimum execution time: 36_644 nanoseconds.
|
||||
Weight::from_ref_time(37_624_444)
|
||||
.saturating_add(Weight::from_proof_size(9310))
|
||||
// Standard Error: 3_459
|
||||
.saturating_add(Weight::from_ref_time(107_049).saturating_mul(v.into()))
|
||||
// Standard Error: 4_167
|
||||
.saturating_add(Weight::from_ref_time(123_846).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
.saturating_add(Weight::from_proof_size(320).saturating_mul(v.into()))
|
||||
@@ -108,11 +106,11 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `427 + v * (80 ±0)`
|
||||
// Estimated: `9438 + v * (320 ±0)`
|
||||
// Minimum execution time: 33_075 nanoseconds.
|
||||
Weight::from_ref_time(34_558_830)
|
||||
// Minimum execution time: 36_499 nanoseconds.
|
||||
Weight::from_ref_time(37_129_866)
|
||||
.saturating_add(Weight::from_proof_size(9438))
|
||||
// Standard Error: 7_844
|
||||
.saturating_add(Weight::from_ref_time(93_110).saturating_mul(v.into()))
|
||||
// Standard Error: 4_033
|
||||
.saturating_add(Weight::from_ref_time(176_669).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
.saturating_add(Weight::from_proof_size(320).saturating_mul(v.into()))
|
||||
@@ -125,8 +123,8 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `917`
|
||||
// Estimated: `7166`
|
||||
// Minimum execution time: 29_431 nanoseconds.
|
||||
Weight::from_ref_time(29_743_000)
|
||||
// Minimum execution time: 32_287 nanoseconds.
|
||||
Weight::from_ref_time(32_928_000)
|
||||
.saturating_add(Weight::from_proof_size(7166))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -142,11 +140,11 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `2805 + c * (48 ±0)`
|
||||
// Estimated: `9894 + c * (144 ±0)`
|
||||
// Minimum execution time: 27_507 nanoseconds.
|
||||
Weight::from_ref_time(20_235_171)
|
||||
// Minimum execution time: 29_136 nanoseconds.
|
||||
Weight::from_ref_time(22_308_791)
|
||||
.saturating_add(Weight::from_proof_size(9894))
|
||||
// Standard Error: 877
|
||||
.saturating_add(Weight::from_ref_time(87_558).saturating_mul(c.into()))
|
||||
// Standard Error: 876
|
||||
.saturating_add(Weight::from_ref_time(82_538).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
.saturating_add(Weight::from_proof_size(144).saturating_mul(c.into()))
|
||||
@@ -158,11 +156,11 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `314 + c * (48 ±0)`
|
||||
// Estimated: `796 + c * (48 ±0)`
|
||||
// Minimum execution time: 22_940 nanoseconds.
|
||||
Weight::from_ref_time(15_989_682)
|
||||
// Minimum execution time: 24_804 nanoseconds.
|
||||
Weight::from_ref_time(17_680_542)
|
||||
.saturating_add(Weight::from_proof_size(796))
|
||||
// Standard Error: 876
|
||||
.saturating_add(Weight::from_ref_time(57_772).saturating_mul(c.into()))
|
||||
// Standard Error: 908
|
||||
.saturating_add(Weight::from_ref_time(59_567).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
.saturating_add(Weight::from_proof_size(48).saturating_mul(c.into()))
|
||||
@@ -181,8 +179,8 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3079`
|
||||
// Estimated: `17375`
|
||||
// Minimum execution time: 40_172 nanoseconds.
|
||||
Weight::from_ref_time(40_681_000)
|
||||
// Minimum execution time: 42_528 nanoseconds.
|
||||
Weight::from_ref_time(43_550_000)
|
||||
.saturating_add(Weight::from_proof_size(17375))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -193,8 +191,8 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1742`
|
||||
// Estimated: `2237`
|
||||
// Minimum execution time: 25_522 nanoseconds.
|
||||
Weight::from_ref_time(26_206_000)
|
||||
// Minimum execution time: 27_187 nanoseconds.
|
||||
Weight::from_ref_time(27_805_000)
|
||||
.saturating_add(Weight::from_proof_size(2237))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -225,8 +223,8 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3079`
|
||||
// Estimated: `19978`
|
||||
// Minimum execution time: 54_309 nanoseconds.
|
||||
Weight::from_ref_time(55_097_000)
|
||||
// Minimum execution time: 58_082 nanoseconds.
|
||||
Weight::from_ref_time(58_776_000)
|
||||
.saturating_add(Weight::from_proof_size(19978))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
@@ -249,11 +247,11 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `35961 + v * (872 ±0)`
|
||||
// Estimated: `148908 + v * (12340 ±0)`
|
||||
// Minimum execution time: 296_803_791 nanoseconds.
|
||||
Weight::from_ref_time(298_351_085_000)
|
||||
// Minimum execution time: 331_691_733 nanoseconds.
|
||||
Weight::from_ref_time(332_320_461_000)
|
||||
.saturating_add(Weight::from_proof_size(148908))
|
||||
// Standard Error: 257_135
|
||||
.saturating_add(Weight::from_ref_time(37_138_623).saturating_mul(v.into()))
|
||||
// Standard Error: 286_396
|
||||
.saturating_add(Weight::from_ref_time(41_310_974).saturating_mul(v.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(v.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into())))
|
||||
@@ -284,13 +282,13 @@ impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0 + v * (639 ±0) + e * (28 ±0)`
|
||||
// Estimated: `5334639 + v * (5714 ±4) + e * (123 ±0) + c * (2560 ±0)`
|
||||
// Minimum execution time: 31_537_372 nanoseconds.
|
||||
Weight::from_ref_time(31_663_201_000)
|
||||
// Minimum execution time: 33_629_192 nanoseconds.
|
||||
Weight::from_ref_time(33_734_555_000)
|
||||
.saturating_add(Weight::from_proof_size(5334639))
|
||||
// Standard Error: 540_619
|
||||
.saturating_add(Weight::from_ref_time(44_981_688).saturating_mul(v.into()))
|
||||
// Standard Error: 34_693
|
||||
.saturating_add(Weight::from_ref_time(2_335_777).saturating_mul(e.into()))
|
||||
// Standard Error: 500_681
|
||||
.saturating_add(Weight::from_ref_time(41_778_821).saturating_mul(v.into()))
|
||||
// Standard Error: 32_130
|
||||
.saturating_add(Weight::from_ref_time(2_073_697).saturating_mul(e.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(265))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into())))
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `pallet_identity`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -52,11 +52,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `64 + r * (57 ±0)`
|
||||
// Estimated: `1636`
|
||||
// Minimum execution time: 11_484 nanoseconds.
|
||||
Weight::from_ref_time(11_740_457)
|
||||
// Minimum execution time: 11_925 nanoseconds.
|
||||
Weight::from_ref_time(12_665_139)
|
||||
.saturating_add(Weight::from_proof_size(1636))
|
||||
// Standard Error: 1_350
|
||||
.saturating_add(Weight::from_ref_time(92_095).saturating_mul(r.into()))
|
||||
// Standard Error: 1_963
|
||||
.saturating_add(Weight::from_ref_time(72_276).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -68,13 +68,13 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `474 + r * (5 ±0)`
|
||||
// Estimated: `10013`
|
||||
// Minimum execution time: 26_188 nanoseconds.
|
||||
Weight::from_ref_time(25_756_775)
|
||||
// Minimum execution time: 28_918 nanoseconds.
|
||||
Weight::from_ref_time(28_097_477)
|
||||
.saturating_add(Weight::from_proof_size(10013))
|
||||
// Standard Error: 3_875
|
||||
.saturating_add(Weight::from_ref_time(70_887).saturating_mul(r.into()))
|
||||
// Standard Error: 756
|
||||
.saturating_add(Weight::from_ref_time(350_640).saturating_mul(x.into()))
|
||||
// Standard Error: 3_576
|
||||
.saturating_add(Weight::from_ref_time(77_253).saturating_mul(r.into()))
|
||||
// Standard Error: 697
|
||||
.saturating_add(Weight::from_ref_time(449_336).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -89,11 +89,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `101`
|
||||
// Estimated: `15746 + s * (2589 ±0)`
|
||||
// Minimum execution time: 8_016 nanoseconds.
|
||||
Weight::from_ref_time(20_090_309)
|
||||
// Minimum execution time: 8_955 nanoseconds.
|
||||
Weight::from_ref_time(21_965_439)
|
||||
.saturating_add(Weight::from_proof_size(15746))
|
||||
// Standard Error: 3_655
|
||||
.saturating_add(Weight::from_ref_time(2_283_335).saturating_mul(s.into()))
|
||||
// Standard Error: 6_060
|
||||
.saturating_add(Weight::from_ref_time(2_820_536).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -111,11 +111,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `226 + p * (32 ±0)`
|
||||
// Estimated: `15746`
|
||||
// Minimum execution time: 8_035 nanoseconds.
|
||||
Weight::from_ref_time(19_576_879)
|
||||
// Minimum execution time: 8_824 nanoseconds.
|
||||
Weight::from_ref_time(21_568_996)
|
||||
.saturating_add(Weight::from_proof_size(15746))
|
||||
// Standard Error: 2_917
|
||||
.saturating_add(Weight::from_ref_time(951_283).saturating_mul(p.into()))
|
||||
// Standard Error: 3_185
|
||||
.saturating_add(Weight::from_ref_time(1_111_881).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||
@@ -133,15 +133,15 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `533 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)`
|
||||
// Estimated: `15746`
|
||||
// Minimum execution time: 41_620 nanoseconds.
|
||||
Weight::from_ref_time(26_578_691)
|
||||
// Minimum execution time: 49_012 nanoseconds.
|
||||
Weight::from_ref_time(27_982_974)
|
||||
.saturating_add(Weight::from_proof_size(15746))
|
||||
// Standard Error: 3_970
|
||||
.saturating_add(Weight::from_ref_time(10_060).saturating_mul(r.into()))
|
||||
// Standard Error: 775
|
||||
.saturating_add(Weight::from_ref_time(932_578).saturating_mul(s.into()))
|
||||
// Standard Error: 775
|
||||
.saturating_add(Weight::from_ref_time(179_164).saturating_mul(x.into()))
|
||||
// Standard Error: 4_404
|
||||
.saturating_add(Weight::from_ref_time(40_856).saturating_mul(r.into()))
|
||||
// Standard Error: 860
|
||||
.saturating_add(Weight::from_ref_time(1_095_905).saturating_mul(s.into()))
|
||||
// Standard Error: 860
|
||||
.saturating_add(Weight::from_ref_time(229_635).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
||||
@@ -156,13 +156,13 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `431 + r * (57 ±0) + x * (66 ±0)`
|
||||
// Estimated: `11649`
|
||||
// Minimum execution time: 27_111 nanoseconds.
|
||||
Weight::from_ref_time(25_663_051)
|
||||
// Minimum execution time: 29_213 nanoseconds.
|
||||
Weight::from_ref_time(29_949_444)
|
||||
.saturating_add(Weight::from_proof_size(11649))
|
||||
// Standard Error: 4_323
|
||||
.saturating_add(Weight::from_ref_time(122_984).saturating_mul(r.into()))
|
||||
// Standard Error: 843
|
||||
.saturating_add(Weight::from_ref_time(372_656).saturating_mul(x.into()))
|
||||
// Standard Error: 6_424
|
||||
.saturating_add(Weight::from_ref_time(28_127).saturating_mul(r.into()))
|
||||
// Standard Error: 1_253
|
||||
.saturating_add(Weight::from_ref_time(469_679).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -174,13 +174,13 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `430 + x * (66 ±0)`
|
||||
// Estimated: `10013`
|
||||
// Minimum execution time: 24_282 nanoseconds.
|
||||
Weight::from_ref_time(23_903_496)
|
||||
// Minimum execution time: 26_570 nanoseconds.
|
||||
Weight::from_ref_time(25_883_542)
|
||||
.saturating_add(Weight::from_proof_size(10013))
|
||||
// Standard Error: 3_985
|
||||
.saturating_add(Weight::from_ref_time(65_397).saturating_mul(r.into()))
|
||||
// Standard Error: 777
|
||||
.saturating_add(Weight::from_ref_time(364_635).saturating_mul(x.into()))
|
||||
// Standard Error: 4_190
|
||||
.saturating_add(Weight::from_ref_time(83_705).saturating_mul(r.into()))
|
||||
// Standard Error: 817
|
||||
.saturating_add(Weight::from_ref_time(466_224).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -191,11 +191,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `121 + r * (57 ±0)`
|
||||
// Estimated: `1636`
|
||||
// Minimum execution time: 6_853 nanoseconds.
|
||||
Weight::from_ref_time(7_235_281)
|
||||
// Minimum execution time: 7_721 nanoseconds.
|
||||
Weight::from_ref_time(8_180_083)
|
||||
.saturating_add(Weight::from_proof_size(1636))
|
||||
// Standard Error: 1_905
|
||||
.saturating_add(Weight::from_ref_time(86_483).saturating_mul(r.into()))
|
||||
// Standard Error: 2_124
|
||||
.saturating_add(Weight::from_ref_time(64_849).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -206,11 +206,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `121 + r * (57 ±0)`
|
||||
// Estimated: `1636`
|
||||
// Minimum execution time: 6_630 nanoseconds.
|
||||
Weight::from_ref_time(7_143_367)
|
||||
// Minimum execution time: 7_264 nanoseconds.
|
||||
Weight::from_ref_time(7_794_379)
|
||||
.saturating_add(Weight::from_proof_size(1636))
|
||||
// Standard Error: 1_174
|
||||
.saturating_add(Weight::from_ref_time(89_603).saturating_mul(r.into()))
|
||||
// Standard Error: 1_240
|
||||
.saturating_add(Weight::from_ref_time(84_998).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -221,11 +221,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `121 + r * (57 ±0)`
|
||||
// Estimated: `1636`
|
||||
// Minimum execution time: 6_425 nanoseconds.
|
||||
Weight::from_ref_time(6_948_996)
|
||||
// Minimum execution time: 7_054 nanoseconds.
|
||||
Weight::from_ref_time(7_654_187)
|
||||
.saturating_add(Weight::from_proof_size(1636))
|
||||
// Standard Error: 1_179
|
||||
.saturating_add(Weight::from_ref_time(88_332).saturating_mul(r.into()))
|
||||
// Standard Error: 1_266
|
||||
.saturating_add(Weight::from_ref_time(90_481).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -239,13 +239,13 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `509 + r * (57 ±0) + x * (66 ±0)`
|
||||
// Estimated: `11649`
|
||||
// Minimum execution time: 20_752 nanoseconds.
|
||||
Weight::from_ref_time(21_143_987)
|
||||
// Minimum execution time: 22_652 nanoseconds.
|
||||
Weight::from_ref_time(23_126_063)
|
||||
.saturating_add(Weight::from_proof_size(11649))
|
||||
// Standard Error: 5_492
|
||||
.saturating_add(Weight::from_ref_time(72_568).saturating_mul(r.into()))
|
||||
// Standard Error: 1_016
|
||||
.saturating_add(Weight::from_ref_time(608_754).saturating_mul(x.into()))
|
||||
// Standard Error: 5_983
|
||||
.saturating_add(Weight::from_ref_time(46_117).saturating_mul(r.into()))
|
||||
// Standard Error: 1_107
|
||||
.saturating_add(Weight::from_ref_time(769_575).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -260,19 +260,17 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `r` is `[1, 20]`.
|
||||
/// The range of component `s` is `[0, 100]`.
|
||||
/// The range of component `x` is `[0, 100]`.
|
||||
fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight {
|
||||
fn kill_identity(_r: u32, s: u32, x: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `772 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)`
|
||||
// Estimated: `18349`
|
||||
// Minimum execution time: 54_134 nanoseconds.
|
||||
Weight::from_ref_time(39_967_952)
|
||||
// Minimum execution time: 62_780 nanoseconds.
|
||||
Weight::from_ref_time(43_731_161)
|
||||
.saturating_add(Weight::from_proof_size(18349))
|
||||
// Standard Error: 5_009
|
||||
.saturating_add(Weight::from_ref_time(7_852).saturating_mul(r.into()))
|
||||
// Standard Error: 978
|
||||
.saturating_add(Weight::from_ref_time(938_504).saturating_mul(s.into()))
|
||||
// Standard Error: 978
|
||||
.saturating_add(Weight::from_ref_time(175_557).saturating_mul(x.into()))
|
||||
// Standard Error: 1_194
|
||||
.saturating_add(Weight::from_ref_time(1_103_649).saturating_mul(s.into()))
|
||||
// Standard Error: 1_194
|
||||
.saturating_add(Weight::from_ref_time(226_342).saturating_mul(x.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
||||
@@ -288,11 +286,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `507 + s * (36 ±0)`
|
||||
// Estimated: `18335`
|
||||
// Minimum execution time: 23_153 nanoseconds.
|
||||
Weight::from_ref_time(27_781_318)
|
||||
// Minimum execution time: 26_340 nanoseconds.
|
||||
Weight::from_ref_time(31_104_975)
|
||||
.saturating_add(Weight::from_proof_size(18335))
|
||||
// Standard Error: 1_330
|
||||
.saturating_add(Weight::from_ref_time(76_925).saturating_mul(s.into()))
|
||||
// Standard Error: 1_390
|
||||
.saturating_add(Weight::from_ref_time(61_166).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -305,11 +303,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `623 + s * (3 ±0)`
|
||||
// Estimated: `12602`
|
||||
// Minimum execution time: 11_203 nanoseconds.
|
||||
Weight::from_ref_time(13_352_816)
|
||||
// Minimum execution time: 12_270 nanoseconds.
|
||||
Weight::from_ref_time(14_537_982)
|
||||
.saturating_add(Weight::from_proof_size(12602))
|
||||
// Standard Error: 582
|
||||
.saturating_add(Weight::from_ref_time(16_080).saturating_mul(s.into()))
|
||||
// Standard Error: 636
|
||||
.saturating_add(Weight::from_ref_time(17_033).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -324,11 +322,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `702 + s * (35 ±0)`
|
||||
// Estimated: `18335`
|
||||
// Minimum execution time: 26_415 nanoseconds.
|
||||
Weight::from_ref_time(30_414_158)
|
||||
// Minimum execution time: 29_575 nanoseconds.
|
||||
Weight::from_ref_time(32_700_041)
|
||||
.saturating_add(Weight::from_proof_size(18335))
|
||||
// Standard Error: 1_304
|
||||
.saturating_add(Weight::from_ref_time(48_499).saturating_mul(s.into()))
|
||||
// Standard Error: 1_036
|
||||
.saturating_add(Weight::from_ref_time(47_756).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -341,11 +339,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `628 + s * (37 ±0)`
|
||||
// Estimated: `8322`
|
||||
// Minimum execution time: 18_109 nanoseconds.
|
||||
Weight::from_ref_time(20_718_865)
|
||||
// Minimum execution time: 19_365 nanoseconds.
|
||||
Weight::from_ref_time(22_147_406)
|
||||
.saturating_add(Weight::from_proof_size(8322))
|
||||
// Standard Error: 1_000
|
||||
.saturating_add(Weight::from_ref_time(59_385).saturating_mul(s.into()))
|
||||
// Standard Error: 1_052
|
||||
.saturating_add(Weight::from_ref_time(55_393).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `pallet_im_online`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -62,17 +62,17 @@ impl<T: frame_system::Config> pallet_im_online::WeightInfo for WeightInfo<T> {
|
||||
fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `458 + k * (32 ±0)`
|
||||
// Estimated: `10348843 + e * (25 ±0) + k * (96 ±0)`
|
||||
// Minimum execution time: 90_362 nanoseconds.
|
||||
Weight::from_ref_time(74_312_496)
|
||||
// Estimated: `10348843 + k * (96 ±0) + e * (25 ±0)`
|
||||
// Minimum execution time: 93_589 nanoseconds.
|
||||
Weight::from_ref_time(71_584_319)
|
||||
.saturating_add(Weight::from_proof_size(10348843))
|
||||
// Standard Error: 346
|
||||
.saturating_add(Weight::from_ref_time(23_681).saturating_mul(k.into()))
|
||||
// Standard Error: 3_496
|
||||
.saturating_add(Weight::from_ref_time(310_557).saturating_mul(e.into()))
|
||||
// Standard Error: 308
|
||||
.saturating_add(Weight::from_ref_time(25_613).saturating_mul(k.into()))
|
||||
// Standard Error: 3_106
|
||||
.saturating_add(Weight::from_ref_time(419_344).saturating_mul(e.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
.saturating_add(Weight::from_proof_size(25).saturating_mul(e.into()))
|
||||
.saturating_add(Weight::from_proof_size(96).saturating_mul(k.into()))
|
||||
.saturating_add(Weight::from_proof_size(25).saturating_mul(e.into()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `pallet_indices`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -51,8 +51,8 @@ impl<T: frame_system::Config> pallet_indices::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `142`
|
||||
// Estimated: `2544`
|
||||
// Minimum execution time: 17_955 nanoseconds.
|
||||
Weight::from_ref_time(18_262_000)
|
||||
// Minimum execution time: 19_681 nanoseconds.
|
||||
Weight::from_ref_time(20_040_000)
|
||||
.saturating_add(Weight::from_proof_size(2544))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -65,8 +65,8 @@ impl<T: frame_system::Config> pallet_indices::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `405`
|
||||
// Estimated: `5147`
|
||||
// Minimum execution time: 23_690 nanoseconds.
|
||||
Weight::from_ref_time(24_058_000)
|
||||
// Minimum execution time: 25_976 nanoseconds.
|
||||
Weight::from_ref_time(26_421_000)
|
||||
.saturating_add(Weight::from_proof_size(5147))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -77,8 +77,8 @@ impl<T: frame_system::Config> pallet_indices::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `270`
|
||||
// Estimated: `2544`
|
||||
// Minimum execution time: 19_452 nanoseconds.
|
||||
Weight::from_ref_time(19_649_000)
|
||||
// Minimum execution time: 20_821 nanoseconds.
|
||||
Weight::from_ref_time(21_357_000)
|
||||
.saturating_add(Weight::from_proof_size(2544))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -91,8 +91,8 @@ impl<T: frame_system::Config> pallet_indices::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `405`
|
||||
// Estimated: `5147`
|
||||
// Minimum execution time: 22_612 nanoseconds.
|
||||
Weight::from_ref_time(23_037_000)
|
||||
// Minimum execution time: 24_303 nanoseconds.
|
||||
Weight::from_ref_time(24_872_000)
|
||||
.saturating_add(Weight::from_proof_size(5147))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -103,8 +103,8 @@ impl<T: frame_system::Config> pallet_indices::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `270`
|
||||
// Estimated: `2544`
|
||||
// Minimum execution time: 21_868 nanoseconds.
|
||||
Weight::from_ref_time(23_092_000)
|
||||
// Minimum execution time: 23_017 nanoseconds.
|
||||
Weight::from_ref_time(23_367_000)
|
||||
.saturating_add(Weight::from_proof_size(2544))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `pallet_membership`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -58,11 +58,11 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `204 + m * (64 ±0)`
|
||||
// Estimated: `4801 + m * (192 ±0)`
|
||||
// Minimum execution time: 16_090 nanoseconds.
|
||||
Weight::from_ref_time(17_059_461)
|
||||
// Minimum execution time: 17_716 nanoseconds.
|
||||
Weight::from_ref_time(18_300_855)
|
||||
.saturating_add(Weight::from_proof_size(4801))
|
||||
// Standard Error: 455
|
||||
.saturating_add(Weight::from_ref_time(37_850).saturating_mul(m.into()))
|
||||
// Standard Error: 707
|
||||
.saturating_add(Weight::from_ref_time(35_646).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_proof_size(192).saturating_mul(m.into()))
|
||||
@@ -82,11 +82,11 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `308 + m * (64 ±0)`
|
||||
// Estimated: `5640 + m * (192 ±0)`
|
||||
// Minimum execution time: 19_056 nanoseconds.
|
||||
Weight::from_ref_time(19_552_391)
|
||||
// Minimum execution time: 20_396 nanoseconds.
|
||||
Weight::from_ref_time(21_358_869)
|
||||
.saturating_add(Weight::from_proof_size(5640))
|
||||
// Standard Error: 444
|
||||
.saturating_add(Weight::from_ref_time(33_461).saturating_mul(m.into()))
|
||||
// Standard Error: 509
|
||||
.saturating_add(Weight::from_ref_time(29_287).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_proof_size(192).saturating_mul(m.into()))
|
||||
@@ -106,11 +106,11 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `308 + m * (64 ±0)`
|
||||
// Estimated: `5640 + m * (192 ±0)`
|
||||
// Minimum execution time: 18_985 nanoseconds.
|
||||
Weight::from_ref_time(19_687_632)
|
||||
// Minimum execution time: 20_656 nanoseconds.
|
||||
Weight::from_ref_time(21_504_328)
|
||||
.saturating_add(Weight::from_proof_size(5640))
|
||||
// Standard Error: 494
|
||||
.saturating_add(Weight::from_ref_time(49_503).saturating_mul(m.into()))
|
||||
// Standard Error: 572
|
||||
.saturating_add(Weight::from_ref_time(42_506).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_proof_size(192).saturating_mul(m.into()))
|
||||
@@ -130,11 +130,11 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `308 + m * (64 ±0)`
|
||||
// Estimated: `5640 + m * (192 ±0)`
|
||||
// Minimum execution time: 17_991 nanoseconds.
|
||||
Weight::from_ref_time(19_446_757)
|
||||
// Minimum execution time: 19_471 nanoseconds.
|
||||
Weight::from_ref_time(21_360_585)
|
||||
.saturating_add(Weight::from_proof_size(5640))
|
||||
// Standard Error: 825
|
||||
.saturating_add(Weight::from_ref_time(162_485).saturating_mul(m.into()))
|
||||
// Standard Error: 798
|
||||
.saturating_add(Weight::from_ref_time(161_383).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_proof_size(192).saturating_mul(m.into()))
|
||||
@@ -154,11 +154,11 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `308 + m * (64 ±0)`
|
||||
// Estimated: `5640 + m * (192 ±0)`
|
||||
// Minimum execution time: 19_453 nanoseconds.
|
||||
Weight::from_ref_time(20_134_267)
|
||||
// Minimum execution time: 20_622 nanoseconds.
|
||||
Weight::from_ref_time(21_759_987)
|
||||
.saturating_add(Weight::from_proof_size(5640))
|
||||
// Standard Error: 552
|
||||
.saturating_add(Weight::from_ref_time(47_143).saturating_mul(m.into()))
|
||||
// Standard Error: 590
|
||||
.saturating_add(Weight::from_ref_time(44_407).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
.saturating_add(Weight::from_proof_size(192).saturating_mul(m.into()))
|
||||
@@ -174,11 +174,11 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `64 + m * (32 ±0)`
|
||||
// Estimated: `3761 + m * (32 ±0)`
|
||||
// Minimum execution time: 7_625 nanoseconds.
|
||||
Weight::from_ref_time(8_037_114)
|
||||
// Minimum execution time: 8_420 nanoseconds.
|
||||
Weight::from_ref_time(8_746_448)
|
||||
.saturating_add(Weight::from_proof_size(3761))
|
||||
// Standard Error: 199
|
||||
.saturating_add(Weight::from_ref_time(10_858).saturating_mul(m.into()))
|
||||
// Standard Error: 217
|
||||
.saturating_add(Weight::from_ref_time(10_729).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
.saturating_add(Weight::from_proof_size(32).saturating_mul(m.into()))
|
||||
@@ -192,11 +192,11 @@ impl<T: frame_system::Config> pallet_membership::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 3_149 nanoseconds.
|
||||
Weight::from_ref_time(3_321_517)
|
||||
// Minimum execution time: 3_370 nanoseconds.
|
||||
Weight::from_ref_time(3_616_384)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
// Standard Error: 77
|
||||
.saturating_add(Weight::from_ref_time(832).saturating_mul(m.into()))
|
||||
// Standard Error: 82
|
||||
.saturating_add(Weight::from_ref_time(869).saturating_mul(m.into()))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `pallet_multisig`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -50,11 +50,11 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 11_954 nanoseconds.
|
||||
Weight::from_ref_time(12_356_423)
|
||||
// Minimum execution time: 12_159 nanoseconds.
|
||||
Weight::from_ref_time(12_743_877)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_ref_time(545).saturating_mul(z.into()))
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_ref_time(487).saturating_mul(z.into()))
|
||||
}
|
||||
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||
/// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen)
|
||||
@@ -64,13 +64,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `244 + s * (2 ±0)`
|
||||
// Estimated: `5821`
|
||||
// Minimum execution time: 33_155 nanoseconds.
|
||||
Weight::from_ref_time(27_412_722)
|
||||
// Minimum execution time: 35_591 nanoseconds.
|
||||
Weight::from_ref_time(29_818_741)
|
||||
.saturating_add(Weight::from_proof_size(5821))
|
||||
// Standard Error: 567
|
||||
.saturating_add(Weight::from_ref_time(68_014).saturating_mul(s.into()))
|
||||
// Standard Error: 547
|
||||
.saturating_add(Weight::from_ref_time(65_531).saturating_mul(s.into()))
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_ref_time(1_542).saturating_mul(z.into()))
|
||||
.saturating_add(Weight::from_ref_time(1_496).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -82,13 +82,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `242`
|
||||
// Estimated: `5821`
|
||||
// Minimum execution time: 25_675 nanoseconds.
|
||||
Weight::from_ref_time(19_465_181)
|
||||
// Minimum execution time: 26_213 nanoseconds.
|
||||
Weight::from_ref_time(20_375_068)
|
||||
.saturating_add(Weight::from_proof_size(5821))
|
||||
// Standard Error: 462
|
||||
.saturating_add(Weight::from_ref_time(71_417).saturating_mul(s.into()))
|
||||
// Standard Error: 451
|
||||
.saturating_add(Weight::from_ref_time(65_039).saturating_mul(s.into()))
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_ref_time(1_497).saturating_mul(z.into()))
|
||||
.saturating_add(Weight::from_ref_time(1_462).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -102,13 +102,13 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `380 + s * (33 ±0)`
|
||||
// Estimated: `8424`
|
||||
// Minimum execution time: 38_864 nanoseconds.
|
||||
Weight::from_ref_time(31_068_973)
|
||||
// Minimum execution time: 40_154 nanoseconds.
|
||||
Weight::from_ref_time(32_557_959)
|
||||
.saturating_add(Weight::from_proof_size(8424))
|
||||
// Standard Error: 377
|
||||
.saturating_add(Weight::from_ref_time(84_568).saturating_mul(s.into()))
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_ref_time(1_569).saturating_mul(z.into()))
|
||||
// Standard Error: 436
|
||||
.saturating_add(Weight::from_ref_time(83_464).saturating_mul(s.into()))
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_ref_time(1_534).saturating_mul(z.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -119,11 +119,11 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `251 + s * (2 ±0)`
|
||||
// Estimated: `5821`
|
||||
// Minimum execution time: 24_468 nanoseconds.
|
||||
Weight::from_ref_time(25_268_813)
|
||||
// Minimum execution time: 26_917 nanoseconds.
|
||||
Weight::from_ref_time(27_722_105)
|
||||
.saturating_add(Weight::from_proof_size(5821))
|
||||
// Standard Error: 551
|
||||
.saturating_add(Weight::from_ref_time(76_622).saturating_mul(s.into()))
|
||||
// Standard Error: 608
|
||||
.saturating_add(Weight::from_ref_time(72_968).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -134,11 +134,11 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `242`
|
||||
// Estimated: `5821`
|
||||
// Minimum execution time: 16_489 nanoseconds.
|
||||
Weight::from_ref_time(17_200_447)
|
||||
// Minimum execution time: 17_795 nanoseconds.
|
||||
Weight::from_ref_time(18_071_255)
|
||||
.saturating_add(Weight::from_proof_size(5821))
|
||||
// Standard Error: 592
|
||||
.saturating_add(Weight::from_ref_time(70_276).saturating_mul(s.into()))
|
||||
// Standard Error: 468
|
||||
.saturating_add(Weight::from_ref_time(71_217).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -149,11 +149,11 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `446 + s * (1 ±0)`
|
||||
// Estimated: `5821`
|
||||
// Minimum execution time: 25_945 nanoseconds.
|
||||
Weight::from_ref_time(26_519_398)
|
||||
// Minimum execution time: 27_986 nanoseconds.
|
||||
Weight::from_ref_time(28_751_681)
|
||||
.saturating_add(Weight::from_proof_size(5821))
|
||||
// Standard Error: 593
|
||||
.saturating_add(Weight::from_ref_time(75_038).saturating_mul(s.into()))
|
||||
// Standard Error: 535
|
||||
.saturating_add(Weight::from_ref_time(68_018).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `pallet_nis`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -56,11 +56,11 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `6278 + l * (48 ±0)`
|
||||
// Estimated: `60718`
|
||||
// Minimum execution time: 26_651 nanoseconds.
|
||||
Weight::from_ref_time(28_993_951)
|
||||
// Minimum execution time: 29_565 nanoseconds.
|
||||
Weight::from_ref_time(30_915_591)
|
||||
.saturating_add(Weight::from_proof_size(60718))
|
||||
// Standard Error: 675
|
||||
.saturating_add(Weight::from_ref_time(80_545).saturating_mul(l.into()))
|
||||
// Standard Error: 715
|
||||
.saturating_add(Weight::from_ref_time(71_605).saturating_mul(l.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -74,8 +74,8 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `54280`
|
||||
// Estimated: `60718`
|
||||
// Minimum execution time: 103_774 nanoseconds.
|
||||
Weight::from_ref_time(105_111_000)
|
||||
// Minimum execution time: 104_481 nanoseconds.
|
||||
Weight::from_ref_time(105_287_000)
|
||||
.saturating_add(Weight::from_proof_size(60718))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
@@ -91,11 +91,11 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `6278 + l * (48 ±0)`
|
||||
// Estimated: `60718`
|
||||
// Minimum execution time: 34_113 nanoseconds.
|
||||
Weight::from_ref_time(30_119_340)
|
||||
// Minimum execution time: 36_171 nanoseconds.
|
||||
Weight::from_ref_time(31_323_217)
|
||||
.saturating_add(Weight::from_proof_size(60718))
|
||||
// Standard Error: 672
|
||||
.saturating_add(Weight::from_ref_time(61_739).saturating_mul(l.into()))
|
||||
// Standard Error: 704
|
||||
.saturating_add(Weight::from_ref_time(60_030).saturating_mul(l.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -107,8 +107,8 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `256`
|
||||
// Estimated: `3138`
|
||||
// Minimum execution time: 31_298 nanoseconds.
|
||||
Weight::from_ref_time(31_769_000)
|
||||
// Minimum execution time: 33_447 nanoseconds.
|
||||
Weight::from_ref_time(34_002_000)
|
||||
.saturating_add(Weight::from_proof_size(3138))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -125,8 +125,8 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `456`
|
||||
// Estimated: `9418`
|
||||
// Minimum execution time: 42_385 nanoseconds.
|
||||
Weight::from_ref_time(42_901_000)
|
||||
// Minimum execution time: 47_531 nanoseconds.
|
||||
Weight::from_ref_time(48_091_000)
|
||||
.saturating_add(Weight::from_proof_size(9418))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
@@ -145,8 +145,8 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `698`
|
||||
// Estimated: `8792`
|
||||
// Minimum execution time: 59_372 nanoseconds.
|
||||
Weight::from_ref_time(59_992_000)
|
||||
// Minimum execution time: 65_201 nanoseconds.
|
||||
Weight::from_ref_time(65_632_000)
|
||||
.saturating_add(Weight::from_proof_size(8792))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
@@ -167,8 +167,8 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `759`
|
||||
// Estimated: `12516`
|
||||
// Minimum execution time: 66_981 nanoseconds.
|
||||
Weight::from_ref_time(67_647_000)
|
||||
// Minimum execution time: 73_950 nanoseconds.
|
||||
Weight::from_ref_time(74_676_000)
|
||||
.saturating_add(Weight::from_proof_size(12516))
|
||||
.saturating_add(T::DbWeight::get().reads(6))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
@@ -189,8 +189,8 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `538`
|
||||
// Estimated: `12516`
|
||||
// Minimum execution time: 60_920 nanoseconds.
|
||||
Weight::from_ref_time(61_706_000)
|
||||
// Minimum execution time: 65_825 nanoseconds.
|
||||
Weight::from_ref_time(66_547_000)
|
||||
.saturating_add(Weight::from_proof_size(12516))
|
||||
.saturating_add(T::DbWeight::get().reads(6))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
@@ -205,8 +205,8 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `6689`
|
||||
// Estimated: `9635`
|
||||
// Minimum execution time: 21_884 nanoseconds.
|
||||
Weight::from_ref_time(22_308_000)
|
||||
// Minimum execution time: 22_192 nanoseconds.
|
||||
Weight::from_ref_time(22_520_000)
|
||||
.saturating_add(Weight::from_proof_size(9635))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -217,8 +217,8 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `76`
|
||||
// Estimated: `50497`
|
||||
// Minimum execution time: 4_646 nanoseconds.
|
||||
Weight::from_ref_time(4_812_000)
|
||||
// Minimum execution time: 4_977 nanoseconds.
|
||||
Weight::from_ref_time(5_119_000)
|
||||
.saturating_add(Weight::from_proof_size(50497))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -229,8 +229,8 @@ impl<T: frame_system::Config> pallet_nis::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 6_183 nanoseconds.
|
||||
Weight::from_ref_time(6_420_000)
|
||||
// Minimum execution time: 6_689 nanoseconds.
|
||||
Weight::from_ref_time(6_916_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `pallet_preimage`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -54,11 +54,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `247`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 24_126 nanoseconds.
|
||||
Weight::from_ref_time(24_440_000)
|
||||
// Minimum execution time: 26_442 nanoseconds.
|
||||
Weight::from_ref_time(26_812_000)
|
||||
.saturating_add(Weight::from_proof_size(2566))
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_ref_time(2_334).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_ref_time(2_281).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -71,11 +71,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `178`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 15_804 nanoseconds.
|
||||
Weight::from_ref_time(16_153_000)
|
||||
// Minimum execution time: 17_693 nanoseconds.
|
||||
Weight::from_ref_time(17_769_000)
|
||||
.saturating_add(Weight::from_proof_size(2566))
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_ref_time(2_326).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_ref_time(2_281).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -88,11 +88,11 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `178`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 14_982 nanoseconds.
|
||||
Weight::from_ref_time(15_223_000)
|
||||
// Minimum execution time: 16_501 nanoseconds.
|
||||
Weight::from_ref_time(16_663_000)
|
||||
.saturating_add(Weight::from_proof_size(2566))
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_ref_time(2_328).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_ref_time(2_278).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -104,8 +104,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `425`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 31_529 nanoseconds.
|
||||
Weight::from_ref_time(32_749_000)
|
||||
// Minimum execution time: 33_371 nanoseconds.
|
||||
Weight::from_ref_time(35_412_000)
|
||||
.saturating_add(Weight::from_proof_size(2566))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -118,8 +118,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `216`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 21_379 nanoseconds.
|
||||
Weight::from_ref_time(22_759_000)
|
||||
// Minimum execution time: 23_195 nanoseconds.
|
||||
Weight::from_ref_time(24_218_000)
|
||||
.saturating_add(Weight::from_proof_size(2566))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -130,8 +130,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `292`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 18_806 nanoseconds.
|
||||
Weight::from_ref_time(19_596_000)
|
||||
// Minimum execution time: 19_495 nanoseconds.
|
||||
Weight::from_ref_time(20_799_000)
|
||||
.saturating_add(Weight::from_proof_size(2566))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -142,8 +142,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `216`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 12_277 nanoseconds.
|
||||
Weight::from_ref_time(12_986_000)
|
||||
// Minimum execution time: 12_702 nanoseconds.
|
||||
Weight::from_ref_time(13_425_000)
|
||||
.saturating_add(Weight::from_proof_size(2566))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -154,8 +154,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `114`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 13_177 nanoseconds.
|
||||
Weight::from_ref_time(14_002_000)
|
||||
// Minimum execution time: 14_501 nanoseconds.
|
||||
Weight::from_ref_time(15_026_000)
|
||||
.saturating_add(Weight::from_proof_size(2566))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -166,8 +166,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `178`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 8_583 nanoseconds.
|
||||
Weight::from_ref_time(8_971_000)
|
||||
// Minimum execution time: 9_175 nanoseconds.
|
||||
Weight::from_ref_time(9_576_000)
|
||||
.saturating_add(Weight::from_proof_size(2566))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -180,8 +180,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `216`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 19_548 nanoseconds.
|
||||
Weight::from_ref_time(20_979_000)
|
||||
// Minimum execution time: 20_819 nanoseconds.
|
||||
Weight::from_ref_time(22_920_000)
|
||||
.saturating_add(Weight::from_proof_size(2566))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -192,8 +192,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `178`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 8_336 nanoseconds.
|
||||
Weight::from_ref_time(8_547_000)
|
||||
// Minimum execution time: 8_868 nanoseconds.
|
||||
Weight::from_ref_time(9_307_000)
|
||||
.saturating_add(Weight::from_proof_size(2566))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -204,8 +204,8 @@ impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `178`
|
||||
// Estimated: `2566`
|
||||
// Minimum execution time: 8_489 nanoseconds.
|
||||
Weight::from_ref_time(8_881_000)
|
||||
// Minimum execution time: 9_208 nanoseconds.
|
||||
Weight::from_ref_time(9_607_000)
|
||||
.saturating_add(Weight::from_proof_size(2566))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `pallet_proxy`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -52,11 +52,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `259 + p * (37 ±0)`
|
||||
// Estimated: `3716`
|
||||
// Minimum execution time: 13_961 nanoseconds.
|
||||
Weight::from_ref_time(14_521_977)
|
||||
// Minimum execution time: 15_018 nanoseconds.
|
||||
Weight::from_ref_time(16_186_045)
|
||||
.saturating_add(Weight::from_proof_size(3716))
|
||||
// Standard Error: 1_117
|
||||
.saturating_add(Weight::from_ref_time(39_900).saturating_mul(p.into()))
|
||||
// Standard Error: 2_214
|
||||
.saturating_add(Weight::from_ref_time(14_972).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
}
|
||||
/// Storage: Proxy Proxies (r:1 w:0)
|
||||
@@ -71,13 +71,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `650 + a * (68 ±0) + p * (37 ±0)`
|
||||
// Estimated: `11027`
|
||||
// Minimum execution time: 31_905 nanoseconds.
|
||||
Weight::from_ref_time(31_732_246)
|
||||
// Minimum execution time: 33_456 nanoseconds.
|
||||
Weight::from_ref_time(34_242_157)
|
||||
.saturating_add(Weight::from_proof_size(11027))
|
||||
// Standard Error: 1_694
|
||||
.saturating_add(Weight::from_ref_time(119_106).saturating_mul(a.into()))
|
||||
// Standard Error: 1_751
|
||||
.saturating_add(Weight::from_ref_time(39_749).saturating_mul(p.into()))
|
||||
// Standard Error: 1_652
|
||||
.saturating_add(Weight::from_ref_time(147_990).saturating_mul(a.into()))
|
||||
// Standard Error: 1_707
|
||||
.saturating_add(Weight::from_ref_time(21_908).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -91,11 +91,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `533 + a * (68 ±0)`
|
||||
// Estimated: `7311`
|
||||
// Minimum execution time: 19_120 nanoseconds.
|
||||
Weight::from_ref_time(20_385_408)
|
||||
// Minimum execution time: 20_842 nanoseconds.
|
||||
Weight::from_ref_time(22_436_884)
|
||||
.saturating_add(Weight::from_proof_size(7311))
|
||||
// Standard Error: 1_375
|
||||
.saturating_add(Weight::from_ref_time(124_212).saturating_mul(a.into()))
|
||||
// Standard Error: 1_298
|
||||
.saturating_add(Weight::from_ref_time(140_488).saturating_mul(a.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -109,11 +109,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `533 + a * (68 ±0)`
|
||||
// Estimated: `7311`
|
||||
// Minimum execution time: 19_146 nanoseconds.
|
||||
Weight::from_ref_time(20_349_264)
|
||||
// Minimum execution time: 21_073 nanoseconds.
|
||||
Weight::from_ref_time(22_251_973)
|
||||
.saturating_add(Weight::from_proof_size(7311))
|
||||
// Standard Error: 1_369
|
||||
.saturating_add(Weight::from_ref_time(120_544).saturating_mul(a.into()))
|
||||
// Standard Error: 1_325
|
||||
.saturating_add(Weight::from_ref_time(138_590).saturating_mul(a.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -129,13 +129,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `582 + a * (68 ±0) + p * (37 ±0)`
|
||||
// Estimated: `11027`
|
||||
// Minimum execution time: 26_894 nanoseconds.
|
||||
Weight::from_ref_time(28_182_107)
|
||||
// Minimum execution time: 30_176 nanoseconds.
|
||||
Weight::from_ref_time(31_340_606)
|
||||
.saturating_add(Weight::from_proof_size(11027))
|
||||
// Standard Error: 1_783
|
||||
.saturating_add(Weight::from_ref_time(117_371).saturating_mul(a.into()))
|
||||
// Standard Error: 1_843
|
||||
.saturating_add(Weight::from_ref_time(29_985).saturating_mul(p.into()))
|
||||
// Standard Error: 1_713
|
||||
.saturating_add(Weight::from_ref_time(130_710).saturating_mul(a.into()))
|
||||
// Standard Error: 1_770
|
||||
.saturating_add(Weight::from_ref_time(20_337).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -146,11 +146,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `259 + p * (37 ±0)`
|
||||
// Estimated: `3716`
|
||||
// Minimum execution time: 19_955 nanoseconds.
|
||||
Weight::from_ref_time(20_990_396)
|
||||
// Minimum execution time: 22_465 nanoseconds.
|
||||
Weight::from_ref_time(23_290_906)
|
||||
.saturating_add(Weight::from_proof_size(3716))
|
||||
// Standard Error: 1_683
|
||||
.saturating_add(Weight::from_ref_time(59_405).saturating_mul(p.into()))
|
||||
// Standard Error: 3_041
|
||||
.saturating_add(Weight::from_ref_time(61_583).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -161,11 +161,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `259 + p * (37 ±0)`
|
||||
// Estimated: `3716`
|
||||
// Minimum execution time: 19_687 nanoseconds.
|
||||
Weight::from_ref_time(20_716_246)
|
||||
// Minimum execution time: 21_907 nanoseconds.
|
||||
Weight::from_ref_time(23_048_103)
|
||||
.saturating_add(Weight::from_proof_size(3716))
|
||||
// Standard Error: 1_590
|
||||
.saturating_add(Weight::from_ref_time(65_700).saturating_mul(p.into()))
|
||||
// Standard Error: 1_896
|
||||
.saturating_add(Weight::from_ref_time(60_094).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -176,11 +176,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `259 + p * (37 ±0)`
|
||||
// Estimated: `3716`
|
||||
// Minimum execution time: 15_862 nanoseconds.
|
||||
Weight::from_ref_time(16_513_068)
|
||||
// Minimum execution time: 17_731 nanoseconds.
|
||||
Weight::from_ref_time(18_311_553)
|
||||
.saturating_add(Weight::from_proof_size(3716))
|
||||
// Standard Error: 1_275
|
||||
.saturating_add(Weight::from_ref_time(32_574).saturating_mul(p.into()))
|
||||
// Standard Error: 1_096
|
||||
.saturating_add(Weight::from_ref_time(30_316).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -191,11 +191,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `239`
|
||||
// Estimated: `3716`
|
||||
// Minimum execution time: 21_627 nanoseconds.
|
||||
Weight::from_ref_time(22_580_683)
|
||||
// Minimum execution time: 23_918 nanoseconds.
|
||||
Weight::from_ref_time(24_700_236)
|
||||
.saturating_add(Weight::from_proof_size(3716))
|
||||
// Standard Error: 1_277
|
||||
.saturating_add(Weight::from_ref_time(4_258).saturating_mul(p.into()))
|
||||
// Standard Error: 1_421
|
||||
.saturating_add(Weight::from_ref_time(12_058).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -206,11 +206,11 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `296 + p * (37 ±0)`
|
||||
// Estimated: `3716`
|
||||
// Minimum execution time: 17_024 nanoseconds.
|
||||
Weight::from_ref_time(17_777_391)
|
||||
// Minimum execution time: 18_502 nanoseconds.
|
||||
Weight::from_ref_time(19_381_694)
|
||||
.saturating_add(Weight::from_proof_size(3716))
|
||||
// Standard Error: 1_104
|
||||
.saturating_add(Weight::from_ref_time(36_818).saturating_mul(p.into()))
|
||||
// Standard Error: 2_022
|
||||
.saturating_add(Weight::from_ref_time(30_729).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `pallet_scheduler`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -51,8 +51,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `69`
|
||||
// Estimated: `499`
|
||||
// Minimum execution time: 4_764 nanoseconds.
|
||||
Weight::from_ref_time(4_951_000)
|
||||
// Minimum execution time: 4_788 nanoseconds.
|
||||
Weight::from_ref_time(4_943_000)
|
||||
.saturating_add(Weight::from_proof_size(499))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -64,11 +64,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `148 + s * (177 ±0)`
|
||||
// Estimated: `41438`
|
||||
// Minimum execution time: 4_280 nanoseconds.
|
||||
Weight::from_ref_time(7_209_195)
|
||||
// Minimum execution time: 4_439 nanoseconds.
|
||||
Weight::from_ref_time(7_706_950)
|
||||
.saturating_add(Weight::from_proof_size(41438))
|
||||
// Standard Error: 2_248
|
||||
.saturating_add(Weight::from_ref_time(905_928).saturating_mul(s.into()))
|
||||
// Standard Error: 2_091
|
||||
.saturating_add(Weight::from_ref_time(753_077).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -76,8 +76,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 5_526 nanoseconds.
|
||||
Weight::from_ref_time(5_786_000)
|
||||
// Minimum execution time: 5_753 nanoseconds.
|
||||
Weight::from_ref_time(5_907_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
}
|
||||
/// Storage: Preimage PreimageFor (r:1 w:1)
|
||||
@@ -89,11 +89,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `283 + s * (1 ±0)`
|
||||
// Estimated: `5324 + s * (1 ±0)`
|
||||
// Minimum execution time: 18_976 nanoseconds.
|
||||
Weight::from_ref_time(19_177_000)
|
||||
// Minimum execution time: 20_618 nanoseconds.
|
||||
Weight::from_ref_time(21_082_000)
|
||||
.saturating_add(Weight::from_proof_size(5324))
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_ref_time(1_169).saturating_mul(s.into()))
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_ref_time(1_168).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
.saturating_add(Weight::from_proof_size(1).saturating_mul(s.into()))
|
||||
@@ -104,8 +104,8 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 6_826 nanoseconds.
|
||||
Weight::from_ref_time(7_001_000)
|
||||
// Minimum execution time: 7_052 nanoseconds.
|
||||
Weight::from_ref_time(7_344_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -113,24 +113,24 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 5_554 nanoseconds.
|
||||
Weight::from_ref_time(5_754_000)
|
||||
// Minimum execution time: 5_445 nanoseconds.
|
||||
Weight::from_ref_time(5_751_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
}
|
||||
fn execute_dispatch_signed() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_382 nanoseconds.
|
||||
Weight::from_ref_time(2_475_000)
|
||||
// Minimum execution time: 2_522 nanoseconds.
|
||||
Weight::from_ref_time(2_634_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
}
|
||||
fn execute_dispatch_unsigned() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_402 nanoseconds.
|
||||
Weight::from_ref_time(2_533_000)
|
||||
// Minimum execution time: 2_470 nanoseconds.
|
||||
Weight::from_ref_time(2_562_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
}
|
||||
/// Storage: Scheduler Agenda (r:1 w:1)
|
||||
@@ -140,11 +140,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `148 + s * (177 ±0)`
|
||||
// Estimated: `41438`
|
||||
// Minimum execution time: 13_703 nanoseconds.
|
||||
Weight::from_ref_time(16_346_086)
|
||||
// Minimum execution time: 14_699 nanoseconds.
|
||||
Weight::from_ref_time(17_608_774)
|
||||
.saturating_add(Weight::from_proof_size(41438))
|
||||
// Standard Error: 1_988
|
||||
.saturating_add(Weight::from_ref_time(907_672).saturating_mul(s.into()))
|
||||
// Standard Error: 1_963
|
||||
.saturating_add(Weight::from_ref_time(748_209).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -157,11 +157,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `148 + s * (177 ±0)`
|
||||
// Estimated: `41438`
|
||||
// Minimum execution time: 17_812 nanoseconds.
|
||||
Weight::from_ref_time(17_048_848)
|
||||
// Minimum execution time: 18_682 nanoseconds.
|
||||
Weight::from_ref_time(18_694_523)
|
||||
.saturating_add(Weight::from_proof_size(41438))
|
||||
// Standard Error: 2_239
|
||||
.saturating_add(Weight::from_ref_time(1_617_551).saturating_mul(s.into()))
|
||||
// Standard Error: 2_329
|
||||
.saturating_add(Weight::from_ref_time(1_320_933).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -174,11 +174,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `325 + s * (185 ±0)`
|
||||
// Estimated: `43961`
|
||||
// Minimum execution time: 16_499 nanoseconds.
|
||||
Weight::from_ref_time(20_270_755)
|
||||
// Minimum execution time: 17_456 nanoseconds.
|
||||
Weight::from_ref_time(21_646_211)
|
||||
.saturating_add(Weight::from_proof_size(43961))
|
||||
// Standard Error: 2_748
|
||||
.saturating_add(Weight::from_ref_time(936_539).saturating_mul(s.into()))
|
||||
// Standard Error: 3_003
|
||||
.saturating_add(Weight::from_ref_time(775_665).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -191,11 +191,11 @@ impl<T: frame_system::Config> pallet_scheduler::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `351 + s * (185 ±0)`
|
||||
// Estimated: `43961`
|
||||
// Minimum execution time: 19_166 nanoseconds.
|
||||
Weight::from_ref_time(18_804_378)
|
||||
// Minimum execution time: 19_742 nanoseconds.
|
||||
Weight::from_ref_time(20_337_093)
|
||||
.saturating_add(Weight::from_proof_size(43961))
|
||||
// Standard Error: 2_712
|
||||
.saturating_add(Weight::from_ref_time(1_648_462).saturating_mul(s.into()))
|
||||
// Standard Error: 3_541
|
||||
.saturating_add(Weight::from_ref_time(1_363_379).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `pallet_timestamp`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -53,8 +53,8 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `345`
|
||||
// Estimated: `1006`
|
||||
// Minimum execution time: 9_427 nanoseconds.
|
||||
Weight::from_ref_time(9_794_000)
|
||||
// Minimum execution time: 10_142 nanoseconds.
|
||||
Weight::from_ref_time(10_663_000)
|
||||
.saturating_add(Weight::from_proof_size(1006))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -63,8 +63,8 @@ impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `128`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 4_505 nanoseconds.
|
||||
Weight::from_ref_time(4_792_000)
|
||||
// Minimum execution time: 4_724 nanoseconds.
|
||||
Weight::from_ref_time(4_840_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `pallet_tips`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -54,11 +54,11 @@ impl<T: frame_system::Config> pallet_tips::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4`
|
||||
// Estimated: `4958`
|
||||
// Minimum execution time: 21_346 nanoseconds.
|
||||
Weight::from_ref_time(22_419_409)
|
||||
// Minimum execution time: 23_543 nanoseconds.
|
||||
Weight::from_ref_time(24_747_811)
|
||||
.saturating_add(Weight::from_proof_size(4958))
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_ref_time(1_802).saturating_mul(r.into()))
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_ref_time(1_753).saturating_mul(r.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -70,8 +70,8 @@ impl<T: frame_system::Config> pallet_tips::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `253`
|
||||
// Estimated: `2981`
|
||||
// Minimum execution time: 21_124 nanoseconds.
|
||||
Weight::from_ref_time(21_611_000)
|
||||
// Minimum execution time: 22_745 nanoseconds.
|
||||
Weight::from_ref_time(23_211_000)
|
||||
.saturating_add(Weight::from_proof_size(2981))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -88,13 +88,13 @@ impl<T: frame_system::Config> pallet_tips::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `106 + t * (64 ±0)`
|
||||
// Estimated: `3288 + t * (192 ±0)`
|
||||
// Minimum execution time: 18_905 nanoseconds.
|
||||
Weight::from_ref_time(17_679_692)
|
||||
// Minimum execution time: 19_811 nanoseconds.
|
||||
Weight::from_ref_time(18_276_124)
|
||||
.saturating_add(Weight::from_proof_size(3288))
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_ref_time(1_687).saturating_mul(r.into()))
|
||||
// Standard Error: 5_551
|
||||
.saturating_add(Weight::from_ref_time(117_206).saturating_mul(t.into()))
|
||||
// Standard Error: 17
|
||||
.saturating_add(Weight::from_ref_time(1_688).saturating_mul(r.into()))
|
||||
// Standard Error: 15_727
|
||||
.saturating_add(Weight::from_ref_time(141_077).saturating_mul(t.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
.saturating_add(Weight::from_proof_size(192).saturating_mul(t.into()))
|
||||
@@ -108,11 +108,11 @@ impl<T: frame_system::Config> pallet_tips::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `359 + t * (112 ±0)`
|
||||
// Estimated: `3688 + t * (224 ±0)`
|
||||
// Minimum execution time: 14_034 nanoseconds.
|
||||
Weight::from_ref_time(14_659_563)
|
||||
// Minimum execution time: 14_950 nanoseconds.
|
||||
Weight::from_ref_time(15_548_168)
|
||||
.saturating_add(Weight::from_proof_size(3688))
|
||||
// Standard Error: 1_435
|
||||
.saturating_add(Weight::from_ref_time(137_685).saturating_mul(t.into()))
|
||||
// Standard Error: 1_508
|
||||
.saturating_add(Weight::from_ref_time(128_689).saturating_mul(t.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
.saturating_add(Weight::from_proof_size(224).saturating_mul(t.into()))
|
||||
@@ -130,11 +130,11 @@ impl<T: frame_system::Config> pallet_tips::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `398 + t * (112 ±0)`
|
||||
// Estimated: `6740 + t * (336 ±0)`
|
||||
// Minimum execution time: 39_378 nanoseconds.
|
||||
Weight::from_ref_time(40_903_902)
|
||||
// Minimum execution time: 42_790 nanoseconds.
|
||||
Weight::from_ref_time(44_540_138)
|
||||
.saturating_add(Weight::from_proof_size(6740))
|
||||
// Standard Error: 4_890
|
||||
.saturating_add(Weight::from_ref_time(127_148).saturating_mul(t.into()))
|
||||
// Standard Error: 5_351
|
||||
.saturating_add(Weight::from_ref_time(117_779).saturating_mul(t.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_proof_size(336).saturating_mul(t.into()))
|
||||
@@ -148,11 +148,11 @@ impl<T: frame_system::Config> pallet_tips::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `301`
|
||||
// Estimated: `3077`
|
||||
// Minimum execution time: 14_080 nanoseconds.
|
||||
Weight::from_ref_time(14_660_927)
|
||||
// Minimum execution time: 14_534 nanoseconds.
|
||||
Weight::from_ref_time(15_248_418)
|
||||
.saturating_add(Weight::from_proof_size(3077))
|
||||
// Standard Error: 1_257
|
||||
.saturating_add(Weight::from_ref_time(4_596).saturating_mul(t.into()))
|
||||
// Standard Error: 1_226
|
||||
.saturating_add(Weight::from_ref_time(16_164).saturating_mul(t.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `pallet_treasury`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -49,8 +49,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 227 nanoseconds.
|
||||
Weight::from_ref_time(240_000)
|
||||
// Minimum execution time: 242 nanoseconds.
|
||||
Weight::from_ref_time(254_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
}
|
||||
/// Storage: Treasury ProposalCount (r:1 w:1)
|
||||
@@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `139`
|
||||
// Estimated: `499`
|
||||
// Minimum execution time: 21_213 nanoseconds.
|
||||
Weight::from_ref_time(21_759_000)
|
||||
// Minimum execution time: 23_958 nanoseconds.
|
||||
Weight::from_ref_time(24_529_000)
|
||||
.saturating_add(Weight::from_proof_size(499))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -75,8 +75,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `329`
|
||||
// Estimated: `5186`
|
||||
// Minimum execution time: 31_471 nanoseconds.
|
||||
Weight::from_ref_time(32_666_000)
|
||||
// Minimum execution time: 35_366 nanoseconds.
|
||||
Weight::from_ref_time(35_746_000)
|
||||
.saturating_add(Weight::from_proof_size(5186))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -90,11 +90,11 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `464 + p * (8 ±0)`
|
||||
// Estimated: `3480`
|
||||
// Minimum execution time: 9_351 nanoseconds.
|
||||
Weight::from_ref_time(11_440_314)
|
||||
// Minimum execution time: 9_776 nanoseconds.
|
||||
Weight::from_ref_time(11_853_376)
|
||||
.saturating_add(Weight::from_proof_size(3480))
|
||||
// Standard Error: 800
|
||||
.saturating_add(Weight::from_ref_time(25_874).saturating_mul(p.into()))
|
||||
// Standard Error: 731
|
||||
.saturating_add(Weight::from_ref_time(24_013).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -104,8 +104,8 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `90`
|
||||
// Estimated: `897`
|
||||
// Minimum execution time: 6_975 nanoseconds.
|
||||
Weight::from_ref_time(7_191_000)
|
||||
// Minimum execution time: 7_367 nanoseconds.
|
||||
Weight::from_ref_time(7_568_000)
|
||||
.saturating_add(Weight::from_proof_size(897))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -127,11 +127,11 @@ impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `326 + p * (314 ±0)`
|
||||
// Estimated: `5419 + p * (7789 ±0)`
|
||||
// Minimum execution time: 53_749 nanoseconds.
|
||||
Weight::from_ref_time(58_420_767)
|
||||
// Minimum execution time: 59_810 nanoseconds.
|
||||
Weight::from_ref_time(62_031_885)
|
||||
.saturating_add(Weight::from_proof_size(5419))
|
||||
// Standard Error: 20_636
|
||||
.saturating_add(Weight::from_ref_time(28_515_184).saturating_mul(p.into()))
|
||||
// Standard Error: 22_913
|
||||
.saturating_add(Weight::from_ref_time(32_120_590).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `pallet_utility`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -50,18 +50,18 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 6_328 nanoseconds.
|
||||
Weight::from_ref_time(13_537_888)
|
||||
// Minimum execution time: 6_813 nanoseconds.
|
||||
Weight::from_ref_time(12_467_313)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
// Standard Error: 2_017
|
||||
.saturating_add(Weight::from_ref_time(4_382_647).saturating_mul(c.into()))
|
||||
// Standard Error: 4_411
|
||||
.saturating_add(Weight::from_ref_time(4_492_040).saturating_mul(c.into()))
|
||||
}
|
||||
fn as_derivative() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 4_374 nanoseconds.
|
||||
Weight::from_ref_time(4_526_000)
|
||||
// Minimum execution time: 4_943 nanoseconds.
|
||||
Weight::from_ref_time(5_130_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
@@ -69,18 +69,18 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 6_386 nanoseconds.
|
||||
Weight::from_ref_time(12_573_669)
|
||||
// Minimum execution time: 6_627 nanoseconds.
|
||||
Weight::from_ref_time(15_708_935)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
// Standard Error: 2_338
|
||||
.saturating_add(Weight::from_ref_time(4_605_788).saturating_mul(c.into()))
|
||||
// Standard Error: 3_588
|
||||
.saturating_add(Weight::from_ref_time(4_775_663).saturating_mul(c.into()))
|
||||
}
|
||||
fn dispatch_as() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 8_380 nanoseconds.
|
||||
Weight::from_ref_time(8_681_000)
|
||||
// Minimum execution time: 8_641 nanoseconds.
|
||||
Weight::from_ref_time(8_930_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
@@ -88,10 +88,10 @@ impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 6_340 nanoseconds.
|
||||
Weight::from_ref_time(11_475_235)
|
||||
// Minimum execution time: 6_797 nanoseconds.
|
||||
Weight::from_ref_time(11_600_399)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
// Standard Error: 4_641
|
||||
.saturating_add(Weight::from_ref_time(4_413_145).saturating_mul(c.into()))
|
||||
// Standard Error: 2_729
|
||||
.saturating_add(Weight::from_ref_time(4_503_235).saturating_mul(c.into()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -55,13 +55,13 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `339 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `7306`
|
||||
// Minimum execution time: 26_429 nanoseconds.
|
||||
Weight::from_ref_time(25_867_277)
|
||||
// Minimum execution time: 29_343 nanoseconds.
|
||||
Weight::from_ref_time(28_450_019)
|
||||
.saturating_add(Weight::from_proof_size(7306))
|
||||
// Standard Error: 1_281
|
||||
.saturating_add(Weight::from_ref_time(41_324).saturating_mul(l.into()))
|
||||
// Standard Error: 2_279
|
||||
.saturating_add(Weight::from_ref_time(51_826).saturating_mul(s.into()))
|
||||
// Standard Error: 809
|
||||
.saturating_add(Weight::from_ref_time(42_260).saturating_mul(l.into()))
|
||||
// Standard Error: 1_439
|
||||
.saturating_add(Weight::from_ref_time(67_582).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -75,13 +75,13 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `339 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `7306`
|
||||
// Minimum execution time: 25_715 nanoseconds.
|
||||
Weight::from_ref_time(24_829_164)
|
||||
// Minimum execution time: 28_514 nanoseconds.
|
||||
Weight::from_ref_time(28_172_301)
|
||||
.saturating_add(Weight::from_proof_size(7306))
|
||||
// Standard Error: 868
|
||||
.saturating_add(Weight::from_ref_time(40_310).saturating_mul(l.into()))
|
||||
// Standard Error: 1_544
|
||||
.saturating_add(Weight::from_ref_time(58_002).saturating_mul(s.into()))
|
||||
// Standard Error: 718
|
||||
.saturating_add(Weight::from_ref_time(33_507).saturating_mul(l.into()))
|
||||
// Standard Error: 1_278
|
||||
.saturating_add(Weight::from_ref_time(39_823).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -97,13 +97,13 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `474 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 28_817 nanoseconds.
|
||||
Weight::from_ref_time(27_720_923)
|
||||
// Minimum execution time: 31_925 nanoseconds.
|
||||
Weight::from_ref_time(30_972_009)
|
||||
.saturating_add(Weight::from_proof_size(9909))
|
||||
// Standard Error: 829
|
||||
.saturating_add(Weight::from_ref_time(46_675).saturating_mul(l.into()))
|
||||
// Standard Error: 1_475
|
||||
.saturating_add(Weight::from_ref_time(73_942).saturating_mul(s.into()))
|
||||
// Standard Error: 857
|
||||
.saturating_add(Weight::from_ref_time(43_811).saturating_mul(l.into()))
|
||||
// Standard Error: 1_525
|
||||
.saturating_add(Weight::from_ref_time(70_194).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -119,13 +119,13 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `474 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 28_287 nanoseconds.
|
||||
Weight::from_ref_time(27_753_422)
|
||||
// Minimum execution time: 30_704 nanoseconds.
|
||||
Weight::from_ref_time(31_074_902)
|
||||
.saturating_add(Weight::from_proof_size(9909))
|
||||
// Standard Error: 885
|
||||
.saturating_add(Weight::from_ref_time(37_298).saturating_mul(l.into()))
|
||||
// Standard Error: 1_574
|
||||
.saturating_add(Weight::from_ref_time(45_945).saturating_mul(s.into()))
|
||||
// Standard Error: 1_252
|
||||
.saturating_add(Weight::from_ref_time(32_974).saturating_mul(l.into()))
|
||||
// Standard Error: 2_229
|
||||
.saturating_add(Weight::from_ref_time(43_347).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -141,13 +141,13 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `545 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 41_278 nanoseconds.
|
||||
Weight::from_ref_time(41_638_725)
|
||||
// Minimum execution time: 46_744 nanoseconds.
|
||||
Weight::from_ref_time(47_068_536)
|
||||
.saturating_add(Weight::from_proof_size(9909))
|
||||
// Standard Error: 1_985
|
||||
.saturating_add(Weight::from_ref_time(39_233).saturating_mul(l.into()))
|
||||
// Standard Error: 3_532
|
||||
.saturating_add(Weight::from_ref_time(35_483).saturating_mul(s.into()))
|
||||
// Standard Error: 2_209
|
||||
.saturating_add(Weight::from_ref_time(35_912).saturating_mul(l.into()))
|
||||
// Standard Error: 3_930
|
||||
.saturating_add(Weight::from_ref_time(39_371).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -163,13 +163,13 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `680 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `12512`
|
||||
// Minimum execution time: 43_484 nanoseconds.
|
||||
Weight::from_ref_time(43_298_257)
|
||||
// Minimum execution time: 49_029 nanoseconds.
|
||||
Weight::from_ref_time(49_544_140)
|
||||
.saturating_add(Weight::from_proof_size(12512))
|
||||
// Standard Error: 1_845
|
||||
.saturating_add(Weight::from_ref_time(44_193).saturating_mul(l.into()))
|
||||
// Standard Error: 3_283
|
||||
.saturating_add(Weight::from_ref_time(57_066).saturating_mul(s.into()))
|
||||
// Standard Error: 2_136
|
||||
.saturating_add(Weight::from_ref_time(39_954).saturating_mul(l.into()))
|
||||
// Standard Error: 3_801
|
||||
.saturating_add(Weight::from_ref_time(29_214).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
}
|
||||
@@ -185,13 +185,13 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `472 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 29_486 nanoseconds.
|
||||
Weight::from_ref_time(28_880_566)
|
||||
// Minimum execution time: 32_811 nanoseconds.
|
||||
Weight::from_ref_time(32_149_813)
|
||||
.saturating_add(Weight::from_proof_size(9909))
|
||||
// Standard Error: 966
|
||||
.saturating_add(Weight::from_ref_time(48_145).saturating_mul(l.into()))
|
||||
// Standard Error: 1_784
|
||||
.saturating_add(Weight::from_ref_time(65_770).saturating_mul(s.into()))
|
||||
// Standard Error: 906
|
||||
.saturating_add(Weight::from_ref_time(43_353).saturating_mul(l.into()))
|
||||
// Standard Error: 1_674
|
||||
.saturating_add(Weight::from_ref_time(66_779).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
@@ -207,13 +207,13 @@ impl<T: frame_system::Config> pallet_vesting::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `472 + l * (25 ±0) + s * (36 ±0)`
|
||||
// Estimated: `9909`
|
||||
// Minimum execution time: 29_912 nanoseconds.
|
||||
Weight::from_ref_time(29_018_747)
|
||||
// Minimum execution time: 32_937 nanoseconds.
|
||||
Weight::from_ref_time(32_420_178)
|
||||
.saturating_add(Weight::from_proof_size(9909))
|
||||
// Standard Error: 936
|
||||
.saturating_add(Weight::from_ref_time(47_780).saturating_mul(l.into()))
|
||||
// Standard Error: 1_729
|
||||
.saturating_add(Weight::from_ref_time(66_390).saturating_mul(s.into()))
|
||||
// Standard Error: 700
|
||||
.saturating_add(Weight::from_ref_time(41_369).saturating_mul(l.into()))
|
||||
// Standard Error: 1_294
|
||||
.saturating_add(Weight::from_ref_time(61_637).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `pallet_xcm`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -61,8 +61,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `612`
|
||||
// Estimated: `12582`
|
||||
// Minimum execution time: 35_057 nanoseconds.
|
||||
Weight::from_ref_time(35_743_000)
|
||||
// Minimum execution time: 35_247 nanoseconds.
|
||||
Weight::from_ref_time(35_914_000)
|
||||
.saturating_add(Weight::from_proof_size(12582))
|
||||
.saturating_add(T::DbWeight::get().reads(6))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
@@ -71,24 +71,24 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 22_277 nanoseconds.
|
||||
Weight::from_ref_time(22_668_000)
|
||||
// Minimum execution time: 20_897 nanoseconds.
|
||||
Weight::from_ref_time(21_217_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
}
|
||||
fn reserve_transfer_assets() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 21_013 nanoseconds.
|
||||
Weight::from_ref_time(21_507_000)
|
||||
// Minimum execution time: 19_523 nanoseconds.
|
||||
Weight::from_ref_time(19_814_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
}
|
||||
fn execute() -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 9_443 nanoseconds.
|
||||
Weight::from_ref_time(9_663_000)
|
||||
// Minimum execution time: 9_282 nanoseconds.
|
||||
Weight::from_ref_time(9_523_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
}
|
||||
/// Storage: XcmPallet SupportedVersion (r:0 w:1)
|
||||
@@ -97,8 +97,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 9_464 nanoseconds.
|
||||
Weight::from_ref_time(9_672_000)
|
||||
// Minimum execution time: 9_524 nanoseconds.
|
||||
Weight::from_ref_time(9_873_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -108,8 +108,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_522 nanoseconds.
|
||||
Weight::from_ref_time(2_588_000)
|
||||
// Minimum execution time: 2_609 nanoseconds.
|
||||
Weight::from_ref_time(2_747_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -135,8 +135,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `612`
|
||||
// Estimated: `17388`
|
||||
// Minimum execution time: 39_251 nanoseconds.
|
||||
Weight::from_ref_time(39_789_000)
|
||||
// Minimum execution time: 40_493 nanoseconds.
|
||||
Weight::from_ref_time(41_628_000)
|
||||
.saturating_add(Weight::from_proof_size(17388))
|
||||
.saturating_add(T::DbWeight::get().reads(8))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
@@ -161,8 +161,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `884`
|
||||
// Estimated: `18457`
|
||||
// Minimum execution time: 45_729 nanoseconds.
|
||||
Weight::from_ref_time(46_352_000)
|
||||
// Minimum execution time: 43_846 nanoseconds.
|
||||
Weight::from_ref_time(44_377_000)
|
||||
.saturating_add(Weight::from_proof_size(18457))
|
||||
.saturating_add(T::DbWeight::get().reads(7))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
@@ -173,8 +173,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `229`
|
||||
// Estimated: `10129`
|
||||
// Minimum execution time: 19_141 nanoseconds.
|
||||
Weight::from_ref_time(19_648_000)
|
||||
// Minimum execution time: 16_954 nanoseconds.
|
||||
Weight::from_ref_time(17_622_000)
|
||||
.saturating_add(Weight::from_proof_size(10129))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -185,8 +185,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `233`
|
||||
// Estimated: `10133`
|
||||
// Minimum execution time: 21_034 nanoseconds.
|
||||
Weight::from_ref_time(21_414_000)
|
||||
// Minimum execution time: 17_064 nanoseconds.
|
||||
Weight::from_ref_time(17_460_000)
|
||||
.saturating_add(Weight::from_proof_size(10133))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -197,8 +197,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `243`
|
||||
// Estimated: `12618`
|
||||
// Minimum execution time: 25_970 nanoseconds.
|
||||
Weight::from_ref_time(26_402_000)
|
||||
// Minimum execution time: 19_267 nanoseconds.
|
||||
Weight::from_ref_time(19_864_000)
|
||||
.saturating_add(Weight::from_proof_size(12618))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
}
|
||||
@@ -220,8 +220,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `682`
|
||||
// Estimated: `18634`
|
||||
// Minimum execution time: 49_972 nanoseconds.
|
||||
Weight::from_ref_time(51_043_000)
|
||||
// Minimum execution time: 37_866 nanoseconds.
|
||||
Weight::from_ref_time(38_331_000)
|
||||
.saturating_add(Weight::from_proof_size(18634))
|
||||
.saturating_add(T::DbWeight::get().reads(8))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -232,8 +232,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `272`
|
||||
// Estimated: `7697`
|
||||
// Minimum execution time: 10_855 nanoseconds.
|
||||
Weight::from_ref_time(11_273_000)
|
||||
// Minimum execution time: 8_655 nanoseconds.
|
||||
Weight::from_ref_time(8_974_000)
|
||||
.saturating_add(Weight::from_proof_size(7697))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
}
|
||||
@@ -243,8 +243,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `240`
|
||||
// Estimated: `10140`
|
||||
// Minimum execution time: 23_874 nanoseconds.
|
||||
Weight::from_ref_time(24_585_000)
|
||||
// Minimum execution time: 17_328 nanoseconds.
|
||||
Weight::from_ref_time(18_147_000)
|
||||
.saturating_add(Weight::from_proof_size(10140))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -267,8 +267,8 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `686`
|
||||
// Estimated: `23612`
|
||||
// Minimum execution time: 59_123 nanoseconds.
|
||||
Weight::from_ref_time(60_220_000)
|
||||
// Minimum execution time: 44_960 nanoseconds.
|
||||
Weight::from_ref_time(45_541_000)
|
||||
.saturating_add(Weight::from_proof_size(23612))
|
||||
.saturating_add(T::DbWeight::get().reads(10))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `runtime_common::auctions`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -53,8 +53,8 @@ impl<T: frame_system::Config> runtime_common::auctions::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4`
|
||||
// Estimated: `1002`
|
||||
// Minimum execution time: 12_160 nanoseconds.
|
||||
Weight::from_ref_time(12_503_000)
|
||||
// Minimum execution time: 12_996 nanoseconds.
|
||||
Weight::from_ref_time(13_515_000)
|
||||
.saturating_add(Weight::from_proof_size(1002))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -77,8 +77,8 @@ impl<T: frame_system::Config> runtime_common::auctions::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `792`
|
||||
// Estimated: `19604`
|
||||
// Minimum execution time: 65_701 nanoseconds.
|
||||
Weight::from_ref_time(69_280_000)
|
||||
// Minimum execution time: 69_368 nanoseconds.
|
||||
Weight::from_ref_time(70_426_000)
|
||||
.saturating_add(Weight::from_proof_size(19604))
|
||||
.saturating_add(T::DbWeight::get().reads(8))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -111,8 +111,8 @@ impl<T: frame_system::Config> runtime_common::auctions::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `7060535`
|
||||
// Estimated: `51327080`
|
||||
// Minimum execution time: 15_949_007 nanoseconds.
|
||||
Weight::from_ref_time(16_290_428_000)
|
||||
// Minimum execution time: 15_633_312 nanoseconds.
|
||||
Weight::from_ref_time(16_032_872_000)
|
||||
.saturating_add(Weight::from_proof_size(51327080))
|
||||
.saturating_add(T::DbWeight::get().reads(3683))
|
||||
.saturating_add(T::DbWeight::get().writes(3678))
|
||||
@@ -129,8 +129,8 @@ impl<T: frame_system::Config> runtime_common::auctions::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `178884`
|
||||
// Estimated: `16009503`
|
||||
// Minimum execution time: 4_736_510 nanoseconds.
|
||||
Weight::from_ref_time(4_892_297_000)
|
||||
// Minimum execution time: 4_771_029 nanoseconds.
|
||||
Weight::from_ref_time(4_880_229_000)
|
||||
.saturating_add(Weight::from_proof_size(16009503))
|
||||
.saturating_add(T::DbWeight::get().reads(3673))
|
||||
.saturating_add(T::DbWeight::get().writes(3673))
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `runtime_common::claims`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -63,8 +63,8 @@ impl<T: frame_system::Config> runtime_common::claims::WeightInfo for WeightInfo<
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `590`
|
||||
// Estimated: `20189`
|
||||
// Minimum execution time: 135_426 nanoseconds.
|
||||
Weight::from_ref_time(137_403_000)
|
||||
// Minimum execution time: 140_460 nanoseconds.
|
||||
Weight::from_ref_time(142_311_000)
|
||||
.saturating_add(Weight::from_proof_size(20189))
|
||||
.saturating_add(T::DbWeight::get().reads(7))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
@@ -81,8 +81,8 @@ impl<T: frame_system::Config> runtime_common::claims::WeightInfo for WeightInfo<
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `216`
|
||||
// Estimated: `1359`
|
||||
// Minimum execution time: 10_453 nanoseconds.
|
||||
Weight::from_ref_time(10_753_000)
|
||||
// Minimum execution time: 10_819 nanoseconds.
|
||||
Weight::from_ref_time(11_397_000)
|
||||
.saturating_add(Weight::from_proof_size(1359))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -105,8 +105,8 @@ impl<T: frame_system::Config> runtime_common::claims::WeightInfo for WeightInfo<
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `590`
|
||||
// Estimated: `20189`
|
||||
// Minimum execution time: 138_169 nanoseconds.
|
||||
Weight::from_ref_time(140_476_000)
|
||||
// Minimum execution time: 144_657 nanoseconds.
|
||||
Weight::from_ref_time(158_036_000)
|
||||
.saturating_add(Weight::from_proof_size(20189))
|
||||
.saturating_add(T::DbWeight::get().reads(7))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
@@ -131,8 +131,8 @@ impl<T: frame_system::Config> runtime_common::claims::WeightInfo for WeightInfo<
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `664`
|
||||
// Estimated: `23624`
|
||||
// Minimum execution time: 59_632 nanoseconds.
|
||||
Weight::from_ref_time(65_149_000)
|
||||
// Minimum execution time: 64_722 nanoseconds.
|
||||
Weight::from_ref_time(67_839_000)
|
||||
.saturating_add(Weight::from_proof_size(23624))
|
||||
.saturating_add(T::DbWeight::get().reads(8))
|
||||
.saturating_add(T::DbWeight::get().writes(7))
|
||||
@@ -149,8 +149,8 @@ impl<T: frame_system::Config> runtime_common::claims::WeightInfo for WeightInfo<
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `472`
|
||||
// Estimated: `11788`
|
||||
// Minimum execution time: 20_813 nanoseconds.
|
||||
Weight::from_ref_time(21_153_000)
|
||||
// Minimum execution time: 22_132 nanoseconds.
|
||||
Weight::from_ref_time(22_516_000)
|
||||
.saturating_add(Weight::from_proof_size(11788))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(7))
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `runtime_common::crowdloan`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -57,8 +57,8 @@ impl<T: frame_system::Config> runtime_common::crowdloan::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `418`
|
||||
// Estimated: `9592`
|
||||
// Minimum execution time: 37_497 nanoseconds.
|
||||
Weight::from_ref_time(37_976_000)
|
||||
// Minimum execution time: 39_138 nanoseconds.
|
||||
Weight::from_ref_time(41_066_000)
|
||||
.saturating_add(Weight::from_proof_size(9592))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
@@ -83,8 +83,8 @@ impl<T: frame_system::Config> runtime_common::crowdloan::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `474`
|
||||
// Estimated: `14402`
|
||||
// Minimum execution time: 105_856 nanoseconds.
|
||||
Weight::from_ref_time(107_837_000)
|
||||
// Minimum execution time: 113_847 nanoseconds.
|
||||
Weight::from_ref_time(115_656_000)
|
||||
.saturating_add(Weight::from_proof_size(14402))
|
||||
.saturating_add(T::DbWeight::get().reads(8))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
@@ -101,8 +101,8 @@ impl<T: frame_system::Config> runtime_common::crowdloan::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `785`
|
||||
// Estimated: `12237`
|
||||
// Minimum execution time: 50_494 nanoseconds.
|
||||
Weight::from_ref_time(51_312_000)
|
||||
// Minimum execution time: 54_332 nanoseconds.
|
||||
Weight::from_ref_time(55_814_000)
|
||||
.saturating_add(Weight::from_proof_size(12237))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
@@ -114,11 +114,11 @@ impl<T: frame_system::Config> runtime_common::crowdloan::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `190 + k * (221 ±0)`
|
||||
// Estimated: `195 + k * (221 ±0)`
|
||||
// Minimum execution time: 42_573 nanoseconds.
|
||||
Weight::from_ref_time(43_588_000)
|
||||
// Minimum execution time: 40_419 nanoseconds.
|
||||
Weight::from_ref_time(42_695_000)
|
||||
.saturating_add(Weight::from_proof_size(195))
|
||||
// Standard Error: 13_705
|
||||
.saturating_add(Weight::from_ref_time(21_149_494).saturating_mul(k.into()))
|
||||
// Standard Error: 13_706
|
||||
.saturating_add(Weight::from_ref_time(23_364_182).saturating_mul(k.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(k.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
@@ -133,8 +133,8 @@ impl<T: frame_system::Config> runtime_common::crowdloan::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `439`
|
||||
// Estimated: `5517`
|
||||
// Minimum execution time: 29_208 nanoseconds.
|
||||
Weight::from_ref_time(30_378_000)
|
||||
// Minimum execution time: 30_943 nanoseconds.
|
||||
Weight::from_ref_time(32_116_000)
|
||||
.saturating_add(Weight::from_proof_size(5517))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -145,8 +145,8 @@ impl<T: frame_system::Config> runtime_common::crowdloan::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `267`
|
||||
// Estimated: `2742`
|
||||
// Minimum execution time: 17_112 nanoseconds.
|
||||
Weight::from_ref_time(17_805_000)
|
||||
// Minimum execution time: 17_805 nanoseconds.
|
||||
Weight::from_ref_time(18_346_000)
|
||||
.saturating_add(Weight::from_proof_size(2742))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -159,8 +159,8 @@ impl<T: frame_system::Config> runtime_common::crowdloan::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `444`
|
||||
// Estimated: `5838`
|
||||
// Minimum execution time: 23_471 nanoseconds.
|
||||
Weight::from_ref_time(24_285_000)
|
||||
// Minimum execution time: 25_274 nanoseconds.
|
||||
Weight::from_ref_time(25_881_000)
|
||||
.saturating_add(Weight::from_proof_size(5838))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -173,8 +173,8 @@ impl<T: frame_system::Config> runtime_common::crowdloan::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `271`
|
||||
// Estimated: `3512`
|
||||
// Minimum execution time: 16_659 nanoseconds.
|
||||
Weight::from_ref_time(17_489_000)
|
||||
// Minimum execution time: 17_388 nanoseconds.
|
||||
Weight::from_ref_time(18_053_000)
|
||||
.saturating_add(Weight::from_proof_size(3512))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -204,11 +204,11 @@ impl<T: frame_system::Config> runtime_common::crowdloan::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `224 + n * (420 ±0)`
|
||||
// Estimated: `7477 + n * (14663 ±0)`
|
||||
// Minimum execution time: 105_092 nanoseconds.
|
||||
Weight::from_ref_time(106_031_000)
|
||||
// Minimum execution time: 113_445 nanoseconds.
|
||||
Weight::from_ref_time(114_171_000)
|
||||
.saturating_add(Weight::from_proof_size(7477))
|
||||
// Standard Error: 46_593
|
||||
.saturating_add(Weight::from_ref_time(44_742_533).saturating_mul(n.into()))
|
||||
// Standard Error: 48_008
|
||||
.saturating_add(Weight::from_ref_time(48_852_541).saturating_mul(n.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `runtime_common::paras_registrar`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -55,8 +55,8 @@ impl<T: frame_system::Config> runtime_common::paras_registrar::WeightInfo for We
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `97`
|
||||
// Estimated: `5736`
|
||||
// Minimum execution time: 24_169 nanoseconds.
|
||||
Weight::from_ref_time(24_502_000)
|
||||
// Minimum execution time: 25_924 nanoseconds.
|
||||
Weight::from_ref_time(26_062_000)
|
||||
.saturating_add(Weight::from_proof_size(5736))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -85,8 +85,8 @@ impl<T: frame_system::Config> runtime_common::paras_registrar::WeightInfo for We
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `636`
|
||||
// Estimated: `22200`
|
||||
// Minimum execution time: 7_389_259 nanoseconds.
|
||||
Weight::from_ref_time(7_432_628_000)
|
||||
// Minimum execution time: 7_235_970 nanoseconds.
|
||||
Weight::from_ref_time(7_281_458_000)
|
||||
.saturating_add(Weight::from_proof_size(22200))
|
||||
.saturating_add(T::DbWeight::get().reads(8))
|
||||
.saturating_add(T::DbWeight::get().writes(7))
|
||||
@@ -115,8 +115,8 @@ impl<T: frame_system::Config> runtime_common::paras_registrar::WeightInfo for We
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `521`
|
||||
// Estimated: `21050`
|
||||
// Minimum execution time: 7_365_015 nanoseconds.
|
||||
Weight::from_ref_time(7_431_155_000)
|
||||
// Minimum execution time: 7_237_411 nanoseconds.
|
||||
Weight::from_ref_time(7_298_102_000)
|
||||
.saturating_add(Weight::from_proof_size(21050))
|
||||
.saturating_add(T::DbWeight::get().reads(8))
|
||||
.saturating_add(T::DbWeight::get().writes(7))
|
||||
@@ -137,8 +137,8 @@ impl<T: frame_system::Config> runtime_common::paras_registrar::WeightInfo for We
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `467`
|
||||
// Estimated: `13197`
|
||||
// Minimum execution time: 37_563 nanoseconds.
|
||||
Weight::from_ref_time(38_238_000)
|
||||
// Minimum execution time: 40_327 nanoseconds.
|
||||
Weight::from_ref_time(41_175_000)
|
||||
.saturating_add(Weight::from_proof_size(13197))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -161,8 +161,8 @@ impl<T: frame_system::Config> runtime_common::paras_registrar::WeightInfo for We
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `774`
|
||||
// Estimated: `28188`
|
||||
// Minimum execution time: 44_257 nanoseconds.
|
||||
Weight::from_ref_time(45_741_000)
|
||||
// Minimum execution time: 47_101 nanoseconds.
|
||||
Weight::from_ref_time(50_571_000)
|
||||
.saturating_add(Weight::from_proof_size(28188))
|
||||
.saturating_add(T::DbWeight::get().reads(10))
|
||||
.saturating_add(T::DbWeight::get().writes(8))
|
||||
@@ -194,11 +194,11 @@ impl<T: frame_system::Config> runtime_common::paras_registrar::WeightInfo for We
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `362`
|
||||
// Estimated: `20812`
|
||||
// Minimum execution time: 38_828 nanoseconds.
|
||||
Weight::from_ref_time(39_506_000)
|
||||
// Minimum execution time: 42_559 nanoseconds.
|
||||
Weight::from_ref_time(43_029_000)
|
||||
.saturating_add(Weight::from_proof_size(20812))
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_ref_time(2_322).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_ref_time(2_278).saturating_mul(b.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(10))
|
||||
.saturating_add(T::DbWeight::get().writes(8))
|
||||
}
|
||||
@@ -209,11 +209,11 @@ impl<T: frame_system::Config> runtime_common::paras_registrar::WeightInfo for We
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_918 nanoseconds.
|
||||
Weight::from_ref_time(8_119_000)
|
||||
// Minimum execution time: 8_294 nanoseconds.
|
||||
Weight::from_ref_time(8_519_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_ref_time(922).saturating_mul(b.into()))
|
||||
.saturating_add(Weight::from_ref_time(863).saturating_mul(b.into()))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `runtime_common::slots`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -53,8 +53,8 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `319`
|
||||
// Estimated: `5397`
|
||||
// Minimum execution time: 23_913 nanoseconds.
|
||||
Weight::from_ref_time(24_365_000)
|
||||
// Minimum execution time: 25_539 nanoseconds.
|
||||
Weight::from_ref_time(25_986_000)
|
||||
.saturating_add(Weight::from_proof_size(5397))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
@@ -76,22 +76,22 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
|
||||
fn manage_lease_period_start(c: u32, t: u32, ) -> Weight {
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `21 + c * (47 ±0) + t * (370 ±0)`
|
||||
// Estimated: `268854 + c * (1076 ±0) + t * (7963 ±0)`
|
||||
// Minimum execution time: 560_308 nanoseconds.
|
||||
Weight::from_ref_time(566_492_000)
|
||||
// Estimated: `268854 + t * (7963 ±1) + c * (1076 ±28)`
|
||||
// Minimum execution time: 644_685 nanoseconds.
|
||||
Weight::from_ref_time(652_447_000)
|
||||
.saturating_add(Weight::from_proof_size(268854))
|
||||
// Standard Error: 71_860
|
||||
.saturating_add(Weight::from_ref_time(2_278_418).saturating_mul(c.into()))
|
||||
// Standard Error: 71_860
|
||||
.saturating_add(Weight::from_ref_time(13_049_980).saturating_mul(t.into()))
|
||||
// Standard Error: 83_715
|
||||
.saturating_add(Weight::from_ref_time(2_714_585).saturating_mul(c.into()))
|
||||
// Standard Error: 83_715
|
||||
.saturating_add(Weight::from_ref_time(14_134_445).saturating_mul(t.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(t.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
|
||||
.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(t.into())))
|
||||
.saturating_add(Weight::from_proof_size(1076).saturating_mul(c.into()))
|
||||
.saturating_add(Weight::from_proof_size(7963).saturating_mul(t.into()))
|
||||
.saturating_add(Weight::from_proof_size(1076).saturating_mul(c.into()))
|
||||
}
|
||||
/// Storage: Slots Leases (r:1 w:1)
|
||||
/// Proof Skipped: Slots Leases (max_values: None, max_size: None, mode: Measured)
|
||||
@@ -101,8 +101,8 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `3047`
|
||||
// Estimated: `26346`
|
||||
// Minimum execution time: 89_090 nanoseconds.
|
||||
Weight::from_ref_time(90_253_000)
|
||||
// Minimum execution time: 97_924 nanoseconds.
|
||||
Weight::from_ref_time(99_787_000)
|
||||
.saturating_add(Weight::from_proof_size(26346))
|
||||
.saturating_add(T::DbWeight::get().reads(9))
|
||||
.saturating_add(T::DbWeight::get().writes(9))
|
||||
@@ -121,8 +121,8 @@ impl<T: frame_system::Config> runtime_common::slots::WeightInfo for WeightInfo<T
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `734`
|
||||
// Estimated: `14065`
|
||||
// Minimum execution time: 26_619 nanoseconds.
|
||||
Weight::from_ref_time(27_173_000)
|
||||
// Minimum execution time: 27_744 nanoseconds.
|
||||
Weight::from_ref_time(28_667_000)
|
||||
.saturating_add(Weight::from_proof_size(14065))
|
||||
.saturating_add(T::DbWeight::get().reads(5))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `runtime_parachains::configuration`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -57,8 +57,8 @@ impl<T: frame_system::Config> runtime_parachains::configuration::WeightInfo for
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `424`
|
||||
// Estimated: `3676`
|
||||
// Minimum execution time: 12_009 nanoseconds.
|
||||
Weight::from_ref_time(12_593_000)
|
||||
// Minimum execution time: 12_367 nanoseconds.
|
||||
Weight::from_ref_time(12_891_000)
|
||||
.saturating_add(Weight::from_proof_size(3676))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -75,8 +75,8 @@ impl<T: frame_system::Config> runtime_parachains::configuration::WeightInfo for
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `424`
|
||||
// Estimated: `3676`
|
||||
// Minimum execution time: 12_196 nanoseconds.
|
||||
Weight::from_ref_time(12_625_000)
|
||||
// Minimum execution time: 12_473 nanoseconds.
|
||||
Weight::from_ref_time(12_916_000)
|
||||
.saturating_add(Weight::from_proof_size(3676))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -93,8 +93,8 @@ impl<T: frame_system::Config> runtime_parachains::configuration::WeightInfo for
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `424`
|
||||
// Estimated: `3676`
|
||||
// Minimum execution time: 12_233 nanoseconds.
|
||||
Weight::from_ref_time(12_740_000)
|
||||
// Minimum execution time: 12_510 nanoseconds.
|
||||
Weight::from_ref_time(13_142_000)
|
||||
.saturating_add(Weight::from_proof_size(3676))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -111,8 +111,8 @@ impl<T: frame_system::Config> runtime_parachains::configuration::WeightInfo for
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `424`
|
||||
// Estimated: `3676`
|
||||
// Minimum execution time: 12_158 nanoseconds.
|
||||
Weight::from_ref_time(12_672_000)
|
||||
// Minimum execution time: 12_711 nanoseconds.
|
||||
Weight::from_ref_time(13_182_000)
|
||||
.saturating_add(Weight::from_proof_size(3676))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -139,8 +139,8 @@ impl<T: frame_system::Config> runtime_parachains::configuration::WeightInfo for
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `424`
|
||||
// Estimated: `3676`
|
||||
// Minimum execution time: 12_158 nanoseconds.
|
||||
Weight::from_ref_time(12_669_000)
|
||||
// Minimum execution time: 12_717 nanoseconds.
|
||||
Weight::from_ref_time(13_331_000)
|
||||
.saturating_add(Weight::from_proof_size(3676))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `runtime_parachains::disputes`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -51,8 +51,8 @@ impl<T: frame_system::Config> runtime_parachains::disputes::WeightInfo for Weigh
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 2_339 nanoseconds.
|
||||
Weight::from_ref_time(2_443_000)
|
||||
// Minimum execution time: 2_696 nanoseconds.
|
||||
Weight::from_ref_time(2_792_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `runtime_parachains::hrmp`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -67,8 +67,8 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `751`
|
||||
// Estimated: `27549`
|
||||
// Minimum execution time: 37_001 nanoseconds.
|
||||
Weight::from_ref_time(37_486_000)
|
||||
// Minimum execution time: 41_473 nanoseconds.
|
||||
Weight::from_ref_time(42_079_000)
|
||||
.saturating_add(Weight::from_proof_size(27549))
|
||||
.saturating_add(T::DbWeight::get().reads(10))
|
||||
.saturating_add(T::DbWeight::get().writes(5))
|
||||
@@ -91,8 +91,8 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1015`
|
||||
// Estimated: `22450`
|
||||
// Minimum execution time: 41_720 nanoseconds.
|
||||
Weight::from_ref_time(42_162_000)
|
||||
// Minimum execution time: 43_838 nanoseconds.
|
||||
Weight::from_ref_time(44_349_000)
|
||||
.saturating_add(Weight::from_proof_size(22450))
|
||||
.saturating_add(T::DbWeight::get().reads(7))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -113,8 +113,8 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `886`
|
||||
// Estimated: `16206`
|
||||
// Minimum execution time: 34_128 nanoseconds.
|
||||
Weight::from_ref_time(34_626_000)
|
||||
// Minimum execution time: 37_715 nanoseconds.
|
||||
Weight::from_ref_time(38_216_000)
|
||||
.saturating_add(Weight::from_proof_size(16206))
|
||||
.saturating_add(T::DbWeight::get().reads(6))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -137,13 +137,13 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `321 + i * (131 ±0) + e * (131 ±0)`
|
||||
// Estimated: `6756 + i * (5742 ±0) + e * (5736 ±0)`
|
||||
// Minimum execution time: 992_322 nanoseconds.
|
||||
Weight::from_ref_time(996_254_000)
|
||||
// Minimum execution time: 1_139_713 nanoseconds.
|
||||
Weight::from_ref_time(1_149_351_000)
|
||||
.saturating_add(Weight::from_proof_size(6756))
|
||||
// Standard Error: 88_959
|
||||
.saturating_add(Weight::from_ref_time(2_896_128).saturating_mul(i.into()))
|
||||
// Standard Error: 88_959
|
||||
.saturating_add(Weight::from_ref_time(2_924_587).saturating_mul(e.into()))
|
||||
// Standard Error: 102_771
|
||||
.saturating_add(Weight::from_ref_time(3_268_939).saturating_mul(i.into()))
|
||||
// Standard Error: 102_771
|
||||
.saturating_add(Weight::from_ref_time(3_285_572).saturating_mul(e.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into())))
|
||||
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(e.into())))
|
||||
@@ -176,11 +176,11 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `867 + c * (166 ±0)`
|
||||
// Estimated: `8649 + c * (18828 ±0)`
|
||||
// Minimum execution time: 9_744 nanoseconds.
|
||||
Weight::from_ref_time(4_462_524)
|
||||
// Minimum execution time: 10_129 nanoseconds.
|
||||
Weight::from_ref_time(1_599_737)
|
||||
.saturating_add(Weight::from_proof_size(8649))
|
||||
// Standard Error: 17_315
|
||||
.saturating_add(Weight::from_ref_time(17_156_344).saturating_mul(c.into()))
|
||||
// Standard Error: 26_858
|
||||
.saturating_add(Weight::from_ref_time(19_852_004).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(c.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -204,11 +204,11 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `374 + c * (155 ±0)`
|
||||
// Estimated: `2634 + c * (8361 ±0)`
|
||||
// Minimum execution time: 5_958 nanoseconds.
|
||||
Weight::from_ref_time(5_082_835)
|
||||
// Minimum execution time: 6_329 nanoseconds.
|
||||
Weight::from_ref_time(10_727_281)
|
||||
.saturating_add(Weight::from_proof_size(2634))
|
||||
// Standard Error: 8_583
|
||||
.saturating_add(Weight::from_ref_time(10_520_417).saturating_mul(c.into()))
|
||||
// Standard Error: 11_758
|
||||
.saturating_add(Weight::from_ref_time(11_751_197).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -226,11 +226,11 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `1089 + c * (13 ±0)`
|
||||
// Estimated: `8112 + c * (45 ±0)`
|
||||
// Minimum execution time: 20_364 nanoseconds.
|
||||
Weight::from_ref_time(25_315_886)
|
||||
// Minimum execution time: 21_690 nanoseconds.
|
||||
Weight::from_ref_time(26_705_840)
|
||||
.saturating_add(Weight::from_proof_size(8112))
|
||||
// Standard Error: 1_241
|
||||
.saturating_add(Weight::from_ref_time(56_123).saturating_mul(c.into()))
|
||||
// Standard Error: 1_184
|
||||
.saturating_add(Weight::from_ref_time(57_633).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
.saturating_add(Weight::from_proof_size(45).saturating_mul(c.into()))
|
||||
@@ -244,11 +244,11 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `284 + c * (94 ±0)`
|
||||
// Estimated: `1046 + c * (2664 ±0)`
|
||||
// Minimum execution time: 5_201 nanoseconds.
|
||||
Weight::from_ref_time(4_352_888)
|
||||
// Minimum execution time: 5_331 nanoseconds.
|
||||
Weight::from_ref_time(4_953_714)
|
||||
.saturating_add(Weight::from_proof_size(1046))
|
||||
// Standard Error: 2_816
|
||||
.saturating_add(Weight::from_ref_time(2_877_652).saturating_mul(c.into()))
|
||||
// Standard Error: 2_879
|
||||
.saturating_add(Weight::from_ref_time(3_244_474).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -281,8 +281,8 @@ impl<T: frame_system::Config> runtime_parachains::hrmp::WeightInfo for WeightInf
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `751`
|
||||
// Estimated: `38951`
|
||||
// Minimum execution time: 50_660 nanoseconds.
|
||||
Weight::from_ref_time(50_987_000)
|
||||
// Minimum execution time: 55_907 nanoseconds.
|
||||
Weight::from_ref_time(56_539_000)
|
||||
.saturating_add(Weight::from_proof_size(38951))
|
||||
.saturating_add(T::DbWeight::get().reads(14))
|
||||
.saturating_add(T::DbWeight::get().writes(8))
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `runtime_parachains::initializer`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -52,11 +52,11 @@ impl<T: frame_system::Config> runtime_parachains::initializer::WeightInfo for We
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `28 + d * (11 ±0)`
|
||||
// Estimated: `519 + d * (11 ±0)`
|
||||
// Minimum execution time: 3_279 nanoseconds.
|
||||
Weight::from_ref_time(7_114_950)
|
||||
// Minimum execution time: 3_373 nanoseconds.
|
||||
Weight::from_ref_time(7_055_744)
|
||||
.saturating_add(Weight::from_proof_size(519))
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_ref_time(1_318).saturating_mul(d.into()))
|
||||
.saturating_add(Weight::from_ref_time(1_317).saturating_mul(d.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
.saturating_add(Weight::from_proof_size(11).saturating_mul(d.into()))
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `runtime_parachains::paras`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -62,11 +62,11 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `8341`
|
||||
// Estimated: `57966`
|
||||
// Minimum execution time: 31_134 nanoseconds.
|
||||
Weight::from_ref_time(31_451_000)
|
||||
// Minimum execution time: 31_973 nanoseconds.
|
||||
Weight::from_ref_time(32_196_000)
|
||||
.saturating_add(Weight::from_proof_size(57966))
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_ref_time(2_310).saturating_mul(c.into()))
|
||||
.saturating_add(Weight::from_ref_time(2_261).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(6))
|
||||
}
|
||||
@@ -77,11 +77,11 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 7_504 nanoseconds.
|
||||
Weight::from_ref_time(7_539_000)
|
||||
// Minimum execution time: 7_916 nanoseconds.
|
||||
Weight::from_ref_time(8_016_000)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_ref_time(916).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_ref_time(862).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
/// Storage: Configuration ActiveConfig (r:1 w:0)
|
||||
@@ -111,11 +111,11 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `16860`
|
||||
// Estimated: `199815`
|
||||
// Minimum execution time: 58_089 nanoseconds.
|
||||
Weight::from_ref_time(58_849_000)
|
||||
// Minimum execution time: 59_766 nanoseconds.
|
||||
Weight::from_ref_time(59_934_000)
|
||||
.saturating_add(Weight::from_proof_size(199815))
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_ref_time(2_336).saturating_mul(c.into()))
|
||||
.saturating_add(Weight::from_ref_time(2_286).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(9))
|
||||
.saturating_add(T::DbWeight::get().writes(8))
|
||||
}
|
||||
@@ -130,11 +130,11 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `95`
|
||||
// Estimated: `2760`
|
||||
// Minimum execution time: 13_457 nanoseconds.
|
||||
Weight::from_ref_time(13_762_000)
|
||||
// Minimum execution time: 14_051 nanoseconds.
|
||||
Weight::from_ref_time(14_182_000)
|
||||
.saturating_add(Weight::from_proof_size(2760))
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_ref_time(919).saturating_mul(s.into()))
|
||||
.saturating_add(Weight::from_ref_time(865).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -146,8 +146,8 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `4283`
|
||||
// Estimated: `11536`
|
||||
// Minimum execution time: 19_281 nanoseconds.
|
||||
Weight::from_ref_time(20_093_000)
|
||||
// Minimum execution time: 19_945 nanoseconds.
|
||||
Weight::from_ref_time(20_439_000)
|
||||
.saturating_add(Weight::from_proof_size(11536))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -161,11 +161,11 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `28`
|
||||
// Estimated: `5006`
|
||||
// Minimum execution time: 7_602 nanoseconds.
|
||||
Weight::from_ref_time(7_829_000)
|
||||
// Minimum execution time: 8_592 nanoseconds.
|
||||
Weight::from_ref_time(8_753_000)
|
||||
.saturating_add(Weight::from_proof_size(5006))
|
||||
// Standard Error: 1
|
||||
.saturating_add(Weight::from_ref_time(2_322).saturating_mul(c.into()))
|
||||
.saturating_add(Weight::from_ref_time(2_269).saturating_mul(c.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -177,8 +177,8 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `28`
|
||||
// Estimated: `2531`
|
||||
// Minimum execution time: 5_725 nanoseconds.
|
||||
Weight::from_ref_time(6_106_000)
|
||||
// Minimum execution time: 6_174 nanoseconds.
|
||||
Weight::from_ref_time(6_534_000)
|
||||
.saturating_add(Weight::from_proof_size(2531))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -195,8 +195,8 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `27043`
|
||||
// Estimated: `112132`
|
||||
// Minimum execution time: 91_532 nanoseconds.
|
||||
Weight::from_ref_time(94_793_000)
|
||||
// Minimum execution time: 92_652 nanoseconds.
|
||||
Weight::from_ref_time(95_331_000)
|
||||
.saturating_add(Weight::from_proof_size(112132))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -221,8 +221,8 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `27629`
|
||||
// Estimated: `226477`
|
||||
// Minimum execution time: 710_822 nanoseconds.
|
||||
Weight::from_ref_time(720_925_000)
|
||||
// Minimum execution time: 779_781 nanoseconds.
|
||||
Weight::from_ref_time(787_267_000)
|
||||
.saturating_add(Weight::from_proof_size(226477))
|
||||
.saturating_add(T::DbWeight::get().reads(7))
|
||||
.saturating_add(T::DbWeight::get().writes(104))
|
||||
@@ -239,8 +239,8 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `27575`
|
||||
// Estimated: `114260`
|
||||
// Minimum execution time: 91_539 nanoseconds.
|
||||
Weight::from_ref_time(92_426_000)
|
||||
// Minimum execution time: 92_252 nanoseconds.
|
||||
Weight::from_ref_time(93_314_000)
|
||||
.saturating_add(Weight::from_proof_size(114260))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
@@ -261,8 +261,8 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `27097`
|
||||
// Estimated: `169512`
|
||||
// Minimum execution time: 571_297 nanoseconds.
|
||||
Weight::from_ref_time(575_767_000)
|
||||
// Minimum execution time: 618_905 nanoseconds.
|
||||
Weight::from_ref_time(623_853_000)
|
||||
.saturating_add(Weight::from_proof_size(169512))
|
||||
.saturating_add(T::DbWeight::get().reads(6))
|
||||
.saturating_add(T::DbWeight::get().writes(3))
|
||||
@@ -279,8 +279,8 @@ impl<T: frame_system::Config> runtime_parachains::paras::WeightInfo for WeightIn
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `27043`
|
||||
// Estimated: `112132`
|
||||
// Minimum execution time: 90_298 nanoseconds.
|
||||
Weight::from_ref_time(91_202_000)
|
||||
// Minimum execution time: 91_070 nanoseconds.
|
||||
Weight::from_ref_time(92_430_000)
|
||||
.saturating_add(Weight::from_proof_size(112132))
|
||||
.saturating_add(T::DbWeight::get().reads(4))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
//! Autogenerated weights for `runtime_parachains::ump`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2023-02-28, 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("rococo-dev"), DB CACHE: 1024
|
||||
@@ -50,11 +50,11 @@ impl<T: frame_system::Config> runtime_parachains::ump::WeightInfo for WeightInfo
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `0`
|
||||
// Estimated: `0`
|
||||
// Minimum execution time: 5_914 nanoseconds.
|
||||
Weight::from_ref_time(327_280)
|
||||
// Minimum execution time: 6_149 nanoseconds.
|
||||
Weight::from_ref_time(2_328_083)
|
||||
.saturating_add(Weight::from_proof_size(0))
|
||||
// Standard Error: 11
|
||||
.saturating_add(Weight::from_ref_time(1_915).saturating_mul(s.into()))
|
||||
// Standard Error: 13
|
||||
.saturating_add(Weight::from_ref_time(1_853).saturating_mul(s.into()))
|
||||
}
|
||||
/// Storage: Ump NeedsDispatch (r:1 w:1)
|
||||
/// Proof Skipped: Ump NeedsDispatch (max_values: Some(1), max_size: None, mode: Measured)
|
||||
@@ -68,8 +68,8 @@ impl<T: frame_system::Config> runtime_parachains::ump::WeightInfo for WeightInfo
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `234`
|
||||
// Estimated: `1926`
|
||||
// Minimum execution time: 8_076 nanoseconds.
|
||||
Weight::from_ref_time(8_374_000)
|
||||
// Minimum execution time: 8_704 nanoseconds.
|
||||
Weight::from_ref_time(8_997_000)
|
||||
.saturating_add(Weight::from_proof_size(1926))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(4))
|
||||
@@ -82,8 +82,8 @@ impl<T: frame_system::Config> runtime_parachains::ump::WeightInfo for WeightInfo
|
||||
// Proof Size summary in bytes:
|
||||
// Measured: `219`
|
||||
// Estimated: `3193`
|
||||
// Minimum execution time: 21_625 nanoseconds.
|
||||
Weight::from_ref_time(21_892_000)
|
||||
// Minimum execution time: 22_612 nanoseconds.
|
||||
Weight::from_ref_time(22_947_000)
|
||||
.saturating_add(Weight::from_proof_size(3193))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
|
||||
Reference in New Issue
Block a user