From 7d053cfdd4b7f01a766720e30d6de82615fc46a6 Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Mon, 27 Feb 2023 16:37:10 +0100 Subject: [PATCH 1/3] Migrate to from_parts Have a look at https://github.com/ggwpez/substrate-scripts/blob/master/migrate-from-parts.py Signed-off-by: Oliver Tale-Yazdi --- runtime/common/src/impls.rs | 4 +- runtime/common/src/purchase.rs | 2 +- .../constants/src/weights/block_weights.rs | 2 +- .../src/weights/extrinsic_weights.rs | 2 +- .../weights/frame_benchmarking_baseline.rs | 26 +-- .../frame_election_provider_support.rs | 16 +- runtime/kusama/src/weights/frame_system.rs | 36 ++-- .../kusama/src/weights/pallet_bags_list.rs | 12 +- runtime/kusama/src/weights/pallet_balances.rs | 14 +- ...allet_balances_nis_counterpart_balances.rs | 28 +-- runtime/kusama/src/weights/pallet_bounties.rs | 50 ++--- .../src/weights/pallet_child_bounties.rs | 34 ++-- .../src/weights/pallet_collective_council.rs | 118 ++++++------ .../pallet_collective_technical_committee.rs | 118 ++++++------ .../src/weights/pallet_conviction_voting.rs | 36 ++-- .../kusama/src/weights/pallet_democracy.rs | 136 +++++++------- .../pallet_election_provider_multi_phase.rs | 64 +++---- .../src/weights/pallet_elections_phragmen.rs | 82 ++++---- .../kusama/src/weights/pallet_fast_unstake.rs | 32 ++-- runtime/kusama/src/weights/pallet_identity.rs | 114 ++++++------ .../kusama/src/weights/pallet_im_online.rs | 12 +- runtime/kusama/src/weights/pallet_indices.rs | 20 +- .../kusama/src/weights/pallet_membership.rs | 54 +++--- runtime/kusama/src/weights/pallet_multisig.rs | 48 ++--- runtime/kusama/src/weights/pallet_nis.rs | 48 ++--- .../src/weights/pallet_nomination_pools.rs | 76 ++++---- runtime/kusama/src/weights/pallet_preimage.rs | 54 +++--- runtime/kusama/src/weights/pallet_proxy.rs | 64 +++---- .../src/weights/pallet_ranked_collective.rs | 36 ++-- .../pallet_referenda_fellowship_referenda.rs | 120 ++++++------ .../src/weights/pallet_referenda_referenda.rs | 120 ++++++------ .../kusama/src/weights/pallet_scheduler.rs | 62 +++--- runtime/kusama/src/weights/pallet_session.rs | 8 +- runtime/kusama/src/weights/pallet_staking.rs | 176 +++++++++--------- .../kusama/src/weights/pallet_timestamp.rs | 8 +- runtime/kusama/src/weights/pallet_tips.rs | 42 ++--- runtime/kusama/src/weights/pallet_treasury.rs | 30 +-- runtime/kusama/src/weights/pallet_utility.rs | 26 +-- runtime/kusama/src/weights/pallet_vesting.rs | 64 +++---- .../kusama/src/weights/pallet_whitelist.rs | 22 +-- runtime/kusama/src/weights/pallet_xcm.rs | 60 +++--- .../src/weights/runtime_common_auctions.rs | 16 +- .../src/weights/runtime_common_claims.rs | 20 +- .../src/weights/runtime_common_crowdloan.rs | 44 ++--- .../weights/runtime_common_paras_registrar.rs | 32 ++-- .../src/weights/runtime_common_slots.rs | 24 +-- .../runtime_parachains_configuration.rs | 24 +-- .../weights/runtime_parachains_disputes.rs | 4 +- .../src/weights/runtime_parachains_hrmp.rs | 60 +++--- .../weights/runtime_parachains_initializer.rs | 8 +- .../src/weights/runtime_parachains_paras.rs | 58 +++--- .../runtime_parachains_paras_inherent.rs | 22 +-- .../src/weights/runtime_parachains_ump.rs | 14 +- .../xcm/pallet_xcm_benchmarks_fungible.rs | 16 +- .../xcm/pallet_xcm_benchmarks_generic.rs | 58 +++--- .../src/configuration/benchmarking.rs | 2 +- .../parachains/src/paras_inherent/weights.rs | 6 +- .../constants/src/weights/block_weights.rs | 2 +- .../src/weights/extrinsic_weights.rs | 2 +- .../weights/frame_benchmarking_baseline.rs | 26 +-- .../frame_election_provider_support.rs | 16 +- runtime/polkadot/src/weights/frame_system.rs | 36 ++-- .../polkadot/src/weights/pallet_bags_list.rs | 12 +- .../polkadot/src/weights/pallet_balances.rs | 28 +-- .../polkadot/src/weights/pallet_bounties.rs | 50 ++--- .../src/weights/pallet_child_bounties.rs | 34 ++-- .../src/weights/pallet_collective_council.rs | 116 ++++++------ .../pallet_collective_technical_committee.rs | 118 ++++++------ .../polkadot/src/weights/pallet_democracy.rs | 136 +++++++------- .../pallet_election_provider_multi_phase.rs | 66 +++---- .../src/weights/pallet_elections_phragmen.rs | 82 ++++---- .../src/weights/pallet_fast_unstake.rs | 32 ++-- .../polkadot/src/weights/pallet_identity.rs | 114 ++++++------ .../polkadot/src/weights/pallet_im_online.rs | 12 +- .../polkadot/src/weights/pallet_indices.rs | 20 +- .../polkadot/src/weights/pallet_membership.rs | 54 +++--- .../polkadot/src/weights/pallet_multisig.rs | 48 ++--- .../src/weights/pallet_nomination_pools.rs | 74 ++++---- .../polkadot/src/weights/pallet_preimage.rs | 54 +++--- runtime/polkadot/src/weights/pallet_proxy.rs | 64 +++---- .../polkadot/src/weights/pallet_scheduler.rs | 62 +++--- .../polkadot/src/weights/pallet_session.rs | 8 +- .../polkadot/src/weights/pallet_staking.rs | 176 +++++++++--------- .../polkadot/src/weights/pallet_timestamp.rs | 8 +- runtime/polkadot/src/weights/pallet_tips.rs | 42 ++--- .../polkadot/src/weights/pallet_treasury.rs | 30 +-- .../polkadot/src/weights/pallet_utility.rs | 26 +-- .../polkadot/src/weights/pallet_vesting.rs | 64 +++---- runtime/polkadot/src/weights/pallet_xcm.rs | 60 +++--- .../src/weights/runtime_common_auctions.rs | 16 +- .../src/weights/runtime_common_claims.rs | 20 +- .../src/weights/runtime_common_crowdloan.rs | 44 ++--- .../weights/runtime_common_paras_registrar.rs | 32 ++-- .../src/weights/runtime_common_slots.rs | 24 +-- .../runtime_parachains_configuration.rs | 24 +-- .../weights/runtime_parachains_disputes.rs | 4 +- .../src/weights/runtime_parachains_hrmp.rs | 60 +++--- .../weights/runtime_parachains_initializer.rs | 8 +- .../src/weights/runtime_parachains_paras.rs | 58 +++--- .../runtime_parachains_paras_inherent.rs | 22 +-- .../src/weights/runtime_parachains_ump.rs | 14 +- .../constants/src/weights/block_weights.rs | 2 +- .../src/weights/extrinsic_weights.rs | 2 +- .../weights/frame_benchmarking_baseline.rs | 26 +-- runtime/rococo/src/weights/frame_system.rs | 36 ++-- runtime/rococo/src/weights/pallet_balances.rs | 14 +- ...allet_balances_nis_counterpart_balances.rs | 28 +-- runtime/rococo/src/weights/pallet_bounties.rs | 46 ++--- .../src/weights/pallet_child_bounties.rs | 32 ++-- .../rococo/src/weights/pallet_collective.rs | 62 +++--- .../src/weights/pallet_collective_council.rs | 116 ++++++------ .../pallet_collective_technical_committee.rs | 118 ++++++------ .../rococo/src/weights/pallet_democracy.rs | 136 +++++++------- .../src/weights/pallet_elections_phragmen.rs | 82 ++++---- runtime/rococo/src/weights/pallet_identity.rs | 114 ++++++------ .../rococo/src/weights/pallet_im_online.rs | 12 +- runtime/rococo/src/weights/pallet_indices.rs | 20 +- .../rococo/src/weights/pallet_membership.rs | 54 +++--- runtime/rococo/src/weights/pallet_multisig.rs | 48 ++--- runtime/rococo/src/weights/pallet_nis.rs | 48 ++--- runtime/rococo/src/weights/pallet_preimage.rs | 54 +++--- runtime/rococo/src/weights/pallet_proxy.rs | 64 +++---- .../rococo/src/weights/pallet_scheduler.rs | 62 +++--- runtime/rococo/src/weights/pallet_session.rs | 4 +- .../rococo/src/weights/pallet_timestamp.rs | 8 +- runtime/rococo/src/weights/pallet_tips.rs | 42 ++--- runtime/rococo/src/weights/pallet_treasury.rs | 30 +-- runtime/rococo/src/weights/pallet_utility.rs | 26 +-- runtime/rococo/src/weights/pallet_vesting.rs | 64 +++---- runtime/rococo/src/weights/pallet_xcm.rs | 60 +++--- .../src/weights/runtime_common_auctions.rs | 16 +- .../src/weights/runtime_common_claims.rs | 20 +- .../src/weights/runtime_common_crowdloan.rs | 44 ++--- .../weights/runtime_common_paras_registrar.rs | 32 ++-- .../src/weights/runtime_common_slots.rs | 24 +-- .../runtime_parachains_configuration.rs | 24 +-- .../weights/runtime_parachains_disputes.rs | 4 +- .../src/weights/runtime_parachains_hrmp.rs | 60 +++--- .../weights/runtime_parachains_initializer.rs | 8 +- .../src/weights/runtime_parachains_paras.rs | 58 +++--- .../runtime_parachains_paras_inherent.rs | 10 +- .../src/weights/runtime_parachains_ump.rs | 14 +- .../xcm/pallet_xcm_benchmarks_fungible.rs | 16 +- .../xcm/pallet_xcm_benchmarks_generic.rs | 58 +++--- .../constants/src/weights/block_weights.rs | 2 +- .../src/weights/extrinsic_weights.rs | 2 +- .../constants/src/weights/block_weights.rs | 2 +- .../src/weights/extrinsic_weights.rs | 2 +- .../frame_election_provider_support.rs | 12 +- runtime/westend/src/weights/frame_system.rs | 22 +-- .../westend/src/weights/pallet_bags_list.rs | 6 +- .../westend/src/weights/pallet_balances.rs | 14 +- .../pallet_election_provider_multi_phase.rs | 34 ++-- .../src/weights/pallet_fast_unstake.rs | 16 +- .../westend/src/weights/pallet_identity.rs | 80 ++++---- .../westend/src/weights/pallet_im_online.rs | 6 +- runtime/westend/src/weights/pallet_indices.rs | 10 +- .../westend/src/weights/pallet_multisig.rs | 34 ++-- .../src/weights/pallet_nomination_pools.rs | 76 ++++---- .../westend/src/weights/pallet_preimage.rs | 30 +-- runtime/westend/src/weights/pallet_proxy.rs | 48 ++--- .../westend/src/weights/pallet_scheduler.rs | 36 ++-- runtime/westend/src/weights/pallet_session.rs | 4 +- runtime/westend/src/weights/pallet_staking.rs | 92 ++++----- .../westend/src/weights/pallet_timestamp.rs | 4 +- runtime/westend/src/weights/pallet_utility.rs | 16 +- runtime/westend/src/weights/pallet_vesting.rs | 48 ++--- runtime/westend/src/weights/pallet_xcm.rs | 30 +-- .../src/weights/runtime_common_auctions.rs | 8 +- .../src/weights/runtime_common_crowdloan.rs | 22 +-- .../weights/runtime_common_paras_registrar.rs | 18 +- .../src/weights/runtime_common_slots.rs | 12 +- .../runtime_parachains_configuration.rs | 12 +- .../weights/runtime_parachains_disputes.rs | 2 +- .../runtime_parachains_disputes_slashing.rs | 4 +- .../src/weights/runtime_parachains_hrmp.rs | 30 +-- .../weights/runtime_parachains_initializer.rs | 4 +- .../src/weights/runtime_parachains_paras.rs | 34 ++-- .../runtime_parachains_paras_inherent.rs | 12 +- .../src/weights/runtime_parachains_ump.rs | 8 +- .../xcm/pallet_xcm_benchmarks_fungible.rs | 16 +- .../xcm/pallet_xcm_benchmarks_generic.rs | 58 +++--- xcm/pallet-xcm/src/lib.rs | 30 +-- xcm/src/v2/mod.rs | 105 +++++------ xcm/xcm-simulator/example/src/parachain.rs | 4 +- xcm/xcm-simulator/fuzzer/src/parachain.rs | 4 +- 186 files changed, 3642 insertions(+), 3647 deletions(-) diff --git a/runtime/common/src/impls.rs b/runtime/common/src/impls.rs index 30fe40bf4fba..de6e415b8606 100644 --- a/runtime/common/src/impls.rs +++ b/runtime/common/src/impls.rs @@ -133,9 +133,9 @@ mod tests { parameter_types! { pub const BlockHashCount: u64 = 250; pub BlockWeights: limits::BlockWeights = limits::BlockWeights::builder() - .base_block(Weight::from_ref_time(10)) + .base_block(Weight::from_parts(10, 0)) .for_class(DispatchClass::all(), |weight| { - weight.base_extrinsic = Weight::from_ref_time(100); + weight.base_extrinsic = Weight::from_parts(100, 0); }) .for_class(DispatchClass::non_mandatory(), |weight| { weight.max_total = Some(Weight::from_parts(1024, u64::MAX)); diff --git a/runtime/common/src/purchase.rs b/runtime/common/src/purchase.rs index dcc3f1e2b5c5..ed4647531ff0 100644 --- a/runtime/common/src/purchase.rs +++ b/runtime/common/src/purchase.rs @@ -196,7 +196,7 @@ pub mod pallet { /// /// Origin must match the `ValidityOrigin`. #[pallet::call_index(0)] - #[pallet::weight(Weight::from_ref_time(200_000_000) + T::DbWeight::get().reads_writes(4, 1))] + #[pallet::weight(Weight::from_parts(200_000_000, 0) + T::DbWeight::get().reads_writes(4, 1))] pub fn create_account( origin: OriginFor, who: T::AccountId, diff --git a/runtime/kusama/constants/src/weights/block_weights.rs b/runtime/kusama/constants/src/weights/block_weights.rs index ff385443f109..4a3cba8abc30 100644 --- a/runtime/kusama/constants/src/weights/block_weights.rs +++ b/runtime/kusama/constants/src/weights/block_weights.rs @@ -52,7 +52,7 @@ parameter_types! { /// 95th: 9_402_155 /// 75th: 9_250_717 pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(9_225_024)); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(9_225_024), 0); } #[cfg(test)] diff --git a/runtime/kusama/constants/src/weights/extrinsic_weights.rs b/runtime/kusama/constants/src/weights/extrinsic_weights.rs index e5bc82658b09..1e40073452b3 100644 --- a/runtime/kusama/constants/src/weights/extrinsic_weights.rs +++ b/runtime/kusama/constants/src/weights/extrinsic_weights.rs @@ -52,7 +52,7 @@ parameter_types! { /// 95th: 100_633 /// 75th: 99_966 pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(99_912)); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(99_912), 0); } #[cfg(test)] diff --git a/runtime/kusama/src/weights/frame_benchmarking_baseline.rs b/runtime/kusama/src/weights/frame_benchmarking_baseline.rs index dff681aea312..80e740306428 100644 --- a/runtime/kusama/src/weights/frame_benchmarking_baseline.rs +++ b/runtime/kusama/src/weights/frame_benchmarking_baseline.rs @@ -51,8 +51,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 115 nanoseconds. - Weight::from_ref_time(156_869) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(156_869, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn subtraction(_i: u32, ) -> Weight { @@ -60,8 +60,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 126 nanoseconds. - Weight::from_ref_time(163_413) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(163_413, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn multiplication(_i: u32, ) -> Weight { @@ -69,8 +69,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 125 nanoseconds. - Weight::from_ref_time(165_700) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(165_700, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn division(_i: u32, ) -> Weight { @@ -78,16 +78,16 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 114 nanoseconds. - Weight::from_ref_time(160_757) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(160_757, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn hashing() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 20_199_657 nanoseconds. - Weight::from_ref_time(20_348_638_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(20_348_638_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 100]`. fn sr25519_verification(i: u32, ) -> Weight { @@ -95,9 +95,9 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 146 nanoseconds. - Weight::from_ref_time(181_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(181_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 18_837 - .saturating_add(Weight::from_ref_time(47_289_133).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(47_289_133, 0).saturating_mul(i.into())) } } diff --git a/runtime/kusama/src/weights/frame_election_provider_support.rs b/runtime/kusama/src/weights/frame_election_provider_support.rs index eef4b994ea6b..0f7fca5e292a 100644 --- a/runtime/kusama/src/weights/frame_election_provider_support.rs +++ b/runtime/kusama/src/weights/frame_election_provider_support.rs @@ -53,12 +53,12 @@ impl frame_election_provider_support::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 5_806_565 nanoseconds. - Weight::from_ref_time(5_866_482_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_866_482_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 138_296 - .saturating_add(Weight::from_ref_time(5_701_761).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(5_701_761, 0).saturating_mul(v.into())) // Standard Error: 14_138_940 - .saturating_add(Weight::from_ref_time(1_548_790_171).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_548_790_171, 0).saturating_mul(d.into())) } /// The range of component `v` is `[1000, 2000]`. /// The range of component `t` is `[500, 1000]`. @@ -68,11 +68,11 @@ impl frame_election_provider_support::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 4_595_992 nanoseconds. - Weight::from_ref_time(4_626_336_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(4_626_336_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 149_717 - .saturating_add(Weight::from_ref_time(5_673_749).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(5_673_749, 0).saturating_mul(v.into())) // Standard Error: 15_306_572 - .saturating_add(Weight::from_ref_time(1_806_945_095).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_806_945_095, 0).saturating_mul(d.into())) } } diff --git a/runtime/kusama/src/weights/frame_system.rs b/runtime/kusama/src/weights/frame_system.rs index b495a30ea04a..5d616a6a6ecd 100644 --- a/runtime/kusama/src/weights/frame_system.rs +++ b/runtime/kusama/src/weights/frame_system.rs @@ -51,10 +51,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_670 nanoseconds. - Weight::from_ref_time(1_704_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_704_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(415).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(415, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { @@ -62,10 +62,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_327 nanoseconds. - Weight::from_ref_time(6_508_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_508_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_777).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_777, 0).saturating_mul(b.into())) } /// Storage: System Digest (r:1 w:1) /// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured) @@ -76,8 +76,8 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `495` // Minimum execution time: 3_621 nanoseconds. - Weight::from_ref_time(3_764_000) - .saturating_add(Weight::from_proof_size(495)) + Weight::from_parts(3_764_000, 0) + .saturating_add(Weight::from_parts(0, 495)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,10 +89,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_680 nanoseconds. - Weight::from_ref_time(1_735_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_735_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 1_838 - .saturating_add(Weight::from_ref_time(587_349).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(587_349, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -103,10 +103,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_693 nanoseconds. - Weight::from_ref_time(1_742_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_742_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 858 - .saturating_add(Weight::from_ref_time(446_600).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(446_600, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -117,12 +117,12 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `120 + p * (69 ±0)` // Estimated: `121 + p * (70 ±0)` // Minimum execution time: 3_458 nanoseconds. - Weight::from_ref_time(3_578_000) - .saturating_add(Weight::from_proof_size(121)) + Weight::from_parts(3_578_000, 0) + .saturating_add(Weight::from_parts(0, 121)) // Standard Error: 1_106 - .saturating_add(Weight::from_ref_time(990_233).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(990_233, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(70).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into())) } } diff --git a/runtime/kusama/src/weights/pallet_bags_list.rs b/runtime/kusama/src/weights/pallet_bags_list.rs index 0c4ff67e450c..3266a6477e6c 100644 --- a/runtime/kusama/src/weights/pallet_bags_list.rs +++ b/runtime/kusama/src/weights/pallet_bags_list.rs @@ -58,8 +58,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Measured: `1846` // Estimated: `19186` // Minimum execution time: 54_999 nanoseconds. - Weight::from_ref_time(55_668_000) - .saturating_add(Weight::from_proof_size(19186)) + Weight::from_parts(55_668_000, 0) + .saturating_add(Weight::from_parts(0, 19186)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -76,8 +76,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Measured: `1740` // Estimated: `19114` // Minimum execution time: 54_080 nanoseconds. - Weight::from_ref_time(54_660_000) - .saturating_add(Weight::from_proof_size(19114)) + Weight::from_parts(54_660_000, 0) + .saturating_add(Weight::from_parts(0, 19114)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -96,8 +96,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Measured: `2081` // Estimated: `25798` // Minimum execution time: 58_444 nanoseconds. - Weight::from_ref_time(59_445_000) - .saturating_add(Weight::from_proof_size(25798)) + Weight::from_parts(59_445_000, 0) + .saturating_add(Weight::from_parts(0, 25798)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(6)) } diff --git a/runtime/kusama/src/weights/pallet_balances.rs b/runtime/kusama/src/weights/pallet_balances.rs index 1787c8d3822d..ebe7d8bc43d1 100644 --- a/runtime/kusama/src/weights/pallet_balances.rs +++ b/runtime/kusama/src/weights/pallet_balances.rs @@ -47,49 +47,49 @@ impl pallet_balances::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) fn transfer() -> Weight { // Minimum execution time: 40_902 nanoseconds. - Weight::from_ref_time(41_638_000 as u64) + Weight::from_parts(41_638_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) fn transfer_keep_alive() -> Weight { // Minimum execution time: 30_093 nanoseconds. - Weight::from_ref_time(30_732_000 as u64) + Weight::from_parts(30_732_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) fn set_balance_creating() -> Weight { // Minimum execution time: 23_901 nanoseconds. - Weight::from_ref_time(24_238_000 as u64) + Weight::from_parts(24_238_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) fn set_balance_killing() -> Weight { // Minimum execution time: 26_402 nanoseconds. - Weight::from_ref_time(27_026_000 as u64) + Weight::from_parts(27_026_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:2 w:2) fn force_transfer() -> Weight { // Minimum execution time: 40_328 nanoseconds. - Weight::from_ref_time(41_242_000 as u64) + Weight::from_parts(41_242_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: System Account (r:1 w:1) fn transfer_all() -> Weight { // Minimum execution time: 35_401 nanoseconds. - Weight::from_ref_time(36_122_000 as u64) + Weight::from_parts(36_122_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) fn force_unreserve() -> Weight { // Minimum execution time: 20_178 nanoseconds. - Weight::from_ref_time(20_435_000 as u64) + Weight::from_parts(20_435_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } diff --git a/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs b/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs index 88cf87bb47de..70323751cb08 100644 --- a/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs +++ b/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs @@ -56,8 +56,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1884` // Estimated: `8288` // Minimum execution time: 49_883 nanoseconds. - Weight::from_ref_time(50_796_000) - .saturating_add(Weight::from_proof_size(8288)) + Weight::from_parts(50_796_000, 0) + .saturating_add(Weight::from_parts(0, 8288)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -70,8 +70,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1710` // Estimated: `7777` // Minimum execution time: 35_180 nanoseconds. - Weight::from_ref_time(36_037_000) - .saturating_add(Weight::from_proof_size(7777)) + Weight::from_parts(36_037_000, 0) + .saturating_add(Weight::from_parts(0, 7777)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -84,8 +84,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1360` // Estimated: `3098` // Minimum execution time: 23_788 nanoseconds. - Weight::from_ref_time(24_661_000) - .saturating_add(Weight::from_proof_size(3098)) + Weight::from_parts(24_661_000, 0) + .saturating_add(Weight::from_parts(0, 3098)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -100,8 +100,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1918` // Estimated: `5701` // Minimum execution time: 33_223 nanoseconds. - Weight::from_ref_time(33_679_000) - .saturating_add(Weight::from_proof_size(5701)) + Weight::from_parts(33_679_000, 0) + .saturating_add(Weight::from_parts(0, 5701)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -116,8 +116,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1880` // Estimated: `10891` // Minimum execution time: 47_875 nanoseconds. - Weight::from_ref_time(49_321_000) - .saturating_add(Weight::from_proof_size(10891)) + Weight::from_parts(49_321_000, 0) + .saturating_add(Weight::from_parts(0, 10891)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -130,8 +130,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1882` // Estimated: `7777` // Minimum execution time: 44_440 nanoseconds. - Weight::from_ref_time(45_714_000) - .saturating_add(Weight::from_proof_size(7777)) + Weight::from_parts(45_714_000, 0) + .saturating_add(Weight::from_parts(0, 7777)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,8 +142,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1358` // Estimated: `2587` // Minimum execution time: 22_362 nanoseconds. - Weight::from_ref_time(23_025_000) - .saturating_add(Weight::from_proof_size(2587)) + Weight::from_parts(23_025_000, 0) + .saturating_add(Weight::from_parts(0, 2587)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_bounties.rs b/runtime/kusama/src/weights/pallet_bounties.rs index d3adc6df0399..aa99a0f5e838 100644 --- a/runtime/kusama/src/weights/pallet_bounties.rs +++ b/runtime/kusama/src/weights/pallet_bounties.rs @@ -59,10 +59,10 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `242` // Estimated: `3102` // Minimum execution time: 21_635 nanoseconds. - Weight::from_ref_time(23_127_861) - .saturating_add(Weight::from_proof_size(3102)) + Weight::from_parts(23_127_861, 0) + .saturating_add(Weight::from_parts(0, 3102)) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(775).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(775, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -75,8 +75,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `334` // Estimated: `3549` // Minimum execution time: 10_202 nanoseconds. - Weight::from_ref_time(10_505_000) - .saturating_add(Weight::from_proof_size(3549)) + Weight::from_parts(10_505_000, 0) + .saturating_add(Weight::from_parts(0, 3549)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -87,8 +87,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `354` // Estimated: `2652` // Minimum execution time: 9_140 nanoseconds. - Weight::from_ref_time(9_265_000) - .saturating_add(Weight::from_proof_size(2652)) + Weight::from_parts(9_265_000, 0) + .saturating_add(Weight::from_parts(0, 2652)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -101,8 +101,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `562` // Estimated: `5255` // Minimum execution time: 31_336 nanoseconds. - Weight::from_ref_time(31_803_000) - .saturating_add(Weight::from_proof_size(5255)) + Weight::from_parts(31_803_000, 0) + .saturating_add(Weight::from_parts(0, 5255)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -115,8 +115,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `558` // Estimated: `5255` // Minimum execution time: 21_259 nanoseconds. - Weight::from_ref_time(21_664_000) - .saturating_add(Weight::from_proof_size(5255)) + Weight::from_parts(21_664_000, 0) + .saturating_add(Weight::from_parts(0, 5255)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -129,8 +129,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `538` // Estimated: `5143` // Minimum execution time: 17_471 nanoseconds. - Weight::from_ref_time(17_691_000) - .saturating_add(Weight::from_proof_size(5143)) + Weight::from_parts(17_691_000, 0) + .saturating_add(Weight::from_parts(0, 5143)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -147,8 +147,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `966` // Estimated: `12964` // Minimum execution time: 68_126 nanoseconds. - Weight::from_ref_time(69_083_000) - .saturating_add(Weight::from_proof_size(12964)) + Weight::from_parts(69_083_000, 0) + .saturating_add(Weight::from_parts(0, 12964)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -165,8 +165,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `614` // Estimated: `7746` // Minimum execution time: 35_780 nanoseconds. - Weight::from_ref_time(36_451_000) - .saturating_add(Weight::from_proof_size(7746)) + Weight::from_parts(36_451_000, 0) + .saturating_add(Weight::from_parts(0, 7746)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -183,8 +183,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `882` // Estimated: `10349` // Minimum execution time: 47_996 nanoseconds. - Weight::from_ref_time(49_003_000) - .saturating_add(Weight::from_proof_size(10349)) + Weight::from_parts(49_003_000, 0) + .saturating_add(Weight::from_parts(0, 10349)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -195,8 +195,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `390` // Estimated: `2652` // Minimum execution time: 13_706 nanoseconds. - Weight::from_ref_time(14_041_000) - .saturating_add(Weight::from_proof_size(2652)) + Weight::from_parts(14_041_000, 0) + .saturating_add(Weight::from_parts(0, 2652)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -212,14 +212,14 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `0 + b * (360 ±0)` // Estimated: `897 + b * (7858 ±0)` // Minimum execution time: 4_106 nanoseconds. - Weight::from_ref_time(4_153_000) - .saturating_add(Weight::from_proof_size(897)) + Weight::from_parts(4_153_000, 0) + .saturating_add(Weight::from_parts(0, 897)) // Standard Error: 16_153 - .saturating_add(Weight::from_ref_time(28_990_437).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(28_990_437, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into()))) - .saturating_add(Weight::from_proof_size(7858).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 7858).saturating_mul(b.into())) } } diff --git a/runtime/kusama/src/weights/pallet_child_bounties.rs b/runtime/kusama/src/weights/pallet_child_bounties.rs index a3f12548eebe..f5cc3996c411 100644 --- a/runtime/kusama/src/weights/pallet_child_bounties.rs +++ b/runtime/kusama/src/weights/pallet_child_bounties.rs @@ -63,10 +63,10 @@ impl pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_collective::WeightInfo for WeightInfo { // Measured: `0 + m * (3233 ±0) + p * (3223 ±0)` // Estimated: `16322 + m * (7809 ±16) + p * (10238 ±16)` // Minimum execution time: 15_982 nanoseconds. - Weight::from_ref_time(16_149_000) - .saturating_add(Weight::from_proof_size(16322)) + Weight::from_parts(16_149_000, 0) + .saturating_add(Weight::from_parts(0, 16322)) // Standard Error: 48_046 - .saturating_add(Weight::from_ref_time(5_473_996).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(5_473_996, 0).saturating_mul(m.into())) // Standard Error: 48_046 - .saturating_add(Weight::from_ref_time(7_914_849).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(7_914_849, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(7809).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(10238).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 7809).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 10238).saturating_mul(p.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -88,14 +88,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `168 + m * (32 ±0)` // Estimated: `664 + m * (32 ±0)` // Minimum execution time: 14_779 nanoseconds. - Weight::from_ref_time(13_911_153) - .saturating_add(Weight::from_proof_size(664)) + Weight::from_parts(13_911_153, 0) + .saturating_add(Weight::from_parts(0, 664)) // Standard Error: 18 - .saturating_add(Weight::from_ref_time(1_722).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_722, 0).saturating_mul(b.into())) // Standard Error: 194 - .saturating_add(Weight::from_ref_time(16_113).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(16_113, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(Weight::from_proof_size(32).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -110,14 +110,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `168 + m * (32 ±0)` // Estimated: `3308 + m * (64 ±0)` // Minimum execution time: 17_349 nanoseconds. - Weight::from_ref_time(16_113_673) - .saturating_add(Weight::from_proof_size(3308)) + Weight::from_parts(16_113_673, 0) + .saturating_add(Weight::from_parts(0, 3308)) // Standard Error: 22 - .saturating_add(Weight::from_ref_time(1_794).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_794, 0).saturating_mul(b.into())) // Standard Error: 231 - .saturating_add(Weight::from_ref_time(25_859).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(25_859, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(Weight::from_proof_size(64).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -140,18 +140,18 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `490 + m * (32 ±0) + p * (36 ±0)` // Estimated: `6025 + m * (165 ±0) + p * (180 ±0)` // Minimum execution time: 22_245 nanoseconds. - Weight::from_ref_time(22_665_027) - .saturating_add(Weight::from_proof_size(6025)) + Weight::from_parts(22_665_027, 0) + .saturating_add(Weight::from_parts(0, 6025)) // Standard Error: 48 - .saturating_add(Weight::from_ref_time(2_822).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_822, 0).saturating_mul(b.into())) // Standard Error: 501 - .saturating_add(Weight::from_ref_time(17_282).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(17_282, 0).saturating_mul(m.into())) // Standard Error: 495 - .saturating_add(Weight::from_ref_time(95_897).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(95_897, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) - .saturating_add(Weight::from_proof_size(165).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -164,13 +164,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `940 + m * (64 ±0)` // Estimated: `4848 + m * (128 ±0)` // Minimum execution time: 20_105 nanoseconds. - Weight::from_ref_time(20_545_471) - .saturating_add(Weight::from_proof_size(4848)) + Weight::from_parts(20_545_471, 0) + .saturating_add(Weight::from_parts(0, 4848)) // Standard Error: 737 - .saturating_add(Weight::from_ref_time(49_541).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(49_541, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(128).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -189,16 +189,16 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `560 + m * (64 ±0) + p * (36 ±0)` // Estimated: `5629 + m * (260 ±0) + p * (144 ±0)` // Minimum execution time: 24_515 nanoseconds. - Weight::from_ref_time(26_016_776) - .saturating_add(Weight::from_proof_size(5629)) + Weight::from_parts(26_016_776, 0) + .saturating_add(Weight::from_parts(0, 5629)) // Standard Error: 841 - .saturating_add(Weight::from_ref_time(9_082).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(9_082, 0).saturating_mul(m.into())) // Standard Error: 820 - .saturating_add(Weight::from_ref_time(114_701).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(114_701, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(260).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(144).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 144).saturating_mul(p.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -219,19 +219,19 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `896 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `8900 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` // Minimum execution time: 34_779 nanoseconds. - Weight::from_ref_time(38_037_892) - .saturating_add(Weight::from_proof_size(8900)) + Weight::from_parts(38_037_892, 0) + .saturating_add(Weight::from_parts(0, 8900)) // Standard Error: 66 - .saturating_add(Weight::from_ref_time(1_917).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_917, 0).saturating_mul(b.into())) // Standard Error: 706 - .saturating_add(Weight::from_ref_time(15_325).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(15_325, 0).saturating_mul(m.into())) // Standard Error: 688 - .saturating_add(Weight::from_ref_time(108_416).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(108_416, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(4).saturating_mul(b.into())) - .saturating_add(Weight::from_proof_size(264).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(160).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 264).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 160).saturating_mul(p.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -252,16 +252,16 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `580 + m * (64 ±0) + p * (36 ±0)` // Estimated: `6765 + m * (325 ±0) + p * (180 ±0)` // Minimum execution time: 27_246 nanoseconds. - Weight::from_ref_time(28_726_731) - .saturating_add(Weight::from_proof_size(6765)) + Weight::from_parts(28_726_731, 0) + .saturating_add(Weight::from_parts(0, 6765)) // Standard Error: 855 - .saturating_add(Weight::from_ref_time(29_438).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(29_438, 0).saturating_mul(m.into())) // Standard Error: 834 - .saturating_add(Weight::from_ref_time(105_832).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(105_832, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(325).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -284,19 +284,19 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `916 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `10235 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` // Minimum execution time: 40_211 nanoseconds. - Weight::from_ref_time(41_064_837) - .saturating_add(Weight::from_proof_size(10235)) + Weight::from_parts(41_064_837, 0) + .saturating_add(Weight::from_parts(0, 10235)) // Standard Error: 60 - .saturating_add(Weight::from_ref_time(1_910).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_910, 0).saturating_mul(b.into())) // Standard Error: 643 - .saturating_add(Weight::from_ref_time(15_864).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(15_864, 0).saturating_mul(m.into())) // Standard Error: 627 - .saturating_add(Weight::from_ref_time(107_526).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(107_526, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(5).saturating_mul(b.into())) - .saturating_add(Weight::from_proof_size(330).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(200).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 330).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 200).saturating_mul(p.into())) } /// Storage: Council Proposals (r:1 w:1) /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) @@ -311,12 +311,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `325 + p * (32 ±0)` // Estimated: `1470 + p * (96 ±0)` // Minimum execution time: 13_506 nanoseconds. - Weight::from_ref_time(15_355_734) - .saturating_add(Weight::from_proof_size(1470)) + Weight::from_parts(15_355_734, 0) + .saturating_add(Weight::from_parts(0, 1470)) // Standard Error: 440 - .saturating_add(Weight::from_ref_time(83_215).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(83_215, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(96).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into())) } } diff --git a/runtime/kusama/src/weights/pallet_collective_technical_committee.rs b/runtime/kusama/src/weights/pallet_collective_technical_committee.rs index c137cda772ac..d0779d151e86 100644 --- a/runtime/kusama/src/weights/pallet_collective_technical_committee.rs +++ b/runtime/kusama/src/weights/pallet_collective_technical_committee.rs @@ -64,18 +64,18 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `0 + m * (3233 ±0) + p * (3223 ±0)` // Estimated: `16478 + m * (7809 ±16) + p * (10238 ±16)` // Minimum execution time: 16_790 nanoseconds. - Weight::from_ref_time(16_995_000) - .saturating_add(Weight::from_proof_size(16478)) + Weight::from_parts(16_995_000, 0) + .saturating_add(Weight::from_parts(0, 16478)) // Standard Error: 48_182 - .saturating_add(Weight::from_ref_time(5_453_981).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(5_453_981, 0).saturating_mul(m.into())) // Standard Error: 48_182 - .saturating_add(Weight::from_ref_time(7_960_093).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(7_960_093, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(7809).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(10238).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 7809).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 10238).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -88,14 +88,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `207 + m * (32 ±0)` // Estimated: `703 + m * (32 ±0)` // Minimum execution time: 15_321 nanoseconds. - Weight::from_ref_time(14_435_685) - .saturating_add(Weight::from_proof_size(703)) + Weight::from_parts(14_435_685, 0) + .saturating_add(Weight::from_parts(0, 703)) // Standard Error: 18 - .saturating_add(Weight::from_ref_time(1_773).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_773, 0).saturating_mul(b.into())) // Standard Error: 189 - .saturating_add(Weight::from_ref_time(14_653).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(14_653, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(Weight::from_proof_size(32).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -110,14 +110,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `207 + m * (32 ±0)` // Estimated: `3386 + m * (64 ±0)` // Minimum execution time: 18_068 nanoseconds. - Weight::from_ref_time(16_814_687) - .saturating_add(Weight::from_proof_size(3386)) + Weight::from_parts(16_814_687, 0) + .saturating_add(Weight::from_parts(0, 3386)) // Standard Error: 17 - .saturating_add(Weight::from_ref_time(1_789).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_789, 0).saturating_mul(b.into())) // Standard Error: 178 - .saturating_add(Weight::from_ref_time(21_690).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(21_690, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(Weight::from_proof_size(64).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -140,18 +140,18 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `529 + m * (32 ±0) + p * (36 ±0)` // Estimated: `6220 + m * (165 ±0) + p * (180 ±0)` // Minimum execution time: 22_986 nanoseconds. - Weight::from_ref_time(23_451_803) - .saturating_add(Weight::from_proof_size(6220)) + Weight::from_parts(23_451_803, 0) + .saturating_add(Weight::from_parts(0, 6220)) // Standard Error: 52 - .saturating_add(Weight::from_ref_time(2_807).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_807, 0).saturating_mul(b.into())) // Standard Error: 551 - .saturating_add(Weight::from_ref_time(17_437).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(17_437, 0).saturating_mul(m.into())) // Standard Error: 544 - .saturating_add(Weight::from_ref_time(97_273).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(97_273, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) - .saturating_add(Weight::from_proof_size(165).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -164,13 +164,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `979 + m * (64 ±0)` // Estimated: `4926 + m * (128 ±0)` // Minimum execution time: 20_921 nanoseconds. - Weight::from_ref_time(21_577_981) - .saturating_add(Weight::from_proof_size(4926)) + Weight::from_parts(21_577_981, 0) + .saturating_add(Weight::from_parts(0, 4926)) // Standard Error: 361 - .saturating_add(Weight::from_ref_time(44_227).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(44_227, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(128).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -189,16 +189,16 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `599 + m * (64 ±0) + p * (36 ±0)` // Estimated: `5785 + m * (260 ±0) + p * (144 ±0)` // Minimum execution time: 25_585 nanoseconds. - Weight::from_ref_time(27_510_279) - .saturating_add(Weight::from_proof_size(5785)) + Weight::from_parts(27_510_279, 0) + .saturating_add(Weight::from_parts(0, 5785)) // Standard Error: 840 - .saturating_add(Weight::from_ref_time(21_073).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(21_073, 0).saturating_mul(m.into())) // Standard Error: 819 - .saturating_add(Weight::from_ref_time(105_369).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(105_369, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(260).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(144).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 144).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -219,19 +219,19 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `935 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `9056 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` // Minimum execution time: 38_408 nanoseconds. - Weight::from_ref_time(39_049_584) - .saturating_add(Weight::from_proof_size(9056)) + Weight::from_parts(39_049_584, 0) + .saturating_add(Weight::from_parts(0, 9056)) // Standard Error: 58 - .saturating_add(Weight::from_ref_time(1_791).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_791, 0).saturating_mul(b.into())) // Standard Error: 622 - .saturating_add(Weight::from_ref_time(15_547).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(15_547, 0).saturating_mul(m.into())) // Standard Error: 607 - .saturating_add(Weight::from_ref_time(107_265).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(107_265, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(4).saturating_mul(b.into())) - .saturating_add(Weight::from_proof_size(264).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(160).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 264).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 160).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -252,16 +252,16 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `619 + m * (64 ±0) + p * (36 ±0)` // Estimated: `6960 + m * (325 ±0) + p * (180 ±0)` // Minimum execution time: 28_316 nanoseconds. - Weight::from_ref_time(30_856_750) - .saturating_add(Weight::from_proof_size(6960)) + Weight::from_parts(30_856_750, 0) + .saturating_add(Weight::from_parts(0, 6960)) // Standard Error: 536 - .saturating_add(Weight::from_ref_time(26_570).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(26_570, 0).saturating_mul(m.into())) // Standard Error: 523 - .saturating_add(Weight::from_ref_time(93_141).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(93_141, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(325).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -284,19 +284,19 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `955 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `10430 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` // Minimum execution time: 41_400 nanoseconds. - Weight::from_ref_time(41_772_428) - .saturating_add(Weight::from_proof_size(10430)) + Weight::from_parts(41_772_428, 0) + .saturating_add(Weight::from_parts(0, 10430)) // Standard Error: 57 - .saturating_add(Weight::from_ref_time(1_894).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_894, 0).saturating_mul(b.into())) // Standard Error: 605 - .saturating_add(Weight::from_ref_time(16_640).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(16_640, 0).saturating_mul(m.into())) // Standard Error: 589 - .saturating_add(Weight::from_ref_time(108_579).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(108_579, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(5).saturating_mul(b.into())) - .saturating_add(Weight::from_proof_size(330).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(200).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 330).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 200).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Proposals (r:1 w:1) /// Proof Skipped: TechnicalCommittee Proposals (max_values: Some(1), max_size: None, mode: Measured) @@ -311,12 +311,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `364 + p * (32 ±0)` // Estimated: `1587 + p * (96 ±0)` // Minimum execution time: 14_309 nanoseconds. - Weight::from_ref_time(16_007_363) - .saturating_add(Weight::from_proof_size(1587)) + Weight::from_parts(16_007_363, 0) + .saturating_add(Weight::from_parts(0, 1587)) // Standard Error: 391 - .saturating_add(Weight::from_ref_time(84_034).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(84_034, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(96).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into())) } } diff --git a/runtime/kusama/src/weights/pallet_conviction_voting.rs b/runtime/kusama/src/weights/pallet_conviction_voting.rs index e34497242e38..c3ff5b45147b 100644 --- a/runtime/kusama/src/weights/pallet_conviction_voting.rs +++ b/runtime/kusama/src/weights/pallet_conviction_voting.rs @@ -60,8 +60,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Measured: `13540` // Estimated: `81125` // Minimum execution time: 108_443 nanoseconds. - Weight::from_ref_time(111_052_000) - .saturating_add(Weight::from_proof_size(81125)) + Weight::from_parts(111_052_000, 0) + .saturating_add(Weight::from_parts(0, 81125)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -80,8 +80,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Measured: `14292` // Estimated: `122563` // Minimum execution time: 177_568 nanoseconds. - Weight::from_ref_time(179_465_000) - .saturating_add(Weight::from_proof_size(122563)) + Weight::from_parts(179_465_000, 0) + .saturating_add(Weight::from_parts(0, 122563)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -96,8 +96,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Measured: `14012` // Estimated: `116003` // Minimum execution time: 159_991 nanoseconds. - Weight::from_ref_time(162_639_000) - .saturating_add(Weight::from_proof_size(116003)) + Weight::from_parts(162_639_000, 0) + .saturating_add(Weight::from_parts(0, 116003)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -110,8 +110,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Measured: `13067` // Estimated: `33127` // Minimum execution time: 59_647 nanoseconds. - Weight::from_ref_time(61_753_000) - .saturating_add(Weight::from_proof_size(33127)) + Weight::from_parts(61_753_000, 0) + .saturating_add(Weight::from_parts(0, 33127)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -131,15 +131,15 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Measured: `29734 + r * (397 ±0)` // Estimated: `148868 + r * (3411 ±0)` // Minimum execution time: 45_902 nanoseconds. - Weight::from_ref_time(1_827_961_044) - .saturating_add(Weight::from_proof_size(148868)) + Weight::from_parts(1_827_961_044, 0) + .saturating_add(Weight::from_parts(0, 148868)) // Standard Error: 164_484 - .saturating_add(Weight::from_ref_time(43_698_724).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(43_698_724, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(6)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_proof_size(3411).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 3411).saturating_mul(r.into())) } /// Storage: ConvictionVoting VotingFor (r:2 w:2) /// Proof: ConvictionVoting VotingFor (max_values: None, max_size: Some(27241), added: 29716, mode: MaxEncodedLen) @@ -153,15 +153,15 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Measured: `29650 + r * (397 ±0)` // Estimated: `142308 + r * (3411 ±0)` // Minimum execution time: 31_727 nanoseconds. - Weight::from_ref_time(1_789_781_378) - .saturating_add(Weight::from_proof_size(142308)) + Weight::from_parts(1_789_781_378, 0) + .saturating_add(Weight::from_parts(0, 142308)) // Standard Error: 162_421 - .saturating_add(Weight::from_ref_time(43_745_656).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(43_745_656, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_proof_size(3411).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 3411).saturating_mul(r.into())) } /// Storage: ConvictionVoting VotingFor (r:1 w:1) /// Proof: ConvictionVoting VotingFor (max_values: None, max_size: Some(27241), added: 29716, mode: MaxEncodedLen) @@ -174,8 +174,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Measured: `12312` // Estimated: `36276` // Minimum execution time: 68_864 nanoseconds. - Weight::from_ref_time(71_033_000) - .saturating_add(Weight::from_proof_size(36276)) + Weight::from_parts(71_033_000, 0) + .saturating_add(Weight::from_parts(0, 36276)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/kusama/src/weights/pallet_democracy.rs b/runtime/kusama/src/weights/pallet_democracy.rs index 5788de31bbdc..7bca823f63aa 100644 --- a/runtime/kusama/src/weights/pallet_democracy.rs +++ b/runtime/kusama/src/weights/pallet_democracy.rs @@ -58,8 +58,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4831` // Estimated: `23409` // Minimum execution time: 32_448 nanoseconds. - Weight::from_ref_time(33_263_000) - .saturating_add(Weight::from_proof_size(23409)) + Weight::from_parts(33_263_000, 0) + .saturating_add(Weight::from_parts(0, 23409)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,8 +70,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3587` // Estimated: `5705` // Minimum execution time: 31_130 nanoseconds. - Weight::from_ref_time(31_618_000) - .saturating_add(Weight::from_proof_size(5705)) + Weight::from_parts(31_618_000, 0) + .saturating_add(Weight::from_parts(0, 5705)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -86,8 +86,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3532` // Estimated: `12720` // Minimum execution time: 44_480 nanoseconds. - Weight::from_ref_time(45_330_000) - .saturating_add(Weight::from_proof_size(12720)) + Weight::from_parts(45_330_000, 0) + .saturating_add(Weight::from_parts(0, 12720)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -102,8 +102,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3554` // Estimated: `12720` // Minimum execution time: 44_688 nanoseconds. - Weight::from_ref_time(45_422_000) - .saturating_add(Weight::from_proof_size(12720)) + Weight::from_parts(45_422_000, 0) + .saturating_add(Weight::from_parts(0, 12720)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -118,8 +118,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `365` // Estimated: `7712` // Minimum execution time: 23_949 nanoseconds. - Weight::from_ref_time(24_354_000) - .saturating_add(Weight::from_proof_size(7712)) + Weight::from_parts(24_354_000, 0) + .saturating_add(Weight::from_parts(0, 7712)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,8 +142,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `6003` // Estimated: `36392` // Minimum execution time: 83_852 nanoseconds. - Weight::from_ref_time(85_197_000) - .saturating_add(Weight::from_proof_size(36392)) + Weight::from_parts(85_197_000, 0) + .saturating_add(Weight::from_parts(0, 36392)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -156,8 +156,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3415` // Estimated: `6340` // Minimum execution time: 11_916 nanoseconds. - Weight::from_ref_time(12_246_000) - .saturating_add(Weight::from_proof_size(6340)) + Weight::from_parts(12_246_000, 0) + .saturating_add(Weight::from_parts(0, 6340)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -168,8 +168,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_099 nanoseconds. - Weight::from_ref_time(3_237_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_237_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy NextExternal (r:0 w:1) @@ -179,8 +179,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_073 nanoseconds. - Weight::from_ref_time(3_218_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_218_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy NextExternal (r:1 w:1) @@ -196,8 +196,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `3654` // Minimum execution time: 24_786 nanoseconds. - Weight::from_ref_time(25_163_000) - .saturating_add(Weight::from_proof_size(3654)) + Weight::from_parts(25_163_000, 0) + .saturating_add(Weight::from_parts(0, 3654)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -212,8 +212,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3518` // Estimated: `8868` // Minimum execution time: 29_863 nanoseconds. - Weight::from_ref_time(30_129_000) - .saturating_add(Weight::from_proof_size(8868)) + Weight::from_parts(30_129_000, 0) + .saturating_add(Weight::from_parts(0, 8868)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -230,8 +230,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `5882` // Estimated: `28033` // Minimum execution time: 68_445 nanoseconds. - Weight::from_ref_time(69_434_000) - .saturating_add(Weight::from_proof_size(28033)) + Weight::from_parts(69_434_000, 0) + .saturating_add(Weight::from_parts(0, 28033)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -244,8 +244,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `238` // Estimated: `2528` // Minimum execution time: 18_448 nanoseconds. - Weight::from_ref_time(18_737_000) - .saturating_add(Weight::from_proof_size(2528)) + Weight::from_parts(18_737_000, 0) + .saturating_add(Weight::from_parts(0, 2528)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -261,14 +261,14 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `211 + r * (117 ±0)` // Estimated: `998 + r * (2676 ±0)` // Minimum execution time: 6_036 nanoseconds. - Weight::from_ref_time(8_660_219) - .saturating_add(Weight::from_proof_size(998)) + Weight::from_parts(8_660_219, 0) + .saturating_add(Weight::from_parts(0, 998)) // Standard Error: 6_378 - .saturating_add(Weight::from_ref_time(2_616_095).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(2_616_095, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(2676).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy LowestUnbaked (r:1 w:1) /// Proof: Democracy LowestUnbaked (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -288,14 +288,14 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `211 + r * (117 ±0)` // Estimated: `19318 + r * (2676 ±0)` // Minimum execution time: 8_631 nanoseconds. - Weight::from_ref_time(11_561_886) - .saturating_add(Weight::from_proof_size(19318)) + Weight::from_parts(11_561_886, 0) + .saturating_add(Weight::from_parts(0, 19318)) // Standard Error: 7_214 - .saturating_add(Weight::from_ref_time(2_624_663).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(2_624_663, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(2676).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy VotingOf (r:3 w:3) /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) @@ -309,15 +309,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `925 + r * (139 ±0)` // Estimated: `22584 + r * (2676 ±0)` // Minimum execution time: 38_364 nanoseconds. - Weight::from_ref_time(40_665_356) - .saturating_add(Weight::from_proof_size(22584)) + Weight::from_parts(40_665_356, 0) + .saturating_add(Weight::from_parts(0, 22584)) // Standard Error: 7_334 - .saturating_add(Weight::from_ref_time(3_616_029).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(3_616_029, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_proof_size(2676).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy VotingOf (r:2 w:2) /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) @@ -329,15 +329,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `524 + r * (139 ±0)` // Estimated: `12540 + r * (2676 ±0)` // Minimum execution time: 19_499 nanoseconds. - Weight::from_ref_time(21_959_820) - .saturating_add(Weight::from_proof_size(12540)) + Weight::from_parts(21_959_820, 0) + .saturating_add(Weight::from_parts(0, 12540)) // Standard Error: 7_005 - .saturating_add(Weight::from_ref_time(3_586_309).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(3_586_309, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_proof_size(2676).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy PublicProps (r:0 w:1) /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) @@ -346,8 +346,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_923 nanoseconds. - Weight::from_ref_time(3_101_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_101_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy VotingOf (r:1 w:1) @@ -362,10 +362,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `594` // Estimated: `12647` // Minimum execution time: 18_675 nanoseconds. - Weight::from_ref_time(23_931_039) - .saturating_add(Weight::from_proof_size(12647)) + Weight::from_parts(23_931_039, 0) + .saturating_add(Weight::from_parts(0, 12647)) // Standard Error: 1_216 - .saturating_add(Weight::from_ref_time(19_479).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(19_479, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -381,10 +381,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `595 + r * (22 ±0)` // Estimated: `12647` // Minimum execution time: 21_945 nanoseconds. - Weight::from_ref_time(23_334_960) - .saturating_add(Weight::from_proof_size(12647)) + Weight::from_parts(23_334_960, 0) + .saturating_add(Weight::from_parts(0, 12647)) // Standard Error: 600 - .saturating_add(Weight::from_ref_time(62_939).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(62_939, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -398,10 +398,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `758 + r * (26 ±0)` // Estimated: `8946` // Minimum execution time: 14_336 nanoseconds. - Weight::from_ref_time(16_654_029) - .saturating_add(Weight::from_proof_size(8946)) + Weight::from_parts(16_654_029, 0) + .saturating_add(Weight::from_parts(0, 8946)) // Standard Error: 1_913 - .saturating_add(Weight::from_ref_time(89_192).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(89_192, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -415,10 +415,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `758 + r * (26 ±0)` // Estimated: `8946` // Minimum execution time: 14_394 nanoseconds. - Weight::from_ref_time(16_771_177) - .saturating_add(Weight::from_proof_size(8946)) + Weight::from_parts(16_771_177, 0) + .saturating_add(Weight::from_parts(0, 8946)) // Standard Error: 2_019 - .saturating_add(Weight::from_ref_time(91_328).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(91_328, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -433,8 +433,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `323` // Estimated: `3193` // Minimum execution time: 16_795 nanoseconds. - Weight::from_ref_time(17_014_000) - .saturating_add(Weight::from_proof_size(3193)) + Weight::from_parts(17_014_000, 0) + .saturating_add(Weight::from_parts(0, 3193)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -447,8 +447,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `3155` // Minimum execution time: 15_809 nanoseconds. - Weight::from_ref_time(16_073_000) - .saturating_add(Weight::from_proof_size(3155)) + Weight::from_parts(16_073_000, 0) + .saturating_add(Weight::from_parts(0, 3155)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -463,8 +463,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4886` // Estimated: `19763` // Minimum execution time: 30_378 nanoseconds. - Weight::from_ref_time(30_713_000) - .saturating_add(Weight::from_proof_size(19763)) + Weight::from_parts(30_713_000, 0) + .saturating_add(Weight::from_parts(0, 19763)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -477,8 +477,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4820` // Estimated: `19725` // Minimum execution time: 28_070 nanoseconds. - Weight::from_ref_time(28_476_000) - .saturating_add(Weight::from_proof_size(19725)) + Weight::from_parts(28_476_000, 0) + .saturating_add(Weight::from_parts(0, 19725)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -491,8 +491,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 13_497 nanoseconds. - Weight::from_ref_time(13_735_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(13_735_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -505,8 +505,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `269` // Estimated: `5204` // Minimum execution time: 17_343 nanoseconds. - Weight::from_ref_time(17_638_000) - .saturating_add(Weight::from_proof_size(5204)) + Weight::from_parts(17_638_000, 0) + .saturating_add(Weight::from_parts(0, 5204)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs b/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs index f96f8670f06d..d557189e3ff7 100644 --- a/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs +++ b/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs @@ -66,8 +66,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `1027` // Estimated: `7016` // Minimum execution time: 20_218 nanoseconds. - Weight::from_ref_time(21_129_000) - .saturating_add(Weight::from_proof_size(7016)) + Weight::from_parts(21_129_000, 0) + .saturating_add(Weight::from_parts(0, 7016)) .saturating_add(T::DbWeight::get().reads(8)) } /// Storage: ElectionProviderMultiPhase Round (r:1 w:0) @@ -79,8 +79,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `148` // Estimated: `1286` // Minimum execution time: 12_541 nanoseconds. - Weight::from_ref_time(12_859_000) - .saturating_add(Weight::from_proof_size(1286)) + Weight::from_parts(12_859_000, 0) + .saturating_add(Weight::from_parts(0, 1286)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -93,8 +93,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `148` // Estimated: `1286` // Minimum execution time: 13_506 nanoseconds. - Weight::from_ref_time(13_834_000) - .saturating_add(Weight::from_proof_size(1286)) + Weight::from_parts(13_834_000, 0) + .saturating_add(Weight::from_parts(0, 1286)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -107,8 +107,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `206` // Estimated: `2809` // Minimum execution time: 22_188 nanoseconds. - Weight::from_ref_time(22_437_000) - .saturating_add(Weight::from_proof_size(2809)) + Weight::from_parts(22_437_000, 0) + .saturating_add(Weight::from_parts(0, 2809)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,8 +119,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `206` // Estimated: `2603` // Minimum execution time: 15_425 nanoseconds. - Weight::from_ref_time(15_785_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(15_785_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -137,12 +137,12 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `0` // Estimated: `0` // Minimum execution time: 611_054 nanoseconds. - Weight::from_ref_time(25_448_005) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(25_448_005, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2_348 - .saturating_add(Weight::from_ref_time(553_533).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(553_533, 0).saturating_mul(v.into())) // Standard Error: 4_694 - .saturating_add(Weight::from_ref_time(76_270).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(76_270, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1) @@ -172,14 +172,14 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `930 + a * (1152 ±0) + d * (47 ±0)` // Estimated: `14223 + a * (10368 ±0) + d * (432 ±0)` // Minimum execution time: 355_277 nanoseconds. - Weight::from_ref_time(362_563_000) - .saturating_add(Weight::from_proof_size(14223)) + Weight::from_parts(362_563_000, 0) + .saturating_add(Weight::from_parts(0, 14223)) // Standard Error: 8_805 - .saturating_add(Weight::from_ref_time(602_857).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(602_857, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(9)) - .saturating_add(Weight::from_proof_size(10368).saturating_mul(a.into())) - .saturating_add(Weight::from_proof_size(432).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(0, 10368).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(0, 432).saturating_mul(d.into())) } /// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0) /// Proof Skipped: ElectionProviderMultiPhase CurrentPhase (max_values: Some(1), max_size: None, mode: Measured) @@ -198,8 +198,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `1270` // Estimated: `8841` // Minimum execution time: 42_640 nanoseconds. - Weight::from_ref_time(43_830_000) - .saturating_add(Weight::from_proof_size(8841)) + Weight::from_parts(43_830_000, 0) + .saturating_add(Weight::from_parts(0, 8841)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -226,14 +226,14 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `285 + v * (809 ±0) + t * (32 ±0)` // Estimated: `5460 + v * (5663 ±0) + t * (224 ±0)` // Minimum execution time: 7_076_255 nanoseconds. - Weight::from_ref_time(7_143_809_000) - .saturating_add(Weight::from_proof_size(5460)) + Weight::from_parts(7_143_809_000, 0) + .saturating_add(Weight::from_parts(0, 5460)) // Standard Error: 64_098 - .saturating_add(Weight::from_ref_time(7_244_284).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(7_244_284, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(5663).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(224).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 5663).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 224).saturating_mul(t.into())) } /// Storage: ElectionProviderMultiPhase Round (r:1 w:0) /// Proof Skipped: ElectionProviderMultiPhase Round (max_values: Some(1), max_size: None, mode: Measured) @@ -252,14 +252,14 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `260 + v * (809 ±0) + t * (32 ±0)` // Estimated: `3020 + v * (3236 ±0) + t * (128 ±0)` // Minimum execution time: 5_883_999 nanoseconds. - Weight::from_ref_time(5_922_040_000) - .saturating_add(Weight::from_proof_size(3020)) + Weight::from_parts(5_922_040_000, 0) + .saturating_add(Weight::from_parts(0, 3020)) // Standard Error: 22_843 - .saturating_add(Weight::from_ref_time(243_391).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(243_391, 0).saturating_mul(v.into())) // Standard Error: 67_692 - .saturating_add(Weight::from_ref_time(5_418_651).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(5_418_651, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(Weight::from_proof_size(3236).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(128).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 3236).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 128).saturating_mul(t.into())) } } diff --git a/runtime/kusama/src/weights/pallet_elections_phragmen.rs b/runtime/kusama/src/weights/pallet_elections_phragmen.rs index 4ab5dd8176e1..48bfcef3cd9c 100644 --- a/runtime/kusama/src/weights/pallet_elections_phragmen.rs +++ b/runtime/kusama/src/weights/pallet_elections_phragmen.rs @@ -61,13 +61,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `499 + v * (80 ±0)` // Estimated: `9726 + v * (320 ±0)` // Minimum execution time: 24_124 nanoseconds. - Weight::from_ref_time(24_820_145) - .saturating_add(Weight::from_proof_size(9726)) + Weight::from_parts(24_820_145, 0) + .saturating_add(Weight::from_parts(0, 9726)) // Standard Error: 4_601 - .saturating_add(Weight::from_ref_time(149_084).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(149_084, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(320).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) } /// Storage: PhragmenElection Candidates (r:1 w:0) /// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -85,13 +85,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `467 + v * (80 ±0)` // Estimated: `9598 + v * (320 ±0)` // Minimum execution time: 32_530 nanoseconds. - Weight::from_ref_time(33_536_886) - .saturating_add(Weight::from_proof_size(9598)) + Weight::from_parts(33_536_886, 0) + .saturating_add(Weight::from_parts(0, 9598)) // Standard Error: 6_592 - .saturating_add(Weight::from_ref_time(157_802).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(157_802, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(320).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) } /// Storage: PhragmenElection Candidates (r:1 w:0) /// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -109,13 +109,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `499 + v * (80 ±0)` // Estimated: `9726 + v * (320 ±0)` // Minimum execution time: 32_815 nanoseconds. - Weight::from_ref_time(33_459_507) - .saturating_add(Weight::from_proof_size(9726)) + Weight::from_parts(33_459_507, 0) + .saturating_add(Weight::from_parts(0, 9726)) // Standard Error: 5_272 - .saturating_add(Weight::from_ref_time(149_556).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(149_556, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(320).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) } /// Storage: PhragmenElection Voting (r:1 w:1) /// Proof Skipped: PhragmenElection Voting (max_values: None, max_size: None, mode: Measured) @@ -126,8 +126,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `989` // Estimated: `7238` // Minimum execution time: 30_494 nanoseconds. - Weight::from_ref_time(31_211_000) - .saturating_add(Weight::from_proof_size(7238)) + Weight::from_parts(31_211_000, 0) + .saturating_add(Weight::from_parts(0, 7238)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -143,13 +143,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `2839 + c * (48 ±0)` // Estimated: `9996 + c * (144 ±0)` // Minimum execution time: 29_459 nanoseconds. - Weight::from_ref_time(22_025_901) - .saturating_add(Weight::from_proof_size(9996)) + Weight::from_parts(22_025_901, 0) + .saturating_add(Weight::from_parts(0, 9996)) // Standard Error: 944 - .saturating_add(Weight::from_ref_time(85_761).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(85_761, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(144).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 144).saturating_mul(c.into())) } /// Storage: PhragmenElection Candidates (r:1 w:1) /// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -159,13 +159,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `348 + c * (48 ±0)` // Estimated: `830 + c * (48 ±0)` // Minimum execution time: 22_591 nanoseconds. - Weight::from_ref_time(15_955_268) - .saturating_add(Weight::from_proof_size(830)) + Weight::from_parts(15_955_268, 0) + .saturating_add(Weight::from_parts(0, 830)) // Standard Error: 863 - .saturating_add(Weight::from_ref_time(58_325).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(58_325, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(48).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into())) } /// Storage: PhragmenElection Members (r:1 w:1) /// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured) @@ -182,8 +182,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `3113` // Estimated: `17545` // Minimum execution time: 39_699 nanoseconds. - Weight::from_ref_time(40_416_000) - .saturating_add(Weight::from_proof_size(17545)) + Weight::from_parts(40_416_000, 0) + .saturating_add(Weight::from_parts(0, 17545)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -194,8 +194,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `1776` // Estimated: `2271` // Minimum execution time: 25_378 nanoseconds. - Weight::from_ref_time(25_887_000) - .saturating_add(Weight::from_proof_size(2271)) + Weight::from_parts(25_887_000, 0) + .saturating_add(Weight::from_parts(0, 2271)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -206,8 +206,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `0` // Estimated: `0` // Minimum execution time: 2_000_000_000 nanoseconds. - Weight::from_ref_time(2_000_000_000_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_000_000_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: PhragmenElection Members (r:1 w:1) /// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured) @@ -226,8 +226,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `3113` // Estimated: `20148` // Minimum execution time: 53_927 nanoseconds. - Weight::from_ref_time(54_587_000) - .saturating_add(Weight::from_proof_size(20148)) + Weight::from_parts(54_587_000, 0) + .saturating_add(Weight::from_parts(0, 20148)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -250,14 +250,14 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `35989 + v * (872 ±0)` // Estimated: `149016 + v * (12340 ±0)` // Minimum execution time: 301_660_312 nanoseconds. - Weight::from_ref_time(302_331_384_000) - .saturating_add(Weight::from_proof_size(149016)) + Weight::from_parts(302_331_384_000, 0) + .saturating_add(Weight::from_parts(0, 149016)) // Standard Error: 258_113 - .saturating_add(Weight::from_ref_time(37_352_809).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(37_352_809, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) - .saturating_add(Weight::from_proof_size(12340).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 12340).saturating_mul(v.into())) } /// Storage: PhragmenElection Candidates (r:1 w:1) /// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -285,19 +285,19 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `0 + v * (639 ±0) + e * (28 ±0)` // Estimated: `5334911 + v * (5714 ±4) + e * (123 ±0) + c * (2560 ±0)` // Minimum execution time: 31_848_053 nanoseconds. - Weight::from_ref_time(32_037_795_000) - .saturating_add(Weight::from_proof_size(5334911)) + Weight::from_parts(32_037_795_000, 0) + .saturating_add(Weight::from_parts(0, 5334911)) // Standard Error: 562_406 - .saturating_add(Weight::from_ref_time(46_112_512).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(46_112_512, 0).saturating_mul(v.into())) // Standard Error: 36_091 - .saturating_add(Weight::from_ref_time(2_428_764).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(2_428_764, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(265)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(6)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(5714).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(123).saturating_mul(e.into())) - .saturating_add(Weight::from_proof_size(2560).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 5714).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 123).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 2560).saturating_mul(c.into())) } } diff --git a/runtime/kusama/src/weights/pallet_fast_unstake.rs b/runtime/kusama/src/weights/pallet_fast_unstake.rs index ca85d1e279c1..56bd25bbf641 100644 --- a/runtime/kusama/src/weights/pallet_fast_unstake.rs +++ b/runtime/kusama/src/weights/pallet_fast_unstake.rs @@ -79,15 +79,15 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1348 + b * (375 ±0)` // Estimated: `8805 + b * (17962 ±0)` // Minimum execution time: 72_453 nanoseconds. - Weight::from_ref_time(36_866_925) - .saturating_add(Weight::from_proof_size(8805)) + Weight::from_parts(36_866_925, 0) + .saturating_add(Weight::from_parts(0, 8805)) // Standard Error: 37_385 - .saturating_add(Weight::from_ref_time(36_921_980).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(36_921_980, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(b.into()))) - .saturating_add(Weight::from_proof_size(17962).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 17962).saturating_mul(b.into())) } /// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) /// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -110,17 +110,17 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1516 + v * (18519 ±0) + b * (48 ±0)` // Estimated: `11390 + v * (39515 ±0) + b * (98 ±0)` // Minimum execution time: 1_796_062 nanoseconds. - Weight::from_ref_time(1_819_911_000) - .saturating_add(Weight::from_proof_size(11390)) + Weight::from_parts(1_819_911_000, 0) + .saturating_add(Weight::from_parts(0, 11390)) // Standard Error: 18_164_058 - .saturating_add(Weight::from_ref_time(581_195_072).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(581_195_072, 0).saturating_mul(v.into())) // Standard Error: 72_676_465 - .saturating_add(Weight::from_ref_time(2_280_507_183).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_280_507_183, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(39515).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(98).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 39515).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 98).saturating_mul(b.into())) } /// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) /// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -155,8 +155,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `2026` // Estimated: `29594` // Minimum execution time: 102_183 nanoseconds. - Weight::from_ref_time(103_295_000) - .saturating_add(Weight::from_proof_size(29594)) + Weight::from_parts(103_295_000, 0) + .saturating_add(Weight::from_parts(0, 29594)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -175,8 +175,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1220` // Estimated: `10781` // Minimum execution time: 38_964 nanoseconds. - Weight::from_ref_time(39_656_000) - .saturating_add(Weight::from_proof_size(10781)) + Weight::from_parts(39_656_000, 0) + .saturating_add(Weight::from_parts(0, 10781)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -187,8 +187,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 2_438 nanoseconds. - Weight::from_ref_time(2_581_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_581_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/pallet_identity.rs b/runtime/kusama/src/weights/pallet_identity.rs index 6f47795b64fe..afdd9a129cc2 100644 --- a/runtime/kusama/src/weights/pallet_identity.rs +++ b/runtime/kusama/src/weights/pallet_identity.rs @@ -53,10 +53,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `64 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 11_195 nanoseconds. - Weight::from_ref_time(11_765_258) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(11_765_258, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_445 - .saturating_add(Weight::from_ref_time(95_110).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(95_110, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,12 +69,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `474 + r * (5 ±0)` // Estimated: `10013` // Minimum execution time: 25_964 nanoseconds. - Weight::from_ref_time(25_535_031) - .saturating_add(Weight::from_proof_size(10013)) + Weight::from_parts(25_535_031, 0) + .saturating_add(Weight::from_parts(0, 10013)) // Standard Error: 3_218 - .saturating_add(Weight::from_ref_time(80_669).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(80_669, 0).saturating_mul(r.into())) // Standard Error: 628 - .saturating_add(Weight::from_ref_time(354_047).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(354_047, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -90,15 +90,15 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `101` // Estimated: `15746 + s * (2589 ±0)` // Minimum execution time: 8_088 nanoseconds. - Weight::from_ref_time(19_440_138) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(19_440_138, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 4_097 - .saturating_add(Weight::from_ref_time(2_322_730).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_322_730, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(2589).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 2589).saturating_mul(s.into())) } /// Storage: Identity IdentityOf (r:1 w:0) /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen) @@ -112,10 +112,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `226 + p * (32 ±0)` // Estimated: `15746` // Minimum execution time: 7_655 nanoseconds. - Weight::from_ref_time(19_696_935) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(19_696_935, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 3_076 - .saturating_add(Weight::from_ref_time(948_853).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(948_853, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -134,14 +134,14 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `533 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `15746` // Minimum execution time: 41_677 nanoseconds. - Weight::from_ref_time(25_991_211) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(25_991_211, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 6_465 - .saturating_add(Weight::from_ref_time(12_989).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(12_989, 0).saturating_mul(r.into())) // Standard Error: 1_262 - .saturating_add(Weight::from_ref_time(935_907).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(935_907, 0).saturating_mul(s.into())) // Standard Error: 1_262 - .saturating_add(Weight::from_ref_time(183_603).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(183_603, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -157,12 +157,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `431 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11649` // Minimum execution time: 27_382 nanoseconds. - Weight::from_ref_time(26_616_055) - .saturating_add(Weight::from_proof_size(11649)) + Weight::from_parts(26_616_055, 0) + .saturating_add(Weight::from_parts(0, 11649)) // Standard Error: 3_992 - .saturating_add(Weight::from_ref_time(82_215).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(82_215, 0).saturating_mul(r.into())) // Standard Error: 779 - .saturating_add(Weight::from_ref_time(373_281).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(373_281, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -175,12 +175,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `430 + x * (66 ±0)` // Estimated: `10013` // Minimum execution time: 23_894 nanoseconds. - Weight::from_ref_time(23_658_097) - .saturating_add(Weight::from_proof_size(10013)) + Weight::from_parts(23_658_097, 0) + .saturating_add(Weight::from_parts(0, 10013)) // Standard Error: 3_756 - .saturating_add(Weight::from_ref_time(74_002).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(74_002, 0).saturating_mul(r.into())) // Standard Error: 732 - .saturating_add(Weight::from_ref_time(370_777).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(370_777, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,10 +192,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 6_561 nanoseconds. - Weight::from_ref_time(7_047_009) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_047_009, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_274 - .saturating_add(Weight::from_ref_time(94_495).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(94_495, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -207,10 +207,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 6_522 nanoseconds. - Weight::from_ref_time(7_090_342) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_090_342, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_190 - .saturating_add(Weight::from_ref_time(90_568).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(90_568, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -222,10 +222,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 6_544 nanoseconds. - Weight::from_ref_time(6_914_393) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(6_914_393, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_187 - .saturating_add(Weight::from_ref_time(99_100).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(99_100, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -240,12 +240,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `509 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11649` // Minimum execution time: 21_120 nanoseconds. - Weight::from_ref_time(20_888_928) - .saturating_add(Weight::from_proof_size(11649)) + Weight::from_parts(20_888_928, 0) + .saturating_add(Weight::from_parts(0, 11649)) // Standard Error: 7_297 - .saturating_add(Weight::from_ref_time(61_293).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(61_293, 0).saturating_mul(r.into())) // Standard Error: 1_350 - .saturating_add(Weight::from_ref_time(621_534).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(621_534, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -265,14 +265,14 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `772 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `18349` // Minimum execution time: 54_559 nanoseconds. - Weight::from_ref_time(39_005_377) - .saturating_add(Weight::from_proof_size(18349)) + Weight::from_parts(39_005_377, 0) + .saturating_add(Weight::from_parts(0, 18349)) // Standard Error: 5_126 - .saturating_add(Weight::from_ref_time(33_077).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(33_077, 0).saturating_mul(r.into())) // Standard Error: 1_001 - .saturating_add(Weight::from_ref_time(945_425).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(945_425, 0).saturating_mul(s.into())) // Standard Error: 1_001 - .saturating_add(Weight::from_ref_time(184_103).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(184_103, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -289,10 +289,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `507 + s * (36 ±0)` // Estimated: `18335` // Minimum execution time: 23_448 nanoseconds. - Weight::from_ref_time(28_331_460) - .saturating_add(Weight::from_proof_size(18335)) + Weight::from_parts(28_331_460, 0) + .saturating_add(Weight::from_parts(0, 18335)) // Standard Error: 1_419 - .saturating_add(Weight::from_ref_time(68_122).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(68_122, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -306,10 +306,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `623 + s * (3 ±0)` // Estimated: `12602` // Minimum execution time: 11_087 nanoseconds. - Weight::from_ref_time(13_274_177) - .saturating_add(Weight::from_proof_size(12602)) + Weight::from_parts(13_274_177, 0) + .saturating_add(Weight::from_parts(0, 12602)) // Standard Error: 777 - .saturating_add(Weight::from_ref_time(18_771).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(18_771, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -325,10 +325,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `702 + s * (35 ±0)` // Estimated: `18335` // Minimum execution time: 26_468 nanoseconds. - Weight::from_ref_time(32_702_486) - .saturating_add(Weight::from_proof_size(18335)) + Weight::from_parts(32_702_486, 0) + .saturating_add(Weight::from_parts(0, 18335)) // Standard Error: 1_482 - .saturating_add(Weight::from_ref_time(56_971).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(56_971, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -342,10 +342,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `628 + s * (37 ±0)` // Estimated: `8322` // Minimum execution time: 17_228 nanoseconds. - Weight::from_ref_time(20_306_990) - .saturating_add(Weight::from_proof_size(8322)) + Weight::from_parts(20_306_990, 0) + .saturating_add(Weight::from_parts(0, 8322)) // Standard Error: 1_365 - .saturating_add(Weight::from_ref_time(51_564).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(51_564, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_im_online.rs b/runtime/kusama/src/weights/pallet_im_online.rs index bf708ec7960d..f6cce765c71d 100644 --- a/runtime/kusama/src/weights/pallet_im_online.rs +++ b/runtime/kusama/src/weights/pallet_im_online.rs @@ -62,15 +62,15 @@ impl pallet_im_online::WeightInfo for WeightInfo { // Measured: `425 + k * (32 ±0)` // Estimated: `10345844 + e * (25 ±0) + k * (64 ±0)` // Minimum execution time: 89_393 nanoseconds. - Weight::from_ref_time(70_533_029) - .saturating_add(Weight::from_proof_size(10345844)) + Weight::from_parts(70_533_029, 0) + .saturating_add(Weight::from_parts(0, 10345844)) // Standard Error: 326 - .saturating_add(Weight::from_ref_time(24_444).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(24_444, 0).saturating_mul(k.into())) // Standard Error: 3_285 - .saturating_add(Weight::from_ref_time(322_267).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(322_267, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(25).saturating_mul(e.into())) - .saturating_add(Weight::from_proof_size(64).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 25).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(k.into())) } } diff --git a/runtime/kusama/src/weights/pallet_indices.rs b/runtime/kusama/src/weights/pallet_indices.rs index a4ac3ed86135..79205daeb95e 100644 --- a/runtime/kusama/src/weights/pallet_indices.rs +++ b/runtime/kusama/src/weights/pallet_indices.rs @@ -52,8 +52,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `142` // Estimated: `2544` // Minimum execution time: 17_834 nanoseconds. - Weight::from_ref_time(18_267_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(18_267_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -66,8 +66,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `405` // Estimated: `5147` // Minimum execution time: 23_205 nanoseconds. - Weight::from_ref_time(23_614_000) - .saturating_add(Weight::from_proof_size(5147)) + Weight::from_parts(23_614_000, 0) + .saturating_add(Weight::from_parts(0, 5147)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,8 +78,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `270` // Estimated: `2544` // Minimum execution time: 19_347 nanoseconds. - Weight::from_ref_time(19_755_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(19_755_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -92,8 +92,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `405` // Estimated: `5147` // Minimum execution time: 21_607 nanoseconds. - Weight::from_ref_time(21_934_000) - .saturating_add(Weight::from_proof_size(5147)) + Weight::from_parts(21_934_000, 0) + .saturating_add(Weight::from_parts(0, 5147)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -104,8 +104,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `270` // Estimated: `2544` // Minimum execution time: 21_265 nanoseconds. - Weight::from_ref_time(21_623_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(21_623_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_membership.rs b/runtime/kusama/src/weights/pallet_membership.rs index 49f55ea35dd7..fd118e1bcc20 100644 --- a/runtime/kusama/src/weights/pallet_membership.rs +++ b/runtime/kusama/src/weights/pallet_membership.rs @@ -59,13 +59,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `272 + m * (64 ±0)` // Estimated: `5005 + m * (192 ±0)` // Minimum execution time: 14_833 nanoseconds. - Weight::from_ref_time(15_622_054) - .saturating_add(Weight::from_proof_size(5005)) + Weight::from_parts(15_622_054, 0) + .saturating_add(Weight::from_parts(0, 5005)) // Standard Error: 441 - .saturating_add(Weight::from_ref_time(39_128).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(39_128, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -83,13 +83,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `376 + m * (64 ±0)` // Estimated: `5844 + m * (192 ±0)` // Minimum execution time: 17_676 nanoseconds. - Weight::from_ref_time(18_382_549) - .saturating_add(Weight::from_proof_size(5844)) + Weight::from_parts(18_382_549, 0) + .saturating_add(Weight::from_parts(0, 5844)) // Standard Error: 547 - .saturating_add(Weight::from_ref_time(32_188).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(32_188, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -107,13 +107,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `376 + m * (64 ±0)` // Estimated: `5844 + m * (192 ±0)` // Minimum execution time: 17_667 nanoseconds. - Weight::from_ref_time(18_574_464) - .saturating_add(Weight::from_proof_size(5844)) + Weight::from_parts(18_574_464, 0) + .saturating_add(Weight::from_parts(0, 5844)) // Standard Error: 536 - .saturating_add(Weight::from_ref_time(47_803).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(47_803, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -131,13 +131,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `376 + m * (64 ±0)` // Estimated: `5844 + m * (192 ±0)` // Minimum execution time: 17_061 nanoseconds. - Weight::from_ref_time(18_138_776) - .saturating_add(Weight::from_proof_size(5844)) + Weight::from_parts(18_138_776, 0) + .saturating_add(Weight::from_parts(0, 5844)) // Standard Error: 779 - .saturating_add(Weight::from_ref_time(165_950).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(165_950, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -155,13 +155,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `376 + m * (64 ±0)` // Estimated: `5844 + m * (192 ±0)` // Minimum execution time: 17_997 nanoseconds. - Weight::from_ref_time(19_185_070) - .saturating_add(Weight::from_proof_size(5844)) + Weight::from_parts(19_185_070, 0) + .saturating_add(Weight::from_parts(0, 5844)) // Standard Error: 695 - .saturating_add(Weight::from_ref_time(45_161).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(45_161, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:0) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -175,13 +175,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `64 + m * (32 ±0)` // Estimated: `3761 + m * (32 ±0)` // Minimum execution time: 6_293 nanoseconds. - Weight::from_ref_time(6_598_116) - .saturating_add(Weight::from_proof_size(3761)) + Weight::from_parts(6_598_116, 0) + .saturating_add(Weight::from_parts(0, 3761)) // Standard Error: 163 - .saturating_add(Weight::from_ref_time(11_399).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(11_399, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(32).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } /// Storage: TechnicalMembership Prime (r:0 w:1) /// Proof: TechnicalMembership Prime (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) @@ -193,10 +193,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_689 nanoseconds. - Weight::from_ref_time(2_861_104) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_861_104, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 79 - .saturating_add(Weight::from_ref_time(799).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(799, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().writes(2)) } } diff --git a/runtime/kusama/src/weights/pallet_multisig.rs b/runtime/kusama/src/weights/pallet_multisig.rs index 54288dbf6fd0..eb2ece99de71 100644 --- a/runtime/kusama/src/weights/pallet_multisig.rs +++ b/runtime/kusama/src/weights/pallet_multisig.rs @@ -51,10 +51,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 11_709 nanoseconds. - Weight::from_ref_time(12_139_383) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(12_139_383, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(599).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(599, 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) @@ -65,12 +65,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `352 + s * (2 ±0)` // Estimated: `5821` // Minimum execution time: 35_352 nanoseconds. - Weight::from_ref_time(28_118_450) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(28_118_450, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 664 - .saturating_add(Weight::from_ref_time(83_685).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(83_685, 0).saturating_mul(s.into())) // Standard Error: 6 - .saturating_add(Weight::from_ref_time(1_561).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_561, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -83,12 +83,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `351` // Estimated: `5821` // Minimum execution time: 26_156 nanoseconds. - Weight::from_ref_time(19_125_495) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(19_125_495, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 545 - .saturating_add(Weight::from_ref_time(74_327).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(74_327, 0).saturating_mul(s.into())) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_649).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_649, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -103,12 +103,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `489 + s * (33 ±0)` // Estimated: `8424` // Minimum execution time: 42_556 nanoseconds. - Weight::from_ref_time(31_748_011) - .saturating_add(Weight::from_proof_size(8424)) + Weight::from_parts(31_748_011, 0) + .saturating_add(Weight::from_parts(0, 8424)) // Standard Error: 1_038 - .saturating_add(Weight::from_ref_time(111_127).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(111_127, 0).saturating_mul(s.into())) // Standard Error: 10 - .saturating_add(Weight::from_ref_time(1_681).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_681, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -120,10 +120,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `359 + s * (2 ±0)` // Estimated: `5821` // Minimum execution time: 24_876 nanoseconds. - Weight::from_ref_time(26_575_836) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(26_575_836, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 702 - .saturating_add(Weight::from_ref_time(75_537).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(75_537, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -135,10 +135,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `351` // Estimated: `5821` // Minimum execution time: 17_073 nanoseconds. - Weight::from_ref_time(17_894_052) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(17_894_052, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 523 - .saturating_add(Weight::from_ref_time(73_433).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(73_433, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -150,10 +150,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `555 + s * (1 ±0)` // Estimated: `5821` // Minimum execution time: 26_183 nanoseconds. - Weight::from_ref_time(28_189_731) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(28_189_731, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 1_748 - .saturating_add(Weight::from_ref_time(106_618).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(106_618, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_nis.rs b/runtime/kusama/src/weights/pallet_nis.rs index f9531e800db9..73663d336f42 100644 --- a/runtime/kusama/src/weights/pallet_nis.rs +++ b/runtime/kusama/src/weights/pallet_nis.rs @@ -57,10 +57,10 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `10279 + l * (48 ±0)` // Estimated: `64718` // Minimum execution time: 28_528 nanoseconds. - Weight::from_ref_time(31_444_194) - .saturating_add(Weight::from_proof_size(64718)) + Weight::from_parts(31_444_194, 0) + .saturating_add(Weight::from_parts(0, 64718)) // Standard Error: 703 - .saturating_add(Weight::from_ref_time(81_351).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(81_351, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -75,8 +75,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `58281` // Estimated: `64718` // Minimum execution time: 106_859 nanoseconds. - Weight::from_ref_time(108_554_000) - .saturating_add(Weight::from_proof_size(64718)) + Weight::from_parts(108_554_000, 0) + .saturating_add(Weight::from_parts(0, 64718)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -92,10 +92,10 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `10279 + l * (48 ±0)` // Estimated: `64718` // Minimum execution time: 36_699 nanoseconds. - Weight::from_ref_time(32_538_199) - .saturating_add(Weight::from_proof_size(64718)) + Weight::from_parts(32_538_199, 0) + .saturating_add(Weight::from_parts(0, 64718)) // Standard Error: 705 - .saturating_add(Weight::from_ref_time(63_013).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(63_013, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -108,8 +108,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `256` // Estimated: `3138` // Minimum execution time: 30_998 nanoseconds. - Weight::from_ref_time(31_362_000) - .saturating_add(Weight::from_proof_size(3138)) + Weight::from_parts(31_362_000, 0) + .saturating_add(Weight::from_parts(0, 3138)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -126,8 +126,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `457` // Estimated: `9418` // Minimum execution time: 45_471 nanoseconds. - Weight::from_ref_time(46_193_000) - .saturating_add(Weight::from_proof_size(9418)) + Weight::from_parts(46_193_000, 0) + .saturating_add(Weight::from_parts(0, 9418)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -146,8 +146,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `698` // Estimated: `8792` // Minimum execution time: 59_553 nanoseconds. - Weight::from_ref_time(61_402_000) - .saturating_add(Weight::from_proof_size(8792)) + Weight::from_parts(61_402_000, 0) + .saturating_add(Weight::from_parts(0, 8792)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -168,8 +168,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `760` // Estimated: `12516` // Minimum execution time: 66_969 nanoseconds. - Weight::from_ref_time(67_990_000) - .saturating_add(Weight::from_proof_size(12516)) + Weight::from_parts(67_990_000, 0) + .saturating_add(Weight::from_parts(0, 12516)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -190,8 +190,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `539` // Estimated: `12516` // Minimum execution time: 64_656 nanoseconds. - Weight::from_ref_time(65_544_000) - .saturating_add(Weight::from_proof_size(12516)) + Weight::from_parts(65_544_000, 0) + .saturating_add(Weight::from_parts(0, 12516)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -206,8 +206,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `10689` // Estimated: `13635` // Minimum execution time: 24_373 nanoseconds. - Weight::from_ref_time(24_724_000) - .saturating_add(Weight::from_proof_size(13635)) + Weight::from_parts(24_724_000, 0) + .saturating_add(Weight::from_parts(0, 13635)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -218,8 +218,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `76` // Estimated: `50497` // Minimum execution time: 3_740 nanoseconds. - Weight::from_ref_time(3_917_000) - .saturating_add(Weight::from_proof_size(50497)) + Weight::from_parts(3_917_000, 0) + .saturating_add(Weight::from_parts(0, 50497)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -230,8 +230,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_377 nanoseconds. - Weight::from_ref_time(6_630_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_630_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/pallet_nomination_pools.rs b/runtime/kusama/src/weights/pallet_nomination_pools.rs index c52f4204f186..233c7e064942 100644 --- a/runtime/kusama/src/weights/pallet_nomination_pools.rs +++ b/runtime/kusama/src/weights/pallet_nomination_pools.rs @@ -76,8 +76,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3501` // Estimated: `38468` // Minimum execution time: 138_497 nanoseconds. - Weight::from_ref_time(140_588_000) - .saturating_add(Weight::from_proof_size(38468)) + Weight::from_parts(140_588_000, 0) + .saturating_add(Weight::from_parts(0, 38468)) .saturating_add(T::DbWeight::get().reads(17)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -104,8 +104,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3543` // Estimated: `39063` // Minimum execution time: 135_261 nanoseconds. - Weight::from_ref_time(136_884_000) - .saturating_add(Weight::from_proof_size(39063)) + Weight::from_parts(136_884_000, 0) + .saturating_add(Weight::from_parts(0, 39063)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -134,8 +134,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3389` // Estimated: `38950` // Minimum execution time: 147_724 nanoseconds. - Weight::from_ref_time(149_274_000) - .saturating_add(Weight::from_proof_size(38950)) + Weight::from_parts(149_274_000, 0) + .saturating_add(Weight::from_parts(0, 38950)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -154,8 +154,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1254` // Estimated: `13485` // Minimum execution time: 54_107 nanoseconds. - Weight::from_ref_time(55_084_000) - .saturating_add(Weight::from_proof_size(13485)) + Weight::from_parts(55_084_000, 0) + .saturating_add(Weight::from_parts(0, 13485)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -192,8 +192,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3779` // Estimated: `44930` // Minimum execution time: 140_104 nanoseconds. - Weight::from_ref_time(140_897_000) - .saturating_add(Weight::from_proof_size(44930)) + Weight::from_parts(140_897_000, 0) + .saturating_add(Weight::from_parts(0, 44930)) .saturating_add(T::DbWeight::get().reads(18)) .saturating_add(T::DbWeight::get().writes(13)) } @@ -213,10 +213,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1700` // Estimated: `13025` // Minimum execution time: 48_227 nanoseconds. - Weight::from_ref_time(49_988_432) - .saturating_add(Weight::from_proof_size(13025)) + Weight::from_parts(49_988_432, 0) + .saturating_add(Weight::from_parts(0, 13025)) // Standard Error: 706 - .saturating_add(Weight::from_ref_time(6_209).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(6_209, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -246,10 +246,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2224` // Estimated: `22991` // Minimum execution time: 92_484 nanoseconds. - Weight::from_ref_time(94_254_505) - .saturating_add(Weight::from_proof_size(22991)) + Weight::from_parts(94_254_505, 0) + .saturating_add(Weight::from_parts(0, 22991)) // Standard Error: 1_446 - .saturating_add(Weight::from_ref_time(14_097).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(14_097, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -301,10 +301,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2614` // Estimated: `46287` // Minimum execution time: 144_956 nanoseconds. - Weight::from_ref_time(147_704_997) - .saturating_add(Weight::from_proof_size(46287)) + Weight::from_parts(147_704_997, 0) + .saturating_add(Weight::from_parts(0, 46287)) // Standard Error: 2_422 - .saturating_add(Weight::from_ref_time(4_931).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(4_931, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(20)) .saturating_add(T::DbWeight::get().writes(18)) } @@ -355,8 +355,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1254` // Estimated: `32002` // Minimum execution time: 127_089 nanoseconds. - Weight::from_ref_time(128_175_000) - .saturating_add(Weight::from_proof_size(32002)) + Weight::from_parts(128_175_000, 0) + .saturating_add(Weight::from_parts(0, 32002)) .saturating_add(T::DbWeight::get().reads(21)) .saturating_add(T::DbWeight::get().writes(15)) } @@ -390,14 +390,14 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1834` // Estimated: `22254 + n * (2520 ±0)` // Minimum execution time: 59_869 nanoseconds. - Weight::from_ref_time(60_705_359) - .saturating_add(Weight::from_proof_size(22254)) + Weight::from_parts(60_705_359, 0) + .saturating_add(Weight::from_parts(0, 22254)) // Standard Error: 5_277 - .saturating_add(Weight::from_ref_time(1_073_439).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_073_439, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5)) - .saturating_add(Weight::from_proof_size(2520).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 2520).saturating_mul(n.into())) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) @@ -410,8 +410,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1423` // Estimated: `8752` // Minimum execution time: 33_612 nanoseconds. - Weight::from_ref_time(34_352_000) - .saturating_add(Weight::from_proof_size(8752)) + Weight::from_parts(34_352_000, 0) + .saturating_add(Weight::from_parts(0, 8752)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -427,10 +427,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `559` // Estimated: `5883` // Minimum execution time: 12_676 nanoseconds. - Weight::from_ref_time(13_208_801) - .saturating_add(Weight::from_proof_size(5883)) + Weight::from_parts(13_208_801, 0) + .saturating_add(Weight::from_parts(0, 5883)) // Standard Error: 112 - .saturating_add(Weight::from_ref_time(1_428).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_428, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -449,8 +449,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 4_593 nanoseconds. - Weight::from_ref_time(4_772_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(4_772_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: NominationPools BondedPools (r:1 w:1) @@ -460,8 +460,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `559` // Estimated: `2639` // Minimum execution time: 17_961 nanoseconds. - Weight::from_ref_time(18_227_000) - .saturating_add(Weight::from_proof_size(2639)) + Weight::from_parts(18_227_000, 0) + .saturating_add(Weight::from_parts(0, 2639)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -488,8 +488,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2061` // Estimated: `20745` // Minimum execution time: 60_831 nanoseconds. - Weight::from_ref_time(61_571_000) - .saturating_add(Weight::from_proof_size(20745)) + Weight::from_parts(61_571_000, 0) + .saturating_add(Weight::from_parts(0, 20745)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -502,8 +502,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `542` // Estimated: `5708` // Minimum execution time: 13_341 nanoseconds. - Weight::from_ref_time(13_892_000) - .saturating_add(Weight::from_proof_size(5708)) + Weight::from_parts(13_892_000, 0) + .saturating_add(Weight::from_parts(0, 5708)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_preimage.rs b/runtime/kusama/src/weights/pallet_preimage.rs index e0d6baeb4c3f..99d16274e17c 100644 --- a/runtime/kusama/src/weights/pallet_preimage.rs +++ b/runtime/kusama/src/weights/pallet_preimage.rs @@ -55,10 +55,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `175` // Estimated: `2566` // Minimum execution time: 22_273 nanoseconds. - Weight::from_ref_time(22_421_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(22_421_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_386).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_386, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -72,10 +72,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 14_410 nanoseconds. - Weight::from_ref_time(14_494_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(14_494_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_388).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_388, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,10 +89,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 13_482 nanoseconds. - Weight::from_ref_time(13_720_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(13_720_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_382).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_382, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -105,8 +105,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `353` // Estimated: `2566` // Minimum execution time: 30_263 nanoseconds. - Weight::from_ref_time(31_033_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(31_033_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,8 +119,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 20_026 nanoseconds. - Weight::from_ref_time(20_879_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(20_879_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -131,8 +131,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `220` // Estimated: `2566` // Minimum execution time: 17_776 nanoseconds. - Weight::from_ref_time(18_771_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(18_771_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -143,8 +143,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 10_442 nanoseconds. - Weight::from_ref_time(11_551_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(11_551_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -155,8 +155,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `42` // Estimated: `2566` // Minimum execution time: 11_527 nanoseconds. - Weight::from_ref_time(11_883_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(11_883_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -167,8 +167,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 7_456 nanoseconds. - Weight::from_ref_time(7_710_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(7_710_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -181,8 +181,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 18_651 nanoseconds. - Weight::from_ref_time(19_136_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(19_136_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -193,8 +193,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 6_824 nanoseconds. - Weight::from_ref_time(7_100_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(7_100_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -205,8 +205,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 7_015 nanoseconds. - Weight::from_ref_time(7_230_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(7_230_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_proxy.rs b/runtime/kusama/src/weights/pallet_proxy.rs index 482ca8a8118d..3c5a1cc4ea0f 100644 --- a/runtime/kusama/src/weights/pallet_proxy.rs +++ b/runtime/kusama/src/weights/pallet_proxy.rs @@ -53,10 +53,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 13_976 nanoseconds. - Weight::from_ref_time(14_696_938) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(14_696_938, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_165 - .saturating_add(Weight::from_ref_time(33_803).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(33_803, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: Proxy Proxies (r:1 w:0) @@ -72,12 +72,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `650 + a * (68 ±0) + p * (37 ±0)` // Estimated: `11027` // Minimum execution time: 33_701 nanoseconds. - Weight::from_ref_time(34_238_362) - .saturating_add(Weight::from_proof_size(11027)) + Weight::from_parts(34_238_362, 0) + .saturating_add(Weight::from_parts(0, 11027)) // Standard Error: 1_949 - .saturating_add(Weight::from_ref_time(128_204).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(128_204, 0).saturating_mul(a.into())) // Standard Error: 2_014 - .saturating_add(Weight::from_ref_time(22_991).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(22_991, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -92,10 +92,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `533 + a * (68 ±0)` // Estimated: `7311` // Minimum execution time: 19_093 nanoseconds. - Weight::from_ref_time(20_481_879) - .saturating_add(Weight::from_proof_size(7311)) + Weight::from_parts(20_481_879, 0) + .saturating_add(Weight::from_parts(0, 7311)) // Standard Error: 1_357 - .saturating_add(Weight::from_ref_time(116_669).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(116_669, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -110,10 +110,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `533 + a * (68 ±0)` // Estimated: `7311` // Minimum execution time: 19_047 nanoseconds. - Weight::from_ref_time(20_169_918) - .saturating_add(Weight::from_proof_size(7311)) + Weight::from_parts(20_169_918, 0) + .saturating_add(Weight::from_parts(0, 7311)) // Standard Error: 1_309 - .saturating_add(Weight::from_ref_time(123_282).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(123_282, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -130,12 +130,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `582 + a * (68 ±0) + p * (37 ±0)` // Estimated: `11027` // Minimum execution time: 26_807 nanoseconds. - Weight::from_ref_time(30_618_234) - .saturating_add(Weight::from_proof_size(11027)) + Weight::from_parts(30_618_234, 0) + .saturating_add(Weight::from_parts(0, 11027)) // Standard Error: 2_949 - .saturating_add(Weight::from_ref_time(129_927).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(129_927, 0).saturating_mul(a.into())) // Standard Error: 3_047 - .saturating_add(Weight::from_ref_time(29_443).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(29_443, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -147,10 +147,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 20_648 nanoseconds. - Weight::from_ref_time(21_019_160) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(21_019_160, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 2_330 - .saturating_add(Weight::from_ref_time(69_459).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(69_459, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,10 +162,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 19_741 nanoseconds. - Weight::from_ref_time(21_028_196) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(21_028_196, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_677 - .saturating_add(Weight::from_ref_time(73_249).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(73_249, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -177,10 +177,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 16_116 nanoseconds. - Weight::from_ref_time(16_849_655) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(16_849_655, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_089 - .saturating_add(Weight::from_ref_time(28_535).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(28_535, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,10 +192,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `239` // Estimated: `3716` // Minimum execution time: 21_680 nanoseconds. - Weight::from_ref_time(22_572_277) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(22_572_277, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_333 - .saturating_add(Weight::from_ref_time(12_315).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(12_315, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -207,10 +207,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `296 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 16_937 nanoseconds. - Weight::from_ref_time(17_605_894) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(17_605_894, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_758 - .saturating_add(Weight::from_ref_time(40_493).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(40_493, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_ranked_collective.rs b/runtime/kusama/src/weights/pallet_ranked_collective.rs index 4a1dbb34bdce..822bc4ca3fe3 100644 --- a/runtime/kusama/src/weights/pallet_ranked_collective.rs +++ b/runtime/kusama/src/weights/pallet_ranked_collective.rs @@ -58,8 +58,8 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Measured: `76` // Estimated: `5006` // Minimum execution time: 15_015 nanoseconds. - Weight::from_ref_time(15_279_000) - .saturating_add(Weight::from_proof_size(5006)) + Weight::from_parts(15_279_000, 0) + .saturating_add(Weight::from_parts(0, 5006)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -77,15 +77,15 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Measured: `550 + r * (281 ±0)` // Estimated: `10064 + r * (7547 ±0)` // Minimum execution time: 24_934 nanoseconds. - Weight::from_ref_time(29_372_358) - .saturating_add(Weight::from_proof_size(10064)) + Weight::from_parts(29_372_358, 0) + .saturating_add(Weight::from_parts(0, 10064)) // Standard Error: 28_755 - .saturating_add(Weight::from_ref_time(10_320_855).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(10_320_855, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_proof_size(7547).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 7547).saturating_mul(r.into())) } /// Storage: FellowshipCollective Members (r:1 w:1) /// Proof: FellowshipCollective Members (max_values: None, max_size: Some(42), added: 2517, mode: MaxEncodedLen) @@ -101,10 +101,10 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Measured: `248 + r * (17 ±0)` // Estimated: `5006` // Minimum execution time: 17_345 nanoseconds. - Weight::from_ref_time(18_369_667) - .saturating_add(Weight::from_proof_size(5006)) + Weight::from_parts(18_369_667, 0) + .saturating_add(Weight::from_parts(0, 5006)) // Standard Error: 5_162 - .saturating_add(Weight::from_ref_time(317_725).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(317_725, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -122,10 +122,10 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Measured: `566 + r * (72 ±0)` // Estimated: `10064` // Minimum execution time: 24_864 nanoseconds. - Weight::from_ref_time(29_437_828) - .saturating_add(Weight::from_proof_size(10064)) + Weight::from_parts(29_437_828, 0) + .saturating_add(Weight::from_parts(0, 10064)) // Standard Error: 28_077 - .saturating_add(Weight::from_ref_time(694_931).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(694_931, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -142,8 +142,8 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Measured: `704` // Estimated: `91308` // Minimum execution time: 48_174 nanoseconds. - Weight::from_ref_time(48_765_000) - .saturating_add(Weight::from_proof_size(91308)) + Weight::from_parts(48_765_000, 0) + .saturating_add(Weight::from_parts(0, 91308)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -159,13 +159,13 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Measured: `500 + n * (50 ±0)` // Estimated: `5964 + n * (2540 ±0)` // Minimum execution time: 13_233 nanoseconds. - Weight::from_ref_time(16_859_237) - .saturating_add(Weight::from_proof_size(5964)) + Weight::from_parts(16_859_237, 0) + .saturating_add(Weight::from_parts(0, 5964)) // Standard Error: 1_532 - .saturating_add(Weight::from_ref_time(910_200).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(910_200, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_proof_size(2540).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 2540).saturating_mul(n.into())) } } diff --git a/runtime/kusama/src/weights/pallet_referenda_fellowship_referenda.rs b/runtime/kusama/src/weights/pallet_referenda_fellowship_referenda.rs index e9a856185309..8e9f63a405a8 100644 --- a/runtime/kusama/src/weights/pallet_referenda_fellowship_referenda.rs +++ b/runtime/kusama/src/weights/pallet_referenda_fellowship_referenda.rs @@ -58,8 +58,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `361` // Estimated: `44454` // Minimum execution time: 27_612 nanoseconds. - Weight::from_ref_time(28_040_000) - .saturating_add(Weight::from_proof_size(44454)) + Weight::from_parts(28_040_000, 0) + .saturating_add(Weight::from_parts(0, 44454)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -72,8 +72,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `502` // Estimated: `86251` // Minimum execution time: 45_926 nanoseconds. - Weight::from_ref_time(47_307_000) - .saturating_add(Weight::from_proof_size(86251)) + Weight::from_parts(47_307_000, 0) + .saturating_add(Weight::from_parts(0, 86251)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -88,8 +88,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `1975` // Estimated: `9151` // Minimum execution time: 60_904 nanoseconds. - Weight::from_ref_time(63_273_000) - .saturating_add(Weight::from_proof_size(9151)) + Weight::from_parts(63_273_000, 0) + .saturating_add(Weight::from_parts(0, 9151)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -104,8 +104,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `2016` // Estimated: `9151` // Minimum execution time: 60_599 nanoseconds. - Weight::from_ref_time(62_731_000) - .saturating_add(Weight::from_proof_size(9151)) + Weight::from_parts(62_731_000, 0) + .saturating_add(Weight::from_parts(0, 9151)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -122,8 +122,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `872` // Estimated: `91229` // Minimum execution time: 117_759 nanoseconds. - Weight::from_ref_time(124_843_000) - .saturating_add(Weight::from_proof_size(91229)) + Weight::from_parts(124_843_000, 0) + .saturating_add(Weight::from_parts(0, 91229)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -138,8 +138,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `644` // Estimated: `8353` // Minimum execution time: 38_257 nanoseconds. - Weight::from_ref_time(38_680_000) - .saturating_add(Weight::from_proof_size(8353)) + Weight::from_parts(38_680_000, 0) + .saturating_add(Weight::from_parts(0, 8353)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -150,8 +150,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `415` // Estimated: `3375` // Minimum execution time: 24_398 nanoseconds. - Weight::from_ref_time(24_799_000) - .saturating_add(Weight::from_proof_size(3375)) + Weight::from_parts(24_799_000, 0) + .saturating_add(Weight::from_parts(0, 3375)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,8 +162,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `233` // Estimated: `3375` // Minimum execution time: 14_497 nanoseconds. - Weight::from_ref_time(14_988_000) - .saturating_add(Weight::from_proof_size(3375)) + Weight::from_parts(14_988_000, 0) + .saturating_add(Weight::from_parts(0, 3375)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -176,8 +176,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `415` // Estimated: `86251` // Minimum execution time: 35_130 nanoseconds. - Weight::from_ref_time(35_735_000) - .saturating_add(Weight::from_proof_size(86251)) + Weight::from_parts(35_735_000, 0) + .saturating_add(Weight::from_parts(0, 86251)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -192,8 +192,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `548` // Estimated: `88778` // Minimum execution time: 62_488 nanoseconds. - Weight::from_ref_time(64_659_000) - .saturating_add(Weight::from_proof_size(88778)) + Weight::from_parts(64_659_000, 0) + .saturating_add(Weight::from_parts(0, 88778)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -206,8 +206,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `174` // Estimated: `5776` // Minimum execution time: 9_065 nanoseconds. - Weight::from_ref_time(9_247_000) - .saturating_add(Weight::from_proof_size(5776)) + Weight::from_parts(9_247_000, 0) + .saturating_add(Weight::from_parts(0, 5776)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -224,8 +224,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3147` // Estimated: `92027` // Minimum execution time: 142_703 nanoseconds. - Weight::from_ref_time(145_933_000) - .saturating_add(Weight::from_proof_size(92027)) + Weight::from_parts(145_933_000, 0) + .saturating_add(Weight::from_parts(0, 92027)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -242,8 +242,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3147` // Estimated: `92027` // Minimum execution time: 144_435 nanoseconds. - Weight::from_ref_time(146_096_000) - .saturating_add(Weight::from_proof_size(92027)) + Weight::from_parts(146_096_000, 0) + .saturating_add(Weight::from_parts(0, 92027)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -258,8 +258,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `2790` // Estimated: `48100` // Minimum execution time: 77_355 nanoseconds. - Weight::from_ref_time(79_600_000) - .saturating_add(Weight::from_proof_size(48100)) + Weight::from_parts(79_600_000, 0) + .saturating_add(Weight::from_parts(0, 48100)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -274,8 +274,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `2757` // Estimated: `48100` // Minimum execution time: 77_174 nanoseconds. - Weight::from_ref_time(79_594_000) - .saturating_add(Weight::from_proof_size(48100)) + Weight::from_parts(79_594_000, 0) + .saturating_add(Weight::from_parts(0, 48100)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -292,8 +292,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `2773` // Estimated: `50589` // Minimum execution time: 79_984 nanoseconds. - Weight::from_ref_time(82_368_000) - .saturating_add(Weight::from_proof_size(50589)) + Weight::from_parts(82_368_000, 0) + .saturating_add(Weight::from_parts(0, 50589)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -310,8 +310,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `2814` // Estimated: `50589` // Minimum execution time: 80_275 nanoseconds. - Weight::from_ref_time(81_559_000) - .saturating_add(Weight::from_proof_size(50589)) + Weight::from_parts(81_559_000, 0) + .saturating_add(Weight::from_parts(0, 50589)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -324,8 +324,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `367` // Estimated: `44813` // Minimum execution time: 24_706 nanoseconds. - Weight::from_ref_time(25_344_000) - .saturating_add(Weight::from_proof_size(44813)) + Weight::from_parts(25_344_000, 0) + .saturating_add(Weight::from_parts(0, 44813)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -338,8 +338,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `415` // Estimated: `44813` // Minimum execution time: 25_032 nanoseconds. - Weight::from_ref_time(25_674_000) - .saturating_add(Weight::from_proof_size(44813)) + Weight::from_parts(25_674_000, 0) + .saturating_add(Weight::from_parts(0, 44813)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -350,8 +350,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `274` // Estimated: `3375` // Minimum execution time: 16_589 nanoseconds. - Weight::from_ref_time(16_941_000) - .saturating_add(Weight::from_proof_size(3375)) + Weight::from_parts(16_941_000, 0) + .saturating_add(Weight::from_parts(0, 3375)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -368,8 +368,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `650` // Estimated: `49791` // Minimum execution time: 35_891 nanoseconds. - Weight::from_ref_time(36_449_000) - .saturating_add(Weight::from_proof_size(49791)) + Weight::from_parts(36_449_000, 0) + .saturating_add(Weight::from_parts(0, 49791)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -386,8 +386,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `785` // Estimated: `49791` // Minimum execution time: 61_138 nanoseconds. - Weight::from_ref_time(62_771_000) - .saturating_add(Weight::from_proof_size(49791)) + Weight::from_parts(62_771_000, 0) + .saturating_add(Weight::from_parts(0, 49791)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -402,8 +402,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `836` // Estimated: `47302` // Minimum execution time: 85_781 nanoseconds. - Weight::from_ref_time(88_954_000) - .saturating_add(Weight::from_proof_size(47302)) + Weight::from_parts(88_954_000, 0) + .saturating_add(Weight::from_parts(0, 47302)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -418,8 +418,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `821` // Estimated: `47302` // Minimum execution time: 86_360 nanoseconds. - Weight::from_ref_time(88_983_000) - .saturating_add(Weight::from_proof_size(47302)) + Weight::from_parts(88_983_000, 0) + .saturating_add(Weight::from_parts(0, 47302)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -434,8 +434,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `836` // Estimated: `47302` // Minimum execution time: 85_015 nanoseconds. - Weight::from_ref_time(92_600_000) - .saturating_add(Weight::from_proof_size(47302)) + Weight::from_parts(92_600_000, 0) + .saturating_add(Weight::from_parts(0, 47302)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -450,8 +450,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `842` // Estimated: `47302` // Minimum execution time: 56_622 nanoseconds. - Weight::from_ref_time(58_805_000) - .saturating_add(Weight::from_proof_size(47302)) + Weight::from_parts(58_805_000, 0) + .saturating_add(Weight::from_parts(0, 47302)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -468,8 +468,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `842` // Estimated: `91263` // Minimum execution time: 104_419 nanoseconds. - Weight::from_ref_time(110_105_000) - .saturating_add(Weight::from_proof_size(91263)) + Weight::from_parts(110_105_000, 0) + .saturating_add(Weight::from_parts(0, 91263)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -484,8 +484,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `838` // Estimated: `47302` // Minimum execution time: 85_875 nanoseconds. - Weight::from_ref_time(89_394_000) - .saturating_add(Weight::from_proof_size(47302)) + Weight::from_parts(89_394_000, 0) + .saturating_add(Weight::from_parts(0, 47302)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -500,8 +500,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `418` // Estimated: `5941` // Minimum execution time: 19_459 nanoseconds. - Weight::from_ref_time(19_921_000) - .saturating_add(Weight::from_proof_size(5941)) + Weight::from_parts(19_921_000, 0) + .saturating_add(Weight::from_parts(0, 5941)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -514,8 +514,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `351` // Estimated: `5902` // Minimum execution time: 17_684 nanoseconds. - Weight::from_ref_time(18_181_000) - .saturating_add(Weight::from_proof_size(5902)) + Weight::from_parts(18_181_000, 0) + .saturating_add(Weight::from_parts(0, 5902)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_referenda_referenda.rs b/runtime/kusama/src/weights/pallet_referenda_referenda.rs index fe1d17f9ef43..6e0595515b79 100644 --- a/runtime/kusama/src/weights/pallet_referenda_referenda.rs +++ b/runtime/kusama/src/weights/pallet_referenda_referenda.rs @@ -56,8 +56,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `217` // Estimated: `41937` // Minimum execution time: 32_039 nanoseconds. - Weight::from_ref_time(33_032_000) - .saturating_add(Weight::from_proof_size(41937)) + Weight::from_parts(33_032_000, 0) + .saturating_add(Weight::from_parts(0, 41937)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,8 +70,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `502` // Estimated: `86287` // Minimum execution time: 46_560 nanoseconds. - Weight::from_ref_time(47_198_000) - .saturating_add(Weight::from_proof_size(86287)) + Weight::from_parts(47_198_000, 0) + .saturating_add(Weight::from_parts(0, 86287)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -86,8 +86,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3130` // Estimated: `10387` // Minimum execution time: 41_965 nanoseconds. - Weight::from_ref_time(42_897_000) - .saturating_add(Weight::from_proof_size(10387)) + Weight::from_parts(42_897_000, 0) + .saturating_add(Weight::from_parts(0, 10387)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -102,8 +102,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3150` // Estimated: `10387` // Minimum execution time: 41_432 nanoseconds. - Weight::from_ref_time(42_162_000) - .saturating_add(Weight::from_proof_size(10387)) + Weight::from_parts(42_162_000, 0) + .saturating_add(Weight::from_parts(0, 10387)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -120,8 +120,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `502` // Estimated: `89287` // Minimum execution time: 58_699 nanoseconds. - Weight::from_ref_time(59_685_000) - .saturating_add(Weight::from_proof_size(89287)) + Weight::from_parts(59_685_000, 0) + .saturating_add(Weight::from_parts(0, 89287)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -136,8 +136,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `409` // Estimated: `6411` // Minimum execution time: 35_648 nanoseconds. - Weight::from_ref_time(36_259_000) - .saturating_add(Weight::from_proof_size(6411)) + Weight::from_parts(36_259_000, 0) + .saturating_add(Weight::from_parts(0, 6411)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -148,8 +148,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `342` // Estimated: `3411` // Minimum execution time: 23_433 nanoseconds. - Weight::from_ref_time(23_925_000) - .saturating_add(Weight::from_proof_size(3411)) + Weight::from_parts(23_925_000, 0) + .saturating_add(Weight::from_parts(0, 3411)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -160,8 +160,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `332` // Estimated: `3411` // Minimum execution time: 23_455 nanoseconds. - Weight::from_ref_time(24_140_000) - .saturating_add(Weight::from_proof_size(3411)) + Weight::from_parts(24_140_000, 0) + .saturating_add(Weight::from_parts(0, 3411)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -174,8 +174,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `378` // Estimated: `86287` // Minimum execution time: 34_573 nanoseconds. - Weight::from_ref_time(35_346_000) - .saturating_add(Weight::from_proof_size(86287)) + Weight::from_parts(35_346_000, 0) + .saturating_add(Weight::from_parts(0, 86287)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -190,8 +190,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `683` // Estimated: `88814` // Minimum execution time: 81_537 nanoseconds. - Weight::from_ref_time(83_433_000) - .saturating_add(Weight::from_proof_size(88814)) + Weight::from_parts(83_433_000, 0) + .saturating_add(Weight::from_parts(0, 88814)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -204,8 +204,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `101` // Estimated: `6976` // Minimum execution time: 8_213 nanoseconds. - Weight::from_ref_time(8_488_000) - .saturating_add(Weight::from_proof_size(6976)) + Weight::from_parts(8_488_000, 0) + .saturating_add(Weight::from_parts(0, 6976)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -222,8 +222,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3899` // Estimated: `91285` // Minimum execution time: 115_785 nanoseconds. - Weight::from_ref_time(116_809_000) - .saturating_add(Weight::from_proof_size(91285)) + Weight::from_parts(116_809_000, 0) + .saturating_add(Weight::from_parts(0, 91285)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -240,8 +240,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3899` // Estimated: `91285` // Minimum execution time: 117_486 nanoseconds. - Weight::from_ref_time(118_341_000) - .saturating_add(Weight::from_proof_size(91285)) + Weight::from_parts(118_341_000, 0) + .saturating_add(Weight::from_parts(0, 91285)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -256,8 +256,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3917` // Estimated: `49336` // Minimum execution time: 61_982 nanoseconds. - Weight::from_ref_time(62_462_000) - .saturating_add(Weight::from_proof_size(49336)) + Weight::from_parts(62_462_000, 0) + .saturating_add(Weight::from_parts(0, 49336)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -272,8 +272,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3917` // Estimated: `49336` // Minimum execution time: 61_914 nanoseconds. - Weight::from_ref_time(62_419_000) - .saturating_add(Weight::from_proof_size(49336)) + Weight::from_parts(62_419_000, 0) + .saturating_add(Weight::from_parts(0, 49336)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -290,8 +290,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3891` // Estimated: `51825` // Minimum execution time: 63_641 nanoseconds. - Weight::from_ref_time(64_322_000) - .saturating_add(Weight::from_proof_size(51825)) + Weight::from_parts(64_322_000, 0) + .saturating_add(Weight::from_parts(0, 51825)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -308,8 +308,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3911` // Estimated: `51825` // Minimum execution time: 63_367 nanoseconds. - Weight::from_ref_time(63_894_000) - .saturating_add(Weight::from_proof_size(51825)) + Weight::from_parts(63_894_000, 0) + .saturating_add(Weight::from_parts(0, 51825)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -322,8 +322,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `330` // Estimated: `44849` // Minimum execution time: 23_875 nanoseconds. - Weight::from_ref_time(24_475_000) - .saturating_add(Weight::from_proof_size(44849)) + Weight::from_parts(24_475_000, 0) + .saturating_add(Weight::from_parts(0, 44849)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -336,8 +336,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `378` // Estimated: `44849` // Minimum execution time: 23_799 nanoseconds. - Weight::from_ref_time(24_523_000) - .saturating_add(Weight::from_proof_size(44849)) + Weight::from_parts(24_523_000, 0) + .saturating_add(Weight::from_parts(0, 44849)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -348,8 +348,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `237` // Estimated: `3411` // Minimum execution time: 15_557 nanoseconds. - Weight::from_ref_time(16_044_000) - .saturating_add(Weight::from_proof_size(3411)) + Weight::from_parts(16_044_000, 0) + .saturating_add(Weight::from_parts(0, 3411)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -366,8 +366,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `378` // Estimated: `47849` // Minimum execution time: 32_573 nanoseconds. - Weight::from_ref_time(33_058_000) - .saturating_add(Weight::from_proof_size(47849)) + Weight::from_parts(33_058_000, 0) + .saturating_add(Weight::from_parts(0, 47849)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -384,8 +384,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `378` // Estimated: `47849` // Minimum execution time: 34_404 nanoseconds. - Weight::from_ref_time(35_014_000) - .saturating_add(Weight::from_proof_size(47849)) + Weight::from_parts(35_014_000, 0) + .saturating_add(Weight::from_parts(0, 47849)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -400,8 +400,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `431` // Estimated: `45360` // Minimum execution time: 29_118 nanoseconds. - Weight::from_ref_time(29_476_000) - .saturating_add(Weight::from_proof_size(45360)) + Weight::from_parts(29_476_000, 0) + .saturating_add(Weight::from_parts(0, 45360)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -416,8 +416,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `414` // Estimated: `45360` // Minimum execution time: 30_136 nanoseconds. - Weight::from_ref_time(31_011_000) - .saturating_add(Weight::from_proof_size(45360)) + Weight::from_parts(31_011_000, 0) + .saturating_add(Weight::from_parts(0, 45360)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -432,8 +432,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `431` // Estimated: `45360` // Minimum execution time: 27_221 nanoseconds. - Weight::from_ref_time(27_760_000) - .saturating_add(Weight::from_proof_size(45360)) + Weight::from_parts(27_760_000, 0) + .saturating_add(Weight::from_parts(0, 45360)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -448,8 +448,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `435` // Estimated: `45360` // Minimum execution time: 26_277 nanoseconds. - Weight::from_ref_time(27_291_000) - .saturating_add(Weight::from_proof_size(45360)) + Weight::from_parts(27_291_000, 0) + .saturating_add(Weight::from_parts(0, 45360)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -466,8 +466,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `435` // Estimated: `89321` // Minimum execution time: 40_428 nanoseconds. - Weight::from_ref_time(41_154_000) - .saturating_add(Weight::from_proof_size(89321)) + Weight::from_parts(41_154_000, 0) + .saturating_add(Weight::from_parts(0, 89321)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -482,8 +482,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `431` // Estimated: `45360` // Minimum execution time: 28_947 nanoseconds. - Weight::from_ref_time(29_549_000) - .saturating_add(Weight::from_proof_size(45360)) + Weight::from_parts(29_549_000, 0) + .saturating_add(Weight::from_parts(0, 45360)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -498,8 +498,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `381` // Estimated: `5977` // Minimum execution time: 18_672 nanoseconds. - Weight::from_ref_time(19_161_000) - .saturating_add(Weight::from_proof_size(5977)) + Weight::from_parts(19_161_000, 0) + .saturating_add(Weight::from_parts(0, 5977)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -512,8 +512,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `314` // Estimated: `5938` // Minimum execution time: 16_980 nanoseconds. - Weight::from_ref_time(17_224_000) - .saturating_add(Weight::from_proof_size(5938)) + Weight::from_parts(17_224_000, 0) + .saturating_add(Weight::from_parts(0, 5938)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_scheduler.rs b/runtime/kusama/src/weights/pallet_scheduler.rs index cfe3ad40dabc..ac582bd89835 100644 --- a/runtime/kusama/src/weights/pallet_scheduler.rs +++ b/runtime/kusama/src/weights/pallet_scheduler.rs @@ -52,8 +52,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `69` // Estimated: `499` // Minimum execution time: 3_666 nanoseconds. - Weight::from_ref_time(3_818_000) - .saturating_add(Weight::from_proof_size(499)) + Weight::from_parts(3_818_000, 0) + .saturating_add(Weight::from_parts(0, 499)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -65,10 +65,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 3_199 nanoseconds. - Weight::from_ref_time(5_831_446) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(5_831_446, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_126 - .saturating_add(Weight::from_ref_time(915_625).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(915_625, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -77,8 +77,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_223 nanoseconds. - Weight::from_ref_time(5_400_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_400_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Preimage PreimageFor (r:1 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured) @@ -90,13 +90,13 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `211 + s * (1 ±0)` // Estimated: `5252 + s * (1 ±0)` // Minimum execution time: 17_304 nanoseconds. - Weight::from_ref_time(17_595_000) - .saturating_add(Weight::from_proof_size(5252)) + Weight::from_parts(17_595_000, 0) + .saturating_add(Weight::from_parts(0, 5252)) // Standard Error: 12 - .saturating_add(Weight::from_ref_time(1_464).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_464, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(1).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) } /// Storage: Scheduler Lookup (r:0 w:1) /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) @@ -105,8 +105,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_739 nanoseconds. - Weight::from_ref_time(6_946_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_946_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_periodic() -> Weight { @@ -114,24 +114,24 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_265 nanoseconds. - Weight::from_ref_time(5_414_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_414_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 2_290 nanoseconds. - Weight::from_ref_time(2_400_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_400_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 2_276 nanoseconds. - Weight::from_ref_time(2_363_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_363_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) @@ -141,10 +141,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 12_244 nanoseconds. - Weight::from_ref_time(15_510_207) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(15_510_207, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_100 - .saturating_add(Weight::from_ref_time(908_376).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(908_376, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -158,10 +158,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 16_621 nanoseconds. - Weight::from_ref_time(15_775_497) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(15_775_497, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_329 - .saturating_add(Weight::from_ref_time(1_637_303).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_637_303, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -175,10 +175,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `325 + s * (185 ±0)` // Estimated: `43961` // Minimum execution time: 15_055 nanoseconds. - Weight::from_ref_time(19_107_024) - .saturating_add(Weight::from_proof_size(43961)) + Weight::from_parts(19_107_024, 0) + .saturating_add(Weight::from_parts(0, 43961)) // Standard Error: 3_155 - .saturating_add(Weight::from_ref_time(940_758).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(940_758, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -192,10 +192,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `351 + s * (185 ±0)` // Estimated: `43961` // Minimum execution time: 17_975 nanoseconds. - Weight::from_ref_time(17_825_540) - .saturating_add(Weight::from_proof_size(43961)) + Weight::from_parts(17_825_540, 0) + .saturating_add(Weight::from_parts(0, 43961)) // Standard Error: 3_258 - .saturating_add(Weight::from_ref_time(1_661_561).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_661_561, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_session.rs b/runtime/kusama/src/weights/pallet_session.rs index 202be6ee9ea4..2747164367be 100644 --- a/runtime/kusama/src/weights/pallet_session.rs +++ b/runtime/kusama/src/weights/pallet_session.rs @@ -56,8 +56,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Measured: `2147` // Estimated: `25185` // Minimum execution time: 47_407 nanoseconds. - Weight::from_ref_time(47_929_000) - .saturating_add(Weight::from_proof_size(25185)) + Weight::from_parts(47_929_000, 0) + .saturating_add(Weight::from_parts(0, 25185)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -72,8 +72,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Measured: `2043` // Estimated: `10127` // Minimum execution time: 34_505 nanoseconds. - Weight::from_ref_time(35_193_000) - .saturating_add(Weight::from_proof_size(10127)) + Weight::from_parts(35_193_000, 0) + .saturating_add(Weight::from_parts(0, 10127)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/kusama/src/weights/pallet_staking.rs b/runtime/kusama/src/weights/pallet_staking.rs index 334d0137fbd0..8a0f256a4453 100644 --- a/runtime/kusama/src/weights/pallet_staking.rs +++ b/runtime/kusama/src/weights/pallet_staking.rs @@ -60,8 +60,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1012` // Estimated: `10386` // Minimum execution time: 40_861 nanoseconds. - Weight::from_ref_time(42_235_000) - .saturating_add(Weight::from_proof_size(10386)) + Weight::from_parts(42_235_000, 0) + .saturating_add(Weight::from_parts(0, 10386)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -80,8 +80,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2179` // Estimated: `22888` // Minimum execution time: 75_799 nanoseconds. - Weight::from_ref_time(76_603_000) - .saturating_add(Weight::from_proof_size(22888)) + Weight::from_parts(76_603_000, 0) + .saturating_add(Weight::from_parts(0, 22888)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -108,8 +108,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2390` // Estimated: `29790` // Minimum execution time: 82_769 nanoseconds. - Weight::from_ref_time(83_732_000) - .saturating_add(Weight::from_proof_size(29790)) + Weight::from_parts(83_732_000, 0) + .saturating_add(Weight::from_parts(0, 29790)) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -127,10 +127,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1008` // Estimated: `10442` // Minimum execution time: 33_432 nanoseconds. - Weight::from_ref_time(34_895_554) - .saturating_add(Weight::from_proof_size(10442)) + Weight::from_parts(34_895_554, 0) + .saturating_add(Weight::from_parts(0, 10442)) // Standard Error: 706 - .saturating_add(Weight::from_ref_time(10_936).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(10_936, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -168,14 +168,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2409 + s * (4 ±0)` // Estimated: `32482 + s * (4 ±0)` // Minimum execution time: 71_918 nanoseconds. - Weight::from_ref_time(76_867_119) - .saturating_add(Weight::from_proof_size(32482)) + Weight::from_parts(76_867_119, 0) + .saturating_add(Weight::from_parts(0, 32482)) // Standard Error: 2_285 - .saturating_add(Weight::from_ref_time(949_464).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(949_464, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(4).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(s.into())) } /// Storage: Staking Ledger (r:1 w:0) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) @@ -204,8 +204,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1373` // Estimated: `19615` // Minimum execution time: 51_474 nanoseconds. - Weight::from_ref_time(52_119_000) - .saturating_add(Weight::from_proof_size(19615)) + Weight::from_parts(52_119_000, 0) + .saturating_add(Weight::from_parts(0, 19615)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -219,14 +219,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1338 + k * (855 ±0)` // Estimated: `3566 + k * (3289 ±0)` // Minimum execution time: 27_964 nanoseconds. - Weight::from_ref_time(24_750_379) - .saturating_add(Weight::from_proof_size(3566)) + Weight::from_parts(24_750_379, 0) + .saturating_add(Weight::from_parts(0, 3566)) // Standard Error: 10_491 - .saturating_add(Weight::from_ref_time(7_547_261).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(7_547_261, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) - .saturating_add(Weight::from_proof_size(3289).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 3289).saturating_mul(k.into())) } /// Storage: Staking Ledger (r:1 w:0) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) @@ -256,14 +256,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2003 + n * (89 ±0)` // Estimated: `22244 + n * (2520 ±0)` // Minimum execution time: 59_082 nanoseconds. - Weight::from_ref_time(60_069_009) - .saturating_add(Weight::from_proof_size(22244)) + Weight::from_parts(60_069_009, 0) + .saturating_add(Weight::from_parts(0, 22244)) // Standard Error: 13_903 - .saturating_add(Weight::from_ref_time(2_752_577).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(2_752_577, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(6)) - .saturating_add(Weight::from_proof_size(2520).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 2520).saturating_mul(n.into())) } /// Storage: Staking Ledger (r:1 w:0) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) @@ -284,8 +284,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1799` // Estimated: `18188` // Minimum execution time: 53_766 nanoseconds. - Weight::from_ref_time(54_916_000) - .saturating_add(Weight::from_proof_size(18188)) + Weight::from_parts(54_916_000, 0) + .saturating_add(Weight::from_parts(0, 18188)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -298,8 +298,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `767` // Estimated: `3566` // Minimum execution time: 12_897 nanoseconds. - Weight::from_ref_time(13_129_000) - .saturating_add(Weight::from_proof_size(3566)) + Weight::from_parts(13_129_000, 0) + .saturating_add(Weight::from_parts(0, 3566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -312,8 +312,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `866` // Estimated: `9679` // Minimum execution time: 19_611 nanoseconds. - Weight::from_ref_time(19_943_000) - .saturating_add(Weight::from_proof_size(9679)) + Weight::from_parts(19_943_000, 0) + .saturating_add(Weight::from_parts(0, 9679)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -324,8 +324,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_518 nanoseconds. - Weight::from_ref_time(2_589_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_589_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -335,8 +335,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 10_360 nanoseconds. - Weight::from_ref_time(10_679_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(10_679_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -346,8 +346,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 10_276 nanoseconds. - Weight::from_ref_time(10_809_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(10_809_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -357,8 +357,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 10_337 nanoseconds. - Weight::from_ref_time(10_686_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(10_686_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking Invulnerables (r:0 w:1) @@ -369,10 +369,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_623 nanoseconds. - Weight::from_ref_time(2_817_247) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_817_247, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 33 - .saturating_add(Weight::from_ref_time(10_810).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(10_810, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking Bonded (r:1 w:1) @@ -407,14 +407,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2107 + s * (4 ±0)` // Estimated: `28115 + s * (4 ±0)` // Minimum execution time: 65_729 nanoseconds. - Weight::from_ref_time(70_619_818) - .saturating_add(Weight::from_proof_size(28115)) + Weight::from_parts(70_619_818, 0) + .saturating_add(Weight::from_parts(0, 28115)) // Standard Error: 1_979 - .saturating_add(Weight::from_ref_time(935_053).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(935_053, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(4).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(s.into())) } /// Storage: Staking UnappliedSlashes (r:1 w:1) /// Proof Skipped: Staking UnappliedSlashes (max_values: None, max_size: None, mode: Measured) @@ -424,10 +424,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `66604` // Estimated: `69079` // Minimum execution time: 116_920 nanoseconds. - Weight::from_ref_time(931_029_439) - .saturating_add(Weight::from_proof_size(69079)) + Weight::from_parts(931_029_439, 0) + .saturating_add(Weight::from_parts(0, 69079)) // Standard Error: 58_789 - .saturating_add(Weight::from_ref_time(4_942_186).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(4_942_186, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -455,15 +455,15 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `34303 + n * (149 ±0)` // Estimated: `79842 + n * (8024 ±1)` // Minimum execution time: 78_859 nanoseconds. - Weight::from_ref_time(72_736_368) - .saturating_add(Weight::from_proof_size(79842)) + Weight::from_parts(72_736_368, 0) + .saturating_add(Weight::from_parts(0, 79842)) // Standard Error: 11_385 - .saturating_add(Weight::from_ref_time(25_828_196).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(25_828_196, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_proof_size(8024).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 8024).saturating_mul(n.into())) } /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -491,15 +491,15 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `62042 + n * (474 ±0)` // Estimated: `131052 + n * (16034 ±0)` // Minimum execution time: 98_339 nanoseconds. - Weight::from_ref_time(73_158_420) - .saturating_add(Weight::from_proof_size(131052)) + Weight::from_parts(73_158_420, 0) + .saturating_add(Weight::from_parts(0, 131052)) // Standard Error: 14_751 - .saturating_add(Weight::from_ref_time(36_515_612).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(36_515_612, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_proof_size(16034).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 16034).saturating_mul(n.into())) } /// Storage: Staking Ledger (r:1 w:1) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) @@ -519,10 +519,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2180 + l * (5 ±0)` // Estimated: `25491` // Minimum execution time: 74_461 nanoseconds. - Weight::from_ref_time(76_174_587) - .saturating_add(Weight::from_proof_size(25491)) + Weight::from_parts(76_174_587, 0) + .saturating_add(Weight::from_parts(0, 25491)) // Standard Error: 3_480 - .saturating_add(Weight::from_ref_time(32_034).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(32_034, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -558,14 +558,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2409 + s * (4 ±0)` // Estimated: `31989 + s * (4 ±0)` // Minimum execution time: 76_148 nanoseconds. - Weight::from_ref_time(78_436_125) - .saturating_add(Weight::from_proof_size(31989)) + Weight::from_parts(78_436_125, 0) + .saturating_add(Weight::from_parts(0, 31989)) // Standard Error: 1_979 - .saturating_add(Weight::from_ref_time(929_790).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(929_790, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(4).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(s.into())) } /// Storage: VoterList CounterForListNodes (r:1 w:0) /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -610,19 +610,19 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0 + v * (3656 ±0) + n * (810 ±0)` // Estimated: `441554 + v * (16995 ±0) + n * (13191 ±0)` // Minimum execution time: 438_083 nanoseconds. - Weight::from_ref_time(439_971_000) - .saturating_add(Weight::from_proof_size(441554)) + Weight::from_parts(439_971_000, 0) + .saturating_add(Weight::from_parts(0, 441554)) // Standard Error: 1_909_145 - .saturating_add(Weight::from_ref_time(61_379_233).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(61_379_233, 0).saturating_mul(v.into())) // Standard Error: 190_235 - .saturating_add(Weight::from_ref_time(15_309_683).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(15_309_683, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(173)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) - .saturating_add(Weight::from_proof_size(16995).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(13191).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 16995).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 13191).saturating_mul(n.into())) } /// Storage: VoterList CounterForListNodes (r:1 w:0) /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -649,18 +649,18 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `3100 + v * (453 ±0) + n * (1257 ±0)` // Estimated: `425504 + v * (14551 ±0) + n * (12031 ±0)` // Minimum execution time: 29_382_830 nanoseconds. - Weight::from_ref_time(29_547_530_000) - .saturating_add(Weight::from_proof_size(425504)) + Weight::from_parts(29_547_530_000, 0) + .saturating_add(Weight::from_parts(0, 425504)) // Standard Error: 328_587 - .saturating_add(Weight::from_ref_time(4_544_694).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(4_544_694, 0).saturating_mul(v.into())) // Standard Error: 328_587 - .saturating_add(Weight::from_ref_time(3_219_757).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(3_219_757, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(168)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(14551).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(12031).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 14551).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 12031).saturating_mul(n.into())) } /// Storage: Staking CounterForValidators (r:1 w:0) /// Proof: Staking CounterForValidators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -674,14 +674,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `916 + v * (50 ±0)` // Estimated: `3562 + v * (2520 ±0)` // Minimum execution time: 3_605_531 nanoseconds. - Weight::from_ref_time(38_422_428) - .saturating_add(Weight::from_proof_size(3562)) + Weight::from_parts(38_422_428, 0) + .saturating_add(Weight::from_parts(0, 3562)) // Standard Error: 21_497 - .saturating_add(Weight::from_ref_time(7_495_270).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(7_495_270, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(2520).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 2520).saturating_mul(v.into())) } /// Storage: Staking MinCommission (r:0 w:1) /// Proof: Staking MinCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -700,8 +700,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_558 nanoseconds. - Weight::from_ref_time(5_934_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_934_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: Staking MinCommission (r:0 w:1) @@ -721,8 +721,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_192 nanoseconds. - Weight::from_ref_time(5_530_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_530_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: Staking Ledger (r:1 w:0) @@ -750,8 +750,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1954` // Estimated: `19694` // Minimum execution time: 64_230 nanoseconds. - Weight::from_ref_time(66_370_000) - .saturating_add(Weight::from_proof_size(19694)) + Weight::from_parts(66_370_000, 0) + .saturating_add(Weight::from_parts(0, 19694)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -764,8 +764,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `627` // Estimated: `3019` // Minimum execution time: 12_442 nanoseconds. - Weight::from_ref_time(12_680_000) - .saturating_add(Weight::from_proof_size(3019)) + Weight::from_parts(12_680_000, 0) + .saturating_add(Weight::from_parts(0, 3019)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -776,8 +776,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_800 nanoseconds. - Weight::from_ref_time(3_035_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_035_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/pallet_timestamp.rs b/runtime/kusama/src/weights/pallet_timestamp.rs index ff7be674bc2c..701383660f58 100644 --- a/runtime/kusama/src/weights/pallet_timestamp.rs +++ b/runtime/kusama/src/weights/pallet_timestamp.rs @@ -54,8 +54,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Measured: `345` // Estimated: `1006` // Minimum execution time: 8_325 nanoseconds. - Weight::from_ref_time(8_835_000) - .saturating_add(Weight::from_proof_size(1006)) + Weight::from_parts(8_835_000, 0) + .saturating_add(Weight::from_parts(0, 1006)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -64,7 +64,7 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Measured: `128` // Estimated: `0` // Minimum execution time: 3_649 nanoseconds. - Weight::from_ref_time(3_766_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_766_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/kusama/src/weights/pallet_tips.rs b/runtime/kusama/src/weights/pallet_tips.rs index 569509e22245..4dda0dc4d879 100644 --- a/runtime/kusama/src/weights/pallet_tips.rs +++ b/runtime/kusama/src/weights/pallet_tips.rs @@ -55,10 +55,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `4` // Estimated: `4958` // Minimum execution time: 21_258 nanoseconds. - Weight::from_ref_time(22_677_730) - .saturating_add(Weight::from_proof_size(4958)) + Weight::from_parts(22_677_730, 0) + .saturating_add(Weight::from_parts(0, 4958)) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_781).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(1_781, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -71,8 +71,8 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `2981` // Minimum execution time: 20_540 nanoseconds. - Weight::from_ref_time(20_832_000) - .saturating_add(Weight::from_proof_size(2981)) + Weight::from_parts(20_832_000, 0) + .saturating_add(Weight::from_parts(0, 2981)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,15 +89,15 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `140 + t * (64 ±0)` // Estimated: `3390 + t * (192 ±0)` // Minimum execution time: 17_610 nanoseconds. - Weight::from_ref_time(15_537_253) - .saturating_add(Weight::from_proof_size(3390)) + Weight::from_parts(15_537_253, 0) + .saturating_add(Weight::from_parts(0, 3390)) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_790).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(1_790, 0).saturating_mul(r.into())) // Standard Error: 5_019 - .saturating_add(Weight::from_ref_time(157_584).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(157_584, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(t.into())) } /// Storage: PhragmenElection Members (r:1 w:0) /// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured) @@ -109,13 +109,13 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `393 + t * (112 ±0)` // Estimated: `3756 + t * (224 ±0)` // Minimum execution time: 12_934 nanoseconds. - Weight::from_ref_time(13_428_601) - .saturating_add(Weight::from_proof_size(3756)) + Weight::from_parts(13_428_601, 0) + .saturating_add(Weight::from_parts(0, 3756)) // Standard Error: 1_248 - .saturating_add(Weight::from_ref_time(139_823).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(139_823, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(224).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 224).saturating_mul(t.into())) } /// Storage: Tips Tips (r:1 w:1) /// Proof Skipped: Tips Tips (max_values: None, max_size: None, mode: Measured) @@ -131,13 +131,13 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `432 + t * (112 ±0)` // Estimated: `6842 + t * (336 ±0)` // Minimum execution time: 38_247 nanoseconds. - Weight::from_ref_time(40_221_287) - .saturating_add(Weight::from_proof_size(6842)) + Weight::from_parts(40_221_287, 0) + .saturating_add(Weight::from_parts(0, 6842)) // Standard Error: 7_095 - .saturating_add(Weight::from_ref_time(68_811).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(68_811, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(336).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 336).saturating_mul(t.into())) } /// Storage: Tips Tips (r:1 w:1) /// Proof Skipped: Tips Tips (max_values: None, max_size: None, mode: Measured) @@ -149,10 +149,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `301` // Estimated: `3077` // Minimum execution time: 13_015 nanoseconds. - Weight::from_ref_time(13_594_975) - .saturating_add(Weight::from_proof_size(3077)) + Weight::from_parts(13_594_975, 0) + .saturating_add(Weight::from_parts(0, 3077)) // Standard Error: 960 - .saturating_add(Weight::from_ref_time(9_328).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(9_328, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_treasury.rs b/runtime/kusama/src/weights/pallet_treasury.rs index 3ab0451488f0..896549cbe7e7 100644 --- a/runtime/kusama/src/weights/pallet_treasury.rs +++ b/runtime/kusama/src/weights/pallet_treasury.rs @@ -56,8 +56,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `6` // Estimated: `1396` // Minimum execution time: 12_816 nanoseconds. - Weight::from_ref_time(13_035_000) - .saturating_add(Weight::from_proof_size(1396)) + Weight::from_parts(13_035_000, 0) + .saturating_add(Weight::from_parts(0, 1396)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,8 +70,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `139` // Estimated: `499` // Minimum execution time: 20_742 nanoseconds. - Weight::from_ref_time(21_323_000) - .saturating_add(Weight::from_proof_size(499)) + Weight::from_parts(21_323_000, 0) + .saturating_add(Weight::from_parts(0, 499)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -84,8 +84,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `329` // Estimated: `5186` // Minimum execution time: 31_487 nanoseconds. - Weight::from_ref_time(32_288_000) - .saturating_add(Weight::from_proof_size(5186)) + Weight::from_parts(32_288_000, 0) + .saturating_add(Weight::from_parts(0, 5186)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -99,10 +99,10 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `464 + p * (8 ±0)` // Estimated: `3480` // Minimum execution time: 8_374 nanoseconds. - Weight::from_ref_time(11_219_379) - .saturating_add(Weight::from_proof_size(3480)) + Weight::from_parts(11_219_379, 0) + .saturating_add(Weight::from_parts(0, 3480)) // Standard Error: 967 - .saturating_add(Weight::from_ref_time(30_540).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(30_540, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -113,8 +113,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `90` // Estimated: `897` // Minimum execution time: 6_199 nanoseconds. - Weight::from_ref_time(6_395_000) - .saturating_add(Weight::from_proof_size(897)) + Weight::from_parts(6_395_000, 0) + .saturating_add(Weight::from_parts(0, 897)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -136,14 +136,14 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `326 + p * (314 ±0)` // Estimated: `5419 + p * (7789 ±0)` // Minimum execution time: 51_975 nanoseconds. - Weight::from_ref_time(59_018_415) - .saturating_add(Weight::from_proof_size(5419)) + Weight::from_parts(59_018_415, 0) + .saturating_add(Weight::from_parts(0, 5419)) // Standard Error: 26_169 - .saturating_add(Weight::from_ref_time(28_344_854).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(28_344_854, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(5)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(7789).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 7789).saturating_mul(p.into())) } } diff --git a/runtime/kusama/src/weights/pallet_utility.rs b/runtime/kusama/src/weights/pallet_utility.rs index bcab909c4af9..f887652f749c 100644 --- a/runtime/kusama/src/weights/pallet_utility.rs +++ b/runtime/kusama/src/weights/pallet_utility.rs @@ -51,18 +51,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_495 nanoseconds. - Weight::from_ref_time(8_034_510) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(8_034_510, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 3_194 - .saturating_add(Weight::from_ref_time(4_293_124).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_293_124, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 4_603 nanoseconds. - Weight::from_ref_time(4_879_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(4_879_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { @@ -70,18 +70,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_506 nanoseconds. - Weight::from_ref_time(14_742_641) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(14_742_641, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 3_154 - .saturating_add(Weight::from_ref_time(4_521_901).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_521_901, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 8_369 nanoseconds. - Weight::from_ref_time(8_698_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(8_698_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { @@ -89,9 +89,9 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_380 nanoseconds. - Weight::from_ref_time(8_408_569) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(8_408_569, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2_822 - .saturating_add(Weight::from_ref_time(4_280_704).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_280_704, 0).saturating_mul(c.into())) } } diff --git a/runtime/kusama/src/weights/pallet_vesting.rs b/runtime/kusama/src/weights/pallet_vesting.rs index 4bcc5af21482..ed08ea33e106 100644 --- a/runtime/kusama/src/weights/pallet_vesting.rs +++ b/runtime/kusama/src/weights/pallet_vesting.rs @@ -56,12 +56,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `377 + l * (25 ±0) + s * (36 ±0)` // Estimated: `7306` // Minimum execution time: 27_239 nanoseconds. - Weight::from_ref_time(26_207_881) - .saturating_add(Weight::from_proof_size(7306)) + Weight::from_parts(26_207_881, 0) + .saturating_add(Weight::from_parts(0, 7306)) // Standard Error: 759 - .saturating_add(Weight::from_ref_time(46_779).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(46_779, 0).saturating_mul(l.into())) // Standard Error: 1_351 - .saturating_add(Weight::from_ref_time(69_555).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(69_555, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -76,12 +76,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `377 + l * (25 ±0) + s * (36 ±0)` // Estimated: `7306` // Minimum execution time: 26_815 nanoseconds. - Weight::from_ref_time(26_580_193) - .saturating_add(Weight::from_proof_size(7306)) + Weight::from_parts(26_580_193, 0) + .saturating_add(Weight::from_parts(0, 7306)) // Standard Error: 921 - .saturating_add(Weight::from_ref_time(31_535).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(31_535, 0).saturating_mul(l.into())) // Standard Error: 1_639 - .saturating_add(Weight::from_ref_time(40_788).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(40_788, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -98,12 +98,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `512 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 29_322 nanoseconds. - Weight::from_ref_time(28_218_301) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(28_218_301, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 941 - .saturating_add(Weight::from_ref_time(44_844).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(44_844, 0).saturating_mul(l.into())) // Standard Error: 1_674 - .saturating_add(Weight::from_ref_time(74_657).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(74_657, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -120,12 +120,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `512 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 28_631 nanoseconds. - Weight::from_ref_time(28_364_490) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(28_364_490, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 924 - .saturating_add(Weight::from_ref_time(38_331).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(38_331, 0).saturating_mul(l.into())) // Standard Error: 1_645 - .saturating_add(Weight::from_ref_time(40_831).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(40_831, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,12 +142,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `583 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 45_634 nanoseconds. - Weight::from_ref_time(46_255_132) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(46_255_132, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 2_652 - .saturating_add(Weight::from_ref_time(24_658).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(24_658, 0).saturating_mul(l.into())) // Standard Error: 4_719 - .saturating_add(Weight::from_ref_time(59_871).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(59_871, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -164,12 +164,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `718 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12512` // Minimum execution time: 47_059 nanoseconds. - Weight::from_ref_time(47_084_382) - .saturating_add(Weight::from_proof_size(12512)) + Weight::from_parts(47_084_382, 0) + .saturating_add(Weight::from_parts(0, 12512)) // Standard Error: 1_411 - .saturating_add(Weight::from_ref_time(36_808).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(36_808, 0).saturating_mul(l.into())) // Standard Error: 2_512 - .saturating_add(Weight::from_ref_time(55_819).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(55_819, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -186,12 +186,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `510 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 30_076 nanoseconds. - Weight::from_ref_time(28_872_544) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(28_872_544, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 865 - .saturating_add(Weight::from_ref_time(45_616).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(45_616, 0).saturating_mul(l.into())) // Standard Error: 1_598 - .saturating_add(Weight::from_ref_time(76_998).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(76_998, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -208,12 +208,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `510 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 30_504 nanoseconds. - Weight::from_ref_time(29_263_051) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(29_263_051, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 753 - .saturating_add(Weight::from_ref_time(42_115).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(42_115, 0).saturating_mul(l.into())) // Standard Error: 1_392 - .saturating_add(Weight::from_ref_time(71_227).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(71_227, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/kusama/src/weights/pallet_whitelist.rs b/runtime/kusama/src/weights/pallet_whitelist.rs index 135a95170ae7..04f194643d3e 100644 --- a/runtime/kusama/src/weights/pallet_whitelist.rs +++ b/runtime/kusama/src/weights/pallet_whitelist.rs @@ -54,8 +54,8 @@ impl pallet_whitelist::WeightInfo for WeightInfo { // Measured: `151` // Estimated: `5081` // Minimum execution time: 17_343 nanoseconds. - Weight::from_ref_time(17_825_000) - .saturating_add(Weight::from_proof_size(5081)) + Weight::from_parts(17_825_000, 0) + .saturating_add(Weight::from_parts(0, 5081)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -68,8 +68,8 @@ impl pallet_whitelist::WeightInfo for WeightInfo { // Measured: `280` // Estimated: `5081` // Minimum execution time: 16_087 nanoseconds. - Weight::from_ref_time(16_462_000) - .saturating_add(Weight::from_proof_size(5081)) + Weight::from_parts(16_462_000, 0) + .saturating_add(Weight::from_parts(0, 5081)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -85,13 +85,13 @@ impl pallet_whitelist::WeightInfo for WeightInfo { // Measured: `388 + n * (1 ±0)` // Estimated: `7941 + n * (1 ±0)` // Minimum execution time: 26_589 nanoseconds. - Weight::from_ref_time(26_899_000) - .saturating_add(Weight::from_proof_size(7941)) + Weight::from_parts(26_899_000, 0) + .saturating_add(Weight::from_parts(0, 7941)) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_281).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_281, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(1).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) } /// Storage: Whitelist WhitelistedCall (r:1 w:1) /// Proof: Whitelist WhitelistedCall (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) @@ -103,10 +103,10 @@ impl pallet_whitelist::WeightInfo for WeightInfo { // Measured: `280` // Estimated: `5081` // Minimum execution time: 19_332 nanoseconds. - Weight::from_ref_time(20_407_261) - .saturating_add(Weight::from_proof_size(5081)) + Weight::from_parts(20_407_261, 0) + .saturating_add(Weight::from_parts(0, 5081)) // Standard Error: 3 - .saturating_add(Weight::from_ref_time(1_665).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_665, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_xcm.rs b/runtime/kusama/src/weights/pallet_xcm.rs index 63c110be5843..8709f96273e4 100644 --- a/runtime/kusama/src/weights/pallet_xcm.rs +++ b/runtime/kusama/src/weights/pallet_xcm.rs @@ -60,8 +60,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `211` // Estimated: `9470` // Minimum execution time: 30_440 nanoseconds. - Weight::from_ref_time(31_156_000) - .saturating_add(Weight::from_proof_size(9470)) + Weight::from_parts(31_156_000, 0) + .saturating_add(Weight::from_parts(0, 9470)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,24 +70,24 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 21_996 nanoseconds. - Weight::from_ref_time(22_294_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(22_294_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn reserve_transfer_assets() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 20_680 nanoseconds. - Weight::from_ref_time(21_080_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(21_080_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 9_415 nanoseconds. - Weight::from_ref_time(9_520_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_520_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: XcmPallet SupportedVersion (r:0 w:1) /// Proof Skipped: XcmPallet SupportedVersion (max_values: None, max_size: None, mode: Measured) @@ -96,8 +96,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 9_244 nanoseconds. - Weight::from_ref_time(9_420_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_420_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: XcmPallet SafeXcmVersion (r:0 w:1) @@ -107,8 +107,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_443 nanoseconds. - Weight::from_ref_time(2_617_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_617_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: XcmPallet VersionNotifiers (r:1 w:1) @@ -132,8 +132,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `211` // Estimated: `13073` // Minimum execution time: 34_146 nanoseconds. - Weight::from_ref_time(34_817_000) - .saturating_add(Weight::from_proof_size(13073)) + Weight::from_parts(34_817_000, 0) + .saturating_add(Weight::from_parts(0, 13073)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -156,8 +156,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `483` // Estimated: `14271` // Minimum execution time: 36_520 nanoseconds. - Weight::from_ref_time(37_185_000) - .saturating_add(Weight::from_proof_size(14271)) + Weight::from_parts(37_185_000, 0) + .saturating_add(Weight::from_parts(0, 14271)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -168,8 +168,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `229` // Estimated: `10129` // Minimum execution time: 15_117 nanoseconds. - Weight::from_ref_time(15_550_000) - .saturating_add(Weight::from_proof_size(10129)) + Weight::from_parts(15_550_000, 0) + .saturating_add(Weight::from_parts(0, 10129)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -180,8 +180,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `233` // Estimated: `10133` // Minimum execution time: 14_975 nanoseconds. - Weight::from_ref_time(15_464_000) - .saturating_add(Weight::from_proof_size(10133)) + Weight::from_parts(15_464_000, 0) + .saturating_add(Weight::from_parts(0, 10133)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -192,8 +192,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `243` // Estimated: `12618` // Minimum execution time: 17_893 nanoseconds. - Weight::from_ref_time(18_352_000) - .saturating_add(Weight::from_proof_size(12618)) + Weight::from_parts(18_352_000, 0) + .saturating_add(Weight::from_parts(0, 12618)) .saturating_add(T::DbWeight::get().reads(5)) } /// Storage: XcmPallet VersionNotifyTargets (r:2 w:1) @@ -213,8 +213,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `281` // Estimated: `15051` // Minimum execution time: 31_677 nanoseconds. - Weight::from_ref_time(32_094_000) - .saturating_add(Weight::from_proof_size(15051)) + Weight::from_parts(32_094_000, 0) + .saturating_add(Weight::from_parts(0, 15051)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -225,8 +225,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `272` // Estimated: `7697` // Minimum execution time: 8_011 nanoseconds. - Weight::from_ref_time(8_333_000) - .saturating_add(Weight::from_proof_size(7697)) + Weight::from_parts(8_333_000, 0) + .saturating_add(Weight::from_parts(0, 7697)) .saturating_add(T::DbWeight::get().reads(3)) } /// Storage: XcmPallet VersionNotifyTargets (r:4 w:2) @@ -236,8 +236,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `240` // Estimated: `10140` // Minimum execution time: 15_939 nanoseconds. - Weight::from_ref_time(16_272_000) - .saturating_add(Weight::from_proof_size(10140)) + Weight::from_parts(16_272_000, 0) + .saturating_add(Weight::from_parts(0, 10140)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -258,8 +258,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `285` // Estimated: `20025` // Minimum execution time: 38_275 nanoseconds. - Weight::from_ref_time(38_968_000) - .saturating_add(Weight::from_proof_size(20025)) + Weight::from_parts(38_968_000, 0) + .saturating_add(Weight::from_parts(0, 20025)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/kusama/src/weights/runtime_common_auctions.rs b/runtime/kusama/src/weights/runtime_common_auctions.rs index 71381c463dad..fcfc5192e9f1 100644 --- a/runtime/kusama/src/weights/runtime_common_auctions.rs +++ b/runtime/kusama/src/weights/runtime_common_auctions.rs @@ -54,8 +54,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `4` // Estimated: `1002` // Minimum execution time: 11_101 nanoseconds. - Weight::from_ref_time(11_448_000) - .saturating_add(Weight::from_proof_size(1002)) + Weight::from_parts(11_448_000, 0) + .saturating_add(Weight::from_parts(0, 1002)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,8 +78,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `725` // Estimated: `19470` // Minimum execution time: 64_698 nanoseconds. - Weight::from_ref_time(68_363_000) - .saturating_add(Weight::from_proof_size(19470)) + Weight::from_parts(68_363_000, 0) + .saturating_add(Weight::from_parts(0, 19470)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -112,8 +112,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `7060445` // Estimated: `51339005` // Minimum execution time: 15_573_468 nanoseconds. - Weight::from_ref_time(16_010_534_000) - .saturating_add(Weight::from_proof_size(51339005)) + Weight::from_parts(16_010_534_000, 0) + .saturating_add(Weight::from_parts(0, 51339005)) .saturating_add(T::DbWeight::get().reads(3688)) .saturating_add(T::DbWeight::get().writes(3683)) } @@ -130,8 +130,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `178884` // Estimated: `16009503` // Minimum execution time: 4_760_615 nanoseconds. - Weight::from_ref_time(4_889_892_000) - .saturating_add(Weight::from_proof_size(16009503)) + Weight::from_parts(4_889_892_000, 0) + .saturating_add(Weight::from_parts(0, 16009503)) .saturating_add(T::DbWeight::get().reads(3673)) .saturating_add(T::DbWeight::get().writes(3673)) } diff --git a/runtime/kusama/src/weights/runtime_common_claims.rs b/runtime/kusama/src/weights/runtime_common_claims.rs index 67611466cad5..3de22e91385b 100644 --- a/runtime/kusama/src/weights/runtime_common_claims.rs +++ b/runtime/kusama/src/weights/runtime_common_claims.rs @@ -64,8 +64,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `652` // Estimated: `20437` // Minimum execution time: 139_066 nanoseconds. - Weight::from_ref_time(143_633_000) - .saturating_add(Weight::from_proof_size(20437)) + Weight::from_parts(143_633_000, 0) + .saturating_add(Weight::from_parts(0, 20437)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -82,8 +82,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `216` // Estimated: `1359` // Minimum execution time: 9_252 nanoseconds. - Weight::from_ref_time(9_659_000) - .saturating_add(Weight::from_proof_size(1359)) + Weight::from_parts(9_659_000, 0) + .saturating_add(Weight::from_parts(0, 1359)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -106,8 +106,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `652` // Estimated: `20437` // Minimum execution time: 142_016 nanoseconds. - Weight::from_ref_time(148_875_000) - .saturating_add(Weight::from_proof_size(20437)) + Weight::from_parts(148_875_000, 0) + .saturating_add(Weight::from_parts(0, 20437)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -132,8 +132,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `726` // Estimated: `23934` // Minimum execution time: 62_567 nanoseconds. - Weight::from_ref_time(67_330_000) - .saturating_add(Weight::from_proof_size(23934)) + Weight::from_parts(67_330_000, 0) + .saturating_add(Weight::from_parts(0, 23934)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -150,8 +150,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `472` // Estimated: `11788` // Minimum execution time: 19_308 nanoseconds. - Weight::from_ref_time(19_636_000) - .saturating_add(Weight::from_proof_size(11788)) + Weight::from_parts(19_636_000, 0) + .saturating_add(Weight::from_parts(0, 11788)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/kusama/src/weights/runtime_common_crowdloan.rs b/runtime/kusama/src/weights/runtime_common_crowdloan.rs index cb8117947fb9..77dae3a4d333 100644 --- a/runtime/kusama/src/weights/runtime_common_crowdloan.rs +++ b/runtime/kusama/src/weights/runtime_common_crowdloan.rs @@ -58,8 +58,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `395` // Estimated: `9500` // Minimum execution time: 35_921 nanoseconds. - Weight::from_ref_time(37_271_000) - .saturating_add(Weight::from_proof_size(9500)) + Weight::from_parts(37_271_000, 0) + .saturating_add(Weight::from_parts(0, 9500)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -84,8 +84,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `407` // Estimated: `14067` // Minimum execution time: 110_509 nanoseconds. - Weight::from_ref_time(111_274_000) - .saturating_add(Weight::from_proof_size(14067)) + Weight::from_parts(111_274_000, 0) + .saturating_add(Weight::from_parts(0, 14067)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -102,8 +102,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `786` // Estimated: `12239` // Minimum execution time: 51_867 nanoseconds. - Weight::from_ref_time(52_732_000) - .saturating_add(Weight::from_proof_size(12239)) + Weight::from_parts(52_732_000, 0) + .saturating_add(Weight::from_parts(0, 12239)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -115,15 +115,15 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `191 + k * (221 ±0)` // Estimated: `196 + k * (221 ±0)` // Minimum execution time: 37_549 nanoseconds. - Weight::from_ref_time(51_844_000) - .saturating_add(Weight::from_proof_size(196)) + Weight::from_parts(51_844_000, 0) + .saturating_add(Weight::from_parts(0, 196)) // Standard Error: 14_250 - .saturating_add(Weight::from_ref_time(20_982_895).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(20_982_895, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(k.into()))) - .saturating_add(Weight::from_proof_size(221).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 221).saturating_mul(k.into())) } /// Storage: Crowdloan Funds (r:1 w:1) /// Proof Skipped: Crowdloan Funds (max_values: None, max_size: None, mode: Measured) @@ -134,8 +134,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `439` // Estimated: `5517` // Minimum execution time: 28_045 nanoseconds. - Weight::from_ref_time(28_512_000) - .saturating_add(Weight::from_proof_size(5517)) + Weight::from_parts(28_512_000, 0) + .saturating_add(Weight::from_parts(0, 5517)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -146,8 +146,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `267` // Estimated: `2742` // Minimum execution time: 16_551 nanoseconds. - Weight::from_ref_time(17_236_000) - .saturating_add(Weight::from_proof_size(2742)) + Weight::from_parts(17_236_000, 0) + .saturating_add(Weight::from_parts(0, 2742)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -160,8 +160,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `444` // Estimated: `5838` // Minimum execution time: 23_640 nanoseconds. - Weight::from_ref_time(24_167_000) - .saturating_add(Weight::from_proof_size(5838)) + Weight::from_parts(24_167_000, 0) + .saturating_add(Weight::from_parts(0, 5838)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -174,8 +174,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `271` // Estimated: `3512` // Minimum execution time: 16_066 nanoseconds. - Weight::from_ref_time(16_485_000) - .saturating_add(Weight::from_proof_size(3512)) + Weight::from_parts(16_485_000, 0) + .saturating_add(Weight::from_parts(0, 3512)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -205,14 +205,14 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `157 + n * (420 ±0)` // Estimated: `7142 + n * (14663 ±0)` // Minimum execution time: 101_731 nanoseconds. - Weight::from_ref_time(102_235_000) - .saturating_add(Weight::from_proof_size(7142)) + Weight::from_parts(102_235_000, 0) + .saturating_add(Weight::from_parts(0, 7142)) // Standard Error: 48_373 - .saturating_add(Weight::from_ref_time(44_236_114).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(44_236_114, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_proof_size(14663).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 14663).saturating_mul(n.into())) } } diff --git a/runtime/kusama/src/weights/runtime_common_paras_registrar.rs b/runtime/kusama/src/weights/runtime_common_paras_registrar.rs index a88eba06e68d..bcb497c35222 100644 --- a/runtime/kusama/src/weights/runtime_common_paras_registrar.rs +++ b/runtime/kusama/src/weights/runtime_common_paras_registrar.rs @@ -56,8 +56,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `70` // Estimated: `5655` // Minimum execution time: 23_044 nanoseconds. - Weight::from_ref_time(23_564_000) - .saturating_add(Weight::from_proof_size(5655)) + Weight::from_parts(23_564_000, 0) + .saturating_add(Weight::from_parts(0, 5655)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -84,8 +84,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `302` // Estimated: `18063` // Minimum execution time: 7_575_920 nanoseconds. - Weight::from_ref_time(7_702_605_000) - .saturating_add(Weight::from_proof_size(18063)) + Weight::from_parts(7_702_605_000, 0) + .saturating_add(Weight::from_parts(0, 18063)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -112,8 +112,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `160` // Estimated: `16785` // Minimum execution time: 7_593_602 nanoseconds. - Weight::from_ref_time(7_729_768_000) - .saturating_add(Weight::from_proof_size(16785)) + Weight::from_parts(7_729_768_000, 0) + .saturating_add(Weight::from_parts(0, 16785)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -134,8 +134,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `467` // Estimated: `13197` // Minimum execution time: 37_217 nanoseconds. - Weight::from_ref_time(38_162_000) - .saturating_add(Weight::from_proof_size(13197)) + Weight::from_parts(38_162_000, 0) + .saturating_add(Weight::from_parts(0, 13197)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -158,8 +158,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `707` // Estimated: `27719` // Minimum execution time: 43_960 nanoseconds. - Weight::from_ref_time(47_759_000) - .saturating_add(Weight::from_proof_size(27719)) + Weight::from_parts(47_759_000, 0) + .saturating_add(Weight::from_parts(0, 27719)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -189,10 +189,10 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `28` // Estimated: `16615` // Minimum execution time: 34_177 nanoseconds. - Weight::from_ref_time(34_383_000) - .saturating_add(Weight::from_proof_size(16615)) + Weight::from_parts(34_383_000, 0) + .saturating_add(Weight::from_parts(0, 16615)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_391).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_391, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -204,10 +204,10 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 8_030 nanoseconds. - Weight::from_ref_time(8_147_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(8_147_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(970).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(970, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/runtime_common_slots.rs b/runtime/kusama/src/weights/runtime_common_slots.rs index 24dc93581505..4ad13c122629 100644 --- a/runtime/kusama/src/weights/runtime_common_slots.rs +++ b/runtime/kusama/src/weights/runtime_common_slots.rs @@ -54,8 +54,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 8_375 nanoseconds. - Weight::from_ref_time(8_718_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(8_718_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -72,8 +72,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 8_306 nanoseconds. - Weight::from_ref_time(8_611_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(8_611_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -88,8 +88,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 8_147 nanoseconds. - Weight::from_ref_time(8_458_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(8_458_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -104,8 +104,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 8_357 nanoseconds. - Weight::from_ref_time(8_545_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(8_545_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -116,8 +116,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `0` // Estimated: `0` // Minimum execution time: 2_000_000_000 nanoseconds. - Weight::from_ref_time(2_000_000_000_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_000_000_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Configuration PendingConfigs (r:1 w:1) /// Proof Skipped: Configuration PendingConfigs (max_values: Some(1), max_size: None, mode: Measured) @@ -130,8 +130,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 8_180 nanoseconds. - Weight::from_ref_time(8_450_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(8_450_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/runtime_parachains_disputes.rs b/runtime/kusama/src/weights/runtime_parachains_disputes.rs index 9401924eb1b2..752947548dda 100644 --- a/runtime/kusama/src/weights/runtime_parachains_disputes.rs +++ b/runtime/kusama/src/weights/runtime_parachains_disputes.rs @@ -52,8 +52,8 @@ impl runtime_parachains::disputes::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 2_324 nanoseconds. - Weight::from_ref_time(2_458_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_458_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/runtime_parachains_hrmp.rs b/runtime/kusama/src/weights/runtime_parachains_hrmp.rs index c3b3f2c133a3..fd0cc17029a1 100644 --- a/runtime/kusama/src/weights/runtime_parachains_hrmp.rs +++ b/runtime/kusama/src/weights/runtime_parachains_hrmp.rs @@ -66,8 +66,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `350` // Estimated: `23095` // Minimum execution time: 33_287 nanoseconds. - Weight::from_ref_time(33_526_000) - .saturating_add(Weight::from_proof_size(23095)) + Weight::from_parts(33_526_000, 0) + .saturating_add(Weight::from_parts(0, 23095)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -88,8 +88,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `614` // Estimated: `18534` // Minimum execution time: 36_813 nanoseconds. - Weight::from_ref_time(37_132_000) - .saturating_add(Weight::from_proof_size(18534)) + Weight::from_parts(37_132_000, 0) + .saturating_add(Weight::from_parts(0, 18534)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -108,8 +108,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `485` // Estimated: `12820` // Minimum execution time: 29_604 nanoseconds. - Weight::from_ref_time(29_972_000) - .saturating_add(Weight::from_proof_size(12820)) + Weight::from_parts(29_972_000, 0) + .saturating_add(Weight::from_parts(0, 12820)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -132,20 +132,20 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `254 + i * (131 ±0) + e * (131 ±0)` // Estimated: `6354 + i * (5742 ±0) + e * (5736 ±0)` // Minimum execution time: 1_004_274 nanoseconds. - Weight::from_ref_time(1_007_891_000) - .saturating_add(Weight::from_proof_size(6354)) + Weight::from_parts(1_007_891_000, 0) + .saturating_add(Weight::from_parts(0, 6354)) // Standard Error: 90_961 - .saturating_add(Weight::from_ref_time(2_973_407).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(2_973_407, 0).saturating_mul(i.into())) // Standard Error: 90_961 - .saturating_add(Weight::from_ref_time(2_992_477).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(2_992_477, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(e.into()))) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(e.into()))) - .saturating_add(Weight::from_proof_size(5742).saturating_mul(i.into())) - .saturating_add(Weight::from_proof_size(5736).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 5742).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(0, 5736).saturating_mul(e.into())) } /// Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpOpenChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -169,15 +169,15 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `466 + c * (166 ±0)` // Estimated: `4116 + c * (18661 ±0)` // Minimum execution time: 6_359 nanoseconds. - Weight::from_ref_time(265_964) - .saturating_add(Weight::from_proof_size(4116)) + Weight::from_parts(265_964, 0) + .saturating_add(Weight::from_parts(0, 4116)) // Standard Error: 20_756 - .saturating_add(Weight::from_ref_time(17_236_963).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(17_236_963, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((6_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(18661).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 18661).saturating_mul(c.into())) } /// Storage: Hrmp HrmpCloseChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpCloseChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -197,15 +197,15 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `307 + c * (155 ±0)` // Estimated: `2232 + c * (8361 ±0)` // Minimum execution time: 4_812 nanoseconds. - Weight::from_ref_time(2_084_340) - .saturating_add(Weight::from_proof_size(2232)) + Weight::from_parts(2_084_340, 0) + .saturating_add(Weight::from_parts(0, 2232)) // Standard Error: 12_805 - .saturating_add(Weight::from_ref_time(10_574_663).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(10_574_663, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(8361).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 8361).saturating_mul(c.into())) } /// Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpOpenChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -219,13 +219,13 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `1022 + c * (13 ±0)` // Estimated: `7911 + c * (45 ±0)` // Minimum execution time: 19_258 nanoseconds. - Weight::from_ref_time(23_538_330) - .saturating_add(Weight::from_proof_size(7911)) + Weight::from_parts(23_538_330, 0) + .saturating_add(Weight::from_parts(0, 7911)) // Standard Error: 1_477 - .saturating_add(Weight::from_ref_time(80_226).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(80_226, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(45).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 45).saturating_mul(c.into())) } /// Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpOpenChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -237,15 +237,15 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `217 + c * (94 ±0)` // Estimated: `912 + c * (2664 ±0)` // Minimum execution time: 4_101 nanoseconds. - Weight::from_ref_time(2_386_514) - .saturating_add(Weight::from_proof_size(912)) + Weight::from_parts(2_386_514, 0) + .saturating_add(Weight::from_parts(0, 912)) // Standard Error: 4_307 - .saturating_add(Weight::from_ref_time(2_885_334).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_885_334, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(2664).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 2664).saturating_mul(c.into())) } /// Storage: Paras ParaLifecycles (r:2 w:0) /// Proof Skipped: Paras ParaLifecycles (max_values: None, max_size: None, mode: Measured) @@ -272,8 +272,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `350` // Estimated: `33695` // Minimum execution time: 44_689 nanoseconds. - Weight::from_ref_time(45_069_000) - .saturating_add(Weight::from_proof_size(33695)) + Weight::from_parts(45_069_000, 0) + .saturating_add(Weight::from_parts(0, 33695)) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(8)) } diff --git a/runtime/kusama/src/weights/runtime_parachains_initializer.rs b/runtime/kusama/src/weights/runtime_parachains_initializer.rs index e489e76b37e3..d55837461a7b 100644 --- a/runtime/kusama/src/weights/runtime_parachains_initializer.rs +++ b/runtime/kusama/src/weights/runtime_parachains_initializer.rs @@ -53,12 +53,12 @@ impl runtime_parachains::initializer::WeightInfo for We // Measured: `28 + d * (11 ±0)` // Estimated: `519 + d * (11 ±0)` // Minimum execution time: 3_384 nanoseconds. - Weight::from_ref_time(5_455_420) - .saturating_add(Weight::from_proof_size(519)) + Weight::from_parts(5_455_420, 0) + .saturating_add(Weight::from_parts(0, 519)) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_312).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_312, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(11).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(0, 11).saturating_mul(d.into())) } } diff --git a/runtime/kusama/src/weights/runtime_parachains_paras.rs b/runtime/kusama/src/weights/runtime_parachains_paras.rs index 8643b6d93015..f61f3aba9fbc 100644 --- a/runtime/kusama/src/weights/runtime_parachains_paras.rs +++ b/runtime/kusama/src/weights/runtime_parachains_paras.rs @@ -63,10 +63,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `8341` // Estimated: `57966` // Minimum execution time: 30_828 nanoseconds. - Weight::from_ref_time(31_137_000) - .saturating_add(Weight::from_proof_size(57966)) + Weight::from_parts(31_137_000, 0) + .saturating_add(Weight::from_parts(0, 57966)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_371).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_371, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -78,10 +78,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `0` // Estimated: `0` // Minimum execution time: 7_421 nanoseconds. - Weight::from_ref_time(7_577_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(7_577_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(969).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(969, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Paras FutureCodeHash (r:1 w:1) @@ -110,10 +110,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `16526` // Estimated: `179120` // Minimum execution time: 55_598 nanoseconds. - Weight::from_ref_time(55_905_000) - .saturating_add(Weight::from_proof_size(179120)) + Weight::from_parts(55_905_000, 0) + .saturating_add(Weight::from_parts(0, 179120)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_391).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_391, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -129,10 +129,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `95` // Estimated: `2760` // Minimum execution time: 12_448 nanoseconds. - Weight::from_ref_time(12_697_000) - .saturating_add(Weight::from_proof_size(2760)) + Weight::from_parts(12_697_000, 0) + .saturating_add(Weight::from_parts(0, 2760)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(974).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(974, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -145,8 +145,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `4283` // Estimated: `11536` // Minimum execution time: 17_737 nanoseconds. - Weight::from_ref_time(18_266_000) - .saturating_add(Weight::from_proof_size(11536)) + Weight::from_parts(18_266_000, 0) + .saturating_add(Weight::from_parts(0, 11536)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -160,10 +160,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `28` // Estimated: `5006` // Minimum execution time: 6_820 nanoseconds. - Weight::from_ref_time(6_967_000) - .saturating_add(Weight::from_proof_size(5006)) + Weight::from_parts(6_967_000, 0) + .saturating_add(Weight::from_parts(0, 5006)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_381).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_381, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -176,8 +176,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `28` // Estimated: `2531` // Minimum execution time: 4_868 nanoseconds. - Weight::from_ref_time(5_043_000) - .saturating_add(Weight::from_proof_size(2531)) + Weight::from_parts(5_043_000, 0) + .saturating_add(Weight::from_parts(0, 2531)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,8 +192,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `26709` // Estimated: `83592` // Minimum execution time: 87_032 nanoseconds. - Weight::from_ref_time(89_300_000) - .saturating_add(Weight::from_proof_size(83592)) + Weight::from_parts(89_300_000, 0) + .saturating_add(Weight::from_parts(0, 83592)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -216,8 +216,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27295` // Estimated: `196015` // Minimum execution time: 696_941 nanoseconds. - Weight::from_ref_time(709_933_000) - .saturating_add(Weight::from_proof_size(196015)) + Weight::from_parts(709_933_000, 0) + .saturating_add(Weight::from_parts(0, 196015)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(104)) } @@ -232,8 +232,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27241` // Estimated: `85188` // Minimum execution time: 86_529 nanoseconds. - Weight::from_ref_time(88_055_000) - .saturating_add(Weight::from_proof_size(85188)) + Weight::from_parts(88_055_000, 0) + .saturating_add(Weight::from_parts(0, 85188)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -252,8 +252,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `26763` // Estimated: `140250` // Minimum execution time: 562_148 nanoseconds. - Weight::from_ref_time(570_083_000) - .saturating_add(Weight::from_proof_size(140250)) + Weight::from_parts(570_083_000, 0) + .saturating_add(Weight::from_parts(0, 140250)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -268,8 +268,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `26709` // Estimated: `83592` // Minimum execution time: 86_054 nanoseconds. - Weight::from_ref_time(87_327_000) - .saturating_add(Weight::from_proof_size(83592)) + Weight::from_parts(87_327_000, 0) + .saturating_add(Weight::from_parts(0, 83592)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs b/runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs index 14e9aa2b363e..628143dec3e4 100644 --- a/runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs +++ b/runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs @@ -113,13 +113,13 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `51031` // Estimated: `1464637 + v * (16 ±0)` // Minimum execution time: 777_373 nanoseconds. - Weight::from_ref_time(307_777_453) - .saturating_add(Weight::from_proof_size(1464637)) + Weight::from_parts(307_777_453, 0) + .saturating_add(Weight::from_parts(0, 1464637)) // Standard Error: 24_778 - .saturating_add(Weight::from_ref_time(48_438_469).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(48_438_469, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(28)) .saturating_add(T::DbWeight::get().writes(16)) - .saturating_add(Weight::from_proof_size(16).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 16).saturating_mul(v.into())) } /// Storage: ParaInherent Included (r:1 w:1) /// Proof Skipped: ParaInherent Included (max_values: Some(1), max_size: None, mode: Measured) @@ -186,8 +186,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `42834` // Estimated: `1187286` // Minimum execution time: 341_171 nanoseconds. - Weight::from_ref_time(351_334_000) - .saturating_add(Weight::from_proof_size(1187286)) + Weight::from_parts(351_334_000, 0) + .saturating_add(Weight::from_parts(0, 1187286)) .saturating_add(T::DbWeight::get().reads(26)) .saturating_add(T::DbWeight::get().writes(17)) } @@ -259,10 +259,10 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `42865` // Estimated: `1238413` // Minimum execution time: 5_628_012 nanoseconds. - Weight::from_ref_time(902_017_094) - .saturating_add(Weight::from_proof_size(1238413)) + Weight::from_parts(902_017_094, 0) + .saturating_add(Weight::from_parts(0, 1238413)) // Standard Error: 46_806 - .saturating_add(Weight::from_ref_time(47_804_829).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(47_804_829, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(29)) .saturating_add(T::DbWeight::get().writes(16)) } @@ -337,8 +337,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `42892` // Estimated: `1329903` // Minimum execution time: 38_896_184 nanoseconds. - Weight::from_ref_time(39_158_275_000) - .saturating_add(Weight::from_proof_size(1329903)) + Weight::from_parts(39_158_275_000, 0) + .saturating_add(Weight::from_parts(0, 1329903)) .saturating_add(T::DbWeight::get().reads(31)) .saturating_add(T::DbWeight::get().writes(16)) } diff --git a/runtime/kusama/src/weights/runtime_parachains_ump.rs b/runtime/kusama/src/weights/runtime_parachains_ump.rs index a7d284c7e4f4..5142ea1be9fc 100644 --- a/runtime/kusama/src/weights/runtime_parachains_ump.rs +++ b/runtime/kusama/src/weights/runtime_parachains_ump.rs @@ -51,10 +51,10 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 5_801 nanoseconds. - Weight::from_ref_time(5_856_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_856_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 8 - .saturating_add(Weight::from_ref_time(1_770).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_770, 0).saturating_mul(s.into())) } /// Storage: Ump NeedsDispatch (r:1 w:1) /// Proof Skipped: Ump NeedsDispatch (max_values: Some(1), max_size: None, mode: Measured) @@ -69,8 +69,8 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `272` // Estimated: `2078` // Minimum execution time: 8_932 nanoseconds. - Weight::from_ref_time(9_110_000) - .saturating_add(Weight::from_proof_size(2078)) + Weight::from_parts(9_110_000, 0) + .saturating_add(Weight::from_parts(0, 2078)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -83,8 +83,8 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `257` // Estimated: `3231` // Minimum execution time: 22_080 nanoseconds. - Weight::from_ref_time(22_520_000) - .saturating_add(Weight::from_proof_size(3231)) + Weight::from_parts(22_520_000, 0) + .saturating_add(Weight::from_parts(0, 3231)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs b/runtime/kusama/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs index a9907a70a250..5cece107f44d 100644 --- a/runtime/kusama/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs +++ b/runtime/kusama/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs @@ -47,13 +47,13 @@ pub struct WeightInfo(PhantomData); impl WeightInfo { // Storage: System Account (r:1 w:1) pub(crate) fn withdraw_asset() -> Weight { - Weight::from_ref_time(20_385_000 as u64) + Weight::from_parts(20_385_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:2 w:2) pub(crate) fn transfer_asset() -> Weight { - Weight::from_ref_time(32_756_000 as u64) + Weight::from_parts(32_756_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -65,23 +65,23 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn transfer_reserve_asset() -> Weight { - Weight::from_ref_time(50_645_000 as u64) + Weight::from_parts(50_645_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(8 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } // Storage: Benchmark Override (r:0 w:0) pub(crate) fn reserve_asset_deposited() -> Weight { - Weight::from_ref_time(2_000_000_000_000 as u64) + Weight::from_parts(2_000_000_000_000 as u64, 0) } // Storage: System Account (r:1 w:1) pub(crate) fn receive_teleported_asset() -> Weight { - Weight::from_ref_time(19_595_000 as u64) + Weight::from_parts(19_595_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) pub(crate) fn deposit_asset() -> Weight { - Weight::from_ref_time(21_763_000 as u64) + Weight::from_parts(21_763_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -93,7 +93,7 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn deposit_reserve_asset() -> Weight { - Weight::from_ref_time(40_930_000 as u64) + Weight::from_parts(40_930_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(7 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } @@ -105,7 +105,7 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn initiate_teleport() -> Weight { - Weight::from_ref_time(40_788_000 as u64) + Weight::from_parts(40_788_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(7 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } diff --git a/runtime/kusama/src/weights/xcm/pallet_xcm_benchmarks_generic.rs b/runtime/kusama/src/weights/xcm/pallet_xcm_benchmarks_generic.rs index b82501bcde49..f92e513ff88d 100644 --- a/runtime/kusama/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +++ b/runtime/kusama/src/weights/xcm/pallet_xcm_benchmarks_generic.rs @@ -52,38 +52,38 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn report_holding() -> Weight { - Weight::from_ref_time(25_878_000 as u64) + Weight::from_parts(25_878_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } pub(crate) fn buy_execution() -> Weight { - Weight::from_ref_time(3_697_000 as u64) + Weight::from_parts(3_697_000 as u64, 0) } // Storage: XcmPallet Queries (r:1 w:0) pub(crate) fn query_response() -> Weight { - Weight::from_ref_time(13_458_000 as u64) + Weight::from_parts(13_458_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) } pub(crate) fn transact() -> Weight { - Weight::from_ref_time(13_597_000 as u64) + Weight::from_parts(13_597_000 as u64, 0) } pub(crate) fn refund_surplus() -> Weight { - Weight::from_ref_time(3_839_000 as u64) + Weight::from_parts(3_839_000 as u64, 0) } pub(crate) fn set_error_handler() -> Weight { - Weight::from_ref_time(3_657_000 as u64) + Weight::from_parts(3_657_000 as u64, 0) } pub(crate) fn set_appendix() -> Weight { - Weight::from_ref_time(3_757_000 as u64) + Weight::from_parts(3_757_000 as u64, 0) } pub(crate) fn clear_error() -> Weight { - Weight::from_ref_time(3_651_000 as u64) + Weight::from_parts(3_651_000 as u64, 0) } pub(crate) fn descend_origin() -> Weight { - Weight::from_ref_time(4_589_000 as u64) + Weight::from_parts(4_589_000 as u64, 0) } pub(crate) fn clear_origin() -> Weight { - Weight::from_ref_time(3_661_000 as u64) + Weight::from_parts(3_661_000 as u64, 0) } // Storage: XcmPallet SupportedVersion (r:1 w:0) // Storage: XcmPallet VersionDiscoveryQueue (r:1 w:1) @@ -91,18 +91,18 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn report_error() -> Weight { - Weight::from_ref_time(21_351_000 as u64) + Weight::from_parts(21_351_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } // Storage: XcmPallet AssetTraps (r:1 w:1) pub(crate) fn claim_asset() -> Weight { - Weight::from_ref_time(7_674_000 as u64) + Weight::from_parts(7_674_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } pub(crate) fn trap() -> Weight { - Weight::from_ref_time(3_606_000 as u64) + Weight::from_parts(3_606_000 as u64, 0) } // Storage: XcmPallet VersionNotifyTargets (r:1 w:1) // Storage: XcmPallet SupportedVersion (r:1 w:0) @@ -111,13 +111,13 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn subscribe_version() -> Weight { - Weight::from_ref_time(30_453_000 as u64) + Weight::from_parts(30_453_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(6 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } // Storage: XcmPallet VersionNotifyTargets (r:0 w:1) pub(crate) fn unsubscribe_version() -> Weight { - Weight::from_ref_time(5_543_000 as u64) + Weight::from_parts(5_543_000 as u64, 0) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: XcmPallet SupportedVersion (r:1 w:0) @@ -126,24 +126,24 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn initiate_reserve_withdraw() -> Weight { - Weight::from_ref_time(25_464_000 as u64) + Weight::from_parts(25_464_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } pub(crate) fn burn_asset() -> Weight { - Weight::from_ref_time(5_194_000 as u64) + Weight::from_parts(5_194_000 as u64, 0) } pub(crate) fn expect_asset() -> Weight { - Weight::from_ref_time(3_698_000 as u64) + Weight::from_parts(3_698_000 as u64, 0) } pub(crate) fn expect_origin() -> Weight { - Weight::from_ref_time(3_786_000 as u64) + Weight::from_parts(3_786_000 as u64, 0) } pub(crate) fn expect_error() -> Weight { - Weight::from_ref_time(3_645_000 as u64) + Weight::from_parts(3_645_000 as u64, 0) } pub(crate) fn expect_transact_status() -> Weight { - Weight::from_ref_time(3_645_000 as u64) + Weight::from_parts(3_645_000 as u64, 0) } // Storage: XcmPallet SupportedVersion (r:1 w:0) // Storage: XcmPallet VersionDiscoveryQueue (r:1 w:1) @@ -151,12 +151,12 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn query_pallet() -> Weight { - Weight::from_ref_time(22_993_000 as u64) + Weight::from_parts(22_993_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } pub(crate) fn expect_pallet() -> Weight { - Weight::from_ref_time(4_043_000 as u64) + Weight::from_parts(4_043_000 as u64, 0) } // Storage: XcmPallet SupportedVersion (r:1 w:0) // Storage: XcmPallet VersionDiscoveryQueue (r:1 w:1) @@ -164,23 +164,23 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn report_transact_status() -> Weight { - Weight::from_ref_time(21_668_000 as u64) + Weight::from_parts(21_668_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } pub(crate) fn clear_transact_status() -> Weight { - Weight::from_ref_time(3_673_000 as u64) + Weight::from_parts(3_673_000 as u64, 0) } pub(crate) fn set_topic() -> Weight { - Weight::from_ref_time(3_661_000 as u64) + Weight::from_parts(3_661_000 as u64, 0) } pub(crate) fn clear_topic() -> Weight { - Weight::from_ref_time(3_647_000 as u64) + Weight::from_parts(3_647_000 as u64, 0) } pub(crate) fn set_fees_mode() -> Weight { - Weight::from_ref_time(3_599_000 as u64) + Weight::from_parts(3_599_000 as u64, 0) } pub(crate) fn unpaid_execution() -> Weight { - Weight::from_ref_time(3_111_000 as u64) + Weight::from_parts(3_111_000 as u64, 0) } } diff --git a/runtime/parachains/src/configuration/benchmarking.rs b/runtime/parachains/src/configuration/benchmarking.rs index 71e0c03e696b..77333383e9a3 100644 --- a/runtime/parachains/src/configuration/benchmarking.rs +++ b/runtime/parachains/src/configuration/benchmarking.rs @@ -26,7 +26,7 @@ benchmarks! { set_config_with_option_u32 {}: set_max_validators(RawOrigin::Root, Some(10)) - set_config_with_weight {}: set_ump_service_total_weight(RawOrigin::Root, Weight::from_ref_time(3_000_000)) + set_config_with_weight {}: set_ump_service_total_weight(RawOrigin::Root, Weight::from_parts(3_000_000, 0)) set_hrmp_open_request_ttl {}: { Err(BenchmarkError::Override( diff --git a/runtime/parachains/src/paras_inherent/weights.rs b/runtime/parachains/src/paras_inherent/weights.rs index c1680659dc54..4d5fdc27d9c6 100644 --- a/runtime/parachains/src/paras_inherent/weights.rs +++ b/runtime/parachains/src/paras_inherent/weights.rs @@ -37,15 +37,15 @@ pub struct TestWeightInfo; impl WeightInfo for TestWeightInfo { fn enter_variable_disputes(v: u32) -> Weight { // MAX Block Weight should fit 4 disputes - Weight::from_ref_time(80_000 * v as u64 + 80_000) + Weight::from_parts(80_000 * v as u64 + 80_000, 0) } fn enter_bitfields() -> Weight { // MAX Block Weight should fit 4 backed candidates - Weight::from_ref_time(40_000u64) + Weight::from_parts(40_000u64, 0) } fn enter_backed_candidates_variable(v: u32) -> Weight { // MAX Block Weight should fit 4 backed candidates - Weight::from_ref_time(40_000 * v as u64 + 40_000) + Weight::from_parts(40_000 * v as u64 + 40_000, 0) } fn enter_backed_candidate_code_upgrade() -> Weight { Weight::zero() diff --git a/runtime/polkadot/constants/src/weights/block_weights.rs b/runtime/polkadot/constants/src/weights/block_weights.rs index 7f7dc57fb3dd..7db9e6c8a697 100644 --- a/runtime/polkadot/constants/src/weights/block_weights.rs +++ b/runtime/polkadot/constants/src/weights/block_weights.rs @@ -52,7 +52,7 @@ parameter_types! { /// 95th: 8_235_376 /// 75th: 8_155_802 pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(8_124_755)); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(8_124_755), 0); } #[cfg(test)] diff --git a/runtime/polkadot/constants/src/weights/extrinsic_weights.rs b/runtime/polkadot/constants/src/weights/extrinsic_weights.rs index 88cc4399198d..28afce3b65c1 100644 --- a/runtime/polkadot/constants/src/weights/extrinsic_weights.rs +++ b/runtime/polkadot/constants/src/weights/extrinsic_weights.rs @@ -52,7 +52,7 @@ parameter_types! { /// 95th: 98_754 /// 75th: 98_351 pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(98_255)); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(98_255), 0); } #[cfg(test)] diff --git a/runtime/polkadot/src/weights/frame_benchmarking_baseline.rs b/runtime/polkadot/src/weights/frame_benchmarking_baseline.rs index 6d2df3a127d5..42f623e684bc 100644 --- a/runtime/polkadot/src/weights/frame_benchmarking_baseline.rs +++ b/runtime/polkadot/src/weights/frame_benchmarking_baseline.rs @@ -51,8 +51,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 111 nanoseconds. - Weight::from_ref_time(146_902) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(146_902, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn subtraction(_i: u32, ) -> Weight { @@ -60,8 +60,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 107 nanoseconds. - Weight::from_ref_time(138_386) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(138_386, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn multiplication(_i: u32, ) -> Weight { @@ -69,8 +69,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 106 nanoseconds. - Weight::from_ref_time(137_438) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(137_438, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn division(_i: u32, ) -> Weight { @@ -78,16 +78,16 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 104 nanoseconds. - Weight::from_ref_time(136_458) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(136_458, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn hashing() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 20_318_442 nanoseconds. - Weight::from_ref_time(20_562_948_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(20_562_948_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 100]`. fn sr25519_verification(i: u32, ) -> Weight { @@ -95,9 +95,9 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 140 nanoseconds. - Weight::from_ref_time(179_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(179_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 16_734 - .saturating_add(Weight::from_ref_time(47_228_463).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(47_228_463, 0).saturating_mul(i.into())) } } diff --git a/runtime/polkadot/src/weights/frame_election_provider_support.rs b/runtime/polkadot/src/weights/frame_election_provider_support.rs index 3a702a260527..80abb7c6a96f 100644 --- a/runtime/polkadot/src/weights/frame_election_provider_support.rs +++ b/runtime/polkadot/src/weights/frame_election_provider_support.rs @@ -53,12 +53,12 @@ impl frame_election_provider_support::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 5_660_027 nanoseconds. - Weight::from_ref_time(5_720_525_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_720_525_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 139_752 - .saturating_add(Weight::from_ref_time(5_709_285).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(5_709_285, 0).saturating_mul(v.into())) // Standard Error: 14_287_763 - .saturating_add(Weight::from_ref_time(1_568_460_126).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_568_460_126, 0).saturating_mul(d.into())) } /// The range of component `v` is `[1000, 2000]`. /// The range of component `t` is `[500, 1000]`. @@ -68,11 +68,11 @@ impl frame_election_provider_support::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 4_385_527 nanoseconds. - Weight::from_ref_time(4_426_903_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(4_426_903_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 147_786 - .saturating_add(Weight::from_ref_time(5_547_872).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(5_547_872, 0).saturating_mul(v.into())) // Standard Error: 15_109_138 - .saturating_add(Weight::from_ref_time(1_786_783_254).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_786_783_254, 0).saturating_mul(d.into())) } } diff --git a/runtime/polkadot/src/weights/frame_system.rs b/runtime/polkadot/src/weights/frame_system.rs index bbda8852c9b3..e43f70221870 100644 --- a/runtime/polkadot/src/weights/frame_system.rs +++ b/runtime/polkadot/src/weights/frame_system.rs @@ -51,10 +51,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_744 nanoseconds. - Weight::from_ref_time(1_772_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_772_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(369).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(369, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { @@ -62,10 +62,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_529 nanoseconds. - Weight::from_ref_time(6_651_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_651_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_728).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_728, 0).saturating_mul(b.into())) } /// Storage: System Digest (r:1 w:1) /// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured) @@ -76,8 +76,8 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `495` // Minimum execution time: 3_725 nanoseconds. - Weight::from_ref_time(3_841_000) - .saturating_add(Weight::from_proof_size(495)) + Weight::from_parts(3_841_000, 0) + .saturating_add(Weight::from_parts(0, 495)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,10 +89,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_793 nanoseconds. - Weight::from_ref_time(1_835_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_835_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 1_985 - .saturating_add(Weight::from_ref_time(581_345).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(581_345, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -103,10 +103,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_865 nanoseconds. - Weight::from_ref_time(1_912_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_912_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 992 - .saturating_add(Weight::from_ref_time(443_467).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(443_467, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -117,12 +117,12 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `131 + p * (69 ±0)` // Estimated: `117 + p * (70 ±0)` // Minimum execution time: 3_570 nanoseconds. - Weight::from_ref_time(3_679_000) - .saturating_add(Weight::from_proof_size(117)) + Weight::from_parts(3_679_000, 0) + .saturating_add(Weight::from_parts(0, 117)) // Standard Error: 1_118 - .saturating_add(Weight::from_ref_time(992_588).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(992_588, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(70).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into())) } } diff --git a/runtime/polkadot/src/weights/pallet_bags_list.rs b/runtime/polkadot/src/weights/pallet_bags_list.rs index de9e54d18ffc..cabba38a140b 100644 --- a/runtime/polkadot/src/weights/pallet_bags_list.rs +++ b/runtime/polkadot/src/weights/pallet_bags_list.rs @@ -58,8 +58,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Measured: `1814` // Estimated: `19186` // Minimum execution time: 56_708 nanoseconds. - Weight::from_ref_time(57_562_000) - .saturating_add(Weight::from_proof_size(19186)) + Weight::from_parts(57_562_000, 0) + .saturating_add(Weight::from_parts(0, 19186)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -76,8 +76,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Measured: `1708` // Estimated: `19114` // Minimum execution time: 55_031 nanoseconds. - Weight::from_ref_time(55_723_000) - .saturating_add(Weight::from_proof_size(19114)) + Weight::from_parts(55_723_000, 0) + .saturating_add(Weight::from_parts(0, 19114)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -96,8 +96,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Measured: `2051` // Estimated: `25798` // Minimum execution time: 61_048 nanoseconds. - Weight::from_ref_time(61_795_000) - .saturating_add(Weight::from_proof_size(25798)) + Weight::from_parts(61_795_000, 0) + .saturating_add(Weight::from_parts(0, 25798)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(6)) } diff --git a/runtime/polkadot/src/weights/pallet_balances.rs b/runtime/polkadot/src/weights/pallet_balances.rs index f4f813943a12..59ebcb48afda 100644 --- a/runtime/polkadot/src/weights/pallet_balances.rs +++ b/runtime/polkadot/src/weights/pallet_balances.rs @@ -52,8 +52,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1819` // Estimated: `2603` // Minimum execution time: 46_645 nanoseconds. - Weight::from_ref_time(47_161_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(47_161_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -64,8 +64,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1636` // Estimated: `2603` // Minimum execution time: 35_213 nanoseconds. - Weight::from_ref_time(35_826_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(35_826_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -76,8 +76,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1853` // Estimated: `2603` // Minimum execution time: 26_732 nanoseconds. - Weight::from_ref_time(27_166_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(27_166_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -88,8 +88,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1853` // Estimated: `2603` // Minimum execution time: 29_677 nanoseconds. - Weight::from_ref_time(30_381_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(30_381_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -100,8 +100,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1815` // Estimated: `5206` // Minimum execution time: 45_839 nanoseconds. - Weight::from_ref_time(46_327_000) - .saturating_add(Weight::from_proof_size(5206)) + Weight::from_parts(46_327_000, 0) + .saturating_add(Weight::from_parts(0, 5206)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -112,8 +112,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1636` // Estimated: `2603` // Minimum execution time: 40_252 nanoseconds. - Weight::from_ref_time(41_007_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(41_007_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -124,8 +124,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1670` // Estimated: `2603` // Minimum execution time: 23_159 nanoseconds. - Weight::from_ref_time(23_459_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(23_459_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_bounties.rs b/runtime/polkadot/src/weights/pallet_bounties.rs index 10e1daf420e8..75adaf81fa45 100644 --- a/runtime/polkadot/src/weights/pallet_bounties.rs +++ b/runtime/polkadot/src/weights/pallet_bounties.rs @@ -59,10 +59,10 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `175` // Estimated: `3102` // Minimum execution time: 22_871 nanoseconds. - Weight::from_ref_time(27_436_557) - .saturating_add(Weight::from_proof_size(3102)) + Weight::from_parts(27_436_557, 0) + .saturating_add(Weight::from_parts(0, 3102)) // Standard Error: 27 - .saturating_add(Weight::from_ref_time(428).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(428, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -75,8 +75,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `267` // Estimated: `3549` // Minimum execution time: 11_276 nanoseconds. - Weight::from_ref_time(11_470_000) - .saturating_add(Weight::from_proof_size(3549)) + Weight::from_parts(11_470_000, 0) + .saturating_add(Weight::from_parts(0, 3549)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -87,8 +87,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `287` // Estimated: `2652` // Minimum execution time: 10_019 nanoseconds. - Weight::from_ref_time(10_269_000) - .saturating_add(Weight::from_proof_size(2652)) + Weight::from_parts(10_269_000, 0) + .saturating_add(Weight::from_parts(0, 2652)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -101,8 +101,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `495` // Estimated: `5255` // Minimum execution time: 31_565 nanoseconds. - Weight::from_ref_time(32_618_000) - .saturating_add(Weight::from_proof_size(5255)) + Weight::from_parts(32_618_000, 0) + .saturating_add(Weight::from_parts(0, 5255)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -115,8 +115,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `491` // Estimated: `5255` // Minimum execution time: 22_292 nanoseconds. - Weight::from_ref_time(22_508_000) - .saturating_add(Weight::from_proof_size(5255)) + Weight::from_parts(22_508_000, 0) + .saturating_add(Weight::from_parts(0, 5255)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -129,8 +129,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `437` // Estimated: `5143` // Minimum execution time: 18_378 nanoseconds. - Weight::from_ref_time(18_750_000) - .saturating_add(Weight::from_proof_size(5143)) + Weight::from_parts(18_750_000, 0) + .saturating_add(Weight::from_parts(0, 5143)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -147,8 +147,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `865` // Estimated: `12964` // Minimum execution time: 65_107 nanoseconds. - Weight::from_ref_time(65_915_000) - .saturating_add(Weight::from_proof_size(12964)) + Weight::from_parts(65_915_000, 0) + .saturating_add(Weight::from_parts(0, 12964)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -165,8 +165,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `513` // Estimated: `7746` // Minimum execution time: 36_233 nanoseconds. - Weight::from_ref_time(36_525_000) - .saturating_add(Weight::from_proof_size(7746)) + Weight::from_parts(36_525_000, 0) + .saturating_add(Weight::from_parts(0, 7746)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -183,8 +183,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `781` // Estimated: `10349` // Minimum execution time: 46_136 nanoseconds. - Weight::from_ref_time(46_626_000) - .saturating_add(Weight::from_proof_size(10349)) + Weight::from_parts(46_626_000, 0) + .saturating_add(Weight::from_parts(0, 10349)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -195,8 +195,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `323` // Estimated: `2652` // Minimum execution time: 15_064 nanoseconds. - Weight::from_ref_time(15_577_000) - .saturating_add(Weight::from_proof_size(2652)) + Weight::from_parts(15_577_000, 0) + .saturating_add(Weight::from_parts(0, 2652)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -212,14 +212,14 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `0 + b * (360 ±0)` // Estimated: `897 + b * (7858 ±0)` // Minimum execution time: 4_860 nanoseconds. - Weight::from_ref_time(4_950_000) - .saturating_add(Weight::from_proof_size(897)) + Weight::from_parts(4_950_000, 0) + .saturating_add(Weight::from_parts(0, 897)) // Standard Error: 13_616 - .saturating_add(Weight::from_ref_time(28_265_664).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(28_265_664, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into()))) - .saturating_add(Weight::from_proof_size(7858).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 7858).saturating_mul(b.into())) } } diff --git a/runtime/polkadot/src/weights/pallet_child_bounties.rs b/runtime/polkadot/src/weights/pallet_child_bounties.rs index c340fc270af1..e0452b39ea51 100644 --- a/runtime/polkadot/src/weights/pallet_child_bounties.rs +++ b/runtime/polkadot/src/weights/pallet_child_bounties.rs @@ -63,10 +63,10 @@ impl pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_collective::WeightInfo for WeightInfo { // Measured: `0 + m * (3233 ±0) + p * (3223 ±0)` // Estimated: `16054 + m * (7809 ±16) + p * (10238 ±16)` // Minimum execution time: 16_977 nanoseconds. - Weight::from_ref_time(17_264_000) - .saturating_add(Weight::from_proof_size(16054)) + Weight::from_parts(17_264_000, 0) + .saturating_add(Weight::from_parts(0, 16054)) // Standard Error: 47_984 - .saturating_add(Weight::from_ref_time(5_491_508).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(5_491_508, 0).saturating_mul(m.into())) // Standard Error: 47_984 - .saturating_add(Weight::from_ref_time(7_895_249).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(7_895_249, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(7809).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(10238).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 7809).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 10238).saturating_mul(p.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -88,14 +88,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `101 + m * (32 ±0)` // Estimated: `597 + m * (32 ±0)` // Minimum execution time: 15_072 nanoseconds. - Weight::from_ref_time(14_211_059) - .saturating_add(Weight::from_proof_size(597)) + Weight::from_parts(14_211_059, 0) + .saturating_add(Weight::from_parts(0, 597)) // Standard Error: 23 - .saturating_add(Weight::from_ref_time(1_603).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_603, 0).saturating_mul(b.into())) // Standard Error: 242 - .saturating_add(Weight::from_ref_time(17_712).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(17_712, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(Weight::from_proof_size(32).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -110,14 +110,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `101 + m * (32 ±0)` // Estimated: `3174 + m * (64 ±0)` // Minimum execution time: 17_130 nanoseconds. - Weight::from_ref_time(16_211_186) - .saturating_add(Weight::from_proof_size(3174)) + Weight::from_parts(16_211_186, 0) + .saturating_add(Weight::from_parts(0, 3174)) // Standard Error: 30 - .saturating_add(Weight::from_ref_time(1_785).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_785, 0).saturating_mul(b.into())) // Standard Error: 318 - .saturating_add(Weight::from_ref_time(25_434).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(25_434, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(Weight::from_proof_size(64).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -140,18 +140,18 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `423 + m * (32 ±0) + p * (36 ±0)` // Estimated: `5690 + m * (165 ±0) + p * (180 ±0)` // Minimum execution time: 22_253 nanoseconds. - Weight::from_ref_time(23_501_095) - .saturating_add(Weight::from_proof_size(5690)) + Weight::from_parts(23_501_095, 0) + .saturating_add(Weight::from_parts(0, 5690)) // Standard Error: 51 - .saturating_add(Weight::from_ref_time(2_472).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_472, 0).saturating_mul(b.into())) // Standard Error: 541 - .saturating_add(Weight::from_ref_time(18_687).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(18_687, 0).saturating_mul(m.into())) // Standard Error: 534 - .saturating_add(Weight::from_ref_time(93_359).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(93_359, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) - .saturating_add(Weight::from_proof_size(165).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -164,13 +164,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `873 + m * (64 ±0)` // Estimated: `4714 + m * (128 ±0)` // Minimum execution time: 20_932 nanoseconds. - Weight::from_ref_time(21_526_308) - .saturating_add(Weight::from_proof_size(4714)) + Weight::from_parts(21_526_308, 0) + .saturating_add(Weight::from_parts(0, 4714)) // Standard Error: 221 - .saturating_add(Weight::from_ref_time(40_562).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(40_562, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(128).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -189,16 +189,16 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `493 + m * (64 ±0) + p * (36 ±0)` // Estimated: `5361 + m * (260 ±0) + p * (144 ±0)` // Minimum execution time: 25_034 nanoseconds. - Weight::from_ref_time(26_214_468) - .saturating_add(Weight::from_proof_size(5361)) + Weight::from_parts(26_214_468, 0) + .saturating_add(Weight::from_parts(0, 5361)) // Standard Error: 408 - .saturating_add(Weight::from_ref_time(20_710).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(20_710, 0).saturating_mul(m.into())) // Standard Error: 398 - .saturating_add(Weight::from_ref_time(86_893).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(86_893, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(260).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(144).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 144).saturating_mul(p.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -219,17 +219,17 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `829 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `8632 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` // Minimum execution time: 34_338 nanoseconds. - Weight::from_ref_time(37_215_148) - .saturating_add(Weight::from_proof_size(8632)) + Weight::from_parts(37_215_148, 0) + .saturating_add(Weight::from_parts(0, 8632)) // Standard Error: 124 - .saturating_add(Weight::from_ref_time(2_091).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_091, 0).saturating_mul(b.into())) // Standard Error: 1_277 - .saturating_add(Weight::from_ref_time(121_586).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(121_586, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(4).saturating_mul(b.into())) - .saturating_add(Weight::from_proof_size(264).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(160).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 264).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 160).saturating_mul(p.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -250,16 +250,16 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `513 + m * (64 ±0) + p * (36 ±0)` // Estimated: `6430 + m * (325 ±0) + p * (180 ±0)` // Minimum execution time: 27_556 nanoseconds. - Weight::from_ref_time(28_644_244) - .saturating_add(Weight::from_proof_size(6430)) + Weight::from_parts(28_644_244, 0) + .saturating_add(Weight::from_parts(0, 6430)) // Standard Error: 439 - .saturating_add(Weight::from_ref_time(25_115).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(25_115, 0).saturating_mul(m.into())) // Standard Error: 428 - .saturating_add(Weight::from_ref_time(86_845).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(86_845, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(325).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -282,19 +282,19 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `849 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `9900 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` // Minimum execution time: 37_125 nanoseconds. - Weight::from_ref_time(38_591_779) - .saturating_add(Weight::from_proof_size(9900)) + Weight::from_parts(38_591_779, 0) + .saturating_add(Weight::from_parts(0, 9900)) // Standard Error: 83 - .saturating_add(Weight::from_ref_time(2_325).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_325, 0).saturating_mul(b.into())) // Standard Error: 886 - .saturating_add(Weight::from_ref_time(22_146).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(22_146, 0).saturating_mul(m.into())) // Standard Error: 864 - .saturating_add(Weight::from_ref_time(118_663).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(118_663, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(5).saturating_mul(b.into())) - .saturating_add(Weight::from_proof_size(330).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(200).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 330).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 200).saturating_mul(p.into())) } /// Storage: Council Proposals (r:1 w:1) /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) @@ -309,12 +309,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `258 + p * (32 ±0)` // Estimated: `1269 + p * (96 ±0)` // Minimum execution time: 14_192 nanoseconds. - Weight::from_ref_time(16_135_343) - .saturating_add(Weight::from_proof_size(1269)) + Weight::from_parts(16_135_343, 0) + .saturating_add(Weight::from_parts(0, 1269)) // Standard Error: 439 - .saturating_add(Weight::from_ref_time(82_641).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(82_641, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(96).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into())) } } diff --git a/runtime/polkadot/src/weights/pallet_collective_technical_committee.rs b/runtime/polkadot/src/weights/pallet_collective_technical_committee.rs index 26393e9d92be..353d623e36e5 100644 --- a/runtime/polkadot/src/weights/pallet_collective_technical_committee.rs +++ b/runtime/polkadot/src/weights/pallet_collective_technical_committee.rs @@ -64,18 +64,18 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `0 + m * (3233 ±0) + p * (3223 ±0)` // Estimated: `16342 + m * (7809 ±17) + p * (10238 ±17)` // Minimum execution time: 17_676 nanoseconds. - Weight::from_ref_time(17_858_000) - .saturating_add(Weight::from_proof_size(16342)) + Weight::from_parts(17_858_000, 0) + .saturating_add(Weight::from_parts(0, 16342)) // Standard Error: 47_058 - .saturating_add(Weight::from_ref_time(5_352_886).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(5_352_886, 0).saturating_mul(m.into())) // Standard Error: 47_058 - .saturating_add(Weight::from_ref_time(7_869_114).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(7_869_114, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(7809).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(10238).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 7809).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 10238).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -88,14 +88,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `173 + m * (32 ±0)` // Estimated: `669 + m * (32 ±0)` // Minimum execution time: 15_574 nanoseconds. - Weight::from_ref_time(14_728_666) - .saturating_add(Weight::from_proof_size(669)) + Weight::from_parts(14_728_666, 0) + .saturating_add(Weight::from_parts(0, 669)) // Standard Error: 21 - .saturating_add(Weight::from_ref_time(1_604).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_604, 0).saturating_mul(b.into())) // Standard Error: 222 - .saturating_add(Weight::from_ref_time(15_759).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(15_759, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(Weight::from_proof_size(32).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -110,14 +110,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `173 + m * (32 ±0)` // Estimated: `3318 + m * (64 ±0)` // Minimum execution time: 17_995 nanoseconds. - Weight::from_ref_time(16_803_043) - .saturating_add(Weight::from_proof_size(3318)) + Weight::from_parts(16_803_043, 0) + .saturating_add(Weight::from_parts(0, 3318)) // Standard Error: 36 - .saturating_add(Weight::from_ref_time(1_664).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_664, 0).saturating_mul(b.into())) // Standard Error: 377 - .saturating_add(Weight::from_ref_time(25_717).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(25_717, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(Weight::from_proof_size(64).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -140,18 +140,18 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `495 + m * (32 ±0) + p * (36 ±0)` // Estimated: `6050 + m * (165 ±0) + p * (180 ±0)` // Minimum execution time: 23_343 nanoseconds. - Weight::from_ref_time(24_423_202) - .saturating_add(Weight::from_proof_size(6050)) + Weight::from_parts(24_423_202, 0) + .saturating_add(Weight::from_parts(0, 6050)) // Standard Error: 50 - .saturating_add(Weight::from_ref_time(2_498).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_498, 0).saturating_mul(b.into())) // Standard Error: 526 - .saturating_add(Weight::from_ref_time(19_234).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(19_234, 0).saturating_mul(m.into())) // Standard Error: 519 - .saturating_add(Weight::from_ref_time(94_479).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(94_479, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) - .saturating_add(Weight::from_proof_size(165).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -164,13 +164,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `945 + m * (64 ±0)` // Estimated: `4858 + m * (128 ±0)` // Minimum execution time: 21_985 nanoseconds. - Weight::from_ref_time(22_528_905) - .saturating_add(Weight::from_proof_size(4858)) + Weight::from_parts(22_528_905, 0) + .saturating_add(Weight::from_parts(0, 4858)) // Standard Error: 261 - .saturating_add(Weight::from_ref_time(40_877).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(40_877, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(128).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -189,16 +189,16 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `565 + m * (64 ±0) + p * (36 ±0)` // Estimated: `5649 + m * (260 ±0) + p * (144 ±0)` // Minimum execution time: 26_228 nanoseconds. - Weight::from_ref_time(27_376_581) - .saturating_add(Weight::from_proof_size(5649)) + Weight::from_parts(27_376_581, 0) + .saturating_add(Weight::from_parts(0, 5649)) // Standard Error: 388 - .saturating_add(Weight::from_ref_time(19_762).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(19_762, 0).saturating_mul(m.into())) // Standard Error: 378 - .saturating_add(Weight::from_ref_time(87_103).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(87_103, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(260).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(144).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 144).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -219,19 +219,19 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `901 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `8920 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` // Minimum execution time: 35_964 nanoseconds. - Weight::from_ref_time(37_233_216) - .saturating_add(Weight::from_proof_size(8920)) + Weight::from_parts(37_233_216, 0) + .saturating_add(Weight::from_parts(0, 8920)) // Standard Error: 84 - .saturating_add(Weight::from_ref_time(2_315).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_315, 0).saturating_mul(b.into())) // Standard Error: 891 - .saturating_add(Weight::from_ref_time(21_458).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(21_458, 0).saturating_mul(m.into())) // Standard Error: 869 - .saturating_add(Weight::from_ref_time(117_788).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(117_788, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(4).saturating_mul(b.into())) - .saturating_add(Weight::from_proof_size(264).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(160).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 264).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 160).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -252,16 +252,16 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `585 + m * (64 ±0) + p * (36 ±0)` // Estimated: `6790 + m * (325 ±0) + p * (180 ±0)` // Minimum execution time: 29_008 nanoseconds. - Weight::from_ref_time(29_672_068) - .saturating_add(Weight::from_proof_size(6790)) + Weight::from_parts(29_672_068, 0) + .saturating_add(Weight::from_parts(0, 6790)) // Standard Error: 412 - .saturating_add(Weight::from_ref_time(25_483).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(25_483, 0).saturating_mul(m.into())) // Standard Error: 402 - .saturating_add(Weight::from_ref_time(89_167).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(89_167, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(325).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -284,19 +284,19 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `921 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `10260 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` // Minimum execution time: 38_285 nanoseconds. - Weight::from_ref_time(39_788_837) - .saturating_add(Weight::from_proof_size(10260)) + Weight::from_parts(39_788_837, 0) + .saturating_add(Weight::from_parts(0, 10260)) // Standard Error: 81 - .saturating_add(Weight::from_ref_time(2_125).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_125, 0).saturating_mul(b.into())) // Standard Error: 864 - .saturating_add(Weight::from_ref_time(22_376).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(22_376, 0).saturating_mul(m.into())) // Standard Error: 842 - .saturating_add(Weight::from_ref_time(119_698).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(119_698, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(5).saturating_mul(b.into())) - .saturating_add(Weight::from_proof_size(330).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(200).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 330).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 200).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Proposals (r:1 w:1) /// Proof Skipped: TechnicalCommittee Proposals (max_values: Some(1), max_size: None, mode: Measured) @@ -311,12 +311,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `330 + p * (32 ±0)` // Estimated: `1485 + p * (96 ±0)` // Minimum execution time: 15_012 nanoseconds. - Weight::from_ref_time(16_806_327) - .saturating_add(Weight::from_proof_size(1485)) + Weight::from_parts(16_806_327, 0) + .saturating_add(Weight::from_parts(0, 1485)) // Standard Error: 416 - .saturating_add(Weight::from_ref_time(85_010).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(85_010, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(96).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into())) } } diff --git a/runtime/polkadot/src/weights/pallet_democracy.rs b/runtime/polkadot/src/weights/pallet_democracy.rs index 635283bcfa17..5d80134338c3 100644 --- a/runtime/polkadot/src/weights/pallet_democracy.rs +++ b/runtime/polkadot/src/weights/pallet_democracy.rs @@ -58,8 +58,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4831` // Estimated: `23409` // Minimum execution time: 32_455 nanoseconds. - Weight::from_ref_time(33_104_000) - .saturating_add(Weight::from_proof_size(23409)) + Weight::from_parts(33_104_000, 0) + .saturating_add(Weight::from_parts(0, 23409)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,8 +70,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3587` // Estimated: `5705` // Minimum execution time: 29_703 nanoseconds. - Weight::from_ref_time(31_118_000) - .saturating_add(Weight::from_proof_size(5705)) + Weight::from_parts(31_118_000, 0) + .saturating_add(Weight::from_parts(0, 5705)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -86,8 +86,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3532` // Estimated: `12720` // Minimum execution time: 42_165 nanoseconds. - Weight::from_ref_time(42_685_000) - .saturating_add(Weight::from_proof_size(12720)) + Weight::from_parts(42_685_000, 0) + .saturating_add(Weight::from_parts(0, 12720)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -102,8 +102,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3554` // Estimated: `12720` // Minimum execution time: 42_202 nanoseconds. - Weight::from_ref_time(42_967_000) - .saturating_add(Weight::from_proof_size(12720)) + Weight::from_parts(42_967_000, 0) + .saturating_add(Weight::from_parts(0, 12720)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -118,8 +118,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `365` // Estimated: `7712` // Minimum execution time: 24_268 nanoseconds. - Weight::from_ref_time(25_097_000) - .saturating_add(Weight::from_proof_size(7712)) + Weight::from_parts(25_097_000, 0) + .saturating_add(Weight::from_parts(0, 7712)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,8 +142,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `6003` // Estimated: `36392` // Minimum execution time: 82_151 nanoseconds. - Weight::from_ref_time(83_325_000) - .saturating_add(Weight::from_proof_size(36392)) + Weight::from_parts(83_325_000, 0) + .saturating_add(Weight::from_parts(0, 36392)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -156,8 +156,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3415` // Estimated: `6340` // Minimum execution time: 12_972 nanoseconds. - Weight::from_ref_time(13_483_000) - .saturating_add(Weight::from_proof_size(6340)) + Weight::from_parts(13_483_000, 0) + .saturating_add(Weight::from_parts(0, 6340)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -168,8 +168,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_123 nanoseconds. - Weight::from_ref_time(3_294_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_294_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy NextExternal (r:0 w:1) @@ -179,8 +179,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_108 nanoseconds. - Weight::from_ref_time(3_238_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_238_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy NextExternal (r:1 w:1) @@ -196,8 +196,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `3654` // Minimum execution time: 26_263 nanoseconds. - Weight::from_ref_time(26_765_000) - .saturating_add(Weight::from_proof_size(3654)) + Weight::from_parts(26_765_000, 0) + .saturating_add(Weight::from_parts(0, 3654)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -212,8 +212,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3518` // Estimated: `8868` // Minimum execution time: 29_716 nanoseconds. - Weight::from_ref_time(29_973_000) - .saturating_add(Weight::from_proof_size(8868)) + Weight::from_parts(29_973_000, 0) + .saturating_add(Weight::from_parts(0, 8868)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -230,8 +230,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `5882` // Estimated: `28033` // Minimum execution time: 66_025 nanoseconds. - Weight::from_ref_time(66_897_000) - .saturating_add(Weight::from_proof_size(28033)) + Weight::from_parts(66_897_000, 0) + .saturating_add(Weight::from_parts(0, 28033)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -244,8 +244,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `238` // Estimated: `2528` // Minimum execution time: 18_538 nanoseconds. - Weight::from_ref_time(19_228_000) - .saturating_add(Weight::from_proof_size(2528)) + Weight::from_parts(19_228_000, 0) + .saturating_add(Weight::from_parts(0, 2528)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -261,14 +261,14 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `211 + r * (117 ±0)` // Estimated: `998 + r * (2676 ±0)` // Minimum execution time: 6_901 nanoseconds. - Weight::from_ref_time(9_907_508) - .saturating_add(Weight::from_proof_size(998)) + Weight::from_parts(9_907_508, 0) + .saturating_add(Weight::from_parts(0, 998)) // Standard Error: 6_122 - .saturating_add(Weight::from_ref_time(2_533_042).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(2_533_042, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(2676).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy LowestUnbaked (r:1 w:1) /// Proof: Democracy LowestUnbaked (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -288,14 +288,14 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `211 + r * (117 ±0)` // Estimated: `19318 + r * (2676 ±0)` // Minimum execution time: 9_282 nanoseconds. - Weight::from_ref_time(12_515_202) - .saturating_add(Weight::from_proof_size(19318)) + Weight::from_parts(12_515_202, 0) + .saturating_add(Weight::from_parts(0, 19318)) // Standard Error: 6_387 - .saturating_add(Weight::from_ref_time(2_531_621).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(2_531_621, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(2676).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy VotingOf (r:3 w:3) /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) @@ -309,15 +309,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `925 + r * (139 ±0)` // Estimated: `22584 + r * (2676 ±0)` // Minimum execution time: 34_693 nanoseconds. - Weight::from_ref_time(40_617_239) - .saturating_add(Weight::from_proof_size(22584)) + Weight::from_parts(40_617_239, 0) + .saturating_add(Weight::from_parts(0, 22584)) // Standard Error: 7_497 - .saturating_add(Weight::from_ref_time(3_530_532).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(3_530_532, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_proof_size(2676).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy VotingOf (r:2 w:2) /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) @@ -329,15 +329,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `524 + r * (139 ±0)` // Estimated: `12540 + r * (2676 ±0)` // Minimum execution time: 20_013 nanoseconds. - Weight::from_ref_time(22_408_625) - .saturating_add(Weight::from_proof_size(12540)) + Weight::from_parts(22_408_625, 0) + .saturating_add(Weight::from_parts(0, 12540)) // Standard Error: 6_431 - .saturating_add(Weight::from_ref_time(3_497_325).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(3_497_325, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_proof_size(2676).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy PublicProps (r:0 w:1) /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) @@ -346,8 +346,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_897 nanoseconds. - Weight::from_ref_time(3_041_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_041_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy VotingOf (r:1 w:1) @@ -362,10 +362,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `594` // Estimated: `12647` // Minimum execution time: 19_128 nanoseconds. - Weight::from_ref_time(25_199_888) - .saturating_add(Weight::from_proof_size(12647)) + Weight::from_parts(25_199_888, 0) + .saturating_add(Weight::from_parts(0, 12647)) // Standard Error: 1_360 - .saturating_add(Weight::from_ref_time(23_598).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(23_598, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -381,10 +381,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `595 + r * (22 ±0)` // Estimated: `12647` // Minimum execution time: 23_292 nanoseconds. - Weight::from_ref_time(24_935_036) - .saturating_add(Weight::from_proof_size(12647)) + Weight::from_parts(24_935_036, 0) + .saturating_add(Weight::from_parts(0, 12647)) // Standard Error: 657 - .saturating_add(Weight::from_ref_time(60_253).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(60_253, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -398,10 +398,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `758 + r * (26 ±0)` // Estimated: `8946` // Minimum execution time: 14_952 nanoseconds. - Weight::from_ref_time(17_820_451) - .saturating_add(Weight::from_proof_size(8946)) + Weight::from_parts(17_820_451, 0) + .saturating_add(Weight::from_parts(0, 8946)) // Standard Error: 1_013 - .saturating_add(Weight::from_ref_time(71_228).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(71_228, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -415,10 +415,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `758 + r * (26 ±0)` // Estimated: `8946` // Minimum execution time: 15_307 nanoseconds. - Weight::from_ref_time(18_031_432) - .saturating_add(Weight::from_proof_size(8946)) + Weight::from_parts(18_031_432, 0) + .saturating_add(Weight::from_parts(0, 8946)) // Standard Error: 1_031 - .saturating_add(Weight::from_ref_time(71_291).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(71_291, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -433,8 +433,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `323` // Estimated: `3193` // Minimum execution time: 17_459 nanoseconds. - Weight::from_ref_time(17_976_000) - .saturating_add(Weight::from_proof_size(3193)) + Weight::from_parts(17_976_000, 0) + .saturating_add(Weight::from_parts(0, 3193)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -447,8 +447,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `3155` // Minimum execution time: 16_550 nanoseconds. - Weight::from_ref_time(16_814_000) - .saturating_add(Weight::from_proof_size(3155)) + Weight::from_parts(16_814_000, 0) + .saturating_add(Weight::from_parts(0, 3155)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -463,8 +463,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4886` // Estimated: `19763` // Minimum execution time: 29_293 nanoseconds. - Weight::from_ref_time(29_792_000) - .saturating_add(Weight::from_proof_size(19763)) + Weight::from_parts(29_792_000, 0) + .saturating_add(Weight::from_parts(0, 19763)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -477,8 +477,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4820` // Estimated: `19725` // Minimum execution time: 27_418 nanoseconds. - Weight::from_ref_time(27_878_000) - .saturating_add(Weight::from_proof_size(19725)) + Weight::from_parts(27_878_000, 0) + .saturating_add(Weight::from_parts(0, 19725)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -491,8 +491,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 13_858 nanoseconds. - Weight::from_ref_time(14_326_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(14_326_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -505,8 +505,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `269` // Estimated: `5204` // Minimum execution time: 18_303 nanoseconds. - Weight::from_ref_time(18_565_000) - .saturating_add(Weight::from_proof_size(5204)) + Weight::from_parts(18_565_000, 0) + .saturating_add(Weight::from_parts(0, 5204)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs b/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs index 95e4c896e37c..04c65d6505ce 100644 --- a/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs +++ b/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs @@ -66,8 +66,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `993` // Estimated: `6982` // Minimum execution time: 18_403 nanoseconds. - Weight::from_ref_time(18_766_000) - .saturating_add(Weight::from_proof_size(6982)) + Weight::from_parts(18_766_000, 0) + .saturating_add(Weight::from_parts(0, 6982)) .saturating_add(T::DbWeight::get().reads(8)) } /// Storage: ElectionProviderMultiPhase Round (r:1 w:0) @@ -79,8 +79,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `114` // Estimated: `1218` // Minimum execution time: 12_696 nanoseconds. - Weight::from_ref_time(12_991_000) - .saturating_add(Weight::from_proof_size(1218)) + Weight::from_parts(12_991_000, 0) + .saturating_add(Weight::from_parts(0, 1218)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -93,8 +93,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `114` // Estimated: `1218` // Minimum execution time: 13_874 nanoseconds. - Weight::from_ref_time(14_403_000) - .saturating_add(Weight::from_proof_size(1218)) + Weight::from_parts(14_403_000, 0) + .saturating_add(Weight::from_parts(0, 1218)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -107,8 +107,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `206` // Estimated: `2809` // Minimum execution time: 22_783 nanoseconds. - Weight::from_ref_time(23_390_000) - .saturating_add(Weight::from_proof_size(2809)) + Weight::from_parts(23_390_000, 0) + .saturating_add(Weight::from_parts(0, 2809)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,8 +119,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `206` // Estimated: `2603` // Minimum execution time: 16_457 nanoseconds. - Weight::from_ref_time(16_793_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(16_793_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -137,10 +137,10 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `0` // Estimated: `0` // Minimum execution time: 424_209 nanoseconds. - Weight::from_ref_time(431_389_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(431_389_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2_458 - .saturating_add(Weight::from_ref_time(262_474).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(262_474, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1) @@ -170,16 +170,16 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `368 + a * (768 ±0) + d * (48 ±0)` // Estimated: `10083 + a * (6912 ±0) + d * (441 ±0)` // Minimum execution time: 269_359 nanoseconds. - Weight::from_ref_time(74_782_984) - .saturating_add(Weight::from_proof_size(10083)) + Weight::from_parts(74_782_984, 0) + .saturating_add(Weight::from_parts(0, 10083)) // Standard Error: 3_910 - .saturating_add(Weight::from_ref_time(317_418).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(317_418, 0).saturating_mul(a.into())) // Standard Error: 5_861 - .saturating_add(Weight::from_ref_time(137_414).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(137_414, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(9)) - .saturating_add(Weight::from_proof_size(6912).saturating_mul(a.into())) - .saturating_add(Weight::from_proof_size(441).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(0, 6912).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(0, 441).saturating_mul(d.into())) } /// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0) /// Proof Skipped: ElectionProviderMultiPhase CurrentPhase (max_values: Some(1), max_size: None, mode: Measured) @@ -198,8 +198,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `1236` // Estimated: `8671` // Minimum execution time: 40_601 nanoseconds. - Weight::from_ref_time(41_302_000) - .saturating_add(Weight::from_proof_size(8671)) + Weight::from_parts(41_302_000, 0) + .saturating_add(Weight::from_parts(0, 8671)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -226,16 +226,16 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `251 + v * (553 ±0) + t * (32 ±0)` // Estimated: `5222 + v * (3871 ±0) + t * (224 ±0)` // Minimum execution time: 4_752_547 nanoseconds. - Weight::from_ref_time(4_805_907_000) - .saturating_add(Weight::from_proof_size(5222)) + Weight::from_parts(4_805_907_000, 0) + .saturating_add(Weight::from_parts(0, 5222)) // Standard Error: 17_168 - .saturating_add(Weight::from_ref_time(148_492).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(148_492, 0).saturating_mul(v.into())) // Standard Error: 50_876 - .saturating_add(Weight::from_ref_time(4_540_784).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(4_540_784, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(3871).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(224).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 3871).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 224).saturating_mul(t.into())) } /// Storage: ElectionProviderMultiPhase Round (r:1 w:0) /// Proof Skipped: ElectionProviderMultiPhase Round (max_values: Some(1), max_size: None, mode: Measured) @@ -254,14 +254,14 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `226 + v * (553 ±0) + t * (32 ±0)` // Estimated: `2884 + v * (2212 ±0) + t * (128 ±0)` // Minimum execution time: 3_993_047 nanoseconds. - Weight::from_ref_time(4_010_241_000) - .saturating_add(Weight::from_proof_size(2884)) + Weight::from_parts(4_010_241_000, 0) + .saturating_add(Weight::from_parts(0, 2884)) // Standard Error: 19_833 - .saturating_add(Weight::from_ref_time(348_014).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(348_014, 0).saturating_mul(v.into())) // Standard Error: 58_774 - .saturating_add(Weight::from_ref_time(3_409_027).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(3_409_027, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(Weight::from_proof_size(2212).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(128).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 2212).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 128).saturating_mul(t.into())) } } diff --git a/runtime/polkadot/src/weights/pallet_elections_phragmen.rs b/runtime/polkadot/src/weights/pallet_elections_phragmen.rs index 1d70883f00f2..f9e593fdba01 100644 --- a/runtime/polkadot/src/weights/pallet_elections_phragmen.rs +++ b/runtime/polkadot/src/weights/pallet_elections_phragmen.rs @@ -61,13 +61,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `465 + v * (80 ±0)` // Estimated: `9590 + v * (320 ±0)` // Minimum execution time: 25_501 nanoseconds. - Weight::from_ref_time(26_481_743) - .saturating_add(Weight::from_proof_size(9590)) + Weight::from_parts(26_481_743, 0) + .saturating_add(Weight::from_parts(0, 9590)) // Standard Error: 3_489 - .saturating_add(Weight::from_ref_time(114_542).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(114_542, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(320).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) } /// Storage: PhragmenElection Candidates (r:1 w:0) /// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -85,13 +85,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `433 + v * (80 ±0)` // Estimated: `9462 + v * (320 ±0)` // Minimum execution time: 34_411 nanoseconds. - Weight::from_ref_time(34_836_113) - .saturating_add(Weight::from_proof_size(9462)) + Weight::from_parts(34_836_113, 0) + .saturating_add(Weight::from_parts(0, 9462)) // Standard Error: 3_826 - .saturating_add(Weight::from_ref_time(166_356).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(166_356, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(320).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) } /// Storage: PhragmenElection Candidates (r:1 w:0) /// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -109,13 +109,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `465 + v * (80 ±0)` // Estimated: `9590 + v * (320 ±0)` // Minimum execution time: 34_045 nanoseconds. - Weight::from_ref_time(34_935_612) - .saturating_add(Weight::from_proof_size(9590)) + Weight::from_parts(34_935_612, 0) + .saturating_add(Weight::from_parts(0, 9590)) // Standard Error: 4_134 - .saturating_add(Weight::from_ref_time(144_811).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(144_811, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(320).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) } /// Storage: PhragmenElection Voting (r:1 w:1) /// Proof Skipped: PhragmenElection Voting (max_values: None, max_size: None, mode: Measured) @@ -126,8 +126,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `955` // Estimated: `7204` // Minimum execution time: 31_044 nanoseconds. - Weight::from_ref_time(31_420_000) - .saturating_add(Weight::from_proof_size(7204)) + Weight::from_parts(31_420_000, 0) + .saturating_add(Weight::from_parts(0, 7204)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -143,13 +143,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `2485 + c * (48 ±0)` // Estimated: `8934 + c * (144 ±0)` // Minimum execution time: 26_818 nanoseconds. - Weight::from_ref_time(20_236_278) - .saturating_add(Weight::from_proof_size(8934)) + Weight::from_parts(20_236_278, 0) + .saturating_add(Weight::from_parts(0, 8934)) // Standard Error: 869 - .saturating_add(Weight::from_ref_time(82_655).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(82_655, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(144).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 144).saturating_mul(c.into())) } /// Storage: PhragmenElection Candidates (r:1 w:1) /// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -159,13 +159,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `314 + c * (48 ±0)` // Estimated: `796 + c * (48 ±0)` // Minimum execution time: 22_804 nanoseconds. - Weight::from_ref_time(15_746_411) - .saturating_add(Weight::from_proof_size(796)) + Weight::from_parts(15_746_411, 0) + .saturating_add(Weight::from_parts(0, 796)) // Standard Error: 889 - .saturating_add(Weight::from_ref_time(58_344).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(58_344, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(48).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into())) } /// Storage: PhragmenElection Members (r:1 w:1) /// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured) @@ -182,8 +182,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `2692` // Estimated: `15440` // Minimum execution time: 39_555 nanoseconds. - Weight::from_ref_time(40_645_000) - .saturating_add(Weight::from_proof_size(15440)) + Weight::from_parts(40_645_000, 0) + .saturating_add(Weight::from_parts(0, 15440)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -194,8 +194,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `1806` // Estimated: `2301` // Minimum execution time: 25_415 nanoseconds. - Weight::from_ref_time(25_678_000) - .saturating_add(Weight::from_proof_size(2301)) + Weight::from_parts(25_678_000, 0) + .saturating_add(Weight::from_parts(0, 2301)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -206,8 +206,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `0` // Estimated: `0` // Minimum execution time: 2_000_000_000 nanoseconds. - Weight::from_ref_time(2_000_000_000_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_000_000_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: PhragmenElection Members (r:1 w:1) /// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured) @@ -226,8 +226,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `2692` // Estimated: `18043` // Minimum execution time: 53_351 nanoseconds. - Weight::from_ref_time(54_906_000) - .saturating_add(Weight::from_proof_size(18043)) + Weight::from_parts(54_906_000, 0) + .saturating_add(Weight::from_parts(0, 18043)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -250,14 +250,14 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `36028 + v * (872 ±0)` // Estimated: `149172 + v * (12340 ±0)` // Minimum execution time: 300_272_594 nanoseconds. - Weight::from_ref_time(300_710_357_000) - .saturating_add(Weight::from_proof_size(149172)) + Weight::from_parts(300_710_357_000, 0) + .saturating_add(Weight::from_parts(0, 149172)) // Standard Error: 258_959 - .saturating_add(Weight::from_ref_time(37_381_041).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(37_381_041, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) - .saturating_add(Weight::from_proof_size(12340).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 12340).saturating_mul(v.into())) } /// Storage: PhragmenElection Candidates (r:1 w:1) /// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -285,19 +285,19 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `0 + v * (639 ±0) + e * (28 ±0)` // Estimated: `5352462 + v * (5714 ±4) + e * (123 ±0) + c * (2560 ±0)` // Minimum execution time: 30_435_755 nanoseconds. - Weight::from_ref_time(30_515_828_000) - .saturating_add(Weight::from_proof_size(5352462)) + Weight::from_parts(30_515_828_000, 0) + .saturating_add(Weight::from_parts(0, 5352462)) // Standard Error: 423_686 - .saturating_add(Weight::from_ref_time(37_991_243).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(37_991_243, 0).saturating_mul(v.into())) // Standard Error: 27_189 - .saturating_add(Weight::from_ref_time(1_855_718).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(1_855_718, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(269)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(6)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(5714).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(123).saturating_mul(e.into())) - .saturating_add(Weight::from_proof_size(2560).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 5714).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 123).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 2560).saturating_mul(c.into())) } } diff --git a/runtime/polkadot/src/weights/pallet_fast_unstake.rs b/runtime/polkadot/src/weights/pallet_fast_unstake.rs index 771c282eca58..53f0bed19391 100644 --- a/runtime/polkadot/src/weights/pallet_fast_unstake.rs +++ b/runtime/polkadot/src/weights/pallet_fast_unstake.rs @@ -79,15 +79,15 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1127 + b * (391 ±0)` // Estimated: `6126 + b * (17736 ±0)` // Minimum execution time: 73_500 nanoseconds. - Weight::from_ref_time(40_085_054) - .saturating_add(Weight::from_proof_size(6126)) + Weight::from_parts(40_085_054, 0) + .saturating_add(Weight::from_parts(0, 6126)) // Standard Error: 54_434 - .saturating_add(Weight::from_ref_time(36_862_209).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(36_862_209, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(b.into()))) - .saturating_add(Weight::from_proof_size(17736).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 17736).saturating_mul(b.into())) } /// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) /// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -110,17 +110,17 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1481 + v * (19543 ±0) + b * (48 ±0)` // Estimated: `9009 + v * (41563 ±0) + b * (104 ±0)` // Minimum execution time: 671_218 nanoseconds. - Weight::from_ref_time(673_197_000) - .saturating_add(Weight::from_proof_size(9009)) + Weight::from_parts(673_197_000, 0) + .saturating_add(Weight::from_parts(0, 9009)) // Standard Error: 6_626_048 - .saturating_add(Weight::from_ref_time(221_255_401).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(221_255_401, 0).saturating_mul(v.into())) // Standard Error: 106_328_169 - .saturating_add(Weight::from_ref_time(3_303_176_545).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(3_303_176_545, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(41563).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(104).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 41563).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 104).saturating_mul(b.into())) } /// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) /// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -155,8 +155,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `2117` // Estimated: `29662` // Minimum execution time: 110_062 nanoseconds. - Weight::from_ref_time(112_129_000) - .saturating_add(Weight::from_proof_size(29662)) + Weight::from_parts(112_129_000, 0) + .saturating_add(Weight::from_parts(0, 29662)) .saturating_add(T::DbWeight::get().reads(15)) .saturating_add(T::DbWeight::get().writes(10)) } @@ -175,8 +175,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1220` // Estimated: `8476` // Minimum execution time: 39_823 nanoseconds. - Weight::from_ref_time(40_479_000) - .saturating_add(Weight::from_proof_size(8476)) + Weight::from_parts(40_479_000, 0) + .saturating_add(Weight::from_parts(0, 8476)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -187,8 +187,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 2_486 nanoseconds. - Weight::from_ref_time(2_630_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_630_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/polkadot/src/weights/pallet_identity.rs b/runtime/polkadot/src/weights/pallet_identity.rs index 8c27a60b760d..64bfd753e190 100644 --- a/runtime/polkadot/src/weights/pallet_identity.rs +++ b/runtime/polkadot/src/weights/pallet_identity.rs @@ -53,10 +53,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `64 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 11_644 nanoseconds. - Weight::from_ref_time(12_337_654) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(12_337_654, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 2_075 - .saturating_add(Weight::from_ref_time(48_870).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(48_870, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,12 +69,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `474 + r * (5 ±0)` // Estimated: `10013` // Minimum execution time: 26_828 nanoseconds. - Weight::from_ref_time(26_869_635) - .saturating_add(Weight::from_proof_size(10013)) + Weight::from_parts(26_869_635, 0) + .saturating_add(Weight::from_parts(0, 10013)) // Standard Error: 3_058 - .saturating_add(Weight::from_ref_time(54_123).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(54_123, 0).saturating_mul(r.into())) // Standard Error: 596 - .saturating_add(Weight::from_ref_time(352_390).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(352_390, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -90,15 +90,15 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `101` // Estimated: `15746 + s * (2589 ±0)` // Minimum execution time: 8_247 nanoseconds. - Weight::from_ref_time(21_029_403) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(21_029_403, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 4_055 - .saturating_add(Weight::from_ref_time(2_354_272).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_354_272, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(2589).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 2589).saturating_mul(s.into())) } /// Storage: Identity IdentityOf (r:1 w:0) /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen) @@ -112,10 +112,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `226 + p * (32 ±0)` // Estimated: `15746` // Minimum execution time: 7_925 nanoseconds. - Weight::from_ref_time(20_042_455) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(20_042_455, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 2_978 - .saturating_add(Weight::from_ref_time(964_381).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(964_381, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -134,14 +134,14 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `533 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `15746` // Minimum execution time: 41_646 nanoseconds. - Weight::from_ref_time(26_256_140) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(26_256_140, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 4_834 - .saturating_add(Weight::from_ref_time(31_007).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(31_007, 0).saturating_mul(r.into())) // Standard Error: 944 - .saturating_add(Weight::from_ref_time(951_693).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(951_693, 0).saturating_mul(s.into())) // Standard Error: 944 - .saturating_add(Weight::from_ref_time(179_160).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(179_160, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -157,12 +157,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `431 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11649` // Minimum execution time: 27_585 nanoseconds. - Weight::from_ref_time(27_019_383) - .saturating_add(Weight::from_proof_size(11649)) + Weight::from_parts(27_019_383, 0) + .saturating_add(Weight::from_parts(0, 11649)) // Standard Error: 4_215 - .saturating_add(Weight::from_ref_time(92_906).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(92_906, 0).saturating_mul(r.into())) // Standard Error: 822 - .saturating_add(Weight::from_ref_time(368_455).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(368_455, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -175,12 +175,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `430 + x * (66 ±0)` // Estimated: `10013` // Minimum execution time: 24_389 nanoseconds. - Weight::from_ref_time(24_757_500) - .saturating_add(Weight::from_proof_size(10013)) + Weight::from_parts(24_757_500, 0) + .saturating_add(Weight::from_parts(0, 10013)) // Standard Error: 3_437 - .saturating_add(Weight::from_ref_time(51_608).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(51_608, 0).saturating_mul(r.into())) // Standard Error: 670 - .saturating_add(Weight::from_ref_time(363_610).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(363_610, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,10 +192,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 6_979 nanoseconds. - Weight::from_ref_time(7_349_215) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_349_215, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_313 - .saturating_add(Weight::from_ref_time(77_905).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(77_905, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -207,10 +207,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 6_692 nanoseconds. - Weight::from_ref_time(7_239_470) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_239_470, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_291 - .saturating_add(Weight::from_ref_time(80_813).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(80_813, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -222,10 +222,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 6_610 nanoseconds. - Weight::from_ref_time(7_174_482) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_174_482, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_772 - .saturating_add(Weight::from_ref_time(84_494).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(84_494, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -240,12 +240,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `509 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11649` // Minimum execution time: 21_066 nanoseconds. - Weight::from_ref_time(21_462_613) - .saturating_add(Weight::from_proof_size(11649)) + Weight::from_parts(21_462_613, 0) + .saturating_add(Weight::from_parts(0, 11649)) // Standard Error: 3_937 - .saturating_add(Weight::from_ref_time(52_386).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(52_386, 0).saturating_mul(r.into())) // Standard Error: 728 - .saturating_add(Weight::from_ref_time(616_935).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(616_935, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -265,14 +265,14 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `772 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `18349` // Minimum execution time: 54_980 nanoseconds. - Weight::from_ref_time(40_001_513) - .saturating_add(Weight::from_proof_size(18349)) + Weight::from_parts(40_001_513, 0) + .saturating_add(Weight::from_parts(0, 18349)) // Standard Error: 8_034 - .saturating_add(Weight::from_ref_time(30_080).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(30_080, 0).saturating_mul(r.into())) // Standard Error: 1_568 - .saturating_add(Weight::from_ref_time(969_011).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(969_011, 0).saturating_mul(s.into())) // Standard Error: 1_568 - .saturating_add(Weight::from_ref_time(175_540).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(175_540, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -289,10 +289,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `507 + s * (36 ±0)` // Estimated: `18335` // Minimum execution time: 23_301 nanoseconds. - Weight::from_ref_time(28_745_724) - .saturating_add(Weight::from_proof_size(18335)) + Weight::from_parts(28_745_724, 0) + .saturating_add(Weight::from_parts(0, 18335)) // Standard Error: 1_483 - .saturating_add(Weight::from_ref_time(61_335).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(61_335, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -306,10 +306,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `623 + s * (3 ±0)` // Estimated: `12602` // Minimum execution time: 11_478 nanoseconds. - Weight::from_ref_time(13_548_994) - .saturating_add(Weight::from_proof_size(12602)) + Weight::from_parts(13_548_994, 0) + .saturating_add(Weight::from_parts(0, 12602)) // Standard Error: 555 - .saturating_add(Weight::from_ref_time(15_465).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(15_465, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -325,10 +325,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `702 + s * (35 ±0)` // Estimated: `18335` // Minimum execution time: 27_008 nanoseconds. - Weight::from_ref_time(30_315_595) - .saturating_add(Weight::from_proof_size(18335)) + Weight::from_parts(30_315_595, 0) + .saturating_add(Weight::from_parts(0, 18335)) // Standard Error: 1_043 - .saturating_add(Weight::from_ref_time(50_177).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(50_177, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -342,10 +342,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `628 + s * (37 ±0)` // Estimated: `8322` // Minimum execution time: 18_684 nanoseconds. - Weight::from_ref_time(21_361_443) - .saturating_add(Weight::from_proof_size(8322)) + Weight::from_parts(21_361_443, 0) + .saturating_add(Weight::from_parts(0, 8322)) // Standard Error: 917 - .saturating_add(Weight::from_ref_time(51_165).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(51_165, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/polkadot/src/weights/pallet_im_online.rs b/runtime/polkadot/src/weights/pallet_im_online.rs index 57eb521a5145..7d83a7ea63a1 100644 --- a/runtime/polkadot/src/weights/pallet_im_online.rs +++ b/runtime/polkadot/src/weights/pallet_im_online.rs @@ -62,15 +62,15 @@ impl pallet_im_online::WeightInfo for WeightInfo { // Measured: `425 + k * (32 ±0)` // Estimated: `10345844 + k * (64 ±0) + e * (25 ±0)` // Minimum execution time: 91_243 nanoseconds. - Weight::from_ref_time(72_475_606) - .saturating_add(Weight::from_proof_size(10345844)) + Weight::from_parts(72_475_606, 0) + .saturating_add(Weight::from_parts(0, 10345844)) // Standard Error: 317 - .saturating_add(Weight::from_ref_time(23_804).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(23_804, 0).saturating_mul(k.into())) // Standard Error: 3_201 - .saturating_add(Weight::from_ref_time(311_133).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(311_133, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(64).saturating_mul(k.into())) - .saturating_add(Weight::from_proof_size(25).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 25).saturating_mul(e.into())) } } diff --git a/runtime/polkadot/src/weights/pallet_indices.rs b/runtime/polkadot/src/weights/pallet_indices.rs index 8f8556b3e2d6..7c0356a15fde 100644 --- a/runtime/polkadot/src/weights/pallet_indices.rs +++ b/runtime/polkadot/src/weights/pallet_indices.rs @@ -52,8 +52,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `142` // Estimated: `2544` // Minimum execution time: 17_872 nanoseconds. - Weight::from_ref_time(18_573_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(18_573_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -66,8 +66,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `405` // Estimated: `5147` // Minimum execution time: 22_981 nanoseconds. - Weight::from_ref_time(23_391_000) - .saturating_add(Weight::from_proof_size(5147)) + Weight::from_parts(23_391_000, 0) + .saturating_add(Weight::from_parts(0, 5147)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,8 +78,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `270` // Estimated: `2544` // Minimum execution time: 18_986 nanoseconds. - Weight::from_ref_time(19_539_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(19_539_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -92,8 +92,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `405` // Estimated: `5147` // Minimum execution time: 23_289 nanoseconds. - Weight::from_ref_time(24_394_000) - .saturating_add(Weight::from_proof_size(5147)) + Weight::from_parts(24_394_000, 0) + .saturating_add(Weight::from_parts(0, 5147)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -104,8 +104,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `270` // Estimated: `2544` // Minimum execution time: 24_028 nanoseconds. - Weight::from_ref_time(24_623_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(24_623_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_membership.rs b/runtime/polkadot/src/weights/pallet_membership.rs index acb9bf5027e3..f9e48b19bbec 100644 --- a/runtime/polkadot/src/weights/pallet_membership.rs +++ b/runtime/polkadot/src/weights/pallet_membership.rs @@ -59,13 +59,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `238 + m * (64 ±0)` // Estimated: `4903 + m * (192 ±0)` // Minimum execution time: 15_858 nanoseconds. - Weight::from_ref_time(16_808_745) - .saturating_add(Weight::from_proof_size(4903)) + Weight::from_parts(16_808_745, 0) + .saturating_add(Weight::from_parts(0, 4903)) // Standard Error: 398 - .saturating_add(Weight::from_ref_time(31_356).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(31_356, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -83,13 +83,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `342 + m * (64 ±0)` // Estimated: `5742 + m * (192 ±0)` // Minimum execution time: 18_512 nanoseconds. - Weight::from_ref_time(19_140_527) - .saturating_add(Weight::from_proof_size(5742)) + Weight::from_parts(19_140_527, 0) + .saturating_add(Weight::from_parts(0, 5742)) // Standard Error: 416 - .saturating_add(Weight::from_ref_time(33_120).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(33_120, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -107,13 +107,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `342 + m * (64 ±0)` // Estimated: `5742 + m * (192 ±0)` // Minimum execution time: 18_790 nanoseconds. - Weight::from_ref_time(20_112_394) - .saturating_add(Weight::from_proof_size(5742)) + Weight::from_parts(20_112_394, 0) + .saturating_add(Weight::from_parts(0, 5742)) // Standard Error: 1_198 - .saturating_add(Weight::from_ref_time(36_555).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(36_555, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -131,13 +131,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `342 + m * (64 ±0)` // Estimated: `5742 + m * (192 ±0)` // Minimum execution time: 17_554 nanoseconds. - Weight::from_ref_time(19_095_383) - .saturating_add(Weight::from_proof_size(5742)) + Weight::from_parts(19_095_383, 0) + .saturating_add(Weight::from_parts(0, 5742)) // Standard Error: 658 - .saturating_add(Weight::from_ref_time(155_665).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(155_665, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -155,13 +155,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `342 + m * (64 ±0)` // Estimated: `5742 + m * (192 ±0)` // Minimum execution time: 18_735 nanoseconds. - Weight::from_ref_time(19_659_609) - .saturating_add(Weight::from_proof_size(5742)) + Weight::from_parts(19_659_609, 0) + .saturating_add(Weight::from_parts(0, 5742)) // Standard Error: 1_716 - .saturating_add(Weight::from_ref_time(50_826).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(50_826, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:0) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -175,13 +175,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `64 + m * (32 ±0)` // Estimated: `3761 + m * (32 ±0)` // Minimum execution time: 7_515 nanoseconds. - Weight::from_ref_time(7_939_425) - .saturating_add(Weight::from_proof_size(3761)) + Weight::from_parts(7_939_425, 0) + .saturating_add(Weight::from_parts(0, 3761)) // Standard Error: 209 - .saturating_add(Weight::from_ref_time(9_931).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(9_931, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(32).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } /// Storage: TechnicalMembership Prime (r:0 w:1) /// Proof: TechnicalMembership Prime (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) @@ -193,10 +193,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_948 nanoseconds. - Weight::from_ref_time(3_204_566) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_204_566, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 81 - .saturating_add(Weight::from_ref_time(698).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(698, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().writes(2)) } } diff --git a/runtime/polkadot/src/weights/pallet_multisig.rs b/runtime/polkadot/src/weights/pallet_multisig.rs index 5b6ad0155261..166b93c9b306 100644 --- a/runtime/polkadot/src/weights/pallet_multisig.rs +++ b/runtime/polkadot/src/weights/pallet_multisig.rs @@ -51,10 +51,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 11_363 nanoseconds. - Weight::from_ref_time(11_897_735) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(11_897_735, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(488).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(488, 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) @@ -65,12 +65,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `318 + s * (2 ±0)` // Estimated: `5821` // Minimum execution time: 34_276 nanoseconds. - Weight::from_ref_time(27_774_222) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(27_774_222, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 572 - .saturating_add(Weight::from_ref_time(72_628).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(72_628, 0).saturating_mul(s.into())) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_520).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_520, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -83,12 +83,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `317` // Estimated: `5821` // Minimum execution time: 26_382 nanoseconds. - Weight::from_ref_time(20_069_044) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(20_069_044, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 465 - .saturating_add(Weight::from_ref_time(69_194).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(69_194, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_475).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_475, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -103,12 +103,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `455 + s * (33 ±0)` // Estimated: `8424` // Minimum execution time: 39_034 nanoseconds. - Weight::from_ref_time(31_465_196) - .saturating_add(Weight::from_proof_size(8424)) + Weight::from_parts(31_465_196, 0) + .saturating_add(Weight::from_parts(0, 8424)) // Standard Error: 468 - .saturating_add(Weight::from_ref_time(83_996).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(83_996, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_529).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_529, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -120,10 +120,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `325 + s * (2 ±0)` // Estimated: `5821` // Minimum execution time: 25_565 nanoseconds. - Weight::from_ref_time(26_551_634) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(26_551_634, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 630 - .saturating_add(Weight::from_ref_time(74_629).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(74_629, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -135,10 +135,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `317` // Estimated: `5821` // Minimum execution time: 17_875 nanoseconds. - Weight::from_ref_time(18_315_145) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(18_315_145, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 608 - .saturating_add(Weight::from_ref_time(73_312).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(73_312, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -150,10 +150,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `521 + s * (1 ±0)` // Estimated: `5821` // Minimum execution time: 26_936 nanoseconds. - Weight::from_ref_time(28_031_097) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(28_031_097, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 746 - .saturating_add(Weight::from_ref_time(75_056).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(75_056, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_nomination_pools.rs b/runtime/polkadot/src/weights/pallet_nomination_pools.rs index e28dbf53e614..0b7e16b72528 100644 --- a/runtime/polkadot/src/weights/pallet_nomination_pools.rs +++ b/runtime/polkadot/src/weights/pallet_nomination_pools.rs @@ -76,8 +76,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3468` // Estimated: `38468` // Minimum execution time: 138_821 nanoseconds. - Weight::from_ref_time(141_643_000) - .saturating_add(Weight::from_proof_size(38468)) + Weight::from_parts(141_643_000, 0) + .saturating_add(Weight::from_parts(0, 38468)) .saturating_add(T::DbWeight::get().reads(17)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -104,8 +104,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3510` // Estimated: `39063` // Minimum execution time: 136_347 nanoseconds. - Weight::from_ref_time(138_251_000) - .saturating_add(Weight::from_proof_size(39063)) + Weight::from_parts(138_251_000, 0) + .saturating_add(Weight::from_parts(0, 39063)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -134,8 +134,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3393` // Estimated: `38950` // Minimum execution time: 148_871 nanoseconds. - Weight::from_ref_time(150_708_000) - .saturating_add(Weight::from_proof_size(38950)) + Weight::from_parts(150_708_000, 0) + .saturating_add(Weight::from_parts(0, 38950)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -154,8 +154,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1220` // Estimated: `13485` // Minimum execution time: 55_263 nanoseconds. - Weight::from_ref_time(56_758_000) - .saturating_add(Weight::from_proof_size(13485)) + Weight::from_parts(56_758_000, 0) + .saturating_add(Weight::from_parts(0, 13485)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -192,8 +192,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3748` // Estimated: `44674` // Minimum execution time: 141_538 nanoseconds. - Weight::from_ref_time(145_982_000) - .saturating_add(Weight::from_proof_size(44674)) + Weight::from_parts(145_982_000, 0) + .saturating_add(Weight::from_parts(0, 44674)) .saturating_add(T::DbWeight::get().reads(18)) .saturating_add(T::DbWeight::get().writes(13)) } @@ -213,10 +213,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1672` // Estimated: `13025` // Minimum execution time: 50_576 nanoseconds. - Weight::from_ref_time(51_661_297) - .saturating_add(Weight::from_proof_size(13025)) + Weight::from_parts(51_661_297, 0) + .saturating_add(Weight::from_parts(0, 13025)) // Standard Error: 890 - .saturating_add(Weight::from_ref_time(9_936).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(9_936, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -246,10 +246,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2196` // Estimated: `22991` // Minimum execution time: 93_998 nanoseconds. - Weight::from_ref_time(95_463_915) - .saturating_add(Weight::from_proof_size(22991)) + Weight::from_parts(95_463_915, 0) + .saturating_add(Weight::from_parts(0, 22991)) // Standard Error: 1_047 - .saturating_add(Weight::from_ref_time(17_510).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(17_510, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -301,8 +301,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2584` // Estimated: `46001` // Minimum execution time: 145_214 nanoseconds. - Weight::from_ref_time(148_632_571) - .saturating_add(Weight::from_proof_size(46001)) + Weight::from_parts(148_632_571, 0) + .saturating_add(Weight::from_parts(0, 46001)) .saturating_add(T::DbWeight::get().reads(20)) .saturating_add(T::DbWeight::get().writes(18)) } @@ -353,8 +353,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1220` // Estimated: `32002` // Minimum execution time: 128_238 nanoseconds. - Weight::from_ref_time(130_135_000) - .saturating_add(Weight::from_proof_size(32002)) + Weight::from_parts(130_135_000, 0) + .saturating_add(Weight::from_parts(0, 32002)) .saturating_add(T::DbWeight::get().reads(21)) .saturating_add(T::DbWeight::get().writes(15)) } @@ -388,14 +388,14 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1805` // Estimated: `21998 + n * (2520 ±0)` // Minimum execution time: 61_163 nanoseconds. - Weight::from_ref_time(61_795_451) - .saturating_add(Weight::from_proof_size(21998)) + Weight::from_parts(61_795_451, 0) + .saturating_add(Weight::from_parts(0, 21998)) // Standard Error: 10_555 - .saturating_add(Weight::from_ref_time(1_112_812).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_112_812, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5)) - .saturating_add(Weight::from_proof_size(2520).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 2520).saturating_mul(n.into())) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) @@ -408,8 +408,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1393` // Estimated: `8752` // Minimum execution time: 31_553 nanoseconds. - Weight::from_ref_time(32_021_000) - .saturating_add(Weight::from_proof_size(8752)) + Weight::from_parts(32_021_000, 0) + .saturating_add(Weight::from_parts(0, 8752)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -425,10 +425,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `525` // Estimated: `5883` // Minimum execution time: 13_537 nanoseconds. - Weight::from_ref_time(14_140_818) - .saturating_add(Weight::from_proof_size(5883)) + Weight::from_parts(14_140_818, 0) + .saturating_add(Weight::from_parts(0, 5883)) // Standard Error: 108 - .saturating_add(Weight::from_ref_time(1_394).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_394, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -447,8 +447,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 4_626 nanoseconds. - Weight::from_ref_time(4_783_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(4_783_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: NominationPools BondedPools (r:1 w:1) @@ -458,8 +458,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `525` // Estimated: `2639` // Minimum execution time: 18_428 nanoseconds. - Weight::from_ref_time(18_781_000) - .saturating_add(Weight::from_proof_size(2639)) + Weight::from_parts(18_781_000, 0) + .saturating_add(Weight::from_parts(0, 2639)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -486,8 +486,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2032` // Estimated: `20489` // Minimum execution time: 60_522 nanoseconds. - Weight::from_ref_time(61_308_000) - .saturating_add(Weight::from_proof_size(20489)) + Weight::from_parts(61_308_000, 0) + .saturating_add(Weight::from_parts(0, 20489)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -500,8 +500,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `508` // Estimated: `5708` // Minimum execution time: 14_159 nanoseconds. - Weight::from_ref_time(14_475_000) - .saturating_add(Weight::from_proof_size(5708)) + Weight::from_parts(14_475_000, 0) + .saturating_add(Weight::from_parts(0, 5708)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_preimage.rs b/runtime/polkadot/src/weights/pallet_preimage.rs index 04be8954000b..5df03de5375e 100644 --- a/runtime/polkadot/src/weights/pallet_preimage.rs +++ b/runtime/polkadot/src/weights/pallet_preimage.rs @@ -55,10 +55,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `175` // Estimated: `2566` // Minimum execution time: 23_420 nanoseconds. - Weight::from_ref_time(23_601_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(23_601_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_291).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_291, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -72,10 +72,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 15_466 nanoseconds. - Weight::from_ref_time(15_631_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(15_631_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_291).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_291, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,10 +89,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 14_425 nanoseconds. - Weight::from_ref_time(14_815_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(14_815_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(2_298).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_298, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -105,8 +105,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `353` // Estimated: `2566` // Minimum execution time: 33_965 nanoseconds. - Weight::from_ref_time(37_296_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(37_296_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,8 +119,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 20_975 nanoseconds. - Weight::from_ref_time(21_973_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(21_973_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -131,8 +131,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `220` // Estimated: `2566` // Minimum execution time: 18_736 nanoseconds. - Weight::from_ref_time(19_671_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(19_671_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -143,8 +143,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 11_788 nanoseconds. - Weight::from_ref_time(12_505_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(12_505_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -155,8 +155,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `42` // Estimated: `2566` // Minimum execution time: 12_785 nanoseconds. - Weight::from_ref_time(13_444_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(13_444_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -167,8 +167,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 8_098 nanoseconds. - Weight::from_ref_time(8_414_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(8_414_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -181,8 +181,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 19_761 nanoseconds. - Weight::from_ref_time(20_594_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(20_594_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -193,8 +193,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 8_100 nanoseconds. - Weight::from_ref_time(8_519_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(8_519_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -205,8 +205,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 8_142 nanoseconds. - Weight::from_ref_time(8_398_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(8_398_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_proxy.rs b/runtime/polkadot/src/weights/pallet_proxy.rs index 4c64153b2df0..5f3f2a38850f 100644 --- a/runtime/polkadot/src/weights/pallet_proxy.rs +++ b/runtime/polkadot/src/weights/pallet_proxy.rs @@ -53,10 +53,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 13_832 nanoseconds. - Weight::from_ref_time(14_442_520) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(14_442_520, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_021 - .saturating_add(Weight::from_ref_time(28_863).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(28_863, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: Proxy Proxies (r:1 w:0) @@ -72,12 +72,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `650 + a * (68 ±0) + p * (37 ±0)` // Estimated: `11027` // Minimum execution time: 30_796 nanoseconds. - Weight::from_ref_time(31_227_638) - .saturating_add(Weight::from_proof_size(11027)) + Weight::from_parts(31_227_638, 0) + .saturating_add(Weight::from_parts(0, 11027)) // Standard Error: 1_869 - .saturating_add(Weight::from_ref_time(113_806).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(113_806, 0).saturating_mul(a.into())) // Standard Error: 1_931 - .saturating_add(Weight::from_ref_time(27_022).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(27_022, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -92,10 +92,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `533 + a * (68 ±0)` // Estimated: `7311` // Minimum execution time: 18_958 nanoseconds. - Weight::from_ref_time(20_239_017) - .saturating_add(Weight::from_proof_size(7311)) + Weight::from_parts(20_239_017, 0) + .saturating_add(Weight::from_parts(0, 7311)) // Standard Error: 1_355 - .saturating_add(Weight::from_ref_time(113_650).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(113_650, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -110,10 +110,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `533 + a * (68 ±0)` // Estimated: `7311` // Minimum execution time: 18_995 nanoseconds. - Weight::from_ref_time(20_199_358) - .saturating_add(Weight::from_proof_size(7311)) + Weight::from_parts(20_199_358, 0) + .saturating_add(Weight::from_parts(0, 7311)) // Standard Error: 1_342 - .saturating_add(Weight::from_ref_time(116_272).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(116_272, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -130,12 +130,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `582 + a * (68 ±0) + p * (37 ±0)` // Estimated: `11027` // Minimum execution time: 26_534 nanoseconds. - Weight::from_ref_time(28_201_035) - .saturating_add(Weight::from_proof_size(11027)) + Weight::from_parts(28_201_035, 0) + .saturating_add(Weight::from_parts(0, 11027)) // Standard Error: 1_726 - .saturating_add(Weight::from_ref_time(105_990).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(105_990, 0).saturating_mul(a.into())) // Standard Error: 1_784 - .saturating_add(Weight::from_ref_time(24_130).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(24_130, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -147,10 +147,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 19_916 nanoseconds. - Weight::from_ref_time(20_748_217) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(20_748_217, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_323 - .saturating_add(Weight::from_ref_time(53_613).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(53_613, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,10 +162,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 19_835 nanoseconds. - Weight::from_ref_time(20_703_384) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(20_703_384, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_701 - .saturating_add(Weight::from_ref_time(59_140).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(59_140, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -177,10 +177,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 15_890 nanoseconds. - Weight::from_ref_time(16_581_204) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(16_581_204, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_000 - .saturating_add(Weight::from_ref_time(31_311).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(31_311, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,10 +192,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `239` // Estimated: `3716` // Minimum execution time: 21_585 nanoseconds. - Weight::from_ref_time(22_389_421) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(22_389_421, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_248 - .saturating_add(Weight::from_ref_time(6_385).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(6_385, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -207,10 +207,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `296 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 16_870 nanoseconds. - Weight::from_ref_time(17_419_351) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(17_419_351, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 938 - .saturating_add(Weight::from_ref_time(36_477).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(36_477, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_scheduler.rs b/runtime/polkadot/src/weights/pallet_scheduler.rs index 048f07f45d4a..f1fcf524bc78 100644 --- a/runtime/polkadot/src/weights/pallet_scheduler.rs +++ b/runtime/polkadot/src/weights/pallet_scheduler.rs @@ -52,8 +52,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `69` // Estimated: `499` // Minimum execution time: 4_806 nanoseconds. - Weight::from_ref_time(5_035_000) - .saturating_add(Weight::from_proof_size(499)) + Weight::from_parts(5_035_000, 0) + .saturating_add(Weight::from_parts(0, 499)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -65,10 +65,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 4_118 nanoseconds. - Weight::from_ref_time(8_762_405) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(8_762_405, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 5_025 - .saturating_add(Weight::from_ref_time(693_418).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(693_418, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -77,8 +77,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_240 nanoseconds. - Weight::from_ref_time(5_505_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_505_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Preimage PreimageFor (r:1 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured) @@ -90,13 +90,13 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `211 + s * (1 ±0)` // Estimated: `5252 + s * (1 ±0)` // Minimum execution time: 17_995 nanoseconds. - Weight::from_ref_time(18_211_000) - .saturating_add(Weight::from_proof_size(5252)) + Weight::from_parts(18_211_000, 0) + .saturating_add(Weight::from_parts(0, 5252)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_168).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_168, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(1).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) } /// Storage: Scheduler Lookup (r:0 w:1) /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) @@ -105,8 +105,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_542 nanoseconds. - Weight::from_ref_time(6_839_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_839_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_periodic() -> Weight { @@ -114,24 +114,24 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_129 nanoseconds. - Weight::from_ref_time(5_321_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_321_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 2_473 nanoseconds. - Weight::from_ref_time(2_555_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_555_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 2_331 nanoseconds. - Weight::from_ref_time(2_494_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_494_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) @@ -141,10 +141,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 13_241 nanoseconds. - Weight::from_ref_time(16_391_558) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(16_391_558, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_240 - .saturating_add(Weight::from_ref_time(738_603).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(738_603, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -158,10 +158,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 17_945 nanoseconds. - Weight::from_ref_time(17_048_555) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(17_048_555, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_701 - .saturating_add(Weight::from_ref_time(1_319_435).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_319_435, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -175,10 +175,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `325 + s * (185 ±0)` // Estimated: `43961` // Minimum execution time: 15_926 nanoseconds. - Weight::from_ref_time(20_243_204) - .saturating_add(Weight::from_proof_size(43961)) + Weight::from_parts(20_243_204, 0) + .saturating_add(Weight::from_parts(0, 43961)) // Standard Error: 3_696 - .saturating_add(Weight::from_ref_time(765_081).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(765_081, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -192,10 +192,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `351 + s * (185 ±0)` // Estimated: `43961` // Minimum execution time: 18_110 nanoseconds. - Weight::from_ref_time(18_859_126) - .saturating_add(Weight::from_proof_size(43961)) + Weight::from_parts(18_859_126, 0) + .saturating_add(Weight::from_parts(0, 43961)) // Standard Error: 2_249 - .saturating_add(Weight::from_ref_time(1_329_477).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_329_477, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/polkadot/src/weights/pallet_session.rs b/runtime/polkadot/src/weights/pallet_session.rs index b29546fee7c5..097149c64e83 100644 --- a/runtime/polkadot/src/weights/pallet_session.rs +++ b/runtime/polkadot/src/weights/pallet_session.rs @@ -56,8 +56,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Measured: `1951` // Estimated: `24793` // Minimum execution time: 48_227 nanoseconds. - Weight::from_ref_time(48_750_000) - .saturating_add(Weight::from_proof_size(24793)) + Weight::from_parts(48_750_000, 0) + .saturating_add(Weight::from_parts(0, 24793)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -72,8 +72,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Measured: `1847` // Estimated: `9735` // Minimum execution time: 34_776 nanoseconds. - Weight::from_ref_time(35_555_000) - .saturating_add(Weight::from_proof_size(9735)) + Weight::from_parts(35_555_000, 0) + .saturating_add(Weight::from_parts(0, 9735)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/polkadot/src/weights/pallet_staking.rs b/runtime/polkadot/src/weights/pallet_staking.rs index 87c655d58452..61234da30602 100644 --- a/runtime/polkadot/src/weights/pallet_staking.rs +++ b/runtime/polkadot/src/weights/pallet_staking.rs @@ -60,8 +60,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1012` // Estimated: `10386` // Minimum execution time: 38_478 nanoseconds. - Weight::from_ref_time(39_160_000) - .saturating_add(Weight::from_proof_size(10386)) + Weight::from_parts(39_160_000, 0) + .saturating_add(Weight::from_parts(0, 10386)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -80,8 +80,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2149` // Estimated: `22888` // Minimum execution time: 75_481 nanoseconds. - Weight::from_ref_time(76_490_000) - .saturating_add(Weight::from_proof_size(22888)) + Weight::from_parts(76_490_000, 0) + .saturating_add(Weight::from_parts(0, 22888)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -108,8 +108,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2356` // Estimated: `29534` // Minimum execution time: 82_440 nanoseconds. - Weight::from_ref_time(83_275_000) - .saturating_add(Weight::from_proof_size(29534)) + Weight::from_parts(83_275_000, 0) + .saturating_add(Weight::from_parts(0, 29534)) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -127,10 +127,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1011` // Estimated: `10442` // Minimum execution time: 31_694 nanoseconds. - Weight::from_ref_time(33_109_576) - .saturating_add(Weight::from_proof_size(10442)) + Weight::from_parts(33_109_576, 0) + .saturating_add(Weight::from_parts(0, 10442)) // Standard Error: 629 - .saturating_add(Weight::from_ref_time(12_595).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(12_595, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -168,14 +168,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2377 + s * (4 ±0)` // Estimated: `32194 + s * (4 ±0)` // Minimum execution time: 74_992 nanoseconds. - Weight::from_ref_time(77_933_205) - .saturating_add(Weight::from_proof_size(32194)) + Weight::from_parts(77_933_205, 0) + .saturating_add(Weight::from_parts(0, 32194)) // Standard Error: 2_476 - .saturating_add(Weight::from_ref_time(965_613).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(965_613, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(4).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(s.into())) } /// Storage: Staking Ledger (r:1 w:0) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) @@ -204,8 +204,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1341` // Estimated: `19359` // Minimum execution time: 53_370 nanoseconds. - Weight::from_ref_time(54_196_000) - .saturating_add(Weight::from_proof_size(19359)) + Weight::from_parts(54_196_000, 0) + .saturating_add(Weight::from_parts(0, 19359)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -219,14 +219,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1221 + k * (601 ±0)` // Estimated: `3566 + k * (3033 ±0)` // Minimum execution time: 25_082 nanoseconds. - Weight::from_ref_time(27_131_542) - .saturating_add(Weight::from_proof_size(3566)) + Weight::from_parts(27_131_542, 0) + .saturating_add(Weight::from_parts(0, 3566)) // Standard Error: 8_882 - .saturating_add(Weight::from_ref_time(7_034_577).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(7_034_577, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) - .saturating_add(Weight::from_proof_size(3033).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 3033).saturating_mul(k.into())) } /// Storage: Staking Ledger (r:1 w:0) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) @@ -256,14 +256,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1881 + n * (105 ±0)` // Estimated: `21988 + n * (2520 ±0)` // Minimum execution time: 60_949 nanoseconds. - Weight::from_ref_time(58_465_623) - .saturating_add(Weight::from_proof_size(21988)) + Weight::from_parts(58_465_623, 0) + .saturating_add(Weight::from_parts(0, 21988)) // Standard Error: 13_034 - .saturating_add(Weight::from_ref_time(3_067_786).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(3_067_786, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(6)) - .saturating_add(Weight::from_proof_size(2520).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 2520).saturating_mul(n.into())) } /// Storage: Staking Ledger (r:1 w:0) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) @@ -284,8 +284,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1767` // Estimated: `17932` // Minimum execution time: 53_920 nanoseconds. - Weight::from_ref_time(54_554_000) - .saturating_add(Weight::from_proof_size(17932)) + Weight::from_parts(54_554_000, 0) + .saturating_add(Weight::from_parts(0, 17932)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -298,8 +298,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `769` // Estimated: `3566` // Minimum execution time: 14_667 nanoseconds. - Weight::from_ref_time(14_993_000) - .saturating_add(Weight::from_proof_size(3566)) + Weight::from_parts(14_993_000, 0) + .saturating_add(Weight::from_parts(0, 3566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -312,8 +312,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `868` // Estimated: `9679` // Minimum execution time: 20_937 nanoseconds. - Weight::from_ref_time(21_305_000) - .saturating_add(Weight::from_proof_size(9679)) + Weight::from_parts(21_305_000, 0) + .saturating_add(Weight::from_parts(0, 9679)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -324,8 +324,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_395 nanoseconds. - Weight::from_ref_time(2_506_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_506_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -335,8 +335,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 9_972 nanoseconds. - Weight::from_ref_time(10_179_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(10_179_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -346,8 +346,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 9_893 nanoseconds. - Weight::from_ref_time(10_334_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(10_334_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -357,8 +357,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 9_926 nanoseconds. - Weight::from_ref_time(10_218_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(10_218_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking Invulnerables (r:0 w:1) @@ -369,10 +369,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_576 nanoseconds. - Weight::from_ref_time(2_932_157) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_932_157, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 28 - .saturating_add(Weight::from_ref_time(14_305).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(14_305, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking Bonded (r:1 w:1) @@ -407,14 +407,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2071 + s * (4 ±0)` // Estimated: `27823 + s * (4 ±0)` // Minimum execution time: 65_779 nanoseconds. - Weight::from_ref_time(70_664_875) - .saturating_add(Weight::from_proof_size(27823)) + Weight::from_parts(70_664_875, 0) + .saturating_add(Weight::from_parts(0, 27823)) // Standard Error: 2_397 - .saturating_add(Weight::from_ref_time(972_480).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(972_480, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(4).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(s.into())) } /// Storage: Staking UnappliedSlashes (r:1 w:1) /// Proof Skipped: Staking UnappliedSlashes (max_values: None, max_size: None, mode: Measured) @@ -424,10 +424,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `66604` // Estimated: `69079` // Minimum execution time: 115_258 nanoseconds. - Weight::from_ref_time(827_477_945) - .saturating_add(Weight::from_proof_size(69079)) + Weight::from_parts(827_477_945, 0) + .saturating_add(Weight::from_parts(0, 69079)) // Standard Error: 51_633 - .saturating_add(Weight::from_ref_time(4_317_160).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(4_317_160, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -455,15 +455,15 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `34307 + n * (150 ±0)` // Estimated: `79850 + n * (8026 ±1)` // Minimum execution time: 82_468 nanoseconds. - Weight::from_ref_time(71_293_306) - .saturating_add(Weight::from_proof_size(79850)) + Weight::from_parts(71_293_306, 0) + .saturating_add(Weight::from_parts(0, 79850)) // Standard Error: 10_638 - .saturating_add(Weight::from_ref_time(24_983_430).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(24_983_430, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_proof_size(8026).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 8026).saturating_mul(n.into())) } /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -491,15 +491,15 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `62046 + n * (477 ±0)` // Estimated: `131062 + n * (16040 ±0)` // Minimum execution time: 100_612 nanoseconds. - Weight::from_ref_time(65_856_851) - .saturating_add(Weight::from_proof_size(131062)) + Weight::from_parts(65_856_851, 0) + .saturating_add(Weight::from_parts(0, 131062)) // Standard Error: 15_945 - .saturating_add(Weight::from_ref_time(36_695_084).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(36_695_084, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_proof_size(16040).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 16040).saturating_mul(n.into())) } /// Storage: Staking Ledger (r:1 w:1) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) @@ -519,10 +519,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2150 + l * (5 ±0)` // Estimated: `25491` // Minimum execution time: 75_114 nanoseconds. - Weight::from_ref_time(77_241_400) - .saturating_add(Weight::from_proof_size(25491)) + Weight::from_parts(77_241_400, 0) + .saturating_add(Weight::from_parts(0, 25491)) // Standard Error: 3_421 - .saturating_add(Weight::from_ref_time(25_832).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(25_832, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -558,14 +558,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2377 + s * (4 ±0)` // Estimated: `31701 + s * (4 ±0)` // Minimum execution time: 77_466 nanoseconds. - Weight::from_ref_time(78_757_648) - .saturating_add(Weight::from_proof_size(31701)) + Weight::from_parts(78_757_648, 0) + .saturating_add(Weight::from_parts(0, 31701)) // Standard Error: 2_163 - .saturating_add(Weight::from_ref_time(974_509).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(974_509, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(4).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(s.into())) } /// Storage: VoterList CounterForListNodes (r:1 w:0) /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -610,19 +610,19 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0 + v * (3658 ±0) + n * (812 ±0)` // Estimated: `472210 + v * (16741 ±0) + n * (12939 ±0)` // Minimum execution time: 453_826 nanoseconds. - Weight::from_ref_time(454_808_000) - .saturating_add(Weight::from_proof_size(472210)) + Weight::from_parts(454_808_000, 0) + .saturating_add(Weight::from_parts(0, 472210)) // Standard Error: 1_820_291 - .saturating_add(Weight::from_ref_time(58_630_310).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(58_630_310, 0).saturating_mul(v.into())) // Standard Error: 181_382 - .saturating_add(Weight::from_ref_time(15_121_856).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(15_121_856, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(185)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) - .saturating_add(Weight::from_proof_size(16741).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(12939).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 16741).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 12939).saturating_mul(n.into())) } /// Storage: VoterList CounterForListNodes (r:1 w:0) /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -649,18 +649,18 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `3066 + v * (455 ±0) + n * (1003 ±0)` // Estimated: `456188 + v * (14295 ±0) + n * (11775 ±0)` // Minimum execution time: 29_472_494 nanoseconds. - Weight::from_ref_time(29_688_908_000) - .saturating_add(Weight::from_proof_size(456188)) + Weight::from_parts(29_688_908_000, 0) + .saturating_add(Weight::from_parts(0, 456188)) // Standard Error: 327_047 - .saturating_add(Weight::from_ref_time(4_600_809).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(4_600_809, 0).saturating_mul(v.into())) // Standard Error: 327_047 - .saturating_add(Weight::from_ref_time(3_040_021).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(3_040_021, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(180)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(14295).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(11775).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 14295).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 11775).saturating_mul(n.into())) } /// Storage: Staking CounterForValidators (r:1 w:0) /// Proof: Staking CounterForValidators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -674,14 +674,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `916 + v * (50 ±0)` // Estimated: `3562 + v * (2520 ±0)` // Minimum execution time: 3_730_729 nanoseconds. - Weight::from_ref_time(3_797_673_000) - .saturating_add(Weight::from_proof_size(3562)) + Weight::from_parts(3_797_673_000, 0) + .saturating_add(Weight::from_parts(0, 3562)) // Standard Error: 43_157 - .saturating_add(Weight::from_ref_time(2_784_075).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(2_784_075, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(2520).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 2520).saturating_mul(v.into())) } /// Storage: Staking MinCommission (r:0 w:1) /// Proof: Staking MinCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -700,8 +700,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_597 nanoseconds. - Weight::from_ref_time(5_885_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_885_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: Staking MinCommission (r:0 w:1) @@ -721,8 +721,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_254 nanoseconds. - Weight::from_ref_time(5_443_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_443_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: Staking Ledger (r:1 w:0) @@ -750,8 +750,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1922` // Estimated: `19438` // Minimum execution time: 64_472 nanoseconds. - Weight::from_ref_time(65_331_000) - .saturating_add(Weight::from_proof_size(19438)) + Weight::from_parts(65_331_000, 0) + .saturating_add(Weight::from_parts(0, 19438)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -764,8 +764,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `627` // Estimated: `3019` // Minimum execution time: 13_321 nanoseconds. - Weight::from_ref_time(13_615_000) - .saturating_add(Weight::from_proof_size(3019)) + Weight::from_parts(13_615_000, 0) + .saturating_add(Weight::from_parts(0, 3019)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -776,8 +776,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_759 nanoseconds. - Weight::from_ref_time(2_936_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_936_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/polkadot/src/weights/pallet_timestamp.rs b/runtime/polkadot/src/weights/pallet_timestamp.rs index 9b314f191640..3a1f6c765722 100644 --- a/runtime/polkadot/src/weights/pallet_timestamp.rs +++ b/runtime/polkadot/src/weights/pallet_timestamp.rs @@ -54,8 +54,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Measured: `345` // Estimated: `1006` // Minimum execution time: 9_477 nanoseconds. - Weight::from_ref_time(9_745_000) - .saturating_add(Weight::from_proof_size(1006)) + Weight::from_parts(9_745_000, 0) + .saturating_add(Weight::from_parts(0, 1006)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -64,7 +64,7 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Measured: `128` // Estimated: `0` // Minimum execution time: 4_592 nanoseconds. - Weight::from_ref_time(4_786_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(4_786_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/polkadot/src/weights/pallet_tips.rs b/runtime/polkadot/src/weights/pallet_tips.rs index 4fac98fbf45e..c9c1baf38f4d 100644 --- a/runtime/polkadot/src/weights/pallet_tips.rs +++ b/runtime/polkadot/src/weights/pallet_tips.rs @@ -55,10 +55,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `4` // Estimated: `4958` // Minimum execution time: 21_264 nanoseconds. - Weight::from_ref_time(21_991_013) - .saturating_add(Weight::from_proof_size(4958)) + Weight::from_parts(21_991_013, 0) + .saturating_add(Weight::from_parts(0, 4958)) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_793).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(1_793, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -71,8 +71,8 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `2981` // Minimum execution time: 21_014 nanoseconds. - Weight::from_ref_time(21_265_000) - .saturating_add(Weight::from_proof_size(2981)) + Weight::from_parts(21_265_000, 0) + .saturating_add(Weight::from_parts(0, 2981)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,15 +89,15 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `106 + t * (64 ±0)` // Estimated: `3288 + t * (192 ±0)` // Minimum execution time: 18_407 nanoseconds. - Weight::from_ref_time(16_892_035) - .saturating_add(Weight::from_proof_size(3288)) + Weight::from_parts(16_892_035, 0) + .saturating_add(Weight::from_parts(0, 3288)) // Standard Error: 7 - .saturating_add(Weight::from_ref_time(1_653).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(1_653, 0).saturating_mul(r.into())) // Standard Error: 10_236 - .saturating_add(Weight::from_ref_time(216_771).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(216_771, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(t.into())) } /// Storage: PhragmenElection Members (r:1 w:0) /// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured) @@ -109,13 +109,13 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `359 + t * (112 ±0)` // Estimated: `3688 + t * (224 ±0)` // Minimum execution time: 14_440 nanoseconds. - Weight::from_ref_time(14_823_159) - .saturating_add(Weight::from_proof_size(3688)) + Weight::from_parts(14_823_159, 0) + .saturating_add(Weight::from_parts(0, 3688)) // Standard Error: 1_912 - .saturating_add(Weight::from_ref_time(110_888).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(110_888, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(224).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 224).saturating_mul(t.into())) } /// Storage: Tips Tips (r:1 w:1) /// Proof Skipped: Tips Tips (max_values: None, max_size: None, mode: Measured) @@ -131,13 +131,13 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `398 + t * (112 ±0)` // Estimated: `6740 + t * (336 ±0)` // Minimum execution time: 38_879 nanoseconds. - Weight::from_ref_time(40_518_687) - .saturating_add(Weight::from_proof_size(6740)) + Weight::from_parts(40_518_687, 0) + .saturating_add(Weight::from_parts(0, 6740)) // Standard Error: 7_525 - .saturating_add(Weight::from_ref_time(120_106).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(120_106, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(336).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 336).saturating_mul(t.into())) } /// Storage: Tips Tips (r:1 w:1) /// Proof Skipped: Tips Tips (max_values: None, max_size: None, mode: Measured) @@ -149,10 +149,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `301` // Estimated: `3077` // Minimum execution time: 13_724 nanoseconds. - Weight::from_ref_time(14_455_797) - .saturating_add(Weight::from_proof_size(3077)) + Weight::from_parts(14_455_797, 0) + .saturating_add(Weight::from_parts(0, 3077)) // Standard Error: 1_799 - .saturating_add(Weight::from_ref_time(18_372).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(18_372, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/polkadot/src/weights/pallet_treasury.rs b/runtime/polkadot/src/weights/pallet_treasury.rs index 3a58154f1dcf..be57905a5104 100644 --- a/runtime/polkadot/src/weights/pallet_treasury.rs +++ b/runtime/polkadot/src/weights/pallet_treasury.rs @@ -56,8 +56,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `6` // Estimated: `1396` // Minimum execution time: 13_846 nanoseconds. - Weight::from_ref_time(14_168_000) - .saturating_add(Weight::from_proof_size(1396)) + Weight::from_parts(14_168_000, 0) + .saturating_add(Weight::from_parts(0, 1396)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,8 +70,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `139` // Estimated: `499` // Minimum execution time: 21_587 nanoseconds. - Weight::from_ref_time(22_144_000) - .saturating_add(Weight::from_proof_size(499)) + Weight::from_parts(22_144_000, 0) + .saturating_add(Weight::from_parts(0, 499)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -84,8 +84,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `329` // Estimated: `5186` // Minimum execution time: 31_655 nanoseconds. - Weight::from_ref_time(32_143_000) - .saturating_add(Weight::from_proof_size(5186)) + Weight::from_parts(32_143_000, 0) + .saturating_add(Weight::from_parts(0, 5186)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -99,10 +99,10 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `464 + p * (8 ±0)` // Estimated: `3480` // Minimum execution time: 9_197 nanoseconds. - Weight::from_ref_time(11_264_743) - .saturating_add(Weight::from_proof_size(3480)) + Weight::from_parts(11_264_743, 0) + .saturating_add(Weight::from_parts(0, 3480)) // Standard Error: 777 - .saturating_add(Weight::from_ref_time(28_550).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(28_550, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -113,8 +113,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `90` // Estimated: `897` // Minimum execution time: 6_894 nanoseconds. - Weight::from_ref_time(7_116_000) - .saturating_add(Weight::from_proof_size(897)) + Weight::from_parts(7_116_000, 0) + .saturating_add(Weight::from_parts(0, 897)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -136,14 +136,14 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `245 + p * (314 ±0)` // Estimated: `2816 + p * (7789 ±0)` // Minimum execution time: 35_204 nanoseconds. - Weight::from_ref_time(38_900_415) - .saturating_add(Weight::from_proof_size(2816)) + Weight::from_parts(38_900_415, 0) + .saturating_add(Weight::from_parts(0, 2816)) // Standard Error: 24_841 - .saturating_add(Weight::from_ref_time(27_980_186).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(27_980_186, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(7789).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 7789).saturating_mul(p.into())) } } diff --git a/runtime/polkadot/src/weights/pallet_utility.rs b/runtime/polkadot/src/weights/pallet_utility.rs index 376d861e3871..1a218b03ddf9 100644 --- a/runtime/polkadot/src/weights/pallet_utility.rs +++ b/runtime/polkadot/src/weights/pallet_utility.rs @@ -51,18 +51,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_069 nanoseconds. - Weight::from_ref_time(16_259_285) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(16_259_285, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2_427 - .saturating_add(Weight::from_ref_time(3_853_967).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(3_853_967, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 4_315 nanoseconds. - Weight::from_ref_time(4_505_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(4_505_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { @@ -70,18 +70,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_114 nanoseconds. - Weight::from_ref_time(4_214_513) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(4_214_513, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 3_604 - .saturating_add(Weight::from_ref_time(4_114_619).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_114_619, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 7_990 nanoseconds. - Weight::from_ref_time(8_278_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(8_278_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { @@ -89,9 +89,9 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_056 nanoseconds. - Weight::from_ref_time(14_335_074) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(14_335_074, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2_479 - .saturating_add(Weight::from_ref_time(3_851_747).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(3_851_747, 0).saturating_mul(c.into())) } } diff --git a/runtime/polkadot/src/weights/pallet_vesting.rs b/runtime/polkadot/src/weights/pallet_vesting.rs index 850dd8d4ae81..07a6fc06624c 100644 --- a/runtime/polkadot/src/weights/pallet_vesting.rs +++ b/runtime/polkadot/src/weights/pallet_vesting.rs @@ -56,12 +56,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `377 + l * (25 ±0) + s * (36 ±0)` // Estimated: `7306` // Minimum execution time: 27_096 nanoseconds. - Weight::from_ref_time(26_684_614) - .saturating_add(Weight::from_proof_size(7306)) + Weight::from_parts(26_684_614, 0) + .saturating_add(Weight::from_parts(0, 7306)) // Standard Error: 1_046 - .saturating_add(Weight::from_ref_time(34_776).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(34_776, 0).saturating_mul(l.into())) // Standard Error: 1_861 - .saturating_add(Weight::from_ref_time(53_969).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(53_969, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -76,12 +76,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `377 + l * (25 ±0) + s * (36 ±0)` // Estimated: `7306` // Minimum execution time: 26_359 nanoseconds. - Weight::from_ref_time(25_956_410) - .saturating_add(Weight::from_proof_size(7306)) + Weight::from_parts(25_956_410, 0) + .saturating_add(Weight::from_parts(0, 7306)) // Standard Error: 693 - .saturating_add(Weight::from_ref_time(32_857).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(32_857, 0).saturating_mul(l.into())) // Standard Error: 1_233 - .saturating_add(Weight::from_ref_time(47_251).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(47_251, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -98,12 +98,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `512 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 29_713 nanoseconds. - Weight::from_ref_time(29_046_299) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(29_046_299, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 810 - .saturating_add(Weight::from_ref_time(40_118).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(40_118, 0).saturating_mul(l.into())) // Standard Error: 1_442 - .saturating_add(Weight::from_ref_time(62_030).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(62_030, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -120,12 +120,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `512 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 29_153 nanoseconds. - Weight::from_ref_time(28_820_750) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(28_820_750, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 810 - .saturating_add(Weight::from_ref_time(35_059).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(35_059, 0).saturating_mul(l.into())) // Standard Error: 1_441 - .saturating_add(Weight::from_ref_time(50_463).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(50_463, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,12 +142,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `583 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 42_065 nanoseconds. - Weight::from_ref_time(42_576_844) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(42_576_844, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 1_749 - .saturating_add(Weight::from_ref_time(31_852).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(31_852, 0).saturating_mul(l.into())) // Standard Error: 3_112 - .saturating_add(Weight::from_ref_time(42_738).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(42_738, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -164,12 +164,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `718 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12512` // Minimum execution time: 44_430 nanoseconds. - Weight::from_ref_time(45_216_403) - .saturating_add(Weight::from_proof_size(12512)) + Weight::from_parts(45_216_403, 0) + .saturating_add(Weight::from_parts(0, 12512)) // Standard Error: 1_992 - .saturating_add(Weight::from_ref_time(39_729).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(39_729, 0).saturating_mul(l.into())) // Standard Error: 3_545 - .saturating_add(Weight::from_ref_time(26_160).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(26_160, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -186,12 +186,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `510 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 30_393 nanoseconds. - Weight::from_ref_time(29_900_846) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(29_900_846, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 916 - .saturating_add(Weight::from_ref_time(43_710).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(43_710, 0).saturating_mul(l.into())) // Standard Error: 1_691 - .saturating_add(Weight::from_ref_time(60_655).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(60_655, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -208,12 +208,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `510 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 30_576 nanoseconds. - Weight::from_ref_time(29_641_109) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(29_641_109, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 799 - .saturating_add(Weight::from_ref_time(44_042).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(44_042, 0).saturating_mul(l.into())) // Standard Error: 1_475 - .saturating_add(Weight::from_ref_time(72_210).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(72_210, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/polkadot/src/weights/pallet_xcm.rs b/runtime/polkadot/src/weights/pallet_xcm.rs index fe06ddeb3827..9bf401518e68 100644 --- a/runtime/polkadot/src/weights/pallet_xcm.rs +++ b/runtime/polkadot/src/weights/pallet_xcm.rs @@ -62,8 +62,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `470` // Estimated: `11730` // Minimum execution time: 32_382 nanoseconds. - Weight::from_ref_time(33_218_000) - .saturating_add(Weight::from_proof_size(11730)) + Weight::from_parts(33_218_000, 0) + .saturating_add(Weight::from_parts(0, 11730)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -72,16 +72,16 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 21_569 nanoseconds. - Weight::from_ref_time(21_923_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(21_923_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn reserve_transfer_assets() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 20_126 nanoseconds. - Weight::from_ref_time(20_454_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(20_454_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Benchmark Override (r:0 w:0) /// Proof Skipped: Benchmark Override (max_values: None, max_size: None, mode: Measured) @@ -90,8 +90,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 18_446_744_073_709_551 nanoseconds. - Weight::from_ref_time(18_446_744_073_709_551_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(18_446_744_073_709_551_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: XcmPallet SupportedVersion (r:0 w:1) /// Proof Skipped: XcmPallet SupportedVersion (max_values: None, max_size: None, mode: Measured) @@ -100,8 +100,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 8_850 nanoseconds. - Weight::from_ref_time(9_217_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_217_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: XcmPallet SafeXcmVersion (r:0 w:1) @@ -111,8 +111,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_378 nanoseconds. - Weight::from_ref_time(2_561_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_561_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: XcmPallet VersionNotifiers (r:1 w:1) @@ -138,8 +138,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `470` // Estimated: `16110` // Minimum execution time: 36_997 nanoseconds. - Weight::from_ref_time(37_702_000) - .saturating_add(Weight::from_proof_size(16110)) + Weight::from_parts(37_702_000, 0) + .saturating_add(Weight::from_parts(0, 16110)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -164,8 +164,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `742` // Estimated: `17321` // Minimum execution time: 40_398 nanoseconds. - Weight::from_ref_time(40_920_000) - .saturating_add(Weight::from_proof_size(17321)) + Weight::from_parts(40_920_000, 0) + .saturating_add(Weight::from_parts(0, 17321)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -176,8 +176,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `229` // Estimated: `10129` // Minimum execution time: 15_848 nanoseconds. - Weight::from_ref_time(16_392_000) - .saturating_add(Weight::from_proof_size(10129)) + Weight::from_parts(16_392_000, 0) + .saturating_add(Weight::from_parts(0, 10129)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -188,8 +188,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `233` // Estimated: `10133` // Minimum execution time: 15_850 nanoseconds. - Weight::from_ref_time(16_357_000) - .saturating_add(Weight::from_proof_size(10133)) + Weight::from_parts(16_357_000, 0) + .saturating_add(Weight::from_parts(0, 10133)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -200,8 +200,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `243` // Estimated: `12618` // Minimum execution time: 18_189 nanoseconds. - Weight::from_ref_time(18_602_000) - .saturating_add(Weight::from_proof_size(12618)) + Weight::from_parts(18_602_000, 0) + .saturating_add(Weight::from_parts(0, 12618)) .saturating_add(T::DbWeight::get().reads(5)) } /// Storage: XcmPallet VersionNotifyTargets (r:2 w:1) @@ -223,8 +223,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `540` // Estimated: `17640` // Minimum execution time: 35_182 nanoseconds. - Weight::from_ref_time(35_754_000) - .saturating_add(Weight::from_proof_size(17640)) + Weight::from_parts(35_754_000, 0) + .saturating_add(Weight::from_parts(0, 17640)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -235,8 +235,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `272` // Estimated: `7697` // Minimum execution time: 7_610 nanoseconds. - Weight::from_ref_time(7_767_000) - .saturating_add(Weight::from_proof_size(7697)) + Weight::from_parts(7_767_000, 0) + .saturating_add(Weight::from_parts(0, 7697)) .saturating_add(T::DbWeight::get().reads(3)) } /// Storage: XcmPallet VersionNotifyTargets (r:4 w:2) @@ -246,8 +246,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `240` // Estimated: `10140` // Minimum execution time: 16_339 nanoseconds. - Weight::from_ref_time(16_675_000) - .saturating_add(Weight::from_proof_size(10140)) + Weight::from_parts(16_675_000, 0) + .saturating_add(Weight::from_parts(0, 10140)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -270,8 +270,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `544` // Estimated: `22618` // Minimum execution time: 40_418 nanoseconds. - Weight::from_ref_time(41_557_000) - .saturating_add(Weight::from_proof_size(22618)) + Weight::from_parts(41_557_000, 0) + .saturating_add(Weight::from_parts(0, 22618)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/polkadot/src/weights/runtime_common_auctions.rs b/runtime/polkadot/src/weights/runtime_common_auctions.rs index eccadcfcce6b..5eeb617cd3a2 100644 --- a/runtime/polkadot/src/weights/runtime_common_auctions.rs +++ b/runtime/polkadot/src/weights/runtime_common_auctions.rs @@ -54,8 +54,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `4` // Estimated: `1002` // Minimum execution time: 11_978 nanoseconds. - Weight::from_ref_time(12_196_000) - .saturating_add(Weight::from_proof_size(1002)) + Weight::from_parts(12_196_000, 0) + .saturating_add(Weight::from_parts(0, 1002)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,8 +78,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `725` // Estimated: `19470` // Minimum execution time: 63_143 nanoseconds. - Weight::from_ref_time(66_970_000) - .saturating_add(Weight::from_proof_size(19470)) + Weight::from_parts(66_970_000, 0) + .saturating_add(Weight::from_parts(0, 19470)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -112,8 +112,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `7060445` // Estimated: `51339005` // Minimum execution time: 15_974_151 nanoseconds. - Weight::from_ref_time(16_296_082_000) - .saturating_add(Weight::from_proof_size(51339005)) + Weight::from_parts(16_296_082_000, 0) + .saturating_add(Weight::from_parts(0, 51339005)) .saturating_add(T::DbWeight::get().reads(3688)) .saturating_add(T::DbWeight::get().writes(3683)) } @@ -130,8 +130,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `178884` // Estimated: `16009503` // Minimum execution time: 4_723_167 nanoseconds. - Weight::from_ref_time(4_854_142_000) - .saturating_add(Weight::from_proof_size(16009503)) + Weight::from_parts(4_854_142_000, 0) + .saturating_add(Weight::from_parts(0, 16009503)) .saturating_add(T::DbWeight::get().reads(3673)) .saturating_add(T::DbWeight::get().writes(3673)) } diff --git a/runtime/polkadot/src/weights/runtime_common_claims.rs b/runtime/polkadot/src/weights/runtime_common_claims.rs index 0175618a4c04..368790281827 100644 --- a/runtime/polkadot/src/weights/runtime_common_claims.rs +++ b/runtime/polkadot/src/weights/runtime_common_claims.rs @@ -64,8 +64,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `618` // Estimated: `20301` // Minimum execution time: 137_183 nanoseconds. - Weight::from_ref_time(139_321_000) - .saturating_add(Weight::from_proof_size(20301)) + Weight::from_parts(139_321_000, 0) + .saturating_add(Weight::from_parts(0, 20301)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -82,8 +82,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `182` // Estimated: `1223` // Minimum execution time: 10_434 nanoseconds. - Weight::from_ref_time(11_123_000) - .saturating_add(Weight::from_proof_size(1223)) + Weight::from_parts(11_123_000, 0) + .saturating_add(Weight::from_parts(0, 1223)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -106,8 +106,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `618` // Estimated: `20301` // Minimum execution time: 139_457 nanoseconds. - Weight::from_ref_time(142_470_000) - .saturating_add(Weight::from_proof_size(20301)) + Weight::from_parts(142_470_000, 0) + .saturating_add(Weight::from_parts(0, 20301)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -132,8 +132,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `692` // Estimated: `23764` // Minimum execution time: 63_575 nanoseconds. - Weight::from_ref_time(66_845_000) - .saturating_add(Weight::from_proof_size(23764)) + Weight::from_parts(66_845_000, 0) + .saturating_add(Weight::from_parts(0, 23764)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -150,8 +150,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `438` // Estimated: `11652` // Minimum execution time: 21_552 nanoseconds. - Weight::from_ref_time(22_075_000) - .saturating_add(Weight::from_proof_size(11652)) + Weight::from_parts(22_075_000, 0) + .saturating_add(Weight::from_parts(0, 11652)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/polkadot/src/weights/runtime_common_crowdloan.rs b/runtime/polkadot/src/weights/runtime_common_crowdloan.rs index 664479615baf..853f2197f410 100644 --- a/runtime/polkadot/src/weights/runtime_common_crowdloan.rs +++ b/runtime/polkadot/src/weights/runtime_common_crowdloan.rs @@ -58,8 +58,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `395` // Estimated: `9500` // Minimum execution time: 36_780 nanoseconds. - Weight::from_ref_time(37_915_000) - .saturating_add(Weight::from_proof_size(9500)) + Weight::from_parts(37_915_000, 0) + .saturating_add(Weight::from_parts(0, 9500)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -84,8 +84,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `407` // Estimated: `14067` // Minimum execution time: 109_803 nanoseconds. - Weight::from_ref_time(110_947_000) - .saturating_add(Weight::from_proof_size(14067)) + Weight::from_parts(110_947_000, 0) + .saturating_add(Weight::from_parts(0, 14067)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -102,8 +102,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `786` // Estimated: `12239` // Minimum execution time: 52_339 nanoseconds. - Weight::from_ref_time(53_666_000) - .saturating_add(Weight::from_proof_size(12239)) + Weight::from_parts(53_666_000, 0) + .saturating_add(Weight::from_parts(0, 12239)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -115,15 +115,15 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `191 + k * (221 ±0)` // Estimated: `196 + k * (221 ±0)` // Minimum execution time: 39_620 nanoseconds. - Weight::from_ref_time(52_767_000) - .saturating_add(Weight::from_proof_size(196)) + Weight::from_parts(52_767_000, 0) + .saturating_add(Weight::from_parts(0, 196)) // Standard Error: 13_608 - .saturating_add(Weight::from_ref_time(21_010_388).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(21_010_388, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(k.into()))) - .saturating_add(Weight::from_proof_size(221).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 221).saturating_mul(k.into())) } /// Storage: Crowdloan Funds (r:1 w:1) /// Proof Skipped: Crowdloan Funds (max_values: None, max_size: None, mode: Measured) @@ -134,8 +134,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `439` // Estimated: `5517` // Minimum execution time: 26_037 nanoseconds. - Weight::from_ref_time(27_102_000) - .saturating_add(Weight::from_proof_size(5517)) + Weight::from_parts(27_102_000, 0) + .saturating_add(Weight::from_parts(0, 5517)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -146,8 +146,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `267` // Estimated: `2742` // Minimum execution time: 16_050 nanoseconds. - Weight::from_ref_time(16_435_000) - .saturating_add(Weight::from_proof_size(2742)) + Weight::from_parts(16_435_000, 0) + .saturating_add(Weight::from_parts(0, 2742)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -160,8 +160,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `444` // Estimated: `5838` // Minimum execution time: 22_722 nanoseconds. - Weight::from_ref_time(23_639_000) - .saturating_add(Weight::from_proof_size(5838)) + Weight::from_parts(23_639_000, 0) + .saturating_add(Weight::from_parts(0, 5838)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -174,8 +174,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `271` // Estimated: `3512` // Minimum execution time: 16_099 nanoseconds. - Weight::from_ref_time(16_567_000) - .saturating_add(Weight::from_proof_size(3512)) + Weight::from_parts(16_567_000, 0) + .saturating_add(Weight::from_parts(0, 3512)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -205,14 +205,14 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `157 + n * (420 ±0)` // Estimated: `7142 + n * (14663 ±0)` // Minimum execution time: 99_698 nanoseconds. - Weight::from_ref_time(103_197_000) - .saturating_add(Weight::from_proof_size(7142)) + Weight::from_parts(103_197_000, 0) + .saturating_add(Weight::from_parts(0, 7142)) // Standard Error: 44_542 - .saturating_add(Weight::from_ref_time(43_367_932).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(43_367_932, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_proof_size(14663).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 14663).saturating_mul(n.into())) } } diff --git a/runtime/polkadot/src/weights/runtime_common_paras_registrar.rs b/runtime/polkadot/src/weights/runtime_common_paras_registrar.rs index 4975bf936756..3ac1ff59b9f6 100644 --- a/runtime/polkadot/src/weights/runtime_common_paras_registrar.rs +++ b/runtime/polkadot/src/weights/runtime_common_paras_registrar.rs @@ -56,8 +56,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `70` // Estimated: `5655` // Minimum execution time: 23_670 nanoseconds. - Weight::from_ref_time(24_303_000) - .saturating_add(Weight::from_proof_size(5655)) + Weight::from_parts(24_303_000, 0) + .saturating_add(Weight::from_parts(0, 5655)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -86,8 +86,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `561` // Estimated: `21450` // Minimum execution time: 7_219_077 nanoseconds. - Weight::from_ref_time(7_360_310_000) - .saturating_add(Weight::from_proof_size(21450)) + Weight::from_parts(7_360_310_000, 0) + .saturating_add(Weight::from_parts(0, 21450)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -116,8 +116,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `419` // Estimated: `20030` // Minimum execution time: 7_229_972 nanoseconds. - Weight::from_ref_time(7_347_025_000) - .saturating_add(Weight::from_proof_size(20030)) + Weight::from_parts(7_347_025_000, 0) + .saturating_add(Weight::from_parts(0, 20030)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -138,8 +138,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `467` // Estimated: `13197` // Minimum execution time: 38_249 nanoseconds. - Weight::from_ref_time(39_403_000) - .saturating_add(Weight::from_proof_size(13197)) + Weight::from_parts(39_403_000, 0) + .saturating_add(Weight::from_parts(0, 13197)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -162,8 +162,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `707` // Estimated: `27719` // Minimum execution time: 44_364 nanoseconds. - Weight::from_ref_time(48_346_000) - .saturating_add(Weight::from_proof_size(27719)) + Weight::from_parts(48_346_000, 0) + .saturating_add(Weight::from_parts(0, 27719)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -195,10 +195,10 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `287` // Estimated: `19987` // Minimum execution time: 38_205 nanoseconds. - Weight::from_ref_time(38_694_000) - .saturating_add(Weight::from_proof_size(19987)) + Weight::from_parts(38_694_000, 0) + .saturating_add(Weight::from_parts(0, 19987)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_286).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_286, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -210,10 +210,10 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 8_117 nanoseconds. - Weight::from_ref_time(8_315_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(8_315_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(865).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(865, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/polkadot/src/weights/runtime_common_slots.rs b/runtime/polkadot/src/weights/runtime_common_slots.rs index 6cba3fd08da9..ec09f868cd6f 100644 --- a/runtime/polkadot/src/weights/runtime_common_slots.rs +++ b/runtime/polkadot/src/weights/runtime_common_slots.rs @@ -54,8 +54,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_parachains::configuration::WeightInfo for // Measured: `349` // Estimated: `3376` // Minimum execution time: 11_399 nanoseconds. - Weight::from_ref_time(11_874_000) - .saturating_add(Weight::from_proof_size(3376)) + Weight::from_parts(11_874_000, 0) + .saturating_add(Weight::from_parts(0, 3376)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -76,8 +76,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `349` // Estimated: `3376` // Minimum execution time: 11_612 nanoseconds. - Weight::from_ref_time(12_074_000) - .saturating_add(Weight::from_proof_size(3376)) + Weight::from_parts(12_074_000, 0) + .saturating_add(Weight::from_parts(0, 3376)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -94,8 +94,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `349` // Estimated: `3376` // Minimum execution time: 11_487 nanoseconds. - Weight::from_ref_time(11_881_000) - .saturating_add(Weight::from_proof_size(3376)) + Weight::from_parts(11_881_000, 0) + .saturating_add(Weight::from_parts(0, 3376)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -112,8 +112,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `349` // Estimated: `3376` // Minimum execution time: 11_436 nanoseconds. - Weight::from_ref_time(11_875_000) - .saturating_add(Weight::from_proof_size(3376)) + Weight::from_parts(11_875_000, 0) + .saturating_add(Weight::from_parts(0, 3376)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -124,8 +124,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `0` // Estimated: `0` // Minimum execution time: 2_000_000_000 nanoseconds. - Weight::from_ref_time(2_000_000_000_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_000_000_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Configuration PendingConfigs (r:1 w:1) /// Proof Skipped: Configuration PendingConfigs (max_values: Some(1), max_size: None, mode: Measured) @@ -140,8 +140,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `349` // Estimated: `3376` // Minimum execution time: 11_657 nanoseconds. - Weight::from_ref_time(12_045_000) - .saturating_add(Weight::from_proof_size(3376)) + Weight::from_parts(12_045_000, 0) + .saturating_add(Weight::from_parts(0, 3376)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_disputes.rs b/runtime/polkadot/src/weights/runtime_parachains_disputes.rs index f3801ed45f6a..d31780974185 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_disputes.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_disputes.rs @@ -52,8 +52,8 @@ impl runtime_parachains::disputes::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 2_393 nanoseconds. - Weight::from_ref_time(2_478_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_478_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/polkadot/src/weights/runtime_parachains_hrmp.rs b/runtime/polkadot/src/weights/runtime_parachains_hrmp.rs index 8449f1066ed0..f23f6fc55c11 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_hrmp.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_hrmp.rs @@ -68,8 +68,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `609` // Estimated: `26271` // Minimum execution time: 37_126 nanoseconds. - Weight::from_ref_time(37_611_000) - .saturating_add(Weight::from_proof_size(26271)) + Weight::from_parts(37_611_000, 0) + .saturating_add(Weight::from_parts(0, 26271)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -92,8 +92,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `873` // Estimated: `21456` // Minimum execution time: 37_288 nanoseconds. - Weight::from_ref_time(37_828_000) - .saturating_add(Weight::from_proof_size(21456)) + Weight::from_parts(37_828_000, 0) + .saturating_add(Weight::from_parts(0, 21456)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -114,8 +114,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `744` // Estimated: `15354` // Minimum execution time: 32_896 nanoseconds. - Weight::from_ref_time(33_321_000) - .saturating_add(Weight::from_proof_size(15354)) + Weight::from_parts(33_321_000, 0) + .saturating_add(Weight::from_parts(0, 15354)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -138,20 +138,20 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `254 + i * (131 ±0) + e * (131 ±0)` // Estimated: `6354 + i * (5742 ±0) + e * (5736 ±0)` // Minimum execution time: 967_997 nanoseconds. - Weight::from_ref_time(980_896_000) - .saturating_add(Weight::from_proof_size(6354)) + Weight::from_parts(980_896_000, 0) + .saturating_add(Weight::from_parts(0, 6354)) // Standard Error: 87_592 - .saturating_add(Weight::from_ref_time(2_862_200).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(2_862_200, 0).saturating_mul(i.into())) // Standard Error: 87_592 - .saturating_add(Weight::from_ref_time(2_875_639).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(2_875_639, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(e.into()))) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(e.into()))) - .saturating_add(Weight::from_proof_size(5742).saturating_mul(i.into())) - .saturating_add(Weight::from_proof_size(5736).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 5742).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(0, 5736).saturating_mul(e.into())) } /// Storage: Configuration ActiveConfig (r:1 w:0) /// Proof Skipped: Configuration ActiveConfig (max_values: Some(1), max_size: None, mode: Measured) @@ -177,15 +177,15 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `725 + c * (166 ±0)` // Estimated: `7371 + c * (18828 ±0)` // Minimum execution time: 9_148 nanoseconds. - Weight::from_ref_time(5_196_521) - .saturating_add(Weight::from_proof_size(7371)) + Weight::from_parts(5_196_521, 0) + .saturating_add(Weight::from_parts(0, 7371)) // Standard Error: 17_281 - .saturating_add(Weight::from_ref_time(17_104_192).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(17_104_192, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((6_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(18828).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 18828).saturating_mul(c.into())) } /// Storage: Hrmp HrmpCloseChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpCloseChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -205,15 +205,15 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `307 + c * (155 ±0)` // Estimated: `2232 + c * (8361 ±0)` // Minimum execution time: 5_965 nanoseconds. - Weight::from_ref_time(5_482_693) - .saturating_add(Weight::from_proof_size(2232)) + Weight::from_parts(5_482_693, 0) + .saturating_add(Weight::from_parts(0, 2232)) // Standard Error: 12_249 - .saturating_add(Weight::from_ref_time(10_492_540).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(10_492_540, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(8361).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 8361).saturating_mul(c.into())) } /// Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpOpenChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -227,13 +227,13 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `1022 + c * (13 ±0)` // Estimated: `7911 + c * (45 ±0)` // Minimum execution time: 19_829 nanoseconds. - Weight::from_ref_time(25_037_128) - .saturating_add(Weight::from_proof_size(7911)) + Weight::from_parts(25_037_128, 0) + .saturating_add(Weight::from_parts(0, 7911)) // Standard Error: 1_267 - .saturating_add(Weight::from_ref_time(56_124).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(56_124, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(45).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 45).saturating_mul(c.into())) } /// Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpOpenChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -245,15 +245,15 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `217 + c * (94 ±0)` // Estimated: `912 + c * (2664 ±0)` // Minimum execution time: 5_151 nanoseconds. - Weight::from_ref_time(4_098_858) - .saturating_add(Weight::from_proof_size(912)) + Weight::from_parts(4_098_858, 0) + .saturating_add(Weight::from_parts(0, 912)) // Standard Error: 3_342 - .saturating_add(Weight::from_ref_time(2_871_971).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_871_971, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(2664).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 2664).saturating_mul(c.into())) } /// Storage: Paras ParaLifecycles (r:2 w:0) /// Proof Skipped: Paras ParaLifecycles (max_values: None, max_size: None, mode: Measured) @@ -282,8 +282,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `609` // Estimated: `37389` // Minimum execution time: 48_544 nanoseconds. - Weight::from_ref_time(49_857_000) - .saturating_add(Weight::from_proof_size(37389)) + Weight::from_parts(49_857_000, 0) + .saturating_add(Weight::from_parts(0, 37389)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(8)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_initializer.rs b/runtime/polkadot/src/weights/runtime_parachains_initializer.rs index dbe2c2b4d469..556b9040a3a5 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_initializer.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_initializer.rs @@ -53,12 +53,12 @@ impl runtime_parachains::initializer::WeightInfo for We // Measured: `28 + d * (11 ±0)` // Estimated: `519 + d * (11 ±0)` // Minimum execution time: 3_322 nanoseconds. - Weight::from_ref_time(6_436_391) - .saturating_add(Weight::from_proof_size(519)) + Weight::from_parts(6_436_391, 0) + .saturating_add(Weight::from_parts(0, 519)) // Standard Error: 9 - .saturating_add(Weight::from_ref_time(1_348).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_348, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(11).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(0, 11).saturating_mul(d.into())) } } diff --git a/runtime/polkadot/src/weights/runtime_parachains_paras.rs b/runtime/polkadot/src/weights/runtime_parachains_paras.rs index dd2dce191380..0ac9ab5ef5c4 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_paras.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_paras.rs @@ -63,10 +63,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `8341` // Estimated: `57966` // Minimum execution time: 30_005 nanoseconds. - Weight::from_ref_time(30_189_000) - .saturating_add(Weight::from_proof_size(57966)) + Weight::from_parts(30_189_000, 0) + .saturating_add(Weight::from_parts(0, 57966)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_269).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_269, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -78,10 +78,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `0` // Estimated: `0` // Minimum execution time: 7_200 nanoseconds. - Weight::from_ref_time(7_282_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(7_282_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(866).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(866, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Configuration ActiveConfig (r:1 w:0) @@ -112,10 +112,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `16785` // Estimated: `198990` // Minimum execution time: 55_445 nanoseconds. - Weight::from_ref_time(55_859_000) - .saturating_add(Weight::from_proof_size(198990)) + Weight::from_parts(55_859_000, 0) + .saturating_add(Weight::from_parts(0, 198990)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_299).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_299, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -131,10 +131,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `95` // Estimated: `2760` // Minimum execution time: 12_977 nanoseconds. - Weight::from_ref_time(13_103_000) - .saturating_add(Weight::from_proof_size(2760)) + Weight::from_parts(13_103_000, 0) + .saturating_add(Weight::from_parts(0, 2760)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(867).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(867, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -147,8 +147,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `4283` // Estimated: `11536` // Minimum execution time: 18_572 nanoseconds. - Weight::from_ref_time(19_144_000) - .saturating_add(Weight::from_proof_size(11536)) + Weight::from_parts(19_144_000, 0) + .saturating_add(Weight::from_parts(0, 11536)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,10 +162,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `28` // Estimated: `5006` // Minimum execution time: 7_666 nanoseconds. - Weight::from_ref_time(7_948_000) - .saturating_add(Weight::from_proof_size(5006)) + Weight::from_parts(7_948_000, 0) + .saturating_add(Weight::from_parts(0, 5006)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_283).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_283, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -178,8 +178,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `28` // Estimated: `2531` // Minimum execution time: 5_761 nanoseconds. - Weight::from_ref_time(6_033_000) - .saturating_add(Weight::from_proof_size(2531)) + Weight::from_parts(6_033_000, 0) + .saturating_add(Weight::from_parts(0, 2531)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -196,8 +196,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `26968` // Estimated: `111832` // Minimum execution time: 89_759 nanoseconds. - Weight::from_ref_time(92_179_000) - .saturating_add(Weight::from_proof_size(111832)) + Weight::from_parts(92_179_000, 0) + .saturating_add(Weight::from_parts(0, 111832)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -222,8 +222,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27554` // Estimated: `225877` // Minimum execution time: 684_399 nanoseconds. - Weight::from_ref_time(689_918_000) - .saturating_add(Weight::from_proof_size(225877)) + Weight::from_parts(689_918_000, 0) + .saturating_add(Weight::from_parts(0, 225877)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(104)) } @@ -240,8 +240,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27500` // Estimated: `113960` // Minimum execution time: 90_043 nanoseconds. - Weight::from_ref_time(91_849_000) - .saturating_add(Weight::from_proof_size(113960)) + Weight::from_parts(91_849_000, 0) + .saturating_add(Weight::from_parts(0, 113960)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -262,8 +262,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27022` // Estimated: `169062` // Minimum execution time: 539_764 nanoseconds. - Weight::from_ref_time(548_966_000) - .saturating_add(Weight::from_proof_size(169062)) + Weight::from_parts(548_966_000, 0) + .saturating_add(Weight::from_parts(0, 169062)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -280,8 +280,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `26968` // Estimated: `111832` // Minimum execution time: 89_191 nanoseconds. - Weight::from_ref_time(90_694_000) - .saturating_add(Weight::from_proof_size(111832)) + Weight::from_parts(90_694_000, 0) + .saturating_add(Weight::from_parts(0, 111832)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_paras_inherent.rs b/runtime/polkadot/src/weights/runtime_parachains_paras_inherent.rs index b1b90909c0a1..762eddb54f8c 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_paras_inherent.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_paras_inherent.rs @@ -115,13 +115,13 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `51185` // Estimated: `1520629 + v * (16 ±0)` // Minimum execution time: 769_548 nanoseconds. - Weight::from_ref_time(298_527_621) - .saturating_add(Weight::from_proof_size(1520629)) + Weight::from_parts(298_527_621, 0) + .saturating_add(Weight::from_parts(0, 1520629)) // Standard Error: 24_210 - .saturating_add(Weight::from_ref_time(48_364_882).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(48_364_882, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(29)) .saturating_add(T::DbWeight::get().writes(16)) - .saturating_add(Weight::from_proof_size(16).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 16).saturating_mul(v.into())) } /// Storage: ParaInherent Included (r:1 w:1) /// Proof Skipped: ParaInherent Included (max_values: Some(1), max_size: None, mode: Measured) @@ -190,8 +190,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `42987` // Estimated: `1234899` // Minimum execution time: 331_224 nanoseconds. - Weight::from_ref_time(339_587_000) - .saturating_add(Weight::from_proof_size(1234899)) + Weight::from_parts(339_587_000, 0) + .saturating_add(Weight::from_parts(0, 1234899)) .saturating_add(T::DbWeight::get().reads(27)) .saturating_add(T::DbWeight::get().writes(17)) } @@ -265,10 +265,10 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `43019` // Estimated: `1286239` // Minimum execution time: 5_614_853 nanoseconds. - Weight::from_ref_time(890_805_370) - .saturating_add(Weight::from_proof_size(1286239)) + Weight::from_parts(890_805_370, 0) + .saturating_add(Weight::from_parts(0, 1286239)) // Standard Error: 49_474 - .saturating_add(Weight::from_ref_time(47_722_849).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(47_722_849, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(30)) .saturating_add(T::DbWeight::get().writes(16)) } @@ -345,8 +345,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `43046` // Estimated: `1378064` // Minimum execution time: 37_862_663 nanoseconds. - Weight::from_ref_time(38_153_182_000) - .saturating_add(Weight::from_proof_size(1378064)) + Weight::from_parts(38_153_182_000, 0) + .saturating_add(Weight::from_parts(0, 1378064)) .saturating_add(T::DbWeight::get().reads(32)) .saturating_add(T::DbWeight::get().writes(16)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_ump.rs b/runtime/polkadot/src/weights/runtime_parachains_ump.rs index 65e0517d04ed..f1c80df8551c 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_ump.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_ump.rs @@ -51,10 +51,10 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 5_556 nanoseconds. - Weight::from_ref_time(5_656_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_656_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 8 - .saturating_add(Weight::from_ref_time(1_697).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_697, 0).saturating_mul(s.into())) } /// Storage: Ump NeedsDispatch (r:1 w:1) /// Proof Skipped: Ump NeedsDispatch (max_values: Some(1), max_size: None, mode: Measured) @@ -69,8 +69,8 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `272` // Estimated: `2078` // Minimum execution time: 8_932 nanoseconds. - Weight::from_ref_time(9_271_000) - .saturating_add(Weight::from_proof_size(2078)) + Weight::from_parts(9_271_000, 0) + .saturating_add(Weight::from_parts(0, 2078)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -83,8 +83,8 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `257` // Estimated: `3231` // Minimum execution time: 21_961 nanoseconds. - Weight::from_ref_time(22_329_000) - .saturating_add(Weight::from_proof_size(3231)) + Weight::from_parts(22_329_000, 0) + .saturating_add(Weight::from_parts(0, 3231)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/constants/src/weights/block_weights.rs b/runtime/rococo/constants/src/weights/block_weights.rs index 73a1280d030f..323dfa9bead0 100644 --- a/runtime/rococo/constants/src/weights/block_weights.rs +++ b/runtime/rococo/constants/src/weights/block_weights.rs @@ -52,7 +52,7 @@ parameter_types! { /// 95th: 473_143 /// 75th: 445_072 pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(446_121)); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(446_121), 0); } #[cfg(test)] diff --git a/runtime/rococo/constants/src/weights/extrinsic_weights.rs b/runtime/rococo/constants/src/weights/extrinsic_weights.rs index 4baf96da4955..756d06d98900 100644 --- a/runtime/rococo/constants/src/weights/extrinsic_weights.rs +++ b/runtime/rococo/constants/src/weights/extrinsic_weights.rs @@ -52,7 +52,7 @@ parameter_types! { /// 95th: 90_430 /// 75th: 89_588 pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(89_587)); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(89_587), 0); } #[cfg(test)] diff --git a/runtime/rococo/src/weights/frame_benchmarking_baseline.rs b/runtime/rococo/src/weights/frame_benchmarking_baseline.rs index 583b69ad837f..91326ee86cd8 100644 --- a/runtime/rococo/src/weights/frame_benchmarking_baseline.rs +++ b/runtime/rococo/src/weights/frame_benchmarking_baseline.rs @@ -51,8 +51,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 136 nanoseconds. - Weight::from_ref_time(173_394) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(173_394, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn subtraction(_i: u32, ) -> Weight { @@ -60,8 +60,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 133 nanoseconds. - Weight::from_ref_time(169_437) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(169_437, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn multiplication(_i: u32, ) -> Weight { @@ -69,8 +69,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 141 nanoseconds. - Weight::from_ref_time(171_315) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(171_315, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn division(_i: u32, ) -> Weight { @@ -78,16 +78,16 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 121 nanoseconds. - Weight::from_ref_time(171_703) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(171_703, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn hashing() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 20_283_085 nanoseconds. - Weight::from_ref_time(20_363_497_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(20_363_497_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 100]`. fn sr25519_verification(i: u32, ) -> Weight { @@ -95,9 +95,9 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 185 nanoseconds. - Weight::from_ref_time(201_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(201_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 9_391 - .saturating_add(Weight::from_ref_time(46_947_397).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(46_947_397, 0).saturating_mul(i.into())) } } diff --git a/runtime/rococo/src/weights/frame_system.rs b/runtime/rococo/src/weights/frame_system.rs index b9f3fc6404c3..05db7219f129 100644 --- a/runtime/rococo/src/weights/frame_system.rs +++ b/runtime/rococo/src/weights/frame_system.rs @@ -51,10 +51,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_597 nanoseconds. - Weight::from_ref_time(1_632_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_632_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(368).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(368, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { @@ -62,10 +62,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_740 nanoseconds. - Weight::from_ref_time(6_844_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_844_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_715).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_715, 0).saturating_mul(b.into())) } /// Storage: System Digest (r:1 w:1) /// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured) @@ -76,8 +76,8 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `495` // Minimum execution time: 3_264 nanoseconds. - Weight::from_ref_time(3_451_000) - .saturating_add(Weight::from_proof_size(495)) + Weight::from_parts(3_451_000, 0) + .saturating_add(Weight::from_parts(0, 495)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,10 +89,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_711 nanoseconds. - Weight::from_ref_time(1_744_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_744_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 1_730 - .saturating_add(Weight::from_ref_time(578_514).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(578_514, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -103,10 +103,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_757 nanoseconds. - Weight::from_ref_time(1_823_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_823_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 758 - .saturating_add(Weight::from_ref_time(442_154).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(442_154, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -117,12 +117,12 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `131 + p * (69 ±0)` // Estimated: `126 + p * (70 ±0)` // Minimum execution time: 3_710 nanoseconds. - Weight::from_ref_time(3_764_000) - .saturating_add(Weight::from_proof_size(126)) + Weight::from_parts(3_764_000, 0) + .saturating_add(Weight::from_parts(0, 126)) // Standard Error: 931 - .saturating_add(Weight::from_ref_time(983_509).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(983_509, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(70).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into())) } } diff --git a/runtime/rococo/src/weights/pallet_balances.rs b/runtime/rococo/src/weights/pallet_balances.rs index 9e6af9772680..94599ca312df 100644 --- a/runtime/rococo/src/weights/pallet_balances.rs +++ b/runtime/rococo/src/weights/pallet_balances.rs @@ -47,49 +47,49 @@ impl pallet_balances::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) fn transfer() -> Weight { // Minimum execution time: 40_106 nanoseconds. - Weight::from_ref_time(40_750_000 as u64) + Weight::from_parts(40_750_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) fn transfer_keep_alive() -> Weight { // Minimum execution time: 30_737 nanoseconds. - Weight::from_ref_time(31_295_000 as u64) + Weight::from_parts(31_295_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) fn set_balance_creating() -> Weight { // Minimum execution time: 23_902 nanoseconds. - Weight::from_ref_time(24_338_000 as u64) + Weight::from_parts(24_338_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) fn set_balance_killing() -> Weight { // Minimum execution time: 26_492 nanoseconds. - Weight::from_ref_time(26_866_000 as u64) + Weight::from_parts(26_866_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:2 w:2) fn force_transfer() -> Weight { // Minimum execution time: 40_384 nanoseconds. - Weight::from_ref_time(41_000_000 as u64) + Weight::from_parts(41_000_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: System Account (r:1 w:1) fn transfer_all() -> Weight { // Minimum execution time: 35_115 nanoseconds. - Weight::from_ref_time(35_696_000 as u64) + Weight::from_parts(35_696_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) fn force_unreserve() -> Weight { // Minimum execution time: 20_274 nanoseconds. - Weight::from_ref_time(20_885_000 as u64) + Weight::from_parts(20_885_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } diff --git a/runtime/rococo/src/weights/pallet_balances_nis_counterpart_balances.rs b/runtime/rococo/src/weights/pallet_balances_nis_counterpart_balances.rs index 221c3f509911..748f94527d69 100644 --- a/runtime/rococo/src/weights/pallet_balances_nis_counterpart_balances.rs +++ b/runtime/rococo/src/weights/pallet_balances_nis_counterpart_balances.rs @@ -56,8 +56,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1876` // Estimated: `8288` // Minimum execution time: 50_750 nanoseconds. - Weight::from_ref_time(51_393_000) - .saturating_add(Weight::from_proof_size(8288)) + Weight::from_parts(51_393_000, 0) + .saturating_add(Weight::from_parts(0, 8288)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -70,8 +70,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1702` // Estimated: `7777` // Minimum execution time: 35_835 nanoseconds. - Weight::from_ref_time(36_209_000) - .saturating_add(Weight::from_proof_size(7777)) + Weight::from_parts(36_209_000, 0) + .saturating_add(Weight::from_parts(0, 7777)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -84,8 +84,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1352` // Estimated: `3098` // Minimum execution time: 23_811 nanoseconds. - Weight::from_ref_time(24_588_000) - .saturating_add(Weight::from_proof_size(3098)) + Weight::from_parts(24_588_000, 0) + .saturating_add(Weight::from_parts(0, 3098)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -100,8 +100,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1910` // Estimated: `5701` // Minimum execution time: 32_587 nanoseconds. - Weight::from_ref_time(33_915_000) - .saturating_add(Weight::from_proof_size(5701)) + Weight::from_parts(33_915_000, 0) + .saturating_add(Weight::from_parts(0, 5701)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -116,8 +116,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1872` // Estimated: `10891` // Minimum execution time: 47_705 nanoseconds. - Weight::from_ref_time(48_232_000) - .saturating_add(Weight::from_proof_size(10891)) + Weight::from_parts(48_232_000, 0) + .saturating_add(Weight::from_parts(0, 10891)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -130,8 +130,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1874` // Estimated: `7777` // Minimum execution time: 45_138 nanoseconds. - Weight::from_ref_time(45_872_000) - .saturating_add(Weight::from_proof_size(7777)) + Weight::from_parts(45_872_000, 0) + .saturating_add(Weight::from_parts(0, 7777)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,8 +142,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1350` // Estimated: `2587` // Minimum execution time: 22_672 nanoseconds. - Weight::from_ref_time(23_024_000) - .saturating_add(Weight::from_proof_size(2587)) + Weight::from_parts(23_024_000, 0) + .saturating_add(Weight::from_parts(0, 2587)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_bounties.rs b/runtime/rococo/src/weights/pallet_bounties.rs index 6adaa813e768..a56339df22c0 100644 --- a/runtime/rococo/src/weights/pallet_bounties.rs +++ b/runtime/rococo/src/weights/pallet_bounties.rs @@ -59,10 +59,10 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `242` // Estimated: `3102` // Minimum execution time: 23_024 nanoseconds. - Weight::from_ref_time(23_785_473) - .saturating_add(Weight::from_proof_size(3102)) + Weight::from_parts(23_785_473, 0) + .saturating_add(Weight::from_parts(0, 3102)) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(740).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(740, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -71,48 +71,48 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn propose_curator() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn unassign_curator() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn accept_curator() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn award_bounty() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn claim_bounty() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Bounties Bounties (r:1 w:1) /// Proof: Bounties Bounties (max_values: None, max_size: Some(177), added: 2652, mode: MaxEncodedLen) @@ -127,8 +127,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `546` // Estimated: `7746` // Minimum execution time: 37_558 nanoseconds. - Weight::from_ref_time(38_135_000) - .saturating_add(Weight::from_proof_size(7746)) + Weight::from_parts(38_135_000, 0) + .saturating_add(Weight::from_parts(0, 7746)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -137,16 +137,16 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn extend_bounty_expiry() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Bounties BountyApprovals (r:1 w:1) /// Proof: Bounties BountyApprovals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen) @@ -156,7 +156,7 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `897` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(2_344_646) - .saturating_add(Weight::from_proof_size(897)) + Weight::from_parts(2_344_646, 0) + .saturating_add(Weight::from_parts(0, 897)) } } diff --git a/runtime/rococo/src/weights/pallet_child_bounties.rs b/runtime/rococo/src/weights/pallet_child_bounties.rs index a9099e4ad4a0..331d1e70eae7 100644 --- a/runtime/rococo/src/weights/pallet_child_bounties.rs +++ b/runtime/rococo/src/weights/pallet_child_bounties.rs @@ -51,63 +51,63 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn accept_curator() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn unassign_curator() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn award_child_bounty() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn claim_child_bounty() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn close_child_bounty_added() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn close_child_bounty_active() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/rococo/src/weights/pallet_collective.rs b/runtime/rococo/src/weights/pallet_collective.rs index 345c48607532..610f9160494d 100644 --- a/runtime/rococo/src/weights/pallet_collective.rs +++ b/runtime/rococo/src/weights/pallet_collective.rs @@ -52,11 +52,11 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `n` is `[1, 100]`. /// The range of component `p` is `[1, 100]`. fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { - Weight::from_ref_time(0 as u64) + Weight::from_parts(0 as u64, 0) // Standard Error: 15_000 - .saturating_add(Weight::from_ref_time(10_832_000 as u64).saturating_mul(m as u64)) + .saturating_add(Weight::from_parts(10_832_000 as u64, 0).saturating_mul(m as u64)) // Standard Error: 15_000 - .saturating_add(Weight::from_ref_time(12_894_000 as u64).saturating_mul(p as u64)) + .saturating_add(Weight::from_parts(12_894_000 as u64, 0).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(p as u64))) .saturating_add(T::DbWeight::get().writes(2 as u64)) @@ -66,11 +66,11 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[1, 1024]`. /// The range of component `m` is `[1, 100]`. fn execute(b: u32, m: u32, ) -> Weight { - Weight::from_ref_time(19_069_000 as u64) + Weight::from_parts(19_069_000 as u64, 0) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(2_000 as u64).saturating_mul(b as u64)) + .saturating_add(Weight::from_parts(2_000 as u64, 0).saturating_mul(b as u64)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(13_000 as u64).saturating_mul(m as u64)) + .saturating_add(Weight::from_parts(13_000 as u64, 0).saturating_mul(m as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) } // Storage: Collective Members (r:1 w:0) @@ -78,11 +78,11 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[1, 1024]`. /// The range of component `m` is `[1, 100]`. fn propose_execute(b: u32, m: u32, ) -> Weight { - Weight::from_ref_time(20_794_000 as u64) + Weight::from_parts(20_794_000 as u64, 0) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(2_000 as u64).saturating_mul(b as u64)) + .saturating_add(Weight::from_parts(2_000 as u64, 0).saturating_mul(b as u64)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(22_000 as u64).saturating_mul(m as u64)) + .saturating_add(Weight::from_parts(22_000 as u64, 0).saturating_mul(m as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) } // Storage: Collective Members (r:1 w:0) @@ -94,13 +94,13 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[2, 100]`. /// The range of component `p` is `[1, 100]`. fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { - Weight::from_ref_time(27_870_000 as u64) + Weight::from_parts(27_870_000 as u64, 0) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(3_000 as u64).saturating_mul(b as u64)) + .saturating_add(Weight::from_parts(3_000 as u64, 0).saturating_mul(b as u64)) // Standard Error: 1_000 - .saturating_add(Weight::from_ref_time(22_000 as u64).saturating_mul(m as u64)) + .saturating_add(Weight::from_parts(22_000 as u64, 0).saturating_mul(m as u64)) // Standard Error: 1_000 - .saturating_add(Weight::from_ref_time(94_000 as u64).saturating_mul(p as u64)) + .saturating_add(Weight::from_parts(94_000 as u64, 0).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } @@ -108,9 +108,9 @@ impl pallet_collective::WeightInfo for WeightInfo { // Storage: Collective Voting (r:1 w:1) /// The range of component `m` is `[5, 100]`. fn vote(m: u32, ) -> Weight { - Weight::from_ref_time(27_249_000 as u64) + Weight::from_parts(27_249_000 as u64, 0) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(35_000 as u64).saturating_mul(m as u64)) + .saturating_add(Weight::from_parts(35_000 as u64, 0).saturating_mul(m as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -121,11 +121,11 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_disapproved(m: u32, p: u32, ) -> Weight { - Weight::from_ref_time(30_754_000 as u64) + Weight::from_parts(30_754_000 as u64, 0) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(28_000 as u64).saturating_mul(m as u64)) + .saturating_add(Weight::from_parts(28_000 as u64, 0).saturating_mul(m as u64)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(81_000 as u64).saturating_mul(p as u64)) + .saturating_add(Weight::from_parts(81_000 as u64, 0).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -137,13 +137,13 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { - Weight::from_ref_time(39_508_000 as u64) + Weight::from_parts(39_508_000 as u64, 0) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_000 as u64).saturating_mul(b as u64)) + .saturating_add(Weight::from_parts(1_000 as u64, 0).saturating_mul(b as u64)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(29_000 as u64).saturating_mul(m as u64)) + .saturating_add(Weight::from_parts(29_000 as u64, 0).saturating_mul(m as u64)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(90_000 as u64).saturating_mul(p as u64)) + .saturating_add(Weight::from_parts(90_000 as u64, 0).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -155,11 +155,11 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_disapproved(m: u32, p: u32, ) -> Weight { - Weight::from_ref_time(32_769_000 as u64) + Weight::from_parts(32_769_000 as u64, 0) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(31_000 as u64).saturating_mul(m as u64)) + .saturating_add(Weight::from_parts(31_000 as u64, 0).saturating_mul(m as u64)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(83_000 as u64).saturating_mul(p as u64)) + .saturating_add(Weight::from_parts(83_000 as u64, 0).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -172,13 +172,13 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { - Weight::from_ref_time(41_704_000 as u64) + Weight::from_parts(41_704_000 as u64, 0) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_000 as u64).saturating_mul(b as u64)) + .saturating_add(Weight::from_parts(1_000 as u64, 0).saturating_mul(b as u64)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(28_000 as u64).saturating_mul(m as u64)) + .saturating_add(Weight::from_parts(28_000 as u64, 0).saturating_mul(m as u64)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(92_000 as u64).saturating_mul(p as u64)) + .saturating_add(Weight::from_parts(92_000 as u64, 0).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -187,9 +187,9 @@ impl pallet_collective::WeightInfo for WeightInfo { // Storage: Collective ProposalOf (r:0 w:1) /// The range of component `p` is `[1, 100]`. fn disapprove_proposal(p: u32, ) -> Weight { - Weight::from_ref_time(22_720_000 as u64) + Weight::from_parts(22_720_000 as u64, 0) // Standard Error: 2_000 - .saturating_add(Weight::from_ref_time(74_000 as u64).saturating_mul(p as u64)) + .saturating_add(Weight::from_parts(74_000 as u64, 0).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } diff --git a/runtime/rococo/src/weights/pallet_collective_council.rs b/runtime/rococo/src/weights/pallet_collective_council.rs index 5a231d357794..69f46a85a8ae 100644 --- a/runtime/rococo/src/weights/pallet_collective_council.rs +++ b/runtime/rococo/src/weights/pallet_collective_council.rs @@ -64,18 +64,18 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `0 + m * (3233 ±0) + p * (3223 ±0)` // Estimated: `16322 + m * (7809 ±16) + p * (10238 ±16)` // Minimum execution time: 17_010 nanoseconds. - Weight::from_ref_time(17_499_000) - .saturating_add(Weight::from_proof_size(16322)) + Weight::from_parts(17_499_000, 0) + .saturating_add(Weight::from_parts(0, 16322)) // Standard Error: 52_116 - .saturating_add(Weight::from_ref_time(5_962_797).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(5_962_797, 0).saturating_mul(m.into())) // Standard Error: 52_116 - .saturating_add(Weight::from_ref_time(8_377_905).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(8_377_905, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(7809).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(10238).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 7809).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 10238).saturating_mul(p.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -88,14 +88,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `168 + m * (32 ±0)` // Estimated: `664 + m * (32 ±0)` // Minimum execution time: 15_964 nanoseconds. - Weight::from_ref_time(15_142_034) - .saturating_add(Weight::from_proof_size(664)) + Weight::from_parts(15_142_034, 0) + .saturating_add(Weight::from_parts(0, 664)) // Standard Error: 21 - .saturating_add(Weight::from_ref_time(1_734).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_734, 0).saturating_mul(b.into())) // Standard Error: 216 - .saturating_add(Weight::from_ref_time(15_845).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(15_845, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(Weight::from_proof_size(32).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -110,14 +110,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `168 + m * (32 ±0)` // Estimated: `3308 + m * (64 ±0)` // Minimum execution time: 17_982 nanoseconds. - Weight::from_ref_time(16_922_914) - .saturating_add(Weight::from_proof_size(3308)) + Weight::from_parts(16_922_914, 0) + .saturating_add(Weight::from_parts(0, 3308)) // Standard Error: 23 - .saturating_add(Weight::from_ref_time(1_831).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_831, 0).saturating_mul(b.into())) // Standard Error: 243 - .saturating_add(Weight::from_ref_time(24_952).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(24_952, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(Weight::from_proof_size(64).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -140,18 +140,18 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `490 + m * (32 ±0) + p * (36 ±0)` // Estimated: `6025 + m * (165 ±0) + p * (180 ±0)` // Minimum execution time: 23_369 nanoseconds. - Weight::from_ref_time(24_046_612) - .saturating_add(Weight::from_proof_size(6025)) + Weight::from_parts(24_046_612, 0) + .saturating_add(Weight::from_parts(0, 6025)) // Standard Error: 48 - .saturating_add(Weight::from_ref_time(2_712).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_712, 0).saturating_mul(b.into())) // Standard Error: 504 - .saturating_add(Weight::from_ref_time(18_489).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(18_489, 0).saturating_mul(m.into())) // Standard Error: 497 - .saturating_add(Weight::from_ref_time(97_209).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(97_209, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) - .saturating_add(Weight::from_proof_size(165).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -164,13 +164,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `940 + m * (64 ±0)` // Estimated: `4848 + m * (128 ±0)` // Minimum execution time: 21_131 nanoseconds. - Weight::from_ref_time(21_685_424) - .saturating_add(Weight::from_proof_size(4848)) + Weight::from_parts(21_685_424, 0) + .saturating_add(Weight::from_parts(0, 4848)) // Standard Error: 611 - .saturating_add(Weight::from_ref_time(52_976).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(52_976, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(128).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -189,16 +189,16 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `560 + m * (64 ±0) + p * (36 ±0)` // Estimated: `5629 + m * (260 ±0) + p * (144 ±0)` // Minimum execution time: 25_507 nanoseconds. - Weight::from_ref_time(27_020_885) - .saturating_add(Weight::from_proof_size(5629)) + Weight::from_parts(27_020_885, 0) + .saturating_add(Weight::from_parts(0, 5629)) // Standard Error: 448 - .saturating_add(Weight::from_ref_time(19_496).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(19_496, 0).saturating_mul(m.into())) // Standard Error: 437 - .saturating_add(Weight::from_ref_time(88_809).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(88_809, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(260).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(144).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 144).saturating_mul(p.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -219,17 +219,17 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `896 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `8900 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` // Minimum execution time: 35_900 nanoseconds. - Weight::from_ref_time(38_441_572) - .saturating_add(Weight::from_proof_size(8900)) + Weight::from_parts(38_441_572, 0) + .saturating_add(Weight::from_parts(0, 8900)) // Standard Error: 124 - .saturating_add(Weight::from_ref_time(2_048).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_048, 0).saturating_mul(b.into())) // Standard Error: 1_278 - .saturating_add(Weight::from_ref_time(125_417).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(125_417, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(4).saturating_mul(b.into())) - .saturating_add(Weight::from_proof_size(264).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(160).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 264).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 160).saturating_mul(p.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -250,16 +250,16 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `580 + m * (64 ±0) + p * (36 ±0)` // Estimated: `6765 + m * (325 ±0) + p * (180 ±0)` // Minimum execution time: 28_671 nanoseconds. - Weight::from_ref_time(29_067_640) - .saturating_add(Weight::from_proof_size(6765)) + Weight::from_parts(29_067_640, 0) + .saturating_add(Weight::from_parts(0, 6765)) // Standard Error: 413 - .saturating_add(Weight::from_ref_time(25_553).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(25_553, 0).saturating_mul(m.into())) // Standard Error: 403 - .saturating_add(Weight::from_ref_time(89_405).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(89_405, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(325).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -282,19 +282,19 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `916 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `10235 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` // Minimum execution time: 38_368 nanoseconds. - Weight::from_ref_time(40_072_266) - .saturating_add(Weight::from_proof_size(10235)) + Weight::from_parts(40_072_266, 0) + .saturating_add(Weight::from_parts(0, 10235)) // Standard Error: 87 - .saturating_add(Weight::from_ref_time(2_205).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_205, 0).saturating_mul(b.into())) // Standard Error: 921 - .saturating_add(Weight::from_ref_time(21_418).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(21_418, 0).saturating_mul(m.into())) // Standard Error: 897 - .saturating_add(Weight::from_ref_time(120_540).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(120_540, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(5).saturating_mul(b.into())) - .saturating_add(Weight::from_proof_size(330).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(200).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 330).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 200).saturating_mul(p.into())) } /// Storage: Council Proposals (r:1 w:1) /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) @@ -309,12 +309,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `325 + p * (32 ±0)` // Estimated: `1470 + p * (96 ±0)` // Minimum execution time: 14_315 nanoseconds. - Weight::from_ref_time(16_570_810) - .saturating_add(Weight::from_proof_size(1470)) + Weight::from_parts(16_570_810, 0) + .saturating_add(Weight::from_parts(0, 1470)) // Standard Error: 471 - .saturating_add(Weight::from_ref_time(84_258).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(84_258, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(96).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into())) } } diff --git a/runtime/rococo/src/weights/pallet_collective_technical_committee.rs b/runtime/rococo/src/weights/pallet_collective_technical_committee.rs index a6c1138aecb4..617e1cecb7f4 100644 --- a/runtime/rococo/src/weights/pallet_collective_technical_committee.rs +++ b/runtime/rococo/src/weights/pallet_collective_technical_committee.rs @@ -64,18 +64,18 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `0 + m * (3233 ±0) + p * (3223 ±0)` // Estimated: `16206 + m * (7809 ±16) + p * (10238 ±16)` // Minimum execution time: 17_490 nanoseconds. - Weight::from_ref_time(17_812_000) - .saturating_add(Weight::from_proof_size(16206)) + Weight::from_parts(17_812_000, 0) + .saturating_add(Weight::from_parts(0, 16206)) // Standard Error: 52_570 - .saturating_add(Weight::from_ref_time(5_970_628).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(5_970_628, 0).saturating_mul(m.into())) // Standard Error: 52_570 - .saturating_add(Weight::from_ref_time(8_442_965).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(8_442_965, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(7809).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(10238).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 7809).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 10238).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -88,14 +88,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `139 + m * (32 ±0)` // Estimated: `635 + m * (32 ±0)` // Minimum execution time: 16_507 nanoseconds. - Weight::from_ref_time(15_656_846) - .saturating_add(Weight::from_proof_size(635)) + Weight::from_parts(15_656_846, 0) + .saturating_add(Weight::from_parts(0, 635)) // Standard Error: 16 - .saturating_add(Weight::from_ref_time(1_848).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_848, 0).saturating_mul(b.into())) // Standard Error: 171 - .saturating_add(Weight::from_ref_time(14_642).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(14_642, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(Weight::from_proof_size(32).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -110,14 +110,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `139 + m * (32 ±0)` // Estimated: `3250 + m * (64 ±0)` // Minimum execution time: 18_348 nanoseconds. - Weight::from_ref_time(17_412_463) - .saturating_add(Weight::from_proof_size(3250)) + Weight::from_parts(17_412_463, 0) + .saturating_add(Weight::from_parts(0, 3250)) // Standard Error: 19 - .saturating_add(Weight::from_ref_time(1_783).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_783, 0).saturating_mul(b.into())) // Standard Error: 202 - .saturating_add(Weight::from_ref_time(23_933).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(23_933, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(Weight::from_proof_size(64).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -140,18 +140,18 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `461 + m * (32 ±0) + p * (36 ±0)` // Estimated: `5880 + m * (165 ±0) + p * (180 ±0)` // Minimum execution time: 24_209 nanoseconds. - Weight::from_ref_time(24_797_325) - .saturating_add(Weight::from_proof_size(5880)) + Weight::from_parts(24_797_325, 0) + .saturating_add(Weight::from_parts(0, 5880)) // Standard Error: 47 - .saturating_add(Weight::from_ref_time(2_637).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_637, 0).saturating_mul(b.into())) // Standard Error: 499 - .saturating_add(Weight::from_ref_time(18_477).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(18_477, 0).saturating_mul(m.into())) // Standard Error: 493 - .saturating_add(Weight::from_ref_time(98_937).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(98_937, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) - .saturating_add(Weight::from_proof_size(165).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -164,13 +164,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `911 + m * (64 ±0)` // Estimated: `4790 + m * (128 ±0)` // Minimum execution time: 21_974 nanoseconds. - Weight::from_ref_time(22_456_460) - .saturating_add(Weight::from_proof_size(4790)) + Weight::from_parts(22_456_460, 0) + .saturating_add(Weight::from_parts(0, 4790)) // Standard Error: 611 - .saturating_add(Weight::from_ref_time(51_856).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(51_856, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(128).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -189,16 +189,16 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `531 + m * (64 ±0) + p * (36 ±0)` // Estimated: `5513 + m * (260 ±0) + p * (144 ±0)` // Minimum execution time: 26_446 nanoseconds. - Weight::from_ref_time(28_061_456) - .saturating_add(Weight::from_proof_size(5513)) + Weight::from_parts(28_061_456, 0) + .saturating_add(Weight::from_parts(0, 5513)) // Standard Error: 549 - .saturating_add(Weight::from_ref_time(17_104).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(17_104, 0).saturating_mul(m.into())) // Standard Error: 535 - .saturating_add(Weight::from_ref_time(89_314).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(89_314, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(260).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(144).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 144).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -219,19 +219,19 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `867 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `8784 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` // Minimum execution time: 36_960 nanoseconds. - Weight::from_ref_time(38_532_650) - .saturating_add(Weight::from_proof_size(8784)) + Weight::from_parts(38_532_650, 0) + .saturating_add(Weight::from_parts(0, 8784)) // Standard Error: 82 - .saturating_add(Weight::from_ref_time(2_171).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_171, 0).saturating_mul(b.into())) // Standard Error: 876 - .saturating_add(Weight::from_ref_time(21_279).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(21_279, 0).saturating_mul(m.into())) // Standard Error: 854 - .saturating_add(Weight::from_ref_time(120_364).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(120_364, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(4).saturating_mul(b.into())) - .saturating_add(Weight::from_proof_size(264).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(160).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 264).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 160).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -252,16 +252,16 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `551 + m * (64 ±0) + p * (36 ±0)` // Estimated: `6620 + m * (325 ±0) + p * (180 ±0)` // Minimum execution time: 29_154 nanoseconds. - Weight::from_ref_time(29_815_989) - .saturating_add(Weight::from_proof_size(6620)) + Weight::from_parts(29_815_989, 0) + .saturating_add(Weight::from_parts(0, 6620)) // Standard Error: 394 - .saturating_add(Weight::from_ref_time(25_714).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(25_714, 0).saturating_mul(m.into())) // Standard Error: 384 - .saturating_add(Weight::from_ref_time(91_672).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(91_672, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(325).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -284,19 +284,19 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `887 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `10090 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` // Minimum execution time: 39_673 nanoseconds. - Weight::from_ref_time(41_299_924) - .saturating_add(Weight::from_proof_size(10090)) + Weight::from_parts(41_299_924, 0) + .saturating_add(Weight::from_parts(0, 10090)) // Standard Error: 82 - .saturating_add(Weight::from_ref_time(1_965).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_965, 0).saturating_mul(b.into())) // Standard Error: 875 - .saturating_add(Weight::from_ref_time(21_924).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(21_924, 0).saturating_mul(m.into())) // Standard Error: 853 - .saturating_add(Weight::from_ref_time(121_244).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(121_244, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(5).saturating_mul(b.into())) - .saturating_add(Weight::from_proof_size(330).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(200).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 330).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 200).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Proposals (r:1 w:1) /// Proof Skipped: TechnicalCommittee Proposals (max_values: Some(1), max_size: None, mode: Measured) @@ -311,12 +311,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `296 + p * (32 ±0)` // Estimated: `1383 + p * (96 ±0)` // Minimum execution time: 15_065 nanoseconds. - Weight::from_ref_time(17_118_339) - .saturating_add(Weight::from_proof_size(1383)) + Weight::from_parts(17_118_339, 0) + .saturating_add(Weight::from_parts(0, 1383)) // Standard Error: 471 - .saturating_add(Weight::from_ref_time(86_165).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(86_165, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(96).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into())) } } diff --git a/runtime/rococo/src/weights/pallet_democracy.rs b/runtime/rococo/src/weights/pallet_democracy.rs index 0ab4e1fc1894..a279ffebf97d 100644 --- a/runtime/rococo/src/weights/pallet_democracy.rs +++ b/runtime/rococo/src/weights/pallet_democracy.rs @@ -58,8 +58,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4831` // Estimated: `23409` // Minimum execution time: 32_657 nanoseconds. - Weight::from_ref_time(33_404_000) - .saturating_add(Weight::from_proof_size(23409)) + Weight::from_parts(33_404_000, 0) + .saturating_add(Weight::from_parts(0, 23409)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,8 +70,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3587` // Estimated: `5705` // Minimum execution time: 31_060 nanoseconds. - Weight::from_ref_time(31_872_000) - .saturating_add(Weight::from_proof_size(5705)) + Weight::from_parts(31_872_000, 0) + .saturating_add(Weight::from_parts(0, 5705)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -86,8 +86,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3494` // Estimated: `12720` // Minimum execution time: 41_718 nanoseconds. - Weight::from_ref_time(42_346_000) - .saturating_add(Weight::from_proof_size(12720)) + Weight::from_parts(42_346_000, 0) + .saturating_add(Weight::from_parts(0, 12720)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -102,8 +102,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3516` // Estimated: `12720` // Minimum execution time: 42_085 nanoseconds. - Weight::from_ref_time(42_852_000) - .saturating_add(Weight::from_proof_size(12720)) + Weight::from_parts(42_852_000, 0) + .saturating_add(Weight::from_parts(0, 12720)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -118,8 +118,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `365` // Estimated: `7712` // Minimum execution time: 25_524 nanoseconds. - Weight::from_ref_time(26_168_000) - .saturating_add(Weight::from_proof_size(7712)) + Weight::from_parts(26_168_000, 0) + .saturating_add(Weight::from_parts(0, 7712)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,8 +142,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `6003` // Estimated: `36392` // Minimum execution time: 83_609 nanoseconds. - Weight::from_ref_time(84_687_000) - .saturating_add(Weight::from_proof_size(36392)) + Weight::from_parts(84_687_000, 0) + .saturating_add(Weight::from_parts(0, 36392)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -156,8 +156,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3415` // Estimated: `6340` // Minimum execution time: 12_887 nanoseconds. - Weight::from_ref_time(13_514_000) - .saturating_add(Weight::from_proof_size(6340)) + Weight::from_parts(13_514_000, 0) + .saturating_add(Weight::from_parts(0, 6340)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -168,8 +168,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_145 nanoseconds. - Weight::from_ref_time(3_255_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_255_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy NextExternal (r:0 w:1) @@ -179,8 +179,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_223 nanoseconds. - Weight::from_ref_time(3_298_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_298_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy NextExternal (r:1 w:1) @@ -196,8 +196,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `3654` // Minimum execution time: 26_088 nanoseconds. - Weight::from_ref_time(26_562_000) - .saturating_add(Weight::from_proof_size(3654)) + Weight::from_parts(26_562_000, 0) + .saturating_add(Weight::from_parts(0, 3654)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -212,8 +212,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3518` // Estimated: `8868` // Minimum execution time: 29_980 nanoseconds. - Weight::from_ref_time(31_039_000) - .saturating_add(Weight::from_proof_size(8868)) + Weight::from_parts(31_039_000, 0) + .saturating_add(Weight::from_parts(0, 8868)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -230,8 +230,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `5882` // Estimated: `28033` // Minimum execution time: 67_545 nanoseconds. - Weight::from_ref_time(68_409_000) - .saturating_add(Weight::from_proof_size(28033)) + Weight::from_parts(68_409_000, 0) + .saturating_add(Weight::from_parts(0, 28033)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -244,8 +244,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `238` // Estimated: `2528` // Minimum execution time: 18_661 nanoseconds. - Weight::from_ref_time(19_073_000) - .saturating_add(Weight::from_proof_size(2528)) + Weight::from_parts(19_073_000, 0) + .saturating_add(Weight::from_parts(0, 2528)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -261,14 +261,14 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `211 + r * (117 ±0)` // Estimated: `998 + r * (2676 ±0)` // Minimum execution time: 6_764 nanoseconds. - Weight::from_ref_time(9_629_215) - .saturating_add(Weight::from_proof_size(998)) + Weight::from_parts(9_629_215, 0) + .saturating_add(Weight::from_parts(0, 998)) // Standard Error: 5_661 - .saturating_add(Weight::from_ref_time(2_550_601).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(2_550_601, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(2676).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy LowestUnbaked (r:1 w:1) /// Proof: Democracy LowestUnbaked (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -288,14 +288,14 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `211 + r * (117 ±0)` // Estimated: `19318 + r * (2676 ±0)` // Minimum execution time: 9_134 nanoseconds. - Weight::from_ref_time(12_473_497) - .saturating_add(Weight::from_proof_size(19318)) + Weight::from_parts(12_473_497, 0) + .saturating_add(Weight::from_parts(0, 19318)) // Standard Error: 6_349 - .saturating_add(Weight::from_ref_time(2_548_244).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(2_548_244, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(2676).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy VotingOf (r:3 w:3) /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) @@ -309,15 +309,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `891 + r * (139 ±0)` // Estimated: `22584 + r * (2676 ±0)` // Minimum execution time: 33_397 nanoseconds. - Weight::from_ref_time(39_857_242) - .saturating_add(Weight::from_proof_size(22584)) + Weight::from_parts(39_857_242, 0) + .saturating_add(Weight::from_parts(0, 22584)) // Standard Error: 6_468 - .saturating_add(Weight::from_ref_time(3_540_125).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(3_540_125, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_proof_size(2676).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy VotingOf (r:2 w:2) /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) @@ -329,15 +329,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `524 + r * (139 ±0)` // Estimated: `12540 + r * (2676 ±0)` // Minimum execution time: 20_279 nanoseconds. - Weight::from_ref_time(22_365_478) - .saturating_add(Weight::from_proof_size(12540)) + Weight::from_parts(22_365_478, 0) + .saturating_add(Weight::from_parts(0, 12540)) // Standard Error: 5_748 - .saturating_add(Weight::from_ref_time(3_521_416).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(3_521_416, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_proof_size(2676).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy PublicProps (r:0 w:1) /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) @@ -346,8 +346,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_052 nanoseconds. - Weight::from_ref_time(3_140_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_140_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy VotingOf (r:1 w:1) @@ -362,10 +362,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `556` // Estimated: `12647` // Minimum execution time: 18_419 nanoseconds. - Weight::from_ref_time(24_349_956) - .saturating_add(Weight::from_proof_size(12647)) + Weight::from_parts(24_349_956, 0) + .saturating_add(Weight::from_parts(0, 12647)) // Standard Error: 1_354 - .saturating_add(Weight::from_ref_time(21_800).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(21_800, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -381,10 +381,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `557 + r * (22 ±0)` // Estimated: `12647` // Minimum execution time: 22_735 nanoseconds. - Weight::from_ref_time(24_098_906) - .saturating_add(Weight::from_proof_size(12647)) + Weight::from_parts(24_098_906, 0) + .saturating_add(Weight::from_parts(0, 12647)) // Standard Error: 821 - .saturating_add(Weight::from_ref_time(64_731).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(64_731, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -398,10 +398,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `758 + r * (26 ±0)` // Estimated: `8946` // Minimum execution time: 15_351 nanoseconds. - Weight::from_ref_time(18_051_547) - .saturating_add(Weight::from_proof_size(8946)) + Weight::from_parts(18_051_547, 0) + .saturating_add(Weight::from_parts(0, 8946)) // Standard Error: 1_021 - .saturating_add(Weight::from_ref_time(75_522).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(75_522, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -415,10 +415,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `758 + r * (26 ±0)` // Estimated: `8946` // Minimum execution time: 15_216 nanoseconds. - Weight::from_ref_time(18_117_657) - .saturating_add(Weight::from_proof_size(8946)) + Weight::from_parts(18_117_657, 0) + .saturating_add(Weight::from_parts(0, 8946)) // Standard Error: 1_132 - .saturating_add(Weight::from_ref_time(76_255).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(76_255, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -433,8 +433,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `395` // Estimated: `3193` // Minimum execution time: 18_792 nanoseconds. - Weight::from_ref_time(19_158_000) - .saturating_add(Weight::from_proof_size(3193)) + Weight::from_parts(19_158_000, 0) + .saturating_add(Weight::from_parts(0, 3193)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -447,8 +447,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `3155` // Minimum execution time: 16_758 nanoseconds. - Weight::from_ref_time(17_128_000) - .saturating_add(Weight::from_proof_size(3155)) + Weight::from_parts(17_128_000, 0) + .saturating_add(Weight::from_parts(0, 3155)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -463,8 +463,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4958` // Estimated: `19763` // Minimum execution time: 30_905 nanoseconds. - Weight::from_ref_time(31_384_000) - .saturating_add(Weight::from_proof_size(19763)) + Weight::from_parts(31_384_000, 0) + .saturating_add(Weight::from_parts(0, 19763)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -477,8 +477,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4820` // Estimated: `19725` // Minimum execution time: 28_146 nanoseconds. - Weight::from_ref_time(28_679_000) - .saturating_add(Weight::from_proof_size(19725)) + Weight::from_parts(28_679_000, 0) + .saturating_add(Weight::from_parts(0, 19725)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -491,8 +491,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `216` // Estimated: `2566` // Minimum execution time: 14_567 nanoseconds. - Weight::from_ref_time(14_878_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(14_878_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -505,8 +505,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `269` // Estimated: `5204` // Minimum execution time: 17_867 nanoseconds. - Weight::from_ref_time(18_218_000) - .saturating_add(Weight::from_proof_size(5204)) + Weight::from_parts(18_218_000, 0) + .saturating_add(Weight::from_parts(0, 5204)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_elections_phragmen.rs b/runtime/rococo/src/weights/pallet_elections_phragmen.rs index c8f0dc183514..93c7577a14ab 100644 --- a/runtime/rococo/src/weights/pallet_elections_phragmen.rs +++ b/runtime/rococo/src/weights/pallet_elections_phragmen.rs @@ -61,13 +61,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `427 + v * (80 ±0)` // Estimated: `9438 + v * (320 ±0)` // Minimum execution time: 24_582 nanoseconds. - Weight::from_ref_time(25_601_833) - .saturating_add(Weight::from_proof_size(9438)) + Weight::from_parts(25_601_833, 0) + .saturating_add(Weight::from_parts(0, 9438)) // Standard Error: 2_778 - .saturating_add(Weight::from_ref_time(98_028).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(98_028, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(320).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) } /// Storage: PhragmenElection Candidates (r:1 w:0) /// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -85,13 +85,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `395 + v * (80 ±0)` // Estimated: `9310 + v * (320 ±0)` // Minimum execution time: 33_162 nanoseconds. - Weight::from_ref_time(34_408_894) - .saturating_add(Weight::from_proof_size(9310)) + Weight::from_parts(34_408_894, 0) + .saturating_add(Weight::from_parts(0, 9310)) // Standard Error: 3_459 - .saturating_add(Weight::from_ref_time(107_049).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(107_049, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(320).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) } /// Storage: PhragmenElection Candidates (r:1 w:0) /// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -109,13 +109,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `427 + v * (80 ±0)` // Estimated: `9438 + v * (320 ±0)` // Minimum execution time: 33_075 nanoseconds. - Weight::from_ref_time(34_558_830) - .saturating_add(Weight::from_proof_size(9438)) + Weight::from_parts(34_558_830, 0) + .saturating_add(Weight::from_parts(0, 9438)) // Standard Error: 7_844 - .saturating_add(Weight::from_ref_time(93_110).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(93_110, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(320).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) } /// Storage: PhragmenElection Voting (r:1 w:1) /// Proof Skipped: PhragmenElection Voting (max_values: None, max_size: None, mode: Measured) @@ -126,8 +126,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `917` // Estimated: `7166` // Minimum execution time: 29_431 nanoseconds. - Weight::from_ref_time(29_743_000) - .saturating_add(Weight::from_proof_size(7166)) + Weight::from_parts(29_743_000, 0) + .saturating_add(Weight::from_parts(0, 7166)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -143,13 +143,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `2805 + c * (48 ±0)` // Estimated: `9894 + c * (144 ±0)` // Minimum execution time: 27_507 nanoseconds. - Weight::from_ref_time(20_235_171) - .saturating_add(Weight::from_proof_size(9894)) + Weight::from_parts(20_235_171, 0) + .saturating_add(Weight::from_parts(0, 9894)) // Standard Error: 877 - .saturating_add(Weight::from_ref_time(87_558).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(87_558, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(144).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 144).saturating_mul(c.into())) } /// Storage: PhragmenElection Candidates (r:1 w:1) /// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -159,13 +159,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `314 + c * (48 ±0)` // Estimated: `796 + c * (48 ±0)` // Minimum execution time: 22_940 nanoseconds. - Weight::from_ref_time(15_989_682) - .saturating_add(Weight::from_proof_size(796)) + Weight::from_parts(15_989_682, 0) + .saturating_add(Weight::from_parts(0, 796)) // Standard Error: 876 - .saturating_add(Weight::from_ref_time(57_772).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(57_772, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(48).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into())) } /// Storage: PhragmenElection Members (r:1 w:1) /// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured) @@ -182,8 +182,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `3079` // Estimated: `17375` // Minimum execution time: 40_172 nanoseconds. - Weight::from_ref_time(40_681_000) - .saturating_add(Weight::from_proof_size(17375)) + Weight::from_parts(40_681_000, 0) + .saturating_add(Weight::from_parts(0, 17375)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -194,8 +194,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `1742` // Estimated: `2237` // Minimum execution time: 25_522 nanoseconds. - Weight::from_ref_time(26_206_000) - .saturating_add(Weight::from_proof_size(2237)) + Weight::from_parts(26_206_000, 0) + .saturating_add(Weight::from_parts(0, 2237)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -206,8 +206,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `0` // Estimated: `0` // Minimum execution time: 2_000_000_000 nanoseconds. - Weight::from_ref_time(2_000_000_000_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_000_000_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: PhragmenElection Members (r:1 w:1) /// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured) @@ -226,8 +226,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `3079` // Estimated: `19978` // Minimum execution time: 54_309 nanoseconds. - Weight::from_ref_time(55_097_000) - .saturating_add(Weight::from_proof_size(19978)) + Weight::from_parts(55_097_000, 0) + .saturating_add(Weight::from_parts(0, 19978)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -250,14 +250,14 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `35961 + v * (872 ±0)` // Estimated: `148908 + v * (12340 ±0)` // Minimum execution time: 296_803_791 nanoseconds. - Weight::from_ref_time(298_351_085_000) - .saturating_add(Weight::from_proof_size(148908)) + Weight::from_parts(298_351_085_000, 0) + .saturating_add(Weight::from_parts(0, 148908)) // Standard Error: 257_135 - .saturating_add(Weight::from_ref_time(37_138_623).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(37_138_623, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) - .saturating_add(Weight::from_proof_size(12340).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 12340).saturating_mul(v.into())) } /// Storage: PhragmenElection Candidates (r:1 w:1) /// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -285,19 +285,19 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `0 + v * (639 ±0) + e * (28 ±0)` // Estimated: `5334639 + v * (5714 ±4) + e * (123 ±0) + c * (2560 ±0)` // Minimum execution time: 31_537_372 nanoseconds. - Weight::from_ref_time(31_663_201_000) - .saturating_add(Weight::from_proof_size(5334639)) + Weight::from_parts(31_663_201_000, 0) + .saturating_add(Weight::from_parts(0, 5334639)) // Standard Error: 540_619 - .saturating_add(Weight::from_ref_time(44_981_688).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(44_981_688, 0).saturating_mul(v.into())) // Standard Error: 34_693 - .saturating_add(Weight::from_ref_time(2_335_777).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(2_335_777, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(265)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(6)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(5714).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(123).saturating_mul(e.into())) - .saturating_add(Weight::from_proof_size(2560).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 5714).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 123).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 2560).saturating_mul(c.into())) } } diff --git a/runtime/rococo/src/weights/pallet_identity.rs b/runtime/rococo/src/weights/pallet_identity.rs index cfafa59cc69a..d606a614be81 100644 --- a/runtime/rococo/src/weights/pallet_identity.rs +++ b/runtime/rococo/src/weights/pallet_identity.rs @@ -53,10 +53,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `64 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 11_484 nanoseconds. - Weight::from_ref_time(11_740_457) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(11_740_457, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_350 - .saturating_add(Weight::from_ref_time(92_095).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(92_095, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,12 +69,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `474 + r * (5 ±0)` // Estimated: `10013` // Minimum execution time: 26_188 nanoseconds. - Weight::from_ref_time(25_756_775) - .saturating_add(Weight::from_proof_size(10013)) + Weight::from_parts(25_756_775, 0) + .saturating_add(Weight::from_parts(0, 10013)) // Standard Error: 3_875 - .saturating_add(Weight::from_ref_time(70_887).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(70_887, 0).saturating_mul(r.into())) // Standard Error: 756 - .saturating_add(Weight::from_ref_time(350_640).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(350_640, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -90,15 +90,15 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `101` // Estimated: `15746 + s * (2589 ±0)` // Minimum execution time: 8_016 nanoseconds. - Weight::from_ref_time(20_090_309) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(20_090_309, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 3_655 - .saturating_add(Weight::from_ref_time(2_283_335).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_283_335, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(2589).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 2589).saturating_mul(s.into())) } /// Storage: Identity IdentityOf (r:1 w:0) /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen) @@ -112,10 +112,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `226 + p * (32 ±0)` // Estimated: `15746` // Minimum execution time: 8_035 nanoseconds. - Weight::from_ref_time(19_576_879) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(19_576_879, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 2_917 - .saturating_add(Weight::from_ref_time(951_283).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(951_283, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -134,14 +134,14 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `533 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `15746` // Minimum execution time: 41_620 nanoseconds. - Weight::from_ref_time(26_578_691) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(26_578_691, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 3_970 - .saturating_add(Weight::from_ref_time(10_060).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(10_060, 0).saturating_mul(r.into())) // Standard Error: 775 - .saturating_add(Weight::from_ref_time(932_578).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(932_578, 0).saturating_mul(s.into())) // Standard Error: 775 - .saturating_add(Weight::from_ref_time(179_164).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(179_164, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -157,12 +157,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `431 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11649` // Minimum execution time: 27_111 nanoseconds. - Weight::from_ref_time(25_663_051) - .saturating_add(Weight::from_proof_size(11649)) + Weight::from_parts(25_663_051, 0) + .saturating_add(Weight::from_parts(0, 11649)) // Standard Error: 4_323 - .saturating_add(Weight::from_ref_time(122_984).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(122_984, 0).saturating_mul(r.into())) // Standard Error: 843 - .saturating_add(Weight::from_ref_time(372_656).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(372_656, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -175,12 +175,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `430 + x * (66 ±0)` // Estimated: `10013` // Minimum execution time: 24_282 nanoseconds. - Weight::from_ref_time(23_903_496) - .saturating_add(Weight::from_proof_size(10013)) + Weight::from_parts(23_903_496, 0) + .saturating_add(Weight::from_parts(0, 10013)) // Standard Error: 3_985 - .saturating_add(Weight::from_ref_time(65_397).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(65_397, 0).saturating_mul(r.into())) // Standard Error: 777 - .saturating_add(Weight::from_ref_time(364_635).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(364_635, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,10 +192,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 6_853 nanoseconds. - Weight::from_ref_time(7_235_281) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_235_281, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_905 - .saturating_add(Weight::from_ref_time(86_483).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(86_483, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -207,10 +207,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 6_630 nanoseconds. - Weight::from_ref_time(7_143_367) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_143_367, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_174 - .saturating_add(Weight::from_ref_time(89_603).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(89_603, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -222,10 +222,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 6_425 nanoseconds. - Weight::from_ref_time(6_948_996) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(6_948_996, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_179 - .saturating_add(Weight::from_ref_time(88_332).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(88_332, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -240,12 +240,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `509 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11649` // Minimum execution time: 20_752 nanoseconds. - Weight::from_ref_time(21_143_987) - .saturating_add(Weight::from_proof_size(11649)) + Weight::from_parts(21_143_987, 0) + .saturating_add(Weight::from_parts(0, 11649)) // Standard Error: 5_492 - .saturating_add(Weight::from_ref_time(72_568).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(72_568, 0).saturating_mul(r.into())) // Standard Error: 1_016 - .saturating_add(Weight::from_ref_time(608_754).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(608_754, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -265,14 +265,14 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `772 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `18349` // Minimum execution time: 54_134 nanoseconds. - Weight::from_ref_time(39_967_952) - .saturating_add(Weight::from_proof_size(18349)) + Weight::from_parts(39_967_952, 0) + .saturating_add(Weight::from_parts(0, 18349)) // Standard Error: 5_009 - .saturating_add(Weight::from_ref_time(7_852).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(7_852, 0).saturating_mul(r.into())) // Standard Error: 978 - .saturating_add(Weight::from_ref_time(938_504).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(938_504, 0).saturating_mul(s.into())) // Standard Error: 978 - .saturating_add(Weight::from_ref_time(175_557).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(175_557, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -289,10 +289,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `507 + s * (36 ±0)` // Estimated: `18335` // Minimum execution time: 23_153 nanoseconds. - Weight::from_ref_time(27_781_318) - .saturating_add(Weight::from_proof_size(18335)) + Weight::from_parts(27_781_318, 0) + .saturating_add(Weight::from_parts(0, 18335)) // Standard Error: 1_330 - .saturating_add(Weight::from_ref_time(76_925).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(76_925, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -306,10 +306,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `623 + s * (3 ±0)` // Estimated: `12602` // Minimum execution time: 11_203 nanoseconds. - Weight::from_ref_time(13_352_816) - .saturating_add(Weight::from_proof_size(12602)) + Weight::from_parts(13_352_816, 0) + .saturating_add(Weight::from_parts(0, 12602)) // Standard Error: 582 - .saturating_add(Weight::from_ref_time(16_080).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(16_080, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -325,10 +325,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `702 + s * (35 ±0)` // Estimated: `18335` // Minimum execution time: 26_415 nanoseconds. - Weight::from_ref_time(30_414_158) - .saturating_add(Weight::from_proof_size(18335)) + Weight::from_parts(30_414_158, 0) + .saturating_add(Weight::from_parts(0, 18335)) // Standard Error: 1_304 - .saturating_add(Weight::from_ref_time(48_499).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(48_499, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -342,10 +342,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `628 + s * (37 ±0)` // Estimated: `8322` // Minimum execution time: 18_109 nanoseconds. - Weight::from_ref_time(20_718_865) - .saturating_add(Weight::from_proof_size(8322)) + Weight::from_parts(20_718_865, 0) + .saturating_add(Weight::from_parts(0, 8322)) // Standard Error: 1_000 - .saturating_add(Weight::from_ref_time(59_385).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(59_385, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/src/weights/pallet_im_online.rs b/runtime/rococo/src/weights/pallet_im_online.rs index 97634b9c187c..b398c9be6068 100644 --- a/runtime/rococo/src/weights/pallet_im_online.rs +++ b/runtime/rococo/src/weights/pallet_im_online.rs @@ -64,15 +64,15 @@ impl pallet_im_online::WeightInfo for WeightInfo { // Measured: `458 + k * (32 ±0)` // Estimated: `10348843 + e * (25 ±0) + k * (96 ±0)` // Minimum execution time: 90_362 nanoseconds. - Weight::from_ref_time(74_312_496) - .saturating_add(Weight::from_proof_size(10348843)) + Weight::from_parts(74_312_496, 0) + .saturating_add(Weight::from_parts(0, 10348843)) // Standard Error: 346 - .saturating_add(Weight::from_ref_time(23_681).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(23_681, 0).saturating_mul(k.into())) // Standard Error: 3_496 - .saturating_add(Weight::from_ref_time(310_557).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(310_557, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(25).saturating_mul(e.into())) - .saturating_add(Weight::from_proof_size(96).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 25).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 96).saturating_mul(k.into())) } } diff --git a/runtime/rococo/src/weights/pallet_indices.rs b/runtime/rococo/src/weights/pallet_indices.rs index cbe17e5d369f..3c2591182dd6 100644 --- a/runtime/rococo/src/weights/pallet_indices.rs +++ b/runtime/rococo/src/weights/pallet_indices.rs @@ -52,8 +52,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `142` // Estimated: `2544` // Minimum execution time: 17_955 nanoseconds. - Weight::from_ref_time(18_262_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(18_262_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -66,8 +66,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `405` // Estimated: `5147` // Minimum execution time: 23_690 nanoseconds. - Weight::from_ref_time(24_058_000) - .saturating_add(Weight::from_proof_size(5147)) + Weight::from_parts(24_058_000, 0) + .saturating_add(Weight::from_parts(0, 5147)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,8 +78,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `270` // Estimated: `2544` // Minimum execution time: 19_452 nanoseconds. - Weight::from_ref_time(19_649_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(19_649_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -92,8 +92,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `405` // Estimated: `5147` // Minimum execution time: 22_612 nanoseconds. - Weight::from_ref_time(23_037_000) - .saturating_add(Weight::from_proof_size(5147)) + Weight::from_parts(23_037_000, 0) + .saturating_add(Weight::from_parts(0, 5147)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -104,8 +104,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `270` // Estimated: `2544` // Minimum execution time: 21_868 nanoseconds. - Weight::from_ref_time(23_092_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(23_092_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_membership.rs b/runtime/rococo/src/weights/pallet_membership.rs index 5287bf44eaf8..bb62d66e562f 100644 --- a/runtime/rococo/src/weights/pallet_membership.rs +++ b/runtime/rococo/src/weights/pallet_membership.rs @@ -59,13 +59,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `204 + m * (64 ±0)` // Estimated: `4801 + m * (192 ±0)` // Minimum execution time: 16_090 nanoseconds. - Weight::from_ref_time(17_059_461) - .saturating_add(Weight::from_proof_size(4801)) + Weight::from_parts(17_059_461, 0) + .saturating_add(Weight::from_parts(0, 4801)) // Standard Error: 455 - .saturating_add(Weight::from_ref_time(37_850).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(37_850, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -83,13 +83,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `308 + m * (64 ±0)` // Estimated: `5640 + m * (192 ±0)` // Minimum execution time: 19_056 nanoseconds. - Weight::from_ref_time(19_552_391) - .saturating_add(Weight::from_proof_size(5640)) + Weight::from_parts(19_552_391, 0) + .saturating_add(Weight::from_parts(0, 5640)) // Standard Error: 444 - .saturating_add(Weight::from_ref_time(33_461).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(33_461, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -107,13 +107,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `308 + m * (64 ±0)` // Estimated: `5640 + m * (192 ±0)` // Minimum execution time: 18_985 nanoseconds. - Weight::from_ref_time(19_687_632) - .saturating_add(Weight::from_proof_size(5640)) + Weight::from_parts(19_687_632, 0) + .saturating_add(Weight::from_parts(0, 5640)) // Standard Error: 494 - .saturating_add(Weight::from_ref_time(49_503).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(49_503, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -131,13 +131,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `308 + m * (64 ±0)` // Estimated: `5640 + m * (192 ±0)` // Minimum execution time: 17_991 nanoseconds. - Weight::from_ref_time(19_446_757) - .saturating_add(Weight::from_proof_size(5640)) + Weight::from_parts(19_446_757, 0) + .saturating_add(Weight::from_parts(0, 5640)) // Standard Error: 825 - .saturating_add(Weight::from_ref_time(162_485).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(162_485, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -155,13 +155,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `308 + m * (64 ±0)` // Estimated: `5640 + m * (192 ±0)` // Minimum execution time: 19_453 nanoseconds. - Weight::from_ref_time(20_134_267) - .saturating_add(Weight::from_proof_size(5640)) + Weight::from_parts(20_134_267, 0) + .saturating_add(Weight::from_parts(0, 5640)) // Standard Error: 552 - .saturating_add(Weight::from_ref_time(47_143).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(47_143, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:0) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -175,13 +175,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `64 + m * (32 ±0)` // Estimated: `3761 + m * (32 ±0)` // Minimum execution time: 7_625 nanoseconds. - Weight::from_ref_time(8_037_114) - .saturating_add(Weight::from_proof_size(3761)) + Weight::from_parts(8_037_114, 0) + .saturating_add(Weight::from_parts(0, 3761)) // Standard Error: 199 - .saturating_add(Weight::from_ref_time(10_858).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(10_858, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(32).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } /// Storage: TechnicalMembership Prime (r:0 w:1) /// Proof: TechnicalMembership Prime (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) @@ -193,10 +193,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_149 nanoseconds. - Weight::from_ref_time(3_321_517) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_321_517, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 77 - .saturating_add(Weight::from_ref_time(832).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(832, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().writes(2)) } } diff --git a/runtime/rococo/src/weights/pallet_multisig.rs b/runtime/rococo/src/weights/pallet_multisig.rs index f5e3d3a4a37d..f78c658a643b 100644 --- a/runtime/rococo/src/weights/pallet_multisig.rs +++ b/runtime/rococo/src/weights/pallet_multisig.rs @@ -51,10 +51,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 11_954 nanoseconds. - Weight::from_ref_time(12_356_423) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(12_356_423, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(545).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(545, 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) @@ -65,12 +65,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `244 + s * (2 ±0)` // Estimated: `5821` // Minimum execution time: 33_155 nanoseconds. - Weight::from_ref_time(27_412_722) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(27_412_722, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 567 - .saturating_add(Weight::from_ref_time(68_014).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(68_014, 0).saturating_mul(s.into())) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_542).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_542, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -83,12 +83,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `242` // Estimated: `5821` // Minimum execution time: 25_675 nanoseconds. - Weight::from_ref_time(19_465_181) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(19_465_181, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 462 - .saturating_add(Weight::from_ref_time(71_417).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(71_417, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_497).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_497, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -103,12 +103,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `380 + s * (33 ±0)` // Estimated: `8424` // Minimum execution time: 38_864 nanoseconds. - Weight::from_ref_time(31_068_973) - .saturating_add(Weight::from_proof_size(8424)) + Weight::from_parts(31_068_973, 0) + .saturating_add(Weight::from_parts(0, 8424)) // Standard Error: 377 - .saturating_add(Weight::from_ref_time(84_568).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(84_568, 0).saturating_mul(s.into())) // Standard Error: 3 - .saturating_add(Weight::from_ref_time(1_569).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_569, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -120,10 +120,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `251 + s * (2 ±0)` // Estimated: `5821` // Minimum execution time: 24_468 nanoseconds. - Weight::from_ref_time(25_268_813) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(25_268_813, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 551 - .saturating_add(Weight::from_ref_time(76_622).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(76_622, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -135,10 +135,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `242` // Estimated: `5821` // Minimum execution time: 16_489 nanoseconds. - Weight::from_ref_time(17_200_447) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(17_200_447, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 592 - .saturating_add(Weight::from_ref_time(70_276).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(70_276, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -150,10 +150,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `446 + s * (1 ±0)` // Estimated: `5821` // Minimum execution time: 25_945 nanoseconds. - Weight::from_ref_time(26_519_398) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(26_519_398, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 593 - .saturating_add(Weight::from_ref_time(75_038).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(75_038, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_nis.rs b/runtime/rococo/src/weights/pallet_nis.rs index 47e6a7641d73..7140421a8393 100644 --- a/runtime/rococo/src/weights/pallet_nis.rs +++ b/runtime/rococo/src/weights/pallet_nis.rs @@ -57,10 +57,10 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `6278 + l * (48 ±0)` // Estimated: `60718` // Minimum execution time: 26_651 nanoseconds. - Weight::from_ref_time(28_993_951) - .saturating_add(Weight::from_proof_size(60718)) + Weight::from_parts(28_993_951, 0) + .saturating_add(Weight::from_parts(0, 60718)) // Standard Error: 675 - .saturating_add(Weight::from_ref_time(80_545).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(80_545, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -75,8 +75,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `54280` // Estimated: `60718` // Minimum execution time: 103_774 nanoseconds. - Weight::from_ref_time(105_111_000) - .saturating_add(Weight::from_proof_size(60718)) + Weight::from_parts(105_111_000, 0) + .saturating_add(Weight::from_parts(0, 60718)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -92,10 +92,10 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `6278 + l * (48 ±0)` // Estimated: `60718` // Minimum execution time: 34_113 nanoseconds. - Weight::from_ref_time(30_119_340) - .saturating_add(Weight::from_proof_size(60718)) + Weight::from_parts(30_119_340, 0) + .saturating_add(Weight::from_parts(0, 60718)) // Standard Error: 672 - .saturating_add(Weight::from_ref_time(61_739).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(61_739, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -108,8 +108,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `256` // Estimated: `3138` // Minimum execution time: 31_298 nanoseconds. - Weight::from_ref_time(31_769_000) - .saturating_add(Weight::from_proof_size(3138)) + Weight::from_parts(31_769_000, 0) + .saturating_add(Weight::from_parts(0, 3138)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -126,8 +126,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `456` // Estimated: `9418` // Minimum execution time: 42_385 nanoseconds. - Weight::from_ref_time(42_901_000) - .saturating_add(Weight::from_proof_size(9418)) + Weight::from_parts(42_901_000, 0) + .saturating_add(Weight::from_parts(0, 9418)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -146,8 +146,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `698` // Estimated: `8792` // Minimum execution time: 59_372 nanoseconds. - Weight::from_ref_time(59_992_000) - .saturating_add(Weight::from_proof_size(8792)) + Weight::from_parts(59_992_000, 0) + .saturating_add(Weight::from_parts(0, 8792)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -168,8 +168,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `759` // Estimated: `12516` // Minimum execution time: 66_981 nanoseconds. - Weight::from_ref_time(67_647_000) - .saturating_add(Weight::from_proof_size(12516)) + Weight::from_parts(67_647_000, 0) + .saturating_add(Weight::from_parts(0, 12516)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -190,8 +190,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `538` // Estimated: `12516` // Minimum execution time: 60_920 nanoseconds. - Weight::from_ref_time(61_706_000) - .saturating_add(Weight::from_proof_size(12516)) + Weight::from_parts(61_706_000, 0) + .saturating_add(Weight::from_parts(0, 12516)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -206,8 +206,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `6689` // Estimated: `9635` // Minimum execution time: 21_884 nanoseconds. - Weight::from_ref_time(22_308_000) - .saturating_add(Weight::from_proof_size(9635)) + Weight::from_parts(22_308_000, 0) + .saturating_add(Weight::from_parts(0, 9635)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -218,8 +218,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `76` // Estimated: `50497` // Minimum execution time: 4_646 nanoseconds. - Weight::from_ref_time(4_812_000) - .saturating_add(Weight::from_proof_size(50497)) + Weight::from_parts(4_812_000, 0) + .saturating_add(Weight::from_parts(0, 50497)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -230,8 +230,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_183 nanoseconds. - Weight::from_ref_time(6_420_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_420_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/rococo/src/weights/pallet_preimage.rs b/runtime/rococo/src/weights/pallet_preimage.rs index 0c260d840c6e..af7c355417d8 100644 --- a/runtime/rococo/src/weights/pallet_preimage.rs +++ b/runtime/rococo/src/weights/pallet_preimage.rs @@ -55,10 +55,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `247` // Estimated: `2566` // Minimum execution time: 24_126 nanoseconds. - Weight::from_ref_time(24_440_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(24_440_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_334).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_334, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -72,10 +72,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `178` // Estimated: `2566` // Minimum execution time: 15_804 nanoseconds. - Weight::from_ref_time(16_153_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(16_153_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_326).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_326, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,10 +89,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `178` // Estimated: `2566` // Minimum execution time: 14_982 nanoseconds. - Weight::from_ref_time(15_223_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(15_223_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_328).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_328, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -105,8 +105,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `425` // Estimated: `2566` // Minimum execution time: 31_529 nanoseconds. - Weight::from_ref_time(32_749_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(32_749_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,8 +119,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `216` // Estimated: `2566` // Minimum execution time: 21_379 nanoseconds. - Weight::from_ref_time(22_759_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(22_759_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -131,8 +131,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `292` // Estimated: `2566` // Minimum execution time: 18_806 nanoseconds. - Weight::from_ref_time(19_596_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(19_596_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -143,8 +143,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `216` // Estimated: `2566` // Minimum execution time: 12_277 nanoseconds. - Weight::from_ref_time(12_986_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(12_986_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -155,8 +155,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `114` // Estimated: `2566` // Minimum execution time: 13_177 nanoseconds. - Weight::from_ref_time(14_002_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(14_002_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -167,8 +167,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `178` // Estimated: `2566` // Minimum execution time: 8_583 nanoseconds. - Weight::from_ref_time(8_971_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(8_971_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -181,8 +181,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `216` // Estimated: `2566` // Minimum execution time: 19_548 nanoseconds. - Weight::from_ref_time(20_979_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(20_979_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -193,8 +193,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `178` // Estimated: `2566` // Minimum execution time: 8_336 nanoseconds. - Weight::from_ref_time(8_547_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(8_547_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -205,8 +205,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `178` // Estimated: `2566` // Minimum execution time: 8_489 nanoseconds. - Weight::from_ref_time(8_881_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(8_881_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_proxy.rs b/runtime/rococo/src/weights/pallet_proxy.rs index 0f21e147bbdb..b5a6e4e7f7c6 100644 --- a/runtime/rococo/src/weights/pallet_proxy.rs +++ b/runtime/rococo/src/weights/pallet_proxy.rs @@ -53,10 +53,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 13_961 nanoseconds. - Weight::from_ref_time(14_521_977) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(14_521_977, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_117 - .saturating_add(Weight::from_ref_time(39_900).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(39_900, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: Proxy Proxies (r:1 w:0) @@ -72,12 +72,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `650 + a * (68 ±0) + p * (37 ±0)` // Estimated: `11027` // Minimum execution time: 31_905 nanoseconds. - Weight::from_ref_time(31_732_246) - .saturating_add(Weight::from_proof_size(11027)) + Weight::from_parts(31_732_246, 0) + .saturating_add(Weight::from_parts(0, 11027)) // Standard Error: 1_694 - .saturating_add(Weight::from_ref_time(119_106).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(119_106, 0).saturating_mul(a.into())) // Standard Error: 1_751 - .saturating_add(Weight::from_ref_time(39_749).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(39_749, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -92,10 +92,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `533 + a * (68 ±0)` // Estimated: `7311` // Minimum execution time: 19_120 nanoseconds. - Weight::from_ref_time(20_385_408) - .saturating_add(Weight::from_proof_size(7311)) + Weight::from_parts(20_385_408, 0) + .saturating_add(Weight::from_parts(0, 7311)) // Standard Error: 1_375 - .saturating_add(Weight::from_ref_time(124_212).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(124_212, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -110,10 +110,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `533 + a * (68 ±0)` // Estimated: `7311` // Minimum execution time: 19_146 nanoseconds. - Weight::from_ref_time(20_349_264) - .saturating_add(Weight::from_proof_size(7311)) + Weight::from_parts(20_349_264, 0) + .saturating_add(Weight::from_parts(0, 7311)) // Standard Error: 1_369 - .saturating_add(Weight::from_ref_time(120_544).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(120_544, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -130,12 +130,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `582 + a * (68 ±0) + p * (37 ±0)` // Estimated: `11027` // Minimum execution time: 26_894 nanoseconds. - Weight::from_ref_time(28_182_107) - .saturating_add(Weight::from_proof_size(11027)) + Weight::from_parts(28_182_107, 0) + .saturating_add(Weight::from_parts(0, 11027)) // Standard Error: 1_783 - .saturating_add(Weight::from_ref_time(117_371).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(117_371, 0).saturating_mul(a.into())) // Standard Error: 1_843 - .saturating_add(Weight::from_ref_time(29_985).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(29_985, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -147,10 +147,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 19_955 nanoseconds. - Weight::from_ref_time(20_990_396) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(20_990_396, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_683 - .saturating_add(Weight::from_ref_time(59_405).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(59_405, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,10 +162,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 19_687 nanoseconds. - Weight::from_ref_time(20_716_246) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(20_716_246, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_590 - .saturating_add(Weight::from_ref_time(65_700).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(65_700, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -177,10 +177,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 15_862 nanoseconds. - Weight::from_ref_time(16_513_068) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(16_513_068, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_275 - .saturating_add(Weight::from_ref_time(32_574).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(32_574, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,10 +192,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `239` // Estimated: `3716` // Minimum execution time: 21_627 nanoseconds. - Weight::from_ref_time(22_580_683) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(22_580_683, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_277 - .saturating_add(Weight::from_ref_time(4_258).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(4_258, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -207,10 +207,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `296 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 17_024 nanoseconds. - Weight::from_ref_time(17_777_391) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(17_777_391, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_104 - .saturating_add(Weight::from_ref_time(36_818).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(36_818, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_scheduler.rs b/runtime/rococo/src/weights/pallet_scheduler.rs index ede705904d4d..8d8f3c4f6e75 100644 --- a/runtime/rococo/src/weights/pallet_scheduler.rs +++ b/runtime/rococo/src/weights/pallet_scheduler.rs @@ -52,8 +52,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `69` // Estimated: `499` // Minimum execution time: 4_764 nanoseconds. - Weight::from_ref_time(4_951_000) - .saturating_add(Weight::from_proof_size(499)) + Weight::from_parts(4_951_000, 0) + .saturating_add(Weight::from_parts(0, 499)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -65,10 +65,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 4_280 nanoseconds. - Weight::from_ref_time(7_209_195) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(7_209_195, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_248 - .saturating_add(Weight::from_ref_time(905_928).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(905_928, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -77,8 +77,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_526 nanoseconds. - Weight::from_ref_time(5_786_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_786_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Preimage PreimageFor (r:1 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured) @@ -90,13 +90,13 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `283 + s * (1 ±0)` // Estimated: `5324 + s * (1 ±0)` // Minimum execution time: 18_976 nanoseconds. - Weight::from_ref_time(19_177_000) - .saturating_add(Weight::from_proof_size(5324)) + Weight::from_parts(19_177_000, 0) + .saturating_add(Weight::from_parts(0, 5324)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_169).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_169, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(1).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) } /// Storage: Scheduler Lookup (r:0 w:1) /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) @@ -105,8 +105,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_826 nanoseconds. - Weight::from_ref_time(7_001_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(7_001_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_periodic() -> Weight { @@ -114,24 +114,24 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_554 nanoseconds. - Weight::from_ref_time(5_754_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_754_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 2_382 nanoseconds. - Weight::from_ref_time(2_475_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_475_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 2_402 nanoseconds. - Weight::from_ref_time(2_533_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_533_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) @@ -141,10 +141,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 13_703 nanoseconds. - Weight::from_ref_time(16_346_086) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(16_346_086, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 1_988 - .saturating_add(Weight::from_ref_time(907_672).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(907_672, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -158,10 +158,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 17_812 nanoseconds. - Weight::from_ref_time(17_048_848) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(17_048_848, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_239 - .saturating_add(Weight::from_ref_time(1_617_551).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_617_551, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -175,10 +175,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `325 + s * (185 ±0)` // Estimated: `43961` // Minimum execution time: 16_499 nanoseconds. - Weight::from_ref_time(20_270_755) - .saturating_add(Weight::from_proof_size(43961)) + Weight::from_parts(20_270_755, 0) + .saturating_add(Weight::from_parts(0, 43961)) // Standard Error: 2_748 - .saturating_add(Weight::from_ref_time(936_539).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(936_539, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -192,10 +192,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `351 + s * (185 ±0)` // Estimated: `43961` // Minimum execution time: 19_166 nanoseconds. - Weight::from_ref_time(18_804_378) - .saturating_add(Weight::from_proof_size(43961)) + Weight::from_parts(18_804_378, 0) + .saturating_add(Weight::from_parts(0, 43961)) // Standard Error: 2_712 - .saturating_add(Weight::from_ref_time(1_648_462).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_648_462, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/src/weights/pallet_session.rs b/runtime/rococo/src/weights/pallet_session.rs index e2ee85f0bba0..518e323be17e 100644 --- a/runtime/rococo/src/weights/pallet_session.rs +++ b/runtime/rococo/src/weights/pallet_session.rs @@ -47,7 +47,7 @@ impl pallet_session::WeightInfo for WeightInfo { // Storage: Session NextKeys (r:1 w:1) // Storage: Session KeyOwner (r:6 w:6) fn set_keys() -> Weight { - Weight::from_ref_time(36_115_000 as u64) + Weight::from_parts(36_115_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(8 as u64)) .saturating_add(T::DbWeight::get().writes(7 as u64)) } @@ -55,7 +55,7 @@ impl pallet_session::WeightInfo for WeightInfo { // Storage: Session NextKeys (r:1 w:1) // Storage: Session KeyOwner (r:0 w:6) fn purge_keys() -> Weight { - Weight::from_ref_time(21_459_000 as u64) + Weight::from_parts(21_459_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(7 as u64)) } diff --git a/runtime/rococo/src/weights/pallet_timestamp.rs b/runtime/rococo/src/weights/pallet_timestamp.rs index 360ae069c376..e4022eba48ca 100644 --- a/runtime/rococo/src/weights/pallet_timestamp.rs +++ b/runtime/rococo/src/weights/pallet_timestamp.rs @@ -54,8 +54,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Measured: `345` // Estimated: `1006` // Minimum execution time: 9_427 nanoseconds. - Weight::from_ref_time(9_794_000) - .saturating_add(Weight::from_proof_size(1006)) + Weight::from_parts(9_794_000, 0) + .saturating_add(Weight::from_parts(0, 1006)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -64,7 +64,7 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Measured: `128` // Estimated: `0` // Minimum execution time: 4_505 nanoseconds. - Weight::from_ref_time(4_792_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(4_792_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/rococo/src/weights/pallet_tips.rs b/runtime/rococo/src/weights/pallet_tips.rs index 58fdeb757902..0bbeb50844b4 100644 --- a/runtime/rococo/src/weights/pallet_tips.rs +++ b/runtime/rococo/src/weights/pallet_tips.rs @@ -55,10 +55,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `4` // Estimated: `4958` // Minimum execution time: 21_346 nanoseconds. - Weight::from_ref_time(22_419_409) - .saturating_add(Weight::from_proof_size(4958)) + Weight::from_parts(22_419_409, 0) + .saturating_add(Weight::from_parts(0, 4958)) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_802).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(1_802, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -71,8 +71,8 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `2981` // Minimum execution time: 21_124 nanoseconds. - Weight::from_ref_time(21_611_000) - .saturating_add(Weight::from_proof_size(2981)) + Weight::from_parts(21_611_000, 0) + .saturating_add(Weight::from_parts(0, 2981)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,15 +89,15 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `106 + t * (64 ±0)` // Estimated: `3288 + t * (192 ±0)` // Minimum execution time: 18_905 nanoseconds. - Weight::from_ref_time(17_679_692) - .saturating_add(Weight::from_proof_size(3288)) + Weight::from_parts(17_679_692, 0) + .saturating_add(Weight::from_parts(0, 3288)) // Standard Error: 6 - .saturating_add(Weight::from_ref_time(1_687).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(1_687, 0).saturating_mul(r.into())) // Standard Error: 5_551 - .saturating_add(Weight::from_ref_time(117_206).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(117_206, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(t.into())) } /// Storage: PhragmenElection Members (r:1 w:0) /// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured) @@ -109,13 +109,13 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `359 + t * (112 ±0)` // Estimated: `3688 + t * (224 ±0)` // Minimum execution time: 14_034 nanoseconds. - Weight::from_ref_time(14_659_563) - .saturating_add(Weight::from_proof_size(3688)) + Weight::from_parts(14_659_563, 0) + .saturating_add(Weight::from_parts(0, 3688)) // Standard Error: 1_435 - .saturating_add(Weight::from_ref_time(137_685).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(137_685, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(224).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 224).saturating_mul(t.into())) } /// Storage: Tips Tips (r:1 w:1) /// Proof Skipped: Tips Tips (max_values: None, max_size: None, mode: Measured) @@ -131,13 +131,13 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `398 + t * (112 ±0)` // Estimated: `6740 + t * (336 ±0)` // Minimum execution time: 39_378 nanoseconds. - Weight::from_ref_time(40_903_902) - .saturating_add(Weight::from_proof_size(6740)) + Weight::from_parts(40_903_902, 0) + .saturating_add(Weight::from_parts(0, 6740)) // Standard Error: 4_890 - .saturating_add(Weight::from_ref_time(127_148).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(127_148, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(336).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 336).saturating_mul(t.into())) } /// Storage: Tips Tips (r:1 w:1) /// Proof Skipped: Tips Tips (max_values: None, max_size: None, mode: Measured) @@ -149,10 +149,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `301` // Estimated: `3077` // Minimum execution time: 14_080 nanoseconds. - Weight::from_ref_time(14_660_927) - .saturating_add(Weight::from_proof_size(3077)) + Weight::from_parts(14_660_927, 0) + .saturating_add(Weight::from_parts(0, 3077)) // Standard Error: 1_257 - .saturating_add(Weight::from_ref_time(4_596).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(4_596, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/src/weights/pallet_treasury.rs b/runtime/rococo/src/weights/pallet_treasury.rs index 4fce960891f0..b34a6752d17d 100644 --- a/runtime/rococo/src/weights/pallet_treasury.rs +++ b/runtime/rococo/src/weights/pallet_treasury.rs @@ -50,8 +50,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 227 nanoseconds. - Weight::from_ref_time(240_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(240_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Treasury ProposalCount (r:1 w:1) /// Proof: Treasury ProposalCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -62,8 +62,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `139` // Estimated: `499` // Minimum execution time: 21_213 nanoseconds. - Weight::from_ref_time(21_759_000) - .saturating_add(Weight::from_proof_size(499)) + Weight::from_parts(21_759_000, 0) + .saturating_add(Weight::from_parts(0, 499)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -76,8 +76,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `329` // Estimated: `5186` // Minimum execution time: 31_471 nanoseconds. - Weight::from_ref_time(32_666_000) - .saturating_add(Weight::from_proof_size(5186)) + Weight::from_parts(32_666_000, 0) + .saturating_add(Weight::from_parts(0, 5186)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -91,10 +91,10 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `464 + p * (8 ±0)` // Estimated: `3480` // Minimum execution time: 9_351 nanoseconds. - Weight::from_ref_time(11_440_314) - .saturating_add(Weight::from_proof_size(3480)) + Weight::from_parts(11_440_314, 0) + .saturating_add(Weight::from_parts(0, 3480)) // Standard Error: 800 - .saturating_add(Weight::from_ref_time(25_874).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(25_874, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -105,8 +105,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `90` // Estimated: `897` // Minimum execution time: 6_975 nanoseconds. - Weight::from_ref_time(7_191_000) - .saturating_add(Weight::from_proof_size(897)) + Weight::from_parts(7_191_000, 0) + .saturating_add(Weight::from_parts(0, 897)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -128,14 +128,14 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `326 + p * (314 ±0)` // Estimated: `5419 + p * (7789 ±0)` // Minimum execution time: 53_749 nanoseconds. - Weight::from_ref_time(58_420_767) - .saturating_add(Weight::from_proof_size(5419)) + Weight::from_parts(58_420_767, 0) + .saturating_add(Weight::from_parts(0, 5419)) // Standard Error: 20_636 - .saturating_add(Weight::from_ref_time(28_515_184).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(28_515_184, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(5)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(7789).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 7789).saturating_mul(p.into())) } } diff --git a/runtime/rococo/src/weights/pallet_utility.rs b/runtime/rococo/src/weights/pallet_utility.rs index e4f4b4d1f103..016dd19e7084 100644 --- a/runtime/rococo/src/weights/pallet_utility.rs +++ b/runtime/rococo/src/weights/pallet_utility.rs @@ -51,18 +51,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_328 nanoseconds. - Weight::from_ref_time(13_537_888) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(13_537_888, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2_017 - .saturating_add(Weight::from_ref_time(4_382_647).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_382_647, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 4_374 nanoseconds. - Weight::from_ref_time(4_526_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(4_526_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { @@ -70,18 +70,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_386 nanoseconds. - Weight::from_ref_time(12_573_669) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(12_573_669, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2_338 - .saturating_add(Weight::from_ref_time(4_605_788).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_605_788, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 8_380 nanoseconds. - Weight::from_ref_time(8_681_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(8_681_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { @@ -89,9 +89,9 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_340 nanoseconds. - Weight::from_ref_time(11_475_235) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(11_475_235, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 4_641 - .saturating_add(Weight::from_ref_time(4_413_145).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_413_145, 0).saturating_mul(c.into())) } } diff --git a/runtime/rococo/src/weights/pallet_vesting.rs b/runtime/rococo/src/weights/pallet_vesting.rs index 964b156ebfaa..d247a69416c6 100644 --- a/runtime/rococo/src/weights/pallet_vesting.rs +++ b/runtime/rococo/src/weights/pallet_vesting.rs @@ -56,12 +56,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `339 + l * (25 ±0) + s * (36 ±0)` // Estimated: `7306` // Minimum execution time: 26_429 nanoseconds. - Weight::from_ref_time(25_867_277) - .saturating_add(Weight::from_proof_size(7306)) + Weight::from_parts(25_867_277, 0) + .saturating_add(Weight::from_parts(0, 7306)) // Standard Error: 1_281 - .saturating_add(Weight::from_ref_time(41_324).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(41_324, 0).saturating_mul(l.into())) // Standard Error: 2_279 - .saturating_add(Weight::from_ref_time(51_826).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(51_826, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -76,12 +76,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `339 + l * (25 ±0) + s * (36 ±0)` // Estimated: `7306` // Minimum execution time: 25_715 nanoseconds. - Weight::from_ref_time(24_829_164) - .saturating_add(Weight::from_proof_size(7306)) + Weight::from_parts(24_829_164, 0) + .saturating_add(Weight::from_parts(0, 7306)) // Standard Error: 868 - .saturating_add(Weight::from_ref_time(40_310).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(40_310, 0).saturating_mul(l.into())) // Standard Error: 1_544 - .saturating_add(Weight::from_ref_time(58_002).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(58_002, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -98,12 +98,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `474 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 28_817 nanoseconds. - Weight::from_ref_time(27_720_923) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(27_720_923, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 829 - .saturating_add(Weight::from_ref_time(46_675).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(46_675, 0).saturating_mul(l.into())) // Standard Error: 1_475 - .saturating_add(Weight::from_ref_time(73_942).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(73_942, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -120,12 +120,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `474 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 28_287 nanoseconds. - Weight::from_ref_time(27_753_422) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(27_753_422, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 885 - .saturating_add(Weight::from_ref_time(37_298).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(37_298, 0).saturating_mul(l.into())) // Standard Error: 1_574 - .saturating_add(Weight::from_ref_time(45_945).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(45_945, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,12 +142,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `545 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 41_278 nanoseconds. - Weight::from_ref_time(41_638_725) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(41_638_725, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 1_985 - .saturating_add(Weight::from_ref_time(39_233).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(39_233, 0).saturating_mul(l.into())) // Standard Error: 3_532 - .saturating_add(Weight::from_ref_time(35_483).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(35_483, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -164,12 +164,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `680 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12512` // Minimum execution time: 43_484 nanoseconds. - Weight::from_ref_time(43_298_257) - .saturating_add(Weight::from_proof_size(12512)) + Weight::from_parts(43_298_257, 0) + .saturating_add(Weight::from_parts(0, 12512)) // Standard Error: 1_845 - .saturating_add(Weight::from_ref_time(44_193).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(44_193, 0).saturating_mul(l.into())) // Standard Error: 3_283 - .saturating_add(Weight::from_ref_time(57_066).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(57_066, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -186,12 +186,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `472 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 29_486 nanoseconds. - Weight::from_ref_time(28_880_566) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(28_880_566, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 966 - .saturating_add(Weight::from_ref_time(48_145).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(48_145, 0).saturating_mul(l.into())) // Standard Error: 1_784 - .saturating_add(Weight::from_ref_time(65_770).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(65_770, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -208,12 +208,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `472 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 29_912 nanoseconds. - Weight::from_ref_time(29_018_747) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(29_018_747, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 936 - .saturating_add(Weight::from_ref_time(47_780).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(47_780, 0).saturating_mul(l.into())) // Standard Error: 1_729 - .saturating_add(Weight::from_ref_time(66_390).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(66_390, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/rococo/src/weights/pallet_xcm.rs b/runtime/rococo/src/weights/pallet_xcm.rs index e8f1fb63d3f3..3b625eacdb47 100644 --- a/runtime/rococo/src/weights/pallet_xcm.rs +++ b/runtime/rococo/src/weights/pallet_xcm.rs @@ -62,8 +62,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `612` // Estimated: `12582` // Minimum execution time: 35_057 nanoseconds. - Weight::from_ref_time(35_743_000) - .saturating_add(Weight::from_proof_size(12582)) + Weight::from_parts(35_743_000, 0) + .saturating_add(Weight::from_parts(0, 12582)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -72,24 +72,24 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 22_277 nanoseconds. - Weight::from_ref_time(22_668_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(22_668_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn reserve_transfer_assets() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 21_013 nanoseconds. - Weight::from_ref_time(21_507_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(21_507_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 9_443 nanoseconds. - Weight::from_ref_time(9_663_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_663_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: XcmPallet SupportedVersion (r:0 w:1) /// Proof Skipped: XcmPallet SupportedVersion (max_values: None, max_size: None, mode: Measured) @@ -98,8 +98,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 9_464 nanoseconds. - Weight::from_ref_time(9_672_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_672_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: XcmPallet SafeXcmVersion (r:0 w:1) @@ -109,8 +109,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_522 nanoseconds. - Weight::from_ref_time(2_588_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_588_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: XcmPallet VersionNotifiers (r:1 w:1) @@ -136,8 +136,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `612` // Estimated: `17388` // Minimum execution time: 39_251 nanoseconds. - Weight::from_ref_time(39_789_000) - .saturating_add(Weight::from_proof_size(17388)) + Weight::from_parts(39_789_000, 0) + .saturating_add(Weight::from_parts(0, 17388)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -162,8 +162,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `884` // Estimated: `18457` // Minimum execution time: 45_729 nanoseconds. - Weight::from_ref_time(46_352_000) - .saturating_add(Weight::from_proof_size(18457)) + Weight::from_parts(46_352_000, 0) + .saturating_add(Weight::from_parts(0, 18457)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -174,8 +174,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `229` // Estimated: `10129` // Minimum execution time: 19_141 nanoseconds. - Weight::from_ref_time(19_648_000) - .saturating_add(Weight::from_proof_size(10129)) + Weight::from_parts(19_648_000, 0) + .saturating_add(Weight::from_parts(0, 10129)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -186,8 +186,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `233` // Estimated: `10133` // Minimum execution time: 21_034 nanoseconds. - Weight::from_ref_time(21_414_000) - .saturating_add(Weight::from_proof_size(10133)) + Weight::from_parts(21_414_000, 0) + .saturating_add(Weight::from_parts(0, 10133)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -198,8 +198,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `243` // Estimated: `12618` // Minimum execution time: 25_970 nanoseconds. - Weight::from_ref_time(26_402_000) - .saturating_add(Weight::from_proof_size(12618)) + Weight::from_parts(26_402_000, 0) + .saturating_add(Weight::from_parts(0, 12618)) .saturating_add(T::DbWeight::get().reads(5)) } /// Storage: XcmPallet VersionNotifyTargets (r:2 w:1) @@ -221,8 +221,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `682` // Estimated: `18634` // Minimum execution time: 49_972 nanoseconds. - Weight::from_ref_time(51_043_000) - .saturating_add(Weight::from_proof_size(18634)) + Weight::from_parts(51_043_000, 0) + .saturating_add(Weight::from_parts(0, 18634)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -233,8 +233,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `272` // Estimated: `7697` // Minimum execution time: 10_855 nanoseconds. - Weight::from_ref_time(11_273_000) - .saturating_add(Weight::from_proof_size(7697)) + Weight::from_parts(11_273_000, 0) + .saturating_add(Weight::from_parts(0, 7697)) .saturating_add(T::DbWeight::get().reads(3)) } /// Storage: XcmPallet VersionNotifyTargets (r:4 w:2) @@ -244,8 +244,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `240` // Estimated: `10140` // Minimum execution time: 23_874 nanoseconds. - Weight::from_ref_time(24_585_000) - .saturating_add(Weight::from_proof_size(10140)) + Weight::from_parts(24_585_000, 0) + .saturating_add(Weight::from_parts(0, 10140)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -268,8 +268,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `686` // Estimated: `23612` // Minimum execution time: 59_123 nanoseconds. - Weight::from_ref_time(60_220_000) - .saturating_add(Weight::from_proof_size(23612)) + Weight::from_parts(60_220_000, 0) + .saturating_add(Weight::from_parts(0, 23612)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/rococo/src/weights/runtime_common_auctions.rs b/runtime/rococo/src/weights/runtime_common_auctions.rs index e5679cfb840a..bf0b88b70760 100644 --- a/runtime/rococo/src/weights/runtime_common_auctions.rs +++ b/runtime/rococo/src/weights/runtime_common_auctions.rs @@ -54,8 +54,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `4` // Estimated: `1002` // Minimum execution time: 12_160 nanoseconds. - Weight::from_ref_time(12_503_000) - .saturating_add(Weight::from_proof_size(1002)) + Weight::from_parts(12_503_000, 0) + .saturating_add(Weight::from_parts(0, 1002)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,8 +78,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `792` // Estimated: `19604` // Minimum execution time: 65_701 nanoseconds. - Weight::from_ref_time(69_280_000) - .saturating_add(Weight::from_proof_size(19604)) + Weight::from_parts(69_280_000, 0) + .saturating_add(Weight::from_parts(0, 19604)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -112,8 +112,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `7060535` // Estimated: `51327080` // Minimum execution time: 15_949_007 nanoseconds. - Weight::from_ref_time(16_290_428_000) - .saturating_add(Weight::from_proof_size(51327080)) + Weight::from_parts(16_290_428_000, 0) + .saturating_add(Weight::from_parts(0, 51327080)) .saturating_add(T::DbWeight::get().reads(3683)) .saturating_add(T::DbWeight::get().writes(3678)) } @@ -130,8 +130,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `178884` // Estimated: `16009503` // Minimum execution time: 4_736_510 nanoseconds. - Weight::from_ref_time(4_892_297_000) - .saturating_add(Weight::from_proof_size(16009503)) + Weight::from_parts(4_892_297_000, 0) + .saturating_add(Weight::from_parts(0, 16009503)) .saturating_add(T::DbWeight::get().reads(3673)) .saturating_add(T::DbWeight::get().writes(3673)) } diff --git a/runtime/rococo/src/weights/runtime_common_claims.rs b/runtime/rococo/src/weights/runtime_common_claims.rs index a02e9c86885a..97525b74923c 100644 --- a/runtime/rococo/src/weights/runtime_common_claims.rs +++ b/runtime/rococo/src/weights/runtime_common_claims.rs @@ -64,8 +64,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `590` // Estimated: `20189` // Minimum execution time: 135_426 nanoseconds. - Weight::from_ref_time(137_403_000) - .saturating_add(Weight::from_proof_size(20189)) + Weight::from_parts(137_403_000, 0) + .saturating_add(Weight::from_parts(0, 20189)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -82,8 +82,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `216` // Estimated: `1359` // Minimum execution time: 10_453 nanoseconds. - Weight::from_ref_time(10_753_000) - .saturating_add(Weight::from_proof_size(1359)) + Weight::from_parts(10_753_000, 0) + .saturating_add(Weight::from_parts(0, 1359)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -106,8 +106,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `590` // Estimated: `20189` // Minimum execution time: 138_169 nanoseconds. - Weight::from_ref_time(140_476_000) - .saturating_add(Weight::from_proof_size(20189)) + Weight::from_parts(140_476_000, 0) + .saturating_add(Weight::from_parts(0, 20189)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -132,8 +132,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `664` // Estimated: `23624` // Minimum execution time: 59_632 nanoseconds. - Weight::from_ref_time(65_149_000) - .saturating_add(Weight::from_proof_size(23624)) + Weight::from_parts(65_149_000, 0) + .saturating_add(Weight::from_parts(0, 23624)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -150,8 +150,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `472` // Estimated: `11788` // Minimum execution time: 20_813 nanoseconds. - Weight::from_ref_time(21_153_000) - .saturating_add(Weight::from_proof_size(11788)) + Weight::from_parts(21_153_000, 0) + .saturating_add(Weight::from_parts(0, 11788)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/rococo/src/weights/runtime_common_crowdloan.rs b/runtime/rococo/src/weights/runtime_common_crowdloan.rs index 39a08b58cc59..6cda6fced978 100644 --- a/runtime/rococo/src/weights/runtime_common_crowdloan.rs +++ b/runtime/rococo/src/weights/runtime_common_crowdloan.rs @@ -58,8 +58,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `418` // Estimated: `9592` // Minimum execution time: 37_497 nanoseconds. - Weight::from_ref_time(37_976_000) - .saturating_add(Weight::from_proof_size(9592)) + Weight::from_parts(37_976_000, 0) + .saturating_add(Weight::from_parts(0, 9592)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -84,8 +84,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `474` // Estimated: `14402` // Minimum execution time: 105_856 nanoseconds. - Weight::from_ref_time(107_837_000) - .saturating_add(Weight::from_proof_size(14402)) + Weight::from_parts(107_837_000, 0) + .saturating_add(Weight::from_parts(0, 14402)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -102,8 +102,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `785` // Estimated: `12237` // Minimum execution time: 50_494 nanoseconds. - Weight::from_ref_time(51_312_000) - .saturating_add(Weight::from_proof_size(12237)) + Weight::from_parts(51_312_000, 0) + .saturating_add(Weight::from_parts(0, 12237)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -115,15 +115,15 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `190 + k * (221 ±0)` // Estimated: `195 + k * (221 ±0)` // Minimum execution time: 42_573 nanoseconds. - Weight::from_ref_time(43_588_000) - .saturating_add(Weight::from_proof_size(195)) + Weight::from_parts(43_588_000, 0) + .saturating_add(Weight::from_parts(0, 195)) // Standard Error: 13_705 - .saturating_add(Weight::from_ref_time(21_149_494).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(21_149_494, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(k.into()))) - .saturating_add(Weight::from_proof_size(221).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 221).saturating_mul(k.into())) } /// Storage: Crowdloan Funds (r:1 w:1) /// Proof Skipped: Crowdloan Funds (max_values: None, max_size: None, mode: Measured) @@ -134,8 +134,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `439` // Estimated: `5517` // Minimum execution time: 29_208 nanoseconds. - Weight::from_ref_time(30_378_000) - .saturating_add(Weight::from_proof_size(5517)) + Weight::from_parts(30_378_000, 0) + .saturating_add(Weight::from_parts(0, 5517)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -146,8 +146,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `267` // Estimated: `2742` // Minimum execution time: 17_112 nanoseconds. - Weight::from_ref_time(17_805_000) - .saturating_add(Weight::from_proof_size(2742)) + Weight::from_parts(17_805_000, 0) + .saturating_add(Weight::from_parts(0, 2742)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -160,8 +160,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `444` // Estimated: `5838` // Minimum execution time: 23_471 nanoseconds. - Weight::from_ref_time(24_285_000) - .saturating_add(Weight::from_proof_size(5838)) + Weight::from_parts(24_285_000, 0) + .saturating_add(Weight::from_parts(0, 5838)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -174,8 +174,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `271` // Estimated: `3512` // Minimum execution time: 16_659 nanoseconds. - Weight::from_ref_time(17_489_000) - .saturating_add(Weight::from_proof_size(3512)) + Weight::from_parts(17_489_000, 0) + .saturating_add(Weight::from_parts(0, 3512)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -205,14 +205,14 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `224 + n * (420 ±0)` // Estimated: `7477 + n * (14663 ±0)` // Minimum execution time: 105_092 nanoseconds. - Weight::from_ref_time(106_031_000) - .saturating_add(Weight::from_proof_size(7477)) + Weight::from_parts(106_031_000, 0) + .saturating_add(Weight::from_parts(0, 7477)) // Standard Error: 46_593 - .saturating_add(Weight::from_ref_time(44_742_533).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(44_742_533, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_proof_size(14663).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 14663).saturating_mul(n.into())) } } diff --git a/runtime/rococo/src/weights/runtime_common_paras_registrar.rs b/runtime/rococo/src/weights/runtime_common_paras_registrar.rs index dd86c6557cac..7455e48b7622 100644 --- a/runtime/rococo/src/weights/runtime_common_paras_registrar.rs +++ b/runtime/rococo/src/weights/runtime_common_paras_registrar.rs @@ -56,8 +56,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `97` // Estimated: `5736` // Minimum execution time: 24_169 nanoseconds. - Weight::from_ref_time(24_502_000) - .saturating_add(Weight::from_proof_size(5736)) + Weight::from_parts(24_502_000, 0) + .saturating_add(Weight::from_parts(0, 5736)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -86,8 +86,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `636` // Estimated: `22200` // Minimum execution time: 7_389_259 nanoseconds. - Weight::from_ref_time(7_432_628_000) - .saturating_add(Weight::from_proof_size(22200)) + Weight::from_parts(7_432_628_000, 0) + .saturating_add(Weight::from_parts(0, 22200)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -116,8 +116,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `521` // Estimated: `21050` // Minimum execution time: 7_365_015 nanoseconds. - Weight::from_ref_time(7_431_155_000) - .saturating_add(Weight::from_proof_size(21050)) + Weight::from_parts(7_431_155_000, 0) + .saturating_add(Weight::from_parts(0, 21050)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -138,8 +138,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `467` // Estimated: `13197` // Minimum execution time: 37_563 nanoseconds. - Weight::from_ref_time(38_238_000) - .saturating_add(Weight::from_proof_size(13197)) + Weight::from_parts(38_238_000, 0) + .saturating_add(Weight::from_parts(0, 13197)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -162,8 +162,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `774` // Estimated: `28188` // Minimum execution time: 44_257 nanoseconds. - Weight::from_ref_time(45_741_000) - .saturating_add(Weight::from_proof_size(28188)) + Weight::from_parts(45_741_000, 0) + .saturating_add(Weight::from_parts(0, 28188)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -195,10 +195,10 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `362` // Estimated: `20812` // Minimum execution time: 38_828 nanoseconds. - Weight::from_ref_time(39_506_000) - .saturating_add(Weight::from_proof_size(20812)) + Weight::from_parts(39_506_000, 0) + .saturating_add(Weight::from_parts(0, 20812)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_322).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_322, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -210,10 +210,10 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 7_918 nanoseconds. - Weight::from_ref_time(8_119_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(8_119_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(922).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(922, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/rococo/src/weights/runtime_common_slots.rs b/runtime/rococo/src/weights/runtime_common_slots.rs index 859a0d99f483..2f9db93f05b3 100644 --- a/runtime/rococo/src/weights/runtime_common_slots.rs +++ b/runtime/rococo/src/weights/runtime_common_slots.rs @@ -54,8 +54,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_parachains::configuration::WeightInfo for // Measured: `424` // Estimated: `3676` // Minimum execution time: 12_009 nanoseconds. - Weight::from_ref_time(12_593_000) - .saturating_add(Weight::from_proof_size(3676)) + Weight::from_parts(12_593_000, 0) + .saturating_add(Weight::from_parts(0, 3676)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -76,8 +76,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `424` // Estimated: `3676` // Minimum execution time: 12_196 nanoseconds. - Weight::from_ref_time(12_625_000) - .saturating_add(Weight::from_proof_size(3676)) + Weight::from_parts(12_625_000, 0) + .saturating_add(Weight::from_parts(0, 3676)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -94,8 +94,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `424` // Estimated: `3676` // Minimum execution time: 12_233 nanoseconds. - Weight::from_ref_time(12_740_000) - .saturating_add(Weight::from_proof_size(3676)) + Weight::from_parts(12_740_000, 0) + .saturating_add(Weight::from_parts(0, 3676)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -112,8 +112,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `424` // Estimated: `3676` // Minimum execution time: 12_158 nanoseconds. - Weight::from_ref_time(12_672_000) - .saturating_add(Weight::from_proof_size(3676)) + Weight::from_parts(12_672_000, 0) + .saturating_add(Weight::from_parts(0, 3676)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -124,8 +124,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `0` // Estimated: `0` // Minimum execution time: 2_000_000_000 nanoseconds. - Weight::from_ref_time(2_000_000_000_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_000_000_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Configuration PendingConfigs (r:1 w:1) /// Proof Skipped: Configuration PendingConfigs (max_values: Some(1), max_size: None, mode: Measured) @@ -140,8 +140,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `424` // Estimated: `3676` // Minimum execution time: 12_158 nanoseconds. - Weight::from_ref_time(12_669_000) - .saturating_add(Weight::from_proof_size(3676)) + Weight::from_parts(12_669_000, 0) + .saturating_add(Weight::from_parts(0, 3676)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/runtime_parachains_disputes.rs b/runtime/rococo/src/weights/runtime_parachains_disputes.rs index 7b461b36c951..a3f1b6c2b47b 100644 --- a/runtime/rococo/src/weights/runtime_parachains_disputes.rs +++ b/runtime/rococo/src/weights/runtime_parachains_disputes.rs @@ -52,8 +52,8 @@ impl runtime_parachains::disputes::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 2_339 nanoseconds. - Weight::from_ref_time(2_443_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_443_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/rococo/src/weights/runtime_parachains_hrmp.rs b/runtime/rococo/src/weights/runtime_parachains_hrmp.rs index b254c6fabd93..d7aecc680810 100644 --- a/runtime/rococo/src/weights/runtime_parachains_hrmp.rs +++ b/runtime/rococo/src/weights/runtime_parachains_hrmp.rs @@ -68,8 +68,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `751` // Estimated: `27549` // Minimum execution time: 37_001 nanoseconds. - Weight::from_ref_time(37_486_000) - .saturating_add(Weight::from_proof_size(27549)) + Weight::from_parts(37_486_000, 0) + .saturating_add(Weight::from_parts(0, 27549)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -92,8 +92,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `1015` // Estimated: `22450` // Minimum execution time: 41_720 nanoseconds. - Weight::from_ref_time(42_162_000) - .saturating_add(Weight::from_proof_size(22450)) + Weight::from_parts(42_162_000, 0) + .saturating_add(Weight::from_parts(0, 22450)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -114,8 +114,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `886` // Estimated: `16206` // Minimum execution time: 34_128 nanoseconds. - Weight::from_ref_time(34_626_000) - .saturating_add(Weight::from_proof_size(16206)) + Weight::from_parts(34_626_000, 0) + .saturating_add(Weight::from_parts(0, 16206)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -138,20 +138,20 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `321 + i * (131 ±0) + e * (131 ±0)` // Estimated: `6756 + i * (5742 ±0) + e * (5736 ±0)` // Minimum execution time: 992_322 nanoseconds. - Weight::from_ref_time(996_254_000) - .saturating_add(Weight::from_proof_size(6756)) + Weight::from_parts(996_254_000, 0) + .saturating_add(Weight::from_parts(0, 6756)) // Standard Error: 88_959 - .saturating_add(Weight::from_ref_time(2_896_128).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(2_896_128, 0).saturating_mul(i.into())) // Standard Error: 88_959 - .saturating_add(Weight::from_ref_time(2_924_587).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(2_924_587, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(e.into()))) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(e.into()))) - .saturating_add(Weight::from_proof_size(5742).saturating_mul(i.into())) - .saturating_add(Weight::from_proof_size(5736).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 5742).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(0, 5736).saturating_mul(e.into())) } /// Storage: Configuration ActiveConfig (r:1 w:0) /// Proof Skipped: Configuration ActiveConfig (max_values: Some(1), max_size: None, mode: Measured) @@ -177,15 +177,15 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `867 + c * (166 ±0)` // Estimated: `8649 + c * (18828 ±0)` // Minimum execution time: 9_744 nanoseconds. - Weight::from_ref_time(4_462_524) - .saturating_add(Weight::from_proof_size(8649)) + Weight::from_parts(4_462_524, 0) + .saturating_add(Weight::from_parts(0, 8649)) // Standard Error: 17_315 - .saturating_add(Weight::from_ref_time(17_156_344).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(17_156_344, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((6_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(18828).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 18828).saturating_mul(c.into())) } /// Storage: Hrmp HrmpCloseChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpCloseChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -205,15 +205,15 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `374 + c * (155 ±0)` // Estimated: `2634 + c * (8361 ±0)` // Minimum execution time: 5_958 nanoseconds. - Weight::from_ref_time(5_082_835) - .saturating_add(Weight::from_proof_size(2634)) + Weight::from_parts(5_082_835, 0) + .saturating_add(Weight::from_parts(0, 2634)) // Standard Error: 8_583 - .saturating_add(Weight::from_ref_time(10_520_417).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(10_520_417, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(8361).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 8361).saturating_mul(c.into())) } /// Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpOpenChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -227,13 +227,13 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `1089 + c * (13 ±0)` // Estimated: `8112 + c * (45 ±0)` // Minimum execution time: 20_364 nanoseconds. - Weight::from_ref_time(25_315_886) - .saturating_add(Weight::from_proof_size(8112)) + Weight::from_parts(25_315_886, 0) + .saturating_add(Weight::from_parts(0, 8112)) // Standard Error: 1_241 - .saturating_add(Weight::from_ref_time(56_123).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(56_123, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(45).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 45).saturating_mul(c.into())) } /// Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpOpenChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -245,15 +245,15 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `284 + c * (94 ±0)` // Estimated: `1046 + c * (2664 ±0)` // Minimum execution time: 5_201 nanoseconds. - Weight::from_ref_time(4_352_888) - .saturating_add(Weight::from_proof_size(1046)) + Weight::from_parts(4_352_888, 0) + .saturating_add(Weight::from_parts(0, 1046)) // Standard Error: 2_816 - .saturating_add(Weight::from_ref_time(2_877_652).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_877_652, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(2664).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 2664).saturating_mul(c.into())) } /// Storage: Paras ParaLifecycles (r:2 w:0) /// Proof Skipped: Paras ParaLifecycles (max_values: None, max_size: None, mode: Measured) @@ -282,8 +282,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `751` // Estimated: `38951` // Minimum execution time: 50_660 nanoseconds. - Weight::from_ref_time(50_987_000) - .saturating_add(Weight::from_proof_size(38951)) + Weight::from_parts(50_987_000, 0) + .saturating_add(Weight::from_parts(0, 38951)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(8)) } diff --git a/runtime/rococo/src/weights/runtime_parachains_initializer.rs b/runtime/rococo/src/weights/runtime_parachains_initializer.rs index 7570c679fbc3..2c5a68f6f8ff 100644 --- a/runtime/rococo/src/weights/runtime_parachains_initializer.rs +++ b/runtime/rococo/src/weights/runtime_parachains_initializer.rs @@ -53,12 +53,12 @@ impl runtime_parachains::initializer::WeightInfo for We // Measured: `28 + d * (11 ±0)` // Estimated: `519 + d * (11 ±0)` // Minimum execution time: 3_279 nanoseconds. - Weight::from_ref_time(7_114_950) - .saturating_add(Weight::from_proof_size(519)) + Weight::from_parts(7_114_950, 0) + .saturating_add(Weight::from_parts(0, 519)) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_318).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_318, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(11).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(0, 11).saturating_mul(d.into())) } } diff --git a/runtime/rococo/src/weights/runtime_parachains_paras.rs b/runtime/rococo/src/weights/runtime_parachains_paras.rs index 5c8bbbff8216..89b9ef2eb9b8 100644 --- a/runtime/rococo/src/weights/runtime_parachains_paras.rs +++ b/runtime/rococo/src/weights/runtime_parachains_paras.rs @@ -63,10 +63,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `8341` // Estimated: `57966` // Minimum execution time: 31_134 nanoseconds. - Weight::from_ref_time(31_451_000) - .saturating_add(Weight::from_proof_size(57966)) + Weight::from_parts(31_451_000, 0) + .saturating_add(Weight::from_parts(0, 57966)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_310).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_310, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -78,10 +78,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `0` // Estimated: `0` // Minimum execution time: 7_504 nanoseconds. - Weight::from_ref_time(7_539_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(7_539_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(916).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(916, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Configuration ActiveConfig (r:1 w:0) @@ -112,10 +112,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `16860` // Estimated: `199815` // Minimum execution time: 58_089 nanoseconds. - Weight::from_ref_time(58_849_000) - .saturating_add(Weight::from_proof_size(199815)) + Weight::from_parts(58_849_000, 0) + .saturating_add(Weight::from_parts(0, 199815)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_336).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_336, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -131,10 +131,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `95` // Estimated: `2760` // Minimum execution time: 13_457 nanoseconds. - Weight::from_ref_time(13_762_000) - .saturating_add(Weight::from_proof_size(2760)) + Weight::from_parts(13_762_000, 0) + .saturating_add(Weight::from_parts(0, 2760)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(919).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(919, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -147,8 +147,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `4283` // Estimated: `11536` // Minimum execution time: 19_281 nanoseconds. - Weight::from_ref_time(20_093_000) - .saturating_add(Weight::from_proof_size(11536)) + Weight::from_parts(20_093_000, 0) + .saturating_add(Weight::from_parts(0, 11536)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,10 +162,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `28` // Estimated: `5006` // Minimum execution time: 7_602 nanoseconds. - Weight::from_ref_time(7_829_000) - .saturating_add(Weight::from_proof_size(5006)) + Weight::from_parts(7_829_000, 0) + .saturating_add(Weight::from_parts(0, 5006)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_322).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_322, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -178,8 +178,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `28` // Estimated: `2531` // Minimum execution time: 5_725 nanoseconds. - Weight::from_ref_time(6_106_000) - .saturating_add(Weight::from_proof_size(2531)) + Weight::from_parts(6_106_000, 0) + .saturating_add(Weight::from_parts(0, 2531)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -196,8 +196,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27043` // Estimated: `112132` // Minimum execution time: 91_532 nanoseconds. - Weight::from_ref_time(94_793_000) - .saturating_add(Weight::from_proof_size(112132)) + Weight::from_parts(94_793_000, 0) + .saturating_add(Weight::from_parts(0, 112132)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -222,8 +222,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27629` // Estimated: `226477` // Minimum execution time: 710_822 nanoseconds. - Weight::from_ref_time(720_925_000) - .saturating_add(Weight::from_proof_size(226477)) + Weight::from_parts(720_925_000, 0) + .saturating_add(Weight::from_parts(0, 226477)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(104)) } @@ -240,8 +240,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27575` // Estimated: `114260` // Minimum execution time: 91_539 nanoseconds. - Weight::from_ref_time(92_426_000) - .saturating_add(Weight::from_proof_size(114260)) + Weight::from_parts(92_426_000, 0) + .saturating_add(Weight::from_parts(0, 114260)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -262,8 +262,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27097` // Estimated: `169512` // Minimum execution time: 571_297 nanoseconds. - Weight::from_ref_time(575_767_000) - .saturating_add(Weight::from_proof_size(169512)) + Weight::from_parts(575_767_000, 0) + .saturating_add(Weight::from_parts(0, 169512)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -280,8 +280,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27043` // Estimated: `112132` // Minimum execution time: 90_298 nanoseconds. - Weight::from_ref_time(91_202_000) - .saturating_add(Weight::from_proof_size(112132)) + Weight::from_parts(91_202_000, 0) + .saturating_add(Weight::from_parts(0, 112132)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/runtime_parachains_paras_inherent.rs b/runtime/rococo/src/weights/runtime_parachains_paras_inherent.rs index 9f2a741c57e2..7df9411d24a7 100644 --- a/runtime/rococo/src/weights/runtime_parachains_paras_inherent.rs +++ b/runtime/rococo/src/weights/runtime_parachains_paras_inherent.rs @@ -70,9 +70,9 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Hrmp HrmpWatermarks (r:0 w:1) // Storage: Paras Heads (r:0 w:1) fn enter_variable_disputes(v: u32, ) -> Weight { - Weight::from_ref_time(352_590_000 as u64) + Weight::from_parts(352_590_000 as u64, 0) // Standard Error: 13_000 - .saturating_add(Weight::from_ref_time(49_254_000 as u64).saturating_mul(v as u64)) + .saturating_add(Weight::from_parts(49_254_000 as u64, 0).saturating_mul(v as u64)) .saturating_add(T::DbWeight::get().reads(24 as u64)) .saturating_add(T::DbWeight::get().writes(16 as u64)) } @@ -102,7 +102,7 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Hrmp HrmpWatermarks (r:0 w:1) // Storage: Paras Heads (r:0 w:1) fn enter_bitfields() -> Weight { - Weight::from_ref_time(299_878_000 as u64) + Weight::from_parts(299_878_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(21 as u64)) .saturating_add(T::DbWeight::get().writes(15 as u64)) } @@ -134,7 +134,7 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Hrmp HrmpWatermarks (r:0 w:1) // Storage: Paras Heads (r:0 w:1) fn enter_backed_candidates_variable(_v: u32) -> Weight { - Weight::from_ref_time(442_472_000 as u64) + Weight::from_parts(442_472_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(25 as u64)) .saturating_add(T::DbWeight::get().writes(14 as u64)) } @@ -166,7 +166,7 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Hrmp HrmpWatermarks (r:0 w:1) // Storage: Paras Heads (r:0 w:1) fn enter_backed_candidate_code_upgrade() -> Weight { - Weight::from_ref_time(36_903_411_000 as u64) + Weight::from_parts(36_903_411_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(25 as u64)) .saturating_add(T::DbWeight::get().writes(14 as u64)) } diff --git a/runtime/rococo/src/weights/runtime_parachains_ump.rs b/runtime/rococo/src/weights/runtime_parachains_ump.rs index 261cbf8a0d56..016cd5a42ae2 100644 --- a/runtime/rococo/src/weights/runtime_parachains_ump.rs +++ b/runtime/rococo/src/weights/runtime_parachains_ump.rs @@ -51,10 +51,10 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 5_914 nanoseconds. - Weight::from_ref_time(327_280) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(327_280, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 11 - .saturating_add(Weight::from_ref_time(1_915).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_915, 0).saturating_mul(s.into())) } /// Storage: Ump NeedsDispatch (r:1 w:1) /// Proof Skipped: Ump NeedsDispatch (max_values: Some(1), max_size: None, mode: Measured) @@ -69,8 +69,8 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `234` // Estimated: `1926` // Minimum execution time: 8_076 nanoseconds. - Weight::from_ref_time(8_374_000) - .saturating_add(Weight::from_proof_size(1926)) + Weight::from_parts(8_374_000, 0) + .saturating_add(Weight::from_parts(0, 1926)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -83,8 +83,8 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `219` // Estimated: `3193` // Minimum execution time: 21_625 nanoseconds. - Weight::from_ref_time(21_892_000) - .saturating_add(Weight::from_proof_size(3193)) + Weight::from_parts(21_892_000, 0) + .saturating_add(Weight::from_parts(0, 3193)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs b/runtime/rococo/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs index 99eee16135ba..22f088b8eebc 100644 --- a/runtime/rococo/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs +++ b/runtime/rococo/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs @@ -47,13 +47,13 @@ pub struct WeightInfo(PhantomData); impl WeightInfo { // Storage: System Account (r:1 w:1) pub(crate) fn withdraw_asset() -> Weight { - Weight::from_ref_time(20_385_000 as u64) + Weight::from_parts(20_385_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:2 w:2) pub(crate) fn transfer_asset() -> Weight { - Weight::from_ref_time(32_756_000 as u64) + Weight::from_parts(32_756_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -65,23 +65,23 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn transfer_reserve_asset() -> Weight { - Weight::from_ref_time(50_645_000 as u64) + Weight::from_parts(50_645_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(8 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } // Storage: Benchmark Override (r:0 w:0) pub(crate) fn reserve_asset_deposited() -> Weight { - Weight::from_ref_time(2_000_000_000_000 as u64) + Weight::from_parts(2_000_000_000_000 as u64, 0) } // Storage: System Account (r:1 w:1) pub(crate) fn receive_teleported_asset() -> Weight { - Weight::from_ref_time(19_595_000 as u64) + Weight::from_parts(19_595_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) pub(crate) fn deposit_asset() -> Weight { - Weight::from_ref_time(21_763_000 as u64) + Weight::from_parts(21_763_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -93,7 +93,7 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn deposit_reserve_asset() -> Weight { - Weight::from_ref_time(40_930_000 as u64) + Weight::from_parts(40_930_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(7 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } @@ -105,7 +105,7 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn initiate_teleport() -> Weight { - Weight::from_ref_time(40_788_000 as u64) + Weight::from_parts(40_788_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(7 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } diff --git a/runtime/rococo/src/weights/xcm/pallet_xcm_benchmarks_generic.rs b/runtime/rococo/src/weights/xcm/pallet_xcm_benchmarks_generic.rs index baa2517946ae..7c9a8ea0f37f 100644 --- a/runtime/rococo/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +++ b/runtime/rococo/src/weights/xcm/pallet_xcm_benchmarks_generic.rs @@ -52,38 +52,38 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn report_holding() -> Weight { - Weight::from_ref_time(21_822_000 as u64) + Weight::from_parts(21_822_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(6 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } pub(crate) fn buy_execution() -> Weight { - Weight::from_ref_time(3_109_000 as u64) + Weight::from_parts(3_109_000 as u64, 0) } // Storage: XcmPallet Queries (r:1 w:0) pub(crate) fn query_response() -> Weight { - Weight::from_ref_time(12_087_000 as u64) + Weight::from_parts(12_087_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) } pub(crate) fn transact() -> Weight { - Weight::from_ref_time(12_398_000 as u64) + Weight::from_parts(12_398_000 as u64, 0) } pub(crate) fn refund_surplus() -> Weight { - Weight::from_ref_time(3_247_000 as u64) + Weight::from_parts(3_247_000 as u64, 0) } pub(crate) fn set_error_handler() -> Weight { - Weight::from_ref_time(3_086_000 as u64) + Weight::from_parts(3_086_000 as u64, 0) } pub(crate) fn set_appendix() -> Weight { - Weight::from_ref_time(3_112_000 as u64) + Weight::from_parts(3_112_000 as u64, 0) } pub(crate) fn clear_error() -> Weight { - Weight::from_ref_time(3_118_000 as u64) + Weight::from_parts(3_118_000 as u64, 0) } pub(crate) fn descend_origin() -> Weight { - Weight::from_ref_time(4_054_000 as u64) + Weight::from_parts(4_054_000 as u64, 0) } pub(crate) fn clear_origin() -> Weight { - Weight::from_ref_time(3_111_000 as u64) + Weight::from_parts(3_111_000 as u64, 0) } // Storage: XcmPallet SupportedVersion (r:1 w:0) // Storage: XcmPallet VersionDiscoveryQueue (r:1 w:1) @@ -92,18 +92,18 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn report_error() -> Weight { - Weight::from_ref_time(18_425_000 as u64) + Weight::from_parts(18_425_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(6 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } // Storage: XcmPallet AssetTraps (r:1 w:1) pub(crate) fn claim_asset() -> Weight { - Weight::from_ref_time(7_144_000 as u64) + Weight::from_parts(7_144_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } pub(crate) fn trap() -> Weight { - Weight::from_ref_time(3_060_000 as u64) + Weight::from_parts(3_060_000 as u64, 0) } // Storage: XcmPallet VersionNotifyTargets (r:1 w:1) // Storage: XcmPallet SupportedVersion (r:1 w:0) @@ -113,13 +113,13 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn subscribe_version() -> Weight { - Weight::from_ref_time(21_642_000 as u64) + Weight::from_parts(21_642_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(7 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } // Storage: XcmPallet VersionNotifyTargets (r:0 w:1) pub(crate) fn unsubscribe_version() -> Weight { - Weight::from_ref_time(4_873_000 as u64) + Weight::from_parts(4_873_000 as u64, 0) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: XcmPallet SupportedVersion (r:1 w:0) @@ -129,24 +129,24 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn initiate_reserve_withdraw() -> Weight { - Weight::from_ref_time(22_809_000 as u64) + Weight::from_parts(22_809_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(6 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } pub(crate) fn burn_asset() -> Weight { - Weight::from_ref_time(5_259_000 as u64) + Weight::from_parts(5_259_000 as u64, 0) } pub(crate) fn expect_asset() -> Weight { - Weight::from_ref_time(3_745_000 as u64) + Weight::from_parts(3_745_000 as u64, 0) } pub(crate) fn expect_origin() -> Weight { - Weight::from_ref_time(3_847_000 as u64) + Weight::from_parts(3_847_000 as u64, 0) } pub(crate) fn expect_error() -> Weight { - Weight::from_ref_time(3_633_000 as u64) + Weight::from_parts(3_633_000 as u64, 0) } pub(crate) fn expect_transact_status() -> Weight { - Weight::from_ref_time(3_633_000 as u64) + Weight::from_parts(3_633_000 as u64, 0) } // Storage: XcmPallet SupportedVersion (r:1 w:0) // Storage: XcmPallet VersionDiscoveryQueue (r:1 w:1) @@ -154,12 +154,12 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn query_pallet() -> Weight { - Weight::from_ref_time(21_645_000 as u64) + Weight::from_parts(21_645_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } pub(crate) fn expect_pallet() -> Weight { - Weight::from_ref_time(4_017_000 as u64) + Weight::from_parts(4_017_000 as u64, 0) } // Storage: XcmPallet SupportedVersion (r:1 w:0) // Storage: XcmPallet VersionDiscoveryQueue (r:1 w:1) @@ -167,23 +167,23 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn report_transact_status() -> Weight { - Weight::from_ref_time(20_465_000 as u64) + Weight::from_parts(20_465_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } pub(crate) fn clear_transact_status() -> Weight { - Weight::from_ref_time(3_723_000 as u64) + Weight::from_parts(3_723_000 as u64, 0) } pub(crate) fn set_topic() -> Weight { - Weight::from_ref_time(3_687_000 as u64) + Weight::from_parts(3_687_000 as u64, 0) } pub(crate) fn clear_topic() -> Weight { - Weight::from_ref_time(3_654_000 as u64) + Weight::from_parts(3_654_000 as u64, 0) } pub(crate) fn set_fees_mode() -> Weight { - Weight::from_ref_time(3_721_000 as u64) + Weight::from_parts(3_721_000 as u64, 0) } pub(crate) fn unpaid_execution() -> Weight { - Weight::from_ref_time(3_111_000 as u64) + Weight::from_parts(3_111_000 as u64, 0) } } diff --git a/runtime/test-runtime/constants/src/weights/block_weights.rs b/runtime/test-runtime/constants/src/weights/block_weights.rs index ea8a341b58bb..b2092d875c83 100644 --- a/runtime/test-runtime/constants/src/weights/block_weights.rs +++ b/runtime/test-runtime/constants/src/weights/block_weights.rs @@ -24,7 +24,7 @@ pub mod constants { parameter_types! { /// Importing a block with 0 Extrinsics. pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(constants::WEIGHT_REF_TIME_PER_NANOS.saturating_mul(5_000_000)); + Weight::from_parts(constants::WEIGHT_REF_TIME_PER_NANOS.saturating_mul(5_000_000), 0); } #[cfg(test)] diff --git a/runtime/test-runtime/constants/src/weights/extrinsic_weights.rs b/runtime/test-runtime/constants/src/weights/extrinsic_weights.rs index 0512efb60e2a..332c3b324bb9 100644 --- a/runtime/test-runtime/constants/src/weights/extrinsic_weights.rs +++ b/runtime/test-runtime/constants/src/weights/extrinsic_weights.rs @@ -24,7 +24,7 @@ pub mod constants { parameter_types! { /// Executing a NO-OP `System::remarks` Extrinsic. pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(constants::WEIGHT_REF_TIME_PER_NANOS.saturating_mul(125_000)); + Weight::from_parts(constants::WEIGHT_REF_TIME_PER_NANOS.saturating_mul(125_000), 0); } #[cfg(test)] diff --git a/runtime/westend/constants/src/weights/block_weights.rs b/runtime/westend/constants/src/weights/block_weights.rs index c10c82510ecc..bda02c801ade 100644 --- a/runtime/westend/constants/src/weights/block_weights.rs +++ b/runtime/westend/constants/src/weights/block_weights.rs @@ -52,7 +52,7 @@ parameter_types! { /// 95th: 520_402 /// 75th: 510_318 pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(507_924)); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(507_924), 0); } #[cfg(test)] diff --git a/runtime/westend/constants/src/weights/extrinsic_weights.rs b/runtime/westend/constants/src/weights/extrinsic_weights.rs index 3e2ae633d00e..ea81fee9d5e1 100644 --- a/runtime/westend/constants/src/weights/extrinsic_weights.rs +++ b/runtime/westend/constants/src/weights/extrinsic_weights.rs @@ -52,7 +52,7 @@ parameter_types! { /// 95th: 102_667 /// 75th: 102_259 pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(102_129)); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(102_129), 0); } #[cfg(test)] diff --git a/runtime/westend/src/weights/frame_election_provider_support.rs b/runtime/westend/src/weights/frame_election_provider_support.rs index 2d556e19151b..cf810b842102 100644 --- a/runtime/westend/src/weights/frame_election_provider_support.rs +++ b/runtime/westend/src/weights/frame_election_provider_support.rs @@ -49,21 +49,21 @@ impl frame_election_provider_support::WeightInfo for We /// The range of component `d` is `[5, 16]`. fn phragmen(v: u32, _t: u32, d: u32, ) -> Weight { // Minimum execution time: 5_743_124 nanoseconds. - Weight::from_ref_time(5_792_819_000) + Weight::from_parts(5_792_819_000, 0) // Standard Error: 138_395 - .saturating_add(Weight::from_ref_time(5_680_397).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(5_680_397, 0).saturating_mul(v.into())) // Standard Error: 14_149_036 - .saturating_add(Weight::from_ref_time(1_496_025_833).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_496_025_833, 0).saturating_mul(d.into())) } /// The range of component `v` is `[1000, 2000]`. /// The range of component `t` is `[500, 1000]`. /// The range of component `d` is `[5, 16]`. fn phragmms(v: u32, _t: u32, d: u32, ) -> Weight { // Minimum execution time: 4_096_862 nanoseconds. - Weight::from_ref_time(4_145_331_000) + Weight::from_parts(4_145_331_000, 0) // Standard Error: 125_858 - .saturating_add(Weight::from_ref_time(4_831_715).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(4_831_715, 0).saturating_mul(v.into())) // Standard Error: 12_867_350 - .saturating_add(Weight::from_ref_time(1_470_365_686).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_470_365_686, 0).saturating_mul(d.into())) } } diff --git a/runtime/westend/src/weights/frame_system.rs b/runtime/westend/src/weights/frame_system.rs index dda550d269ae..81e3c11ff122 100644 --- a/runtime/westend/src/weights/frame_system.rs +++ b/runtime/westend/src/weights/frame_system.rs @@ -47,22 +47,22 @@ impl frame_system::WeightInfo for WeightInfo { /// The range of component `b` is `[0, 3932160]`. fn remark(b: u32, ) -> Weight { // Minimum execution time: 3_854 nanoseconds. - Weight::from_ref_time(301_345) + Weight::from_parts(301_345, 0) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(482).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(482, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { // Minimum execution time: 13_378 nanoseconds. - Weight::from_ref_time(13_835_000) + Weight::from_parts(13_835_000, 0) // Standard Error: 3 - .saturating_add(Weight::from_ref_time(2_054).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_054, 0).saturating_mul(b.into())) } // Storage: System Digest (r:1 w:1) // Storage: unknown [0x3a686561707061676573] (r:0 w:1) fn set_heap_pages() -> Weight { // Minimum execution time: 8_776 nanoseconds. - Weight::from_ref_time(9_105_000) + Weight::from_parts(9_105_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -70,27 +70,27 @@ impl frame_system::WeightInfo for WeightInfo { /// The range of component `i` is `[0, 1000]`. fn set_storage(i: u32, ) -> Weight { // Minimum execution time: 3_963 nanoseconds. - Weight::from_ref_time(4_141_000) + Weight::from_parts(4_141_000, 0) // Standard Error: 2_146 - .saturating_add(Weight::from_ref_time(688_366).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(688_366, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn kill_storage(i: u32, ) -> Weight { // Minimum execution time: 3_837 nanoseconds. - Weight::from_ref_time(3_945_000) + Weight::from_parts(3_945_000, 0) // Standard Error: 878 - .saturating_add(Weight::from_ref_time(510_270).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(510_270, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `p` is `[0, 1000]`. fn kill_prefix(p: u32, ) -> Weight { // Minimum execution time: 5_601 nanoseconds. - Weight::from_ref_time(5_791_000) + Weight::from_parts(5_791_000, 0) // Standard Error: 1_315 - .saturating_add(Weight::from_ref_time(1_159_943).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(1_159_943, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) } } diff --git a/runtime/westend/src/weights/pallet_bags_list.rs b/runtime/westend/src/weights/pallet_bags_list.rs index 90ed78fe13fa..0e9e253bfe29 100644 --- a/runtime/westend/src/weights/pallet_bags_list.rs +++ b/runtime/westend/src/weights/pallet_bags_list.rs @@ -50,7 +50,7 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Storage: VoterList ListBags (r:1 w:1) fn rebag_non_terminal() -> Weight { // Minimum execution time: 64_049 nanoseconds. - Weight::from_ref_time(66_599_000) + Weight::from_parts(66_599_000, 0) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -60,7 +60,7 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Storage: VoterList ListBags (r:2 w:2) fn rebag_terminal() -> Weight { // Minimum execution time: 64_248 nanoseconds. - Weight::from_ref_time(71_257_000) + Weight::from_parts(71_257_000, 0) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -71,7 +71,7 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Storage: VoterList ListBags (r:1 w:1) fn put_in_front_of() -> Weight { // Minimum execution time: 63_370 nanoseconds. - Weight::from_ref_time(67_244_000) + Weight::from_parts(67_244_000, 0) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(6)) } diff --git a/runtime/westend/src/weights/pallet_balances.rs b/runtime/westend/src/weights/pallet_balances.rs index 31f8f798f1bf..b966f6b45b69 100644 --- a/runtime/westend/src/weights/pallet_balances.rs +++ b/runtime/westend/src/weights/pallet_balances.rs @@ -47,49 +47,49 @@ impl pallet_balances::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) fn transfer() -> Weight { // Minimum execution time: 44_730 nanoseconds. - Weight::from_ref_time(45_839_000) + Weight::from_parts(45_839_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) fn transfer_keep_alive() -> Weight { // Minimum execution time: 33_515 nanoseconds. - Weight::from_ref_time(34_438_000) + Weight::from_parts(34_438_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) fn set_balance_creating() -> Weight { // Minimum execution time: 23_841 nanoseconds. - Weight::from_ref_time(24_425_000) + Weight::from_parts(24_425_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) fn set_balance_killing() -> Weight { // Minimum execution time: 26_521 nanoseconds. - Weight::from_ref_time(27_752_000) + Weight::from_parts(27_752_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:2 w:2) fn force_transfer() -> Weight { // Minimum execution time: 44_019 nanoseconds. - Weight::from_ref_time(45_026_000) + Weight::from_parts(45_026_000, 0) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: System Account (r:1 w:1) fn transfer_all() -> Weight { // Minimum execution time: 39_240 nanoseconds. - Weight::from_ref_time(39_667_000) + Weight::from_parts(39_667_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: System Account (r:1 w:1) fn force_unreserve() -> Weight { // Minimum execution time: 20_883 nanoseconds. - Weight::from_ref_time(21_632_000) + Weight::from_parts(21_632_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs b/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs index 6d6fd0849c0f..bc19d782c7b0 100644 --- a/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs +++ b/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs @@ -54,14 +54,14 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0) fn on_initialize_nothing() -> Weight { // Minimum execution time: 17_197 nanoseconds. - Weight::from_ref_time(17_957_000) + Weight::from_parts(17_957_000, 0) .saturating_add(T::DbWeight::get().reads(8)) } // Storage: ElectionProviderMultiPhase Round (r:1 w:0) // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:1) fn on_initialize_open_signed() -> Weight { // Minimum execution time: 15_499 nanoseconds. - Weight::from_ref_time(16_123_000) + Weight::from_parts(16_123_000, 0) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,7 +69,7 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:1) fn on_initialize_open_unsigned() -> Weight { // Minimum execution time: 16_937 nanoseconds. - Weight::from_ref_time(17_340_000) + Weight::from_parts(17_340_000, 0) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -77,14 +77,14 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Storage: ElectionProviderMultiPhase QueuedSolution (r:0 w:1) fn finalize_signed_phase_accept_solution() -> Weight { // Minimum execution time: 31_455 nanoseconds. - Weight::from_ref_time(32_494_000) + Weight::from_parts(32_494_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: System Account (r:1 w:1) fn finalize_signed_phase_reject_solution() -> Weight { // Minimum execution time: 24_474 nanoseconds. - Weight::from_ref_time(25_269_000) + Weight::from_parts(25_269_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -95,9 +95,9 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `t` is `[500, 1000]`. fn create_snapshot_internal(v: u32, _t: u32, ) -> Weight { // Minimum execution time: 572_470 nanoseconds. - Weight::from_ref_time(591_650_000) + Weight::from_parts(591_650_000, 0) // Standard Error: 3_258 - .saturating_add(Weight::from_ref_time(324_058).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(324_058, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1) @@ -114,11 +114,11 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `d` is `[200, 400]`. fn elect_queued(a: u32, d: u32, ) -> Weight { // Minimum execution time: 450_955 nanoseconds. - Weight::from_ref_time(164_237_468) + Weight::from_parts(164_237_468, 0) // Standard Error: 8_396 - .saturating_add(Weight::from_ref_time(555_007).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(555_007, 0).saturating_mul(a.into())) // Standard Error: 12_586 - .saturating_add(Weight::from_ref_time(153_341).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(153_341, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -130,7 +130,7 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Storage: ElectionProviderMultiPhase SignedSubmissionsMap (r:0 w:1) fn submit() -> Weight { // Minimum execution time: 68_633 nanoseconds. - Weight::from_ref_time(70_643_000) + Weight::from_parts(70_643_000, 0) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -147,11 +147,11 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `d` is `[200, 400]`. fn submit_unsigned(v: u32, _t: u32, a: u32, _d: u32, ) -> Weight { // Minimum execution time: 6_123_952 nanoseconds. - Weight::from_ref_time(6_315_509_000) + Weight::from_parts(6_315_509_000, 0) // Standard Error: 20_268 - .saturating_add(Weight::from_ref_time(98_941).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(98_941, 0).saturating_mul(v.into())) // Standard Error: 60_063 - .saturating_add(Weight::from_ref_time(6_083_015).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(6_083_015, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -165,11 +165,11 @@ impl pallet_election_provider_multi_phase::WeightInfo f /// The range of component `d` is `[200, 400]`. fn feasibility_check(v: u32, _t: u32, a: u32, _d: u32, ) -> Weight { // Minimum execution time: 5_133_409 nanoseconds. - Weight::from_ref_time(5_319_991_000) + Weight::from_parts(5_319_991_000, 0) // Standard Error: 15_334 - .saturating_add(Weight::from_ref_time(350_749).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(350_749, 0).saturating_mul(v.into())) // Standard Error: 45_441 - .saturating_add(Weight::from_ref_time(3_495_879).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(3_495_879, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(4)) } } diff --git a/runtime/westend/src/weights/pallet_fast_unstake.rs b/runtime/westend/src/weights/pallet_fast_unstake.rs index 195d4a2892fc..cb931a247fd1 100644 --- a/runtime/westend/src/weights/pallet_fast_unstake.rs +++ b/runtime/westend/src/weights/pallet_fast_unstake.rs @@ -61,9 +61,9 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo /// The range of component `b` is `[1, 32]`. fn on_idle_unstake(b: u32, ) -> Weight { // Minimum execution time: 106_411 nanoseconds. - Weight::from_ref_time(77_651_621) + Weight::from_parts(77_651_621, 0) // Standard Error: 33_723 - .saturating_add(Weight::from_ref_time(37_782_150).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(37_782_150, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -80,11 +80,11 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo /// The range of component `b` is `[1, 32]`. fn on_idle_check(v: u32, b: u32, ) -> Weight { // Minimum execution time: 852_650 nanoseconds. - Weight::from_ref_time(856_265_000) + Weight::from_parts(856_265_000, 0) // Standard Error: 8_198_820 - .saturating_add(Weight::from_ref_time(271_792_952).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(271_792_952, 0).saturating_mul(v.into())) // Standard Error: 256_629_920 - .saturating_add(Weight::from_ref_time(7_991_342_711).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(7_991_342_711, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -105,7 +105,7 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: FastUnstake CounterForQueue (r:1 w:1) fn register_fast_unstake() -> Weight { // Minimum execution time: 154_157 nanoseconds. - Weight::from_ref_time(155_617_000) + Weight::from_parts(155_617_000, 0) .saturating_add(T::DbWeight::get().reads(15)) .saturating_add(T::DbWeight::get().writes(10)) } @@ -116,14 +116,14 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Storage: FastUnstake CounterForQueue (r:1 w:1) fn deregister() -> Weight { // Minimum execution time: 72_434 nanoseconds. - Weight::from_ref_time(75_710_000) + Weight::from_parts(75_710_000, 0) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: FastUnstake ErasToCheckPerBlock (r:0 w:1) fn control() -> Weight { // Minimum execution time: 5_328 nanoseconds. - Weight::from_ref_time(5_522_000) + Weight::from_parts(5_522_000, 0) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/westend/src/weights/pallet_identity.rs b/runtime/westend/src/weights/pallet_identity.rs index 5dff24c876b4..9a958361daee 100644 --- a/runtime/westend/src/weights/pallet_identity.rs +++ b/runtime/westend/src/weights/pallet_identity.rs @@ -48,9 +48,9 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 19]`. fn add_registrar(r: u32, ) -> Weight { // Minimum execution time: 17_721 nanoseconds. - Weight::from_ref_time(18_727_060) + Weight::from_parts(18_727_060, 0) // Standard Error: 3_240 - .saturating_add(Weight::from_ref_time(171_319).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(171_319, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -59,11 +59,11 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `x` is `[0, 100]`. fn set_identity(r: u32, x: u32, ) -> Weight { // Minimum execution time: 39_104 nanoseconds. - Weight::from_ref_time(36_816_420) + Weight::from_parts(36_816_420, 0) // Standard Error: 7_039 - .saturating_add(Weight::from_ref_time(215_550).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(215_550, 0).saturating_mul(r.into())) // Standard Error: 1_373 - .saturating_add(Weight::from_ref_time(323_272).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(323_272, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -73,9 +73,9 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 100]`. fn set_subs_new(s: u32, ) -> Weight { // Minimum execution time: 10_506 nanoseconds. - Weight::from_ref_time(28_645_089) + Weight::from_parts(28_645_089, 0) // Standard Error: 5_054 - .saturating_add(Weight::from_ref_time(2_631_504).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_631_504, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -87,9 +87,9 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `p` is `[0, 100]`. fn set_subs_old(p: u32, ) -> Weight { // Minimum execution time: 10_464 nanoseconds. - Weight::from_ref_time(28_679_151) + Weight::from_parts(28_679_151, 0) // Standard Error: 4_404 - .saturating_add(Weight::from_ref_time(1_165_328).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(1_165_328, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -102,13 +102,13 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `x` is `[0, 100]`. fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight { // Minimum execution time: 54_718 nanoseconds. - Weight::from_ref_time(36_657_052) + Weight::from_parts(36_657_052, 0) // Standard Error: 10_516 - .saturating_add(Weight::from_ref_time(225_162).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(225_162, 0).saturating_mul(r.into())) // Standard Error: 2_053 - .saturating_add(Weight::from_ref_time(1_154_975).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_154_975, 0).saturating_mul(s.into())) // Standard Error: 2_053 - .saturating_add(Weight::from_ref_time(185_205).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(185_205, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -119,11 +119,11 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `x` is `[0, 100]`. fn request_judgement(r: u32, x: u32, ) -> Weight { // Minimum execution time: 39_400 nanoseconds. - Weight::from_ref_time(37_112_415) + Weight::from_parts(37_112_415, 0) // Standard Error: 7_303 - .saturating_add(Weight::from_ref_time(232_983).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(232_983, 0).saturating_mul(r.into())) // Standard Error: 1_425 - .saturating_add(Weight::from_ref_time(348_409).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(348_409, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -132,11 +132,11 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `x` is `[0, 100]`. fn cancel_request(r: u32, x: u32, ) -> Weight { // Minimum execution time: 35_733 nanoseconds. - Weight::from_ref_time(34_355_159) + Weight::from_parts(34_355_159, 0) // Standard Error: 6_018 - .saturating_add(Weight::from_ref_time(169_133).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(169_133, 0).saturating_mul(r.into())) // Standard Error: 1_174 - .saturating_add(Weight::from_ref_time(338_064).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(338_064, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -144,9 +144,9 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 19]`. fn set_fee(r: u32, ) -> Weight { // Minimum execution time: 8_840 nanoseconds. - Weight::from_ref_time(9_690_231) + Weight::from_parts(9_690_231, 0) // Standard Error: 2_034 - .saturating_add(Weight::from_ref_time(113_840).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(113_840, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -154,9 +154,9 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 19]`. fn set_account_id(r: u32, ) -> Weight { // Minimum execution time: 9_051 nanoseconds. - Weight::from_ref_time(9_696_417) + Weight::from_parts(9_696_417, 0) // Standard Error: 1_920 - .saturating_add(Weight::from_ref_time(114_060).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(114_060, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -164,9 +164,9 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 19]`. fn set_fields(r: u32, ) -> Weight { // Minimum execution time: 9_076 nanoseconds. - Weight::from_ref_time(9_789_994) + Weight::from_parts(9_789_994, 0) // Standard Error: 2_023 - .saturating_add(Weight::from_ref_time(121_698).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(121_698, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -176,11 +176,11 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `x` is `[0, 100]`. fn provide_judgement(r: u32, x: u32, ) -> Weight { // Minimum execution time: 28_978 nanoseconds. - Weight::from_ref_time(27_340_145) + Weight::from_parts(27_340_145, 0) // Standard Error: 6_507 - .saturating_add(Weight::from_ref_time(207_315).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(207_315, 0).saturating_mul(r.into())) // Standard Error: 1_203 - .saturating_add(Weight::from_ref_time(589_768).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(589_768, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -193,13 +193,13 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `x` is `[0, 100]`. fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight { // Minimum execution time: 59_454 nanoseconds. - Weight::from_ref_time(42_570_386) + Weight::from_parts(42_570_386, 0) // Standard Error: 10_698 - .saturating_add(Weight::from_ref_time(183_102).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(183_102, 0).saturating_mul(r.into())) // Standard Error: 2_089 - .saturating_add(Weight::from_ref_time(1_159_349).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_159_349, 0).saturating_mul(s.into())) // Standard Error: 2_089 - .saturating_add(Weight::from_ref_time(182_901).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(182_901, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -210,9 +210,9 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 99]`. fn add_sub(s: u32, ) -> Weight { // Minimum execution time: 33_811 nanoseconds. - Weight::from_ref_time(38_973_792) + Weight::from_parts(38_973_792, 0) // Standard Error: 1_648 - .saturating_add(Weight::from_ref_time(124_121).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(124_121, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -221,9 +221,9 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `s` is `[1, 100]`. fn rename_sub(s: u32, ) -> Weight { // Minimum execution time: 14_469 nanoseconds. - Weight::from_ref_time(15_663_711) + Weight::from_parts(15_663_711, 0) // Standard Error: 761 - .saturating_add(Weight::from_ref_time(55_243).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(55_243, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -233,9 +233,9 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `s` is `[1, 100]`. fn remove_sub(s: u32, ) -> Weight { // Minimum execution time: 38_024 nanoseconds. - Weight::from_ref_time(41_170_092) + Weight::from_parts(41_170_092, 0) // Standard Error: 1_694 - .saturating_add(Weight::from_ref_time(112_577).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(112_577, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -244,9 +244,9 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 99]`. fn quit_sub(s: u32, ) -> Weight { // Minimum execution time: 26_560 nanoseconds. - Weight::from_ref_time(29_489_434) + Weight::from_parts(29_489_434, 0) // Standard Error: 1_131 - .saturating_add(Weight::from_ref_time(105_237).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(105_237, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/westend/src/weights/pallet_im_online.rs b/runtime/westend/src/weights/pallet_im_online.rs index ba44fec5243a..4ab89845f3c4 100644 --- a/runtime/westend/src/weights/pallet_im_online.rs +++ b/runtime/westend/src/weights/pallet_im_online.rs @@ -53,11 +53,11 @@ impl pallet_im_online::WeightInfo for WeightInfo { /// The range of component `e` is `[1, 100]`. fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight { // Minimum execution time: 123_239 nanoseconds. - Weight::from_ref_time(104_992_306) + Weight::from_parts(104_992_306, 0) // Standard Error: 444 - .saturating_add(Weight::from_ref_time(34_727).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(34_727, 0).saturating_mul(k.into())) // Standard Error: 4_475 - .saturating_add(Weight::from_ref_time(400_482).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(400_482, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_indices.rs b/runtime/westend/src/weights/pallet_indices.rs index cea6f4f1f7c7..718a5110ac5d 100644 --- a/runtime/westend/src/weights/pallet_indices.rs +++ b/runtime/westend/src/weights/pallet_indices.rs @@ -47,7 +47,7 @@ impl pallet_indices::WeightInfo for WeightInfo { // Storage: Indices Accounts (r:1 w:1) fn claim() -> Weight { // Minimum execution time: 28_304 nanoseconds. - Weight::from_ref_time(28_913_000) + Weight::from_parts(28_913_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -55,14 +55,14 @@ impl pallet_indices::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) fn transfer() -> Weight { // Minimum execution time: 34_582 nanoseconds. - Weight::from_ref_time(36_289_000) + Weight::from_parts(36_289_000, 0) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Indices Accounts (r:1 w:1) fn free() -> Weight { // Minimum execution time: 28_944 nanoseconds. - Weight::from_ref_time(30_183_000) + Weight::from_parts(30_183_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -70,14 +70,14 @@ impl pallet_indices::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) fn force_transfer() -> Weight { // Minimum execution time: 29_140 nanoseconds. - Weight::from_ref_time(29_767_000) + Weight::from_parts(29_767_000, 0) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Indices Accounts (r:1 w:1) fn freeze() -> Weight { // Minimum execution time: 34_327 nanoseconds. - Weight::from_ref_time(35_344_000) + Weight::from_parts(35_344_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_multisig.rs b/runtime/westend/src/weights/pallet_multisig.rs index db2630a58a14..599c52d8bfd8 100644 --- a/runtime/westend/src/weights/pallet_multisig.rs +++ b/runtime/westend/src/weights/pallet_multisig.rs @@ -47,9 +47,9 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_threshold_1(z: u32, ) -> Weight { // Minimum execution time: 16_814 nanoseconds. - Weight::from_ref_time(18_252_508) + Weight::from_parts(18_252_508, 0) // Standard Error: 8 - .saturating_add(Weight::from_ref_time(555).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(555, 0).saturating_mul(z.into())) } // Storage: Multisig Multisigs (r:1 w:1) // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) @@ -57,11 +57,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_create(s: u32, z: u32, ) -> Weight { // Minimum execution time: 49_472 nanoseconds. - Weight::from_ref_time(35_944_742) + Weight::from_parts(35_944_742, 0) // Standard Error: 1_394 - .saturating_add(Weight::from_ref_time(155_857).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(155_857, 0).saturating_mul(s.into())) // Standard Error: 13 - .saturating_add(Weight::from_ref_time(1_929).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_929, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -70,11 +70,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_approve(s: u32, z: u32, ) -> Weight { // Minimum execution time: 38_081 nanoseconds. - Weight::from_ref_time(26_846_048) + Weight::from_parts(26_846_048, 0) // Standard Error: 1_192 - .saturating_add(Weight::from_ref_time(136_620).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(136_620, 0).saturating_mul(s.into())) // Standard Error: 11 - .saturating_add(Weight::from_ref_time(1_811).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_811, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -84,11 +84,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_complete(s: u32, z: u32, ) -> Weight { // Minimum execution time: 55_395 nanoseconds. - Weight::from_ref_time(38_385_316) + Weight::from_parts(38_385_316, 0) // Standard Error: 1_684 - .saturating_add(Weight::from_ref_time(188_921).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(188_921, 0).saturating_mul(s.into())) // Standard Error: 16 - .saturating_add(Weight::from_ref_time(2_024).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(2_024, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -97,9 +97,9 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. fn approve_as_multi_create(s: u32, ) -> Weight { // Minimum execution time: 32_781 nanoseconds. - Weight::from_ref_time(35_307_540) + Weight::from_parts(35_307_540, 0) // Standard Error: 1_664 - .saturating_add(Weight::from_ref_time(154_999).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(154_999, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -107,9 +107,9 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. fn approve_as_multi_approve(s: u32, ) -> Weight { // Minimum execution time: 24_006 nanoseconds. - Weight::from_ref_time(24_709_664) + Weight::from_parts(24_709_664, 0) // Standard Error: 1_253 - .saturating_add(Weight::from_ref_time(147_127).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(147_127, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -117,9 +117,9 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. fn cancel_as_multi(s: u32, ) -> Weight { // Minimum execution time: 34_794 nanoseconds. - Weight::from_ref_time(36_103_891) + Weight::from_parts(36_103_891, 0) // Standard Error: 1_306 - .saturating_add(Weight::from_ref_time(157_422).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(157_422, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_nomination_pools.rs b/runtime/westend/src/weights/pallet_nomination_pools.rs index e3575f5aceb7..2d62afeba89f 100644 --- a/runtime/westend/src/weights/pallet_nomination_pools.rs +++ b/runtime/westend/src/weights/pallet_nomination_pools.rs @@ -75,8 +75,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3468` // Estimated: `38468` // Minimum execution time: 152_199 nanoseconds. - Weight::from_ref_time(157_673_000) - .saturating_add(Weight::from_proof_size(38468)) + Weight::from_parts(157_673_000, 0) + .saturating_add(Weight::from_parts(0, 38468)) .saturating_add(T::DbWeight::get().reads(17)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -103,8 +103,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3510` // Estimated: `39063` // Minimum execution time: 150_270 nanoseconds. - Weight::from_ref_time(155_619_000) - .saturating_add(Weight::from_proof_size(39063)) + Weight::from_parts(155_619_000, 0) + .saturating_add(Weight::from_parts(0, 39063)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -133,8 +133,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3393` // Estimated: `38950` // Minimum execution time: 164_700 nanoseconds. - Weight::from_ref_time(169_418_000) - .saturating_add(Weight::from_proof_size(38950)) + Weight::from_parts(169_418_000, 0) + .saturating_add(Weight::from_parts(0, 38950)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -153,8 +153,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1220` // Estimated: `13485` // Minimum execution time: 56_711 nanoseconds. - Weight::from_ref_time(58_399_000) - .saturating_add(Weight::from_proof_size(13485)) + Weight::from_parts(58_399_000, 0) + .saturating_add(Weight::from_parts(0, 13485)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -193,8 +193,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3748` // Estimated: `44674` // Minimum execution time: 158_330 nanoseconds. - Weight::from_ref_time(164_448_000) - .saturating_add(Weight::from_proof_size(44674)) + Weight::from_parts(164_448_000, 0) + .saturating_add(Weight::from_parts(0, 44674)) .saturating_add(T::DbWeight::get().reads(18)) .saturating_add(T::DbWeight::get().writes(14)) } @@ -214,10 +214,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1672` // Estimated: `13025` // Minimum execution time: 52_454 nanoseconds. - Weight::from_ref_time(54_517_406) - .saturating_add(Weight::from_proof_size(13025)) + Weight::from_parts(54_517_406, 0) + .saturating_add(Weight::from_parts(0, 13025)) // Standard Error: 1_474 - .saturating_add(Weight::from_ref_time(55_026).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(55_026, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -245,10 +245,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2196` // Estimated: `22991` // Minimum execution time: 98_434 nanoseconds. - Weight::from_ref_time(103_207_163) - .saturating_add(Weight::from_proof_size(22991)) + Weight::from_parts(103_207_163, 0) + .saturating_add(Weight::from_parts(0, 22991)) // Standard Error: 2_701 - .saturating_add(Weight::from_ref_time(68_680).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(68_680, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -298,10 +298,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2584` // Estimated: `46001` // Minimum execution time: 153_991 nanoseconds. - Weight::from_ref_time(160_710_694) - .saturating_add(Weight::from_proof_size(46001)) + Weight::from_parts(160_710_694, 0) + .saturating_add(Weight::from_parts(0, 46001)) // Standard Error: 3_944 - .saturating_add(Weight::from_ref_time(4_851).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(4_851, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(20)) .saturating_add(T::DbWeight::get().writes(17)) } @@ -352,8 +352,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1220` // Estimated: `32002` // Minimum execution time: 133_178 nanoseconds. - Weight::from_ref_time(139_719_000) - .saturating_add(Weight::from_proof_size(32002)) + Weight::from_parts(139_719_000, 0) + .saturating_add(Weight::from_parts(0, 32002)) .saturating_add(T::DbWeight::get().reads(21)) .saturating_add(T::DbWeight::get().writes(15)) } @@ -387,14 +387,14 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1805` // Estimated: `21998 + n * (2520 ±0)` // Minimum execution time: 64_454 nanoseconds. - Weight::from_ref_time(66_211_268) - .saturating_add(Weight::from_proof_size(21998)) + Weight::from_parts(66_211_268, 0) + .saturating_add(Weight::from_parts(0, 21998)) // Standard Error: 8_856 - .saturating_add(Weight::from_ref_time(1_214_910).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_214_910, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5)) - .saturating_add(Weight::from_proof_size(2520).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 2520).saturating_mul(n.into())) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) @@ -407,8 +407,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1393` // Estimated: `8752` // Minimum execution time: 32_632 nanoseconds. - Weight::from_ref_time(34_156_000) - .saturating_add(Weight::from_proof_size(8752)) + Weight::from_parts(34_156_000, 0) + .saturating_add(Weight::from_parts(0, 8752)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -424,10 +424,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `525` // Estimated: `5883` // Minimum execution time: 13_558 nanoseconds. - Weight::from_ref_time(14_425_466) - .saturating_add(Weight::from_proof_size(5883)) + Weight::from_parts(14_425_466, 0) + .saturating_add(Weight::from_parts(0, 5883)) // Standard Error: 163 - .saturating_add(Weight::from_ref_time(1_089).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_089, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -446,8 +446,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 4_500 nanoseconds. - Weight::from_ref_time(4_878_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(4_878_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: NominationPools BondedPools (r:1 w:1) @@ -457,8 +457,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `525` // Estimated: `2639` // Minimum execution time: 18_420 nanoseconds. - Weight::from_ref_time(19_058_000) - .saturating_add(Weight::from_proof_size(2639)) + Weight::from_parts(19_058_000, 0) + .saturating_add(Weight::from_parts(0, 2639)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -485,8 +485,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2032` // Estimated: `20489` // Minimum execution time: 63_588 nanoseconds. - Weight::from_ref_time(65_776_000) - .saturating_add(Weight::from_proof_size(20489)) + Weight::from_parts(65_776_000, 0) + .saturating_add(Weight::from_parts(0, 20489)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -499,8 +499,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `508` // Estimated: `5708` // Minimum execution time: 14_303 nanoseconds. - Weight::from_ref_time(15_001_000) - .saturating_add(Weight::from_proof_size(5708)) + Weight::from_parts(15_001_000, 0) + .saturating_add(Weight::from_parts(0, 5708)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_preimage.rs b/runtime/westend/src/weights/pallet_preimage.rs index 511b197120ed..05297a9799ca 100644 --- a/runtime/westend/src/weights/pallet_preimage.rs +++ b/runtime/westend/src/weights/pallet_preimage.rs @@ -49,9 +49,9 @@ impl pallet_preimage::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 4194304]`. fn note_preimage(s: u32, ) -> Weight { // Minimum execution time: 31_562 nanoseconds. - Weight::from_ref_time(171_400_857) + Weight::from_parts(171_400_857, 0) // Standard Error: 8 - .saturating_add(Weight::from_ref_time(2_527).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_527, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -60,9 +60,9 @@ impl pallet_preimage::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 4194304]`. fn note_requested_preimage(s: u32, ) -> Weight { // Minimum execution time: 22_020 nanoseconds. - Weight::from_ref_time(22_351_000) + Weight::from_parts(22_351_000, 0) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(2_791).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_791, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -71,9 +71,9 @@ impl pallet_preimage::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 4194304]`. fn note_no_deposit_preimage(s: u32, ) -> Weight { // Minimum execution time: 20_963 nanoseconds. - Weight::from_ref_time(21_456_000) + Weight::from_parts(21_456_000, 0) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(2_795).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_795, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -81,7 +81,7 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) fn unnote_preimage() -> Weight { // Minimum execution time: 63_207 nanoseconds. - Weight::from_ref_time(69_356_000) + Weight::from_parts(69_356_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,35 +89,35 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) fn unnote_no_deposit_preimage() -> Weight { // Minimum execution time: 50_694 nanoseconds. - Weight::from_ref_time(53_449_000) + Weight::from_parts(53_449_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_preimage() -> Weight { // Minimum execution time: 45_428 nanoseconds. - Weight::from_ref_time(50_044_000) + Weight::from_parts(50_044_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_no_deposit_preimage() -> Weight { // Minimum execution time: 27_772 nanoseconds. - Weight::from_ref_time(30_683_000) + Weight::from_parts(30_683_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_unnoted_preimage() -> Weight { // Minimum execution time: 33_497 nanoseconds. - Weight::from_ref_time(35_702_000) + Weight::from_parts(35_702_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_requested_preimage() -> Weight { // Minimum execution time: 12_126 nanoseconds. - Weight::from_ref_time(13_934_000) + Weight::from_parts(13_934_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -125,21 +125,21 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) fn unrequest_preimage() -> Weight { // Minimum execution time: 46_863 nanoseconds. - Weight::from_ref_time(52_194_000) + Weight::from_parts(52_194_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Preimage StatusFor (r:1 w:1) fn unrequest_unnoted_preimage() -> Weight { // Minimum execution time: 12_336 nanoseconds. - Weight::from_ref_time(14_182_000) + Weight::from_parts(14_182_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Preimage StatusFor (r:1 w:1) fn unrequest_multi_referenced_preimage() -> Weight { // Minimum execution time: 12_643 nanoseconds. - Weight::from_ref_time(14_132_000) + Weight::from_parts(14_132_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_proxy.rs b/runtime/westend/src/weights/pallet_proxy.rs index 401d3a509e86..27089661c2ff 100644 --- a/runtime/westend/src/weights/pallet_proxy.rs +++ b/runtime/westend/src/weights/pallet_proxy.rs @@ -48,9 +48,9 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn proxy(p: u32, ) -> Weight { // Minimum execution time: 20_611 nanoseconds. - Weight::from_ref_time(21_993_943) + Weight::from_parts(21_993_943, 0) // Standard Error: 2_242 - .saturating_add(Weight::from_ref_time(48_834).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(48_834, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } // Storage: Proxy Proxies (r:1 w:0) @@ -60,11 +60,11 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn proxy_announced(a: u32, p: u32, ) -> Weight { // Minimum execution time: 39_883 nanoseconds. - Weight::from_ref_time(40_883_571) + Weight::from_parts(40_883_571, 0) // Standard Error: 3_523 - .saturating_add(Weight::from_ref_time(147_668).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(147_668, 0).saturating_mul(a.into())) // Standard Error: 3_640 - .saturating_add(Weight::from_ref_time(46_388).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(46_388, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -74,11 +74,11 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn remove_announcement(a: u32, p: u32, ) -> Weight { // Minimum execution time: 27_811 nanoseconds. - Weight::from_ref_time(29_632_960) + Weight::from_parts(29_632_960, 0) // Standard Error: 2_730 - .saturating_add(Weight::from_ref_time(120_711).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(120_711, 0).saturating_mul(a.into())) // Standard Error: 2_820 - .saturating_add(Weight::from_ref_time(10_478).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(10_478, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -88,11 +88,11 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn reject_announcement(a: u32, p: u32, ) -> Weight { // Minimum execution time: 28_051 nanoseconds. - Weight::from_ref_time(29_928_975) + Weight::from_parts(29_928_975, 0) // Standard Error: 2_750 - .saturating_add(Weight::from_ref_time(119_102).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(119_102, 0).saturating_mul(a.into())) // Standard Error: 2_841 - .saturating_add(Weight::from_ref_time(2_233).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(2_233, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -103,11 +103,11 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn announce(a: u32, p: u32, ) -> Weight { // Minimum execution time: 36_193 nanoseconds. - Weight::from_ref_time(38_162_314) + Weight::from_parts(38_162_314, 0) // Standard Error: 2_756 - .saturating_add(Weight::from_ref_time(124_559).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(124_559, 0).saturating_mul(a.into())) // Standard Error: 2_847 - .saturating_add(Weight::from_ref_time(37_787).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(37_787, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -115,9 +115,9 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn add_proxy(p: u32, ) -> Weight { // Minimum execution time: 29_819 nanoseconds. - Weight::from_ref_time(31_646_836) + Weight::from_parts(31_646_836, 0) // Standard Error: 2_629 - .saturating_add(Weight::from_ref_time(69_752).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(69_752, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -125,9 +125,9 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn remove_proxy(p: u32, ) -> Weight { // Minimum execution time: 30_096 nanoseconds. - Weight::from_ref_time(31_657_583) + Weight::from_parts(31_657_583, 0) // Standard Error: 2_641 - .saturating_add(Weight::from_ref_time(74_552).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(74_552, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -135,9 +135,9 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn remove_proxies(p: u32, ) -> Weight { // Minimum execution time: 26_013 nanoseconds. - Weight::from_ref_time(27_323_978) + Weight::from_parts(27_323_978, 0) // Standard Error: 1_722 - .saturating_add(Weight::from_ref_time(37_878).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(37_878, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -146,9 +146,9 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn create_pure(p: u32, ) -> Weight { // Minimum execution time: 32_395 nanoseconds. - Weight::from_ref_time(34_072_271) + Weight::from_parts(34_072_271, 0) // Standard Error: 2_410 - .saturating_add(Weight::from_ref_time(16_526).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(16_526, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -156,9 +156,9 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[0, 30]`. fn kill_pure(p: u32, ) -> Weight { // Minimum execution time: 27_149 nanoseconds. - Weight::from_ref_time(28_629_950) + Weight::from_parts(28_629_950, 0) // Standard Error: 2_634 - .saturating_add(Weight::from_ref_time(29_904).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(29_904, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_scheduler.rs b/runtime/westend/src/weights/pallet_scheduler.rs index f2156047b79f..8eb02db467ac 100644 --- a/runtime/westend/src/weights/pallet_scheduler.rs +++ b/runtime/westend/src/weights/pallet_scheduler.rs @@ -47,7 +47,7 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler IncompleteSince (r:1 w:1) fn service_agendas_base() -> Weight { // Minimum execution time: 5_078 nanoseconds. - Weight::from_ref_time(5_283_000) + Weight::from_parts(5_283_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -55,52 +55,52 @@ impl pallet_scheduler::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 50]`. fn service_agenda_base(s: u32, ) -> Weight { // Minimum execution time: 5_670 nanoseconds. - Weight::from_ref_time(6_515_590) + Weight::from_parts(6_515_590, 0) // Standard Error: 1_621 - .saturating_add(Weight::from_ref_time(838_283).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(838_283, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_base() -> Weight { // Minimum execution time: 10_831 nanoseconds. - Weight::from_ref_time(11_053_000) + Weight::from_parts(11_053_000, 0) } // Storage: Preimage PreimageFor (r:1 w:1) // Storage: Preimage StatusFor (r:1 w:1) /// The range of component `s` is `[128, 4194304]`. fn service_task_fetched(s: u32, ) -> Weight { // Minimum execution time: 24_280 nanoseconds. - Weight::from_ref_time(24_426_000) + Weight::from_parts(24_426_000, 0) // Standard Error: 10 - .saturating_add(Weight::from_ref_time(1_681).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_681, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Scheduler Lookup (r:0 w:1) fn service_task_named() -> Weight { // Minimum execution time: 12_201 nanoseconds. - Weight::from_ref_time(12_693_000) + Weight::from_parts(12_693_000, 0) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_periodic() -> Weight { // Minimum execution time: 10_850 nanoseconds. - Weight::from_ref_time(11_218_000) + Weight::from_parts(11_218_000, 0) } fn execute_dispatch_signed() -> Weight { // Minimum execution time: 4_322 nanoseconds. - Weight::from_ref_time(4_424_000) + Weight::from_parts(4_424_000, 0) } fn execute_dispatch_unsigned() -> Weight { // Minimum execution time: 4_264 nanoseconds. - Weight::from_ref_time(4_407_000) + Weight::from_parts(4_407_000, 0) } // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 49]`. fn schedule(s: u32, ) -> Weight { // Minimum execution time: 19_171 nanoseconds. - Weight::from_ref_time(21_225_154) + Weight::from_parts(21_225_154, 0) // Standard Error: 3_051 - .saturating_add(Weight::from_ref_time(896_757).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(896_757, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -109,9 +109,9 @@ impl pallet_scheduler::WeightInfo for WeightInfo { /// The range of component `s` is `[1, 50]`. fn cancel(s: u32, ) -> Weight { // Minimum execution time: 22_320 nanoseconds. - Weight::from_ref_time(20_983_225) + Weight::from_parts(20_983_225, 0) // Standard Error: 3_505 - .saturating_add(Weight::from_ref_time(1_548_439).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_548_439, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -120,9 +120,9 @@ impl pallet_scheduler::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 49]`. fn schedule_named(s: u32, ) -> Weight { // Minimum execution time: 21_422 nanoseconds. - Weight::from_ref_time(24_542_138) + Weight::from_parts(24_542_138, 0) // Standard Error: 3_635 - .saturating_add(Weight::from_ref_time(936_057).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(936_057, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -131,9 +131,9 @@ impl pallet_scheduler::WeightInfo for WeightInfo { /// The range of component `s` is `[1, 50]`. fn cancel_named(s: u32, ) -> Weight { // Minimum execution time: 24_084 nanoseconds. - Weight::from_ref_time(23_234_964) + Weight::from_parts(23_234_964, 0) // Standard Error: 3_163 - .saturating_add(Weight::from_ref_time(1_562_424).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_562_424, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/westend/src/weights/pallet_session.rs b/runtime/westend/src/weights/pallet_session.rs index e20c7468c2f9..3edf005b4f15 100644 --- a/runtime/westend/src/weights/pallet_session.rs +++ b/runtime/westend/src/weights/pallet_session.rs @@ -49,7 +49,7 @@ impl pallet_session::WeightInfo for WeightInfo { // Storage: Session KeyOwner (r:6 w:6) fn set_keys() -> Weight { // Minimum execution time: 63_868 nanoseconds. - Weight::from_ref_time(66_590_000) + Weight::from_parts(66_590_000, 0) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -58,7 +58,7 @@ impl pallet_session::WeightInfo for WeightInfo { // Storage: Session KeyOwner (r:0 w:6) fn purge_keys() -> Weight { // Minimum execution time: 49_220 nanoseconds. - Weight::from_ref_time(51_396_000) + Weight::from_parts(51_396_000, 0) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/westend/src/weights/pallet_staking.rs b/runtime/westend/src/weights/pallet_staking.rs index 0cdb7ca56ae1..1072ac281764 100644 --- a/runtime/westend/src/weights/pallet_staking.rs +++ b/runtime/westend/src/weights/pallet_staking.rs @@ -51,7 +51,7 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking Payee (r:0 w:1) fn bond() -> Weight { // Minimum execution time: 49_024 nanoseconds. - Weight::from_ref_time(51_230_000) + Weight::from_parts(51_230_000, 0) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -62,7 +62,7 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListBags (r:2 w:2) fn bond_extra() -> Weight { // Minimum execution time: 90_685 nanoseconds. - Weight::from_ref_time(94_108_000) + Weight::from_parts(94_108_000, 0) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -77,7 +77,7 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList ListBags (r:2 w:2) fn unbond() -> Weight { // Minimum execution time: 97_123 nanoseconds. - Weight::from_ref_time(100_528_000) + Weight::from_parts(100_528_000, 0) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -88,9 +88,9 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_update(s: u32, ) -> Weight { // Minimum execution time: 41_430 nanoseconds. - Weight::from_ref_time(42_973_610) + Weight::from_parts(42_973_610, 0) // Standard Error: 1_308 - .saturating_add(Weight::from_ref_time(62_023).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(62_023, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -111,9 +111,9 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_kill(s: u32, ) -> Weight { // Minimum execution time: 82_653 nanoseconds. - Weight::from_ref_time(90_696_727) + Weight::from_parts(90_696_727, 0) // Standard Error: 3_181 - .saturating_add(Weight::from_ref_time(1_127_876).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_127_876, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -131,7 +131,7 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking CounterForValidators (r:1 w:1) fn validate() -> Weight { // Minimum execution time: 61_883 nanoseconds. - Weight::from_ref_time(64_246_000) + Weight::from_parts(64_246_000, 0) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -140,9 +140,9 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `k` is `[1, 128]`. fn kick(k: u32, ) -> Weight { // Minimum execution time: 40_667 nanoseconds. - Weight::from_ref_time(40_225_662) + Weight::from_parts(40_225_662, 0) // Standard Error: 8_951 - .saturating_add(Weight::from_ref_time(7_876_547).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(7_876_547, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) @@ -161,9 +161,9 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `n` is `[1, 16]`. fn nominate(n: u32, ) -> Weight { // Minimum execution time: 69_289 nanoseconds. - Weight::from_ref_time(69_036_560) + Weight::from_parts(69_036_560, 0) // Standard Error: 12_911 - .saturating_add(Weight::from_ref_time(3_481_477).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(3_481_477, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(6)) @@ -177,7 +177,7 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList CounterForListNodes (r:1 w:1) fn chill() -> Weight { // Minimum execution time: 63_253 nanoseconds. - Weight::from_ref_time(66_339_000) + Weight::from_parts(66_339_000, 0) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -185,7 +185,7 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking Payee (r:0 w:1) fn set_payee() -> Weight { // Minimum execution time: 15_643 nanoseconds. - Weight::from_ref_time(16_048_000) + Weight::from_parts(16_048_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -193,41 +193,41 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking Ledger (r:2 w:2) fn set_controller() -> Weight { // Minimum execution time: 22_367 nanoseconds. - Weight::from_ref_time(23_174_000) + Weight::from_parts(23_174_000, 0) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } // Storage: Staking ValidatorCount (r:0 w:1) fn set_validator_count() -> Weight { // Minimum execution time: 4_560 nanoseconds. - Weight::from_ref_time(4_855_000) + Weight::from_parts(4_855_000, 0) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking ForceEra (r:0 w:1) fn force_no_eras() -> Weight { // Minimum execution time: 16_516 nanoseconds. - Weight::from_ref_time(17_506_000) + Weight::from_parts(17_506_000, 0) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking ForceEra (r:0 w:1) fn force_new_era() -> Weight { // Minimum execution time: 16_623 nanoseconds. - Weight::from_ref_time(17_192_000) + Weight::from_parts(17_192_000, 0) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking ForceEra (r:0 w:1) fn force_new_era_always() -> Weight { // Minimum execution time: 16_690 nanoseconds. - Weight::from_ref_time(17_377_000) + Weight::from_parts(17_377_000, 0) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking Invulnerables (r:0 w:1) /// The range of component `v` is `[0, 1000]`. fn set_invulnerables(v: u32, ) -> Weight { // Minimum execution time: 4_701 nanoseconds. - Weight::from_ref_time(5_136_238) + Weight::from_parts(5_136_238, 0) // Standard Error: 37 - .saturating_add(Weight::from_ref_time(11_017).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(11_017, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking Bonded (r:1 w:1) @@ -246,9 +246,9 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 100]`. fn force_unstake(s: u32, ) -> Weight { // Minimum execution time: 77_281 nanoseconds. - Weight::from_ref_time(83_508_734) + Weight::from_parts(83_508_734, 0) // Standard Error: 3_011 - .saturating_add(Weight::from_ref_time(1_125_840).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_125_840, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -257,9 +257,9 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `s` is `[1, 1000]`. fn cancel_deferred_slash(s: u32, ) -> Weight { // Minimum execution time: 125_631 nanoseconds. - Weight::from_ref_time(926_160_180) + Weight::from_parts(926_160_180, 0) // Standard Error: 57_471 - .saturating_add(Weight::from_ref_time(4_840_726).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(4_840_726, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -275,9 +275,9 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `n` is `[0, 64]`. fn payout_stakers_dead_controller(n: u32, ) -> Weight { // Minimum execution time: 95_480 nanoseconds. - Weight::from_ref_time(119_120_535) + Weight::from_parts(119_120_535, 0) // Standard Error: 20_529 - .saturating_add(Weight::from_ref_time(24_553_693).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(24_553_693, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -296,9 +296,9 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `n` is `[0, 64]`. fn payout_stakers_alive_staked(n: u32, ) -> Weight { // Minimum execution time: 115_503 nanoseconds. - Weight::from_ref_time(146_888_028) + Weight::from_parts(146_888_028, 0) // Standard Error: 30_235 - .saturating_add(Weight::from_ref_time(32_342_060).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(32_342_060, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -313,9 +313,9 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `l` is `[1, 32]`. fn rebond(l: u32, ) -> Weight { // Minimum execution time: 87_519 nanoseconds. - Weight::from_ref_time(91_533_087) + Weight::from_parts(91_533_087, 0) // Standard Error: 6_309 - .saturating_add(Weight::from_ref_time(42_645).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(42_645, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -335,9 +335,9 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `s` is `[1, 100]`. fn reap_stash(s: u32, ) -> Weight { // Minimum execution time: 89_783 nanoseconds. - Weight::from_ref_time(92_664_529) + Weight::from_parts(92_664_529, 0) // Standard Error: 3_039 - .saturating_add(Weight::from_ref_time(1_117_414).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_117_414, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -364,11 +364,11 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `n` is `[0, 100]`. fn new_era(v: u32, n: u32, ) -> Weight { // Minimum execution time: 508_493 nanoseconds. - Weight::from_ref_time(515_015_000) + Weight::from_parts(515_015_000, 0) // Standard Error: 2_056_473 - .saturating_add(Weight::from_ref_time(65_810_351).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(65_810_351, 0).saturating_mul(v.into())) // Standard Error: 204_916 - .saturating_add(Weight::from_ref_time(16_248_651).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(16_248_651, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(185)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -388,11 +388,11 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `n` is `[500, 1000]`. fn get_npos_voters(v: u32, n: u32, ) -> Weight { // Minimum execution time: 31_307_537 nanoseconds. - Weight::from_ref_time(31_955_304_000) + Weight::from_parts(31_955_304_000, 0) // Standard Error: 578_351 - .saturating_add(Weight::from_ref_time(6_307_371).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(6_307_371, 0).saturating_mul(v.into())) // Standard Error: 578_351 - .saturating_add(Weight::from_ref_time(5_224_226).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(5_224_226, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(180)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -404,9 +404,9 @@ impl pallet_staking::WeightInfo for WeightInfo { /// The range of component `v` is `[500, 1000]`. fn get_npos_targets(v: u32, ) -> Weight { // Minimum execution time: 4_269_534 nanoseconds. - Weight::from_ref_time(4_382_455_000) + Weight::from_parts(4_382_455_000, 0) // Standard Error: 50_747 - .saturating_add(Weight::from_ref_time(3_265_338).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(3_265_338, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -419,7 +419,7 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking MinNominatorBond (r:0 w:1) fn set_staking_configs_all_set() -> Weight { // Minimum execution time: 7_936 nanoseconds. - Weight::from_ref_time(8_457_000) + Weight::from_parts(8_457_000, 0) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking MinCommission (r:0 w:1) @@ -430,7 +430,7 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking MinNominatorBond (r:0 w:1) fn set_staking_configs_all_remove() -> Weight { // Minimum execution time: 7_247 nanoseconds. - Weight::from_ref_time(7_713_000) + Weight::from_parts(7_713_000, 0) .saturating_add(T::DbWeight::get().writes(6)) } // Storage: Staking Ledger (r:1 w:0) @@ -445,7 +445,7 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: VoterList CounterForListNodes (r:1 w:1) fn chill_other() -> Weight { // Minimum execution time: 75_533 nanoseconds. - Weight::from_ref_time(78_724_000) + Weight::from_parts(78_724_000, 0) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -453,14 +453,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Storage: Staking Validators (r:1 w:1) fn force_apply_min_commission() -> Weight { // Minimum execution time: 15_193 nanoseconds. - Weight::from_ref_time(15_700_000) + Weight::from_parts(15_700_000, 0) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Staking MinCommission (r:0 w:1) fn set_min_commission() -> Weight { // Minimum execution time: 4_690 nanoseconds. - Weight::from_ref_time(4_945_000) + Weight::from_parts(4_945_000, 0) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/westend/src/weights/pallet_timestamp.rs b/runtime/westend/src/weights/pallet_timestamp.rs index e469118f8308..ca1cbfd8eb57 100644 --- a/runtime/westend/src/weights/pallet_timestamp.rs +++ b/runtime/westend/src/weights/pallet_timestamp.rs @@ -48,12 +48,12 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Storage: Babe CurrentSlot (r:1 w:0) fn set() -> Weight { // Minimum execution time: 10_391 nanoseconds. - Weight::from_ref_time(10_881_000) + Weight::from_parts(10_881_000, 0) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } fn on_finalize() -> Weight { // Minimum execution time: 4_327 nanoseconds. - Weight::from_ref_time(4_494_000) + Weight::from_parts(4_494_000, 0) } } diff --git a/runtime/westend/src/weights/pallet_utility.rs b/runtime/westend/src/weights/pallet_utility.rs index 74b13fedbb83..a2f98ae8a6fd 100644 --- a/runtime/westend/src/weights/pallet_utility.rs +++ b/runtime/westend/src/weights/pallet_utility.rs @@ -47,30 +47,30 @@ impl pallet_utility::WeightInfo for WeightInfo { /// The range of component `c` is `[0, 1000]`. fn batch(c: u32, ) -> Weight { // Minimum execution time: 12_976 nanoseconds. - Weight::from_ref_time(17_945_328) + Weight::from_parts(17_945_328, 0) // Standard Error: 2_191 - .saturating_add(Weight::from_ref_time(4_298_440).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_298_440, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Minimum execution time: 6_487 nanoseconds. - Weight::from_ref_time(6_822_000) + Weight::from_parts(6_822_000, 0) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { // Minimum execution time: 13_287 nanoseconds. - Weight::from_ref_time(23_435_451) + Weight::from_parts(23_435_451, 0) // Standard Error: 1_891 - .saturating_add(Weight::from_ref_time(4_521_746).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_521_746, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Minimum execution time: 15_069 nanoseconds. - Weight::from_ref_time(15_654_000) + Weight::from_parts(15_654_000, 0) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { // Minimum execution time: 13_148 nanoseconds. - Weight::from_ref_time(21_124_216) + Weight::from_parts(21_124_216, 0) // Standard Error: 2_515 - .saturating_add(Weight::from_ref_time(4_292_695).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_292_695, 0).saturating_mul(c.into())) } } diff --git a/runtime/westend/src/weights/pallet_vesting.rs b/runtime/westend/src/weights/pallet_vesting.rs index 111737f015e2..33bd8b3c4bd9 100644 --- a/runtime/westend/src/weights/pallet_vesting.rs +++ b/runtime/westend/src/weights/pallet_vesting.rs @@ -50,11 +50,11 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `s` is `[1, 28]`. fn vest_locked(l: u32, s: u32, ) -> Weight { // Minimum execution time: 39_606 nanoseconds. - Weight::from_ref_time(39_126_286) + Weight::from_parts(39_126_286, 0) // Standard Error: 2_229 - .saturating_add(Weight::from_ref_time(49_156).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(49_156, 0).saturating_mul(l.into())) // Standard Error: 3_966 - .saturating_add(Weight::from_ref_time(131_485).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(131_485, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -64,11 +64,11 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `s` is `[1, 28]`. fn vest_unlocked(l: u32, s: u32, ) -> Weight { // Minimum execution time: 39_725 nanoseconds. - Weight::from_ref_time(39_316_940) + Weight::from_parts(39_316_940, 0) // Standard Error: 2_096 - .saturating_add(Weight::from_ref_time(51_129).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(51_129, 0).saturating_mul(l.into())) // Standard Error: 3_729 - .saturating_add(Weight::from_ref_time(91_410).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(91_410, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -79,11 +79,11 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `s` is `[1, 28]`. fn vest_other_locked(l: u32, s: u32, ) -> Weight { // Minimum execution time: 40_094 nanoseconds. - Weight::from_ref_time(39_181_593) + Weight::from_parts(39_181_593, 0) // Standard Error: 2_656 - .saturating_add(Weight::from_ref_time(58_520).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(58_520, 0).saturating_mul(l.into())) // Standard Error: 4_726 - .saturating_add(Weight::from_ref_time(106_280).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(106_280, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -94,11 +94,11 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `s` is `[1, 28]`. fn vest_other_unlocked(l: u32, s: u32, ) -> Weight { // Minimum execution time: 39_572 nanoseconds. - Weight::from_ref_time(39_262_140) + Weight::from_parts(39_262_140, 0) // Standard Error: 2_331 - .saturating_add(Weight::from_ref_time(48_095).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(48_095, 0).saturating_mul(l.into())) // Standard Error: 4_148 - .saturating_add(Weight::from_ref_time(89_208).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(89_208, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -109,11 +109,11 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 27]`. fn vested_transfer(l: u32, s: u32, ) -> Weight { // Minimum execution time: 56_483 nanoseconds. - Weight::from_ref_time(57_095_510) + Weight::from_parts(57_095_510, 0) // Standard Error: 2_782 - .saturating_add(Weight::from_ref_time(42_757).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(42_757, 0).saturating_mul(l.into())) // Standard Error: 4_950 - .saturating_add(Weight::from_ref_time(79_812).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(79_812, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -124,11 +124,11 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 27]`. fn force_vested_transfer(l: u32, s: u32, ) -> Weight { // Minimum execution time: 55_270 nanoseconds. - Weight::from_ref_time(57_043_614) + Weight::from_parts(57_043_614, 0) // Standard Error: 2_833 - .saturating_add(Weight::from_ref_time(29_839).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(29_839, 0).saturating_mul(l.into())) // Standard Error: 5_040 - .saturating_add(Weight::from_ref_time(67_429).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(67_429, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -139,11 +139,11 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 28]`. fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { // Minimum execution time: 41_695 nanoseconds. - Weight::from_ref_time(41_640_100) + Weight::from_parts(41_640_100, 0) // Standard Error: 2_040 - .saturating_add(Weight::from_ref_time(33_458).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(33_458, 0).saturating_mul(l.into())) // Standard Error: 3_768 - .saturating_add(Weight::from_ref_time(101_011).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(101_011, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -154,11 +154,11 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 28]`. fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { // Minimum execution time: 40_834 nanoseconds. - Weight::from_ref_time(40_051_044) + Weight::from_parts(40_051_044, 0) // Standard Error: 1_874 - .saturating_add(Weight::from_ref_time(61_045).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(61_045, 0).saturating_mul(l.into())) // Standard Error: 3_462 - .saturating_add(Weight::from_ref_time(113_102).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(113_102, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/westend/src/weights/pallet_xcm.rs b/runtime/westend/src/weights/pallet_xcm.rs index 58d6177ec666..ae657f2296ba 100644 --- a/runtime/westend/src/weights/pallet_xcm.rs +++ b/runtime/westend/src/weights/pallet_xcm.rs @@ -51,33 +51,33 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn send() -> Weight { // Minimum execution time: 38_435 nanoseconds. - Weight::from_ref_time(39_264_000) + Weight::from_parts(39_264_000, 0) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } fn teleport_assets() -> Weight { // Minimum execution time: 29_090 nanoseconds. - Weight::from_ref_time(29_801_000) + Weight::from_parts(29_801_000, 0) } fn reserve_transfer_assets() -> Weight { // Minimum execution time: 27_998 nanoseconds. - Weight::from_ref_time(29_079_000) + Weight::from_parts(29_079_000, 0) } // Storage: Benchmark Override (r:0 w:0) fn execute() -> Weight { // Minimum execution time: 18_446_744_073_709_551 nanoseconds. - Weight::from_ref_time(18_446_744_073_709_551_000) + Weight::from_parts(18_446_744_073_709_551_000, 0) } // Storage: XcmPallet SupportedVersion (r:0 w:1) fn force_xcm_version() -> Weight { // Minimum execution time: 15_893 nanoseconds. - Weight::from_ref_time(16_196_000) + Weight::from_parts(16_196_000, 0) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet SafeXcmVersion (r:0 w:1) fn force_default_xcm_version() -> Weight { // Minimum execution time: 4_403 nanoseconds. - Weight::from_ref_time(4_553_000) + Weight::from_parts(4_553_000, 0) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: XcmPallet VersionNotifiers (r:1 w:1) @@ -90,7 +90,7 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: XcmPallet Queries (r:0 w:1) fn force_subscribe_version_notify() -> Weight { // Minimum execution time: 42_466 nanoseconds. - Weight::from_ref_time(43_907_000) + Weight::from_parts(43_907_000, 0) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -103,28 +103,28 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: XcmPallet Queries (r:0 w:1) fn force_unsubscribe_version_notify() -> Weight { // Minimum execution time: 46_063 nanoseconds. - Weight::from_ref_time(47_278_000) + Weight::from_parts(47_278_000, 0) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) } // Storage: XcmPallet SupportedVersion (r:4 w:2) fn migrate_supported_version() -> Weight { // Minimum execution time: 15_315 nanoseconds. - Weight::from_ref_time(15_983_000) + Weight::from_parts(15_983_000, 0) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifiers (r:4 w:2) fn migrate_version_notifiers() -> Weight { // Minimum execution time: 15_715 nanoseconds. - Weight::from_ref_time(16_212_000) + Weight::from_parts(16_212_000, 0) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: XcmPallet VersionNotifyTargets (r:5 w:0) fn already_notified_target() -> Weight { // Minimum execution time: 18_319 nanoseconds. - Weight::from_ref_time(18_821_000) + Weight::from_parts(18_821_000, 0) .saturating_add(T::DbWeight::get().reads(5)) } // Storage: XcmPallet VersionNotifyTargets (r:2 w:1) @@ -135,20 +135,20 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn notify_current_targets() -> Weight { // Minimum execution time: 38_303 nanoseconds. - Weight::from_ref_time(39_210_000) + Weight::from_parts(39_210_000, 0) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } // Storage: XcmPallet VersionNotifyTargets (r:3 w:0) fn notify_target_migration_fail() -> Weight { // Minimum execution time: 8_105 nanoseconds. - Weight::from_ref_time(8_402_000) + Weight::from_parts(8_402_000, 0) .saturating_add(T::DbWeight::get().reads(3)) } // Storage: XcmPallet VersionNotifyTargets (r:4 w:2) fn migrate_version_notify_targets() -> Weight { // Minimum execution time: 16_035 nanoseconds. - Weight::from_ref_time(16_561_000) + Weight::from_parts(16_561_000, 0) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -160,7 +160,7 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn migrate_and_notify_old_targets() -> Weight { // Minimum execution time: 45_300 nanoseconds. - Weight::from_ref_time(46_946_000) + Weight::from_parts(46_946_000, 0) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/westend/src/weights/runtime_common_auctions.rs b/runtime/westend/src/weights/runtime_common_auctions.rs index 67aa694ec547..501b00086e38 100644 --- a/runtime/westend/src/weights/runtime_common_auctions.rs +++ b/runtime/westend/src/weights/runtime_common_auctions.rs @@ -48,7 +48,7 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions AuctionCounter (r:1 w:1) fn new_auction() -> Weight { // Minimum execution time: 18_809 nanoseconds. - Weight::from_ref_time(19_672_000) + Weight::from_parts(19_672_000, 0) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -61,7 +61,7 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: System Account (r:1 w:1) fn bid() -> Weight { // Minimum execution time: 97_164 nanoseconds. - Weight::from_ref_time(101_731_000) + Weight::from_parts(101_731_000, 0) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -79,7 +79,7 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Registrar Paras (r:1 w:1) fn on_initialize() -> Weight { // Minimum execution time: 18_715_887 nanoseconds. - Weight::from_ref_time(19_146_918_000) + Weight::from_parts(19_146_918_000, 0) .saturating_add(T::DbWeight::get().reads(3688)) .saturating_add(T::DbWeight::get().writes(3683)) } @@ -89,7 +89,7 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Storage: Auctions AuctionInfo (r:0 w:1) fn cancel_auction() -> Weight { // Minimum execution time: 5_818_774 nanoseconds. - Weight::from_ref_time(5_962_283_000) + Weight::from_parts(5_962_283_000, 0) .saturating_add(T::DbWeight::get().reads(73)) .saturating_add(T::DbWeight::get().writes(3673)) } diff --git a/runtime/westend/src/weights/runtime_common_crowdloan.rs b/runtime/westend/src/weights/runtime_common_crowdloan.rs index 2fdb0a251b84..ff28156920a0 100644 --- a/runtime/westend/src/weights/runtime_common_crowdloan.rs +++ b/runtime/westend/src/weights/runtime_common_crowdloan.rs @@ -50,7 +50,7 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Crowdloan NextFundIndex (r:1 w:1) fn create() -> Weight { // Minimum execution time: 72_148 nanoseconds. - Weight::from_ref_time(76_111_000) + Weight::from_parts(76_111_000, 0) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -64,7 +64,7 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: unknown [0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291] (r:1 w:1) fn contribute() -> Weight { // Minimum execution time: 156_487 nanoseconds. - Weight::from_ref_time(168_788_000) + Weight::from_parts(168_788_000, 0) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -74,7 +74,7 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: unknown [0xc85982571aa615c788ef9b2c16f54f25773fd439e8ee1ed2aa3ae43d48e880f0] (r:1 w:1) fn withdraw() -> Weight { // Minimum execution time: 80_510 nanoseconds. - Weight::from_ref_time(84_823_000) + Weight::from_parts(84_823_000, 0) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -82,9 +82,9 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn /// The range of component `k` is `[0, 500]`. fn refund(k: u32, ) -> Weight { // Minimum execution time: 76_619 nanoseconds. - Weight::from_ref_time(26_853_164) + Weight::from_parts(26_853_164, 0) // Standard Error: 15_512 - .saturating_add(Weight::from_ref_time(22_564_390).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(22_564_390, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -94,14 +94,14 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: System Account (r:1 w:1) fn dissolve() -> Weight { // Minimum execution time: 50_520 nanoseconds. - Weight::from_ref_time(55_019_000) + Weight::from_parts(55_019_000, 0) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } // Storage: Crowdloan Funds (r:1 w:1) fn edit() -> Weight { // Minimum execution time: 38_580 nanoseconds. - Weight::from_ref_time(42_137_000) + Weight::from_parts(42_137_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -109,7 +109,7 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: unknown [0xd861ea1ebf4800d4b89f4ff787ad79ee96d9a708c85b57da7eb8f9ddeda61291] (r:1 w:1) fn add_memo() -> Weight { // Minimum execution time: 49_364 nanoseconds. - Weight::from_ref_time(53_683_000) + Weight::from_parts(53_683_000, 0) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -117,7 +117,7 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Storage: Crowdloan NewRaise (r:1 w:1) fn poke() -> Weight { // Minimum execution time: 37_979 nanoseconds. - Weight::from_ref_time(40_397_000) + Weight::from_parts(40_397_000, 0) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -134,9 +134,9 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn /// The range of component `n` is `[2, 100]`. fn on_initialize(n: u32, ) -> Weight { // Minimum execution time: 131_992 nanoseconds. - Weight::from_ref_time(44_527_784) + Weight::from_parts(44_527_784, 0) // Standard Error: 54_125 - .saturating_add(Weight::from_ref_time(48_555_553).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(48_555_553, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/westend/src/weights/runtime_common_paras_registrar.rs b/runtime/westend/src/weights/runtime_common_paras_registrar.rs index 2c790d1811b6..312ac5513b0a 100644 --- a/runtime/westend/src/weights/runtime_common_paras_registrar.rs +++ b/runtime/westend/src/weights/runtime_common_paras_registrar.rs @@ -49,7 +49,7 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras ParaLifecycles (r:1 w:0) fn reserve() -> Weight { // Minimum execution time: 34_291 nanoseconds. - Weight::from_ref_time(35_169_000) + Weight::from_parts(35_169_000, 0) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -64,7 +64,7 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras UpcomingParasGenesis (r:0 w:1) fn register() -> Weight { // Minimum execution time: 8_013_023 nanoseconds. - Weight::from_ref_time(8_293_565_000) + Weight::from_parts(8_293_565_000, 0) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -79,7 +79,7 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Paras UpcomingParasGenesis (r:0 w:1) fn force_register() -> Weight { // Minimum execution time: 7_800_623 nanoseconds. - Weight::from_ref_time(8_122_517_000) + Weight::from_parts(8_122_517_000, 0) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -91,7 +91,7 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Registrar PendingSwap (r:0 w:1) fn deregister() -> Weight { // Minimum execution time: 62_973 nanoseconds. - Weight::from_ref_time(68_158_000) + Weight::from_parts(68_158_000, 0) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -104,7 +104,7 @@ impl runtime_common::paras_registrar::WeightInfo for We // Storage: Slots Leases (r:2 w:2) fn swap() -> Weight { // Minimum execution time: 59_960 nanoseconds. - Weight::from_ref_time(66_150_000) + Weight::from_parts(66_150_000, 0) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -121,9 +121,9 @@ impl runtime_common::paras_registrar::WeightInfo for We /// The range of component `b` is `[1, 3145728]`. fn schedule_code_upgrade(b: u32, ) -> Weight { // Minimum execution time: 46_384 nanoseconds. - Weight::from_ref_time(47_270_000) + Weight::from_parts(47_270_000, 0) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(2_696).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_696, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -131,9 +131,9 @@ impl runtime_common::paras_registrar::WeightInfo for We /// The range of component `b` is `[1, 1048576]`. fn set_current_head(b: u32, ) -> Weight { // Minimum execution time: 14_753 nanoseconds. - Weight::from_ref_time(14_372_398) + Weight::from_parts(14_372_398, 0) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_024).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_024, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/westend/src/weights/runtime_common_slots.rs b/runtime/westend/src/weights/runtime_common_slots.rs index c03fce91c49f..809284b55cd4 100644 --- a/runtime/westend/src/weights/runtime_common_slots.rs +++ b/runtime/westend/src/weights/runtime_common_slots.rs @@ -48,7 +48,7 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { // Minimum execution time: 33_866 nanoseconds. - Weight::from_ref_time(34_857_000) + Weight::from_parts(34_857_000, 0) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -62,11 +62,11 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { // Minimum execution time: 669_275 nanoseconds. - Weight::from_ref_time(677_390_000) + Weight::from_parts(677_390_000, 0) // Standard Error: 81_554 - .saturating_add(Weight::from_ref_time(2_774_748).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_774_748, 0).saturating_mul(c.into())) // Standard Error: 81_554 - .saturating_add(Weight::from_ref_time(15_978_870).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(15_978_870, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(t.into()))) @@ -78,7 +78,7 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { // Minimum execution time: 123_998 nanoseconds. - Weight::from_ref_time(131_162_000) + Weight::from_parts(131_162_000, 0) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -89,7 +89,7 @@ impl runtime_common::slots::WeightInfo for WeightInfo Weight { // Minimum execution time: 43_235 nanoseconds. - Weight::from_ref_time(46_143_000) + Weight::from_parts(46_143_000, 0) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/westend/src/weights/runtime_parachains_configuration.rs b/runtime/westend/src/weights/runtime_parachains_configuration.rs index 033ae2925774..ec6139fcec12 100644 --- a/runtime/westend/src/weights/runtime_parachains_configuration.rs +++ b/runtime/westend/src/weights/runtime_parachains_configuration.rs @@ -49,7 +49,7 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_block_number() -> Weight { // Minimum execution time: 13_368 nanoseconds. - Weight::from_ref_time(13_767_000) + Weight::from_parts(13_767_000, 0) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -58,7 +58,7 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_u32() -> Weight { // Minimum execution time: 13_127 nanoseconds. - Weight::from_ref_time(13_589_000) + Weight::from_parts(13_589_000, 0) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -67,7 +67,7 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_option_u32() -> Weight { // Minimum execution time: 13_040 nanoseconds. - Weight::from_ref_time(13_607_000) + Weight::from_parts(13_607_000, 0) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -76,21 +76,21 @@ impl runtime_parachains::configuration::WeightInfo for // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_weight() -> Weight { // Minimum execution time: 13_190 nanoseconds. - Weight::from_ref_time(13_486_000) + Weight::from_parts(13_486_000, 0) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Benchmark Override (r:0 w:0) fn set_hrmp_open_request_ttl() -> Weight { // Minimum execution time: 2_000_000_000 nanoseconds. - Weight::from_ref_time(2_000_000_000_000) + Weight::from_parts(2_000_000_000_000, 0) } // Storage: Configuration PendingConfigs (r:1 w:1) // Storage: Configuration BypassConsistencyCheck (r:1 w:0) // Storage: ParasShared CurrentSessionIndex (r:1 w:0) fn set_config_with_balance() -> Weight { // Minimum execution time: 13_204 nanoseconds. - Weight::from_ref_time(13_495_000) + Weight::from_parts(13_495_000, 0) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/runtime_parachains_disputes.rs b/runtime/westend/src/weights/runtime_parachains_disputes.rs index 31af64daff76..05d9e8e55190 100644 --- a/runtime/westend/src/weights/runtime_parachains_disputes.rs +++ b/runtime/westend/src/weights/runtime_parachains_disputes.rs @@ -47,7 +47,7 @@ impl runtime_parachains::disputes::WeightInfo for Weigh // Storage: ParasDisputes Frozen (r:0 w:1) fn force_unfreeze() -> Weight { // Minimum execution time: 4_453 nanoseconds. - Weight::from_ref_time(4_845_000) + Weight::from_parts(4_845_000, 0) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/westend/src/weights/runtime_parachains_disputes_slashing.rs b/runtime/westend/src/weights/runtime_parachains_disputes_slashing.rs index 9f6fdd753ed4..3039206aa531 100644 --- a/runtime/westend/src/weights/runtime_parachains_disputes_slashing.rs +++ b/runtime/westend/src/weights/runtime_parachains_disputes_slashing.rs @@ -59,9 +59,9 @@ impl runtime_parachains::disputes::slashing::WeightInfo /// The range of component `n` is `[4, 300]`. fn report_dispute_lost(n: u32, ) -> Weight { // Minimum execution time: 112_012 nanoseconds. - Weight::from_ref_time(129_548_015) + Weight::from_parts(129_548_015, 0) // Standard Error: 4_303 - .saturating_add(Weight::from_ref_time(386_999).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(386_999, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(4)) } diff --git a/runtime/westend/src/weights/runtime_parachains_hrmp.rs b/runtime/westend/src/weights/runtime_parachains_hrmp.rs index 38b22af3985d..ed13d8f424b4 100644 --- a/runtime/westend/src/weights/runtime_parachains_hrmp.rs +++ b/runtime/westend/src/weights/runtime_parachains_hrmp.rs @@ -54,7 +54,7 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_init_open_channel() -> Weight { // Minimum execution time: 44_758 nanoseconds. - Weight::from_ref_time(45_389_000) + Weight::from_parts(45_389_000, 0) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -66,7 +66,7 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_accept_open_channel() -> Weight { // Minimum execution time: 44_016 nanoseconds. - Weight::from_ref_time(45_257_000) + Weight::from_parts(45_257_000, 0) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -77,7 +77,7 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) fn hrmp_close_channel() -> Weight { // Minimum execution time: 39_833 nanoseconds. - Weight::from_ref_time(41_031_000) + Weight::from_parts(41_031_000, 0) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -91,11 +91,11 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf /// The range of component `e` is `[0, 127]`. fn force_clean_hrmp(i: u32, e: u32, ) -> Weight { // Minimum execution time: 1_069_994 nanoseconds. - Weight::from_ref_time(1_077_474_000) + Weight::from_parts(1_077_474_000, 0) // Standard Error: 100_039 - .saturating_add(Weight::from_ref_time(3_329_744).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(3_329_744, 0).saturating_mul(i.into())) // Standard Error: 100_039 - .saturating_add(Weight::from_ref_time(3_319_499).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(3_319_499, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(e.into()))) @@ -114,9 +114,9 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf /// The range of component `c` is `[0, 128]`. fn force_process_hrmp_open(c: u32, ) -> Weight { // Minimum execution time: 11_011 nanoseconds. - Weight::from_ref_time(11_210_000) + Weight::from_parts(11_210_000, 0) // Standard Error: 10_892 - .saturating_add(Weight::from_ref_time(18_988_029).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(18_988_029, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -131,9 +131,9 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf /// The range of component `c` is `[0, 128]`. fn force_process_hrmp_close(c: u32, ) -> Weight { // Minimum execution time: 7_063 nanoseconds. - Weight::from_ref_time(1_086_025) + Weight::from_parts(1_086_025, 0) // Standard Error: 11_522 - .saturating_add(Weight::from_ref_time(11_790_425).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(11_790_425, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -145,9 +145,9 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf /// The range of component `c` is `[0, 128]`. fn hrmp_cancel_open_request(c: u32, ) -> Weight { // Minimum execution time: 26_364 nanoseconds. - Weight::from_ref_time(35_855_385) + Weight::from_parts(35_855_385, 0) // Standard Error: 2_773 - .saturating_add(Weight::from_ref_time(218_705).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(218_705, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -156,9 +156,9 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf /// The range of component `c` is `[0, 128]`. fn clean_open_channel_requests(c: u32, ) -> Weight { // Minimum execution time: 5_105 nanoseconds. - Weight::from_ref_time(390_771) + Weight::from_parts(390_771, 0) // Standard Error: 4_747 - .saturating_add(Weight::from_ref_time(3_278_499).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(3_278_499, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -176,7 +176,7 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Storage: Hrmp HrmpAcceptedChannelRequestCount (r:1 w:1) fn force_open_hrmp_channel() -> Weight { // Minimum execution time: 57_630 nanoseconds. - Weight::from_ref_time(59_011_000) + Weight::from_parts(59_011_000, 0) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(8)) } diff --git a/runtime/westend/src/weights/runtime_parachains_initializer.rs b/runtime/westend/src/weights/runtime_parachains_initializer.rs index 1d1a37af3d11..6d9f955e16c7 100644 --- a/runtime/westend/src/weights/runtime_parachains_initializer.rs +++ b/runtime/westend/src/weights/runtime_parachains_initializer.rs @@ -48,9 +48,9 @@ impl runtime_parachains::initializer::WeightInfo for We /// The range of component `d` is `[0, 65536]`. fn force_approve(d: u32, ) -> Weight { // Minimum execution time: 8_646 nanoseconds. - Weight::from_ref_time(8_762_000) + Weight::from_parts(8_762_000, 0) // Standard Error: 20 - .saturating_add(Weight::from_ref_time(2_851).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(2_851, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/runtime_parachains_paras.rs b/runtime/westend/src/weights/runtime_parachains_paras.rs index b13a671a76d3..aa0b78d76e07 100644 --- a/runtime/westend/src/weights/runtime_parachains_paras.rs +++ b/runtime/westend/src/weights/runtime_parachains_paras.rs @@ -53,9 +53,9 @@ impl runtime_parachains::paras::WeightInfo for WeightIn /// The range of component `c` is `[1, 3145728]`. fn force_set_current_code(c: u32, ) -> Weight { // Minimum execution time: 38_090 nanoseconds. - Weight::from_ref_time(38_598_000) + Weight::from_parts(38_598_000, 0) // Standard Error: 3 - .saturating_add(Weight::from_ref_time(2_666).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_666, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -63,9 +63,9 @@ impl runtime_parachains::paras::WeightInfo for WeightIn /// The range of component `s` is `[1, 1048576]`. fn force_set_current_head(s: u32, ) -> Weight { // Minimum execution time: 14_296 nanoseconds. - Weight::from_ref_time(4_984_392) + Weight::from_parts(4_984_392, 0) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(1_063).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_063, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: Paras FutureCodeHash (r:1 w:1) @@ -81,9 +81,9 @@ impl runtime_parachains::paras::WeightInfo for WeightIn /// The range of component `c` is `[1, 3145728]`. fn force_schedule_code_upgrade(c: u32, ) -> Weight { // Minimum execution time: 64_275 nanoseconds. - Weight::from_ref_time(5_873_402) + Weight::from_parts(5_873_402, 0) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(2_702).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_702, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -93,9 +93,9 @@ impl runtime_parachains::paras::WeightInfo for WeightIn /// The range of component `s` is `[1, 1048576]`. fn force_note_new_head(s: u32, ) -> Weight { // Minimum execution time: 20_002 nanoseconds. - Weight::from_ref_time(16_809_711) + Weight::from_parts(16_809_711, 0) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_046).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_046, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -103,7 +103,7 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras ActionsQueue (r:1 w:1) fn force_queue_action() -> Weight { // Minimum execution time: 25_194 nanoseconds. - Weight::from_ref_time(25_638_000) + Weight::from_parts(25_638_000, 0) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -112,9 +112,9 @@ impl runtime_parachains::paras::WeightInfo for WeightIn /// The range of component `c` is `[1, 3145728]`. fn add_trusted_validation_code(c: u32, ) -> Weight { // Minimum execution time: 9_271 nanoseconds. - Weight::from_ref_time(9_433_000) + Weight::from_parts(9_433_000, 0) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(2_673).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_673, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -122,7 +122,7 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras CodeByHash (r:0 w:1) fn poke_unused_validation_code() -> Weight { // Minimum execution time: 7_600 nanoseconds. - Weight::from_ref_time(7_857_000) + Weight::from_parts(7_857_000, 0) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -131,7 +131,7 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras PvfActiveVoteMap (r:1 w:1) fn include_pvf_check_statement() -> Weight { // Minimum execution time: 125_304 nanoseconds. - Weight::from_ref_time(134_007_000) + Weight::from_parts(134_007_000, 0) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -144,7 +144,7 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras FutureCodeUpgrades (r:0 w:100) fn include_pvf_check_statement_finalize_upgrade_accept() -> Weight { // Minimum execution time: 811_926 nanoseconds. - Weight::from_ref_time(833_485_000) + Weight::from_parts(833_485_000, 0) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(104)) } @@ -153,7 +153,7 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras PvfActiveVoteMap (r:1 w:1) fn include_pvf_check_statement_finalize_upgrade_reject() -> Weight { // Minimum execution time: 127_021 nanoseconds. - Weight::from_ref_time(132_480_000) + Weight::from_parts(132_480_000, 0) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -164,7 +164,7 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras ActionsQueue (r:1 w:1) fn include_pvf_check_statement_finalize_onboarding_accept() -> Weight { // Minimum execution time: 638_553 nanoseconds. - Weight::from_ref_time(657_891_000) + Weight::from_parts(657_891_000, 0) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -173,7 +173,7 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Storage: Paras PvfActiveVoteMap (r:1 w:1) fn include_pvf_check_statement_finalize_onboarding_reject() -> Weight { // Minimum execution time: 122_237 nanoseconds. - Weight::from_ref_time(130_202_000) + Weight::from_parts(130_202_000, 0) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/runtime_parachains_paras_inherent.rs b/runtime/westend/src/weights/runtime_parachains_paras_inherent.rs index 38b8da983d95..2b003460a01d 100644 --- a/runtime/westend/src/weights/runtime_parachains_paras_inherent.rs +++ b/runtime/westend/src/weights/runtime_parachains_paras_inherent.rs @@ -79,9 +79,9 @@ impl runtime_parachains::paras_inherent::WeightInfo for /// The range of component `v` is `[10, 200]`. fn enter_variable_disputes(v: u32, ) -> Weight { // Minimum execution time: 1_002_512 nanoseconds. - Weight::from_ref_time(454_827_518) + Weight::from_parts(454_827_518, 0) // Standard Error: 15_344 - .saturating_add(Weight::from_ref_time(57_070_679).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(57_070_679, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(27)) .saturating_add(T::DbWeight::get().writes(16)) } @@ -117,7 +117,7 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) fn enter_bitfields() -> Weight { // Minimum execution time: 464_245 nanoseconds. - Weight::from_ref_time(495_566_000) + Weight::from_parts(495_566_000, 0) .saturating_add(T::DbWeight::get().reads(26)) .saturating_add(T::DbWeight::get().writes(17)) } @@ -155,9 +155,9 @@ impl runtime_parachains::paras_inherent::WeightInfo for /// The range of component `v` is `[101, 200]`. fn enter_backed_candidates_variable(v: u32, ) -> Weight { // Minimum execution time: 6_765_662 nanoseconds. - Weight::from_ref_time(1_144_270_364) + Weight::from_parts(1_144_270_364, 0) // Standard Error: 24_331 - .saturating_add(Weight::from_ref_time(56_243_191).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(56_243_191, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(29)) .saturating_add(T::DbWeight::get().writes(16)) } @@ -196,7 +196,7 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Paras UpgradeGoAheadSignal (r:0 w:1) fn enter_backed_candidate_code_upgrade() -> Weight { // Minimum execution time: 46_830_584 nanoseconds. - Weight::from_ref_time(47_913_075_000) + Weight::from_parts(47_913_075_000, 0) .saturating_add(T::DbWeight::get().reads(31)) .saturating_add(T::DbWeight::get().writes(16)) } diff --git a/runtime/westend/src/weights/runtime_parachains_ump.rs b/runtime/westend/src/weights/runtime_parachains_ump.rs index e4e07737734b..e2e6db9eb0ea 100644 --- a/runtime/westend/src/weights/runtime_parachains_ump.rs +++ b/runtime/westend/src/weights/runtime_parachains_ump.rs @@ -47,9 +47,9 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo /// The range of component `s` is `[0, 51200]`. fn process_upward_message(s: u32, ) -> Weight { // Minimum execution time: 10_863 nanoseconds. - Weight::from_ref_time(2_547_047) + Weight::from_parts(2_547_047, 0) // Standard Error: 16 - .saturating_add(Weight::from_ref_time(2_339).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_339, 0).saturating_mul(s.into())) } // Storage: Ump NeedsDispatch (r:1 w:1) // Storage: Ump NextDispatchRoundStartWith (r:1 w:1) @@ -57,7 +57,7 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Storage: Ump RelayDispatchQueueSize (r:0 w:1) fn clean_ump_after_outgoing() -> Weight { // Minimum execution time: 9_385 nanoseconds. - Weight::from_ref_time(9_784_000) + Weight::from_parts(9_784_000, 0) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -65,7 +65,7 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Storage: Ump CounterForOverweight (r:1 w:1) fn service_overweight() -> Weight { // Minimum execution time: 29_452 nanoseconds. - Weight::from_ref_time(31_140_000) + Weight::from_parts(31_140_000, 0) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/westend/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs b/runtime/westend/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs index 5a5426efd57f..8d44819907b8 100644 --- a/runtime/westend/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs +++ b/runtime/westend/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs @@ -47,13 +47,13 @@ pub struct WeightInfo(PhantomData); impl WeightInfo { // Storage: System Account (r:1 w:1) pub(crate) fn withdraw_asset() -> Weight { - Weight::from_ref_time(20_308_000 as u64) + Weight::from_parts(20_308_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:2 w:2) pub(crate) fn transfer_asset() -> Weight { - Weight::from_ref_time(32_193_000 as u64) + Weight::from_parts(32_193_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -64,23 +64,23 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn transfer_reserve_asset() -> Weight { - Weight::from_ref_time(50_731_000 as u64) + Weight::from_parts(50_731_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(7 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } // Storage: Benchmark Override (r:0 w:0) pub(crate) fn reserve_asset_deposited() -> Weight { - Weight::from_ref_time(2_000_000_000_000 as u64) + Weight::from_parts(2_000_000_000_000 as u64, 0) } // Storage: System Account (r:1 w:1) pub(crate) fn receive_teleported_asset() -> Weight { - Weight::from_ref_time(19_622_000 as u64) + Weight::from_parts(19_622_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) pub(crate) fn deposit_asset() -> Weight { - Weight::from_ref_time(22_433_000 as u64) + Weight::from_parts(22_433_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -91,7 +91,7 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn deposit_reserve_asset() -> Weight { - Weight::from_ref_time(41_765_000 as u64) + Weight::from_parts(41_765_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(6 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } @@ -102,7 +102,7 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn initiate_teleport() -> Weight { - Weight::from_ref_time(41_204_000 as u64) + Weight::from_parts(41_204_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(6 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } diff --git a/runtime/westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs b/runtime/westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs index d9efb10d702d..119b8b4bc7e9 100644 --- a/runtime/westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +++ b/runtime/westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs @@ -53,38 +53,38 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) pub(crate) fn report_holding() -> Weight { - Weight::from_ref_time(34_089_000 as u64) + Weight::from_parts(34_089_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } pub(crate) fn buy_execution() -> Weight { - Weight::from_ref_time(5_751_000 as u64) + Weight::from_parts(5_751_000 as u64, 0) } // Storage: XcmPallet Queries (r:1 w:0) pub(crate) fn query_response() -> Weight { - Weight::from_ref_time(17_938_000 as u64) + Weight::from_parts(17_938_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) } pub(crate) fn transact() -> Weight { - Weight::from_ref_time(20_699_000 as u64) + Weight::from_parts(20_699_000 as u64, 0) } pub(crate) fn refund_surplus() -> Weight { - Weight::from_ref_time(6_077_000 as u64) + Weight::from_parts(6_077_000 as u64, 0) } pub(crate) fn set_error_handler() -> Weight { - Weight::from_ref_time(5_747_000 as u64) + Weight::from_parts(5_747_000 as u64, 0) } pub(crate) fn set_appendix() -> Weight { - Weight::from_ref_time(5_837_000 as u64) + Weight::from_parts(5_837_000 as u64, 0) } pub(crate) fn clear_error() -> Weight { - Weight::from_ref_time(5_712_000 as u64) + Weight::from_parts(5_712_000 as u64, 0) } pub(crate) fn descend_origin() -> Weight { - Weight::from_ref_time(6_471_000 as u64) + Weight::from_parts(6_471_000 as u64, 0) } pub(crate) fn clear_origin() -> Weight { - Weight::from_ref_time(5_725_000 as u64) + Weight::from_parts(5_725_000 as u64, 0) } // Storage: XcmPallet SupportedVersion (r:1 w:0) // Storage: XcmPallet VersionDiscoveryQueue (r:1 w:1) @@ -92,18 +92,18 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) pub(crate) fn report_error() -> Weight { - Weight::from_ref_time(29_975_000 as u64) + Weight::from_parts(29_975_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } // Storage: XcmPallet AssetTraps (r:1 w:1) pub(crate) fn claim_asset() -> Weight { - Weight::from_ref_time(21_598_000 as u64) + Weight::from_parts(21_598_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } pub(crate) fn trap() -> Weight { - Weight::from_ref_time(5_665_000 as u64) + Weight::from_parts(5_665_000 as u64, 0) } // Storage: XcmPallet VersionNotifyTargets (r:1 w:1) // Storage: XcmPallet SupportedVersion (r:1 w:0) @@ -112,13 +112,13 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) pub(crate) fn subscribe_version() -> Weight { - Weight::from_ref_time(38_343_000 as u64) + Weight::from_parts(38_343_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(6 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } // Storage: XcmPallet VersionNotifyTargets (r:0 w:1) pub(crate) fn unsubscribe_version() -> Weight { - Weight::from_ref_time(8_353_000 as u64) + Weight::from_parts(8_353_000 as u64, 0) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: XcmPallet SupportedVersion (r:1 w:0) @@ -127,24 +127,24 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) pub(crate) fn initiate_reserve_withdraw() -> Weight { - Weight::from_ref_time(33_100_000 as u64) + Weight::from_parts(33_100_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } pub(crate) fn burn_asset() -> Weight { - Weight::from_ref_time(7_259_000 as u64) + Weight::from_parts(7_259_000 as u64, 0) } pub(crate) fn expect_asset() -> Weight { - Weight::from_ref_time(5_848_000 as u64) + Weight::from_parts(5_848_000 as u64, 0) } pub(crate) fn expect_origin() -> Weight { - Weight::from_ref_time(5_787_000 as u64) + Weight::from_parts(5_787_000 as u64, 0) } pub(crate) fn expect_error() -> Weight { - Weight::from_ref_time(5_775_000 as u64) + Weight::from_parts(5_775_000 as u64, 0) } pub(crate) fn expect_transact_status() -> Weight { - Weight::from_ref_time(5_775_000 as u64) + Weight::from_parts(5_775_000 as u64, 0) } // Storage: XcmPallet SupportedVersion (r:1 w:0) // Storage: XcmPallet VersionDiscoveryQueue (r:1 w:1) @@ -152,12 +152,12 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) pub(crate) fn query_pallet() -> Weight { - Weight::from_ref_time(34_846_000 as u64) + Weight::from_parts(34_846_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } pub(crate) fn expect_pallet() -> Weight { - Weight::from_ref_time(8_844_000 as u64) + Weight::from_parts(8_844_000 as u64, 0) } // Storage: XcmPallet SupportedVersion (r:1 w:0) // Storage: XcmPallet VersionDiscoveryQueue (r:1 w:1) @@ -165,23 +165,23 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) pub(crate) fn report_transact_status() -> Weight { - Weight::from_ref_time(50_256_000 as u64) + Weight::from_parts(50_256_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } pub(crate) fn clear_transact_status() -> Weight { - Weight::from_ref_time(9_959_000 as u64) + Weight::from_parts(9_959_000 as u64, 0) } pub(crate) fn set_topic() -> Weight { - Weight::from_ref_time(10_007_000 as u64) + Weight::from_parts(10_007_000 as u64, 0) } pub(crate) fn clear_topic() -> Weight { - Weight::from_ref_time(8_289_000 as u64) + Weight::from_parts(8_289_000 as u64, 0) } pub(crate) fn set_fees_mode() -> Weight { - Weight::from_ref_time(5_764_000 as u64) + Weight::from_parts(5_764_000 as u64, 0) } pub(crate) fn unpaid_execution() -> Weight { - Weight::from_ref_time(5_924_000 as u64) + Weight::from_parts(5_924_000 as u64, 0) } } diff --git a/xcm/pallet-xcm/src/lib.rs b/xcm/pallet-xcm/src/lib.rs index 323180d2f90a..914c177399cc 100644 --- a/xcm/pallet-xcm/src/lib.rs +++ b/xcm/pallet-xcm/src/lib.rs @@ -79,63 +79,63 @@ pub trait WeightInfo { pub struct TestWeightInfo; impl WeightInfo for TestWeightInfo { fn send() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn teleport_assets() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn reserve_transfer_assets() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn execute() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn force_xcm_version() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn force_default_xcm_version() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn force_subscribe_version_notify() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn force_unsubscribe_version_notify() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn migrate_supported_version() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn migrate_version_notifiers() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn already_notified_target() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn notify_current_targets() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn notify_target_migration_fail() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn migrate_version_notify_targets() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn migrate_and_notify_old_targets() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } } diff --git a/xcm/src/v2/mod.rs b/xcm/src/v2/mod.rs index 6826bc5580fe..57b851bd62a9 100644 --- a/xcm/src/v2/mod.rs +++ b/xcm/src/v2/mod.rs @@ -912,78 +912,73 @@ impl> GetWeight for Instruction sp_weights::Weight { use Instruction::*; match self { - WithdrawAsset(assets) => sp_weights::Weight::from_ref_time(W::withdraw_asset(assets)), + WithdrawAsset(assets) => sp_weights::Weight::from_parts(W::withdraw_asset(assets), 0), ReserveAssetDeposited(assets) => - sp_weights::Weight::from_ref_time(W::reserve_asset_deposited(assets)), + sp_weights::Weight::from_parts(W::reserve_asset_deposited(assets), 0), ReceiveTeleportedAsset(assets) => - sp_weights::Weight::from_ref_time(W::receive_teleported_asset(assets)), + sp_weights::Weight::from_parts(W::receive_teleported_asset(assets), 0), QueryResponse { query_id, response, max_weight } => - sp_weights::Weight::from_ref_time(W::query_response(query_id, response, max_weight)), + sp_weights::Weight::from_parts(W::query_response(query_id, response, max_weight), 0), TransferAsset { assets, beneficiary } => - sp_weights::Weight::from_ref_time(W::transfer_asset(assets, beneficiary)), + sp_weights::Weight::from_parts(W::transfer_asset(assets, beneficiary), 0), TransferReserveAsset { assets, dest, xcm } => - sp_weights::Weight::from_ref_time(W::transfer_reserve_asset(&assets, dest, xcm)), + sp_weights::Weight::from_parts(W::transfer_reserve_asset(&assets, dest, xcm), 0), Transact { origin_type, require_weight_at_most, call } => - sp_weights::Weight::from_ref_time(W::transact( - origin_type, - require_weight_at_most, - call, - )), + sp_weights::Weight::from_parts( + W::transact(origin_type, require_weight_at_most, call), + 0, + ), HrmpNewChannelOpenRequest { sender, max_message_size, max_capacity } => - sp_weights::Weight::from_ref_time(W::hrmp_new_channel_open_request( - sender, - max_message_size, - max_capacity, - )), + sp_weights::Weight::from_parts( + W::hrmp_new_channel_open_request(sender, max_message_size, max_capacity), + 0, + ), HrmpChannelAccepted { recipient } => - sp_weights::Weight::from_ref_time(W::hrmp_channel_accepted(recipient)), - HrmpChannelClosing { initiator, sender, recipient } => - sp_weights::Weight::from_ref_time(W::hrmp_channel_closing( - initiator, sender, recipient, - )), - ClearOrigin => sp_weights::Weight::from_ref_time(W::clear_origin()), - DescendOrigin(who) => sp_weights::Weight::from_ref_time(W::descend_origin(who)), - ReportError { query_id, dest, max_response_weight } => - sp_weights::Weight::from_ref_time(W::report_error( - query_id, - dest, - max_response_weight, - )), + sp_weights::Weight::from_parts(W::hrmp_channel_accepted(recipient), 0), + HrmpChannelClosing { initiator, sender, recipient } => sp_weights::Weight::from_parts( + W::hrmp_channel_closing(initiator, sender, recipient), + 0, + ), + ClearOrigin => sp_weights::Weight::from_parts(W::clear_origin(), 0), + DescendOrigin(who) => sp_weights::Weight::from_parts(W::descend_origin(who), 0), + ReportError { query_id, dest, max_response_weight } => sp_weights::Weight::from_parts( + W::report_error(query_id, dest, max_response_weight), + 0, + ), DepositAsset { assets, max_assets, beneficiary } => - sp_weights::Weight::from_ref_time(W::deposit_asset(assets, max_assets, beneficiary)), + sp_weights::Weight::from_parts(W::deposit_asset(assets, max_assets, beneficiary), 0), DepositReserveAsset { assets, max_assets, dest, xcm } => - sp_weights::Weight::from_ref_time(W::deposit_reserve_asset( - assets, max_assets, dest, xcm, - )), + sp_weights::Weight::from_parts( + W::deposit_reserve_asset(assets, max_assets, dest, xcm), + 0, + ), ExchangeAsset { give, receive } => - sp_weights::Weight::from_ref_time(W::exchange_asset(give, receive)), - InitiateReserveWithdraw { assets, reserve, xcm } => sp_weights::Weight::from_ref_time( + sp_weights::Weight::from_parts(W::exchange_asset(give, receive), 0), + InitiateReserveWithdraw { assets, reserve, xcm } => sp_weights::Weight::from_parts( W::initiate_reserve_withdraw(assets, reserve, xcm), + 0, ), InitiateTeleport { assets, dest, xcm } => - sp_weights::Weight::from_ref_time(W::initiate_teleport(assets, dest, xcm)), + sp_weights::Weight::from_parts(W::initiate_teleport(assets, dest, xcm), 0), QueryHolding { query_id, dest, assets, max_response_weight } => - sp_weights::Weight::from_ref_time(W::query_holding( - query_id, - dest, - assets, - max_response_weight, - )), + sp_weights::Weight::from_parts( + W::query_holding(query_id, dest, assets, max_response_weight), + 0, + ), BuyExecution { fees, weight_limit } => - sp_weights::Weight::from_ref_time(W::buy_execution(fees, weight_limit)), - RefundSurplus => sp_weights::Weight::from_ref_time(W::refund_surplus()), - SetErrorHandler(xcm) => sp_weights::Weight::from_ref_time(W::set_error_handler(xcm)), - SetAppendix(xcm) => sp_weights::Weight::from_ref_time(W::set_appendix(xcm)), - ClearError => sp_weights::Weight::from_ref_time(W::clear_error()), + sp_weights::Weight::from_parts(W::buy_execution(fees, weight_limit), 0), + RefundSurplus => sp_weights::Weight::from_parts(W::refund_surplus(), 0), + SetErrorHandler(xcm) => sp_weights::Weight::from_parts(W::set_error_handler(xcm), 0), + SetAppendix(xcm) => sp_weights::Weight::from_parts(W::set_appendix(xcm), 0), + ClearError => sp_weights::Weight::from_parts(W::clear_error(), 0), ClaimAsset { assets, ticket } => - sp_weights::Weight::from_ref_time(W::claim_asset(assets, ticket)), - Trap(code) => sp_weights::Weight::from_ref_time(W::trap(code)), - SubscribeVersion { query_id, max_response_weight } => - sp_weights::Weight::from_ref_time(W::subscribe_version( - query_id, - max_response_weight, - )), - UnsubscribeVersion => sp_weights::Weight::from_ref_time(W::unsubscribe_version()), + sp_weights::Weight::from_parts(W::claim_asset(assets, ticket), 0), + Trap(code) => sp_weights::Weight::from_parts(W::trap(code), 0), + SubscribeVersion { query_id, max_response_weight } => sp_weights::Weight::from_parts( + W::subscribe_version(query_id, max_response_weight), + 0, + ), + UnsubscribeVersion => sp_weights::Weight::from_parts(W::unsubscribe_version(), 0), } } } diff --git a/xcm/xcm-simulator/example/src/parachain.rs b/xcm/xcm-simulator/example/src/parachain.rs index 029771bce10d..96a0f7db743c 100644 --- a/xcm/xcm-simulator/example/src/parachain.rs +++ b/xcm/xcm-simulator/example/src/parachain.rs @@ -163,8 +163,8 @@ impl EnsureOriginWithArg for ForeignCreators { } parameter_types! { - pub const ReservedXcmpWeight: Weight = Weight::from_ref_time(WEIGHT_REF_TIME_PER_SECOND.saturating_div(4)); - pub const ReservedDmpWeight: Weight = Weight::from_ref_time(WEIGHT_REF_TIME_PER_SECOND.saturating_div(4)); + pub const ReservedXcmpWeight: Weight = Weight::from_parts(WEIGHT_REF_TIME_PER_SECOND.saturating_div(4), 0); + pub const ReservedDmpWeight: Weight = Weight::from_parts(WEIGHT_REF_TIME_PER_SECOND.saturating_div(4), 0); } parameter_types! { diff --git a/xcm/xcm-simulator/fuzzer/src/parachain.rs b/xcm/xcm-simulator/fuzzer/src/parachain.rs index c2940ef3c513..f1e3f4a6220e 100644 --- a/xcm/xcm-simulator/fuzzer/src/parachain.rs +++ b/xcm/xcm-simulator/fuzzer/src/parachain.rs @@ -97,8 +97,8 @@ impl pallet_balances::Config for Runtime { } parameter_types! { - pub const ReservedXcmpWeight: Weight = Weight::from_ref_time(WEIGHT_REF_TIME_PER_SECOND.saturating_div(4)); - pub const ReservedDmpWeight: Weight = Weight::from_ref_time(WEIGHT_REF_TIME_PER_SECOND.saturating_div(4)); + pub const ReservedXcmpWeight: Weight = Weight::from_parts(WEIGHT_REF_TIME_PER_SECOND.saturating_div(4), 0); + pub const ReservedDmpWeight: Weight = Weight::from_parts(WEIGHT_REF_TIME_PER_SECOND.saturating_div(4), 0); } parameter_types! { From 8fe7014191d9e23c6fde33c3c579ed372f4483f9 Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Thu, 2 Mar 2023 21:37:32 +0100 Subject: [PATCH 2/3] Adapt to master Signed-off-by: Oliver Tale-Yazdi --- .../constants/src/weights/block_weights.rs | 2 +- .../src/weights/extrinsic_weights.rs | 2 +- .../weights/frame_benchmarking_baseline.rs | 26 +-- .../frame_election_provider_support.rs | 16 +- runtime/kusama/src/weights/frame_system.rs | 34 ++-- .../kusama/src/weights/pallet_bags_list.rs | 12 +- ...allet_balances_nis_counterpart_balances.rs | 28 +-- runtime/kusama/src/weights/pallet_bounties.rs | 48 ++--- .../src/weights/pallet_child_bounties.rs | 34 ++-- .../src/weights/pallet_collective_council.rs | 82 ++++---- .../pallet_collective_technical_committee.rs | 82 ++++---- .../src/weights/pallet_conviction_voting.rs | 32 ++-- .../kusama/src/weights/pallet_democracy.rs | 128 ++++++------- .../pallet_election_provider_multi_phase.rs | 54 +++--- .../src/weights/pallet_elections_phragmen.rs | 60 +++--- .../kusama/src/weights/pallet_fast_unstake.rs | 26 +-- runtime/kusama/src/weights/pallet_identity.rs | 112 +++++------ .../kusama/src/weights/pallet_im_online.rs | 12 +- runtime/kusama/src/weights/pallet_indices.rs | 20 +- .../kusama/src/weights/pallet_membership.rs | 42 ++--- runtime/kusama/src/weights/pallet_multisig.rs | 48 ++--- runtime/kusama/src/weights/pallet_nis.rs | 48 ++--- .../src/weights/pallet_nomination_pools.rs | 72 +++---- runtime/kusama/src/weights/pallet_preimage.rs | 54 +++--- runtime/kusama/src/weights/pallet_proxy.rs | 64 +++---- .../src/weights/pallet_ranked_collective.rs | 32 ++-- .../pallet_referenda_fellowship_referenda.rs | 120 ++++++------ .../src/weights/pallet_referenda_referenda.rs | 120 ++++++------ .../kusama/src/weights/pallet_scheduler.rs | 60 +++--- runtime/kusama/src/weights/pallet_session.rs | 8 +- runtime/kusama/src/weights/pallet_staking.rs | 152 +++++++-------- .../kusama/src/weights/pallet_timestamp.rs | 8 +- runtime/kusama/src/weights/pallet_tips.rs | 36 ++-- runtime/kusama/src/weights/pallet_treasury.rs | 28 +-- runtime/kusama/src/weights/pallet_utility.rs | 26 +-- runtime/kusama/src/weights/pallet_vesting.rs | 64 +++---- .../kusama/src/weights/pallet_whitelist.rs | 20 +- runtime/kusama/src/weights/pallet_xcm.rs | 60 +++--- .../src/weights/runtime_common_auctions.rs | 16 +- .../src/weights/runtime_common_claims.rs | 20 +- .../src/weights/runtime_common_crowdloan.rs | 40 ++-- .../weights/runtime_common_paras_registrar.rs | 32 ++-- .../src/weights/runtime_common_slots.rs | 20 +- .../runtime_parachains_configuration.rs | 20 +- .../weights/runtime_parachains_disputes.rs | 4 +- .../src/weights/runtime_parachains_hrmp.rs | 48 ++--- .../weights/runtime_parachains_initializer.rs | 6 +- .../src/weights/runtime_parachains_paras.rs | 58 +++--- .../runtime_parachains_paras_inherent.rs | 20 +- .../src/weights/runtime_parachains_ump.rs | 14 +- .../constants/src/weights/block_weights.rs | 2 +- .../src/weights/extrinsic_weights.rs | 2 +- .../weights/frame_benchmarking_baseline.rs | 26 +-- .../frame_election_provider_support.rs | 16 +- runtime/polkadot/src/weights/frame_system.rs | 34 ++-- .../polkadot/src/weights/pallet_bags_list.rs | 12 +- .../polkadot/src/weights/pallet_balances.rs | 28 +-- .../polkadot/src/weights/pallet_bounties.rs | 48 ++--- .../src/weights/pallet_child_bounties.rs | 34 ++-- .../src/weights/pallet_collective_council.rs | 80 ++++---- .../pallet_collective_technical_committee.rs | 82 ++++---- .../polkadot/src/weights/pallet_democracy.rs | 128 ++++++------- .../pallet_election_provider_multi_phase.rs | 54 +++--- .../src/weights/pallet_elections_phragmen.rs | 66 +++---- .../src/weights/pallet_fast_unstake.rs | 26 +-- .../polkadot/src/weights/pallet_identity.rs | 112 +++++------ .../polkadot/src/weights/pallet_im_online.rs | 8 +- .../polkadot/src/weights/pallet_indices.rs | 20 +- .../polkadot/src/weights/pallet_membership.rs | 42 ++--- .../polkadot/src/weights/pallet_multisig.rs | 48 ++--- .../src/weights/pallet_nomination_pools.rs | 72 +++---- .../polkadot/src/weights/pallet_preimage.rs | 54 +++--- runtime/polkadot/src/weights/pallet_proxy.rs | 64 +++---- .../polkadot/src/weights/pallet_scheduler.rs | 60 +++--- .../polkadot/src/weights/pallet_session.rs | 8 +- .../polkadot/src/weights/pallet_staking.rs | 152 +++++++-------- .../polkadot/src/weights/pallet_timestamp.rs | 8 +- runtime/polkadot/src/weights/pallet_tips.rs | 36 ++-- .../polkadot/src/weights/pallet_treasury.rs | 28 +-- .../polkadot/src/weights/pallet_utility.rs | 26 +-- .../polkadot/src/weights/pallet_vesting.rs | 64 +++---- runtime/polkadot/src/weights/pallet_xcm.rs | 56 +++--- .../src/weights/runtime_common_auctions.rs | 16 +- .../src/weights/runtime_common_claims.rs | 20 +- .../src/weights/runtime_common_crowdloan.rs | 40 ++-- .../weights/runtime_common_paras_registrar.rs | 32 ++-- .../src/weights/runtime_common_slots.rs | 20 +- .../runtime_parachains_configuration.rs | 20 +- .../weights/runtime_parachains_disputes.rs | 4 +- .../src/weights/runtime_parachains_hrmp.rs | 48 ++--- .../weights/runtime_parachains_initializer.rs | 6 +- .../src/weights/runtime_parachains_paras.rs | 58 +++--- .../runtime_parachains_paras_inherent.rs | 20 +- .../src/weights/runtime_parachains_ump.rs | 14 +- .../constants/src/weights/block_weights.rs | 2 +- .../src/weights/extrinsic_weights.rs | 2 +- .../weights/frame_benchmarking_baseline.rs | 26 +-- runtime/rococo/src/weights/frame_system.rs | 34 ++-- ...allet_balances_nis_counterpart_balances.rs | 28 +-- runtime/rococo/src/weights/pallet_bounties.rs | 14 +- .../src/weights/pallet_collective_council.rs | 80 ++++---- .../pallet_collective_technical_committee.rs | 82 ++++---- .../rococo/src/weights/pallet_democracy.rs | 128 ++++++------- .../src/weights/pallet_elections_phragmen.rs | 58 +++--- runtime/rococo/src/weights/pallet_identity.rs | 110 +++++------ .../rococo/src/weights/pallet_im_online.rs | 12 +- runtime/rococo/src/weights/pallet_indices.rs | 20 +- .../rococo/src/weights/pallet_membership.rs | 42 ++--- runtime/rococo/src/weights/pallet_multisig.rs | 48 ++--- runtime/rococo/src/weights/pallet_nis.rs | 48 ++--- runtime/rococo/src/weights/pallet_preimage.rs | 54 +++--- runtime/rococo/src/weights/pallet_proxy.rs | 64 +++---- .../rococo/src/weights/pallet_scheduler.rs | 60 +++--- .../rococo/src/weights/pallet_timestamp.rs | 8 +- runtime/rococo/src/weights/pallet_tips.rs | 36 ++-- runtime/rococo/src/weights/pallet_treasury.rs | 28 +-- runtime/rococo/src/weights/pallet_utility.rs | 26 +-- runtime/rococo/src/weights/pallet_vesting.rs | 64 +++---- runtime/rococo/src/weights/pallet_xcm.rs | 60 +++--- .../src/weights/runtime_common_auctions.rs | 16 +- .../src/weights/runtime_common_claims.rs | 20 +- .../src/weights/runtime_common_crowdloan.rs | 40 ++-- .../weights/runtime_common_paras_registrar.rs | 32 ++-- .../src/weights/runtime_common_slots.rs | 24 +-- .../runtime_parachains_configuration.rs | 20 +- .../weights/runtime_parachains_disputes.rs | 4 +- .../src/weights/runtime_parachains_hrmp.rs | 48 ++--- .../weights/runtime_parachains_initializer.rs | 6 +- .../src/weights/runtime_parachains_paras.rs | 58 +++--- .../src/weights/runtime_parachains_ump.rs | 14 +- .../constants/src/weights/block_weights.rs | 2 +- .../src/weights/extrinsic_weights.rs | 2 +- .../frame_election_provider_support.rs | 16 +- runtime/westend/src/weights/frame_system.rs | 36 ++-- .../westend/src/weights/pallet_bags_list.rs | 12 +- .../westend/src/weights/pallet_balances.rs | 28 +-- .../pallet_election_provider_multi_phase.rs | 66 +++---- .../src/weights/pallet_fast_unstake.rs | 32 ++-- .../westend/src/weights/pallet_identity.rs | 114 ++++++------ .../westend/src/weights/pallet_im_online.rs | 12 +- runtime/westend/src/weights/pallet_indices.rs | 20 +- .../westend/src/weights/pallet_multisig.rs | 48 ++--- .../src/weights/pallet_nomination_pools.rs | 74 ++++---- .../westend/src/weights/pallet_preimage.rs | 54 +++--- runtime/westend/src/weights/pallet_proxy.rs | 66 +++---- .../westend/src/weights/pallet_scheduler.rs | 62 +++--- runtime/westend/src/weights/pallet_session.rs | 8 +- runtime/westend/src/weights/pallet_staking.rs | 176 +++++++++--------- .../westend/src/weights/pallet_timestamp.rs | 8 +- runtime/westend/src/weights/pallet_utility.rs | 26 +-- runtime/westend/src/weights/pallet_vesting.rs | 64 +++---- runtime/westend/src/weights/pallet_xcm.rs | 60 +++--- .../src/weights/runtime_common_auctions.rs | 16 +- .../src/weights/runtime_common_crowdloan.rs | 44 ++--- .../weights/runtime_common_paras_registrar.rs | 32 ++-- .../src/weights/runtime_common_slots.rs | 24 +-- .../runtime_parachains_configuration.rs | 24 +-- .../weights/runtime_parachains_disputes.rs | 4 +- .../runtime_parachains_disputes_slashing.rs | 8 +- .../src/weights/runtime_parachains_hrmp.rs | 60 +++--- .../weights/runtime_parachains_initializer.rs | 8 +- .../src/weights/runtime_parachains_paras.rs | 58 +++--- .../runtime_parachains_paras_inherent.rs | 22 +-- .../src/weights/runtime_parachains_ump.rs | 14 +- 164 files changed, 3340 insertions(+), 3340 deletions(-) diff --git a/runtime/kusama/constants/src/weights/block_weights.rs b/runtime/kusama/constants/src/weights/block_weights.rs index 22b42b94564d..285cb24bea0f 100644 --- a/runtime/kusama/constants/src/weights/block_weights.rs +++ b/runtime/kusama/constants/src/weights/block_weights.rs @@ -52,7 +52,7 @@ parameter_types! { /// 95th: 9_411_822 /// 75th: 9_272_878 pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(9_246_456)); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(9_246_456), 0); } #[cfg(test)] diff --git a/runtime/kusama/constants/src/weights/extrinsic_weights.rs b/runtime/kusama/constants/src/weights/extrinsic_weights.rs index 63f11bea025e..73f68231721e 100644 --- a/runtime/kusama/constants/src/weights/extrinsic_weights.rs +++ b/runtime/kusama/constants/src/weights/extrinsic_weights.rs @@ -52,7 +52,7 @@ parameter_types! { /// 95th: 105_257 /// 75th: 104_647 pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(104_517)); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(104_517), 0); } #[cfg(test)] diff --git a/runtime/kusama/src/weights/frame_benchmarking_baseline.rs b/runtime/kusama/src/weights/frame_benchmarking_baseline.rs index fef79be7a347..b4a89de52d17 100644 --- a/runtime/kusama/src/weights/frame_benchmarking_baseline.rs +++ b/runtime/kusama/src/weights/frame_benchmarking_baseline.rs @@ -51,8 +51,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 169 nanoseconds. - Weight::from_ref_time(211_793) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(211_793, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn subtraction(_i: u32, ) -> Weight { @@ -60,8 +60,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 172 nanoseconds. - Weight::from_ref_time(210_656) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(210_656, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn multiplication(_i: u32, ) -> Weight { @@ -69,8 +69,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 173 nanoseconds. - Weight::from_ref_time(216_851) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(216_851, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn division(_i: u32, ) -> Weight { @@ -78,16 +78,16 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 171 nanoseconds. - Weight::from_ref_time(210_747) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(210_747, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn hashing() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 24_801_107 nanoseconds. - Weight::from_ref_time(25_036_984_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(25_036_984_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 100]`. fn sr25519_verification(i: u32, ) -> Weight { @@ -95,9 +95,9 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 197 nanoseconds. - Weight::from_ref_time(220_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(220_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 18_400 - .saturating_add(Weight::from_ref_time(47_299_555).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(47_299_555, 0).saturating_mul(i.into())) } } diff --git a/runtime/kusama/src/weights/frame_election_provider_support.rs b/runtime/kusama/src/weights/frame_election_provider_support.rs index 6290de96d0b8..000d9b9108a8 100644 --- a/runtime/kusama/src/weights/frame_election_provider_support.rs +++ b/runtime/kusama/src/weights/frame_election_provider_support.rs @@ -53,12 +53,12 @@ impl frame_election_provider_support::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 6_256_446 nanoseconds. - Weight::from_ref_time(6_327_881_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_327_881_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 140_664 - .saturating_add(Weight::from_ref_time(5_840_511).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(5_840_511, 0).saturating_mul(v.into())) // Standard Error: 14_381_047 - .saturating_add(Weight::from_ref_time(1_543_872_437).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_543_872_437, 0).saturating_mul(d.into())) } /// The range of component `v` is `[1000, 2000]`. /// The range of component `t` is `[500, 1000]`. @@ -68,11 +68,11 @@ impl frame_election_provider_support::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 4_822_640 nanoseconds. - Weight::from_ref_time(4_870_840_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(4_870_840_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 150_173 - .saturating_add(Weight::from_ref_time(5_687_544).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(5_687_544, 0).saturating_mul(v.into())) // Standard Error: 15_353_175 - .saturating_add(Weight::from_ref_time(1_784_144_004).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_784_144_004, 0).saturating_mul(d.into())) } } diff --git a/runtime/kusama/src/weights/frame_system.rs b/runtime/kusama/src/weights/frame_system.rs index e136396ae13a..88db32fabcba 100644 --- a/runtime/kusama/src/weights/frame_system.rs +++ b/runtime/kusama/src/weights/frame_system.rs @@ -51,10 +51,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_917 nanoseconds. - Weight::from_ref_time(1_973_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_973_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(370).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(370, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { @@ -62,10 +62,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 7_274 nanoseconds. - Weight::from_ref_time(7_405_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(7_405_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_731).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_731, 0).saturating_mul(b.into())) } /// Storage: System Digest (r:1 w:1) /// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured) @@ -76,8 +76,8 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `495` // Minimum execution time: 3_833 nanoseconds. - Weight::from_ref_time(3_995_000) - .saturating_add(Weight::from_proof_size(495)) + Weight::from_parts(3_995_000, 0) + .saturating_add(Weight::from_parts(0, 495)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,10 +89,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_820 nanoseconds. - Weight::from_ref_time(1_857_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_857_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 1_965 - .saturating_add(Weight::from_ref_time(676_171).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(676_171, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -103,10 +103,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_856 nanoseconds. - Weight::from_ref_time(1_919_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_919_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 850 - .saturating_add(Weight::from_ref_time(484_572).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(484_572, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -117,10 +117,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `120 + p * (69 ±0)` // Estimated: `121 + p * (70 ±0)` // Minimum execution time: 3_847 nanoseconds. - Weight::from_ref_time(3_930_000) - .saturating_add(Weight::from_proof_size(121)) + Weight::from_parts(3_930_000, 0) + .saturating_add(Weight::from_parts(0, 121)) // Standard Error: 1_032 - .saturating_add(Weight::from_ref_time(1_006_925).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(1_006_925, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into())) diff --git a/runtime/kusama/src/weights/pallet_bags_list.rs b/runtime/kusama/src/weights/pallet_bags_list.rs index 6bf35b630ee0..0ce8778df7cd 100644 --- a/runtime/kusama/src/weights/pallet_bags_list.rs +++ b/runtime/kusama/src/weights/pallet_bags_list.rs @@ -58,8 +58,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Measured: `1846` // Estimated: `19186` // Minimum execution time: 59_681 nanoseconds. - Weight::from_ref_time(60_540_000) - .saturating_add(Weight::from_proof_size(19186)) + Weight::from_parts(60_540_000, 0) + .saturating_add(Weight::from_parts(0, 19186)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -76,8 +76,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Measured: `1740` // Estimated: `19114` // Minimum execution time: 58_266 nanoseconds. - Weight::from_ref_time(59_035_000) - .saturating_add(Weight::from_proof_size(19114)) + Weight::from_parts(59_035_000, 0) + .saturating_add(Weight::from_parts(0, 19114)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -96,8 +96,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Measured: `2081` // Estimated: `25798` // Minimum execution time: 65_043 nanoseconds. - Weight::from_ref_time(65_583_000) - .saturating_add(Weight::from_proof_size(25798)) + Weight::from_parts(65_583_000, 0) + .saturating_add(Weight::from_parts(0, 25798)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(6)) } diff --git a/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs b/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs index 14fdf57c3f0c..558ea276e1fd 100644 --- a/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs +++ b/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs @@ -56,8 +56,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1887` // Estimated: `8288` // Minimum execution time: 52_484 nanoseconds. - Weight::from_ref_time(53_580_000) - .saturating_add(Weight::from_proof_size(8288)) + Weight::from_parts(53_580_000, 0) + .saturating_add(Weight::from_parts(0, 8288)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -70,8 +70,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1713` // Estimated: `7777` // Minimum execution time: 36_900 nanoseconds. - Weight::from_ref_time(37_642_000) - .saturating_add(Weight::from_proof_size(7777)) + Weight::from_parts(37_642_000, 0) + .saturating_add(Weight::from_parts(0, 7777)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -84,8 +84,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1363` // Estimated: `3098` // Minimum execution time: 24_647 nanoseconds. - Weight::from_ref_time(24_978_000) - .saturating_add(Weight::from_proof_size(3098)) + Weight::from_parts(24_978_000, 0) + .saturating_add(Weight::from_parts(0, 3098)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -100,8 +100,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1921` // Estimated: `5701` // Minimum execution time: 34_307 nanoseconds. - Weight::from_ref_time(34_814_000) - .saturating_add(Weight::from_proof_size(5701)) + Weight::from_parts(34_814_000, 0) + .saturating_add(Weight::from_parts(0, 5701)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -116,8 +116,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1883` // Estimated: `10891` // Minimum execution time: 50_665 nanoseconds. - Weight::from_ref_time(51_270_000) - .saturating_add(Weight::from_proof_size(10891)) + Weight::from_parts(51_270_000, 0) + .saturating_add(Weight::from_parts(0, 10891)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -130,8 +130,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1885` // Estimated: `7777` // Minimum execution time: 47_045 nanoseconds. - Weight::from_ref_time(47_702_000) - .saturating_add(Weight::from_proof_size(7777)) + Weight::from_parts(47_702_000, 0) + .saturating_add(Weight::from_parts(0, 7777)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,8 +142,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1361` // Estimated: `2587` // Minimum execution time: 23_366 nanoseconds. - Weight::from_ref_time(23_786_000) - .saturating_add(Weight::from_proof_size(2587)) + Weight::from_parts(23_786_000, 0) + .saturating_add(Weight::from_parts(0, 2587)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_bounties.rs b/runtime/kusama/src/weights/pallet_bounties.rs index eeac44b8e9b7..a7266909c1b9 100644 --- a/runtime/kusama/src/weights/pallet_bounties.rs +++ b/runtime/kusama/src/weights/pallet_bounties.rs @@ -59,10 +59,10 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `242` // Estimated: `3102` // Minimum execution time: 23_613 nanoseconds. - Weight::from_ref_time(25_287_910) - .saturating_add(Weight::from_proof_size(3102)) + Weight::from_parts(25_287_910, 0) + .saturating_add(Weight::from_parts(0, 3102)) // Standard Error: 8 - .saturating_add(Weight::from_ref_time(701).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(701, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -75,8 +75,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `334` // Estimated: `3549` // Minimum execution time: 10_746 nanoseconds. - Weight::from_ref_time(11_000_000) - .saturating_add(Weight::from_proof_size(3549)) + Weight::from_parts(11_000_000, 0) + .saturating_add(Weight::from_parts(0, 3549)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -87,8 +87,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `354` // Estimated: `2652` // Minimum execution time: 9_691 nanoseconds. - Weight::from_ref_time(9_929_000) - .saturating_add(Weight::from_proof_size(2652)) + Weight::from_parts(9_929_000, 0) + .saturating_add(Weight::from_parts(0, 2652)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -101,8 +101,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `562` // Estimated: `5255` // Minimum execution time: 34_060 nanoseconds. - Weight::from_ref_time(34_436_000) - .saturating_add(Weight::from_proof_size(5255)) + Weight::from_parts(34_436_000, 0) + .saturating_add(Weight::from_parts(0, 5255)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -115,8 +115,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `558` // Estimated: `5255` // Minimum execution time: 22_544 nanoseconds. - Weight::from_ref_time(23_053_000) - .saturating_add(Weight::from_proof_size(5255)) + Weight::from_parts(23_053_000, 0) + .saturating_add(Weight::from_parts(0, 5255)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -129,8 +129,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `538` // Estimated: `5143` // Minimum execution time: 18_886 nanoseconds. - Weight::from_ref_time(19_300_000) - .saturating_add(Weight::from_proof_size(5143)) + Weight::from_parts(19_300_000, 0) + .saturating_add(Weight::from_parts(0, 5143)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -147,8 +147,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `966` // Estimated: `12964` // Minimum execution time: 75_378 nanoseconds. - Weight::from_ref_time(76_364_000) - .saturating_add(Weight::from_proof_size(12964)) + Weight::from_parts(76_364_000, 0) + .saturating_add(Weight::from_parts(0, 12964)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -165,8 +165,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `614` // Estimated: `7746` // Minimum execution time: 39_206 nanoseconds. - Weight::from_ref_time(39_721_000) - .saturating_add(Weight::from_proof_size(7746)) + Weight::from_parts(39_721_000, 0) + .saturating_add(Weight::from_parts(0, 7746)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -183,8 +183,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `882` // Estimated: `10349` // Minimum execution time: 52_829 nanoseconds. - Weight::from_ref_time(53_521_000) - .saturating_add(Weight::from_proof_size(10349)) + Weight::from_parts(53_521_000, 0) + .saturating_add(Weight::from_parts(0, 10349)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -195,8 +195,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `390` // Estimated: `2652` // Minimum execution time: 14_913 nanoseconds. - Weight::from_ref_time(15_100_000) - .saturating_add(Weight::from_proof_size(2652)) + Weight::from_parts(15_100_000, 0) + .saturating_add(Weight::from_parts(0, 2652)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -212,10 +212,10 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `0 + b * (360 ±0)` // Estimated: `897 + b * (7858 ±0)` // Minimum execution time: 4_300 nanoseconds. - Weight::from_ref_time(4_380_000) - .saturating_add(Weight::from_proof_size(897)) + Weight::from_parts(4_380_000, 0) + .saturating_add(Weight::from_parts(0, 897)) // Standard Error: 17_926 - .saturating_add(Weight::from_ref_time(32_426_151).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(32_426_151, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/kusama/src/weights/pallet_child_bounties.rs b/runtime/kusama/src/weights/pallet_child_bounties.rs index b6e79fe4b2bb..991f991c3410 100644 --- a/runtime/kusama/src/weights/pallet_child_bounties.rs +++ b/runtime/kusama/src/weights/pallet_child_bounties.rs @@ -63,10 +63,10 @@ impl pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_collective::WeightInfo for WeightInfo { // Measured: `0 + m * (3233 ±0) + p * (3223 ±0)` // Estimated: `16322 + m * (7809 ±16) + p * (10238 ±16)` // Minimum execution time: 16_904 nanoseconds. - Weight::from_ref_time(17_214_000) - .saturating_add(Weight::from_proof_size(16322)) + Weight::from_parts(17_214_000, 0) + .saturating_add(Weight::from_parts(0, 16322)) // Standard Error: 47_361 - .saturating_add(Weight::from_ref_time(5_256_277).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(5_256_277, 0).saturating_mul(m.into())) // Standard Error: 47_361 - .saturating_add(Weight::from_ref_time(8_009_631).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(8_009_631, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -88,12 +88,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `168 + m * (32 ±0)` // Estimated: `664 + m * (32 ±0)` // Minimum execution time: 15_332 nanoseconds. - Weight::from_ref_time(14_449_763) - .saturating_add(Weight::from_proof_size(664)) + Weight::from_parts(14_449_763, 0) + .saturating_add(Weight::from_parts(0, 664)) // Standard Error: 18 - .saturating_add(Weight::from_ref_time(1_763).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_763, 0).saturating_mul(b.into())) // Standard Error: 194 - .saturating_add(Weight::from_ref_time(14_894).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(14_894, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -110,12 +110,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `168 + m * (32 ±0)` // Estimated: `3308 + m * (64 ±0)` // Minimum execution time: 17_885 nanoseconds. - Weight::from_ref_time(17_047_265) - .saturating_add(Weight::from_proof_size(3308)) + Weight::from_parts(17_047_265, 0) + .saturating_add(Weight::from_parts(0, 3308)) // Standard Error: 20 - .saturating_add(Weight::from_ref_time(1_432).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_432, 0).saturating_mul(b.into())) // Standard Error: 212 - .saturating_add(Weight::from_ref_time(24_204).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(24_204, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } @@ -140,14 +140,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `490 + m * (32 ±0) + p * (36 ±0)` // Estimated: `6025 + m * (165 ±0) + p * (180 ±0)` // Minimum execution time: 23_932 nanoseconds. - Weight::from_ref_time(25_045_483) - .saturating_add(Weight::from_proof_size(6025)) + Weight::from_parts(25_045_483, 0) + .saturating_add(Weight::from_parts(0, 6025)) // Standard Error: 50 - .saturating_add(Weight::from_ref_time(2_502).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_502, 0).saturating_mul(b.into())) // Standard Error: 525 - .saturating_add(Weight::from_ref_time(16_887).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(16_887, 0).saturating_mul(m.into())) // Standard Error: 518 - .saturating_add(Weight::from_ref_time(116_253).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(116_253, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into())) @@ -164,10 +164,10 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `940 + m * (64 ±0)` // Estimated: `4848 + m * (128 ±0)` // Minimum execution time: 21_328 nanoseconds. - Weight::from_ref_time(22_066_229) - .saturating_add(Weight::from_proof_size(4848)) + Weight::from_parts(22_066_229, 0) + .saturating_add(Weight::from_parts(0, 4848)) // Standard Error: 239 - .saturating_add(Weight::from_ref_time(40_102).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(40_102, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into())) @@ -189,12 +189,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `560 + m * (64 ±0) + p * (36 ±0)` // Estimated: `5629 + m * (260 ±0) + p * (144 ±0)` // Minimum execution time: 26_232 nanoseconds. - Weight::from_ref_time(27_666_505) - .saturating_add(Weight::from_proof_size(5629)) + Weight::from_parts(27_666_505, 0) + .saturating_add(Weight::from_parts(0, 5629)) // Standard Error: 832 - .saturating_add(Weight::from_ref_time(10_187).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(10_187, 0).saturating_mul(m.into())) // Standard Error: 811 - .saturating_add(Weight::from_ref_time(139_912).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(139_912, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into())) @@ -219,14 +219,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `896 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `8900 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` // Minimum execution time: 37_308 nanoseconds. - Weight::from_ref_time(40_963_204) - .saturating_add(Weight::from_proof_size(8900)) + Weight::from_parts(40_963_204, 0) + .saturating_add(Weight::from_parts(0, 8900)) // Standard Error: 69 - .saturating_add(Weight::from_ref_time(1_632).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_632, 0).saturating_mul(b.into())) // Standard Error: 730 - .saturating_add(Weight::from_ref_time(14_355).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(14_355, 0).saturating_mul(m.into())) // Standard Error: 712 - .saturating_add(Weight::from_ref_time(130_424).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(130_424, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into())) @@ -252,12 +252,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `580 + m * (64 ±0) + p * (36 ±0)` // Estimated: `6765 + m * (325 ±0) + p * (180 ±0)` // Minimum execution time: 29_350 nanoseconds. - Weight::from_ref_time(30_743_848) - .saturating_add(Weight::from_proof_size(6765)) + Weight::from_parts(30_743_848, 0) + .saturating_add(Weight::from_parts(0, 6765)) // Standard Error: 876 - .saturating_add(Weight::from_ref_time(30_695).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(30_695, 0).saturating_mul(m.into())) // Standard Error: 854 - .saturating_add(Weight::from_ref_time(131_831).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(131_831, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into())) @@ -284,14 +284,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `916 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `10235 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` // Minimum execution time: 43_292 nanoseconds. - Weight::from_ref_time(43_554_895) - .saturating_add(Weight::from_proof_size(10235)) + Weight::from_parts(43_554_895, 0) + .saturating_add(Weight::from_parts(0, 10235)) // Standard Error: 62 - .saturating_add(Weight::from_ref_time(1_824).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_824, 0).saturating_mul(b.into())) // Standard Error: 661 - .saturating_add(Weight::from_ref_time(16_285).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(16_285, 0).saturating_mul(m.into())) // Standard Error: 644 - .saturating_add(Weight::from_ref_time(133_173).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(133_173, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into())) @@ -311,10 +311,10 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `325 + p * (32 ±0)` // Estimated: `1470 + p * (96 ±0)` // Minimum execution time: 14_588 nanoseconds. - Weight::from_ref_time(16_453_268) - .saturating_add(Weight::from_proof_size(1470)) + Weight::from_parts(16_453_268, 0) + .saturating_add(Weight::from_parts(0, 1470)) // Standard Error: 438 - .saturating_add(Weight::from_ref_time(107_110).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(107_110, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into())) diff --git a/runtime/kusama/src/weights/pallet_collective_technical_committee.rs b/runtime/kusama/src/weights/pallet_collective_technical_committee.rs index 74fd97bde261..2f829c8c29d1 100644 --- a/runtime/kusama/src/weights/pallet_collective_technical_committee.rs +++ b/runtime/kusama/src/weights/pallet_collective_technical_committee.rs @@ -64,12 +64,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `0 + m * (3233 ±0) + p * (3223 ±0)` // Estimated: `16478 + m * (7809 ±16) + p * (10238 ±16)` // Minimum execution time: 17_598 nanoseconds. - Weight::from_ref_time(17_945_000) - .saturating_add(Weight::from_proof_size(16478)) + Weight::from_parts(17_945_000, 0) + .saturating_add(Weight::from_parts(0, 16478)) // Standard Error: 47_017 - .saturating_add(Weight::from_ref_time(5_222_125).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(5_222_125, 0).saturating_mul(m.into())) // Standard Error: 47_017 - .saturating_add(Weight::from_ref_time(8_124_374).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(8_124_374, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -88,12 +88,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `207 + m * (32 ±0)` // Estimated: `703 + m * (32 ±0)` // Minimum execution time: 16_201 nanoseconds. - Weight::from_ref_time(15_118_138) - .saturating_add(Weight::from_proof_size(703)) + Weight::from_parts(15_118_138, 0) + .saturating_add(Weight::from_parts(0, 703)) // Standard Error: 19 - .saturating_add(Weight::from_ref_time(1_744).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_744, 0).saturating_mul(b.into())) // Standard Error: 202 - .saturating_add(Weight::from_ref_time(15_267).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(15_267, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -110,12 +110,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `207 + m * (32 ±0)` // Estimated: `3386 + m * (64 ±0)` // Minimum execution time: 18_645 nanoseconds. - Weight::from_ref_time(17_701_946) - .saturating_add(Weight::from_proof_size(3386)) + Weight::from_parts(17_701_946, 0) + .saturating_add(Weight::from_parts(0, 3386)) // Standard Error: 18 - .saturating_add(Weight::from_ref_time(1_507).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_507, 0).saturating_mul(b.into())) // Standard Error: 192 - .saturating_add(Weight::from_ref_time(20_679).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(20_679, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } @@ -140,14 +140,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `529 + m * (32 ±0) + p * (36 ±0)` // Estimated: `6220 + m * (165 ±0) + p * (180 ±0)` // Minimum execution time: 24_768 nanoseconds. - Weight::from_ref_time(25_762_588) - .saturating_add(Weight::from_proof_size(6220)) + Weight::from_parts(25_762_588, 0) + .saturating_add(Weight::from_parts(0, 6220)) // Standard Error: 54 - .saturating_add(Weight::from_ref_time(2_615).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_615, 0).saturating_mul(b.into())) // Standard Error: 570 - .saturating_add(Weight::from_ref_time(18_024).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(18_024, 0).saturating_mul(m.into())) // Standard Error: 563 - .saturating_add(Weight::from_ref_time(118_711).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(118_711, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into())) @@ -164,10 +164,10 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `979 + m * (64 ±0)` // Estimated: `4926 + m * (128 ±0)` // Minimum execution time: 22_202 nanoseconds. - Weight::from_ref_time(22_927_853) - .saturating_add(Weight::from_proof_size(4926)) + Weight::from_parts(22_927_853, 0) + .saturating_add(Weight::from_parts(0, 4926)) // Standard Error: 263 - .saturating_add(Weight::from_ref_time(39_561).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(39_561, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into())) @@ -189,12 +189,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `599 + m * (64 ±0) + p * (36 ±0)` // Estimated: `5785 + m * (260 ±0) + p * (144 ±0)` // Minimum execution time: 27_288 nanoseconds. - Weight::from_ref_time(28_966_982) - .saturating_add(Weight::from_proof_size(5785)) + Weight::from_parts(28_966_982, 0) + .saturating_add(Weight::from_parts(0, 5785)) // Standard Error: 837 - .saturating_add(Weight::from_ref_time(25_731).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(25_731, 0).saturating_mul(m.into())) // Standard Error: 816 - .saturating_add(Weight::from_ref_time(130_049).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(130_049, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into())) @@ -219,14 +219,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `935 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `9056 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` // Minimum execution time: 41_320 nanoseconds. - Weight::from_ref_time(42_052_397) - .saturating_add(Weight::from_proof_size(9056)) + Weight::from_parts(42_052_397, 0) + .saturating_add(Weight::from_parts(0, 9056)) // Standard Error: 58 - .saturating_add(Weight::from_ref_time(1_517).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_517, 0).saturating_mul(b.into())) // Standard Error: 616 - .saturating_add(Weight::from_ref_time(15_616).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(15_616, 0).saturating_mul(m.into())) // Standard Error: 601 - .saturating_add(Weight::from_ref_time(129_809).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(129_809, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into())) @@ -252,12 +252,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `619 + m * (64 ±0) + p * (36 ±0)` // Estimated: `6960 + m * (325 ±0) + p * (180 ±0)` // Minimum execution time: 30_441 nanoseconds. - Weight::from_ref_time(33_053_449) - .saturating_add(Weight::from_proof_size(6960)) + Weight::from_parts(33_053_449, 0) + .saturating_add(Weight::from_parts(0, 6960)) // Standard Error: 545 - .saturating_add(Weight::from_ref_time(28_062).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(28_062, 0).saturating_mul(m.into())) // Standard Error: 531 - .saturating_add(Weight::from_ref_time(118_196).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(118_196, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into())) @@ -284,14 +284,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `955 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `10430 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` // Minimum execution time: 44_117 nanoseconds. - Weight::from_ref_time(44_764_424) - .saturating_add(Weight::from_proof_size(10430)) + Weight::from_parts(44_764_424, 0) + .saturating_add(Weight::from_parts(0, 10430)) // Standard Error: 58 - .saturating_add(Weight::from_ref_time(1_714).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_714, 0).saturating_mul(b.into())) // Standard Error: 622 - .saturating_add(Weight::from_ref_time(17_011).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(17_011, 0).saturating_mul(m.into())) // Standard Error: 607 - .saturating_add(Weight::from_ref_time(132_627).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(132_627, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into())) @@ -311,10 +311,10 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `364 + p * (32 ±0)` // Estimated: `1587 + p * (96 ±0)` // Minimum execution time: 15_308 nanoseconds. - Weight::from_ref_time(17_038_386) - .saturating_add(Weight::from_proof_size(1587)) + Weight::from_parts(17_038_386, 0) + .saturating_add(Weight::from_parts(0, 1587)) // Standard Error: 420 - .saturating_add(Weight::from_ref_time(108_431).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(108_431, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into())) diff --git a/runtime/kusama/src/weights/pallet_conviction_voting.rs b/runtime/kusama/src/weights/pallet_conviction_voting.rs index d1d4a5f49c37..b127b709dbf4 100644 --- a/runtime/kusama/src/weights/pallet_conviction_voting.rs +++ b/runtime/kusama/src/weights/pallet_conviction_voting.rs @@ -60,8 +60,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Measured: `13540` // Estimated: `81125` // Minimum execution time: 110_244 nanoseconds. - Weight::from_ref_time(112_779_000) - .saturating_add(Weight::from_proof_size(81125)) + Weight::from_parts(112_779_000, 0) + .saturating_add(Weight::from_parts(0, 81125)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -80,8 +80,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Measured: `14292` // Estimated: `122563` // Minimum execution time: 168_802 nanoseconds. - Weight::from_ref_time(172_963_000) - .saturating_add(Weight::from_proof_size(122563)) + Weight::from_parts(172_963_000, 0) + .saturating_add(Weight::from_parts(0, 122563)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -96,8 +96,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Measured: `14012` // Estimated: `116003` // Minimum execution time: 149_473 nanoseconds. - Weight::from_ref_time(152_584_000) - .saturating_add(Weight::from_proof_size(116003)) + Weight::from_parts(152_584_000, 0) + .saturating_add(Weight::from_parts(0, 116003)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -110,8 +110,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Measured: `13067` // Estimated: `33127` // Minimum execution time: 59_104 nanoseconds. - Weight::from_ref_time(59_959_000) - .saturating_add(Weight::from_proof_size(33127)) + Weight::from_parts(59_959_000, 0) + .saturating_add(Weight::from_parts(0, 33127)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -131,10 +131,10 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Measured: `29734 + r * (397 ±0)` // Estimated: `148868 + r * (3411 ±0)` // Minimum execution time: 50_204 nanoseconds. - Weight::from_ref_time(1_560_629_085) - .saturating_add(Weight::from_proof_size(148868)) + Weight::from_parts(1_560_629_085, 0) + .saturating_add(Weight::from_parts(0, 148868)) // Standard Error: 135_758 - .saturating_add(Weight::from_ref_time(37_491_165).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(37_491_165, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(6)) @@ -153,10 +153,10 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Measured: `29650 + r * (397 ±0)` // Estimated: `142308 + r * (3411 ±0)` // Minimum execution time: 33_539 nanoseconds. - Weight::from_ref_time(1_538_822_528) - .saturating_add(Weight::from_proof_size(142308)) + Weight::from_parts(1_538_822_528, 0) + .saturating_add(Weight::from_parts(0, 142308)) // Standard Error: 135_125 - .saturating_add(Weight::from_ref_time(37_655_169).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(37_655_169, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -174,8 +174,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Measured: `12312` // Estimated: `36276` // Minimum execution time: 67_359 nanoseconds. - Weight::from_ref_time(69_826_000) - .saturating_add(Weight::from_proof_size(36276)) + Weight::from_parts(69_826_000, 0) + .saturating_add(Weight::from_parts(0, 36276)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/kusama/src/weights/pallet_democracy.rs b/runtime/kusama/src/weights/pallet_democracy.rs index 9f0f3d04f6fa..a97633f26f47 100644 --- a/runtime/kusama/src/weights/pallet_democracy.rs +++ b/runtime/kusama/src/weights/pallet_democracy.rs @@ -58,8 +58,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4831` // Estimated: `23409` // Minimum execution time: 34_876 nanoseconds. - Weight::from_ref_time(35_375_000) - .saturating_add(Weight::from_proof_size(23409)) + Weight::from_parts(35_375_000, 0) + .saturating_add(Weight::from_parts(0, 23409)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,8 +70,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3587` // Estimated: `5705` // Minimum execution time: 31_982 nanoseconds. - Weight::from_ref_time(32_412_000) - .saturating_add(Weight::from_proof_size(5705)) + Weight::from_parts(32_412_000, 0) + .saturating_add(Weight::from_parts(0, 5705)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -86,8 +86,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3532` // Estimated: `12720` // Minimum execution time: 46_525 nanoseconds. - Weight::from_ref_time(46_812_000) - .saturating_add(Weight::from_proof_size(12720)) + Weight::from_parts(46_812_000, 0) + .saturating_add(Weight::from_parts(0, 12720)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -102,8 +102,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3554` // Estimated: `12720` // Minimum execution time: 46_269 nanoseconds. - Weight::from_ref_time(46_629_000) - .saturating_add(Weight::from_proof_size(12720)) + Weight::from_parts(46_629_000, 0) + .saturating_add(Weight::from_parts(0, 12720)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -118,8 +118,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `365` // Estimated: `7712` // Minimum execution time: 25_015 nanoseconds. - Weight::from_ref_time(25_351_000) - .saturating_add(Weight::from_proof_size(7712)) + Weight::from_parts(25_351_000, 0) + .saturating_add(Weight::from_parts(0, 7712)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,8 +142,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `6003` // Estimated: `36392` // Minimum execution time: 90_150 nanoseconds. - Weight::from_ref_time(91_058_000) - .saturating_add(Weight::from_proof_size(36392)) + Weight::from_parts(91_058_000, 0) + .saturating_add(Weight::from_parts(0, 36392)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -156,8 +156,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3415` // Estimated: `6340` // Minimum execution time: 12_616 nanoseconds. - Weight::from_ref_time(12_812_000) - .saturating_add(Weight::from_proof_size(6340)) + Weight::from_parts(12_812_000, 0) + .saturating_add(Weight::from_parts(0, 6340)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -168,8 +168,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_172 nanoseconds. - Weight::from_ref_time(3_295_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_295_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy NextExternal (r:0 w:1) @@ -179,8 +179,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_117 nanoseconds. - Weight::from_ref_time(3_288_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_288_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy NextExternal (r:1 w:1) @@ -196,8 +196,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `3654` // Minimum execution time: 26_675 nanoseconds. - Weight::from_ref_time(27_369_000) - .saturating_add(Weight::from_proof_size(3654)) + Weight::from_parts(27_369_000, 0) + .saturating_add(Weight::from_parts(0, 3654)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -212,8 +212,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3518` // Estimated: `8868` // Minimum execution time: 31_174 nanoseconds. - Weight::from_ref_time(31_517_000) - .saturating_add(Weight::from_proof_size(8868)) + Weight::from_parts(31_517_000, 0) + .saturating_add(Weight::from_parts(0, 8868)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -230,8 +230,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `5882` // Estimated: `28033` // Minimum execution time: 73_218 nanoseconds. - Weight::from_ref_time(74_394_000) - .saturating_add(Weight::from_proof_size(28033)) + Weight::from_parts(74_394_000, 0) + .saturating_add(Weight::from_parts(0, 28033)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -244,8 +244,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `238` // Estimated: `2528` // Minimum execution time: 18_468 nanoseconds. - Weight::from_ref_time(18_870_000) - .saturating_add(Weight::from_proof_size(2528)) + Weight::from_parts(18_870_000, 0) + .saturating_add(Weight::from_parts(0, 2528)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -261,10 +261,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `211 + r * (117 ±0)` // Estimated: `998 + r * (2676 ±0)` // Minimum execution time: 6_237 nanoseconds. - Weight::from_ref_time(9_788_030) - .saturating_add(Weight::from_proof_size(998)) + Weight::from_parts(9_788_030, 0) + .saturating_add(Weight::from_parts(0, 998)) // Standard Error: 5_493 - .saturating_add(Weight::from_ref_time(2_774_064).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(2_774_064, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -288,10 +288,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `211 + r * (117 ±0)` // Estimated: `19318 + r * (2676 ±0)` // Minimum execution time: 9_370 nanoseconds. - Weight::from_ref_time(12_551_319) - .saturating_add(Weight::from_proof_size(19318)) + Weight::from_parts(12_551_319, 0) + .saturating_add(Weight::from_parts(0, 19318)) // Standard Error: 5_735 - .saturating_add(Weight::from_ref_time(2_771_452).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(2_771_452, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -309,10 +309,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `925 + r * (139 ±0)` // Estimated: `22584 + r * (2676 ±0)` // Minimum execution time: 39_375 nanoseconds. - Weight::from_ref_time(42_351_696) - .saturating_add(Weight::from_proof_size(22584)) + Weight::from_parts(42_351_696, 0) + .saturating_add(Weight::from_parts(0, 22584)) // Standard Error: 7_527 - .saturating_add(Weight::from_ref_time(3_880_547).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(3_880_547, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -329,10 +329,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `524 + r * (139 ±0)` // Estimated: `12540 + r * (2676 ±0)` // Minimum execution time: 20_672 nanoseconds. - Weight::from_ref_time(22_405_117) - .saturating_add(Weight::from_proof_size(12540)) + Weight::from_parts(22_405_117, 0) + .saturating_add(Weight::from_parts(0, 12540)) // Standard Error: 7_623 - .saturating_add(Weight::from_ref_time(3_830_380).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(3_830_380, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -346,8 +346,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_083 nanoseconds. - Weight::from_ref_time(3_242_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_242_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy VotingOf (r:1 w:1) @@ -362,10 +362,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `594` // Estimated: `12647` // Minimum execution time: 20_374 nanoseconds. - Weight::from_ref_time(25_944_613) - .saturating_add(Weight::from_proof_size(12647)) + Weight::from_parts(25_944_613, 0) + .saturating_add(Weight::from_parts(0, 12647)) // Standard Error: 1_258 - .saturating_add(Weight::from_ref_time(19_696).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(19_696, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -381,10 +381,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `595 + r * (22 ±0)` // Estimated: `12647` // Minimum execution time: 24_535 nanoseconds. - Weight::from_ref_time(25_495_740) - .saturating_add(Weight::from_proof_size(12647)) + Weight::from_parts(25_495_740, 0) + .saturating_add(Weight::from_parts(0, 12647)) // Standard Error: 551 - .saturating_add(Weight::from_ref_time(60_441).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(60_441, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -398,10 +398,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `758 + r * (26 ±0)` // Estimated: `8946` // Minimum execution time: 14_979 nanoseconds. - Weight::from_ref_time(17_266_413) - .saturating_add(Weight::from_proof_size(8946)) + Weight::from_parts(17_266_413, 0) + .saturating_add(Weight::from_parts(0, 8946)) // Standard Error: 1_973 - .saturating_add(Weight::from_ref_time(87_619).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(87_619, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -415,10 +415,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `758 + r * (26 ±0)` // Estimated: `8946` // Minimum execution time: 15_169 nanoseconds. - Weight::from_ref_time(17_559_094) - .saturating_add(Weight::from_proof_size(8946)) + Weight::from_parts(17_559_094, 0) + .saturating_add(Weight::from_parts(0, 8946)) // Standard Error: 2_076 - .saturating_add(Weight::from_ref_time(88_471).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(88_471, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -433,8 +433,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `323` // Estimated: `3193` // Minimum execution time: 17_984 nanoseconds. - Weight::from_ref_time(18_599_000) - .saturating_add(Weight::from_proof_size(3193)) + Weight::from_parts(18_599_000, 0) + .saturating_add(Weight::from_parts(0, 3193)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -447,8 +447,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `3155` // Minimum execution time: 16_277 nanoseconds. - Weight::from_ref_time(16_581_000) - .saturating_add(Weight::from_proof_size(3155)) + Weight::from_parts(16_581_000, 0) + .saturating_add(Weight::from_parts(0, 3155)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -463,8 +463,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4886` // Estimated: `19763` // Minimum execution time: 33_325 nanoseconds. - Weight::from_ref_time(33_908_000) - .saturating_add(Weight::from_proof_size(19763)) + Weight::from_parts(33_908_000, 0) + .saturating_add(Weight::from_parts(0, 19763)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -477,8 +477,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4820` // Estimated: `19725` // Minimum execution time: 30_899 nanoseconds. - Weight::from_ref_time(31_309_000) - .saturating_add(Weight::from_proof_size(19725)) + Weight::from_parts(31_309_000, 0) + .saturating_add(Weight::from_parts(0, 19725)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -491,8 +491,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 14_007 nanoseconds. - Weight::from_ref_time(14_342_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(14_342_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -505,8 +505,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `269` // Estimated: `5204` // Minimum execution time: 17_978 nanoseconds. - Weight::from_ref_time(18_262_000) - .saturating_add(Weight::from_proof_size(5204)) + Weight::from_parts(18_262_000, 0) + .saturating_add(Weight::from_parts(0, 5204)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs b/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs index d70b689afcd7..afd49dc7327f 100644 --- a/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs +++ b/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs @@ -66,8 +66,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `1027` // Estimated: `7016` // Minimum execution time: 21_449 nanoseconds. - Weight::from_ref_time(22_362_000) - .saturating_add(Weight::from_proof_size(7016)) + Weight::from_parts(22_362_000, 0) + .saturating_add(Weight::from_parts(0, 7016)) .saturating_add(T::DbWeight::get().reads(8)) } /// Storage: ElectionProviderMultiPhase Round (r:1 w:0) @@ -79,8 +79,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `148` // Estimated: `1286` // Minimum execution time: 12_547 nanoseconds. - Weight::from_ref_time(13_335_000) - .saturating_add(Weight::from_proof_size(1286)) + Weight::from_parts(13_335_000, 0) + .saturating_add(Weight::from_parts(0, 1286)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -93,8 +93,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `148` // Estimated: `1286` // Minimum execution time: 14_056 nanoseconds. - Weight::from_ref_time(14_550_000) - .saturating_add(Weight::from_proof_size(1286)) + Weight::from_parts(14_550_000, 0) + .saturating_add(Weight::from_parts(0, 1286)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -107,8 +107,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `206` // Estimated: `2809` // Minimum execution time: 24_655 nanoseconds. - Weight::from_ref_time(25_009_000) - .saturating_add(Weight::from_proof_size(2809)) + Weight::from_parts(25_009_000, 0) + .saturating_add(Weight::from_parts(0, 2809)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,8 +119,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `206` // Estimated: `2603` // Minimum execution time: 16_964 nanoseconds. - Weight::from_ref_time(17_298_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(17_298_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -137,10 +137,10 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `0` // Estimated: `0` // Minimum execution time: 671_539 nanoseconds. - Weight::from_ref_time(690_128_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(690_128_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 3_403 - .saturating_add(Weight::from_ref_time(390_939).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(390_939, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1) @@ -170,10 +170,10 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `931 + a * (1152 ±0) + d * (47 ±0)` // Estimated: `14232 + a * (10368 ±0) + d * (432 ±0)` // Minimum execution time: 365_109 nanoseconds. - Weight::from_ref_time(378_817_000) - .saturating_add(Weight::from_proof_size(14232)) + Weight::from_parts(378_817_000, 0) + .saturating_add(Weight::from_parts(0, 14232)) // Standard Error: 9_758 - .saturating_add(Weight::from_ref_time(577_521).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(577_521, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(9)) .saturating_add(Weight::from_parts(0, 10368).saturating_mul(a.into())) @@ -196,8 +196,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `1270` // Estimated: `8841` // Minimum execution time: 44_760 nanoseconds. - Weight::from_ref_time(45_281_000) - .saturating_add(Weight::from_proof_size(8841)) + Weight::from_parts(45_281_000, 0) + .saturating_add(Weight::from_parts(0, 8841)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -224,12 +224,12 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `285 + v * (809 ±0) + t * (32 ±0)` // Estimated: `5460 + v * (5663 ±0) + t * (224 ±0)` // Minimum execution time: 7_221_400 nanoseconds. - Weight::from_ref_time(7_322_097_000) - .saturating_add(Weight::from_proof_size(5460)) + Weight::from_parts(7_322_097_000, 0) + .saturating_add(Weight::from_parts(0, 5460)) // Standard Error: 27_267 - .saturating_add(Weight::from_ref_time(41_662).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(41_662, 0).saturating_mul(v.into())) // Standard Error: 80_803 - .saturating_add(Weight::from_ref_time(6_916_813).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(6_916_813, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 5663).saturating_mul(v.into())) @@ -252,14 +252,14 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `260 + v * (809 ±0) + t * (32 ±0)` // Estimated: `3020 + v * (3236 ±0) + t * (128 ±0)` // Minimum execution time: 6_056_695 nanoseconds. - Weight::from_ref_time(126_880_199) - .saturating_add(Weight::from_proof_size(3020)) + Weight::from_parts(126_880_199, 0) + .saturating_add(Weight::from_parts(0, 3020)) // Standard Error: 17_213 - .saturating_add(Weight::from_ref_time(877_536).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(877_536, 0).saturating_mul(v.into())) // Standard Error: 57_299 - .saturating_add(Weight::from_ref_time(8_302_939).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(8_302_939, 0).saturating_mul(a.into())) // Standard Error: 85_881 - .saturating_add(Weight::from_ref_time(1_570_237).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_570_237, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(Weight::from_parts(0, 3236).saturating_mul(v.into())) .saturating_add(Weight::from_parts(0, 128).saturating_mul(t.into())) diff --git a/runtime/kusama/src/weights/pallet_elections_phragmen.rs b/runtime/kusama/src/weights/pallet_elections_phragmen.rs index a820c792debe..27b77ce75c1e 100644 --- a/runtime/kusama/src/weights/pallet_elections_phragmen.rs +++ b/runtime/kusama/src/weights/pallet_elections_phragmen.rs @@ -61,10 +61,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `499 + v * (80 ±0)` // Estimated: `9726 + v * (320 ±0)` // Minimum execution time: 26_970 nanoseconds. - Weight::from_ref_time(27_998_740) - .saturating_add(Weight::from_proof_size(9726)) + Weight::from_parts(27_998_740, 0) + .saturating_add(Weight::from_parts(0, 9726)) // Standard Error: 5_062 - .saturating_add(Weight::from_ref_time(138_034).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(138_034, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) @@ -85,10 +85,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `467 + v * (80 ±0)` // Estimated: `9598 + v * (320 ±0)` // Minimum execution time: 37_220 nanoseconds. - Weight::from_ref_time(37_898_566) - .saturating_add(Weight::from_proof_size(9598)) + Weight::from_parts(37_898_566, 0) + .saturating_add(Weight::from_parts(0, 9598)) // Standard Error: 6_174 - .saturating_add(Weight::from_ref_time(130_031).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(130_031, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) @@ -109,10 +109,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `499 + v * (80 ±0)` // Estimated: `9726 + v * (320 ±0)` // Minimum execution time: 36_984 nanoseconds. - Weight::from_ref_time(37_727_688) - .saturating_add(Weight::from_proof_size(9726)) + Weight::from_parts(37_727_688, 0) + .saturating_add(Weight::from_parts(0, 9726)) // Standard Error: 5_281 - .saturating_add(Weight::from_ref_time(155_470).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(155_470, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) @@ -126,8 +126,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `989` // Estimated: `7238` // Minimum execution time: 33_417 nanoseconds. - Weight::from_ref_time(33_890_000) - .saturating_add(Weight::from_proof_size(7238)) + Weight::from_parts(33_890_000, 0) + .saturating_add(Weight::from_parts(0, 7238)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -143,10 +143,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `2839 + c * (48 ±0)` // Estimated: `9996 + c * (144 ±0)` // Minimum execution time: 31_809 nanoseconds. - Weight::from_ref_time(24_804_007) - .saturating_add(Weight::from_proof_size(9996)) + Weight::from_parts(24_804_007, 0) + .saturating_add(Weight::from_parts(0, 9996)) // Standard Error: 896 - .saturating_add(Weight::from_ref_time(80_259).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(80_259, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 144).saturating_mul(c.into())) @@ -159,10 +159,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `348 + c * (48 ±0)` // Estimated: `830 + c * (48 ±0)` // Minimum execution time: 24_845 nanoseconds. - Weight::from_ref_time(17_884_636) - .saturating_add(Weight::from_proof_size(830)) + Weight::from_parts(17_884_636, 0) + .saturating_add(Weight::from_parts(0, 830)) // Standard Error: 887 - .saturating_add(Weight::from_ref_time(58_586).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(58_586, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into())) @@ -182,8 +182,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `3113` // Estimated: `17545` // Minimum execution time: 43_134 nanoseconds. - Weight::from_ref_time(44_525_000) - .saturating_add(Weight::from_proof_size(17545)) + Weight::from_parts(44_525_000, 0) + .saturating_add(Weight::from_parts(0, 17545)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -194,8 +194,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `1776` // Estimated: `2271` // Minimum execution time: 27_323 nanoseconds. - Weight::from_ref_time(27_861_000) - .saturating_add(Weight::from_proof_size(2271)) + Weight::from_parts(27_861_000, 0) + .saturating_add(Weight::from_parts(0, 2271)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -226,8 +226,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `3113` // Estimated: `20148` // Minimum execution time: 58_918 nanoseconds. - Weight::from_ref_time(59_322_000) - .saturating_add(Weight::from_proof_size(20148)) + Weight::from_parts(59_322_000, 0) + .saturating_add(Weight::from_parts(0, 20148)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -250,10 +250,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `35989 + v * (872 ±0)` // Estimated: `149016 + v * (12340 ±0)` // Minimum execution time: 338_562_744 nanoseconds. - Weight::from_ref_time(339_541_438_000) - .saturating_add(Weight::from_proof_size(149016)) + Weight::from_parts(339_541_438_000, 0) + .saturating_add(Weight::from_parts(0, 149016)) // Standard Error: 289_739 - .saturating_add(Weight::from_ref_time(41_932_708).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(41_932_708, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) @@ -285,12 +285,12 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `0 + v * (639 ±0) + e * (28 ±0)` // Estimated: `5334911 + v * (5714 ±4) + e * (123 ±0) + c * (2560 ±0)` // Minimum execution time: 34_066_705 nanoseconds. - Weight::from_ref_time(34_200_781_000) - .saturating_add(Weight::from_proof_size(5334911)) + Weight::from_parts(34_200_781_000, 0) + .saturating_add(Weight::from_parts(0, 5334911)) // Standard Error: 509_361 - .saturating_add(Weight::from_ref_time(43_123_929).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(43_123_929, 0).saturating_mul(v.into())) // Standard Error: 32_687 - .saturating_add(Weight::from_ref_time(2_179_162).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(2_179_162, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(265)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) diff --git a/runtime/kusama/src/weights/pallet_fast_unstake.rs b/runtime/kusama/src/weights/pallet_fast_unstake.rs index 2bfd3f1291ad..8d6e657336e1 100644 --- a/runtime/kusama/src/weights/pallet_fast_unstake.rs +++ b/runtime/kusama/src/weights/pallet_fast_unstake.rs @@ -79,10 +79,10 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1348 + b * (375 ±0)` // Estimated: `8805 + b * (17962 ±0)` // Minimum execution time: 77_064 nanoseconds. - Weight::from_ref_time(35_939_138) - .saturating_add(Weight::from_proof_size(8805)) + Weight::from_parts(35_939_138, 0) + .saturating_add(Weight::from_parts(0, 8805)) // Standard Error: 51_777 - .saturating_add(Weight::from_ref_time(41_379_142).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(41_379_142, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -110,12 +110,12 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1516 + v * (18519 ±0) + b * (48 ±0)` // Estimated: `11390 + v * (39515 ±0) + b * (98 ±0)` // Minimum execution time: 1_753_651 nanoseconds. - Weight::from_ref_time(1_768_190_000) - .saturating_add(Weight::from_proof_size(11390)) + Weight::from_parts(1_768_190_000, 0) + .saturating_add(Weight::from_parts(0, 11390)) // Standard Error: 17_419_764 - .saturating_add(Weight::from_ref_time(557_480_020).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(557_480_020, 0).saturating_mul(v.into())) // Standard Error: 69_698_458 - .saturating_add(Weight::from_ref_time(2_177_348_847).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_177_348_847, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -155,8 +155,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `2026` // Estimated: `29594` // Minimum execution time: 111_029 nanoseconds. - Weight::from_ref_time(113_755_000) - .saturating_add(Weight::from_proof_size(29594)) + Weight::from_parts(113_755_000, 0) + .saturating_add(Weight::from_parts(0, 29594)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -175,8 +175,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1220` // Estimated: `10781` // Minimum execution time: 41_214 nanoseconds. - Weight::from_ref_time(41_497_000) - .saturating_add(Weight::from_proof_size(10781)) + Weight::from_parts(41_497_000, 0) + .saturating_add(Weight::from_parts(0, 10781)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -187,8 +187,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 2_443 nanoseconds. - Weight::from_ref_time(2_586_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_586_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/pallet_identity.rs b/runtime/kusama/src/weights/pallet_identity.rs index 17151a9c8fa5..b35a863543e9 100644 --- a/runtime/kusama/src/weights/pallet_identity.rs +++ b/runtime/kusama/src/weights/pallet_identity.rs @@ -53,10 +53,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `64 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 11_208 nanoseconds. - Weight::from_ref_time(12_047_997) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(12_047_997, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_920 - .saturating_add(Weight::from_ref_time(101_894).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(101_894, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,12 +69,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `474 + r * (5 ±0)` // Estimated: `10013` // Minimum execution time: 28_542 nanoseconds. - Weight::from_ref_time(28_963_355) - .saturating_add(Weight::from_proof_size(10013)) + Weight::from_parts(28_963_355, 0) + .saturating_add(Weight::from_parts(0, 10013)) // Standard Error: 3_727 - .saturating_add(Weight::from_ref_time(27_685).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(27_685, 0).saturating_mul(r.into())) // Standard Error: 727 - .saturating_add(Weight::from_ref_time(443_762).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(443_762, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -90,10 +90,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `101` // Estimated: `15746 + s * (2589 ±0)` // Minimum execution time: 8_887 nanoseconds. - Weight::from_ref_time(22_611_966) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(22_611_966, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 4_429 - .saturating_add(Weight::from_ref_time(2_875_857).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_875_857, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -112,10 +112,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `226 + p * (32 ±0)` // Estimated: `15746` // Minimum execution time: 8_636 nanoseconds. - Weight::from_ref_time(21_370_550) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(21_370_550, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 3_629 - .saturating_add(Weight::from_ref_time(1_141_607).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(1_141_607, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -134,14 +134,14 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `533 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `15746` // Minimum execution time: 48_957 nanoseconds. - Weight::from_ref_time(26_306_252) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(26_306_252, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 8_739 - .saturating_add(Weight::from_ref_time(93_355).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(93_355, 0).saturating_mul(r.into())) // Standard Error: 1_706 - .saturating_add(Weight::from_ref_time(1_112_902).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_112_902, 0).saturating_mul(s.into())) // Standard Error: 1_706 - .saturating_add(Weight::from_ref_time(237_971).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(237_971, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -157,12 +157,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `431 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11649` // Minimum execution time: 29_466 nanoseconds. - Weight::from_ref_time(28_311_470) - .saturating_add(Weight::from_proof_size(11649)) + Weight::from_parts(28_311_470, 0) + .saturating_add(Weight::from_parts(0, 11649)) // Standard Error: 4_744 - .saturating_add(Weight::from_ref_time(105_338).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(105_338, 0).saturating_mul(r.into())) // Standard Error: 925 - .saturating_add(Weight::from_ref_time(469_280).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(469_280, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -175,12 +175,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `430 + x * (66 ±0)` // Estimated: `10013` // Minimum execution time: 25_996 nanoseconds. - Weight::from_ref_time(26_141_469) - .saturating_add(Weight::from_proof_size(10013)) + Weight::from_parts(26_141_469, 0) + .saturating_add(Weight::from_parts(0, 10013)) // Standard Error: 4_115 - .saturating_add(Weight::from_ref_time(61_929).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(61_929, 0).saturating_mul(r.into())) // Standard Error: 802 - .saturating_add(Weight::from_ref_time(466_025).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(466_025, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,10 +192,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 6_761 nanoseconds. - Weight::from_ref_time(7_438_431) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_438_431, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_286 - .saturating_add(Weight::from_ref_time(96_779).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(96_779, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -207,10 +207,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 7_065 nanoseconds. - Weight::from_ref_time(7_761_081) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_761_081, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_405 - .saturating_add(Weight::from_ref_time(89_580).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(89_580, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -222,10 +222,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 7_029 nanoseconds. - Weight::from_ref_time(7_489_478) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_489_478, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_273 - .saturating_add(Weight::from_ref_time(87_142).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(87_142, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -240,12 +240,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `509 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11649` // Minimum execution time: 22_672 nanoseconds. - Weight::from_ref_time(21_800_147) - .saturating_add(Weight::from_proof_size(11649)) + Weight::from_parts(21_800_147, 0) + .saturating_add(Weight::from_parts(0, 11649)) // Standard Error: 5_387 - .saturating_add(Weight::from_ref_time(103_911).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(103_911, 0).saturating_mul(r.into())) // Standard Error: 996 - .saturating_add(Weight::from_ref_time(775_383).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(775_383, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -265,14 +265,14 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `772 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `18349` // Minimum execution time: 62_398 nanoseconds. - Weight::from_ref_time(41_403_376) - .saturating_add(Weight::from_proof_size(18349)) + Weight::from_parts(41_403_376, 0) + .saturating_add(Weight::from_parts(0, 18349)) // Standard Error: 18_828 - .saturating_add(Weight::from_ref_time(63_353).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(63_353, 0).saturating_mul(r.into())) // Standard Error: 3_676 - .saturating_add(Weight::from_ref_time(1_132_017).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_132_017, 0).saturating_mul(s.into())) // Standard Error: 3_676 - .saturating_add(Weight::from_ref_time(228_527).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(228_527, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -289,10 +289,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `507 + s * (36 ±0)` // Estimated: `18335` // Minimum execution time: 25_876 nanoseconds. - Weight::from_ref_time(30_818_769) - .saturating_add(Weight::from_proof_size(18335)) + Weight::from_parts(30_818_769, 0) + .saturating_add(Weight::from_parts(0, 18335)) // Standard Error: 1_458 - .saturating_add(Weight::from_ref_time(63_175).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(63_175, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -306,10 +306,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `623 + s * (3 ±0)` // Estimated: `12602` // Minimum execution time: 12_517 nanoseconds. - Weight::from_ref_time(14_411_360) - .saturating_add(Weight::from_proof_size(12602)) + Weight::from_parts(14_411_360, 0) + .saturating_add(Weight::from_parts(0, 12602)) // Standard Error: 615 - .saturating_add(Weight::from_ref_time(17_345).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(17_345, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -325,10 +325,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `702 + s * (35 ±0)` // Estimated: `18335` // Minimum execution time: 29_382 nanoseconds. - Weight::from_ref_time(35_419_886) - .saturating_add(Weight::from_proof_size(18335)) + Weight::from_parts(35_419_886, 0) + .saturating_add(Weight::from_parts(0, 18335)) // Standard Error: 1_530 - .saturating_add(Weight::from_ref_time(49_937).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(49_937, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -342,10 +342,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `628 + s * (37 ±0)` // Estimated: `8322` // Minimum execution time: 18_595 nanoseconds. - Weight::from_ref_time(21_047_083) - .saturating_add(Weight::from_proof_size(8322)) + Weight::from_parts(21_047_083, 0) + .saturating_add(Weight::from_parts(0, 8322)) // Standard Error: 986 - .saturating_add(Weight::from_ref_time(56_196).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(56_196, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_im_online.rs b/runtime/kusama/src/weights/pallet_im_online.rs index 7fdd60b2b6e3..2012ba795d0f 100644 --- a/runtime/kusama/src/weights/pallet_im_online.rs +++ b/runtime/kusama/src/weights/pallet_im_online.rs @@ -62,15 +62,15 @@ impl pallet_im_online::WeightInfo for WeightInfo { // Measured: `425 + k * (32 ±0)` // Estimated: `10345844 + k * (64 ±0) + e * (25 ±0)` // Minimum execution time: 91_845 nanoseconds. - Weight::from_ref_time(72_883_222) - .saturating_add(Weight::from_proof_size(10345844)) + Weight::from_parts(72_883_222, 0) + .saturating_add(Weight::from_parts(0, 10345844)) // Standard Error: 391 - .saturating_add(Weight::from_ref_time(24_923).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(24_923, 0).saturating_mul(k.into())) // Standard Error: 3_945 - .saturating_add(Weight::from_ref_time(391_176).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(391_176, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(64).saturating_mul(k.into())) - .saturating_add(Weight::from_proof_size(25).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 25).saturating_mul(e.into())) } } diff --git a/runtime/kusama/src/weights/pallet_indices.rs b/runtime/kusama/src/weights/pallet_indices.rs index 7a480bd650a3..013fb8d65326 100644 --- a/runtime/kusama/src/weights/pallet_indices.rs +++ b/runtime/kusama/src/weights/pallet_indices.rs @@ -52,8 +52,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `142` // Estimated: `2544` // Minimum execution time: 19_772 nanoseconds. - Weight::from_ref_time(20_141_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(20_141_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -66,8 +66,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `405` // Estimated: `5147` // Minimum execution time: 26_307 nanoseconds. - Weight::from_ref_time(26_715_000) - .saturating_add(Weight::from_proof_size(5147)) + Weight::from_parts(26_715_000, 0) + .saturating_add(Weight::from_parts(0, 5147)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,8 +78,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `270` // Estimated: `2544` // Minimum execution time: 21_317 nanoseconds. - Weight::from_ref_time(21_752_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(21_752_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -92,8 +92,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `405` // Estimated: `5147` // Minimum execution time: 22_949 nanoseconds. - Weight::from_ref_time(23_602_000) - .saturating_add(Weight::from_proof_size(5147)) + Weight::from_parts(23_602_000, 0) + .saturating_add(Weight::from_parts(0, 5147)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -104,8 +104,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `270` // Estimated: `2544` // Minimum execution time: 23_291 nanoseconds. - Weight::from_ref_time(23_680_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(23_680_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_membership.rs b/runtime/kusama/src/weights/pallet_membership.rs index 7591954f5f97..b1aa079e8939 100644 --- a/runtime/kusama/src/weights/pallet_membership.rs +++ b/runtime/kusama/src/weights/pallet_membership.rs @@ -59,10 +59,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `272 + m * (64 ±0)` // Estimated: `5005 + m * (192 ±0)` // Minimum execution time: 15_868 nanoseconds. - Weight::from_ref_time(16_735_956) - .saturating_add(Weight::from_proof_size(5005)) + Weight::from_parts(16_735_956, 0) + .saturating_add(Weight::from_parts(0, 5005)) // Standard Error: 405 - .saturating_add(Weight::from_ref_time(34_427).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(34_427, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -83,10 +83,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `376 + m * (64 ±0)` // Estimated: `5844 + m * (192 ±0)` // Minimum execution time: 18_310 nanoseconds. - Weight::from_ref_time(20_244_850) - .saturating_add(Weight::from_proof_size(5844)) + Weight::from_parts(20_244_850, 0) + .saturating_add(Weight::from_parts(0, 5844)) // Standard Error: 1_013 - .saturating_add(Weight::from_ref_time(24_485).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(24_485, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -107,10 +107,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `376 + m * (64 ±0)` // Estimated: `5844 + m * (192 ±0)` // Minimum execution time: 18_288 nanoseconds. - Weight::from_ref_time(19_678_526) - .saturating_add(Weight::from_proof_size(5844)) + Weight::from_parts(19_678_526, 0) + .saturating_add(Weight::from_parts(0, 5844)) // Standard Error: 638 - .saturating_add(Weight::from_ref_time(46_969).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(46_969, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -131,10 +131,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `376 + m * (64 ±0)` // Estimated: `5844 + m * (192 ±0)` // Minimum execution time: 18_134 nanoseconds. - Weight::from_ref_time(19_888_809) - .saturating_add(Weight::from_proof_size(5844)) + Weight::from_parts(19_888_809, 0) + .saturating_add(Weight::from_parts(0, 5844)) // Standard Error: 941 - .saturating_add(Weight::from_ref_time(159_905).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(159_905, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -155,10 +155,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `376 + m * (64 ±0)` // Estimated: `5844 + m * (192 ±0)` // Minimum execution time: 19_561 nanoseconds. - Weight::from_ref_time(21_279_630) - .saturating_add(Weight::from_proof_size(5844)) + Weight::from_parts(21_279_630, 0) + .saturating_add(Weight::from_parts(0, 5844)) // Standard Error: 1_831 - .saturating_add(Weight::from_ref_time(40_904).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(40_904, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -175,10 +175,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `64 + m * (32 ±0)` // Estimated: `3761 + m * (32 ±0)` // Minimum execution time: 6_834 nanoseconds. - Weight::from_ref_time(7_209_545) - .saturating_add(Weight::from_proof_size(3761)) + Weight::from_parts(7_209_545, 0) + .saturating_add(Weight::from_parts(0, 3761)) // Standard Error: 141 - .saturating_add(Weight::from_ref_time(11_608).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(11_608, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) @@ -193,10 +193,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_026 nanoseconds. - Weight::from_ref_time(3_222_361) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_222_361, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 76 - .saturating_add(Weight::from_ref_time(409).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(409, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().writes(2)) } } diff --git a/runtime/kusama/src/weights/pallet_multisig.rs b/runtime/kusama/src/weights/pallet_multisig.rs index 372457809600..9ba671a1f0eb 100644 --- a/runtime/kusama/src/weights/pallet_multisig.rs +++ b/runtime/kusama/src/weights/pallet_multisig.rs @@ -51,10 +51,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 11_812 nanoseconds. - Weight::from_ref_time(12_396_153) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(12_396_153, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(494).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(494, 0).saturating_mul(z.into())) } /// Storage: Multisig Multisigs (r:1 w:1) /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) @@ -65,12 +65,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `352 + s * (2 ±0)` // Estimated: `5821` // Minimum execution time: 36_403 nanoseconds. - Weight::from_ref_time(31_104_250) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(31_104_250, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 608 - .saturating_add(Weight::from_ref_time(65_369).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(65_369, 0).saturating_mul(s.into())) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_470).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_470, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -83,12 +83,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `351` // Estimated: `5821` // Minimum execution time: 26_859 nanoseconds. - Weight::from_ref_time(20_829_361) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(20_829_361, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 424 - .saturating_add(Weight::from_ref_time(66_072).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(66_072, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_507).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_507, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -103,12 +103,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `489 + s * (33 ±0)` // Estimated: `8424` // Minimum execution time: 44_285 nanoseconds. - Weight::from_ref_time(33_858_965) - .saturating_add(Weight::from_proof_size(8424)) + Weight::from_parts(33_858_965, 0) + .saturating_add(Weight::from_parts(0, 8424)) // Standard Error: 1_025 - .saturating_add(Weight::from_ref_time(106_136).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(106_136, 0).saturating_mul(s.into())) // Standard Error: 10 - .saturating_add(Weight::from_ref_time(1_572).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_572, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -120,10 +120,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `359 + s * (2 ±0)` // Estimated: `5821` // Minimum execution time: 27_007 nanoseconds. - Weight::from_ref_time(28_799_460) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(28_799_460, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 727 - .saturating_add(Weight::from_ref_time(73_421).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(73_421, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -135,10 +135,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `351` // Estimated: `5821` // Minimum execution time: 18_213 nanoseconds. - Weight::from_ref_time(19_335_417) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(19_335_417, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 547 - .saturating_add(Weight::from_ref_time(70_081).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(70_081, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -150,10 +150,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `555 + s * (1 ±0)` // Estimated: `5821` // Minimum execution time: 28_536 nanoseconds. - Weight::from_ref_time(30_528_975) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(30_528_975, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 1_817 - .saturating_add(Weight::from_ref_time(100_832).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(100_832, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_nis.rs b/runtime/kusama/src/weights/pallet_nis.rs index 8b336f450d16..b8b6a1c48125 100644 --- a/runtime/kusama/src/weights/pallet_nis.rs +++ b/runtime/kusama/src/weights/pallet_nis.rs @@ -57,10 +57,10 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `10279 + l * (48 ±0)` // Estimated: `64718` // Minimum execution time: 30_301 nanoseconds. - Weight::from_ref_time(33_466_240) - .saturating_add(Weight::from_proof_size(64718)) + Weight::from_parts(33_466_240, 0) + .saturating_add(Weight::from_parts(0, 64718)) // Standard Error: 738 - .saturating_add(Weight::from_ref_time(72_743).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(72_743, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -75,8 +75,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `58281` // Estimated: `64718` // Minimum execution time: 107_161 nanoseconds. - Weight::from_ref_time(108_832_000) - .saturating_add(Weight::from_proof_size(64718)) + Weight::from_parts(108_832_000, 0) + .saturating_add(Weight::from_parts(0, 64718)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -92,10 +92,10 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `10279 + l * (48 ±0)` // Estimated: `64718` // Minimum execution time: 38_181 nanoseconds. - Weight::from_ref_time(34_136_859) - .saturating_add(Weight::from_proof_size(64718)) + Weight::from_parts(34_136_859, 0) + .saturating_add(Weight::from_parts(0, 64718)) // Standard Error: 722 - .saturating_add(Weight::from_ref_time(59_626).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(59_626, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -108,8 +108,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `256` // Estimated: `3138` // Minimum execution time: 34_258 nanoseconds. - Weight::from_ref_time(34_506_000) - .saturating_add(Weight::from_proof_size(3138)) + Weight::from_parts(34_506_000, 0) + .saturating_add(Weight::from_parts(0, 3138)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -126,8 +126,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `457` // Estimated: `9418` // Minimum execution time: 49_523 nanoseconds. - Weight::from_ref_time(49_848_000) - .saturating_add(Weight::from_proof_size(9418)) + Weight::from_parts(49_848_000, 0) + .saturating_add(Weight::from_parts(0, 9418)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -146,8 +146,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `698` // Estimated: `8792` // Minimum execution time: 65_591 nanoseconds. - Weight::from_ref_time(66_211_000) - .saturating_add(Weight::from_proof_size(8792)) + Weight::from_parts(66_211_000, 0) + .saturating_add(Weight::from_parts(0, 8792)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -168,8 +168,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `760` // Estimated: `12516` // Minimum execution time: 74_274 nanoseconds. - Weight::from_ref_time(75_181_000) - .saturating_add(Weight::from_proof_size(12516)) + Weight::from_parts(75_181_000, 0) + .saturating_add(Weight::from_parts(0, 12516)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -190,8 +190,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `539` // Estimated: `12516` // Minimum execution time: 68_837 nanoseconds. - Weight::from_ref_time(69_316_000) - .saturating_add(Weight::from_proof_size(12516)) + Weight::from_parts(69_316_000, 0) + .saturating_add(Weight::from_parts(0, 12516)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -206,8 +206,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `10689` // Estimated: `13635` // Minimum execution time: 24_779 nanoseconds. - Weight::from_ref_time(25_172_000) - .saturating_add(Weight::from_proof_size(13635)) + Weight::from_parts(25_172_000, 0) + .saturating_add(Weight::from_parts(0, 13635)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -218,8 +218,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `76` // Estimated: `50497` // Minimum execution time: 4_104 nanoseconds. - Weight::from_ref_time(4_252_000) - .saturating_add(Weight::from_proof_size(50497)) + Weight::from_parts(4_252_000, 0) + .saturating_add(Weight::from_parts(0, 50497)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -230,8 +230,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_710 nanoseconds. - Weight::from_ref_time(6_907_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_907_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/pallet_nomination_pools.rs b/runtime/kusama/src/weights/pallet_nomination_pools.rs index 34e56fd825ed..e1e59fc43693 100644 --- a/runtime/kusama/src/weights/pallet_nomination_pools.rs +++ b/runtime/kusama/src/weights/pallet_nomination_pools.rs @@ -76,8 +76,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3501` // Estimated: `38468` // Minimum execution time: 155_259 nanoseconds. - Weight::from_ref_time(159_392_000) - .saturating_add(Weight::from_proof_size(38468)) + Weight::from_parts(159_392_000, 0) + .saturating_add(Weight::from_parts(0, 38468)) .saturating_add(T::DbWeight::get().reads(17)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -104,8 +104,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3543` // Estimated: `39063` // Minimum execution time: 150_628 nanoseconds. - Weight::from_ref_time(152_414_000) - .saturating_add(Weight::from_proof_size(39063)) + Weight::from_parts(152_414_000, 0) + .saturating_add(Weight::from_parts(0, 39063)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -134,8 +134,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3389` // Estimated: `38950` // Minimum execution time: 163_983 nanoseconds. - Weight::from_ref_time(165_428_000) - .saturating_add(Weight::from_proof_size(38950)) + Weight::from_parts(165_428_000, 0) + .saturating_add(Weight::from_parts(0, 38950)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -154,8 +154,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1254` // Estimated: `13485` // Minimum execution time: 59_520 nanoseconds. - Weight::from_ref_time(60_666_000) - .saturating_add(Weight::from_proof_size(13485)) + Weight::from_parts(60_666_000, 0) + .saturating_add(Weight::from_parts(0, 13485)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -192,8 +192,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3779` // Estimated: `44930` // Minimum execution time: 154_659 nanoseconds. - Weight::from_ref_time(156_090_000) - .saturating_add(Weight::from_proof_size(44930)) + Weight::from_parts(156_090_000, 0) + .saturating_add(Weight::from_parts(0, 44930)) .saturating_add(T::DbWeight::get().reads(18)) .saturating_add(T::DbWeight::get().writes(13)) } @@ -213,10 +213,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1700` // Estimated: `13025` // Minimum execution time: 52_836 nanoseconds. - Weight::from_ref_time(54_086_254) - .saturating_add(Weight::from_proof_size(13025)) + Weight::from_parts(54_086_254, 0) + .saturating_add(Weight::from_parts(0, 13025)) // Standard Error: 753 - .saturating_add(Weight::from_ref_time(8_103).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(8_103, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -246,10 +246,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2224` // Estimated: `22991` // Minimum execution time: 102_419 nanoseconds. - Weight::from_ref_time(104_332_875) - .saturating_add(Weight::from_proof_size(22991)) + Weight::from_parts(104_332_875, 0) + .saturating_add(Weight::from_parts(0, 22991)) // Standard Error: 1_933 - .saturating_add(Weight::from_ref_time(15_901).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(15_901, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -301,8 +301,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2614` // Estimated: `46287` // Minimum execution time: 162_308 nanoseconds. - Weight::from_ref_time(165_347_893) - .saturating_add(Weight::from_proof_size(46287)) + Weight::from_parts(165_347_893, 0) + .saturating_add(Weight::from_parts(0, 46287)) .saturating_add(T::DbWeight::get().reads(20)) .saturating_add(T::DbWeight::get().writes(18)) } @@ -353,8 +353,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1254` // Estimated: `32002` // Minimum execution time: 144_295 nanoseconds. - Weight::from_ref_time(145_923_000) - .saturating_add(Weight::from_proof_size(32002)) + Weight::from_parts(145_923_000, 0) + .saturating_add(Weight::from_parts(0, 32002)) .saturating_add(T::DbWeight::get().reads(21)) .saturating_add(T::DbWeight::get().writes(15)) } @@ -388,10 +388,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1834` // Estimated: `22254 + n * (2520 ±0)` // Minimum execution time: 66_817 nanoseconds. - Weight::from_ref_time(67_646_764) - .saturating_add(Weight::from_proof_size(22254)) + Weight::from_parts(67_646_764, 0) + .saturating_add(Weight::from_parts(0, 22254)) // Standard Error: 12_768 - .saturating_add(Weight::from_ref_time(1_325_294).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_325_294, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5)) @@ -408,8 +408,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1423` // Estimated: `8752` // Minimum execution time: 35_795 nanoseconds. - Weight::from_ref_time(36_450_000) - .saturating_add(Weight::from_proof_size(8752)) + Weight::from_parts(36_450_000, 0) + .saturating_add(Weight::from_parts(0, 8752)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -425,10 +425,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `559` // Estimated: `5883` // Minimum execution time: 14_066 nanoseconds. - Weight::from_ref_time(14_523_246) - .saturating_add(Weight::from_proof_size(5883)) + Weight::from_parts(14_523_246, 0) + .saturating_add(Weight::from_parts(0, 5883)) // Standard Error: 114 - .saturating_add(Weight::from_ref_time(1_692).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_692, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -447,8 +447,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 5_088 nanoseconds. - Weight::from_ref_time(5_337_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_337_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: NominationPools BondedPools (r:1 w:1) @@ -458,8 +458,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `559` // Estimated: `2639` // Minimum execution time: 19_312 nanoseconds. - Weight::from_ref_time(19_483_000) - .saturating_add(Weight::from_proof_size(2639)) + Weight::from_parts(19_483_000, 0) + .saturating_add(Weight::from_parts(0, 2639)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -486,8 +486,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2061` // Estimated: `20745` // Minimum execution time: 65_721 nanoseconds. - Weight::from_ref_time(66_514_000) - .saturating_add(Weight::from_proof_size(20745)) + Weight::from_parts(66_514_000, 0) + .saturating_add(Weight::from_parts(0, 20745)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -500,8 +500,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `542` // Estimated: `5708` // Minimum execution time: 14_637 nanoseconds. - Weight::from_ref_time(15_053_000) - .saturating_add(Weight::from_proof_size(5708)) + Weight::from_parts(15_053_000, 0) + .saturating_add(Weight::from_parts(0, 5708)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_preimage.rs b/runtime/kusama/src/weights/pallet_preimage.rs index 1f85e7f07e29..79436e25df01 100644 --- a/runtime/kusama/src/weights/pallet_preimage.rs +++ b/runtime/kusama/src/weights/pallet_preimage.rs @@ -55,10 +55,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `175` // Estimated: `2566` // Minimum execution time: 24_429 nanoseconds. - Weight::from_ref_time(24_682_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(24_682_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_296).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_296, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -72,10 +72,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 15_628 nanoseconds. - Weight::from_ref_time(15_810_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(15_810_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(2_307).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_307, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,10 +89,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 14_422 nanoseconds. - Weight::from_ref_time(14_639_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(14_639_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 3 - .saturating_add(Weight::from_ref_time(2_310).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_310, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -105,8 +105,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `353` // Estimated: `2566` // Minimum execution time: 32_172 nanoseconds. - Weight::from_ref_time(33_400_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(33_400_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,8 +119,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 20_366 nanoseconds. - Weight::from_ref_time(21_337_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(21_337_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -131,8 +131,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `220` // Estimated: `2566` // Minimum execution time: 18_373 nanoseconds. - Weight::from_ref_time(19_178_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(19_178_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -143,8 +143,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 10_863 nanoseconds. - Weight::from_ref_time(11_528_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(11_528_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -155,8 +155,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `42` // Estimated: `2566` // Minimum execution time: 12_532 nanoseconds. - Weight::from_ref_time(13_374_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(13_374_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -167,8 +167,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 7_507 nanoseconds. - Weight::from_ref_time(7_822_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(7_822_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -181,8 +181,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 18_373 nanoseconds. - Weight::from_ref_time(19_743_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(19_743_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -193,8 +193,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 7_479 nanoseconds. - Weight::from_ref_time(7_718_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(7_718_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -205,8 +205,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 7_490 nanoseconds. - Weight::from_ref_time(7_696_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(7_696_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_proxy.rs b/runtime/kusama/src/weights/pallet_proxy.rs index 6b39cba08f5b..b3c65f6696f3 100644 --- a/runtime/kusama/src/weights/pallet_proxy.rs +++ b/runtime/kusama/src/weights/pallet_proxy.rs @@ -53,10 +53,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 14_615 nanoseconds. - Weight::from_ref_time(15_386_698) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(15_386_698, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_787 - .saturating_add(Weight::from_ref_time(43_011).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(43_011, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: Proxy Proxies (r:1 w:0) @@ -72,12 +72,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `650 + a * (68 ±0) + p * (37 ±0)` // Estimated: `11027` // Minimum execution time: 36_035 nanoseconds. - Weight::from_ref_time(36_959_447) - .saturating_add(Weight::from_proof_size(11027)) + Weight::from_parts(36_959_447, 0) + .saturating_add(Weight::from_parts(0, 11027)) // Standard Error: 1_990 - .saturating_add(Weight::from_ref_time(139_528).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(139_528, 0).saturating_mul(a.into())) // Standard Error: 2_057 - .saturating_add(Weight::from_ref_time(21_985).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(21_985, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -92,10 +92,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `533 + a * (68 ±0)` // Estimated: `7311` // Minimum execution time: 20_524 nanoseconds. - Weight::from_ref_time(22_062_026) - .saturating_add(Weight::from_proof_size(7311)) + Weight::from_parts(22_062_026, 0) + .saturating_add(Weight::from_parts(0, 7311)) // Standard Error: 1_358 - .saturating_add(Weight::from_ref_time(140_509).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(140_509, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -110,10 +110,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `533 + a * (68 ±0)` // Estimated: `7311` // Minimum execution time: 20_653 nanoseconds. - Weight::from_ref_time(21_980_503) - .saturating_add(Weight::from_proof_size(7311)) + Weight::from_parts(21_980_503, 0) + .saturating_add(Weight::from_parts(0, 7311)) // Standard Error: 1_413 - .saturating_add(Weight::from_ref_time(140_088).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(140_088, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -130,12 +130,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `582 + a * (68 ±0) + p * (37 ±0)` // Estimated: `11027` // Minimum execution time: 28_971 nanoseconds. - Weight::from_ref_time(33_226_962) - .saturating_add(Weight::from_proof_size(11027)) + Weight::from_parts(33_226_962, 0) + .saturating_add(Weight::from_parts(0, 11027)) // Standard Error: 3_142 - .saturating_add(Weight::from_ref_time(144_218).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(144_218, 0).saturating_mul(a.into())) // Standard Error: 3_247 - .saturating_add(Weight::from_ref_time(20_427).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(20_427, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -147,10 +147,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 22_068 nanoseconds. - Weight::from_ref_time(22_996_882) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(22_996_882, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_701 - .saturating_add(Weight::from_ref_time(53_958).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(53_958, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,10 +162,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 21_470 nanoseconds. - Weight::from_ref_time(22_582_951) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(22_582_951, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_831 - .saturating_add(Weight::from_ref_time(66_607).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(66_607, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -177,10 +177,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 17_398 nanoseconds. - Weight::from_ref_time(18_475_576) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(18_475_576, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_719 - .saturating_add(Weight::from_ref_time(13_465).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(13_465, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,10 +192,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `239` // Estimated: `3716` // Minimum execution time: 23_766 nanoseconds. - Weight::from_ref_time(24_670_874) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(24_670_874, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 3_266 - .saturating_add(Weight::from_ref_time(11_835).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(11_835, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -207,10 +207,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `296 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 18_402 nanoseconds. - Weight::from_ref_time(19_432_290) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(19_432_290, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 2_064 - .saturating_add(Weight::from_ref_time(27_007).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(27_007, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_ranked_collective.rs b/runtime/kusama/src/weights/pallet_ranked_collective.rs index 7261c0afeca9..db82beec719f 100644 --- a/runtime/kusama/src/weights/pallet_ranked_collective.rs +++ b/runtime/kusama/src/weights/pallet_ranked_collective.rs @@ -58,8 +58,8 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Measured: `76` // Estimated: `5006` // Minimum execution time: 16_268 nanoseconds. - Weight::from_ref_time(16_687_000) - .saturating_add(Weight::from_proof_size(5006)) + Weight::from_parts(16_687_000, 0) + .saturating_add(Weight::from_parts(0, 5006)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -77,10 +77,10 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Measured: `550 + r * (281 ±0)` // Estimated: `10064 + r * (7547 ±0)` // Minimum execution time: 26_704 nanoseconds. - Weight::from_ref_time(31_276_838) - .saturating_add(Weight::from_proof_size(10064)) + Weight::from_parts(31_276_838, 0) + .saturating_add(Weight::from_parts(0, 10064)) // Standard Error: 27_858 - .saturating_add(Weight::from_ref_time(11_495_748).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(11_495_748, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -101,10 +101,10 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Measured: `248 + r * (17 ±0)` // Estimated: `5006` // Minimum execution time: 18_832 nanoseconds. - Weight::from_ref_time(19_732_179) - .saturating_add(Weight::from_proof_size(5006)) + Weight::from_parts(19_732_179, 0) + .saturating_add(Weight::from_parts(0, 5006)) // Standard Error: 4_824 - .saturating_add(Weight::from_ref_time(306_796).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(306_796, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -122,10 +122,10 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Measured: `566 + r * (72 ±0)` // Estimated: `10064` // Minimum execution time: 26_654 nanoseconds. - Weight::from_ref_time(31_282_870) - .saturating_add(Weight::from_proof_size(10064)) + Weight::from_parts(31_282_870, 0) + .saturating_add(Weight::from_parts(0, 10064)) // Standard Error: 27_881 - .saturating_add(Weight::from_ref_time(756_040).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(756_040, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -142,8 +142,8 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Measured: `704` // Estimated: `91308` // Minimum execution time: 49_853 nanoseconds. - Weight::from_ref_time(50_469_000) - .saturating_add(Weight::from_proof_size(91308)) + Weight::from_parts(50_469_000, 0) + .saturating_add(Weight::from_parts(0, 91308)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -159,10 +159,10 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Measured: `500 + n * (50 ±0)` // Estimated: `5964 + n * (2540 ±0)` // Minimum execution time: 14_618 nanoseconds. - Weight::from_ref_time(17_728_262) - .saturating_add(Weight::from_proof_size(5964)) + Weight::from_parts(17_728_262, 0) + .saturating_add(Weight::from_parts(0, 5964)) // Standard Error: 1_481 - .saturating_add(Weight::from_ref_time(917_792).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(917_792, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) diff --git a/runtime/kusama/src/weights/pallet_referenda_fellowship_referenda.rs b/runtime/kusama/src/weights/pallet_referenda_fellowship_referenda.rs index 6d603f46a772..2856acd259b4 100644 --- a/runtime/kusama/src/weights/pallet_referenda_fellowship_referenda.rs +++ b/runtime/kusama/src/weights/pallet_referenda_fellowship_referenda.rs @@ -58,8 +58,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `361` // Estimated: `44454` // Minimum execution time: 28_830 nanoseconds. - Weight::from_ref_time(29_377_000) - .saturating_add(Weight::from_proof_size(44454)) + Weight::from_parts(29_377_000, 0) + .saturating_add(Weight::from_parts(0, 44454)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -72,8 +72,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `502` // Estimated: `86251` // Minimum execution time: 47_815 nanoseconds. - Weight::from_ref_time(48_387_000) - .saturating_add(Weight::from_proof_size(86251)) + Weight::from_parts(48_387_000, 0) + .saturating_add(Weight::from_parts(0, 86251)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -88,8 +88,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `1975` // Estimated: `9151` // Minimum execution time: 62_881 nanoseconds. - Weight::from_ref_time(64_964_000) - .saturating_add(Weight::from_proof_size(9151)) + Weight::from_parts(64_964_000, 0) + .saturating_add(Weight::from_parts(0, 9151)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -104,8 +104,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `2016` // Estimated: `9151` // Minimum execution time: 61_746 nanoseconds. - Weight::from_ref_time(63_673_000) - .saturating_add(Weight::from_proof_size(9151)) + Weight::from_parts(63_673_000, 0) + .saturating_add(Weight::from_parts(0, 9151)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -122,8 +122,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `872` // Estimated: `91229` // Minimum execution time: 120_917 nanoseconds. - Weight::from_ref_time(124_944_000) - .saturating_add(Weight::from_proof_size(91229)) + Weight::from_parts(124_944_000, 0) + .saturating_add(Weight::from_parts(0, 91229)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -138,8 +138,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `644` // Estimated: `8353` // Minimum execution time: 40_448 nanoseconds. - Weight::from_ref_time(41_118_000) - .saturating_add(Weight::from_proof_size(8353)) + Weight::from_parts(41_118_000, 0) + .saturating_add(Weight::from_parts(0, 8353)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -150,8 +150,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `415` // Estimated: `3375` // Minimum execution time: 25_651 nanoseconds. - Weight::from_ref_time(26_290_000) - .saturating_add(Weight::from_proof_size(3375)) + Weight::from_parts(26_290_000, 0) + .saturating_add(Weight::from_parts(0, 3375)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,8 +162,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `233` // Estimated: `3375` // Minimum execution time: 14_723 nanoseconds. - Weight::from_ref_time(15_085_000) - .saturating_add(Weight::from_proof_size(3375)) + Weight::from_parts(15_085_000, 0) + .saturating_add(Weight::from_parts(0, 3375)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -176,8 +176,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `415` // Estimated: `86251` // Minimum execution time: 36_823 nanoseconds. - Weight::from_ref_time(37_213_000) - .saturating_add(Weight::from_proof_size(86251)) + Weight::from_parts(37_213_000, 0) + .saturating_add(Weight::from_parts(0, 86251)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -192,8 +192,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `548` // Estimated: `88778` // Minimum execution time: 67_448 nanoseconds. - Weight::from_ref_time(68_149_000) - .saturating_add(Weight::from_proof_size(88778)) + Weight::from_parts(68_149_000, 0) + .saturating_add(Weight::from_parts(0, 88778)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -206,8 +206,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `174` // Estimated: `5776` // Minimum execution time: 9_582 nanoseconds. - Weight::from_ref_time(9_956_000) - .saturating_add(Weight::from_proof_size(5776)) + Weight::from_parts(9_956_000, 0) + .saturating_add(Weight::from_parts(0, 5776)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -224,8 +224,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3147` // Estimated: `92027` // Minimum execution time: 133_463 nanoseconds. - Weight::from_ref_time(136_045_000) - .saturating_add(Weight::from_proof_size(92027)) + Weight::from_parts(136_045_000, 0) + .saturating_add(Weight::from_parts(0, 92027)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -242,8 +242,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3147` // Estimated: `92027` // Minimum execution time: 134_597 nanoseconds. - Weight::from_ref_time(137_825_000) - .saturating_add(Weight::from_proof_size(92027)) + Weight::from_parts(137_825_000, 0) + .saturating_add(Weight::from_parts(0, 92027)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -258,8 +258,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `2790` // Estimated: `48100` // Minimum execution time: 71_976 nanoseconds. - Weight::from_ref_time(74_636_000) - .saturating_add(Weight::from_proof_size(48100)) + Weight::from_parts(74_636_000, 0) + .saturating_add(Weight::from_parts(0, 48100)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -274,8 +274,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `2757` // Estimated: `48100` // Minimum execution time: 72_500 nanoseconds. - Weight::from_ref_time(73_910_000) - .saturating_add(Weight::from_proof_size(48100)) + Weight::from_parts(73_910_000, 0) + .saturating_add(Weight::from_parts(0, 48100)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -292,8 +292,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `2773` // Estimated: `50589` // Minimum execution time: 75_313 nanoseconds. - Weight::from_ref_time(77_536_000) - .saturating_add(Weight::from_proof_size(50589)) + Weight::from_parts(77_536_000, 0) + .saturating_add(Weight::from_parts(0, 50589)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -310,8 +310,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `2814` // Estimated: `50589` // Minimum execution time: 74_099 nanoseconds. - Weight::from_ref_time(77_098_000) - .saturating_add(Weight::from_proof_size(50589)) + Weight::from_parts(77_098_000, 0) + .saturating_add(Weight::from_parts(0, 50589)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -324,8 +324,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `367` // Estimated: `44813` // Minimum execution time: 25_113 nanoseconds. - Weight::from_ref_time(26_134_000) - .saturating_add(Weight::from_proof_size(44813)) + Weight::from_parts(26_134_000, 0) + .saturating_add(Weight::from_parts(0, 44813)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -338,8 +338,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `415` // Estimated: `44813` // Minimum execution time: 25_567 nanoseconds. - Weight::from_ref_time(26_072_000) - .saturating_add(Weight::from_proof_size(44813)) + Weight::from_parts(26_072_000, 0) + .saturating_add(Weight::from_parts(0, 44813)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -350,8 +350,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `274` // Estimated: `3375` // Minimum execution time: 17_031 nanoseconds. - Weight::from_ref_time(17_652_000) - .saturating_add(Weight::from_proof_size(3375)) + Weight::from_parts(17_652_000, 0) + .saturating_add(Weight::from_parts(0, 3375)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -368,8 +368,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `650` // Estimated: `49791` // Minimum execution time: 37_418 nanoseconds. - Weight::from_ref_time(38_186_000) - .saturating_add(Weight::from_proof_size(49791)) + Weight::from_parts(38_186_000, 0) + .saturating_add(Weight::from_parts(0, 49791)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -386,8 +386,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `785` // Estimated: `49791` // Minimum execution time: 62_637 nanoseconds. - Weight::from_ref_time(64_215_000) - .saturating_add(Weight::from_proof_size(49791)) + Weight::from_parts(64_215_000, 0) + .saturating_add(Weight::from_parts(0, 49791)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -402,8 +402,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `836` // Estimated: `47302` // Minimum execution time: 87_588 nanoseconds. - Weight::from_ref_time(93_346_000) - .saturating_add(Weight::from_proof_size(47302)) + Weight::from_parts(93_346_000, 0) + .saturating_add(Weight::from_parts(0, 47302)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -418,8 +418,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `821` // Estimated: `47302` // Minimum execution time: 77_577 nanoseconds. - Weight::from_ref_time(94_688_000) - .saturating_add(Weight::from_proof_size(47302)) + Weight::from_parts(94_688_000, 0) + .saturating_add(Weight::from_parts(0, 47302)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -434,8 +434,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `836` // Estimated: `47302` // Minimum execution time: 84_376 nanoseconds. - Weight::from_ref_time(88_018_000) - .saturating_add(Weight::from_proof_size(47302)) + Weight::from_parts(88_018_000, 0) + .saturating_add(Weight::from_parts(0, 47302)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -450,8 +450,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `842` // Estimated: `47302` // Minimum execution time: 57_022 nanoseconds. - Weight::from_ref_time(59_312_000) - .saturating_add(Weight::from_proof_size(47302)) + Weight::from_parts(59_312_000, 0) + .saturating_add(Weight::from_parts(0, 47302)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -468,8 +468,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `842` // Estimated: `91263` // Minimum execution time: 91_098 nanoseconds. - Weight::from_ref_time(107_166_000) - .saturating_add(Weight::from_proof_size(91263)) + Weight::from_parts(107_166_000, 0) + .saturating_add(Weight::from_parts(0, 91263)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -484,8 +484,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `838` // Estimated: `47302` // Minimum execution time: 87_108 nanoseconds. - Weight::from_ref_time(91_155_000) - .saturating_add(Weight::from_proof_size(47302)) + Weight::from_parts(91_155_000, 0) + .saturating_add(Weight::from_parts(0, 47302)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -500,8 +500,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `418` // Estimated: `5941` // Minimum execution time: 20_058 nanoseconds. - Weight::from_ref_time(20_892_000) - .saturating_add(Weight::from_proof_size(5941)) + Weight::from_parts(20_892_000, 0) + .saturating_add(Weight::from_parts(0, 5941)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -514,8 +514,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `351` // Estimated: `5902` // Minimum execution time: 17_952 nanoseconds. - Weight::from_ref_time(18_420_000) - .saturating_add(Weight::from_proof_size(5902)) + Weight::from_parts(18_420_000, 0) + .saturating_add(Weight::from_parts(0, 5902)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_referenda_referenda.rs b/runtime/kusama/src/weights/pallet_referenda_referenda.rs index 410decc59d6d..bbe5ab3b5169 100644 --- a/runtime/kusama/src/weights/pallet_referenda_referenda.rs +++ b/runtime/kusama/src/weights/pallet_referenda_referenda.rs @@ -56,8 +56,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `217` // Estimated: `41937` // Minimum execution time: 33_992 nanoseconds. - Weight::from_ref_time(34_842_000) - .saturating_add(Weight::from_proof_size(41937)) + Weight::from_parts(34_842_000, 0) + .saturating_add(Weight::from_parts(0, 41937)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,8 +70,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `502` // Estimated: `86287` // Minimum execution time: 47_618 nanoseconds. - Weight::from_ref_time(48_754_000) - .saturating_add(Weight::from_proof_size(86287)) + Weight::from_parts(48_754_000, 0) + .saturating_add(Weight::from_parts(0, 86287)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -86,8 +86,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3130` // Estimated: `10387` // Minimum execution time: 44_050 nanoseconds. - Weight::from_ref_time(44_614_000) - .saturating_add(Weight::from_proof_size(10387)) + Weight::from_parts(44_614_000, 0) + .saturating_add(Weight::from_parts(0, 10387)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -102,8 +102,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3150` // Estimated: `10387` // Minimum execution time: 43_401 nanoseconds. - Weight::from_ref_time(44_556_000) - .saturating_add(Weight::from_proof_size(10387)) + Weight::from_parts(44_556_000, 0) + .saturating_add(Weight::from_parts(0, 10387)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -120,8 +120,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `502` // Estimated: `89287` // Minimum execution time: 62_461 nanoseconds. - Weight::from_ref_time(64_118_000) - .saturating_add(Weight::from_proof_size(89287)) + Weight::from_parts(64_118_000, 0) + .saturating_add(Weight::from_parts(0, 89287)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -136,8 +136,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `409` // Estimated: `6411` // Minimum execution time: 37_581 nanoseconds. - Weight::from_ref_time(38_393_000) - .saturating_add(Weight::from_proof_size(6411)) + Weight::from_parts(38_393_000, 0) + .saturating_add(Weight::from_parts(0, 6411)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -148,8 +148,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `342` // Estimated: `3411` // Minimum execution time: 24_947 nanoseconds. - Weight::from_ref_time(25_513_000) - .saturating_add(Weight::from_proof_size(3411)) + Weight::from_parts(25_513_000, 0) + .saturating_add(Weight::from_parts(0, 3411)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -160,8 +160,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `332` // Estimated: `3411` // Minimum execution time: 24_809 nanoseconds. - Weight::from_ref_time(25_549_000) - .saturating_add(Weight::from_proof_size(3411)) + Weight::from_parts(25_549_000, 0) + .saturating_add(Weight::from_parts(0, 3411)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -174,8 +174,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `378` // Estimated: `86287` // Minimum execution time: 36_573 nanoseconds. - Weight::from_ref_time(36_932_000) - .saturating_add(Weight::from_proof_size(86287)) + Weight::from_parts(36_932_000, 0) + .saturating_add(Weight::from_parts(0, 86287)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -190,8 +190,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `683` // Estimated: `88814` // Minimum execution time: 88_072 nanoseconds. - Weight::from_ref_time(90_843_000) - .saturating_add(Weight::from_proof_size(88814)) + Weight::from_parts(90_843_000, 0) + .saturating_add(Weight::from_parts(0, 88814)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -204,8 +204,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `101` // Estimated: `6976` // Minimum execution time: 8_905 nanoseconds. - Weight::from_ref_time(9_237_000) - .saturating_add(Weight::from_proof_size(6976)) + Weight::from_parts(9_237_000, 0) + .saturating_add(Weight::from_parts(0, 6976)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -222,8 +222,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3899` // Estimated: `91285` // Minimum execution time: 105_652 nanoseconds. - Weight::from_ref_time(106_507_000) - .saturating_add(Weight::from_proof_size(91285)) + Weight::from_parts(106_507_000, 0) + .saturating_add(Weight::from_parts(0, 91285)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -240,8 +240,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3899` // Estimated: `91285` // Minimum execution time: 107_053 nanoseconds. - Weight::from_ref_time(107_873_000) - .saturating_add(Weight::from_proof_size(91285)) + Weight::from_parts(107_873_000, 0) + .saturating_add(Weight::from_parts(0, 91285)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -256,8 +256,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3917` // Estimated: `49336` // Minimum execution time: 56_133 nanoseconds. - Weight::from_ref_time(56_736_000) - .saturating_add(Weight::from_proof_size(49336)) + Weight::from_parts(56_736_000, 0) + .saturating_add(Weight::from_parts(0, 49336)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -272,8 +272,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3917` // Estimated: `49336` // Minimum execution time: 55_954 nanoseconds. - Weight::from_ref_time(56_831_000) - .saturating_add(Weight::from_proof_size(49336)) + Weight::from_parts(56_831_000, 0) + .saturating_add(Weight::from_parts(0, 49336)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -290,8 +290,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3891` // Estimated: `51825` // Minimum execution time: 58_128 nanoseconds. - Weight::from_ref_time(58_927_000) - .saturating_add(Weight::from_proof_size(51825)) + Weight::from_parts(58_927_000, 0) + .saturating_add(Weight::from_parts(0, 51825)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -308,8 +308,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3911` // Estimated: `51825` // Minimum execution time: 58_211 nanoseconds. - Weight::from_ref_time(58_820_000) - .saturating_add(Weight::from_proof_size(51825)) + Weight::from_parts(58_820_000, 0) + .saturating_add(Weight::from_parts(0, 51825)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -322,8 +322,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `330` // Estimated: `44849` // Minimum execution time: 24_585 nanoseconds. - Weight::from_ref_time(26_129_000) - .saturating_add(Weight::from_proof_size(44849)) + Weight::from_parts(26_129_000, 0) + .saturating_add(Weight::from_parts(0, 44849)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -336,8 +336,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `378` // Estimated: `44849` // Minimum execution time: 24_829 nanoseconds. - Weight::from_ref_time(25_450_000) - .saturating_add(Weight::from_proof_size(44849)) + Weight::from_parts(25_450_000, 0) + .saturating_add(Weight::from_parts(0, 44849)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -348,8 +348,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `237` // Estimated: `3411` // Minimum execution time: 16_118 nanoseconds. - Weight::from_ref_time(16_729_000) - .saturating_add(Weight::from_proof_size(3411)) + Weight::from_parts(16_729_000, 0) + .saturating_add(Weight::from_parts(0, 3411)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -366,8 +366,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `378` // Estimated: `47849` // Minimum execution time: 34_301 nanoseconds. - Weight::from_ref_time(35_098_000) - .saturating_add(Weight::from_proof_size(47849)) + Weight::from_parts(35_098_000, 0) + .saturating_add(Weight::from_parts(0, 47849)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -384,8 +384,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `378` // Estimated: `47849` // Minimum execution time: 36_144 nanoseconds. - Weight::from_ref_time(36_775_000) - .saturating_add(Weight::from_proof_size(47849)) + Weight::from_parts(36_775_000, 0) + .saturating_add(Weight::from_parts(0, 47849)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -400,8 +400,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `431` // Estimated: `45360` // Minimum execution time: 30_294 nanoseconds. - Weight::from_ref_time(31_064_000) - .saturating_add(Weight::from_proof_size(45360)) + Weight::from_parts(31_064_000, 0) + .saturating_add(Weight::from_parts(0, 45360)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -416,8 +416,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `414` // Estimated: `45360` // Minimum execution time: 31_241 nanoseconds. - Weight::from_ref_time(31_992_000) - .saturating_add(Weight::from_proof_size(45360)) + Weight::from_parts(31_992_000, 0) + .saturating_add(Weight::from_parts(0, 45360)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -432,8 +432,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `431` // Estimated: `45360` // Minimum execution time: 28_194 nanoseconds. - Weight::from_ref_time(28_755_000) - .saturating_add(Weight::from_proof_size(45360)) + Weight::from_parts(28_755_000, 0) + .saturating_add(Weight::from_parts(0, 45360)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -448,8 +448,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `435` // Estimated: `45360` // Minimum execution time: 27_360 nanoseconds. - Weight::from_ref_time(27_877_000) - .saturating_add(Weight::from_proof_size(45360)) + Weight::from_parts(27_877_000, 0) + .saturating_add(Weight::from_parts(0, 45360)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -466,8 +466,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `435` // Estimated: `89321` // Minimum execution time: 42_316 nanoseconds. - Weight::from_ref_time(43_105_000) - .saturating_add(Weight::from_proof_size(89321)) + Weight::from_parts(43_105_000, 0) + .saturating_add(Weight::from_parts(0, 89321)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -482,8 +482,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `431` // Estimated: `45360` // Minimum execution time: 30_466 nanoseconds. - Weight::from_ref_time(30_913_000) - .saturating_add(Weight::from_proof_size(45360)) + Weight::from_parts(30_913_000, 0) + .saturating_add(Weight::from_parts(0, 45360)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -498,8 +498,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `381` // Estimated: `5977` // Minimum execution time: 19_202 nanoseconds. - Weight::from_ref_time(20_161_000) - .saturating_add(Weight::from_proof_size(5977)) + Weight::from_parts(20_161_000, 0) + .saturating_add(Weight::from_parts(0, 5977)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -512,8 +512,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `314` // Estimated: `5938` // Minimum execution time: 16_831 nanoseconds. - Weight::from_ref_time(17_434_000) - .saturating_add(Weight::from_proof_size(5938)) + Weight::from_parts(17_434_000, 0) + .saturating_add(Weight::from_parts(0, 5938)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_scheduler.rs b/runtime/kusama/src/weights/pallet_scheduler.rs index db7b88ce7675..aadde11c5f1d 100644 --- a/runtime/kusama/src/weights/pallet_scheduler.rs +++ b/runtime/kusama/src/weights/pallet_scheduler.rs @@ -52,8 +52,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `69` // Estimated: `499` // Minimum execution time: 4_006 nanoseconds. - Weight::from_ref_time(4_138_000) - .saturating_add(Weight::from_proof_size(499)) + Weight::from_parts(4_138_000, 0) + .saturating_add(Weight::from_parts(0, 499)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -65,10 +65,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 3_594 nanoseconds. - Weight::from_ref_time(6_761_828) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(6_761_828, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_059 - .saturating_add(Weight::from_ref_time(748_372).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(748_372, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -77,8 +77,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_590 nanoseconds. - Weight::from_ref_time(5_750_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_750_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Preimage PreimageFor (r:1 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured) @@ -90,10 +90,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `211 + s * (1 ±0)` // Estimated: `5252 + s * (1 ±0)` // Minimum execution time: 18_802 nanoseconds. - Weight::from_ref_time(18_921_000) - .saturating_add(Weight::from_proof_size(5252)) + Weight::from_parts(18_921_000, 0) + .saturating_add(Weight::from_parts(0, 5252)) // Standard Error: 6 - .saturating_add(Weight::from_ref_time(1_202).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_202, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) @@ -105,8 +105,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 7_123 nanoseconds. - Weight::from_ref_time(7_367_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(7_367_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_periodic() -> Weight { @@ -114,24 +114,24 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_602 nanoseconds. - Weight::from_ref_time(5_698_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_698_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 2_474 nanoseconds. - Weight::from_ref_time(2_548_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_548_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 2_426 nanoseconds. - Weight::from_ref_time(2_498_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_498_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) @@ -141,10 +141,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 13_226 nanoseconds. - Weight::from_ref_time(16_332_006) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(16_332_006, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_602 - .saturating_add(Weight::from_ref_time(746_554).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(746_554, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -158,10 +158,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 16_987 nanoseconds. - Weight::from_ref_time(17_076_132) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(17_076_132, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_072 - .saturating_add(Weight::from_ref_time(1_314_099).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_314_099, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -175,10 +175,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `325 + s * (185 ±0)` // Estimated: `43961` // Minimum execution time: 16_114 nanoseconds. - Weight::from_ref_time(20_473_856) - .saturating_add(Weight::from_proof_size(43961)) + Weight::from_parts(20_473_856, 0) + .saturating_add(Weight::from_parts(0, 43961)) // Standard Error: 3_322 - .saturating_add(Weight::from_ref_time(776_525).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(776_525, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -192,10 +192,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `351 + s * (185 ±0)` // Estimated: `43961` // Minimum execution time: 18_404 nanoseconds. - Weight::from_ref_time(19_488_174) - .saturating_add(Weight::from_proof_size(43961)) + Weight::from_parts(19_488_174, 0) + .saturating_add(Weight::from_parts(0, 43961)) // Standard Error: 2_853 - .saturating_add(Weight::from_ref_time(1_338_942).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_338_942, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_session.rs b/runtime/kusama/src/weights/pallet_session.rs index 1a1e6b55ed97..d8c1cc26095f 100644 --- a/runtime/kusama/src/weights/pallet_session.rs +++ b/runtime/kusama/src/weights/pallet_session.rs @@ -56,8 +56,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Measured: `2147` // Estimated: `25185` // Minimum execution time: 51_574 nanoseconds. - Weight::from_ref_time(52_463_000) - .saturating_add(Weight::from_proof_size(25185)) + Weight::from_parts(52_463_000, 0) + .saturating_add(Weight::from_parts(0, 25185)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -72,8 +72,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Measured: `2043` // Estimated: `10127` // Minimum execution time: 37_193 nanoseconds. - Weight::from_ref_time(37_931_000) - .saturating_add(Weight::from_proof_size(10127)) + Weight::from_parts(37_931_000, 0) + .saturating_add(Weight::from_parts(0, 10127)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/kusama/src/weights/pallet_staking.rs b/runtime/kusama/src/weights/pallet_staking.rs index acd9d9710d08..bae60b9d2856 100644 --- a/runtime/kusama/src/weights/pallet_staking.rs +++ b/runtime/kusama/src/weights/pallet_staking.rs @@ -60,8 +60,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1012` // Estimated: `10386` // Minimum execution time: 44_827 nanoseconds. - Weight::from_ref_time(45_309_000) - .saturating_add(Weight::from_proof_size(10386)) + Weight::from_parts(45_309_000, 0) + .saturating_add(Weight::from_parts(0, 10386)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -80,8 +80,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2179` // Estimated: `22888` // Minimum execution time: 81_836 nanoseconds. - Weight::from_ref_time(82_905_000) - .saturating_add(Weight::from_proof_size(22888)) + Weight::from_parts(82_905_000, 0) + .saturating_add(Weight::from_parts(0, 22888)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -108,8 +108,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2390` // Estimated: `29790` // Minimum execution time: 89_566 nanoseconds. - Weight::from_ref_time(90_530_000) - .saturating_add(Weight::from_proof_size(29790)) + Weight::from_parts(90_530_000, 0) + .saturating_add(Weight::from_parts(0, 29790)) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -127,10 +127,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1008` // Estimated: `10442` // Minimum execution time: 36_097 nanoseconds. - Weight::from_ref_time(37_091_545) - .saturating_add(Weight::from_proof_size(10442)) + Weight::from_parts(37_091_545, 0) + .saturating_add(Weight::from_parts(0, 10442)) // Standard Error: 607 - .saturating_add(Weight::from_ref_time(15_576).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(15_576, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -168,10 +168,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2409 + s * (4 ±0)` // Estimated: `32482 + s * (4 ±0)` // Minimum execution time: 78_221 nanoseconds. - Weight::from_ref_time(83_701_233) - .saturating_add(Weight::from_proof_size(32482)) + Weight::from_parts(83_701_233, 0) + .saturating_add(Weight::from_parts(0, 32482)) // Standard Error: 2_659 - .saturating_add(Weight::from_ref_time(1_196_861).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_196_861, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -204,8 +204,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1373` // Estimated: `19615` // Minimum execution time: 55_530 nanoseconds. - Weight::from_ref_time(56_209_000) - .saturating_add(Weight::from_proof_size(19615)) + Weight::from_parts(56_209_000, 0) + .saturating_add(Weight::from_parts(0, 19615)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -219,10 +219,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1338 + k * (855 ±0)` // Estimated: `3566 + k * (3289 ±0)` // Minimum execution time: 29_457 nanoseconds. - Weight::from_ref_time(23_700_522) - .saturating_add(Weight::from_proof_size(3566)) + Weight::from_parts(23_700_522, 0) + .saturating_add(Weight::from_parts(0, 3566)) // Standard Error: 12_111 - .saturating_add(Weight::from_ref_time(8_187_143).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(8_187_143, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) @@ -256,10 +256,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2003 + n * (89 ±0)` // Estimated: `22244 + n * (2520 ±0)` // Minimum execution time: 64_134 nanoseconds. - Weight::from_ref_time(65_154_921) - .saturating_add(Weight::from_proof_size(22244)) + Weight::from_parts(65_154_921, 0) + .saturating_add(Weight::from_parts(0, 22244)) // Standard Error: 13_547 - .saturating_add(Weight::from_ref_time(2_946_599).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(2_946_599, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(6)) @@ -284,8 +284,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1799` // Estimated: `18188` // Minimum execution time: 58_419 nanoseconds. - Weight::from_ref_time(58_950_000) - .saturating_add(Weight::from_proof_size(18188)) + Weight::from_parts(58_950_000, 0) + .saturating_add(Weight::from_parts(0, 18188)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -298,8 +298,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `767` // Estimated: `3566` // Minimum execution time: 13_899 nanoseconds. - Weight::from_ref_time(14_585_000) - .saturating_add(Weight::from_proof_size(3566)) + Weight::from_parts(14_585_000, 0) + .saturating_add(Weight::from_parts(0, 3566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -312,8 +312,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `866` // Estimated: `9679` // Minimum execution time: 21_075 nanoseconds. - Weight::from_ref_time(21_355_000) - .saturating_add(Weight::from_proof_size(9679)) + Weight::from_parts(21_355_000, 0) + .saturating_add(Weight::from_parts(0, 9679)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -324,8 +324,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_624 nanoseconds. - Weight::from_ref_time(2_786_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_786_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -335,8 +335,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 11_010 nanoseconds. - Weight::from_ref_time(11_302_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(11_302_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -346,8 +346,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 10_495 nanoseconds. - Weight::from_ref_time(10_888_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(10_888_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -357,8 +357,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 10_878 nanoseconds. - Weight::from_ref_time(11_314_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(11_314_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking Invulnerables (r:0 w:1) @@ -369,10 +369,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_887 nanoseconds. - Weight::from_ref_time(3_053_614) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_053_614, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 30 - .saturating_add(Weight::from_ref_time(10_691).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(10_691, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking Bonded (r:1 w:1) @@ -407,10 +407,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2107 + s * (4 ±0)` // Estimated: `28115 + s * (4 ±0)` // Minimum execution time: 70_968 nanoseconds. - Weight::from_ref_time(75_668_172) - .saturating_add(Weight::from_proof_size(28115)) + Weight::from_parts(75_668_172, 0) + .saturating_add(Weight::from_parts(0, 28115)) // Standard Error: 3_888 - .saturating_add(Weight::from_ref_time(1_173_892).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_173_892, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -424,10 +424,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `66604` // Estimated: `69079` // Minimum execution time: 114_586 nanoseconds. - Weight::from_ref_time(830_663_472) - .saturating_add(Weight::from_proof_size(69079)) + Weight::from_parts(830_663_472, 0) + .saturating_add(Weight::from_parts(0, 69079)) // Standard Error: 51_554 - .saturating_add(Weight::from_ref_time(4_320_930).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(4_320_930, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -455,10 +455,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `34303 + n * (149 ±0)` // Estimated: `79842 + n * (8024 ±1)` // Minimum execution time: 84_700 nanoseconds. - Weight::from_ref_time(80_513_026) - .saturating_add(Weight::from_proof_size(79842)) + Weight::from_parts(80_513_026, 0) + .saturating_add(Weight::from_parts(0, 79842)) // Standard Error: 15_407 - .saturating_add(Weight::from_ref_time(27_854_181).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(27_854_181, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -491,10 +491,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `62042 + n * (474 ±0)` // Estimated: `131052 + n * (16034 ±0)` // Minimum execution time: 105_084 nanoseconds. - Weight::from_ref_time(51_347_015) - .saturating_add(Weight::from_proof_size(131052)) + Weight::from_parts(51_347_015, 0) + .saturating_add(Weight::from_parts(0, 131052)) // Standard Error: 48_370 - .saturating_add(Weight::from_ref_time(40_348_874).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(40_348_874, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -519,10 +519,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2180 + l * (5 ±0)` // Estimated: `25491` // Minimum execution time: 81_058 nanoseconds. - Weight::from_ref_time(82_232_827) - .saturating_add(Weight::from_proof_size(25491)) + Weight::from_parts(82_232_827, 0) + .saturating_add(Weight::from_parts(0, 25491)) // Standard Error: 6_083 - .saturating_add(Weight::from_ref_time(97_408).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(97_408, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -558,10 +558,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2409 + s * (4 ±0)` // Estimated: `31989 + s * (4 ±0)` // Minimum execution time: 83_594 nanoseconds. - Weight::from_ref_time(85_394_580) - .saturating_add(Weight::from_proof_size(31989)) + Weight::from_parts(85_394_580, 0) + .saturating_add(Weight::from_parts(0, 31989)) // Standard Error: 2_216 - .saturating_add(Weight::from_ref_time(1_152_305).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_152_305, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -610,12 +610,12 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0 + v * (3656 ±0) + n * (810 ±0)` // Estimated: `441556 + v * (16995 ±0) + n * (13191 ±0)` // Minimum execution time: 494_448 nanoseconds. - Weight::from_ref_time(497_850_000) - .saturating_add(Weight::from_proof_size(441556)) + Weight::from_parts(497_850_000, 0) + .saturating_add(Weight::from_parts(0, 441556)) // Standard Error: 1_877_946 - .saturating_add(Weight::from_ref_time(60_221_703).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(60_221_703, 0).saturating_mul(v.into())) // Standard Error: 187_127 - .saturating_add(Weight::from_ref_time(16_161_800).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(16_161_800, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(173)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -649,12 +649,12 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `3101 + v * (453 ±0) + n * (1257 ±0)` // Estimated: `425504 + v * (14551 ±0) + n * (12031 ±0)` // Minimum execution time: 31_297_872 nanoseconds. - Weight::from_ref_time(31_410_990_000) - .saturating_add(Weight::from_proof_size(425504)) + Weight::from_parts(31_410_990_000, 0) + .saturating_add(Weight::from_parts(0, 425504)) // Standard Error: 344_870 - .saturating_add(Weight::from_ref_time(4_716_231).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(4_716_231, 0).saturating_mul(v.into())) // Standard Error: 344_870 - .saturating_add(Weight::from_ref_time(3_250_756).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(3_250_756, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(168)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -674,10 +674,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `917 + v * (50 ±0)` // Estimated: `3562 + v * (2520 ±0)` // Minimum execution time: 3_903_963 nanoseconds. - Weight::from_ref_time(48_632_315) - .saturating_add(Weight::from_proof_size(3562)) + Weight::from_parts(48_632_315, 0) + .saturating_add(Weight::from_parts(0, 3562)) // Standard Error: 21_723 - .saturating_add(Weight::from_ref_time(7_872_443).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(7_872_443, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -700,8 +700,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_184 nanoseconds. - Weight::from_ref_time(6_506_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_506_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: Staking MinCommission (r:0 w:1) @@ -721,8 +721,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_703 nanoseconds. - Weight::from_ref_time(5_937_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_937_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: Staking Ledger (r:1 w:0) @@ -750,8 +750,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1954` // Estimated: `19694` // Minimum execution time: 68_958 nanoseconds. - Weight::from_ref_time(71_763_000) - .saturating_add(Weight::from_proof_size(19694)) + Weight::from_parts(71_763_000, 0) + .saturating_add(Weight::from_parts(0, 19694)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -764,8 +764,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `627` // Estimated: `3019` // Minimum execution time: 13_086 nanoseconds. - Weight::from_ref_time(13_390_000) - .saturating_add(Weight::from_proof_size(3019)) + Weight::from_parts(13_390_000, 0) + .saturating_add(Weight::from_parts(0, 3019)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -776,8 +776,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_986 nanoseconds. - Weight::from_ref_time(3_166_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_166_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/pallet_timestamp.rs b/runtime/kusama/src/weights/pallet_timestamp.rs index bb84a3dafe8e..1576866ee9da 100644 --- a/runtime/kusama/src/weights/pallet_timestamp.rs +++ b/runtime/kusama/src/weights/pallet_timestamp.rs @@ -54,8 +54,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Measured: `345` // Estimated: `1006` // Minimum execution time: 9_092 nanoseconds. - Weight::from_ref_time(9_434_000) - .saturating_add(Weight::from_proof_size(1006)) + Weight::from_parts(9_434_000, 0) + .saturating_add(Weight::from_parts(0, 1006)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -64,7 +64,7 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Measured: `128` // Estimated: `0` // Minimum execution time: 3_824 nanoseconds. - Weight::from_ref_time(4_092_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(4_092_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/kusama/src/weights/pallet_tips.rs b/runtime/kusama/src/weights/pallet_tips.rs index 980c355349e2..6d172a62437c 100644 --- a/runtime/kusama/src/weights/pallet_tips.rs +++ b/runtime/kusama/src/weights/pallet_tips.rs @@ -55,10 +55,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `4` // Estimated: `4958` // Minimum execution time: 23_488 nanoseconds. - Weight::from_ref_time(24_665_855) - .saturating_add(Weight::from_proof_size(4958)) + Weight::from_parts(24_665_855, 0) + .saturating_add(Weight::from_parts(0, 4958)) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_783).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(1_783, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -71,8 +71,8 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `2981` // Minimum execution time: 22_395 nanoseconds. - Weight::from_ref_time(22_770_000) - .saturating_add(Weight::from_proof_size(2981)) + Weight::from_parts(22_770_000, 0) + .saturating_add(Weight::from_parts(0, 2981)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,12 +89,12 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `140 + t * (64 ±0)` // Estimated: `3390 + t * (192 ±0)` // Minimum execution time: 18_654 nanoseconds. - Weight::from_ref_time(17_571_965) - .saturating_add(Weight::from_proof_size(3390)) + Weight::from_parts(17_571_965, 0) + .saturating_add(Weight::from_parts(0, 3390)) // Standard Error: 6 - .saturating_add(Weight::from_ref_time(1_637).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(1_637, 0).saturating_mul(r.into())) // Standard Error: 5_499 - .saturating_add(Weight::from_ref_time(150_704).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(150_704, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(t.into())) @@ -109,10 +109,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `393 + t * (112 ±0)` // Estimated: `3756 + t * (224 ±0)` // Minimum execution time: 14_469 nanoseconds. - Weight::from_ref_time(14_934_101) - .saturating_add(Weight::from_proof_size(3756)) + Weight::from_parts(14_934_101, 0) + .saturating_add(Weight::from_parts(0, 3756)) // Standard Error: 2_197 - .saturating_add(Weight::from_ref_time(117_732).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(117_732, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 224).saturating_mul(t.into())) @@ -131,10 +131,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `432 + t * (112 ±0)` // Estimated: `6842 + t * (336 ±0)` // Minimum execution time: 42_637 nanoseconds. - Weight::from_ref_time(44_262_019) - .saturating_add(Weight::from_proof_size(6842)) + Weight::from_parts(44_262_019, 0) + .saturating_add(Weight::from_parts(0, 6842)) // Standard Error: 4_339 - .saturating_add(Weight::from_ref_time(78_341).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(78_341, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 336).saturating_mul(t.into())) @@ -149,10 +149,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `301` // Estimated: `3077` // Minimum execution time: 13_886 nanoseconds. - Weight::from_ref_time(14_462_519) - .saturating_add(Weight::from_proof_size(3077)) + Weight::from_parts(14_462_519, 0) + .saturating_add(Weight::from_parts(0, 3077)) // Standard Error: 1_255 - .saturating_add(Weight::from_ref_time(11_929).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(11_929, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_treasury.rs b/runtime/kusama/src/weights/pallet_treasury.rs index 3d08cbf39ec0..15506d92a597 100644 --- a/runtime/kusama/src/weights/pallet_treasury.rs +++ b/runtime/kusama/src/weights/pallet_treasury.rs @@ -56,8 +56,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `6` // Estimated: `1396` // Minimum execution time: 13_881 nanoseconds. - Weight::from_ref_time(14_237_000) - .saturating_add(Weight::from_proof_size(1396)) + Weight::from_parts(14_237_000, 0) + .saturating_add(Weight::from_parts(0, 1396)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,8 +70,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `139` // Estimated: `499` // Minimum execution time: 21_869 nanoseconds. - Weight::from_ref_time(22_183_000) - .saturating_add(Weight::from_proof_size(499)) + Weight::from_parts(22_183_000, 0) + .saturating_add(Weight::from_parts(0, 499)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -84,8 +84,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `329` // Estimated: `5186` // Minimum execution time: 33_504 nanoseconds. - Weight::from_ref_time(33_878_000) - .saturating_add(Weight::from_proof_size(5186)) + Weight::from_parts(33_878_000, 0) + .saturating_add(Weight::from_parts(0, 5186)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -99,10 +99,10 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `464 + p * (8 ±0)` // Estimated: `3480` // Minimum execution time: 8_838 nanoseconds. - Weight::from_ref_time(11_773_473) - .saturating_add(Weight::from_proof_size(3480)) + Weight::from_parts(11_773_473, 0) + .saturating_add(Weight::from_parts(0, 3480)) // Standard Error: 941 - .saturating_add(Weight::from_ref_time(28_796).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(28_796, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -113,8 +113,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `90` // Estimated: `897` // Minimum execution time: 6_498 nanoseconds. - Weight::from_ref_time(6_835_000) - .saturating_add(Weight::from_proof_size(897)) + Weight::from_parts(6_835_000, 0) + .saturating_add(Weight::from_parts(0, 897)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -136,10 +136,10 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `326 + p * (314 ±0)` // Estimated: `5419 + p * (7789 ±0)` // Minimum execution time: 58_221 nanoseconds. - Weight::from_ref_time(63_372_444) - .saturating_add(Weight::from_proof_size(5419)) + Weight::from_parts(63_372_444, 0) + .saturating_add(Weight::from_parts(0, 5419)) // Standard Error: 28_649 - .saturating_add(Weight::from_ref_time(31_595_141).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(31_595_141, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(5)) diff --git a/runtime/kusama/src/weights/pallet_utility.rs b/runtime/kusama/src/weights/pallet_utility.rs index 2c3dc02de9c5..646661dfe82e 100644 --- a/runtime/kusama/src/weights/pallet_utility.rs +++ b/runtime/kusama/src/weights/pallet_utility.rs @@ -51,18 +51,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_633 nanoseconds. - Weight::from_ref_time(7_706_624) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(7_706_624, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 6_035 - .saturating_add(Weight::from_ref_time(4_305_964).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_305_964, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 4_846 nanoseconds. - Weight::from_ref_time(4_946_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(4_946_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { @@ -70,18 +70,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_675 nanoseconds. - Weight::from_ref_time(8_813_699) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(8_813_699, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 3_532 - .saturating_add(Weight::from_ref_time(4_554_769).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_554_769, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 8_735 nanoseconds. - Weight::from_ref_time(9_040_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_040_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { @@ -89,9 +89,9 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_618 nanoseconds. - Weight::from_ref_time(9_806_530) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_806_530, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 3_278 - .saturating_add(Weight::from_ref_time(4_289_286).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_289_286, 0).saturating_mul(c.into())) } } diff --git a/runtime/kusama/src/weights/pallet_vesting.rs b/runtime/kusama/src/weights/pallet_vesting.rs index 29b62dd51729..a5657eabc2ee 100644 --- a/runtime/kusama/src/weights/pallet_vesting.rs +++ b/runtime/kusama/src/weights/pallet_vesting.rs @@ -56,12 +56,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `377 + l * (25 ±0) + s * (36 ±0)` // Estimated: `7306` // Minimum execution time: 29_284 nanoseconds. - Weight::from_ref_time(28_694_538) - .saturating_add(Weight::from_proof_size(7306)) + Weight::from_parts(28_694_538, 0) + .saturating_add(Weight::from_parts(0, 7306)) // Standard Error: 853 - .saturating_add(Weight::from_ref_time(38_182).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(38_182, 0).saturating_mul(l.into())) // Standard Error: 1_518 - .saturating_add(Weight::from_ref_time(67_325).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(67_325, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -76,12 +76,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `377 + l * (25 ±0) + s * (36 ±0)` // Estimated: `7306` // Minimum execution time: 28_737 nanoseconds. - Weight::from_ref_time(28_400_491) - .saturating_add(Weight::from_proof_size(7306)) + Weight::from_parts(28_400_491, 0) + .saturating_add(Weight::from_parts(0, 7306)) // Standard Error: 848 - .saturating_add(Weight::from_ref_time(33_813).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(33_813, 0).saturating_mul(l.into())) // Standard Error: 1_510 - .saturating_add(Weight::from_ref_time(44_049).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(44_049, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -98,12 +98,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `512 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 31_249 nanoseconds. - Weight::from_ref_time(30_167_020) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(30_167_020, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 910 - .saturating_add(Weight::from_ref_time(48_520).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(48_520, 0).saturating_mul(l.into())) // Standard Error: 1_619 - .saturating_add(Weight::from_ref_time(72_796).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(72_796, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -120,12 +120,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `512 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 30_530 nanoseconds. - Weight::from_ref_time(31_068_619) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(31_068_619, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 2_695 - .saturating_add(Weight::from_ref_time(21_604).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(21_604, 0).saturating_mul(l.into())) // Standard Error: 4_796 - .saturating_add(Weight::from_ref_time(41_979).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(41_979, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,12 +142,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `583 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 49_659 nanoseconds. - Weight::from_ref_time(50_352_533) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(50_352_533, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 1_564 - .saturating_add(Weight::from_ref_time(34_227).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(34_227, 0).saturating_mul(l.into())) // Standard Error: 2_782 - .saturating_add(Weight::from_ref_time(34_427).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(34_427, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -164,12 +164,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `718 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12512` // Minimum execution time: 51_196 nanoseconds. - Weight::from_ref_time(51_640_999) - .saturating_add(Weight::from_proof_size(12512)) + Weight::from_parts(51_640_999, 0) + .saturating_add(Weight::from_parts(0, 12512)) // Standard Error: 1_401 - .saturating_add(Weight::from_ref_time(36_695).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(36_695, 0).saturating_mul(l.into())) // Standard Error: 2_493 - .saturating_add(Weight::from_ref_time(40_204).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(40_204, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -186,12 +186,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `510 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 32_352 nanoseconds. - Weight::from_ref_time(31_837_824) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(31_837_824, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 921 - .saturating_add(Weight::from_ref_time(40_526).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(40_526, 0).saturating_mul(l.into())) // Standard Error: 1_702 - .saturating_add(Weight::from_ref_time(59_295).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(59_295, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -208,12 +208,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `510 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 32_523 nanoseconds. - Weight::from_ref_time(31_708_207) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(31_708_207, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 848 - .saturating_add(Weight::from_ref_time(42_347).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(42_347, 0).saturating_mul(l.into())) // Standard Error: 1_566 - .saturating_add(Weight::from_ref_time(64_993).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(64_993, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/kusama/src/weights/pallet_whitelist.rs b/runtime/kusama/src/weights/pallet_whitelist.rs index ac739dd73093..27cde42a3849 100644 --- a/runtime/kusama/src/weights/pallet_whitelist.rs +++ b/runtime/kusama/src/weights/pallet_whitelist.rs @@ -54,8 +54,8 @@ impl pallet_whitelist::WeightInfo for WeightInfo { // Measured: `151` // Estimated: `5081` // Minimum execution time: 19_057 nanoseconds. - Weight::from_ref_time(19_276_000) - .saturating_add(Weight::from_proof_size(5081)) + Weight::from_parts(19_276_000, 0) + .saturating_add(Weight::from_parts(0, 5081)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -68,8 +68,8 @@ impl pallet_whitelist::WeightInfo for WeightInfo { // Measured: `280` // Estimated: `5081` // Minimum execution time: 17_283 nanoseconds. - Weight::from_ref_time(17_617_000) - .saturating_add(Weight::from_proof_size(5081)) + Weight::from_parts(17_617_000, 0) + .saturating_add(Weight::from_parts(0, 5081)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -85,10 +85,10 @@ impl pallet_whitelist::WeightInfo for WeightInfo { // Measured: `388 + n * (1 ±0)` // Estimated: `7941 + n * (1 ±0)` // Minimum execution time: 28_589 nanoseconds. - Weight::from_ref_time(28_824_000) - .saturating_add(Weight::from_proof_size(7941)) + Weight::from_parts(28_824_000, 0) + .saturating_add(Weight::from_parts(0, 7941)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_175).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_175, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -103,10 +103,10 @@ impl pallet_whitelist::WeightInfo for WeightInfo { // Measured: `280` // Estimated: `5081` // Minimum execution time: 21_200 nanoseconds. - Weight::from_ref_time(22_063_035) - .saturating_add(Weight::from_proof_size(5081)) + Weight::from_parts(22_063_035, 0) + .saturating_add(Weight::from_parts(0, 5081)) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_534).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_534, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_xcm.rs b/runtime/kusama/src/weights/pallet_xcm.rs index 8680870004ef..3665b886c9f6 100644 --- a/runtime/kusama/src/weights/pallet_xcm.rs +++ b/runtime/kusama/src/weights/pallet_xcm.rs @@ -60,8 +60,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `211` // Estimated: `9470` // Minimum execution time: 32_654 nanoseconds. - Weight::from_ref_time(33_637_000) - .saturating_add(Weight::from_proof_size(9470)) + Weight::from_parts(33_637_000, 0) + .saturating_add(Weight::from_parts(0, 9470)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,24 +70,24 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 20_880 nanoseconds. - Weight::from_ref_time(21_414_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(21_414_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn reserve_transfer_assets() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 20_092 nanoseconds. - Weight::from_ref_time(20_469_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(20_469_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 9_530 nanoseconds. - Weight::from_ref_time(9_860_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_860_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: XcmPallet SupportedVersion (r:0 w:1) /// Proof Skipped: XcmPallet SupportedVersion (max_values: None, max_size: None, mode: Measured) @@ -96,8 +96,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 9_614 nanoseconds. - Weight::from_ref_time(9_843_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_843_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: XcmPallet SafeXcmVersion (r:0 w:1) @@ -107,8 +107,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_572 nanoseconds. - Weight::from_ref_time(2_799_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_799_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: XcmPallet VersionNotifiers (r:1 w:1) @@ -132,8 +132,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `211` // Estimated: `13073` // Minimum execution time: 36_553 nanoseconds. - Weight::from_ref_time(37_631_000) - .saturating_add(Weight::from_proof_size(13073)) + Weight::from_parts(37_631_000, 0) + .saturating_add(Weight::from_parts(0, 13073)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -156,8 +156,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `483` // Estimated: `14271` // Minimum execution time: 39_477 nanoseconds. - Weight::from_ref_time(40_134_000) - .saturating_add(Weight::from_proof_size(14271)) + Weight::from_parts(40_134_000, 0) + .saturating_add(Weight::from_parts(0, 14271)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -168,8 +168,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `229` // Estimated: `10129` // Minimum execution time: 16_354 nanoseconds. - Weight::from_ref_time(16_766_000) - .saturating_add(Weight::from_proof_size(10129)) + Weight::from_parts(16_766_000, 0) + .saturating_add(Weight::from_parts(0, 10129)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -180,8 +180,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `233` // Estimated: `10133` // Minimum execution time: 16_054 nanoseconds. - Weight::from_ref_time(16_663_000) - .saturating_add(Weight::from_proof_size(10133)) + Weight::from_parts(16_663_000, 0) + .saturating_add(Weight::from_parts(0, 10133)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -192,8 +192,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `243` // Estimated: `12618` // Minimum execution time: 18_607 nanoseconds. - Weight::from_ref_time(19_085_000) - .saturating_add(Weight::from_proof_size(12618)) + Weight::from_parts(19_085_000, 0) + .saturating_add(Weight::from_parts(0, 12618)) .saturating_add(T::DbWeight::get().reads(5)) } /// Storage: XcmPallet VersionNotifyTargets (r:2 w:1) @@ -213,8 +213,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `281` // Estimated: `15051` // Minimum execution time: 33_703 nanoseconds. - Weight::from_ref_time(34_331_000) - .saturating_add(Weight::from_proof_size(15051)) + Weight::from_parts(34_331_000, 0) + .saturating_add(Weight::from_parts(0, 15051)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -225,8 +225,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `272` // Estimated: `7697` // Minimum execution time: 8_596 nanoseconds. - Weight::from_ref_time(8_843_000) - .saturating_add(Weight::from_proof_size(7697)) + Weight::from_parts(8_843_000, 0) + .saturating_add(Weight::from_parts(0, 7697)) .saturating_add(T::DbWeight::get().reads(3)) } /// Storage: XcmPallet VersionNotifyTargets (r:4 w:2) @@ -236,8 +236,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `240` // Estimated: `10140` // Minimum execution time: 16_717 nanoseconds. - Weight::from_ref_time(17_265_000) - .saturating_add(Weight::from_proof_size(10140)) + Weight::from_parts(17_265_000, 0) + .saturating_add(Weight::from_parts(0, 10140)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -258,8 +258,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `285` // Estimated: `20025` // Minimum execution time: 40_617 nanoseconds. - Weight::from_ref_time(41_066_000) - .saturating_add(Weight::from_proof_size(20025)) + Weight::from_parts(41_066_000, 0) + .saturating_add(Weight::from_parts(0, 20025)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/kusama/src/weights/runtime_common_auctions.rs b/runtime/kusama/src/weights/runtime_common_auctions.rs index dd3fd28a15a9..c683ebf8ea45 100644 --- a/runtime/kusama/src/weights/runtime_common_auctions.rs +++ b/runtime/kusama/src/weights/runtime_common_auctions.rs @@ -54,8 +54,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `4` // Estimated: `1002` // Minimum execution time: 12_101 nanoseconds. - Weight::from_ref_time(12_656_000) - .saturating_add(Weight::from_proof_size(1002)) + Weight::from_parts(12_656_000, 0) + .saturating_add(Weight::from_parts(0, 1002)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,8 +78,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `725` // Estimated: `19470` // Minimum execution time: 69_639 nanoseconds. - Weight::from_ref_time(73_490_000) - .saturating_add(Weight::from_proof_size(19470)) + Weight::from_parts(73_490_000, 0) + .saturating_add(Weight::from_parts(0, 19470)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -112,8 +112,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `7060445` // Estimated: `51339005` // Minimum execution time: 15_963_666 nanoseconds. - Weight::from_ref_time(16_480_261_000) - .saturating_add(Weight::from_proof_size(51339005)) + Weight::from_parts(16_480_261_000, 0) + .saturating_add(Weight::from_parts(0, 51339005)) .saturating_add(T::DbWeight::get().reads(3688)) .saturating_add(T::DbWeight::get().writes(3683)) } @@ -130,8 +130,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `178884` // Estimated: `16009503` // Minimum execution time: 4_924_110 nanoseconds. - Weight::from_ref_time(5_008_960_000) - .saturating_add(Weight::from_proof_size(16009503)) + Weight::from_parts(5_008_960_000, 0) + .saturating_add(Weight::from_parts(0, 16009503)) .saturating_add(T::DbWeight::get().reads(3673)) .saturating_add(T::DbWeight::get().writes(3673)) } diff --git a/runtime/kusama/src/weights/runtime_common_claims.rs b/runtime/kusama/src/weights/runtime_common_claims.rs index e04124ef3f1c..5ae7478bee1a 100644 --- a/runtime/kusama/src/weights/runtime_common_claims.rs +++ b/runtime/kusama/src/weights/runtime_common_claims.rs @@ -64,8 +64,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `652` // Estimated: `20437` // Minimum execution time: 145_850 nanoseconds. - Weight::from_ref_time(160_914_000) - .saturating_add(Weight::from_proof_size(20437)) + Weight::from_parts(160_914_000, 0) + .saturating_add(Weight::from_parts(0, 20437)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -82,8 +82,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `216` // Estimated: `1359` // Minimum execution time: 10_201 nanoseconds. - Weight::from_ref_time(10_728_000) - .saturating_add(Weight::from_proof_size(1359)) + Weight::from_parts(10_728_000, 0) + .saturating_add(Weight::from_parts(0, 1359)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -106,8 +106,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `652` // Estimated: `20437` // Minimum execution time: 147_863 nanoseconds. - Weight::from_ref_time(166_266_000) - .saturating_add(Weight::from_proof_size(20437)) + Weight::from_parts(166_266_000, 0) + .saturating_add(Weight::from_parts(0, 20437)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -132,8 +132,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `726` // Estimated: `23934` // Minimum execution time: 68_241 nanoseconds. - Weight::from_ref_time(76_038_000) - .saturating_add(Weight::from_proof_size(23934)) + Weight::from_parts(76_038_000, 0) + .saturating_add(Weight::from_parts(0, 23934)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -150,8 +150,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `472` // Estimated: `11788` // Minimum execution time: 20_763 nanoseconds. - Weight::from_ref_time(22_172_000) - .saturating_add(Weight::from_proof_size(11788)) + Weight::from_parts(22_172_000, 0) + .saturating_add(Weight::from_parts(0, 11788)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/kusama/src/weights/runtime_common_crowdloan.rs b/runtime/kusama/src/weights/runtime_common_crowdloan.rs index 4a26ffea290c..d3dc610885dc 100644 --- a/runtime/kusama/src/weights/runtime_common_crowdloan.rs +++ b/runtime/kusama/src/weights/runtime_common_crowdloan.rs @@ -58,8 +58,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `395` // Estimated: `9500` // Minimum execution time: 40_192 nanoseconds. - Weight::from_ref_time(41_187_000) - .saturating_add(Weight::from_proof_size(9500)) + Weight::from_parts(41_187_000, 0) + .saturating_add(Weight::from_parts(0, 9500)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -84,8 +84,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `407` // Estimated: `14067` // Minimum execution time: 116_221 nanoseconds. - Weight::from_ref_time(117_343_000) - .saturating_add(Weight::from_proof_size(14067)) + Weight::from_parts(117_343_000, 0) + .saturating_add(Weight::from_parts(0, 14067)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -102,8 +102,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `786` // Estimated: `12239` // Minimum execution time: 57_468 nanoseconds. - Weight::from_ref_time(59_575_000) - .saturating_add(Weight::from_proof_size(12239)) + Weight::from_parts(59_575_000, 0) + .saturating_add(Weight::from_parts(0, 12239)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -115,10 +115,10 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `191 + k * (221 ±0)` // Estimated: `196 + k * (221 ±0)` // Minimum execution time: 49_068 nanoseconds. - Weight::from_ref_time(55_770_000) - .saturating_add(Weight::from_proof_size(196)) + Weight::from_parts(55_770_000, 0) + .saturating_add(Weight::from_parts(0, 196)) // Standard Error: 13_586 - .saturating_add(Weight::from_ref_time(24_044_082).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(24_044_082, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -134,8 +134,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `439` // Estimated: `5517` // Minimum execution time: 31_003 nanoseconds. - Weight::from_ref_time(31_638_000) - .saturating_add(Weight::from_proof_size(5517)) + Weight::from_parts(31_638_000, 0) + .saturating_add(Weight::from_parts(0, 5517)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -146,8 +146,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `267` // Estimated: `2742` // Minimum execution time: 17_207 nanoseconds. - Weight::from_ref_time(17_984_000) - .saturating_add(Weight::from_proof_size(2742)) + Weight::from_parts(17_984_000, 0) + .saturating_add(Weight::from_parts(0, 2742)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -160,8 +160,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `444` // Estimated: `5838` // Minimum execution time: 24_934 nanoseconds. - Weight::from_ref_time(25_688_000) - .saturating_add(Weight::from_proof_size(5838)) + Weight::from_parts(25_688_000, 0) + .saturating_add(Weight::from_parts(0, 5838)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -174,8 +174,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `271` // Estimated: `3512` // Minimum execution time: 17_182 nanoseconds. - Weight::from_ref_time(17_434_000) - .saturating_add(Weight::from_proof_size(3512)) + Weight::from_parts(17_434_000, 0) + .saturating_add(Weight::from_parts(0, 3512)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -205,10 +205,10 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `157 + n * (420 ±0)` // Estimated: `7142 + n * (14663 ±0)` // Minimum execution time: 112_026 nanoseconds. - Weight::from_ref_time(113_282_000) - .saturating_add(Weight::from_proof_size(7142)) + Weight::from_parts(113_282_000, 0) + .saturating_add(Weight::from_parts(0, 7142)) // Standard Error: 52_566 - .saturating_add(Weight::from_ref_time(49_787_483).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(49_787_483, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/kusama/src/weights/runtime_common_paras_registrar.rs b/runtime/kusama/src/weights/runtime_common_paras_registrar.rs index bec9c0e8f8d0..68de0a066b55 100644 --- a/runtime/kusama/src/weights/runtime_common_paras_registrar.rs +++ b/runtime/kusama/src/weights/runtime_common_paras_registrar.rs @@ -56,8 +56,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `70` // Estimated: `5655` // Minimum execution time: 24_974 nanoseconds. - Weight::from_ref_time(25_915_000) - .saturating_add(Weight::from_proof_size(5655)) + Weight::from_parts(25_915_000, 0) + .saturating_add(Weight::from_parts(0, 5655)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -84,8 +84,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `302` // Estimated: `18063` // Minimum execution time: 7_300_136 nanoseconds. - Weight::from_ref_time(7_429_498_000) - .saturating_add(Weight::from_proof_size(18063)) + Weight::from_parts(7_429_498_000, 0) + .saturating_add(Weight::from_parts(0, 18063)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -112,8 +112,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `160` // Estimated: `16785` // Minimum execution time: 7_300_715 nanoseconds. - Weight::from_ref_time(7_412_926_000) - .saturating_add(Weight::from_proof_size(16785)) + Weight::from_parts(7_412_926_000, 0) + .saturating_add(Weight::from_parts(0, 16785)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -134,8 +134,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `467` // Estimated: `13197` // Minimum execution time: 39_974 nanoseconds. - Weight::from_ref_time(40_522_000) - .saturating_add(Weight::from_proof_size(13197)) + Weight::from_parts(40_522_000, 0) + .saturating_add(Weight::from_parts(0, 13197)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -158,8 +158,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `707` // Estimated: `27719` // Minimum execution time: 47_771 nanoseconds. - Weight::from_ref_time(48_623_000) - .saturating_add(Weight::from_proof_size(27719)) + Weight::from_parts(48_623_000, 0) + .saturating_add(Weight::from_parts(0, 27719)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -189,10 +189,10 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `28` // Estimated: `16615` // Minimum execution time: 38_081 nanoseconds. - Weight::from_ref_time(38_483_000) - .saturating_add(Weight::from_proof_size(16615)) + Weight::from_parts(38_483_000, 0) + .saturating_add(Weight::from_parts(0, 16615)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_291).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_291, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -204,10 +204,10 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 8_520 nanoseconds. - Weight::from_ref_time(8_722_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(8_722_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(872).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(872, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/runtime_common_slots.rs b/runtime/kusama/src/weights/runtime_common_slots.rs index fdd39f0cadbe..46eb7d4a804e 100644 --- a/runtime/kusama/src/weights/runtime_common_slots.rs +++ b/runtime/kusama/src/weights/runtime_common_slots.rs @@ -54,8 +54,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 8_866 nanoseconds. - Weight::from_ref_time(9_215_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(9_215_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -72,8 +72,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 8_694 nanoseconds. - Weight::from_ref_time(8_901_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(8_901_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -88,8 +88,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 8_853 nanoseconds. - Weight::from_ref_time(9_206_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(9_206_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -104,8 +104,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 9_064 nanoseconds. - Weight::from_ref_time(9_352_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(9_352_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -130,8 +130,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 8_889 nanoseconds. - Weight::from_ref_time(9_119_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(9_119_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/runtime_parachains_disputes.rs b/runtime/kusama/src/weights/runtime_parachains_disputes.rs index 87012f405e3f..b1150567d61a 100644 --- a/runtime/kusama/src/weights/runtime_parachains_disputes.rs +++ b/runtime/kusama/src/weights/runtime_parachains_disputes.rs @@ -52,8 +52,8 @@ impl runtime_parachains::disputes::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 2_638 nanoseconds. - Weight::from_ref_time(2_772_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_772_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/runtime_parachains_hrmp.rs b/runtime/kusama/src/weights/runtime_parachains_hrmp.rs index 27454dc6eee2..e8c5831d3643 100644 --- a/runtime/kusama/src/weights/runtime_parachains_hrmp.rs +++ b/runtime/kusama/src/weights/runtime_parachains_hrmp.rs @@ -66,8 +66,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `350` // Estimated: `23095` // Minimum execution time: 36_383 nanoseconds. - Weight::from_ref_time(36_895_000) - .saturating_add(Weight::from_proof_size(23095)) + Weight::from_parts(36_895_000, 0) + .saturating_add(Weight::from_parts(0, 23095)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -88,8 +88,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `614` // Estimated: `18534` // Minimum execution time: 40_186 nanoseconds. - Weight::from_ref_time(40_737_000) - .saturating_add(Weight::from_proof_size(18534)) + Weight::from_parts(40_737_000, 0) + .saturating_add(Weight::from_parts(0, 18534)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -108,8 +108,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `485` // Estimated: `12820` // Minimum execution time: 32_975 nanoseconds. - Weight::from_ref_time(33_408_000) - .saturating_add(Weight::from_proof_size(12820)) + Weight::from_parts(33_408_000, 0) + .saturating_add(Weight::from_parts(0, 12820)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -132,12 +132,12 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `254 + i * (131 ±0) + e * (131 ±0)` // Estimated: `6354 + i * (5742 ±0) + e * (5736 ±0)` // Minimum execution time: 1_091_994 nanoseconds. - Weight::from_ref_time(1_099_440_000) - .saturating_add(Weight::from_proof_size(6354)) + Weight::from_parts(1_099_440_000, 0) + .saturating_add(Weight::from_parts(0, 6354)) // Standard Error: 97_686 - .saturating_add(Weight::from_ref_time(3_182_463).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(3_182_463, 0).saturating_mul(i.into())) // Standard Error: 97_686 - .saturating_add(Weight::from_ref_time(3_246_407).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(3_246_407, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(e.into()))) @@ -169,10 +169,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `466 + c * (166 ±0)` // Estimated: `4116 + c * (18661 ±0)` // Minimum execution time: 6_712 nanoseconds. - Weight::from_ref_time(1_408_797) - .saturating_add(Weight::from_proof_size(4116)) + Weight::from_parts(1_408_797, 0) + .saturating_add(Weight::from_parts(0, 4116)) // Standard Error: 24_094 - .saturating_add(Weight::from_ref_time(19_186_351).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(19_186_351, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -197,10 +197,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `307 + c * (155 ±0)` // Estimated: `2232 + c * (8361 ±0)` // Minimum execution time: 5_264 nanoseconds. - Weight::from_ref_time(1_997_547) - .saturating_add(Weight::from_proof_size(2232)) + Weight::from_parts(1_997_547, 0) + .saturating_add(Weight::from_parts(0, 2232)) // Standard Error: 14_409 - .saturating_add(Weight::from_ref_time(11_657_375).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(11_657_375, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -219,10 +219,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `1022 + c * (13 ±0)` // Estimated: `7911 + c * (45 ±0)` // Minimum execution time: 20_462 nanoseconds. - Weight::from_ref_time(25_144_372) - .saturating_add(Weight::from_proof_size(7911)) + Weight::from_parts(25_144_372, 0) + .saturating_add(Weight::from_parts(0, 7911)) // Standard Error: 1_510 - .saturating_add(Weight::from_ref_time(83_458).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(83_458, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 45).saturating_mul(c.into())) @@ -237,10 +237,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `217 + c * (94 ±0)` // Estimated: `912 + c * (2664 ±0)` // Minimum execution time: 4_436 nanoseconds. - Weight::from_ref_time(5_662_805) - .saturating_add(Weight::from_proof_size(912)) + Weight::from_parts(5_662_805, 0) + .saturating_add(Weight::from_parts(0, 912)) // Standard Error: 3_022 - .saturating_add(Weight::from_ref_time(3_031_495).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(3_031_495, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -272,8 +272,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `350` // Estimated: `33695` // Minimum execution time: 50_914 nanoseconds. - Weight::from_ref_time(51_428_000) - .saturating_add(Weight::from_proof_size(33695)) + Weight::from_parts(51_428_000, 0) + .saturating_add(Weight::from_parts(0, 33695)) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(8)) } diff --git a/runtime/kusama/src/weights/runtime_parachains_initializer.rs b/runtime/kusama/src/weights/runtime_parachains_initializer.rs index da20798500cb..1aa0f3a55242 100644 --- a/runtime/kusama/src/weights/runtime_parachains_initializer.rs +++ b/runtime/kusama/src/weights/runtime_parachains_initializer.rs @@ -53,10 +53,10 @@ impl runtime_parachains::initializer::WeightInfo for We // Measured: `28 + d * (11 ±0)` // Estimated: `519 + d * (11 ±0)` // Minimum execution time: 3_560 nanoseconds. - Weight::from_ref_time(5_887_979) - .saturating_add(Weight::from_proof_size(519)) + Weight::from_parts(5_887_979, 0) + .saturating_add(Weight::from_parts(0, 519)) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_319).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_319, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 11).saturating_mul(d.into())) diff --git a/runtime/kusama/src/weights/runtime_parachains_paras.rs b/runtime/kusama/src/weights/runtime_parachains_paras.rs index e48ffb4507e4..05cf4cbe1b03 100644 --- a/runtime/kusama/src/weights/runtime_parachains_paras.rs +++ b/runtime/kusama/src/weights/runtime_parachains_paras.rs @@ -63,10 +63,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `8341` // Estimated: `57966` // Minimum execution time: 31_317 nanoseconds. - Weight::from_ref_time(31_503_000) - .saturating_add(Weight::from_proof_size(57966)) + Weight::from_parts(31_503_000, 0) + .saturating_add(Weight::from_parts(0, 57966)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_279).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_279, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -78,10 +78,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `0` // Estimated: `0` // Minimum execution time: 7_831 nanoseconds. - Weight::from_ref_time(8_002_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(8_002_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(868).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(868, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Paras FutureCodeHash (r:1 w:1) @@ -110,10 +110,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `16526` // Estimated: `179120` // Minimum execution time: 55_648 nanoseconds. - Weight::from_ref_time(56_107_000) - .saturating_add(Weight::from_proof_size(179120)) + Weight::from_parts(56_107_000, 0) + .saturating_add(Weight::from_parts(0, 179120)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_296).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_296, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -129,10 +129,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `95` // Estimated: `2760` // Minimum execution time: 13_071 nanoseconds. - Weight::from_ref_time(13_190_000) - .saturating_add(Weight::from_proof_size(2760)) + Weight::from_parts(13_190_000, 0) + .saturating_add(Weight::from_parts(0, 2760)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(878).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(878, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -145,8 +145,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `4283` // Estimated: `11536` // Minimum execution time: 18_691 nanoseconds. - Weight::from_ref_time(19_280_000) - .saturating_add(Weight::from_proof_size(11536)) + Weight::from_parts(19_280_000, 0) + .saturating_add(Weight::from_parts(0, 11536)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -160,10 +160,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `28` // Estimated: `5006` // Minimum execution time: 7_511 nanoseconds. - Weight::from_ref_time(7_655_000) - .saturating_add(Weight::from_proof_size(5006)) + Weight::from_parts(7_655_000, 0) + .saturating_add(Weight::from_parts(0, 5006)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_287).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_287, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -176,8 +176,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `28` // Estimated: `2531` // Minimum execution time: 5_296 nanoseconds. - Weight::from_ref_time(5_509_000) - .saturating_add(Weight::from_proof_size(2531)) + Weight::from_parts(5_509_000, 0) + .saturating_add(Weight::from_parts(0, 2531)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,8 +192,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `26709` // Estimated: `83592` // Minimum execution time: 89_411 nanoseconds. - Weight::from_ref_time(91_895_000) - .saturating_add(Weight::from_proof_size(83592)) + Weight::from_parts(91_895_000, 0) + .saturating_add(Weight::from_parts(0, 83592)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -216,8 +216,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27295` // Estimated: `196015` // Minimum execution time: 765_910 nanoseconds. - Weight::from_ref_time(773_712_000) - .saturating_add(Weight::from_proof_size(196015)) + Weight::from_parts(773_712_000, 0) + .saturating_add(Weight::from_parts(0, 196015)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(104)) } @@ -232,8 +232,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27241` // Estimated: `85188` // Minimum execution time: 87_552 nanoseconds. - Weight::from_ref_time(88_965_000) - .saturating_add(Weight::from_proof_size(85188)) + Weight::from_parts(88_965_000, 0) + .saturating_add(Weight::from_parts(0, 85188)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -252,8 +252,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `26763` // Estimated: `140250` // Minimum execution time: 604_799 nanoseconds. - Weight::from_ref_time(610_863_000) - .saturating_add(Weight::from_proof_size(140250)) + Weight::from_parts(610_863_000, 0) + .saturating_add(Weight::from_parts(0, 140250)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -268,8 +268,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `26709` // Estimated: `83592` // Minimum execution time: 86_958 nanoseconds. - Weight::from_ref_time(88_167_000) - .saturating_add(Weight::from_proof_size(83592)) + Weight::from_parts(88_167_000, 0) + .saturating_add(Weight::from_parts(0, 83592)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs b/runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs index 215ab8e537d4..3baa22020db5 100644 --- a/runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs +++ b/runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs @@ -113,10 +113,10 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `51031` // Estimated: `1464637 + v * (16 ±0)` // Minimum execution time: 785_876 nanoseconds. - Weight::from_ref_time(327_456_238) - .saturating_add(Weight::from_proof_size(1464637)) + Weight::from_parts(327_456_238, 0) + .saturating_add(Weight::from_parts(0, 1464637)) // Standard Error: 29_464 - .saturating_add(Weight::from_ref_time(48_608_353).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(48_608_353, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(28)) .saturating_add(T::DbWeight::get().writes(16)) .saturating_add(Weight::from_parts(0, 16).saturating_mul(v.into())) @@ -186,8 +186,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `42834` // Estimated: `1187286` // Minimum execution time: 339_953 nanoseconds. - Weight::from_ref_time(352_857_000) - .saturating_add(Weight::from_proof_size(1187286)) + Weight::from_parts(352_857_000, 0) + .saturating_add(Weight::from_parts(0, 1187286)) .saturating_add(T::DbWeight::get().reads(26)) .saturating_add(T::DbWeight::get().writes(17)) } @@ -259,10 +259,10 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `42865` // Estimated: `1238413` // Minimum execution time: 5_649_970 nanoseconds. - Weight::from_ref_time(916_094_354) - .saturating_add(Weight::from_proof_size(1238413)) + Weight::from_parts(916_094_354, 0) + .saturating_add(Weight::from_parts(0, 1238413)) // Standard Error: 48_367 - .saturating_add(Weight::from_ref_time(47_832_056).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(47_832_056, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(29)) .saturating_add(T::DbWeight::get().writes(16)) } @@ -337,8 +337,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `42892` // Estimated: `1329903` // Minimum execution time: 37_725_815 nanoseconds. - Weight::from_ref_time(38_030_579_000) - .saturating_add(Weight::from_proof_size(1329903)) + Weight::from_parts(38_030_579_000, 0) + .saturating_add(Weight::from_parts(0, 1329903)) .saturating_add(T::DbWeight::get().reads(31)) .saturating_add(T::DbWeight::get().writes(16)) } diff --git a/runtime/kusama/src/weights/runtime_parachains_ump.rs b/runtime/kusama/src/weights/runtime_parachains_ump.rs index 37b3334a0ace..8be590353fcd 100644 --- a/runtime/kusama/src/weights/runtime_parachains_ump.rs +++ b/runtime/kusama/src/weights/runtime_parachains_ump.rs @@ -51,10 +51,10 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 6_075 nanoseconds. - Weight::from_ref_time(6_138_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_138_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 8 - .saturating_add(Weight::from_ref_time(1_723).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_723, 0).saturating_mul(s.into())) } /// Storage: Ump NeedsDispatch (r:1 w:1) /// Proof Skipped: Ump NeedsDispatch (max_values: Some(1), max_size: None, mode: Measured) @@ -69,8 +69,8 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `272` // Estimated: `2078` // Minimum execution time: 9_509 nanoseconds. - Weight::from_ref_time(9_782_000) - .saturating_add(Weight::from_proof_size(2078)) + Weight::from_parts(9_782_000, 0) + .saturating_add(Weight::from_parts(0, 2078)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -83,8 +83,8 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `257` // Estimated: `3231` // Minimum execution time: 23_623 nanoseconds. - Weight::from_ref_time(23_932_000) - .saturating_add(Weight::from_proof_size(3231)) + Weight::from_parts(23_932_000, 0) + .saturating_add(Weight::from_parts(0, 3231)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/polkadot/constants/src/weights/block_weights.rs b/runtime/polkadot/constants/src/weights/block_weights.rs index d9b598451483..d23d06bae66a 100644 --- a/runtime/polkadot/constants/src/weights/block_weights.rs +++ b/runtime/polkadot/constants/src/weights/block_weights.rs @@ -52,7 +52,7 @@ parameter_types! { /// 95th: 8_253_981 /// 75th: 8_177_759 pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(8_148_664)); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(8_148_664), 0); } #[cfg(test)] diff --git a/runtime/polkadot/constants/src/weights/extrinsic_weights.rs b/runtime/polkadot/constants/src/weights/extrinsic_weights.rs index c4aa036db88e..9c385221053d 100644 --- a/runtime/polkadot/constants/src/weights/extrinsic_weights.rs +++ b/runtime/polkadot/constants/src/weights/extrinsic_weights.rs @@ -52,7 +52,7 @@ parameter_types! { /// 95th: 108_172 /// 75th: 107_386 pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(107_284)); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(107_284), 0); } #[cfg(test)] diff --git a/runtime/polkadot/src/weights/frame_benchmarking_baseline.rs b/runtime/polkadot/src/weights/frame_benchmarking_baseline.rs index b9a14b6fe2a7..877f8a56353f 100644 --- a/runtime/polkadot/src/weights/frame_benchmarking_baseline.rs +++ b/runtime/polkadot/src/weights/frame_benchmarking_baseline.rs @@ -51,8 +51,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 155 nanoseconds. - Weight::from_ref_time(187_651) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(187_651, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn subtraction(_i: u32, ) -> Weight { @@ -60,8 +60,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 152 nanoseconds. - Weight::from_ref_time(184_344) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(184_344, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn multiplication(_i: u32, ) -> Weight { @@ -69,8 +69,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 160 nanoseconds. - Weight::from_ref_time(192_980) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(192_980, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn division(_i: u32, ) -> Weight { @@ -78,16 +78,16 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 145 nanoseconds. - Weight::from_ref_time(181_370) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(181_370, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn hashing() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 23_129_025 nanoseconds. - Weight::from_ref_time(23_238_640_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(23_238_640_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 100]`. fn sr25519_verification(i: u32, ) -> Weight { @@ -95,9 +95,9 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 167 nanoseconds. - Weight::from_ref_time(191_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(191_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 18_668 - .saturating_add(Weight::from_ref_time(47_265_180).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(47_265_180, 0).saturating_mul(i.into())) } } diff --git a/runtime/polkadot/src/weights/frame_election_provider_support.rs b/runtime/polkadot/src/weights/frame_election_provider_support.rs index d56692640bc5..e8a811634525 100644 --- a/runtime/polkadot/src/weights/frame_election_provider_support.rs +++ b/runtime/polkadot/src/weights/frame_election_provider_support.rs @@ -53,12 +53,12 @@ impl frame_election_provider_support::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 6_484_074 nanoseconds. - Weight::from_ref_time(6_556_949_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_556_949_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 142_632 - .saturating_add(Weight::from_ref_time(5_989_659).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(5_989_659, 0).saturating_mul(v.into())) // Standard Error: 14_582_196 - .saturating_add(Weight::from_ref_time(1_553_194_007).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_553_194_007, 0).saturating_mul(d.into())) } /// The range of component `v` is `[1000, 2000]`. /// The range of component `t` is `[500, 1000]`. @@ -68,11 +68,11 @@ impl frame_election_provider_support::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 5_046_356 nanoseconds. - Weight::from_ref_time(5_095_703_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_095_703_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 153_538 - .saturating_add(Weight::from_ref_time(5_889_022).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(5_889_022, 0).saturating_mul(v.into())) // Standard Error: 15_697_272 - .saturating_add(Weight::from_ref_time(1_818_022_290).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_818_022_290, 0).saturating_mul(d.into())) } } diff --git a/runtime/polkadot/src/weights/frame_system.rs b/runtime/polkadot/src/weights/frame_system.rs index 3cd859a4cdc2..833cad7608f7 100644 --- a/runtime/polkadot/src/weights/frame_system.rs +++ b/runtime/polkadot/src/weights/frame_system.rs @@ -51,10 +51,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_795 nanoseconds. - Weight::from_ref_time(1_909_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_909_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(416).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(416, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { @@ -62,10 +62,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 7_339 nanoseconds. - Weight::from_ref_time(7_457_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(7_457_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_774).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_774, 0).saturating_mul(b.into())) } /// Storage: System Digest (r:1 w:1) /// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured) @@ -76,8 +76,8 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `495` // Minimum execution time: 3_784 nanoseconds. - Weight::from_ref_time(3_964_000) - .saturating_add(Weight::from_proof_size(495)) + Weight::from_parts(3_964_000, 0) + .saturating_add(Weight::from_parts(0, 495)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,10 +89,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_750 nanoseconds. - Weight::from_ref_time(1_774_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_774_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 1_902 - .saturating_add(Weight::from_ref_time(669_814).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(669_814, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -103,10 +103,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_825 nanoseconds. - Weight::from_ref_time(1_870_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_870_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 781 - .saturating_add(Weight::from_ref_time(487_859).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(487_859, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -117,10 +117,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `131 + p * (69 ±0)` // Estimated: `117 + p * (70 ±0)` // Minimum execution time: 3_690 nanoseconds. - Weight::from_ref_time(3_781_000) - .saturating_add(Weight::from_proof_size(117)) + Weight::from_parts(3_781_000, 0) + .saturating_add(Weight::from_parts(0, 117)) // Standard Error: 1_112 - .saturating_add(Weight::from_ref_time(1_004_411).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(1_004_411, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into())) diff --git a/runtime/polkadot/src/weights/pallet_bags_list.rs b/runtime/polkadot/src/weights/pallet_bags_list.rs index 54bc60f9a44a..2c705f9da149 100644 --- a/runtime/polkadot/src/weights/pallet_bags_list.rs +++ b/runtime/polkadot/src/weights/pallet_bags_list.rs @@ -58,8 +58,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Measured: `1814` // Estimated: `19186` // Minimum execution time: 62_489 nanoseconds. - Weight::from_ref_time(63_129_000) - .saturating_add(Weight::from_proof_size(19186)) + Weight::from_parts(63_129_000, 0) + .saturating_add(Weight::from_parts(0, 19186)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -76,8 +76,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Measured: `1708` // Estimated: `19114` // Minimum execution time: 59_148 nanoseconds. - Weight::from_ref_time(60_804_000) - .saturating_add(Weight::from_proof_size(19114)) + Weight::from_parts(60_804_000, 0) + .saturating_add(Weight::from_parts(0, 19114)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -96,8 +96,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Measured: `2051` // Estimated: `25798` // Minimum execution time: 65_861 nanoseconds. - Weight::from_ref_time(66_504_000) - .saturating_add(Weight::from_proof_size(25798)) + Weight::from_parts(66_504_000, 0) + .saturating_add(Weight::from_parts(0, 25798)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(6)) } diff --git a/runtime/polkadot/src/weights/pallet_balances.rs b/runtime/polkadot/src/weights/pallet_balances.rs index 8e6922a36234..a784567aad68 100644 --- a/runtime/polkadot/src/weights/pallet_balances.rs +++ b/runtime/polkadot/src/weights/pallet_balances.rs @@ -52,8 +52,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1822` // Estimated: `2603` // Minimum execution time: 50_301 nanoseconds. - Weight::from_ref_time(50_887_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(50_887_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -64,8 +64,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1639` // Estimated: `2603` // Minimum execution time: 38_604 nanoseconds. - Weight::from_ref_time(39_223_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(39_223_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -76,8 +76,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1856` // Estimated: `2603` // Minimum execution time: 27_662 nanoseconds. - Weight::from_ref_time(28_376_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(28_376_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -88,8 +88,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1856` // Estimated: `2603` // Minimum execution time: 31_553 nanoseconds. - Weight::from_ref_time(32_254_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(32_254_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -100,8 +100,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1818` // Estimated: `5206` // Minimum execution time: 51_621 nanoseconds. - Weight::from_ref_time(52_169_000) - .saturating_add(Weight::from_proof_size(5206)) + Weight::from_parts(52_169_000, 0) + .saturating_add(Weight::from_parts(0, 5206)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -112,8 +112,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1639` // Estimated: `2603` // Minimum execution time: 44_970 nanoseconds. - Weight::from_ref_time(45_504_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(45_504_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -124,8 +124,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1673` // Estimated: `2603` // Minimum execution time: 24_641 nanoseconds. - Weight::from_ref_time(26_464_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(26_464_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_bounties.rs b/runtime/polkadot/src/weights/pallet_bounties.rs index efee0f8b2468..6fdc177b0f8d 100644 --- a/runtime/polkadot/src/weights/pallet_bounties.rs +++ b/runtime/polkadot/src/weights/pallet_bounties.rs @@ -59,10 +59,10 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `175` // Estimated: `3102` // Minimum execution time: 25_384 nanoseconds. - Weight::from_ref_time(26_855_698) - .saturating_add(Weight::from_proof_size(3102)) + Weight::from_parts(26_855_698, 0) + .saturating_add(Weight::from_parts(0, 3102)) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(759).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(759, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -75,8 +75,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `267` // Estimated: `3549` // Minimum execution time: 12_031 nanoseconds. - Weight::from_ref_time(12_313_000) - .saturating_add(Weight::from_proof_size(3549)) + Weight::from_parts(12_313_000, 0) + .saturating_add(Weight::from_parts(0, 3549)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -87,8 +87,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `287` // Estimated: `2652` // Minimum execution time: 10_431 nanoseconds. - Weight::from_ref_time(10_741_000) - .saturating_add(Weight::from_proof_size(2652)) + Weight::from_parts(10_741_000, 0) + .saturating_add(Weight::from_parts(0, 2652)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -101,8 +101,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `495` // Estimated: `5255` // Minimum execution time: 35_648 nanoseconds. - Weight::from_ref_time(36_567_000) - .saturating_add(Weight::from_proof_size(5255)) + Weight::from_parts(36_567_000, 0) + .saturating_add(Weight::from_parts(0, 5255)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -115,8 +115,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `491` // Estimated: `5255` // Minimum execution time: 23_997 nanoseconds. - Weight::from_ref_time(24_334_000) - .saturating_add(Weight::from_proof_size(5255)) + Weight::from_parts(24_334_000, 0) + .saturating_add(Weight::from_parts(0, 5255)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -129,8 +129,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `437` // Estimated: `5143` // Minimum execution time: 20_452 nanoseconds. - Weight::from_ref_time(20_827_000) - .saturating_add(Weight::from_proof_size(5143)) + Weight::from_parts(20_827_000, 0) + .saturating_add(Weight::from_parts(0, 5143)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -147,8 +147,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `865` // Estimated: `12964` // Minimum execution time: 76_289 nanoseconds. - Weight::from_ref_time(77_242_000) - .saturating_add(Weight::from_proof_size(12964)) + Weight::from_parts(77_242_000, 0) + .saturating_add(Weight::from_parts(0, 12964)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -165,8 +165,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `513` // Estimated: `7746` // Minimum execution time: 42_076 nanoseconds. - Weight::from_ref_time(42_491_000) - .saturating_add(Weight::from_proof_size(7746)) + Weight::from_parts(42_491_000, 0) + .saturating_add(Weight::from_parts(0, 7746)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -183,8 +183,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `781` // Estimated: `10349` // Minimum execution time: 51_981 nanoseconds. - Weight::from_ref_time(52_413_000) - .saturating_add(Weight::from_proof_size(10349)) + Weight::from_parts(52_413_000, 0) + .saturating_add(Weight::from_parts(0, 10349)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -195,8 +195,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `323` // Estimated: `2652` // Minimum execution time: 15_555 nanoseconds. - Weight::from_ref_time(15_946_000) - .saturating_add(Weight::from_proof_size(2652)) + Weight::from_parts(15_946_000, 0) + .saturating_add(Weight::from_parts(0, 2652)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -212,10 +212,10 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `0 + b * (360 ±0)` // Estimated: `897 + b * (7858 ±0)` // Minimum execution time: 5_282 nanoseconds. - Weight::from_ref_time(1_893_501) - .saturating_add(Weight::from_proof_size(897)) + Weight::from_parts(1_893_501, 0) + .saturating_add(Weight::from_parts(0, 897)) // Standard Error: 29_881 - .saturating_add(Weight::from_ref_time(34_151_121).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(34_151_121, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/polkadot/src/weights/pallet_child_bounties.rs b/runtime/polkadot/src/weights/pallet_child_bounties.rs index 6712c4ba3369..263a8186adb6 100644 --- a/runtime/polkadot/src/weights/pallet_child_bounties.rs +++ b/runtime/polkadot/src/weights/pallet_child_bounties.rs @@ -63,10 +63,10 @@ impl pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_collective::WeightInfo for WeightInfo { // Measured: `0 + m * (3233 ±0) + p * (3223 ±0)` // Estimated: `16054 + m * (7809 ±16) + p * (10238 ±16)` // Minimum execution time: 17_913 nanoseconds. - Weight::from_ref_time(18_394_000) - .saturating_add(Weight::from_proof_size(16054)) + Weight::from_parts(18_394_000, 0) + .saturating_add(Weight::from_parts(0, 16054)) // Standard Error: 50_650 - .saturating_add(Weight::from_ref_time(5_723_694).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(5_723_694, 0).saturating_mul(m.into())) // Standard Error: 50_650 - .saturating_add(Weight::from_ref_time(8_485_753).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(8_485_753, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -88,12 +88,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `101 + m * (32 ±0)` // Estimated: `597 + m * (32 ±0)` // Minimum execution time: 16_774 nanoseconds. - Weight::from_ref_time(16_193_749) - .saturating_add(Weight::from_proof_size(597)) + Weight::from_parts(16_193_749, 0) + .saturating_add(Weight::from_parts(0, 597)) // Standard Error: 20 - .saturating_add(Weight::from_ref_time(1_790).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_790, 0).saturating_mul(b.into())) // Standard Error: 213 - .saturating_add(Weight::from_ref_time(14_817).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(14_817, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -110,12 +110,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `101 + m * (32 ±0)` // Estimated: `3174 + m * (64 ±0)` // Minimum execution time: 19_209 nanoseconds. - Weight::from_ref_time(18_354_237) - .saturating_add(Weight::from_proof_size(3174)) + Weight::from_parts(18_354_237, 0) + .saturating_add(Weight::from_parts(0, 3174)) // Standard Error: 23 - .saturating_add(Weight::from_ref_time(1_734).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_734, 0).saturating_mul(b.into())) // Standard Error: 240 - .saturating_add(Weight::from_ref_time(26_264).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(26_264, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } @@ -140,14 +140,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `423 + m * (32 ±0) + p * (36 ±0)` // Estimated: `5690 + m * (165 ±0) + p * (180 ±0)` // Minimum execution time: 25_763 nanoseconds. - Weight::from_ref_time(26_388_122) - .saturating_add(Weight::from_proof_size(5690)) + Weight::from_parts(26_388_122, 0) + .saturating_add(Weight::from_parts(0, 5690)) // Standard Error: 50 - .saturating_add(Weight::from_ref_time(2_746).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_746, 0).saturating_mul(b.into())) // Standard Error: 523 - .saturating_add(Weight::from_ref_time(19_574).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(19_574, 0).saturating_mul(m.into())) // Standard Error: 516 - .saturating_add(Weight::from_ref_time(123_629).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(123_629, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into())) @@ -164,10 +164,10 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `873 + m * (64 ±0)` // Estimated: `4714 + m * (128 ±0)` // Minimum execution time: 22_830 nanoseconds. - Weight::from_ref_time(23_632_337) - .saturating_add(Weight::from_proof_size(4714)) + Weight::from_parts(23_632_337, 0) + .saturating_add(Weight::from_parts(0, 4714)) // Standard Error: 310 - .saturating_add(Weight::from_ref_time(43_607).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(43_607, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into())) @@ -189,12 +189,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `493 + m * (64 ±0) + p * (36 ±0)` // Estimated: `5361 + m * (260 ±0) + p * (144 ±0)` // Minimum execution time: 28_031 nanoseconds. - Weight::from_ref_time(28_174_563) - .saturating_add(Weight::from_proof_size(5361)) + Weight::from_parts(28_174_563, 0) + .saturating_add(Weight::from_parts(0, 5361)) // Standard Error: 860 - .saturating_add(Weight::from_ref_time(29_198).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(29_198, 0).saturating_mul(m.into())) // Standard Error: 839 - .saturating_add(Weight::from_ref_time(123_119).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(123_119, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into())) @@ -219,12 +219,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `829 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `8632 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` // Minimum execution time: 39_531 nanoseconds. - Weight::from_ref_time(42_121_105) - .saturating_add(Weight::from_proof_size(8632)) + Weight::from_parts(42_121_105, 0) + .saturating_add(Weight::from_parts(0, 8632)) // Standard Error: 132 - .saturating_add(Weight::from_ref_time(1_767).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_767, 0).saturating_mul(b.into())) // Standard Error: 1_361 - .saturating_add(Weight::from_ref_time(151_993).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(151_993, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into())) @@ -250,12 +250,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `513 + m * (64 ±0) + p * (36 ±0)` // Estimated: `6430 + m * (325 ±0) + p * (180 ±0)` // Minimum execution time: 30_738 nanoseconds. - Weight::from_ref_time(31_359_687) - .saturating_add(Weight::from_proof_size(6430)) + Weight::from_parts(31_359_687, 0) + .saturating_add(Weight::from_parts(0, 6430)) // Standard Error: 445 - .saturating_add(Weight::from_ref_time(27_105).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(27_105, 0).saturating_mul(m.into())) // Standard Error: 434 - .saturating_add(Weight::from_ref_time(119_167).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(119_167, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into())) @@ -282,14 +282,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `849 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `9900 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` // Minimum execution time: 41_645 nanoseconds. - Weight::from_ref_time(43_504_215) - .saturating_add(Weight::from_proof_size(9900)) + Weight::from_parts(43_504_215, 0) + .saturating_add(Weight::from_parts(0, 9900)) // Standard Error: 87 - .saturating_add(Weight::from_ref_time(2_337).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_337, 0).saturating_mul(b.into())) // Standard Error: 928 - .saturating_add(Weight::from_ref_time(21_553).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(21_553, 0).saturating_mul(m.into())) // Standard Error: 905 - .saturating_add(Weight::from_ref_time(148_246).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(148_246, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into())) @@ -309,10 +309,10 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `258 + p * (32 ±0)` // Estimated: `1269 + p * (96 ±0)` // Minimum execution time: 15_758 nanoseconds. - Weight::from_ref_time(17_993_925) - .saturating_add(Weight::from_proof_size(1269)) + Weight::from_parts(17_993_925, 0) + .saturating_add(Weight::from_parts(0, 1269)) // Standard Error: 504 - .saturating_add(Weight::from_ref_time(111_766).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(111_766, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into())) diff --git a/runtime/polkadot/src/weights/pallet_collective_technical_committee.rs b/runtime/polkadot/src/weights/pallet_collective_technical_committee.rs index 087658193883..097f5971442a 100644 --- a/runtime/polkadot/src/weights/pallet_collective_technical_committee.rs +++ b/runtime/polkadot/src/weights/pallet_collective_technical_committee.rs @@ -64,12 +64,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `0 + m * (3233 ±0) + p * (3223 ±0)` // Estimated: `16342 + m * (7809 ±17) + p * (10238 ±17)` // Minimum execution time: 18_766 nanoseconds. - Weight::from_ref_time(19_022_000) - .saturating_add(Weight::from_proof_size(16342)) + Weight::from_parts(19_022_000, 0) + .saturating_add(Weight::from_parts(0, 16342)) // Standard Error: 51_092 - .saturating_add(Weight::from_ref_time(5_695_526).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(5_695_526, 0).saturating_mul(m.into())) // Standard Error: 51_092 - .saturating_add(Weight::from_ref_time(8_512_445).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(8_512_445, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -88,12 +88,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `173 + m * (32 ±0)` // Estimated: `669 + m * (32 ±0)` // Minimum execution time: 17_538 nanoseconds. - Weight::from_ref_time(16_973_296) - .saturating_add(Weight::from_proof_size(669)) + Weight::from_parts(16_973_296, 0) + .saturating_add(Weight::from_parts(0, 669)) // Standard Error: 19 - .saturating_add(Weight::from_ref_time(1_747).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_747, 0).saturating_mul(b.into())) // Standard Error: 198 - .saturating_add(Weight::from_ref_time(12_393).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(12_393, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -110,12 +110,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `173 + m * (32 ±0)` // Estimated: `3318 + m * (64 ±0)` // Minimum execution time: 20_246 nanoseconds. - Weight::from_ref_time(19_210_911) - .saturating_add(Weight::from_proof_size(3318)) + Weight::from_parts(19_210_911, 0) + .saturating_add(Weight::from_parts(0, 3318)) // Standard Error: 20 - .saturating_add(Weight::from_ref_time(1_695).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_695, 0).saturating_mul(b.into())) // Standard Error: 216 - .saturating_add(Weight::from_ref_time(22_896).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(22_896, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } @@ -140,14 +140,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `495 + m * (32 ±0) + p * (36 ±0)` // Estimated: `6050 + m * (165 ±0) + p * (180 ±0)` // Minimum execution time: 26_490 nanoseconds. - Weight::from_ref_time(27_228_922) - .saturating_add(Weight::from_proof_size(6050)) + Weight::from_parts(27_228_922, 0) + .saturating_add(Weight::from_parts(0, 6050)) // Standard Error: 49 - .saturating_add(Weight::from_ref_time(2_669).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_669, 0).saturating_mul(b.into())) // Standard Error: 518 - .saturating_add(Weight::from_ref_time(18_371).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(18_371, 0).saturating_mul(m.into())) // Standard Error: 512 - .saturating_add(Weight::from_ref_time(124_547).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(124_547, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into())) @@ -164,10 +164,10 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `945 + m * (64 ±0)` // Estimated: `4858 + m * (128 ±0)` // Minimum execution time: 23_895 nanoseconds. - Weight::from_ref_time(24_537_170) - .saturating_add(Weight::from_proof_size(4858)) + Weight::from_parts(24_537_170, 0) + .saturating_add(Weight::from_parts(0, 4858)) // Standard Error: 283 - .saturating_add(Weight::from_ref_time(44_346).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(44_346, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into())) @@ -189,12 +189,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `565 + m * (64 ±0) + p * (36 ±0)` // Estimated: `5649 + m * (260 ±0) + p * (144 ±0)` // Minimum execution time: 28_841 nanoseconds. - Weight::from_ref_time(29_289_017) - .saturating_add(Weight::from_proof_size(5649)) + Weight::from_parts(29_289_017, 0) + .saturating_add(Weight::from_parts(0, 5649)) // Standard Error: 519 - .saturating_add(Weight::from_ref_time(26_360).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(26_360, 0).saturating_mul(m.into())) // Standard Error: 506 - .saturating_add(Weight::from_ref_time(121_543).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(121_543, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into())) @@ -219,14 +219,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `901 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `8920 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` // Minimum execution time: 40_558 nanoseconds. - Weight::from_ref_time(41_766_739) - .saturating_add(Weight::from_proof_size(8920)) + Weight::from_parts(41_766_739, 0) + .saturating_add(Weight::from_parts(0, 8920)) // Standard Error: 84 - .saturating_add(Weight::from_ref_time(2_174).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_174, 0).saturating_mul(b.into())) // Standard Error: 896 - .saturating_add(Weight::from_ref_time(21_637).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(21_637, 0).saturating_mul(m.into())) // Standard Error: 873 - .saturating_add(Weight::from_ref_time(147_008).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(147_008, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into())) @@ -252,12 +252,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `585 + m * (64 ±0) + p * (36 ±0)` // Estimated: `6790 + m * (325 ±0) + p * (180 ±0)` // Minimum execution time: 31_691 nanoseconds. - Weight::from_ref_time(32_313_064) - .saturating_add(Weight::from_proof_size(6790)) + Weight::from_parts(32_313_064, 0) + .saturating_add(Weight::from_parts(0, 6790)) // Standard Error: 412 - .saturating_add(Weight::from_ref_time(26_215).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(26_215, 0).saturating_mul(m.into())) // Standard Error: 402 - .saturating_add(Weight::from_ref_time(120_349).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(120_349, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into())) @@ -284,14 +284,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `921 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `10260 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` // Minimum execution time: 42_982 nanoseconds. - Weight::from_ref_time(44_535_219) - .saturating_add(Weight::from_proof_size(10260)) + Weight::from_parts(44_535_219, 0) + .saturating_add(Weight::from_parts(0, 10260)) // Standard Error: 83 - .saturating_add(Weight::from_ref_time(2_086).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_086, 0).saturating_mul(b.into())) // Standard Error: 877 - .saturating_add(Weight::from_ref_time(21_836).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(21_836, 0).saturating_mul(m.into())) // Standard Error: 855 - .saturating_add(Weight::from_ref_time(149_280).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(149_280, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into())) @@ -311,10 +311,10 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `330 + p * (32 ±0)` // Estimated: `1485 + p * (96 ±0)` // Minimum execution time: 16_623 nanoseconds. - Weight::from_ref_time(18_510_338) - .saturating_add(Weight::from_proof_size(1485)) + Weight::from_parts(18_510_338, 0) + .saturating_add(Weight::from_parts(0, 1485)) // Standard Error: 454 - .saturating_add(Weight::from_ref_time(113_600).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(113_600, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into())) diff --git a/runtime/polkadot/src/weights/pallet_democracy.rs b/runtime/polkadot/src/weights/pallet_democracy.rs index 92b6f203978b..f00cc1680aa5 100644 --- a/runtime/polkadot/src/weights/pallet_democracy.rs +++ b/runtime/polkadot/src/weights/pallet_democracy.rs @@ -58,8 +58,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4831` // Estimated: `23409` // Minimum execution time: 36_274 nanoseconds. - Weight::from_ref_time(36_815_000) - .saturating_add(Weight::from_proof_size(23409)) + Weight::from_parts(36_815_000, 0) + .saturating_add(Weight::from_parts(0, 23409)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,8 +70,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3587` // Estimated: `5705` // Minimum execution time: 33_036 nanoseconds. - Weight::from_ref_time(33_555_000) - .saturating_add(Weight::from_proof_size(5705)) + Weight::from_parts(33_555_000, 0) + .saturating_add(Weight::from_parts(0, 5705)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -86,8 +86,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3532` // Estimated: `12720` // Minimum execution time: 46_200 nanoseconds. - Weight::from_ref_time(46_691_000) - .saturating_add(Weight::from_proof_size(12720)) + Weight::from_parts(46_691_000, 0) + .saturating_add(Weight::from_parts(0, 12720)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -102,8 +102,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3554` // Estimated: `12720` // Minimum execution time: 46_159 nanoseconds. - Weight::from_ref_time(46_507_000) - .saturating_add(Weight::from_proof_size(12720)) + Weight::from_parts(46_507_000, 0) + .saturating_add(Weight::from_parts(0, 12720)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -118,8 +118,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `365` // Estimated: `7712` // Minimum execution time: 26_963 nanoseconds. - Weight::from_ref_time(27_872_000) - .saturating_add(Weight::from_proof_size(7712)) + Weight::from_parts(27_872_000, 0) + .saturating_add(Weight::from_parts(0, 7712)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,8 +142,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `6003` // Estimated: `36392` // Minimum execution time: 92_685 nanoseconds. - Weight::from_ref_time(93_626_000) - .saturating_add(Weight::from_proof_size(36392)) + Weight::from_parts(93_626_000, 0) + .saturating_add(Weight::from_parts(0, 36392)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -156,8 +156,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3415` // Estimated: `6340` // Minimum execution time: 14_198 nanoseconds. - Weight::from_ref_time(14_642_000) - .saturating_add(Weight::from_proof_size(6340)) + Weight::from_parts(14_642_000, 0) + .saturating_add(Weight::from_parts(0, 6340)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -168,8 +168,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_853 nanoseconds. - Weight::from_ref_time(4_020_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(4_020_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy NextExternal (r:0 w:1) @@ -179,8 +179,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_685 nanoseconds. - Weight::from_ref_time(3_906_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_906_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy NextExternal (r:1 w:1) @@ -196,8 +196,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `3654` // Minimum execution time: 28_475 nanoseconds. - Weight::from_ref_time(28_950_000) - .saturating_add(Weight::from_proof_size(3654)) + Weight::from_parts(28_950_000, 0) + .saturating_add(Weight::from_parts(0, 3654)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -212,8 +212,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3518` // Estimated: `8868` // Minimum execution time: 33_318 nanoseconds. - Weight::from_ref_time(33_996_000) - .saturating_add(Weight::from_proof_size(8868)) + Weight::from_parts(33_996_000, 0) + .saturating_add(Weight::from_parts(0, 8868)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -230,8 +230,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `5882` // Estimated: `28033` // Minimum execution time: 75_841 nanoseconds. - Weight::from_ref_time(76_687_000) - .saturating_add(Weight::from_proof_size(28033)) + Weight::from_parts(76_687_000, 0) + .saturating_add(Weight::from_parts(0, 28033)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -244,8 +244,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `238` // Estimated: `2528` // Minimum execution time: 20_201 nanoseconds. - Weight::from_ref_time(20_686_000) - .saturating_add(Weight::from_proof_size(2528)) + Weight::from_parts(20_686_000, 0) + .saturating_add(Weight::from_parts(0, 2528)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -261,10 +261,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `211 + r * (117 ±0)` // Estimated: `998 + r * (2676 ±0)` // Minimum execution time: 7_464 nanoseconds. - Weight::from_ref_time(9_990_560) - .saturating_add(Weight::from_proof_size(998)) + Weight::from_parts(9_990_560, 0) + .saturating_add(Weight::from_parts(0, 998)) // Standard Error: 5_811 - .saturating_add(Weight::from_ref_time(2_791_595).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(2_791_595, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -288,10 +288,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `211 + r * (117 ±0)` // Estimated: `19318 + r * (2676 ±0)` // Minimum execution time: 9_831 nanoseconds. - Weight::from_ref_time(13_727_388) - .saturating_add(Weight::from_proof_size(19318)) + Weight::from_parts(13_727_388, 0) + .saturating_add(Weight::from_parts(0, 19318)) // Standard Error: 5_875 - .saturating_add(Weight::from_ref_time(2_769_840).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(2_769_840, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -309,10 +309,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `925 + r * (139 ±0)` // Estimated: `22584 + r * (2676 ±0)` // Minimum execution time: 39_341 nanoseconds. - Weight::from_ref_time(43_711_147) - .saturating_add(Weight::from_proof_size(22584)) + Weight::from_parts(43_711_147, 0) + .saturating_add(Weight::from_parts(0, 22584)) // Standard Error: 8_917 - .saturating_add(Weight::from_ref_time(3_902_039).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(3_902_039, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -329,10 +329,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `524 + r * (139 ±0)` // Estimated: `12540 + r * (2676 ±0)` // Minimum execution time: 21_863 nanoseconds. - Weight::from_ref_time(24_086_661) - .saturating_add(Weight::from_proof_size(12540)) + Weight::from_parts(24_086_661, 0) + .saturating_add(Weight::from_parts(0, 12540)) // Standard Error: 6_125 - .saturating_add(Weight::from_ref_time(3_868_954).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(3_868_954, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -346,8 +346,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_222 nanoseconds. - Weight::from_ref_time(3_403_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_403_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy VotingOf (r:1 w:1) @@ -362,10 +362,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `594` // Estimated: `12647` // Minimum execution time: 21_776 nanoseconds. - Weight::from_ref_time(27_468_612) - .saturating_add(Weight::from_proof_size(12647)) + Weight::from_parts(27_468_612, 0) + .saturating_add(Weight::from_parts(0, 12647)) // Standard Error: 1_284 - .saturating_add(Weight::from_ref_time(22_061).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(22_061, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -381,10 +381,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `595 + r * (22 ±0)` // Estimated: `12647` // Minimum execution time: 26_013 nanoseconds. - Weight::from_ref_time(27_057_379) - .saturating_add(Weight::from_proof_size(12647)) + Weight::from_parts(27_057_379, 0) + .saturating_add(Weight::from_parts(0, 12647)) // Standard Error: 553 - .saturating_add(Weight::from_ref_time(65_983).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(65_983, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -398,10 +398,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `758 + r * (26 ±0)` // Estimated: `8946` // Minimum execution time: 16_233 nanoseconds. - Weight::from_ref_time(19_066_378) - .saturating_add(Weight::from_proof_size(8946)) + Weight::from_parts(19_066_378, 0) + .saturating_add(Weight::from_parts(0, 8946)) // Standard Error: 948 - .saturating_add(Weight::from_ref_time(76_609).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(76_609, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -415,10 +415,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `758 + r * (26 ±0)` // Estimated: `8946` // Minimum execution time: 16_824 nanoseconds. - Weight::from_ref_time(19_125_896) - .saturating_add(Weight::from_proof_size(8946)) + Weight::from_parts(19_125_896, 0) + .saturating_add(Weight::from_parts(0, 8946)) // Standard Error: 1_009 - .saturating_add(Weight::from_ref_time(75_921).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(75_921, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -433,8 +433,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `323` // Estimated: `3193` // Minimum execution time: 18_945 nanoseconds. - Weight::from_ref_time(19_439_000) - .saturating_add(Weight::from_proof_size(3193)) + Weight::from_parts(19_439_000, 0) + .saturating_add(Weight::from_parts(0, 3193)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -447,8 +447,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `3155` // Minimum execution time: 17_978 nanoseconds. - Weight::from_ref_time(18_271_000) - .saturating_add(Weight::from_proof_size(3155)) + Weight::from_parts(18_271_000, 0) + .saturating_add(Weight::from_parts(0, 3155)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -463,8 +463,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4886` // Estimated: `19763` // Minimum execution time: 33_654 nanoseconds. - Weight::from_ref_time(34_056_000) - .saturating_add(Weight::from_proof_size(19763)) + Weight::from_parts(34_056_000, 0) + .saturating_add(Weight::from_parts(0, 19763)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -477,8 +477,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4820` // Estimated: `19725` // Minimum execution time: 31_879 nanoseconds. - Weight::from_ref_time(32_297_000) - .saturating_add(Weight::from_proof_size(19725)) + Weight::from_parts(32_297_000, 0) + .saturating_add(Weight::from_parts(0, 19725)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -491,8 +491,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 15_166 nanoseconds. - Weight::from_ref_time(15_391_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(15_391_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -505,8 +505,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `269` // Estimated: `5204` // Minimum execution time: 19_417 nanoseconds. - Weight::from_ref_time(19_739_000) - .saturating_add(Weight::from_proof_size(5204)) + Weight::from_parts(19_739_000, 0) + .saturating_add(Weight::from_parts(0, 5204)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs b/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs index 9fe1b04f4e8f..9ac1a7702ae4 100644 --- a/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs +++ b/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs @@ -66,8 +66,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `993` // Estimated: `6982` // Minimum execution time: 19_584 nanoseconds. - Weight::from_ref_time(20_005_000) - .saturating_add(Weight::from_proof_size(6982)) + Weight::from_parts(20_005_000, 0) + .saturating_add(Weight::from_parts(0, 6982)) .saturating_add(T::DbWeight::get().reads(8)) } /// Storage: ElectionProviderMultiPhase Round (r:1 w:0) @@ -79,8 +79,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `114` // Estimated: `1218` // Minimum execution time: 13_857 nanoseconds. - Weight::from_ref_time(14_104_000) - .saturating_add(Weight::from_proof_size(1218)) + Weight::from_parts(14_104_000, 0) + .saturating_add(Weight::from_parts(0, 1218)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -93,8 +93,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `114` // Estimated: `1218` // Minimum execution time: 15_347 nanoseconds. - Weight::from_ref_time(15_771_000) - .saturating_add(Weight::from_proof_size(1218)) + Weight::from_parts(15_771_000, 0) + .saturating_add(Weight::from_parts(0, 1218)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -107,8 +107,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `206` // Estimated: `2809` // Minimum execution time: 26_315 nanoseconds. - Weight::from_ref_time(26_931_000) - .saturating_add(Weight::from_proof_size(2809)) + Weight::from_parts(26_931_000, 0) + .saturating_add(Weight::from_parts(0, 2809)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,8 +119,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `206` // Estimated: `2603` // Minimum execution time: 18_524 nanoseconds. - Weight::from_ref_time(18_829_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(18_829_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -137,10 +137,10 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `0` // Estimated: `0` // Minimum execution time: 453_935 nanoseconds. - Weight::from_ref_time(468_681_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(468_681_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2_604 - .saturating_add(Weight::from_ref_time(271_046).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(271_046, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1) @@ -170,12 +170,12 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `369 + a * (768 ±0) + d * (48 ±0)` // Estimated: `10092 + a * (6912 ±0) + d * (441 ±0)` // Minimum execution time: 289_345 nanoseconds. - Weight::from_ref_time(73_555_210) - .saturating_add(Weight::from_proof_size(10092)) + Weight::from_parts(73_555_210, 0) + .saturating_add(Weight::from_parts(0, 10092)) // Standard Error: 4_786 - .saturating_add(Weight::from_ref_time(335_868).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(335_868, 0).saturating_mul(a.into())) // Standard Error: 7_174 - .saturating_add(Weight::from_ref_time(163_779).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(163_779, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(9)) .saturating_add(Weight::from_parts(0, 6912).saturating_mul(a.into())) @@ -198,8 +198,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `1236` // Estimated: `8671` // Minimum execution time: 43_960 nanoseconds. - Weight::from_ref_time(44_574_000) - .saturating_add(Weight::from_proof_size(8671)) + Weight::from_parts(44_574_000, 0) + .saturating_add(Weight::from_parts(0, 8671)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -226,12 +226,12 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `251 + v * (553 ±0) + t * (32 ±0)` // Estimated: `5222 + v * (3871 ±0) + t * (224 ±0)` // Minimum execution time: 5_167_319 nanoseconds. - Weight::from_ref_time(5_178_240_000) - .saturating_add(Weight::from_proof_size(5222)) + Weight::from_parts(5_178_240_000, 0) + .saturating_add(Weight::from_parts(0, 5222)) // Standard Error: 15_890 - .saturating_add(Weight::from_ref_time(84_855).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(84_855, 0).saturating_mul(v.into())) // Standard Error: 47_089 - .saturating_add(Weight::from_ref_time(4_978_618).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(4_978_618, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 3871).saturating_mul(v.into())) @@ -254,12 +254,12 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `226 + v * (553 ±0) + t * (32 ±0)` // Estimated: `2884 + v * (2212 ±0) + t * (128 ±0)` // Minimum execution time: 4_351_373 nanoseconds. - Weight::from_ref_time(4_374_601_000) - .saturating_add(Weight::from_proof_size(2884)) + Weight::from_parts(4_374_601_000, 0) + .saturating_add(Weight::from_parts(0, 2884)) // Standard Error: 13_786 - .saturating_add(Weight::from_ref_time(192_502).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(192_502, 0).saturating_mul(v.into())) // Standard Error: 40_854 - .saturating_add(Weight::from_ref_time(3_698_526).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(3_698_526, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(Weight::from_parts(0, 2212).saturating_mul(v.into())) .saturating_add(Weight::from_parts(0, 128).saturating_mul(t.into())) diff --git a/runtime/polkadot/src/weights/pallet_elections_phragmen.rs b/runtime/polkadot/src/weights/pallet_elections_phragmen.rs index 8d8cf614e7f3..ada64126d1c7 100644 --- a/runtime/polkadot/src/weights/pallet_elections_phragmen.rs +++ b/runtime/polkadot/src/weights/pallet_elections_phragmen.rs @@ -61,10 +61,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `465 + v * (80 ±0)` // Estimated: `9590 + v * (320 ±0)` // Minimum execution time: 27_938 nanoseconds. - Weight::from_ref_time(29_100_110) - .saturating_add(Weight::from_proof_size(9590)) + Weight::from_parts(29_100_110, 0) + .saturating_add(Weight::from_parts(0, 9590)) // Standard Error: 6_600 - .saturating_add(Weight::from_ref_time(157_595).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(157_595, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) @@ -85,10 +85,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `433 + v * (80 ±0)` // Estimated: `9462 + v * (320 ±0)` // Minimum execution time: 38_534 nanoseconds. - Weight::from_ref_time(39_643_343) - .saturating_add(Weight::from_proof_size(9462)) + Weight::from_parts(39_643_343, 0) + .saturating_add(Weight::from_parts(0, 9462)) // Standard Error: 9_959 - .saturating_add(Weight::from_ref_time(126_648).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(126_648, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) @@ -109,10 +109,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `465 + v * (80 ±0)` // Estimated: `9590 + v * (320 ±0)` // Minimum execution time: 38_040 nanoseconds. - Weight::from_ref_time(39_536_618) - .saturating_add(Weight::from_proof_size(9590)) + Weight::from_parts(39_536_618, 0) + .saturating_add(Weight::from_parts(0, 9590)) // Standard Error: 11_329 - .saturating_add(Weight::from_ref_time(149_545).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(149_545, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) @@ -126,8 +126,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `955` // Estimated: `7204` // Minimum execution time: 33_834 nanoseconds. - Weight::from_ref_time(34_319_000) - .saturating_add(Weight::from_proof_size(7204)) + Weight::from_parts(34_319_000, 0) + .saturating_add(Weight::from_parts(0, 7204)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -143,10 +143,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `2485 + c * (48 ±0)` // Estimated: `8934 + c * (144 ±0)` // Minimum execution time: 29_549 nanoseconds. - Weight::from_ref_time(22_842_922) - .saturating_add(Weight::from_proof_size(8934)) + Weight::from_parts(22_842_922, 0) + .saturating_add(Weight::from_parts(0, 8934)) // Standard Error: 850 - .saturating_add(Weight::from_ref_time(86_966).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(86_966, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 144).saturating_mul(c.into())) @@ -159,10 +159,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `314 + c * (48 ±0)` // Estimated: `796 + c * (48 ±0)` // Minimum execution time: 24_951 nanoseconds. - Weight::from_ref_time(18_393_117) - .saturating_add(Weight::from_proof_size(796)) + Weight::from_parts(18_393_117, 0) + .saturating_add(Weight::from_parts(0, 796)) // Standard Error: 887 - .saturating_add(Weight::from_ref_time(58_381).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(58_381, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into())) @@ -182,8 +182,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `2692` // Estimated: `15440` // Minimum execution time: 42_947 nanoseconds. - Weight::from_ref_time(43_654_000) - .saturating_add(Weight::from_proof_size(15440)) + Weight::from_parts(43_654_000, 0) + .saturating_add(Weight::from_parts(0, 15440)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -194,8 +194,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `1806` // Estimated: `2301` // Minimum execution time: 27_864 nanoseconds. - Weight::from_ref_time(28_247_000) - .saturating_add(Weight::from_proof_size(2301)) + Weight::from_parts(28_247_000, 0) + .saturating_add(Weight::from_parts(0, 2301)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -226,8 +226,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `2692` // Estimated: `18043` // Minimum execution time: 58_914 nanoseconds. - Weight::from_ref_time(60_596_000) - .saturating_add(Weight::from_proof_size(18043)) + Weight::from_parts(60_596_000, 0) + .saturating_add(Weight::from_parts(0, 18043)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -250,10 +250,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `36028 + v * (872 ±0)` // Estimated: `149172 + v * (12340 ±0)` // Minimum execution time: 339_754_864 nanoseconds. - Weight::from_ref_time(340_507_844_000) - .saturating_add(Weight::from_proof_size(149172)) + Weight::from_parts(340_507_844_000, 0) + .saturating_add(Weight::from_parts(0, 149172)) // Standard Error: 288_237 - .saturating_add(Weight::from_ref_time(41_595_186).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(41_595_186, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) @@ -285,19 +285,19 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `0 + v * (639 ±0) + e * (28 ±0)` // Estimated: `5352462 + c * (2560 ±0) + v * (5714 ±4) + e * (123 ±0)` // Minimum execution time: 35_362_437 nanoseconds. - Weight::from_ref_time(35_569_288_000) - .saturating_add(Weight::from_proof_size(5352462)) + Weight::from_parts(35_569_288_000, 0) + .saturating_add(Weight::from_parts(0, 5352462)) // Standard Error: 456_165 - .saturating_add(Weight::from_ref_time(40_481_430).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(40_481_430, 0).saturating_mul(v.into())) // Standard Error: 29_273 - .saturating_add(Weight::from_ref_time(2_019_337).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(2_019_337, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(269)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(6)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(2560).saturating_mul(c.into())) - .saturating_add(Weight::from_proof_size(5714).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(123).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 2560).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 5714).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 123).saturating_mul(e.into())) } } diff --git a/runtime/polkadot/src/weights/pallet_fast_unstake.rs b/runtime/polkadot/src/weights/pallet_fast_unstake.rs index fbcce812e70f..fb0a3a37cd46 100644 --- a/runtime/polkadot/src/weights/pallet_fast_unstake.rs +++ b/runtime/polkadot/src/weights/pallet_fast_unstake.rs @@ -79,10 +79,10 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1127 + b * (391 ±0)` // Estimated: `6126 + b * (17736 ±0)` // Minimum execution time: 78_437 nanoseconds. - Weight::from_ref_time(41_049_087) - .saturating_add(Weight::from_proof_size(6126)) + Weight::from_parts(41_049_087, 0) + .saturating_add(Weight::from_parts(0, 6126)) // Standard Error: 70_691 - .saturating_add(Weight::from_ref_time(42_011_037).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(42_011_037, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -110,12 +110,12 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1481 + v * (19543 ±0) + b * (48 ±0)` // Estimated: `9009 + v * (41563 ±0) + b * (104 ±0)` // Minimum execution time: 697_307 nanoseconds. - Weight::from_ref_time(698_793_000) - .saturating_add(Weight::from_proof_size(9009)) + Weight::from_parts(698_793_000, 0) + .saturating_add(Weight::from_parts(0, 9009)) // Standard Error: 6_876_720 - .saturating_add(Weight::from_ref_time(229_912_763).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(229_912_763, 0).saturating_mul(v.into())) // Standard Error: 110_350_707 - .saturating_add(Weight::from_ref_time(3_429_229_662).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(3_429_229_662, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -155,8 +155,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `2117` // Estimated: `29662` // Minimum execution time: 118_076 nanoseconds. - Weight::from_ref_time(119_160_000) - .saturating_add(Weight::from_proof_size(29662)) + Weight::from_parts(119_160_000, 0) + .saturating_add(Weight::from_parts(0, 29662)) .saturating_add(T::DbWeight::get().reads(15)) .saturating_add(T::DbWeight::get().writes(10)) } @@ -175,8 +175,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1220` // Estimated: `8476` // Minimum execution time: 41_749 nanoseconds. - Weight::from_ref_time(42_129_000) - .saturating_add(Weight::from_proof_size(8476)) + Weight::from_parts(42_129_000, 0) + .saturating_add(Weight::from_parts(0, 8476)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -187,8 +187,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 2_839 nanoseconds. - Weight::from_ref_time(2_959_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_959_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/polkadot/src/weights/pallet_identity.rs b/runtime/polkadot/src/weights/pallet_identity.rs index 8d948d27d899..d2843824ea44 100644 --- a/runtime/polkadot/src/weights/pallet_identity.rs +++ b/runtime/polkadot/src/weights/pallet_identity.rs @@ -53,10 +53,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `64 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 12_682 nanoseconds. - Weight::from_ref_time(13_076_717) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(13_076_717, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_382 - .saturating_add(Weight::from_ref_time(89_437).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(89_437, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,12 +69,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `474 + r * (5 ±0)` // Estimated: `10013` // Minimum execution time: 29_982 nanoseconds. - Weight::from_ref_time(29_717_407) - .saturating_add(Weight::from_proof_size(10013)) + Weight::from_parts(29_717_407, 0) + .saturating_add(Weight::from_parts(0, 10013)) // Standard Error: 4_183 - .saturating_add(Weight::from_ref_time(57_038).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(57_038, 0).saturating_mul(r.into())) // Standard Error: 816 - .saturating_add(Weight::from_ref_time(456_393).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(456_393, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -90,10 +90,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `101` // Estimated: `15746 + s * (2589 ±0)` // Minimum execution time: 9_055 nanoseconds. - Weight::from_ref_time(22_730_335) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(22_730_335, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 4_382 - .saturating_add(Weight::from_ref_time(2_905_181).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_905_181, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -112,10 +112,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `226 + p * (32 ±0)` // Estimated: `15746` // Minimum execution time: 8_851 nanoseconds. - Weight::from_ref_time(21_922_814) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(21_922_814, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 4_280 - .saturating_add(Weight::from_ref_time(1_155_221).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(1_155_221, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -134,14 +134,14 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `533 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `15746` // Minimum execution time: 50_824 nanoseconds. - Weight::from_ref_time(30_149_529) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(30_149_529, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 5_159 - .saturating_add(Weight::from_ref_time(4_837).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(4_837, 0).saturating_mul(r.into())) // Standard Error: 1_007 - .saturating_add(Weight::from_ref_time(1_105_370).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_105_370, 0).saturating_mul(s.into())) // Standard Error: 1_007 - .saturating_add(Weight::from_ref_time(234_248).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(234_248, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -157,12 +157,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `431 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11649` // Minimum execution time: 30_853 nanoseconds. - Weight::from_ref_time(29_526_216) - .saturating_add(Weight::from_proof_size(11649)) + Weight::from_parts(29_526_216, 0) + .saturating_add(Weight::from_parts(0, 11649)) // Standard Error: 4_586 - .saturating_add(Weight::from_ref_time(135_813).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(135_813, 0).saturating_mul(r.into())) // Standard Error: 894 - .saturating_add(Weight::from_ref_time(481_439).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(481_439, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -175,12 +175,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `430 + x * (66 ±0)` // Estimated: `10013` // Minimum execution time: 27_424 nanoseconds. - Weight::from_ref_time(26_944_307) - .saturating_add(Weight::from_proof_size(10013)) + Weight::from_parts(26_944_307, 0) + .saturating_add(Weight::from_parts(0, 10013)) // Standard Error: 4_245 - .saturating_add(Weight::from_ref_time(78_592).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(78_592, 0).saturating_mul(r.into())) // Standard Error: 828 - .saturating_add(Weight::from_ref_time(474_345).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(474_345, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,10 +192,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 7_641 nanoseconds. - Weight::from_ref_time(7_977_418) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_977_418, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_439 - .saturating_add(Weight::from_ref_time(70_951).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(70_951, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -207,10 +207,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 7_046 nanoseconds. - Weight::from_ref_time(7_698_895) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_698_895, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_555 - .saturating_add(Weight::from_ref_time(90_524).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(90_524, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -222,10 +222,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 7_213 nanoseconds. - Weight::from_ref_time(7_839_570) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_839_570, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_489 - .saturating_add(Weight::from_ref_time(90_081).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(90_081, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -240,12 +240,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `509 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11649` // Minimum execution time: 23_745 nanoseconds. - Weight::from_ref_time(23_813_603) - .saturating_add(Weight::from_proof_size(11649)) + Weight::from_parts(23_813_603, 0) + .saturating_add(Weight::from_parts(0, 11649)) // Standard Error: 5_539 - .saturating_add(Weight::from_ref_time(60_572).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(60_572, 0).saturating_mul(r.into())) // Standard Error: 1_024 - .saturating_add(Weight::from_ref_time(767_514).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(767_514, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -265,14 +265,14 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `772 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `18349` // Minimum execution time: 64_265 nanoseconds. - Weight::from_ref_time(44_251_564) - .saturating_add(Weight::from_proof_size(18349)) + Weight::from_parts(44_251_564, 0) + .saturating_add(Weight::from_parts(0, 18349)) // Standard Error: 8_578 - .saturating_add(Weight::from_ref_time(21_520).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(21_520, 0).saturating_mul(r.into())) // Standard Error: 1_675 - .saturating_add(Weight::from_ref_time(1_132_823).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_132_823, 0).saturating_mul(s.into())) // Standard Error: 1_675 - .saturating_add(Weight::from_ref_time(230_601).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(230_601, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -289,10 +289,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `507 + s * (36 ±0)` // Estimated: `18335` // Minimum execution time: 26_517 nanoseconds. - Weight::from_ref_time(32_015_136) - .saturating_add(Weight::from_proof_size(18335)) + Weight::from_parts(32_015_136, 0) + .saturating_add(Weight::from_parts(0, 18335)) // Standard Error: 1_554 - .saturating_add(Weight::from_ref_time(63_492).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(63_492, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -306,10 +306,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `623 + s * (3 ±0)` // Estimated: `12602` // Minimum execution time: 12_348 nanoseconds. - Weight::from_ref_time(14_657_120) - .saturating_add(Weight::from_proof_size(12602)) + Weight::from_parts(14_657_120, 0) + .saturating_add(Weight::from_parts(0, 12602)) // Standard Error: 688 - .saturating_add(Weight::from_ref_time(16_667).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(16_667, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -325,10 +325,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `702 + s * (35 ±0)` // Estimated: `18335` // Minimum execution time: 30_951 nanoseconds. - Weight::from_ref_time(33_549_692) - .saturating_add(Weight::from_proof_size(18335)) + Weight::from_parts(33_549_692, 0) + .saturating_add(Weight::from_parts(0, 18335)) // Standard Error: 984 - .saturating_add(Weight::from_ref_time(53_468).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(53_468, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -342,10 +342,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `628 + s * (37 ±0)` // Estimated: `8322` // Minimum execution time: 20_829 nanoseconds. - Weight::from_ref_time(23_002_413) - .saturating_add(Weight::from_proof_size(8322)) + Weight::from_parts(23_002_413, 0) + .saturating_add(Weight::from_parts(0, 8322)) // Standard Error: 993 - .saturating_add(Weight::from_ref_time(57_051).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(57_051, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/polkadot/src/weights/pallet_im_online.rs b/runtime/polkadot/src/weights/pallet_im_online.rs index 3279ccc46bdc..48ebf239b5e5 100644 --- a/runtime/polkadot/src/weights/pallet_im_online.rs +++ b/runtime/polkadot/src/weights/pallet_im_online.rs @@ -62,12 +62,12 @@ impl pallet_im_online::WeightInfo for WeightInfo { // Measured: `425 + k * (32 ±0)` // Estimated: `10345844 + k * (64 ±0) + e * (25 ±0)` // Minimum execution time: 97_067 nanoseconds. - Weight::from_ref_time(75_734_166) - .saturating_add(Weight::from_proof_size(10345844)) + Weight::from_parts(75_734_166, 0) + .saturating_add(Weight::from_parts(0, 10345844)) // Standard Error: 372 - .saturating_add(Weight::from_ref_time(24_977).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(24_977, 0).saturating_mul(k.into())) // Standard Error: 3_752 - .saturating_add(Weight::from_ref_time(369_341).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(369_341, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(k.into())) diff --git a/runtime/polkadot/src/weights/pallet_indices.rs b/runtime/polkadot/src/weights/pallet_indices.rs index 25554bc3aebd..81c01436f78e 100644 --- a/runtime/polkadot/src/weights/pallet_indices.rs +++ b/runtime/polkadot/src/weights/pallet_indices.rs @@ -52,8 +52,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `142` // Estimated: `2544` // Minimum execution time: 20_661 nanoseconds. - Weight::from_ref_time(21_119_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(21_119_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -66,8 +66,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `405` // Estimated: `5147` // Minimum execution time: 26_812 nanoseconds. - Weight::from_ref_time(28_583_000) - .saturating_add(Weight::from_proof_size(5147)) + Weight::from_parts(28_583_000, 0) + .saturating_add(Weight::from_parts(0, 5147)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,8 +78,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `270` // Estimated: `2544` // Minimum execution time: 24_615 nanoseconds. - Weight::from_ref_time(25_129_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(25_129_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -92,8 +92,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `405` // Estimated: `5147` // Minimum execution time: 28_521 nanoseconds. - Weight::from_ref_time(28_862_000) - .saturating_add(Weight::from_proof_size(5147)) + Weight::from_parts(28_862_000, 0) + .saturating_add(Weight::from_parts(0, 5147)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -104,8 +104,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `270` // Estimated: `2544` // Minimum execution time: 26_866 nanoseconds. - Weight::from_ref_time(27_520_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(27_520_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_membership.rs b/runtime/polkadot/src/weights/pallet_membership.rs index deaf9f910bc8..9430dd89e9b4 100644 --- a/runtime/polkadot/src/weights/pallet_membership.rs +++ b/runtime/polkadot/src/weights/pallet_membership.rs @@ -59,10 +59,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `238 + m * (64 ±0)` // Estimated: `4903 + m * (192 ±0)` // Minimum execution time: 17_526 nanoseconds. - Weight::from_ref_time(18_753_497) - .saturating_add(Weight::from_proof_size(4903)) + Weight::from_parts(18_753_497, 0) + .saturating_add(Weight::from_parts(0, 4903)) // Standard Error: 447 - .saturating_add(Weight::from_ref_time(36_485).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(36_485, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -83,10 +83,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `342 + m * (64 ±0)` // Estimated: `5742 + m * (192 ±0)` // Minimum execution time: 20_636 nanoseconds. - Weight::from_ref_time(20_995_974) - .saturating_add(Weight::from_proof_size(5742)) + Weight::from_parts(20_995_974, 0) + .saturating_add(Weight::from_parts(0, 5742)) // Standard Error: 882 - .saturating_add(Weight::from_ref_time(46_721).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(46_721, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -107,10 +107,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `342 + m * (64 ±0)` // Estimated: `5742 + m * (192 ±0)` // Minimum execution time: 20_321 nanoseconds. - Weight::from_ref_time(21_337_626) - .saturating_add(Weight::from_proof_size(5742)) + Weight::from_parts(21_337_626, 0) + .saturating_add(Weight::from_parts(0, 5742)) // Standard Error: 562 - .saturating_add(Weight::from_ref_time(51_247).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(51_247, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -131,10 +131,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `342 + m * (64 ±0)` // Estimated: `5742 + m * (192 ±0)` // Minimum execution time: 19_216 nanoseconds. - Weight::from_ref_time(21_532_264) - .saturating_add(Weight::from_proof_size(5742)) + Weight::from_parts(21_532_264, 0) + .saturating_add(Weight::from_parts(0, 5742)) // Standard Error: 868 - .saturating_add(Weight::from_ref_time(167_139).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(167_139, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -155,10 +155,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `342 + m * (64 ±0)` // Estimated: `5742 + m * (192 ±0)` // Minimum execution time: 20_705 nanoseconds. - Weight::from_ref_time(21_856_516) - .saturating_add(Weight::from_proof_size(5742)) + Weight::from_parts(21_856_516, 0) + .saturating_add(Weight::from_parts(0, 5742)) // Standard Error: 604 - .saturating_add(Weight::from_ref_time(48_209).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(48_209, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -175,10 +175,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `64 + m * (32 ±0)` // Estimated: `3761 + m * (32 ±0)` // Minimum execution time: 8_241 nanoseconds. - Weight::from_ref_time(8_853_934) - .saturating_add(Weight::from_proof_size(3761)) + Weight::from_parts(8_853_934, 0) + .saturating_add(Weight::from_parts(0, 3761)) // Standard Error: 235 - .saturating_add(Weight::from_ref_time(8_869).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(8_869, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) @@ -193,10 +193,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_407 nanoseconds. - Weight::from_ref_time(3_649_749) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_649_749, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 83 - .saturating_add(Weight::from_ref_time(693).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(693, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().writes(2)) } } diff --git a/runtime/polkadot/src/weights/pallet_multisig.rs b/runtime/polkadot/src/weights/pallet_multisig.rs index 10d1e94acb66..4e6aaf1ec32b 100644 --- a/runtime/polkadot/src/weights/pallet_multisig.rs +++ b/runtime/polkadot/src/weights/pallet_multisig.rs @@ -51,10 +51,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 12_525 nanoseconds. - Weight::from_ref_time(12_904_639) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(12_904_639, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(627).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(627, 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) @@ -65,12 +65,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `318 + s * (2 ±0)` // Estimated: `5821` // Minimum execution time: 38_261 nanoseconds. - Weight::from_ref_time(31_580_896) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(31_580_896, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 643 - .saturating_add(Weight::from_ref_time(73_644).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(73_644, 0).saturating_mul(s.into())) // Standard Error: 6 - .saturating_add(Weight::from_ref_time(1_645).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_645, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -83,12 +83,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `317` // Estimated: `5821` // Minimum execution time: 28_521 nanoseconds. - Weight::from_ref_time(22_322_453) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(22_322_453, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 511 - .saturating_add(Weight::from_ref_time(70_428).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(70_428, 0).saturating_mul(s.into())) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_572).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_572, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -103,12 +103,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `455 + s * (33 ±0)` // Estimated: `8424` // Minimum execution time: 43_031 nanoseconds. - Weight::from_ref_time(35_249_755) - .saturating_add(Weight::from_proof_size(8424)) + Weight::from_parts(35_249_755, 0) + .saturating_add(Weight::from_parts(0, 8424)) // Standard Error: 475 - .saturating_add(Weight::from_ref_time(86_751).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(86_751, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_638).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_638, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -120,10 +120,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `325 + s * (2 ±0)` // Estimated: `5821` // Minimum execution time: 29_204 nanoseconds. - Weight::from_ref_time(30_223_154) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(30_223_154, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 721 - .saturating_add(Weight::from_ref_time(74_976).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(74_976, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -135,10 +135,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `317` // Estimated: `5821` // Minimum execution time: 19_489 nanoseconds. - Weight::from_ref_time(19_999_669) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(19_999_669, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 476 - .saturating_add(Weight::from_ref_time(72_585).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(72_585, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -150,10 +150,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `521 + s * (1 ±0)` // Estimated: `5821` // Minimum execution time: 30_287 nanoseconds. - Weight::from_ref_time(31_301_844) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(31_301_844, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 704 - .saturating_add(Weight::from_ref_time(74_055).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(74_055, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_nomination_pools.rs b/runtime/polkadot/src/weights/pallet_nomination_pools.rs index f44a651bf50c..5baec28d664f 100644 --- a/runtime/polkadot/src/weights/pallet_nomination_pools.rs +++ b/runtime/polkadot/src/weights/pallet_nomination_pools.rs @@ -76,8 +76,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3468` // Estimated: `38468` // Minimum execution time: 153_784 nanoseconds. - Weight::from_ref_time(155_121_000) - .saturating_add(Weight::from_proof_size(38468)) + Weight::from_parts(155_121_000, 0) + .saturating_add(Weight::from_parts(0, 38468)) .saturating_add(T::DbWeight::get().reads(17)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -104,8 +104,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3510` // Estimated: `39063` // Minimum execution time: 151_609 nanoseconds. - Weight::from_ref_time(155_385_000) - .saturating_add(Weight::from_proof_size(39063)) + Weight::from_parts(155_385_000, 0) + .saturating_add(Weight::from_parts(0, 39063)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -134,8 +134,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3393` // Estimated: `38950` // Minimum execution time: 165_036 nanoseconds. - Weight::from_ref_time(166_264_000) - .saturating_add(Weight::from_proof_size(38950)) + Weight::from_parts(166_264_000, 0) + .saturating_add(Weight::from_parts(0, 38950)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -154,8 +154,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1220` // Estimated: `13485` // Minimum execution time: 61_052 nanoseconds. - Weight::from_ref_time(61_773_000) - .saturating_add(Weight::from_proof_size(13485)) + Weight::from_parts(61_773_000, 0) + .saturating_add(Weight::from_parts(0, 13485)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -192,8 +192,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3748` // Estimated: `44674` // Minimum execution time: 155_226 nanoseconds. - Weight::from_ref_time(155_893_000) - .saturating_add(Weight::from_proof_size(44674)) + Weight::from_parts(155_893_000, 0) + .saturating_add(Weight::from_parts(0, 44674)) .saturating_add(T::DbWeight::get().reads(18)) .saturating_add(T::DbWeight::get().writes(13)) } @@ -213,10 +213,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1672` // Estimated: `13025` // Minimum execution time: 53_472 nanoseconds. - Weight::from_ref_time(55_368_257) - .saturating_add(Weight::from_proof_size(13025)) + Weight::from_parts(55_368_257, 0) + .saturating_add(Weight::from_parts(0, 13025)) // Standard Error: 904 - .saturating_add(Weight::from_ref_time(4_928).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(4_928, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -246,10 +246,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2196` // Estimated: `22991` // Minimum execution time: 103_698 nanoseconds. - Weight::from_ref_time(105_075_914) - .saturating_add(Weight::from_proof_size(22991)) + Weight::from_parts(105_075_914, 0) + .saturating_add(Weight::from_parts(0, 22991)) // Standard Error: 1_503 - .saturating_add(Weight::from_ref_time(19_668).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(19_668, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -301,8 +301,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2584` // Estimated: `46001` // Minimum execution time: 163_337 nanoseconds. - Weight::from_ref_time(167_095_416) - .saturating_add(Weight::from_proof_size(46001)) + Weight::from_parts(167_095_416, 0) + .saturating_add(Weight::from_parts(0, 46001)) .saturating_add(T::DbWeight::get().reads(20)) .saturating_add(T::DbWeight::get().writes(18)) } @@ -353,8 +353,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1220` // Estimated: `32002` // Minimum execution time: 149_656 nanoseconds. - Weight::from_ref_time(150_555_000) - .saturating_add(Weight::from_proof_size(32002)) + Weight::from_parts(150_555_000, 0) + .saturating_add(Weight::from_parts(0, 32002)) .saturating_add(T::DbWeight::get().reads(21)) .saturating_add(T::DbWeight::get().writes(15)) } @@ -388,10 +388,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1805` // Estimated: `21998 + n * (2520 ±0)` // Minimum execution time: 66_157 nanoseconds. - Weight::from_ref_time(66_972_809) - .saturating_add(Weight::from_proof_size(21998)) + Weight::from_parts(66_972_809, 0) + .saturating_add(Weight::from_parts(0, 21998)) // Standard Error: 9_409 - .saturating_add(Weight::from_ref_time(1_327_035).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_327_035, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5)) @@ -408,8 +408,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1393` // Estimated: `8752` // Minimum execution time: 34_743 nanoseconds. - Weight::from_ref_time(35_038_000) - .saturating_add(Weight::from_proof_size(8752)) + Weight::from_parts(35_038_000, 0) + .saturating_add(Weight::from_parts(0, 8752)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -425,10 +425,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `525` // Estimated: `5883` // Minimum execution time: 14_305 nanoseconds. - Weight::from_ref_time(14_805_073) - .saturating_add(Weight::from_proof_size(5883)) + Weight::from_parts(14_805_073, 0) + .saturating_add(Weight::from_parts(0, 5883)) // Standard Error: 125 - .saturating_add(Weight::from_ref_time(1_944).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_944, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -447,8 +447,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 5_054 nanoseconds. - Weight::from_ref_time(5_333_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_333_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: NominationPools BondedPools (r:1 w:1) @@ -458,8 +458,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `525` // Estimated: `2639` // Minimum execution time: 20_025 nanoseconds. - Weight::from_ref_time(20_643_000) - .saturating_add(Weight::from_proof_size(2639)) + Weight::from_parts(20_643_000, 0) + .saturating_add(Weight::from_parts(0, 2639)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -486,8 +486,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2032` // Estimated: `20489` // Minimum execution time: 65_418 nanoseconds. - Weight::from_ref_time(65_853_000) - .saturating_add(Weight::from_proof_size(20489)) + Weight::from_parts(65_853_000, 0) + .saturating_add(Weight::from_parts(0, 20489)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -500,8 +500,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `508` // Estimated: `5708` // Minimum execution time: 14_918 nanoseconds. - Weight::from_ref_time(15_304_000) - .saturating_add(Weight::from_proof_size(5708)) + Weight::from_parts(15_304_000, 0) + .saturating_add(Weight::from_parts(0, 5708)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_preimage.rs b/runtime/polkadot/src/weights/pallet_preimage.rs index 1bc3d7a50bca..2d604245e541 100644 --- a/runtime/polkadot/src/weights/pallet_preimage.rs +++ b/runtime/polkadot/src/weights/pallet_preimage.rs @@ -55,10 +55,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `175` // Estimated: `2566` // Minimum execution time: 27_940 nanoseconds. - Weight::from_ref_time(28_162_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(28_162_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_390).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_390, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -72,10 +72,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 17_953 nanoseconds. - Weight::from_ref_time(18_146_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(18_146_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_389).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_389, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,10 +89,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 17_394 nanoseconds. - Weight::from_ref_time(17_572_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(17_572_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_386).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_386, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -105,8 +105,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `353` // Estimated: `2566` // Minimum execution time: 34_819 nanoseconds. - Weight::from_ref_time(36_012_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(36_012_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,8 +119,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 22_730 nanoseconds. - Weight::from_ref_time(23_936_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(23_936_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -131,8 +131,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `220` // Estimated: `2566` // Minimum execution time: 19_808 nanoseconds. - Weight::from_ref_time(21_010_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(21_010_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -143,8 +143,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 12_864 nanoseconds. - Weight::from_ref_time(13_780_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(13_780_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -155,8 +155,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `42` // Estimated: `2566` // Minimum execution time: 14_507 nanoseconds. - Weight::from_ref_time(15_339_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(15_339_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -167,8 +167,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 9_058 nanoseconds. - Weight::from_ref_time(9_570_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(9_570_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -181,8 +181,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 21_505 nanoseconds. - Weight::from_ref_time(22_513_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(22_513_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -193,8 +193,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 8_747 nanoseconds. - Weight::from_ref_time(9_161_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(9_161_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -205,8 +205,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 9_108 nanoseconds. - Weight::from_ref_time(9_493_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(9_493_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_proxy.rs b/runtime/polkadot/src/weights/pallet_proxy.rs index e209a6d00665..fdad64b4ef36 100644 --- a/runtime/polkadot/src/weights/pallet_proxy.rs +++ b/runtime/polkadot/src/weights/pallet_proxy.rs @@ -53,8 +53,8 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 16_045 nanoseconds. - Weight::from_ref_time(17_922_796) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(17_922_796, 0) + .saturating_add(Weight::from_parts(0, 3716)) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: Proxy Proxies (r:1 w:0) @@ -70,12 +70,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `650 + a * (68 ±0) + p * (37 ±0)` // Estimated: `11027` // Minimum execution time: 34_619 nanoseconds. - Weight::from_ref_time(35_338_676) - .saturating_add(Weight::from_proof_size(11027)) + Weight::from_parts(35_338_676, 0) + .saturating_add(Weight::from_parts(0, 11027)) // Standard Error: 1_899 - .saturating_add(Weight::from_ref_time(162_971).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(162_971, 0).saturating_mul(a.into())) // Standard Error: 1_963 - .saturating_add(Weight::from_ref_time(13_533).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(13_533, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -90,12 +90,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `533 + a * (68 ±0)` // Estimated: `7311` // Minimum execution time: 21_156 nanoseconds. - Weight::from_ref_time(22_277_542) - .saturating_add(Weight::from_proof_size(7311)) + Weight::from_parts(22_277_542, 0) + .saturating_add(Weight::from_parts(0, 7311)) // Standard Error: 1_498 - .saturating_add(Weight::from_ref_time(164_253).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(164_253, 0).saturating_mul(a.into())) // Standard Error: 1_548 - .saturating_add(Weight::from_ref_time(3_031).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(3_031, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -110,10 +110,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `533 + a * (68 ±0)` // Estimated: `7311` // Minimum execution time: 21_507 nanoseconds. - Weight::from_ref_time(23_041_588) - .saturating_add(Weight::from_proof_size(7311)) + Weight::from_parts(23_041_588, 0) + .saturating_add(Weight::from_parts(0, 7311)) // Standard Error: 1_515 - .saturating_add(Weight::from_ref_time(143_107).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(143_107, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -130,12 +130,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `582 + a * (68 ±0) + p * (37 ±0)` // Estimated: `11027` // Minimum execution time: 30_053 nanoseconds. - Weight::from_ref_time(31_573_633) - .saturating_add(Weight::from_proof_size(11027)) + Weight::from_parts(31_573_633, 0) + .saturating_add(Weight::from_parts(0, 11027)) // Standard Error: 2_251 - .saturating_add(Weight::from_ref_time(140_597).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(140_597, 0).saturating_mul(a.into())) // Standard Error: 2_326 - .saturating_add(Weight::from_ref_time(33_286).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(33_286, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -147,10 +147,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 22_886 nanoseconds. - Weight::from_ref_time(23_835_705) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(23_835_705, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_804 - .saturating_add(Weight::from_ref_time(57_157).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(57_157, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,10 +162,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 22_234 nanoseconds. - Weight::from_ref_time(23_637_414) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(23_637_414, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_672 - .saturating_add(Weight::from_ref_time(65_808).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(65_808, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -177,10 +177,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 17_995 nanoseconds. - Weight::from_ref_time(18_853_035) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(18_853_035, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 2_823 - .saturating_add(Weight::from_ref_time(35_158).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(35_158, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,10 +192,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `239` // Estimated: `3716` // Minimum execution time: 24_710 nanoseconds. - Weight::from_ref_time(25_539_249) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(25_539_249, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_383 - .saturating_add(Weight::from_ref_time(10_689).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(10_689, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -207,10 +207,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `296 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 19_199 nanoseconds. - Weight::from_ref_time(19_877_054) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(19_877_054, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_043 - .saturating_add(Weight::from_ref_time(31_448).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(31_448, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_scheduler.rs b/runtime/polkadot/src/weights/pallet_scheduler.rs index 6ea6bfadb784..c08daf240bc3 100644 --- a/runtime/polkadot/src/weights/pallet_scheduler.rs +++ b/runtime/polkadot/src/weights/pallet_scheduler.rs @@ -52,8 +52,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `69` // Estimated: `499` // Minimum execution time: 4_926 nanoseconds. - Weight::from_ref_time(5_185_000) - .saturating_add(Weight::from_proof_size(499)) + Weight::from_parts(5_185_000, 0) + .saturating_add(Weight::from_parts(0, 499)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -65,10 +65,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 4_566 nanoseconds. - Weight::from_ref_time(7_521_754) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(7_521_754, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_078 - .saturating_add(Weight::from_ref_time(981_390).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(981_390, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -77,8 +77,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_979 nanoseconds. - Weight::from_ref_time(6_097_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_097_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Preimage PreimageFor (r:1 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured) @@ -90,10 +90,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `211 + s * (1 ±0)` // Estimated: `5252 + s * (1 ±0)` // Minimum execution time: 20_316 nanoseconds. - Weight::from_ref_time(20_395_000) - .saturating_add(Weight::from_proof_size(5252)) + Weight::from_parts(20_395_000, 0) + .saturating_add(Weight::from_parts(0, 5252)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_259).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_259, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) @@ -105,8 +105,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 7_432 nanoseconds. - Weight::from_ref_time(7_590_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(7_590_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_periodic() -> Weight { @@ -114,24 +114,24 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_809 nanoseconds. - Weight::from_ref_time(5_893_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_893_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 2_608 nanoseconds. - Weight::from_ref_time(2_747_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_747_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 2_614 nanoseconds. - Weight::from_ref_time(2_712_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_712_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) @@ -141,10 +141,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 14_631 nanoseconds. - Weight::from_ref_time(17_646_956) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(17_646_956, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_176 - .saturating_add(Weight::from_ref_time(961_640).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(961_640, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -158,10 +158,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 19_439 nanoseconds. - Weight::from_ref_time(18_724_125) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(18_724_125, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 3_388 - .saturating_add(Weight::from_ref_time(1_745_988).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_745_988, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -175,10 +175,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `325 + s * (185 ±0)` // Estimated: `43961` // Minimum execution time: 17_649 nanoseconds. - Weight::from_ref_time(21_717_238) - .saturating_add(Weight::from_proof_size(43961)) + Weight::from_parts(21_717_238, 0) + .saturating_add(Weight::from_parts(0, 43961)) // Standard Error: 3_317 - .saturating_add(Weight::from_ref_time(999_966).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(999_966, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -192,10 +192,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `351 + s * (185 ±0)` // Estimated: `43961` // Minimum execution time: 20_150 nanoseconds. - Weight::from_ref_time(20_756_481) - .saturating_add(Weight::from_proof_size(43961)) + Weight::from_parts(20_756_481, 0) + .saturating_add(Weight::from_parts(0, 43961)) // Standard Error: 5_251 - .saturating_add(Weight::from_ref_time(1_768_601).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_768_601, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/polkadot/src/weights/pallet_session.rs b/runtime/polkadot/src/weights/pallet_session.rs index 7a68abe6299f..85a2a563f1d6 100644 --- a/runtime/polkadot/src/weights/pallet_session.rs +++ b/runtime/polkadot/src/weights/pallet_session.rs @@ -56,8 +56,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Measured: `1951` // Estimated: `24793` // Minimum execution time: 52_494 nanoseconds. - Weight::from_ref_time(53_401_000) - .saturating_add(Weight::from_proof_size(24793)) + Weight::from_parts(53_401_000, 0) + .saturating_add(Weight::from_parts(0, 24793)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -72,8 +72,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Measured: `1847` // Estimated: `9735` // Minimum execution time: 36_990 nanoseconds. - Weight::from_ref_time(37_780_000) - .saturating_add(Weight::from_proof_size(9735)) + Weight::from_parts(37_780_000, 0) + .saturating_add(Weight::from_parts(0, 9735)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/polkadot/src/weights/pallet_staking.rs b/runtime/polkadot/src/weights/pallet_staking.rs index 088c007a0216..0a77b33364ea 100644 --- a/runtime/polkadot/src/weights/pallet_staking.rs +++ b/runtime/polkadot/src/weights/pallet_staking.rs @@ -60,8 +60,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1012` // Estimated: `10386` // Minimum execution time: 43_740 nanoseconds. - Weight::from_ref_time(44_468_000) - .saturating_add(Weight::from_proof_size(10386)) + Weight::from_parts(44_468_000, 0) + .saturating_add(Weight::from_parts(0, 10386)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -80,8 +80,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2149` // Estimated: `22888` // Minimum execution time: 85_188 nanoseconds. - Weight::from_ref_time(85_825_000) - .saturating_add(Weight::from_proof_size(22888)) + Weight::from_parts(85_825_000, 0) + .saturating_add(Weight::from_parts(0, 22888)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -108,8 +108,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2356` // Estimated: `29534` // Minimum execution time: 92_366 nanoseconds. - Weight::from_ref_time(93_364_000) - .saturating_add(Weight::from_proof_size(29534)) + Weight::from_parts(93_364_000, 0) + .saturating_add(Weight::from_parts(0, 29534)) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -127,10 +127,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1011` // Estimated: `10442` // Minimum execution time: 34_821 nanoseconds. - Weight::from_ref_time(36_375_117) - .saturating_add(Weight::from_proof_size(10442)) + Weight::from_parts(36_375_117, 0) + .saturating_add(Weight::from_parts(0, 10442)) // Standard Error: 528 - .saturating_add(Weight::from_ref_time(9_227).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(9_227, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -168,10 +168,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2377 + s * (4 ±0)` // Estimated: `32194 + s * (4 ±0)` // Minimum execution time: 80_054 nanoseconds. - Weight::from_ref_time(85_486_698) - .saturating_add(Weight::from_proof_size(32194)) + Weight::from_parts(85_486_698, 0) + .saturating_add(Weight::from_parts(0, 32194)) // Standard Error: 2_051 - .saturating_add(Weight::from_ref_time(1_190_809).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_190_809, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -204,8 +204,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1341` // Estimated: `19359` // Minimum execution time: 58_711 nanoseconds. - Weight::from_ref_time(59_365_000) - .saturating_add(Weight::from_proof_size(19359)) + Weight::from_parts(59_365_000, 0) + .saturating_add(Weight::from_parts(0, 19359)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -219,10 +219,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1221 + k * (601 ±0)` // Estimated: `3566 + k * (3033 ±0)` // Minimum execution time: 27_191 nanoseconds. - Weight::from_ref_time(26_752_481) - .saturating_add(Weight::from_proof_size(3566)) + Weight::from_parts(26_752_481, 0) + .saturating_add(Weight::from_parts(0, 3566)) // Standard Error: 9_824 - .saturating_add(Weight::from_ref_time(8_400_737).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(8_400_737, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) @@ -256,10 +256,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1881 + n * (105 ±0)` // Estimated: `21988 + n * (2520 ±0)` // Minimum execution time: 66_494 nanoseconds. - Weight::from_ref_time(63_759_325) - .saturating_add(Weight::from_proof_size(21988)) + Weight::from_parts(63_759_325, 0) + .saturating_add(Weight::from_parts(0, 21988)) // Standard Error: 13_741 - .saturating_add(Weight::from_ref_time(3_422_077).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(3_422_077, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(6)) @@ -284,8 +284,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1767` // Estimated: `17932` // Minimum execution time: 58_584 nanoseconds. - Weight::from_ref_time(59_566_000) - .saturating_add(Weight::from_proof_size(17932)) + Weight::from_parts(59_566_000, 0) + .saturating_add(Weight::from_parts(0, 17932)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -298,8 +298,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `769` // Estimated: `3566` // Minimum execution time: 15_107 nanoseconds. - Weight::from_ref_time(15_419_000) - .saturating_add(Weight::from_proof_size(3566)) + Weight::from_parts(15_419_000, 0) + .saturating_add(Weight::from_parts(0, 3566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -312,8 +312,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `868` // Estimated: `9679` // Minimum execution time: 23_303 nanoseconds. - Weight::from_ref_time(23_841_000) - .saturating_add(Weight::from_proof_size(9679)) + Weight::from_parts(23_841_000, 0) + .saturating_add(Weight::from_parts(0, 9679)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -324,8 +324,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_839 nanoseconds. - Weight::from_ref_time(3_009_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_009_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -335,8 +335,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 11_258 nanoseconds. - Weight::from_ref_time(11_718_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(11_718_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -346,8 +346,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 11_284 nanoseconds. - Weight::from_ref_time(11_634_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(11_634_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -357,8 +357,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 11_422 nanoseconds. - Weight::from_ref_time(11_775_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(11_775_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking Invulnerables (r:0 w:1) @@ -369,10 +369,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_041 nanoseconds. - Weight::from_ref_time(3_485_637) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_485_637, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 28 - .saturating_add(Weight::from_ref_time(11_577).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(11_577, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking Bonded (r:1 w:1) @@ -407,10 +407,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2071 + s * (4 ±0)` // Estimated: `27823 + s * (4 ±0)` // Minimum execution time: 72_735 nanoseconds. - Weight::from_ref_time(77_758_788) - .saturating_add(Weight::from_proof_size(27823)) + Weight::from_parts(77_758_788, 0) + .saturating_add(Weight::from_parts(0, 27823)) // Standard Error: 2_098 - .saturating_add(Weight::from_ref_time(1_204_930).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_204_930, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -424,10 +424,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `66604` // Estimated: `69079` // Minimum execution time: 122_159 nanoseconds. - Weight::from_ref_time(930_005_952) - .saturating_add(Weight::from_proof_size(69079)) + Weight::from_parts(930_005_952, 0) + .saturating_add(Weight::from_parts(0, 69079)) // Standard Error: 58_572 - .saturating_add(Weight::from_ref_time(4_941_609).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(4_941_609, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -455,10 +455,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `34307 + n * (150 ±0)` // Estimated: `79850 + n * (8026 ±0)` // Minimum execution time: 88_998 nanoseconds. - Weight::from_ref_time(89_115_261) - .saturating_add(Weight::from_proof_size(79850)) + Weight::from_parts(89_115_261, 0) + .saturating_add(Weight::from_parts(0, 79850)) // Standard Error: 14_441 - .saturating_add(Weight::from_ref_time(29_610_077).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(29_610_077, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -491,10 +491,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `62046 + n * (477 ±0)` // Estimated: `131062 + n * (16040 ±3)` // Minimum execution time: 109_154 nanoseconds. - Weight::from_ref_time(65_384_400) - .saturating_add(Weight::from_proof_size(131062)) + Weight::from_parts(65_384_400, 0) + .saturating_add(Weight::from_parts(0, 131062)) // Standard Error: 22_770 - .saturating_add(Weight::from_ref_time(41_592_841).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(41_592_841, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -519,10 +519,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2150 + l * (5 ±0)` // Estimated: `25491` // Minimum execution time: 84_424 nanoseconds. - Weight::from_ref_time(86_051_149) - .saturating_add(Weight::from_proof_size(25491)) + Weight::from_parts(86_051_149, 0) + .saturating_add(Weight::from_parts(0, 25491)) // Standard Error: 4_213 - .saturating_add(Weight::from_ref_time(48_663).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(48_663, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -558,10 +558,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2377 + s * (4 ±0)` // Estimated: `31701 + s * (4 ±0)` // Minimum execution time: 85_740 nanoseconds. - Weight::from_ref_time(87_514_396) - .saturating_add(Weight::from_proof_size(31701)) + Weight::from_parts(87_514_396, 0) + .saturating_add(Weight::from_parts(0, 31701)) // Standard Error: 5_169 - .saturating_add(Weight::from_ref_time(1_156_685).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_156_685, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -610,12 +610,12 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0 + v * (3658 ±0) + n * (812 ±0)` // Estimated: `472212 + v * (16741 ±0) + n * (12939 ±0)` // Minimum execution time: 523_071 nanoseconds. - Weight::from_ref_time(524_088_000) - .saturating_add(Weight::from_proof_size(472212)) + Weight::from_parts(524_088_000, 0) + .saturating_add(Weight::from_parts(0, 472212)) // Standard Error: 2_051_818 - .saturating_add(Weight::from_ref_time(65_963_939).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(65_963_939, 0).saturating_mul(v.into())) // Standard Error: 204_452 - .saturating_add(Weight::from_ref_time(17_176_688).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(17_176_688, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(185)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -649,12 +649,12 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `3067 + v * (455 ±0) + n * (1003 ±0)` // Estimated: `456188 + v * (14295 ±0) + n * (11775 ±0)` // Minimum execution time: 32_257_897 nanoseconds. - Weight::from_ref_time(32_376_431_000) - .saturating_add(Weight::from_proof_size(456188)) + Weight::from_parts(32_376_431_000, 0) + .saturating_add(Weight::from_parts(0, 456188)) // Standard Error: 355_726 - .saturating_add(Weight::from_ref_time(5_080_198).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(5_080_198, 0).saturating_mul(v.into())) // Standard Error: 355_726 - .saturating_add(Weight::from_ref_time(3_195_407).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(3_195_407, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(180)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -674,10 +674,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `917 + v * (50 ±0)` // Estimated: `3562 + v * (2520 ±0)` // Minimum execution time: 3_860_791 nanoseconds. - Weight::from_ref_time(3_942_649_000) - .saturating_add(Weight::from_proof_size(3562)) + Weight::from_parts(3_942_649_000, 0) + .saturating_add(Weight::from_parts(0, 3562)) // Standard Error: 45_427 - .saturating_add(Weight::from_ref_time(2_955_973).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(2_955_973, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -700,8 +700,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_334 nanoseconds. - Weight::from_ref_time(6_585_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_585_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: Staking MinCommission (r:0 w:1) @@ -721,8 +721,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_990 nanoseconds. - Weight::from_ref_time(6_241_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_241_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: Staking Ledger (r:1 w:0) @@ -750,8 +750,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1922` // Estimated: `19438` // Minimum execution time: 71_020 nanoseconds. - Weight::from_ref_time(71_651_000) - .saturating_add(Weight::from_proof_size(19438)) + Weight::from_parts(71_651_000, 0) + .saturating_add(Weight::from_parts(0, 19438)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -764,8 +764,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `627` // Estimated: `3019` // Minimum execution time: 14_422 nanoseconds. - Weight::from_ref_time(14_912_000) - .saturating_add(Weight::from_proof_size(3019)) + Weight::from_parts(14_912_000, 0) + .saturating_add(Weight::from_parts(0, 3019)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -776,8 +776,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_171 nanoseconds. - Weight::from_ref_time(3_313_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_313_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/polkadot/src/weights/pallet_timestamp.rs b/runtime/polkadot/src/weights/pallet_timestamp.rs index 732eed3c828a..cf131bb12182 100644 --- a/runtime/polkadot/src/weights/pallet_timestamp.rs +++ b/runtime/polkadot/src/weights/pallet_timestamp.rs @@ -54,8 +54,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Measured: `345` // Estimated: `1006` // Minimum execution time: 10_462 nanoseconds. - Weight::from_ref_time(10_856_000) - .saturating_add(Weight::from_proof_size(1006)) + Weight::from_parts(10_856_000, 0) + .saturating_add(Weight::from_parts(0, 1006)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -64,7 +64,7 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Measured: `128` // Estimated: `0` // Minimum execution time: 4_811 nanoseconds. - Weight::from_ref_time(5_007_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_007_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/polkadot/src/weights/pallet_tips.rs b/runtime/polkadot/src/weights/pallet_tips.rs index d9796378ea1a..b08a8362e39d 100644 --- a/runtime/polkadot/src/weights/pallet_tips.rs +++ b/runtime/polkadot/src/weights/pallet_tips.rs @@ -55,10 +55,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `4` // Estimated: `4958` // Minimum execution time: 24_717 nanoseconds. - Weight::from_ref_time(25_747_782) - .saturating_add(Weight::from_proof_size(4958)) + Weight::from_parts(25_747_782, 0) + .saturating_add(Weight::from_parts(0, 4958)) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_823).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(1_823, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -71,8 +71,8 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `2981` // Minimum execution time: 23_963 nanoseconds. - Weight::from_ref_time(24_323_000) - .saturating_add(Weight::from_proof_size(2981)) + Weight::from_parts(24_323_000, 0) + .saturating_add(Weight::from_parts(0, 2981)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,12 +89,12 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `106 + t * (64 ±0)` // Estimated: `3288 + t * (192 ±0)` // Minimum execution time: 20_330 nanoseconds. - Weight::from_ref_time(19_770_627) - .saturating_add(Weight::from_proof_size(3288)) + Weight::from_parts(19_770_627, 0) + .saturating_add(Weight::from_parts(0, 3288)) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_722).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(1_722, 0).saturating_mul(r.into())) // Standard Error: 6_711 - .saturating_add(Weight::from_ref_time(133_401).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(133_401, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(t.into())) @@ -109,10 +109,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `359 + t * (112 ±0)` // Estimated: `3688 + t * (224 ±0)` // Minimum execution time: 15_707 nanoseconds. - Weight::from_ref_time(15_992_893) - .saturating_add(Weight::from_proof_size(3688)) + Weight::from_parts(15_992_893, 0) + .saturating_add(Weight::from_parts(0, 3688)) // Standard Error: 2_102 - .saturating_add(Weight::from_ref_time(122_754).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(122_754, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 224).saturating_mul(t.into())) @@ -131,10 +131,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `398 + t * (112 ±0)` // Estimated: `6740 + t * (336 ±0)` // Minimum execution time: 44_350 nanoseconds. - Weight::from_ref_time(46_263_953) - .saturating_add(Weight::from_proof_size(6740)) + Weight::from_parts(46_263_953, 0) + .saturating_add(Weight::from_parts(0, 6740)) // Standard Error: 8_644 - .saturating_add(Weight::from_ref_time(147_757).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(147_757, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 336).saturating_mul(t.into())) @@ -149,10 +149,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `301` // Estimated: `3077` // Minimum execution time: 15_401 nanoseconds. - Weight::from_ref_time(16_069_268) - .saturating_add(Weight::from_proof_size(3077)) + Weight::from_parts(16_069_268, 0) + .saturating_add(Weight::from_parts(0, 3077)) // Standard Error: 2_069 - .saturating_add(Weight::from_ref_time(13_562).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(13_562, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/polkadot/src/weights/pallet_treasury.rs b/runtime/polkadot/src/weights/pallet_treasury.rs index 1ffebeb05aa9..934334d70264 100644 --- a/runtime/polkadot/src/weights/pallet_treasury.rs +++ b/runtime/polkadot/src/weights/pallet_treasury.rs @@ -56,8 +56,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `6` // Estimated: `1396` // Minimum execution time: 14_716 nanoseconds. - Weight::from_ref_time(15_127_000) - .saturating_add(Weight::from_proof_size(1396)) + Weight::from_parts(15_127_000, 0) + .saturating_add(Weight::from_parts(0, 1396)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,8 +70,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `139` // Estimated: `499` // Minimum execution time: 24_325 nanoseconds. - Weight::from_ref_time(24_889_000) - .saturating_add(Weight::from_proof_size(499)) + Weight::from_parts(24_889_000, 0) + .saturating_add(Weight::from_parts(0, 499)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -84,8 +84,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `329` // Estimated: `5186` // Minimum execution time: 35_492 nanoseconds. - Weight::from_ref_time(36_192_000) - .saturating_add(Weight::from_proof_size(5186)) + Weight::from_parts(36_192_000, 0) + .saturating_add(Weight::from_parts(0, 5186)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -99,10 +99,10 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `464 + p * (8 ±0)` // Estimated: `3480` // Minimum execution time: 9_842 nanoseconds. - Weight::from_ref_time(12_599_619) - .saturating_add(Weight::from_proof_size(3480)) + Weight::from_parts(12_599_619, 0) + .saturating_add(Weight::from_parts(0, 3480)) // Standard Error: 1_244 - .saturating_add(Weight::from_ref_time(17_246).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(17_246, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -113,8 +113,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `90` // Estimated: `897` // Minimum execution time: 7_388 nanoseconds. - Weight::from_ref_time(7_549_000) - .saturating_add(Weight::from_proof_size(897)) + Weight::from_parts(7_549_000, 0) + .saturating_add(Weight::from_parts(0, 897)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -136,10 +136,10 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `245 + p * (314 ±0)` // Estimated: `2816 + p * (7789 ±0)` // Minimum execution time: 40_466 nanoseconds. - Weight::from_ref_time(46_938_455) - .saturating_add(Weight::from_proof_size(2816)) + Weight::from_parts(46_938_455, 0) + .saturating_add(Weight::from_parts(0, 2816)) // Standard Error: 31_202 - .saturating_add(Weight::from_ref_time(33_059_622).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(33_059_622, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(4)) diff --git a/runtime/polkadot/src/weights/pallet_utility.rs b/runtime/polkadot/src/weights/pallet_utility.rs index 74c1a552b739..4bace522a701 100644 --- a/runtime/polkadot/src/weights/pallet_utility.rs +++ b/runtime/polkadot/src/weights/pallet_utility.rs @@ -51,18 +51,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 7_038 nanoseconds. - Weight::from_ref_time(14_201_154) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(14_201_154, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 3_273 - .saturating_add(Weight::from_ref_time(4_845_639).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_845_639, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 4_899 nanoseconds. - Weight::from_ref_time(5_052_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_052_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { @@ -70,18 +70,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_792 nanoseconds. - Weight::from_ref_time(14_264_895) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(14_264_895, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 3_467 - .saturating_add(Weight::from_ref_time(5_166_200).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(5_166_200, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 8_890 nanoseconds. - Weight::from_ref_time(9_103_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_103_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { @@ -89,9 +89,9 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_910 nanoseconds. - Weight::from_ref_time(13_514_252) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(13_514_252, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 3_640 - .saturating_add(Weight::from_ref_time(4_839_844).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_839_844, 0).saturating_mul(c.into())) } } diff --git a/runtime/polkadot/src/weights/pallet_vesting.rs b/runtime/polkadot/src/weights/pallet_vesting.rs index 5a77f0ab36eb..598e91db064d 100644 --- a/runtime/polkadot/src/weights/pallet_vesting.rs +++ b/runtime/polkadot/src/weights/pallet_vesting.rs @@ -56,12 +56,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `377 + l * (25 ±0) + s * (36 ±0)` // Estimated: `7306` // Minimum execution time: 30_459 nanoseconds. - Weight::from_ref_time(29_414_981) - .saturating_add(Weight::from_proof_size(7306)) + Weight::from_parts(29_414_981, 0) + .saturating_add(Weight::from_parts(0, 7306)) // Standard Error: 853 - .saturating_add(Weight::from_ref_time(44_483).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(44_483, 0).saturating_mul(l.into())) // Standard Error: 1_518 - .saturating_add(Weight::from_ref_time(64_668).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(64_668, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -76,12 +76,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `377 + l * (25 ±0) + s * (36 ±0)` // Estimated: `7306` // Minimum execution time: 29_310 nanoseconds. - Weight::from_ref_time(29_062_397) - .saturating_add(Weight::from_proof_size(7306)) + Weight::from_parts(29_062_397, 0) + .saturating_add(Weight::from_parts(0, 7306)) // Standard Error: 877 - .saturating_add(Weight::from_ref_time(36_222).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(36_222, 0).saturating_mul(l.into())) // Standard Error: 1_562 - .saturating_add(Weight::from_ref_time(42_827).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(42_827, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -98,12 +98,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `512 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 32_792 nanoseconds. - Weight::from_ref_time(32_223_934) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(32_223_934, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 833 - .saturating_add(Weight::from_ref_time(46_218).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(46_218, 0).saturating_mul(l.into())) // Standard Error: 1_483 - .saturating_add(Weight::from_ref_time(68_198).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(68_198, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -120,12 +120,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `512 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 32_330 nanoseconds. - Weight::from_ref_time(31_644_065) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(31_644_065, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 887 - .saturating_add(Weight::from_ref_time(43_137).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(43_137, 0).saturating_mul(l.into())) // Standard Error: 1_578 - .saturating_add(Weight::from_ref_time(55_494).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(55_494, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,12 +142,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `583 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 47_622 nanoseconds. - Weight::from_ref_time(47_953_546) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(47_953_546, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 2_056 - .saturating_add(Weight::from_ref_time(39_785).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(39_785, 0).saturating_mul(l.into())) // Standard Error: 3_659 - .saturating_add(Weight::from_ref_time(41_672).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(41_672, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -164,12 +164,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `718 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12512` // Minimum execution time: 50_175 nanoseconds. - Weight::from_ref_time(50_736_243) - .saturating_add(Weight::from_proof_size(12512)) + Weight::from_parts(50_736_243, 0) + .saturating_add(Weight::from_parts(0, 12512)) // Standard Error: 4_214 - .saturating_add(Weight::from_ref_time(36_528).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(36_528, 0).saturating_mul(l.into())) // Standard Error: 7_498 - .saturating_add(Weight::from_ref_time(48_527).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(48_527, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -186,12 +186,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `510 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 33_600 nanoseconds. - Weight::from_ref_time(32_676_944) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(32_676_944, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 1_328 - .saturating_add(Weight::from_ref_time(51_061).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(51_061, 0).saturating_mul(l.into())) // Standard Error: 2_452 - .saturating_add(Weight::from_ref_time(79_609).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(79_609, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -208,12 +208,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `510 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 34_035 nanoseconds. - Weight::from_ref_time(33_098_531) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(33_098_531, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 838 - .saturating_add(Weight::from_ref_time(46_629).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(46_629, 0).saturating_mul(l.into())) // Standard Error: 1_548 - .saturating_add(Weight::from_ref_time(72_485).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(72_485, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/polkadot/src/weights/pallet_xcm.rs b/runtime/polkadot/src/weights/pallet_xcm.rs index 63ce923617bb..db59ffd8eef6 100644 --- a/runtime/polkadot/src/weights/pallet_xcm.rs +++ b/runtime/polkadot/src/weights/pallet_xcm.rs @@ -62,8 +62,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `470` // Estimated: `11730` // Minimum execution time: 37_334 nanoseconds. - Weight::from_ref_time(37_920_000) - .saturating_add(Weight::from_proof_size(11730)) + Weight::from_parts(37_920_000, 0) + .saturating_add(Weight::from_parts(0, 11730)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -72,16 +72,16 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 25_178 nanoseconds. - Weight::from_ref_time(25_519_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(25_519_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn reserve_transfer_assets() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 23_763 nanoseconds. - Weight::from_ref_time(24_214_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(24_214_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Benchmark Override (r:0 w:0) /// Proof Skipped: Benchmark Override (max_values: None, max_size: None, mode: Measured) @@ -100,8 +100,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 9_987 nanoseconds. - Weight::from_ref_time(10_249_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(10_249_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: XcmPallet SafeXcmVersion (r:0 w:1) @@ -111,8 +111,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_604 nanoseconds. - Weight::from_ref_time(2_783_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_783_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: XcmPallet VersionNotifiers (r:1 w:1) @@ -138,8 +138,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `470` // Estimated: `16110` // Minimum execution time: 41_261 nanoseconds. - Weight::from_ref_time(42_307_000) - .saturating_add(Weight::from_proof_size(16110)) + Weight::from_parts(42_307_000, 0) + .saturating_add(Weight::from_parts(0, 16110)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -164,8 +164,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `742` // Estimated: `17321` // Minimum execution time: 43_993 nanoseconds. - Weight::from_ref_time(44_583_000) - .saturating_add(Weight::from_proof_size(17321)) + Weight::from_parts(44_583_000, 0) + .saturating_add(Weight::from_parts(0, 17321)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -176,8 +176,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `229` // Estimated: `10129` // Minimum execution time: 16_945 nanoseconds. - Weight::from_ref_time(17_320_000) - .saturating_add(Weight::from_proof_size(10129)) + Weight::from_parts(17_320_000, 0) + .saturating_add(Weight::from_parts(0, 10129)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -188,8 +188,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `233` // Estimated: `10133` // Minimum execution time: 16_857 nanoseconds. - Weight::from_ref_time(17_251_000) - .saturating_add(Weight::from_proof_size(10133)) + Weight::from_parts(17_251_000, 0) + .saturating_add(Weight::from_parts(0, 10133)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -200,8 +200,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `243` // Estimated: `12618` // Minimum execution time: 19_594 nanoseconds. - Weight::from_ref_time(20_088_000) - .saturating_add(Weight::from_proof_size(12618)) + Weight::from_parts(20_088_000, 0) + .saturating_add(Weight::from_parts(0, 12618)) .saturating_add(T::DbWeight::get().reads(5)) } /// Storage: XcmPallet VersionNotifyTargets (r:2 w:1) @@ -223,8 +223,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `540` // Estimated: `17640` // Minimum execution time: 39_047 nanoseconds. - Weight::from_ref_time(39_491_000) - .saturating_add(Weight::from_proof_size(17640)) + Weight::from_parts(39_491_000, 0) + .saturating_add(Weight::from_parts(0, 17640)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -235,8 +235,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `272` // Estimated: `7697` // Minimum execution time: 8_462 nanoseconds. - Weight::from_ref_time(8_769_000) - .saturating_add(Weight::from_proof_size(7697)) + Weight::from_parts(8_769_000, 0) + .saturating_add(Weight::from_parts(0, 7697)) .saturating_add(T::DbWeight::get().reads(3)) } /// Storage: XcmPallet VersionNotifyTargets (r:4 w:2) @@ -246,8 +246,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `240` // Estimated: `10140` // Minimum execution time: 17_774 nanoseconds. - Weight::from_ref_time(18_055_000) - .saturating_add(Weight::from_proof_size(10140)) + Weight::from_parts(18_055_000, 0) + .saturating_add(Weight::from_parts(0, 10140)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -270,8 +270,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `544` // Estimated: `22618` // Minimum execution time: 44_737 nanoseconds. - Weight::from_ref_time(45_471_000) - .saturating_add(Weight::from_proof_size(22618)) + Weight::from_parts(45_471_000, 0) + .saturating_add(Weight::from_parts(0, 22618)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/polkadot/src/weights/runtime_common_auctions.rs b/runtime/polkadot/src/weights/runtime_common_auctions.rs index 9f484f2d6623..e9dc7a90a182 100644 --- a/runtime/polkadot/src/weights/runtime_common_auctions.rs +++ b/runtime/polkadot/src/weights/runtime_common_auctions.rs @@ -54,8 +54,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `4` // Estimated: `1002` // Minimum execution time: 13_702 nanoseconds. - Weight::from_ref_time(14_131_000) - .saturating_add(Weight::from_proof_size(1002)) + Weight::from_parts(14_131_000, 0) + .saturating_add(Weight::from_parts(0, 1002)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,8 +78,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `725` // Estimated: `19470` // Minimum execution time: 74_041 nanoseconds. - Weight::from_ref_time(76_382_000) - .saturating_add(Weight::from_proof_size(19470)) + Weight::from_parts(76_382_000, 0) + .saturating_add(Weight::from_parts(0, 19470)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -112,8 +112,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `7060445` // Estimated: `51339005` // Minimum execution time: 15_737_440 nanoseconds. - Weight::from_ref_time(15_967_121_000) - .saturating_add(Weight::from_proof_size(51339005)) + Weight::from_parts(15_967_121_000, 0) + .saturating_add(Weight::from_parts(0, 51339005)) .saturating_add(T::DbWeight::get().reads(3688)) .saturating_add(T::DbWeight::get().writes(3683)) } @@ -130,8 +130,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `178884` // Estimated: `16009503` // Minimum execution time: 4_819_822 nanoseconds. - Weight::from_ref_time(4_990_219_000) - .saturating_add(Weight::from_proof_size(16009503)) + Weight::from_parts(4_990_219_000, 0) + .saturating_add(Weight::from_parts(0, 16009503)) .saturating_add(T::DbWeight::get().reads(3673)) .saturating_add(T::DbWeight::get().writes(3673)) } diff --git a/runtime/polkadot/src/weights/runtime_common_claims.rs b/runtime/polkadot/src/weights/runtime_common_claims.rs index b20db7729dca..44761d42ba0f 100644 --- a/runtime/polkadot/src/weights/runtime_common_claims.rs +++ b/runtime/polkadot/src/weights/runtime_common_claims.rs @@ -64,8 +64,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `618` // Estimated: `20301` // Minimum execution time: 143_551 nanoseconds. - Weight::from_ref_time(147_538_000) - .saturating_add(Weight::from_proof_size(20301)) + Weight::from_parts(147_538_000, 0) + .saturating_add(Weight::from_parts(0, 20301)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -82,8 +82,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `182` // Estimated: `1223` // Minimum execution time: 10_986 nanoseconds. - Weight::from_ref_time(11_519_000) - .saturating_add(Weight::from_proof_size(1223)) + Weight::from_parts(11_519_000, 0) + .saturating_add(Weight::from_parts(0, 1223)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -106,8 +106,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `618` // Estimated: `20301` // Minimum execution time: 146_443 nanoseconds. - Weight::from_ref_time(150_592_000) - .saturating_add(Weight::from_proof_size(20301)) + Weight::from_parts(150_592_000, 0) + .saturating_add(Weight::from_parts(0, 20301)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -132,8 +132,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `692` // Estimated: `23764` // Minimum execution time: 69_307 nanoseconds. - Weight::from_ref_time(84_145_000) - .saturating_add(Weight::from_proof_size(23764)) + Weight::from_parts(84_145_000, 0) + .saturating_add(Weight::from_parts(0, 23764)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -150,8 +150,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `438` // Estimated: `11652` // Minimum execution time: 22_152 nanoseconds. - Weight::from_ref_time(22_926_000) - .saturating_add(Weight::from_proof_size(11652)) + Weight::from_parts(22_926_000, 0) + .saturating_add(Weight::from_parts(0, 11652)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/polkadot/src/weights/runtime_common_crowdloan.rs b/runtime/polkadot/src/weights/runtime_common_crowdloan.rs index fbb06f15485b..bf3787a64c04 100644 --- a/runtime/polkadot/src/weights/runtime_common_crowdloan.rs +++ b/runtime/polkadot/src/weights/runtime_common_crowdloan.rs @@ -58,8 +58,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `395` // Estimated: `9500` // Minimum execution time: 39_775 nanoseconds. - Weight::from_ref_time(40_606_000) - .saturating_add(Weight::from_proof_size(9500)) + Weight::from_parts(40_606_000, 0) + .saturating_add(Weight::from_parts(0, 9500)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -84,8 +84,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `407` // Estimated: `14067` // Minimum execution time: 116_028 nanoseconds. - Weight::from_ref_time(117_110_000) - .saturating_add(Weight::from_proof_size(14067)) + Weight::from_parts(117_110_000, 0) + .saturating_add(Weight::from_parts(0, 14067)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -102,8 +102,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `786` // Estimated: `12239` // Minimum execution time: 57_368 nanoseconds. - Weight::from_ref_time(58_291_000) - .saturating_add(Weight::from_proof_size(12239)) + Weight::from_parts(58_291_000, 0) + .saturating_add(Weight::from_parts(0, 12239)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -115,10 +115,10 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `191 + k * (221 ±0)` // Estimated: `196 + k * (221 ±0)` // Minimum execution time: 38_405 nanoseconds. - Weight::from_ref_time(53_604_000) - .saturating_add(Weight::from_proof_size(196)) + Weight::from_parts(53_604_000, 0) + .saturating_add(Weight::from_parts(0, 196)) // Standard Error: 13_955 - .saturating_add(Weight::from_ref_time(23_725_495).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(23_725_495, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -134,8 +134,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `439` // Estimated: `5517` // Minimum execution time: 28_816 nanoseconds. - Weight::from_ref_time(29_449_000) - .saturating_add(Weight::from_proof_size(5517)) + Weight::from_parts(29_449_000, 0) + .saturating_add(Weight::from_parts(0, 5517)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -146,8 +146,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `267` // Estimated: `2742` // Minimum execution time: 17_666 nanoseconds. - Weight::from_ref_time(18_315_000) - .saturating_add(Weight::from_proof_size(2742)) + Weight::from_parts(18_315_000, 0) + .saturating_add(Weight::from_parts(0, 2742)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -160,8 +160,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `444` // Estimated: `5838` // Minimum execution time: 24_524 nanoseconds. - Weight::from_ref_time(24_958_000) - .saturating_add(Weight::from_proof_size(5838)) + Weight::from_parts(24_958_000, 0) + .saturating_add(Weight::from_parts(0, 5838)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -174,8 +174,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `271` // Estimated: `3512` // Minimum execution time: 17_467 nanoseconds. - Weight::from_ref_time(17_772_000) - .saturating_add(Weight::from_proof_size(3512)) + Weight::from_parts(17_772_000, 0) + .saturating_add(Weight::from_parts(0, 3512)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -205,10 +205,10 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `157 + n * (420 ±0)` // Estimated: `7142 + n * (14663 ±0)` // Minimum execution time: 112_481 nanoseconds. - Weight::from_ref_time(113_770_000) - .saturating_add(Weight::from_proof_size(7142)) + Weight::from_parts(113_770_000, 0) + .saturating_add(Weight::from_parts(0, 7142)) // Standard Error: 50_565 - .saturating_add(Weight::from_ref_time(51_191_368).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(51_191_368, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/polkadot/src/weights/runtime_common_paras_registrar.rs b/runtime/polkadot/src/weights/runtime_common_paras_registrar.rs index 58df8776f83c..a8b01292903c 100644 --- a/runtime/polkadot/src/weights/runtime_common_paras_registrar.rs +++ b/runtime/polkadot/src/weights/runtime_common_paras_registrar.rs @@ -56,8 +56,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `70` // Estimated: `5655` // Minimum execution time: 25_903 nanoseconds. - Weight::from_ref_time(26_325_000) - .saturating_add(Weight::from_proof_size(5655)) + Weight::from_parts(26_325_000, 0) + .saturating_add(Weight::from_parts(0, 5655)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -86,8 +86,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `561` // Estimated: `21450` // Minimum execution time: 7_553_331 nanoseconds. - Weight::from_ref_time(7_726_216_000) - .saturating_add(Weight::from_proof_size(21450)) + Weight::from_parts(7_726_216_000, 0) + .saturating_add(Weight::from_parts(0, 21450)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -116,8 +116,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `419` // Estimated: `20030` // Minimum execution time: 7_582_213 nanoseconds. - Weight::from_ref_time(7_756_452_000) - .saturating_add(Weight::from_proof_size(20030)) + Weight::from_parts(7_756_452_000, 0) + .saturating_add(Weight::from_parts(0, 20030)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -138,8 +138,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `467` // Estimated: `13197` // Minimum execution time: 41_148 nanoseconds. - Weight::from_ref_time(42_082_000) - .saturating_add(Weight::from_proof_size(13197)) + Weight::from_parts(42_082_000, 0) + .saturating_add(Weight::from_parts(0, 13197)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -162,8 +162,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `707` // Estimated: `27719` // Minimum execution time: 46_614 nanoseconds. - Weight::from_ref_time(48_057_000) - .saturating_add(Weight::from_proof_size(27719)) + Weight::from_parts(48_057_000, 0) + .saturating_add(Weight::from_parts(0, 27719)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -195,10 +195,10 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `287` // Estimated: `19987` // Minimum execution time: 43_351 nanoseconds. - Weight::from_ref_time(43_888_000) - .saturating_add(Weight::from_proof_size(19987)) + Weight::from_parts(43_888_000, 0) + .saturating_add(Weight::from_parts(0, 19987)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_391).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_391, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -210,10 +210,10 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 8_863 nanoseconds. - Weight::from_ref_time(9_010_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_010_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(969).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(969, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/polkadot/src/weights/runtime_common_slots.rs b/runtime/polkadot/src/weights/runtime_common_slots.rs index 98e8c54edcfe..c7ba0a5a7861 100644 --- a/runtime/polkadot/src/weights/runtime_common_slots.rs +++ b/runtime/polkadot/src/weights/runtime_common_slots.rs @@ -54,8 +54,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_parachains::configuration::WeightInfo for // Measured: `349` // Estimated: `3376` // Minimum execution time: 11_910 nanoseconds. - Weight::from_ref_time(12_346_000) - .saturating_add(Weight::from_proof_size(3376)) + Weight::from_parts(12_346_000, 0) + .saturating_add(Weight::from_parts(0, 3376)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -76,8 +76,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `349` // Estimated: `3376` // Minimum execution time: 11_842 nanoseconds. - Weight::from_ref_time(12_456_000) - .saturating_add(Weight::from_proof_size(3376)) + Weight::from_parts(12_456_000, 0) + .saturating_add(Weight::from_parts(0, 3376)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -94,8 +94,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `349` // Estimated: `3376` // Minimum execution time: 12_093 nanoseconds. - Weight::from_ref_time(12_420_000) - .saturating_add(Weight::from_proof_size(3376)) + Weight::from_parts(12_420_000, 0) + .saturating_add(Weight::from_parts(0, 3376)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -112,8 +112,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `349` // Estimated: `3376` // Minimum execution time: 11_996 nanoseconds. - Weight::from_ref_time(12_626_000) - .saturating_add(Weight::from_proof_size(3376)) + Weight::from_parts(12_626_000, 0) + .saturating_add(Weight::from_parts(0, 3376)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -140,8 +140,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `349` // Estimated: `3376` // Minimum execution time: 12_296 nanoseconds. - Weight::from_ref_time(12_553_000) - .saturating_add(Weight::from_proof_size(3376)) + Weight::from_parts(12_553_000, 0) + .saturating_add(Weight::from_parts(0, 3376)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_disputes.rs b/runtime/polkadot/src/weights/runtime_parachains_disputes.rs index b7e374c720c0..673abc01ed74 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_disputes.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_disputes.rs @@ -52,8 +52,8 @@ impl runtime_parachains::disputes::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 2_694 nanoseconds. - Weight::from_ref_time(2_819_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_819_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/polkadot/src/weights/runtime_parachains_hrmp.rs b/runtime/polkadot/src/weights/runtime_parachains_hrmp.rs index de96442e9d65..bc3561fd9dff 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_hrmp.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_hrmp.rs @@ -68,8 +68,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `609` // Estimated: `26271` // Minimum execution time: 41_409 nanoseconds. - Weight::from_ref_time(41_949_000) - .saturating_add(Weight::from_proof_size(26271)) + Weight::from_parts(41_949_000, 0) + .saturating_add(Weight::from_parts(0, 26271)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -92,8 +92,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `873` // Estimated: `21456` // Minimum execution time: 41_061 nanoseconds. - Weight::from_ref_time(41_725_000) - .saturating_add(Weight::from_proof_size(21456)) + Weight::from_parts(41_725_000, 0) + .saturating_add(Weight::from_parts(0, 21456)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -114,8 +114,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `744` // Estimated: `15354` // Minimum execution time: 37_443 nanoseconds. - Weight::from_ref_time(40_253_000) - .saturating_add(Weight::from_proof_size(15354)) + Weight::from_parts(40_253_000, 0) + .saturating_add(Weight::from_parts(0, 15354)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -138,12 +138,12 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `254 + i * (131 ±0) + e * (131 ±0)` // Estimated: `6354 + i * (5742 ±0) + e * (5736 ±0)` // Minimum execution time: 1_095_305 nanoseconds. - Weight::from_ref_time(1_102_171_000) - .saturating_add(Weight::from_proof_size(6354)) + Weight::from_parts(1_102_171_000, 0) + .saturating_add(Weight::from_parts(0, 6354)) // Standard Error: 98_328 - .saturating_add(Weight::from_ref_time(3_222_513).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(3_222_513, 0).saturating_mul(i.into())) // Standard Error: 98_328 - .saturating_add(Weight::from_ref_time(3_343_772).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(3_343_772, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(e.into()))) @@ -177,10 +177,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `725 + c * (166 ±0)` // Estimated: `7371 + c * (18828 ±0)` // Minimum execution time: 9_405 nanoseconds. - Weight::from_ref_time(4_666_821) - .saturating_add(Weight::from_proof_size(7371)) + Weight::from_parts(4_666_821, 0) + .saturating_add(Weight::from_parts(0, 7371)) // Standard Error: 21_110 - .saturating_add(Weight::from_ref_time(18_925_237).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(18_925_237, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -205,10 +205,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `307 + c * (155 ±0)` // Estimated: `2232 + c * (8361 ±0)` // Minimum execution time: 6_303 nanoseconds. - Weight::from_ref_time(3_137_132) - .saturating_add(Weight::from_proof_size(2232)) + Weight::from_parts(3_137_132, 0) + .saturating_add(Weight::from_parts(0, 2232)) // Standard Error: 14_988 - .saturating_add(Weight::from_ref_time(11_754_128).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(11_754_128, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -227,10 +227,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `1022 + c * (13 ±0)` // Estimated: `7911 + c * (45 ±0)` // Minimum execution time: 21_716 nanoseconds. - Weight::from_ref_time(26_754_962) - .saturating_add(Weight::from_proof_size(7911)) + Weight::from_parts(26_754_962, 0) + .saturating_add(Weight::from_parts(0, 7911)) // Standard Error: 1_244 - .saturating_add(Weight::from_ref_time(58_005).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(58_005, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 45).saturating_mul(c.into())) @@ -245,10 +245,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `217 + c * (94 ±0)` // Estimated: `912 + c * (2664 ±0)` // Minimum execution time: 5_229 nanoseconds. - Weight::from_ref_time(4_661_405) - .saturating_add(Weight::from_proof_size(912)) + Weight::from_parts(4_661_405, 0) + .saturating_add(Weight::from_parts(0, 912)) // Standard Error: 3_567 - .saturating_add(Weight::from_ref_time(3_157_636).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(3_157_636, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -282,8 +282,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `609` // Estimated: `37389` // Minimum execution time: 54_228 nanoseconds. - Weight::from_ref_time(54_782_000) - .saturating_add(Weight::from_proof_size(37389)) + Weight::from_parts(54_782_000, 0) + .saturating_add(Weight::from_parts(0, 37389)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(8)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_initializer.rs b/runtime/polkadot/src/weights/runtime_parachains_initializer.rs index e0affe397647..717d278612f7 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_initializer.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_initializer.rs @@ -53,10 +53,10 @@ impl runtime_parachains::initializer::WeightInfo for We // Measured: `28 + d * (11 ±0)` // Estimated: `519 + d * (11 ±0)` // Minimum execution time: 3_583 nanoseconds. - Weight::from_ref_time(8_408_703) - .saturating_add(Weight::from_proof_size(519)) + Weight::from_parts(8_408_703, 0) + .saturating_add(Weight::from_parts(0, 519)) // Standard Error: 9 - .saturating_add(Weight::from_ref_time(1_287).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_287, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 11).saturating_mul(d.into())) diff --git a/runtime/polkadot/src/weights/runtime_parachains_paras.rs b/runtime/polkadot/src/weights/runtime_parachains_paras.rs index 70d07f042255..77aa0f3c9137 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_paras.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_paras.rs @@ -63,10 +63,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `8341` // Estimated: `57966` // Minimum execution time: 33_964 nanoseconds. - Weight::from_ref_time(34_183_000) - .saturating_add(Weight::from_proof_size(57966)) + Weight::from_parts(34_183_000, 0) + .saturating_add(Weight::from_parts(0, 57966)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_374).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_374, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -78,10 +78,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `0` // Estimated: `0` // Minimum execution time: 8_472 nanoseconds. - Weight::from_ref_time(8_522_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(8_522_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(972).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(972, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Configuration ActiveConfig (r:1 w:0) @@ -112,10 +112,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `16785` // Estimated: `198990` // Minimum execution time: 62_077 nanoseconds. - Weight::from_ref_time(63_533_000) - .saturating_add(Weight::from_proof_size(198990)) + Weight::from_parts(63_533_000, 0) + .saturating_add(Weight::from_parts(0, 198990)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_397).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_397, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -131,10 +131,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `95` // Estimated: `2760` // Minimum execution time: 14_330 nanoseconds. - Weight::from_ref_time(14_560_000) - .saturating_add(Weight::from_proof_size(2760)) + Weight::from_parts(14_560_000, 0) + .saturating_add(Weight::from_parts(0, 2760)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(971).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(971, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -147,8 +147,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `4283` // Estimated: `11536` // Minimum execution time: 20_598 nanoseconds. - Weight::from_ref_time(21_189_000) - .saturating_add(Weight::from_proof_size(11536)) + Weight::from_parts(21_189_000, 0) + .saturating_add(Weight::from_parts(0, 11536)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,10 +162,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `28` // Estimated: `5006` // Minimum execution time: 8_753 nanoseconds. - Weight::from_ref_time(8_999_000) - .saturating_add(Weight::from_proof_size(5006)) + Weight::from_parts(8_999_000, 0) + .saturating_add(Weight::from_parts(0, 5006)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_375).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_375, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -178,8 +178,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `28` // Estimated: `2531` // Minimum execution time: 6_338 nanoseconds. - Weight::from_ref_time(6_709_000) - .saturating_add(Weight::from_proof_size(2531)) + Weight::from_parts(6_709_000, 0) + .saturating_add(Weight::from_parts(0, 2531)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -196,8 +196,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `26968` // Estimated: `111832` // Minimum execution time: 92_190 nanoseconds. - Weight::from_ref_time(94_190_000) - .saturating_add(Weight::from_proof_size(111832)) + Weight::from_parts(94_190_000, 0) + .saturating_add(Weight::from_parts(0, 111832)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -222,8 +222,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27554` // Estimated: `225877` // Minimum execution time: 816_058 nanoseconds. - Weight::from_ref_time(823_769_000) - .saturating_add(Weight::from_proof_size(225877)) + Weight::from_parts(823_769_000, 0) + .saturating_add(Weight::from_parts(0, 225877)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(104)) } @@ -240,8 +240,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27500` // Estimated: `113960` // Minimum execution time: 91_497 nanoseconds. - Weight::from_ref_time(93_349_000) - .saturating_add(Weight::from_proof_size(113960)) + Weight::from_parts(93_349_000, 0) + .saturating_add(Weight::from_parts(0, 113960)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -262,8 +262,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27022` // Estimated: `169062` // Minimum execution time: 643_156 nanoseconds. - Weight::from_ref_time(648_775_000) - .saturating_add(Weight::from_proof_size(169062)) + Weight::from_parts(648_775_000, 0) + .saturating_add(Weight::from_parts(0, 169062)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -280,8 +280,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `26968` // Estimated: `111832` // Minimum execution time: 90_809 nanoseconds. - Weight::from_ref_time(92_716_000) - .saturating_add(Weight::from_proof_size(111832)) + Weight::from_parts(92_716_000, 0) + .saturating_add(Weight::from_parts(0, 111832)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_paras_inherent.rs b/runtime/polkadot/src/weights/runtime_parachains_paras_inherent.rs index 3de6b61bf074..c2b20957f448 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_paras_inherent.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_paras_inherent.rs @@ -115,10 +115,10 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `51185` // Estimated: `1520629 + v * (16 ±0)` // Minimum execution time: 797_153 nanoseconds. - Weight::from_ref_time(331_841_614) - .saturating_add(Weight::from_proof_size(1520629)) + Weight::from_parts(331_841_614, 0) + .saturating_add(Weight::from_parts(0, 1520629)) // Standard Error: 29_705 - .saturating_add(Weight::from_ref_time(48_468_871).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(48_468_871, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(29)) .saturating_add(T::DbWeight::get().writes(16)) .saturating_add(Weight::from_parts(0, 16).saturating_mul(v.into())) @@ -190,8 +190,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `42987` // Estimated: `1234899` // Minimum execution time: 357_157 nanoseconds. - Weight::from_ref_time(363_548_000) - .saturating_add(Weight::from_proof_size(1234899)) + Weight::from_parts(363_548_000, 0) + .saturating_add(Weight::from_parts(0, 1234899)) .saturating_add(T::DbWeight::get().reads(27)) .saturating_add(T::DbWeight::get().writes(17)) } @@ -265,10 +265,10 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `43019` // Estimated: `1286239` // Minimum execution time: 5_691_962 nanoseconds. - Weight::from_ref_time(946_685_737) - .saturating_add(Weight::from_proof_size(1286239)) + Weight::from_parts(946_685_737, 0) + .saturating_add(Weight::from_parts(0, 1286239)) // Standard Error: 51_849 - .saturating_add(Weight::from_ref_time(47_866_559).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(47_866_559, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(30)) .saturating_add(T::DbWeight::get().writes(16)) } @@ -345,8 +345,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `43046` // Estimated: `1378064` // Minimum execution time: 38_935_048 nanoseconds. - Weight::from_ref_time(39_141_931_000) - .saturating_add(Weight::from_proof_size(1378064)) + Weight::from_parts(39_141_931_000, 0) + .saturating_add(Weight::from_parts(0, 1378064)) .saturating_add(T::DbWeight::get().reads(32)) .saturating_add(T::DbWeight::get().writes(16)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_ump.rs b/runtime/polkadot/src/weights/runtime_parachains_ump.rs index b5cc9bc0798a..3c96f6a06aff 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_ump.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_ump.rs @@ -51,10 +51,10 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 6_467 nanoseconds. - Weight::from_ref_time(1_128_103) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_128_103, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 13 - .saturating_add(Weight::from_ref_time(1_929).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_929, 0).saturating_mul(s.into())) } /// Storage: Ump NeedsDispatch (r:1 w:1) /// Proof Skipped: Ump NeedsDispatch (max_values: Some(1), max_size: None, mode: Measured) @@ -69,8 +69,8 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `272` // Estimated: `2078` // Minimum execution time: 9_593 nanoseconds. - Weight::from_ref_time(9_926_000) - .saturating_add(Weight::from_proof_size(2078)) + Weight::from_parts(9_926_000, 0) + .saturating_add(Weight::from_parts(0, 2078)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -83,8 +83,8 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `257` // Estimated: `3231` // Minimum execution time: 24_517 nanoseconds. - Weight::from_ref_time(24_802_000) - .saturating_add(Weight::from_proof_size(3231)) + Weight::from_parts(24_802_000, 0) + .saturating_add(Weight::from_parts(0, 3231)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/constants/src/weights/block_weights.rs b/runtime/rococo/constants/src/weights/block_weights.rs index a7dd62ab56ae..f617a0c1cd9d 100644 --- a/runtime/rococo/constants/src/weights/block_weights.rs +++ b/runtime/rococo/constants/src/weights/block_weights.rs @@ -52,7 +52,7 @@ parameter_types! { /// 95th: 484_818 /// 75th: 467_914 pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(468_724)); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(468_724), 0); } #[cfg(test)] diff --git a/runtime/rococo/constants/src/weights/extrinsic_weights.rs b/runtime/rococo/constants/src/weights/extrinsic_weights.rs index a05fc44628cd..7148d38709cc 100644 --- a/runtime/rococo/constants/src/weights/extrinsic_weights.rs +++ b/runtime/rococo/constants/src/weights/extrinsic_weights.rs @@ -52,7 +52,7 @@ parameter_types! { /// 95th: 95_147 /// 75th: 94_666 pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(94_585)); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(94_585), 0); } #[cfg(test)] diff --git a/runtime/rococo/src/weights/frame_benchmarking_baseline.rs b/runtime/rococo/src/weights/frame_benchmarking_baseline.rs index d6fc79f0afd3..6277e18add76 100644 --- a/runtime/rococo/src/weights/frame_benchmarking_baseline.rs +++ b/runtime/rococo/src/weights/frame_benchmarking_baseline.rs @@ -51,8 +51,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 177 nanoseconds. - Weight::from_ref_time(213_240) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(213_240, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn subtraction(_i: u32, ) -> Weight { @@ -60,8 +60,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 176 nanoseconds. - Weight::from_ref_time(217_103) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(217_103, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn multiplication(_i: u32, ) -> Weight { @@ -69,8 +69,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 182 nanoseconds. - Weight::from_ref_time(222_120) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(222_120, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn division(_i: u32, ) -> Weight { @@ -78,16 +78,16 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 178 nanoseconds. - Weight::from_ref_time(214_174) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(214_174, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn hashing() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 23_495_750 nanoseconds. - Weight::from_ref_time(23_635_881_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(23_635_881_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 100]`. fn sr25519_verification(i: u32, ) -> Weight { @@ -95,9 +95,9 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 226 nanoseconds. - Weight::from_ref_time(238_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(238_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 9_925 - .saturating_add(Weight::from_ref_time(46_955_989).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(46_955_989, 0).saturating_mul(i.into())) } } diff --git a/runtime/rococo/src/weights/frame_system.rs b/runtime/rococo/src/weights/frame_system.rs index 033581f78599..62e5b92c57aa 100644 --- a/runtime/rococo/src/weights/frame_system.rs +++ b/runtime/rococo/src/weights/frame_system.rs @@ -51,10 +51,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_748 nanoseconds. - Weight::from_ref_time(2_117_356) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_117_356, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(367).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(367, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { @@ -62,10 +62,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 7_063 nanoseconds. - Weight::from_ref_time(7_145_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(7_145_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_721).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_721, 0).saturating_mul(b.into())) } /// Storage: System Digest (r:1 w:1) /// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured) @@ -76,8 +76,8 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `495` // Minimum execution time: 3_665 nanoseconds. - Weight::from_ref_time(3_765_000) - .saturating_add(Weight::from_proof_size(495)) + Weight::from_parts(3_765_000, 0) + .saturating_add(Weight::from_parts(0, 495)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,10 +89,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_681 nanoseconds. - Weight::from_ref_time(1_739_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_739_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 1_662 - .saturating_add(Weight::from_ref_time(660_663).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(660_663, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -103,10 +103,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_849 nanoseconds. - Weight::from_ref_time(1_894_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_894_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 767 - .saturating_add(Weight::from_ref_time(482_324).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(482_324, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -117,10 +117,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `131 + p * (69 ±0)` // Estimated: `126 + p * (70 ±0)` // Minimum execution time: 3_861 nanoseconds. - Weight::from_ref_time(3_923_000) - .saturating_add(Weight::from_proof_size(126)) + Weight::from_parts(3_923_000, 0) + .saturating_add(Weight::from_parts(0, 126)) // Standard Error: 869 - .saturating_add(Weight::from_ref_time(999_646).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(999_646, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into())) diff --git a/runtime/rococo/src/weights/pallet_balances_nis_counterpart_balances.rs b/runtime/rococo/src/weights/pallet_balances_nis_counterpart_balances.rs index 941f632219e3..94feb6398396 100644 --- a/runtime/rococo/src/weights/pallet_balances_nis_counterpart_balances.rs +++ b/runtime/rococo/src/weights/pallet_balances_nis_counterpart_balances.rs @@ -56,8 +56,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1876` // Estimated: `8288` // Minimum execution time: 52_909 nanoseconds. - Weight::from_ref_time(54_611_000) - .saturating_add(Weight::from_proof_size(8288)) + Weight::from_parts(54_611_000, 0) + .saturating_add(Weight::from_parts(0, 8288)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -70,8 +70,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1702` // Estimated: `7777` // Minimum execution time: 37_606 nanoseconds. - Weight::from_ref_time(38_089_000) - .saturating_add(Weight::from_proof_size(7777)) + Weight::from_parts(38_089_000, 0) + .saturating_add(Weight::from_parts(0, 7777)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -84,8 +84,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1352` // Estimated: `3098` // Minimum execution time: 25_313 nanoseconds. - Weight::from_ref_time(25_782_000) - .saturating_add(Weight::from_proof_size(3098)) + Weight::from_parts(25_782_000, 0) + .saturating_add(Weight::from_parts(0, 3098)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -100,8 +100,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1910` // Estimated: `5701` // Minimum execution time: 34_720 nanoseconds. - Weight::from_ref_time(35_645_000) - .saturating_add(Weight::from_proof_size(5701)) + Weight::from_parts(35_645_000, 0) + .saturating_add(Weight::from_parts(0, 5701)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -116,8 +116,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1872` // Estimated: `10891` // Minimum execution time: 51_178 nanoseconds. - Weight::from_ref_time(52_624_000) - .saturating_add(Weight::from_proof_size(10891)) + Weight::from_parts(52_624_000, 0) + .saturating_add(Weight::from_parts(0, 10891)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -130,8 +130,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1874` // Estimated: `7777` // Minimum execution time: 47_648 nanoseconds. - Weight::from_ref_time(49_070_000) - .saturating_add(Weight::from_proof_size(7777)) + Weight::from_parts(49_070_000, 0) + .saturating_add(Weight::from_parts(0, 7777)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,8 +142,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1350` // Estimated: `2587` // Minimum execution time: 23_698 nanoseconds. - Weight::from_ref_time(24_378_000) - .saturating_add(Weight::from_proof_size(2587)) + Weight::from_parts(24_378_000, 0) + .saturating_add(Weight::from_parts(0, 2587)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_bounties.rs b/runtime/rococo/src/weights/pallet_bounties.rs index bf2983b5edbd..aedb0669f29c 100644 --- a/runtime/rococo/src/weights/pallet_bounties.rs +++ b/runtime/rococo/src/weights/pallet_bounties.rs @@ -59,10 +59,10 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `242` // Estimated: `3102` // Minimum execution time: 24_400 nanoseconds. - Weight::from_ref_time(25_972_758) - .saturating_add(Weight::from_proof_size(3102)) + Weight::from_parts(25_972_758, 0) + .saturating_add(Weight::from_parts(0, 3102)) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(716).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(716, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -127,8 +127,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `546` // Estimated: `7746` // Minimum execution time: 41_193 nanoseconds. - Weight::from_ref_time(41_719_000) - .saturating_add(Weight::from_proof_size(7746)) + Weight::from_parts(41_719_000, 0) + .saturating_add(Weight::from_parts(0, 7746)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -156,7 +156,7 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `897` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(2_606_006) - .saturating_add(Weight::from_proof_size(897)) + Weight::from_parts(2_606_006, 0) + .saturating_add(Weight::from_parts(0, 897)) } } diff --git a/runtime/rococo/src/weights/pallet_collective_council.rs b/runtime/rococo/src/weights/pallet_collective_council.rs index 09f64453d95d..636e155f9337 100644 --- a/runtime/rococo/src/weights/pallet_collective_council.rs +++ b/runtime/rococo/src/weights/pallet_collective_council.rs @@ -64,12 +64,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `0 + m * (3233 ±0) + p * (3223 ±0)` // Estimated: `16322 + m * (7809 ±16) + p * (10238 ±16)` // Minimum execution time: 17_652 nanoseconds. - Weight::from_ref_time(17_887_000) - .saturating_add(Weight::from_proof_size(16322)) + Weight::from_parts(17_887_000, 0) + .saturating_add(Weight::from_parts(0, 16322)) // Standard Error: 48_823 - .saturating_add(Weight::from_ref_time(5_530_238).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(5_530_238, 0).saturating_mul(m.into())) // Standard Error: 48_823 - .saturating_add(Weight::from_ref_time(8_205_203).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(8_205_203, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -88,12 +88,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `168 + m * (32 ±0)` // Estimated: `664 + m * (32 ±0)` // Minimum execution time: 16_377 nanoseconds. - Weight::from_ref_time(15_516_969) - .saturating_add(Weight::from_proof_size(664)) + Weight::from_parts(15_516_969, 0) + .saturating_add(Weight::from_parts(0, 664)) // Standard Error: 28 - .saturating_add(Weight::from_ref_time(1_799).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_799, 0).saturating_mul(b.into())) // Standard Error: 298 - .saturating_add(Weight::from_ref_time(14_715).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(14_715, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -110,12 +110,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `168 + m * (32 ±0)` // Estimated: `3308 + m * (64 ±0)` // Minimum execution time: 18_627 nanoseconds. - Weight::from_ref_time(17_627_291) - .saturating_add(Weight::from_proof_size(3308)) + Weight::from_parts(17_627_291, 0) + .saturating_add(Weight::from_parts(0, 3308)) // Standard Error: 21 - .saturating_add(Weight::from_ref_time(1_527).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_527, 0).saturating_mul(b.into())) // Standard Error: 224 - .saturating_add(Weight::from_ref_time(24_848).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(24_848, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } @@ -140,14 +140,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `490 + m * (32 ±0) + p * (36 ±0)` // Estimated: `6025 + m * (165 ±0) + p * (180 ±0)` // Minimum execution time: 25_043 nanoseconds. - Weight::from_ref_time(26_178_725) - .saturating_add(Weight::from_proof_size(6025)) + Weight::from_parts(26_178_725, 0) + .saturating_add(Weight::from_parts(0, 6025)) // Standard Error: 48 - .saturating_add(Weight::from_ref_time(2_348).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_348, 0).saturating_mul(b.into())) // Standard Error: 508 - .saturating_add(Weight::from_ref_time(17_576).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(17_576, 0).saturating_mul(m.into())) // Standard Error: 502 - .saturating_add(Weight::from_ref_time(120_249).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(120_249, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into())) @@ -164,10 +164,10 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `940 + m * (64 ±0)` // Estimated: `4848 + m * (128 ±0)` // Minimum execution time: 22_290 nanoseconds. - Weight::from_ref_time(22_948_862) - .saturating_add(Weight::from_proof_size(4848)) + Weight::from_parts(22_948_862, 0) + .saturating_add(Weight::from_parts(0, 4848)) // Standard Error: 266 - .saturating_add(Weight::from_ref_time(42_141).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(42_141, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into())) @@ -189,12 +189,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `560 + m * (64 ±0) + p * (36 ±0)` // Estimated: `5629 + m * (260 ±0) + p * (144 ±0)` // Minimum execution time: 26_965 nanoseconds. - Weight::from_ref_time(28_111_495) - .saturating_add(Weight::from_proof_size(5629)) + Weight::from_parts(28_111_495, 0) + .saturating_add(Weight::from_parts(0, 5629)) // Standard Error: 406 - .saturating_add(Weight::from_ref_time(18_952).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(18_952, 0).saturating_mul(m.into())) // Standard Error: 396 - .saturating_add(Weight::from_ref_time(135_279).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(135_279, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into())) @@ -219,12 +219,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `896 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `8900 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` // Minimum execution time: 38_169 nanoseconds. - Weight::from_ref_time(40_193_158) - .saturating_add(Weight::from_proof_size(8900)) + Weight::from_parts(40_193_158, 0) + .saturating_add(Weight::from_parts(0, 8900)) // Standard Error: 128 - .saturating_add(Weight::from_ref_time(2_040).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_040, 0).saturating_mul(b.into())) // Standard Error: 1_320 - .saturating_add(Weight::from_ref_time(148_950).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(148_950, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into())) @@ -250,12 +250,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `580 + m * (64 ±0) + p * (36 ±0)` // Estimated: `6765 + m * (325 ±0) + p * (180 ±0)` // Minimum execution time: 29_862 nanoseconds. - Weight::from_ref_time(30_698_565) - .saturating_add(Weight::from_proof_size(6765)) + Weight::from_parts(30_698_565, 0) + .saturating_add(Weight::from_parts(0, 6765)) // Standard Error: 377 - .saturating_add(Weight::from_ref_time(22_192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(22_192, 0).saturating_mul(m.into())) // Standard Error: 367 - .saturating_add(Weight::from_ref_time(134_679).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(134_679, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into())) @@ -282,14 +282,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `916 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `10235 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` // Minimum execution time: 40_518 nanoseconds. - Weight::from_ref_time(41_833_162) - .saturating_add(Weight::from_proof_size(10235)) + Weight::from_parts(41_833_162, 0) + .saturating_add(Weight::from_parts(0, 10235)) // Standard Error: 85 - .saturating_add(Weight::from_ref_time(2_290).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_290, 0).saturating_mul(b.into())) // Standard Error: 905 - .saturating_add(Weight::from_ref_time(21_516).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(21_516, 0).saturating_mul(m.into())) // Standard Error: 882 - .saturating_add(Weight::from_ref_time(145_621).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(145_621, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into())) @@ -309,10 +309,10 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `325 + p * (32 ±0)` // Estimated: `1470 + p * (96 ±0)` // Minimum execution time: 15_193 nanoseconds. - Weight::from_ref_time(17_443_092) - .saturating_add(Weight::from_proof_size(1470)) + Weight::from_parts(17_443_092, 0) + .saturating_add(Weight::from_parts(0, 1470)) // Standard Error: 506 - .saturating_add(Weight::from_ref_time(107_440).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(107_440, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into())) diff --git a/runtime/rococo/src/weights/pallet_collective_technical_committee.rs b/runtime/rococo/src/weights/pallet_collective_technical_committee.rs index 4fa9a3a6c405..c8717d8f569a 100644 --- a/runtime/rococo/src/weights/pallet_collective_technical_committee.rs +++ b/runtime/rococo/src/weights/pallet_collective_technical_committee.rs @@ -64,12 +64,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `0 + m * (3233 ±0) + p * (3223 ±0)` // Estimated: `16206 + m * (7809 ±16) + p * (10238 ±16)` // Minimum execution time: 18_363 nanoseconds. - Weight::from_ref_time(18_626_000) - .saturating_add(Weight::from_proof_size(16206)) + Weight::from_parts(18_626_000, 0) + .saturating_add(Weight::from_parts(0, 16206)) // Standard Error: 48_932 - .saturating_add(Weight::from_ref_time(5_502_228).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(5_502_228, 0).saturating_mul(m.into())) // Standard Error: 48_932 - .saturating_add(Weight::from_ref_time(8_265_192).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(8_265_192, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -88,12 +88,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `139 + m * (32 ±0)` // Estimated: `635 + m * (32 ±0)` // Minimum execution time: 16_669 nanoseconds. - Weight::from_ref_time(15_873_517) - .saturating_add(Weight::from_proof_size(635)) + Weight::from_parts(15_873_517, 0) + .saturating_add(Weight::from_parts(0, 635)) // Standard Error: 53 - .saturating_add(Weight::from_ref_time(1_939).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_939, 0).saturating_mul(b.into())) // Standard Error: 554 - .saturating_add(Weight::from_ref_time(13_017).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(13_017, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -110,12 +110,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `139 + m * (32 ±0)` // Estimated: `3250 + m * (64 ±0)` // Minimum execution time: 19_226 nanoseconds. - Weight::from_ref_time(18_203_584) - .saturating_add(Weight::from_proof_size(3250)) + Weight::from_parts(18_203_584, 0) + .saturating_add(Weight::from_parts(0, 3250)) // Standard Error: 19 - .saturating_add(Weight::from_ref_time(1_537).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_537, 0).saturating_mul(b.into())) // Standard Error: 202 - .saturating_add(Weight::from_ref_time(22_602).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(22_602, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } @@ -140,14 +140,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `461 + m * (32 ±0) + p * (36 ±0)` // Estimated: `5880 + m * (165 ±0) + p * (180 ±0)` // Minimum execution time: 25_845 nanoseconds. - Weight::from_ref_time(26_944_072) - .saturating_add(Weight::from_proof_size(5880)) + Weight::from_parts(26_944_072, 0) + .saturating_add(Weight::from_parts(0, 5880)) // Standard Error: 49 - .saturating_add(Weight::from_ref_time(2_373).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_373, 0).saturating_mul(b.into())) // Standard Error: 519 - .saturating_add(Weight::from_ref_time(17_532).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(17_532, 0).saturating_mul(m.into())) // Standard Error: 513 - .saturating_add(Weight::from_ref_time(121_955).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(121_955, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into())) @@ -164,10 +164,10 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `911 + m * (64 ±0)` // Estimated: `4790 + m * (128 ±0)` // Minimum execution time: 23_163 nanoseconds. - Weight::from_ref_time(23_720_815) - .saturating_add(Weight::from_proof_size(4790)) + Weight::from_parts(23_720_815, 0) + .saturating_add(Weight::from_parts(0, 4790)) // Standard Error: 246 - .saturating_add(Weight::from_ref_time(41_772).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(41_772, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into())) @@ -189,12 +189,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `531 + m * (64 ±0) + p * (36 ±0)` // Estimated: `5513 + m * (260 ±0) + p * (144 ±0)` // Minimum execution time: 27_743 nanoseconds. - Weight::from_ref_time(28_729_876) - .saturating_add(Weight::from_proof_size(5513)) + Weight::from_parts(28_729_876, 0) + .saturating_add(Weight::from_parts(0, 5513)) // Standard Error: 381 - .saturating_add(Weight::from_ref_time(19_708).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(19_708, 0).saturating_mul(m.into())) // Standard Error: 371 - .saturating_add(Weight::from_ref_time(138_115).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(138_115, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into())) @@ -219,14 +219,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `867 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `8784 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` // Minimum execution time: 38_714 nanoseconds. - Weight::from_ref_time(39_840_766) - .saturating_add(Weight::from_proof_size(8784)) + Weight::from_parts(39_840_766, 0) + .saturating_add(Weight::from_parts(0, 8784)) // Standard Error: 84 - .saturating_add(Weight::from_ref_time(2_316).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_316, 0).saturating_mul(b.into())) // Standard Error: 897 - .saturating_add(Weight::from_ref_time(22_230).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(22_230, 0).saturating_mul(m.into())) // Standard Error: 875 - .saturating_add(Weight::from_ref_time(146_018).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(146_018, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into())) @@ -252,12 +252,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `551 + m * (64 ±0) + p * (36 ±0)` // Estimated: `6620 + m * (325 ±0) + p * (180 ±0)` // Minimum execution time: 30_419 nanoseconds. - Weight::from_ref_time(31_221_203) - .saturating_add(Weight::from_proof_size(6620)) + Weight::from_parts(31_221_203, 0) + .saturating_add(Weight::from_parts(0, 6620)) // Standard Error: 370 - .saturating_add(Weight::from_ref_time(23_359).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(23_359, 0).saturating_mul(m.into())) // Standard Error: 361 - .saturating_add(Weight::from_ref_time(139_033).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(139_033, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into())) @@ -284,14 +284,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `887 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `10090 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` // Minimum execution time: 41_170 nanoseconds. - Weight::from_ref_time(43_013_899) - .saturating_add(Weight::from_proof_size(10090)) + Weight::from_parts(43_013_899, 0) + .saturating_add(Weight::from_parts(0, 10090)) // Standard Error: 80 - .saturating_add(Weight::from_ref_time(1_999).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_999, 0).saturating_mul(b.into())) // Standard Error: 848 - .saturating_add(Weight::from_ref_time(22_005).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(22_005, 0).saturating_mul(m.into())) // Standard Error: 827 - .saturating_add(Weight::from_ref_time(145_539).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(145_539, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into())) @@ -311,10 +311,10 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `296 + p * (32 ±0)` // Estimated: `1383 + p * (96 ±0)` // Minimum execution time: 15_951 nanoseconds. - Weight::from_ref_time(17_842_394) - .saturating_add(Weight::from_proof_size(1383)) + Weight::from_parts(17_842_394, 0) + .saturating_add(Weight::from_parts(0, 1383)) // Standard Error: 462 - .saturating_add(Weight::from_ref_time(110_189).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(110_189, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into())) diff --git a/runtime/rococo/src/weights/pallet_democracy.rs b/runtime/rococo/src/weights/pallet_democracy.rs index 0fa32409e3d3..abf2aa8713fa 100644 --- a/runtime/rococo/src/weights/pallet_democracy.rs +++ b/runtime/rococo/src/weights/pallet_democracy.rs @@ -58,8 +58,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4831` // Estimated: `23409` // Minimum execution time: 35_009 nanoseconds. - Weight::from_ref_time(35_562_000) - .saturating_add(Weight::from_proof_size(23409)) + Weight::from_parts(35_562_000, 0) + .saturating_add(Weight::from_parts(0, 23409)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,8 +70,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3587` // Estimated: `5705` // Minimum execution time: 32_327 nanoseconds. - Weight::from_ref_time(32_829_000) - .saturating_add(Weight::from_proof_size(5705)) + Weight::from_parts(32_829_000, 0) + .saturating_add(Weight::from_parts(0, 5705)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -86,8 +86,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3494` // Estimated: `12720` // Minimum execution time: 44_432 nanoseconds. - Weight::from_ref_time(44_971_000) - .saturating_add(Weight::from_proof_size(12720)) + Weight::from_parts(44_971_000, 0) + .saturating_add(Weight::from_parts(0, 12720)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -102,8 +102,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3516` // Estimated: `12720` // Minimum execution time: 44_198 nanoseconds. - Weight::from_ref_time(44_910_000) - .saturating_add(Weight::from_proof_size(12720)) + Weight::from_parts(44_910_000, 0) + .saturating_add(Weight::from_parts(0, 12720)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -118,8 +118,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `365` // Estimated: `7712` // Minimum execution time: 26_814 nanoseconds. - Weight::from_ref_time(27_292_000) - .saturating_add(Weight::from_proof_size(7712)) + Weight::from_parts(27_292_000, 0) + .saturating_add(Weight::from_parts(0, 7712)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,8 +142,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `6003` // Estimated: `36392` // Minimum execution time: 89_645 nanoseconds. - Weight::from_ref_time(90_833_000) - .saturating_add(Weight::from_proof_size(36392)) + Weight::from_parts(90_833_000, 0) + .saturating_add(Weight::from_parts(0, 36392)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -156,8 +156,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3415` // Estimated: `6340` // Minimum execution time: 13_608 nanoseconds. - Weight::from_ref_time(14_008_000) - .saturating_add(Weight::from_proof_size(6340)) + Weight::from_parts(14_008_000, 0) + .saturating_add(Weight::from_parts(0, 6340)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -168,8 +168,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_288 nanoseconds. - Weight::from_ref_time(3_531_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_531_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy NextExternal (r:0 w:1) @@ -179,8 +179,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_313 nanoseconds. - Weight::from_ref_time(3_500_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_500_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy NextExternal (r:1 w:1) @@ -196,8 +196,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `3654` // Minimum execution time: 27_758 nanoseconds. - Weight::from_ref_time(28_367_000) - .saturating_add(Weight::from_proof_size(3654)) + Weight::from_parts(28_367_000, 0) + .saturating_add(Weight::from_parts(0, 3654)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -212,8 +212,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3518` // Estimated: `8868` // Minimum execution time: 31_910 nanoseconds. - Weight::from_ref_time(32_522_000) - .saturating_add(Weight::from_proof_size(8868)) + Weight::from_parts(32_522_000, 0) + .saturating_add(Weight::from_parts(0, 8868)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -230,8 +230,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `5882` // Estimated: `28033` // Minimum execution time: 73_861 nanoseconds. - Weight::from_ref_time(74_543_000) - .saturating_add(Weight::from_proof_size(28033)) + Weight::from_parts(74_543_000, 0) + .saturating_add(Weight::from_parts(0, 28033)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -244,8 +244,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `238` // Estimated: `2528` // Minimum execution time: 20_285 nanoseconds. - Weight::from_ref_time(20_556_000) - .saturating_add(Weight::from_proof_size(2528)) + Weight::from_parts(20_556_000, 0) + .saturating_add(Weight::from_parts(0, 2528)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -261,10 +261,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `211 + r * (117 ±0)` // Estimated: `998 + r * (2676 ±0)` // Minimum execution time: 7_440 nanoseconds. - Weight::from_ref_time(10_296_992) - .saturating_add(Weight::from_proof_size(998)) + Weight::from_parts(10_296_992, 0) + .saturating_add(Weight::from_parts(0, 998)) // Standard Error: 5_598 - .saturating_add(Weight::from_ref_time(2_783_476).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(2_783_476, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -288,10 +288,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `211 + r * (117 ±0)` // Estimated: `19318 + r * (2676 ±0)` // Minimum execution time: 10_023 nanoseconds. - Weight::from_ref_time(14_953_199) - .saturating_add(Weight::from_proof_size(19318)) + Weight::from_parts(14_953_199, 0) + .saturating_add(Weight::from_parts(0, 19318)) // Standard Error: 6_703 - .saturating_add(Weight::from_ref_time(2_749_933).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(2_749_933, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -309,10 +309,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `891 + r * (139 ±0)` // Estimated: `22584 + r * (2676 ±0)` // Minimum execution time: 36_963 nanoseconds. - Weight::from_ref_time(43_759_217) - .saturating_add(Weight::from_proof_size(22584)) + Weight::from_parts(43_759_217, 0) + .saturating_add(Weight::from_parts(0, 22584)) // Standard Error: 7_017 - .saturating_add(Weight::from_ref_time(3_833_993).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(3_833_993, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -329,10 +329,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `524 + r * (139 ±0)` // Estimated: `12540 + r * (2676 ±0)` // Minimum execution time: 21_086 nanoseconds. - Weight::from_ref_time(23_113_225) - .saturating_add(Weight::from_proof_size(12540)) + Weight::from_parts(23_113_225, 0) + .saturating_add(Weight::from_parts(0, 12540)) // Standard Error: 5_813 - .saturating_add(Weight::from_ref_time(3_831_698).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(3_831_698, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -346,8 +346,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_266 nanoseconds. - Weight::from_ref_time(3_325_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_325_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy VotingOf (r:1 w:1) @@ -362,10 +362,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `556` // Estimated: `12647` // Minimum execution time: 19_889 nanoseconds. - Weight::from_ref_time(26_324_448) - .saturating_add(Weight::from_proof_size(12647)) + Weight::from_parts(26_324_448, 0) + .saturating_add(Weight::from_parts(0, 12647)) // Standard Error: 1_495 - .saturating_add(Weight::from_ref_time(22_352).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(22_352, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -381,10 +381,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `557 + r * (22 ±0)` // Estimated: `12647` // Minimum execution time: 24_827 nanoseconds. - Weight::from_ref_time(26_090_461) - .saturating_add(Weight::from_proof_size(12647)) + Weight::from_parts(26_090_461, 0) + .saturating_add(Weight::from_parts(0, 12647)) // Standard Error: 597 - .saturating_add(Weight::from_ref_time(57_287).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(57_287, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -398,10 +398,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `758 + r * (26 ±0)` // Estimated: `8946` // Minimum execution time: 16_382 nanoseconds. - Weight::from_ref_time(19_142_641) - .saturating_add(Weight::from_proof_size(8946)) + Weight::from_parts(19_142_641, 0) + .saturating_add(Weight::from_parts(0, 8946)) // Standard Error: 1_005 - .saturating_add(Weight::from_ref_time(69_264).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(69_264, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -415,10 +415,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `758 + r * (26 ±0)` // Estimated: `8946` // Minimum execution time: 16_322 nanoseconds. - Weight::from_ref_time(19_304_122) - .saturating_add(Weight::from_proof_size(8946)) + Weight::from_parts(19_304_122, 0) + .saturating_add(Weight::from_parts(0, 8946)) // Standard Error: 1_054 - .saturating_add(Weight::from_ref_time(67_276).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(67_276, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -433,8 +433,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `395` // Estimated: `3193` // Minimum execution time: 19_283 nanoseconds. - Weight::from_ref_time(19_989_000) - .saturating_add(Weight::from_proof_size(3193)) + Weight::from_parts(19_989_000, 0) + .saturating_add(Weight::from_parts(0, 3193)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -447,8 +447,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `3155` // Minimum execution time: 17_636 nanoseconds. - Weight::from_ref_time(17_805_000) - .saturating_add(Weight::from_proof_size(3155)) + Weight::from_parts(17_805_000, 0) + .saturating_add(Weight::from_parts(0, 3155)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -463,8 +463,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4958` // Estimated: `19763` // Minimum execution time: 33_929 nanoseconds. - Weight::from_ref_time(34_287_000) - .saturating_add(Weight::from_proof_size(19763)) + Weight::from_parts(34_287_000, 0) + .saturating_add(Weight::from_parts(0, 19763)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -477,8 +477,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4820` // Estimated: `19725` // Minimum execution time: 30_741 nanoseconds. - Weight::from_ref_time(31_317_000) - .saturating_add(Weight::from_proof_size(19725)) + Weight::from_parts(31_317_000, 0) + .saturating_add(Weight::from_parts(0, 19725)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -491,8 +491,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `216` // Estimated: `2566` // Minimum execution time: 15_874 nanoseconds. - Weight::from_ref_time(16_183_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(16_183_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -505,8 +505,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `269` // Estimated: `5204` // Minimum execution time: 19_214 nanoseconds. - Weight::from_ref_time(19_604_000) - .saturating_add(Weight::from_proof_size(5204)) + Weight::from_parts(19_604_000, 0) + .saturating_add(Weight::from_parts(0, 5204)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_elections_phragmen.rs b/runtime/rococo/src/weights/pallet_elections_phragmen.rs index d12e7e7fa626..48ffc089cdc5 100644 --- a/runtime/rococo/src/weights/pallet_elections_phragmen.rs +++ b/runtime/rococo/src/weights/pallet_elections_phragmen.rs @@ -61,8 +61,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `427 + v * (80 ±0)` // Estimated: `9438 + v * (320 ±0)` // Minimum execution time: 27_130 nanoseconds. - Weight::from_ref_time(30_823_053) - .saturating_add(Weight::from_proof_size(9438)) + Weight::from_parts(30_823_053, 0) + .saturating_add(Weight::from_parts(0, 9438)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) @@ -83,10 +83,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `395 + v * (80 ±0)` // Estimated: `9310 + v * (320 ±0)` // Minimum execution time: 36_644 nanoseconds. - Weight::from_ref_time(37_624_444) - .saturating_add(Weight::from_proof_size(9310)) + Weight::from_parts(37_624_444, 0) + .saturating_add(Weight::from_parts(0, 9310)) // Standard Error: 4_167 - .saturating_add(Weight::from_ref_time(123_846).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(123_846, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) @@ -107,10 +107,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `427 + v * (80 ±0)` // Estimated: `9438 + v * (320 ±0)` // Minimum execution time: 36_499 nanoseconds. - Weight::from_ref_time(37_129_866) - .saturating_add(Weight::from_proof_size(9438)) + Weight::from_parts(37_129_866, 0) + .saturating_add(Weight::from_parts(0, 9438)) // Standard Error: 4_033 - .saturating_add(Weight::from_ref_time(176_669).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(176_669, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) @@ -124,8 +124,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `917` // Estimated: `7166` // Minimum execution time: 32_287 nanoseconds. - Weight::from_ref_time(32_928_000) - .saturating_add(Weight::from_proof_size(7166)) + Weight::from_parts(32_928_000, 0) + .saturating_add(Weight::from_parts(0, 7166)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -141,10 +141,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `2805 + c * (48 ±0)` // Estimated: `9894 + c * (144 ±0)` // Minimum execution time: 29_136 nanoseconds. - Weight::from_ref_time(22_308_791) - .saturating_add(Weight::from_proof_size(9894)) + Weight::from_parts(22_308_791, 0) + .saturating_add(Weight::from_parts(0, 9894)) // Standard Error: 876 - .saturating_add(Weight::from_ref_time(82_538).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(82_538, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 144).saturating_mul(c.into())) @@ -157,10 +157,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `314 + c * (48 ±0)` // Estimated: `796 + c * (48 ±0)` // Minimum execution time: 24_804 nanoseconds. - Weight::from_ref_time(17_680_542) - .saturating_add(Weight::from_proof_size(796)) + Weight::from_parts(17_680_542, 0) + .saturating_add(Weight::from_parts(0, 796)) // Standard Error: 908 - .saturating_add(Weight::from_ref_time(59_567).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(59_567, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into())) @@ -180,8 +180,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `3079` // Estimated: `17375` // Minimum execution time: 42_528 nanoseconds. - Weight::from_ref_time(43_550_000) - .saturating_add(Weight::from_proof_size(17375)) + Weight::from_parts(43_550_000, 0) + .saturating_add(Weight::from_parts(0, 17375)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -192,8 +192,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `1742` // Estimated: `2237` // Minimum execution time: 27_187 nanoseconds. - Weight::from_ref_time(27_805_000) - .saturating_add(Weight::from_proof_size(2237)) + Weight::from_parts(27_805_000, 0) + .saturating_add(Weight::from_parts(0, 2237)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -224,8 +224,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `3079` // Estimated: `19978` // Minimum execution time: 58_082 nanoseconds. - Weight::from_ref_time(58_776_000) - .saturating_add(Weight::from_proof_size(19978)) + Weight::from_parts(58_776_000, 0) + .saturating_add(Weight::from_parts(0, 19978)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -248,10 +248,10 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `35961 + v * (872 ±0)` // Estimated: `148908 + v * (12340 ±0)` // Minimum execution time: 331_691_733 nanoseconds. - Weight::from_ref_time(332_320_461_000) - .saturating_add(Weight::from_proof_size(148908)) + Weight::from_parts(332_320_461_000, 0) + .saturating_add(Weight::from_parts(0, 148908)) // Standard Error: 286_396 - .saturating_add(Weight::from_ref_time(41_310_974).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(41_310_974, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) @@ -283,12 +283,12 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `0 + v * (639 ±0) + e * (28 ±0)` // Estimated: `5334639 + v * (5714 ±4) + e * (123 ±0) + c * (2560 ±0)` // Minimum execution time: 33_629_192 nanoseconds. - Weight::from_ref_time(33_734_555_000) - .saturating_add(Weight::from_proof_size(5334639)) + Weight::from_parts(33_734_555_000, 0) + .saturating_add(Weight::from_parts(0, 5334639)) // Standard Error: 500_681 - .saturating_add(Weight::from_ref_time(41_778_821).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(41_778_821, 0).saturating_mul(v.into())) // Standard Error: 32_130 - .saturating_add(Weight::from_ref_time(2_073_697).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(2_073_697, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(265)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) diff --git a/runtime/rococo/src/weights/pallet_identity.rs b/runtime/rococo/src/weights/pallet_identity.rs index 76ac931d37f2..42eabd66952c 100644 --- a/runtime/rococo/src/weights/pallet_identity.rs +++ b/runtime/rococo/src/weights/pallet_identity.rs @@ -53,10 +53,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `64 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 11_925 nanoseconds. - Weight::from_ref_time(12_665_139) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(12_665_139, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_963 - .saturating_add(Weight::from_ref_time(72_276).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(72_276, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,12 +69,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `474 + r * (5 ±0)` // Estimated: `10013` // Minimum execution time: 28_918 nanoseconds. - Weight::from_ref_time(28_097_477) - .saturating_add(Weight::from_proof_size(10013)) + Weight::from_parts(28_097_477, 0) + .saturating_add(Weight::from_parts(0, 10013)) // Standard Error: 3_576 - .saturating_add(Weight::from_ref_time(77_253).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(77_253, 0).saturating_mul(r.into())) // Standard Error: 697 - .saturating_add(Weight::from_ref_time(449_336).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(449_336, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -90,10 +90,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `101` // Estimated: `15746 + s * (2589 ±0)` // Minimum execution time: 8_955 nanoseconds. - Weight::from_ref_time(21_965_439) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(21_965_439, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 6_060 - .saturating_add(Weight::from_ref_time(2_820_536).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_820_536, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -112,10 +112,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `226 + p * (32 ±0)` // Estimated: `15746` // Minimum execution time: 8_824 nanoseconds. - Weight::from_ref_time(21_568_996) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(21_568_996, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 3_185 - .saturating_add(Weight::from_ref_time(1_111_881).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(1_111_881, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -134,14 +134,14 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `533 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `15746` // Minimum execution time: 49_012 nanoseconds. - Weight::from_ref_time(27_982_974) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(27_982_974, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 4_404 - .saturating_add(Weight::from_ref_time(40_856).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(40_856, 0).saturating_mul(r.into())) // Standard Error: 860 - .saturating_add(Weight::from_ref_time(1_095_905).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_095_905, 0).saturating_mul(s.into())) // Standard Error: 860 - .saturating_add(Weight::from_ref_time(229_635).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(229_635, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -157,12 +157,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `431 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11649` // Minimum execution time: 29_213 nanoseconds. - Weight::from_ref_time(29_949_444) - .saturating_add(Weight::from_proof_size(11649)) + Weight::from_parts(29_949_444, 0) + .saturating_add(Weight::from_parts(0, 11649)) // Standard Error: 6_424 - .saturating_add(Weight::from_ref_time(28_127).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(28_127, 0).saturating_mul(r.into())) // Standard Error: 1_253 - .saturating_add(Weight::from_ref_time(469_679).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(469_679, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -175,12 +175,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `430 + x * (66 ±0)` // Estimated: `10013` // Minimum execution time: 26_570 nanoseconds. - Weight::from_ref_time(25_883_542) - .saturating_add(Weight::from_proof_size(10013)) + Weight::from_parts(25_883_542, 0) + .saturating_add(Weight::from_parts(0, 10013)) // Standard Error: 4_190 - .saturating_add(Weight::from_ref_time(83_705).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(83_705, 0).saturating_mul(r.into())) // Standard Error: 817 - .saturating_add(Weight::from_ref_time(466_224).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(466_224, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,10 +192,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 7_721 nanoseconds. - Weight::from_ref_time(8_180_083) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(8_180_083, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 2_124 - .saturating_add(Weight::from_ref_time(64_849).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(64_849, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -207,10 +207,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 7_264 nanoseconds. - Weight::from_ref_time(7_794_379) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_794_379, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_240 - .saturating_add(Weight::from_ref_time(84_998).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(84_998, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -222,10 +222,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 7_054 nanoseconds. - Weight::from_ref_time(7_654_187) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_654_187, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_266 - .saturating_add(Weight::from_ref_time(90_481).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(90_481, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -240,12 +240,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `509 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11649` // Minimum execution time: 22_652 nanoseconds. - Weight::from_ref_time(23_126_063) - .saturating_add(Weight::from_proof_size(11649)) + Weight::from_parts(23_126_063, 0) + .saturating_add(Weight::from_parts(0, 11649)) // Standard Error: 5_983 - .saturating_add(Weight::from_ref_time(46_117).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(46_117, 0).saturating_mul(r.into())) // Standard Error: 1_107 - .saturating_add(Weight::from_ref_time(769_575).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(769_575, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -265,12 +265,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `772 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `18349` // Minimum execution time: 62_780 nanoseconds. - Weight::from_ref_time(43_731_161) - .saturating_add(Weight::from_proof_size(18349)) + Weight::from_parts(43_731_161, 0) + .saturating_add(Weight::from_parts(0, 18349)) // Standard Error: 1_194 - .saturating_add(Weight::from_ref_time(1_103_649).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_103_649, 0).saturating_mul(s.into())) // Standard Error: 1_194 - .saturating_add(Weight::from_ref_time(226_342).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(226_342, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -287,10 +287,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `507 + s * (36 ±0)` // Estimated: `18335` // Minimum execution time: 26_340 nanoseconds. - Weight::from_ref_time(31_104_975) - .saturating_add(Weight::from_proof_size(18335)) + Weight::from_parts(31_104_975, 0) + .saturating_add(Weight::from_parts(0, 18335)) // Standard Error: 1_390 - .saturating_add(Weight::from_ref_time(61_166).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(61_166, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -304,10 +304,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `623 + s * (3 ±0)` // Estimated: `12602` // Minimum execution time: 12_270 nanoseconds. - Weight::from_ref_time(14_537_982) - .saturating_add(Weight::from_proof_size(12602)) + Weight::from_parts(14_537_982, 0) + .saturating_add(Weight::from_parts(0, 12602)) // Standard Error: 636 - .saturating_add(Weight::from_ref_time(17_033).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(17_033, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -323,10 +323,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `702 + s * (35 ±0)` // Estimated: `18335` // Minimum execution time: 29_575 nanoseconds. - Weight::from_ref_time(32_700_041) - .saturating_add(Weight::from_proof_size(18335)) + Weight::from_parts(32_700_041, 0) + .saturating_add(Weight::from_parts(0, 18335)) // Standard Error: 1_036 - .saturating_add(Weight::from_ref_time(47_756).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(47_756, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -340,10 +340,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `628 + s * (37 ±0)` // Estimated: `8322` // Minimum execution time: 19_365 nanoseconds. - Weight::from_ref_time(22_147_406) - .saturating_add(Weight::from_proof_size(8322)) + Weight::from_parts(22_147_406, 0) + .saturating_add(Weight::from_parts(0, 8322)) // Standard Error: 1_052 - .saturating_add(Weight::from_ref_time(55_393).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(55_393, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/src/weights/pallet_im_online.rs b/runtime/rococo/src/weights/pallet_im_online.rs index 47385d9032ff..b8b60d80b9c6 100644 --- a/runtime/rococo/src/weights/pallet_im_online.rs +++ b/runtime/rococo/src/weights/pallet_im_online.rs @@ -64,15 +64,15 @@ impl pallet_im_online::WeightInfo for WeightInfo { // Measured: `458 + k * (32 ±0)` // Estimated: `10348843 + k * (96 ±0) + e * (25 ±0)` // Minimum execution time: 93_589 nanoseconds. - Weight::from_ref_time(71_584_319) - .saturating_add(Weight::from_proof_size(10348843)) + Weight::from_parts(71_584_319, 0) + .saturating_add(Weight::from_parts(0, 10348843)) // Standard Error: 308 - .saturating_add(Weight::from_ref_time(25_613).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(25_613, 0).saturating_mul(k.into())) // Standard Error: 3_106 - .saturating_add(Weight::from_ref_time(419_344).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(419_344, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(96).saturating_mul(k.into())) - .saturating_add(Weight::from_proof_size(25).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 96).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 25).saturating_mul(e.into())) } } diff --git a/runtime/rococo/src/weights/pallet_indices.rs b/runtime/rococo/src/weights/pallet_indices.rs index 52e290ecd826..b512aa435d61 100644 --- a/runtime/rococo/src/weights/pallet_indices.rs +++ b/runtime/rococo/src/weights/pallet_indices.rs @@ -52,8 +52,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `142` // Estimated: `2544` // Minimum execution time: 19_681 nanoseconds. - Weight::from_ref_time(20_040_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(20_040_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -66,8 +66,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `405` // Estimated: `5147` // Minimum execution time: 25_976 nanoseconds. - Weight::from_ref_time(26_421_000) - .saturating_add(Weight::from_proof_size(5147)) + Weight::from_parts(26_421_000, 0) + .saturating_add(Weight::from_parts(0, 5147)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,8 +78,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `270` // Estimated: `2544` // Minimum execution time: 20_821 nanoseconds. - Weight::from_ref_time(21_357_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(21_357_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -92,8 +92,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `405` // Estimated: `5147` // Minimum execution time: 24_303 nanoseconds. - Weight::from_ref_time(24_872_000) - .saturating_add(Weight::from_proof_size(5147)) + Weight::from_parts(24_872_000, 0) + .saturating_add(Weight::from_parts(0, 5147)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -104,8 +104,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `270` // Estimated: `2544` // Minimum execution time: 23_017 nanoseconds. - Weight::from_ref_time(23_367_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(23_367_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_membership.rs b/runtime/rococo/src/weights/pallet_membership.rs index bf0d893b649a..b980b3f08b77 100644 --- a/runtime/rococo/src/weights/pallet_membership.rs +++ b/runtime/rococo/src/weights/pallet_membership.rs @@ -59,10 +59,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `204 + m * (64 ±0)` // Estimated: `4801 + m * (192 ±0)` // Minimum execution time: 17_716 nanoseconds. - Weight::from_ref_time(18_300_855) - .saturating_add(Weight::from_proof_size(4801)) + Weight::from_parts(18_300_855, 0) + .saturating_add(Weight::from_parts(0, 4801)) // Standard Error: 707 - .saturating_add(Weight::from_ref_time(35_646).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(35_646, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -83,10 +83,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `308 + m * (64 ±0)` // Estimated: `5640 + m * (192 ±0)` // Minimum execution time: 20_396 nanoseconds. - Weight::from_ref_time(21_358_869) - .saturating_add(Weight::from_proof_size(5640)) + Weight::from_parts(21_358_869, 0) + .saturating_add(Weight::from_parts(0, 5640)) // Standard Error: 509 - .saturating_add(Weight::from_ref_time(29_287).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(29_287, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -107,10 +107,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `308 + m * (64 ±0)` // Estimated: `5640 + m * (192 ±0)` // Minimum execution time: 20_656 nanoseconds. - Weight::from_ref_time(21_504_328) - .saturating_add(Weight::from_proof_size(5640)) + Weight::from_parts(21_504_328, 0) + .saturating_add(Weight::from_parts(0, 5640)) // Standard Error: 572 - .saturating_add(Weight::from_ref_time(42_506).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(42_506, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -131,10 +131,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `308 + m * (64 ±0)` // Estimated: `5640 + m * (192 ±0)` // Minimum execution time: 19_471 nanoseconds. - Weight::from_ref_time(21_360_585) - .saturating_add(Weight::from_proof_size(5640)) + Weight::from_parts(21_360_585, 0) + .saturating_add(Weight::from_parts(0, 5640)) // Standard Error: 798 - .saturating_add(Weight::from_ref_time(161_383).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(161_383, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -155,10 +155,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `308 + m * (64 ±0)` // Estimated: `5640 + m * (192 ±0)` // Minimum execution time: 20_622 nanoseconds. - Weight::from_ref_time(21_759_987) - .saturating_add(Weight::from_proof_size(5640)) + Weight::from_parts(21_759_987, 0) + .saturating_add(Weight::from_parts(0, 5640)) // Standard Error: 590 - .saturating_add(Weight::from_ref_time(44_407).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(44_407, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -175,10 +175,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `64 + m * (32 ±0)` // Estimated: `3761 + m * (32 ±0)` // Minimum execution time: 8_420 nanoseconds. - Weight::from_ref_time(8_746_448) - .saturating_add(Weight::from_proof_size(3761)) + Weight::from_parts(8_746_448, 0) + .saturating_add(Weight::from_parts(0, 3761)) // Standard Error: 217 - .saturating_add(Weight::from_ref_time(10_729).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(10_729, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) @@ -193,10 +193,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_370 nanoseconds. - Weight::from_ref_time(3_616_384) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_616_384, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 82 - .saturating_add(Weight::from_ref_time(869).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(869, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().writes(2)) } } diff --git a/runtime/rococo/src/weights/pallet_multisig.rs b/runtime/rococo/src/weights/pallet_multisig.rs index 9b4cba3cd7ba..24d0bfbfdd95 100644 --- a/runtime/rococo/src/weights/pallet_multisig.rs +++ b/runtime/rococo/src/weights/pallet_multisig.rs @@ -51,10 +51,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 12_159 nanoseconds. - Weight::from_ref_time(12_743_877) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(12_743_877, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(487).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(487, 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) @@ -65,12 +65,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `244 + s * (2 ±0)` // Estimated: `5821` // Minimum execution time: 35_591 nanoseconds. - Weight::from_ref_time(29_818_741) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(29_818_741, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 547 - .saturating_add(Weight::from_ref_time(65_531).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(65_531, 0).saturating_mul(s.into())) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_496).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_496, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -83,12 +83,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `242` // Estimated: `5821` // Minimum execution time: 26_213 nanoseconds. - Weight::from_ref_time(20_375_068) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(20_375_068, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 451 - .saturating_add(Weight::from_ref_time(65_039).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(65_039, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_462).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_462, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -103,12 +103,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `380 + s * (33 ±0)` // Estimated: `8424` // Minimum execution time: 40_154 nanoseconds. - Weight::from_ref_time(32_557_959) - .saturating_add(Weight::from_proof_size(8424)) + Weight::from_parts(32_557_959, 0) + .saturating_add(Weight::from_parts(0, 8424)) // Standard Error: 436 - .saturating_add(Weight::from_ref_time(83_464).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(83_464, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_534).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_534, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -120,10 +120,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `251 + s * (2 ±0)` // Estimated: `5821` // Minimum execution time: 26_917 nanoseconds. - Weight::from_ref_time(27_722_105) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(27_722_105, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 608 - .saturating_add(Weight::from_ref_time(72_968).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(72_968, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -135,10 +135,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `242` // Estimated: `5821` // Minimum execution time: 17_795 nanoseconds. - Weight::from_ref_time(18_071_255) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(18_071_255, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 468 - .saturating_add(Weight::from_ref_time(71_217).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(71_217, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -150,10 +150,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `446 + s * (1 ±0)` // Estimated: `5821` // Minimum execution time: 27_986 nanoseconds. - Weight::from_ref_time(28_751_681) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(28_751_681, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 535 - .saturating_add(Weight::from_ref_time(68_018).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(68_018, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_nis.rs b/runtime/rococo/src/weights/pallet_nis.rs index 8f3ec822b26f..a31dfc1a3ced 100644 --- a/runtime/rococo/src/weights/pallet_nis.rs +++ b/runtime/rococo/src/weights/pallet_nis.rs @@ -57,10 +57,10 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `6278 + l * (48 ±0)` // Estimated: `60718` // Minimum execution time: 29_565 nanoseconds. - Weight::from_ref_time(30_915_591) - .saturating_add(Weight::from_proof_size(60718)) + Weight::from_parts(30_915_591, 0) + .saturating_add(Weight::from_parts(0, 60718)) // Standard Error: 715 - .saturating_add(Weight::from_ref_time(71_605).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(71_605, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -75,8 +75,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `54280` // Estimated: `60718` // Minimum execution time: 104_481 nanoseconds. - Weight::from_ref_time(105_287_000) - .saturating_add(Weight::from_proof_size(60718)) + Weight::from_parts(105_287_000, 0) + .saturating_add(Weight::from_parts(0, 60718)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -92,10 +92,10 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `6278 + l * (48 ±0)` // Estimated: `60718` // Minimum execution time: 36_171 nanoseconds. - Weight::from_ref_time(31_323_217) - .saturating_add(Weight::from_proof_size(60718)) + Weight::from_parts(31_323_217, 0) + .saturating_add(Weight::from_parts(0, 60718)) // Standard Error: 704 - .saturating_add(Weight::from_ref_time(60_030).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(60_030, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -108,8 +108,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `256` // Estimated: `3138` // Minimum execution time: 33_447 nanoseconds. - Weight::from_ref_time(34_002_000) - .saturating_add(Weight::from_proof_size(3138)) + Weight::from_parts(34_002_000, 0) + .saturating_add(Weight::from_parts(0, 3138)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -126,8 +126,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `456` // Estimated: `9418` // Minimum execution time: 47_531 nanoseconds. - Weight::from_ref_time(48_091_000) - .saturating_add(Weight::from_proof_size(9418)) + Weight::from_parts(48_091_000, 0) + .saturating_add(Weight::from_parts(0, 9418)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -146,8 +146,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `698` // Estimated: `8792` // Minimum execution time: 65_201 nanoseconds. - Weight::from_ref_time(65_632_000) - .saturating_add(Weight::from_proof_size(8792)) + Weight::from_parts(65_632_000, 0) + .saturating_add(Weight::from_parts(0, 8792)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -168,8 +168,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `759` // Estimated: `12516` // Minimum execution time: 73_950 nanoseconds. - Weight::from_ref_time(74_676_000) - .saturating_add(Weight::from_proof_size(12516)) + Weight::from_parts(74_676_000, 0) + .saturating_add(Weight::from_parts(0, 12516)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -190,8 +190,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `538` // Estimated: `12516` // Minimum execution time: 65_825 nanoseconds. - Weight::from_ref_time(66_547_000) - .saturating_add(Weight::from_proof_size(12516)) + Weight::from_parts(66_547_000, 0) + .saturating_add(Weight::from_parts(0, 12516)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -206,8 +206,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `6689` // Estimated: `9635` // Minimum execution time: 22_192 nanoseconds. - Weight::from_ref_time(22_520_000) - .saturating_add(Weight::from_proof_size(9635)) + Weight::from_parts(22_520_000, 0) + .saturating_add(Weight::from_parts(0, 9635)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -218,8 +218,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `76` // Estimated: `50497` // Minimum execution time: 4_977 nanoseconds. - Weight::from_ref_time(5_119_000) - .saturating_add(Weight::from_proof_size(50497)) + Weight::from_parts(5_119_000, 0) + .saturating_add(Weight::from_parts(0, 50497)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -230,8 +230,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_689 nanoseconds. - Weight::from_ref_time(6_916_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_916_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/rococo/src/weights/pallet_preimage.rs b/runtime/rococo/src/weights/pallet_preimage.rs index d777aed754a9..c76f9818da32 100644 --- a/runtime/rococo/src/weights/pallet_preimage.rs +++ b/runtime/rococo/src/weights/pallet_preimage.rs @@ -55,10 +55,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `247` // Estimated: `2566` // Minimum execution time: 26_442 nanoseconds. - Weight::from_ref_time(26_812_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(26_812_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_281).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_281, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -72,10 +72,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `178` // Estimated: `2566` // Minimum execution time: 17_693 nanoseconds. - Weight::from_ref_time(17_769_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(17_769_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_281).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_281, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,10 +89,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `178` // Estimated: `2566` // Minimum execution time: 16_501 nanoseconds. - Weight::from_ref_time(16_663_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(16_663_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_278).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_278, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -105,8 +105,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `425` // Estimated: `2566` // Minimum execution time: 33_371 nanoseconds. - Weight::from_ref_time(35_412_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(35_412_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,8 +119,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `216` // Estimated: `2566` // Minimum execution time: 23_195 nanoseconds. - Weight::from_ref_time(24_218_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(24_218_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -131,8 +131,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `292` // Estimated: `2566` // Minimum execution time: 19_495 nanoseconds. - Weight::from_ref_time(20_799_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(20_799_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -143,8 +143,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `216` // Estimated: `2566` // Minimum execution time: 12_702 nanoseconds. - Weight::from_ref_time(13_425_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(13_425_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -155,8 +155,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `114` // Estimated: `2566` // Minimum execution time: 14_501 nanoseconds. - Weight::from_ref_time(15_026_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(15_026_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -167,8 +167,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `178` // Estimated: `2566` // Minimum execution time: 9_175 nanoseconds. - Weight::from_ref_time(9_576_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(9_576_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -181,8 +181,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `216` // Estimated: `2566` // Minimum execution time: 20_819 nanoseconds. - Weight::from_ref_time(22_920_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(22_920_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -193,8 +193,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `178` // Estimated: `2566` // Minimum execution time: 8_868 nanoseconds. - Weight::from_ref_time(9_307_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(9_307_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -205,8 +205,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `178` // Estimated: `2566` // Minimum execution time: 9_208 nanoseconds. - Weight::from_ref_time(9_607_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(9_607_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_proxy.rs b/runtime/rococo/src/weights/pallet_proxy.rs index 1da6ba3e6106..105d51206831 100644 --- a/runtime/rococo/src/weights/pallet_proxy.rs +++ b/runtime/rococo/src/weights/pallet_proxy.rs @@ -53,10 +53,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 15_018 nanoseconds. - Weight::from_ref_time(16_186_045) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(16_186_045, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 2_214 - .saturating_add(Weight::from_ref_time(14_972).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(14_972, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: Proxy Proxies (r:1 w:0) @@ -72,12 +72,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `650 + a * (68 ±0) + p * (37 ±0)` // Estimated: `11027` // Minimum execution time: 33_456 nanoseconds. - Weight::from_ref_time(34_242_157) - .saturating_add(Weight::from_proof_size(11027)) + Weight::from_parts(34_242_157, 0) + .saturating_add(Weight::from_parts(0, 11027)) // Standard Error: 1_652 - .saturating_add(Weight::from_ref_time(147_990).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(147_990, 0).saturating_mul(a.into())) // Standard Error: 1_707 - .saturating_add(Weight::from_ref_time(21_908).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(21_908, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -92,10 +92,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `533 + a * (68 ±0)` // Estimated: `7311` // Minimum execution time: 20_842 nanoseconds. - Weight::from_ref_time(22_436_884) - .saturating_add(Weight::from_proof_size(7311)) + Weight::from_parts(22_436_884, 0) + .saturating_add(Weight::from_parts(0, 7311)) // Standard Error: 1_298 - .saturating_add(Weight::from_ref_time(140_488).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(140_488, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -110,10 +110,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `533 + a * (68 ±0)` // Estimated: `7311` // Minimum execution time: 21_073 nanoseconds. - Weight::from_ref_time(22_251_973) - .saturating_add(Weight::from_proof_size(7311)) + Weight::from_parts(22_251_973, 0) + .saturating_add(Weight::from_parts(0, 7311)) // Standard Error: 1_325 - .saturating_add(Weight::from_ref_time(138_590).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(138_590, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -130,12 +130,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `582 + a * (68 ±0) + p * (37 ±0)` // Estimated: `11027` // Minimum execution time: 30_176 nanoseconds. - Weight::from_ref_time(31_340_606) - .saturating_add(Weight::from_proof_size(11027)) + Weight::from_parts(31_340_606, 0) + .saturating_add(Weight::from_parts(0, 11027)) // Standard Error: 1_713 - .saturating_add(Weight::from_ref_time(130_710).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(130_710, 0).saturating_mul(a.into())) // Standard Error: 1_770 - .saturating_add(Weight::from_ref_time(20_337).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(20_337, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -147,10 +147,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 22_465 nanoseconds. - Weight::from_ref_time(23_290_906) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(23_290_906, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 3_041 - .saturating_add(Weight::from_ref_time(61_583).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(61_583, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,10 +162,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 21_907 nanoseconds. - Weight::from_ref_time(23_048_103) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(23_048_103, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_896 - .saturating_add(Weight::from_ref_time(60_094).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(60_094, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -177,10 +177,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 17_731 nanoseconds. - Weight::from_ref_time(18_311_553) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(18_311_553, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_096 - .saturating_add(Weight::from_ref_time(30_316).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(30_316, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,10 +192,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `239` // Estimated: `3716` // Minimum execution time: 23_918 nanoseconds. - Weight::from_ref_time(24_700_236) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(24_700_236, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_421 - .saturating_add(Weight::from_ref_time(12_058).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(12_058, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -207,10 +207,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `296 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 18_502 nanoseconds. - Weight::from_ref_time(19_381_694) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(19_381_694, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 2_022 - .saturating_add(Weight::from_ref_time(30_729).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(30_729, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_scheduler.rs b/runtime/rococo/src/weights/pallet_scheduler.rs index b5a2ec347a82..b681ec9592f7 100644 --- a/runtime/rococo/src/weights/pallet_scheduler.rs +++ b/runtime/rococo/src/weights/pallet_scheduler.rs @@ -52,8 +52,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `69` // Estimated: `499` // Minimum execution time: 4_788 nanoseconds. - Weight::from_ref_time(4_943_000) - .saturating_add(Weight::from_proof_size(499)) + Weight::from_parts(4_943_000, 0) + .saturating_add(Weight::from_parts(0, 499)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -65,10 +65,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 4_439 nanoseconds. - Weight::from_ref_time(7_706_950) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(7_706_950, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_091 - .saturating_add(Weight::from_ref_time(753_077).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(753_077, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -77,8 +77,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_753 nanoseconds. - Weight::from_ref_time(5_907_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_907_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Preimage PreimageFor (r:1 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured) @@ -90,10 +90,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `283 + s * (1 ±0)` // Estimated: `5324 + s * (1 ±0)` // Minimum execution time: 20_618 nanoseconds. - Weight::from_ref_time(21_082_000) - .saturating_add(Weight::from_proof_size(5324)) + Weight::from_parts(21_082_000, 0) + .saturating_add(Weight::from_parts(0, 5324)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_168).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_168, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) @@ -105,8 +105,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 7_052 nanoseconds. - Weight::from_ref_time(7_344_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(7_344_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_periodic() -> Weight { @@ -114,24 +114,24 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_445 nanoseconds. - Weight::from_ref_time(5_751_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_751_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 2_522 nanoseconds. - Weight::from_ref_time(2_634_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_634_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 2_470 nanoseconds. - Weight::from_ref_time(2_562_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_562_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) @@ -141,10 +141,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 14_699 nanoseconds. - Weight::from_ref_time(17_608_774) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(17_608_774, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 1_963 - .saturating_add(Weight::from_ref_time(748_209).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(748_209, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -158,10 +158,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 18_682 nanoseconds. - Weight::from_ref_time(18_694_523) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(18_694_523, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_329 - .saturating_add(Weight::from_ref_time(1_320_933).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_320_933, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -175,10 +175,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `325 + s * (185 ±0)` // Estimated: `43961` // Minimum execution time: 17_456 nanoseconds. - Weight::from_ref_time(21_646_211) - .saturating_add(Weight::from_proof_size(43961)) + Weight::from_parts(21_646_211, 0) + .saturating_add(Weight::from_parts(0, 43961)) // Standard Error: 3_003 - .saturating_add(Weight::from_ref_time(775_665).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(775_665, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -192,10 +192,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `351 + s * (185 ±0)` // Estimated: `43961` // Minimum execution time: 19_742 nanoseconds. - Weight::from_ref_time(20_337_093) - .saturating_add(Weight::from_proof_size(43961)) + Weight::from_parts(20_337_093, 0) + .saturating_add(Weight::from_parts(0, 43961)) // Standard Error: 3_541 - .saturating_add(Weight::from_ref_time(1_363_379).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_363_379, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/src/weights/pallet_timestamp.rs b/runtime/rococo/src/weights/pallet_timestamp.rs index abba8ee0711b..4cbf7c2d29dc 100644 --- a/runtime/rococo/src/weights/pallet_timestamp.rs +++ b/runtime/rococo/src/weights/pallet_timestamp.rs @@ -54,8 +54,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Measured: `345` // Estimated: `1006` // Minimum execution time: 10_142 nanoseconds. - Weight::from_ref_time(10_663_000) - .saturating_add(Weight::from_proof_size(1006)) + Weight::from_parts(10_663_000, 0) + .saturating_add(Weight::from_parts(0, 1006)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -64,7 +64,7 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Measured: `128` // Estimated: `0` // Minimum execution time: 4_724 nanoseconds. - Weight::from_ref_time(4_840_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(4_840_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/rococo/src/weights/pallet_tips.rs b/runtime/rococo/src/weights/pallet_tips.rs index da3dee93d588..4b718ccbeb62 100644 --- a/runtime/rococo/src/weights/pallet_tips.rs +++ b/runtime/rococo/src/weights/pallet_tips.rs @@ -55,10 +55,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `4` // Estimated: `4958` // Minimum execution time: 23_543 nanoseconds. - Weight::from_ref_time(24_747_811) - .saturating_add(Weight::from_proof_size(4958)) + Weight::from_parts(24_747_811, 0) + .saturating_add(Weight::from_parts(0, 4958)) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_753).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(1_753, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -71,8 +71,8 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `2981` // Minimum execution time: 22_745 nanoseconds. - Weight::from_ref_time(23_211_000) - .saturating_add(Weight::from_proof_size(2981)) + Weight::from_parts(23_211_000, 0) + .saturating_add(Weight::from_parts(0, 2981)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,12 +89,12 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `106 + t * (64 ±0)` // Estimated: `3288 + t * (192 ±0)` // Minimum execution time: 19_811 nanoseconds. - Weight::from_ref_time(18_276_124) - .saturating_add(Weight::from_proof_size(3288)) + Weight::from_parts(18_276_124, 0) + .saturating_add(Weight::from_parts(0, 3288)) // Standard Error: 17 - .saturating_add(Weight::from_ref_time(1_688).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(1_688, 0).saturating_mul(r.into())) // Standard Error: 15_727 - .saturating_add(Weight::from_ref_time(141_077).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(141_077, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(t.into())) @@ -109,10 +109,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `359 + t * (112 ±0)` // Estimated: `3688 + t * (224 ±0)` // Minimum execution time: 14_950 nanoseconds. - Weight::from_ref_time(15_548_168) - .saturating_add(Weight::from_proof_size(3688)) + Weight::from_parts(15_548_168, 0) + .saturating_add(Weight::from_parts(0, 3688)) // Standard Error: 1_508 - .saturating_add(Weight::from_ref_time(128_689).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(128_689, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 224).saturating_mul(t.into())) @@ -131,10 +131,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `398 + t * (112 ±0)` // Estimated: `6740 + t * (336 ±0)` // Minimum execution time: 42_790 nanoseconds. - Weight::from_ref_time(44_540_138) - .saturating_add(Weight::from_proof_size(6740)) + Weight::from_parts(44_540_138, 0) + .saturating_add(Weight::from_parts(0, 6740)) // Standard Error: 5_351 - .saturating_add(Weight::from_ref_time(117_779).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(117_779, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 336).saturating_mul(t.into())) @@ -149,10 +149,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `301` // Estimated: `3077` // Minimum execution time: 14_534 nanoseconds. - Weight::from_ref_time(15_248_418) - .saturating_add(Weight::from_proof_size(3077)) + Weight::from_parts(15_248_418, 0) + .saturating_add(Weight::from_parts(0, 3077)) // Standard Error: 1_226 - .saturating_add(Weight::from_ref_time(16_164).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(16_164, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/src/weights/pallet_treasury.rs b/runtime/rococo/src/weights/pallet_treasury.rs index e16aa105ceef..6b693fd32937 100644 --- a/runtime/rococo/src/weights/pallet_treasury.rs +++ b/runtime/rococo/src/weights/pallet_treasury.rs @@ -50,8 +50,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 242 nanoseconds. - Weight::from_ref_time(254_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(254_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Treasury ProposalCount (r:1 w:1) /// Proof: Treasury ProposalCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -62,8 +62,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `139` // Estimated: `499` // Minimum execution time: 23_958 nanoseconds. - Weight::from_ref_time(24_529_000) - .saturating_add(Weight::from_proof_size(499)) + Weight::from_parts(24_529_000, 0) + .saturating_add(Weight::from_parts(0, 499)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -76,8 +76,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `329` // Estimated: `5186` // Minimum execution time: 35_366 nanoseconds. - Weight::from_ref_time(35_746_000) - .saturating_add(Weight::from_proof_size(5186)) + Weight::from_parts(35_746_000, 0) + .saturating_add(Weight::from_parts(0, 5186)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -91,10 +91,10 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `464 + p * (8 ±0)` // Estimated: `3480` // Minimum execution time: 9_776 nanoseconds. - Weight::from_ref_time(11_853_376) - .saturating_add(Weight::from_proof_size(3480)) + Weight::from_parts(11_853_376, 0) + .saturating_add(Weight::from_parts(0, 3480)) // Standard Error: 731 - .saturating_add(Weight::from_ref_time(24_013).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(24_013, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -105,8 +105,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `90` // Estimated: `897` // Minimum execution time: 7_367 nanoseconds. - Weight::from_ref_time(7_568_000) - .saturating_add(Weight::from_proof_size(897)) + Weight::from_parts(7_568_000, 0) + .saturating_add(Weight::from_parts(0, 897)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -128,10 +128,10 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `326 + p * (314 ±0)` // Estimated: `5419 + p * (7789 ±0)` // Minimum execution time: 59_810 nanoseconds. - Weight::from_ref_time(62_031_885) - .saturating_add(Weight::from_proof_size(5419)) + Weight::from_parts(62_031_885, 0) + .saturating_add(Weight::from_parts(0, 5419)) // Standard Error: 22_913 - .saturating_add(Weight::from_ref_time(32_120_590).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(32_120_590, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(5)) diff --git a/runtime/rococo/src/weights/pallet_utility.rs b/runtime/rococo/src/weights/pallet_utility.rs index 792309cbe3ff..d9a466793317 100644 --- a/runtime/rococo/src/weights/pallet_utility.rs +++ b/runtime/rococo/src/weights/pallet_utility.rs @@ -51,18 +51,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_813 nanoseconds. - Weight::from_ref_time(12_467_313) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(12_467_313, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 4_411 - .saturating_add(Weight::from_ref_time(4_492_040).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_492_040, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 4_943 nanoseconds. - Weight::from_ref_time(5_130_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_130_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { @@ -70,18 +70,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_627 nanoseconds. - Weight::from_ref_time(15_708_935) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(15_708_935, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 3_588 - .saturating_add(Weight::from_ref_time(4_775_663).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_775_663, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 8_641 nanoseconds. - Weight::from_ref_time(8_930_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(8_930_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { @@ -89,9 +89,9 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_797 nanoseconds. - Weight::from_ref_time(11_600_399) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(11_600_399, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2_729 - .saturating_add(Weight::from_ref_time(4_503_235).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_503_235, 0).saturating_mul(c.into())) } } diff --git a/runtime/rococo/src/weights/pallet_vesting.rs b/runtime/rococo/src/weights/pallet_vesting.rs index ede3dc7535b5..fe6d2ae876ad 100644 --- a/runtime/rococo/src/weights/pallet_vesting.rs +++ b/runtime/rococo/src/weights/pallet_vesting.rs @@ -56,12 +56,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `339 + l * (25 ±0) + s * (36 ±0)` // Estimated: `7306` // Minimum execution time: 29_343 nanoseconds. - Weight::from_ref_time(28_450_019) - .saturating_add(Weight::from_proof_size(7306)) + Weight::from_parts(28_450_019, 0) + .saturating_add(Weight::from_parts(0, 7306)) // Standard Error: 809 - .saturating_add(Weight::from_ref_time(42_260).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(42_260, 0).saturating_mul(l.into())) // Standard Error: 1_439 - .saturating_add(Weight::from_ref_time(67_582).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(67_582, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -76,12 +76,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `339 + l * (25 ±0) + s * (36 ±0)` // Estimated: `7306` // Minimum execution time: 28_514 nanoseconds. - Weight::from_ref_time(28_172_301) - .saturating_add(Weight::from_proof_size(7306)) + Weight::from_parts(28_172_301, 0) + .saturating_add(Weight::from_parts(0, 7306)) // Standard Error: 718 - .saturating_add(Weight::from_ref_time(33_507).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(33_507, 0).saturating_mul(l.into())) // Standard Error: 1_278 - .saturating_add(Weight::from_ref_time(39_823).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(39_823, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -98,12 +98,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `474 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 31_925 nanoseconds. - Weight::from_ref_time(30_972_009) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(30_972_009, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 857 - .saturating_add(Weight::from_ref_time(43_811).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(43_811, 0).saturating_mul(l.into())) // Standard Error: 1_525 - .saturating_add(Weight::from_ref_time(70_194).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(70_194, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -120,12 +120,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `474 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 30_704 nanoseconds. - Weight::from_ref_time(31_074_902) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(31_074_902, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 1_252 - .saturating_add(Weight::from_ref_time(32_974).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(32_974, 0).saturating_mul(l.into())) // Standard Error: 2_229 - .saturating_add(Weight::from_ref_time(43_347).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(43_347, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,12 +142,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `545 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 46_744 nanoseconds. - Weight::from_ref_time(47_068_536) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(47_068_536, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 2_209 - .saturating_add(Weight::from_ref_time(35_912).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(35_912, 0).saturating_mul(l.into())) // Standard Error: 3_930 - .saturating_add(Weight::from_ref_time(39_371).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(39_371, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -164,12 +164,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `680 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12512` // Minimum execution time: 49_029 nanoseconds. - Weight::from_ref_time(49_544_140) - .saturating_add(Weight::from_proof_size(12512)) + Weight::from_parts(49_544_140, 0) + .saturating_add(Weight::from_parts(0, 12512)) // Standard Error: 2_136 - .saturating_add(Weight::from_ref_time(39_954).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(39_954, 0).saturating_mul(l.into())) // Standard Error: 3_801 - .saturating_add(Weight::from_ref_time(29_214).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(29_214, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -186,12 +186,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `472 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 32_811 nanoseconds. - Weight::from_ref_time(32_149_813) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(32_149_813, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 906 - .saturating_add(Weight::from_ref_time(43_353).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(43_353, 0).saturating_mul(l.into())) // Standard Error: 1_674 - .saturating_add(Weight::from_ref_time(66_779).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(66_779, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -208,12 +208,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `472 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 32_937 nanoseconds. - Weight::from_ref_time(32_420_178) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(32_420_178, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 700 - .saturating_add(Weight::from_ref_time(41_369).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(41_369, 0).saturating_mul(l.into())) // Standard Error: 1_294 - .saturating_add(Weight::from_ref_time(61_637).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(61_637, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/rococo/src/weights/pallet_xcm.rs b/runtime/rococo/src/weights/pallet_xcm.rs index 0cb98be63dcf..e257e5621c19 100644 --- a/runtime/rococo/src/weights/pallet_xcm.rs +++ b/runtime/rococo/src/weights/pallet_xcm.rs @@ -62,8 +62,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `612` // Estimated: `12582` // Minimum execution time: 35_247 nanoseconds. - Weight::from_ref_time(35_914_000) - .saturating_add(Weight::from_proof_size(12582)) + Weight::from_parts(35_914_000, 0) + .saturating_add(Weight::from_parts(0, 12582)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -72,24 +72,24 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 20_897 nanoseconds. - Weight::from_ref_time(21_217_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(21_217_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn reserve_transfer_assets() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 19_523 nanoseconds. - Weight::from_ref_time(19_814_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(19_814_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 9_282 nanoseconds. - Weight::from_ref_time(9_523_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_523_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: XcmPallet SupportedVersion (r:0 w:1) /// Proof Skipped: XcmPallet SupportedVersion (max_values: None, max_size: None, mode: Measured) @@ -98,8 +98,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 9_524 nanoseconds. - Weight::from_ref_time(9_873_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_873_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: XcmPallet SafeXcmVersion (r:0 w:1) @@ -109,8 +109,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_609 nanoseconds. - Weight::from_ref_time(2_747_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_747_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: XcmPallet VersionNotifiers (r:1 w:1) @@ -136,8 +136,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `612` // Estimated: `17388` // Minimum execution time: 40_493 nanoseconds. - Weight::from_ref_time(41_628_000) - .saturating_add(Weight::from_proof_size(17388)) + Weight::from_parts(41_628_000, 0) + .saturating_add(Weight::from_parts(0, 17388)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -162,8 +162,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `884` // Estimated: `18457` // Minimum execution time: 43_846 nanoseconds. - Weight::from_ref_time(44_377_000) - .saturating_add(Weight::from_proof_size(18457)) + Weight::from_parts(44_377_000, 0) + .saturating_add(Weight::from_parts(0, 18457)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -174,8 +174,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `229` // Estimated: `10129` // Minimum execution time: 16_954 nanoseconds. - Weight::from_ref_time(17_622_000) - .saturating_add(Weight::from_proof_size(10129)) + Weight::from_parts(17_622_000, 0) + .saturating_add(Weight::from_parts(0, 10129)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -186,8 +186,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `233` // Estimated: `10133` // Minimum execution time: 17_064 nanoseconds. - Weight::from_ref_time(17_460_000) - .saturating_add(Weight::from_proof_size(10133)) + Weight::from_parts(17_460_000, 0) + .saturating_add(Weight::from_parts(0, 10133)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -198,8 +198,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `243` // Estimated: `12618` // Minimum execution time: 19_267 nanoseconds. - Weight::from_ref_time(19_864_000) - .saturating_add(Weight::from_proof_size(12618)) + Weight::from_parts(19_864_000, 0) + .saturating_add(Weight::from_parts(0, 12618)) .saturating_add(T::DbWeight::get().reads(5)) } /// Storage: XcmPallet VersionNotifyTargets (r:2 w:1) @@ -221,8 +221,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `682` // Estimated: `18634` // Minimum execution time: 37_866 nanoseconds. - Weight::from_ref_time(38_331_000) - .saturating_add(Weight::from_proof_size(18634)) + Weight::from_parts(38_331_000, 0) + .saturating_add(Weight::from_parts(0, 18634)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -233,8 +233,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `272` // Estimated: `7697` // Minimum execution time: 8_655 nanoseconds. - Weight::from_ref_time(8_974_000) - .saturating_add(Weight::from_proof_size(7697)) + Weight::from_parts(8_974_000, 0) + .saturating_add(Weight::from_parts(0, 7697)) .saturating_add(T::DbWeight::get().reads(3)) } /// Storage: XcmPallet VersionNotifyTargets (r:4 w:2) @@ -244,8 +244,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `240` // Estimated: `10140` // Minimum execution time: 17_328 nanoseconds. - Weight::from_ref_time(18_147_000) - .saturating_add(Weight::from_proof_size(10140)) + Weight::from_parts(18_147_000, 0) + .saturating_add(Weight::from_parts(0, 10140)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -268,8 +268,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `686` // Estimated: `23612` // Minimum execution time: 44_960 nanoseconds. - Weight::from_ref_time(45_541_000) - .saturating_add(Weight::from_proof_size(23612)) + Weight::from_parts(45_541_000, 0) + .saturating_add(Weight::from_parts(0, 23612)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/rococo/src/weights/runtime_common_auctions.rs b/runtime/rococo/src/weights/runtime_common_auctions.rs index 4dc927a199c0..09aff080885c 100644 --- a/runtime/rococo/src/weights/runtime_common_auctions.rs +++ b/runtime/rococo/src/weights/runtime_common_auctions.rs @@ -54,8 +54,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `4` // Estimated: `1002` // Minimum execution time: 12_996 nanoseconds. - Weight::from_ref_time(13_515_000) - .saturating_add(Weight::from_proof_size(1002)) + Weight::from_parts(13_515_000, 0) + .saturating_add(Weight::from_parts(0, 1002)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,8 +78,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `792` // Estimated: `19604` // Minimum execution time: 69_368 nanoseconds. - Weight::from_ref_time(70_426_000) - .saturating_add(Weight::from_proof_size(19604)) + Weight::from_parts(70_426_000, 0) + .saturating_add(Weight::from_parts(0, 19604)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -112,8 +112,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `7060535` // Estimated: `51327080` // Minimum execution time: 15_633_312 nanoseconds. - Weight::from_ref_time(16_032_872_000) - .saturating_add(Weight::from_proof_size(51327080)) + Weight::from_parts(16_032_872_000, 0) + .saturating_add(Weight::from_parts(0, 51327080)) .saturating_add(T::DbWeight::get().reads(3683)) .saturating_add(T::DbWeight::get().writes(3678)) } @@ -130,8 +130,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `178884` // Estimated: `16009503` // Minimum execution time: 4_771_029 nanoseconds. - Weight::from_ref_time(4_880_229_000) - .saturating_add(Weight::from_proof_size(16009503)) + Weight::from_parts(4_880_229_000, 0) + .saturating_add(Weight::from_parts(0, 16009503)) .saturating_add(T::DbWeight::get().reads(3673)) .saturating_add(T::DbWeight::get().writes(3673)) } diff --git a/runtime/rococo/src/weights/runtime_common_claims.rs b/runtime/rococo/src/weights/runtime_common_claims.rs index 165e7418b212..df10a8b978e5 100644 --- a/runtime/rococo/src/weights/runtime_common_claims.rs +++ b/runtime/rococo/src/weights/runtime_common_claims.rs @@ -64,8 +64,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `590` // Estimated: `20189` // Minimum execution time: 140_460 nanoseconds. - Weight::from_ref_time(142_311_000) - .saturating_add(Weight::from_proof_size(20189)) + Weight::from_parts(142_311_000, 0) + .saturating_add(Weight::from_parts(0, 20189)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -82,8 +82,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `216` // Estimated: `1359` // Minimum execution time: 10_819 nanoseconds. - Weight::from_ref_time(11_397_000) - .saturating_add(Weight::from_proof_size(1359)) + Weight::from_parts(11_397_000, 0) + .saturating_add(Weight::from_parts(0, 1359)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -106,8 +106,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `590` // Estimated: `20189` // Minimum execution time: 144_657 nanoseconds. - Weight::from_ref_time(158_036_000) - .saturating_add(Weight::from_proof_size(20189)) + Weight::from_parts(158_036_000, 0) + .saturating_add(Weight::from_parts(0, 20189)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -132,8 +132,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `664` // Estimated: `23624` // Minimum execution time: 64_722 nanoseconds. - Weight::from_ref_time(67_839_000) - .saturating_add(Weight::from_proof_size(23624)) + Weight::from_parts(67_839_000, 0) + .saturating_add(Weight::from_parts(0, 23624)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -150,8 +150,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `472` // Estimated: `11788` // Minimum execution time: 22_132 nanoseconds. - Weight::from_ref_time(22_516_000) - .saturating_add(Weight::from_proof_size(11788)) + Weight::from_parts(22_516_000, 0) + .saturating_add(Weight::from_parts(0, 11788)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/rococo/src/weights/runtime_common_crowdloan.rs b/runtime/rococo/src/weights/runtime_common_crowdloan.rs index 2b2e69dd5e30..fd3aaa799f93 100644 --- a/runtime/rococo/src/weights/runtime_common_crowdloan.rs +++ b/runtime/rococo/src/weights/runtime_common_crowdloan.rs @@ -58,8 +58,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `418` // Estimated: `9592` // Minimum execution time: 39_138 nanoseconds. - Weight::from_ref_time(41_066_000) - .saturating_add(Weight::from_proof_size(9592)) + Weight::from_parts(41_066_000, 0) + .saturating_add(Weight::from_parts(0, 9592)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -84,8 +84,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `474` // Estimated: `14402` // Minimum execution time: 113_847 nanoseconds. - Weight::from_ref_time(115_656_000) - .saturating_add(Weight::from_proof_size(14402)) + Weight::from_parts(115_656_000, 0) + .saturating_add(Weight::from_parts(0, 14402)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -102,8 +102,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `785` // Estimated: `12237` // Minimum execution time: 54_332 nanoseconds. - Weight::from_ref_time(55_814_000) - .saturating_add(Weight::from_proof_size(12237)) + Weight::from_parts(55_814_000, 0) + .saturating_add(Weight::from_parts(0, 12237)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -115,10 +115,10 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `190 + k * (221 ±0)` // Estimated: `195 + k * (221 ±0)` // Minimum execution time: 40_419 nanoseconds. - Weight::from_ref_time(42_695_000) - .saturating_add(Weight::from_proof_size(195)) + Weight::from_parts(42_695_000, 0) + .saturating_add(Weight::from_parts(0, 195)) // Standard Error: 13_706 - .saturating_add(Weight::from_ref_time(23_364_182).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(23_364_182, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -134,8 +134,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `439` // Estimated: `5517` // Minimum execution time: 30_943 nanoseconds. - Weight::from_ref_time(32_116_000) - .saturating_add(Weight::from_proof_size(5517)) + Weight::from_parts(32_116_000, 0) + .saturating_add(Weight::from_parts(0, 5517)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -146,8 +146,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `267` // Estimated: `2742` // Minimum execution time: 17_805 nanoseconds. - Weight::from_ref_time(18_346_000) - .saturating_add(Weight::from_proof_size(2742)) + Weight::from_parts(18_346_000, 0) + .saturating_add(Weight::from_parts(0, 2742)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -160,8 +160,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `444` // Estimated: `5838` // Minimum execution time: 25_274 nanoseconds. - Weight::from_ref_time(25_881_000) - .saturating_add(Weight::from_proof_size(5838)) + Weight::from_parts(25_881_000, 0) + .saturating_add(Weight::from_parts(0, 5838)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -174,8 +174,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `271` // Estimated: `3512` // Minimum execution time: 17_388 nanoseconds. - Weight::from_ref_time(18_053_000) - .saturating_add(Weight::from_proof_size(3512)) + Weight::from_parts(18_053_000, 0) + .saturating_add(Weight::from_parts(0, 3512)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -205,10 +205,10 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `224 + n * (420 ±0)` // Estimated: `7477 + n * (14663 ±0)` // Minimum execution time: 113_445 nanoseconds. - Weight::from_ref_time(114_171_000) - .saturating_add(Weight::from_proof_size(7477)) + Weight::from_parts(114_171_000, 0) + .saturating_add(Weight::from_parts(0, 7477)) // Standard Error: 48_008 - .saturating_add(Weight::from_ref_time(48_852_541).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(48_852_541, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) diff --git a/runtime/rococo/src/weights/runtime_common_paras_registrar.rs b/runtime/rococo/src/weights/runtime_common_paras_registrar.rs index 8fd2f8cd78e3..b868661d759c 100644 --- a/runtime/rococo/src/weights/runtime_common_paras_registrar.rs +++ b/runtime/rococo/src/weights/runtime_common_paras_registrar.rs @@ -56,8 +56,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `97` // Estimated: `5736` // Minimum execution time: 25_924 nanoseconds. - Weight::from_ref_time(26_062_000) - .saturating_add(Weight::from_proof_size(5736)) + Weight::from_parts(26_062_000, 0) + .saturating_add(Weight::from_parts(0, 5736)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -86,8 +86,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `636` // Estimated: `22200` // Minimum execution time: 7_235_970 nanoseconds. - Weight::from_ref_time(7_281_458_000) - .saturating_add(Weight::from_proof_size(22200)) + Weight::from_parts(7_281_458_000, 0) + .saturating_add(Weight::from_parts(0, 22200)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -116,8 +116,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `521` // Estimated: `21050` // Minimum execution time: 7_237_411 nanoseconds. - Weight::from_ref_time(7_298_102_000) - .saturating_add(Weight::from_proof_size(21050)) + Weight::from_parts(7_298_102_000, 0) + .saturating_add(Weight::from_parts(0, 21050)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -138,8 +138,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `467` // Estimated: `13197` // Minimum execution time: 40_327 nanoseconds. - Weight::from_ref_time(41_175_000) - .saturating_add(Weight::from_proof_size(13197)) + Weight::from_parts(41_175_000, 0) + .saturating_add(Weight::from_parts(0, 13197)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -162,8 +162,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `774` // Estimated: `28188` // Minimum execution time: 47_101 nanoseconds. - Weight::from_ref_time(50_571_000) - .saturating_add(Weight::from_proof_size(28188)) + Weight::from_parts(50_571_000, 0) + .saturating_add(Weight::from_parts(0, 28188)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -195,10 +195,10 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `362` // Estimated: `20812` // Minimum execution time: 42_559 nanoseconds. - Weight::from_ref_time(43_029_000) - .saturating_add(Weight::from_proof_size(20812)) + Weight::from_parts(43_029_000, 0) + .saturating_add(Weight::from_parts(0, 20812)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_278).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_278, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -210,10 +210,10 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 8_294 nanoseconds. - Weight::from_ref_time(8_519_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(8_519_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(863).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(863, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/rococo/src/weights/runtime_common_slots.rs b/runtime/rococo/src/weights/runtime_common_slots.rs index 0c74dc2d2eb5..dd2d4ca0fc01 100644 --- a/runtime/rococo/src/weights/runtime_common_slots.rs +++ b/runtime/rococo/src/weights/runtime_common_slots.rs @@ -54,8 +54,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_parachains::configuration::WeightInfo for // Measured: `424` // Estimated: `3676` // Minimum execution time: 12_367 nanoseconds. - Weight::from_ref_time(12_891_000) - .saturating_add(Weight::from_proof_size(3676)) + Weight::from_parts(12_891_000, 0) + .saturating_add(Weight::from_parts(0, 3676)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -76,8 +76,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `424` // Estimated: `3676` // Minimum execution time: 12_473 nanoseconds. - Weight::from_ref_time(12_916_000) - .saturating_add(Weight::from_proof_size(3676)) + Weight::from_parts(12_916_000, 0) + .saturating_add(Weight::from_parts(0, 3676)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -94,8 +94,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `424` // Estimated: `3676` // Minimum execution time: 12_510 nanoseconds. - Weight::from_ref_time(13_142_000) - .saturating_add(Weight::from_proof_size(3676)) + Weight::from_parts(13_142_000, 0) + .saturating_add(Weight::from_parts(0, 3676)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -112,8 +112,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `424` // Estimated: `3676` // Minimum execution time: 12_711 nanoseconds. - Weight::from_ref_time(13_182_000) - .saturating_add(Weight::from_proof_size(3676)) + Weight::from_parts(13_182_000, 0) + .saturating_add(Weight::from_parts(0, 3676)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -140,8 +140,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `424` // Estimated: `3676` // Minimum execution time: 12_717 nanoseconds. - Weight::from_ref_time(13_331_000) - .saturating_add(Weight::from_proof_size(3676)) + Weight::from_parts(13_331_000, 0) + .saturating_add(Weight::from_parts(0, 3676)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/runtime_parachains_disputes.rs b/runtime/rococo/src/weights/runtime_parachains_disputes.rs index 6a4569f76c21..6ac3d7e3aa24 100644 --- a/runtime/rococo/src/weights/runtime_parachains_disputes.rs +++ b/runtime/rococo/src/weights/runtime_parachains_disputes.rs @@ -52,8 +52,8 @@ impl runtime_parachains::disputes::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 2_696 nanoseconds. - Weight::from_ref_time(2_792_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_792_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/rococo/src/weights/runtime_parachains_hrmp.rs b/runtime/rococo/src/weights/runtime_parachains_hrmp.rs index cf2a210c36e5..ef6d2fde1122 100644 --- a/runtime/rococo/src/weights/runtime_parachains_hrmp.rs +++ b/runtime/rococo/src/weights/runtime_parachains_hrmp.rs @@ -68,8 +68,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `751` // Estimated: `27549` // Minimum execution time: 41_473 nanoseconds. - Weight::from_ref_time(42_079_000) - .saturating_add(Weight::from_proof_size(27549)) + Weight::from_parts(42_079_000, 0) + .saturating_add(Weight::from_parts(0, 27549)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -92,8 +92,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `1015` // Estimated: `22450` // Minimum execution time: 43_838 nanoseconds. - Weight::from_ref_time(44_349_000) - .saturating_add(Weight::from_proof_size(22450)) + Weight::from_parts(44_349_000, 0) + .saturating_add(Weight::from_parts(0, 22450)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -114,8 +114,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `886` // Estimated: `16206` // Minimum execution time: 37_715 nanoseconds. - Weight::from_ref_time(38_216_000) - .saturating_add(Weight::from_proof_size(16206)) + Weight::from_parts(38_216_000, 0) + .saturating_add(Weight::from_parts(0, 16206)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -138,12 +138,12 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `321 + i * (131 ±0) + e * (131 ±0)` // Estimated: `6756 + i * (5742 ±0) + e * (5736 ±0)` // Minimum execution time: 1_139_713 nanoseconds. - Weight::from_ref_time(1_149_351_000) - .saturating_add(Weight::from_proof_size(6756)) + Weight::from_parts(1_149_351_000, 0) + .saturating_add(Weight::from_parts(0, 6756)) // Standard Error: 102_771 - .saturating_add(Weight::from_ref_time(3_268_939).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(3_268_939, 0).saturating_mul(i.into())) // Standard Error: 102_771 - .saturating_add(Weight::from_ref_time(3_285_572).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(3_285_572, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(e.into()))) @@ -177,10 +177,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `867 + c * (166 ±0)` // Estimated: `8649 + c * (18828 ±0)` // Minimum execution time: 10_129 nanoseconds. - Weight::from_ref_time(1_599_737) - .saturating_add(Weight::from_proof_size(8649)) + Weight::from_parts(1_599_737, 0) + .saturating_add(Weight::from_parts(0, 8649)) // Standard Error: 26_858 - .saturating_add(Weight::from_ref_time(19_852_004).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(19_852_004, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -205,10 +205,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `374 + c * (155 ±0)` // Estimated: `2634 + c * (8361 ±0)` // Minimum execution time: 6_329 nanoseconds. - Weight::from_ref_time(10_727_281) - .saturating_add(Weight::from_proof_size(2634)) + Weight::from_parts(10_727_281, 0) + .saturating_add(Weight::from_parts(0, 2634)) // Standard Error: 11_758 - .saturating_add(Weight::from_ref_time(11_751_197).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(11_751_197, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -227,10 +227,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `1089 + c * (13 ±0)` // Estimated: `8112 + c * (45 ±0)` // Minimum execution time: 21_690 nanoseconds. - Weight::from_ref_time(26_705_840) - .saturating_add(Weight::from_proof_size(8112)) + Weight::from_parts(26_705_840, 0) + .saturating_add(Weight::from_parts(0, 8112)) // Standard Error: 1_184 - .saturating_add(Weight::from_ref_time(57_633).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(57_633, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 45).saturating_mul(c.into())) @@ -245,10 +245,10 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `284 + c * (94 ±0)` // Estimated: `1046 + c * (2664 ±0)` // Minimum execution time: 5_331 nanoseconds. - Weight::from_ref_time(4_953_714) - .saturating_add(Weight::from_proof_size(1046)) + Weight::from_parts(4_953_714, 0) + .saturating_add(Weight::from_parts(0, 1046)) // Standard Error: 2_879 - .saturating_add(Weight::from_ref_time(3_244_474).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(3_244_474, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -282,8 +282,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `751` // Estimated: `38951` // Minimum execution time: 55_907 nanoseconds. - Weight::from_ref_time(56_539_000) - .saturating_add(Weight::from_proof_size(38951)) + Weight::from_parts(56_539_000, 0) + .saturating_add(Weight::from_parts(0, 38951)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(8)) } diff --git a/runtime/rococo/src/weights/runtime_parachains_initializer.rs b/runtime/rococo/src/weights/runtime_parachains_initializer.rs index be298d2e8917..3a6996d1bdc4 100644 --- a/runtime/rococo/src/weights/runtime_parachains_initializer.rs +++ b/runtime/rococo/src/weights/runtime_parachains_initializer.rs @@ -53,10 +53,10 @@ impl runtime_parachains::initializer::WeightInfo for We // Measured: `28 + d * (11 ±0)` // Estimated: `519 + d * (11 ±0)` // Minimum execution time: 3_373 nanoseconds. - Weight::from_ref_time(7_055_744) - .saturating_add(Weight::from_proof_size(519)) + Weight::from_parts(7_055_744, 0) + .saturating_add(Weight::from_parts(0, 519)) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_317).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_317, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 11).saturating_mul(d.into())) diff --git a/runtime/rococo/src/weights/runtime_parachains_paras.rs b/runtime/rococo/src/weights/runtime_parachains_paras.rs index a3379897e6eb..0b68286a0cee 100644 --- a/runtime/rococo/src/weights/runtime_parachains_paras.rs +++ b/runtime/rococo/src/weights/runtime_parachains_paras.rs @@ -63,10 +63,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `8341` // Estimated: `57966` // Minimum execution time: 31_973 nanoseconds. - Weight::from_ref_time(32_196_000) - .saturating_add(Weight::from_proof_size(57966)) + Weight::from_parts(32_196_000, 0) + .saturating_add(Weight::from_parts(0, 57966)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_261).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_261, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -78,10 +78,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `0` // Estimated: `0` // Minimum execution time: 7_916 nanoseconds. - Weight::from_ref_time(8_016_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(8_016_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(862).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(862, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Configuration ActiveConfig (r:1 w:0) @@ -112,10 +112,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `16860` // Estimated: `199815` // Minimum execution time: 59_766 nanoseconds. - Weight::from_ref_time(59_934_000) - .saturating_add(Weight::from_proof_size(199815)) + Weight::from_parts(59_934_000, 0) + .saturating_add(Weight::from_parts(0, 199815)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_286).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_286, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -131,10 +131,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `95` // Estimated: `2760` // Minimum execution time: 14_051 nanoseconds. - Weight::from_ref_time(14_182_000) - .saturating_add(Weight::from_proof_size(2760)) + Weight::from_parts(14_182_000, 0) + .saturating_add(Weight::from_parts(0, 2760)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(865).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(865, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -147,8 +147,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `4283` // Estimated: `11536` // Minimum execution time: 19_945 nanoseconds. - Weight::from_ref_time(20_439_000) - .saturating_add(Weight::from_proof_size(11536)) + Weight::from_parts(20_439_000, 0) + .saturating_add(Weight::from_parts(0, 11536)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,10 +162,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `28` // Estimated: `5006` // Minimum execution time: 8_592 nanoseconds. - Weight::from_ref_time(8_753_000) - .saturating_add(Weight::from_proof_size(5006)) + Weight::from_parts(8_753_000, 0) + .saturating_add(Weight::from_parts(0, 5006)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_269).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_269, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -178,8 +178,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `28` // Estimated: `2531` // Minimum execution time: 6_174 nanoseconds. - Weight::from_ref_time(6_534_000) - .saturating_add(Weight::from_proof_size(2531)) + Weight::from_parts(6_534_000, 0) + .saturating_add(Weight::from_parts(0, 2531)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -196,8 +196,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27043` // Estimated: `112132` // Minimum execution time: 92_652 nanoseconds. - Weight::from_ref_time(95_331_000) - .saturating_add(Weight::from_proof_size(112132)) + Weight::from_parts(95_331_000, 0) + .saturating_add(Weight::from_parts(0, 112132)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -222,8 +222,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27629` // Estimated: `226477` // Minimum execution time: 779_781 nanoseconds. - Weight::from_ref_time(787_267_000) - .saturating_add(Weight::from_proof_size(226477)) + Weight::from_parts(787_267_000, 0) + .saturating_add(Weight::from_parts(0, 226477)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(104)) } @@ -240,8 +240,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27575` // Estimated: `114260` // Minimum execution time: 92_252 nanoseconds. - Weight::from_ref_time(93_314_000) - .saturating_add(Weight::from_proof_size(114260)) + Weight::from_parts(93_314_000, 0) + .saturating_add(Weight::from_parts(0, 114260)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -262,8 +262,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27097` // Estimated: `169512` // Minimum execution time: 618_905 nanoseconds. - Weight::from_ref_time(623_853_000) - .saturating_add(Weight::from_proof_size(169512)) + Weight::from_parts(623_853_000, 0) + .saturating_add(Weight::from_parts(0, 169512)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -280,8 +280,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27043` // Estimated: `112132` // Minimum execution time: 91_070 nanoseconds. - Weight::from_ref_time(92_430_000) - .saturating_add(Weight::from_proof_size(112132)) + Weight::from_parts(92_430_000, 0) + .saturating_add(Weight::from_parts(0, 112132)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/runtime_parachains_ump.rs b/runtime/rococo/src/weights/runtime_parachains_ump.rs index 1e91dcf5fc62..9631136e2816 100644 --- a/runtime/rococo/src/weights/runtime_parachains_ump.rs +++ b/runtime/rococo/src/weights/runtime_parachains_ump.rs @@ -51,10 +51,10 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 6_149 nanoseconds. - Weight::from_ref_time(2_328_083) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_328_083, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 13 - .saturating_add(Weight::from_ref_time(1_853).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_853, 0).saturating_mul(s.into())) } /// Storage: Ump NeedsDispatch (r:1 w:1) /// Proof Skipped: Ump NeedsDispatch (max_values: Some(1), max_size: None, mode: Measured) @@ -69,8 +69,8 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `234` // Estimated: `1926` // Minimum execution time: 8_704 nanoseconds. - Weight::from_ref_time(8_997_000) - .saturating_add(Weight::from_proof_size(1926)) + Weight::from_parts(8_997_000, 0) + .saturating_add(Weight::from_parts(0, 1926)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -83,8 +83,8 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `219` // Estimated: `3193` // Minimum execution time: 22_612 nanoseconds. - Weight::from_ref_time(22_947_000) - .saturating_add(Weight::from_proof_size(3193)) + Weight::from_parts(22_947_000, 0) + .saturating_add(Weight::from_parts(0, 3193)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/westend/constants/src/weights/block_weights.rs b/runtime/westend/constants/src/weights/block_weights.rs index c48c2937baf6..2024253a5b86 100644 --- a/runtime/westend/constants/src/weights/block_weights.rs +++ b/runtime/westend/constants/src/weights/block_weights.rs @@ -52,7 +52,7 @@ parameter_types! { /// 95th: 477_043 /// 75th: 447_140 pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(449_258)); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(449_258), 0); } #[cfg(test)] diff --git a/runtime/westend/constants/src/weights/extrinsic_weights.rs b/runtime/westend/constants/src/weights/extrinsic_weights.rs index 5fb04862bac0..8c31b6c673c7 100644 --- a/runtime/westend/constants/src/weights/extrinsic_weights.rs +++ b/runtime/westend/constants/src/weights/extrinsic_weights.rs @@ -52,7 +52,7 @@ parameter_types! { /// 95th: 95_413 /// 75th: 95_017 pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(94_845)); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(94_845), 0); } #[cfg(test)] diff --git a/runtime/westend/src/weights/frame_election_provider_support.rs b/runtime/westend/src/weights/frame_election_provider_support.rs index a27419f81ca2..4e82bb1dddfd 100644 --- a/runtime/westend/src/weights/frame_election_provider_support.rs +++ b/runtime/westend/src/weights/frame_election_provider_support.rs @@ -53,12 +53,12 @@ impl frame_election_provider_support::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 6_551_903 nanoseconds. - Weight::from_ref_time(6_570_398_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_570_398_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 143_968 - .saturating_add(Weight::from_ref_time(6_021_286).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(6_021_286, 0).saturating_mul(v.into())) // Standard Error: 14_718_857 - .saturating_add(Weight::from_ref_time(1_574_587_516).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_574_587_516, 0).saturating_mul(d.into())) } /// The range of component `v` is `[1000, 2000]`. /// The range of component `t` is `[500, 1000]`. @@ -68,11 +68,11 @@ impl frame_election_provider_support::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 5_050_990 nanoseconds. - Weight::from_ref_time(5_084_143_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_084_143_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 151_814 - .saturating_add(Weight::from_ref_time(5_869_433).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(5_869_433, 0).saturating_mul(v.into())) // Standard Error: 15_521_006 - .saturating_add(Weight::from_ref_time(1_798_999_843).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_798_999_843, 0).saturating_mul(d.into())) } } diff --git a/runtime/westend/src/weights/frame_system.rs b/runtime/westend/src/weights/frame_system.rs index 8df35f7c53b1..bd9bb61e34c6 100644 --- a/runtime/westend/src/weights/frame_system.rs +++ b/runtime/westend/src/weights/frame_system.rs @@ -51,10 +51,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_675 nanoseconds. - Weight::from_ref_time(1_706_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_706_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(368).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(368, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { @@ -62,10 +62,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 7_568 nanoseconds. - Weight::from_ref_time(7_764_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(7_764_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(1_742).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_742, 0).saturating_mul(b.into())) } /// Storage: System Digest (r:1 w:1) /// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured) @@ -76,8 +76,8 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `495` // Minimum execution time: 3_919 nanoseconds. - Weight::from_ref_time(4_109_000) - .saturating_add(Weight::from_proof_size(495)) + Weight::from_parts(4_109_000, 0) + .saturating_add(Weight::from_parts(0, 495)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,10 +89,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_817 nanoseconds. - Weight::from_ref_time(1_883_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_883_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2_018 - .saturating_add(Weight::from_ref_time(671_252).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(671_252, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -103,10 +103,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_856 nanoseconds. - Weight::from_ref_time(1_924_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_924_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 760 - .saturating_add(Weight::from_ref_time(487_035).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(487_035, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -117,12 +117,12 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `132 + p * (69 ±0)` // Estimated: `105 + p * (70 ±0)` // Minimum execution time: 3_689 nanoseconds. - Weight::from_ref_time(3_811_000) - .saturating_add(Weight::from_proof_size(105)) + Weight::from_parts(3_811_000, 0) + .saturating_add(Weight::from_parts(0, 105)) // Standard Error: 975 - .saturating_add(Weight::from_ref_time(1_001_061).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(1_001_061, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(70).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into())) } } diff --git a/runtime/westend/src/weights/pallet_bags_list.rs b/runtime/westend/src/weights/pallet_bags_list.rs index d6e75498d331..ecabb686d9d4 100644 --- a/runtime/westend/src/weights/pallet_bags_list.rs +++ b/runtime/westend/src/weights/pallet_bags_list.rs @@ -58,8 +58,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Measured: `1848` // Estimated: `19186` // Minimum execution time: 59_887 nanoseconds. - Weight::from_ref_time(60_724_000) - .saturating_add(Weight::from_proof_size(19186)) + Weight::from_parts(60_724_000, 0) + .saturating_add(Weight::from_parts(0, 19186)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -76,8 +76,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Measured: `1742` // Estimated: `19114` // Minimum execution time: 58_432 nanoseconds. - Weight::from_ref_time(58_798_000) - .saturating_add(Weight::from_proof_size(19114)) + Weight::from_parts(58_798_000, 0) + .saturating_add(Weight::from_parts(0, 19114)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -96,8 +96,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Measured: `2085` // Estimated: `25798` // Minimum execution time: 64_755 nanoseconds. - Weight::from_ref_time(66_216_000) - .saturating_add(Weight::from_proof_size(25798)) + Weight::from_parts(66_216_000, 0) + .saturating_add(Weight::from_parts(0, 25798)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(6)) } diff --git a/runtime/westend/src/weights/pallet_balances.rs b/runtime/westend/src/weights/pallet_balances.rs index 6a787294db51..d39789effcce 100644 --- a/runtime/westend/src/weights/pallet_balances.rs +++ b/runtime/westend/src/weights/pallet_balances.rs @@ -52,8 +52,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1741` // Estimated: `2603` // Minimum execution time: 51_250 nanoseconds. - Weight::from_ref_time(51_736_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(51_736_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -64,8 +64,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1558` // Estimated: `2603` // Minimum execution time: 39_169 nanoseconds. - Weight::from_ref_time(39_913_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(39_913_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -76,8 +76,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1775` // Estimated: `2603` // Minimum execution time: 28_148 nanoseconds. - Weight::from_ref_time(28_912_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(28_912_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -88,8 +88,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1775` // Estimated: `2603` // Minimum execution time: 32_281 nanoseconds. - Weight::from_ref_time(32_957_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(32_957_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -100,8 +100,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1737` // Estimated: `5206` // Minimum execution time: 51_442 nanoseconds. - Weight::from_ref_time(51_824_000) - .saturating_add(Weight::from_proof_size(5206)) + Weight::from_parts(51_824_000, 0) + .saturating_add(Weight::from_parts(0, 5206)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -112,8 +112,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1558` // Estimated: `2603` // Minimum execution time: 45_698 nanoseconds. - Weight::from_ref_time(46_221_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(46_221_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -124,8 +124,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1592` // Estimated: `2603` // Minimum execution time: 25_042 nanoseconds. - Weight::from_ref_time(25_410_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(25_410_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs b/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs index 9a60ea7fa2e6..9ad3580f427c 100644 --- a/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs +++ b/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs @@ -66,8 +66,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `919` // Estimated: `6908` // Minimum execution time: 17_448 nanoseconds. - Weight::from_ref_time(17_974_000) - .saturating_add(Weight::from_proof_size(6908)) + Weight::from_parts(17_974_000, 0) + .saturating_add(Weight::from_parts(0, 6908)) .saturating_add(T::DbWeight::get().reads(8)) } /// Storage: ElectionProviderMultiPhase Round (r:1 w:0) @@ -79,8 +79,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `6` // Estimated: `1002` // Minimum execution time: 11_902 nanoseconds. - Weight::from_ref_time(12_229_000) - .saturating_add(Weight::from_proof_size(1002)) + Weight::from_parts(12_229_000, 0) + .saturating_add(Weight::from_parts(0, 1002)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -93,8 +93,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `6` // Estimated: `1002` // Minimum execution time: 13_259 nanoseconds. - Weight::from_ref_time(13_588_000) - .saturating_add(Weight::from_proof_size(1002)) + Weight::from_parts(13_588_000, 0) + .saturating_add(Weight::from_parts(0, 1002)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -107,8 +107,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `206` // Estimated: `2809` // Minimum execution time: 25_278 nanoseconds. - Weight::from_ref_time(25_491_000) - .saturating_add(Weight::from_proof_size(2809)) + Weight::from_parts(25_491_000, 0) + .saturating_add(Weight::from_parts(0, 2809)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,8 +119,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `206` // Estimated: `2603` // Minimum execution time: 17_235 nanoseconds. - Weight::from_ref_time(17_897_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(17_897_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -137,10 +137,10 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `0` // Estimated: `0` // Minimum execution time: 469_631 nanoseconds. - Weight::from_ref_time(482_168_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(482_168_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2_574 - .saturating_add(Weight::from_ref_time(277_913).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(277_913, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1) @@ -170,16 +170,16 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `259 + a * (768 ±0) + d * (48 ±0)` // Estimated: `9102 + a * (6912 ±0) + d * (441 ±0)` // Minimum execution time: 286_476 nanoseconds. - Weight::from_ref_time(75_074_488) - .saturating_add(Weight::from_proof_size(9102)) + Weight::from_parts(75_074_488, 0) + .saturating_add(Weight::from_parts(0, 9102)) // Standard Error: 4_060 - .saturating_add(Weight::from_ref_time(349_006).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(349_006, 0).saturating_mul(a.into())) // Standard Error: 6_085 - .saturating_add(Weight::from_ref_time(131_457).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(131_457, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(9)) - .saturating_add(Weight::from_proof_size(6912).saturating_mul(a.into())) - .saturating_add(Weight::from_proof_size(441).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(0, 6912).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(0, 441).saturating_mul(d.into())) } /// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0) /// Proof Skipped: ElectionProviderMultiPhase CurrentPhase (max_values: Some(1), max_size: None, mode: Measured) @@ -198,8 +198,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `7400` // Estimated: `39491` // Minimum execution time: 51_857 nanoseconds. - Weight::from_ref_time(52_335_000) - .saturating_add(Weight::from_proof_size(39491)) + Weight::from_parts(52_335_000, 0) + .saturating_add(Weight::from_parts(0, 39491)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -226,16 +226,16 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `142 + v * (553 ±0) + t * (32 ±0)` // Estimated: `4459 + v * (3871 ±0) + t * (224 ±0)` // Minimum execution time: 5_318_645 nanoseconds. - Weight::from_ref_time(5_344_057_000) - .saturating_add(Weight::from_proof_size(4459)) + Weight::from_parts(5_344_057_000, 0) + .saturating_add(Weight::from_parts(0, 4459)) // Standard Error: 16_918 - .saturating_add(Weight::from_ref_time(74_831).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(74_831, 0).saturating_mul(v.into())) // Standard Error: 50_136 - .saturating_add(Weight::from_ref_time(5_004_341).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(5_004_341, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(3871).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(224).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 3871).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 224).saturating_mul(t.into())) } /// Storage: ElectionProviderMultiPhase Round (r:1 w:0) /// Proof Skipped: ElectionProviderMultiPhase Round (max_values: Some(1), max_size: None, mode: Measured) @@ -254,14 +254,14 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `117 + v * (553 ±0) + t * (32 ±0)` // Estimated: `2448 + v * (2212 ±0) + t * (128 ±0)` // Minimum execution time: 4_570_612 nanoseconds. - Weight::from_ref_time(4_595_904_000) - .saturating_add(Weight::from_proof_size(2448)) + Weight::from_parts(4_595_904_000, 0) + .saturating_add(Weight::from_parts(0, 2448)) // Standard Error: 13_748 - .saturating_add(Weight::from_ref_time(157_036).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(157_036, 0).saturating_mul(v.into())) // Standard Error: 40_743 - .saturating_add(Weight::from_ref_time(3_886_610).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(3_886_610, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(Weight::from_proof_size(2212).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(128).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 2212).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 128).saturating_mul(t.into())) } } diff --git a/runtime/westend/src/weights/pallet_fast_unstake.rs b/runtime/westend/src/weights/pallet_fast_unstake.rs index fe5696d2579c..6510a4b8f533 100644 --- a/runtime/westend/src/weights/pallet_fast_unstake.rs +++ b/runtime/westend/src/weights/pallet_fast_unstake.rs @@ -79,15 +79,15 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1160 + b * (376 ±0)` // Estimated: `8345 + b * (17706 ±0)` // Minimum execution time: 76_955 nanoseconds. - Weight::from_ref_time(51_550_896) - .saturating_add(Weight::from_proof_size(8345)) + Weight::from_parts(51_550_896, 0) + .saturating_add(Weight::from_parts(0, 8345)) // Standard Error: 49_968 - .saturating_add(Weight::from_ref_time(41_612_399).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(41_612_399, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(b.into()))) - .saturating_add(Weight::from_proof_size(17706).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 17706).saturating_mul(b.into())) } /// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) /// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -110,17 +110,17 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1374 + v * (2517 ±0) + b * (48 ±0)` // Estimated: `11002 + v * (7511 ±0) + b * (98 ±0)` // Minimum execution time: 785_089 nanoseconds. - Weight::from_ref_time(787_821_000) - .saturating_add(Weight::from_proof_size(11002)) + Weight::from_parts(787_821_000, 0) + .saturating_add(Weight::from_parts(0, 11002)) // Standard Error: 6_537_112 - .saturating_add(Weight::from_ref_time(209_763_687).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(209_763_687, 0).saturating_mul(v.into())) // Standard Error: 26_155_732 - .saturating_add(Weight::from_ref_time(810_490_010).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(810_490_010, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(7511).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(98).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 7511).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 98).saturating_mul(b.into())) } /// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) /// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -155,8 +155,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1992` // Estimated: `29234` // Minimum execution time: 111_625 nanoseconds. - Weight::from_ref_time(112_568_000) - .saturating_add(Weight::from_proof_size(29234)) + Weight::from_parts(112_568_000, 0) + .saturating_add(Weight::from_parts(0, 29234)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -175,8 +175,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1220` // Estimated: `10677` // Minimum execution time: 42_563 nanoseconds. - Weight::from_ref_time(43_047_000) - .saturating_add(Weight::from_proof_size(10677)) + Weight::from_parts(43_047_000, 0) + .saturating_add(Weight::from_parts(0, 10677)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -187,8 +187,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 2_676 nanoseconds. - Weight::from_ref_time(2_825_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_825_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/westend/src/weights/pallet_identity.rs b/runtime/westend/src/weights/pallet_identity.rs index bb591487286f..ee90b80c29ad 100644 --- a/runtime/westend/src/weights/pallet_identity.rs +++ b/runtime/westend/src/weights/pallet_identity.rs @@ -53,10 +53,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `64 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 11_675 nanoseconds. - Weight::from_ref_time(12_539_616) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(12_539_616, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_875 - .saturating_add(Weight::from_ref_time(113_199).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(113_199, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,12 +69,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `474 + r * (5 ±0)` // Estimated: `10013` // Minimum execution time: 29_044 nanoseconds. - Weight::from_ref_time(29_062_250) - .saturating_add(Weight::from_proof_size(10013)) + Weight::from_parts(29_062_250, 0) + .saturating_add(Weight::from_parts(0, 10013)) // Standard Error: 5_693 - .saturating_add(Weight::from_ref_time(78_081).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(78_081, 0).saturating_mul(r.into())) // Standard Error: 1_110 - .saturating_add(Weight::from_ref_time(458_837).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(458_837, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -90,15 +90,15 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `101` // Estimated: `15746 + s * (2589 ±0)` // Minimum execution time: 9_098 nanoseconds. - Weight::from_ref_time(22_624_884) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(22_624_884, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 3_865 - .saturating_add(Weight::from_ref_time(2_735_607).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_735_607, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(2589).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 2589).saturating_mul(s.into())) } /// Storage: Identity IdentityOf (r:1 w:0) /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen) @@ -112,10 +112,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `226 + p * (32 ±0)` // Estimated: `15746` // Minimum execution time: 8_814 nanoseconds. - Weight::from_ref_time(22_140_295) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(22_140_295, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 3_600 - .saturating_add(Weight::from_ref_time(1_108_458).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(1_108_458, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -134,14 +134,14 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `533 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `15746` // Minimum execution time: 49_319 nanoseconds. - Weight::from_ref_time(28_073_986) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(28_073_986, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 6_192 - .saturating_add(Weight::from_ref_time(62_200).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(62_200, 0).saturating_mul(r.into())) // Standard Error: 1_209 - .saturating_add(Weight::from_ref_time(1_122_770).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_122_770, 0).saturating_mul(s.into())) // Standard Error: 1_209 - .saturating_add(Weight::from_ref_time(225_189).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(225_189, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -157,12 +157,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `431 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11649` // Minimum execution time: 30_208 nanoseconds. - Weight::from_ref_time(28_731_902) - .saturating_add(Weight::from_proof_size(11649)) + Weight::from_parts(28_731_902, 0) + .saturating_add(Weight::from_parts(0, 11649)) // Standard Error: 5_027 - .saturating_add(Weight::from_ref_time(127_894).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(127_894, 0).saturating_mul(r.into())) // Standard Error: 981 - .saturating_add(Weight::from_ref_time(474_811).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(474_811, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -175,12 +175,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `430 + x * (66 ±0)` // Estimated: `10013` // Minimum execution time: 27_041 nanoseconds. - Weight::from_ref_time(26_760_677) - .saturating_add(Weight::from_proof_size(10013)) + Weight::from_parts(26_760_677, 0) + .saturating_add(Weight::from_parts(0, 10013)) // Standard Error: 7_122 - .saturating_add(Weight::from_ref_time(62_459).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(62_459, 0).saturating_mul(r.into())) // Standard Error: 1_389 - .saturating_add(Weight::from_ref_time(468_208).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(468_208, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,10 +192,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 7_140 nanoseconds. - Weight::from_ref_time(7_733_950) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_733_950, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_671 - .saturating_add(Weight::from_ref_time(110_862).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(110_862, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -207,10 +207,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 7_292 nanoseconds. - Weight::from_ref_time(7_744_432) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_744_432, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_228 - .saturating_add(Weight::from_ref_time(103_386).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(103_386, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -222,10 +222,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 7_335 nanoseconds. - Weight::from_ref_time(7_713_621) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_713_621, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_281 - .saturating_add(Weight::from_ref_time(99_586).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(99_586, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -240,12 +240,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `509 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11649` // Minimum execution time: 23_161 nanoseconds. - Weight::from_ref_time(22_446_907) - .saturating_add(Weight::from_proof_size(11649)) + Weight::from_parts(22_446_907, 0) + .saturating_add(Weight::from_parts(0, 11649)) // Standard Error: 5_391 - .saturating_add(Weight::from_ref_time(112_497).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(112_497, 0).saturating_mul(r.into())) // Standard Error: 997 - .saturating_add(Weight::from_ref_time(769_392).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(769_392, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -265,14 +265,14 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `772 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `18349` // Minimum execution time: 54_015 nanoseconds. - Weight::from_ref_time(32_925_712) - .saturating_add(Weight::from_proof_size(18349)) + Weight::from_parts(32_925_712, 0) + .saturating_add(Weight::from_parts(0, 18349)) // Standard Error: 7_533 - .saturating_add(Weight::from_ref_time(63_262).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(63_262, 0).saturating_mul(r.into())) // Standard Error: 1_471 - .saturating_add(Weight::from_ref_time(1_155_232).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_155_232, 0).saturating_mul(s.into())) // Standard Error: 1_471 - .saturating_add(Weight::from_ref_time(226_801).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(226_801, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -289,10 +289,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `507 + s * (36 ±0)` // Estimated: `18335` // Minimum execution time: 26_638 nanoseconds. - Weight::from_ref_time(31_911_936) - .saturating_add(Weight::from_proof_size(18335)) + Weight::from_parts(31_911_936, 0) + .saturating_add(Weight::from_parts(0, 18335)) // Standard Error: 1_403 - .saturating_add(Weight::from_ref_time(68_428).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(68_428, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -306,10 +306,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `623 + s * (3 ±0)` // Estimated: `12602` // Minimum execution time: 12_649 nanoseconds. - Weight::from_ref_time(14_714_076) - .saturating_add(Weight::from_proof_size(12602)) + Weight::from_parts(14_714_076, 0) + .saturating_add(Weight::from_parts(0, 12602)) // Standard Error: 739 - .saturating_add(Weight::from_ref_time(15_226).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(15_226, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -325,10 +325,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `702 + s * (35 ±0)` // Estimated: `18335` // Minimum execution time: 30_152 nanoseconds. - Weight::from_ref_time(33_576_799) - .saturating_add(Weight::from_proof_size(18335)) + Weight::from_parts(33_576_799, 0) + .saturating_add(Weight::from_parts(0, 18335)) // Standard Error: 937 - .saturating_add(Weight::from_ref_time(52_181).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(52_181, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -342,10 +342,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `628 + s * (37 ±0)` // Estimated: `8322` // Minimum execution time: 19_192 nanoseconds. - Weight::from_ref_time(21_910_906) - .saturating_add(Weight::from_proof_size(8322)) + Weight::from_parts(21_910_906, 0) + .saturating_add(Weight::from_parts(0, 8322)) // Standard Error: 1_053 - .saturating_add(Weight::from_ref_time(53_639).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(53_639, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/westend/src/weights/pallet_im_online.rs b/runtime/westend/src/weights/pallet_im_online.rs index 354397016df4..7666aab3e8a3 100644 --- a/runtime/westend/src/weights/pallet_im_online.rs +++ b/runtime/westend/src/weights/pallet_im_online.rs @@ -62,15 +62,15 @@ impl pallet_im_online::WeightInfo for WeightInfo { // Measured: `425 + k * (32 ±0)` // Estimated: `10345844 + k * (64 ±0) + e * (25 ±0)` // Minimum execution time: 91_212 nanoseconds. - Weight::from_ref_time(72_601_149) - .saturating_add(Weight::from_proof_size(10345844)) + Weight::from_parts(72_601_149, 0) + .saturating_add(Weight::from_parts(0, 10345844)) // Standard Error: 256 - .saturating_add(Weight::from_ref_time(23_275).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(23_275, 0).saturating_mul(k.into())) // Standard Error: 2_588 - .saturating_add(Weight::from_ref_time(387_376).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(387_376, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(64).saturating_mul(k.into())) - .saturating_add(Weight::from_proof_size(25).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 25).saturating_mul(e.into())) } } diff --git a/runtime/westend/src/weights/pallet_indices.rs b/runtime/westend/src/weights/pallet_indices.rs index bf25da15807f..7456034e27cc 100644 --- a/runtime/westend/src/weights/pallet_indices.rs +++ b/runtime/westend/src/weights/pallet_indices.rs @@ -52,8 +52,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `142` // Estimated: `2544` // Minimum execution time: 20_043 nanoseconds. - Weight::from_ref_time(20_524_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(20_524_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -66,8 +66,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `405` // Estimated: `5147` // Minimum execution time: 25_756 nanoseconds. - Weight::from_ref_time(26_328_000) - .saturating_add(Weight::from_proof_size(5147)) + Weight::from_parts(26_328_000, 0) + .saturating_add(Weight::from_parts(0, 5147)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,8 +78,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `270` // Estimated: `2544` // Minimum execution time: 21_115 nanoseconds. - Weight::from_ref_time(21_969_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(21_969_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -92,8 +92,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `405` // Estimated: `5147` // Minimum execution time: 23_431 nanoseconds. - Weight::from_ref_time(23_760_000) - .saturating_add(Weight::from_proof_size(5147)) + Weight::from_parts(23_760_000, 0) + .saturating_add(Weight::from_parts(0, 5147)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -104,8 +104,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `270` // Estimated: `2544` // Minimum execution time: 23_719 nanoseconds. - Weight::from_ref_time(24_080_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(24_080_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_multisig.rs b/runtime/westend/src/weights/pallet_multisig.rs index fd32f311dae5..5e9bf15de318 100644 --- a/runtime/westend/src/weights/pallet_multisig.rs +++ b/runtime/westend/src/weights/pallet_multisig.rs @@ -51,10 +51,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 12_271 nanoseconds. - Weight::from_ref_time(12_669_904) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(12_669_904, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(556).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(556, 0).saturating_mul(z.into())) } /// Storage: Multisig Multisigs (r:1 w:1) /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) @@ -65,12 +65,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `395 + s * (2 ±0)` // Estimated: `5821` // Minimum execution time: 38_074 nanoseconds. - Weight::from_ref_time(31_174_864) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(31_174_864, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 609 - .saturating_add(Weight::from_ref_time(73_824).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(73_824, 0).saturating_mul(s.into())) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_584).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_584, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -83,12 +83,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `317` // Estimated: `5821` // Minimum execution time: 28_082 nanoseconds. - Weight::from_ref_time(22_085_278) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(22_085_278, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 711 - .saturating_add(Weight::from_ref_time(72_605).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(72_605, 0).saturating_mul(s.into())) // Standard Error: 6 - .saturating_add(Weight::from_ref_time(1_523).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_523, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -103,12 +103,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `455 + s * (33 ±0)` // Estimated: `8424` // Minimum execution time: 42_802 nanoseconds. - Weight::from_ref_time(34_774_719) - .saturating_add(Weight::from_proof_size(8424)) + Weight::from_parts(34_774_719, 0) + .saturating_add(Weight::from_parts(0, 8424)) // Standard Error: 450 - .saturating_add(Weight::from_ref_time(87_427).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(87_427, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_575).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_575, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -120,10 +120,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `405 + s * (2 ±0)` // Estimated: `5821` // Minimum execution time: 28_126 nanoseconds. - Weight::from_ref_time(29_606_606) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(29_606_606, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 830 - .saturating_add(Weight::from_ref_time(79_120).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(79_120, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -135,10 +135,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `317` // Estimated: `5821` // Minimum execution time: 18_249 nanoseconds. - Weight::from_ref_time(19_695_213) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(19_695_213, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 662 - .saturating_add(Weight::from_ref_time(77_485).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(77_485, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -150,10 +150,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `521 + s * (1 ±0)` // Estimated: `5821` // Minimum execution time: 29_871 nanoseconds. - Weight::from_ref_time(30_661_326) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(30_661_326, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 563 - .saturating_add(Weight::from_ref_time(75_613).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(75_613, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_nomination_pools.rs b/runtime/westend/src/weights/pallet_nomination_pools.rs index 47d28ee2239c..6aec10617569 100644 --- a/runtime/westend/src/weights/pallet_nomination_pools.rs +++ b/runtime/westend/src/weights/pallet_nomination_pools.rs @@ -76,8 +76,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3586` // Estimated: `38468` // Minimum execution time: 154_304 nanoseconds. - Weight::from_ref_time(155_220_000) - .saturating_add(Weight::from_proof_size(38468)) + Weight::from_parts(155_220_000, 0) + .saturating_add(Weight::from_parts(0, 38468)) .saturating_add(T::DbWeight::get().reads(17)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -104,8 +104,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3628` // Estimated: `39063` // Minimum execution time: 150_523 nanoseconds. - Weight::from_ref_time(154_073_000) - .saturating_add(Weight::from_proof_size(39063)) + Weight::from_parts(154_073_000, 0) + .saturating_add(Weight::from_parts(0, 39063)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -134,8 +134,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3427` // Estimated: `38950` // Minimum execution time: 162_554 nanoseconds. - Weight::from_ref_time(164_041_000) - .saturating_add(Weight::from_proof_size(38950)) + Weight::from_parts(164_041_000, 0) + .saturating_add(Weight::from_parts(0, 38950)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -154,8 +154,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1220` // Estimated: `13485` // Minimum execution time: 58_946 nanoseconds. - Weight::from_ref_time(59_799_000) - .saturating_add(Weight::from_proof_size(13485)) + Weight::from_parts(59_799_000, 0) + .saturating_add(Weight::from_parts(0, 13485)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -192,8 +192,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3865` // Estimated: `43738` // Minimum execution time: 155_416 nanoseconds. - Weight::from_ref_time(157_093_000) - .saturating_add(Weight::from_proof_size(43738)) + Weight::from_parts(157_093_000, 0) + .saturating_add(Weight::from_parts(0, 43738)) .saturating_add(T::DbWeight::get().reads(18)) .saturating_add(T::DbWeight::get().writes(13)) } @@ -213,10 +213,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1706` // Estimated: `13025` // Minimum execution time: 52_621 nanoseconds. - Weight::from_ref_time(53_508_921) - .saturating_add(Weight::from_proof_size(13025)) + Weight::from_parts(53_508_921, 0) + .saturating_add(Weight::from_parts(0, 13025)) // Standard Error: 790 - .saturating_add(Weight::from_ref_time(15_066).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(15_066, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -246,10 +246,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2230` // Estimated: `22055` // Minimum execution time: 102_019 nanoseconds. - Weight::from_ref_time(104_029_094) - .saturating_add(Weight::from_proof_size(22055)) + Weight::from_parts(104_029_094, 0) + .saturating_add(Weight::from_parts(0, 22055)) // Standard Error: 1_344 - .saturating_add(Weight::from_ref_time(13_886).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(13_886, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -301,10 +301,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2618` // Estimated: `45099` // Minimum execution time: 161_236 nanoseconds. - Weight::from_ref_time(164_070_568) - .saturating_add(Weight::from_proof_size(45099)) + Weight::from_parts(164_070_568, 0) + .saturating_add(Weight::from_parts(0, 45099)) // Standard Error: 2_621 - .saturating_add(Weight::from_ref_time(10_297).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(10_297, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(20)) .saturating_add(T::DbWeight::get().writes(18)) } @@ -355,8 +355,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1254` // Estimated: `32002` // Minimum execution time: 142_981 nanoseconds. - Weight::from_ref_time(144_237_000) - .saturating_add(Weight::from_proof_size(32002)) + Weight::from_parts(144_237_000, 0) + .saturating_add(Weight::from_parts(0, 32002)) .saturating_add(T::DbWeight::get().reads(21)) .saturating_add(T::DbWeight::get().writes(15)) } @@ -390,10 +390,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1839` // Estimated: `21998 + n * (2520 ±0)` // Minimum execution time: 65_217 nanoseconds. - Weight::from_ref_time(65_750_377) - .saturating_add(Weight::from_proof_size(21998)) + Weight::from_parts(65_750_377, 0) + .saturating_add(Weight::from_parts(0, 21998)) // Standard Error: 7_685 - .saturating_add(Weight::from_ref_time(1_336_128).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_336_128, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5)) @@ -410,8 +410,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1427` // Estimated: `8752` // Minimum execution time: 35_863 nanoseconds. - Weight::from_ref_time(36_287_000) - .saturating_add(Weight::from_proof_size(8752)) + Weight::from_parts(36_287_000, 0) + .saturating_add(Weight::from_parts(0, 8752)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -427,10 +427,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `525` // Estimated: `5883` // Minimum execution time: 13_860 nanoseconds. - Weight::from_ref_time(14_425_990) - .saturating_add(Weight::from_proof_size(5883)) + Weight::from_parts(14_425_990, 0) + .saturating_add(Weight::from_parts(0, 5883)) // Standard Error: 94 - .saturating_add(Weight::from_ref_time(1_103).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_103, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -449,8 +449,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 5_097 nanoseconds. - Weight::from_ref_time(5_385_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_385_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: NominationPools BondedPools (r:1 w:1) @@ -460,8 +460,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `525` // Estimated: `2639` // Minimum execution time: 19_168 nanoseconds. - Weight::from_ref_time(19_566_000) - .saturating_add(Weight::from_proof_size(2639)) + Weight::from_parts(19_566_000, 0) + .saturating_add(Weight::from_parts(0, 2639)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -488,8 +488,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2066` // Estimated: `20489` // Minimum execution time: 64_030 nanoseconds. - Weight::from_ref_time(64_573_000) - .saturating_add(Weight::from_proof_size(20489)) + Weight::from_parts(64_573_000, 0) + .saturating_add(Weight::from_parts(0, 20489)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -502,8 +502,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `508` // Estimated: `5708` // Minimum execution time: 14_137 nanoseconds. - Weight::from_ref_time(14_483_000) - .saturating_add(Weight::from_proof_size(5708)) + Weight::from_parts(14_483_000, 0) + .saturating_add(Weight::from_parts(0, 5708)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_preimage.rs b/runtime/westend/src/weights/pallet_preimage.rs index 1e3e7cd207af..2dbafb1f71b7 100644 --- a/runtime/westend/src/weights/pallet_preimage.rs +++ b/runtime/westend/src/weights/pallet_preimage.rs @@ -55,10 +55,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `213` // Estimated: `2566` // Minimum execution time: 26_332 nanoseconds. - Weight::from_ref_time(26_523_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(26_523_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_331).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_331, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -72,10 +72,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 16_527 nanoseconds. - Weight::from_ref_time(16_615_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(16_615_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_329).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_329, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,10 +89,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 15_795 nanoseconds. - Weight::from_ref_time(15_943_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(15_943_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_327).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_327, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -105,8 +105,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `391` // Estimated: `2566` // Minimum execution time: 33_007 nanoseconds. - Weight::from_ref_time(33_864_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(33_864_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,8 +119,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `182` // Estimated: `2566` // Minimum execution time: 20_702 nanoseconds. - Weight::from_ref_time(21_897_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(21_897_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -131,8 +131,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `258` // Estimated: `2566` // Minimum execution time: 18_832 nanoseconds. - Weight::from_ref_time(19_900_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(19_900_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -143,8 +143,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `182` // Estimated: `2566` // Minimum execution time: 11_561 nanoseconds. - Weight::from_ref_time(12_213_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(12_213_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -155,8 +155,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `80` // Estimated: `2566` // Minimum execution time: 12_670 nanoseconds. - Weight::from_ref_time(13_316_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(13_316_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -167,8 +167,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 8_232 nanoseconds. - Weight::from_ref_time(8_455_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(8_455_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -181,8 +181,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `182` // Estimated: `2566` // Minimum execution time: 19_508 nanoseconds. - Weight::from_ref_time(20_469_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(20_469_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -193,8 +193,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 8_487 nanoseconds. - Weight::from_ref_time(9_047_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(9_047_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -205,8 +205,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 8_421 nanoseconds. - Weight::from_ref_time(8_691_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(8_691_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_proxy.rs b/runtime/westend/src/weights/pallet_proxy.rs index e3f0f6c55327..75ebc94c8cdb 100644 --- a/runtime/westend/src/weights/pallet_proxy.rs +++ b/runtime/westend/src/weights/pallet_proxy.rs @@ -53,10 +53,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 15_347 nanoseconds. - Weight::from_ref_time(15_780_294) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(15_780_294, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 837 - .saturating_add(Weight::from_ref_time(38_642).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(38_642, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: Proxy Proxies (r:1 w:0) @@ -72,12 +72,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `650 + a * (68 ±0) + p * (37 ±0)` // Estimated: `11027` // Minimum execution time: 37_274 nanoseconds. - Weight::from_ref_time(38_291_200) - .saturating_add(Weight::from_proof_size(11027)) + Weight::from_parts(38_291_200, 0) + .saturating_add(Weight::from_parts(0, 11027)) // Standard Error: 5_000 - .saturating_add(Weight::from_ref_time(131_239).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(131_239, 0).saturating_mul(a.into())) // Standard Error: 5_166 - .saturating_add(Weight::from_ref_time(23_237).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(23_237, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -92,12 +92,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `533 + a * (68 ±0)` // Estimated: `7311` // Minimum execution time: 21_081 nanoseconds. - Weight::from_ref_time(22_305_156) - .saturating_add(Weight::from_proof_size(7311)) + Weight::from_parts(22_305_156, 0) + .saturating_add(Weight::from_parts(0, 7311)) // Standard Error: 1_368 - .saturating_add(Weight::from_ref_time(156_042).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(156_042, 0).saturating_mul(a.into())) // Standard Error: 1_413 - .saturating_add(Weight::from_ref_time(1_098).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(1_098, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -112,12 +112,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `533 + a * (68 ±0)` // Estimated: `7311` // Minimum execution time: 21_085 nanoseconds. - Weight::from_ref_time(22_134_455) - .saturating_add(Weight::from_proof_size(7311)) + Weight::from_parts(22_134_455, 0) + .saturating_add(Weight::from_parts(0, 7311)) // Standard Error: 1_470 - .saturating_add(Weight::from_ref_time(158_283).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(158_283, 0).saturating_mul(a.into())) // Standard Error: 1_519 - .saturating_add(Weight::from_ref_time(6_784).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(6_784, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -134,12 +134,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `582 + a * (68 ±0) + p * (37 ±0)` // Estimated: `11027` // Minimum execution time: 29_959 nanoseconds. - Weight::from_ref_time(34_668_660) - .saturating_add(Weight::from_proof_size(11027)) + Weight::from_parts(34_668_660, 0) + .saturating_add(Weight::from_parts(0, 11027)) // Standard Error: 4_792 - .saturating_add(Weight::from_ref_time(142_266).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(142_266, 0).saturating_mul(a.into())) // Standard Error: 4_951 - .saturating_add(Weight::from_ref_time(16_544).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(16_544, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -151,10 +151,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 22_615 nanoseconds. - Weight::from_ref_time(23_406_833) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(23_406_833, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_400 - .saturating_add(Weight::from_ref_time(61_266).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(61_266, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -166,10 +166,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 22_549 nanoseconds. - Weight::from_ref_time(23_521_968) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(23_521_968, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_589 - .saturating_add(Weight::from_ref_time(61_407).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(61_407, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -181,10 +181,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 17_911 nanoseconds. - Weight::from_ref_time(18_770_263) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(18_770_263, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_302 - .saturating_add(Weight::from_ref_time(24_471).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(24_471, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -196,8 +196,8 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `239` // Estimated: `3716` // Minimum execution time: 24_293 nanoseconds. - Weight::from_ref_time(25_926_875) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(25_926_875, 0) + .saturating_add(Weight::from_parts(0, 3716)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -209,10 +209,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `296 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 18_885 nanoseconds. - Weight::from_ref_time(19_514_850) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(19_514_850, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_244 - .saturating_add(Weight::from_ref_time(35_764).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(35_764, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_scheduler.rs b/runtime/westend/src/weights/pallet_scheduler.rs index 1be0b0976eb0..480f50945c8d 100644 --- a/runtime/westend/src/weights/pallet_scheduler.rs +++ b/runtime/westend/src/weights/pallet_scheduler.rs @@ -52,8 +52,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `69` // Estimated: `499` // Minimum execution time: 4_026 nanoseconds. - Weight::from_ref_time(4_139_000) - .saturating_add(Weight::from_proof_size(499)) + Weight::from_parts(4_139_000, 0) + .saturating_add(Weight::from_parts(0, 499)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -65,10 +65,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 3_563 nanoseconds. - Weight::from_ref_time(6_693_198) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(6_693_198, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_186 - .saturating_add(Weight::from_ref_time(933_319).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(933_319, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -77,8 +77,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_928 nanoseconds. - Weight::from_ref_time(6_097_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_097_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Preimage PreimageFor (r:1 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured) @@ -90,13 +90,13 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `249 + s * (1 ±0)` // Estimated: `5290 + s * (1 ±0)` // Minimum execution time: 20_421 nanoseconds. - Weight::from_ref_time(20_813_000) - .saturating_add(Weight::from_proof_size(5290)) + Weight::from_parts(20_813_000, 0) + .saturating_add(Weight::from_parts(0, 5290)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_167).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_167, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(1).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) } /// Storage: Scheduler Lookup (r:0 w:1) /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) @@ -105,8 +105,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 7_724 nanoseconds. - Weight::from_ref_time(7_911_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(7_911_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_periodic() -> Weight { @@ -114,24 +114,24 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_909 nanoseconds. - Weight::from_ref_time(6_046_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_046_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 2_570 nanoseconds. - Weight::from_ref_time(2_658_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_658_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 2_428 nanoseconds. - Weight::from_ref_time(2_590_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_590_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) @@ -141,10 +141,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 13_394 nanoseconds. - Weight::from_ref_time(16_496_080) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(16_496_080, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_394 - .saturating_add(Weight::from_ref_time(922_960).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(922_960, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -158,10 +158,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 17_994 nanoseconds. - Weight::from_ref_time(17_091_448) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(17_091_448, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_380 - .saturating_add(Weight::from_ref_time(1_653_591).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_653_591, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -175,10 +175,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `325 + s * (185 ±0)` // Estimated: `43961` // Minimum execution time: 16_065 nanoseconds. - Weight::from_ref_time(20_232_697) - .saturating_add(Weight::from_proof_size(43961)) + Weight::from_parts(20_232_697, 0) + .saturating_add(Weight::from_parts(0, 43961)) // Standard Error: 3_412 - .saturating_add(Weight::from_ref_time(972_992).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(972_992, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -192,10 +192,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `351 + s * (185 ±0)` // Estimated: `43961` // Minimum execution time: 18_848 nanoseconds. - Weight::from_ref_time(19_042_838) - .saturating_add(Weight::from_proof_size(43961)) + Weight::from_parts(19_042_838, 0) + .saturating_add(Weight::from_parts(0, 43961)) // Standard Error: 2_754 - .saturating_add(Weight::from_ref_time(1_676_910).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_676_910, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/westend/src/weights/pallet_session.rs b/runtime/westend/src/weights/pallet_session.rs index f9f2b40a867d..67e648a9a320 100644 --- a/runtime/westend/src/weights/pallet_session.rs +++ b/runtime/westend/src/weights/pallet_session.rs @@ -56,8 +56,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Measured: `1985` // Estimated: `24861` // Minimum execution time: 51_818 nanoseconds. - Weight::from_ref_time(52_338_000) - .saturating_add(Weight::from_proof_size(24861)) + Weight::from_parts(52_338_000, 0) + .saturating_add(Weight::from_parts(0, 24861)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -72,8 +72,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Measured: `1881` // Estimated: `9803` // Minimum execution time: 37_554 nanoseconds. - Weight::from_ref_time(38_608_000) - .saturating_add(Weight::from_proof_size(9803)) + Weight::from_parts(38_608_000, 0) + .saturating_add(Weight::from_parts(0, 9803)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/westend/src/weights/pallet_staking.rs b/runtime/westend/src/weights/pallet_staking.rs index d67734bdf247..7e408db357fd 100644 --- a/runtime/westend/src/weights/pallet_staking.rs +++ b/runtime/westend/src/weights/pallet_staking.rs @@ -60,8 +60,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1046` // Estimated: `10386` // Minimum execution time: 42_440 nanoseconds. - Weight::from_ref_time(43_399_000) - .saturating_add(Weight::from_proof_size(10386)) + Weight::from_parts(43_399_000, 0) + .saturating_add(Weight::from_parts(0, 10386)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -80,8 +80,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2183` // Estimated: `22888` // Minimum execution time: 85_399 nanoseconds. - Weight::from_ref_time(86_379_000) - .saturating_add(Weight::from_proof_size(22888)) + Weight::from_parts(86_379_000, 0) + .saturating_add(Weight::from_parts(0, 22888)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -108,8 +108,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2390` // Estimated: `29534` // Minimum execution time: 90_672 nanoseconds. - Weight::from_ref_time(91_355_000) - .saturating_add(Weight::from_proof_size(29534)) + Weight::from_parts(91_355_000, 0) + .saturating_add(Weight::from_parts(0, 29534)) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -127,10 +127,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1045` // Estimated: `10442` // Minimum execution time: 36_564 nanoseconds. - Weight::from_ref_time(38_050_629) - .saturating_add(Weight::from_proof_size(10442)) + Weight::from_parts(38_050_629, 0) + .saturating_add(Weight::from_parts(0, 10442)) // Standard Error: 659 - .saturating_add(Weight::from_ref_time(10_672).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(10_672, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -168,14 +168,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2413 + s * (4 ±0)` // Estimated: `32230 + s * (4 ±0)` // Minimum execution time: 77_962 nanoseconds. - Weight::from_ref_time(84_271_455) - .saturating_add(Weight::from_proof_size(32230)) + Weight::from_parts(84_271_455, 0) + .saturating_add(Weight::from_parts(0, 32230)) // Standard Error: 2_943 - .saturating_add(Weight::from_ref_time(1_160_262).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_160_262, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(4).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(s.into())) } /// Storage: Staking Ledger (r:1 w:0) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) @@ -204,8 +204,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1375` // Estimated: `19359` // Minimum execution time: 56_193 nanoseconds. - Weight::from_ref_time(57_188_000) - .saturating_add(Weight::from_proof_size(19359)) + Weight::from_parts(57_188_000, 0) + .saturating_add(Weight::from_parts(0, 19359)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -219,14 +219,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1255 + k * (601 ±0)` // Estimated: `3566 + k * (3033 ±0)` // Minimum execution time: 29_497 nanoseconds. - Weight::from_ref_time(27_406_513) - .saturating_add(Weight::from_proof_size(3566)) + Weight::from_parts(27_406_513, 0) + .saturating_add(Weight::from_parts(0, 3566)) // Standard Error: 6_875 - .saturating_add(Weight::from_ref_time(8_027_936).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(8_027_936, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) - .saturating_add(Weight::from_proof_size(3033).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 3033).saturating_mul(k.into())) } /// Storage: Staking Ledger (r:1 w:0) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) @@ -256,14 +256,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1915 + n * (105 ±0)` // Estimated: `21988 + n * (2520 ±0)` // Minimum execution time: 64_934 nanoseconds. - Weight::from_ref_time(62_801_713) - .saturating_add(Weight::from_proof_size(21988)) + Weight::from_parts(62_801_713, 0) + .saturating_add(Weight::from_parts(0, 21988)) // Standard Error: 17_298 - .saturating_add(Weight::from_ref_time(3_316_608).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(3_316_608, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(6)) - .saturating_add(Weight::from_proof_size(2520).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 2520).saturating_mul(n.into())) } /// Storage: Staking Ledger (r:1 w:0) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) @@ -284,8 +284,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1803` // Estimated: `17932` // Minimum execution time: 57_608 nanoseconds. - Weight::from_ref_time(58_161_000) - .saturating_add(Weight::from_proof_size(17932)) + Weight::from_parts(58_161_000, 0) + .saturating_add(Weight::from_parts(0, 17932)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -298,8 +298,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `803` // Estimated: `3566` // Minimum execution time: 14_397 nanoseconds. - Weight::from_ref_time(14_671_000) - .saturating_add(Weight::from_proof_size(3566)) + Weight::from_parts(14_671_000, 0) + .saturating_add(Weight::from_parts(0, 3566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -312,8 +312,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `902` // Estimated: `9679` // Minimum execution time: 22_179 nanoseconds. - Weight::from_ref_time(22_463_000) - .saturating_add(Weight::from_proof_size(9679)) + Weight::from_parts(22_463_000, 0) + .saturating_add(Weight::from_parts(0, 9679)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -324,8 +324,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_604 nanoseconds. - Weight::from_ref_time(2_730_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_730_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -335,8 +335,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 10_758 nanoseconds. - Weight::from_ref_time(11_100_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(11_100_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -346,8 +346,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 11_225 nanoseconds. - Weight::from_ref_time(11_492_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(11_492_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -357,8 +357,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 10_892 nanoseconds. - Weight::from_ref_time(11_207_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(11_207_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking Invulnerables (r:0 w:1) @@ -369,10 +369,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_724 nanoseconds. - Weight::from_ref_time(3_193_284) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_193_284, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 30 - .saturating_add(Weight::from_ref_time(14_317).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(14_317, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking Bonded (r:1 w:1) @@ -407,14 +407,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2107 + s * (4 ±0)` // Estimated: `27859 + s * (4 ±0)` // Minimum execution time: 73_201 nanoseconds. - Weight::from_ref_time(76_412_897) - .saturating_add(Weight::from_proof_size(27859)) + Weight::from_parts(76_412_897, 0) + .saturating_add(Weight::from_parts(0, 27859)) // Standard Error: 1_913 - .saturating_add(Weight::from_ref_time(1_151_150).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_151_150, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(4).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(s.into())) } /// Storage: Staking UnappliedSlashes (r:1 w:1) /// Proof Skipped: Staking UnappliedSlashes (max_values: None, max_size: None, mode: Measured) @@ -424,10 +424,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `66638` // Estimated: `69113` // Minimum execution time: 118_133 nanoseconds. - Weight::from_ref_time(878_805_908) - .saturating_add(Weight::from_proof_size(69113)) + Weight::from_parts(878_805_908, 0) + .saturating_add(Weight::from_parts(0, 69113)) // Standard Error: 53_240 - .saturating_add(Weight::from_ref_time(4_314_838).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(4_314_838, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -455,15 +455,15 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `5901 + n * (151 ±0)` // Estimated: `32226 + n * (8030 ±0)` // Minimum execution time: 70_532 nanoseconds. - Weight::from_ref_time(88_104_322) - .saturating_add(Weight::from_proof_size(32226)) + Weight::from_parts(88_104_322, 0) + .saturating_add(Weight::from_parts(0, 32226)) // Standard Error: 27_400 - .saturating_add(Weight::from_ref_time(25_775_656).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(25_775_656, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_proof_size(8030).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 8030).saturating_mul(n.into())) } /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -491,15 +491,15 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `9517 + n * (467 ±0)` // Estimated: `41758 + n * (16038 ±3)` // Minimum execution time: 86_749 nanoseconds. - Weight::from_ref_time(118_435_518) - .saturating_add(Weight::from_proof_size(41758)) + Weight::from_parts(118_435_518, 0) + .saturating_add(Weight::from_parts(0, 41758)) // Standard Error: 33_932 - .saturating_add(Weight::from_ref_time(33_424_550).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(33_424_550, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_proof_size(16038).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 16038).saturating_mul(n.into())) } /// Storage: Staking Ledger (r:1 w:1) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) @@ -519,10 +519,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2184 + l * (5 ±0)` // Estimated: `25491` // Minimum execution time: 81_814 nanoseconds. - Weight::from_ref_time(83_200_231) - .saturating_add(Weight::from_proof_size(25491)) + Weight::from_parts(83_200_231, 0) + .saturating_add(Weight::from_parts(0, 25491)) // Standard Error: 3_443 - .saturating_add(Weight::from_ref_time(46_203).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(46_203, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -558,14 +558,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2413 + s * (4 ±0)` // Estimated: `31737 + s * (4 ±0)` // Minimum execution time: 83_757 nanoseconds. - Weight::from_ref_time(85_543_170) - .saturating_add(Weight::from_proof_size(31737)) + Weight::from_parts(85_543_170, 0) + .saturating_add(Weight::from_parts(0, 31737)) // Standard Error: 1_507 - .saturating_add(Weight::from_ref_time(1_144_523).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_144_523, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(4).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(s.into())) } /// Storage: VoterList CounterForListNodes (r:1 w:0) /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -610,19 +610,19 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0 + v * (3658 ±0) + n * (812 ±0)` // Estimated: `472278 + v * (16741 ±0) + n * (12939 ±0)` // Minimum execution time: 515_664 nanoseconds. - Weight::from_ref_time(519_521_000) - .saturating_add(Weight::from_proof_size(472278)) + Weight::from_parts(519_521_000, 0) + .saturating_add(Weight::from_parts(0, 472278)) // Standard Error: 2_014_897 - .saturating_add(Weight::from_ref_time(65_361_695).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(65_361_695, 0).saturating_mul(v.into())) // Standard Error: 200_773 - .saturating_add(Weight::from_ref_time(16_583_313).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(16_583_313, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(185)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) - .saturating_add(Weight::from_proof_size(16741).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(12939).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 16741).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 12939).saturating_mul(n.into())) } /// Storage: VoterList CounterForListNodes (r:1 w:0) /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -649,18 +649,18 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `3100 + v * (455 ±0) + n * (1003 ±0)` // Estimated: `456188 + v * (14295 ±0) + n * (11775 ±0)` // Minimum execution time: 31_094_046 nanoseconds. - Weight::from_ref_time(31_244_499_000) - .saturating_add(Weight::from_proof_size(456188)) + Weight::from_parts(31_244_499_000, 0) + .saturating_add(Weight::from_parts(0, 456188)) // Standard Error: 346_502 - .saturating_add(Weight::from_ref_time(4_915_541).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(4_915_541, 0).saturating_mul(v.into())) // Standard Error: 346_502 - .saturating_add(Weight::from_ref_time(3_234_757).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(3_234_757, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(180)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(14295).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(11775).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 14295).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 11775).saturating_mul(n.into())) } /// Storage: Staking CounterForValidators (r:1 w:0) /// Proof: Staking CounterForValidators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -674,14 +674,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `950 + v * (50 ±0)` // Estimated: `3562 + v * (2520 ±0)` // Minimum execution time: 3_839_775 nanoseconds. - Weight::from_ref_time(3_865_684_000) - .saturating_add(Weight::from_proof_size(3562)) + Weight::from_parts(3_865_684_000, 0) + .saturating_add(Weight::from_parts(0, 3562)) // Standard Error: 44_261 - .saturating_add(Weight::from_ref_time(2_811_910).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(2_811_910, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(2520).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 2520).saturating_mul(v.into())) } /// Storage: Staking MinCommission (r:0 w:1) /// Proof: Staking MinCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -700,8 +700,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_144 nanoseconds. - Weight::from_ref_time(6_343_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_343_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: Staking MinCommission (r:0 w:1) @@ -721,8 +721,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_687 nanoseconds. - Weight::from_ref_time(5_998_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_998_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: Staking Ledger (r:1 w:0) @@ -750,8 +750,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1958` // Estimated: `19438` // Minimum execution time: 71_032 nanoseconds. - Weight::from_ref_time(71_712_000) - .saturating_add(Weight::from_proof_size(19438)) + Weight::from_parts(71_712_000, 0) + .saturating_add(Weight::from_parts(0, 19438)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -764,8 +764,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `661` // Estimated: `3019` // Minimum execution time: 12_940 nanoseconds. - Weight::from_ref_time(13_343_000) - .saturating_add(Weight::from_proof_size(3019)) + Weight::from_parts(13_343_000, 0) + .saturating_add(Weight::from_parts(0, 3019)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -776,8 +776,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_887 nanoseconds. - Weight::from_ref_time(3_056_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_056_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/westend/src/weights/pallet_timestamp.rs b/runtime/westend/src/weights/pallet_timestamp.rs index bf6eb11fc34c..69dd65da8250 100644 --- a/runtime/westend/src/weights/pallet_timestamp.rs +++ b/runtime/westend/src/weights/pallet_timestamp.rs @@ -54,8 +54,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Measured: `311` // Estimated: `1006` // Minimum execution time: 9_409 nanoseconds. - Weight::from_ref_time(9_725_000) - .saturating_add(Weight::from_proof_size(1006)) + Weight::from_parts(9_725_000, 0) + .saturating_add(Weight::from_parts(0, 1006)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -64,7 +64,7 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Measured: `94` // Estimated: `0` // Minimum execution time: 3_952 nanoseconds. - Weight::from_ref_time(4_025_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(4_025_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/westend/src/weights/pallet_utility.rs b/runtime/westend/src/weights/pallet_utility.rs index 3ee00e79798e..daf6029c9380 100644 --- a/runtime/westend/src/weights/pallet_utility.rs +++ b/runtime/westend/src/weights/pallet_utility.rs @@ -51,18 +51,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_885 nanoseconds. - Weight::from_ref_time(11_162_365) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(11_162_365, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2_439 - .saturating_add(Weight::from_ref_time(4_637_012).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_637_012, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 5_203 nanoseconds. - Weight::from_ref_time(5_441_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_441_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { @@ -70,18 +70,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 7_067 nanoseconds. - Weight::from_ref_time(11_552_327) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(11_552_327, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2_783 - .saturating_add(Weight::from_ref_time(4_935_647).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_935_647, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 8_999 nanoseconds. - Weight::from_ref_time(9_297_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_297_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { @@ -89,9 +89,9 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_876 nanoseconds. - Weight::from_ref_time(10_175_160) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(10_175_160, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 3_709 - .saturating_add(Weight::from_ref_time(4_685_640).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_685_640, 0).saturating_mul(c.into())) } } diff --git a/runtime/westend/src/weights/pallet_vesting.rs b/runtime/westend/src/weights/pallet_vesting.rs index 4b0cb6da1998..690d27b8df73 100644 --- a/runtime/westend/src/weights/pallet_vesting.rs +++ b/runtime/westend/src/weights/pallet_vesting.rs @@ -56,12 +56,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `411 + l * (25 ±0) + s * (36 ±0)` // Estimated: `7306` // Minimum execution time: 29_824 nanoseconds. - Weight::from_ref_time(28_717_712) - .saturating_add(Weight::from_proof_size(7306)) + Weight::from_parts(28_717_712, 0) + .saturating_add(Weight::from_parts(0, 7306)) // Standard Error: 764 - .saturating_add(Weight::from_ref_time(46_637).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(46_637, 0).saturating_mul(l.into())) // Standard Error: 1_359 - .saturating_add(Weight::from_ref_time(74_164).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(74_164, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -76,12 +76,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `411 + l * (25 ±0) + s * (36 ±0)` // Estimated: `7306` // Minimum execution time: 28_921 nanoseconds. - Weight::from_ref_time(28_545_679) - .saturating_add(Weight::from_proof_size(7306)) + Weight::from_parts(28_545_679, 0) + .saturating_add(Weight::from_parts(0, 7306)) // Standard Error: 590 - .saturating_add(Weight::from_ref_time(38_502).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(38_502, 0).saturating_mul(l.into())) // Standard Error: 1_049 - .saturating_add(Weight::from_ref_time(46_713).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(46_713, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -98,12 +98,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `546 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 31_695 nanoseconds. - Weight::from_ref_time(30_837_986) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(30_837_986, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 795 - .saturating_add(Weight::from_ref_time(50_558).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(50_558, 0).saturating_mul(l.into())) // Standard Error: 1_415 - .saturating_add(Weight::from_ref_time(73_289).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(73_289, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -120,12 +120,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `546 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 31_319 nanoseconds. - Weight::from_ref_time(30_790_564) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(30_790_564, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 665 - .saturating_add(Weight::from_ref_time(39_746).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(39_746, 0).saturating_mul(l.into())) // Standard Error: 1_183 - .saturating_add(Weight::from_ref_time(50_607).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(50_607, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,12 +142,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `617 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 49_632 nanoseconds. - Weight::from_ref_time(50_035_640) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(50_035_640, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 1_457 - .saturating_add(Weight::from_ref_time(45_951).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(45_951, 0).saturating_mul(l.into())) // Standard Error: 2_593 - .saturating_add(Weight::from_ref_time(58_374).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(58_374, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -164,12 +164,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `752 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12512` // Minimum execution time: 51_816 nanoseconds. - Weight::from_ref_time(51_705_864) - .saturating_add(Weight::from_proof_size(12512)) + Weight::from_parts(51_705_864, 0) + .saturating_add(Weight::from_parts(0, 12512)) // Standard Error: 1_446 - .saturating_add(Weight::from_ref_time(43_671).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(43_671, 0).saturating_mul(l.into())) // Standard Error: 2_574 - .saturating_add(Weight::from_ref_time(63_148).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(63_148, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -186,12 +186,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `544 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 32_895 nanoseconds. - Weight::from_ref_time(32_577_652) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(32_577_652, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 1_018 - .saturating_add(Weight::from_ref_time(37_445).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(37_445, 0).saturating_mul(l.into())) // Standard Error: 1_880 - .saturating_add(Weight::from_ref_time(65_218).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(65_218, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -208,12 +208,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `544 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 33_169 nanoseconds. - Weight::from_ref_time(32_526_311) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(32_526_311, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 884 - .saturating_add(Weight::from_ref_time(39_392).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(39_392, 0).saturating_mul(l.into())) // Standard Error: 1_633 - .saturating_add(Weight::from_ref_time(64_317).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(64_317, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/westend/src/weights/pallet_xcm.rs b/runtime/westend/src/weights/pallet_xcm.rs index 28b2ec106617..325e98f9984c 100644 --- a/runtime/westend/src/weights/pallet_xcm.rs +++ b/runtime/westend/src/weights/pallet_xcm.rs @@ -60,8 +60,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `169` // Estimated: `9260` // Minimum execution time: 30_849 nanoseconds. - Weight::from_ref_time(31_945_000) - .saturating_add(Weight::from_proof_size(9260)) + Weight::from_parts(31_945_000, 0) + .saturating_add(Weight::from_parts(0, 9260)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,16 +70,16 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 22_799 nanoseconds. - Weight::from_ref_time(23_316_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(23_316_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn reserve_transfer_assets() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 21_833 nanoseconds. - Weight::from_ref_time(22_121_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(22_121_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Benchmark Override (r:0 w:0) /// Proof Skipped: Benchmark Override (max_values: None, max_size: None, mode: Measured) @@ -88,8 +88,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 18_446_744_073_709_551 nanoseconds. - Weight::from_ref_time(18_446_744_073_709_551_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(18_446_744_073_709_551_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: XcmPallet SupportedVersion (r:0 w:1) /// Proof Skipped: XcmPallet SupportedVersion (max_values: None, max_size: None, mode: Measured) @@ -98,8 +98,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 9_945 nanoseconds. - Weight::from_ref_time(10_250_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(10_250_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: XcmPallet SafeXcmVersion (r:0 w:1) @@ -109,8 +109,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_700 nanoseconds. - Weight::from_ref_time(2_815_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_815_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: XcmPallet VersionNotifiers (r:1 w:1) @@ -134,8 +134,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `169` // Estimated: `12737` // Minimum execution time: 36_182 nanoseconds. - Weight::from_ref_time(36_714_000) - .saturating_add(Weight::from_proof_size(12737)) + Weight::from_parts(36_714_000, 0) + .saturating_add(Weight::from_parts(0, 12737)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -158,8 +158,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `326` // Estimated: `13172` // Minimum execution time: 36_706 nanoseconds. - Weight::from_ref_time(37_135_000) - .saturating_add(Weight::from_proof_size(13172)) + Weight::from_parts(37_135_000, 0) + .saturating_add(Weight::from_parts(0, 13172)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -170,8 +170,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `229` // Estimated: `10129` // Minimum execution time: 15_818 nanoseconds. - Weight::from_ref_time(16_246_000) - .saturating_add(Weight::from_proof_size(10129)) + Weight::from_parts(16_246_000, 0) + .saturating_add(Weight::from_parts(0, 10129)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -182,8 +182,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `233` // Estimated: `10133` // Minimum execution time: 15_799 nanoseconds. - Weight::from_ref_time(16_232_000) - .saturating_add(Weight::from_proof_size(10133)) + Weight::from_parts(16_232_000, 0) + .saturating_add(Weight::from_parts(0, 10133)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -194,8 +194,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `243` // Estimated: `12618` // Minimum execution time: 18_584 nanoseconds. - Weight::from_ref_time(19_031_000) - .saturating_add(Weight::from_proof_size(12618)) + Weight::from_parts(19_031_000, 0) + .saturating_add(Weight::from_parts(0, 12618)) .saturating_add(T::DbWeight::get().reads(5)) } /// Storage: XcmPallet VersionNotifyTargets (r:2 w:1) @@ -215,8 +215,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `239` // Estimated: `14799` // Minimum execution time: 33_133 nanoseconds. - Weight::from_ref_time(33_402_000) - .saturating_add(Weight::from_proof_size(14799)) + Weight::from_parts(33_402_000, 0) + .saturating_add(Weight::from_parts(0, 14799)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -227,8 +227,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `272` // Estimated: `7697` // Minimum execution time: 8_589 nanoseconds. - Weight::from_ref_time(8_837_000) - .saturating_add(Weight::from_proof_size(7697)) + Weight::from_parts(8_837_000, 0) + .saturating_add(Weight::from_parts(0, 7697)) .saturating_add(T::DbWeight::get().reads(3)) } /// Storage: XcmPallet VersionNotifyTargets (r:4 w:2) @@ -238,8 +238,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `240` // Estimated: `10140` // Minimum execution time: 16_573 nanoseconds. - Weight::from_ref_time(17_162_000) - .saturating_add(Weight::from_proof_size(10140)) + Weight::from_parts(17_162_000, 0) + .saturating_add(Weight::from_parts(0, 10140)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -260,8 +260,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `243` // Estimated: `19773` // Minimum execution time: 39_648 nanoseconds. - Weight::from_ref_time(40_257_000) - .saturating_add(Weight::from_proof_size(19773)) + Weight::from_parts(40_257_000, 0) + .saturating_add(Weight::from_parts(0, 19773)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/westend/src/weights/runtime_common_auctions.rs b/runtime/westend/src/weights/runtime_common_auctions.rs index 9ac6d4dcc8d9..7e361e924e0d 100644 --- a/runtime/westend/src/weights/runtime_common_auctions.rs +++ b/runtime/westend/src/weights/runtime_common_auctions.rs @@ -54,8 +54,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `4` // Estimated: `1002` // Minimum execution time: 12_271 nanoseconds. - Weight::from_ref_time(12_608_000) - .saturating_add(Weight::from_proof_size(1002)) + Weight::from_parts(12_608_000, 0) + .saturating_add(Weight::from_parts(0, 1002)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,8 +78,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `635` // Estimated: `19290` // Minimum execution time: 69_074 nanoseconds. - Weight::from_ref_time(70_726_000) - .saturating_add(Weight::from_proof_size(19290)) + Weight::from_parts(70_726_000, 0) + .saturating_add(Weight::from_parts(0, 19290)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -112,8 +112,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `7060429` // Estimated: `51338925` // Minimum execution time: 16_090_025 nanoseconds. - Weight::from_ref_time(16_438_002_000) - .saturating_add(Weight::from_proof_size(51338925)) + Weight::from_parts(16_438_002_000, 0) + .saturating_add(Weight::from_parts(0, 51338925)) .saturating_add(T::DbWeight::get().reads(3688)) .saturating_add(T::DbWeight::get().writes(3683)) } @@ -130,8 +130,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `178884` // Estimated: `16009503` // Minimum execution time: 4_773_572 nanoseconds. - Weight::from_ref_time(4_870_970_000) - .saturating_add(Weight::from_proof_size(16009503)) + Weight::from_parts(4_870_970_000, 0) + .saturating_add(Weight::from_parts(0, 16009503)) .saturating_add(T::DbWeight::get().reads(3673)) .saturating_add(T::DbWeight::get().writes(3673)) } diff --git a/runtime/westend/src/weights/runtime_common_crowdloan.rs b/runtime/westend/src/weights/runtime_common_crowdloan.rs index cdf99c99eaa2..153efd6f08cc 100644 --- a/runtime/westend/src/weights/runtime_common_crowdloan.rs +++ b/runtime/westend/src/weights/runtime_common_crowdloan.rs @@ -58,8 +58,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `418` // Estimated: `9592` // Minimum execution time: 39_590 nanoseconds. - Weight::from_ref_time(40_531_000) - .saturating_add(Weight::from_proof_size(9592)) + Weight::from_parts(40_531_000, 0) + .saturating_add(Weight::from_parts(0, 9592)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -84,8 +84,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `368` // Estimated: `13872` // Minimum execution time: 111_368 nanoseconds. - Weight::from_ref_time(112_815_000) - .saturating_add(Weight::from_proof_size(13872)) + Weight::from_parts(112_815_000, 0) + .saturating_add(Weight::from_parts(0, 13872)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -102,8 +102,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `786` // Estimated: `12239` // Minimum execution time: 57_399 nanoseconds. - Weight::from_ref_time(58_224_000) - .saturating_add(Weight::from_proof_size(12239)) + Weight::from_parts(58_224_000, 0) + .saturating_add(Weight::from_parts(0, 12239)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -115,15 +115,15 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `236 + k * (220 ±0)` // Estimated: `256 + k * (221 ±0)` // Minimum execution time: 40_233 nanoseconds. - Weight::from_ref_time(54_026_000) - .saturating_add(Weight::from_proof_size(256)) + Weight::from_parts(54_026_000, 0) + .saturating_add(Weight::from_parts(0, 256)) // Standard Error: 13_085 - .saturating_add(Weight::from_ref_time(22_927_324).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(22_927_324, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(k.into()))) - .saturating_add(Weight::from_proof_size(221).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 221).saturating_mul(k.into())) } /// Storage: Crowdloan Funds (r:1 w:1) /// Proof Skipped: Crowdloan Funds (max_values: None, max_size: None, mode: Measured) @@ -134,8 +134,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `439` // Estimated: `5517` // Minimum execution time: 29_857 nanoseconds. - Weight::from_ref_time(30_340_000) - .saturating_add(Weight::from_proof_size(5517)) + Weight::from_parts(30_340_000, 0) + .saturating_add(Weight::from_parts(0, 5517)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -146,8 +146,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `267` // Estimated: `2742` // Minimum execution time: 17_245 nanoseconds. - Weight::from_ref_time(17_847_000) - .saturating_add(Weight::from_proof_size(2742)) + Weight::from_parts(17_847_000, 0) + .saturating_add(Weight::from_parts(0, 2742)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -160,8 +160,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `444` // Estimated: `5838` // Minimum execution time: 24_929 nanoseconds. - Weight::from_ref_time(25_462_000) - .saturating_add(Weight::from_proof_size(5838)) + Weight::from_parts(25_462_000, 0) + .saturating_add(Weight::from_parts(0, 5838)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -174,8 +174,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `271` // Estimated: `3512` // Minimum execution time: 17_200 nanoseconds. - Weight::from_ref_time(17_776_000) - .saturating_add(Weight::from_proof_size(3512)) + Weight::from_parts(17_776_000, 0) + .saturating_add(Weight::from_parts(0, 3512)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -205,14 +205,14 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `118 + n * (420 ±0)` // Estimated: `6947 + n * (14663 ±0)` // Minimum execution time: 114_121 nanoseconds. - Weight::from_ref_time(116_551_000) - .saturating_add(Weight::from_proof_size(6947)) + Weight::from_parts(116_551_000, 0) + .saturating_add(Weight::from_parts(0, 6947)) // Standard Error: 47_770 - .saturating_add(Weight::from_ref_time(50_697_962).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(50_697_962, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_proof_size(14663).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 14663).saturating_mul(n.into())) } } diff --git a/runtime/westend/src/weights/runtime_common_paras_registrar.rs b/runtime/westend/src/weights/runtime_common_paras_registrar.rs index 4906c5d9e65d..1d3521fb650a 100644 --- a/runtime/westend/src/weights/runtime_common_paras_registrar.rs +++ b/runtime/westend/src/weights/runtime_common_paras_registrar.rs @@ -56,8 +56,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `97` // Estimated: `5736` // Minimum execution time: 27_616 nanoseconds. - Weight::from_ref_time(28_197_000) - .saturating_add(Weight::from_proof_size(5736)) + Weight::from_parts(28_197_000, 0) + .saturating_add(Weight::from_parts(0, 5736)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -84,8 +84,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `302` // Estimated: `18063` // Minimum execution time: 7_577_009 nanoseconds. - Weight::from_ref_time(7_620_824_000) - .saturating_add(Weight::from_proof_size(18063)) + Weight::from_parts(7_620_824_000, 0) + .saturating_add(Weight::from_parts(0, 18063)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -112,8 +112,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `187` // Estimated: `17028` // Minimum execution time: 7_373_489 nanoseconds. - Weight::from_ref_time(7_488_705_000) - .saturating_add(Weight::from_proof_size(17028)) + Weight::from_parts(7_488_705_000, 0) + .saturating_add(Weight::from_parts(0, 17028)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -134,8 +134,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `467` // Estimated: `13197` // Minimum execution time: 41_183 nanoseconds. - Weight::from_ref_time(41_974_000) - .saturating_add(Weight::from_proof_size(13197)) + Weight::from_parts(41_974_000, 0) + .saturating_add(Weight::from_parts(0, 13197)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -158,8 +158,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `668` // Estimated: `27446` // Minimum execution time: 45_991 nanoseconds. - Weight::from_ref_time(47_156_000) - .saturating_add(Weight::from_proof_size(27446)) + Weight::from_parts(47_156_000, 0) + .saturating_add(Weight::from_parts(0, 27446)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -189,10 +189,10 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `28` // Estimated: `16615` // Minimum execution time: 39_149 nanoseconds. - Weight::from_ref_time(39_522_000) - .saturating_add(Weight::from_proof_size(16615)) + Weight::from_parts(39_522_000, 0) + .saturating_add(Weight::from_parts(0, 16615)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_325).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_325, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -204,10 +204,10 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 9_032 nanoseconds. - Weight::from_ref_time(9_110_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_110_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(919).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(919, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/westend/src/weights/runtime_common_slots.rs b/runtime/westend/src/weights/runtime_common_slots.rs index 95c9f519ef78..3cf478488fe1 100644 --- a/runtime/westend/src/weights/runtime_common_slots.rs +++ b/runtime/westend/src/weights/runtime_common_slots.rs @@ -54,8 +54,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 9_185 nanoseconds. - Weight::from_ref_time(9_492_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(9_492_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -72,8 +72,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 9_350 nanoseconds. - Weight::from_ref_time(9_740_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(9_740_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -88,8 +88,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 9_462 nanoseconds. - Weight::from_ref_time(9_762_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(9_762_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -104,8 +104,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 9_576 nanoseconds. - Weight::from_ref_time(9_879_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(9_879_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -116,8 +116,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `0` // Estimated: `0` // Minimum execution time: 2_000_000_000 nanoseconds. - Weight::from_ref_time(2_000_000_000_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_000_000_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Configuration PendingConfigs (r:1 w:1) /// Proof Skipped: Configuration PendingConfigs (max_values: Some(1), max_size: None, mode: Measured) @@ -130,8 +130,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 9_608 nanoseconds. - Weight::from_ref_time(9_928_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(9_928_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/runtime_parachains_disputes.rs b/runtime/westend/src/weights/runtime_parachains_disputes.rs index cb21a4eeab0a..a88572031855 100644 --- a/runtime/westend/src/weights/runtime_parachains_disputes.rs +++ b/runtime/westend/src/weights/runtime_parachains_disputes.rs @@ -52,8 +52,8 @@ impl runtime_parachains::disputes::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 2_740 nanoseconds. - Weight::from_ref_time(2_842_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_842_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/westend/src/weights/runtime_parachains_disputes_slashing.rs b/runtime/westend/src/weights/runtime_parachains_disputes_slashing.rs index ca308225089c..dff2360419e8 100644 --- a/runtime/westend/src/weights/runtime_parachains_disputes_slashing.rs +++ b/runtime/westend/src/weights/runtime_parachains_disputes_slashing.rs @@ -85,12 +85,12 @@ impl runtime_parachains::disputes::slashing::WeightInfo // Measured: `4631 + n * (209 ±0)` // Estimated: `77841 + n * (2317 ±0)` // Minimum execution time: 86_772 nanoseconds. - Weight::from_ref_time(124_398_343) - .saturating_add(Weight::from_proof_size(77841)) + Weight::from_parts(124_398_343, 0) + .saturating_add(Weight::from_parts(0, 77841)) // Standard Error: 3_624 - .saturating_add(Weight::from_ref_time(361_232).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(361_232, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(17)) .saturating_add(T::DbWeight::get().writes(9)) - .saturating_add(Weight::from_proof_size(2317).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 2317).saturating_mul(n.into())) } } diff --git a/runtime/westend/src/weights/runtime_parachains_hrmp.rs b/runtime/westend/src/weights/runtime_parachains_hrmp.rs index a8d900f3f59c..6064c686b1d4 100644 --- a/runtime/westend/src/weights/runtime_parachains_hrmp.rs +++ b/runtime/westend/src/weights/runtime_parachains_hrmp.rs @@ -66,8 +66,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `307` // Estimated: `22751` // Minimum execution time: 35_099 nanoseconds. - Weight::from_ref_time(35_616_000) - .saturating_add(Weight::from_proof_size(22751)) + Weight::from_parts(35_616_000, 0) + .saturating_add(Weight::from_parts(0, 22751)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -88,8 +88,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `453` // Estimated: `17568` // Minimum execution time: 32_216 nanoseconds. - Weight::from_ref_time(32_725_000) - .saturating_add(Weight::from_proof_size(17568)) + Weight::from_parts(32_725_000, 0) + .saturating_add(Weight::from_parts(0, 17568)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -108,8 +108,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `270` // Estimated: `11745` // Minimum execution time: 27_964 nanoseconds. - Weight::from_ref_time(28_273_000) - .saturating_add(Weight::from_proof_size(11745)) + Weight::from_parts(28_273_000, 0) + .saturating_add(Weight::from_parts(0, 11745)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -132,20 +132,20 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `215 + i * (131 ±0) + e * (131 ±0)` // Estimated: `6120 + i * (5742 ±0) + e * (5736 ±0)` // Minimum execution time: 1_079_349 nanoseconds. - Weight::from_ref_time(1_082_875_000) - .saturating_add(Weight::from_proof_size(6120)) + Weight::from_parts(1_082_875_000, 0) + .saturating_add(Weight::from_parts(0, 6120)) // Standard Error: 96_221 - .saturating_add(Weight::from_ref_time(3_166_230).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(3_166_230, 0).saturating_mul(i.into())) // Standard Error: 96_221 - .saturating_add(Weight::from_ref_time(3_268_684).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(3_268_684, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(e.into()))) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(e.into()))) - .saturating_add(Weight::from_proof_size(5742).saturating_mul(i.into())) - .saturating_add(Weight::from_proof_size(5736).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 5742).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(0, 5736).saturating_mul(e.into())) } /// Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpOpenChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -169,15 +169,15 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `427 + c * (166 ±0)` // Estimated: `3804 + c * (18661 ±0)` // Minimum execution time: 6_079 nanoseconds. - Weight::from_ref_time(2_963_503) - .saturating_add(Weight::from_proof_size(3804)) + Weight::from_parts(2_963_503, 0) + .saturating_add(Weight::from_parts(0, 3804)) // Standard Error: 16_012 - .saturating_add(Weight::from_ref_time(18_835_466).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(18_835_466, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((6_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(18661).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 18661).saturating_mul(c.into())) } /// Storage: Hrmp HrmpCloseChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpCloseChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -197,15 +197,15 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `268 + c * (155 ±0)` // Estimated: `1998 + c * (8361 ±0)` // Minimum execution time: 4_900 nanoseconds. - Weight::from_ref_time(1_670_034) - .saturating_add(Weight::from_proof_size(1998)) + Weight::from_parts(1_670_034, 0) + .saturating_add(Weight::from_parts(0, 1998)) // Standard Error: 11_256 - .saturating_add(Weight::from_ref_time(11_514_950).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(11_514_950, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(8361).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 8361).saturating_mul(c.into())) } /// Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpOpenChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -219,13 +219,13 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `983 + c * (13 ±0)` // Estimated: `7794 + c * (45 ±0)` // Minimum execution time: 20_543 nanoseconds. - Weight::from_ref_time(26_343_259) - .saturating_add(Weight::from_proof_size(7794)) + Weight::from_parts(26_343_259, 0) + .saturating_add(Weight::from_parts(0, 7794)) // Standard Error: 1_548 - .saturating_add(Weight::from_ref_time(69_766).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(69_766, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(45).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 45).saturating_mul(c.into())) } /// Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpOpenChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -237,15 +237,15 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `178 + c * (94 ±0)` // Estimated: `834 + c * (2664 ±0)` // Minimum execution time: 4_088 nanoseconds. - Weight::from_ref_time(3_216_089) - .saturating_add(Weight::from_proof_size(834)) + Weight::from_parts(3_216_089, 0) + .saturating_add(Weight::from_parts(0, 834)) // Standard Error: 3_010 - .saturating_add(Weight::from_ref_time(3_078_715).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(3_078_715, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(2664).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 2664).saturating_mul(c.into())) } /// Storage: Paras ParaLifecycles (r:2 w:0) /// Proof Skipped: Paras ParaLifecycles (max_values: None, max_size: None, mode: Measured) @@ -272,8 +272,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `307` // Estimated: `33265` // Minimum execution time: 48_862 nanoseconds. - Weight::from_ref_time(49_253_000) - .saturating_add(Weight::from_proof_size(33265)) + Weight::from_parts(49_253_000, 0) + .saturating_add(Weight::from_parts(0, 33265)) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(8)) } diff --git a/runtime/westend/src/weights/runtime_parachains_initializer.rs b/runtime/westend/src/weights/runtime_parachains_initializer.rs index 7c47b4031210..afd61786f5cf 100644 --- a/runtime/westend/src/weights/runtime_parachains_initializer.rs +++ b/runtime/westend/src/weights/runtime_parachains_initializer.rs @@ -53,12 +53,12 @@ impl runtime_parachains::initializer::WeightInfo for We // Measured: `28 + d * (11 ±0)` // Estimated: `519 + d * (11 ±0)` // Minimum execution time: 3_562 nanoseconds. - Weight::from_ref_time(5_936_312) - .saturating_add(Weight::from_proof_size(519)) + Weight::from_parts(5_936_312, 0) + .saturating_add(Weight::from_parts(0, 519)) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_313).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_313, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(11).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(0, 11).saturating_mul(d.into())) } } diff --git a/runtime/westend/src/weights/runtime_parachains_paras.rs b/runtime/westend/src/weights/runtime_parachains_paras.rs index 8bafed452f11..eecefa63568e 100644 --- a/runtime/westend/src/weights/runtime_parachains_paras.rs +++ b/runtime/westend/src/weights/runtime_parachains_paras.rs @@ -63,10 +63,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `8341` // Estimated: `57966` // Minimum execution time: 32_871 nanoseconds. - Weight::from_ref_time(33_099_000) - .saturating_add(Weight::from_proof_size(57966)) + Weight::from_parts(33_099_000, 0) + .saturating_add(Weight::from_parts(0, 57966)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_313).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_313, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -78,10 +78,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `0` // Estimated: `0` // Minimum execution time: 8_008 nanoseconds. - Weight::from_ref_time(8_206_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(8_206_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(921).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(921, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Paras FutureCodeHash (r:1 w:1) @@ -110,10 +110,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `16526` // Estimated: `179120` // Minimum execution time: 57_920 nanoseconds. - Weight::from_ref_time(58_255_000) - .saturating_add(Weight::from_proof_size(179120)) + Weight::from_parts(58_255_000, 0) + .saturating_add(Weight::from_parts(0, 179120)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_337).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_337, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -129,10 +129,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `95` // Estimated: `2760` // Minimum execution time: 13_669 nanoseconds. - Weight::from_ref_time(13_872_000) - .saturating_add(Weight::from_proof_size(2760)) + Weight::from_parts(13_872_000, 0) + .saturating_add(Weight::from_parts(0, 2760)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(917).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(917, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -145,8 +145,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `4283` // Estimated: `11536` // Minimum execution time: 19_437 nanoseconds. - Weight::from_ref_time(20_010_000) - .saturating_add(Weight::from_proof_size(11536)) + Weight::from_parts(20_010_000, 0) + .saturating_add(Weight::from_parts(0, 11536)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -160,10 +160,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `28` // Estimated: `5006` // Minimum execution time: 7_714 nanoseconds. - Weight::from_ref_time(7_825_000) - .saturating_add(Weight::from_proof_size(5006)) + Weight::from_parts(7_825_000, 0) + .saturating_add(Weight::from_parts(0, 5006)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_320).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_320, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -176,8 +176,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `28` // Estimated: `2531` // Minimum execution time: 5_518 nanoseconds. - Weight::from_ref_time(5_683_000) - .saturating_add(Weight::from_proof_size(2531)) + Weight::from_parts(5_683_000, 0) + .saturating_add(Weight::from_parts(0, 2531)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,8 +192,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `26709` // Estimated: `83592` // Minimum execution time: 87_670 nanoseconds. - Weight::from_ref_time(90_517_000) - .saturating_add(Weight::from_proof_size(83592)) + Weight::from_parts(90_517_000, 0) + .saturating_add(Weight::from_parts(0, 83592)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -216,8 +216,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27295` // Estimated: `196015` // Minimum execution time: 803_005 nanoseconds. - Weight::from_ref_time(811_058_000) - .saturating_add(Weight::from_proof_size(196015)) + Weight::from_parts(811_058_000, 0) + .saturating_add(Weight::from_parts(0, 196015)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(104)) } @@ -232,8 +232,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27241` // Estimated: `85188` // Minimum execution time: 87_231 nanoseconds. - Weight::from_ref_time(87_949_000) - .saturating_add(Weight::from_proof_size(85188)) + Weight::from_parts(87_949_000, 0) + .saturating_add(Weight::from_parts(0, 85188)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -252,8 +252,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `26763` // Estimated: `140250` // Minimum execution time: 636_356 nanoseconds. - Weight::from_ref_time(641_339_000) - .saturating_add(Weight::from_proof_size(140250)) + Weight::from_parts(641_339_000, 0) + .saturating_add(Weight::from_parts(0, 140250)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -268,8 +268,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `26709` // Estimated: `83592` // Minimum execution time: 86_178 nanoseconds. - Weight::from_ref_time(87_400_000) - .saturating_add(Weight::from_proof_size(83592)) + Weight::from_parts(87_400_000, 0) + .saturating_add(Weight::from_parts(0, 83592)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/runtime_parachains_paras_inherent.rs b/runtime/westend/src/weights/runtime_parachains_paras_inherent.rs index 9ec661c13337..ecc483cb0dbb 100644 --- a/runtime/westend/src/weights/runtime_parachains_paras_inherent.rs +++ b/runtime/westend/src/weights/runtime_parachains_paras_inherent.rs @@ -113,13 +113,13 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `50844` // Estimated: `1459401 + v * (16 ±0)` // Minimum execution time: 792_123 nanoseconds. - Weight::from_ref_time(317_232_240) - .saturating_add(Weight::from_proof_size(1459401)) + Weight::from_parts(317_232_240, 0) + .saturating_add(Weight::from_parts(0, 1459401)) // Standard Error: 31_502 - .saturating_add(Weight::from_ref_time(48_212_479).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(48_212_479, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(28)) .saturating_add(T::DbWeight::get().writes(16)) - .saturating_add(Weight::from_proof_size(16).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 16).saturating_mul(v.into())) } /// Storage: ParaInherent Included (r:1 w:1) /// Proof Skipped: ParaInherent Included (max_values: Some(1), max_size: None, mode: Measured) @@ -186,8 +186,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `42647` // Estimated: `1182237` // Minimum execution time: 346_395 nanoseconds. - Weight::from_ref_time(352_253_000) - .saturating_add(Weight::from_proof_size(1182237)) + Weight::from_parts(352_253_000, 0) + .saturating_add(Weight::from_parts(0, 1182237)) .saturating_add(T::DbWeight::get().reads(26)) .saturating_add(T::DbWeight::get().writes(17)) } @@ -259,10 +259,10 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `42678` // Estimated: `1233177` // Minimum execution time: 5_650_864 nanoseconds. - Weight::from_ref_time(912_498_037) - .saturating_add(Weight::from_proof_size(1233177)) + Weight::from_parts(912_498_037, 0) + .saturating_add(Weight::from_parts(0, 1233177)) // Standard Error: 44_727 - .saturating_add(Weight::from_ref_time(47_405_991).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(47_405_991, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(29)) .saturating_add(T::DbWeight::get().writes(16)) } @@ -337,8 +337,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `42705` // Estimated: `1324293` // Minimum execution time: 38_692_756 nanoseconds. - Weight::from_ref_time(38_855_318_000) - .saturating_add(Weight::from_proof_size(1324293)) + Weight::from_parts(38_855_318_000, 0) + .saturating_add(Weight::from_parts(0, 1324293)) .saturating_add(T::DbWeight::get().reads(31)) .saturating_add(T::DbWeight::get().writes(16)) } diff --git a/runtime/westend/src/weights/runtime_parachains_ump.rs b/runtime/westend/src/weights/runtime_parachains_ump.rs index c76a14b15b2a..89cdc435394b 100644 --- a/runtime/westend/src/weights/runtime_parachains_ump.rs +++ b/runtime/westend/src/weights/runtime_parachains_ump.rs @@ -51,10 +51,10 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 6_303 nanoseconds. - Weight::from_ref_time(680_036) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(680_036, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 11 - .saturating_add(Weight::from_ref_time(1_902).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_902, 0).saturating_mul(s.into())) } /// Storage: Ump NeedsDispatch (r:1 w:1) /// Proof Skipped: Ump NeedsDispatch (max_values: Some(1), max_size: None, mode: Measured) @@ -69,8 +69,8 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `238` // Estimated: `1942` // Minimum execution time: 9_313 nanoseconds. - Weight::from_ref_time(9_573_000) - .saturating_add(Weight::from_proof_size(1942)) + Weight::from_parts(9_573_000, 0) + .saturating_add(Weight::from_parts(0, 1942)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -83,8 +83,8 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `223` // Estimated: `3197` // Minimum execution time: 23_606 nanoseconds. - Weight::from_ref_time(24_025_000) - .saturating_add(Weight::from_proof_size(3197)) + Weight::from_parts(24_025_000, 0) + .saturating_add(Weight::from_parts(0, 3197)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } From 2f77bb5de8d431bfd6684964383bb47390f93e3e Mon Sep 17 00:00:00 2001 From: parity-processbot <> Date: Thu, 2 Mar 2023 21:28:31 +0000 Subject: [PATCH 3/3] update lockfile for {"substrate"} --- Cargo.lock | 369 ++++++++++++++++++++++++++--------------------------- 1 file changed, 183 insertions(+), 186 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46f3c5b1b6b4..60c047b46b03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "hash-db", "log", @@ -2276,7 +2276,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", ] @@ -2299,7 +2299,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "frame-support-procedural", @@ -2324,7 +2324,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "Inflector", "array-bytes", @@ -2371,7 +2371,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2382,7 +2382,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2399,7 +2399,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "frame-system", @@ -2428,7 +2428,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "futures", "log", @@ -2444,7 +2444,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "bitflags", "environmental", @@ -2477,7 +2477,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "Inflector", "cfg-expr", @@ -2492,7 +2492,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2504,7 +2504,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "proc-macro2", "quote", @@ -2514,7 +2514,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -2538,7 +2538,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "frame-system", @@ -2549,7 +2549,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "log", @@ -2567,7 +2567,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -2582,7 +2582,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "sp-api", @@ -2591,7 +2591,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "parity-scale-codec", @@ -2773,7 +2773,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "chrono", "frame-election-provider-support", @@ -4552,7 +4552,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "futures", "log", @@ -4571,7 +4571,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "anyhow", "jsonrpsee", @@ -5133,7 +5133,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5148,7 +5148,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "frame-system", @@ -5164,7 +5164,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "frame-system", @@ -5178,7 +5178,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5202,7 +5202,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5222,7 +5222,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5241,7 +5241,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5256,7 +5256,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "frame-system", @@ -5275,7 +5275,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5299,7 +5299,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5317,7 +5317,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5336,7 +5336,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5353,7 +5353,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5370,7 +5370,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5388,7 +5388,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5411,7 +5411,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5424,7 +5424,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5442,7 +5442,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5460,7 +5460,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5483,7 +5483,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5499,7 +5499,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5519,7 +5519,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5536,7 +5536,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5553,7 +5553,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5570,7 +5570,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5586,7 +5586,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5602,7 +5602,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "frame-system", @@ -5619,7 +5619,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5639,7 +5639,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -5650,7 +5650,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "frame-system", @@ -5667,7 +5667,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5691,7 +5691,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5708,7 +5708,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5723,7 +5723,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5741,7 +5741,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5756,7 +5756,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5775,7 +5775,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5792,7 +5792,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "frame-system", @@ -5813,7 +5813,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5829,7 +5829,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "frame-system", @@ -5843,7 +5843,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5866,7 +5866,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5877,7 +5877,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "log", "sp-arithmetic", @@ -5886,7 +5886,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "sp-api", @@ -5895,7 +5895,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5912,7 +5912,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "frame-system", @@ -5926,7 +5926,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5944,7 +5944,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5963,7 +5963,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "frame-system", @@ -5979,7 +5979,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -5995,7 +5995,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6007,7 +6007,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6024,7 +6024,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6039,7 +6039,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6055,7 +6055,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6070,7 +6070,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8998,7 +8998,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "log", "sp-core", @@ -9009,7 +9009,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "futures", @@ -9036,7 +9036,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "futures", "futures-timer", @@ -9059,7 +9059,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9074,7 +9074,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9093,7 +9093,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9104,7 +9104,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "array-bytes", "chrono", @@ -9144,7 +9144,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "fnv", "futures", @@ -9170,7 +9170,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "hash-db", "kvdb", @@ -9196,7 +9196,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "futures", @@ -9221,7 +9221,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "fork-tree", @@ -9260,7 +9260,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "futures", "jsonrpsee", @@ -9282,7 +9282,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "array-bytes", "async-trait", @@ -9316,7 +9316,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "futures", "jsonrpsee", @@ -9335,7 +9335,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9348,7 +9348,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9388,7 +9388,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "finality-grandpa", "futures", @@ -9408,7 +9408,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "futures", @@ -9431,7 +9431,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -9455,7 +9455,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9468,7 +9468,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "log", "sc-allocator", @@ -9481,7 +9481,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "anyhow", "cfg-if", @@ -9499,7 +9499,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "ansi_term", "futures", @@ -9514,7 +9514,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "array-bytes", "async-trait", @@ -9529,7 +9529,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "array-bytes", "async-channel", @@ -9572,7 +9572,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "cid", "futures", @@ -9591,7 +9591,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "bitflags", @@ -9617,7 +9617,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "ahash 0.8.2", "futures", @@ -9635,7 +9635,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "array-bytes", "futures", @@ -9656,7 +9656,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "array-bytes", "async-trait", @@ -9688,7 +9688,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "array-bytes", "futures", @@ -9707,7 +9707,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "array-bytes", "bytes", @@ -9737,7 +9737,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "futures", "libp2p", @@ -9750,7 +9750,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9759,7 +9759,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "futures", "jsonrpsee", @@ -9789,7 +9789,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9808,7 +9808,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "http", "jsonrpsee", @@ -9823,7 +9823,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "array-bytes", "futures", @@ -9849,7 +9849,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "directories", @@ -9915,7 +9915,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "log", "parity-scale-codec", @@ -9926,7 +9926,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "clap 4.0.15", "fs4", @@ -9942,7 +9942,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9961,7 +9961,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "futures", "libc", @@ -9980,7 +9980,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "chrono", "futures", @@ -9999,7 +9999,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "ansi_term", "atty", @@ -10030,7 +10030,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10041,7 +10041,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "futures", @@ -10068,7 +10068,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "futures", @@ -10082,7 +10082,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "backtrace", "futures", @@ -10590,7 +10590,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "hash-db", "log", @@ -10608,7 +10608,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "blake2", "proc-macro-crate", @@ -10620,7 +10620,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "scale-info", @@ -10633,7 +10633,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "integer-sqrt", "num-traits", @@ -10647,7 +10647,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "scale-info", @@ -10660,7 +10660,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "sp-api", @@ -10672,7 +10672,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "futures", "log", @@ -10690,25 +10690,22 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "futures", "log", - "parity-scale-codec", "sp-core", "sp-inherents", "sp-runtime", "sp-state-machine", - "sp-std", - "sp-version", "thiserror", ] [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "parity-scale-codec", @@ -10726,7 +10723,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "merlin", @@ -10749,7 +10746,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "lazy_static", "parity-scale-codec", @@ -10768,7 +10765,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "finality-grandpa", "log", @@ -10786,7 +10783,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "scale-info", @@ -10798,7 +10795,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "scale-info", @@ -10811,7 +10808,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "array-bytes", "base58", @@ -10854,7 +10851,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "blake2", "byteorder", @@ -10868,7 +10865,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "proc-macro2", "quote", @@ -10879,7 +10876,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -10888,7 +10885,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "proc-macro2", "quote", @@ -10898,7 +10895,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "environmental", "parity-scale-codec", @@ -10909,7 +10906,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10924,7 +10921,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "bytes", "ed25519", @@ -10949,7 +10946,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "lazy_static", "sp-core", @@ -10960,7 +10957,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "futures", @@ -10977,7 +10974,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "thiserror", "zstd", @@ -10986,7 +10983,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11004,7 +11001,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11018,7 +11015,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "sp-api", "sp-core", @@ -11028,7 +11025,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "backtrace", "lazy_static", @@ -11038,7 +11035,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "rustc-hash", "serde", @@ -11048,7 +11045,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "either", "hash256-std-hasher", @@ -11070,7 +11067,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11088,7 +11085,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "Inflector", "proc-macro-crate", @@ -11100,7 +11097,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11114,7 +11111,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11126,7 +11123,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "hash-db", "log", @@ -11146,12 +11143,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11164,7 +11161,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "futures-timer", @@ -11179,7 +11176,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "sp-std", @@ -11191,7 +11188,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "sp-api", "sp-runtime", @@ -11200,7 +11197,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "log", @@ -11216,7 +11213,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11239,7 +11236,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11256,7 +11253,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11267,7 +11264,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11281,7 +11278,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11501,7 +11498,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "platforms", ] @@ -11509,7 +11506,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11528,7 +11525,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "hyper", "log", @@ -11540,7 +11537,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "jsonrpsee", @@ -11553,7 +11550,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "jsonrpsee", "log", @@ -11572,7 +11569,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "array-bytes", "async-trait", @@ -11598,7 +11595,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11608,7 +11605,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11619,7 +11616,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "ansi_term", "build-helper", @@ -12420,7 +12417,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "clap 4.0.15",