diff --git a/pallets/capacity/src/weights.rs b/pallets/capacity/src/weights.rs index 6875c4a6f0..3e03826f1c 100644 --- a/pallets/capacity/src/weights.rs +++ b/pallets/capacity/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_capacity //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-03-06, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-08, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `benchmark-runner-wc6w8-pv9rm`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `benchmark-runner-wc6w8-brchw`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -77,8 +77,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `174` // Estimated: `6249` - // Minimum execution time: 39_050_000 picoseconds. - Weight::from_parts(39_836_000, 6249) + // Minimum execution time: 41_704_000 picoseconds. + Weight::from_parts(42_528_000, 6249) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -94,8 +94,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `285` // Estimated: `6249` - // Minimum execution time: 27_048_000 picoseconds. - Weight::from_parts(27_536_000, 6249) + // Minimum execution time: 28_985_000 picoseconds. + Weight::from_parts(29_394_000, 6249) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -107,8 +107,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `2974` - // Minimum execution time: 3_890_000 picoseconds. - Weight::from_parts(3_987_000, 2974) + // Minimum execution time: 4_230_000 picoseconds. + Weight::from_parts(4_353_000, 2974) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -124,8 +124,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `271` // Estimated: `5071` - // Minimum execution time: 26_198_000 picoseconds. - Weight::from_parts(26_644_000, 5071) + // Minimum execution time: 27_549_000 picoseconds. + Weight::from_parts(28_529_000, 5071) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -135,8 +135,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_361_000 picoseconds. - Weight::from_parts(6_550_000, 0) + // Minimum execution time: 6_549_000 picoseconds. + Weight::from_parts(6_664_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } @@ -161,8 +161,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `174` // Estimated: `6249` - // Minimum execution time: 39_050_000 picoseconds. - Weight::from_parts(39_836_000, 6249) + // Minimum execution time: 41_704_000 picoseconds. + Weight::from_parts(42_528_000, 6249) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -178,8 +178,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `285` // Estimated: `6249` - // Minimum execution time: 27_048_000 picoseconds. - Weight::from_parts(27_536_000, 6249) + // Minimum execution time: 28_985_000 picoseconds. + Weight::from_parts(29_394_000, 6249) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -191,8 +191,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `2974` - // Minimum execution time: 3_890_000 picoseconds. - Weight::from_parts(3_987_000, 2974) + // Minimum execution time: 4_230_000 picoseconds. + Weight::from_parts(4_353_000, 2974) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -208,8 +208,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `271` // Estimated: `5071` - // Minimum execution time: 26_198_000 picoseconds. - Weight::from_parts(26_644_000, 5071) + // Minimum execution time: 27_549_000 picoseconds. + Weight::from_parts(28_529_000, 5071) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -219,8 +219,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_361_000 picoseconds. - Weight::from_parts(6_550_000, 0) + // Minimum execution time: 6_549_000 picoseconds. + Weight::from_parts(6_664_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 d94276ae5d..6789b36ae6 100644 --- a/pallets/frequency-tx-payment/src/weights.rs +++ b/pallets/frequency-tx-payment/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_frequency_tx_payment //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-03-06, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-08, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `benchmark-runner-wc6w8-pv9rm`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `benchmark-runner-wc6w8-brchw`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -60,18 +60,18 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_050_000 picoseconds. - Weight::from_parts(3_326_000, 0) + // Minimum execution time: 3_295_000 picoseconds. + Weight::from_parts(3_543_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: 6_760_000 picoseconds. - Weight::from_parts(7_767_951, 0) - // Standard Error: 10_390 - .saturating_add(Weight::from_parts(4_455_305, 0).saturating_mul(n.into())) + // Minimum execution time: 7_128_000 picoseconds. + Weight::from_parts(8_253_353, 0) + // Standard Error: 12_456 + .saturating_add(Weight::from_parts(4_547_151, 0).saturating_mul(n.into())) } } @@ -81,17 +81,17 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_050_000 picoseconds. - Weight::from_parts(3_326_000, 0) + // Minimum execution time: 3_295_000 picoseconds. + Weight::from_parts(3_543_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: 6_760_000 picoseconds. - Weight::from_parts(7_767_951, 0) - // Standard Error: 10_390 - .saturating_add(Weight::from_parts(4_455_305, 0).saturating_mul(n.into())) + // Minimum execution time: 7_128_000 picoseconds. + Weight::from_parts(8_253_353, 0) + // Standard Error: 12_456 + .saturating_add(Weight::from_parts(4_547_151, 0).saturating_mul(n.into())) } } diff --git a/pallets/handles/src/weights.rs b/pallets/handles/src/weights.rs index d647690238..3686ec5c87 100644 --- a/pallets/handles/src/weights.rs +++ b/pallets/handles/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_handles //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-03-06, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-08, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `benchmark-runner-wc6w8-pv9rm`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `benchmark-runner-wc6w8-brchw`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -70,10 +70,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `116` // Estimated: `5009` - // Minimum execution time: 80_289_000 picoseconds. - Weight::from_parts(82_096_525, 5009) - // Standard Error: 11_033 - .saturating_add(Weight::from_parts(76_251, 0).saturating_mul(b.into())) + // Minimum execution time: 79_761_000 picoseconds. + Weight::from_parts(81_269_036, 5009) + // Standard Error: 8_447 + .saturating_add(Weight::from_parts(66_025, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -90,10 +90,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `222 + b * (1 ±0)` // Estimated: `5009` - // Minimum execution time: 91_199_000 picoseconds. - Weight::from_parts(92_891_671, 5009) - // Standard Error: 9_788 - .saturating_add(Weight::from_parts(152_266, 0).saturating_mul(b.into())) + // Minimum execution time: 90_992_000 picoseconds. + Weight::from_parts(92_186_790, 5009) + // Standard Error: 8_544 + .saturating_add(Weight::from_parts(144_454, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -107,8 +107,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `231` // Estimated: `5009` - // Minimum execution time: 20_993_000 picoseconds. - Weight::from_parts(21_690_000, 5009) + // Minimum execution time: 20_844_000 picoseconds. + Weight::from_parts(21_523_000, 5009) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -129,10 +129,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `116` // Estimated: `5009` - // Minimum execution time: 80_289_000 picoseconds. - Weight::from_parts(82_096_525, 5009) - // Standard Error: 11_033 - .saturating_add(Weight::from_parts(76_251, 0).saturating_mul(b.into())) + // Minimum execution time: 79_761_000 picoseconds. + Weight::from_parts(81_269_036, 5009) + // Standard Error: 8_447 + .saturating_add(Weight::from_parts(66_025, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -149,10 +149,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `222 + b * (1 ±0)` // Estimated: `5009` - // Minimum execution time: 91_199_000 picoseconds. - Weight::from_parts(92_891_671, 5009) - // Standard Error: 9_788 - .saturating_add(Weight::from_parts(152_266, 0).saturating_mul(b.into())) + // Minimum execution time: 90_992_000 picoseconds. + Weight::from_parts(92_186_790, 5009) + // Standard Error: 8_544 + .saturating_add(Weight::from_parts(144_454, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -166,8 +166,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `231` // Estimated: `5009` - // Minimum execution time: 20_993_000 picoseconds. - Weight::from_parts(21_690_000, 5009) + // Minimum execution time: 20_844_000 picoseconds. + Weight::from_parts(21_523_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 834ab47120..039d26029c 100644 --- a/pallets/messages/src/weights.rs +++ b/pallets/messages/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_messages //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-03-06, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-08, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `benchmark-runner-wc6w8-pv9rm`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `benchmark-runner-wc6w8-brchw`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -69,10 +69,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `329` // Estimated: `5167` - // Minimum execution time: 30_893_000 picoseconds. - Weight::from_parts(31_860_170, 5167) - // Standard Error: 109 - .saturating_add(Weight::from_parts(1_181, 0).saturating_mul(n.into())) + // Minimum execution time: 30_272_000 picoseconds. + Weight::from_parts(31_080_264, 5167) + // Standard Error: 33 + .saturating_add(Weight::from_parts(871, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -86,8 +86,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `722` // Estimated: `4998` - // Minimum execution time: 30_298_000 picoseconds. - Weight::from_parts(30_822_000, 4998) + // Minimum execution time: 29_950_000 picoseconds. + Weight::from_parts(30_629_000, 4998) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -108,10 +108,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `329` // Estimated: `5167` - // Minimum execution time: 30_893_000 picoseconds. - Weight::from_parts(31_860_170, 5167) - // Standard Error: 109 - .saturating_add(Weight::from_parts(1_181, 0).saturating_mul(n.into())) + // Minimum execution time: 30_272_000 picoseconds. + Weight::from_parts(31_080_264, 5167) + // Standard Error: 33 + .saturating_add(Weight::from_parts(871, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -125,8 +125,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `722` // Estimated: `4998` - // Minimum execution time: 30_298_000 picoseconds. - Weight::from_parts(30_822_000, 4998) + // Minimum execution time: 29_950_000 picoseconds. + Weight::from_parts(30_629_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 433ef331f7..e6fe75f4f8 100644 --- a/pallets/msa/src/weights.rs +++ b/pallets/msa/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_msa //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-03-06, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-08, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `benchmark-runner-wc6w8-pv9rm`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `benchmark-runner-wc6w8-brchw`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -76,8 +76,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `4998` - // Minimum execution time: 15_517_000 picoseconds. - Weight::from_parts(16_044_000, 4998) + // Minimum execution time: 15_400_000 picoseconds. + Weight::from_parts(15_855_000, 4998) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -100,12 +100,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: 117_466_000 picoseconds. - Weight::from_parts(121_415_406, 7521) - // Standard Error: 22_880 - .saturating_add(Weight::from_parts(143_516, 0).saturating_mul(s.into())) + // Minimum execution time: 118_299_000 picoseconds. + Weight::from_parts(121_785_154, 7521) + // Standard Error: 15_249 + .saturating_add(Weight::from_parts(44_821, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -117,8 +117,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161` // Estimated: `5167` - // Minimum execution time: 15_874_000 picoseconds. - Weight::from_parts(16_228_000, 5167) + // Minimum execution time: 16_076_000 picoseconds. + Weight::from_parts(16_536_000, 5167) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -132,10 +132,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: `1502` + // Measured: `1574` // Estimated: `10971` - // Minimum execution time: 171_847_000 picoseconds. - Weight::from_parts(176_454_000, 10971) + // Minimum execution time: 182_562_000 picoseconds. + Weight::from_parts(188_206_000, 10971) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -147,8 +147,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `254` // Estimated: `7521` - // Minimum execution time: 26_754_000 picoseconds. - Weight::from_parts(28_041_000, 7521) + // Minimum execution time: 28_863_000 picoseconds. + Weight::from_parts(29_994_000, 7521) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -160,8 +160,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `71` // Estimated: `4998` - // Minimum execution time: 22_131_000 picoseconds. - Weight::from_parts(22_637_000, 4998) + // Minimum execution time: 22_707_000 picoseconds. + Weight::from_parts(23_411_000, 4998) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -182,10 +182,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1327` // Estimated: `7521` - // Minimum execution time: 106_204_000 picoseconds. - Weight::from_parts(109_160_115, 7521) - // Standard Error: 22_230 - .saturating_add(Weight::from_parts(163_811, 0).saturating_mul(s.into())) + // Minimum execution time: 107_219_000 picoseconds. + Weight::from_parts(110_697_184, 7521) + // Standard Error: 20_572 + .saturating_add(Weight::from_parts(42_980, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -197,8 +197,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161` // Estimated: `5167` - // Minimum execution time: 16_226_000 picoseconds. - Weight::from_parts(16_912_000, 5167) + // Minimum execution time: 16_001_000 picoseconds. + Weight::from_parts(16_399_000, 5167) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -210,8 +210,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `67` // Estimated: `4998` - // Minimum execution time: 12_713_000 picoseconds. - Weight::from_parts(13_207_000, 4998) + // Minimum execution time: 12_811_000 picoseconds. + Weight::from_parts(13_183_000, 4998) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -223,8 +223,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `67` // Estimated: `4998` - // Minimum execution time: 12_983_000 picoseconds. - Weight::from_parts(13_240_000, 4998) + // Minimum execution time: 12_838_000 picoseconds. + Weight::from_parts(13_342_000, 4998) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -242,8 +242,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `147` // Estimated: `5097` - // Minimum execution time: 22_650_000 picoseconds. - Weight::from_parts(23_294_000, 5097) + // Minimum execution time: 22_738_000 picoseconds. + Weight::from_parts(23_345_000, 5097) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -258,10 +258,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `316 + s * (6 ±0)` // Estimated: `5167` - // Minimum execution time: 19_241_000 picoseconds. - Weight::from_parts(20_319_646, 5167) - // Standard Error: 4_971 - .saturating_add(Weight::from_parts(110_294, 0).saturating_mul(s.into())) + // Minimum execution time: 19_168_000 picoseconds. + Weight::from_parts(20_213_887, 5167) + // Standard Error: 5_014 + .saturating_add(Weight::from_parts(109_325, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -279,8 +279,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `4998` - // Minimum execution time: 15_517_000 picoseconds. - Weight::from_parts(16_044_000, 4998) + // Minimum execution time: 15_400_000 picoseconds. + Weight::from_parts(15_855_000, 4998) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -303,12 +303,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: 117_466_000 picoseconds. - Weight::from_parts(121_415_406, 7521) - // Standard Error: 22_880 - .saturating_add(Weight::from_parts(143_516, 0).saturating_mul(s.into())) + // Minimum execution time: 118_299_000 picoseconds. + Weight::from_parts(121_785_154, 7521) + // Standard Error: 15_249 + .saturating_add(Weight::from_parts(44_821, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(10_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -320,8 +320,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161` // Estimated: `5167` - // Minimum execution time: 15_874_000 picoseconds. - Weight::from_parts(16_228_000, 5167) + // Minimum execution time: 16_076_000 picoseconds. + Weight::from_parts(16_536_000, 5167) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -335,10 +335,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: `1502` + // Measured: `1574` // Estimated: `10971` - // Minimum execution time: 171_847_000 picoseconds. - Weight::from_parts(176_454_000, 10971) + // Minimum execution time: 182_562_000 picoseconds. + Weight::from_parts(188_206_000, 10971) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -350,8 +350,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `254` // Estimated: `7521` - // Minimum execution time: 26_754_000 picoseconds. - Weight::from_parts(28_041_000, 7521) + // Minimum execution time: 28_863_000 picoseconds. + Weight::from_parts(29_994_000, 7521) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -363,8 +363,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `71` // Estimated: `4998` - // Minimum execution time: 22_131_000 picoseconds. - Weight::from_parts(22_637_000, 4998) + // Minimum execution time: 22_707_000 picoseconds. + Weight::from_parts(23_411_000, 4998) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -385,10 +385,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1327` // Estimated: `7521` - // Minimum execution time: 106_204_000 picoseconds. - Weight::from_parts(109_160_115, 7521) - // Standard Error: 22_230 - .saturating_add(Weight::from_parts(163_811, 0).saturating_mul(s.into())) + // Minimum execution time: 107_219_000 picoseconds. + Weight::from_parts(110_697_184, 7521) + // Standard Error: 20_572 + .saturating_add(Weight::from_parts(42_980, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -400,8 +400,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161` // Estimated: `5167` - // Minimum execution time: 16_226_000 picoseconds. - Weight::from_parts(16_912_000, 5167) + // Minimum execution time: 16_001_000 picoseconds. + Weight::from_parts(16_399_000, 5167) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -413,8 +413,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `67` // Estimated: `4998` - // Minimum execution time: 12_713_000 picoseconds. - Weight::from_parts(13_207_000, 4998) + // Minimum execution time: 12_811_000 picoseconds. + Weight::from_parts(13_183_000, 4998) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -426,8 +426,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `67` // Estimated: `4998` - // Minimum execution time: 12_983_000 picoseconds. - Weight::from_parts(13_240_000, 4998) + // Minimum execution time: 12_838_000 picoseconds. + Weight::from_parts(13_342_000, 4998) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -445,8 +445,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `147` // Estimated: `5097` - // Minimum execution time: 22_650_000 picoseconds. - Weight::from_parts(23_294_000, 5097) + // Minimum execution time: 22_738_000 picoseconds. + Weight::from_parts(23_345_000, 5097) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -461,10 +461,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `316 + s * (6 ±0)` // Estimated: `5167` - // Minimum execution time: 19_241_000 picoseconds. - Weight::from_parts(20_319_646, 5167) - // Standard Error: 4_971 - .saturating_add(Weight::from_parts(110_294, 0).saturating_mul(s.into())) + // Minimum execution time: 19_168_000 picoseconds. + Weight::from_parts(20_213_887, 5167) + // Standard Error: 5_014 + .saturating_add(Weight::from_parts(109_325, 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 d1b2ff7955..9bd00f42a0 100644 --- a/pallets/schemas/src/weights.rs +++ b/pallets/schemas/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_schemas //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-03-06, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-08, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `benchmark-runner-wc6w8-pv9rm`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `benchmark-runner-wc6w8-brchw`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -77,10 +77,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `136` // Estimated: `2974` - // Minimum execution time: 15_235_000 picoseconds. - Weight::from_parts(15_285_000, 2974) - // Standard Error: 40 - .saturating_add(Weight::from_parts(34_297, 0).saturating_mul(m.into())) + // Minimum execution time: 15_332_000 picoseconds. + Weight::from_parts(15_388_000, 2974) + // Standard Error: 41 + .saturating_add(Weight::from_parts(34_932, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -97,10 +97,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `136` // Estimated: `2974` - // Minimum execution time: 15_166_000 picoseconds. - Weight::from_parts(15_283_000, 2974) - // Standard Error: 43 - .saturating_add(Weight::from_parts(34_327, 0).saturating_mul(m.into())) + // Minimum execution time: 15_673_000 picoseconds. + Weight::from_parts(15_788_000, 2974) + // Standard Error: 40 + .saturating_add(Weight::from_parts(34_919, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -119,10 +119,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `230` // Estimated: `5180` - // Minimum execution time: 20_977_000 picoseconds. - Weight::from_parts(9_872_195, 5180) - // Standard Error: 31 - .saturating_add(Weight::from_parts(3_075, 0).saturating_mul(m.into())) + // Minimum execution time: 20_908_000 picoseconds. + Weight::from_parts(9_905_513, 5180) + // Standard Error: 35 + .saturating_add(Weight::from_parts(3_101, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -139,10 +139,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `136` // Estimated: `2974` - // Minimum execution time: 15_351_000 picoseconds. - Weight::from_parts(15_374_000, 2974) - // Standard Error: 40 - .saturating_add(Weight::from_parts(34_339, 0).saturating_mul(m.into())) + // Minimum execution time: 15_314_000 picoseconds. + Weight::from_parts(15_483_000, 2974) + // Standard Error: 39 + .saturating_add(Weight::from_parts(34_978, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -161,10 +161,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `136` // Estimated: `5552` - // Minimum execution time: 24_266_000 picoseconds. - Weight::from_parts(4_176_104, 5552) - // Standard Error: 63 - .saturating_add(Weight::from_parts(34_827, 0).saturating_mul(m.into())) + // Minimum execution time: 24_602_000 picoseconds. + Weight::from_parts(8_897_173, 5552) + // Standard Error: 59 + .saturating_add(Weight::from_parts(35_308, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -174,8 +174,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_365_000 picoseconds. - Weight::from_parts(6_787_000, 0) + // Minimum execution time: 6_609_000 picoseconds. + Weight::from_parts(6_875_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Schemas::GovernanceSchemaModelMaxBytes` (r:1 w:0) @@ -193,10 +193,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `136` // Estimated: `5552` - // Minimum execution time: 24_342_000 picoseconds. - Weight::from_parts(4_617_130, 5552) - // Standard Error: 61 - .saturating_add(Weight::from_parts(34_750, 0).saturating_mul(m.into())) + // Minimum execution time: 24_718_000 picoseconds. + Weight::from_parts(6_768_973, 5552) + // Standard Error: 68 + .saturating_add(Weight::from_parts(35_306, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -215,10 +215,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `230` // Estimated: `5180` - // Minimum execution time: 21_224_000 picoseconds. - Weight::from_parts(9_820_214, 5180) - // Standard Error: 32 - .saturating_add(Weight::from_parts(3_099, 0).saturating_mul(m.into())) + // Minimum execution time: 21_369_000 picoseconds. + Weight::from_parts(10_199_017, 5180) + // Standard Error: 31 + .saturating_add(Weight::from_parts(3_093, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -238,8 +238,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `433` // Estimated: `5383` - // Minimum execution time: 26_441_000 picoseconds. - Weight::from_parts(27_274_000, 5383) + // Minimum execution time: 26_698_000 picoseconds. + Weight::from_parts(27_571_000, 5383) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -251,8 +251,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `203` // Estimated: `5552` - // Minimum execution time: 16_683_000 picoseconds. - Weight::from_parts(17_491_000, 5552) + // Minimum execution time: 16_801_000 picoseconds. + Weight::from_parts(17_495_000, 5552) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -273,10 +273,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `136` // Estimated: `2974` - // Minimum execution time: 15_235_000 picoseconds. - Weight::from_parts(15_285_000, 2974) - // Standard Error: 40 - .saturating_add(Weight::from_parts(34_297, 0).saturating_mul(m.into())) + // Minimum execution time: 15_332_000 picoseconds. + Weight::from_parts(15_388_000, 2974) + // Standard Error: 41 + .saturating_add(Weight::from_parts(34_932, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -293,10 +293,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `136` // Estimated: `2974` - // Minimum execution time: 15_166_000 picoseconds. - Weight::from_parts(15_283_000, 2974) - // Standard Error: 43 - .saturating_add(Weight::from_parts(34_327, 0).saturating_mul(m.into())) + // Minimum execution time: 15_673_000 picoseconds. + Weight::from_parts(15_788_000, 2974) + // Standard Error: 40 + .saturating_add(Weight::from_parts(34_919, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -315,10 +315,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `230` // Estimated: `5180` - // Minimum execution time: 20_977_000 picoseconds. - Weight::from_parts(9_872_195, 5180) - // Standard Error: 31 - .saturating_add(Weight::from_parts(3_075, 0).saturating_mul(m.into())) + // Minimum execution time: 20_908_000 picoseconds. + Weight::from_parts(9_905_513, 5180) + // Standard Error: 35 + .saturating_add(Weight::from_parts(3_101, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -335,10 +335,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `136` // Estimated: `2974` - // Minimum execution time: 15_351_000 picoseconds. - Weight::from_parts(15_374_000, 2974) - // Standard Error: 40 - .saturating_add(Weight::from_parts(34_339, 0).saturating_mul(m.into())) + // Minimum execution time: 15_314_000 picoseconds. + Weight::from_parts(15_483_000, 2974) + // Standard Error: 39 + .saturating_add(Weight::from_parts(34_978, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -357,10 +357,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `136` // Estimated: `5552` - // Minimum execution time: 24_266_000 picoseconds. - Weight::from_parts(4_176_104, 5552) - // Standard Error: 63 - .saturating_add(Weight::from_parts(34_827, 0).saturating_mul(m.into())) + // Minimum execution time: 24_602_000 picoseconds. + Weight::from_parts(8_897_173, 5552) + // Standard Error: 59 + .saturating_add(Weight::from_parts(35_308, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -370,8 +370,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_365_000 picoseconds. - Weight::from_parts(6_787_000, 0) + // Minimum execution time: 6_609_000 picoseconds. + Weight::from_parts(6_875_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: `Schemas::GovernanceSchemaModelMaxBytes` (r:1 w:0) @@ -389,10 +389,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `136` // Estimated: `5552` - // Minimum execution time: 24_342_000 picoseconds. - Weight::from_parts(4_617_130, 5552) - // Standard Error: 61 - .saturating_add(Weight::from_parts(34_750, 0).saturating_mul(m.into())) + // Minimum execution time: 24_718_000 picoseconds. + Weight::from_parts(6_768_973, 5552) + // Standard Error: 68 + .saturating_add(Weight::from_parts(35_306, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -411,10 +411,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `230` // Estimated: `5180` - // Minimum execution time: 21_224_000 picoseconds. - Weight::from_parts(9_820_214, 5180) - // Standard Error: 32 - .saturating_add(Weight::from_parts(3_099, 0).saturating_mul(m.into())) + // Minimum execution time: 21_369_000 picoseconds. + Weight::from_parts(10_199_017, 5180) + // Standard Error: 31 + .saturating_add(Weight::from_parts(3_093, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -434,8 +434,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `433` // Estimated: `5383` - // Minimum execution time: 26_441_000 picoseconds. - Weight::from_parts(27_274_000, 5383) + // Minimum execution time: 26_698_000 picoseconds. + Weight::from_parts(27_571_000, 5383) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -447,8 +447,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `203` // Estimated: `5552` - // Minimum execution time: 16_683_000 picoseconds. - Weight::from_parts(17_491_000, 5552) + // Minimum execution time: 16_801_000 picoseconds. + Weight::from_parts(17_495_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 977648e684..e50bafe1ee 100644 --- a/pallets/stateful-storage/src/weights.rs +++ b/pallets/stateful-storage/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_stateful_storage //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-03-06, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-08, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `benchmark-runner-wc6w8-pv9rm`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `benchmark-runner-wc6w8-brchw`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -75,10 +75,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `318` // Estimated: `5268` - // Minimum execution time: 28_026_000 picoseconds. - Weight::from_parts(27_469_954, 5268) - // Standard Error: 48 - .saturating_add(Weight::from_parts(1_081, 0).saturating_mul(s.into())) + // Minimum execution time: 28_931_000 picoseconds. + Weight::from_parts(28_183_213, 5268) + // Standard Error: 41 + .saturating_add(Weight::from_parts(1_132, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -95,8 +95,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `10696` // Estimated: `15646` - // Minimum execution time: 41_405_000 picoseconds. - Weight::from_parts(46_182_273, 15646) + // Minimum execution time: 42_245_000 picoseconds. + Weight::from_parts(46_340_066, 15646) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -113,10 +113,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1479` // Estimated: `6429` - // Minimum execution time: 31_923_000 picoseconds. - Weight::from_parts(33_174_546, 6429) - // Standard Error: 147 - .saturating_add(Weight::from_parts(526, 0).saturating_mul(s.into())) + // Minimum execution time: 32_305_000 picoseconds. + Weight::from_parts(33_768_837, 6429) + // Standard Error: 146 + .saturating_add(Weight::from_parts(473, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -132,8 +132,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1477` // Estimated: `6427` - // Minimum execution time: 30_811_000 picoseconds. - Weight::from_parts(31_556_000, 6427) + // Minimum execution time: 31_443_000 picoseconds. + Weight::from_parts(32_725_000, 6427) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -148,10 +148,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `325` // Estimated: `5275` - // Minimum execution time: 87_026_000 picoseconds. - Weight::from_parts(80_009_787, 5275) - // Standard Error: 176 - .saturating_add(Weight::from_parts(6_528, 0).saturating_mul(s.into())) + // Minimum execution time: 87_998_000 picoseconds. + Weight::from_parts(81_413_767, 5275) + // Standard Error: 178 + .saturating_add(Weight::from_parts(6_207, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -166,8 +166,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `10703` // Estimated: `15653` - // Minimum execution time: 95_845_000 picoseconds. - Weight::from_parts(100_243_110, 15653) + // Minimum execution time: 96_497_000 picoseconds. + Weight::from_parts(100_910_175, 15653) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -182,10 +182,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1412` // Estimated: `6362` - // Minimum execution time: 84_883_000 picoseconds. - Weight::from_parts(86_525_198, 6362) - // Standard Error: 218 - .saturating_add(Weight::from_parts(6_747, 0).saturating_mul(s.into())) + // Minimum execution time: 85_417_000 picoseconds. + Weight::from_parts(86_349_280, 6362) + // Standard Error: 532 + .saturating_add(Weight::from_parts(7_073, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -199,8 +199,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1410` // Estimated: `6360` - // Minimum execution time: 84_090_000 picoseconds. - Weight::from_parts(84_863_000, 6360) + // Minimum execution time: 84_456_000 picoseconds. + Weight::from_parts(85_316_000, 6360) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -221,10 +221,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `318` // Estimated: `5268` - // Minimum execution time: 28_026_000 picoseconds. - Weight::from_parts(27_469_954, 5268) - // Standard Error: 48 - .saturating_add(Weight::from_parts(1_081, 0).saturating_mul(s.into())) + // Minimum execution time: 28_931_000 picoseconds. + Weight::from_parts(28_183_213, 5268) + // Standard Error: 41 + .saturating_add(Weight::from_parts(1_132, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -241,8 +241,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `10696` // Estimated: `15646` - // Minimum execution time: 41_405_000 picoseconds. - Weight::from_parts(46_182_273, 15646) + // Minimum execution time: 42_245_000 picoseconds. + Weight::from_parts(46_340_066, 15646) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -259,10 +259,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1479` // Estimated: `6429` - // Minimum execution time: 31_923_000 picoseconds. - Weight::from_parts(33_174_546, 6429) - // Standard Error: 147 - .saturating_add(Weight::from_parts(526, 0).saturating_mul(s.into())) + // Minimum execution time: 32_305_000 picoseconds. + Weight::from_parts(33_768_837, 6429) + // Standard Error: 146 + .saturating_add(Weight::from_parts(473, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -278,8 +278,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1477` // Estimated: `6427` - // Minimum execution time: 30_811_000 picoseconds. - Weight::from_parts(31_556_000, 6427) + // Minimum execution time: 31_443_000 picoseconds. + Weight::from_parts(32_725_000, 6427) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -294,10 +294,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `325` // Estimated: `5275` - // Minimum execution time: 87_026_000 picoseconds. - Weight::from_parts(80_009_787, 5275) - // Standard Error: 176 - .saturating_add(Weight::from_parts(6_528, 0).saturating_mul(s.into())) + // Minimum execution time: 87_998_000 picoseconds. + Weight::from_parts(81_413_767, 5275) + // Standard Error: 178 + .saturating_add(Weight::from_parts(6_207, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -312,8 +312,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `10703` // Estimated: `15653` - // Minimum execution time: 95_845_000 picoseconds. - Weight::from_parts(100_243_110, 15653) + // Minimum execution time: 96_497_000 picoseconds. + Weight::from_parts(100_910_175, 15653) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -328,10 +328,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1412` // Estimated: `6362` - // Minimum execution time: 84_883_000 picoseconds. - Weight::from_parts(86_525_198, 6362) - // Standard Error: 218 - .saturating_add(Weight::from_parts(6_747, 0).saturating_mul(s.into())) + // Minimum execution time: 85_417_000 picoseconds. + Weight::from_parts(86_349_280, 6362) + // Standard Error: 532 + .saturating_add(Weight::from_parts(7_073, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -345,8 +345,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1410` // Estimated: `6360` - // Minimum execution time: 84_090_000 picoseconds. - Weight::from_parts(84_863_000, 6360) + // Minimum execution time: 84_456_000 picoseconds. + Weight::from_parts(85_316_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 261de620ef..b41b014f08 100644 --- a/pallets/time-release/src/weights.rs +++ b/pallets/time-release/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_time_release //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-03-06, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-08, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `benchmark-runner-wc6w8-pv9rm`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `benchmark-runner-wc6w8-brchw`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -71,8 +71,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `113` // Estimated: `6399` - // Minimum execution time: 48_134_000 picoseconds. - Weight::from_parts(48_875_000, 6399) + // Minimum execution time: 49_524_000 picoseconds. + Weight::from_parts(51_014_000, 6399) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -89,10 +89,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `268` // Estimated: `6399` - // Minimum execution time: 31_032_000 picoseconds. - Weight::from_parts(31_564_813, 6399) - // Standard Error: 4_305 - .saturating_add(Weight::from_parts(16_550, 0).saturating_mul(i.into())) + // Minimum execution time: 32_200_000 picoseconds. + Weight::from_parts(33_053_564, 6399) + // Standard Error: 1_781 + .saturating_add(Weight::from_parts(7_009, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -109,10 +109,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `39` // Estimated: `6249` - // Minimum execution time: 24_896_000 picoseconds. - Weight::from_parts(25_814_751, 6249) - // Standard Error: 2_226 - .saturating_add(Weight::from_parts(53_439, 0).saturating_mul(i.into())) + // Minimum execution time: 26_372_000 picoseconds. + Weight::from_parts(27_223_023, 6249) + // Standard Error: 1_886 + .saturating_add(Weight::from_parts(53_969, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -134,8 +134,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `113` // Estimated: `6399` - // Minimum execution time: 48_134_000 picoseconds. - Weight::from_parts(48_875_000, 6399) + // Minimum execution time: 49_524_000 picoseconds. + Weight::from_parts(51_014_000, 6399) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -152,10 +152,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `268` // Estimated: `6399` - // Minimum execution time: 31_032_000 picoseconds. - Weight::from_parts(31_564_813, 6399) - // Standard Error: 4_305 - .saturating_add(Weight::from_parts(16_550, 0).saturating_mul(i.into())) + // Minimum execution time: 32_200_000 picoseconds. + Weight::from_parts(33_053_564, 6399) + // Standard Error: 1_781 + .saturating_add(Weight::from_parts(7_009, 0).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -172,10 +172,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `39` // Estimated: `6249` - // Minimum execution time: 24_896_000 picoseconds. - Weight::from_parts(25_814_751, 6249) - // Standard Error: 2_226 - .saturating_add(Weight::from_parts(53_439, 0).saturating_mul(i.into())) + // Minimum execution time: 26_372_000 picoseconds. + Weight::from_parts(27_223_023, 6249) + // Standard Error: 1_886 + .saturating_add(Weight::from_parts(53_969, 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 2272729e08..094a313396 100644 --- a/runtime/common/src/weights/block_weights.rs +++ b/runtime/common/src/weights/block_weights.rs @@ -16,8 +16,8 @@ // limitations under the License. //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-03-06 (Y/M/D) -//! HOSTNAME: `benchmark-runner-wc6w8-pv9rm`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! DATE: 2024-03-08 (Y/M/D) +//! HOSTNAME: `benchmark-runner-wc6w8-brchw`, 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: 370_262, 404_792 - /// Average: 378_283 - /// Median: 374_739 - /// Std-Dev: 7804.27 + /// Min, Max: 372_866, 407_694 + /// Average: 382_404 + /// Median: 378_963 + /// Std-Dev: 7887.28 /// /// Percentiles nanoseconds: - /// 99th: 398_165 - /// 95th: 396_057 - /// 75th: 379_625 + /// 99th: 403_703 + /// 95th: 399_385 + /// 75th: 384_346 pub const BlockExecutionWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(378_283), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(382_404), 0); } #[cfg(test)] diff --git a/runtime/common/src/weights/extrinsic_weights.rs b/runtime/common/src/weights/extrinsic_weights.rs index 61969433de..59d2ea0fc9 100644 --- a/runtime/common/src/weights/extrinsic_weights.rs +++ b/runtime/common/src/weights/extrinsic_weights.rs @@ -16,8 +16,8 @@ // limitations under the License. //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-03-06 (Y/M/D) -//! HOSTNAME: `benchmark-runner-wc6w8-pv9rm`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! DATE: 2024-03-08 (Y/M/D) +//! HOSTNAME: `benchmark-runner-wc6w8-brchw`, 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: 98_091, 105_553 - /// Average: 98_845 - /// Median: 98_793 - /// Std-Dev: 761.2 + /// Min, Max: 98_665, 107_181 + /// Average: 100_012 + /// Median: 100_164 + /// Std-Dev: 1028.99 /// /// Percentiles nanoseconds: - /// 99th: 100_080 - /// 95th: 99_462 - /// 75th: 98_926 + /// 99th: 102_375 + /// 95th: 100_959 + /// 75th: 100_426 pub const ExtrinsicBaseWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(98_845), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(100_012), 0); } #[cfg(test)] diff --git a/runtime/common/src/weights/pallet_balances.rs b/runtime/common/src/weights/pallet_balances.rs index fc8d8c6e06..192a28f785 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-03-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `benchmark-runner-wc6w8-pv9rm`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `benchmark-runner-wc6w8-brchw`, 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_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `5078` - // Minimum execution time: 53_024_000 picoseconds. - Weight::from_parts(54_011_000, 5078) + // Minimum execution time: 56_902_000 picoseconds. + Weight::from_parts(57_757_000, 5078) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -50,8 +50,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `5078` - // Minimum execution time: 39_470_000 picoseconds. - Weight::from_parts(40_379_000, 5078) + // Minimum execution time: 42_382_000 picoseconds. + Weight::from_parts(43_120_000, 5078) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -61,8 +61,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `207` // Estimated: `5078` - // Minimum execution time: 14_677_000 picoseconds. - Weight::from_parts(15_068_000, 5078) + // Minimum execution time: 15_648_000 picoseconds. + Weight::from_parts(16_105_000, 5078) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -72,8 +72,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `207` // Estimated: `5078` - // Minimum execution time: 22_111_000 picoseconds. - Weight::from_parts(22_734_000, 5078) + // Minimum execution time: 23_258_000 picoseconds. + Weight::from_parts(24_303_000, 5078) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -83,8 +83,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `103` // Estimated: `7681` - // Minimum execution time: 54_894_000 picoseconds. - Weight::from_parts(55_738_000, 7681) + // Minimum execution time: 58_594_000 picoseconds. + Weight::from_parts(59_431_000, 7681) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -94,8 +94,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `5078` - // Minimum execution time: 50_323_000 picoseconds. - Weight::from_parts(51_086_000, 5078) + // Minimum execution time: 54_033_000 picoseconds. + Weight::from_parts(54_636_000, 5078) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -105,8 +105,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `207` // Estimated: `5078` - // Minimum execution time: 17_661_000 picoseconds. - Weight::from_parts(18_151_000, 5078) + // Minimum execution time: 18_831_000 picoseconds. + Weight::from_parts(19_323_000, 5078) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -117,10 +117,10 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0 + u * (136 ±0)` // Estimated: `2475 + u * (2603 ±0)` - // Minimum execution time: 17_151_000 picoseconds. - Weight::from_parts(17_317_000, 2475) - // Standard Error: 12_483 - .saturating_add(Weight::from_parts(14_781_304, 0).saturating_mul(u.into())) + // Minimum execution time: 18_151_000 picoseconds. + Weight::from_parts(18_355_000, 2475) + // Standard Error: 15_403 + .saturating_add(Weight::from_parts(15_921_039, 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())) diff --git a/runtime/common/src/weights/pallet_collator_selection.rs b/runtime/common/src/weights/pallet_collator_selection.rs index d6ae7f007c..6449e09a18 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-03-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `benchmark-runner-wc6w8-pv9rm`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `benchmark-runner-wc6w8-brchw`, 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: 12_929_000 picoseconds. - Weight::from_parts(11_439_260, 2809) - // Standard Error: 9_582 - .saturating_add(Weight::from_parts(3_154_137, 0).saturating_mul(b.into())) + // Minimum execution time: 12_971_000 picoseconds. + Weight::from_parts(11_484_161, 2809) + // Standard Error: 9_756 + .saturating_add(Weight::from_parts(3_163_510, 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,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `1049 + b * (32 ±0) + c * (51 ±0)` // Estimated: `5944 + b * (29 ±0) + c * (53 ±0)` - // Minimum execution time: 46_884_000 picoseconds. - Weight::from_parts(48_330_025, 5944) - // Standard Error: 7_372 - .saturating_add(Weight::from_parts(6_517, 0).saturating_mul(b.into())) - // Standard Error: 2_185 - .saturating_add(Weight::from_parts(210_987, 0).saturating_mul(c.into())) + // Minimum execution time: 46_925_000 picoseconds. + Weight::from_parts(48_090_414, 5944) + // Standard Error: 1_445 + .saturating_add(Weight::from_parts(184_949, 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 +82,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `82 + b * (32 ±0)` // Estimated: `5371` - // Minimum execution time: 13_027_000 picoseconds. - Weight::from_parts(13_244_688, 5371) - // Standard Error: 2_345 - .saturating_add(Weight::from_parts(178_151, 0).saturating_mul(b.into())) + // Minimum execution time: 13_007_000 picoseconds. + Weight::from_parts(13_590_218, 5371) + // Standard Error: 5_991 + .saturating_add(Weight::from_parts(164_400, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -97,8 +95,8 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_955_000 picoseconds. - Weight::from_parts(6_213_000, 0) + // Minimum execution time: 6_348_000 picoseconds. + Weight::from_parts(6_628_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `CollatorSelection::CandidacyBond` (r:0 w:1) @@ -107,8 +105,8 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_263_000 picoseconds. - Weight::from_parts(6_497_000, 0) + // Minimum execution time: 6_096_000 picoseconds. + Weight::from_parts(6_507_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `CollatorSelection::Candidates` (r:1 w:1) @@ -128,10 +126,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `752 + c * (57 ±0)` // Estimated: `5706 + c * (57 ±0)` - // Minimum execution time: 40_832_000 picoseconds. - Weight::from_parts(43_269_356, 5706) - // Standard Error: 3_311 - .saturating_add(Weight::from_parts(278_067, 0).saturating_mul(c.into())) + // Minimum execution time: 41_135_000 picoseconds. + Weight::from_parts(43_684_457, 5706) + // Standard Error: 2_982 + .saturating_add(Weight::from_parts(240_538, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 57).saturating_mul(c.into())) @@ -147,10 +145,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `481 + c * (49 ±0)` // Estimated: `5371` - // Minimum execution time: 29_556_000 picoseconds. - Weight::from_parts(32_721_757, 5371) - // Standard Error: 2_812 - .saturating_add(Weight::from_parts(236_860, 0).saturating_mul(c.into())) + // Minimum execution time: 29_946_000 picoseconds. + Weight::from_parts(33_245_864, 5371) + // Standard Error: 2_745 + .saturating_add(Weight::from_parts(200_357, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -162,8 +160,8 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `212` // Estimated: `7681` - // Minimum execution time: 44_448_000 picoseconds. - Weight::from_parts(45_400_000, 7681) + // Minimum execution time: 44_705_000 picoseconds. + Weight::from_parts(45_780_000, 7681) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -181,10 +179,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `1213 + c * (98 ±0) + r * (126 ±0)` // Estimated: `5371 + c * (2519 ±0) + r * (2603 ±0)` - // Minimum execution time: 17_786_000 picoseconds. - Weight::from_parts(17_941_000, 5371) - // Standard Error: 334_099 - .saturating_add(Weight::from_parts(14_805_701, 0).saturating_mul(c.into())) + // Minimum execution time: 18_601_000 picoseconds. + Weight::from_parts(20_132_000, 5371) + // Standard Error: 328_742 + .saturating_add(Weight::from_parts(14_609_419, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3_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 5b9dab9036..41b0937726 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-03-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `benchmark-runner-wc6w8-pv9rm`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `benchmark-runner-wc6w8-brchw`, 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: `5779 + m * (489 ±5) + p * (2615 ±2)` - // Minimum execution time: 8_973_000 picoseconds. - Weight::from_parts(9_362_000, 5779) - // Standard Error: 63_282 - .saturating_add(Weight::from_parts(2_970_120, 0).saturating_mul(m.into())) - // Standard Error: 25_715 - .saturating_add(Weight::from_parts(3_397_679, 0).saturating_mul(p.into())) + // Estimated: `5779 + m * (489 ±3) + p * (2615 ±1)` + // Minimum execution time: 9_187_000 picoseconds. + Weight::from_parts(9_534_000, 5779) + // Standard Error: 64_018 + .saturating_add(Weight::from_parts(2_938_731, 0).saturating_mul(m.into())) + // Standard Error: 26_014 + .saturating_add(Weight::from_parts(3_429_226, 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: 13_450_000 picoseconds. - Weight::from_parts(13_724_408, 3039) - // Standard Error: 10 - .saturating_add(Weight::from_parts(1_518, 0).saturating_mul(b.into())) - // Standard Error: 1_147 - .saturating_add(Weight::from_parts(20_425, 0).saturating_mul(m.into())) + // Minimum execution time: 13_582_000 picoseconds. + Weight::from_parts(13_824_442, 3039) + // Standard Error: 13 + .saturating_add(Weight::from_parts(1_506, 0).saturating_mul(b.into())) + // Standard Error: 1_396 + .saturating_add(Weight::from_parts(30_703, 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: 16_140_000 picoseconds. - Weight::from_parts(16_187_730, 5019) - // Standard Error: 15 - .saturating_add(Weight::from_parts(1_635, 0).saturating_mul(b.into())) - // Standard Error: 1_626 - .saturating_add(Weight::from_parts(42_152, 0).saturating_mul(m.into())) + // Minimum execution time: 16_300_000 picoseconds. + Weight::from_parts(16_372_501, 5019) + // Standard Error: 14 + .saturating_add(Weight::from_parts(1_660, 0).saturating_mul(b.into())) + // Standard Error: 1_569 + .saturating_add(Weight::from_parts(53_859, 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: 22_517_000 picoseconds. - Weight::from_parts(20_946_565, 5015) - // Standard Error: 75 - .saturating_add(Weight::from_parts(2_581, 0).saturating_mul(b.into())) - // Standard Error: 8_975 - .saturating_add(Weight::from_parts(166_851, 0).saturating_mul(m.into())) - // Standard Error: 3_132 - .saturating_add(Weight::from_parts(291_670, 0).saturating_mul(p.into())) + // Minimum execution time: 22_919_000 picoseconds. + Weight::from_parts(21_606_156, 5015) + // Standard Error: 46 + .saturating_add(Weight::from_parts(2_496, 0).saturating_mul(b.into())) + // Standard Error: 5_541 + .saturating_add(Weight::from_parts(154_082, 0).saturating_mul(m.into())) + // Standard Error: 1_933 + .saturating_add(Weight::from_parts(276_444, 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: 18_893_000 picoseconds. - Weight::from_parts(19_748_915, 5521) - // Standard Error: 4_493 - .saturating_add(Weight::from_parts(69_952, 0).saturating_mul(m.into())) + // Minimum execution time: 18_622_000 picoseconds. + Weight::from_parts(19_454_720, 5521) + // Standard Error: 4_443 + .saturating_add(Weight::from_parts(80_460, 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: 23_712_000 picoseconds. - Weight::from_parts(23_913_180, 5009) - // Standard Error: 5_822 - .saturating_add(Weight::from_parts(108_361, 0).saturating_mul(m.into())) - // Standard Error: 1_553 - .saturating_add(Weight::from_parts(253_162, 0).saturating_mul(p.into())) + // Minimum execution time: 23_615_000 picoseconds. + Weight::from_parts(23_738_148, 5009) + // Standard Error: 5_833 + .saturating_add(Weight::from_parts(154_318, 0).saturating_mul(m.into())) + // Standard Error: 1_556 + .saturating_add(Weight::from_parts(236_223, 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: 34_311_000 picoseconds. - Weight::from_parts(34_808_277, 5015) - // Standard Error: 61 - .saturating_add(Weight::from_parts(1_647, 0).saturating_mul(b.into())) - // Standard Error: 9_509 - .saturating_add(Weight::from_parts(140_260, 0).saturating_mul(m.into())) - // Standard Error: 2_544 - .saturating_add(Weight::from_parts(400_796, 0).saturating_mul(p.into())) + // Minimum execution time: 34_755_000 picoseconds. + Weight::from_parts(34_878_189, 5015) + // Standard Error: 57 + .saturating_add(Weight::from_parts(1_912, 0).saturating_mul(b.into())) + // Standard Error: 8_907 + .saturating_add(Weight::from_parts(144_573, 0).saturating_mul(m.into())) + // Standard Error: 2_383 + .saturating_add(Weight::from_parts(392_503, 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: 26_130_000 picoseconds. - Weight::from_parts(26_077_512, 5029) - // Standard Error: 6_059 - .saturating_add(Weight::from_parts(156_222, 0).saturating_mul(m.into())) - // Standard Error: 1_616 - .saturating_add(Weight::from_parts(255_727, 0).saturating_mul(p.into())) + // Minimum execution time: 26_262_000 picoseconds. + Weight::from_parts(26_002_691, 5029) + // Standard Error: 7_424 + .saturating_add(Weight::from_parts(189_102, 0).saturating_mul(m.into())) + // Standard Error: 1_980 + .saturating_add(Weight::from_parts(244_179, 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: 37_089_000 picoseconds. - Weight::from_parts(38_078_008, 5035) - // Standard Error: 59 - .saturating_add(Weight::from_parts(1_895, 0).saturating_mul(b.into())) - // Standard Error: 9_211 - .saturating_add(Weight::from_parts(59_280, 0).saturating_mul(m.into())) - // Standard Error: 2_464 - .saturating_add(Weight::from_parts(417_796, 0).saturating_mul(p.into())) + // Minimum execution time: 37_374_000 picoseconds. + Weight::from_parts(37_848_581, 5035) + // Standard Error: 61 + .saturating_add(Weight::from_parts(2_131, 0).saturating_mul(b.into())) + // Standard Error: 9_423 + .saturating_add(Weight::from_parts(93_988, 0).saturating_mul(m.into())) + // Standard Error: 2_521 + .saturating_add(Weight::from_parts(411_609, 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: 14_356_000 picoseconds. - Weight::from_parts(14_901_579, 3196) - // Standard Error: 950 - .saturating_add(Weight::from_parts(214_862, 0).saturating_mul(p.into())) + // Minimum execution time: 14_295_000 picoseconds. + Weight::from_parts(15_042_734, 3196) + // Standard Error: 1_055 + .saturating_add(Weight::from_parts(198_108, 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 da4ee214b4..aa1ab8df72 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-03-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `benchmark-runner-wc6w8-pv9rm`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `benchmark-runner-wc6w8-brchw`, 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: `5846 + m * (489 ±3) + p * (2615 ±1)` - // Minimum execution time: 9_135_000 picoseconds. - Weight::from_parts(9_470_000, 5846) - // Standard Error: 63_121 - .saturating_add(Weight::from_parts(2_959_747, 0).saturating_mul(m.into())) - // Standard Error: 25_650 - .saturating_add(Weight::from_parts(3_386_626, 0).saturating_mul(p.into())) + // Minimum execution time: 9_267_000 picoseconds. + Weight::from_parts(9_710_000, 5846) + // Standard Error: 64_246 + .saturating_add(Weight::from_parts(2_957_257, 0).saturating_mul(m.into())) + // Standard Error: 26_107 + .saturating_add(Weight::from_parts(3_452_116, 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: 13_434_000 picoseconds. - Weight::from_parts(13_603_915, 3106) - // Standard Error: 10 - .saturating_add(Weight::from_parts(1_609, 0).saturating_mul(b.into())) - // Standard Error: 1_093 - .saturating_add(Weight::from_parts(20_901, 0).saturating_mul(m.into())) + // Minimum execution time: 13_635_000 picoseconds. + Weight::from_parts(13_805_529, 3106) + // Standard Error: 11 + .saturating_add(Weight::from_parts(1_576, 0).saturating_mul(b.into())) + // Standard Error: 1_256 + .saturating_add(Weight::from_parts(23_156, 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: 15_903_000 picoseconds. - Weight::from_parts(16_221_879, 5086) - // Standard Error: 14 - .saturating_add(Weight::from_parts(1_660, 0).saturating_mul(b.into())) - // Standard Error: 1_498 - .saturating_add(Weight::from_parts(29_110, 0).saturating_mul(m.into())) + // Minimum execution time: 16_397_000 picoseconds. + Weight::from_parts(16_344_328, 5086) + // Standard Error: 13 + .saturating_add(Weight::from_parts(1_642, 0).saturating_mul(b.into())) + // Standard Error: 1_430 + .saturating_add(Weight::from_parts(48_738, 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: 22_457_000 picoseconds. - Weight::from_parts(21_429_655, 5082) - // Standard Error: 47 - .saturating_add(Weight::from_parts(2_370, 0).saturating_mul(b.into())) - // Standard Error: 5_586 - .saturating_add(Weight::from_parts(154_190, 0).saturating_mul(m.into())) - // Standard Error: 1_949 - .saturating_add(Weight::from_parts(270_812, 0).saturating_mul(p.into())) + // Minimum execution time: 22_881_000 picoseconds. + Weight::from_parts(22_039_230, 5082) + // Standard Error: 44 + .saturating_add(Weight::from_parts(2_425, 0).saturating_mul(b.into())) + // Standard Error: 5_295 + .saturating_add(Weight::from_parts(139_562, 0).saturating_mul(m.into())) + // Standard Error: 1_847 + .saturating_add(Weight::from_parts(256_708, 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: 18_828_000 picoseconds. - Weight::from_parts(19_742_735, 5588) - // Standard Error: 4_156 - .saturating_add(Weight::from_parts(67_743, 0).saturating_mul(m.into())) + // Minimum execution time: 18_649_000 picoseconds. + Weight::from_parts(19_409_737, 5588) + // Standard Error: 4_496 + .saturating_add(Weight::from_parts(95_096, 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: 23_893_000 picoseconds. - Weight::from_parts(24_074_425, 5076) - // Standard Error: 5_215 - .saturating_add(Weight::from_parts(102_159, 0).saturating_mul(m.into())) - // Standard Error: 1_391 - .saturating_add(Weight::from_parts(238_329, 0).saturating_mul(p.into())) + // Minimum execution time: 23_876_000 picoseconds. + Weight::from_parts(23_439_908, 5076) + // Standard Error: 5_683 + .saturating_add(Weight::from_parts(181_604, 0).saturating_mul(m.into())) + // Standard Error: 1_515 + .saturating_add(Weight::from_parts(235_602, 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: 34_882_000 picoseconds. - Weight::from_parts(35_129_162, 5082) - // Standard Error: 60 - .saturating_add(Weight::from_parts(1_597, 0).saturating_mul(b.into())) - // Standard Error: 9_414 - .saturating_add(Weight::from_parts(120_642, 0).saturating_mul(m.into())) - // Standard Error: 2_518 - .saturating_add(Weight::from_parts(381_743, 0).saturating_mul(p.into())) + // Minimum execution time: 34_884_000 picoseconds. + Weight::from_parts(35_242_447, 5082) + // Standard Error: 57 + .saturating_add(Weight::from_parts(1_957, 0).saturating_mul(b.into())) + // Standard Error: 8_946 + .saturating_add(Weight::from_parts(125_867, 0).saturating_mul(m.into())) + // Standard Error: 2_393 + .saturating_add(Weight::from_parts(387_839, 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: 26_583_000 picoseconds. - Weight::from_parts(26_094_657, 5096) - // Standard Error: 5_660 - .saturating_add(Weight::from_parts(160_720, 0).saturating_mul(m.into())) - // Standard Error: 1_509 - .saturating_add(Weight::from_parts(243_846, 0).saturating_mul(p.into())) + // Minimum execution time: 26_422_000 picoseconds. + Weight::from_parts(26_285_190, 5096) + // Standard Error: 5_778 + .saturating_add(Weight::from_parts(170_787, 0).saturating_mul(m.into())) + // Standard Error: 1_541 + .saturating_add(Weight::from_parts(232_754, 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: 37_431_000 picoseconds. - Weight::from_parts(38_567_369, 5102) - // Standard Error: 57 - .saturating_add(Weight::from_parts(1_817, 0).saturating_mul(b.into())) - // Standard Error: 8_850 - .saturating_add(Weight::from_parts(38_446, 0).saturating_mul(m.into())) - // Standard Error: 2_367 - .saturating_add(Weight::from_parts(391_255, 0).saturating_mul(p.into())) + // Minimum execution time: 37_365_000 picoseconds. + Weight::from_parts(37_393_080, 5102) + // Standard Error: 58 + .saturating_add(Weight::from_parts(2_388, 0).saturating_mul(b.into())) + // Standard Error: 9_077 + .saturating_add(Weight::from_parts(113_124, 0).saturating_mul(m.into())) + // Standard Error: 2_428 + .saturating_add(Weight::from_parts(415_999, 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: 14_516_000 picoseconds. - Weight::from_parts(15_037_340, 3263) - // Standard Error: 914 - .saturating_add(Weight::from_parts(207_211, 0).saturating_mul(p.into())) + // Minimum execution time: 14_380_000 picoseconds. + Weight::from_parts(15_034_233, 3263) + // Standard Error: 927 + .saturating_add(Weight::from_parts(203_274, 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 9b8f4465a4..9b575ccf00 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-03-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `benchmark-runner-wc6w8-pv9rm`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `benchmark-runner-wc6w8-brchw`, 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: 13_047_000 picoseconds. - Weight::from_parts(14_032_279, 0) + // Minimum execution time: 13_173_000 picoseconds. + Weight::from_parts(13_720_445, 0) // Standard Error: 4 - .saturating_add(Weight::from_parts(526, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(532, 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: 42_729_000 picoseconds. - Weight::from_parts(31_843_036, 8296) - // Standard Error: 607 - .saturating_add(Weight::from_parts(122_791, 0).saturating_mul(s.into())) - // Standard Error: 5 - .saturating_add(Weight::from_parts(1_457, 0).saturating_mul(z.into())) + // Minimum execution time: 41_763_000 picoseconds. + Weight::from_parts(31_826_180, 8296) + // Standard Error: 830 + .saturating_add(Weight::from_parts(116_637, 0).saturating_mul(s.into())) + // Standard Error: 8 + .saturating_add(Weight::from_parts(1_432, 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: 27_604_000 picoseconds. - Weight::from_parts(17_652_015, 8296) - // Standard Error: 467 - .saturating_add(Weight::from_parts(107_507, 0).saturating_mul(s.into())) - // Standard Error: 4 - .saturating_add(Weight::from_parts(1_471, 0).saturating_mul(z.into())) + // Minimum execution time: 26_595_000 picoseconds. + Weight::from_parts(18_082_624, 8296) + // Standard Error: 932 + .saturating_add(Weight::from_parts(100_625, 0).saturating_mul(s.into())) + // Standard Error: 9 + .saturating_add(Weight::from_parts(1_428, 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: 48_034_000 picoseconds. - Weight::from_parts(35_230_618, 8296) - // Standard Error: 998 - .saturating_add(Weight::from_parts(150_536, 0).saturating_mul(s.into())) - // Standard Error: 9 - .saturating_add(Weight::from_parts(1_490, 0).saturating_mul(z.into())) + // Minimum execution time: 47_845_000 picoseconds. + Weight::from_parts(29_654_261, 8296) + // Standard Error: 2_370 + .saturating_add(Weight::from_parts(214_679, 0).saturating_mul(s.into())) + // Standard Error: 23 + .saturating_add(Weight::from_parts(1_880, 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: 29_834_000 picoseconds. - Weight::from_parts(31_034_601, 8296) - // Standard Error: 2_086 - .saturating_add(Weight::from_parts(123_798, 0).saturating_mul(s.into())) + // Minimum execution time: 28_870_000 picoseconds. + Weight::from_parts(30_666_878, 8296) + // Standard Error: 1_039 + .saturating_add(Weight::from_parts(115_404, 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: 16_347_000 picoseconds. - Weight::from_parts(16_870_327, 8296) - // Standard Error: 481 - .saturating_add(Weight::from_parts(104_216, 0).saturating_mul(s.into())) + // Minimum execution time: 16_276_000 picoseconds. + Weight::from_parts(16_749_233, 8296) + // Standard Error: 538 + .saturating_add(Weight::from_parts(107_034, 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: 31_558_000 picoseconds. - Weight::from_parts(32_985_422, 8296) - // Standard Error: 638 - .saturating_add(Weight::from_parts(112_673, 0).saturating_mul(s.into())) + // Minimum execution time: 31_290_000 picoseconds. + Weight::from_parts(32_387_632, 8296) + // Standard Error: 676 + .saturating_add(Weight::from_parts(112_476, 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 a26501c4ef..9033da4f8f 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-03-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `benchmark-runner-wc6w8-pv9rm`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `benchmark-runner-wc6w8-brchw`, 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_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `182` // Estimated: `5041` - // Minimum execution time: 28_416_000 picoseconds. - Weight::from_parts(28_876_000, 5041) + // Minimum execution time: 28_770_000 picoseconds. + Weight::from_parts(29_298_000, 5041) // Standard Error: 7 - .saturating_add(Weight::from_parts(2_367, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_351, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -58,10 +58,10 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `106` // Estimated: `5041` - // Minimum execution time: 14_679_000 picoseconds. - Weight::from_parts(15_031_000, 5041) + // Minimum execution time: 15_201_000 picoseconds. + Weight::from_parts(15_323_000, 5041) // Standard Error: 7 - .saturating_add(Weight::from_parts(2_368, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_566, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -74,10 +74,10 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `106` // Estimated: `5041` - // Minimum execution time: 14_065_000 picoseconds. - Weight::from_parts(14_406_000, 5041) - // Standard Error: 6 - .saturating_add(Weight::from_parts(2_386, 0).saturating_mul(s.into())) + // Minimum execution time: 14_412_000 picoseconds. + Weight::from_parts(14_520_000, 5041) + // Standard Error: 9 + .saturating_add(Weight::from_parts(2_578, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -89,8 +89,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `328` // Estimated: `5041` - // Minimum execution time: 38_114_000 picoseconds. - Weight::from_parts(44_643_000, 5041) + // Minimum execution time: 58_503_000 picoseconds. + Weight::from_parts(60_703_000, 5041) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -102,8 +102,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `144` // Estimated: `5041` - // Minimum execution time: 21_833_000 picoseconds. - Weight::from_parts(24_308_000, 5041) + // Minimum execution time: 27_864_000 picoseconds. + Weight::from_parts(34_864_000, 5041) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -113,8 +113,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `188` // Estimated: `5041` - // Minimum execution time: 23_292_000 picoseconds. - Weight::from_parts(28_223_000, 5041) + // Minimum execution time: 29_819_000 picoseconds. + Weight::from_parts(31_267_000, 5041) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -124,8 +124,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `144` // Estimated: `5041` - // Minimum execution time: 11_976_000 picoseconds. - Weight::from_parts(15_563_000, 5041) + // Minimum execution time: 16_548_000 picoseconds. + Weight::from_parts(19_400_000, 5041) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -135,8 +135,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `42` // Estimated: `5041` - // Minimum execution time: 14_496_000 picoseconds. - Weight::from_parts(15_214_000, 5041) + // Minimum execution time: 20_688_000 picoseconds. + Weight::from_parts(23_328_000, 5041) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -146,8 +146,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `106` // Estimated: `5041` - // Minimum execution time: 8_580_000 picoseconds. - Weight::from_parts(8_915_000, 5041) + // Minimum execution time: 10_220_000 picoseconds. + Weight::from_parts(10_847_000, 5041) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -159,8 +159,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `144` // Estimated: `5041` - // Minimum execution time: 24_719_000 picoseconds. - Weight::from_parts(28_697_000, 5041) + // Minimum execution time: 30_316_000 picoseconds. + Weight::from_parts(33_429_000, 5041) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -170,8 +170,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `106` // Estimated: `5041` - // Minimum execution time: 8_748_000 picoseconds. - Weight::from_parts(10_690_000, 5041) + // Minimum execution time: 9_819_000 picoseconds. + Weight::from_parts(11_352_000, 5041) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -181,8 +181,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `106` // Estimated: `5041` - // Minimum execution time: 8_699_000 picoseconds. - Weight::from_parts(10_539_000, 5041) + // Minimum execution time: 10_297_000 picoseconds. + Weight::from_parts(11_080_000, 5041) .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 c893626a92..ddbb5b6123 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-03-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `benchmark-runner-wc6w8-pv9rm`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `benchmark-runner-wc6w8-brchw`, 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: 4_242_000 picoseconds. - Weight::from_parts(4_451_000, 0) + // Minimum execution time: 4_295_000 picoseconds. + Weight::from_parts(4_427_000, 0) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_891_000 picoseconds. - Weight::from_parts(2_001_000, 0) + // Minimum execution time: 2_073_000 picoseconds. + Weight::from_parts(2_120_000, 0) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_853_000 picoseconds. - Weight::from_parts(1_963_000, 0) + // Minimum execution time: 1_947_000 picoseconds. + Weight::from_parts(2_099_000, 0) } /// Storage: `Scheduler::Agenda` (r:1 w:1) /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(10463), added: 12938, mode: `MaxEncodedLen`) @@ -120,10 +120,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_013_000 picoseconds. - Weight::from_parts(15_559_000, 5468) + // Minimum execution time: 15_600_000 picoseconds. + Weight::from_parts(16_049_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_897_000 picoseconds. - Weight::from_parts(11_205_000, 5359) + // Minimum execution time: 11_207_000 picoseconds. + Weight::from_parts(11_572_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 4657d32a8a..dfaa28c0fd 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-03-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `benchmark-runner-wc6w8-pv9rm`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `benchmark-runner-wc6w8-brchw`, 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_treasury::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 254_000 picoseconds. - Weight::from_parts(284_000, 0) + // Minimum execution time: 290_000 picoseconds. + Weight::from_parts(313_000, 0) } /// Storage: `Treasury::ProposalCount` (r:1 w:1) /// Proof: `Treasury::ProposalCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) @@ -48,8 +48,8 @@ impl pallet_treasury::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `146` // Estimated: `2974` - // Minimum execution time: 25_454_000 picoseconds. - Weight::from_parts(26_257_000, 2974) + // Minimum execution time: 25_562_000 picoseconds. + Weight::from_parts(26_277_000, 2974) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -61,8 +61,8 @@ impl pallet_treasury::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `304` // Estimated: `5078` - // Minimum execution time: 27_369_000 picoseconds. - Weight::from_parts(27_829_000, 5078) + // Minimum execution time: 27_606_000 picoseconds. + Weight::from_parts(28_343_000, 5078) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -75,10 +75,10 @@ impl pallet_treasury::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `317 + p * (12 ±0)` // Estimated: `5058` - // Minimum execution time: 7_958_000 picoseconds. - Weight::from_parts(9_798_102, 5058) - // Standard Error: 1_211 - .saturating_add(Weight::from_parts(109_158, 0).saturating_mul(p.into())) + // Minimum execution time: 8_227_000 picoseconds. + Weight::from_parts(10_249_084, 5058) + // Standard Error: 1_259 + .saturating_add(Weight::from_parts(104_916, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -88,8 +88,8 @@ impl pallet_treasury::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `90` // Estimated: `3228` - // Minimum execution time: 6_278_000 picoseconds. - Weight::from_parts(6_477_000, 3228) + // Minimum execution time: 6_460_000 picoseconds. + Weight::from_parts(6_812_000, 3228) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -106,10 +106,10 @@ impl pallet_treasury::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `526 + p * (256 ±0)` // Estimated: `5078 + p * (5206 ±0)` - // Minimum execution time: 26_571_000 picoseconds. - Weight::from_parts(36_000_101, 5078) - // Standard Error: 19_991 - .saturating_add(Weight::from_parts(37_823_458, 0).saturating_mul(p.into())) + // Minimum execution time: 27_095_000 picoseconds. + Weight::from_parts(37_246_467, 5078) + // Standard Error: 16_080 + .saturating_add(Weight::from_parts(37_830_173, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) diff --git a/runtime/common/src/weights/pallet_utility.rs b/runtime/common/src/weights/pallet_utility.rs index 602ec0d383..f85253402e 100644 --- a/runtime/common/src/weights/pallet_utility.rs +++ b/runtime/common/src/weights/pallet_utility.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_utility //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-03-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `benchmark-runner-wc6w8-pv9rm`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `benchmark-runner-wc6w8-brchw`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -38,43 +38,43 @@ impl pallet_utility::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_677_000 picoseconds. - Weight::from_parts(10_834_104, 0) - // Standard Error: 1_600 - .saturating_add(Weight::from_parts(4_227_735, 0).saturating_mul(c.into())) + // Minimum execution time: 5_663_000 picoseconds. + Weight::from_parts(5_870_735, 0) + // Standard Error: 1_702 + .saturating_add(Weight::from_parts(4_425_907, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_992_000 picoseconds. - Weight::from_parts(4_181_000, 0) + // Minimum execution time: 4_090_000 picoseconds. + Weight::from_parts(4_314_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: 5_593_000 picoseconds. - Weight::from_parts(13_940_727, 0) - // Standard Error: 1_401 - .saturating_add(Weight::from_parts(4_525_269, 0).saturating_mul(c.into())) + // Minimum execution time: 5_666_000 picoseconds. + Weight::from_parts(5_803_065, 0) + // Standard Error: 1_603 + .saturating_add(Weight::from_parts(4_738_072, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_374_000 picoseconds. - Weight::from_parts(7_684_000, 0) + // Minimum execution time: 7_775_000 picoseconds. + Weight::from_parts(8_066_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: 5_591_000 picoseconds. - Weight::from_parts(8_291_877, 0) - // Standard Error: 2_228 - .saturating_add(Weight::from_parts(4_279_947, 0).saturating_mul(c.into())) + // Minimum execution time: 5_832_000 picoseconds. + Weight::from_parts(6_250_511, 0) + // Standard Error: 1_084 + .saturating_add(Weight::from_parts(4_523_340, 0).saturating_mul(c.into())) } }