diff --git a/pallets/capacity/src/weights.rs b/pallets/capacity/src/weights.rs index cc1c8ee2c7..97aafc079c 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-10-08, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-11-02, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-193`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-11-31`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -37,7 +37,6 @@ pub trait WeightInfo { fn withdraw_unstaked() -> Weight; fn start_new_epoch_if_needed() -> Weight; fn start_new_reward_era_if_needed() -> Weight; - fn on_initialize() -> Weight; fn unstake() -> Weight; fn set_epoch_length() -> Weight; fn change_staking_target() -> Weight; @@ -64,10 +63,10 @@ impl WeightInfo for SubstrateWeight { /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) fn stake() -> Weight { // Proof Size summary in bytes: - // Measured: `174` + // Measured: `177` // Estimated: `5259` - // Minimum execution time: 37_669_000 picoseconds. - Weight::from_parts(38_737_000, 5259) + // Minimum execution time: 39_036_000 picoseconds. + Weight::from_parts(40_261_000, 5259) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -81,10 +80,10 @@ impl WeightInfo for SubstrateWeight { /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) fn withdraw_unstaked() -> Weight { // Proof Size summary in bytes: - // Measured: `285` + // Measured: `226` // Estimated: `5259` - // Minimum execution time: 25_140_000 picoseconds. - Weight::from_parts(25_953_000, 5259) + // Minimum execution time: 24_229_000 picoseconds. + Weight::from_parts(24_817_000, 5259) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -92,25 +91,12 @@ impl WeightInfo for SubstrateWeight { /// Proof: `Capacity::CurrentEpochInfo` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) /// Storage: `Capacity::EpochLength` (r:1 w:0) /// Proof: `Capacity::EpochLength` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - fn on_initialize() -> Weight { - // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `1984` - // Minimum execution time: 2_264_000 picoseconds. - Weight::from_parts(2_322_000, 1984) - .saturating_add(T::DbWeight::get().reads(2_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) - } - /// Storage: `Capacity::CurrentEpochInfo` (r:1 w:1) - /// Proof: `Capacity::CurrentEpochInfo` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Capacity::EpochLength` (r:1 w:0) - /// Proof: `Capacity::EpochLength` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) fn start_new_epoch_if_needed() -> Weight { // Proof Size summary in bytes: // Measured: `0` - // Estimated: `2974` - // Minimum execution time: 2_231_000 picoseconds. - Weight::from_parts(2_419_000, 2974) + // Estimated: `1984` + // Minimum execution time: 1_917_000 picoseconds. + Weight::from_parts(2_119_000, 1984) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -120,10 +106,10 @@ impl WeightInfo for SubstrateWeight { /// Proof: `Capacity::ProviderBoostRewardPools` (`max_values`: None, `max_size`: Some(113), added: 2588, mode: `MaxEncodedLen`) fn start_new_reward_era_if_needed() -> Weight { // Proof Size summary in bytes: - // Measured: `193` - // Estimated: `5063` - // Minimum execution time: 5_000_000 picoseconds. - Weight::from_parts(5_000_000, 5063) + // Measured: `229` + // Estimated: `4073` + // Minimum execution time: 6_606_000 picoseconds. + Weight::from_parts(6_961_000, 4073) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -141,12 +127,12 @@ impl WeightInfo for SubstrateWeight { /// Proof: `Capacity::CapacityLedger` (`max_values`: None, `max_size`: Some(68), added: 2543, mode: `MaxEncodedLen`) fn unstake() -> Weight { // Proof Size summary in bytes: - // Measured: `271` - // Estimated: `4081` - // Minimum execution time: 23_903_000 picoseconds. - Weight::from_parts(24_664_000, 4081) - .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().writes(4_u64)) + // Measured: `359` + // Estimated: `4601` + // Minimum execution time: 34_580_000 picoseconds. + Weight::from_parts(35_608_000, 4601) + .saturating_add(T::DbWeight::get().reads(6_u64)) + .saturating_add(T::DbWeight::get().writes(6_u64)) } /// Storage: `Capacity::EpochLength` (r:0 w:1) /// Proof: `Capacity::EpochLength` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) @@ -154,8 +140,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_914_000 picoseconds. - Weight::from_parts(4_164_000, 0) + // Minimum execution time: 4_018_000 picoseconds. + Weight::from_parts(4_199_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `Capacity::Retargets` (r:1 w:1) @@ -170,10 +156,10 @@ impl WeightInfo for SubstrateWeight { /// Proof: `Capacity::CapacityLedger` (`max_values`: None, `max_size`: Some(68), added: 2543, mode: `MaxEncodedLen`) fn change_staking_target() -> Weight { // Proof Size summary in bytes: - // Measured: `315` - // Estimated: `7601` - // Minimum execution time: 29_000_000 picoseconds. - Weight::from_parts(31_000_000, 7601) + // Measured: `353` + // Estimated: `6611` + // Minimum execution time: 32_978_000 picoseconds. + Weight::from_parts(33_796_000, 6611) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -197,24 +183,24 @@ impl WeightInfo for SubstrateWeight { /// Proof: `Capacity::CurrentEraProviderBoostTotal` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) fn provider_boost() -> Weight { // Proof Size summary in bytes: - // Measured: `247` - // Estimated: `6249` - // Minimum execution time: 45_000_000 picoseconds. - Weight::from_parts(48_000_000, 6249) + // Measured: `177` + // Estimated: `5259` + // Minimum execution time: 43_488_000 picoseconds. + Weight::from_parts(44_697_000, 5259) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } /// Storage: `Capacity::ProviderBoostHistories` (r:1 w:1) /// Proof: `Capacity::ProviderBoostHistories` (`max_values`: None, `max_size`: Some(641), added: 3116, mode: `MaxEncodedLen`) - /// Storage: `Capacity::ProviderBoostRewardPools` (r:7 w:0) + /// Storage: `Capacity::ProviderBoostRewardPools` (r:6 w:0) /// Proof: `Capacity::ProviderBoostRewardPools` (`max_values`: None, `max_size`: Some(113), added: 2588, mode: `MaxEncodedLen`) fn claim_staking_rewards() -> Weight { // Proof Size summary in bytes: - // Measured: `1592` - // Estimated: `20591` - // Minimum execution time: 104_000_000 picoseconds. - Weight::from_parts(105_000_000, 20591) - .saturating_add(T::DbWeight::get().reads(8_u64)) + // Measured: `1587` + // Estimated: `17013` + // Minimum execution time: 110_364_000 picoseconds. + Weight::from_parts(111_646_000, 17013) + .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } } @@ -237,10 +223,10 @@ impl WeightInfo for () { /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) fn stake() -> Weight { // Proof Size summary in bytes: - // Measured: `174` + // Measured: `177` // Estimated: `5259` - // Minimum execution time: 37_669_000 picoseconds. - Weight::from_parts(38_737_000, 5259) + // Minimum execution time: 39_036_000 picoseconds. + Weight::from_parts(40_261_000, 5259) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -254,10 +240,10 @@ impl WeightInfo for () { /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) fn withdraw_unstaked() -> Weight { // Proof Size summary in bytes: - // Measured: `285` + // Measured: `226` // Estimated: `5259` - // Minimum execution time: 25_140_000 picoseconds. - Weight::from_parts(25_953_000, 5259) + // Minimum execution time: 24_229_000 picoseconds. + Weight::from_parts(24_817_000, 5259) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -265,12 +251,12 @@ impl WeightInfo for () { /// Proof: `Capacity::CurrentEpochInfo` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) /// Storage: `Capacity::EpochLength` (r:1 w:0) /// Proof: `Capacity::EpochLength` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - fn on_initialize() -> Weight { + fn start_new_epoch_if_needed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1984` - // Minimum execution time: 2_264_000 picoseconds. - Weight::from_parts(2_322_000, 1984) + // Minimum execution time: 1_917_000 picoseconds. + Weight::from_parts(2_119_000, 1984) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -280,23 +266,10 @@ impl WeightInfo for () { /// Proof: `Capacity::ProviderBoostRewardPools` (`max_values`: None, `max_size`: Some(113), added: 2588, mode: `MaxEncodedLen`) fn start_new_reward_era_if_needed() -> Weight { // Proof Size summary in bytes: - // Measured: `193` - // Estimated: `5063` - // Minimum execution time: 5_000_000 picoseconds. - Weight::from_parts(5_000_000, 5063) - .saturating_add(RocksDbWeight::get().reads(2_u64)) - .saturating_add(RocksDbWeight::get().writes(1_u64)) - } - /// Storage: `Capacity::CurrentEpochInfo` (r:1 w:1) - /// Proof: `Capacity::CurrentEpochInfo` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Capacity::EpochLength` (r:1 w:0) - /// Proof: `Capacity::EpochLength` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - fn start_new_epoch_if_needed() -> Weight { - // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `2974` - // Minimum execution time: 2_231_000 picoseconds. - Weight::from_parts(2_419_000, 2974) + // Measured: `229` + // Estimated: `4073` + // Minimum execution time: 6_606_000 picoseconds. + Weight::from_parts(6_961_000, 4073) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -304,8 +277,8 @@ impl WeightInfo for () { /// Proof: `Capacity::ProviderBoostHistories` (`max_values`: None, `max_size`: Some(641), added: 3116, mode: `MaxEncodedLen`) /// Storage: `Capacity::StakingAccountLedger` (r:1 w:1) /// Proof: `Capacity::StakingAccountLedger` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) - /// Storage: `Capacity::StakingRewardPool` (r:1 w:1) - /// Proof: `Capacity::StakingRewardPool` (`max_values`: None, `max_size`: Some(60), added: 2535, mode: `MaxEncodedLen`) + /// Storage: `Capacity::CurrentEraProviderBoostTotal` (r:1 w:1) + /// Proof: `Capacity::CurrentEraProviderBoostTotal` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) /// Storage: `Capacity::UnstakeUnlocks` (r:1 w:1) /// Proof: `Capacity::UnstakeUnlocks` (`max_values`: None, `max_size`: Some(121), added: 2596, mode: `MaxEncodedLen`) /// Storage: `Capacity::StakingTargetLedger` (r:1 w:1) @@ -314,12 +287,12 @@ impl WeightInfo for () { /// Proof: `Capacity::CapacityLedger` (`max_values`: None, `max_size`: Some(68), added: 2543, mode: `MaxEncodedLen`) fn unstake() -> Weight { // Proof Size summary in bytes: - // Measured: `271` - // Estimated: `4081` - // Minimum execution time: 23_903_000 picoseconds. - Weight::from_parts(24_664_000, 4081) - .saturating_add(RocksDbWeight::get().reads(4_u64)) - .saturating_add(RocksDbWeight::get().writes(4_u64)) + // Measured: `359` + // Estimated: `4601` + // Minimum execution time: 34_580_000 picoseconds. + Weight::from_parts(35_608_000, 4601) + .saturating_add(RocksDbWeight::get().reads(6_u64)) + .saturating_add(RocksDbWeight::get().writes(6_u64)) } /// Storage: `Capacity::EpochLength` (r:0 w:1) /// Proof: `Capacity::EpochLength` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) @@ -327,8 +300,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_914_000 picoseconds. - Weight::from_parts(4_164_000, 0) + // Minimum execution time: 4_018_000 picoseconds. + Weight::from_parts(4_199_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: `Capacity::Retargets` (r:1 w:1) @@ -343,10 +316,10 @@ impl WeightInfo for () { /// Proof: `Capacity::CapacityLedger` (`max_values`: None, `max_size`: Some(68), added: 2543, mode: `MaxEncodedLen`) fn change_staking_target() -> Weight { // Proof Size summary in bytes: - // Measured: `315` - // Estimated: `7601` - // Minimum execution time: 29_000_000 picoseconds. - Weight::from_parts(31_000_000, 7601) + // Measured: `353` + // Estimated: `6611` + // Minimum execution time: 32_978_000 picoseconds. + Weight::from_parts(33_796_000, 6611) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -370,24 +343,24 @@ impl WeightInfo for () { /// Proof: `Capacity::CurrentEraProviderBoostTotal` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) fn provider_boost() -> Weight { // Proof Size summary in bytes: - // Measured: `247` - // Estimated: `6249` - // Minimum execution time: 45_000_000 picoseconds. - Weight::from_parts(48_000_000, 6249) + // Measured: `177` + // Estimated: `5259` + // Minimum execution time: 43_488_000 picoseconds. + Weight::from_parts(44_697_000, 5259) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } /// Storage: `Capacity::ProviderBoostHistories` (r:1 w:1) /// Proof: `Capacity::ProviderBoostHistories` (`max_values`: None, `max_size`: Some(641), added: 3116, mode: `MaxEncodedLen`) - /// Storage: `Capacity::ProviderBoostRewardPools` (r:7 w:0) + /// Storage: `Capacity::ProviderBoostRewardPools` (r:6 w:0) /// Proof: `Capacity::ProviderBoostRewardPools` (`max_values`: None, `max_size`: Some(113), added: 2588, mode: `MaxEncodedLen`) fn claim_staking_rewards() -> Weight { // Proof Size summary in bytes: - // Measured: `1592` - // Estimated: `20591` - // Minimum execution time: 104_000_000 picoseconds. - Weight::from_parts(105_000_000, 20591) - .saturating_add(RocksDbWeight::get().reads(8_u64)) + // Measured: `1587` + // Estimated: `17013` + // Minimum execution time: 110_364_000 picoseconds. + Weight::from_parts(111_646_000, 17013) + .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } } @@ -440,7 +413,7 @@ mod tests { ); } #[test] - fn test_on_initialize() { + fn test_start_new_epoch_if_needed() { assert!( BlockWeights::get() .per_class @@ -452,7 +425,7 @@ mod tests { ); } #[test] - fn test_start_new_epoch_if_needed() { + fn test_start_new_reward_era_if_needed() { assert!( BlockWeights::get() .per_class @@ -460,11 +433,11 @@ mod tests { .max_extrinsic .unwrap_or_else(::max_value) .proof_size() - > 2974 + > 4073 ); } #[test] - fn test_start_new_reward_era_if_needed() { + fn test_unstake() { assert!( BlockWeights::get() .per_class @@ -472,11 +445,35 @@ mod tests { .max_extrinsic .unwrap_or_else(::max_value) .proof_size() - > 5063 + > 4601 ); } #[test] - fn test_unstake() { + fn test_change_staking_target() { + assert!( + BlockWeights::get() + .per_class + .get(frame_support::dispatch::DispatchClass::Normal) + .max_extrinsic + .unwrap_or_else(::max_value) + .proof_size() + > 6611 + ); + } + #[test] + fn test_provider_boost() { + assert!( + BlockWeights::get() + .per_class + .get(frame_support::dispatch::DispatchClass::Normal) + .max_extrinsic + .unwrap_or_else(::max_value) + .proof_size() + > 5259 + ); + } + #[test] + fn test_claim_staking_rewards() { assert!( BlockWeights::get() .per_class @@ -484,7 +481,7 @@ mod tests { .max_extrinsic .unwrap_or_else(::max_value) .proof_size() - > 4081 + > 17013 ); } } diff --git a/pallets/frequency-tx-payment/src/weights.rs b/pallets/frequency-tx-payment/src/weights.rs index 97438d8a9f..e50b0b9065 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-10-08, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-11-02, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-193`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-11-31`, 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_177_000 picoseconds. - Weight::from_parts(3_243_000, 0) + // Minimum execution time: 3_198_000 picoseconds. + Weight::from_parts(3_335_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_087_000 picoseconds. - Weight::from_parts(5_856_045, 0) - // Standard Error: 19_082 - .saturating_add(Weight::from_parts(3_178_578, 0).saturating_mul(n.into())) + // Minimum execution time: 5_262_000 picoseconds. + Weight::from_parts(6_083_544, 0) + // Standard Error: 8_599 + .saturating_add(Weight::from_parts(3_031_287, 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_177_000 picoseconds. - Weight::from_parts(3_243_000, 0) + // Minimum execution time: 3_198_000 picoseconds. + Weight::from_parts(3_335_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_087_000 picoseconds. - Weight::from_parts(5_856_045, 0) - // Standard Error: 19_082 - .saturating_add(Weight::from_parts(3_178_578, 0).saturating_mul(n.into())) + // Minimum execution time: 5_262_000 picoseconds. + Weight::from_parts(6_083_544, 0) + // Standard Error: 8_599 + .saturating_add(Weight::from_parts(3_031_287, 0).saturating_mul(n.into())) } } diff --git a/pallets/handles/src/weights.rs b/pallets/handles/src/weights.rs index 1fae564414..a25a88d494 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-10-08, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-11-02, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-193`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-11-31`, 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: 104_244_000 picoseconds. - Weight::from_parts(106_712_112, 4019) - // Standard Error: 19_732 - .saturating_add(Weight::from_parts(55_718, 0).saturating_mul(b.into())) + // Minimum execution time: 106_913_000 picoseconds. + Weight::from_parts(109_110_578, 4019) + // Standard Error: 14_186 + .saturating_add(Weight::from_parts(75_694, 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: 109_507_000 picoseconds. - Weight::from_parts(110_897_750, 4019) - // Standard Error: 11_480 - .saturating_add(Weight::from_parts(177_821, 0).saturating_mul(b.into())) + // Minimum execution time: 119_017_000 picoseconds. + Weight::from_parts(120_971_065, 4019) + // Standard Error: 11_404 + .saturating_add(Weight::from_parts(150_425, 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_119_000 picoseconds. - Weight::from_parts(19_665_000, 4019) + // Minimum execution time: 18_635_000 picoseconds. + Weight::from_parts(19_846_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: 104_244_000 picoseconds. - Weight::from_parts(106_712_112, 4019) - // Standard Error: 19_732 - .saturating_add(Weight::from_parts(55_718, 0).saturating_mul(b.into())) + // Minimum execution time: 106_913_000 picoseconds. + Weight::from_parts(109_110_578, 4019) + // Standard Error: 14_186 + .saturating_add(Weight::from_parts(75_694, 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: 109_507_000 picoseconds. - Weight::from_parts(110_897_750, 4019) - // Standard Error: 11_480 - .saturating_add(Weight::from_parts(177_821, 0).saturating_mul(b.into())) + // Minimum execution time: 119_017_000 picoseconds. + Weight::from_parts(120_971_065, 4019) + // Standard Error: 11_404 + .saturating_add(Weight::from_parts(150_425, 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_119_000 picoseconds. - Weight::from_parts(19_665_000, 4019) + // Minimum execution time: 18_635_000 picoseconds. + Weight::from_parts(19_846_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 ced7a461ee..54025d2b02 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-10-08, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-11-02, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-193`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-11-31`, 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_695_000 picoseconds. - Weight::from_parts(12_394_000, 4008) + // Minimum execution time: 11_177_000 picoseconds. + Weight::from_parts(11_473_000, 4008) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -86,10 +86,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1283` // Estimated: `6531` - // Minimum execution time: 137_706_000 picoseconds. - Weight::from_parts(141_597_331, 6531) - // Standard Error: 15_696 - .saturating_add(Weight::from_parts(111_911, 0).saturating_mul(s.into())) + // Minimum execution time: 137_794_000 picoseconds. + Weight::from_parts(141_017_898, 6531) + // Standard Error: 16_037 + .saturating_add(Weight::from_parts(106_516, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -101,8 +101,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161` // Estimated: `4177` - // Minimum execution time: 13_569_000 picoseconds. - Weight::from_parts(14_213_000, 4177) + // Minimum execution time: 12_988_000 picoseconds. + Weight::from_parts(13_561_000, 4177) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -116,10 +116,10 @@ impl WeightInfo for SubstrateWeight { /// Proof: `Msa::PublicKeyCountForMsaId` (`max_values`: None, `max_size`: Some(17), added: 2492, mode: `MaxEncodedLen`) fn add_public_key_to_msa() -> Weight { // Proof Size summary in bytes: - // Measured: `1559` + // Measured: `1574` // Estimated: `9981` - // Minimum execution time: 216_463_000 picoseconds. - Weight::from_parts(221_971_000, 9981) + // Minimum execution time: 216_594_000 picoseconds. + Weight::from_parts(219_426_000, 9981) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -131,8 +131,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `254` // Estimated: `6531` - // Minimum execution time: 24_032_000 picoseconds. - Weight::from_parts(24_883_000, 6531) + // Minimum execution time: 24_316_000 picoseconds. + Weight::from_parts(24_814_000, 6531) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -144,8 +144,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `71` // Estimated: `4008` - // Minimum execution time: 17_284_000 picoseconds. - Weight::from_parts(18_258_000, 4008) + // Minimum execution time: 16_814_000 picoseconds. + Weight::from_parts(17_442_000, 4008) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -166,10 +166,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1331` // Estimated: `6531` - // Minimum execution time: 128_918_000 picoseconds. - Weight::from_parts(131_770_485, 6531) - // Standard Error: 16_738 - .saturating_add(Weight::from_parts(158_588, 0).saturating_mul(s.into())) + // Minimum execution time: 128_335_000 picoseconds. + Weight::from_parts(131_775_031, 6531) + // Standard Error: 13_099 + .saturating_add(Weight::from_parts(122_446, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -181,8 +181,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161` // Estimated: `4177` - // Minimum execution time: 13_530_000 picoseconds. - Weight::from_parts(13_922_000, 4177) + // Minimum execution time: 12_944_000 picoseconds. + Weight::from_parts(13_236_000, 4177) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -194,8 +194,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `67` // Estimated: `4008` - // Minimum execution time: 10_763_000 picoseconds. - Weight::from_parts(11_034_000, 4008) + // Minimum execution time: 10_069_000 picoseconds. + Weight::from_parts(10_436_000, 4008) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -207,8 +207,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `67` // Estimated: `4008` - // Minimum execution time: 10_665_000 picoseconds. - Weight::from_parts(10_919_000, 4008) + // Minimum execution time: 10_230_000 picoseconds. + Weight::from_parts(10_630_000, 4008) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -226,8 +226,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `147` // Estimated: `4107` - // Minimum execution time: 18_202_000 picoseconds. - Weight::from_parts(18_946_000, 4107) + // Minimum execution time: 18_295_000 picoseconds. + Weight::from_parts(18_895_000, 4107) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -242,10 +242,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `316 + s * (6 ±0)` // Estimated: `4177` - // Minimum execution time: 16_532_000 picoseconds. - Weight::from_parts(17_530_375, 4177) - // Standard Error: 7_714 - .saturating_add(Weight::from_parts(119_305, 0).saturating_mul(s.into())) + // Minimum execution time: 16_109_000 picoseconds. + Weight::from_parts(17_234_829, 4177) + // Standard Error: 4_645 + .saturating_add(Weight::from_parts(107_810, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -263,8 +263,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `4008` - // Minimum execution time: 11_695_000 picoseconds. - Weight::from_parts(12_394_000, 4008) + // Minimum execution time: 11_177_000 picoseconds. + Weight::from_parts(11_473_000, 4008) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -289,10 +289,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1283` // Estimated: `6531` - // Minimum execution time: 137_706_000 picoseconds. - Weight::from_parts(141_597_331, 6531) - // Standard Error: 15_696 - .saturating_add(Weight::from_parts(111_911, 0).saturating_mul(s.into())) + // Minimum execution time: 137_794_000 picoseconds. + Weight::from_parts(141_017_898, 6531) + // Standard Error: 16_037 + .saturating_add(Weight::from_parts(106_516, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(10_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -304,8 +304,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161` // Estimated: `4177` - // Minimum execution time: 13_569_000 picoseconds. - Weight::from_parts(14_213_000, 4177) + // Minimum execution time: 12_988_000 picoseconds. + Weight::from_parts(13_561_000, 4177) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -319,10 +319,10 @@ impl WeightInfo for () { /// Proof: `Msa::PublicKeyCountForMsaId` (`max_values`: None, `max_size`: Some(17), added: 2492, mode: `MaxEncodedLen`) fn add_public_key_to_msa() -> Weight { // Proof Size summary in bytes: - // Measured: `1559` + // Measured: `1574` // Estimated: `9981` - // Minimum execution time: 216_463_000 picoseconds. - Weight::from_parts(221_971_000, 9981) + // Minimum execution time: 216_594_000 picoseconds. + Weight::from_parts(219_426_000, 9981) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -334,8 +334,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `254` // Estimated: `6531` - // Minimum execution time: 24_032_000 picoseconds. - Weight::from_parts(24_883_000, 6531) + // Minimum execution time: 24_316_000 picoseconds. + Weight::from_parts(24_814_000, 6531) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -347,8 +347,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `71` // Estimated: `4008` - // Minimum execution time: 17_284_000 picoseconds. - Weight::from_parts(18_258_000, 4008) + // Minimum execution time: 16_814_000 picoseconds. + Weight::from_parts(17_442_000, 4008) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -369,10 +369,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1331` // Estimated: `6531` - // Minimum execution time: 128_918_000 picoseconds. - Weight::from_parts(131_770_485, 6531) - // Standard Error: 16_738 - .saturating_add(Weight::from_parts(158_588, 0).saturating_mul(s.into())) + // Minimum execution time: 128_335_000 picoseconds. + Weight::from_parts(131_775_031, 6531) + // Standard Error: 13_099 + .saturating_add(Weight::from_parts(122_446, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -384,8 +384,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161` // Estimated: `4177` - // Minimum execution time: 13_530_000 picoseconds. - Weight::from_parts(13_922_000, 4177) + // Minimum execution time: 12_944_000 picoseconds. + Weight::from_parts(13_236_000, 4177) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -397,8 +397,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `67` // Estimated: `4008` - // Minimum execution time: 10_763_000 picoseconds. - Weight::from_parts(11_034_000, 4008) + // Minimum execution time: 10_069_000 picoseconds. + Weight::from_parts(10_436_000, 4008) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -410,8 +410,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `67` // Estimated: `4008` - // Minimum execution time: 10_665_000 picoseconds. - Weight::from_parts(10_919_000, 4008) + // Minimum execution time: 10_230_000 picoseconds. + Weight::from_parts(10_630_000, 4008) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -429,8 +429,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `147` // Estimated: `4107` - // Minimum execution time: 18_202_000 picoseconds. - Weight::from_parts(18_946_000, 4107) + // Minimum execution time: 18_295_000 picoseconds. + Weight::from_parts(18_895_000, 4107) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -445,10 +445,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `316 + s * (6 ±0)` // Estimated: `4177` - // Minimum execution time: 16_532_000 picoseconds. - Weight::from_parts(17_530_375, 4177) - // Standard Error: 7_714 - .saturating_add(Weight::from_parts(119_305, 0).saturating_mul(s.into())) + // Minimum execution time: 16_109_000 picoseconds. + Weight::from_parts(17_234_829, 4177) + // Standard Error: 4_645 + .saturating_add(Weight::from_parts(107_810, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/pallets/passkey/src/weights.rs b/pallets/passkey/src/weights.rs index 578cc111cf..d7f4f75b8a 100644 --- a/pallets/passkey/src/weights.rs +++ b/pallets/passkey/src/weights.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_passkey` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-10-29, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-11-02, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-10-126`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-11-31`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -48,10 +48,10 @@ impl WeightInfo for SubstrateWeight { /// Proof: `TransactionPayment::NextFeeMultiplier` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) fn validate() -> Weight { // Proof Size summary in bytes: - // Measured: `168` + // Measured: `202` // Estimated: `4088` - // Minimum execution time: 2_182_480_000 picoseconds. - Weight::from_parts(2_190_791_000, 4088) + // Minimum execution time: 2_201_205_000 picoseconds. + Weight::from_parts(2_224_982_000, 4088) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -63,10 +63,10 @@ impl WeightInfo for SubstrateWeight { /// Proof: `TransactionPayment::NextFeeMultiplier` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) fn pre_dispatch() -> Weight { // Proof Size summary in bytes: - // Measured: `169` + // Measured: `202` // Estimated: `4088` - // Minimum execution time: 2_195_849_000 picoseconds. - Weight::from_parts(2_226_867_000, 4088) + // Minimum execution time: 2_160_865_000 picoseconds. + Weight::from_parts(2_207_439_000, 4088) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -82,10 +82,10 @@ impl WeightInfo for () { /// Proof: `TransactionPayment::NextFeeMultiplier` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) fn validate() -> Weight { // Proof Size summary in bytes: - // Measured: `168` + // Measured: `202` // Estimated: `4088` - // Minimum execution time: 2_182_480_000 picoseconds. - Weight::from_parts(2_190_791_000, 4088) + // Minimum execution time: 2_201_205_000 picoseconds. + Weight::from_parts(2_224_982_000, 4088) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -97,10 +97,10 @@ impl WeightInfo for () { /// Proof: `TransactionPayment::NextFeeMultiplier` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) fn pre_dispatch() -> Weight { // Proof Size summary in bytes: - // Measured: `169` + // Measured: `202` // Estimated: `4088` - // Minimum execution time: 2_195_849_000 picoseconds. - Weight::from_parts(2_226_867_000, 4088) + // Minimum execution time: 2_160_865_000 picoseconds. + Weight::from_parts(2_207_439_000, 4088) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/pallets/stateful-storage/src/weights.rs b/pallets/stateful-storage/src/weights.rs index 62952408f3..e23f53c2eb 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-10-08, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-11-02, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-193`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-11-31`, 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_204_000 picoseconds. - Weight::from_parts(25_405_300, 5763) - // Standard Error: 120 - .saturating_add(Weight::from_parts(803, 0).saturating_mul(s.into())) + // Minimum execution time: 24_545_000 picoseconds. + Weight::from_parts(24_867_891, 5763) + // Standard Error: 52 + .saturating_add(Weight::from_parts(828, 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_315_000 picoseconds. - Weight::from_parts(43_230_152, 16141) + // Minimum execution time: 37_646_000 picoseconds. + Weight::from_parts(41_356_793, 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_145_000 picoseconds. - Weight::from_parts(30_570_535, 6924) - // Standard Error: 197 - .saturating_add(Weight::from_parts(370, 0).saturating_mul(s.into())) + // Minimum execution time: 29_142_000 picoseconds. + Weight::from_parts(29_992_619, 6924) + // Standard Error: 165 + .saturating_add(Weight::from_parts(776, 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: 27_998_000 picoseconds. - Weight::from_parts(28_777_000, 6922) + // Minimum execution time: 27_809_000 picoseconds. + Weight::from_parts(28_830_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: 116_440_000 picoseconds. - Weight::from_parts(102_999_590, 5770) - // Standard Error: 278 - .saturating_add(Weight::from_parts(10_809, 0).saturating_mul(s.into())) + // Minimum execution time: 117_788_000 picoseconds. + Weight::from_parts(105_736_310, 5770) + // Standard Error: 250 + .saturating_add(Weight::from_parts(10_188, 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: 120_939_000 picoseconds. - Weight::from_parts(126_040_096, 16148) + // Minimum execution time: 121_427_000 picoseconds. + Weight::from_parts(126_284_200, 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: 109_817_000 picoseconds. - Weight::from_parts(111_017_974, 6857) - // Standard Error: 302 - .saturating_add(Weight::from_parts(11_467, 0).saturating_mul(s.into())) + // Minimum execution time: 110_698_000 picoseconds. + Weight::from_parts(113_007_261, 6857) + // Standard Error: 657 + .saturating_add(Weight::from_parts(10_520, 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: 107_442_000 picoseconds. - Weight::from_parts(109_217_000, 6855) + // Minimum execution time: 116_786_000 picoseconds. + Weight::from_parts(118_301_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_204_000 picoseconds. - Weight::from_parts(25_405_300, 5763) - // Standard Error: 120 - .saturating_add(Weight::from_parts(803, 0).saturating_mul(s.into())) + // Minimum execution time: 24_545_000 picoseconds. + Weight::from_parts(24_867_891, 5763) + // Standard Error: 52 + .saturating_add(Weight::from_parts(828, 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_315_000 picoseconds. - Weight::from_parts(43_230_152, 16141) + // Minimum execution time: 37_646_000 picoseconds. + Weight::from_parts(41_356_793, 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_145_000 picoseconds. - Weight::from_parts(30_570_535, 6924) - // Standard Error: 197 - .saturating_add(Weight::from_parts(370, 0).saturating_mul(s.into())) + // Minimum execution time: 29_142_000 picoseconds. + Weight::from_parts(29_992_619, 6924) + // Standard Error: 165 + .saturating_add(Weight::from_parts(776, 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: 27_998_000 picoseconds. - Weight::from_parts(28_777_000, 6922) + // Minimum execution time: 27_809_000 picoseconds. + Weight::from_parts(28_830_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: 116_440_000 picoseconds. - Weight::from_parts(102_999_590, 5770) - // Standard Error: 278 - .saturating_add(Weight::from_parts(10_809, 0).saturating_mul(s.into())) + // Minimum execution time: 117_788_000 picoseconds. + Weight::from_parts(105_736_310, 5770) + // Standard Error: 250 + .saturating_add(Weight::from_parts(10_188, 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: 120_939_000 picoseconds. - Weight::from_parts(126_040_096, 16148) + // Minimum execution time: 121_427_000 picoseconds. + Weight::from_parts(126_284_200, 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: 109_817_000 picoseconds. - Weight::from_parts(111_017_974, 6857) - // Standard Error: 302 - .saturating_add(Weight::from_parts(11_467, 0).saturating_mul(s.into())) + // Minimum execution time: 110_698_000 picoseconds. + Weight::from_parts(113_007_261, 6857) + // Standard Error: 657 + .saturating_add(Weight::from_parts(10_520, 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: 107_442_000 picoseconds. - Weight::from_parts(109_217_000, 6855) + // Minimum execution time: 116_786_000 picoseconds. + Weight::from_parts(118_301_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 fb65e7e3ed..7ef6b711f3 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-10-08, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-11-02, STEPS: `20`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-193`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-11-31`, 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_986_000 picoseconds. - Weight::from_parts(42_579_000, 5409) + // Minimum execution time: 41_797_000 picoseconds. + Weight::from_parts(42_620_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_872_000 picoseconds. - Weight::from_parts(27_908_257, 5409) - // Standard Error: 1_871 - .saturating_add(Weight::from_parts(3_986, 0).saturating_mul(i.into())) + // Minimum execution time: 26_849_000 picoseconds. + Weight::from_parts(27_700_558, 5409) + // Standard Error: 1_977 + .saturating_add(Weight::from_parts(3_816, 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_752_000 picoseconds. - Weight::from_parts(22_335_139, 5259) - // Standard Error: 2_129 - .saturating_add(Weight::from_parts(57_914, 0).saturating_mul(i.into())) + // Minimum execution time: 21_274_000 picoseconds. + Weight::from_parts(22_078_701, 5259) + // Standard Error: 5_224 + .saturating_add(Weight::from_parts(59_119, 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_986_000 picoseconds. - Weight::from_parts(42_579_000, 5409) + // Minimum execution time: 41_797_000 picoseconds. + Weight::from_parts(42_620_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_872_000 picoseconds. - Weight::from_parts(27_908_257, 5409) - // Standard Error: 1_871 - .saturating_add(Weight::from_parts(3_986, 0).saturating_mul(i.into())) + // Minimum execution time: 26_849_000 picoseconds. + Weight::from_parts(27_700_558, 5409) + // Standard Error: 1_977 + .saturating_add(Weight::from_parts(3_816, 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_752_000 picoseconds. - Weight::from_parts(22_335_139, 5259) - // Standard Error: 2_129 - .saturating_add(Weight::from_parts(57_914, 0).saturating_mul(i.into())) + // Minimum execution time: 21_274_000 picoseconds. + Weight::from_parts(22_078_701, 5259) + // Standard Error: 5_224 + .saturating_add(Weight::from_parts(59_119, 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 70c56123f1..46cdc3f672 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-10-08 (Y/M/D) -//! HOSTNAME: `ip-10-173-4-193`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! DATE: 2024-11-02 (Y/M/D) +//! HOSTNAME: `ip-10-173-11-31`, 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: 346_771, 383_256 - /// Average: 354_117 - /// Median: 351_035 - /// Std-Dev: 7175.59 + /// Min, Max: 346_748, 390_363 + /// Average: 354_427 + /// Median: 350_949 + /// Std-Dev: 9444.48 /// /// Percentiles nanoseconds: - /// 99th: 372_003 - /// 95th: 368_633 - /// 75th: 355_960 + /// 99th: 385_249 + /// 95th: 380_057 + /// 75th: 354_162 pub const BlockExecutionWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(354_117), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(354_427), 0); } #[cfg(test)] diff --git a/runtime/common/src/weights/extrinsic_weights.rs b/runtime/common/src/weights/extrinsic_weights.rs index 9f786ee37a..3ca1ced388 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-10-08 (Y/M/D) -//! HOSTNAME: `ip-10-173-4-193`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! DATE: 2024-11-02 (Y/M/D) +//! HOSTNAME: `ip-10-173-11-31`, 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: 94_413, 95_669 - /// Average: 95_043 - /// Median: 95_007 - /// Std-Dev: 282.27 + /// Min, Max: 85_196, 88_555 + /// Average: 85_893 + /// Median: 85_654 + /// Std-Dev: 592.64 /// /// Percentiles nanoseconds: - /// 99th: 95_648 - /// 95th: 95_567 - /// 75th: 95_234 + /// 99th: 87_096 + /// 95th: 86_861 + /// 75th: 86_345 pub const ExtrinsicBaseWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(95_043), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(85_893), 0); } #[cfg(test)] diff --git a/runtime/common/src/weights/pallet_balances.rs b/runtime/common/src/weights/pallet_balances.rs index 826054b927..8eb5274670 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-10-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-11-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-193`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-11-31`, 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_315_000 picoseconds. - Weight::from_parts(44_214_000, 4088) + // Minimum execution time: 42_672_000 picoseconds. + Weight::from_parts(43_420_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: 33_967_000 picoseconds. - Weight::from_parts(34_962_000, 4088) + // Minimum execution time: 33_887_000 picoseconds. + Weight::from_parts(34_631_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_951_000 picoseconds. - Weight::from_parts(13_480_000, 4088) + // Minimum execution time: 12_580_000 picoseconds. + Weight::from_parts(12_955_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_864_000 picoseconds. - Weight::from_parts(18_331_000, 4088) + // Minimum execution time: 17_669_000 picoseconds. + Weight::from_parts(18_132_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_294_000 picoseconds. - Weight::from_parts(45_924_000, 6691) + // Minimum execution time: 45_020_000 picoseconds. + Weight::from_parts(45_768_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: 43_445_000 picoseconds. - Weight::from_parts(43_979_000, 4088) + // Minimum execution time: 42_520_000 picoseconds. + Weight::from_parts(43_113_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_977_000 picoseconds. - Weight::from_parts(16_482_000, 4088) + // Minimum execution time: 15_669_000 picoseconds. + Weight::from_parts(16_184_000, 4088) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -117,10 +117,10 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `14 + u * (136 ±0)` // Estimated: `1485 + u * (2603 ±0)` - // Minimum execution time: 15_631_000 picoseconds. - Weight::from_parts(15_886_000, 1485) - // Standard Error: 10_684 - .saturating_add(Weight::from_parts(13_237_939, 0).saturating_mul(u.into())) + // Minimum execution time: 15_145_000 picoseconds. + Weight::from_parts(15_510_000, 1485) + // Standard Error: 10_592 + .saturating_add(Weight::from_parts(13_178_004, 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_734_000 picoseconds. - Weight::from_parts(5_096_000, 0) + // Minimum execution time: 4_851_000 picoseconds. + Weight::from_parts(5_189_000, 0) } fn burn_allow_death() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 26_529_000 picoseconds. - Weight::from_parts(27_489_000, 0) + // Minimum execution time: 26_982_000 picoseconds. + Weight::from_parts(27_451_000, 0) } fn burn_keep_alive() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 18_371_000 picoseconds. - Weight::from_parts(18_649_000, 0) + // Minimum execution time: 18_156_000 picoseconds. + Weight::from_parts(18_546_000, 0) } } diff --git a/runtime/common/src/weights/pallet_collator_selection.rs b/runtime/common/src/weights/pallet_collator_selection.rs index 88f1a49359..ed14c33887 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-10-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-11-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-193`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-11-31`, 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_543_000 picoseconds. - Weight::from_parts(9_007_285, 1819) - // Standard Error: 9_794 - .saturating_add(Weight::from_parts(3_148_164, 0).saturating_mul(b.into())) + // Minimum execution time: 10_418_000 picoseconds. + Weight::from_parts(8_644_734, 1819) + // Standard Error: 8_432 + .saturating_add(Weight::from_parts(3_157_931, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 2554).saturating_mul(b.into())) @@ -64,12 +64,12 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `1111 + b * (32 ±0) + c * (52 ±0)` // Estimated: `5025 + b * (29 ±0) + c * (53 ±0)` - // Minimum execution time: 40_807_000 picoseconds. - Weight::from_parts(41_465_877, 5025) - // Standard Error: 4_808 - .saturating_add(Weight::from_parts(28_418, 0).saturating_mul(b.into())) - // Standard Error: 1_425 - .saturating_add(Weight::from_parts(171_028, 0).saturating_mul(c.into())) + // Minimum execution time: 40_924_000 picoseconds. + Weight::from_parts(41_497_278, 5025) + // Standard Error: 5_170 + .saturating_add(Weight::from_parts(41_985, 0).saturating_mul(b.into())) + // Standard Error: 1_533 + .saturating_add(Weight::from_parts(186_778, 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_986_000 picoseconds. - Weight::from_parts(10_274_294, 4381) - // Standard Error: 1_863 - .saturating_add(Weight::from_parts(151_640, 0).saturating_mul(b.into())) + // Minimum execution time: 9_501_000 picoseconds. + Weight::from_parts(9_737_722, 4381) + // Standard Error: 2_403 + .saturating_add(Weight::from_parts(170_199, 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_907_000 picoseconds. - Weight::from_parts(4_115_000, 0) + // Minimum execution time: 3_864_000 picoseconds. + Weight::from_parts(4_099_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `CollatorSelection::CandidacyBond` (r:1 w:1) @@ -115,12 +115,12 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `0 + c * (190 ±0) + k * (131 ±0)` // Estimated: `4381 + c * (894 ±29) + k * (894 ±29)` - // Minimum execution time: 8_388_000 picoseconds. - Weight::from_parts(8_510_000, 4381) - // Standard Error: 154_934 - .saturating_add(Weight::from_parts(5_344_272, 0).saturating_mul(c.into())) - // Standard Error: 154_934 - .saturating_add(Weight::from_parts(5_036_538, 0).saturating_mul(k.into())) + // Minimum execution time: 8_252_000 picoseconds. + Weight::from_parts(8_405_000, 4381) + // Standard Error: 153_324 + .saturating_add(Weight::from_parts(5_315_108, 0).saturating_mul(c.into())) + // Standard Error: 153_324 + .saturating_add(Weight::from_parts(5_018_312, 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_297_000 picoseconds. - Weight::from_parts(25_505_387, 4381) - // Standard Error: 2_319 - .saturating_add(Weight::from_parts(189_646, 0).saturating_mul(c.into())) + // Minimum execution time: 22_838_000 picoseconds. + Weight::from_parts(25_439_862, 4381) + // Standard Error: 2_378 + .saturating_add(Weight::from_parts(199_416, 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: 34_403_000 picoseconds. - Weight::from_parts(37_236_087, 4774) - // Standard Error: 3_558 - .saturating_add(Weight::from_parts(242_794, 0).saturating_mul(c.into())) + // Minimum execution time: 34_603_000 picoseconds. + Weight::from_parts(37_049_859, 4774) + // Standard Error: 3_462 + .saturating_add(Weight::from_parts(267_029, 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: 48_647_000 picoseconds. - Weight::from_parts(52_138_199, 4866) - // Standard Error: 3_655 - .saturating_add(Weight::from_parts(282_987, 0).saturating_mul(c.into())) + // Minimum execution time: 49_695_000 picoseconds. + Weight::from_parts(52_696_006, 4866) + // Standard Error: 4_184 + .saturating_add(Weight::from_parts(293_931, 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: 25_776_000 picoseconds. - Weight::from_parts(28_180_281, 4381) - // Standard Error: 2_621 - .saturating_add(Weight::from_parts(223_591, 0).saturating_mul(c.into())) + // Minimum execution time: 25_994_000 picoseconds. + Weight::from_parts(28_136_003, 4381) + // Standard Error: 2_545 + .saturating_add(Weight::from_parts(235_087, 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_239_000 picoseconds. - Weight::from_parts(39_746_000, 6691) + // Minimum execution time: 38_707_000 picoseconds. + Weight::from_parts(39_595_000, 6691) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -239,10 +239,10 @@ impl pallet_collator_selection::WeightInfo for Substrat // Proof Size summary in bytes: // Measured: `1172 + c * (98 ±0) + r * (130 ±0)` // Estimated: `4381 + c * (2519 ±0) + r * (2603 ±0)` - // Minimum execution time: 17_413_000 picoseconds. - Weight::from_parts(17_708_000, 4381) - // Standard Error: 272_484 - .saturating_add(Weight::from_parts(12_124_780, 0).saturating_mul(c.into())) + // Minimum execution time: 17_294_000 picoseconds. + Weight::from_parts(17_682_000, 4381) + // Standard Error: 272_384 + .saturating_add(Weight::from_parts(12_117_661, 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 7e7ade3556..352865440c 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-10-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-11-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-193`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-11-31`, 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_243_000 picoseconds. - Weight::from_parts(7_550_000, 4789) - // Standard Error: 61_753 - .saturating_add(Weight::from_parts(2_898_270, 0).saturating_mul(m.into())) - // Standard Error: 25_094 - .saturating_add(Weight::from_parts(3_323_834, 0).saturating_mul(p.into())) + // Minimum execution time: 7_021_000 picoseconds. + Weight::from_parts(7_248_000, 4789) + // Standard Error: 61_770 + .saturating_add(Weight::from_parts(2_931_133, 0).saturating_mul(m.into())) + // Standard Error: 25_101 + .saturating_add(Weight::from_parts(3_330_687, 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_857_000 picoseconds. - Weight::from_parts(11_210_136, 2049) - // Standard Error: 12 - .saturating_add(Weight::from_parts(1_450, 0).saturating_mul(b.into())) - // Standard Error: 1_292 - .saturating_add(Weight::from_parts(24_522, 0).saturating_mul(m.into())) + // Minimum execution time: 10_639_000 picoseconds. + Weight::from_parts(11_032_809, 2049) + // Standard Error: 14 + .saturating_add(Weight::from_parts(1_470, 0).saturating_mul(b.into())) + // Standard Error: 1_518 + .saturating_add(Weight::from_parts(17_392, 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: 12_943_000 picoseconds. - Weight::from_parts(13_294_629, 4029) - // Standard Error: 13 - .saturating_add(Weight::from_parts(1_497, 0).saturating_mul(b.into())) - // Standard Error: 1_488 - .saturating_add(Weight::from_parts(46_376, 0).saturating_mul(m.into())) + // Minimum execution time: 12_883_000 picoseconds. + Weight::from_parts(13_237_945, 4029) + // Standard Error: 15 + .saturating_add(Weight::from_parts(1_485, 0).saturating_mul(b.into())) + // Standard Error: 1_675 + .saturating_add(Weight::from_parts(24_580, 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_860_000 picoseconds. - Weight::from_parts(16_705_997, 4025) - // Standard Error: 44 - .saturating_add(Weight::from_parts(2_319, 0).saturating_mul(b.into())) - // Standard Error: 5_235 - .saturating_add(Weight::from_parts(146_252, 0).saturating_mul(m.into())) - // Standard Error: 1_827 - .saturating_add(Weight::from_parts(265_677, 0).saturating_mul(p.into())) + // Minimum execution time: 17_856_000 picoseconds. + Weight::from_parts(17_284_844, 4025) + // Standard Error: 46 + .saturating_add(Weight::from_parts(2_052, 0).saturating_mul(b.into())) + // Standard Error: 5_474 + .saturating_add(Weight::from_parts(136_531, 0).saturating_mul(m.into())) + // Standard Error: 1_910 + .saturating_add(Weight::from_parts(250_089, 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: 16_153_000 picoseconds. - Weight::from_parts(16_648_153, 4531) - // Standard Error: 4_403 - .saturating_add(Weight::from_parts(79_841, 0).saturating_mul(m.into())) + // Minimum execution time: 15_921_000 picoseconds. + Weight::from_parts(16_403_282, 4531) + // Standard Error: 3_848 + .saturating_add(Weight::from_parts(87_662, 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_823_000 picoseconds. - Weight::from_parts(18_417_172, 4019) - // Standard Error: 5_204 - .saturating_add(Weight::from_parts(172_543, 0).saturating_mul(m.into())) - // Standard Error: 1_388 - .saturating_add(Weight::from_parts(237_328, 0).saturating_mul(p.into())) + // Minimum execution time: 18_811_000 picoseconds. + Weight::from_parts(18_640_630, 4019) + // Standard Error: 5_763 + .saturating_add(Weight::from_parts(156_270, 0).saturating_mul(m.into())) + // Standard Error: 1_537 + .saturating_add(Weight::from_parts(221_688, 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: 27_784_000 picoseconds. - Weight::from_parts(28_101_417, 4025) - // Standard Error: 60 - .saturating_add(Weight::from_parts(1_905, 0).saturating_mul(b.into())) - // Standard Error: 9_401 - .saturating_add(Weight::from_parts(129_386, 0).saturating_mul(m.into())) - // Standard Error: 2_515 - .saturating_add(Weight::from_parts(386_702, 0).saturating_mul(p.into())) + // Minimum execution time: 27_491_000 picoseconds. + Weight::from_parts(28_474_544, 4025) + // Standard Error: 61 + .saturating_add(Weight::from_parts(1_734, 0).saturating_mul(b.into())) + // Standard Error: 9_520 + .saturating_add(Weight::from_parts(126_875, 0).saturating_mul(m.into())) + // Standard Error: 2_547 + .saturating_add(Weight::from_parts(374_592, 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_634_000 picoseconds. - Weight::from_parts(20_184_381, 4039) - // Standard Error: 5_748 - .saturating_add(Weight::from_parts(177_032, 0).saturating_mul(m.into())) - // Standard Error: 1_533 - .saturating_add(Weight::from_parts(238_922, 0).saturating_mul(p.into())) + // Minimum execution time: 20_309_000 picoseconds. + Weight::from_parts(20_217_641, 4039) + // Standard Error: 6_044 + .saturating_add(Weight::from_parts(175_170, 0).saturating_mul(m.into())) + // Standard Error: 1_612 + .saturating_add(Weight::from_parts(234_003, 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_695_000 picoseconds. - Weight::from_parts(30_166_156, 4045) - // Standard Error: 60 - .saturating_add(Weight::from_parts(2_145, 0).saturating_mul(b.into())) - // Standard Error: 9_333 - .saturating_add(Weight::from_parts(73_272, 0).saturating_mul(m.into())) - // Standard Error: 2_497 - .saturating_add(Weight::from_parts(418_946, 0).saturating_mul(p.into())) + // Minimum execution time: 29_614_000 picoseconds. + Weight::from_parts(30_335_624, 4045) + // Standard Error: 62 + .saturating_add(Weight::from_parts(2_111, 0).saturating_mul(b.into())) + // Standard Error: 9_576 + .saturating_add(Weight::from_parts(78_442, 0).saturating_mul(m.into())) + // Standard Error: 2_562 + .saturating_add(Weight::from_parts(401_342, 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_471_000 picoseconds. - Weight::from_parts(12_149_727, 2206) - // Standard Error: 996 - .saturating_add(Weight::from_parts(205_975, 0).saturating_mul(p.into())) + // Minimum execution time: 11_402_000 picoseconds. + Weight::from_parts(12_146_878, 2206) + // Standard Error: 966 + .saturating_add(Weight::from_parts(183_245, 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 cddbdd15d9..c69c49fc6c 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-10-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-11-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-193`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-11-31`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -50,13 +50,13 @@ impl pallet_collective::WeightInfo for SubstrateWeight< fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + m * (832 ±0) + p * (310 ±0)` - // Estimated: `4856 + m * (489 ±5) + p * (2615 ±2)` - // Minimum execution time: 7_316_000 picoseconds. - Weight::from_parts(7_551_000, 4856) - // Standard Error: 62_082 - .saturating_add(Weight::from_parts(2_981_650, 0).saturating_mul(m.into())) - // Standard Error: 25_228 - .saturating_add(Weight::from_parts(3_355_788, 0).saturating_mul(p.into())) + // Estimated: `4856 + m * (489 ±3) + p * (2615 ±1)` + // Minimum execution time: 6_994_000 picoseconds. + Weight::from_parts(7_327_000, 4856) + // Standard Error: 62_031 + .saturating_add(Weight::from_parts(2_951_658, 0).saturating_mul(m.into())) + // Standard Error: 25_207 + .saturating_add(Weight::from_parts(3_343_848, 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: 11_024_000 picoseconds. - Weight::from_parts(11_151_985, 2116) - // Standard Error: 9 - .saturating_add(Weight::from_parts(1_488, 0).saturating_mul(b.into())) - // Standard Error: 1_060 - .saturating_add(Weight::from_parts(31_522, 0).saturating_mul(m.into())) + // Minimum execution time: 10_712_000 picoseconds. + Weight::from_parts(10_960_400, 2116) + // Standard Error: 10 + .saturating_add(Weight::from_parts(1_464, 0).saturating_mul(b.into())) + // Standard Error: 1_083 + .saturating_add(Weight::from_parts(22_259, 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_251_000 picoseconds. - Weight::from_parts(13_263_904, 4096) + // Minimum execution time: 12_990_000 picoseconds. + Weight::from_parts(13_065_158, 4096) // Standard Error: 11 - .saturating_add(Weight::from_parts(1_579, 0).saturating_mul(b.into())) - // Standard Error: 1_251 - .saturating_add(Weight::from_parts(44_986, 0).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(1_549, 0).saturating_mul(b.into())) + // Standard Error: 1_188 + .saturating_add(Weight::from_parts(44_231, 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: 17_945_000 picoseconds. - Weight::from_parts(16_860_308, 4092) - // Standard Error: 44 - .saturating_add(Weight::from_parts(2_308, 0).saturating_mul(b.into())) - // Standard Error: 5_246 - .saturating_add(Weight::from_parts(153_058, 0).saturating_mul(m.into())) - // Standard Error: 1_830 - .saturating_add(Weight::from_parts(260_543, 0).saturating_mul(p.into())) + // Minimum execution time: 17_802_000 picoseconds. + Weight::from_parts(17_085_269, 4092) + // Standard Error: 46 + .saturating_add(Weight::from_parts(2_089, 0).saturating_mul(b.into())) + // Standard Error: 5_497 + .saturating_add(Weight::from_parts(152_583, 0).saturating_mul(m.into())) + // Standard Error: 1_918 + .saturating_add(Weight::from_parts(250_212, 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: 16_179_000 picoseconds. - Weight::from_parts(16_900_242, 4598) - // Standard Error: 3_703 - .saturating_add(Weight::from_parts(59_998, 0).saturating_mul(m.into())) + // Minimum execution time: 16_152_000 picoseconds. + Weight::from_parts(16_756_865, 4598) + // Standard Error: 3_400 + .saturating_add(Weight::from_parts(53_084, 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: 19_267_000 picoseconds. - Weight::from_parts(18_925_330, 4086) - // Standard Error: 5_185 - .saturating_add(Weight::from_parts(155_545, 0).saturating_mul(m.into())) - // Standard Error: 1_383 - .saturating_add(Weight::from_parts(231_669, 0).saturating_mul(p.into())) + // Minimum execution time: 19_187_000 picoseconds. + Weight::from_parts(19_031_092, 4086) + // Standard Error: 5_304 + .saturating_add(Weight::from_parts(142_530, 0).saturating_mul(m.into())) + // Standard Error: 1_415 + .saturating_add(Weight::from_parts(220_988, 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_136_000 picoseconds. - Weight::from_parts(28_353_422, 4092) - // Standard Error: 60 - .saturating_add(Weight::from_parts(1_848, 0).saturating_mul(b.into())) - // Standard Error: 9_273 - .saturating_add(Weight::from_parts(116_708, 0).saturating_mul(m.into())) - // Standard Error: 2_481 - .saturating_add(Weight::from_parts(380_028, 0).saturating_mul(p.into())) + // Minimum execution time: 27_585_000 picoseconds. + Weight::from_parts(28_417_239, 4092) + // Standard Error: 58 + .saturating_add(Weight::from_parts(1_798, 0).saturating_mul(b.into())) + // Standard Error: 9_038 + .saturating_add(Weight::from_parts(116_495, 0).saturating_mul(m.into())) + // Standard Error: 2_418 + .saturating_add(Weight::from_parts(372_800, 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_828_000 picoseconds. - Weight::from_parts(20_664_440, 4106) - // Standard Error: 5_532 - .saturating_add(Weight::from_parts(145_408, 0).saturating_mul(m.into())) - // Standard Error: 1_475 - .saturating_add(Weight::from_parts(234_253, 0).saturating_mul(p.into())) + // Minimum execution time: 20_822_000 picoseconds. + Weight::from_parts(20_551_910, 4106) + // Standard Error: 5_275 + .saturating_add(Weight::from_parts(161_896, 0).saturating_mul(m.into())) + // Standard Error: 1_407 + .saturating_add(Weight::from_parts(229_014, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 80).saturating_mul(m.into())) @@ -263,14 +263,14 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `159 + b * (1 ±0) + m * (64 ±0) + p * (72 ±0)` // Estimated: `4112 + b * (1 ±0) + m * (85 ±0) + p * (65 ±0)` - // Minimum execution time: 29_965_000 picoseconds. - Weight::from_parts(30_784_215, 4112) - // Standard Error: 59 - .saturating_add(Weight::from_parts(1_944, 0).saturating_mul(b.into())) - // Standard Error: 9_151 - .saturating_add(Weight::from_parts(54_752, 0).saturating_mul(m.into())) - // Standard Error: 2_448 - .saturating_add(Weight::from_parts(405_638, 0).saturating_mul(p.into())) + // Minimum execution time: 29_962_000 picoseconds. + Weight::from_parts(30_440_329, 4112) + // Standard Error: 60 + .saturating_add(Weight::from_parts(2_099, 0).saturating_mul(b.into())) + // Standard Error: 9_339 + .saturating_add(Weight::from_parts(78_436, 0).saturating_mul(m.into())) + // Standard Error: 2_498 + .saturating_add(Weight::from_parts(395_751, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -289,10 +289,10 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `293 + p * (32 ±0)` // Estimated: `2273 + p * (32 ±0)` - // Minimum execution time: 11_682_000 picoseconds. - Weight::from_parts(12_188_809, 2273) - // Standard Error: 860 - .saturating_add(Weight::from_parts(200_392, 0).saturating_mul(p.into())) + // Minimum execution time: 11_581_000 picoseconds. + Weight::from_parts(12_253_541, 2273) + // Standard Error: 836 + .saturating_add(Weight::from_parts(184_001, 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 7ca56ad619..7b83f38c52 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-10-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-11-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-193`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-11-31`, 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_422_000 picoseconds. - Weight::from_parts(13_284_424, 0) + // Minimum execution time: 12_716_000 picoseconds. + Weight::from_parts(13_521_806, 0) // Standard Error: 3 - .saturating_add(Weight::from_parts(548, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(494, 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_625_000 picoseconds. - Weight::from_parts(28_013_472, 7306) - // Standard Error: 554 - .saturating_add(Weight::from_parts(118_075, 0).saturating_mul(s.into())) - // Standard Error: 5 - .saturating_add(Weight::from_parts(1_510, 0).saturating_mul(z.into())) + // Minimum execution time: 37_909_000 picoseconds. + Weight::from_parts(26_824_938, 7306) + // Standard Error: 749 + .saturating_add(Weight::from_parts(124_085, 0).saturating_mul(s.into())) + // Standard Error: 7 + .saturating_add(Weight::from_parts(1_467, 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_566_000 picoseconds. - Weight::from_parts(15_215_662, 7306) - // Standard Error: 408 - .saturating_add(Weight::from_parts(103_011, 0).saturating_mul(s.into())) - // Standard Error: 3 - .saturating_add(Weight::from_parts(1_471, 0).saturating_mul(z.into())) + // Minimum execution time: 24_342_000 picoseconds. + Weight::from_parts(14_966_567, 7306) + // Standard Error: 489 + .saturating_add(Weight::from_parts(106_772, 0).saturating_mul(s.into())) + // Standard Error: 4 + .saturating_add(Weight::from_parts(1_415, 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_992_000 picoseconds. - Weight::from_parts(30_923_071, 7306) - // Standard Error: 703 - .saturating_add(Weight::from_parts(144_735, 0).saturating_mul(s.into())) - // Standard Error: 6 - .saturating_add(Weight::from_parts(1_527, 0).saturating_mul(z.into())) + // Minimum execution time: 43_008_000 picoseconds. + Weight::from_parts(30_120_129, 7306) + // Standard Error: 1_804 + .saturating_add(Weight::from_parts(148_798, 0).saturating_mul(s.into())) + // Standard Error: 17 + .saturating_add(Weight::from_parts(1_458, 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_301_000 picoseconds. - Weight::from_parts(27_363_432, 7306) - // Standard Error: 617 - .saturating_add(Weight::from_parts(118_661, 0).saturating_mul(s.into())) + // Minimum execution time: 25_534_000 picoseconds. + Weight::from_parts(26_519_287, 7306) + // Standard Error: 1_034 + .saturating_add(Weight::from_parts(124_792, 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_613_000 picoseconds. - Weight::from_parts(14_263_635, 7306) - // Standard Error: 430 - .saturating_add(Weight::from_parts(103_796, 0).saturating_mul(s.into())) + // Minimum execution time: 13_535_000 picoseconds. + Weight::from_parts(14_013_151, 7306) + // Standard Error: 431 + .saturating_add(Weight::from_parts(106_831, 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_516_000 picoseconds. - Weight::from_parts(27_839_085, 7306) - // Standard Error: 609 - .saturating_add(Weight::from_parts(115_657, 0).saturating_mul(s.into())) + // Minimum execution time: 26_436_000 picoseconds. + Weight::from_parts(27_606_869, 7306) + // Standard Error: 571 + .saturating_add(Weight::from_parts(115_595, 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 7f18d0c2e2..de52c79c74 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-10-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-11-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-193`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-11-31`, 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_795_000 picoseconds. - Weight::from_parts(44_230_000, 4051) - // Standard Error: 6 - .saturating_add(Weight::from_parts(2_339, 0).saturating_mul(s.into())) + // Minimum execution time: 43_488_000 picoseconds. + Weight::from_parts(43_891_000, 4051) + // Standard Error: 5 + .saturating_add(Weight::from_parts(2_317, 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_953_000 picoseconds. + // Minimum execution time: 13_838_000 picoseconds. Weight::from_parts(14_155_000, 4051) - // Standard Error: 8 - .saturating_add(Weight::from_parts(2_387, 0).saturating_mul(s.into())) + // Standard Error: 5 + .saturating_add(Weight::from_parts(2_240, 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: 12_983_000 picoseconds. - Weight::from_parts(13_353_000, 4051) - // Standard Error: 6 - .saturating_add(Weight::from_parts(2_331, 0).saturating_mul(s.into())) + // Minimum execution time: 13_019_000 picoseconds. + Weight::from_parts(13_307_000, 4051) + // Standard Error: 5 + .saturating_add(Weight::from_parts(2_236, 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: 47_341_000 picoseconds. - Weight::from_parts(48_465_000, 4051) + // Minimum execution time: 44_933_000 picoseconds. + Weight::from_parts(46_296_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_429_000 picoseconds. - Weight::from_parts(22_550_000, 4051) + // Minimum execution time: 19_495_000 picoseconds. + Weight::from_parts(20_060_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_851_000 picoseconds. - Weight::from_parts(19_047_000, 4051) + // Minimum execution time: 16_880_000 picoseconds. + Weight::from_parts(18_291_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: 12_973_000 picoseconds. - Weight::from_parts(13_571_000, 4051) + // Minimum execution time: 11_987_000 picoseconds. + Weight::from_parts(12_351_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: 14_029_000 picoseconds. - Weight::from_parts(14_543_000, 4051) + // Minimum execution time: 13_613_000 picoseconds. + Weight::from_parts(13_972_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_337_000 picoseconds. - Weight::from_parts(9_649_000, 4051) + // Minimum execution time: 8_843_000 picoseconds. + Weight::from_parts(9_139_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: 19_588_000 picoseconds. - Weight::from_parts(20_637_000, 4051) + // Minimum execution time: 17_431_000 picoseconds. + Weight::from_parts(17_913_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_632_000 picoseconds. - Weight::from_parts(9_903_000, 4051) + // Minimum execution time: 9_125_000 picoseconds. + Weight::from_parts(9_345_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_345_000 picoseconds. - Weight::from_parts(9_637_000, 4051) + // Minimum execution time: 8_764_000 picoseconds. + Weight::from_parts(8_995_000, 4051) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -227,10 +227,10 @@ impl pallet_preimage::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `267 + n * (227 ±0)` // Estimated: `1485 + n * (2603 ±0)` - // Minimum execution time: 50_473_000 picoseconds. - Weight::from_parts(51_301_000, 1485) - // Standard Error: 35_404 - .saturating_add(Weight::from_parts(50_298_348, 0).saturating_mul(n.into())) + // Minimum execution time: 48_819_000 picoseconds. + Weight::from_parts(49_656_000, 1485) + // Standard Error: 55_009 + .saturating_add(Weight::from_parts(49_629_054, 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 cbb04d82ac..2fc20f7991 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-10-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-11-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-193`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-11-31`, 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_043_000 picoseconds. - Weight::from_parts(12_575_191, 5201) - // Standard Error: 901 - .saturating_add(Weight::from_parts(36_439, 0).saturating_mul(p.into())) + // Minimum execution time: 11_582_000 picoseconds. + Weight::from_parts(12_347_266, 5201) + // Standard Error: 926 + .saturating_add(Weight::from_parts(40_333, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: `Proxy::Proxies` (r:1 w:0) @@ -58,12 +58,12 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `520 + a * (68 ±0) + p * (37 ±0)` // Estimated: `6193` - // Minimum execution time: 35_659_000 picoseconds. - Weight::from_parts(33_800_537, 6193) - // Standard Error: 4_174 - .saturating_add(Weight::from_parts(131_865, 0).saturating_mul(a.into())) - // Standard Error: 4_312 - .saturating_add(Weight::from_parts(118_026, 0).saturating_mul(p.into())) + // Minimum execution time: 34_607_000 picoseconds. + Weight::from_parts(32_942_607, 6193) + // Standard Error: 4_608 + .saturating_add(Weight::from_parts(135_368, 0).saturating_mul(a.into())) + // Standard Error: 4_761 + .saturating_add(Weight::from_parts(119_219, 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_896_000 picoseconds. - Weight::from_parts(22_749_106, 6193) - // Standard Error: 1_357 - .saturating_add(Weight::from_parts(134_815, 0).saturating_mul(a.into())) - // Standard Error: 1_402 - .saturating_add(Weight::from_parts(35_218, 0).saturating_mul(p.into())) + // Minimum execution time: 22_260_000 picoseconds. + Weight::from_parts(22_054_198, 6193) + // Standard Error: 1_338 + .saturating_add(Weight::from_parts(131_746, 0).saturating_mul(a.into())) + // Standard Error: 1_382 + .saturating_add(Weight::from_parts(37_565, 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_772_000 picoseconds. - Weight::from_parts(22_655_934, 6193) - // Standard Error: 1_358 - .saturating_add(Weight::from_parts(136_162, 0).saturating_mul(a.into())) - // Standard Error: 1_403 - .saturating_add(Weight::from_parts(35_497, 0).saturating_mul(p.into())) + // Minimum execution time: 22_351_000 picoseconds. + Weight::from_parts(21_922_140, 6193) + // Standard Error: 1_425 + .saturating_add(Weight::from_parts(131_750, 0).saturating_mul(a.into())) + // Standard Error: 1_473 + .saturating_add(Weight::from_parts(41_480, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -117,12 +117,12 @@ impl pallet_proxy::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `452 + a * (68 ±0) + p * (37 ±0)` // Estimated: `6193` - // Minimum execution time: 30_574_000 picoseconds. - Weight::from_parts(29_906_138, 6193) - // Standard Error: 4_084 - .saturating_add(Weight::from_parts(140_767, 0).saturating_mul(a.into())) - // Standard Error: 4_220 - .saturating_add(Weight::from_parts(116_517, 0).saturating_mul(p.into())) + // Minimum execution time: 29_296_000 picoseconds. + Weight::from_parts(29_246_139, 6193) + // Standard Error: 4_271 + .saturating_add(Weight::from_parts(132_929, 0).saturating_mul(a.into())) + // Standard Error: 4_413 + .saturating_add(Weight::from_parts(113_945, 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: 21_071_000 picoseconds. - Weight::from_parts(21_674_656, 5201) - // Standard Error: 928 - .saturating_add(Weight::from_parts(42_442, 0).saturating_mul(p.into())) + // Minimum execution time: 20_453_000 picoseconds. + Weight::from_parts(21_250_698, 5201) + // Standard Error: 1_036 + .saturating_add(Weight::from_parts(36_219, 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: 21_134_000 picoseconds. - Weight::from_parts(21_970_310, 5201) - // Standard Error: 1_175 - .saturating_add(Weight::from_parts(45_625, 0).saturating_mul(p.into())) + // Minimum execution time: 20_558_000 picoseconds. + Weight::from_parts(21_379_008, 5201) + // Standard Error: 1_166 + .saturating_add(Weight::from_parts(46_127, 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: 19_174_000 picoseconds. - Weight::from_parts(20_157_359, 5201) - // Standard Error: 1_061 - .saturating_add(Weight::from_parts(32_256, 0).saturating_mul(p.into())) + // Minimum execution time: 18_847_000 picoseconds. + Weight::from_parts(19_480_485, 5201) + // Standard Error: 1_052 + .saturating_add(Weight::from_parts(37_520, 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_154_000 picoseconds. - Weight::from_parts(22_955_957, 5201) - // Standard Error: 988 - .saturating_add(Weight::from_parts(14_701, 0).saturating_mul(p.into())) + // Minimum execution time: 21_721_000 picoseconds. + Weight::from_parts(22_672_872, 5201) + // Standard Error: 971 + .saturating_add(Weight::from_parts(2_138, 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: 20_154_000 picoseconds. - Weight::from_parts(21_068_277, 5201) - // Standard Error: 926 - .saturating_add(Weight::from_parts(33_072, 0).saturating_mul(p.into())) + // Minimum execution time: 19_510_000 picoseconds. + Weight::from_parts(20_246_188, 5201) + // Standard Error: 878 + .saturating_add(Weight::from_parts(30_351, 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 052aa8d695..5271554d6a 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-10-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-11-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-193`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-11-31`, 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_389_000 picoseconds. - Weight::from_parts(2_547_000, 0) + // Minimum execution time: 2_547_000 picoseconds. + Weight::from_parts(2_693_000, 0) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_811_000 picoseconds. - Weight::from_parts(1_986_000, 0) + // Minimum execution time: 1_869_000 picoseconds. + Weight::from_parts(1_951_000, 0) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_804_000 picoseconds. - Weight::from_parts(1_905_000, 0) + // Minimum execution time: 1_780_000 picoseconds. + Weight::from_parts(1_934_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: 15_445_000 picoseconds. - Weight::from_parts(15_813_000, 4478) + // Minimum execution time: 14_852_000 picoseconds. + Weight::from_parts(15_121_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_986_000 picoseconds. - Weight::from_parts(11_534_000, 4369) + // Minimum execution time: 10_730_000 picoseconds. + Weight::from_parts(11_067_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 43f353a1fb..737213662e 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-10-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-11-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `ip-10-173-4-193`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` +//! HOSTNAME: `ip-10-173-11-31`, 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_535_000 picoseconds. - Weight::from_parts(6_705_072, 0) - // Standard Error: 1_129 - .saturating_add(Weight::from_parts(2_724_217, 0).saturating_mul(c.into())) + // Minimum execution time: 3_762_000 picoseconds. + Weight::from_parts(4_427_354, 0) + // Standard Error: 1_606 + .saturating_add(Weight::from_parts(2_720_332, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_870_000 picoseconds. - Weight::from_parts(4_056_000, 0) + // Minimum execution time: 3_911_000 picoseconds. + Weight::from_parts(4_071_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_571_000 picoseconds. - Weight::from_parts(3_841_455, 0) - // Standard Error: 1_054 - .saturating_add(Weight::from_parts(2_959_329, 0).saturating_mul(c.into())) + // Minimum execution time: 3_813_000 picoseconds. + Weight::from_parts(5_493_310, 0) + // Standard Error: 1_448 + .saturating_add(Weight::from_parts(2_967_923, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_444_000 picoseconds. - Weight::from_parts(5_764_000, 0) + // Minimum execution time: 5_510_000 picoseconds. + Weight::from_parts(5_695_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_474_000 picoseconds. - Weight::from_parts(3_677_038, 0) - // Standard Error: 1_218 - .saturating_add(Weight::from_parts(2_740_805, 0).saturating_mul(c.into())) + // Minimum execution time: 3_680_000 picoseconds. + Weight::from_parts(6_595_943, 0) + // Standard Error: 1_538 + .saturating_add(Weight::from_parts(2_710_444, 0).saturating_mul(c.into())) } }