diff --git a/node/service/src/chain_spec/frequency.rs b/node/service/src/chain_spec/frequency.rs index 68d0d13f8c..af5d63715b 100644 --- a/node/service/src/chain_spec/frequency.rs +++ b/node/service/src/chain_spec/frequency.rs @@ -16,28 +16,6 @@ pub fn load_frequency_spec() -> ChainSpec { .unwrap() } -#[allow(clippy::unwrap_used)] -fn frequency_genesis_config() -> serde_json::Value { - let mut output: serde_json::Value = - serde_json::from_slice(include_bytes!("../../../../resources/frequency.json").as_slice()) - .map_err(|e| format!("Invalid JSON blob {:?}", e)) - .unwrap(); - - if let Some(runtime) = output["genesis"]["runtime"].as_object_mut() { - runtime.remove("vesting"); - runtime["parachainSystem"] = serde_json::json!({}); - runtime["treasury"] = serde_json::json!({}); - runtime["auraExt"] = serde_json::json!({}); - } - - if let Some(system) = output["genesis"]["runtime"]["system"].as_object_mut() { - system.remove("code"); - } - - let runtime = &output["genesis"]["runtime"]; - runtime.clone() -} - #[allow(clippy::unwrap_used)] pub fn benchmark_mainnet_config() -> ChainSpec { let properties = @@ -60,6 +38,6 @@ pub fn benchmark_mainnet_config() -> ChainSpec { "/dns4/0.boot.frequency.xyz/tcp/30333/ws/p2p/12D3KooWBd4aEArNvXECtt2JHQACBdFmeafpyfre3q81iM1xCcpP".parse().unwrap(), "/dns4/1.boot.frequency.xyz/tcp/30333/ws/p2p/12D3KooWCW8d7Yz2d3Jcb49rWcNppRNEs1K2NZitCpPtrHSQb6dw".parse().unwrap(), ]) - .with_genesis_config_patch(frequency_genesis_config()) + .with_genesis_config_preset_name("frequency") .build() } diff --git a/pallets/capacity/src/weights.rs b/pallets/capacity/src/weights.rs index 6ec00edcb9..de3fc126f6 100644 --- a/pallets/capacity/src/weights.rs +++ b/pallets/capacity/src/weights.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_capacity` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-09-04, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-10-03, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-10-33`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -61,8 +61,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `174` // Estimated: `5259` - // Minimum execution time: 37_795_000 picoseconds. - Weight::from_parts(38_834_000, 5259) + // Minimum execution time: 37_668_000 picoseconds. + Weight::from_parts(38_521_000, 5259) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -78,8 +78,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `285` // Estimated: `5259` - // Minimum execution time: 25_033_000 picoseconds. - Weight::from_parts(25_536_000, 5259) + // Minimum execution time: 24_953_000 picoseconds. + Weight::from_parts(25_777_000, 5259) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -91,8 +91,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1984` - // Minimum execution time: 2_221_000 picoseconds. - Weight::from_parts(2_294_000, 1984) + // Minimum execution time: 2_111_000 picoseconds. + Weight::from_parts(2_236_000, 1984) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -108,8 +108,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `271` // Estimated: `4081` - // Minimum execution time: 24_068_000 picoseconds. - Weight::from_parts(24_809_000, 4081) + // Minimum execution time: 24_341_000 picoseconds. + Weight::from_parts(24_776_000, 4081) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -119,8 +119,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_840_000 picoseconds. - Weight::from_parts(4_067_000, 0) + // Minimum execution time: 4_007_000 picoseconds. + Weight::from_parts(4_219_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } @@ -145,8 +145,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `174` // Estimated: `5259` - // Minimum execution time: 37_795_000 picoseconds. - Weight::from_parts(38_834_000, 5259) + // Minimum execution time: 37_668_000 picoseconds. + Weight::from_parts(38_521_000, 5259) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -162,8 +162,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `285` // Estimated: `5259` - // Minimum execution time: 25_033_000 picoseconds. - Weight::from_parts(25_536_000, 5259) + // Minimum execution time: 24_953_000 picoseconds. + Weight::from_parts(25_777_000, 5259) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -175,8 +175,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1984` - // Minimum execution time: 2_221_000 picoseconds. - Weight::from_parts(2_294_000, 1984) + // Minimum execution time: 2_111_000 picoseconds. + Weight::from_parts(2_236_000, 1984) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -192,8 +192,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `271` // Estimated: `4081` - // Minimum execution time: 24_068_000 picoseconds. - Weight::from_parts(24_809_000, 4081) + // Minimum execution time: 24_341_000 picoseconds. + Weight::from_parts(24_776_000, 4081) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -203,8 +203,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_840_000 picoseconds. - Weight::from_parts(4_067_000, 0) + // Minimum execution time: 4_007_000 picoseconds. + Weight::from_parts(4_219_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 c444f37223..2931ca3aab 100644 --- a/pallets/frequency-tx-payment/src/weights.rs +++ b/pallets/frequency-tx-payment/src/weights.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_frequency_tx_payment` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-09-04, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-10-03, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-10-33`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -44,18 +44,18 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_096_000 picoseconds. - Weight::from_parts(3_267_000, 0) + // Minimum execution time: 3_086_000 picoseconds. + Weight::from_parts(3_326_000, 0) } /// The range of component `n` is `[0, 10]`. fn pay_with_capacity_batch_all(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_018_000 picoseconds. - Weight::from_parts(5_849_351, 0) - // Standard Error: 9_305 - .saturating_add(Weight::from_parts(3_104_086, 0).saturating_mul(n.into())) + // Minimum execution time: 5_080_000 picoseconds. + Weight::from_parts(6_288_647, 0) + // Standard Error: 11_277 + .saturating_add(Weight::from_parts(3_105_852, 0).saturating_mul(n.into())) } } @@ -65,18 +65,18 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_096_000 picoseconds. - Weight::from_parts(3_267_000, 0) + // Minimum execution time: 3_086_000 picoseconds. + Weight::from_parts(3_326_000, 0) } /// The range of component `n` is `[0, 10]`. fn pay_with_capacity_batch_all(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_018_000 picoseconds. - Weight::from_parts(5_849_351, 0) - // Standard Error: 9_305 - .saturating_add(Weight::from_parts(3_104_086, 0).saturating_mul(n.into())) + // Minimum execution time: 5_080_000 picoseconds. + Weight::from_parts(6_288_647, 0) + // Standard Error: 11_277 + .saturating_add(Weight::from_parts(3_105_852, 0).saturating_mul(n.into())) } } diff --git a/pallets/handles/src/weights.rs b/pallets/handles/src/weights.rs index 43f5c4a170..4624e48222 100644 --- a/pallets/handles/src/weights.rs +++ b/pallets/handles/src/weights.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_handles` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-09-04, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-10-03, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-10-33`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -54,10 +54,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `116` // Estimated: `4019` - // Minimum execution time: 68_677_000 picoseconds. - Weight::from_parts(70_300_113, 4019) - // Standard Error: 9_562 - .saturating_add(Weight::from_parts(85_735, 0).saturating_mul(b.into())) + // Minimum execution time: 64_246_000 picoseconds. + Weight::from_parts(65_436_069, 4019) + // Standard Error: 8_452 + .saturating_add(Weight::from_parts(85_489, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -74,10 +74,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `222 + b * (1 ±0)` // Estimated: `4019` - // Minimum execution time: 77_227_000 picoseconds. - Weight::from_parts(78_870_608, 4019) - // Standard Error: 7_816 - .saturating_add(Weight::from_parts(170_182, 0).saturating_mul(b.into())) + // Minimum execution time: 77_229_000 picoseconds. + Weight::from_parts(78_047_988, 4019) + // Standard Error: 8_497 + .saturating_add(Weight::from_parts(160_502, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -91,8 +91,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `231` // Estimated: `4019` - // Minimum execution time: 19_290_000 picoseconds. - Weight::from_parts(20_118_000, 4019) + // Minimum execution time: 19_028_000 picoseconds. + Weight::from_parts(19_409_000, 4019) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -113,10 +113,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `116` // Estimated: `4019` - // Minimum execution time: 68_677_000 picoseconds. - Weight::from_parts(70_300_113, 4019) - // Standard Error: 9_562 - .saturating_add(Weight::from_parts(85_735, 0).saturating_mul(b.into())) + // Minimum execution time: 64_246_000 picoseconds. + Weight::from_parts(65_436_069, 4019) + // Standard Error: 8_452 + .saturating_add(Weight::from_parts(85_489, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -133,10 +133,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `222 + b * (1 ±0)` // Estimated: `4019` - // Minimum execution time: 77_227_000 picoseconds. - Weight::from_parts(78_870_608, 4019) - // Standard Error: 7_816 - .saturating_add(Weight::from_parts(170_182, 0).saturating_mul(b.into())) + // Minimum execution time: 77_229_000 picoseconds. + Weight::from_parts(78_047_988, 4019) + // Standard Error: 8_497 + .saturating_add(Weight::from_parts(160_502, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -150,8 +150,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `231` // Estimated: `4019` - // Minimum execution time: 19_290_000 picoseconds. - Weight::from_parts(20_118_000, 4019) + // Minimum execution time: 19_028_000 picoseconds. + Weight::from_parts(19_409_000, 4019) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/pallets/msa/src/weights.rs b/pallets/msa/src/weights.rs index b6b2b2a420..c06ff1e539 100644 --- a/pallets/msa/src/weights.rs +++ b/pallets/msa/src/weights.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_msa` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-09-04, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-10-03, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-10-33`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -60,8 +60,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `4008` - // Minimum execution time: 11_382_000 picoseconds. - Weight::from_parts(12_192_000, 4008) + // Minimum execution time: 11_650_000 picoseconds. + Weight::from_parts(12_365_000, 4008) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -82,14 +82,12 @@ impl WeightInfo for SubstrateWeight { /// Storage: `Schemas::CurrentSchemaIdentifierMaximum` (r:1 w:0) /// Proof: `Schemas::CurrentSchemaIdentifierMaximum` (`max_values`: Some(1), `max_size`: Some(2), added: 497, mode: `MaxEncodedLen`) /// The range of component `s` is `[0, 30]`. - fn create_sponsored_account_with_delegation(s: u32, ) -> Weight { + fn create_sponsored_account_with_delegation(_s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1279` // Estimated: `6531` - // Minimum execution time: 97_628_000 picoseconds. - Weight::from_parts(101_100_510, 6531) - // Standard Error: 10_151 - .saturating_add(Weight::from_parts(93_683, 0).saturating_mul(s.into())) + // Minimum execution time: 98_240_000 picoseconds. + Weight::from_parts(102_405_021, 6531) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -101,8 +99,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161` // Estimated: `4177` - // Minimum execution time: 12_968_000 picoseconds. - Weight::from_parts(13_604_000, 4177) + // Minimum execution time: 13_434_000 picoseconds. + Weight::from_parts(13_866_000, 4177) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -116,10 +114,10 @@ impl WeightInfo for SubstrateWeight { /// Proof: `Msa::PublicKeyCountForMsaId` (`max_values`: None, `max_size`: Some(17), added: 2492, mode: `MaxEncodedLen`) fn add_public_key_to_msa() -> Weight { // Proof Size summary in bytes: - // Measured: `1578` + // Measured: `1607` // Estimated: `9981` - // Minimum execution time: 147_619_000 picoseconds. - Weight::from_parts(151_805_000, 9981) + // Minimum execution time: 140_970_000 picoseconds. + Weight::from_parts(143_201_000, 9981) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -131,8 +129,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `254` // Estimated: `6531` - // Minimum execution time: 23_557_000 picoseconds. - Weight::from_parts(24_636_000, 6531) + // Minimum execution time: 24_428_000 picoseconds. + Weight::from_parts(25_637_000, 6531) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -144,8 +142,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `71` // Estimated: `4008` - // Minimum execution time: 17_191_000 picoseconds. - Weight::from_parts(17_633_000, 4008) + // Minimum execution time: 17_434_000 picoseconds. + Weight::from_parts(18_150_000, 4008) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -166,10 +164,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1327` // Estimated: `6531` - // Minimum execution time: 89_674_000 picoseconds. - Weight::from_parts(92_195_302, 6531) - // Standard Error: 13_523 - .saturating_add(Weight::from_parts(121_658, 0).saturating_mul(s.into())) + // Minimum execution time: 87_565_000 picoseconds. + Weight::from_parts(92_377_829, 6531) + // Standard Error: 22_479 + .saturating_add(Weight::from_parts(80_117, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -181,8 +179,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161` // Estimated: `4177` - // Minimum execution time: 13_045_000 picoseconds. - Weight::from_parts(13_415_000, 4177) + // Minimum execution time: 13_141_000 picoseconds. + Weight::from_parts(13_465_000, 4177) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -194,8 +192,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `67` // Estimated: `4008` - // Minimum execution time: 10_533_000 picoseconds. - Weight::from_parts(10_914_000, 4008) + // Minimum execution time: 10_579_000 picoseconds. + Weight::from_parts(10_937_000, 4008) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -207,8 +205,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `67` // Estimated: `4008` - // Minimum execution time: 10_301_000 picoseconds. - Weight::from_parts(10_646_000, 4008) + // Minimum execution time: 10_627_000 picoseconds. + Weight::from_parts(11_027_000, 4008) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -226,8 +224,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `147` // Estimated: `4107` - // Minimum execution time: 18_100_000 picoseconds. - Weight::from_parts(18_367_000, 4107) + // Minimum execution time: 18_304_000 picoseconds. + Weight::from_parts(18_791_000, 4107) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -242,10 +240,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `316 + s * (6 ±0)` // Estimated: `4177` - // Minimum execution time: 16_195_000 picoseconds. - Weight::from_parts(17_118_368, 4177) - // Standard Error: 4_262 - .saturating_add(Weight::from_parts(108_183, 0).saturating_mul(s.into())) + // Minimum execution time: 16_111_000 picoseconds. + Weight::from_parts(17_371_832, 4177) + // Standard Error: 4_346 + .saturating_add(Weight::from_parts(104_138, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -263,8 +261,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `4008` - // Minimum execution time: 11_382_000 picoseconds. - Weight::from_parts(12_192_000, 4008) + // Minimum execution time: 11_650_000 picoseconds. + Weight::from_parts(12_365_000, 4008) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -285,14 +283,12 @@ impl WeightInfo for () { /// Storage: `Schemas::CurrentSchemaIdentifierMaximum` (r:1 w:0) /// Proof: `Schemas::CurrentSchemaIdentifierMaximum` (`max_values`: Some(1), `max_size`: Some(2), added: 497, mode: `MaxEncodedLen`) /// The range of component `s` is `[0, 30]`. - fn create_sponsored_account_with_delegation(s: u32, ) -> Weight { + fn create_sponsored_account_with_delegation(_s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1279` // Estimated: `6531` - // Minimum execution time: 97_628_000 picoseconds. - Weight::from_parts(101_100_510, 6531) - // Standard Error: 10_151 - .saturating_add(Weight::from_parts(93_683, 0).saturating_mul(s.into())) + // Minimum execution time: 98_240_000 picoseconds. + Weight::from_parts(102_405_021, 6531) .saturating_add(RocksDbWeight::get().reads(10_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -304,8 +300,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161` // Estimated: `4177` - // Minimum execution time: 12_968_000 picoseconds. - Weight::from_parts(13_604_000, 4177) + // Minimum execution time: 13_434_000 picoseconds. + Weight::from_parts(13_866_000, 4177) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -319,10 +315,10 @@ impl WeightInfo for () { /// Proof: `Msa::PublicKeyCountForMsaId` (`max_values`: None, `max_size`: Some(17), added: 2492, mode: `MaxEncodedLen`) fn add_public_key_to_msa() -> Weight { // Proof Size summary in bytes: - // Measured: `1578` + // Measured: `1607` // Estimated: `9981` - // Minimum execution time: 147_619_000 picoseconds. - Weight::from_parts(151_805_000, 9981) + // Minimum execution time: 140_970_000 picoseconds. + Weight::from_parts(143_201_000, 9981) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -334,8 +330,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `254` // Estimated: `6531` - // Minimum execution time: 23_557_000 picoseconds. - Weight::from_parts(24_636_000, 6531) + // Minimum execution time: 24_428_000 picoseconds. + Weight::from_parts(25_637_000, 6531) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -347,8 +343,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `71` // Estimated: `4008` - // Minimum execution time: 17_191_000 picoseconds. - Weight::from_parts(17_633_000, 4008) + // Minimum execution time: 17_434_000 picoseconds. + Weight::from_parts(18_150_000, 4008) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -369,10 +365,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1327` // Estimated: `6531` - // Minimum execution time: 89_674_000 picoseconds. - Weight::from_parts(92_195_302, 6531) - // Standard Error: 13_523 - .saturating_add(Weight::from_parts(121_658, 0).saturating_mul(s.into())) + // Minimum execution time: 87_565_000 picoseconds. + Weight::from_parts(92_377_829, 6531) + // Standard Error: 22_479 + .saturating_add(Weight::from_parts(80_117, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -384,8 +380,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161` // Estimated: `4177` - // Minimum execution time: 13_045_000 picoseconds. - Weight::from_parts(13_415_000, 4177) + // Minimum execution time: 13_141_000 picoseconds. + Weight::from_parts(13_465_000, 4177) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -397,8 +393,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `67` // Estimated: `4008` - // Minimum execution time: 10_533_000 picoseconds. - Weight::from_parts(10_914_000, 4008) + // Minimum execution time: 10_579_000 picoseconds. + Weight::from_parts(10_937_000, 4008) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -410,8 +406,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `67` // Estimated: `4008` - // Minimum execution time: 10_301_000 picoseconds. - Weight::from_parts(10_646_000, 4008) + // Minimum execution time: 10_627_000 picoseconds. + Weight::from_parts(11_027_000, 4008) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -429,8 +425,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `147` // Estimated: `4107` - // Minimum execution time: 18_100_000 picoseconds. - Weight::from_parts(18_367_000, 4107) + // Minimum execution time: 18_304_000 picoseconds. + Weight::from_parts(18_791_000, 4107) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -445,10 +441,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `316 + s * (6 ±0)` // Estimated: `4177` - // Minimum execution time: 16_195_000 picoseconds. - Weight::from_parts(17_118_368, 4177) - // Standard Error: 4_262 - .saturating_add(Weight::from_parts(108_183, 0).saturating_mul(s.into())) + // Minimum execution time: 16_111_000 picoseconds. + Weight::from_parts(17_371_832, 4177) + // Standard Error: 4_346 + .saturating_add(Weight::from_parts(104_138, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_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 5edd1660fb..ef8b617d35 100644 --- a/pallets/stateful-storage/src/weights.rs +++ b/pallets/stateful-storage/src/weights.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_stateful_storage` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-09-04, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-10-03, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-10-33`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -59,10 +59,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `318` // Estimated: `5763` - // Minimum execution time: 25_067_000 picoseconds. - Weight::from_parts(24_361_305, 5763) - // Standard Error: 45 - .saturating_add(Weight::from_parts(989, 0).saturating_mul(s.into())) + // Minimum execution time: 25_474_000 picoseconds. + Weight::from_parts(24_985_290, 5763) + // Standard Error: 47 + .saturating_add(Weight::from_parts(930, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -79,8 +79,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `10696` // Estimated: `16141` - // Minimum execution time: 39_119_000 picoseconds. - Weight::from_parts(43_026_621, 16141) + // Minimum execution time: 39_852_000 picoseconds. + Weight::from_parts(43_486_867, 16141) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -97,10 +97,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1479` // Estimated: `6924` - // Minimum execution time: 29_371_000 picoseconds. - Weight::from_parts(30_696_652, 6924) - // Standard Error: 244 - .saturating_add(Weight::from_parts(607, 0).saturating_mul(s.into())) + // Minimum execution time: 29_734_000 picoseconds. + Weight::from_parts(31_039_007, 6924) + // Standard Error: 155 + .saturating_add(Weight::from_parts(303, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -116,8 +116,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1477` // Estimated: `6922` - // Minimum execution time: 28_199_000 picoseconds. - Weight::from_parts(28_924_000, 6922) + // Minimum execution time: 28_157_000 picoseconds. + Weight::from_parts(29_965_000, 6922) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -132,10 +132,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `325` // Estimated: `5770` - // Minimum execution time: 71_641_000 picoseconds. - Weight::from_parts(64_412_830, 5770) - // Standard Error: 181 - .saturating_add(Weight::from_parts(6_261, 0).saturating_mul(s.into())) + // Minimum execution time: 71_372_000 picoseconds. + Weight::from_parts(64_433_323, 5770) + // Standard Error: 166 + .saturating_add(Weight::from_parts(6_304, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -150,8 +150,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `10703` // Estimated: `16148` - // Minimum execution time: 80_538_000 picoseconds. - Weight::from_parts(84_383_821, 16148) + // Minimum execution time: 80_552_000 picoseconds. + Weight::from_parts(86_129_149, 16148) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -166,10 +166,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1412` // Estimated: `6857` - // Minimum execution time: 68_855_000 picoseconds. - Weight::from_parts(70_897_498, 6857) - // Standard Error: 271 - .saturating_add(Weight::from_parts(5_998, 0).saturating_mul(s.into())) + // Minimum execution time: 69_751_000 picoseconds. + Weight::from_parts(71_318_268, 6857) + // Standard Error: 281 + .saturating_add(Weight::from_parts(5_651, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -183,8 +183,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1410` // Estimated: `6855` - // Minimum execution time: 67_709_000 picoseconds. - Weight::from_parts(69_306_000, 6855) + // Minimum execution time: 68_239_000 picoseconds. + Weight::from_parts(68_833_000, 6855) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -205,10 +205,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `318` // Estimated: `5763` - // Minimum execution time: 25_067_000 picoseconds. - Weight::from_parts(24_361_305, 5763) - // Standard Error: 45 - .saturating_add(Weight::from_parts(989, 0).saturating_mul(s.into())) + // Minimum execution time: 25_474_000 picoseconds. + Weight::from_parts(24_985_290, 5763) + // Standard Error: 47 + .saturating_add(Weight::from_parts(930, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -225,8 +225,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `10696` // Estimated: `16141` - // Minimum execution time: 39_119_000 picoseconds. - Weight::from_parts(43_026_621, 16141) + // Minimum execution time: 39_852_000 picoseconds. + Weight::from_parts(43_486_867, 16141) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -243,10 +243,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1479` // Estimated: `6924` - // Minimum execution time: 29_371_000 picoseconds. - Weight::from_parts(30_696_652, 6924) - // Standard Error: 244 - .saturating_add(Weight::from_parts(607, 0).saturating_mul(s.into())) + // Minimum execution time: 29_734_000 picoseconds. + Weight::from_parts(31_039_007, 6924) + // Standard Error: 155 + .saturating_add(Weight::from_parts(303, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -262,8 +262,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1477` // Estimated: `6922` - // Minimum execution time: 28_199_000 picoseconds. - Weight::from_parts(28_924_000, 6922) + // Minimum execution time: 28_157_000 picoseconds. + Weight::from_parts(29_965_000, 6922) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -278,10 +278,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `325` // Estimated: `5770` - // Minimum execution time: 71_641_000 picoseconds. - Weight::from_parts(64_412_830, 5770) - // Standard Error: 181 - .saturating_add(Weight::from_parts(6_261, 0).saturating_mul(s.into())) + // Minimum execution time: 71_372_000 picoseconds. + Weight::from_parts(64_433_323, 5770) + // Standard Error: 166 + .saturating_add(Weight::from_parts(6_304, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -296,8 +296,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `10703` // Estimated: `16148` - // Minimum execution time: 80_538_000 picoseconds. - Weight::from_parts(84_383_821, 16148) + // Minimum execution time: 80_552_000 picoseconds. + Weight::from_parts(86_129_149, 16148) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -312,10 +312,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1412` // Estimated: `6857` - // Minimum execution time: 68_855_000 picoseconds. - Weight::from_parts(70_897_498, 6857) - // Standard Error: 271 - .saturating_add(Weight::from_parts(5_998, 0).saturating_mul(s.into())) + // Minimum execution time: 69_751_000 picoseconds. + Weight::from_parts(71_318_268, 6857) + // Standard Error: 281 + .saturating_add(Weight::from_parts(5_651, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -329,8 +329,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1410` // Estimated: `6855` - // Minimum execution time: 67_709_000 picoseconds. - Weight::from_parts(69_306_000, 6855) + // Minimum execution time: 68_239_000 picoseconds. + Weight::from_parts(68_833_000, 6855) .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 27acc7ae96..24cf9584c3 100644 --- a/pallets/time-release/src/weights.rs +++ b/pallets/time-release/src/weights.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_time_release` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-09-04, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-10-03, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-10-33`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -57,8 +57,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `113` // Estimated: `5409` - // Minimum execution time: 41_626_000 picoseconds. - Weight::from_parts(42_667_000, 5409) + // Minimum execution time: 41_670_000 picoseconds. + Weight::from_parts(42_554_000, 5409) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -75,10 +75,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `268` // Estimated: `5409` - // Minimum execution time: 26_897_000 picoseconds. - Weight::from_parts(27_668_174, 5409) - // Standard Error: 2_213 - .saturating_add(Weight::from_parts(9_813, 0).saturating_mul(i.into())) + // Minimum execution time: 26_692_000 picoseconds. + Weight::from_parts(27_845_860, 5409) + // Standard Error: 2_248 + .saturating_add(Weight::from_parts(6_765, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -95,10 +95,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `39` // Estimated: `5259` - // Minimum execution time: 21_220_000 picoseconds. - Weight::from_parts(22_365_488, 5259) - // Standard Error: 1_975 - .saturating_add(Weight::from_parts(57_298, 0).saturating_mul(i.into())) + // Minimum execution time: 21_434_000 picoseconds. + Weight::from_parts(22_511_617, 5259) + // Standard Error: 5_333 + .saturating_add(Weight::from_parts(49_731, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -122,8 +122,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `113` // Estimated: `5409` - // Minimum execution time: 41_626_000 picoseconds. - Weight::from_parts(42_667_000, 5409) + // Minimum execution time: 41_670_000 picoseconds. + Weight::from_parts(42_554_000, 5409) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -140,10 +140,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `268` // Estimated: `5409` - // Minimum execution time: 26_897_000 picoseconds. - Weight::from_parts(27_668_174, 5409) - // Standard Error: 2_213 - .saturating_add(Weight::from_parts(9_813, 0).saturating_mul(i.into())) + // Minimum execution time: 26_692_000 picoseconds. + Weight::from_parts(27_845_860, 5409) + // Standard Error: 2_248 + .saturating_add(Weight::from_parts(6_765, 0).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -160,10 +160,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `39` // Estimated: `5259` - // Minimum execution time: 21_220_000 picoseconds. - Weight::from_parts(22_365_488, 5259) - // Standard Error: 1_975 - .saturating_add(Weight::from_parts(57_298, 0).saturating_mul(i.into())) + // Minimum execution time: 21_434_000 picoseconds. + Weight::from_parts(22_511_617, 5259) + // Standard Error: 5_333 + .saturating_add(Weight::from_parts(49_731, 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 e2b1251ecc..fcec33a534 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 32.0.0 -//! DATE: 2024-09-04 (Y/M/D) -//! HOSTNAME: `ip-10-173-10-33`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! DATE: 2024-10-03 (Y/M/D) +//! HOSTNAME: `ip-10-173-10-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Frequency Development (No Relay)` //! WARMUPS: `10`, REPEAT: `100` @@ -43,17 +43,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 353_633, 409_404 - /// Average: 361_708 - /// Median: 358_228 - /// Std-Dev: 8712.09 + /// Min, Max: 350_924, 384_247 + /// Average: 358_294 + /// Median: 355_119 + /// Std-Dev: 7697.14 /// /// Percentiles nanoseconds: - /// 99th: 384_350 - /// 95th: 377_733 - /// 75th: 362_716 + /// 99th: 377_175 + /// 95th: 374_701 + /// 75th: 360_077 pub const BlockExecutionWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(361_708), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(358_294), 0); } #[cfg(test)] diff --git a/runtime/common/src/weights/extrinsic_weights.rs b/runtime/common/src/weights/extrinsic_weights.rs index 7ed5a6cfb0..aa1b1d4b57 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 32.0.0 -//! DATE: 2024-09-04 (Y/M/D) -//! HOSTNAME: `ip-10-173-10-33`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! DATE: 2024-10-03 (Y/M/D) +//! HOSTNAME: `ip-10-173-10-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Frequency Development (No Relay)` //! WARMUPS: `10`, REPEAT: `100` @@ -43,17 +43,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 85_006, 85_760 - /// Average: 85_308 - /// Median: 85_316 - /// Std-Dev: 137.5 + /// Min, Max: 83_846, 85_955 + /// Average: 84_785 + /// Median: 84_786 + /// Std-Dev: 405.77 /// /// Percentiles nanoseconds: - /// 99th: 85_572 - /// 95th: 85_520 - /// 75th: 85_414 + /// 99th: 85_915 + /// 95th: 85_571 + /// 75th: 84_994 pub const ExtrinsicBaseWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(85_308), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(84_785), 0); } #[cfg(test)] diff --git a/runtime/common/src/weights/pallet_balances.rs b/runtime/common/src/weights/pallet_balances.rs index b23d07a925..c61950ac90 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 32.0.0 -//! DATE: 2024-09-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-10-03, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-10-33`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -39,8 +39,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `4088` - // Minimum execution time: 43_078_000 picoseconds. - Weight::from_parts(43_628_000, 4088) + // Minimum execution time: 43_855_000 picoseconds. + Weight::from_parts(44_609_000, 4088) .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: `4088` - // Minimum execution time: 34_392_000 picoseconds. - Weight::from_parts(34_985_000, 4088) + // Minimum execution time: 34_348_000 picoseconds. + Weight::from_parts(35_067_000, 4088) .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: `4088` - // Minimum execution time: 12_662_000 picoseconds. - Weight::from_parts(13_067_000, 4088) + // Minimum execution time: 12_623_000 picoseconds. + Weight::from_parts(13_122_000, 4088) .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: `4088` - // Minimum execution time: 17_799_000 picoseconds. - Weight::from_parts(18_316_000, 4088) + // Minimum execution time: 17_770_000 picoseconds. + Weight::from_parts(18_192_000, 4088) .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: `6691` - // Minimum execution time: 45_102_000 picoseconds. - Weight::from_parts(45_888_000, 6691) + // Minimum execution time: 45_640_000 picoseconds. + Weight::from_parts(46_047_000, 6691) .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: `4088` - // Minimum execution time: 42_953_000 picoseconds. - Weight::from_parts(43_391_000, 4088) + // Minimum execution time: 43_556_000 picoseconds. + Weight::from_parts(44_332_000, 4088) .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: `4088` - // Minimum execution time: 15_522_000 picoseconds. - Weight::from_parts(16_045_000, 4088) + // Minimum execution time: 15_719_000 picoseconds. + Weight::from_parts(16_212_000, 4088) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -115,12 +115,12 @@ impl pallet_balances::WeightInfo for SubstrateWeight /// The range of component `u` is `[1, 1000]`. fn upgrade_accounts(u: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `0 + u * (136 ±0)` + // Measured: `14 + u * (136 ±0)` // Estimated: `1485 + u * (2603 ±0)` - // Minimum execution time: 14_875_000 picoseconds. - Weight::from_parts(15_232_000, 1485) - // Standard Error: 10_643 - .saturating_add(Weight::from_parts(13_143_686, 0).saturating_mul(u.into())) + // Minimum execution time: 15_769_000 picoseconds. + Weight::from_parts(16_084_000, 1485) + // Standard Error: 14_886 + .saturating_add(Weight::from_parts(13_137_716, 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())) @@ -129,22 +129,22 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_840_000 picoseconds. - Weight::from_parts(5_052_000, 0) + // Minimum execution time: 4_900_000 picoseconds. + Weight::from_parts(5_142_000, 0) } fn burn_allow_death() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 26_719_000 picoseconds. - Weight::from_parts(27_053_000, 0) + // Minimum execution time: 27_262_000 picoseconds. + Weight::from_parts(27_671_000, 0) } fn burn_keep_alive() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 18_009_000 picoseconds. - Weight::from_parts(18_469_000, 0) + // Minimum execution time: 18_454_000 picoseconds. + Weight::from_parts(18_927_000, 0) } } diff --git a/runtime/common/src/weights/pallet_collator_selection.rs b/runtime/common/src/weights/pallet_collator_selection.rs index 255a428694..1389a0d3f1 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 32.0.0 -//! DATE: 2024-09-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-10-03, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-10-33`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -42,10 +42,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `334 + b * (79 ±0)` // Estimated: `1819 + b * (2554 ±0)` - // Minimum execution time: 10_654_000 picoseconds. - Weight::from_parts(9_095_008, 1819) - // Standard Error: 9_095 - .saturating_add(Weight::from_parts(3_145_323, 0).saturating_mul(b.into())) + // Minimum execution time: 10_460_000 picoseconds. + Weight::from_parts(9_194_106, 1819) + // Standard Error: 9_299 + .saturating_add(Weight::from_parts(3_085_068, 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())) @@ -62,14 +62,14 @@ impl pallet_collator_selection::WeightInfo for Substrat /// The range of component `c` is `[1, 49]`. fn add_invulnerable(b: u32, c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1120 + b * (32 ±0) + c * (51 ±0)` + // Measured: `1111 + b * (32 ±0) + c * (52 ±0)` // Estimated: `5025 + b * (29 ±0) + c * (53 ±0)` - // Minimum execution time: 40_869_000 picoseconds. - Weight::from_parts(41_654_262, 5025) - // Standard Error: 4_382 - .saturating_add(Weight::from_parts(8_221, 0).saturating_mul(b.into())) - // Standard Error: 1_299 - .saturating_add(Weight::from_parts(163_499, 0).saturating_mul(c.into())) + // Minimum execution time: 40_825_000 picoseconds. + Weight::from_parts(39_565_260, 5025) + // Standard Error: 10_052 + .saturating_add(Weight::from_parts(102_136, 0).saturating_mul(b.into())) + // Standard Error: 2_980 + .saturating_add(Weight::from_parts(248_182, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 29).saturating_mul(b.into())) @@ -84,10 +84,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `153 + b * (32 ±0)` // Estimated: `4381` - // Minimum execution time: 9_958_000 picoseconds. - Weight::from_parts(10_224_998, 4381) - // Standard Error: 2_183 - .saturating_add(Weight::from_parts(163_598, 0).saturating_mul(b.into())) + // Minimum execution time: 9_870_000 picoseconds. + Weight::from_parts(10_070_928, 4381) + // Standard Error: 1_984 + .saturating_add(Weight::from_parts(181_131, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -97,8 +97,8 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_729_000 picoseconds. - Weight::from_parts(4_180_000, 0) + // Minimum execution time: 3_838_000 picoseconds. + Weight::from_parts(4_125_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `CollatorSelection::CandidacyBond` (r:1 w:1) @@ -113,14 +113,14 @@ impl pallet_collator_selection::WeightInfo for Substrat /// The range of component `k` is `[0, 50]`. fn set_candidacy_bond(c: u32, k: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `0 + c * (188 ±0) + k * (130 ±0)` + // Measured: `0 + c * (190 ±0) + k * (131 ±0)` // Estimated: `4381 + c * (894 ±29) + k * (894 ±29)` - // Minimum execution time: 8_318_000 picoseconds. - Weight::from_parts(8_452_000, 4381) - // Standard Error: 153_809 - .saturating_add(Weight::from_parts(5_311_760, 0).saturating_mul(c.into())) - // Standard Error: 153_809 - .saturating_add(Weight::from_parts(5_020_659, 0).saturating_mul(k.into())) + // Minimum execution time: 8_416_000 picoseconds. + Weight::from_parts(8_570_000, 4381) + // Standard Error: 153_519 + .saturating_add(Weight::from_parts(5_387_217, 0).saturating_mul(c.into())) + // Standard Error: 153_519 + .saturating_add(Weight::from_parts(4_988_833, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) @@ -137,10 +137,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `372 + c * (49 ±0)` // Estimated: `4381` - // Minimum execution time: 23_007_000 picoseconds. - Weight::from_parts(25_300_538, 4381) - // Standard Error: 2_173 - .saturating_add(Weight::from_parts(178_620, 0).saturating_mul(c.into())) + // Minimum execution time: 22_829_000 picoseconds. + Weight::from_parts(25_337_179, 4381) + // Standard Error: 2_534 + .saturating_add(Weight::from_parts(192_516, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -159,10 +159,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `810 + c * (57 ±0)` // Estimated: `4774 + c * (57 ±0)` - // Minimum execution time: 35_180_000 picoseconds. - Weight::from_parts(37_653_329, 4774) - // Standard Error: 3_057 - .saturating_add(Weight::from_parts(232_265, 0).saturating_mul(c.into())) + // Minimum execution time: 34_463_000 picoseconds. + Weight::from_parts(37_173_617, 4774) + // Standard Error: 3_292 + .saturating_add(Weight::from_parts(254_522, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 57).saturating_mul(c.into())) @@ -184,10 +184,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `901 + c * (58 ±0)` // Estimated: `4866 + c * (59 ±0)` - // Minimum execution time: 49_376_000 picoseconds. - Weight::from_parts(53_285_478, 4866) - // Standard Error: 3_622 - .saturating_add(Weight::from_parts(258_728, 0).saturating_mul(c.into())) + // Minimum execution time: 48_556_000 picoseconds. + Weight::from_parts(52_109_501, 4866) + // Standard Error: 4_111 + .saturating_add(Weight::from_parts(307_184, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 59).saturating_mul(c.into())) @@ -203,10 +203,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `501 + c * (48 ±0)` // Estimated: `4381` - // Minimum execution time: 26_219_000 picoseconds. - Weight::from_parts(28_384_573, 4381) - // Standard Error: 2_502 - .saturating_add(Weight::from_parts(207_343, 0).saturating_mul(c.into())) + // Minimum execution time: 25_774_000 picoseconds. + Weight::from_parts(28_105_349, 4381) + // Standard Error: 2_568 + .saturating_add(Weight::from_parts(234_797, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -218,8 +218,8 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `212` // Estimated: `6691` - // Minimum execution time: 39_059_000 picoseconds. - Weight::from_parts(39_658_000, 6691) + // Minimum execution time: 37_482_000 picoseconds. + Weight::from_parts(38_594_000, 6691) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -237,12 +237,12 @@ impl pallet_collator_selection::WeightInfo for Substrat /// The range of component `c` is `[1, 50]`. fn new_session(r: u32, c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1188 + c * (98 ±0) + r * (128 ±0)` + // Measured: `1172 + c * (98 ±0) + r * (130 ±0)` // Estimated: `4381 + c * (2519 ±0) + r * (2603 ±0)` - // Minimum execution time: 17_445_000 picoseconds. - Weight::from_parts(17_685_000, 4381) - // Standard Error: 273_806 - .saturating_add(Weight::from_parts(12_442_922, 0).saturating_mul(c.into())) + // Minimum execution time: 17_269_000 picoseconds. + Weight::from_parts(17_656_000, 4381) + // Standard Error: 270_138 + .saturating_add(Weight::from_parts(12_035_360, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) diff --git a/runtime/common/src/weights/pallet_collective_council.rs b/runtime/common/src/weights/pallet_collective_council.rs index d71271ced8..402cb71c67 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 32.0.0 -//! DATE: 2024-09-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-10-03, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-10-33`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -51,12 +51,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `0 + m * (832 ±0) + p * (310 ±0)` // Estimated: `4789 + m * (489 ±3) + p * (2615 ±1)` - // Minimum execution time: 7_042_000 picoseconds. - Weight::from_parts(7_344_000, 4789) - // Standard Error: 62_217 - .saturating_add(Weight::from_parts(2_954_755, 0).saturating_mul(m.into())) - // Standard Error: 25_283 - .saturating_add(Weight::from_parts(3_340_034, 0).saturating_mul(p.into())) + // Minimum execution time: 7_224_000 picoseconds. + Weight::from_parts(7_532_000, 4789) + // Standard Error: 61_871 + .saturating_add(Weight::from_parts(2_928_874, 0).saturating_mul(m.into())) + // Standard Error: 25_142 + .saturating_add(Weight::from_parts(3_343_039, 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: `2049 + m * (32 ±0)` - // Minimum execution time: 10_753_000 picoseconds. - Weight::from_parts(10_928_530, 2049) + // Minimum execution time: 10_778_000 picoseconds. + Weight::from_parts(11_196_687, 2049) // Standard Error: 11 - .saturating_add(Weight::from_parts(1_517, 0).saturating_mul(b.into())) - // Standard Error: 1_266 - .saturating_add(Weight::from_parts(28_654, 0).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(1_453, 0).saturating_mul(b.into())) + // Standard Error: 1_249 + .saturating_add(Weight::from_parts(25_509, 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: `4029 + m * (32 ±0)` - // Minimum execution time: 13_039_000 picoseconds. - Weight::from_parts(13_171_547, 4029) - // Standard Error: 15 - .saturating_add(Weight::from_parts(1_614, 0).saturating_mul(b.into())) - // Standard Error: 1_665 - .saturating_add(Weight::from_parts(43_747, 0).saturating_mul(m.into())) + // Minimum execution time: 13_144_000 picoseconds. + Weight::from_parts(13_295_924, 4029) + // Standard Error: 12 + .saturating_add(Weight::from_parts(1_544, 0).saturating_mul(b.into())) + // Standard Error: 1_380 + .saturating_add(Weight::from_parts(43_719, 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: `4025 + m * (42 ±0) + p * (49 ±0)` - // Minimum execution time: 17_883_000 picoseconds. - Weight::from_parts(16_770_176, 4025) + // Minimum execution time: 17_971_000 picoseconds. + Weight::from_parts(16_217_732, 4025) // Standard Error: 45 - .saturating_add(Weight::from_parts(2_202, 0).saturating_mul(b.into())) - // Standard Error: 5_427 - .saturating_add(Weight::from_parts(157_016, 0).saturating_mul(m.into())) - // Standard Error: 1_894 - .saturating_add(Weight::from_parts(267_891, 0).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(2_439, 0).saturating_mul(b.into())) + // Standard Error: 5_333 + .saturating_add(Weight::from_parts(176_446, 0).saturating_mul(m.into())) + // Standard Error: 1_861 + .saturating_add(Weight::from_parts(271_733, 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: `4531 + m * (64 ±0)` - // Minimum execution time: 15_902_000 picoseconds. - Weight::from_parts(16_382_607, 4531) - // Standard Error: 5_751 - .saturating_add(Weight::from_parts(113_517, 0).saturating_mul(m.into())) + // Minimum execution time: 16_140_000 picoseconds. + Weight::from_parts(16_739_237, 4531) + // Standard Error: 4_600 + .saturating_add(Weight::from_parts(84_201, 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: `4019 + m * (80 ±0) + p * (50 ±0)` - // Minimum execution time: 18_412_000 picoseconds. - Weight::from_parts(18_635_993, 4019) - // Standard Error: 5_477 - .saturating_add(Weight::from_parts(151_104, 0).saturating_mul(m.into())) - // Standard Error: 1_461 - .saturating_add(Weight::from_parts(241_387, 0).saturating_mul(p.into())) + // Minimum execution time: 18_870_000 picoseconds. + Weight::from_parts(18_590_034, 4019) + // Standard Error: 5_456 + .saturating_add(Weight::from_parts(161_561, 0).saturating_mul(m.into())) + // Standard Error: 1_455 + .saturating_add(Weight::from_parts(239_945, 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: `4025 + b * (1 ±0) + m * (85 ±0) + p * (65 ±0)` - // Minimum execution time: 28_153_000 picoseconds. - Weight::from_parts(28_081_508, 4025) - // Standard Error: 61 - .saturating_add(Weight::from_parts(1_901, 0).saturating_mul(b.into())) - // Standard Error: 9_449 - .saturating_add(Weight::from_parts(144_837, 0).saturating_mul(m.into())) - // Standard Error: 2_528 - .saturating_add(Weight::from_parts(390_566, 0).saturating_mul(p.into())) + // Minimum execution time: 27_919_000 picoseconds. + Weight::from_parts(28_678_950, 4025) + // Standard Error: 62 + .saturating_add(Weight::from_parts(1_877, 0).saturating_mul(b.into())) + // Standard Error: 9_580 + .saturating_add(Weight::from_parts(105_539, 0).saturating_mul(m.into())) + // Standard Error: 2_563 + .saturating_add(Weight::from_parts(380_341, 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: `4039 + m * (80 ±0) + p * (50 ±0)` - // Minimum execution time: 20_249_000 picoseconds. - Weight::from_parts(20_211_402, 4039) - // Standard Error: 6_027 - .saturating_add(Weight::from_parts(178_990, 0).saturating_mul(m.into())) - // Standard Error: 1_607 - .saturating_add(Weight::from_parts(242_788, 0).saturating_mul(p.into())) + // Minimum execution time: 20_370_000 picoseconds. + Weight::from_parts(20_296_860, 4039) + // Standard Error: 6_138 + .saturating_add(Weight::from_parts(186_590, 0).saturating_mul(m.into())) + // Standard Error: 1_637 + .saturating_add(Weight::from_parts(240_416, 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: `4045 + b * (1 ±0) + m * (85 ±0) + p * (65 ±0)` - // Minimum execution time: 29_816_000 picoseconds. - Weight::from_parts(30_823_854, 4045) - // Standard Error: 71 - .saturating_add(Weight::from_parts(2_028, 0).saturating_mul(b.into())) - // Standard Error: 11_088 - .saturating_add(Weight::from_parts(33_208, 0).saturating_mul(m.into())) - // Standard Error: 2_966 - .saturating_add(Weight::from_parts(430_100, 0).saturating_mul(p.into())) + // Minimum execution time: 29_927_000 picoseconds. + Weight::from_parts(30_900_184, 4045) + // Standard Error: 62 + .saturating_add(Weight::from_parts(1_966, 0).saturating_mul(b.into())) + // Standard Error: 9_649 + .saturating_add(Weight::from_parts(74_957, 0).saturating_mul(m.into())) + // Standard Error: 2_581 + .saturating_add(Weight::from_parts(404_906, 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: `2206 + p * (32 ±0)` - // Minimum execution time: 11_321_000 picoseconds. - Weight::from_parts(11_931_897, 2206) - // Standard Error: 954 - .saturating_add(Weight::from_parts(194_827, 0).saturating_mul(p.into())) + // Minimum execution time: 11_347_000 picoseconds. + Weight::from_parts(12_115_598, 2206) + // Standard Error: 1_056 + .saturating_add(Weight::from_parts(207_209, 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 c7ad7e4997..f076aed604 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 32.0.0 -//! DATE: 2024-09-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-10-03, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-10-33`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -51,12 +51,12 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `0 + m * (832 ±0) + p * (310 ±0)` // Estimated: `4856 + m * (489 ±3) + p * (2615 ±1)` - // Minimum execution time: 7_177_000 picoseconds. - Weight::from_parts(7_449_000, 4856) - // Standard Error: 62_807 - .saturating_add(Weight::from_parts(2_964_540, 0).saturating_mul(m.into())) - // Standard Error: 25_522 - .saturating_add(Weight::from_parts(3_374_832, 0).saturating_mul(p.into())) + // Minimum execution time: 7_258_000 picoseconds. + Weight::from_parts(7_540_000, 4856) + // Standard Error: 61_818 + .saturating_add(Weight::from_parts(3_005_091, 0).saturating_mul(m.into())) + // Standard Error: 25_120 + .saturating_add(Weight::from_parts(3_352_025, 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: `2116 + m * (32 ±0)` - // Minimum execution time: 10_870_000 picoseconds. - Weight::from_parts(10_932_173, 2116) + // Minimum execution time: 11_056_000 picoseconds. + Weight::from_parts(11_076_457, 2116) // Standard Error: 9 - .saturating_add(Weight::from_parts(1_494, 0).saturating_mul(b.into())) - // Standard Error: 980 - .saturating_add(Weight::from_parts(26_280, 0).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(1_534, 0).saturating_mul(b.into())) + // Standard Error: 1_034 + .saturating_add(Weight::from_parts(35_701, 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: `4096 + m * (32 ±0)` - // Minimum execution time: 13_261_000 picoseconds. - Weight::from_parts(13_333_703, 4096) + // Minimum execution time: 13_172_000 picoseconds. + Weight::from_parts(13_221_106, 4096) // Standard Error: 10 - .saturating_add(Weight::from_parts(1_559, 0).saturating_mul(b.into())) - // Standard Error: 1_167 - .saturating_add(Weight::from_parts(32_432, 0).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(1_648, 0).saturating_mul(b.into())) + // Standard Error: 1_105 + .saturating_add(Weight::from_parts(48_714, 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: `4092 + m * (42 ±0) + p * (49 ±0)` - // Minimum execution time: 18_020_000 picoseconds. - Weight::from_parts(17_181_316, 4092) - // Standard Error: 46 - .saturating_add(Weight::from_parts(2_065, 0).saturating_mul(b.into())) - // Standard Error: 5_532 - .saturating_add(Weight::from_parts(149_144, 0).saturating_mul(m.into())) - // Standard Error: 1_930 - .saturating_add(Weight::from_parts(257_427, 0).saturating_mul(p.into())) + // Minimum execution time: 18_204_000 picoseconds. + Weight::from_parts(16_434_858, 4092) + // Standard Error: 42 + .saturating_add(Weight::from_parts(2_373, 0).saturating_mul(b.into())) + // Standard Error: 4_993 + .saturating_add(Weight::from_parts(168_380, 0).saturating_mul(m.into())) + // Standard Error: 1_742 + .saturating_add(Weight::from_parts(266_803, 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: `4598 + m * (64 ±0)` - // Minimum execution time: 15_927_000 picoseconds. - Weight::from_parts(16_561_031, 4598) - // Standard Error: 4_852 - .saturating_add(Weight::from_parts(84_194, 0).saturating_mul(m.into())) + // Minimum execution time: 16_248_000 picoseconds. + Weight::from_parts(16_908_274, 4598) + // Standard Error: 4_244 + .saturating_add(Weight::from_parts(56_357, 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: `4086 + m * (80 ±0) + p * (50 ±0)` - // Minimum execution time: 18_929_000 picoseconds. - Weight::from_parts(18_492_027, 4086) - // Standard Error: 4_715 - .saturating_add(Weight::from_parts(169_942, 0).saturating_mul(m.into())) - // Standard Error: 1_257 - .saturating_add(Weight::from_parts(244_497, 0).saturating_mul(p.into())) + // Minimum execution time: 19_277_000 picoseconds. + Weight::from_parts(18_716_119, 4086) + // Standard Error: 5_173 + .saturating_add(Weight::from_parts(173_026, 0).saturating_mul(m.into())) + // Standard Error: 1_380 + .saturating_add(Weight::from_parts(237_965, 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: `4092 + b * (1 ±0) + m * (85 ±0) + p * (65 ±0)` - // Minimum execution time: 28_111_000 picoseconds. - Weight::from_parts(28_041_589, 4092) - // Standard Error: 59 - .saturating_add(Weight::from_parts(2_047, 0).saturating_mul(b.into())) - // Standard Error: 9_193 - .saturating_add(Weight::from_parts(143_763, 0).saturating_mul(m.into())) - // Standard Error: 2_459 - .saturating_add(Weight::from_parts(388_103, 0).saturating_mul(p.into())) + // Minimum execution time: 28_075_000 picoseconds. + Weight::from_parts(28_456_937, 4092) + // Standard Error: 60 + .saturating_add(Weight::from_parts(1_941, 0).saturating_mul(b.into())) + // Standard Error: 9_298 + .saturating_add(Weight::from_parts(117_362, 0).saturating_mul(m.into())) + // Standard Error: 2_487 + .saturating_add(Weight::from_parts(378_392, 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: `4106 + m * (80 ±0) + p * (50 ±0)` - // Minimum execution time: 20_835_000 picoseconds. - Weight::from_parts(20_521_003, 4106) - // Standard Error: 5_358 - .saturating_add(Weight::from_parts(163_779, 0).saturating_mul(m.into())) - // Standard Error: 1_429 - .saturating_add(Weight::from_parts(243_154, 0).saturating_mul(p.into())) + // Minimum execution time: 20_684_000 picoseconds. + Weight::from_parts(20_456_996, 4106) + // Standard Error: 5_505 + .saturating_add(Weight::from_parts(189_869, 0).saturating_mul(m.into())) + // Standard Error: 1_468 + .saturating_add(Weight::from_parts(237_081, 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,12 +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: `4112 + b * (1 ±0) + m * (85 ±0) + p * (65 ±0)` - // Minimum execution time: 30_178_000 picoseconds. - Weight::from_parts(31_500_786, 4112) - // Standard Error: 68 - .saturating_add(Weight::from_parts(2_025, 0).saturating_mul(b.into())) - // Standard Error: 2_839 - .saturating_add(Weight::from_parts(421_102, 0).saturating_mul(p.into())) + // Minimum execution time: 29_840_000 picoseconds. + Weight::from_parts(30_850_298, 4112) + // Standard Error: 60 + .saturating_add(Weight::from_parts(1_983, 0).saturating_mul(b.into())) + // Standard Error: 9_384 + .saturating_add(Weight::from_parts(71_108, 0).saturating_mul(m.into())) + // Standard Error: 2_510 + .saturating_add(Weight::from_parts(397_941, 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())) @@ -287,10 +289,10 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `293 + p * (32 ±0)` // Estimated: `2273 + p * (32 ±0)` - // Minimum execution time: 11_621_000 picoseconds. - Weight::from_parts(12_161_773, 2273) - // Standard Error: 860 - .saturating_add(Weight::from_parts(190_367, 0).saturating_mul(p.into())) + // Minimum execution time: 11_590_000 picoseconds. + Weight::from_parts(12_275_136, 2273) + // Standard Error: 957 + .saturating_add(Weight::from_parts(202_683, 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 031419efd3..1bb0d5b745 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 32.0.0 -//! DATE: 2024-09-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-10-03, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-10-33`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -45,8 +45,8 @@ impl pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_democracy::WeightInfo for SubstrateWeight pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 12_451_000 picoseconds. - Weight::from_parts(13_046_686, 0) + // Minimum execution time: 12_959_000 picoseconds. + Weight::from_parts(13_531_981, 0) // Standard Error: 2 - .saturating_add(Weight::from_parts(553, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(556, 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: `7306` - // Minimum execution time: 38_932_000 picoseconds. - Weight::from_parts(29_320_977, 7306) - // Standard Error: 509 - .saturating_add(Weight::from_parts(108_143, 0).saturating_mul(s.into())) - // Standard Error: 4 - .saturating_add(Weight::from_parts(1_459, 0).saturating_mul(z.into())) + // Minimum execution time: 38_473_000 picoseconds. + Weight::from_parts(27_327_495, 7306) + // Standard Error: 544 + .saturating_add(Weight::from_parts(124_458, 0).saturating_mul(s.into())) + // Standard Error: 5 + .saturating_add(Weight::from_parts(1_494, 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: `7306` - // Minimum execution time: 24_378_000 picoseconds. - Weight::from_parts(15_575_660, 7306) - // Standard Error: 362 - .saturating_add(Weight::from_parts(97_278, 0).saturating_mul(s.into())) + // Minimum execution time: 25_100_000 picoseconds. + Weight::from_parts(14_772_170, 7306) + // Standard Error: 386 + .saturating_add(Weight::from_parts(111_820, 0).saturating_mul(s.into())) // Standard Error: 3 - .saturating_add(Weight::from_parts(1_476, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_491, 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: `7306` - // Minimum execution time: 43_558_000 picoseconds. - Weight::from_parts(31_499_024, 7306) - // Standard Error: 556 - .saturating_add(Weight::from_parts(138_872, 0).saturating_mul(s.into())) - // Standard Error: 5 - .saturating_add(Weight::from_parts(1_505, 0).saturating_mul(z.into())) + // Minimum execution time: 43_361_000 picoseconds. + Weight::from_parts(29_970_629, 7306) + // Standard Error: 715 + .saturating_add(Weight::from_parts(153_511, 0).saturating_mul(s.into())) + // Standard Error: 7 + .saturating_add(Weight::from_parts(1_562, 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: `7306` - // Minimum execution time: 26_602_000 picoseconds. - Weight::from_parts(27_813_289, 7306) - // Standard Error: 604 - .saturating_add(Weight::from_parts(112_864, 0).saturating_mul(s.into())) + // Minimum execution time: 24_741_000 picoseconds. + Weight::from_parts(26_621_296, 7306) + // Standard Error: 753 + .saturating_add(Weight::from_parts(128_200, 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: `7306` - // Minimum execution time: 13_876_000 picoseconds. - Weight::from_parts(14_331_399, 7306) - // Standard Error: 443 - .saturating_add(Weight::from_parts(102_534, 0).saturating_mul(s.into())) + // Minimum execution time: 13_416_000 picoseconds. + Weight::from_parts(14_023_061, 7306) + // Standard Error: 436 + .saturating_add(Weight::from_parts(111_485, 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: `7306` - // Minimum execution time: 26_279_000 picoseconds. - Weight::from_parts(27_481_125, 7306) - // Standard Error: 592 - .saturating_add(Weight::from_parts(113_118, 0).saturating_mul(s.into())) + // Minimum execution time: 25_568_000 picoseconds. + Weight::from_parts(27_175_552, 7306) + // Standard Error: 696 + .saturating_add(Weight::from_parts(120_262, 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 8b4977ab71..601e168d4f 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 32.0.0 -//! DATE: 2024-09-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-10-03, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-10-33`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -46,10 +46,10 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `42` // Estimated: `4051` - // Minimum execution time: 43_465_000 picoseconds. - Weight::from_parts(43_893_000, 4051) - // Standard Error: 10 - .saturating_add(Weight::from_parts(2_454, 0).saturating_mul(s.into())) + // Minimum execution time: 42_937_000 picoseconds. + Weight::from_parts(43_453_000, 4051) + // Standard Error: 8 + .saturating_add(Weight::from_parts(2_502, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -64,10 +64,10 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `106` // Estimated: `4051` - // Minimum execution time: 13_781_000 picoseconds. - Weight::from_parts(14_099_000, 4051) - // Standard Error: 8 - .saturating_add(Weight::from_parts(2_461, 0).saturating_mul(s.into())) + // Minimum execution time: 13_893_000 picoseconds. + Weight::from_parts(14_073_000, 4051) + // Standard Error: 5 + .saturating_add(Weight::from_parts(2_449, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -82,10 +82,10 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `106` // Estimated: `4051` - // Minimum execution time: 13_053_000 picoseconds. - Weight::from_parts(13_327_000, 4051) - // Standard Error: 8 - .saturating_add(Weight::from_parts(2_442, 0).saturating_mul(s.into())) + // Minimum execution time: 13_169_000 picoseconds. + Weight::from_parts(13_402_000, 4051) + // Standard Error: 6 + .saturating_add(Weight::from_parts(2_422, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -101,8 +101,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `243` // Estimated: `4051` - // Minimum execution time: 46_459_000 picoseconds. - Weight::from_parts(47_760_000, 4051) + // Minimum execution time: 54_962_000 picoseconds. + Weight::from_parts(61_508_000, 4051) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -116,8 +116,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `144` // Estimated: `4051` - // Minimum execution time: 21_187_000 picoseconds. - Weight::from_parts(21_587_000, 4051) + // Minimum execution time: 25_690_000 picoseconds. + Weight::from_parts(29_814_000, 4051) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -129,8 +129,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `188` // Estimated: `4051` - // Minimum execution time: 17_881_000 picoseconds. - Weight::from_parts(18_237_000, 4051) + // Minimum execution time: 27_325_000 picoseconds. + Weight::from_parts(33_138_000, 4051) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -142,8 +142,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `144` // Estimated: `4051` - // Minimum execution time: 13_047_000 picoseconds. - Weight::from_parts(13_478_000, 4051) + // Minimum execution time: 14_552_000 picoseconds. + Weight::from_parts(17_247_000, 4051) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -155,8 +155,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `42` // Estimated: `4051` - // Minimum execution time: 13_968_000 picoseconds. - Weight::from_parts(14_664_000, 4051) + // Minimum execution time: 14_193_000 picoseconds. + Weight::from_parts(17_929_000, 4051) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -168,8 +168,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `106` // Estimated: `4051` - // Minimum execution time: 9_503_000 picoseconds. - Weight::from_parts(9_692_000, 4051) + // Minimum execution time: 9_310_000 picoseconds. + Weight::from_parts(10_046_000, 4051) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -183,8 +183,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `144` // Estimated: `4051` - // Minimum execution time: 18_862_000 picoseconds. - Weight::from_parts(19_185_000, 4051) + // Minimum execution time: 25_525_000 picoseconds. + Weight::from_parts(28_521_000, 4051) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -196,8 +196,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `106` // Estimated: `4051` - // Minimum execution time: 9_613_000 picoseconds. - Weight::from_parts(9_856_000, 4051) + // Minimum execution time: 9_605_000 picoseconds. + Weight::from_parts(10_054_000, 4051) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -209,8 +209,8 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `106` // Estimated: `4051` - // Minimum execution time: 9_105_000 picoseconds. - Weight::from_parts(9_481_000, 4051) + // Minimum execution time: 11_868_000 picoseconds. + Weight::from_parts(12_512_000, 4051) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -225,12 +225,12 @@ impl pallet_preimage::WeightInfo for SubstrateWeight /// The range of component `n` is `[1, 1024]`. fn ensure_updated(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `233 + n * (227 ±0)` + // Measured: `267 + n * (227 ±0)` // Estimated: `1485 + n * (2603 ±0)` - // Minimum execution time: 48_802_000 picoseconds. - Weight::from_parts(49_311_000, 1485) - // Standard Error: 30_390 - .saturating_add(Weight::from_parts(49_227_432, 0).saturating_mul(n.into())) + // Minimum execution time: 49_013_000 picoseconds. + Weight::from_parts(49_626_000, 1485) + // Standard Error: 49_614 + .saturating_add(Weight::from_parts(49_573_038, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(n.into()))) .saturating_add(Weight::from_parts(0, 2603).saturating_mul(n.into())) diff --git a/runtime/common/src/weights/pallet_proxy.rs b/runtime/common/src/weights/pallet_proxy.rs index 2c770d283f..8a20452746 100644 --- a/runtime/common/src/weights/pallet_proxy.rs +++ b/runtime/common/src/weights/pallet_proxy.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_proxy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-09-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-10-03, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-10-33`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -40,10 +40,10 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `5201` - // Minimum execution time: 12_059_000 picoseconds. - Weight::from_parts(12_597_553, 5201) - // Standard Error: 919 - .saturating_add(Weight::from_parts(42_369, 0).saturating_mul(p.into())) + // Minimum execution time: 11_739_000 picoseconds. + Weight::from_parts(12_253_790, 5201) + // Standard Error: 888 + .saturating_add(Weight::from_parts(44_563, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: `Proxy::Proxies` (r:1 w:0) @@ -56,14 +56,14 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { /// The range of component `p` is `[1, 31]`. fn proxy_announced(a: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `524 + a * (68 ±0) + p * (37 ±0)` + // Measured: `520 + a * (68 ±0) + p * (37 ±0)` // Estimated: `6193` - // Minimum execution time: 35_173_000 picoseconds. - Weight::from_parts(33_695_300, 6193) - // Standard Error: 4_373 - .saturating_add(Weight::from_parts(121_953, 0).saturating_mul(a.into())) - // Standard Error: 4_519 - .saturating_add(Weight::from_parts(109_879, 0).saturating_mul(p.into())) + // Minimum execution time: 35_311_000 picoseconds. + Weight::from_parts(33_530_933, 6193) + // Standard Error: 4_267 + .saturating_add(Weight::from_parts(127_006, 0).saturating_mul(a.into())) + // Standard Error: 4_409 + .saturating_add(Weight::from_parts(115_525, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -77,12 +77,12 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `441 + a * (68 ±0)` // Estimated: `6193` - // Minimum execution time: 22_572_000 picoseconds. - Weight::from_parts(22_318_291, 6193) - // Standard Error: 1_513 - .saturating_add(Weight::from_parts(128_593, 0).saturating_mul(a.into())) - // Standard Error: 1_563 - .saturating_add(Weight::from_parts(39_305, 0).saturating_mul(p.into())) + // Minimum execution time: 22_853_000 picoseconds. + Weight::from_parts(22_471_805, 6193) + // Standard Error: 1_418 + .saturating_add(Weight::from_parts(125_765, 0).saturating_mul(a.into())) + // Standard Error: 1_465 + .saturating_add(Weight::from_parts(39_908, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -96,12 +96,12 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `441 + a * (68 ±0)` // Estimated: `6193` - // Minimum execution time: 22_310_000 picoseconds. - Weight::from_parts(22_211_872, 6193) - // Standard Error: 1_437 - .saturating_add(Weight::from_parts(129_022, 0).saturating_mul(a.into())) - // Standard Error: 1_484 - .saturating_add(Weight::from_parts(39_826, 0).saturating_mul(p.into())) + // Minimum execution time: 22_775_000 picoseconds. + Weight::from_parts(22_561_423, 6193) + // Standard Error: 1_322 + .saturating_add(Weight::from_parts(128_182, 0).saturating_mul(a.into())) + // Standard Error: 1_366 + .saturating_add(Weight::from_parts(37_571, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -115,14 +115,14 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { /// The range of component `p` is `[1, 31]`. fn announce(a: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `456 + a * (68 ±0) + p * (37 ±0)` + // Measured: `452 + a * (68 ±0) + p * (37 ±0)` // Estimated: `6193` - // Minimum execution time: 29_906_000 picoseconds. - Weight::from_parts(29_692_239, 6193) - // Standard Error: 4_156 - .saturating_add(Weight::from_parts(126_544, 0).saturating_mul(a.into())) - // Standard Error: 4_294 - .saturating_add(Weight::from_parts(110_567, 0).saturating_mul(p.into())) + // Minimum execution time: 29_621_000 picoseconds. + Weight::from_parts(29_402_320, 6193) + // Standard Error: 3_951 + .saturating_add(Weight::from_parts(131_909, 0).saturating_mul(a.into())) + // Standard Error: 4_082 + .saturating_add(Weight::from_parts(114_344, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -133,10 +133,10 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `5201` - // Minimum execution time: 20_652_000 picoseconds. - Weight::from_parts(21_399_005, 5201) - // Standard Error: 1_031 - .saturating_add(Weight::from_parts(36_414, 0).saturating_mul(p.into())) + // Minimum execution time: 20_598_000 picoseconds. + Weight::from_parts(21_223_816, 5201) + // Standard Error: 1_018 + .saturating_add(Weight::from_parts(37_926, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -147,10 +147,10 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `5201` - // Minimum execution time: 20_632_000 picoseconds. - Weight::from_parts(21_378_187, 5201) - // Standard Error: 1_063 - .saturating_add(Weight::from_parts(52_076, 0).saturating_mul(p.into())) + // Minimum execution time: 20_515_000 picoseconds. + Weight::from_parts(21_405_801, 5201) + // Standard Error: 1_175 + .saturating_add(Weight::from_parts(46_365, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -161,10 +161,10 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `5201` - // Minimum execution time: 18_915_000 picoseconds. - Weight::from_parts(19_652_423, 5201) - // Standard Error: 1_001 - .saturating_add(Weight::from_parts(31_438, 0).saturating_mul(p.into())) + // Minimum execution time: 19_139_000 picoseconds. + Weight::from_parts(19_777_985, 5201) + // Standard Error: 1_003 + .saturating_add(Weight::from_parts(32_773, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -175,10 +175,10 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `173` // Estimated: `5201` - // Minimum execution time: 22_133_000 picoseconds. - Weight::from_parts(22_888_148, 5201) - // Standard Error: 1_189 - .saturating_add(Weight::from_parts(10_279, 0).saturating_mul(p.into())) + // Minimum execution time: 21_579_000 picoseconds. + Weight::from_parts(22_397_165, 5201) + // Standard Error: 1_137 + .saturating_add(Weight::from_parts(15_615, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -189,10 +189,10 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `198 + p * (37 ±0)` // Estimated: `5201` - // Minimum execution time: 19_789_000 picoseconds. - Weight::from_parts(20_729_634, 5201) - // Standard Error: 995 - .saturating_add(Weight::from_parts(34_157, 0).saturating_mul(p.into())) + // Minimum execution time: 19_625_000 picoseconds. + Weight::from_parts(20_545_017, 5201) + // Standard Error: 1_104 + .saturating_add(Weight::from_parts(37_238, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/common/src/weights/pallet_scheduler.rs b/runtime/common/src/weights/pallet_scheduler.rs index 1bb2599dc8..13ac5f4c0a 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 32.0.0 -//! DATE: 2024-09-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-10-03, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-10-33`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -39,8 +39,8 @@ impl pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_362_000 picoseconds. - Weight::from_parts(2_508_000, 0) + // Minimum execution time: 2_447_000 picoseconds. + Weight::from_parts(2_555_000, 0) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_863_000 picoseconds. - Weight::from_parts(1_968_000, 0) + // Minimum execution time: 1_892_000 picoseconds. + Weight::from_parts(2_010_000, 0) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_861_000 picoseconds. - Weight::from_parts(1_942_000, 0) + // Minimum execution time: 1_847_000 picoseconds. + Weight::from_parts(1_910_000, 0) } /// Storage: `Scheduler::Agenda` (r:1 w:1) /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(10463), added: 12938, mode: `MaxEncodedLen`) @@ -122,10 +122,10 @@ impl pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight pallet_scheduler::WeightInfo for SubstrateWeight 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: `4478` - // Minimum execution time: 14_960_000 picoseconds. - Weight::from_parts(15_239_000, 4478) + // Minimum execution time: 15_227_000 picoseconds. + Weight::from_parts(15_782_000, 4478) .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: `4369` - // Minimum execution time: 10_714_000 picoseconds. - Weight::from_parts(11_127_000, 4369) + // Minimum execution time: 11_033_000 picoseconds. + Weight::from_parts(11_524_000, 4369) .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 16e2e2c286..8ef903ff95 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 32.0.0 -//! DATE: 2024-09-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-10-03, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-10-33`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-10-189`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -39,8 +39,8 @@ impl pallet_timestamp::WeightInfo for SubstrateWeight pallet_timestamp::WeightInfo for SubstrateWeight pallet_utility::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_694_000 picoseconds. - Weight::from_parts(5_422_646, 0) - // Standard Error: 863 - .saturating_add(Weight::from_parts(2_812_016, 0).saturating_mul(c.into())) + // Minimum execution time: 3_756_000 picoseconds. + Weight::from_parts(2_505_238, 0) + // Standard Error: 1_185 + .saturating_add(Weight::from_parts(2_825_599, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_835_000 picoseconds. - Weight::from_parts(3_949_000, 0) + // Minimum execution time: 3_857_000 picoseconds. + Weight::from_parts(4_062_000, 0) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_698_000 picoseconds. - Weight::from_parts(2_862_085, 0) - // Standard Error: 887 - .saturating_add(Weight::from_parts(3_005_844, 0).saturating_mul(c.into())) + // Minimum execution time: 3_790_000 picoseconds. + Weight::from_parts(2_364_394, 0) + // Standard Error: 1_131 + .saturating_add(Weight::from_parts(3_066_159, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_556_000 picoseconds. - Weight::from_parts(5_909_000, 0) + // Minimum execution time: 5_461_000 picoseconds. + Weight::from_parts(5_988_000, 0) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_548_000 picoseconds. - Weight::from_parts(3_735_851, 0) - // Standard Error: 867 - .saturating_add(Weight::from_parts(2_822_972, 0).saturating_mul(c.into())) + // Minimum execution time: 3_773_000 picoseconds. + Weight::from_parts(3_613_527, 0) + // Standard Error: 1_141 + .saturating_add(Weight::from_parts(2_797_990, 0).saturating_mul(c.into())) } } diff --git a/runtime/frequency/src/genesis/presets.rs b/runtime/frequency/src/genesis/presets.rs index b9c6774b5b..980bc1287c 100644 --- a/runtime/frequency/src/genesis/presets.rs +++ b/runtime/frequency/src/genesis/presets.rs @@ -61,13 +61,39 @@ fn frequency_testnet_genesis_config() -> serde_json::Value { #[allow(clippy::unwrap_used)] fn frequency_genesis_config() -> serde_json::Value { - let output: serde_json::Value = - serde_json::from_slice(include_bytes!("../../../../resources/frequency.json").as_slice()) - .map_err(|e| format!("Invalid JSON blob {:?}", e)) - .unwrap(); + #[cfg(not(feature = "runtime-benchmarks"))] + { + let output: serde_json::Value = serde_json::from_slice( + include_bytes!("../../../../resources/frequency.json").as_slice(), + ) + .map_err(|e| format!("Invalid JSON blob {:?}", e)) + .unwrap(); - let runtime = &output["genesis"]["runtime"]; - runtime.clone() + // Return the unmodified output when `runtime-benchmarks` is not enabled + return output["genesis"]["runtime"].clone(); + } + + #[cfg(feature = "runtime-benchmarks")] + { + let mut output: serde_json::Value = serde_json::from_slice( + include_bytes!("../../../../resources/frequency.json").as_slice(), + ) + .map_err(|e| format!("Invalid JSON blob {:?}", e)) + .unwrap(); + + if let Some(runtime) = output["genesis"]["runtime"].as_object_mut() { + runtime.remove("vesting"); + runtime["parachainSystem"] = serde_json::json!({}); + runtime["treasury"] = serde_json::json!({}); + runtime["auraExt"] = serde_json::json!({}); + } + + if let Some(system) = output["genesis"]["runtime"]["system"].as_object_mut() { + system.remove("code"); + } + + return output["genesis"]["runtime"].clone() + } } /// Provides the JSON representation of predefined genesis config for given `id`. diff --git a/runtime/frequency/src/lib.rs b/runtime/frequency/src/lib.rs index 8b6431226d..e80609ca29 100644 --- a/runtime/frequency/src/lib.rs +++ b/runtime/frequency/src/lib.rs @@ -377,7 +377,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("frequency"), impl_name: create_runtime_str!("frequency"), authoring_version: 1, - spec_version: 118, + spec_version: 119, impl_version: 0, apis: apis::RUNTIME_API_VERSIONS, transaction_version: 1, @@ -391,7 +391,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("frequency-testnet"), impl_name: create_runtime_str!("frequency"), authoring_version: 1, - spec_version: 118, + spec_version: 119, impl_version: 0, apis: apis::RUNTIME_API_VERSIONS, transaction_version: 1,