diff --git a/pallets/capacity/src/weights.rs b/pallets/capacity/src/weights.rs index cc1c8ee2c7..c330fec14d 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: 2025-01-07, 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-4-66`, 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: 38_123_000 picoseconds. + Weight::from_parts(40_000_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: 23_527_000 picoseconds. + Weight::from_parts(23_974_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_939_000 picoseconds. + Weight::from_parts(2_110_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_470_000 picoseconds. + Weight::from_parts(6_785_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: 33_382_000 picoseconds. + Weight::from_parts(34_794_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_006_000 picoseconds. + Weight::from_parts(4_275_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_972_000 picoseconds. + Weight::from_parts(34_088_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_734_000 picoseconds. + Weight::from_parts(44_876_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: 109_098_000 picoseconds. + Weight::from_parts(110_479_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: 38_123_000 picoseconds. + Weight::from_parts(40_000_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: 23_527_000 picoseconds. + Weight::from_parts(23_974_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_939_000 picoseconds. + Weight::from_parts(2_110_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_470_000 picoseconds. + Weight::from_parts(6_785_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: 33_382_000 picoseconds. + Weight::from_parts(34_794_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_006_000 picoseconds. + Weight::from_parts(4_275_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_972_000 picoseconds. + Weight::from_parts(34_088_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_734_000 picoseconds. + Weight::from_parts(44_876_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: 109_098_000 picoseconds. + Weight::from_parts(110_479_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..55177b023f 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: 2025-01-07, 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-4-66`, 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_014_000 picoseconds. + Weight::from_parts(3_354_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_017_000 picoseconds. + Weight::from_parts(6_032_170, 0) + // Standard Error: 10_675 + .saturating_add(Weight::from_parts(3_013_359, 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_014_000 picoseconds. + Weight::from_parts(3_354_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_017_000 picoseconds. + Weight::from_parts(6_032_170, 0) + // Standard Error: 10_675 + .saturating_add(Weight::from_parts(3_013_359, 0).saturating_mul(n.into())) } } diff --git a/pallets/handles/src/weights.rs b/pallets/handles/src/weights.rs index 1fae564414..12eea86393 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: 2025-01-07, 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-4-66`, 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: 103_315_000 picoseconds. + Weight::from_parts(106_423_319, 4019) + // Standard Error: 32_612 + .saturating_add(Weight::from_parts(50_569, 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: 108_384_000 picoseconds. + Weight::from_parts(110_422_344, 4019) + // Standard Error: 25_078 + .saturating_add(Weight::from_parts(175_688, 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_842_000 picoseconds. + Weight::from_parts(19_383_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: 103_315_000 picoseconds. + Weight::from_parts(106_423_319, 4019) + // Standard Error: 32_612 + .saturating_add(Weight::from_parts(50_569, 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: 108_384_000 picoseconds. + Weight::from_parts(110_422_344, 4019) + // Standard Error: 25_078 + .saturating_add(Weight::from_parts(175_688, 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_842_000 picoseconds. + Weight::from_parts(19_383_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..981a4d2ec7 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: 2025-01-07, 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-4-66`, 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: 10_828_000 picoseconds. + Weight::from_parts(11_573_000, 4008) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -84,12 +84,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `s` is `[0, 30]`. fn create_sponsored_account_with_delegation(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1283` + // Measured: `1279` // 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: 138_746_000 picoseconds. + Weight::from_parts(141_160_794, 6531) + // Standard Error: 14_357 + .saturating_add(Weight::from_parts(101_350, 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: 13_079_000 picoseconds. + Weight::from_parts(13_496_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: `1573` // Estimated: `9981` - // Minimum execution time: 216_463_000 picoseconds. - Weight::from_parts(221_971_000, 9981) + // Minimum execution time: 217_526_000 picoseconds. + Weight::from_parts(222_819_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: 22_852_000 picoseconds. + Weight::from_parts(24_474_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: 17_143_000 picoseconds. + Weight::from_parts(18_218_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_009_000 picoseconds. + Weight::from_parts(131_297_383, 6531) + // Standard Error: 16_507 + .saturating_add(Weight::from_parts(137_788, 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: 13_021_000 picoseconds. + Weight::from_parts(13_537_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_170_000 picoseconds. + Weight::from_parts(10_572_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: 9_854_000 picoseconds. + Weight::from_parts(10_360_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_264_000 picoseconds. + Weight::from_parts(18_682_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_022_000 picoseconds. + Weight::from_parts(17_125_815, 4177) + // Standard Error: 5_021 + .saturating_add(Weight::from_parts(112_352, 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: 10_828_000 picoseconds. + Weight::from_parts(11_573_000, 4008) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -287,12 +287,12 @@ impl WeightInfo for () { /// The range of component `s` is `[0, 30]`. fn create_sponsored_account_with_delegation(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1283` + // Measured: `1279` // 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: 138_746_000 picoseconds. + Weight::from_parts(141_160_794, 6531) + // Standard Error: 14_357 + .saturating_add(Weight::from_parts(101_350, 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: 13_079_000 picoseconds. + Weight::from_parts(13_496_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: `1573` // Estimated: `9981` - // Minimum execution time: 216_463_000 picoseconds. - Weight::from_parts(221_971_000, 9981) + // Minimum execution time: 217_526_000 picoseconds. + Weight::from_parts(222_819_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: 22_852_000 picoseconds. + Weight::from_parts(24_474_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: 17_143_000 picoseconds. + Weight::from_parts(18_218_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_009_000 picoseconds. + Weight::from_parts(131_297_383, 6531) + // Standard Error: 16_507 + .saturating_add(Weight::from_parts(137_788, 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: 13_021_000 picoseconds. + Weight::from_parts(13_537_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_170_000 picoseconds. + Weight::from_parts(10_572_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: 9_854_000 picoseconds. + Weight::from_parts(10_360_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_264_000 picoseconds. + Weight::from_parts(18_682_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_022_000 picoseconds. + Weight::from_parts(17_125_815, 4177) + // Standard Error: 5_021 + .saturating_add(Weight::from_parts(112_352, 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..d79ed971ab 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: 2025-01-07, 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-4-66`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("frequency-bench")`, DB CACHE: `1024` // Executed Command: @@ -50,8 +50,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `168` // Estimated: `4088` - // Minimum execution time: 2_182_480_000 picoseconds. - Weight::from_parts(2_190_791_000, 4088) + // Minimum execution time: 2_205_946_000 picoseconds. + Weight::from_parts(2_220_865_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: `168` // Estimated: `4088` - // Minimum execution time: 2_195_849_000 picoseconds. - Weight::from_parts(2_226_867_000, 4088) + // Minimum execution time: 2_217_660_000 picoseconds. + Weight::from_parts(2_240_316_000, 4088) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -84,8 +84,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `168` // Estimated: `4088` - // Minimum execution time: 2_182_480_000 picoseconds. - Weight::from_parts(2_190_791_000, 4088) + // Minimum execution time: 2_205_946_000 picoseconds. + Weight::from_parts(2_220_865_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: `168` // Estimated: `4088` - // Minimum execution time: 2_195_849_000 picoseconds. - Weight::from_parts(2_226_867_000, 4088) + // Minimum execution time: 2_217_660_000 picoseconds. + Weight::from_parts(2_240_316_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..1d7ce1ab5b 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: 2025-01-07, 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-4-66`, 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_636_000 picoseconds. + Weight::from_parts(24_948_907, 5763) + // Standard Error: 59 + .saturating_add(Weight::from_parts(825, 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_775_000 picoseconds. + Weight::from_parts(41_768_132, 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: 28_906_000 picoseconds. + Weight::from_parts(30_341_993, 6924) + // Standard Error: 357 + .saturating_add(Weight::from_parts(332, 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_747_000 picoseconds. + Weight::from_parts(28_519_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: 116_315_000 picoseconds. + Weight::from_parts(103_786_981, 5770) + // Standard Error: 284 + .saturating_add(Weight::from_parts(10_317, 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: 120_037_000 picoseconds. + Weight::from_parts(124_388_804, 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: 108_531_000 picoseconds. + Weight::from_parts(111_583_301, 6857) + // Standard Error: 626 + .saturating_add(Weight::from_parts(9_989, 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: 107_471_000 picoseconds. + Weight::from_parts(108_486_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_636_000 picoseconds. + Weight::from_parts(24_948_907, 5763) + // Standard Error: 59 + .saturating_add(Weight::from_parts(825, 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_775_000 picoseconds. + Weight::from_parts(41_768_132, 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: 28_906_000 picoseconds. + Weight::from_parts(30_341_993, 6924) + // Standard Error: 357 + .saturating_add(Weight::from_parts(332, 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_747_000 picoseconds. + Weight::from_parts(28_519_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: 116_315_000 picoseconds. + Weight::from_parts(103_786_981, 5770) + // Standard Error: 284 + .saturating_add(Weight::from_parts(10_317, 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: 120_037_000 picoseconds. + Weight::from_parts(124_388_804, 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: 108_531_000 picoseconds. + Weight::from_parts(111_583_301, 6857) + // Standard Error: 626 + .saturating_add(Weight::from_parts(9_989, 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: 107_471_000 picoseconds. + Weight::from_parts(108_486_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..5a2d50f752 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: 2025-01-07, 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-4-66`, 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_921_000 picoseconds. + Weight::from_parts(42_640_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: 27_205_000 picoseconds. + Weight::from_parts(27_922_076, 5409) + // Standard Error: 2_068 + .saturating_add(Weight::from_parts(9_093, 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_951_000 picoseconds. + Weight::from_parts(22_931_031, 5259) + // Standard Error: 2_430 + .saturating_add(Weight::from_parts(53_367, 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_921_000 picoseconds. + Weight::from_parts(42_640_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: 27_205_000 picoseconds. + Weight::from_parts(27_922_076, 5409) + // Standard Error: 2_068 + .saturating_add(Weight::from_parts(9_093, 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_951_000 picoseconds. + Weight::from_parts(22_931_031, 5259) + // Standard Error: 2_430 + .saturating_add(Weight::from_parts(53_367, 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..741ef8e174 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: 2025-01-07 (Y/M/D) +//! HOSTNAME: `ip-10-173-4-66`, 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: 373_095, 404_568 + /// Average: 380_821 + /// Median: 377_927 + /// Std-Dev: 7590.59 /// /// Percentiles nanoseconds: - /// 99th: 372_003 - /// 95th: 368_633 - /// 75th: 355_960 + /// 99th: 401_587 + /// 95th: 397_360 + /// 75th: 382_894 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(380_821), 0); } #[cfg(test)] diff --git a/runtime/common/src/weights/extrinsic_weights.rs b/runtime/common/src/weights/extrinsic_weights.rs index 9f786ee37a..f2fbe7883f 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: 2025-01-07 (Y/M/D) +//! HOSTNAME: `ip-10-173-4-66`, 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_705, 87_099 + /// Average: 86_367 + /// Median: 86_404 + /// Std-Dev: 309.68 /// /// Percentiles nanoseconds: - /// 99th: 95_648 - /// 95th: 95_567 - /// 75th: 95_234 + /// 99th: 86_962 + /// 95th: 86_758 + /// 75th: 86_579 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(86_367), 0); } #[cfg(test)] diff --git a/runtime/common/src/weights/pallet_balances.rs b/runtime/common/src/weights/pallet_balances.rs index 826054b927..14739a898d 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: 2025-01-07, 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-4-66`, 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: 43_662_000 picoseconds. + Weight::from_parts(44_159_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: 34_213_000 picoseconds. + Weight::from_parts(34_691_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_450_000 picoseconds. + Weight::from_parts(13_007_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_765_000 picoseconds. + Weight::from_parts(18_268_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_287_000 picoseconds. + Weight::from_parts(45_881_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: 43_240_000 picoseconds. + Weight::from_parts(43_916_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_479_000 picoseconds. + Weight::from_parts(16_095_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_149_000 picoseconds. + Weight::from_parts(15_465_000, 1485) + // Standard Error: 10_714 + .saturating_add(Weight::from_parts(13_107_238, 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_545_000 picoseconds. + Weight::from_parts(4_908_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: 27_296_000 picoseconds. + Weight::from_parts(27_741_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_197_000 picoseconds. + Weight::from_parts(18_894_000, 0) } } diff --git a/runtime/common/src/weights/pallet_collator_selection.rs b/runtime/common/src/weights/pallet_collator_selection.rs index 88f1a49359..8343d22d26 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: 2025-01-07, 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-4-66`, 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_181_000 picoseconds. + Weight::from_parts(8_659_579, 1819) + // Standard Error: 9_222 + .saturating_add(Weight::from_parts(3_130_973, 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_737_000 picoseconds. + Weight::from_parts(41_418_705, 5025) + // Standard Error: 4_556 + .saturating_add(Weight::from_parts(22_090, 0).saturating_mul(b.into())) + // Standard Error: 1_350 + .saturating_add(Weight::from_parts(170_834, 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_564_000 picoseconds. + Weight::from_parts(9_871_662, 4381) + // Standard Error: 2_245 + .saturating_add(Weight::from_parts(158_440, 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_836_000 picoseconds. + Weight::from_parts(4_140_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: 7_973_000 picoseconds. + Weight::from_parts(8_120_000, 4381) + // Standard Error: 150_797 + .saturating_add(Weight::from_parts(5_268_240, 0).saturating_mul(c.into())) + // Standard Error: 150_797 + .saturating_add(Weight::from_parts(4_938_392, 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_443_000 picoseconds. + Weight::from_parts(24_536_941, 4381) + // Standard Error: 2_293 + .saturating_add(Weight::from_parts(199_628, 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_099_000 picoseconds. + Weight::from_parts(36_553_068, 4774) + // Standard Error: 3_364 + .saturating_add(Weight::from_parts(254_304, 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: 47_571_000 picoseconds. + Weight::from_parts(51_070_615, 4866) + // Standard Error: 3_900 + .saturating_add(Weight::from_parts(308_026, 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_355_000 picoseconds. + Weight::from_parts(27_299_413, 4381) + // Standard Error: 2_992 + .saturating_add(Weight::from_parts(245_613, 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_773_000 picoseconds. + Weight::from_parts(39_657_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_385_000 picoseconds. + Weight::from_parts(17_646_000, 4381) + // Standard Error: 270_802 + .saturating_add(Weight::from_parts(12_119_976, 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..5df6ae95f5 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: 2025-01-07, 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-4-66`, 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: 6_956_000 picoseconds. + Weight::from_parts(7_296_000, 4789) + // Standard Error: 62_956 + .saturating_add(Weight::from_parts(2_979_485, 0).saturating_mul(m.into())) + // Standard Error: 25_583 + .saturating_add(Weight::from_parts(3_401_750, 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) + // Minimum execution time: 10_679_000 picoseconds. + Weight::from_parts(10_993_435, 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())) + .saturating_add(Weight::from_parts(1_489, 0).saturating_mul(b.into())) + // Standard Error: 1_387 + .saturating_add(Weight::from_parts(16_997, 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_917_000 picoseconds. + Weight::from_parts(13_121_257, 4029) + // Standard Error: 15 + .saturating_add(Weight::from_parts(1_576, 0).saturating_mul(b.into())) + // Standard Error: 1_603 + .saturating_add(Weight::from_parts(36_506, 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: 18_036_000 picoseconds. + Weight::from_parts(17_117_396, 4025) + // Standard Error: 46 + .saturating_add(Weight::from_parts(2_296, 0).saturating_mul(b.into())) + // Standard Error: 5_446 + .saturating_add(Weight::from_parts(129_588, 0).saturating_mul(m.into())) + // Standard Error: 1_900 + .saturating_add(Weight::from_parts(269_948, 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_647_000 picoseconds. + Weight::from_parts(16_294_745, 4531) + // Standard Error: 4_111 + .saturating_add(Weight::from_parts(75_300, 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: 19_035_000 picoseconds. + Weight::from_parts(18_732_276, 4019) + // Standard Error: 5_409 + .saturating_add(Weight::from_parts(164_199, 0).saturating_mul(m.into())) + // Standard Error: 1_442 + .saturating_add(Weight::from_parts(242_777, 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_523_000 picoseconds. + Weight::from_parts(27_909_157, 4025) + // Standard Error: 63 + .saturating_add(Weight::from_parts(1_986, 0).saturating_mul(b.into())) + // Standard Error: 9_846 + .saturating_add(Weight::from_parts(144_683, 0).saturating_mul(m.into())) + // Standard Error: 2_634 + .saturating_add(Weight::from_parts(390_243, 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_607_000 picoseconds. + Weight::from_parts(20_258_318, 4039) + // Standard Error: 6_130 + .saturating_add(Weight::from_parts(191_369, 0).saturating_mul(m.into())) + // Standard Error: 1_635 + .saturating_add(Weight::from_parts(249_236, 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_746_000 picoseconds. + Weight::from_parts(30_311_500, 4045) + // Standard Error: 63 + .saturating_add(Weight::from_parts(2_139, 0).saturating_mul(b.into())) + // Standard Error: 9_844 + .saturating_add(Weight::from_parts(85_428, 0).saturating_mul(m.into())) + // Standard Error: 2_633 + .saturating_add(Weight::from_parts(410_392, 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_480_000 picoseconds. + Weight::from_parts(12_075_981, 2206) + // Standard Error: 915 + .saturating_add(Weight::from_parts(216_285, 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..de4d322505 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: 2025-01-07, 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-4-66`, 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: 7_067_000 picoseconds. + Weight::from_parts(7_406_000, 4856) + // Standard Error: 62_455 + .saturating_add(Weight::from_parts(2_971_397, 0).saturating_mul(m.into())) + // Standard Error: 25_379 + .saturating_add(Weight::from_parts(3_373_392, 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_641_000 picoseconds. + Weight::from_parts(10_837_715, 2116) + // Standard Error: 10 + .saturating_add(Weight::from_parts(1_491, 0).saturating_mul(b.into())) + // Standard Error: 1_068 + .saturating_add(Weight::from_parts(30_682, 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) - // 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())) + // Minimum execution time: 12_913_000 picoseconds. + Weight::from_parts(12_980_474, 4096) + // Standard Error: 12 + .saturating_add(Weight::from_parts(1_491, 0).saturating_mul(b.into())) + // Standard Error: 1_302 + .saturating_add(Weight::from_parts(40_931, 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) + // Minimum execution time: 18_128_000 picoseconds. + Weight::from_parts(17_364_468, 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())) + .saturating_add(Weight::from_parts(2_214, 0).saturating_mul(b.into())) + // Standard Error: 5_235 + .saturating_add(Weight::from_parts(126_926, 0).saturating_mul(m.into())) + // Standard Error: 1_827 + .saturating_add(Weight::from_parts(253_514, 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: 15_879_000 picoseconds. + Weight::from_parts(16_420_642, 4598) + // Standard Error: 3_849 + .saturating_add(Weight::from_parts(66_950, 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_288_000 picoseconds. + Weight::from_parts(18_664_197, 4086) + // Standard Error: 4_789 + .saturating_add(Weight::from_parts(168_135, 0).saturating_mul(m.into())) + // Standard Error: 1_277 + .saturating_add(Weight::from_parts(239_415, 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) + // Minimum execution time: 27_760_000 picoseconds. + Weight::from_parts(27_543_711, 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())) + .saturating_add(Weight::from_parts(2_112, 0).saturating_mul(b.into())) + // Standard Error: 9_305 + .saturating_add(Weight::from_parts(159_769, 0).saturating_mul(m.into())) + // Standard Error: 2_489 + .saturating_add(Weight::from_parts(387_875, 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_735_000 picoseconds. + Weight::from_parts(20_566_574, 4106) + // Standard Error: 5_655 + .saturating_add(Weight::from_parts(163_351, 0).saturating_mul(m.into())) + // Standard Error: 1_508 + .saturating_add(Weight::from_parts(242_432, 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_414_000 picoseconds. + Weight::from_parts(30_363_616, 4112) + // Standard Error: 61 + .saturating_add(Weight::from_parts(1_981, 0).saturating_mul(b.into())) + // Standard Error: 9_541 + .saturating_add(Weight::from_parts(88_772, 0).saturating_mul(m.into())) + // Standard Error: 2_552 + .saturating_add(Weight::from_parts(404_583, 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_489_000 picoseconds. + Weight::from_parts(11_999_430, 2273) + // Standard Error: 799 + .saturating_add(Weight::from_parts(210_968, 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..61fdb63318 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: 2025-01-07, 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-4-66`, 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) - // Standard Error: 3 - .saturating_add(Weight::from_parts(548, 0).saturating_mul(z.into())) + // Minimum execution time: 12_148_000 picoseconds. + Weight::from_parts(13_121_499, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(492, 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())) + // Minimum execution time: 38_037_000 picoseconds. + Weight::from_parts(27_664_748, 7306) + // Standard Error: 551 + .saturating_add(Weight::from_parts(113_762, 0).saturating_mul(s.into())) // Standard Error: 5 - .saturating_add(Weight::from_parts(1_510, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_454, 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())) + // Minimum execution time: 23_798_000 picoseconds. + Weight::from_parts(14_816_723, 7306) + // Standard Error: 337 + .saturating_add(Weight::from_parts(100_767, 0).saturating_mul(s.into())) // Standard Error: 3 - .saturating_add(Weight::from_parts(1_471, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_425, 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())) + // Minimum execution time: 43_312_000 picoseconds. + Weight::from_parts(30_509_219, 7306) + // Standard Error: 642 + .saturating_add(Weight::from_parts(141_527, 0).saturating_mul(s.into())) // Standard Error: 6 - .saturating_add(Weight::from_parts(1_527, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_465, 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_688_000 picoseconds. + Weight::from_parts(27_085_285, 7306) + // Standard Error: 659 + .saturating_add(Weight::from_parts(109_706, 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_603_000 picoseconds. + Weight::from_parts(14_077_505, 7306) + // Standard Error: 408 + .saturating_add(Weight::from_parts(97_876, 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: 25_793_000 picoseconds. + Weight::from_parts(26_941_691, 7306) + // Standard Error: 563 + .saturating_add(Weight::from_parts(109_626, 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..8352771e71 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: 2025-01-07, 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-4-66`, 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) + // Minimum execution time: 45_552_000 picoseconds. + Weight::from_parts(45_962_000, 4051) // Standard Error: 6 - .saturating_add(Weight::from_parts(2_339, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_310, 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. - Weight::from_parts(14_155_000, 4051) - // Standard Error: 8 - .saturating_add(Weight::from_parts(2_387, 0).saturating_mul(s.into())) + // Minimum execution time: 13_812_000 picoseconds. + Weight::from_parts(14_071_000, 4051) + // Standard Error: 7 + .saturating_add(Weight::from_parts(2_376, 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) + // Minimum execution time: 13_197_000 picoseconds. + Weight::from_parts(13_429_000, 4051) // Standard Error: 6 - .saturating_add(Weight::from_parts(2_331, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_340, 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: 51_301_000 picoseconds. + Weight::from_parts(56_551_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: 20_001_000 picoseconds. + Weight::from_parts(20_938_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_682_000 picoseconds. + Weight::from_parts(17_354_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: 12_033_000 picoseconds. + Weight::from_parts(12_463_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_566_000 picoseconds. + Weight::from_parts(13_942_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_909_000 picoseconds. + Weight::from_parts(9_097_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: 20_120_000 picoseconds. + Weight::from_parts(22_355_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_303_000 picoseconds. + Weight::from_parts(9_705_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_750_000 picoseconds. + Weight::from_parts(8_939_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: 51_799_000 picoseconds. + Weight::from_parts(52_122_000, 1485) + // Standard Error: 51_186 + .saturating_add(Weight::from_parts(52_542_820, 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..75f6694526 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: 2025-01-07, 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-4-66`, 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_733_000 picoseconds. + Weight::from_parts(12_347_434, 5201) + // Standard Error: 968 + .saturating_add(Weight::from_parts(36_889, 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: 35_427_000 picoseconds. + Weight::from_parts(33_307_737, 6193) + // Standard Error: 4_616 + .saturating_add(Weight::from_parts(159_604, 0).saturating_mul(a.into())) + // Standard Error: 4_769 + .saturating_add(Weight::from_parts(123_627, 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_993_000 picoseconds. + Weight::from_parts(22_567_629, 6193) + // Standard Error: 1_597 + .saturating_add(Weight::from_parts(155_430, 0).saturating_mul(a.into())) + // Standard Error: 1_650 + .saturating_add(Weight::from_parts(43_372, 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_899_000 picoseconds. + Weight::from_parts(22_410_193, 6193) + // Standard Error: 1_409 + .saturating_add(Weight::from_parts(150_662, 0).saturating_mul(a.into())) + // Standard Error: 1_456 + .saturating_add(Weight::from_parts(47_739, 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_602_000 picoseconds. + Weight::from_parts(29_157_590, 6193) + // Standard Error: 4_154 + .saturating_add(Weight::from_parts(159_556, 0).saturating_mul(a.into())) + // Standard Error: 4_292 + .saturating_add(Weight::from_parts(117_594, 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_357_000 picoseconds. + Weight::from_parts(21_252_830, 5201) + // Standard Error: 1_151 + .saturating_add(Weight::from_parts(37_114, 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_504_000 picoseconds. + Weight::from_parts(21_525_037, 5201) + // Standard Error: 1_344 + .saturating_add(Weight::from_parts(44_279, 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: 19_033_000 picoseconds. + Weight::from_parts(19_789_298, 5201) + // Standard Error: 1_071 + .saturating_add(Weight::from_parts(39_990, 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_755_000 picoseconds. + Weight::from_parts(22_703_804, 5201) + // Standard Error: 1_082 + .saturating_add(Weight::from_parts(4_147, 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_874_000 picoseconds. + Weight::from_parts(20_667_305, 5201) + // Standard Error: 911 + .saturating_add(Weight::from_parts(38_521, 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..313d9d865e 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: 2025-01-07, 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-4-66`, 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_380_000 picoseconds. + Weight::from_parts(2_561_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_763_000 picoseconds. + Weight::from_parts(1_876_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_750_000 picoseconds. + Weight::from_parts(1_883_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_928_000 picoseconds. + Weight::from_parts(15_293_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_920_000 picoseconds. + Weight::from_parts(11_115_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..6a76bff5dc 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: 2025-01-07, 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-4-66`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -35,21 +35,23 @@ pub struct SubstrateWeight(PhantomData); impl pallet_timestamp::WeightInfo for SubstrateWeight { /// Storage: `Timestamp::Now` (r:1 w:1) /// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) + /// Storage: `Aura::CurrentSlot` (r:1 w:0) + /// Proof: `Aura::CurrentSlot` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) fn set() -> Weight { // Proof Size summary in bytes: - // Measured: `42` + // Measured: `122` // Estimated: `1988` - // Minimum execution time: 4_413_000 picoseconds. - Weight::from_parts(4_638_000, 1988) - .saturating_add(T::DbWeight::get().reads(1_u64)) + // Minimum execution time: 6_180_000 picoseconds. + Weight::from_parts(6_504_000, 1988) + .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } fn on_finalize() -> Weight { // Proof Size summary in bytes: // Measured: `94` // Estimated: `0` - // Minimum execution time: 3_482_000 picoseconds. - Weight::from_parts(3_636_000, 0) + // Minimum execution time: 3_162_000 picoseconds. + Weight::from_parts(3_321_000, 0) } } diff --git a/runtime/common/src/weights/pallet_utility.rs b/runtime/common/src/weights/pallet_utility.rs index e5f40c07c7..c0b4f44818 100644 --- a/runtime/common/src/weights/pallet_utility.rs +++ b/runtime/common/src/weights/pallet_utility.rs @@ -1,9 +1,9 @@ //! Autogenerated weights for pallet_utility //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-10-08, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2025-01-07, 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-4-66`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("frequency-bench"), DB CACHE: 1024 // Executed Command: @@ -38,44 +38,44 @@ impl 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_544_000 picoseconds. + Weight::from_parts(3_321_073, 0) + // Standard Error: 1_540 + .saturating_add(Weight::from_parts(2_721_883, 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_790_000 picoseconds. + Weight::from_parts(4_060_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_677_000 picoseconds. + Weight::from_parts(5_621_686, 0) + // Standard Error: 1_652 + .saturating_add(Weight::from_parts(3_019_591, 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_178_000 picoseconds. + Weight::from_parts(5_783_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_648_000 picoseconds. + Weight::from_parts(8_296_347, 0) + // Standard Error: 1_574 + .saturating_add(Weight::from_parts(2_729_074, 0).saturating_mul(c.into())) } }