diff --git a/pallets/capacity/src/weights.rs b/pallets/capacity/src/weights.rs index e864f911eb..34f7104d68 100644 --- a/pallets/capacity/src/weights.rs +++ b/pallets/capacity/src/weights.rs @@ -1,10 +1,10 @@ //! Autogenerated weights for `pallet_capacity` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-27, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-07-11, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-11-138`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -61,8 +61,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `174` // Estimated: `6249` - // Minimum execution time: 35_780_000 picoseconds. - Weight::from_parts(36_737_000, 6249) + // Minimum execution time: 37_004_000 picoseconds. + Weight::from_parts(37_516_000, 6249) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -78,8 +78,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `285` // Estimated: `6249` - // Minimum execution time: 24_827_000 picoseconds. - Weight::from_parts(25_463_000, 6249) + // Minimum execution time: 25_485_000 picoseconds. + Weight::from_parts(26_449_000, 6249) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -91,8 +91,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `2974` - // Minimum execution time: 2_272_000 picoseconds. - Weight::from_parts(2_384_000, 2974) + // Minimum execution time: 2_327_000 picoseconds. + Weight::from_parts(2_446_000, 2974) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -108,8 +108,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `271` // Estimated: `5071` - // Minimum execution time: 23_943_000 picoseconds. - Weight::from_parts(24_949_000, 5071) + // Minimum execution time: 24_044_000 picoseconds. + Weight::from_parts(25_140_000, 5071) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -119,8 +119,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_069_000 picoseconds. - Weight::from_parts(4_348_000, 0) + // Minimum execution time: 4_537_000 picoseconds. + Weight::from_parts(4_889_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } @@ -145,8 +145,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `174` // Estimated: `6249` - // Minimum execution time: 35_780_000 picoseconds. - Weight::from_parts(36_737_000, 6249) + // Minimum execution time: 37_004_000 picoseconds. + Weight::from_parts(37_516_000, 6249) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -162,8 +162,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `285` // Estimated: `6249` - // Minimum execution time: 24_827_000 picoseconds. - Weight::from_parts(25_463_000, 6249) + // Minimum execution time: 25_485_000 picoseconds. + Weight::from_parts(26_449_000, 6249) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -175,8 +175,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `2974` - // Minimum execution time: 2_272_000 picoseconds. - Weight::from_parts(2_384_000, 2974) + // Minimum execution time: 2_327_000 picoseconds. + Weight::from_parts(2_446_000, 2974) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -192,8 +192,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `271` // Estimated: `5071` - // Minimum execution time: 23_943_000 picoseconds. - Weight::from_parts(24_949_000, 5071) + // Minimum execution time: 24_044_000 picoseconds. + Weight::from_parts(25_140_000, 5071) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -203,8 +203,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_069_000 picoseconds. - Weight::from_parts(4_348_000, 0) + // Minimum execution time: 4_537_000 picoseconds. + Weight::from_parts(4_889_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } } diff --git a/pallets/frequency-tx-payment/src/weights.rs b/pallets/frequency-tx-payment/src/weights.rs index dd26c846b6..e7a44179b3 100644 --- a/pallets/frequency-tx-payment/src/weights.rs +++ b/pallets/frequency-tx-payment/src/weights.rs @@ -1,10 +1,10 @@ //! Autogenerated weights for `pallet_frequency_tx_payment` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-27, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-07-11, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-11-138`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -44,18 +44,18 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_154_000 picoseconds. - Weight::from_parts(3_326_000, 0) + // Minimum execution time: 3_236_000 picoseconds. + Weight::from_parts(3_421_000, 0) } /// The range of component `n` is `[0, 10]`. fn pay_with_capacity_batch_all(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_117_000 picoseconds. - Weight::from_parts(6_107_676, 0) - // Standard Error: 11_748 - .saturating_add(Weight::from_parts(3_023_884, 0).saturating_mul(n.into())) + // Minimum execution time: 5_256_000 picoseconds. + Weight::from_parts(6_282_904, 0) + // Standard Error: 13_079 + .saturating_add(Weight::from_parts(3_083_520, 0).saturating_mul(n.into())) } } @@ -65,18 +65,18 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_154_000 picoseconds. - Weight::from_parts(3_326_000, 0) + // Minimum execution time: 3_236_000 picoseconds. + Weight::from_parts(3_421_000, 0) } /// The range of component `n` is `[0, 10]`. fn pay_with_capacity_batch_all(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_117_000 picoseconds. - Weight::from_parts(6_107_676, 0) - // Standard Error: 11_748 - .saturating_add(Weight::from_parts(3_023_884, 0).saturating_mul(n.into())) + // Minimum execution time: 5_256_000 picoseconds. + Weight::from_parts(6_282_904, 0) + // Standard Error: 13_079 + .saturating_add(Weight::from_parts(3_083_520, 0).saturating_mul(n.into())) } } diff --git a/pallets/handles/src/weights.rs b/pallets/handles/src/weights.rs index ed5e688493..4ea2d4796b 100644 --- a/pallets/handles/src/weights.rs +++ b/pallets/handles/src/weights.rs @@ -1,10 +1,10 @@ //! Autogenerated weights for `pallet_handles` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-27, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-07-11, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-11-138`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -54,10 +54,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `116` // Estimated: `5009` - // Minimum execution time: 64_969_000 picoseconds. - Weight::from_parts(66_133_125, 5009) - // Standard Error: 6_779 - .saturating_add(Weight::from_parts(100_429, 0).saturating_mul(b.into())) + // Minimum execution time: 65_766_000 picoseconds. + Weight::from_parts(67_197_664, 5009) + // Standard Error: 7_700 + .saturating_add(Weight::from_parts(93_257, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -74,10 +74,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `222 + b * (1 ±0)` // Estimated: `5009` - // Minimum execution time: 73_102_000 picoseconds. - Weight::from_parts(74_258_336, 5009) - // Standard Error: 8_730 - .saturating_add(Weight::from_parts(176_259, 0).saturating_mul(b.into())) + // Minimum execution time: 73_836_000 picoseconds. + Weight::from_parts(75_189_512, 5009) + // Standard Error: 8_314 + .saturating_add(Weight::from_parts(177_972, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -91,8 +91,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `231` // Estimated: `5009` - // Minimum execution time: 20_395_000 picoseconds. - Weight::from_parts(20_978_000, 5009) + // Minimum execution time: 20_598_000 picoseconds. + Weight::from_parts(21_064_000, 5009) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -113,10 +113,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `116` // Estimated: `5009` - // Minimum execution time: 64_969_000 picoseconds. - Weight::from_parts(66_133_125, 5009) - // Standard Error: 6_779 - .saturating_add(Weight::from_parts(100_429, 0).saturating_mul(b.into())) + // Minimum execution time: 65_766_000 picoseconds. + Weight::from_parts(67_197_664, 5009) + // Standard Error: 7_700 + .saturating_add(Weight::from_parts(93_257, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -133,10 +133,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `222 + b * (1 ±0)` // Estimated: `5009` - // Minimum execution time: 73_102_000 picoseconds. - Weight::from_parts(74_258_336, 5009) - // Standard Error: 8_730 - .saturating_add(Weight::from_parts(176_259, 0).saturating_mul(b.into())) + // Minimum execution time: 73_836_000 picoseconds. + Weight::from_parts(75_189_512, 5009) + // Standard Error: 8_314 + .saturating_add(Weight::from_parts(177_972, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -150,8 +150,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `231` // Estimated: `5009` - // Minimum execution time: 20_395_000 picoseconds. - Weight::from_parts(20_978_000, 5009) + // Minimum execution time: 20_598_000 picoseconds. + Weight::from_parts(21_064_000, 5009) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/pallets/messages/src/weights.rs b/pallets/messages/src/weights.rs index a8c4cac7e0..67792b1fe8 100644 --- a/pallets/messages/src/weights.rs +++ b/pallets/messages/src/weights.rs @@ -1,10 +1,10 @@ //! Autogenerated weights for `pallet_messages` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-27, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-07-11, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-11-138`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -53,10 +53,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `329` // Estimated: `5167` - // Minimum execution time: 27_933_000 picoseconds. - Weight::from_parts(29_247_111, 5167) - // Standard Error: 40 - .saturating_add(Weight::from_parts(699, 0).saturating_mul(n.into())) + // Minimum execution time: 28_094_000 picoseconds. + Weight::from_parts(29_431_642, 5167) + // Standard Error: 51 + .saturating_add(Weight::from_parts(661, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -70,8 +70,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `722` // Estimated: `4998` - // Minimum execution time: 28_548_000 picoseconds. - Weight::from_parts(29_152_000, 4998) + // Minimum execution time: 28_390_000 picoseconds. + Weight::from_parts(29_221_000, 4998) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -92,10 +92,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `329` // Estimated: `5167` - // Minimum execution time: 27_933_000 picoseconds. - Weight::from_parts(29_247_111, 5167) - // Standard Error: 40 - .saturating_add(Weight::from_parts(699, 0).saturating_mul(n.into())) + // Minimum execution time: 28_094_000 picoseconds. + Weight::from_parts(29_431_642, 5167) + // Standard Error: 51 + .saturating_add(Weight::from_parts(661, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -109,8 +109,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `722` // Estimated: `4998` - // Minimum execution time: 28_548_000 picoseconds. - Weight::from_parts(29_152_000, 4998) + // Minimum execution time: 28_390_000 picoseconds. + Weight::from_parts(29_221_000, 4998) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/pallets/msa/src/weights.rs b/pallets/msa/src/weights.rs index b243005536..13d132bd8b 100644 --- a/pallets/msa/src/weights.rs +++ b/pallets/msa/src/weights.rs @@ -1,10 +1,10 @@ //! Autogenerated weights for `pallet_msa` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-27, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-07-11, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-11-138`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -60,8 +60,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `4998` - // Minimum execution time: 11_795_000 picoseconds. - Weight::from_parts(12_726_000, 4998) + // Minimum execution time: 11_814_000 picoseconds. + Weight::from_parts(12_243_000, 4998) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -84,12 +84,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `s` is `[0, 30]`. fn create_sponsored_account_with_delegation(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1284` + // Measured: `1279` // Estimated: `7521` - // Minimum execution time: 97_829_000 picoseconds. - Weight::from_parts(101_474_765, 7521) - // Standard Error: 17_264 - .saturating_add(Weight::from_parts(115_206, 0).saturating_mul(s.into())) + // Minimum execution time: 100_289_000 picoseconds. + Weight::from_parts(103_405_214, 7521) + // Standard Error: 19_209 + .saturating_add(Weight::from_parts(114_056, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -101,8 +101,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161` // Estimated: `5167` - // Minimum execution time: 13_220_000 picoseconds. - Weight::from_parts(13_692_000, 5167) + // Minimum execution time: 13_536_000 picoseconds. + Weight::from_parts(14_052_000, 5167) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -116,10 +116,10 @@ impl WeightInfo for SubstrateWeight { /// Proof: `Msa::PublicKeyCountForMsaId` (`max_values`: None, `max_size`: Some(17), added: 2492, mode: `MaxEncodedLen`) fn add_public_key_to_msa() -> Weight { // Proof Size summary in bytes: - // Measured: `1578` + // Measured: `1541` // Estimated: `10971` - // Minimum execution time: 142_719_000 picoseconds. - Weight::from_parts(144_951_000, 10971) + // Minimum execution time: 143_837_000 picoseconds. + Weight::from_parts(146_717_000, 10971) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -131,8 +131,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `254` // Estimated: `7521` - // Minimum execution time: 25_379_000 picoseconds. - Weight::from_parts(26_517_000, 7521) + // Minimum execution time: 25_149_000 picoseconds. + Weight::from_parts(26_080_000, 7521) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -144,8 +144,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `71` // Estimated: `4998` - // Minimum execution time: 17_850_000 picoseconds. - Weight::from_parts(19_128_000, 4998) + // Minimum execution time: 18_525_000 picoseconds. + Weight::from_parts(19_304_000, 4998) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -166,10 +166,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1327` // Estimated: `7521` - // Minimum execution time: 88_201_000 picoseconds. - Weight::from_parts(91_787_134, 7521) - // Standard Error: 11_595 - .saturating_add(Weight::from_parts(128_867, 0).saturating_mul(s.into())) + // Minimum execution time: 90_970_000 picoseconds. + Weight::from_parts(93_293_048, 7521) + // Standard Error: 8_231 + .saturating_add(Weight::from_parts(131_775, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -181,8 +181,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161` // Estimated: `5167` - // Minimum execution time: 13_564_000 picoseconds. - Weight::from_parts(13_964_000, 5167) + // Minimum execution time: 13_479_000 picoseconds. + Weight::from_parts(13_931_000, 5167) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -194,8 +194,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `67` // Estimated: `4998` - // Minimum execution time: 10_516_000 picoseconds. - Weight::from_parts(10_839_000, 4998) + // Minimum execution time: 10_634_000 picoseconds. + Weight::from_parts(11_000_000, 4998) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -207,8 +207,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `67` // Estimated: `4998` - // Minimum execution time: 10_635_000 picoseconds. - Weight::from_parts(10_955_000, 4998) + // Minimum execution time: 10_864_000 picoseconds. + Weight::from_parts(11_347_000, 4998) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -226,8 +226,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `147` // Estimated: `5097` - // Minimum execution time: 18_567_000 picoseconds. - Weight::from_parts(19_347_000, 5097) + // Minimum execution time: 18_698_000 picoseconds. + Weight::from_parts(19_299_000, 5097) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -242,10 +242,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `316 + s * (6 ±0)` // Estimated: `5167` - // Minimum execution time: 16_070_000 picoseconds. - Weight::from_parts(17_394_598, 5167) - // Standard Error: 4_556 - .saturating_add(Weight::from_parts(107_947, 0).saturating_mul(s.into())) + // Minimum execution time: 16_292_000 picoseconds. + Weight::from_parts(17_612_102, 5167) + // Standard Error: 4_588 + .saturating_add(Weight::from_parts(104_913, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -263,8 +263,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `4998` - // Minimum execution time: 11_795_000 picoseconds. - Weight::from_parts(12_726_000, 4998) + // Minimum execution time: 11_814_000 picoseconds. + Weight::from_parts(12_243_000, 4998) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -287,12 +287,12 @@ impl WeightInfo for () { /// The range of component `s` is `[0, 30]`. fn create_sponsored_account_with_delegation(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1284` + // Measured: `1279` // Estimated: `7521` - // Minimum execution time: 97_829_000 picoseconds. - Weight::from_parts(101_474_765, 7521) - // Standard Error: 17_264 - .saturating_add(Weight::from_parts(115_206, 0).saturating_mul(s.into())) + // Minimum execution time: 100_289_000 picoseconds. + Weight::from_parts(103_405_214, 7521) + // Standard Error: 19_209 + .saturating_add(Weight::from_parts(114_056, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(10_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -304,8 +304,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161` // Estimated: `5167` - // Minimum execution time: 13_220_000 picoseconds. - Weight::from_parts(13_692_000, 5167) + // Minimum execution time: 13_536_000 picoseconds. + Weight::from_parts(14_052_000, 5167) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -319,10 +319,10 @@ impl WeightInfo for () { /// Proof: `Msa::PublicKeyCountForMsaId` (`max_values`: None, `max_size`: Some(17), added: 2492, mode: `MaxEncodedLen`) fn add_public_key_to_msa() -> Weight { // Proof Size summary in bytes: - // Measured: `1578` + // Measured: `1541` // Estimated: `10971` - // Minimum execution time: 142_719_000 picoseconds. - Weight::from_parts(144_951_000, 10971) + // Minimum execution time: 143_837_000 picoseconds. + Weight::from_parts(146_717_000, 10971) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -334,8 +334,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `254` // Estimated: `7521` - // Minimum execution time: 25_379_000 picoseconds. - Weight::from_parts(26_517_000, 7521) + // Minimum execution time: 25_149_000 picoseconds. + Weight::from_parts(26_080_000, 7521) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -347,8 +347,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `71` // Estimated: `4998` - // Minimum execution time: 17_850_000 picoseconds. - Weight::from_parts(19_128_000, 4998) + // Minimum execution time: 18_525_000 picoseconds. + Weight::from_parts(19_304_000, 4998) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -369,10 +369,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1327` // Estimated: `7521` - // Minimum execution time: 88_201_000 picoseconds. - Weight::from_parts(91_787_134, 7521) - // Standard Error: 11_595 - .saturating_add(Weight::from_parts(128_867, 0).saturating_mul(s.into())) + // Minimum execution time: 90_970_000 picoseconds. + Weight::from_parts(93_293_048, 7521) + // Standard Error: 8_231 + .saturating_add(Weight::from_parts(131_775, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -384,8 +384,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161` // Estimated: `5167` - // Minimum execution time: 13_564_000 picoseconds. - Weight::from_parts(13_964_000, 5167) + // Minimum execution time: 13_479_000 picoseconds. + Weight::from_parts(13_931_000, 5167) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -397,8 +397,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `67` // Estimated: `4998` - // Minimum execution time: 10_516_000 picoseconds. - Weight::from_parts(10_839_000, 4998) + // Minimum execution time: 10_634_000 picoseconds. + Weight::from_parts(11_000_000, 4998) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -410,8 +410,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `67` // Estimated: `4998` - // Minimum execution time: 10_635_000 picoseconds. - Weight::from_parts(10_955_000, 4998) + // Minimum execution time: 10_864_000 picoseconds. + Weight::from_parts(11_347_000, 4998) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -429,8 +429,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `147` // Estimated: `5097` - // Minimum execution time: 18_567_000 picoseconds. - Weight::from_parts(19_347_000, 5097) + // Minimum execution time: 18_698_000 picoseconds. + Weight::from_parts(19_299_000, 5097) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -445,10 +445,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `316 + s * (6 ±0)` // Estimated: `5167` - // Minimum execution time: 16_070_000 picoseconds. - Weight::from_parts(17_394_598, 5167) - // Standard Error: 4_556 - .saturating_add(Weight::from_parts(107_947, 0).saturating_mul(s.into())) + // Minimum execution time: 16_292_000 picoseconds. + Weight::from_parts(17_612_102, 5167) + // Standard Error: 4_588 + .saturating_add(Weight::from_parts(104_913, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/pallets/schemas/src/weights.rs b/pallets/schemas/src/weights.rs index 5adfa04ea3..1014d6c8d6 100644 --- a/pallets/schemas/src/weights.rs +++ b/pallets/schemas/src/weights.rs @@ -1,10 +1,10 @@ //! Autogenerated weights for `pallet_schemas` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-27, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-07-11, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-11-138`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -61,10 +61,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `136` // Estimated: `2974` - // Minimum execution time: 12_337_000 picoseconds. - Weight::from_parts(12_490_000, 2974) - // Standard Error: 48 - .saturating_add(Weight::from_parts(35_031, 0).saturating_mul(m.into())) + // Minimum execution time: 12_244_000 picoseconds. + Weight::from_parts(12_610_000, 2974) + // Standard Error: 38 + .saturating_add(Weight::from_parts(34_660, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -81,10 +81,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `136` // Estimated: `2974` - // Minimum execution time: 12_238_000 picoseconds. - Weight::from_parts(12_597_000, 2974) - // Standard Error: 49 - .saturating_add(Weight::from_parts(35_264, 0).saturating_mul(m.into())) + // Minimum execution time: 12_514_000 picoseconds. + Weight::from_parts(12_611_000, 2974) + // Standard Error: 40 + .saturating_add(Weight::from_parts(34_687, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -103,10 +103,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `230` // Estimated: `5180` - // Minimum execution time: 17_575_000 picoseconds. - Weight::from_parts(5_733_007, 5180) - // Standard Error: 33 - .saturating_add(Weight::from_parts(3_073, 0).saturating_mul(m.into())) + // Minimum execution time: 16_686_000 picoseconds. + Weight::from_parts(5_277_046, 5180) + // Standard Error: 34 + .saturating_add(Weight::from_parts(3_133, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -123,10 +123,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `136` // Estimated: `2974` - // Minimum execution time: 12_171_000 picoseconds. - Weight::from_parts(12_303_000, 2974) - // Standard Error: 50 - .saturating_add(Weight::from_parts(35_116, 0).saturating_mul(m.into())) + // Minimum execution time: 12_414_000 picoseconds. + Weight::from_parts(12_551_000, 2974) + // Standard Error: 41 + .saturating_add(Weight::from_parts(34_563, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -145,10 +145,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `136` // Estimated: `5552` - // Minimum execution time: 19_312_000 picoseconds. - Weight::from_parts(19_706_000, 5552) - // Standard Error: 48 - .saturating_add(Weight::from_parts(35_133, 0).saturating_mul(m.into())) + // Minimum execution time: 20_247_000 picoseconds. + Weight::from_parts(20_359_000, 5552) + // Standard Error: 42 + .saturating_add(Weight::from_parts(34_778, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -158,8 +158,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_293_000 picoseconds. - Weight::from_parts(4_547_000, 0) + // Minimum execution time: 4_239_000 picoseconds. + Weight::from_parts(4_583_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Schemas::GovernanceSchemaModelMaxBytes` (r:1 w:0) @@ -177,10 +177,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `136` // Estimated: `5552` - // Minimum execution time: 19_676_000 picoseconds. - Weight::from_parts(19_917_000, 5552) - // Standard Error: 47 - .saturating_add(Weight::from_parts(35_136, 0).saturating_mul(m.into())) + // Minimum execution time: 20_351_000 picoseconds. + Weight::from_parts(2_678_537, 5552) + // Standard Error: 65 + .saturating_add(Weight::from_parts(35_874, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -199,10 +199,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `230` // Estimated: `5180` - // Minimum execution time: 16_741_000 picoseconds. - Weight::from_parts(5_797_471, 5180) - // Standard Error: 33 - .saturating_add(Weight::from_parts(3_096, 0).saturating_mul(m.into())) + // Minimum execution time: 16_975_000 picoseconds. + Weight::from_parts(5_677_627, 5180) + // Standard Error: 35 + .saturating_add(Weight::from_parts(3_142, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -222,8 +222,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `433` // Estimated: `5383` - // Minimum execution time: 22_173_000 picoseconds. - Weight::from_parts(22_950_000, 5383) + // Minimum execution time: 22_743_000 picoseconds. + Weight::from_parts(23_375_000, 5383) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -235,8 +235,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `203` // Estimated: `5552` - // Minimum execution time: 14_536_000 picoseconds. - Weight::from_parts(15_117_000, 5552) + // Minimum execution time: 15_005_000 picoseconds. + Weight::from_parts(15_431_000, 5552) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -257,10 +257,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `136` // Estimated: `2974` - // Minimum execution time: 12_337_000 picoseconds. - Weight::from_parts(12_490_000, 2974) - // Standard Error: 48 - .saturating_add(Weight::from_parts(35_031, 0).saturating_mul(m.into())) + // Minimum execution time: 12_244_000 picoseconds. + Weight::from_parts(12_610_000, 2974) + // Standard Error: 38 + .saturating_add(Weight::from_parts(34_660, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -277,10 +277,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `136` // Estimated: `2974` - // Minimum execution time: 12_238_000 picoseconds. - Weight::from_parts(12_597_000, 2974) - // Standard Error: 49 - .saturating_add(Weight::from_parts(35_264, 0).saturating_mul(m.into())) + // Minimum execution time: 12_514_000 picoseconds. + Weight::from_parts(12_611_000, 2974) + // Standard Error: 40 + .saturating_add(Weight::from_parts(34_687, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -299,10 +299,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `230` // Estimated: `5180` - // Minimum execution time: 17_575_000 picoseconds. - Weight::from_parts(5_733_007, 5180) - // Standard Error: 33 - .saturating_add(Weight::from_parts(3_073, 0).saturating_mul(m.into())) + // Minimum execution time: 16_686_000 picoseconds. + Weight::from_parts(5_277_046, 5180) + // Standard Error: 34 + .saturating_add(Weight::from_parts(3_133, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -319,10 +319,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `136` // Estimated: `2974` - // Minimum execution time: 12_171_000 picoseconds. - Weight::from_parts(12_303_000, 2974) - // Standard Error: 50 - .saturating_add(Weight::from_parts(35_116, 0).saturating_mul(m.into())) + // Minimum execution time: 12_414_000 picoseconds. + Weight::from_parts(12_551_000, 2974) + // Standard Error: 41 + .saturating_add(Weight::from_parts(34_563, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -341,10 +341,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `136` // Estimated: `5552` - // Minimum execution time: 19_312_000 picoseconds. - Weight::from_parts(19_706_000, 5552) - // Standard Error: 48 - .saturating_add(Weight::from_parts(35_133, 0).saturating_mul(m.into())) + // Minimum execution time: 20_247_000 picoseconds. + Weight::from_parts(20_359_000, 5552) + // Standard Error: 42 + .saturating_add(Weight::from_parts(34_778, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -354,8 +354,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_293_000 picoseconds. - Weight::from_parts(4_547_000, 0) + // Minimum execution time: 4_239_000 picoseconds. + Weight::from_parts(4_583_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: `Schemas::GovernanceSchemaModelMaxBytes` (r:1 w:0) @@ -373,10 +373,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `136` // Estimated: `5552` - // Minimum execution time: 19_676_000 picoseconds. - Weight::from_parts(19_917_000, 5552) - // Standard Error: 47 - .saturating_add(Weight::from_parts(35_136, 0).saturating_mul(m.into())) + // Minimum execution time: 20_351_000 picoseconds. + Weight::from_parts(2_678_537, 5552) + // Standard Error: 65 + .saturating_add(Weight::from_parts(35_874, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -395,10 +395,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `230` // Estimated: `5180` - // Minimum execution time: 16_741_000 picoseconds. - Weight::from_parts(5_797_471, 5180) - // Standard Error: 33 - .saturating_add(Weight::from_parts(3_096, 0).saturating_mul(m.into())) + // Minimum execution time: 16_975_000 picoseconds. + Weight::from_parts(5_677_627, 5180) + // Standard Error: 35 + .saturating_add(Weight::from_parts(3_142, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -418,8 +418,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `433` // Estimated: `5383` - // Minimum execution time: 22_173_000 picoseconds. - Weight::from_parts(22_950_000, 5383) + // Minimum execution time: 22_743_000 picoseconds. + Weight::from_parts(23_375_000, 5383) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -431,8 +431,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `203` // Estimated: `5552` - // Minimum execution time: 14_536_000 picoseconds. - Weight::from_parts(15_117_000, 5552) + // Minimum execution time: 15_005_000 picoseconds. + Weight::from_parts(15_431_000, 5552) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/pallets/stateful-storage/src/weights.rs b/pallets/stateful-storage/src/weights.rs index bbf24d9f54..5a1799ea3f 100644 --- a/pallets/stateful-storage/src/weights.rs +++ b/pallets/stateful-storage/src/weights.rs @@ -1,10 +1,10 @@ //! Autogenerated weights for `pallet_stateful_storage` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-27, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-07-11, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-11-138`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -59,10 +59,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `318` // Estimated: `5268` - // Minimum execution time: 25_390_000 picoseconds. - Weight::from_parts(24_887_146, 5268) - // Standard Error: 49 - .saturating_add(Weight::from_parts(1_058, 0).saturating_mul(s.into())) + // Minimum execution time: 25_560_000 picoseconds. + Weight::from_parts(25_271_280, 5268) + // Standard Error: 48 + .saturating_add(Weight::from_parts(950, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -79,8 +79,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `10696` // Estimated: `15646` - // Minimum execution time: 39_077_000 picoseconds. - Weight::from_parts(43_219_754, 15646) + // Minimum execution time: 39_498_000 picoseconds. + Weight::from_parts(43_221_884, 15646) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -97,10 +97,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1479` // Estimated: `6429` - // Minimum execution time: 29_308_000 picoseconds. - Weight::from_parts(30_466_174, 6429) - // Standard Error: 198 - .saturating_add(Weight::from_parts(907, 0).saturating_mul(s.into())) + // Minimum execution time: 29_668_000 picoseconds. + Weight::from_parts(30_946_509, 6429) + // Standard Error: 346 + .saturating_add(Weight::from_parts(538, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -116,8 +116,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1477` // Estimated: `6427` - // Minimum execution time: 28_736_000 picoseconds. - Weight::from_parts(29_364_000, 6427) + // Minimum execution time: 28_453_000 picoseconds. + Weight::from_parts(28_920_000, 6427) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -132,10 +132,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `325` // Estimated: `5275` - // Minimum execution time: 74_306_000 picoseconds. - Weight::from_parts(66_563_792, 5275) - // Standard Error: 161 - .saturating_add(Weight::from_parts(6_319, 0).saturating_mul(s.into())) + // Minimum execution time: 74_337_000 picoseconds. + Weight::from_parts(67_191_227, 5275) + // Standard Error: 172 + .saturating_add(Weight::from_parts(6_316, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -150,8 +150,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `10703` // Estimated: `15653` - // Minimum execution time: 83_095_000 picoseconds. - Weight::from_parts(86_916_694, 15653) + // Minimum execution time: 83_193_000 picoseconds. + Weight::from_parts(87_491_976, 15653) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -166,10 +166,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1412` // Estimated: `6362` - // Minimum execution time: 73_266_000 picoseconds. - Weight::from_parts(75_316_910, 6362) - // Standard Error: 226 - .saturating_add(Weight::from_parts(6_243, 0).saturating_mul(s.into())) + // Minimum execution time: 71_164_000 picoseconds. + Weight::from_parts(72_924_188, 6362) + // Standard Error: 201 + .saturating_add(Weight::from_parts(6_242, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -183,8 +183,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1410` // Estimated: `6360` - // Minimum execution time: 72_863_000 picoseconds. - Weight::from_parts(74_032_000, 6360) + // Minimum execution time: 69_586_000 picoseconds. + Weight::from_parts(70_179_000, 6360) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -205,10 +205,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `318` // Estimated: `5268` - // Minimum execution time: 25_390_000 picoseconds. - Weight::from_parts(24_887_146, 5268) - // Standard Error: 49 - .saturating_add(Weight::from_parts(1_058, 0).saturating_mul(s.into())) + // Minimum execution time: 25_560_000 picoseconds. + Weight::from_parts(25_271_280, 5268) + // Standard Error: 48 + .saturating_add(Weight::from_parts(950, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -225,8 +225,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `10696` // Estimated: `15646` - // Minimum execution time: 39_077_000 picoseconds. - Weight::from_parts(43_219_754, 15646) + // Minimum execution time: 39_498_000 picoseconds. + Weight::from_parts(43_221_884, 15646) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -243,10 +243,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1479` // Estimated: `6429` - // Minimum execution time: 29_308_000 picoseconds. - Weight::from_parts(30_466_174, 6429) - // Standard Error: 198 - .saturating_add(Weight::from_parts(907, 0).saturating_mul(s.into())) + // Minimum execution time: 29_668_000 picoseconds. + Weight::from_parts(30_946_509, 6429) + // Standard Error: 346 + .saturating_add(Weight::from_parts(538, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -262,8 +262,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1477` // Estimated: `6427` - // Minimum execution time: 28_736_000 picoseconds. - Weight::from_parts(29_364_000, 6427) + // Minimum execution time: 28_453_000 picoseconds. + Weight::from_parts(28_920_000, 6427) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -278,10 +278,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `325` // Estimated: `5275` - // Minimum execution time: 74_306_000 picoseconds. - Weight::from_parts(66_563_792, 5275) - // Standard Error: 161 - .saturating_add(Weight::from_parts(6_319, 0).saturating_mul(s.into())) + // Minimum execution time: 74_337_000 picoseconds. + Weight::from_parts(67_191_227, 5275) + // Standard Error: 172 + .saturating_add(Weight::from_parts(6_316, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -296,8 +296,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `10703` // Estimated: `15653` - // Minimum execution time: 83_095_000 picoseconds. - Weight::from_parts(86_916_694, 15653) + // Minimum execution time: 83_193_000 picoseconds. + Weight::from_parts(87_491_976, 15653) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -312,10 +312,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1412` // Estimated: `6362` - // Minimum execution time: 73_266_000 picoseconds. - Weight::from_parts(75_316_910, 6362) - // Standard Error: 226 - .saturating_add(Weight::from_parts(6_243, 0).saturating_mul(s.into())) + // Minimum execution time: 71_164_000 picoseconds. + Weight::from_parts(72_924_188, 6362) + // Standard Error: 201 + .saturating_add(Weight::from_parts(6_242, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -329,8 +329,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1410` // Estimated: `6360` - // Minimum execution time: 72_863_000 picoseconds. - Weight::from_parts(74_032_000, 6360) + // Minimum execution time: 69_586_000 picoseconds. + Weight::from_parts(70_179_000, 6360) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/pallets/time-release/src/weights.rs b/pallets/time-release/src/weights.rs index 3aafd2da7a..763234d647 100644 --- a/pallets/time-release/src/weights.rs +++ b/pallets/time-release/src/weights.rs @@ -1,10 +1,10 @@ //! Autogenerated weights for `pallet_time_release` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-27, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-07-11, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-11-138`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -57,8 +57,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `113` // Estimated: `6399` - // Minimum execution time: 41_567_000 picoseconds. - Weight::from_parts(42_025_000, 6399) + // Minimum execution time: 42_873_000 picoseconds. + Weight::from_parts(43_213_000, 6399) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -75,10 +75,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `268` // Estimated: `6399` - // Minimum execution time: 27_279_000 picoseconds. - Weight::from_parts(28_228_070, 6399) - // Standard Error: 2_219 - .saturating_add(Weight::from_parts(5_670, 0).saturating_mul(i.into())) + // Minimum execution time: 27_274_000 picoseconds. + Weight::from_parts(28_172_113, 6399) + // Standard Error: 1_675 + .saturating_add(Weight::from_parts(4_767, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -95,10 +95,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `39` // Estimated: `6249` - // Minimum execution time: 21_675_000 picoseconds. - Weight::from_parts(22_281_583, 6249) - // Standard Error: 2_064 - .saturating_add(Weight::from_parts(61_444, 0).saturating_mul(i.into())) + // Minimum execution time: 22_135_000 picoseconds. + Weight::from_parts(22_872_363, 6249) + // Standard Error: 2_037 + .saturating_add(Weight::from_parts(56_895, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -122,8 +122,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `113` // Estimated: `6399` - // Minimum execution time: 41_567_000 picoseconds. - Weight::from_parts(42_025_000, 6399) + // Minimum execution time: 42_873_000 picoseconds. + Weight::from_parts(43_213_000, 6399) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -140,10 +140,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `268` // Estimated: `6399` - // Minimum execution time: 27_279_000 picoseconds. - Weight::from_parts(28_228_070, 6399) - // Standard Error: 2_219 - .saturating_add(Weight::from_parts(5_670, 0).saturating_mul(i.into())) + // Minimum execution time: 27_274_000 picoseconds. + Weight::from_parts(28_172_113, 6399) + // Standard Error: 1_675 + .saturating_add(Weight::from_parts(4_767, 0).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -160,10 +160,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `39` // Estimated: `6249` - // Minimum execution time: 21_675_000 picoseconds. - Weight::from_parts(22_281_583, 6249) - // Standard Error: 2_064 - .saturating_add(Weight::from_parts(61_444, 0).saturating_mul(i.into())) + // Minimum execution time: 22_135_000 picoseconds. + Weight::from_parts(22_872_363, 6249) + // Standard Error: 2_037 + .saturating_add(Weight::from_parts(56_895, 0).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } diff --git a/runtime/common/src/weights/block_weights.rs b/runtime/common/src/weights/block_weights.rs index 4633e7d00c..a81d813ab9 100644 --- a/runtime/common/src/weights/block_weights.rs +++ b/runtime/common/src/weights/block_weights.rs @@ -15,9 +15,9 @@ // See the License for the specific language governing permissions and // limitations under the License. -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-27 (Y/M/D) -//! HOSTNAME: `ip-10-173-11-138`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-07-11 (Y/M/D) +//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Frequency Development (No Relay)` //! WARMUPS: `10`, REPEAT: `100` @@ -43,17 +43,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 223_331, 260_515 - /// Average: 227_786 - /// Median: 225_617 - /// Std-Dev: 5681.72 + /// Min, Max: 240_059, 282_255 + /// Average: 246_522 + /// Median: 243_880 + /// Std-Dev: 6867.77 /// /// Percentiles nanoseconds: - /// 99th: 244_275 - /// 95th: 240_609 - /// 75th: 228_093 + /// 99th: 269_773 + /// 95th: 260_282 + /// 75th: 247_600 pub const BlockExecutionWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(227_786), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(246_522), 0); } #[cfg(test)] diff --git a/runtime/common/src/weights/extrinsic_weights.rs b/runtime/common/src/weights/extrinsic_weights.rs index 3caa55c96d..629c934b3e 100644 --- a/runtime/common/src/weights/extrinsic_weights.rs +++ b/runtime/common/src/weights/extrinsic_weights.rs @@ -15,9 +15,9 @@ // See the License for the specific language governing permissions and // limitations under the License. -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-27 (Y/M/D) -//! HOSTNAME: `ip-10-173-11-138`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-07-11 (Y/M/D) +//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Frequency Development (No Relay)` //! WARMUPS: `10`, REPEAT: `100` @@ -43,17 +43,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 59_133, 59_742 - /// Average: 59_307 - /// Median: 59_275 - /// Std-Dev: 100.19 + /// Min, Max: 59_907, 60_803 + /// Average: 60_223 + /// Median: 60_205 + /// Std-Dev: 203.13 /// /// Percentiles nanoseconds: - /// 99th: 59_575 - /// 95th: 59_464 - /// 75th: 59_371 + /// 99th: 60_762 + /// 95th: 60_532 + /// 75th: 60_374 pub const ExtrinsicBaseWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(59_307), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(60_223), 0); } #[cfg(test)] diff --git a/runtime/common/src/weights/pallet_balances.rs b/runtime/common/src/weights/pallet_balances.rs index a5570546ce..9c8195087f 100644 --- a/runtime/common/src/weights/pallet_balances.rs +++ b/runtime/common/src/weights/pallet_balances.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_balances //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-07-11, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-11-138`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -33,24 +33,14 @@ use core::marker::PhantomData; /// Weights for `pallet_balances` using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_balances::WeightInfo for SubstrateWeight { - fn force_adjust_total_issuance () -> Weight { - // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `5078` - // Minimum execution time: 43_182_000 picoseconds. - Weight::from_parts(43_728_000, 5078) - .saturating_add(T::DbWeight::get().reads(1_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) - - } /// Storage: `System::Account` (r:1 w:1) /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn transfer_allow_death() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `5078` - // Minimum execution time: 43_182_000 picoseconds. - Weight::from_parts(43_728_000, 5078) + // Minimum execution time: 43_574_000 picoseconds. + Weight::from_parts(44_322_000, 5078) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -60,8 +50,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `5078` - // Minimum execution time: 34_129_000 picoseconds. - Weight::from_parts(34_489_000, 5078) + // Minimum execution time: 34_934_000 picoseconds. + Weight::from_parts(35_494_000, 5078) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -71,8 +61,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `207` // Estimated: `5078` - // Minimum execution time: 12_707_000 picoseconds. - Weight::from_parts(13_073_000, 5078) + // Minimum execution time: 13_424_000 picoseconds. + Weight::from_parts(13_688_000, 5078) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -82,8 +72,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `207` // Estimated: `5078` - // Minimum execution time: 17_804_000 picoseconds. - Weight::from_parts(18_434_000, 5078) + // Minimum execution time: 18_159_000 picoseconds. + Weight::from_parts(18_889_000, 5078) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -93,8 +83,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `103` // Estimated: `7681` - // Minimum execution time: 44_206_000 picoseconds. - Weight::from_parts(45_143_000, 7681) + // Minimum execution time: 45_801_000 picoseconds. + Weight::from_parts(46_555_000, 7681) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -104,8 +94,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `5078` - // Minimum execution time: 42_975_000 picoseconds. - Weight::from_parts(43_578_000, 5078) + // Minimum execution time: 43_888_000 picoseconds. + Weight::from_parts(44_716_000, 5078) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -115,8 +105,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `207` // Estimated: `5078` - // Minimum execution time: 15_628_000 picoseconds. - Weight::from_parts(16_027_000, 5078) + // Minimum execution time: 16_268_000 picoseconds. + Weight::from_parts(16_527_000, 5078) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -127,14 +117,21 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0 + u * (136 ±0)` // Estimated: `2475 + u * (2603 ±0)` - // Minimum execution time: 15_107_000 picoseconds. - Weight::from_parts(15_253_000, 2475) - // Standard Error: 12_572 - .saturating_add(Weight::from_parts(13_066_777, 0).saturating_mul(u.into())) + // Minimum execution time: 15_549_000 picoseconds. + Weight::from_parts(15_854_000, 2475) + // Standard Error: 10_593 + .saturating_add(Weight::from_parts(13_314_923, 0).saturating_mul(u.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(u.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(u.into()))) .saturating_add(Weight::from_parts(0, 2603).saturating_mul(u.into())) } + fn force_adjust_total_issuance() -> Weight { + // Proof Size summary in bytes: + // Measured: `0` + // Estimated: `0` + // Minimum execution time: 5_087_000 picoseconds. + Weight::from_parts(5_407_000, 0) + } } diff --git a/runtime/common/src/weights/pallet_collator_selection.rs b/runtime/common/src/weights/pallet_collator_selection.rs index 411c4581e3..c8db21ba6b 100644 --- a/runtime/common/src/weights/pallet_collator_selection.rs +++ b/runtime/common/src/weights/pallet_collator_selection.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_collator_selection //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-07-11, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-11-138`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -42,10 +42,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `334 + b * (79 ±0)` // Estimated: `2809 + b * (2554 ±0)` - // Minimum execution time: 10_577_000 picoseconds. - Weight::from_parts(9_308_220, 2809) - // Standard Error: 9_848 - .saturating_add(Weight::from_parts(3_123_305, 0).saturating_mul(b.into())) + // Minimum execution time: 10_899_000 picoseconds. + Weight::from_parts(9_421_121, 2809) + // Standard Error: 9_709 + .saturating_add(Weight::from_parts(3_221_363, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 2554).saturating_mul(b.into())) @@ -64,12 +64,12 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `1120 + b * (32 ±0) + c * (51 ±0)` // Estimated: `6015 + b * (29 ±0) + c * (53 ±0)` - // Minimum execution time: 40_480_000 picoseconds. - Weight::from_parts(41_447_239, 6015) - // Standard Error: 4_462 - .saturating_add(Weight::from_parts(8_847, 0).saturating_mul(b.into())) - // Standard Error: 1_323 - .saturating_add(Weight::from_parts(173_354, 0).saturating_mul(c.into())) + // Minimum execution time: 41_112_000 picoseconds. + Weight::from_parts(42_257_239, 6015) + // Standard Error: 4_769 + .saturating_add(Weight::from_parts(156, 0).saturating_mul(b.into())) + // Standard Error: 1_414 + .saturating_add(Weight::from_parts(195_350, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 29).saturating_mul(b.into())) @@ -84,10 +84,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `153 + b * (32 ±0)` // Estimated: `5371` - // Minimum execution time: 9_849_000 picoseconds. - Weight::from_parts(9_986_474, 5371) - // Standard Error: 2_194 - .saturating_add(Weight::from_parts(183_804, 0).saturating_mul(b.into())) + // Minimum execution time: 10_087_000 picoseconds. + Weight::from_parts(10_322_773, 5371) + // Standard Error: 2_536 + .saturating_add(Weight::from_parts(193_881, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -97,8 +97,8 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_846_000 picoseconds. - Weight::from_parts(4_081_000, 0) + // Minimum execution time: 4_052_000 picoseconds. + Weight::from_parts(4_286_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `CollatorSelection::CandidacyBond` (r:1 w:1) @@ -115,12 +115,12 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `0 + c * (188 ±0) + k * (130 ±0)` // Estimated: `5371 + c * (894 ±29) + k * (894 ±29)` - // Minimum execution time: 8_450_000 picoseconds. - Weight::from_parts(8_563_000, 5371) - // Standard Error: 148_696 - .saturating_add(Weight::from_parts(5_156_227, 0).saturating_mul(c.into())) - // Standard Error: 148_696 - .saturating_add(Weight::from_parts(4_862_139, 0).saturating_mul(k.into())) + // Minimum execution time: 8_665_000 picoseconds. + Weight::from_parts(8_896_000, 5371) + // Standard Error: 153_934 + .saturating_add(Weight::from_parts(5_343_930, 0).saturating_mul(c.into())) + // Standard Error: 153_934 + .saturating_add(Weight::from_parts(5_009_627, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) @@ -137,10 +137,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `372 + c * (49 ±0)` // Estimated: `5371` - // Minimum execution time: 21_595_000 picoseconds. - Weight::from_parts(24_006_352, 5371) - // Standard Error: 2_409 - .saturating_add(Weight::from_parts(200_586, 0).saturating_mul(c.into())) + // Minimum execution time: 22_142_000 picoseconds. + Weight::from_parts(24_620_221, 5371) + // Standard Error: 2_794 + .saturating_add(Weight::from_parts(209_652, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -159,10 +159,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `810 + c * (57 ±0)` // Estimated: `5764 + c * (57 ±0)` - // Minimum execution time: 33_021_000 picoseconds. - Weight::from_parts(35_584_346, 5764) - // Standard Error: 3_379 - .saturating_add(Weight::from_parts(262_271, 0).saturating_mul(c.into())) + // Minimum execution time: 34_157_000 picoseconds. + Weight::from_parts(36_931_394, 5764) + // Standard Error: 3_661 + .saturating_add(Weight::from_parts(269_391, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 57).saturating_mul(c.into())) @@ -184,10 +184,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `901 + c * (58 ±0)` // Estimated: `5856 + c * (59 ±0)` - // Minimum execution time: 46_877_000 picoseconds. - Weight::from_parts(50_275_640, 5856) - // Standard Error: 4_101 - .saturating_add(Weight::from_parts(287_657, 0).saturating_mul(c.into())) + // Minimum execution time: 47_742_000 picoseconds. + Weight::from_parts(51_894_855, 5856) + // Standard Error: 3_706 + .saturating_add(Weight::from_parts(298_125, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 59).saturating_mul(c.into())) @@ -203,10 +203,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `501 + c * (48 ±0)` // Estimated: `5371` - // Minimum execution time: 25_576_000 picoseconds. - Weight::from_parts(28_157_308, 5371) - // Standard Error: 2_987 - .saturating_add(Weight::from_parts(234_084, 0).saturating_mul(c.into())) + // Minimum execution time: 26_542_000 picoseconds. + Weight::from_parts(28_697_003, 5371) + // Standard Error: 2_664 + .saturating_add(Weight::from_parts(234_224, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -218,8 +218,8 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `212` // Estimated: `7681` - // Minimum execution time: 37_905_000 picoseconds. - Weight::from_parts(38_468_000, 7681) + // Minimum execution time: 39_757_000 picoseconds. + Weight::from_parts(40_790_000, 7681) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -239,10 +239,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `1188 + c * (98 ±0) + r * (128 ±0)` // Estimated: `5371 + c * (2519 ±0) + r * (2603 ±0)` - // Minimum execution time: 17_649_000 picoseconds. - Weight::from_parts(17_918_000, 5371) - // Standard Error: 268_572 - .saturating_add(Weight::from_parts(11_983_343, 0).saturating_mul(c.into())) + // Minimum execution time: 17_732_000 picoseconds. + Weight::from_parts(18_036_000, 5371) + // Standard Error: 276_702 + .saturating_add(Weight::from_parts(12_436_109, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) diff --git a/runtime/common/src/weights/pallet_collective_council.rs b/runtime/common/src/weights/pallet_collective_council.rs index 07102eb94b..edb128937a 100644 --- a/runtime/common/src/weights/pallet_collective_council.rs +++ b/runtime/common/src/weights/pallet_collective_council.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_collective //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-07-11, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-11-138`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -51,12 +51,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `0 + m * (832 ±0) + p * (310 ±0)` // Estimated: `5779 + m * (489 ±3) + p * (2615 ±1)` - // Minimum execution time: 7_068_000 picoseconds. - Weight::from_parts(7_477_000, 5779) - // Standard Error: 61_453 - .saturating_add(Weight::from_parts(2_894_083, 0).saturating_mul(m.into())) - // Standard Error: 24_972 - .saturating_add(Weight::from_parts(3_315_480, 0).saturating_mul(p.into())) + // Minimum execution time: 7_256_000 picoseconds. + Weight::from_parts(7_559_000, 5779) + // Standard Error: 61_578 + .saturating_add(Weight::from_parts(2_863_204, 0).saturating_mul(m.into())) + // Standard Error: 25_023 + .saturating_add(Weight::from_parts(3_295_860, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -74,12 +74,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `70 + m * (32 ±0)` // Estimated: `3039 + m * (32 ±0)` - // Minimum execution time: 10_727_000 picoseconds. - Weight::from_parts(11_158_682, 3039) - // Standard Error: 12 - .saturating_add(Weight::from_parts(1_442, 0).saturating_mul(b.into())) - // Standard Error: 1_359 - .saturating_add(Weight::from_parts(21_568, 0).saturating_mul(m.into())) + // Minimum execution time: 11_039_000 picoseconds. + Weight::from_parts(11_333_737, 3039) + // Standard Error: 14 + .saturating_add(Weight::from_parts(1_533, 0).saturating_mul(b.into())) + // Standard Error: 1_570 + .saturating_add(Weight::from_parts(20_705, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -95,12 +95,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `70 + m * (32 ±0)` // Estimated: `5019 + m * (32 ±0)` - // Minimum execution time: 13_226_000 picoseconds. - Weight::from_parts(13_412_197, 5019) + // Minimum execution time: 13_352_000 picoseconds. + Weight::from_parts(13_612_904, 5019) // Standard Error: 16 - .saturating_add(Weight::from_parts(1_563, 0).saturating_mul(b.into())) - // Standard Error: 1_745 - .saturating_add(Weight::from_parts(40_620, 0).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(1_536, 0).saturating_mul(b.into())) + // Standard Error: 1_733 + .saturating_add(Weight::from_parts(32_270, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -124,14 +124,14 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `113 + m * (32 ±0) + p * (51 ±0)` // Estimated: `5015 + m * (42 ±0) + p * (49 ±0)` - // Minimum execution time: 17_965_000 picoseconds. - Weight::from_parts(16_689_505, 5015) + // Minimum execution time: 18_380_000 picoseconds. + Weight::from_parts(17_313_106, 5015) // Standard Error: 45 - .saturating_add(Weight::from_parts(2_303, 0).saturating_mul(b.into())) - // Standard Error: 5_393 - .saturating_add(Weight::from_parts(160_016, 0).saturating_mul(m.into())) - // Standard Error: 1_882 - .saturating_add(Weight::from_parts(268_850, 0).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(2_295, 0).saturating_mul(b.into())) + // Standard Error: 5_356 + .saturating_add(Weight::from_parts(146_828, 0).saturating_mul(m.into())) + // Standard Error: 1_869 + .saturating_add(Weight::from_parts(265_508, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 42).saturating_mul(m.into())) @@ -147,10 +147,10 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `571 + m * (64 ±0)` // Estimated: `5521 + m * (64 ±0)` - // Minimum execution time: 15_975_000 picoseconds. - Weight::from_parts(16_753_237, 5521) - // Standard Error: 4_592 - .saturating_add(Weight::from_parts(82_847, 0).saturating_mul(m.into())) + // Minimum execution time: 16_116_000 picoseconds. + Weight::from_parts(16_753_405, 5521) + // Standard Error: 4_658 + .saturating_add(Weight::from_parts(93_266, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -171,12 +171,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `41 + m * (64 ±0) + p * (54 ±0)` // Estimated: `5009 + m * (80 ±0) + p * (50 ±0)` - // Minimum execution time: 18_480_000 picoseconds. - Weight::from_parts(18_295_777, 5009) - // Standard Error: 5_482 - .saturating_add(Weight::from_parts(168_219, 0).saturating_mul(m.into())) - // Standard Error: 1_462 - .saturating_add(Weight::from_parts(242_232, 0).saturating_mul(p.into())) + // Minimum execution time: 18_839_000 picoseconds. + Weight::from_parts(18_529_088, 5009) + // Standard Error: 5_463 + .saturating_add(Weight::from_parts(162_153, 0).saturating_mul(m.into())) + // Standard Error: 1_457 + .saturating_add(Weight::from_parts(232_541, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(m.into())) @@ -200,14 +200,14 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `72 + b * (1 ±0) + m * (64 ±0) + p * (72 ±0)` // Estimated: `5015 + b * (1 ±0) + m * (85 ±0) + p * (65 ±0)` - // Minimum execution time: 27_346_000 picoseconds. - Weight::from_parts(27_535_978, 5015) - // Standard Error: 63 - .saturating_add(Weight::from_parts(1_842, 0).saturating_mul(b.into())) - // Standard Error: 9_736 - .saturating_add(Weight::from_parts(136_736, 0).saturating_mul(m.into())) - // Standard Error: 2_605 - .saturating_add(Weight::from_parts(404_391, 0).saturating_mul(p.into())) + // Minimum execution time: 27_880_000 picoseconds. + Weight::from_parts(27_850_780, 5015) + // Standard Error: 61 + .saturating_add(Weight::from_parts(1_920, 0).saturating_mul(b.into())) + // Standard Error: 9_512 + .saturating_add(Weight::from_parts(148_795, 0).saturating_mul(m.into())) + // Standard Error: 2_545 + .saturating_add(Weight::from_parts(389_177, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -232,12 +232,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `61 + m * (64 ±0) + p * (54 ±0)` // Estimated: `5029 + m * (80 ±0) + p * (50 ±0)` - // Minimum execution time: 20_333_000 picoseconds. - Weight::from_parts(20_019_377, 5029) - // Standard Error: 5_835 - .saturating_add(Weight::from_parts(174_979, 0).saturating_mul(m.into())) - // Standard Error: 1_556 - .saturating_add(Weight::from_parts(238_487, 0).saturating_mul(p.into())) + // Minimum execution time: 20_562_000 picoseconds. + Weight::from_parts(20_301_871, 5029) + // Standard Error: 6_018 + .saturating_add(Weight::from_parts(175_882, 0).saturating_mul(m.into())) + // Standard Error: 1_605 + .saturating_add(Weight::from_parts(237_898, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(m.into())) @@ -263,14 +263,14 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `92 + b * (1 ±0) + m * (64 ±0) + p * (72 ±0)` // Estimated: `5035 + b * (1 ±0) + m * (85 ±0) + p * (65 ±0)` - // Minimum execution time: 29_261_000 picoseconds. - Weight::from_parts(29_850_977, 5035) - // Standard Error: 64 - .saturating_add(Weight::from_parts(2_161, 0).saturating_mul(b.into())) - // Standard Error: 9_882 - .saturating_add(Weight::from_parts(67_596, 0).saturating_mul(m.into())) - // Standard Error: 2_643 - .saturating_add(Weight::from_parts(426_998, 0).saturating_mul(p.into())) + // Minimum execution time: 29_934_000 picoseconds. + Weight::from_parts(30_156_604, 5035) + // Standard Error: 60 + .saturating_add(Weight::from_parts(2_360, 0).saturating_mul(b.into())) + // Standard Error: 9_289 + .saturating_add(Weight::from_parts(62_659, 0).saturating_mul(m.into())) + // Standard Error: 2_485 + .saturating_add(Weight::from_parts(425_493, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -289,10 +289,10 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `226 + p * (32 ±0)` // Estimated: `3196 + p * (32 ±0)` - // Minimum execution time: 11_531_000 picoseconds. - Weight::from_parts(12_110_508, 3196) - // Standard Error: 946 - .saturating_add(Weight::from_parts(197_815, 0).saturating_mul(p.into())) + // Minimum execution time: 11_653_000 picoseconds. + Weight::from_parts(12_256_065, 3196) + // Standard Error: 896 + .saturating_add(Weight::from_parts(200_192, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into())) diff --git a/runtime/common/src/weights/pallet_collective_technical_committee.rs b/runtime/common/src/weights/pallet_collective_technical_committee.rs index 6f3d57fc5f..a3ac2c3361 100644 --- a/runtime/common/src/weights/pallet_collective_technical_committee.rs +++ b/runtime/common/src/weights/pallet_collective_technical_committee.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_collective //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-07-11, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-11-138`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -50,13 +50,13 @@ impl pallet_collective::WeightInfo for SubstrateWeight< fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + m * (832 ±0) + p * (310 ±0)` - // Estimated: `5846 + m * (489 ±3) + p * (2615 ±1)` - // Minimum execution time: 7_171_000 picoseconds. - Weight::from_parts(7_473_000, 5846) - // Standard Error: 61_416 - .saturating_add(Weight::from_parts(2_922_546, 0).saturating_mul(m.into())) - // Standard Error: 24_957 - .saturating_add(Weight::from_parts(3_320_205, 0).saturating_mul(p.into())) + // Estimated: `5846 + m * (489 ±5) + p * (2615 ±2)` + // Minimum execution time: 7_227_000 picoseconds. + Weight::from_parts(7_606_000, 5846) + // Standard Error: 62_063 + .saturating_add(Weight::from_parts(2_936_551, 0).saturating_mul(m.into())) + // Standard Error: 25_220 + .saturating_add(Weight::from_parts(3_329_986, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -74,12 +74,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `137 + m * (32 ±0)` // Estimated: `3106 + m * (32 ±0)` - // Minimum execution time: 10_999_000 picoseconds. - Weight::from_parts(11_206_919, 3106) + // Minimum execution time: 11_189_000 picoseconds. + Weight::from_parts(11_369_819, 3106) // Standard Error: 9 - .saturating_add(Weight::from_parts(1_533, 0).saturating_mul(b.into())) - // Standard Error: 1_001 - .saturating_add(Weight::from_parts(19_545, 0).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(1_452, 0).saturating_mul(b.into())) + // Standard Error: 991 + .saturating_add(Weight::from_parts(25_806, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -95,12 +95,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `137 + m * (32 ±0)` // Estimated: `5086 + m * (32 ±0)` - // Minimum execution time: 13_358_000 picoseconds. - Weight::from_parts(13_468_104, 5086) + // Minimum execution time: 13_492_000 picoseconds. + Weight::from_parts(13_466_330, 5086) // Standard Error: 11 - .saturating_add(Weight::from_parts(1_520, 0).saturating_mul(b.into())) - // Standard Error: 1_199 - .saturating_add(Weight::from_parts(35_264, 0).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(1_557, 0).saturating_mul(b.into())) + // Standard Error: 1_224 + .saturating_add(Weight::from_parts(48_740, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -124,14 +124,14 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `180 + m * (32 ±0) + p * (51 ±0)` // Estimated: `5082 + m * (42 ±0) + p * (49 ±0)` - // Minimum execution time: 17_889_000 picoseconds. - Weight::from_parts(16_987_456, 5082) - // Standard Error: 44 - .saturating_add(Weight::from_parts(2_279, 0).saturating_mul(b.into())) - // Standard Error: 5_226 - .saturating_add(Weight::from_parts(151_241, 0).saturating_mul(m.into())) - // Standard Error: 1_823 - .saturating_add(Weight::from_parts(262_644, 0).saturating_mul(p.into())) + // Minimum execution time: 18_582_000 picoseconds. + Weight::from_parts(17_081_983, 5082) + // Standard Error: 43 + .saturating_add(Weight::from_parts(2_414, 0).saturating_mul(b.into())) + // Standard Error: 5_157 + .saturating_add(Weight::from_parts(158_325, 0).saturating_mul(m.into())) + // Standard Error: 1_799 + .saturating_add(Weight::from_parts(265_255, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 42).saturating_mul(m.into())) @@ -147,10 +147,10 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `638 + m * (64 ±0)` // Estimated: `5588 + m * (64 ±0)` - // Minimum execution time: 16_108_000 picoseconds. - Weight::from_parts(16_608_815, 5588) - // Standard Error: 3_799 - .saturating_add(Weight::from_parts(101_191, 0).saturating_mul(m.into())) + // Minimum execution time: 16_266_000 picoseconds. + Weight::from_parts(16_984_501, 5588) + // Standard Error: 3_988 + .saturating_add(Weight::from_parts(95_833, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -171,12 +171,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `108 + m * (64 ±0) + p * (54 ±0)` // Estimated: `5076 + m * (80 ±0) + p * (50 ±0)` - // Minimum execution time: 18_816_000 picoseconds. - Weight::from_parts(18_590_487, 5076) - // Standard Error: 5_427 - .saturating_add(Weight::from_parts(161_492, 0).saturating_mul(m.into())) - // Standard Error: 1_447 - .saturating_add(Weight::from_parts(233_432, 0).saturating_mul(p.into())) + // Minimum execution time: 19_073_000 picoseconds. + Weight::from_parts(18_782_094, 5076) + // Standard Error: 5_627 + .saturating_add(Weight::from_parts(161_382, 0).saturating_mul(m.into())) + // Standard Error: 1_501 + .saturating_add(Weight::from_parts(232_511, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(m.into())) @@ -200,14 +200,14 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `139 + b * (1 ±0) + m * (64 ±0) + p * (72 ±0)` // Estimated: `5082 + b * (1 ±0) + m * (85 ±0) + p * (65 ±0)` - // Minimum execution time: 27_774_000 picoseconds. - Weight::from_parts(27_923_875, 5082) - // Standard Error: 60 - .saturating_add(Weight::from_parts(1_829, 0).saturating_mul(b.into())) - // Standard Error: 9_347 - .saturating_add(Weight::from_parts(134_038, 0).saturating_mul(m.into())) - // Standard Error: 2_500 - .saturating_add(Weight::from_parts(384_662, 0).saturating_mul(p.into())) + // Minimum execution time: 28_082_000 picoseconds. + Weight::from_parts(27_923_319, 5082) + // Standard Error: 59 + .saturating_add(Weight::from_parts(1_860, 0).saturating_mul(b.into())) + // Standard Error: 9_187 + .saturating_add(Weight::from_parts(157_787, 0).saturating_mul(m.into())) + // Standard Error: 2_458 + .saturating_add(Weight::from_parts(395_963, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -232,12 +232,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `128 + m * (64 ±0) + p * (54 ±0)` // Estimated: `5096 + m * (80 ±0) + p * (50 ±0)` - // Minimum execution time: 20_632_000 picoseconds. - Weight::from_parts(20_174_892, 5096) - // Standard Error: 5_391 - .saturating_add(Weight::from_parts(172_000, 0).saturating_mul(m.into())) - // Standard Error: 1_438 - .saturating_add(Weight::from_parts(234_481, 0).saturating_mul(p.into())) + // Minimum execution time: 20_999_000 picoseconds. + Weight::from_parts(20_473_142, 5096) + // Standard Error: 5_539 + .saturating_add(Weight::from_parts(184_077, 0).saturating_mul(m.into())) + // Standard Error: 1_477 + .saturating_add(Weight::from_parts(240_080, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(m.into())) @@ -263,14 +263,14 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `159 + b * (1 ±0) + m * (64 ±0) + p * (72 ±0)` // Estimated: `5102 + b * (1 ±0) + m * (85 ±0) + p * (65 ±0)` - // Minimum execution time: 29_606_000 picoseconds. - Weight::from_parts(29_755_475, 5102) - // Standard Error: 60 - .saturating_add(Weight::from_parts(2_248, 0).saturating_mul(b.into())) - // Standard Error: 9_357 - .saturating_add(Weight::from_parts(80_153, 0).saturating_mul(m.into())) - // Standard Error: 2_503 - .saturating_add(Weight::from_parts(421_213, 0).saturating_mul(p.into())) + // Minimum execution time: 30_153_000 picoseconds. + Weight::from_parts(29_676_177, 5102) + // Standard Error: 61 + .saturating_add(Weight::from_parts(2_623, 0).saturating_mul(b.into())) + // Standard Error: 9_443 + .saturating_add(Weight::from_parts(106_938, 0).saturating_mul(m.into())) + // Standard Error: 2_526 + .saturating_add(Weight::from_parts(436_311, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -289,10 +289,10 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `293 + p * (32 ±0)` // Estimated: `3263 + p * (32 ±0)` - // Minimum execution time: 11_345_000 picoseconds. - Weight::from_parts(12_168_487, 3263) - // Standard Error: 1_056 - .saturating_add(Weight::from_parts(195_135, 0).saturating_mul(p.into())) + // Minimum execution time: 11_930_000 picoseconds. + Weight::from_parts(12_358_961, 3263) + // Standard Error: 857 + .saturating_add(Weight::from_parts(203_839, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into())) diff --git a/runtime/common/src/weights/pallet_democracy.rs b/runtime/common/src/weights/pallet_democracy.rs index 2a48d7ba8f..73f9ec634f 100644 --- a/runtime/common/src/weights/pallet_democracy.rs +++ b/runtime/common/src/weights/pallet_democracy.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_democracy //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-07-11, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-11-138`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -45,8 +45,8 @@ impl pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 12_608_000 picoseconds. - Weight::from_parts(13_451_730, 0) + // Minimum execution time: 13_243_000 picoseconds. + Weight::from_parts(13_929_269, 0) // Standard Error: 3 - .saturating_add(Weight::from_parts(543, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(521, 0).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`) @@ -51,12 +51,12 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `192 + s * (2 ±0)` // Estimated: `8296` - // Minimum execution time: 37_400_000 picoseconds. - Weight::from_parts(26_918_350, 8296) - // Standard Error: 1_097 - .saturating_add(Weight::from_parts(121_213, 0).saturating_mul(s.into())) - // Standard Error: 10 - .saturating_add(Weight::from_parts(1_475, 0).saturating_mul(z.into())) + // Minimum execution time: 37_778_000 picoseconds. + Weight::from_parts(26_716_968, 8296) + // Standard Error: 550 + .saturating_add(Weight::from_parts(124_002, 0).saturating_mul(s.into())) + // Standard Error: 5 + .saturating_add(Weight::from_parts(1_484, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -68,12 +68,12 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `211` // Estimated: `8296` - // Minimum execution time: 25_007_000 picoseconds. - Weight::from_parts(15_217_517, 8296) - // Standard Error: 391 - .saturating_add(Weight::from_parts(107_307, 0).saturating_mul(s.into())) + // Minimum execution time: 25_507_000 picoseconds. + Weight::from_parts(15_466_878, 8296) + // Standard Error: 394 + .saturating_add(Weight::from_parts(110_921, 0).saturating_mul(s.into())) // Standard Error: 3 - .saturating_add(Weight::from_parts(1_441, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_436, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -87,12 +87,12 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `314 + s * (33 ±0)` // Estimated: `8296` - // Minimum execution time: 43_513_000 picoseconds. - Weight::from_parts(30_561_524, 8296) - // Standard Error: 622 - .saturating_add(Weight::from_parts(152_513, 0).saturating_mul(s.into())) + // Minimum execution time: 43_984_000 picoseconds. + Weight::from_parts(30_584_503, 8296) + // Standard Error: 626 + .saturating_add(Weight::from_parts(156_216, 0).saturating_mul(s.into())) // Standard Error: 6 - .saturating_add(Weight::from_parts(1_470, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_508, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -103,10 +103,10 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `193 + s * (2 ±0)` // Estimated: `8296` - // Minimum execution time: 24_337_000 picoseconds. - Weight::from_parts(25_619_712, 8296) - // Standard Error: 690 - .saturating_add(Weight::from_parts(124_137, 0).saturating_mul(s.into())) + // Minimum execution time: 25_024_000 picoseconds. + Weight::from_parts(26_000_484, 8296) + // Standard Error: 644 + .saturating_add(Weight::from_parts(125_832, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -117,10 +117,10 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `211` // Estimated: `8296` - // Minimum execution time: 13_600_000 picoseconds. - Weight::from_parts(14_140_496, 8296) - // Standard Error: 446 - .saturating_add(Weight::from_parts(108_639, 0).saturating_mul(s.into())) + // Minimum execution time: 13_857_000 picoseconds. + Weight::from_parts(14_493_125, 8296) + // Standard Error: 424 + .saturating_add(Weight::from_parts(108_751, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -131,10 +131,10 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `383 + s * (1 ±0)` // Estimated: `8296` - // Minimum execution time: 26_003_000 picoseconds. - Weight::from_parts(26_983_020, 8296) - // Standard Error: 628 - .saturating_add(Weight::from_parts(119_752, 0).saturating_mul(s.into())) + // Minimum execution time: 26_213_000 picoseconds. + Weight::from_parts(27_471_244, 8296) + // Standard Error: 695 + .saturating_add(Weight::from_parts(121_611, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/common/src/weights/pallet_preimage.rs b/runtime/common/src/weights/pallet_preimage.rs index 2cd62edcd0..326f7f257b 100644 --- a/runtime/common/src/weights/pallet_preimage.rs +++ b/runtime/common/src/weights/pallet_preimage.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_preimage //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-07-11, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-11-138`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -46,10 +46,10 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `42` // Estimated: `5041` - // Minimum execution time: 43_115_000 picoseconds. - Weight::from_parts(43_643_000, 5041) - // Standard Error: 9 - .saturating_add(Weight::from_parts(2_425, 0).saturating_mul(s.into())) + // Minimum execution time: 42_533_000 picoseconds. + Weight::from_parts(42_939_000, 5041) + // Standard Error: 10 + .saturating_add(Weight::from_parts(2_360, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -64,10 +64,10 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `106` // Estimated: `5041` - // Minimum execution time: 13_888_000 picoseconds. - Weight::from_parts(14_235_000, 5041) + // Minimum execution time: 14_585_000 picoseconds. + Weight::from_parts(14_789_000, 5041) // Standard Error: 10 - .saturating_add(Weight::from_parts(2_439, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_360, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -82,10 +82,10 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `106` // Estimated: `5041` - // Minimum execution time: 13_371_000 picoseconds. - Weight::from_parts(13_452_000, 5041) + // Minimum execution time: 13_400_000 picoseconds. + Weight::from_parts(13_634_000, 5041) // Standard Error: 10 - .saturating_add(Weight::from_parts(2_424, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_343, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -101,8 +101,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `243` // Estimated: `5041` - // Minimum execution time: 47_571_000 picoseconds. - Weight::from_parts(52_701_000, 5041) + // Minimum execution time: 47_310_000 picoseconds. + Weight::from_parts(48_312_000, 5041) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -116,8 +116,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `144` // Estimated: `5041` - // Minimum execution time: 20_708_000 picoseconds. - Weight::from_parts(23_539_000, 5041) + // Minimum execution time: 21_178_000 picoseconds. + Weight::from_parts(21_771_000, 5041) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -129,8 +129,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `188` // Estimated: `5041` - // Minimum execution time: 18_054_000 picoseconds. - Weight::from_parts(21_326_000, 5041) + // Minimum execution time: 18_505_000 picoseconds. + Weight::from_parts(19_213_000, 5041) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -142,8 +142,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `144` // Estimated: `5041` - // Minimum execution time: 13_180_000 picoseconds. - Weight::from_parts(14_724_000, 5041) + // Minimum execution time: 13_543_000 picoseconds. + Weight::from_parts(14_057_000, 5041) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -155,8 +155,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `42` // Estimated: `5041` - // Minimum execution time: 14_564_000 picoseconds. - Weight::from_parts(15_206_000, 5041) + // Minimum execution time: 14_946_000 picoseconds. + Weight::from_parts(15_481_000, 5041) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -168,8 +168,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `106` // Estimated: `5041` - // Minimum execution time: 9_652_000 picoseconds. - Weight::from_parts(10_070_000, 5041) + // Minimum execution time: 10_031_000 picoseconds. + Weight::from_parts(10_517_000, 5041) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -183,8 +183,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `144` // Estimated: `5041` - // Minimum execution time: 18_961_000 picoseconds. - Weight::from_parts(22_509_000, 5041) + // Minimum execution time: 19_367_000 picoseconds. + Weight::from_parts(20_029_000, 5041) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -196,8 +196,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `106` // Estimated: `5041` - // Minimum execution time: 9_675_000 picoseconds. - Weight::from_parts(9_926_000, 5041) + // Minimum execution time: 10_215_000 picoseconds. + Weight::from_parts(10_479_000, 5041) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -209,8 +209,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `106` // Estimated: `5041` - // Minimum execution time: 9_418_000 picoseconds. - Weight::from_parts(9_765_000, 5041) + // Minimum execution time: 9_824_000 picoseconds. + Weight::from_parts(10_117_000, 5041) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -227,10 +227,10 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `233 + n * (227 ±0)` // Estimated: `2475 + n * (2603 ±0)` - // Minimum execution time: 48_842_000 picoseconds. - Weight::from_parts(49_333_000, 2475) - // Standard Error: 33_702 - .saturating_add(Weight::from_parts(49_308_222, 0).saturating_mul(n.into())) + // Minimum execution time: 47_993_000 picoseconds. + Weight::from_parts(48_373_000, 2475) + // Standard Error: 54_889 + .saturating_add(Weight::from_parts(49_045_704, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(n.into()))) .saturating_add(Weight::from_parts(0, 2603).saturating_mul(n.into())) diff --git a/runtime/common/src/weights/pallet_proxy.rs b/runtime/common/src/weights/pallet_proxy.rs index 4985ffd34a..ed742d7c60 100644 --- a/runtime/common/src/weights/pallet_proxy.rs +++ b/runtime/common/src/weights/pallet_proxy.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_proxy //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-07-11, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-11-138`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -40,10 +40,10 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `6191` - // Minimum execution time: 12_034_000 picoseconds. - Weight::from_parts(12_526_917, 6191) - // Standard Error: 959 - .saturating_add(Weight::from_parts(49_465, 0).saturating_mul(p.into())) + // Minimum execution time: 12_369_000 picoseconds. + Weight::from_parts(12_802_114, 6191) + // Standard Error: 864 + .saturating_add(Weight::from_parts(47_072, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: `Proxy::Proxies` (r:1 w:0) @@ -58,12 +58,12 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `524 + a * (68 ±0) + p * (37 ±0)` // Estimated: `7183` - // Minimum execution time: 34_324_000 picoseconds. - Weight::from_parts(32_563_869, 7183) - // Standard Error: 4_442 - .saturating_add(Weight::from_parts(126_461, 0).saturating_mul(a.into())) - // Standard Error: 4_590 - .saturating_add(Weight::from_parts(108_433, 0).saturating_mul(p.into())) + // Minimum execution time: 35_100_000 picoseconds. + Weight::from_parts(33_513_654, 7183) + // Standard Error: 4_295 + .saturating_add(Weight::from_parts(127_361, 0).saturating_mul(a.into())) + // Standard Error: 4_437 + .saturating_add(Weight::from_parts(106_889, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -77,12 +77,12 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `441 + a * (68 ±0)` // Estimated: `7183` - // Minimum execution time: 21_671_000 picoseconds. - Weight::from_parts(21_569_464, 7183) - // Standard Error: 1_561 - .saturating_add(Weight::from_parts(139_081, 0).saturating_mul(a.into())) - // Standard Error: 1_613 - .saturating_add(Weight::from_parts(32_802, 0).saturating_mul(p.into())) + // Minimum execution time: 21_928_000 picoseconds. + Weight::from_parts(22_057_435, 7183) + // Standard Error: 1_521 + .saturating_add(Weight::from_parts(133_022, 0).saturating_mul(a.into())) + // Standard Error: 1_571 + .saturating_add(Weight::from_parts(30_924, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -96,12 +96,12 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `441 + a * (68 ±0)` // Estimated: `7183` - // Minimum execution time: 21_639_000 picoseconds. - Weight::from_parts(21_932_563, 7183) - // Standard Error: 1_603 - .saturating_add(Weight::from_parts(136_404, 0).saturating_mul(a.into())) - // Standard Error: 1_657 - .saturating_add(Weight::from_parts(23_803, 0).saturating_mul(p.into())) + // Minimum execution time: 22_078_000 picoseconds. + Weight::from_parts(22_129_503, 7183) + // Standard Error: 1_660 + .saturating_add(Weight::from_parts(132_588, 0).saturating_mul(a.into())) + // Standard Error: 1_715 + .saturating_add(Weight::from_parts(32_262, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -117,12 +117,12 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `456 + a * (68 ±0) + p * (37 ±0)` // Estimated: `7183` - // Minimum execution time: 28_538_000 picoseconds. - Weight::from_parts(28_786_651, 7183) - // Standard Error: 4_255 - .saturating_add(Weight::from_parts(139_436, 0).saturating_mul(a.into())) - // Standard Error: 4_396 - .saturating_add(Weight::from_parts(98_450, 0).saturating_mul(p.into())) + // Minimum execution time: 28_606_000 picoseconds. + Weight::from_parts(28_599_053, 7183) + // Standard Error: 4_343 + .saturating_add(Weight::from_parts(149_790, 0).saturating_mul(a.into())) + // Standard Error: 4_488 + .saturating_add(Weight::from_parts(116_855, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -133,10 +133,10 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `6191` - // Minimum execution time: 19_593_000 picoseconds. - Weight::from_parts(20_274_855, 6191) - // Standard Error: 1_044 - .saturating_add(Weight::from_parts(41_306, 0).saturating_mul(p.into())) + // Minimum execution time: 19_807_000 picoseconds. + Weight::from_parts(20_431_591, 6191) + // Standard Error: 1_020 + .saturating_add(Weight::from_parts(45_712, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -147,10 +147,10 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `6191` - // Minimum execution time: 19_867_000 picoseconds. - Weight::from_parts(20_694_630, 6191) - // Standard Error: 1_389 - .saturating_add(Weight::from_parts(39_880, 0).saturating_mul(p.into())) + // Minimum execution time: 19_809_000 picoseconds. + Weight::from_parts(20_801_576, 6191) + // Standard Error: 1_842 + .saturating_add(Weight::from_parts(43_368, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -161,10 +161,10 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `6191` - // Minimum execution time: 19_048_000 picoseconds. - Weight::from_parts(20_001_379, 6191) - // Standard Error: 1_228 - .saturating_add(Weight::from_parts(33_426, 0).saturating_mul(p.into())) + // Minimum execution time: 19_389_000 picoseconds. + Weight::from_parts(20_140_080, 6191) + // Standard Error: 1_156 + .saturating_add(Weight::from_parts(39_233, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -175,10 +175,10 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `173` // Estimated: `6191` - // Minimum execution time: 20_972_000 picoseconds. - Weight::from_parts(21_862_656, 6191) - // Standard Error: 965 - .saturating_add(Weight::from_parts(13_712, 0).saturating_mul(p.into())) + // Minimum execution time: 21_026_000 picoseconds. + Weight::from_parts(21_890_410, 6191) + // Standard Error: 1_010 + .saturating_add(Weight::from_parts(15_251, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -189,10 +189,10 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `198 + p * (37 ±0)` // Estimated: `6191` - // Minimum execution time: 19_793_000 picoseconds. - Weight::from_parts(20_646_249, 6191) - // Standard Error: 1_143 - .saturating_add(Weight::from_parts(34_826, 0).saturating_mul(p.into())) + // Minimum execution time: 20_296_000 picoseconds. + Weight::from_parts(21_040_581, 6191) + // Standard Error: 943 + .saturating_add(Weight::from_parts(31_344, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/common/src/weights/pallet_scheduler.rs b/runtime/common/src/weights/pallet_scheduler.rs index b97a52b04e..364cf36be4 100644 --- a/runtime/common/src/weights/pallet_scheduler.rs +++ b/runtime/common/src/weights/pallet_scheduler.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_scheduler //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-07-11, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-11-138`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -39,8 +39,8 @@ impl pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_617_000 picoseconds. - Weight::from_parts(2_703_000, 0) + // Minimum execution time: 2_727_000 picoseconds. + Weight::from_parts(2_883_000, 0) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_929_000 picoseconds. - Weight::from_parts(2_029_000, 0) + // Minimum execution time: 1_961_000 picoseconds. + Weight::from_parts(2_055_000, 0) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_887_000 picoseconds. - Weight::from_parts(2_016_000, 0) + // Minimum execution time: 1_988_000 picoseconds. + Weight::from_parts(2_093_000, 0) } /// Storage: `Scheduler::Agenda` (r:1 w:1) /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(10463), added: 12938, mode: `MaxEncodedLen`) @@ -122,10 +122,10 @@ impl pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight pallet_session::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `518` // Estimated: `5468` - // Minimum execution time: 15_318_000 picoseconds. - Weight::from_parts(15_647_000, 5468) + // Minimum execution time: 15_075_000 picoseconds. + Weight::from_parts(15_491_000, 5468) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -54,8 +54,8 @@ impl pallet_session::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `409` // Estimated: `5359` - // Minimum execution time: 10_996_000 picoseconds. - Weight::from_parts(11_400_000, 5359) + // Minimum execution time: 10_767_000 picoseconds. + Weight::from_parts(11_203_000, 5359) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/runtime/common/src/weights/pallet_timestamp.rs b/runtime/common/src/weights/pallet_timestamp.rs index 9d4f1d7277..d0924a54a5 100644 --- a/runtime/common/src/weights/pallet_timestamp.rs +++ b/runtime/common/src/weights/pallet_timestamp.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_timestamp //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-07-11, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-11-138`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-5-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -39,8 +39,8 @@ impl pallet_timestamp::WeightInfo for SubstrateWeight pallet_timestamp::WeightInfo for SubstrateWeight pallet_utility::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_941_000 picoseconds. - Weight::from_parts(5_657_088, 0) - // Standard Error: 967 - .saturating_add(Weight::from_parts(2_668_308, 0).saturating_mul(c.into())) + // Minimum execution time: 3_823_000 picoseconds. + Weight::from_parts(4_773_768, 0) + // Standard Error: 1_584 + .saturating_add(Weight::from_parts(2_706_805, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_867_000 picoseconds. - Weight::from_parts(4_200_000, 0) + // Minimum execution time: 3_980_000 picoseconds. + Weight::from_parts(4_139_000, 0) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_804_000 picoseconds. - Weight::from_parts(1_278_797, 0) - // Standard Error: 1_655 - .saturating_add(Weight::from_parts(2_903_533, 0).saturating_mul(c.into())) + // Minimum execution time: 3_854_000 picoseconds. + Weight::from_parts(11_611_346, 0) + // Standard Error: 1_610 + .saturating_add(Weight::from_parts(2_855_427, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_642_000 picoseconds. - Weight::from_parts(5_902_000, 0) + // Minimum execution time: 5_697_000 picoseconds. + Weight::from_parts(5_955_000, 0) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_844_000 picoseconds. - Weight::from_parts(3_345_067, 0) - // Standard Error: 1_159 - .saturating_add(Weight::from_parts(2_667_328, 0).saturating_mul(c.into())) + // Minimum execution time: 3_828_000 picoseconds. + Weight::from_parts(3_764_784, 0) + // Standard Error: 1_814 + .saturating_add(Weight::from_parts(2_673_795, 0).saturating_mul(c.into())) } }