From 7b4814d94c686cbdd2aabff870daee592e50b6db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Thei=C3=9Fen?= Date: Sun, 5 Feb 2023 00:21:11 -0300 Subject: [PATCH 1/6] Enable wasm-opt optimizations --- utils/wasm-builder/src/wasm_project.rs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/utils/wasm-builder/src/wasm_project.rs b/utils/wasm-builder/src/wasm_project.rs index d17997360deef..32b14904bc1f9 100644 --- a/utils/wasm-builder/src/wasm_project.rs +++ b/utils/wasm-builder/src/wasm_project.rs @@ -691,7 +691,12 @@ fn compact_wasm_file( let (wasm_compact_path, wasm_compact_compressed_path) = if profile.wants_compact() { let wasm_compact_path = project.join(format!("{}.compact.wasm", out_name,)); - wasm_opt::OptimizationOptions::new_opt_level_0() + let mut level = match &profile { + Profile::Production => wasm_opt::OptimizationOptions::new_opt_level_4(), + Profile::Release => wasm_opt::OptimizationOptions::new_opt_level_1(), + Profile::Debug => wasm_opt::OptimizationOptions::new_opt_level_0(), + }; + level .mvp_features_only() .debug_info(true) .add_pass(wasm_opt::Pass::StripDwarf) From 9fa05fa83de23b02191a574fdd18881effd06402 Mon Sep 17 00:00:00 2001 From: command-bot <> Date: Wed, 1 Mar 2023 16:27:09 +0000 Subject: [PATCH 2/6] ".git/.scripts/commands/bench-all/bench-all.sh" "" --- frame/support/src/weights/block_weights.rs | 20 ++--- .../support/src/weights/extrinsic_weights.rs | 20 ++--- frame/whitelist/src/weights.rs | 79 +++++++++++-------- 3 files changed, 65 insertions(+), 54 deletions(-) diff --git a/frame/support/src/weights/block_weights.rs b/frame/support/src/weights/block_weights.rs index a208c77aa28c1..3d0ac612bcf8f 100644 --- a/frame/support/src/weights/block_weights.rs +++ b/frame/support/src/weights/block_weights.rs @@ -16,8 +16,8 @@ // limitations under the License. //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-25 (Y/M/D) -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-03-01 (Y/M/D) +//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development` //! WARMUPS: `10`, REPEAT: `100` @@ -44,17 +44,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 377_722, 414_752 - /// Average: 381_015 - /// Median: 379_751 - /// Std-Dev: 5462.64 + /// Min, Max: 386_010, 425_161 + /// Average: 392_959 + /// Median: 388_638 + /// Std-Dev: 9965.12 /// /// Percentiles nanoseconds: - /// 99th: 413_074 - /// 95th: 384_876 - /// 75th: 380_642 + /// 99th: 424_382 + /// 95th: 422_217 + /// 75th: 391_639 pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(381_015)); + Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(392_959)); } #[cfg(test)] diff --git a/frame/support/src/weights/extrinsic_weights.rs b/frame/support/src/weights/extrinsic_weights.rs index 4e3a0fda8d2f5..5451949810718 100644 --- a/frame/support/src/weights/extrinsic_weights.rs +++ b/frame/support/src/weights/extrinsic_weights.rs @@ -16,8 +16,8 @@ // limitations under the License. //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-25 (Y/M/D) -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! DATE: 2023-03-01 (Y/M/D) +//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Development` //! WARMUPS: `10`, REPEAT: `100` @@ -44,17 +44,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 99_481, 103_304 - /// Average: 99_840 - /// Median: 99_795 - /// Std-Dev: 376.17 + /// Min, Max: 107_488, 108_891 + /// Average: 107_919 + /// Median: 107_805 + /// Std-Dev: 339.89 /// /// Percentiles nanoseconds: - /// 99th: 100_078 - /// 95th: 100_051 - /// 75th: 99_916 + /// 99th: 108_859 + /// 95th: 108_732 + /// 75th: 108_029 pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(99_840)); + Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(107_919)); } #[cfg(test)] diff --git a/frame/whitelist/src/weights.rs b/frame/whitelist/src/weights.rs index 2b25e81941540..8463b2b6797c8 100644 --- a/frame/whitelist/src/weights.rs +++ b/frame/whitelist/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_whitelist //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_whitelist +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -64,9 +67,10 @@ impl WeightInfo for SubstrateWeight { fn whitelist_call() -> Weight { // Proof Size summary in bytes: // Measured: `217` - // Estimated: `5081` - // Minimum execution time: 18_618 nanoseconds. - Weight::from_parts(19_133_000, 5081) + // Estimated: `7061` + // Minimum execution time: 21_223 nanoseconds. + Weight::from_ref_time(21_732_000) + .saturating_add(Weight::from_proof_size(7061)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -77,9 +81,10 @@ impl WeightInfo for SubstrateWeight { fn remove_whitelisted_call() -> Weight { // Proof Size summary in bytes: // Measured: `346` - // Estimated: `5081` - // Minimum execution time: 16_685 nanoseconds. - Weight::from_parts(17_325_000, 5081) + // Estimated: `7061` + // Minimum execution time: 19_475 nanoseconds. + Weight::from_ref_time(19_768_000) + .saturating_add(Weight::from_proof_size(7061)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -93,11 +98,12 @@ impl WeightInfo for SubstrateWeight { fn dispatch_whitelisted_call(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `454 + n * (1 ±0)` - // Estimated: `8007 + n * (1 ±0)` - // Minimum execution time: 27_539 nanoseconds. - Weight::from_parts(27_950_000, 8007) - // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_134).saturating_mul(n.into())) + // Estimated: `10977 + n * (1 ±0)` + // Minimum execution time: 32_415 nanoseconds. + Weight::from_ref_time(32_604_000) + .saturating_add(Weight::from_proof_size(10977)) + // Standard Error: 1 + .saturating_add(Weight::from_ref_time(1_369).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(1).saturating_mul(n.into())) @@ -110,11 +116,12 @@ impl WeightInfo for SubstrateWeight { fn dispatch_whitelisted_call_with_preimage(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `346` - // Estimated: `5081` - // Minimum execution time: 20_581 nanoseconds. - Weight::from_parts(21_762_318, 5081) - // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_480).saturating_mul(n.into())) + // Estimated: `7061` + // Minimum execution time: 23_420 nanoseconds. + Weight::from_ref_time(24_394_850) + .saturating_add(Weight::from_proof_size(7061)) + // Standard Error: 6 + .saturating_add(Weight::from_ref_time(1_645).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -129,9 +136,10 @@ impl WeightInfo for () { fn whitelist_call() -> Weight { // Proof Size summary in bytes: // Measured: `217` - // Estimated: `5081` - // Minimum execution time: 18_618 nanoseconds. - Weight::from_parts(19_133_000, 5081) + // Estimated: `7061` + // Minimum execution time: 21_223 nanoseconds. + Weight::from_ref_time(21_732_000) + .saturating_add(Weight::from_proof_size(7061)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -142,9 +150,10 @@ impl WeightInfo for () { fn remove_whitelisted_call() -> Weight { // Proof Size summary in bytes: // Measured: `346` - // Estimated: `5081` - // Minimum execution time: 16_685 nanoseconds. - Weight::from_parts(17_325_000, 5081) + // Estimated: `7061` + // Minimum execution time: 19_475 nanoseconds. + Weight::from_ref_time(19_768_000) + .saturating_add(Weight::from_proof_size(7061)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -158,11 +167,12 @@ impl WeightInfo for () { fn dispatch_whitelisted_call(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `454 + n * (1 ±0)` - // Estimated: `8007 + n * (1 ±0)` - // Minimum execution time: 27_539 nanoseconds. - Weight::from_parts(27_950_000, 8007) - // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_134).saturating_mul(n.into())) + // Estimated: `10977 + n * (1 ±0)` + // Minimum execution time: 32_415 nanoseconds. + Weight::from_ref_time(32_604_000) + .saturating_add(Weight::from_proof_size(10977)) + // Standard Error: 1 + .saturating_add(Weight::from_ref_time(1_369).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(1).saturating_mul(n.into())) @@ -175,11 +185,12 @@ impl WeightInfo for () { fn dispatch_whitelisted_call_with_preimage(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `346` - // Estimated: `5081` - // Minimum execution time: 20_581 nanoseconds. - Weight::from_parts(21_762_318, 5081) - // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_480).saturating_mul(n.into())) + // Estimated: `7061` + // Minimum execution time: 23_420 nanoseconds. + Weight::from_ref_time(24_394_850) + .saturating_add(Weight::from_proof_size(7061)) + // Standard Error: 6 + .saturating_add(Weight::from_ref_time(1_645).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } From a6ccdff1dd6f3dcfa035cf55527b3d353b29e728 Mon Sep 17 00:00:00 2001 From: command-bot <> Date: Thu, 2 Mar 2023 00:29:27 +0000 Subject: [PATCH 3/6] ".git/.scripts/commands/bench-all/bench-all.sh" "" --- frame/alliance/src/weights.rs | 519 ++-- frame/assets/src/weights.rs | 419 +-- frame/bags-list/src/weights.rs | 49 +- frame/balances/src/weights.rs | 72 +- frame/benchmarking/src/weights.rs | 75 +- frame/bounties/src/weights.rs | 177 +- frame/child-bounties/src/weights.rs | 127 +- frame/collective/src/weights.rs | 315 ++- frame/contracts/src/weights.rs | 2350 +++++++++-------- frame/conviction-voting/src/weights.rs | 129 +- frame/democracy/src/weights.rs | 460 ++-- .../src/weights.rs | 199 +- frame/elections-phragmen/src/weights.rs | 236 +- frame/fast-unstake/src/weights.rs | 409 ++- frame/glutton/src/weights.rs | 120 +- frame/identity/src/weights.rs | 423 +-- frame/im-online/src/weights.rs | 41 +- frame/indices/src/weights.rs | 77 +- frame/lottery/src/weights.rs | 95 +- frame/membership/src/weights.rs | 157 +- frame/message-queue/src/weights.rs | 96 +- frame/multisig/src/weights.rs | 173 +- frame/nfts/src/weights.rs | 724 ++--- frame/nis/src/weights.rs | 173 +- frame/nomination-pools/src/weights.rs | 320 +-- frame/preimage/src/weights.rs | 199 +- frame/proxy/src/weights.rs | 259 +- frame/ranked-collective/src/weights.rs | 131 +- frame/recovery/src/weights.rs | 169 +- frame/referenda/src/weights.rs | 436 +-- frame/remark/src/weights.rs | 21 +- frame/scheduler/src/weights.rs | 203 +- frame/session/src/weights.rs | 35 +- frame/staking/src/weights.rs | 523 ++-- frame/state-trie-migration/src/weights.rs | 101 +- frame/support/src/weights/block_weights.rs | 18 +- .../support/src/weights/extrinsic_weights.rs | 18 +- frame/system/src/weights.rs | 105 +- frame/timestamp/src/weights.rs | 31 +- frame/tips/src/weights.rs | 139 +- frame/transaction-storage/src/weights.rs | 57 +- frame/treasury/src/weights.rs | 107 +- frame/uniques/src/weights.rs | 427 +-- frame/utility/src/weights.rs | 81 +- frame/vesting/src/weights.rs | 247 +- frame/whitelist/src/weights.rs | 48 +- 46 files changed, 6150 insertions(+), 5140 deletions(-) diff --git a/frame/alliance/src/weights.rs b/frame/alliance/src/weights.rs index 6ccf6bed3a5d2..e08437e636ffa 100644 --- a/frame/alliance/src/weights.rs +++ b/frame/alliance/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_alliance //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_alliance +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -88,16 +91,17 @@ impl WeightInfo for SubstrateWeight { /// The range of component `p` is `[1, 100]`. fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `692 + m * (32 ±0) + p * (36 ±0)` - // Estimated: `11659 + m * (132 ±0) + p * (144 ±0)` - // Minimum execution time: 28_849 nanoseconds. - Weight::from_parts(29_823_933, 11659) - // Standard Error: 74 - .saturating_add(Weight::from_ref_time(830).saturating_mul(b.into())) - // Standard Error: 775 - .saturating_add(Weight::from_ref_time(22_980).saturating_mul(m.into())) - // Standard Error: 765 - .saturating_add(Weight::from_ref_time(90_520).saturating_mul(p.into())) + // Measured: `608 + m * (32 ±0) + p * (37 ±0)` + // Estimated: `15515 + m * (132 ±0) + p * (144 ±0)` + // Minimum execution time: 32_922 nanoseconds. + Weight::from_ref_time(35_390_114) + .saturating_add(Weight::from_proof_size(15515)) + // Standard Error: 91 + .saturating_add(Weight::from_ref_time(822).saturating_mul(b.into())) + // Standard Error: 951 + .saturating_add(Weight::from_ref_time(33_065).saturating_mul(m.into())) + // Standard Error: 939 + .saturating_add(Weight::from_ref_time(119_272).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_proof_size(132).saturating_mul(m.into())) @@ -110,12 +114,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `m` is `[5, 100]`. fn vote(m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1177 + m * (64 ±0)` - // Estimated: `9337 + m * (64 ±0)` - // Minimum execution time: 23_570 nanoseconds. - Weight::from_parts(25_473_196, 9337) - // Standard Error: 824 - .saturating_add(Weight::from_ref_time(54_603).saturating_mul(m.into())) + // Measured: `1111 + m * (64 ±0)` + // Estimated: `11251 + m * (64 ±0)` + // Minimum execution time: 29_206 nanoseconds. + Weight::from_ref_time(29_818_025) + .saturating_add(Weight::from_proof_size(11251)) + // Standard Error: 626 + .saturating_add(Weight::from_ref_time(55_943).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_proof_size(64).saturating_mul(m.into())) @@ -134,18 +139,19 @@ impl WeightInfo for SubstrateWeight { /// The range of component `p` is `[1, 100]`. fn close_early_disapproved(m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `730 + m * (96 ±0) + p * (36 ±0)` - // Estimated: `11979 + m * (388 ±0) + p * (148 ±0)` - // Minimum execution time: 35_373 nanoseconds. - Weight::from_parts(32_763_656, 11979) - // Standard Error: 2_041 - .saturating_add(Weight::from_ref_time(52_915).saturating_mul(m.into())) - // Standard Error: 1_991 - .saturating_add(Weight::from_ref_time(78_594).saturating_mul(p.into())) + // Measured: `860 + m * (96 ±0) + p * (35 ±0)` + // Estimated: `16347 + m * (384 ±0) + p * (144 ±0)` + // Minimum execution time: 41_580 nanoseconds. + Weight::from_ref_time(38_319_402) + .saturating_add(Weight::from_proof_size(16347)) + // Standard Error: 778 + .saturating_add(Weight::from_ref_time(53_444).saturating_mul(m.into())) + // Standard Error: 758 + .saturating_add(Weight::from_ref_time(122_820).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_proof_size(388).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(148).saturating_mul(p.into())) + .saturating_add(Weight::from_proof_size(384).saturating_mul(m.into())) + .saturating_add(Weight::from_proof_size(144).saturating_mul(p.into())) } /// Storage: Alliance Members (r:1 w:0) /// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen) @@ -162,19 +168,20 @@ impl WeightInfo for SubstrateWeight { /// The range of component `p` is `[1, 100]`. fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1139 + m * (96 ±0) + p * (41 ±0)` - // Estimated: `15730 + m * (388 ±0) + p * (164 ±0)` - // Minimum execution time: 44_590 nanoseconds. - Weight::from_parts(43_367_913, 15730) - // Standard Error: 71 - .saturating_add(Weight::from_ref_time(819).saturating_mul(b.into())) - // Standard Error: 751 - .saturating_add(Weight::from_ref_time(39_124).saturating_mul(m.into())) - // Standard Error: 732 - .saturating_add(Weight::from_ref_time(90_469).saturating_mul(p.into())) + // Measured: `1022 + m * (96 ±0) + p * (41 ±0)` + // Estimated: `20440 + m * (392 ±0) + p * (164 ±0)` + // Minimum execution time: 52_806 nanoseconds. + Weight::from_ref_time(50_835_629) + .saturating_add(Weight::from_proof_size(20440)) + // Standard Error: 98 + .saturating_add(Weight::from_ref_time(857).saturating_mul(b.into())) + // Standard Error: 1_045 + .saturating_add(Weight::from_ref_time(42_779).saturating_mul(m.into())) + // Standard Error: 1_018 + .saturating_add(Weight::from_ref_time(132_243).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_proof_size(388).saturating_mul(m.into())) + .saturating_add(Weight::from_proof_size(392).saturating_mul(m.into())) .saturating_add(Weight::from_proof_size(164).saturating_mul(p.into())) } /// Storage: Alliance Members (r:1 w:0) @@ -193,18 +200,19 @@ impl WeightInfo for SubstrateWeight { /// The range of component `p` is `[1, 100]`. fn close_disapproved(m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `730 + m * (96 ±0) + p * (36 ±0)` - // Estimated: `13201 + m * (485 ±0) + p * (185 ±0)` - // Minimum execution time: 36_796 nanoseconds. - Weight::from_parts(34_578_765, 13201) - // Standard Error: 1_037 - .saturating_add(Weight::from_ref_time(43_508).saturating_mul(m.into())) - // Standard Error: 1_024 - .saturating_add(Weight::from_ref_time(77_084).saturating_mul(p.into())) + // Measured: `861 + m * (96 ±0) + p * (35 ±0)` + // Estimated: `18661 + m * (480 ±0) + p * (180 ±0)` + // Minimum execution time: 42_647 nanoseconds. + Weight::from_ref_time(39_976_768) + .saturating_add(Weight::from_proof_size(18661)) + // Standard Error: 836 + .saturating_add(Weight::from_ref_time(50_258).saturating_mul(m.into())) + // Standard Error: 826 + .saturating_add(Weight::from_ref_time(122_890).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_proof_size(485).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(185).saturating_mul(p.into())) + .saturating_add(Weight::from_proof_size(480).saturating_mul(m.into())) + .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) } /// Storage: Alliance Members (r:1 w:0) /// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen) @@ -223,20 +231,21 @@ impl WeightInfo for SubstrateWeight { /// The range of component `p` is `[1, 100]`. fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `757 + m * (96 ±0) + p * (36 ±0)` - // Estimated: `13146 + m * (480 ±0) + p * (185 ±0)` - // Minimum execution time: 36_897 nanoseconds. - Weight::from_parts(34_169_666, 13146) - // Standard Error: 47 - .saturating_add(Weight::from_ref_time(972).saturating_mul(b.into())) - // Standard Error: 510 - .saturating_add(Weight::from_ref_time(38_084).saturating_mul(m.into())) - // Standard Error: 492 - .saturating_add(Weight::from_ref_time(78_576).saturating_mul(p.into())) + // Measured: `698 + m * (96 ±0) + p * (36 ±0)` + // Estimated: `17941 + m * (485 ±0) + p * (180 ±0)` + // Minimum execution time: 42_641 nanoseconds. + Weight::from_ref_time(40_120_505) + .saturating_add(Weight::from_proof_size(17941)) + // Standard Error: 66 + .saturating_add(Weight::from_ref_time(695).saturating_mul(b.into())) + // Standard Error: 709 + .saturating_add(Weight::from_ref_time(41_241).saturating_mul(m.into())) + // Standard Error: 684 + .saturating_add(Weight::from_ref_time(123_806).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_proof_size(480).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(185).saturating_mul(p.into())) + .saturating_add(Weight::from_proof_size(485).saturating_mul(m.into())) + .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) } /// Storage: Alliance Members (r:2 w:2) /// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen) @@ -247,13 +256,14 @@ impl WeightInfo for SubstrateWeight { fn init_members(m: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `217` - // Estimated: `12084` - // Minimum execution time: 29_313 nanoseconds. - Weight::from_parts(20_502_244, 12084) - // Standard Error: 304 - .saturating_add(Weight::from_ref_time(107_994).saturating_mul(m.into())) - // Standard Error: 300 - .saturating_add(Weight::from_ref_time(92_645).saturating_mul(z.into())) + // Estimated: `14064` + // Minimum execution time: 32_289 nanoseconds. + Weight::from_ref_time(24_096_258) + .saturating_add(Weight::from_proof_size(14064)) + // Standard Error: 618 + .saturating_add(Weight::from_ref_time(107_889).saturating_mul(m.into())) + // Standard Error: 611 + .saturating_add(Weight::from_ref_time(91_850).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -275,15 +285,16 @@ impl WeightInfo for SubstrateWeight { fn disband(x: u32, y: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + x * (50 ±0) + y * (51 ±0) + z * (283 ±0)` - // Estimated: `32201 + x * (2587 ±0) + y * (2590 ±0) + z * (3209 ±1)` - // Minimum execution time: 232_895 nanoseconds. - Weight::from_parts(233_860_000, 32201) - // Standard Error: 19_092 - .saturating_add(Weight::from_ref_time(445_664).saturating_mul(x.into())) - // Standard Error: 19_000 - .saturating_add(Weight::from_ref_time(432_571).saturating_mul(y.into())) - // Standard Error: 37_965 - .saturating_add(Weight::from_ref_time(9_386_151).saturating_mul(z.into())) + // Estimated: `36161 + x * (2587 ±0) + y * (2590 ±0) + z * (3209 ±1)` + // Minimum execution time: 291_562 nanoseconds. + Weight::from_ref_time(292_698_000) + .saturating_add(Weight::from_proof_size(36161)) + // Standard Error: 25_584 + .saturating_add(Weight::from_ref_time(511_879).saturating_mul(x.into())) + // Standard Error: 25_461 + .saturating_add(Weight::from_ref_time(549_211).saturating_mul(y.into())) + // Standard Error: 50_876 + .saturating_add(Weight::from_ref_time(11_230_443).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(y.into()))) @@ -300,8 +311,9 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_156 nanoseconds. - Weight::from_ref_time(9_376_000) + // Minimum execution time: 10_296 nanoseconds. + Weight::from_ref_time(10_447_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Alliance Announcements (r:1 w:1) @@ -309,9 +321,10 @@ impl WeightInfo for SubstrateWeight { fn announce() -> Weight { // Proof Size summary in bytes: // Measured: `246` - // Estimated: `9197` - // Minimum execution time: 12_163 nanoseconds. - Weight::from_parts(12_397_000, 9197) + // Estimated: `10187` + // Minimum execution time: 13_673 nanoseconds. + Weight::from_ref_time(13_907_000) + .saturating_add(Weight::from_proof_size(10187)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -320,9 +333,10 @@ impl WeightInfo for SubstrateWeight { fn remove_announcement() -> Weight { // Proof Size summary in bytes: // Measured: `351` - // Estimated: `9197` - // Minimum execution time: 12_778 nanoseconds. - Weight::from_parts(12_991_000, 9197) + // Estimated: `10187` + // Minimum execution time: 14_551 nanoseconds. + Weight::from_ref_time(14_937_000) + .saturating_add(Weight::from_proof_size(10187)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -337,9 +351,10 @@ impl WeightInfo for SubstrateWeight { fn join_alliance() -> Weight { // Proof Size summary in bytes: // Measured: `562` - // Estimated: `23358` - // Minimum execution time: 40_216 nanoseconds. - Weight::from_parts(40_535_000, 23358) + // Estimated: `26328` + // Minimum execution time: 43_261 nanoseconds. + Weight::from_ref_time(43_958_000) + .saturating_add(Weight::from_proof_size(26328)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -350,9 +365,10 @@ impl WeightInfo for SubstrateWeight { fn nominate_ally() -> Weight { // Proof Size summary in bytes: // Measured: `429` - // Estimated: `20755` - // Minimum execution time: 28_027 nanoseconds. - Weight::from_parts(28_392_000, 20755) + // Estimated: `22735` + // Minimum execution time: 29_005 nanoseconds. + Weight::from_ref_time(29_630_000) + .saturating_add(Weight::from_proof_size(22735)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -367,9 +383,10 @@ impl WeightInfo for SubstrateWeight { fn elevate_ally() -> Weight { // Proof Size summary in bytes: // Measured: `505` - // Estimated: `13382` - // Minimum execution time: 24_427 nanoseconds. - Weight::from_parts(24_952_000, 13382) + // Estimated: `15362` + // Minimum execution time: 28_758 nanoseconds. + Weight::from_ref_time(29_205_000) + .saturating_add(Weight::from_proof_size(15362)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -386,9 +403,10 @@ impl WeightInfo for SubstrateWeight { fn give_retirement_notice() -> Weight { // Proof Size summary in bytes: // Measured: `505` - // Estimated: `24754` - // Minimum execution time: 33_163 nanoseconds. - Weight::from_parts(33_556_000, 24754) + // Estimated: `26734` + // Minimum execution time: 37_552 nanoseconds. + Weight::from_ref_time(37_770_000) + .saturating_add(Weight::from_proof_size(26734)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -403,9 +421,10 @@ impl WeightInfo for SubstrateWeight { fn retire() -> Weight { // Proof Size summary in bytes: // Measured: `750` - // Estimated: `13355` - // Minimum execution time: 32_980 nanoseconds. - Weight::from_parts(33_452_000, 13355) + // Estimated: `17315` + // Minimum execution time: 39_060 nanoseconds. + Weight::from_ref_time(39_646_000) + .saturating_add(Weight::from_proof_size(17315)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -424,9 +443,10 @@ impl WeightInfo for SubstrateWeight { fn kick_member() -> Weight { // Proof Size summary in bytes: // Measured: `801` - // Estimated: `25098` - // Minimum execution time: 54_660 nanoseconds. - Weight::from_parts(55_186_000, 25098) + // Estimated: `29058` + // Minimum execution time: 64_074 nanoseconds. + Weight::from_ref_time(65_027_000) + .saturating_add(Weight::from_proof_size(29058)) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -439,13 +459,14 @@ impl WeightInfo for SubstrateWeight { fn add_unscrupulous_items(n: u32, l: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `246` - // Estimated: `29894` - // Minimum execution time: 7_709 nanoseconds. - Weight::from_parts(7_773_000, 29894) - // Standard Error: 2_645 - .saturating_add(Weight::from_ref_time(1_266_755).saturating_mul(n.into())) - // Standard Error: 1_036 - .saturating_add(Weight::from_ref_time(67_359).saturating_mul(l.into())) + // Estimated: `31874` + // Minimum execution time: 8_249 nanoseconds. + Weight::from_ref_time(8_327_000) + .saturating_add(Weight::from_proof_size(31874)) + // Standard Error: 2_914 + .saturating_add(Weight::from_ref_time(1_582_412).saturating_mul(n.into())) + // Standard Error: 1_141 + .saturating_add(Weight::from_ref_time(76_058).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -458,13 +479,14 @@ impl WeightInfo for SubstrateWeight { fn remove_unscrupulous_items(n: u32, l: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + n * (289 ±0) + l * (100 ±0)` - // Estimated: `29894` - // Minimum execution time: 7_438 nanoseconds. - Weight::from_parts(7_570_000, 29894) - // Standard Error: 165_072 - .saturating_add(Weight::from_ref_time(13_026_975).saturating_mul(n.into())) - // Standard Error: 64_649 - .saturating_add(Weight::from_ref_time(485_565).saturating_mul(l.into())) + // Estimated: `31874` + // Minimum execution time: 8_038 nanoseconds. + Weight::from_ref_time(8_203_000) + .saturating_add(Weight::from_proof_size(31874)) + // Standard Error: 215_444 + .saturating_add(Weight::from_ref_time(17_655_495).saturating_mul(n.into())) + // Standard Error: 84_377 + .saturating_add(Weight::from_ref_time(547_971).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -479,9 +501,10 @@ impl WeightInfo for SubstrateWeight { fn abdicate_fellow_status() -> Weight { // Proof Size summary in bytes: // Measured: `505` - // Estimated: `19068` - // Minimum execution time: 31_326 nanoseconds. - Weight::from_parts(31_768_000, 19068) + // Estimated: `21048` + // Minimum execution time: 35_252 nanoseconds. + Weight::from_ref_time(35_668_000) + .saturating_add(Weight::from_proof_size(21048)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -504,16 +527,17 @@ impl WeightInfo for () { /// The range of component `p` is `[1, 100]`. fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `692 + m * (32 ±0) + p * (36 ±0)` - // Estimated: `11659 + m * (132 ±0) + p * (144 ±0)` - // Minimum execution time: 28_849 nanoseconds. - Weight::from_parts(29_823_933, 11659) - // Standard Error: 74 - .saturating_add(Weight::from_ref_time(830).saturating_mul(b.into())) - // Standard Error: 775 - .saturating_add(Weight::from_ref_time(22_980).saturating_mul(m.into())) - // Standard Error: 765 - .saturating_add(Weight::from_ref_time(90_520).saturating_mul(p.into())) + // Measured: `608 + m * (32 ±0) + p * (37 ±0)` + // Estimated: `15515 + m * (132 ±0) + p * (144 ±0)` + // Minimum execution time: 32_922 nanoseconds. + Weight::from_ref_time(35_390_114) + .saturating_add(Weight::from_proof_size(15515)) + // Standard Error: 91 + .saturating_add(Weight::from_ref_time(822).saturating_mul(b.into())) + // Standard Error: 951 + .saturating_add(Weight::from_ref_time(33_065).saturating_mul(m.into())) + // Standard Error: 939 + .saturating_add(Weight::from_ref_time(119_272).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_proof_size(132).saturating_mul(m.into())) @@ -526,12 +550,13 @@ impl WeightInfo for () { /// The range of component `m` is `[5, 100]`. fn vote(m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1177 + m * (64 ±0)` - // Estimated: `9337 + m * (64 ±0)` - // Minimum execution time: 23_570 nanoseconds. - Weight::from_parts(25_473_196, 9337) - // Standard Error: 824 - .saturating_add(Weight::from_ref_time(54_603).saturating_mul(m.into())) + // Measured: `1111 + m * (64 ±0)` + // Estimated: `11251 + m * (64 ±0)` + // Minimum execution time: 29_206 nanoseconds. + Weight::from_ref_time(29_818_025) + .saturating_add(Weight::from_proof_size(11251)) + // Standard Error: 626 + .saturating_add(Weight::from_ref_time(55_943).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_proof_size(64).saturating_mul(m.into())) @@ -550,18 +575,19 @@ impl WeightInfo for () { /// The range of component `p` is `[1, 100]`. fn close_early_disapproved(m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `730 + m * (96 ±0) + p * (36 ±0)` - // Estimated: `11979 + m * (388 ±0) + p * (148 ±0)` - // Minimum execution time: 35_373 nanoseconds. - Weight::from_parts(32_763_656, 11979) - // Standard Error: 2_041 - .saturating_add(Weight::from_ref_time(52_915).saturating_mul(m.into())) - // Standard Error: 1_991 - .saturating_add(Weight::from_ref_time(78_594).saturating_mul(p.into())) + // Measured: `860 + m * (96 ±0) + p * (35 ±0)` + // Estimated: `16347 + m * (384 ±0) + p * (144 ±0)` + // Minimum execution time: 41_580 nanoseconds. + Weight::from_ref_time(38_319_402) + .saturating_add(Weight::from_proof_size(16347)) + // Standard Error: 778 + .saturating_add(Weight::from_ref_time(53_444).saturating_mul(m.into())) + // Standard Error: 758 + .saturating_add(Weight::from_ref_time(122_820).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_proof_size(388).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(148).saturating_mul(p.into())) + .saturating_add(Weight::from_proof_size(384).saturating_mul(m.into())) + .saturating_add(Weight::from_proof_size(144).saturating_mul(p.into())) } /// Storage: Alliance Members (r:1 w:0) /// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen) @@ -578,19 +604,20 @@ impl WeightInfo for () { /// The range of component `p` is `[1, 100]`. fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1139 + m * (96 ±0) + p * (41 ±0)` - // Estimated: `15730 + m * (388 ±0) + p * (164 ±0)` - // Minimum execution time: 44_590 nanoseconds. - Weight::from_parts(43_367_913, 15730) - // Standard Error: 71 - .saturating_add(Weight::from_ref_time(819).saturating_mul(b.into())) - // Standard Error: 751 - .saturating_add(Weight::from_ref_time(39_124).saturating_mul(m.into())) - // Standard Error: 732 - .saturating_add(Weight::from_ref_time(90_469).saturating_mul(p.into())) + // Measured: `1022 + m * (96 ±0) + p * (41 ±0)` + // Estimated: `20440 + m * (392 ±0) + p * (164 ±0)` + // Minimum execution time: 52_806 nanoseconds. + Weight::from_ref_time(50_835_629) + .saturating_add(Weight::from_proof_size(20440)) + // Standard Error: 98 + .saturating_add(Weight::from_ref_time(857).saturating_mul(b.into())) + // Standard Error: 1_045 + .saturating_add(Weight::from_ref_time(42_779).saturating_mul(m.into())) + // Standard Error: 1_018 + .saturating_add(Weight::from_ref_time(132_243).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_proof_size(388).saturating_mul(m.into())) + .saturating_add(Weight::from_proof_size(392).saturating_mul(m.into())) .saturating_add(Weight::from_proof_size(164).saturating_mul(p.into())) } /// Storage: Alliance Members (r:1 w:0) @@ -609,18 +636,19 @@ impl WeightInfo for () { /// The range of component `p` is `[1, 100]`. fn close_disapproved(m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `730 + m * (96 ±0) + p * (36 ±0)` - // Estimated: `13201 + m * (485 ±0) + p * (185 ±0)` - // Minimum execution time: 36_796 nanoseconds. - Weight::from_parts(34_578_765, 13201) - // Standard Error: 1_037 - .saturating_add(Weight::from_ref_time(43_508).saturating_mul(m.into())) - // Standard Error: 1_024 - .saturating_add(Weight::from_ref_time(77_084).saturating_mul(p.into())) + // Measured: `861 + m * (96 ±0) + p * (35 ±0)` + // Estimated: `18661 + m * (480 ±0) + p * (180 ±0)` + // Minimum execution time: 42_647 nanoseconds. + Weight::from_ref_time(39_976_768) + .saturating_add(Weight::from_proof_size(18661)) + // Standard Error: 836 + .saturating_add(Weight::from_ref_time(50_258).saturating_mul(m.into())) + // Standard Error: 826 + .saturating_add(Weight::from_ref_time(122_890).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_proof_size(485).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(185).saturating_mul(p.into())) + .saturating_add(Weight::from_proof_size(480).saturating_mul(m.into())) + .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) } /// Storage: Alliance Members (r:1 w:0) /// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen) @@ -639,20 +667,21 @@ impl WeightInfo for () { /// The range of component `p` is `[1, 100]`. fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `757 + m * (96 ±0) + p * (36 ±0)` - // Estimated: `13146 + m * (480 ±0) + p * (185 ±0)` - // Minimum execution time: 36_897 nanoseconds. - Weight::from_parts(34_169_666, 13146) - // Standard Error: 47 - .saturating_add(Weight::from_ref_time(972).saturating_mul(b.into())) - // Standard Error: 510 - .saturating_add(Weight::from_ref_time(38_084).saturating_mul(m.into())) - // Standard Error: 492 - .saturating_add(Weight::from_ref_time(78_576).saturating_mul(p.into())) + // Measured: `698 + m * (96 ±0) + p * (36 ±0)` + // Estimated: `17941 + m * (485 ±0) + p * (180 ±0)` + // Minimum execution time: 42_641 nanoseconds. + Weight::from_ref_time(40_120_505) + .saturating_add(Weight::from_proof_size(17941)) + // Standard Error: 66 + .saturating_add(Weight::from_ref_time(695).saturating_mul(b.into())) + // Standard Error: 709 + .saturating_add(Weight::from_ref_time(41_241).saturating_mul(m.into())) + // Standard Error: 684 + .saturating_add(Weight::from_ref_time(123_806).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_proof_size(480).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(185).saturating_mul(p.into())) + .saturating_add(Weight::from_proof_size(485).saturating_mul(m.into())) + .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) } /// Storage: Alliance Members (r:2 w:2) /// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen) @@ -663,13 +692,14 @@ impl WeightInfo for () { fn init_members(m: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `217` - // Estimated: `12084` - // Minimum execution time: 29_313 nanoseconds. - Weight::from_parts(20_502_244, 12084) - // Standard Error: 304 - .saturating_add(Weight::from_ref_time(107_994).saturating_mul(m.into())) - // Standard Error: 300 - .saturating_add(Weight::from_ref_time(92_645).saturating_mul(z.into())) + // Estimated: `14064` + // Minimum execution time: 32_289 nanoseconds. + Weight::from_ref_time(24_096_258) + .saturating_add(Weight::from_proof_size(14064)) + // Standard Error: 618 + .saturating_add(Weight::from_ref_time(107_889).saturating_mul(m.into())) + // Standard Error: 611 + .saturating_add(Weight::from_ref_time(91_850).saturating_mul(z.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -691,15 +721,16 @@ impl WeightInfo for () { fn disband(x: u32, y: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + x * (50 ±0) + y * (51 ±0) + z * (283 ±0)` - // Estimated: `32201 + x * (2587 ±0) + y * (2590 ±0) + z * (3209 ±1)` - // Minimum execution time: 232_895 nanoseconds. - Weight::from_parts(233_860_000, 32201) - // Standard Error: 19_092 - .saturating_add(Weight::from_ref_time(445_664).saturating_mul(x.into())) - // Standard Error: 19_000 - .saturating_add(Weight::from_ref_time(432_571).saturating_mul(y.into())) - // Standard Error: 37_965 - .saturating_add(Weight::from_ref_time(9_386_151).saturating_mul(z.into())) + // Estimated: `36161 + x * (2587 ±0) + y * (2590 ±0) + z * (3209 ±1)` + // Minimum execution time: 291_562 nanoseconds. + Weight::from_ref_time(292_698_000) + .saturating_add(Weight::from_proof_size(36161)) + // Standard Error: 25_584 + .saturating_add(Weight::from_ref_time(511_879).saturating_mul(x.into())) + // Standard Error: 25_461 + .saturating_add(Weight::from_ref_time(549_211).saturating_mul(y.into())) + // Standard Error: 50_876 + .saturating_add(Weight::from_ref_time(11_230_443).saturating_mul(z.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(x.into()))) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(y.into()))) @@ -716,8 +747,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_156 nanoseconds. - Weight::from_ref_time(9_376_000) + // Minimum execution time: 10_296 nanoseconds. + Weight::from_ref_time(10_447_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Alliance Announcements (r:1 w:1) @@ -725,9 +757,10 @@ impl WeightInfo for () { fn announce() -> Weight { // Proof Size summary in bytes: // Measured: `246` - // Estimated: `9197` - // Minimum execution time: 12_163 nanoseconds. - Weight::from_parts(12_397_000, 9197) + // Estimated: `10187` + // Minimum execution time: 13_673 nanoseconds. + Weight::from_ref_time(13_907_000) + .saturating_add(Weight::from_proof_size(10187)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -736,9 +769,10 @@ impl WeightInfo for () { fn remove_announcement() -> Weight { // Proof Size summary in bytes: // Measured: `351` - // Estimated: `9197` - // Minimum execution time: 12_778 nanoseconds. - Weight::from_parts(12_991_000, 9197) + // Estimated: `10187` + // Minimum execution time: 14_551 nanoseconds. + Weight::from_ref_time(14_937_000) + .saturating_add(Weight::from_proof_size(10187)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -753,9 +787,10 @@ impl WeightInfo for () { fn join_alliance() -> Weight { // Proof Size summary in bytes: // Measured: `562` - // Estimated: `23358` - // Minimum execution time: 40_216 nanoseconds. - Weight::from_parts(40_535_000, 23358) + // Estimated: `26328` + // Minimum execution time: 43_261 nanoseconds. + Weight::from_ref_time(43_958_000) + .saturating_add(Weight::from_proof_size(26328)) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -766,9 +801,10 @@ impl WeightInfo for () { fn nominate_ally() -> Weight { // Proof Size summary in bytes: // Measured: `429` - // Estimated: `20755` - // Minimum execution time: 28_027 nanoseconds. - Weight::from_parts(28_392_000, 20755) + // Estimated: `22735` + // Minimum execution time: 29_005 nanoseconds. + Weight::from_ref_time(29_630_000) + .saturating_add(Weight::from_proof_size(22735)) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -783,9 +819,10 @@ impl WeightInfo for () { fn elevate_ally() -> Weight { // Proof Size summary in bytes: // Measured: `505` - // Estimated: `13382` - // Minimum execution time: 24_427 nanoseconds. - Weight::from_parts(24_952_000, 13382) + // Estimated: `15362` + // Minimum execution time: 28_758 nanoseconds. + Weight::from_ref_time(29_205_000) + .saturating_add(Weight::from_proof_size(15362)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -802,9 +839,10 @@ impl WeightInfo for () { fn give_retirement_notice() -> Weight { // Proof Size summary in bytes: // Measured: `505` - // Estimated: `24754` - // Minimum execution time: 33_163 nanoseconds. - Weight::from_parts(33_556_000, 24754) + // Estimated: `26734` + // Minimum execution time: 37_552 nanoseconds. + Weight::from_ref_time(37_770_000) + .saturating_add(Weight::from_proof_size(26734)) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -819,9 +857,10 @@ impl WeightInfo for () { fn retire() -> Weight { // Proof Size summary in bytes: // Measured: `750` - // Estimated: `13355` - // Minimum execution time: 32_980 nanoseconds. - Weight::from_parts(33_452_000, 13355) + // Estimated: `17315` + // Minimum execution time: 39_060 nanoseconds. + Weight::from_ref_time(39_646_000) + .saturating_add(Weight::from_proof_size(17315)) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -840,9 +879,10 @@ impl WeightInfo for () { fn kick_member() -> Weight { // Proof Size summary in bytes: // Measured: `801` - // Estimated: `25098` - // Minimum execution time: 54_660 nanoseconds. - Weight::from_parts(55_186_000, 25098) + // Estimated: `29058` + // Minimum execution time: 64_074 nanoseconds. + Weight::from_ref_time(65_027_000) + .saturating_add(Weight::from_proof_size(29058)) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -855,13 +895,14 @@ impl WeightInfo for () { fn add_unscrupulous_items(n: u32, l: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `246` - // Estimated: `29894` - // Minimum execution time: 7_709 nanoseconds. - Weight::from_parts(7_773_000, 29894) - // Standard Error: 2_645 - .saturating_add(Weight::from_ref_time(1_266_755).saturating_mul(n.into())) - // Standard Error: 1_036 - .saturating_add(Weight::from_ref_time(67_359).saturating_mul(l.into())) + // Estimated: `31874` + // Minimum execution time: 8_249 nanoseconds. + Weight::from_ref_time(8_327_000) + .saturating_add(Weight::from_proof_size(31874)) + // Standard Error: 2_914 + .saturating_add(Weight::from_ref_time(1_582_412).saturating_mul(n.into())) + // Standard Error: 1_141 + .saturating_add(Weight::from_ref_time(76_058).saturating_mul(l.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -874,13 +915,14 @@ impl WeightInfo for () { fn remove_unscrupulous_items(n: u32, l: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + n * (289 ±0) + l * (100 ±0)` - // Estimated: `29894` - // Minimum execution time: 7_438 nanoseconds. - Weight::from_parts(7_570_000, 29894) - // Standard Error: 165_072 - .saturating_add(Weight::from_ref_time(13_026_975).saturating_mul(n.into())) - // Standard Error: 64_649 - .saturating_add(Weight::from_ref_time(485_565).saturating_mul(l.into())) + // Estimated: `31874` + // Minimum execution time: 8_038 nanoseconds. + Weight::from_ref_time(8_203_000) + .saturating_add(Weight::from_proof_size(31874)) + // Standard Error: 215_444 + .saturating_add(Weight::from_ref_time(17_655_495).saturating_mul(n.into())) + // Standard Error: 84_377 + .saturating_add(Weight::from_ref_time(547_971).saturating_mul(l.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -895,9 +937,10 @@ impl WeightInfo for () { fn abdicate_fellow_status() -> Weight { // Proof Size summary in bytes: // Measured: `505` - // Estimated: `19068` - // Minimum execution time: 31_326 nanoseconds. - Weight::from_parts(31_768_000, 19068) + // Estimated: `21048` + // Minimum execution time: 35_252 nanoseconds. + Weight::from_ref_time(35_668_000) + .saturating_add(Weight::from_proof_size(21048)) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } diff --git a/frame/assets/src/weights.rs b/frame/assets/src/weights.rs index 9ebba62237091..52cb163ac5ecf 100644 --- a/frame/assets/src/weights.rs +++ b/frame/assets/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_assets //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_assets +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -86,9 +89,10 @@ impl WeightInfo for SubstrateWeight { fn create() -> Weight { // Proof Size summary in bytes: // Measured: `325` - // Estimated: `5288` - // Minimum execution time: 23_623 nanoseconds. - Weight::from_parts(24_072_000, 5288) + // Estimated: `7268` + // Minimum execution time: 27_535 nanoseconds. + Weight::from_ref_time(27_965_000) + .saturating_add(Weight::from_proof_size(7268)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -97,9 +101,10 @@ impl WeightInfo for SubstrateWeight { fn force_create() -> Weight { // Proof Size summary in bytes: // Measured: `153` - // Estimated: `2685` - // Minimum execution time: 13_145 nanoseconds. - Weight::from_parts(13_572_000, 2685) + // Estimated: `3675` + // Minimum execution time: 14_842 nanoseconds. + Weight::from_ref_time(15_345_000) + .saturating_add(Weight::from_proof_size(3675)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -108,9 +113,10 @@ impl WeightInfo for SubstrateWeight { fn start_destroy() -> Weight { // Proof Size summary in bytes: // Measured: `417` - // Estimated: `2685` - // Minimum execution time: 13_420 nanoseconds. - Weight::from_parts(13_649_000, 2685) + // Estimated: `3675` + // Minimum execution time: 14_969 nanoseconds. + Weight::from_ref_time(15_524_000) + .saturating_add(Weight::from_proof_size(3675)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -124,11 +130,12 @@ impl WeightInfo for SubstrateWeight { fn destroy_accounts(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `25 + c * (240 ±0)` - // Estimated: `5262 + c * (5180 ±0)` - // Minimum execution time: 17_565 nanoseconds. - Weight::from_parts(17_757_000, 5262) - // Standard Error: 15_192 - .saturating_add(Weight::from_ref_time(13_799_167).saturating_mul(c.into())) + // Estimated: `8232 + c * (5180 ±0)` + // Minimum execution time: 20_217 nanoseconds. + Weight::from_ref_time(20_460_000) + .saturating_add(Weight::from_proof_size(8232)) + // Standard Error: 6_636 + .saturating_add(Weight::from_ref_time(12_647_927).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -143,11 +150,12 @@ impl WeightInfo for SubstrateWeight { fn destroy_approvals(a: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `554 + a * (86 ±0)` - // Estimated: `5308 + a * (2623 ±0)` - // Minimum execution time: 18_251 nanoseconds. - Weight::from_parts(18_359_000, 5308) - // Standard Error: 10_051 - .saturating_add(Weight::from_ref_time(13_613_342).saturating_mul(a.into())) + // Estimated: `7288 + a * (2623 ±0)` + // Minimum execution time: 20_973 nanoseconds. + Weight::from_ref_time(21_366_000) + .saturating_add(Weight::from_proof_size(7288)) + // Standard Error: 5_215 + .saturating_add(Weight::from_ref_time(12_664_534).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -161,9 +169,10 @@ impl WeightInfo for SubstrateWeight { fn finish_destroy() -> Weight { // Proof Size summary in bytes: // Measured: `383` - // Estimated: `5300` - // Minimum execution time: 14_344 nanoseconds. - Weight::from_parts(14_619_000, 5300) + // Estimated: `7280` + // Minimum execution time: 15_457 nanoseconds. + Weight::from_ref_time(15_900_000) + .saturating_add(Weight::from_proof_size(7280)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -174,9 +183,10 @@ impl WeightInfo for SubstrateWeight { fn mint() -> Weight { // Proof Size summary in bytes: // Measured: `383` - // Estimated: `5262` - // Minimum execution time: 24_992 nanoseconds. - Weight::from_parts(25_784_000, 5262) + // Estimated: `7242` + // Minimum execution time: 28_768 nanoseconds. + Weight::from_ref_time(29_648_000) + .saturating_add(Weight::from_proof_size(7242)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -187,9 +197,10 @@ impl WeightInfo for SubstrateWeight { fn burn() -> Weight { // Proof Size summary in bytes: // Measured: `491` - // Estimated: `5262` - // Minimum execution time: 31_233 nanoseconds. - Weight::from_parts(31_511_000, 5262) + // Estimated: `7242` + // Minimum execution time: 35_531 nanoseconds. + Weight::from_ref_time(36_137_000) + .saturating_add(Weight::from_proof_size(7242)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -202,9 +213,10 @@ impl WeightInfo for SubstrateWeight { fn transfer() -> Weight { // Proof Size summary in bytes: // Measured: `530` - // Estimated: `10442` - // Minimum execution time: 43_002 nanoseconds. - Weight::from_parts(43_533_000, 10442) + // Estimated: `13412` + // Minimum execution time: 49_634 nanoseconds. + Weight::from_ref_time(50_831_000) + .saturating_add(Weight::from_proof_size(13412)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -217,9 +229,10 @@ impl WeightInfo for SubstrateWeight { fn transfer_keep_alive() -> Weight { // Proof Size summary in bytes: // Measured: `530` - // Estimated: `10442` - // Minimum execution time: 38_220 nanoseconds. - Weight::from_parts(38_639_000, 10442) + // Estimated: `13412` + // Minimum execution time: 43_041 nanoseconds. + Weight::from_ref_time(43_655_000) + .saturating_add(Weight::from_proof_size(13412)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -232,9 +245,10 @@ impl WeightInfo for SubstrateWeight { fn force_transfer() -> Weight { // Proof Size summary in bytes: // Measured: `530` - // Estimated: `10442` - // Minimum execution time: 43_171 nanoseconds. - Weight::from_parts(43_543_000, 10442) + // Estimated: `13412` + // Minimum execution time: 49_060 nanoseconds. + Weight::from_ref_time(50_636_000) + .saturating_add(Weight::from_proof_size(13412)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -245,9 +259,10 @@ impl WeightInfo for SubstrateWeight { fn freeze() -> Weight { // Proof Size summary in bytes: // Measured: `491` - // Estimated: `5262` - // Minimum execution time: 16_972 nanoseconds. - Weight::from_parts(17_498_000, 5262) + // Estimated: `7242` + // Minimum execution time: 19_750 nanoseconds. + Weight::from_ref_time(20_051_000) + .saturating_add(Weight::from_proof_size(7242)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -258,9 +273,10 @@ impl WeightInfo for SubstrateWeight { fn thaw() -> Weight { // Proof Size summary in bytes: // Measured: `491` - // Estimated: `5262` - // Minimum execution time: 17_471 nanoseconds. - Weight::from_parts(17_842_000, 5262) + // Estimated: `7242` + // Minimum execution time: 19_308 nanoseconds. + Weight::from_ref_time(19_467_000) + .saturating_add(Weight::from_proof_size(7242)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -269,9 +285,10 @@ impl WeightInfo for SubstrateWeight { fn freeze_asset() -> Weight { // Proof Size summary in bytes: // Measured: `417` - // Estimated: `2685` - // Minimum execution time: 13_497 nanoseconds. - Weight::from_parts(13_719_000, 2685) + // Estimated: `3675` + // Minimum execution time: 15_349 nanoseconds. + Weight::from_ref_time(15_873_000) + .saturating_add(Weight::from_proof_size(3675)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -280,9 +297,10 @@ impl WeightInfo for SubstrateWeight { fn thaw_asset() -> Weight { // Proof Size summary in bytes: // Measured: `417` - // Estimated: `2685` - // Minimum execution time: 13_424 nanoseconds. - Weight::from_parts(13_764_000, 2685) + // Estimated: `3675` + // Minimum execution time: 15_002 nanoseconds. + Weight::from_ref_time(15_325_000) + .saturating_add(Weight::from_proof_size(3675)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -293,9 +311,10 @@ impl WeightInfo for SubstrateWeight { fn transfer_ownership() -> Weight { // Proof Size summary in bytes: // Measured: `383` - // Estimated: `5300` - // Minimum execution time: 15_028 nanoseconds. - Weight::from_parts(15_366_000, 5300) + // Estimated: `7280` + // Minimum execution time: 17_244 nanoseconds. + Weight::from_ref_time(17_643_000) + .saturating_add(Weight::from_proof_size(7280)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -304,9 +323,10 @@ impl WeightInfo for SubstrateWeight { fn set_team() -> Weight { // Proof Size summary in bytes: // Measured: `383` - // Estimated: `2685` - // Minimum execution time: 14_197 nanoseconds. - Weight::from_parts(14_437_000, 2685) + // Estimated: `3675` + // Minimum execution time: 16_081 nanoseconds. + Weight::from_ref_time(16_242_000) + .saturating_add(Weight::from_proof_size(3675)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -319,13 +339,14 @@ impl WeightInfo for SubstrateWeight { fn set_metadata(n: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `383` - // Estimated: `5300` - // Minimum execution time: 23_707 nanoseconds. - Weight::from_parts(24_466_834, 5300) - // Standard Error: 635 - .saturating_add(Weight::from_ref_time(730).saturating_mul(n.into())) - // Standard Error: 635 - .saturating_add(Weight::from_ref_time(3_975).saturating_mul(s.into())) + // Estimated: `7280` + // Minimum execution time: 27_212 nanoseconds. + Weight::from_ref_time(27_959_445) + .saturating_add(Weight::from_proof_size(7280)) + // Standard Error: 725 + .saturating_add(Weight::from_ref_time(2_140).saturating_mul(n.into())) + // Standard Error: 725 + .saturating_add(Weight::from_ref_time(7_263).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -336,9 +357,10 @@ impl WeightInfo for SubstrateWeight { fn clear_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `579` - // Estimated: `5300` - // Minimum execution time: 23_997 nanoseconds. - Weight::from_parts(24_812_000, 5300) + // Estimated: `7280` + // Minimum execution time: 28_103 nanoseconds. + Weight::from_ref_time(28_752_000) + .saturating_add(Weight::from_proof_size(7280)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -348,14 +370,17 @@ impl WeightInfo for SubstrateWeight { /// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen) /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. - fn force_set_metadata(_n: u32, s: u32, ) -> Weight { + fn force_set_metadata(n: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `190` - // Estimated: `5300` - // Minimum execution time: 14_028 nanoseconds. - Weight::from_parts(15_217_669, 5300) - // Standard Error: 2_266 - .saturating_add(Weight::from_ref_time(2_045).saturating_mul(s.into())) + // Estimated: `7280` + // Minimum execution time: 15_954 nanoseconds. + Weight::from_ref_time(16_756_727) + .saturating_add(Weight::from_proof_size(7280)) + // Standard Error: 573 + .saturating_add(Weight::from_ref_time(1_445).saturating_mul(n.into())) + // Standard Error: 573 + .saturating_add(Weight::from_ref_time(4_504).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -366,9 +391,10 @@ impl WeightInfo for SubstrateWeight { fn force_clear_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `579` - // Estimated: `5300` - // Minimum execution time: 23_754 nanoseconds. - Weight::from_parts(24_154_000, 5300) + // Estimated: `7280` + // Minimum execution time: 27_292 nanoseconds. + Weight::from_ref_time(27_679_000) + .saturating_add(Weight::from_proof_size(7280)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -377,9 +403,10 @@ impl WeightInfo for SubstrateWeight { fn force_asset_status() -> Weight { // Proof Size summary in bytes: // Measured: `383` - // Estimated: `2685` - // Minimum execution time: 13_128 nanoseconds. - Weight::from_parts(13_428_000, 2685) + // Estimated: `3675` + // Minimum execution time: 14_671 nanoseconds. + Weight::from_ref_time(14_983_000) + .saturating_add(Weight::from_proof_size(3675)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -390,9 +417,10 @@ impl WeightInfo for SubstrateWeight { fn approve_transfer() -> Weight { // Proof Size summary in bytes: // Measured: `417` - // Estimated: `5308` - // Minimum execution time: 27_224 nanoseconds. - Weight::from_parts(27_665_000, 5308) + // Estimated: `7288` + // Minimum execution time: 31_310 nanoseconds. + Weight::from_ref_time(31_890_000) + .saturating_add(Weight::from_proof_size(7288)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -407,9 +435,10 @@ impl WeightInfo for SubstrateWeight { fn transfer_approved() -> Weight { // Proof Size summary in bytes: // Measured: `700` - // Estimated: `13065` - // Minimum execution time: 55_837 nanoseconds. - Weight::from_parts(56_636_000, 13065) + // Estimated: `17025` + // Minimum execution time: 65_172 nanoseconds. + Weight::from_ref_time(65_836_000) + .saturating_add(Weight::from_proof_size(17025)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -420,9 +449,10 @@ impl WeightInfo for SubstrateWeight { fn cancel_approval() -> Weight { // Proof Size summary in bytes: // Measured: `587` - // Estimated: `5308` - // Minimum execution time: 28_915 nanoseconds. - Weight::from_parts(29_325_000, 5308) + // Estimated: `7288` + // Minimum execution time: 33_086 nanoseconds. + Weight::from_ref_time(33_588_000) + .saturating_add(Weight::from_proof_size(7288)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -433,9 +463,10 @@ impl WeightInfo for SubstrateWeight { fn force_cancel_approval() -> Weight { // Proof Size summary in bytes: // Measured: `587` - // Estimated: `5308` - // Minimum execution time: 29_103 nanoseconds. - Weight::from_parts(29_599_000, 5308) + // Estimated: `7288` + // Minimum execution time: 33_545 nanoseconds. + Weight::from_ref_time(33_923_000) + .saturating_add(Weight::from_proof_size(7288)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -450,9 +481,10 @@ impl WeightInfo for () { fn create() -> Weight { // Proof Size summary in bytes: // Measured: `325` - // Estimated: `5288` - // Minimum execution time: 23_623 nanoseconds. - Weight::from_parts(24_072_000, 5288) + // Estimated: `7268` + // Minimum execution time: 27_535 nanoseconds. + Weight::from_ref_time(27_965_000) + .saturating_add(Weight::from_proof_size(7268)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -461,9 +493,10 @@ impl WeightInfo for () { fn force_create() -> Weight { // Proof Size summary in bytes: // Measured: `153` - // Estimated: `2685` - // Minimum execution time: 13_145 nanoseconds. - Weight::from_parts(13_572_000, 2685) + // Estimated: `3675` + // Minimum execution time: 14_842 nanoseconds. + Weight::from_ref_time(15_345_000) + .saturating_add(Weight::from_proof_size(3675)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -472,9 +505,10 @@ impl WeightInfo for () { fn start_destroy() -> Weight { // Proof Size summary in bytes: // Measured: `417` - // Estimated: `2685` - // Minimum execution time: 13_420 nanoseconds. - Weight::from_parts(13_649_000, 2685) + // Estimated: `3675` + // Minimum execution time: 14_969 nanoseconds. + Weight::from_ref_time(15_524_000) + .saturating_add(Weight::from_proof_size(3675)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -488,11 +522,12 @@ impl WeightInfo for () { fn destroy_accounts(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `25 + c * (240 ±0)` - // Estimated: `5262 + c * (5180 ±0)` - // Minimum execution time: 17_565 nanoseconds. - Weight::from_parts(17_757_000, 5262) - // Standard Error: 15_192 - .saturating_add(Weight::from_ref_time(13_799_167).saturating_mul(c.into())) + // Estimated: `8232 + c * (5180 ±0)` + // Minimum execution time: 20_217 nanoseconds. + Weight::from_ref_time(20_460_000) + .saturating_add(Weight::from_proof_size(8232)) + // Standard Error: 6_636 + .saturating_add(Weight::from_ref_time(12_647_927).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -507,11 +542,12 @@ impl WeightInfo for () { fn destroy_approvals(a: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `554 + a * (86 ±0)` - // Estimated: `5308 + a * (2623 ±0)` - // Minimum execution time: 18_251 nanoseconds. - Weight::from_parts(18_359_000, 5308) - // Standard Error: 10_051 - .saturating_add(Weight::from_ref_time(13_613_342).saturating_mul(a.into())) + // Estimated: `7288 + a * (2623 ±0)` + // Minimum execution time: 20_973 nanoseconds. + Weight::from_ref_time(21_366_000) + .saturating_add(Weight::from_proof_size(7288)) + // Standard Error: 5_215 + .saturating_add(Weight::from_ref_time(12_664_534).saturating_mul(a.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -525,9 +561,10 @@ impl WeightInfo for () { fn finish_destroy() -> Weight { // Proof Size summary in bytes: // Measured: `383` - // Estimated: `5300` - // Minimum execution time: 14_344 nanoseconds. - Weight::from_parts(14_619_000, 5300) + // Estimated: `7280` + // Minimum execution time: 15_457 nanoseconds. + Weight::from_ref_time(15_900_000) + .saturating_add(Weight::from_proof_size(7280)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -538,9 +575,10 @@ impl WeightInfo for () { fn mint() -> Weight { // Proof Size summary in bytes: // Measured: `383` - // Estimated: `5262` - // Minimum execution time: 24_992 nanoseconds. - Weight::from_parts(25_784_000, 5262) + // Estimated: `7242` + // Minimum execution time: 28_768 nanoseconds. + Weight::from_ref_time(29_648_000) + .saturating_add(Weight::from_proof_size(7242)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -551,9 +589,10 @@ impl WeightInfo for () { fn burn() -> Weight { // Proof Size summary in bytes: // Measured: `491` - // Estimated: `5262` - // Minimum execution time: 31_233 nanoseconds. - Weight::from_parts(31_511_000, 5262) + // Estimated: `7242` + // Minimum execution time: 35_531 nanoseconds. + Weight::from_ref_time(36_137_000) + .saturating_add(Weight::from_proof_size(7242)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -566,9 +605,10 @@ impl WeightInfo for () { fn transfer() -> Weight { // Proof Size summary in bytes: // Measured: `530` - // Estimated: `10442` - // Minimum execution time: 43_002 nanoseconds. - Weight::from_parts(43_533_000, 10442) + // Estimated: `13412` + // Minimum execution time: 49_634 nanoseconds. + Weight::from_ref_time(50_831_000) + .saturating_add(Weight::from_proof_size(13412)) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -581,9 +621,10 @@ impl WeightInfo for () { fn transfer_keep_alive() -> Weight { // Proof Size summary in bytes: // Measured: `530` - // Estimated: `10442` - // Minimum execution time: 38_220 nanoseconds. - Weight::from_parts(38_639_000, 10442) + // Estimated: `13412` + // Minimum execution time: 43_041 nanoseconds. + Weight::from_ref_time(43_655_000) + .saturating_add(Weight::from_proof_size(13412)) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -596,9 +637,10 @@ impl WeightInfo for () { fn force_transfer() -> Weight { // Proof Size summary in bytes: // Measured: `530` - // Estimated: `10442` - // Minimum execution time: 43_171 nanoseconds. - Weight::from_parts(43_543_000, 10442) + // Estimated: `13412` + // Minimum execution time: 49_060 nanoseconds. + Weight::from_ref_time(50_636_000) + .saturating_add(Weight::from_proof_size(13412)) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -609,9 +651,10 @@ impl WeightInfo for () { fn freeze() -> Weight { // Proof Size summary in bytes: // Measured: `491` - // Estimated: `5262` - // Minimum execution time: 16_972 nanoseconds. - Weight::from_parts(17_498_000, 5262) + // Estimated: `7242` + // Minimum execution time: 19_750 nanoseconds. + Weight::from_ref_time(20_051_000) + .saturating_add(Weight::from_proof_size(7242)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -622,9 +665,10 @@ impl WeightInfo for () { fn thaw() -> Weight { // Proof Size summary in bytes: // Measured: `491` - // Estimated: `5262` - // Minimum execution time: 17_471 nanoseconds. - Weight::from_parts(17_842_000, 5262) + // Estimated: `7242` + // Minimum execution time: 19_308 nanoseconds. + Weight::from_ref_time(19_467_000) + .saturating_add(Weight::from_proof_size(7242)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -633,9 +677,10 @@ impl WeightInfo for () { fn freeze_asset() -> Weight { // Proof Size summary in bytes: // Measured: `417` - // Estimated: `2685` - // Minimum execution time: 13_497 nanoseconds. - Weight::from_parts(13_719_000, 2685) + // Estimated: `3675` + // Minimum execution time: 15_349 nanoseconds. + Weight::from_ref_time(15_873_000) + .saturating_add(Weight::from_proof_size(3675)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -644,9 +689,10 @@ impl WeightInfo for () { fn thaw_asset() -> Weight { // Proof Size summary in bytes: // Measured: `417` - // Estimated: `2685` - // Minimum execution time: 13_424 nanoseconds. - Weight::from_parts(13_764_000, 2685) + // Estimated: `3675` + // Minimum execution time: 15_002 nanoseconds. + Weight::from_ref_time(15_325_000) + .saturating_add(Weight::from_proof_size(3675)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -657,9 +703,10 @@ impl WeightInfo for () { fn transfer_ownership() -> Weight { // Proof Size summary in bytes: // Measured: `383` - // Estimated: `5300` - // Minimum execution time: 15_028 nanoseconds. - Weight::from_parts(15_366_000, 5300) + // Estimated: `7280` + // Minimum execution time: 17_244 nanoseconds. + Weight::from_ref_time(17_643_000) + .saturating_add(Weight::from_proof_size(7280)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -668,9 +715,10 @@ impl WeightInfo for () { fn set_team() -> Weight { // Proof Size summary in bytes: // Measured: `383` - // Estimated: `2685` - // Minimum execution time: 14_197 nanoseconds. - Weight::from_parts(14_437_000, 2685) + // Estimated: `3675` + // Minimum execution time: 16_081 nanoseconds. + Weight::from_ref_time(16_242_000) + .saturating_add(Weight::from_proof_size(3675)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -683,13 +731,14 @@ impl WeightInfo for () { fn set_metadata(n: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `383` - // Estimated: `5300` - // Minimum execution time: 23_707 nanoseconds. - Weight::from_parts(24_466_834, 5300) - // Standard Error: 635 - .saturating_add(Weight::from_ref_time(730).saturating_mul(n.into())) - // Standard Error: 635 - .saturating_add(Weight::from_ref_time(3_975).saturating_mul(s.into())) + // Estimated: `7280` + // Minimum execution time: 27_212 nanoseconds. + Weight::from_ref_time(27_959_445) + .saturating_add(Weight::from_proof_size(7280)) + // Standard Error: 725 + .saturating_add(Weight::from_ref_time(2_140).saturating_mul(n.into())) + // Standard Error: 725 + .saturating_add(Weight::from_ref_time(7_263).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -700,9 +749,10 @@ impl WeightInfo for () { fn clear_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `579` - // Estimated: `5300` - // Minimum execution time: 23_997 nanoseconds. - Weight::from_parts(24_812_000, 5300) + // Estimated: `7280` + // Minimum execution time: 28_103 nanoseconds. + Weight::from_ref_time(28_752_000) + .saturating_add(Weight::from_proof_size(7280)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -712,14 +762,17 @@ impl WeightInfo for () { /// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen) /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. - fn force_set_metadata(_n: u32, s: u32, ) -> Weight { + fn force_set_metadata(n: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `190` - // Estimated: `5300` - // Minimum execution time: 14_028 nanoseconds. - Weight::from_parts(15_217_669, 5300) - // Standard Error: 2_266 - .saturating_add(Weight::from_ref_time(2_045).saturating_mul(s.into())) + // Estimated: `7280` + // Minimum execution time: 15_954 nanoseconds. + Weight::from_ref_time(16_756_727) + .saturating_add(Weight::from_proof_size(7280)) + // Standard Error: 573 + .saturating_add(Weight::from_ref_time(1_445).saturating_mul(n.into())) + // Standard Error: 573 + .saturating_add(Weight::from_ref_time(4_504).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -730,9 +783,10 @@ impl WeightInfo for () { fn force_clear_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `579` - // Estimated: `5300` - // Minimum execution time: 23_754 nanoseconds. - Weight::from_parts(24_154_000, 5300) + // Estimated: `7280` + // Minimum execution time: 27_292 nanoseconds. + Weight::from_ref_time(27_679_000) + .saturating_add(Weight::from_proof_size(7280)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -741,9 +795,10 @@ impl WeightInfo for () { fn force_asset_status() -> Weight { // Proof Size summary in bytes: // Measured: `383` - // Estimated: `2685` - // Minimum execution time: 13_128 nanoseconds. - Weight::from_parts(13_428_000, 2685) + // Estimated: `3675` + // Minimum execution time: 14_671 nanoseconds. + Weight::from_ref_time(14_983_000) + .saturating_add(Weight::from_proof_size(3675)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -754,9 +809,10 @@ impl WeightInfo for () { fn approve_transfer() -> Weight { // Proof Size summary in bytes: // Measured: `417` - // Estimated: `5308` - // Minimum execution time: 27_224 nanoseconds. - Weight::from_parts(27_665_000, 5308) + // Estimated: `7288` + // Minimum execution time: 31_310 nanoseconds. + Weight::from_ref_time(31_890_000) + .saturating_add(Weight::from_proof_size(7288)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -771,9 +827,10 @@ impl WeightInfo for () { fn transfer_approved() -> Weight { // Proof Size summary in bytes: // Measured: `700` - // Estimated: `13065` - // Minimum execution time: 55_837 nanoseconds. - Weight::from_parts(56_636_000, 13065) + // Estimated: `17025` + // Minimum execution time: 65_172 nanoseconds. + Weight::from_ref_time(65_836_000) + .saturating_add(Weight::from_proof_size(17025)) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -784,9 +841,10 @@ impl WeightInfo for () { fn cancel_approval() -> Weight { // Proof Size summary in bytes: // Measured: `587` - // Estimated: `5308` - // Minimum execution time: 28_915 nanoseconds. - Weight::from_parts(29_325_000, 5308) + // Estimated: `7288` + // Minimum execution time: 33_086 nanoseconds. + Weight::from_ref_time(33_588_000) + .saturating_add(Weight::from_proof_size(7288)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -797,9 +855,10 @@ impl WeightInfo for () { fn force_cancel_approval() -> Weight { // Proof Size summary in bytes: // Measured: `587` - // Estimated: `5308` - // Minimum execution time: 29_103 nanoseconds. - Weight::from_parts(29_599_000, 5308) + // Estimated: `7288` + // Minimum execution time: 33_545 nanoseconds. + Weight::from_ref_time(33_923_000) + .saturating_add(Weight::from_proof_size(7288)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/frame/bags-list/src/weights.rs b/frame/bags-list/src/weights.rs index 65d27c5aea4bb..e899f02c99e85 100644 --- a/frame/bags-list/src/weights.rs +++ b/frame/bags-list/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_bags_list //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_bags_list +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -67,9 +70,10 @@ impl WeightInfo for SubstrateWeight { fn rebag_non_terminal() -> Weight { // Proof Size summary in bytes: // Measured: `1916` - // Estimated: `19186` - // Minimum execution time: 54_348 nanoseconds. - Weight::from_parts(55_024_000, 19186) + // Estimated: `23146` + // Minimum execution time: 63_368 nanoseconds. + Weight::from_ref_time(64_140_000) + .saturating_add(Weight::from_proof_size(23146)) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -84,9 +88,10 @@ impl WeightInfo for SubstrateWeight { fn rebag_terminal() -> Weight { // Proof Size summary in bytes: // Measured: `1810` - // Estimated: `19114` - // Minimum execution time: 53_306 nanoseconds. - Weight::from_parts(54_263_000, 19114) + // Estimated: `23074` + // Minimum execution time: 62_074 nanoseconds. + Weight::from_ref_time(62_713_000) + .saturating_add(Weight::from_proof_size(23074)) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -103,9 +108,10 @@ impl WeightInfo for SubstrateWeight { fn put_in_front_of() -> Weight { // Proof Size summary in bytes: // Measured: `2154` - // Estimated: `25798` - // Minimum execution time: 59_513 nanoseconds. - Weight::from_parts(60_717_000, 25798) + // Estimated: `30748` + // Minimum execution time: 70_284 nanoseconds. + Weight::from_ref_time(71_390_000) + .saturating_add(Weight::from_proof_size(30748)) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -124,9 +130,10 @@ impl WeightInfo for () { fn rebag_non_terminal() -> Weight { // Proof Size summary in bytes: // Measured: `1916` - // Estimated: `19186` - // Minimum execution time: 54_348 nanoseconds. - Weight::from_parts(55_024_000, 19186) + // Estimated: `23146` + // Minimum execution time: 63_368 nanoseconds. + Weight::from_ref_time(64_140_000) + .saturating_add(Weight::from_proof_size(23146)) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -141,9 +148,10 @@ impl WeightInfo for () { fn rebag_terminal() -> Weight { // Proof Size summary in bytes: // Measured: `1810` - // Estimated: `19114` - // Minimum execution time: 53_306 nanoseconds. - Weight::from_parts(54_263_000, 19114) + // Estimated: `23074` + // Minimum execution time: 62_074 nanoseconds. + Weight::from_ref_time(62_713_000) + .saturating_add(Weight::from_proof_size(23074)) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -160,9 +168,10 @@ impl WeightInfo for () { fn put_in_front_of() -> Weight { // Proof Size summary in bytes: // Measured: `2154` - // Estimated: `25798` - // Minimum execution time: 59_513 nanoseconds. - Weight::from_parts(60_717_000, 25798) + // Estimated: `30748` + // Minimum execution time: 70_284 nanoseconds. + Weight::from_ref_time(71_390_000) + .saturating_add(Weight::from_proof_size(30748)) .saturating_add(RocksDbWeight::get().reads(10_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } diff --git a/frame/balances/src/weights.rs b/frame/balances/src/weights.rs index 8c307ff90924d..a29f5f45c3027 100644 --- a/frame/balances/src/weights.rs +++ b/frame/balances/src/weights.rs @@ -18,26 +18,28 @@ //! Autogenerated weights for pallet_balances //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: -// target/production/substrate +// ./target/production/substrate // benchmark // pallet +// --chain=dev // --steps=50 // --repeat=20 +// --pallet=pallet_balances +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/substrate/.git/.artifacts/bench.json -// --pallet=pallet_balances -// --chain=dev -// --header=./HEADER-APACHE2 // --output=./frame/balances/src/weights.rs +// --header=./HEADER-APACHE2 // --template=./.maintain/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -67,8 +69,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 37_815 nanoseconds. - Weight::from_ref_time(38_109_000) + // Minimum execution time: 37_161 nanoseconds. + Weight::from_ref_time(37_779_000) .saturating_add(Weight::from_proof_size(3593)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -79,8 +81,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 28_184 nanoseconds. - Weight::from_ref_time(49_250_000) + // Minimum execution time: 27_779 nanoseconds. + Weight::from_ref_time(28_371_000) .saturating_add(Weight::from_proof_size(3593)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -91,8 +93,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `206` // Estimated: `3593` - // Minimum execution time: 17_474 nanoseconds. - Weight::from_ref_time(17_777_000) + // Minimum execution time: 17_681 nanoseconds. + Weight::from_ref_time(17_857_000) .saturating_add(Weight::from_proof_size(3593)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -103,8 +105,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `206` // Estimated: `3593` - // Minimum execution time: 20_962 nanoseconds. - Weight::from_ref_time(21_419_000) + // Minimum execution time: 20_980 nanoseconds. + Weight::from_ref_time(21_421_000) .saturating_add(Weight::from_proof_size(3593)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -115,8 +117,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `135` // Estimated: `6196` - // Minimum execution time: 39_713 nanoseconds. - Weight::from_ref_time(40_360_000) + // Minimum execution time: 39_875 nanoseconds. + Weight::from_ref_time(40_393_000) .saturating_add(Weight::from_proof_size(6196)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -127,8 +129,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 34_878 nanoseconds. - Weight::from_ref_time(35_121_000) + // Minimum execution time: 34_296 nanoseconds. + Weight::from_ref_time(34_871_000) .saturating_add(Weight::from_proof_size(3593)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -139,8 +141,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `206` // Estimated: `3593` - // Minimum execution time: 16_790 nanoseconds. - Weight::from_ref_time(17_029_000) + // Minimum execution time: 16_059 nanoseconds. + Weight::from_ref_time(16_433_000) .saturating_add(Weight::from_proof_size(3593)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -155,8 +157,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 37_815 nanoseconds. - Weight::from_ref_time(38_109_000) + // Minimum execution time: 37_161 nanoseconds. + Weight::from_ref_time(37_779_000) .saturating_add(Weight::from_proof_size(3593)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -167,8 +169,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 28_184 nanoseconds. - Weight::from_ref_time(49_250_000) + // Minimum execution time: 27_779 nanoseconds. + Weight::from_ref_time(28_371_000) .saturating_add(Weight::from_proof_size(3593)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -179,8 +181,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `206` // Estimated: `3593` - // Minimum execution time: 17_474 nanoseconds. - Weight::from_ref_time(17_777_000) + // Minimum execution time: 17_681 nanoseconds. + Weight::from_ref_time(17_857_000) .saturating_add(Weight::from_proof_size(3593)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -191,8 +193,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `206` // Estimated: `3593` - // Minimum execution time: 20_962 nanoseconds. - Weight::from_ref_time(21_419_000) + // Minimum execution time: 20_980 nanoseconds. + Weight::from_ref_time(21_421_000) .saturating_add(Weight::from_proof_size(3593)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -203,8 +205,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `135` // Estimated: `6196` - // Minimum execution time: 39_713 nanoseconds. - Weight::from_ref_time(40_360_000) + // Minimum execution time: 39_875 nanoseconds. + Weight::from_ref_time(40_393_000) .saturating_add(Weight::from_proof_size(6196)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -215,8 +217,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 34_878 nanoseconds. - Weight::from_ref_time(35_121_000) + // Minimum execution time: 34_296 nanoseconds. + Weight::from_ref_time(34_871_000) .saturating_add(Weight::from_proof_size(3593)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -227,8 +229,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `206` // Estimated: `3593` - // Minimum execution time: 16_790 nanoseconds. - Weight::from_ref_time(17_029_000) + // Minimum execution time: 16_059 nanoseconds. + Weight::from_ref_time(16_433_000) .saturating_add(Weight::from_proof_size(3593)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) diff --git a/frame/benchmarking/src/weights.rs b/frame/benchmarking/src/weights.rs index 85dbb18c7e024..5cdbec0db2def 100644 --- a/frame/benchmarking/src/weights.rs +++ b/frame/benchmarking/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for frame_benchmarking //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=frame_benchmarking +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -64,49 +67,55 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 138 nanoseconds. - Weight::from_ref_time(199_805) + // Minimum execution time: 173 nanoseconds. + Weight::from_ref_time(213_608) + .saturating_add(Weight::from_proof_size(0)) } /// The range of component `i` is `[0, 1000000]`. fn subtraction(_i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 142 nanoseconds. - Weight::from_ref_time(201_435) + // Minimum execution time: 172 nanoseconds. + Weight::from_ref_time(210_080) + .saturating_add(Weight::from_proof_size(0)) } /// The range of component `i` is `[0, 1000000]`. fn multiplication(_i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 138 nanoseconds. - Weight::from_ref_time(207_037) + // Minimum execution time: 171 nanoseconds. + Weight::from_ref_time(218_627) + .saturating_add(Weight::from_proof_size(0)) } /// The range of component `i` is `[0, 1000000]`. fn division(_i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 151 nanoseconds. - Weight::from_ref_time(205_150) + // Minimum execution time: 173 nanoseconds. + Weight::from_ref_time(214_886) + .saturating_add(Weight::from_proof_size(0)) } fn hashing() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 21_950_884 nanoseconds. - Weight::from_ref_time(21_994_001_000) + // Minimum execution time: 25_289_638 nanoseconds. + Weight::from_ref_time(25_415_264_000) + .saturating_add(Weight::from_proof_size(0)) } /// The range of component `i` is `[0, 100]`. fn sr25519_verification(i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 168 nanoseconds. - Weight::from_ref_time(1_680_898) - // Standard Error: 10_291 - .saturating_add(Weight::from_ref_time(46_867_301).saturating_mul(i.into())) + // Minimum execution time: 187 nanoseconds. + Weight::from_ref_time(215_000) + .saturating_add(Weight::from_proof_size(0)) + // Standard Error: 18_617 + .saturating_add(Weight::from_ref_time(47_579_257).saturating_mul(i.into())) } } @@ -117,48 +126,54 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 138 nanoseconds. - Weight::from_ref_time(199_805) + // Minimum execution time: 173 nanoseconds. + Weight::from_ref_time(213_608) + .saturating_add(Weight::from_proof_size(0)) } /// The range of component `i` is `[0, 1000000]`. fn subtraction(_i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 142 nanoseconds. - Weight::from_ref_time(201_435) + // Minimum execution time: 172 nanoseconds. + Weight::from_ref_time(210_080) + .saturating_add(Weight::from_proof_size(0)) } /// The range of component `i` is `[0, 1000000]`. fn multiplication(_i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 138 nanoseconds. - Weight::from_ref_time(207_037) + // Minimum execution time: 171 nanoseconds. + Weight::from_ref_time(218_627) + .saturating_add(Weight::from_proof_size(0)) } /// The range of component `i` is `[0, 1000000]`. fn division(_i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 151 nanoseconds. - Weight::from_ref_time(205_150) + // Minimum execution time: 173 nanoseconds. + Weight::from_ref_time(214_886) + .saturating_add(Weight::from_proof_size(0)) } fn hashing() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 21_950_884 nanoseconds. - Weight::from_ref_time(21_994_001_000) + // Minimum execution time: 25_289_638 nanoseconds. + Weight::from_ref_time(25_415_264_000) + .saturating_add(Weight::from_proof_size(0)) } /// The range of component `i` is `[0, 100]`. fn sr25519_verification(i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 168 nanoseconds. - Weight::from_ref_time(1_680_898) - // Standard Error: 10_291 - .saturating_add(Weight::from_ref_time(46_867_301).saturating_mul(i.into())) + // Minimum execution time: 187 nanoseconds. + Weight::from_ref_time(215_000) + .saturating_add(Weight::from_proof_size(0)) + // Standard Error: 18_617 + .saturating_add(Weight::from_ref_time(47_579_257).saturating_mul(i.into())) } } diff --git a/frame/bounties/src/weights.rs b/frame/bounties/src/weights.rs index 174891f9589d3..6a241d92f7fba 100644 --- a/frame/bounties/src/weights.rs +++ b/frame/bounties/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_bounties //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_bounties +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -76,11 +79,12 @@ impl WeightInfo for SubstrateWeight { fn propose_bounty(d: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `308` - // Estimated: `3102` - // Minimum execution time: 22_787 nanoseconds. - Weight::from_parts(23_898_632, 3102) - // Standard Error: 141 - .saturating_add(Weight::from_ref_time(568).saturating_mul(d.into())) + // Estimated: `5082` + // Minimum execution time: 26_967 nanoseconds. + Weight::from_ref_time(27_781_116) + .saturating_add(Weight::from_proof_size(5082)) + // Standard Error: 181 + .saturating_add(Weight::from_ref_time(2_303).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -91,9 +95,10 @@ impl WeightInfo for SubstrateWeight { fn approve_bounty() -> Weight { // Proof Size summary in bytes: // Measured: `400` - // Estimated: `3549` - // Minimum execution time: 10_526 nanoseconds. - Weight::from_parts(10_729_000, 3549) + // Estimated: `5529` + // Minimum execution time: 12_054 nanoseconds. + Weight::from_ref_time(12_329_000) + .saturating_add(Weight::from_proof_size(5529)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -102,9 +107,10 @@ impl WeightInfo for SubstrateWeight { fn propose_curator() -> Weight { // Proof Size summary in bytes: // Measured: `420` - // Estimated: `2652` - // Minimum execution time: 9_193 nanoseconds. - Weight::from_parts(9_455_000, 2652) + // Estimated: `3642` + // Minimum execution time: 10_762 nanoseconds. + Weight::from_ref_time(11_098_000) + .saturating_add(Weight::from_proof_size(3642)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -115,9 +121,10 @@ impl WeightInfo for SubstrateWeight { fn unassign_curator() -> Weight { // Proof Size summary in bytes: // Measured: `628` - // Estimated: `5255` - // Minimum execution time: 22_592 nanoseconds. - Weight::from_parts(22_952_000, 5255) + // Estimated: `7235` + // Minimum execution time: 26_527 nanoseconds. + Weight::from_ref_time(26_881_000) + .saturating_add(Weight::from_proof_size(7235)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -128,9 +135,10 @@ impl WeightInfo for SubstrateWeight { fn accept_curator() -> Weight { // Proof Size summary in bytes: // Measured: `624` - // Estimated: `5255` - // Minimum execution time: 20_920 nanoseconds. - Weight::from_parts(21_369_000, 5255) + // Estimated: `7235` + // Minimum execution time: 25_094 nanoseconds. + Weight::from_ref_time(25_600_000) + .saturating_add(Weight::from_proof_size(7235)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -141,9 +149,10 @@ impl WeightInfo for SubstrateWeight { fn award_bounty() -> Weight { // Proof Size summary in bytes: // Measured: `570` - // Estimated: `5143` - // Minimum execution time: 17_853 nanoseconds. - Weight::from_parts(18_280_000, 5143) + // Estimated: `7123` + // Minimum execution time: 20_541 nanoseconds. + Weight::from_ref_time(20_997_000) + .saturating_add(Weight::from_proof_size(7123)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -158,9 +167,10 @@ impl WeightInfo for SubstrateWeight { fn claim_bounty() -> Weight { // Proof Size summary in bytes: // Measured: `998` - // Estimated: `12964` - // Minimum execution time: 67_538 nanoseconds. - Weight::from_parts(67_974_000, 12964) + // Estimated: `15934` + // Minimum execution time: 82_980 nanoseconds. + Weight::from_ref_time(83_807_000) + .saturating_add(Weight::from_proof_size(15934)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -175,9 +185,10 @@ impl WeightInfo for SubstrateWeight { fn close_bounty_proposed() -> Weight { // Proof Size summary in bytes: // Measured: `646` - // Estimated: `7746` - // Minimum execution time: 28_380 nanoseconds. - Weight::from_parts(28_859_000, 7746) + // Estimated: `10716` + // Minimum execution time: 33_089 nanoseconds. + Weight::from_ref_time(33_634_000) + .saturating_add(Weight::from_proof_size(10716)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -192,9 +203,10 @@ impl WeightInfo for SubstrateWeight { fn close_bounty_active() -> Weight { // Proof Size summary in bytes: // Measured: `914` - // Estimated: `10349` - // Minimum execution time: 47_739 nanoseconds. - Weight::from_parts(48_388_000, 10349) + // Estimated: `13319` + // Minimum execution time: 57_747 nanoseconds. + Weight::from_ref_time(58_167_000) + .saturating_add(Weight::from_proof_size(13319)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -203,9 +215,10 @@ impl WeightInfo for SubstrateWeight { fn extend_bounty_expiry() -> Weight { // Proof Size summary in bytes: // Measured: `456` - // Estimated: `2652` - // Minimum execution time: 14_188 nanoseconds. - Weight::from_parts(14_801_000, 2652) + // Estimated: `3642` + // Minimum execution time: 16_408 nanoseconds. + Weight::from_ref_time(16_766_000) + .saturating_add(Weight::from_proof_size(3642)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -219,11 +232,12 @@ impl WeightInfo for SubstrateWeight { fn spend_funds(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `31 + b * (360 ±0)` - // Estimated: `897 + b * (7858 ±0)` - // Minimum execution time: 4_685 nanoseconds. - Weight::from_parts(9_932_840, 897) - // Standard Error: 14_301 - .saturating_add(Weight::from_ref_time(27_178_347).saturating_mul(b.into())) + // Estimated: `3867 + b * (7858 ±0)` + // Minimum execution time: 5_270 nanoseconds. + Weight::from_ref_time(3_881_639) + .saturating_add(Weight::from_proof_size(3867)) + // Standard Error: 36_801 + .saturating_add(Weight::from_ref_time(33_837_723).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -246,11 +260,12 @@ impl WeightInfo for () { fn propose_bounty(d: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `308` - // Estimated: `3102` - // Minimum execution time: 22_787 nanoseconds. - Weight::from_parts(23_898_632, 3102) - // Standard Error: 141 - .saturating_add(Weight::from_ref_time(568).saturating_mul(d.into())) + // Estimated: `5082` + // Minimum execution time: 26_967 nanoseconds. + Weight::from_ref_time(27_781_116) + .saturating_add(Weight::from_proof_size(5082)) + // Standard Error: 181 + .saturating_add(Weight::from_ref_time(2_303).saturating_mul(d.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -261,9 +276,10 @@ impl WeightInfo for () { fn approve_bounty() -> Weight { // Proof Size summary in bytes: // Measured: `400` - // Estimated: `3549` - // Minimum execution time: 10_526 nanoseconds. - Weight::from_parts(10_729_000, 3549) + // Estimated: `5529` + // Minimum execution time: 12_054 nanoseconds. + Weight::from_ref_time(12_329_000) + .saturating_add(Weight::from_proof_size(5529)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -272,9 +288,10 @@ impl WeightInfo for () { fn propose_curator() -> Weight { // Proof Size summary in bytes: // Measured: `420` - // Estimated: `2652` - // Minimum execution time: 9_193 nanoseconds. - Weight::from_parts(9_455_000, 2652) + // Estimated: `3642` + // Minimum execution time: 10_762 nanoseconds. + Weight::from_ref_time(11_098_000) + .saturating_add(Weight::from_proof_size(3642)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -285,9 +302,10 @@ impl WeightInfo for () { fn unassign_curator() -> Weight { // Proof Size summary in bytes: // Measured: `628` - // Estimated: `5255` - // Minimum execution time: 22_592 nanoseconds. - Weight::from_parts(22_952_000, 5255) + // Estimated: `7235` + // Minimum execution time: 26_527 nanoseconds. + Weight::from_ref_time(26_881_000) + .saturating_add(Weight::from_proof_size(7235)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -298,9 +316,10 @@ impl WeightInfo for () { fn accept_curator() -> Weight { // Proof Size summary in bytes: // Measured: `624` - // Estimated: `5255` - // Minimum execution time: 20_920 nanoseconds. - Weight::from_parts(21_369_000, 5255) + // Estimated: `7235` + // Minimum execution time: 25_094 nanoseconds. + Weight::from_ref_time(25_600_000) + .saturating_add(Weight::from_proof_size(7235)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -311,9 +330,10 @@ impl WeightInfo for () { fn award_bounty() -> Weight { // Proof Size summary in bytes: // Measured: `570` - // Estimated: `5143` - // Minimum execution time: 17_853 nanoseconds. - Weight::from_parts(18_280_000, 5143) + // Estimated: `7123` + // Minimum execution time: 20_541 nanoseconds. + Weight::from_ref_time(20_997_000) + .saturating_add(Weight::from_proof_size(7123)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -328,9 +348,10 @@ impl WeightInfo for () { fn claim_bounty() -> Weight { // Proof Size summary in bytes: // Measured: `998` - // Estimated: `12964` - // Minimum execution time: 67_538 nanoseconds. - Weight::from_parts(67_974_000, 12964) + // Estimated: `15934` + // Minimum execution time: 82_980 nanoseconds. + Weight::from_ref_time(83_807_000) + .saturating_add(Weight::from_proof_size(15934)) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -345,9 +366,10 @@ impl WeightInfo for () { fn close_bounty_proposed() -> Weight { // Proof Size summary in bytes: // Measured: `646` - // Estimated: `7746` - // Minimum execution time: 28_380 nanoseconds. - Weight::from_parts(28_859_000, 7746) + // Estimated: `10716` + // Minimum execution time: 33_089 nanoseconds. + Weight::from_ref_time(33_634_000) + .saturating_add(Weight::from_proof_size(10716)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -362,9 +384,10 @@ impl WeightInfo for () { fn close_bounty_active() -> Weight { // Proof Size summary in bytes: // Measured: `914` - // Estimated: `10349` - // Minimum execution time: 47_739 nanoseconds. - Weight::from_parts(48_388_000, 10349) + // Estimated: `13319` + // Minimum execution time: 57_747 nanoseconds. + Weight::from_ref_time(58_167_000) + .saturating_add(Weight::from_proof_size(13319)) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -373,9 +396,10 @@ impl WeightInfo for () { fn extend_bounty_expiry() -> Weight { // Proof Size summary in bytes: // Measured: `456` - // Estimated: `2652` - // Minimum execution time: 14_188 nanoseconds. - Weight::from_parts(14_801_000, 2652) + // Estimated: `3642` + // Minimum execution time: 16_408 nanoseconds. + Weight::from_ref_time(16_766_000) + .saturating_add(Weight::from_proof_size(3642)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -389,11 +413,12 @@ impl WeightInfo for () { fn spend_funds(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `31 + b * (360 ±0)` - // Estimated: `897 + b * (7858 ±0)` - // Minimum execution time: 4_685 nanoseconds. - Weight::from_parts(9_932_840, 897) - // Standard Error: 14_301 - .saturating_add(Weight::from_ref_time(27_178_347).saturating_mul(b.into())) + // Estimated: `3867 + b * (7858 ±0)` + // Minimum execution time: 5_270 nanoseconds. + Weight::from_ref_time(3_881_639) + .saturating_add(Weight::from_proof_size(3867)) + // Standard Error: 36_801 + .saturating_add(Weight::from_ref_time(33_837_723).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(b.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) diff --git a/frame/child-bounties/src/weights.rs b/frame/child-bounties/src/weights.rs index e27393de9d350..8b99a966acb6d 100644 --- a/frame/child-bounties/src/weights.rs +++ b/frame/child-bounties/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_child_bounties //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_child_bounties +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -77,11 +80,12 @@ impl WeightInfo for SubstrateWeight { fn add_child_bounty(d: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `742` - // Estimated: `10848` - // Minimum execution time: 46_743 nanoseconds. - Weight::from_parts(47_762_924, 10848) - // Standard Error: 135 - .saturating_add(Weight::from_ref_time(599).saturating_mul(d.into())) + // Estimated: `14808` + // Minimum execution time: 55_031 nanoseconds. + Weight::from_ref_time(56_050_810) + .saturating_add(Weight::from_proof_size(14808)) + // Standard Error: 181 + .saturating_add(Weight::from_ref_time(545).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -94,9 +98,10 @@ impl WeightInfo for SubstrateWeight { fn propose_curator() -> Weight { // Proof Size summary in bytes: // Measured: `796` - // Estimated: `7775` - // Minimum execution time: 16_417 nanoseconds. - Weight::from_parts(16_712_000, 7775) + // Estimated: `10745` + // Minimum execution time: 19_198 nanoseconds. + Weight::from_ref_time(19_500_000) + .saturating_add(Weight::from_proof_size(10745)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -109,9 +114,10 @@ impl WeightInfo for SubstrateWeight { fn accept_curator() -> Weight { // Proof Size summary in bytes: // Measured: `974` - // Estimated: `7875` - // Minimum execution time: 25_548 nanoseconds. - Weight::from_parts(25_919_000, 7875) + // Estimated: `10845` + // Minimum execution time: 32_054 nanoseconds. + Weight::from_ref_time(32_468_000) + .saturating_add(Weight::from_proof_size(10845)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -124,9 +130,10 @@ impl WeightInfo for SubstrateWeight { fn unassign_curator() -> Weight { // Proof Size summary in bytes: // Measured: `974` - // Estimated: `7875` - // Minimum execution time: 27_645 nanoseconds. - Weight::from_parts(27_947_000, 7875) + // Estimated: `10845` + // Minimum execution time: 34_348 nanoseconds. + Weight::from_ref_time(34_692_000) + .saturating_add(Weight::from_proof_size(10845)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -137,9 +144,10 @@ impl WeightInfo for SubstrateWeight { fn award_child_bounty() -> Weight { // Proof Size summary in bytes: // Measured: `839` - // Estimated: `5272` - // Minimum execution time: 20_002 nanoseconds. - Weight::from_parts(20_512_000, 5272) + // Estimated: `7252` + // Minimum execution time: 23_341 nanoseconds. + Weight::from_ref_time(23_866_000) + .saturating_add(Weight::from_proof_size(7252)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -154,9 +162,10 @@ impl WeightInfo for SubstrateWeight { fn claim_child_bounty() -> Weight { // Proof Size summary in bytes: // Measured: `744` - // Estimated: `12920` - // Minimum execution time: 63_752 nanoseconds. - Weight::from_parts(64_179_000, 12920) + // Estimated: `15890` + // Minimum execution time: 77_341 nanoseconds. + Weight::from_ref_time(78_226_000) + .saturating_add(Weight::from_proof_size(15890)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -175,9 +184,10 @@ impl WeightInfo for SubstrateWeight { fn close_child_bounty_added() -> Weight { // Proof Size summary in bytes: // Measured: `1106` - // Estimated: `15472` - // Minimum execution time: 47_388 nanoseconds. - Weight::from_parts(47_946_000, 15472) + // Estimated: `20422` + // Minimum execution time: 55_171 nanoseconds. + Weight::from_ref_time(55_996_000) + .saturating_add(Weight::from_proof_size(20422)) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -196,9 +206,10 @@ impl WeightInfo for SubstrateWeight { fn close_child_bounty_active() -> Weight { // Proof Size summary in bytes: // Measured: `1325` - // Estimated: `18075` - // Minimum execution time: 58_008 nanoseconds. - Weight::from_parts(58_586_000, 18075) + // Estimated: `23025` + // Minimum execution time: 68_217 nanoseconds. + Weight::from_ref_time(68_697_000) + .saturating_add(Weight::from_proof_size(23025)) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -222,11 +233,12 @@ impl WeightInfo for () { fn add_child_bounty(d: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `742` - // Estimated: `10848` - // Minimum execution time: 46_743 nanoseconds. - Weight::from_parts(47_762_924, 10848) - // Standard Error: 135 - .saturating_add(Weight::from_ref_time(599).saturating_mul(d.into())) + // Estimated: `14808` + // Minimum execution time: 55_031 nanoseconds. + Weight::from_ref_time(56_050_810) + .saturating_add(Weight::from_proof_size(14808)) + // Standard Error: 181 + .saturating_add(Weight::from_ref_time(545).saturating_mul(d.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -239,9 +251,10 @@ impl WeightInfo for () { fn propose_curator() -> Weight { // Proof Size summary in bytes: // Measured: `796` - // Estimated: `7775` - // Minimum execution time: 16_417 nanoseconds. - Weight::from_parts(16_712_000, 7775) + // Estimated: `10745` + // Minimum execution time: 19_198 nanoseconds. + Weight::from_ref_time(19_500_000) + .saturating_add(Weight::from_proof_size(10745)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -254,9 +267,10 @@ impl WeightInfo for () { fn accept_curator() -> Weight { // Proof Size summary in bytes: // Measured: `974` - // Estimated: `7875` - // Minimum execution time: 25_548 nanoseconds. - Weight::from_parts(25_919_000, 7875) + // Estimated: `10845` + // Minimum execution time: 32_054 nanoseconds. + Weight::from_ref_time(32_468_000) + .saturating_add(Weight::from_proof_size(10845)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -269,9 +283,10 @@ impl WeightInfo for () { fn unassign_curator() -> Weight { // Proof Size summary in bytes: // Measured: `974` - // Estimated: `7875` - // Minimum execution time: 27_645 nanoseconds. - Weight::from_parts(27_947_000, 7875) + // Estimated: `10845` + // Minimum execution time: 34_348 nanoseconds. + Weight::from_ref_time(34_692_000) + .saturating_add(Weight::from_proof_size(10845)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -282,9 +297,10 @@ impl WeightInfo for () { fn award_child_bounty() -> Weight { // Proof Size summary in bytes: // Measured: `839` - // Estimated: `5272` - // Minimum execution time: 20_002 nanoseconds. - Weight::from_parts(20_512_000, 5272) + // Estimated: `7252` + // Minimum execution time: 23_341 nanoseconds. + Weight::from_ref_time(23_866_000) + .saturating_add(Weight::from_proof_size(7252)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -299,9 +315,10 @@ impl WeightInfo for () { fn claim_child_bounty() -> Weight { // Proof Size summary in bytes: // Measured: `744` - // Estimated: `12920` - // Minimum execution time: 63_752 nanoseconds. - Weight::from_parts(64_179_000, 12920) + // Estimated: `15890` + // Minimum execution time: 77_341 nanoseconds. + Weight::from_ref_time(78_226_000) + .saturating_add(Weight::from_proof_size(15890)) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -320,9 +337,10 @@ impl WeightInfo for () { fn close_child_bounty_added() -> Weight { // Proof Size summary in bytes: // Measured: `1106` - // Estimated: `15472` - // Minimum execution time: 47_388 nanoseconds. - Weight::from_parts(47_946_000, 15472) + // Estimated: `20422` + // Minimum execution time: 55_171 nanoseconds. + Weight::from_ref_time(55_996_000) + .saturating_add(Weight::from_proof_size(20422)) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -341,9 +359,10 @@ impl WeightInfo for () { fn close_child_bounty_active() -> Weight { // Proof Size summary in bytes: // Measured: `1325` - // Estimated: `18075` - // Minimum execution time: 58_008 nanoseconds. - Weight::from_parts(58_586_000, 18075) + // Estimated: `23025` + // Minimum execution time: 68_217 nanoseconds. + Weight::from_ref_time(68_697_000) + .saturating_add(Weight::from_proof_size(23025)) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } diff --git a/frame/collective/src/weights.rs b/frame/collective/src/weights.rs index d8a7131186424..c053262c93b80 100644 --- a/frame/collective/src/weights.rs +++ b/frame/collective/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_collective //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_collective +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -77,13 +80,14 @@ impl WeightInfo for SubstrateWeight { fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + m * (3233 ±0) + p * (3223 ±0)` - // Estimated: `16586 + m * (7809 ±24) + p * (10238 ±24)` - // Minimum execution time: 17_093 nanoseconds. - Weight::from_parts(17_284_000, 16586) - // Standard Error: 64_700 - .saturating_add(Weight::from_ref_time(5_143_145).saturating_mul(m.into())) - // Standard Error: 64_700 - .saturating_add(Weight::from_ref_time(7_480_941).saturating_mul(p.into())) + // Estimated: `19556 + m * (7809 ±23) + p * (10238 ±23)` + // Minimum execution time: 18_125 nanoseconds. + Weight::from_ref_time(18_299_000) + .saturating_add(Weight::from_proof_size(19556)) + // Standard Error: 56_565 + .saturating_add(Weight::from_ref_time(4_357_864).saturating_mul(m.into())) + // Standard Error: 56_565 + .saturating_add(Weight::from_ref_time(7_529_070).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -98,13 +102,14 @@ impl WeightInfo for SubstrateWeight { fn execute(b: u32, m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `234 + m * (32 ±0)` - // Estimated: `730 + m * (32 ±0)` - // Minimum execution time: 15_972 nanoseconds. - Weight::from_parts(14_971_445, 730) - // Standard Error: 32 - .saturating_add(Weight::from_ref_time(1_775).saturating_mul(b.into())) - // Standard Error: 334 - .saturating_add(Weight::from_ref_time(17_052).saturating_mul(m.into())) + // Estimated: `1720 + m * (32 ±0)` + // Minimum execution time: 18_048 nanoseconds. + Weight::from_ref_time(16_889_500) + .saturating_add(Weight::from_proof_size(1720)) + // Standard Error: 33 + .saturating_add(Weight::from_ref_time(2_018).saturating_mul(b.into())) + // Standard Error: 345 + .saturating_add(Weight::from_ref_time(17_046).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(Weight::from_proof_size(32).saturating_mul(m.into())) } @@ -117,13 +122,14 @@ impl WeightInfo for SubstrateWeight { fn propose_execute(b: u32, m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `234 + m * (32 ±0)` - // Estimated: `3440 + m * (64 ±0)` - // Minimum execution time: 17_950 nanoseconds. - Weight::from_parts(17_019_558, 3440) - // Standard Error: 41 - .saturating_add(Weight::from_ref_time(1_807).saturating_mul(b.into())) - // Standard Error: 432 - .saturating_add(Weight::from_ref_time(27_986).saturating_mul(m.into())) + // Estimated: `5420 + m * (64 ±0)` + // Minimum execution time: 20_235 nanoseconds. + Weight::from_ref_time(19_454_364) + .saturating_add(Weight::from_proof_size(5420)) + // Standard Error: 47 + .saturating_add(Weight::from_ref_time(1_986).saturating_mul(b.into())) + // Standard Error: 486 + .saturating_add(Weight::from_ref_time(26_858).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(Weight::from_proof_size(64).saturating_mul(m.into())) } @@ -143,15 +149,16 @@ impl WeightInfo for SubstrateWeight { fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `556 + m * (32 ±0) + p * (36 ±0)` - // Estimated: `6355 + m * (165 ±0) + p * (180 ±0)` - // Minimum execution time: 24_817 nanoseconds. - Weight::from_parts(24_778_955, 6355) - // Standard Error: 73 - .saturating_add(Weight::from_ref_time(2_355).saturating_mul(b.into())) - // Standard Error: 765 - .saturating_add(Weight::from_ref_time(20_518).saturating_mul(m.into())) - // Standard Error: 755 - .saturating_add(Weight::from_ref_time(85_670).saturating_mul(p.into())) + // Estimated: `10315 + m * (165 ±0) + p * (180 ±0)` + // Minimum execution time: 28_587 nanoseconds. + Weight::from_ref_time(28_270_078) + .saturating_add(Weight::from_proof_size(10315)) + // Standard Error: 84 + .saturating_add(Weight::from_ref_time(3_053).saturating_mul(b.into())) + // Standard Error: 885 + .saturating_add(Weight::from_ref_time(21_011).saturating_mul(m.into())) + // Standard Error: 874 + .saturating_add(Weight::from_ref_time(120_955).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_proof_size(165).saturating_mul(m.into())) @@ -165,11 +172,12 @@ impl WeightInfo for SubstrateWeight { fn vote(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1006 + m * (64 ±0)` - // Estimated: `4980 + m * (128 ±0)` - // Minimum execution time: 19_790 nanoseconds. - Weight::from_parts(20_528_275, 4980) - // Standard Error: 651 - .saturating_add(Weight::from_ref_time(48_856).saturating_mul(m.into())) + // Estimated: `6960 + m * (128 ±0)` + // Minimum execution time: 23_154 nanoseconds. + Weight::from_ref_time(23_795_207) + .saturating_add(Weight::from_proof_size(6960)) + // Standard Error: 694 + .saturating_add(Weight::from_ref_time(53_365).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_proof_size(128).saturating_mul(m.into())) @@ -187,13 +195,14 @@ impl WeightInfo for SubstrateWeight { fn close_early_disapproved(m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `626 + m * (64 ±0) + p * (36 ±0)` - // Estimated: `5893 + m * (260 ±0) + p * (144 ±0)` - // Minimum execution time: 25_564 nanoseconds. - Weight::from_parts(25_535_497, 5893) - // Standard Error: 610 - .saturating_add(Weight::from_ref_time(27_956).saturating_mul(m.into())) - // Standard Error: 595 - .saturating_add(Weight::from_ref_time(84_835).saturating_mul(p.into())) + // Estimated: `8863 + m * (260 ±0) + p * (144 ±0)` + // Minimum execution time: 29_518 nanoseconds. + Weight::from_ref_time(29_490_994) + .saturating_add(Weight::from_proof_size(8863)) + // Standard Error: 742 + .saturating_add(Weight::from_ref_time(28_906).saturating_mul(m.into())) + // Standard Error: 723 + .saturating_add(Weight::from_ref_time(124_252).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(260).saturating_mul(m.into())) @@ -213,15 +222,16 @@ impl WeightInfo for SubstrateWeight { fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `962 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` - // Estimated: `9164 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` - // Minimum execution time: 36_515 nanoseconds. - Weight::from_parts(36_626_648, 9164) - // Standard Error: 98 - .saturating_add(Weight::from_ref_time(2_295).saturating_mul(b.into())) - // Standard Error: 1_036 - .saturating_add(Weight::from_ref_time(22_182).saturating_mul(m.into())) - // Standard Error: 1_010 - .saturating_add(Weight::from_ref_time(100_034).saturating_mul(p.into())) + // Estimated: `13124 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` + // Minimum execution time: 42_472 nanoseconds. + Weight::from_ref_time(43_837_884) + .saturating_add(Weight::from_proof_size(13124)) + // Standard Error: 104 + .saturating_add(Weight::from_ref_time(2_211).saturating_mul(b.into())) + // Standard Error: 1_102 + .saturating_add(Weight::from_ref_time(21_992).saturating_mul(m.into())) + // Standard Error: 1_074 + .saturating_add(Weight::from_ref_time(133_039).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(4).saturating_mul(b.into())) @@ -243,13 +253,14 @@ impl WeightInfo for SubstrateWeight { fn close_disapproved(m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `646 + m * (64 ±0) + p * (36 ±0)` - // Estimated: `7095 + m * (325 ±0) + p * (180 ±0)` - // Minimum execution time: 28_858 nanoseconds. - Weight::from_parts(28_050_047, 7095) - // Standard Error: 614 - .saturating_add(Weight::from_ref_time(34_031).saturating_mul(m.into())) - // Standard Error: 599 - .saturating_add(Weight::from_ref_time(85_744).saturating_mul(p.into())) + // Estimated: `11055 + m * (325 ±0) + p * (180 ±0)` + // Minimum execution time: 32_933 nanoseconds. + Weight::from_ref_time(32_940_619) + .saturating_add(Weight::from_proof_size(11055)) + // Standard Error: 1_195 + .saturating_add(Weight::from_ref_time(25_824).saturating_mul(m.into())) + // Standard Error: 1_166 + .saturating_add(Weight::from_ref_time(144_534).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(325).saturating_mul(m.into())) @@ -271,15 +282,16 @@ impl WeightInfo for SubstrateWeight { fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `982 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` - // Estimated: `10565 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` - // Minimum execution time: 38_608 nanoseconds. - Weight::from_parts(39_948_329, 10565) - // Standard Error: 84 - .saturating_add(Weight::from_ref_time(2_045).saturating_mul(b.into())) - // Standard Error: 895 - .saturating_add(Weight::from_ref_time(22_669).saturating_mul(m.into())) - // Standard Error: 872 - .saturating_add(Weight::from_ref_time(95_525).saturating_mul(p.into())) + // Estimated: `15515 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` + // Minimum execution time: 44_323 nanoseconds. + Weight::from_ref_time(45_893_983) + .saturating_add(Weight::from_proof_size(15515)) + // Standard Error: 106 + .saturating_add(Weight::from_ref_time(2_333).saturating_mul(b.into())) + // Standard Error: 1_120 + .saturating_add(Weight::from_ref_time(24_499).saturating_mul(m.into())) + // Standard Error: 1_092 + .saturating_add(Weight::from_ref_time(136_725).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(5).saturating_mul(b.into())) @@ -296,11 +308,12 @@ impl WeightInfo for SubstrateWeight { fn disapprove_proposal(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `391 + p * (32 ±0)` - // Estimated: `1668 + p * (96 ±0)` - // Minimum execution time: 14_785 nanoseconds. - Weight::from_parts(16_393_818, 1668) - // Standard Error: 612 - .saturating_add(Weight::from_ref_time(76_786).saturating_mul(p.into())) + // Estimated: `2658 + p * (96 ±0)` + // Minimum execution time: 16_337 nanoseconds. + Weight::from_ref_time(18_286_952) + .saturating_add(Weight::from_proof_size(2658)) + // Standard Error: 725 + .saturating_add(Weight::from_ref_time(112_980).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(96).saturating_mul(p.into())) @@ -323,13 +336,14 @@ impl WeightInfo for () { fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + m * (3233 ±0) + p * (3223 ±0)` - // Estimated: `16586 + m * (7809 ±24) + p * (10238 ±24)` - // Minimum execution time: 17_093 nanoseconds. - Weight::from_parts(17_284_000, 16586) - // Standard Error: 64_700 - .saturating_add(Weight::from_ref_time(5_143_145).saturating_mul(m.into())) - // Standard Error: 64_700 - .saturating_add(Weight::from_ref_time(7_480_941).saturating_mul(p.into())) + // Estimated: `19556 + m * (7809 ±23) + p * (10238 ±23)` + // Minimum execution time: 18_125 nanoseconds. + Weight::from_ref_time(18_299_000) + .saturating_add(Weight::from_proof_size(19556)) + // Standard Error: 56_565 + .saturating_add(Weight::from_ref_time(4_357_864).saturating_mul(m.into())) + // Standard Error: 56_565 + .saturating_add(Weight::from_ref_time(7_529_070).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -344,13 +358,14 @@ impl WeightInfo for () { fn execute(b: u32, m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `234 + m * (32 ±0)` - // Estimated: `730 + m * (32 ±0)` - // Minimum execution time: 15_972 nanoseconds. - Weight::from_parts(14_971_445, 730) - // Standard Error: 32 - .saturating_add(Weight::from_ref_time(1_775).saturating_mul(b.into())) - // Standard Error: 334 - .saturating_add(Weight::from_ref_time(17_052).saturating_mul(m.into())) + // Estimated: `1720 + m * (32 ±0)` + // Minimum execution time: 18_048 nanoseconds. + Weight::from_ref_time(16_889_500) + .saturating_add(Weight::from_proof_size(1720)) + // Standard Error: 33 + .saturating_add(Weight::from_ref_time(2_018).saturating_mul(b.into())) + // Standard Error: 345 + .saturating_add(Weight::from_ref_time(17_046).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(Weight::from_proof_size(32).saturating_mul(m.into())) } @@ -363,13 +378,14 @@ impl WeightInfo for () { fn propose_execute(b: u32, m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `234 + m * (32 ±0)` - // Estimated: `3440 + m * (64 ±0)` - // Minimum execution time: 17_950 nanoseconds. - Weight::from_parts(17_019_558, 3440) - // Standard Error: 41 - .saturating_add(Weight::from_ref_time(1_807).saturating_mul(b.into())) - // Standard Error: 432 - .saturating_add(Weight::from_ref_time(27_986).saturating_mul(m.into())) + // Estimated: `5420 + m * (64 ±0)` + // Minimum execution time: 20_235 nanoseconds. + Weight::from_ref_time(19_454_364) + .saturating_add(Weight::from_proof_size(5420)) + // Standard Error: 47 + .saturating_add(Weight::from_ref_time(1_986).saturating_mul(b.into())) + // Standard Error: 486 + .saturating_add(Weight::from_ref_time(26_858).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(Weight::from_proof_size(64).saturating_mul(m.into())) } @@ -389,15 +405,16 @@ impl WeightInfo for () { fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `556 + m * (32 ±0) + p * (36 ±0)` - // Estimated: `6355 + m * (165 ±0) + p * (180 ±0)` - // Minimum execution time: 24_817 nanoseconds. - Weight::from_parts(24_778_955, 6355) - // Standard Error: 73 - .saturating_add(Weight::from_ref_time(2_355).saturating_mul(b.into())) - // Standard Error: 765 - .saturating_add(Weight::from_ref_time(20_518).saturating_mul(m.into())) - // Standard Error: 755 - .saturating_add(Weight::from_ref_time(85_670).saturating_mul(p.into())) + // Estimated: `10315 + m * (165 ±0) + p * (180 ±0)` + // Minimum execution time: 28_587 nanoseconds. + Weight::from_ref_time(28_270_078) + .saturating_add(Weight::from_proof_size(10315)) + // Standard Error: 84 + .saturating_add(Weight::from_ref_time(3_053).saturating_mul(b.into())) + // Standard Error: 885 + .saturating_add(Weight::from_ref_time(21_011).saturating_mul(m.into())) + // Standard Error: 874 + .saturating_add(Weight::from_ref_time(120_955).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_proof_size(165).saturating_mul(m.into())) @@ -411,11 +428,12 @@ impl WeightInfo for () { fn vote(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1006 + m * (64 ±0)` - // Estimated: `4980 + m * (128 ±0)` - // Minimum execution time: 19_790 nanoseconds. - Weight::from_parts(20_528_275, 4980) - // Standard Error: 651 - .saturating_add(Weight::from_ref_time(48_856).saturating_mul(m.into())) + // Estimated: `6960 + m * (128 ±0)` + // Minimum execution time: 23_154 nanoseconds. + Weight::from_ref_time(23_795_207) + .saturating_add(Weight::from_proof_size(6960)) + // Standard Error: 694 + .saturating_add(Weight::from_ref_time(53_365).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_proof_size(128).saturating_mul(m.into())) @@ -433,13 +451,14 @@ impl WeightInfo for () { fn close_early_disapproved(m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `626 + m * (64 ±0) + p * (36 ±0)` - // Estimated: `5893 + m * (260 ±0) + p * (144 ±0)` - // Minimum execution time: 25_564 nanoseconds. - Weight::from_parts(25_535_497, 5893) - // Standard Error: 610 - .saturating_add(Weight::from_ref_time(27_956).saturating_mul(m.into())) - // Standard Error: 595 - .saturating_add(Weight::from_ref_time(84_835).saturating_mul(p.into())) + // Estimated: `8863 + m * (260 ±0) + p * (144 ±0)` + // Minimum execution time: 29_518 nanoseconds. + Weight::from_ref_time(29_490_994) + .saturating_add(Weight::from_proof_size(8863)) + // Standard Error: 742 + .saturating_add(Weight::from_ref_time(28_906).saturating_mul(m.into())) + // Standard Error: 723 + .saturating_add(Weight::from_ref_time(124_252).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(260).saturating_mul(m.into())) @@ -459,15 +478,16 @@ impl WeightInfo for () { fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `962 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` - // Estimated: `9164 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` - // Minimum execution time: 36_515 nanoseconds. - Weight::from_parts(36_626_648, 9164) - // Standard Error: 98 - .saturating_add(Weight::from_ref_time(2_295).saturating_mul(b.into())) - // Standard Error: 1_036 - .saturating_add(Weight::from_ref_time(22_182).saturating_mul(m.into())) - // Standard Error: 1_010 - .saturating_add(Weight::from_ref_time(100_034).saturating_mul(p.into())) + // Estimated: `13124 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` + // Minimum execution time: 42_472 nanoseconds. + Weight::from_ref_time(43_837_884) + .saturating_add(Weight::from_proof_size(13124)) + // Standard Error: 104 + .saturating_add(Weight::from_ref_time(2_211).saturating_mul(b.into())) + // Standard Error: 1_102 + .saturating_add(Weight::from_ref_time(21_992).saturating_mul(m.into())) + // Standard Error: 1_074 + .saturating_add(Weight::from_ref_time(133_039).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(4).saturating_mul(b.into())) @@ -489,13 +509,14 @@ impl WeightInfo for () { fn close_disapproved(m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `646 + m * (64 ±0) + p * (36 ±0)` - // Estimated: `7095 + m * (325 ±0) + p * (180 ±0)` - // Minimum execution time: 28_858 nanoseconds. - Weight::from_parts(28_050_047, 7095) - // Standard Error: 614 - .saturating_add(Weight::from_ref_time(34_031).saturating_mul(m.into())) - // Standard Error: 599 - .saturating_add(Weight::from_ref_time(85_744).saturating_mul(p.into())) + // Estimated: `11055 + m * (325 ±0) + p * (180 ±0)` + // Minimum execution time: 32_933 nanoseconds. + Weight::from_ref_time(32_940_619) + .saturating_add(Weight::from_proof_size(11055)) + // Standard Error: 1_195 + .saturating_add(Weight::from_ref_time(25_824).saturating_mul(m.into())) + // Standard Error: 1_166 + .saturating_add(Weight::from_ref_time(144_534).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(325).saturating_mul(m.into())) @@ -517,15 +538,16 @@ impl WeightInfo for () { fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `982 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` - // Estimated: `10565 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` - // Minimum execution time: 38_608 nanoseconds. - Weight::from_parts(39_948_329, 10565) - // Standard Error: 84 - .saturating_add(Weight::from_ref_time(2_045).saturating_mul(b.into())) - // Standard Error: 895 - .saturating_add(Weight::from_ref_time(22_669).saturating_mul(m.into())) - // Standard Error: 872 - .saturating_add(Weight::from_ref_time(95_525).saturating_mul(p.into())) + // Estimated: `15515 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` + // Minimum execution time: 44_323 nanoseconds. + Weight::from_ref_time(45_893_983) + .saturating_add(Weight::from_proof_size(15515)) + // Standard Error: 106 + .saturating_add(Weight::from_ref_time(2_333).saturating_mul(b.into())) + // Standard Error: 1_120 + .saturating_add(Weight::from_ref_time(24_499).saturating_mul(m.into())) + // Standard Error: 1_092 + .saturating_add(Weight::from_ref_time(136_725).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(5).saturating_mul(b.into())) @@ -542,11 +564,12 @@ impl WeightInfo for () { fn disapprove_proposal(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `391 + p * (32 ±0)` - // Estimated: `1668 + p * (96 ±0)` - // Minimum execution time: 14_785 nanoseconds. - Weight::from_parts(16_393_818, 1668) - // Standard Error: 612 - .saturating_add(Weight::from_ref_time(76_786).saturating_mul(p.into())) + // Estimated: `2658 + p * (96 ±0)` + // Minimum execution time: 16_337 nanoseconds. + Weight::from_ref_time(18_286_952) + .saturating_add(Weight::from_proof_size(2658)) + // Standard Error: 725 + .saturating_add(Weight::from_ref_time(112_980).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(96).saturating_mul(p.into())) diff --git a/frame/contracts/src/weights.rs b/frame/contracts/src/weights.rs index 880b7305f3bc1..6f876b85c490a 100644 --- a/frame/contracts/src/weights.rs +++ b/frame/contracts/src/weights.rs @@ -18,26 +18,28 @@ //! Autogenerated weights for pallet_contracts //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: -// /home/benchbot/cargo_target_dir/production/substrate +// ./target/production/substrate // benchmark // pallet +// --chain=dev // --steps=50 // --repeat=20 +// --pallet=pallet_contracts +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/substrate/.git/.artifacts/bench.json -// --pallet=pallet_contracts -// --chain=dev -// --header=./HEADER-APACHE2 // --output=./frame/contracts/src/weights.rs +// --header=./HEADER-APACHE2 // --template=./.maintain/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -177,10 +179,10 @@ impl WeightInfo for SubstrateWeight { fn on_process_deletion_queue_batch() -> Weight { // Proof Size summary in bytes: // Measured: `109` - // Estimated: `604` - // Minimum execution time: 2_591 nanoseconds. - Weight::from_ref_time(2_817_000) - .saturating_add(Weight::from_proof_size(604)) + // Estimated: `1594` + // Minimum execution time: 2_806 nanoseconds. + Weight::from_ref_time(3_010_000) + .saturating_add(Weight::from_proof_size(1594)) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: Skipped Metadata (r:0 w:0) @@ -190,12 +192,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `481 + k * (69 ±0)` // Estimated: `471 + k * (70 ±0)` - // Minimum execution time: 10_190 nanoseconds. - Weight::from_ref_time(6_642_117) + // Minimum execution time: 11_003 nanoseconds. + Weight::from_ref_time(5_790_461) .saturating_add(Weight::from_proof_size(471)) - // Standard Error: 992 - .saturating_add(Weight::from_ref_time(919_828).saturating_mul(k.into())) + // Standard Error: 1_038 + .saturating_add(Weight::from_ref_time(1_001_575).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) .saturating_add(Weight::from_proof_size(70).saturating_mul(k.into())) @@ -206,12 +209,12 @@ impl WeightInfo for SubstrateWeight { fn on_initialize_per_queue_item(q: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `281 + q * (33 ±0)` - // Estimated: `763 + q * (33 ±0)` - // Minimum execution time: 2_598 nanoseconds. - Weight::from_ref_time(10_288_252) - .saturating_add(Weight::from_proof_size(763)) - // Standard Error: 2_886 - .saturating_add(Weight::from_ref_time(1_092_420).saturating_mul(q.into())) + // Estimated: `1753 + q * (33 ±0)` + // Minimum execution time: 2_743 nanoseconds. + Weight::from_ref_time(10_991_429) + .saturating_add(Weight::from_proof_size(1753)) + // Standard Error: 3_322 + .saturating_add(Weight::from_ref_time(1_303_238).saturating_mul(q.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_proof_size(33).saturating_mul(q.into())) @@ -224,12 +227,12 @@ impl WeightInfo for SubstrateWeight { fn reinstrument(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `270 + c * (1 ±0)` - // Estimated: `3025 + c * (2 ±0)` - // Minimum execution time: 34_338 nanoseconds. - Weight::from_ref_time(32_159_677) - .saturating_add(Weight::from_proof_size(3025)) - // Standard Error: 53 - .saturating_add(Weight::from_ref_time(51_034).saturating_mul(c.into())) + // Estimated: `4015 + c * (2 ±0)` + // Minimum execution time: 43_791 nanoseconds. + Weight::from_ref_time(50_216_606) + .saturating_add(Weight::from_proof_size(4015)) + // Standard Error: 78 + .saturating_add(Weight::from_ref_time(52_264).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_proof_size(2).saturating_mul(c.into())) @@ -248,12 +251,12 @@ impl WeightInfo for SubstrateWeight { fn call_with_code_per_byte(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `803` - // Estimated: `16930 + c * (5 ±0)` - // Minimum execution time: 385_587 nanoseconds. - Weight::from_ref_time(395_545_811) - .saturating_add(Weight::from_proof_size(16930)) - // Standard Error: 27 - .saturating_add(Weight::from_ref_time(31_342).saturating_mul(c.into())) + // Estimated: `21880 + c * (5 ±0)` + // Minimum execution time: 523_896 nanoseconds. + Weight::from_ref_time(541_638_591) + .saturating_add(Weight::from_proof_size(21880)) + // Standard Error: 40 + .saturating_add(Weight::from_ref_time(33_336).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_proof_size(5).saturating_mul(c.into())) @@ -280,16 +283,16 @@ impl WeightInfo for SubstrateWeight { fn instantiate_with_code(c: u32, i: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `270` - // Estimated: `20267` - // Minimum execution time: 3_799_742 nanoseconds. - Weight::from_ref_time(670_115_588) - .saturating_add(Weight::from_proof_size(20267)) - // Standard Error: 287 - .saturating_add(Weight::from_ref_time(93_885).saturating_mul(c.into())) + // Estimated: `26207` + // Minimum execution time: 4_131_420 nanoseconds. + Weight::from_ref_time(747_241_818) + .saturating_add(Weight::from_proof_size(26207)) + // Standard Error: 284 + .saturating_add(Weight::from_ref_time(99_638).saturating_mul(c.into())) // Standard Error: 16 - .saturating_add(Weight::from_ref_time(1_367).saturating_mul(i.into())) + .saturating_add(Weight::from_ref_time(1_484).saturating_mul(i.into())) // Standard Error: 16 - .saturating_add(Weight::from_ref_time(1_781).saturating_mul(s.into())) + .saturating_add(Weight::from_ref_time(1_881).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(10_u64)) } @@ -312,14 +315,14 @@ impl WeightInfo for SubstrateWeight { fn instantiate(i: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `546` - // Estimated: `22039` - // Minimum execution time: 1_949_008 nanoseconds. - Weight::from_ref_time(214_033_418) - .saturating_add(Weight::from_proof_size(22039)) + // Estimated: `28969` + // Minimum execution time: 2_048_574 nanoseconds. + Weight::from_ref_time(212_015_146) + .saturating_add(Weight::from_proof_size(28969)) // Standard Error: 8 - .saturating_add(Weight::from_ref_time(1_666).saturating_mul(i.into())) + .saturating_add(Weight::from_ref_time(1_771).saturating_mul(i.into())) // Standard Error: 8 - .saturating_add(Weight::from_ref_time(1_801).saturating_mul(s.into())) + .saturating_add(Weight::from_ref_time(1_902).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -336,10 +339,10 @@ impl WeightInfo for SubstrateWeight { fn call() -> Weight { // Proof Size summary in bytes: // Measured: `855` - // Estimated: `17145` - // Minimum execution time: 146_654 nanoseconds. - Weight::from_ref_time(147_528_000) - .saturating_add(Weight::from_proof_size(17145)) + // Estimated: `22095` + // Minimum execution time: 168_686 nanoseconds. + Weight::from_ref_time(172_783_000) + .saturating_add(Weight::from_proof_size(22095)) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -355,12 +358,12 @@ impl WeightInfo for SubstrateWeight { fn upload_code(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `109` - // Estimated: `5386` - // Minimum execution time: 387_889 nanoseconds. - Weight::from_ref_time(391_379_335) - .saturating_add(Weight::from_proof_size(5386)) - // Standard Error: 89 - .saturating_add(Weight::from_ref_time(94_810).saturating_mul(c.into())) + // Estimated: `7366` + // Minimum execution time: 534_274 nanoseconds. + Weight::from_ref_time(555_816_853) + .saturating_add(Weight::from_proof_size(7366)) + // Standard Error: 86 + .saturating_add(Weight::from_ref_time(99_768).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -375,10 +378,10 @@ impl WeightInfo for SubstrateWeight { fn remove_code() -> Weight { // Proof Size summary in bytes: // Measured: `287` - // Estimated: `6098` - // Minimum execution time: 26_014 nanoseconds. - Weight::from_ref_time(26_510_000) - .saturating_add(Weight::from_proof_size(6098)) + // Estimated: `8078` + // Minimum execution time: 29_657 nanoseconds. + Weight::from_ref_time(29_897_000) + .saturating_add(Weight::from_proof_size(8078)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -391,10 +394,10 @@ impl WeightInfo for SubstrateWeight { fn set_code() -> Weight { // Proof Size summary in bytes: // Measured: `666` - // Estimated: `16848` - // Minimum execution time: 30_177 nanoseconds. - Weight::from_ref_time(30_639_000) - .saturating_add(Weight::from_proof_size(16848)) + // Estimated: `19818` + // Minimum execution time: 33_883 nanoseconds. + Weight::from_ref_time(34_283_000) + .saturating_add(Weight::from_proof_size(19818)) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -412,12 +415,12 @@ impl WeightInfo for SubstrateWeight { fn seal_caller(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `877 + r * (480 ±0)` - // Estimated: `17295 + r * (2400 ±0)` - // Minimum execution time: 373_786 nanoseconds. - Weight::from_ref_time(377_332_691) - .saturating_add(Weight::from_proof_size(17295)) - // Standard Error: 51_211 - .saturating_add(Weight::from_ref_time(17_715_615).saturating_mul(r.into())) + // Estimated: `22245 + r * (2400 ±0)` + // Minimum execution time: 510_918 nanoseconds. + Weight::from_ref_time(520_174_807) + .saturating_add(Weight::from_proof_size(22245)) + // Standard Error: 87_636 + .saturating_add(Weight::from_ref_time(23_447_430).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(2400).saturating_mul(r.into())) @@ -436,12 +439,12 @@ impl WeightInfo for SubstrateWeight { fn seal_is_contract(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `917 + r * (21778 ±0)` - // Estimated: `17295 + r * (306895 ±0)` - // Minimum execution time: 374_009 nanoseconds. - Weight::from_ref_time(238_991_986) - .saturating_add(Weight::from_proof_size(17295)) - // Standard Error: 464_711 - .saturating_add(Weight::from_ref_time(249_099_538).saturating_mul(r.into())) + // Estimated: `22245 + r * (306895 ±0)` + // Minimum execution time: 510_543 nanoseconds. + Weight::from_ref_time(364_794_000) + .saturating_add(Weight::from_proof_size(22245)) + // Standard Error: 574_849 + .saturating_add(Weight::from_ref_time(268_744_419).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((80_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -461,12 +464,12 @@ impl WeightInfo for SubstrateWeight { fn seal_code_hash(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `921 + r * (22099 ±0)` - // Estimated: `17340 + r * (308500 ±0)` - // Minimum execution time: 375_058 nanoseconds. - Weight::from_ref_time(238_765_068) - .saturating_add(Weight::from_proof_size(17340)) - // Standard Error: 662_617 - .saturating_add(Weight::from_ref_time(302_175_089).saturating_mul(r.into())) + // Estimated: `22290 + r * (308500 ±0)` + // Minimum execution time: 512_401 nanoseconds. + Weight::from_ref_time(370_411_138) + .saturating_add(Weight::from_proof_size(22290)) + // Standard Error: 538_889 + .saturating_add(Weight::from_ref_time(325_333_214).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((80_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -486,12 +489,12 @@ impl WeightInfo for SubstrateWeight { fn seal_own_code_hash(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `884 + r * (480 ±0)` - // Estimated: `17330 + r * (2400 ±0)` - // Minimum execution time: 374_747 nanoseconds. - Weight::from_ref_time(376_482_380) - .saturating_add(Weight::from_proof_size(17330)) - // Standard Error: 61_919 - .saturating_add(Weight::from_ref_time(22_376_795).saturating_mul(r.into())) + // Estimated: `22280 + r * (2400 ±0)` + // Minimum execution time: 511_177 nanoseconds. + Weight::from_ref_time(521_236_963) + .saturating_add(Weight::from_proof_size(22280)) + // Standard Error: 104_166 + .saturating_add(Weight::from_ref_time(30_126_272).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(2400).saturating_mul(r.into())) @@ -510,12 +513,12 @@ impl WeightInfo for SubstrateWeight { fn seal_caller_is_origin(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `874 + r * (240 ±0)` - // Estimated: `17265 + r * (1200 ±0)` - // Minimum execution time: 372_287 nanoseconds. - Weight::from_ref_time(376_250_858) - .saturating_add(Weight::from_proof_size(17265)) - // Standard Error: 40_119 - .saturating_add(Weight::from_ref_time(11_359_647).saturating_mul(r.into())) + // Estimated: `22215 + r * (1200 ±0)` + // Minimum execution time: 509_864 nanoseconds. + Weight::from_ref_time(516_685_508) + .saturating_add(Weight::from_proof_size(22215)) + // Standard Error: 83_317 + .saturating_add(Weight::from_ref_time(12_354_844).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(1200).saturating_mul(r.into())) @@ -534,12 +537,12 @@ impl WeightInfo for SubstrateWeight { fn seal_address(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `878 + r * (480 ±0)` - // Estimated: `17260 + r * (2400 ±0)` - // Minimum execution time: 374_445 nanoseconds. - Weight::from_ref_time(377_243_521) - .saturating_add(Weight::from_proof_size(17260)) - // Standard Error: 53_032 - .saturating_add(Weight::from_ref_time(17_684_246).saturating_mul(r.into())) + // Estimated: `22210 + r * (2400 ±0)` + // Minimum execution time: 510_742 nanoseconds. + Weight::from_ref_time(515_561_350) + .saturating_add(Weight::from_proof_size(22210)) + // Standard Error: 100_787 + .saturating_add(Weight::from_ref_time(24_101_231).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(2400).saturating_mul(r.into())) @@ -558,12 +561,12 @@ impl WeightInfo for SubstrateWeight { fn seal_gas_left(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `879 + r * (480 ±0)` - // Estimated: `17250 + r * (2405 ±0)` - // Minimum execution time: 374_029 nanoseconds. - Weight::from_ref_time(380_415_186) - .saturating_add(Weight::from_proof_size(17250)) - // Standard Error: 60_562 - .saturating_add(Weight::from_ref_time(17_152_599).saturating_mul(r.into())) + // Estimated: `22200 + r * (2405 ±0)` + // Minimum execution time: 510_804 nanoseconds. + Weight::from_ref_time(513_811_964) + .saturating_add(Weight::from_proof_size(22200)) + // Standard Error: 86_516 + .saturating_add(Weight::from_ref_time(24_067_836).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(2405).saturating_mul(r.into())) @@ -582,12 +585,12 @@ impl WeightInfo for SubstrateWeight { fn seal_balance(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1049 + r * (480 ±0)` - // Estimated: `19849 + r * (2456 ±0)` - // Minimum execution time: 373_999 nanoseconds. - Weight::from_ref_time(381_757_033) - .saturating_add(Weight::from_proof_size(19849)) - // Standard Error: 97_983 - .saturating_add(Weight::from_ref_time(98_290_984).saturating_mul(r.into())) + // Estimated: `24799 + r * (2456 ±4)` + // Minimum execution time: 511_682 nanoseconds. + Weight::from_ref_time(528_366_838) + .saturating_add(Weight::from_proof_size(24799)) + // Standard Error: 135_430 + .saturating_add(Weight::from_ref_time(117_095_509).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(2456).saturating_mul(r.into())) @@ -606,12 +609,12 @@ impl WeightInfo for SubstrateWeight { fn seal_value_transferred(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `888 + r * (480 ±0)` - // Estimated: `17360 + r * (2400 ±0)` - // Minimum execution time: 374_197 nanoseconds. - Weight::from_ref_time(377_755_896) - .saturating_add(Weight::from_proof_size(17360)) - // Standard Error: 60_542 - .saturating_add(Weight::from_ref_time(17_442_065).saturating_mul(r.into())) + // Estimated: `22310 + r * (2400 ±0)` + // Minimum execution time: 512_142 nanoseconds. + Weight::from_ref_time(514_731_363) + .saturating_add(Weight::from_proof_size(22310)) + // Standard Error: 94_601 + .saturating_add(Weight::from_ref_time(23_875_187).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(2400).saturating_mul(r.into())) @@ -630,12 +633,12 @@ impl WeightInfo for SubstrateWeight { fn seal_minimum_balance(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `886 + r * (480 ±0)` - // Estimated: `17290 + r * (2400 ±0)` - // Minimum execution time: 373_888 nanoseconds. - Weight::from_ref_time(377_825_771) - .saturating_add(Weight::from_proof_size(17290)) - // Standard Error: 38_026 - .saturating_add(Weight::from_ref_time(17_147_903).saturating_mul(r.into())) + // Estimated: `22240 + r * (2400 ±0)` + // Minimum execution time: 511_314 nanoseconds. + Weight::from_ref_time(522_928_039) + .saturating_add(Weight::from_proof_size(22240)) + // Standard Error: 80_217 + .saturating_add(Weight::from_ref_time(23_073_205).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(2400).saturating_mul(r.into())) @@ -654,12 +657,12 @@ impl WeightInfo for SubstrateWeight { fn seal_block_number(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `883 + r * (480 ±0)` - // Estimated: `17315 + r * (2400 ±0)` - // Minimum execution time: 373_904 nanoseconds. - Weight::from_ref_time(378_652_372) - .saturating_add(Weight::from_proof_size(17315)) - // Standard Error: 43_833 - .saturating_add(Weight::from_ref_time(16_936_781).saturating_mul(r.into())) + // Estimated: `22265 + r * (2400 ±0)` + // Minimum execution time: 511_588 nanoseconds. + Weight::from_ref_time(520_653_541) + .saturating_add(Weight::from_proof_size(22265)) + // Standard Error: 93_343 + .saturating_add(Weight::from_ref_time(22_855_326).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(2400).saturating_mul(r.into())) @@ -678,12 +681,12 @@ impl WeightInfo for SubstrateWeight { fn seal_now(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `874 + r * (480 ±0)` - // Estimated: `17245 + r * (2400 ±0)` - // Minimum execution time: 373_473 nanoseconds. - Weight::from_ref_time(376_386_312) - .saturating_add(Weight::from_proof_size(17245)) - // Standard Error: 46_945 - .saturating_add(Weight::from_ref_time(17_336_462).saturating_mul(r.into())) + // Estimated: `22195 + r * (2400 ±0)` + // Minimum execution time: 510_886 nanoseconds. + Weight::from_ref_time(518_345_410) + .saturating_add(Weight::from_proof_size(22195)) + // Standard Error: 87_641 + .saturating_add(Weight::from_ref_time(23_239_474).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(2400).saturating_mul(r.into())) @@ -704,12 +707,12 @@ impl WeightInfo for SubstrateWeight { fn seal_weight_to_fee(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `951 + r * (800 ±0)` - // Estimated: `19046 + r * (4805 ±0)` - // Minimum execution time: 373_661 nanoseconds. - Weight::from_ref_time(385_824_015) - .saturating_add(Weight::from_proof_size(19046)) - // Standard Error: 75_964 - .saturating_add(Weight::from_ref_time(88_530_074).saturating_mul(r.into())) + // Estimated: `24986 + r * (4805 ±0)` + // Minimum execution time: 510_819 nanoseconds. + Weight::from_ref_time(530_168_195) + .saturating_add(Weight::from_proof_size(24986)) + // Standard Error: 117_102 + .saturating_add(Weight::from_ref_time(99_913_014).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(4805).saturating_mul(r.into())) @@ -728,12 +731,12 @@ impl WeightInfo for SubstrateWeight { fn seal_gas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `841 + r * (320 ±0)` - // Estimated: `17120 + r * (1600 ±0)` - // Minimum execution time: 133_849 nanoseconds. - Weight::from_ref_time(137_283_391) - .saturating_add(Weight::from_proof_size(17120)) - // Standard Error: 13_312 - .saturating_add(Weight::from_ref_time(8_055_328).saturating_mul(r.into())) + // Estimated: `22070 + r * (1600 ±0)` + // Minimum execution time: 154_719 nanoseconds. + Weight::from_ref_time(157_955_812) + .saturating_add(Weight::from_proof_size(22070)) + // Standard Error: 11_183 + .saturating_add(Weight::from_ref_time(8_660_789).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(1600).saturating_mul(r.into())) @@ -752,12 +755,12 @@ impl WeightInfo for SubstrateWeight { fn seal_input(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `876 + r * (480 ±0)` - // Estimated: `17245 + r * (2400 ±0)` - // Minimum execution time: 373_468 nanoseconds. - Weight::from_ref_time(376_121_093) - .saturating_add(Weight::from_proof_size(17245)) - // Standard Error: 61_857 - .saturating_add(Weight::from_ref_time(15_868_414).saturating_mul(r.into())) + // Estimated: `22195 + r * (2400 ±0)` + // Minimum execution time: 510_783 nanoseconds. + Weight::from_ref_time(518_948_622) + .saturating_add(Weight::from_proof_size(22195)) + // Standard Error: 79_826 + .saturating_add(Weight::from_ref_time(18_631_876).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(2400).saturating_mul(r.into())) @@ -776,12 +779,12 @@ impl WeightInfo for SubstrateWeight { fn seal_input_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1356` - // Estimated: `19650` - // Minimum execution time: 390_668 nanoseconds. - Weight::from_ref_time(419_608_449) - .saturating_add(Weight::from_proof_size(19650)) - // Standard Error: 4_890 - .saturating_add(Weight::from_ref_time(9_672_288).saturating_mul(n.into())) + // Estimated: `24600` + // Minimum execution time: 531_815 nanoseconds. + Weight::from_ref_time(556_266_115) + .saturating_add(Weight::from_proof_size(24600)) + // Standard Error: 5_680 + .saturating_add(Weight::from_ref_time(9_758_840).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -799,12 +802,12 @@ impl WeightInfo for SubstrateWeight { fn seal_return(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `864 + r * (45 ±0)` - // Estimated: `17190 + r * (225 ±0)` - // Minimum execution time: 371_309 nanoseconds. - Weight::from_ref_time(373_625_402) - .saturating_add(Weight::from_proof_size(17190)) - // Standard Error: 419_605 - .saturating_add(Weight::from_ref_time(1_737_397).saturating_mul(r.into())) + // Estimated: `22140 + r * (225 ±0)` + // Minimum execution time: 507_994 nanoseconds. + Weight::from_ref_time(514_559_314) + .saturating_add(Weight::from_proof_size(22140)) + // Standard Error: 2_654_010 + .saturating_add(Weight::from_ref_time(611_585).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(225).saturating_mul(r.into())) @@ -823,12 +826,12 @@ impl WeightInfo for SubstrateWeight { fn seal_return_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `874` - // Estimated: `17285` - // Minimum execution time: 374_094 nanoseconds. - Weight::from_ref_time(375_965_200) - .saturating_add(Weight::from_proof_size(17285)) - // Standard Error: 1_127 - .saturating_add(Weight::from_ref_time(232_645).saturating_mul(n.into())) + // Estimated: `22235` + // Minimum execution time: 511_398 nanoseconds. + Weight::from_ref_time(517_643_309) + .saturating_add(Weight::from_proof_size(22235)) + // Standard Error: 1_912 + .saturating_add(Weight::from_ref_time(293_299).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -850,17 +853,17 @@ impl WeightInfo for SubstrateWeight { fn seal_terminate(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `906 + r * (452 ±0)` - // Estimated: `20242 + r * (15004 ±0)` - // Minimum execution time: 373_123 nanoseconds. - Weight::from_ref_time(374_924_634) - .saturating_add(Weight::from_proof_size(20242)) - // Standard Error: 378_010 - .saturating_add(Weight::from_ref_time(70_441_665).saturating_mul(r.into())) + // Estimated: `26183 + r * (15994 ±0)` + // Minimum execution time: 510_066 nanoseconds. + Weight::from_ref_time(514_235_434) + .saturating_add(Weight::from_proof_size(26183)) + // Standard Error: 1_076_629 + .saturating_add(Weight::from_ref_time(83_449_265).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(T::DbWeight::get().writes((7_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_proof_size(15004).saturating_mul(r.into())) + .saturating_add(Weight::from_proof_size(15994).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -878,12 +881,12 @@ impl WeightInfo for SubstrateWeight { fn seal_random(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `921 + r * (800 ±0)` - // Estimated: `18835 + r * (4805 ±0)` - // Minimum execution time: 373_291 nanoseconds. - Weight::from_ref_time(385_684_344) - .saturating_add(Weight::from_proof_size(18835)) - // Standard Error: 99_025 - .saturating_add(Weight::from_ref_time(111_308_793).saturating_mul(r.into())) + // Estimated: `24775 + r * (4805 ±0)` + // Minimum execution time: 511_088 nanoseconds. + Weight::from_ref_time(520_561_143) + .saturating_add(Weight::from_proof_size(24775)) + // Standard Error: 148_994 + .saturating_add(Weight::from_ref_time(143_068_183).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(4805).saturating_mul(r.into())) @@ -902,12 +905,12 @@ impl WeightInfo for SubstrateWeight { fn seal_deposit_event(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `874 + r * (800 ±0)` - // Estimated: `17250 + r * (4000 ±0)` - // Minimum execution time: 371_900 nanoseconds. - Weight::from_ref_time(384_166_626) - .saturating_add(Weight::from_proof_size(17250)) - // Standard Error: 205_255 - .saturating_add(Weight::from_ref_time(229_214_157).saturating_mul(r.into())) + // Estimated: `22200 + r * (4000 ±0)` + // Minimum execution time: 509_252 nanoseconds. + Weight::from_ref_time(521_878_340) + .saturating_add(Weight::from_proof_size(22200)) + // Standard Error: 196_877 + .saturating_add(Weight::from_ref_time(270_542_044).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(4000).saturating_mul(r.into())) @@ -927,14 +930,14 @@ impl WeightInfo for SubstrateWeight { fn seal_deposit_event_per_topic_and_kb(t: u32, n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1821 + t * (2608 ±0) + n * (7 ±0)` - // Estimated: `21870 + t * (211030 ±0) + n * (50 ±0)` - // Minimum execution time: 1_289_873 nanoseconds. - Weight::from_ref_time(581_702_206) - .saturating_add(Weight::from_proof_size(21870)) - // Standard Error: 665_638 - .saturating_add(Weight::from_ref_time(181_470_553).saturating_mul(t.into())) - // Standard Error: 182_816 - .saturating_add(Weight::from_ref_time(71_635_250).saturating_mul(n.into())) + // Estimated: `26820 + t * (211030 ±0) + n * (50 ±0)` + // Minimum execution time: 1_564_497 nanoseconds. + Weight::from_ref_time(784_764_361) + .saturating_add(Weight::from_proof_size(26820)) + // Standard Error: 736_037 + .saturating_add(Weight::from_ref_time(200_809_882).saturating_mul(t.into())) + // Standard Error: 202_151 + .saturating_add(Weight::from_ref_time(76_595_106).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((80_u64).saturating_mul(t.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -956,12 +959,12 @@ impl WeightInfo for SubstrateWeight { fn seal_debug_message(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `873 + r * (560 ±0)` - // Estimated: `17240 + r * (2800 ±0)` - // Minimum execution time: 148_635 nanoseconds. - Weight::from_ref_time(154_095_712) - .saturating_add(Weight::from_proof_size(17240)) - // Standard Error: 77_790 - .saturating_add(Weight::from_ref_time(14_837_085).saturating_mul(r.into())) + // Estimated: `22190 + r * (2800 ±0)` + // Minimum execution time: 175_973 nanoseconds. + Weight::from_ref_time(177_392_243) + .saturating_add(Weight::from_proof_size(22190)) + // Standard Error: 35_223 + .saturating_add(Weight::from_ref_time(15_779_227).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(2800).saturating_mul(r.into())) @@ -980,12 +983,12 @@ impl WeightInfo for SubstrateWeight { fn seal_debug_message_per_kb(i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `125824` - // Estimated: `265128` - // Minimum execution time: 501_014 nanoseconds. - Weight::from_ref_time(505_634_218) - .saturating_add(Weight::from_proof_size(265128)) - // Standard Error: 2_441 - .saturating_add(Weight::from_ref_time(819_257).saturating_mul(i.into())) + // Estimated: `270078` + // Minimum execution time: 652_916 nanoseconds. + Weight::from_ref_time(659_361_903) + .saturating_add(Weight::from_proof_size(270078)) + // Standard Error: 2_164 + .saturating_add(Weight::from_ref_time(826_413).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -996,11 +999,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `911 + r * (23420 ±0)` // Estimated: `911 + r * (23418 ±0)` - // Minimum execution time: 375_301 nanoseconds. - Weight::from_ref_time(291_498_841) + // Minimum execution time: 512_599 nanoseconds. + Weight::from_ref_time(429_265_827) .saturating_add(Weight::from_proof_size(911)) - // Standard Error: 809_989 - .saturating_add(Weight::from_ref_time(464_550_291).saturating_mul(r.into())) + // Standard Error: 873_075 + .saturating_add(Weight::from_ref_time(505_719_494).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((80_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -1014,11 +1017,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `12672 + n * (11945 ±0)` // Estimated: `8529 + n * (12814 ±61)` - // Minimum execution time: 506_318 nanoseconds. - Weight::from_ref_time(676_935_313) + // Minimum execution time: 658_614 nanoseconds. + Weight::from_ref_time(851_569_584) .saturating_add(Weight::from_proof_size(8529)) - // Standard Error: 1_589_291 - .saturating_add(Weight::from_ref_time(97_839_399).saturating_mul(n.into())) + // Standard Error: 1_765_585 + .saturating_add(Weight::from_ref_time(110_716_431).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(52_u64)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(50_u64)) @@ -1032,11 +1035,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `15170 + n * (175775 ±0)` // Estimated: `9914 + n * (176858 ±74)` - // Minimum execution time: 506_148 nanoseconds. - Weight::from_ref_time(648_278_778) + // Minimum execution time: 659_311 nanoseconds. + Weight::from_ref_time(816_397_269) .saturating_add(Weight::from_proof_size(9914)) - // Standard Error: 1_343_586 - .saturating_add(Weight::from_ref_time(65_789_595).saturating_mul(n.into())) + // Standard Error: 1_401_646 + .saturating_add(Weight::from_ref_time(66_856_197).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(51_u64)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(49_u64)) @@ -1050,11 +1053,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `903 + r * (23099 ±0)` // Estimated: `908 + r * (23099 ±0)` - // Minimum execution time: 374_344 nanoseconds. - Weight::from_ref_time(293_272_061) + // Minimum execution time: 511_421 nanoseconds. + Weight::from_ref_time(432_372_426) .saturating_add(Weight::from_proof_size(908)) - // Standard Error: 810_412 - .saturating_add(Weight::from_ref_time(453_315_956).saturating_mul(r.into())) + // Standard Error: 919_813 + .saturating_add(Weight::from_ref_time(494_728_555).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((80_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -1068,11 +1071,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `14895 + n * (175768 ±0)` // Estimated: `9551 + n * (176867 ±75)` - // Minimum execution time: 478_564 nanoseconds. - Weight::from_ref_time(630_839_142) + // Minimum execution time: 629_133 nanoseconds. + Weight::from_ref_time(802_887_959) .saturating_add(Weight::from_proof_size(9551)) - // Standard Error: 1_427_520 - .saturating_add(Weight::from_ref_time(66_813_592).saturating_mul(n.into())) + // Standard Error: 1_546_192 + .saturating_add(Weight::from_ref_time(68_235_026).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(51_u64)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(48_u64)) @@ -1086,11 +1089,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `896 + r * (23744 ±0)` // Estimated: `909 + r * (23740 ±0)` - // Minimum execution time: 374_479 nanoseconds. - Weight::from_ref_time(311_839_315) + // Minimum execution time: 512_553 nanoseconds. + Weight::from_ref_time(434_575_247) .saturating_add(Weight::from_proof_size(909)) - // Standard Error: 666_553 - .saturating_add(Weight::from_ref_time(371_213_042).saturating_mul(r.into())) + // Standard Error: 845_102 + .saturating_add(Weight::from_ref_time(415_855_547).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((80_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -1103,11 +1106,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `15501 + n * (175775 ±0)` // Estimated: `10042 + n * (176900 ±76)` - // Minimum execution time: 460_639 nanoseconds. - Weight::from_ref_time(591_187_094) + // Minimum execution time: 610_378 nanoseconds. + Weight::from_ref_time(763_622_997) .saturating_add(Weight::from_proof_size(10042)) - // Standard Error: 1_233_792 - .saturating_add(Weight::from_ref_time(160_874_477).saturating_mul(n.into())) + // Standard Error: 1_396_917 + .saturating_add(Weight::from_ref_time(173_019_235).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(51_u64)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -1120,11 +1123,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `914 + r * (23098 ±0)` // Estimated: `920 + r * (23098 ±0)` - // Minimum execution time: 374_272 nanoseconds. - Weight::from_ref_time(311_446_269) + // Minimum execution time: 512_001 nanoseconds. + Weight::from_ref_time(443_344_671) .saturating_add(Weight::from_proof_size(920)) - // Standard Error: 630_307 - .saturating_add(Weight::from_ref_time(357_134_931).saturating_mul(r.into())) + // Standard Error: 720_844 + .saturating_add(Weight::from_ref_time(395_833_314).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((80_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -1137,11 +1140,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `14839 + n * (175789 ±0)` // Estimated: `9532 + n * (176874 ±75)` - // Minimum execution time: 456_013 nanoseconds. - Weight::from_ref_time(575_116_352) + // Minimum execution time: 607_343 nanoseconds. + Weight::from_ref_time(746_393_299) .saturating_add(Weight::from_proof_size(9532)) - // Standard Error: 1_122_298 - .saturating_add(Weight::from_ref_time(61_786_107).saturating_mul(n.into())) + // Standard Error: 1_254_279 + .saturating_add(Weight::from_ref_time(63_296_903).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(51_u64)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -1154,11 +1157,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `911 + r * (23740 ±0)` // Estimated: `913 + r * (23739 ±0)` - // Minimum execution time: 374_621 nanoseconds. - Weight::from_ref_time(299_689_489) + // Minimum execution time: 511_798 nanoseconds. + Weight::from_ref_time(422_364_867) .saturating_add(Weight::from_proof_size(913)) - // Standard Error: 757_735 - .saturating_add(Weight::from_ref_time(465_213_246).saturating_mul(r.into())) + // Standard Error: 926_773 + .saturating_add(Weight::from_ref_time(512_868_112).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((80_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -1172,11 +1175,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `15502 + n * (175775 ±0)` // Estimated: `10042 + n * (176898 ±76)` - // Minimum execution time: 481_980 nanoseconds. - Weight::from_ref_time(647_289_053) + // Minimum execution time: 633_649 nanoseconds. + Weight::from_ref_time(819_812_254) .saturating_add(Weight::from_proof_size(10042)) - // Standard Error: 1_556_155 - .saturating_add(Weight::from_ref_time(166_592_657).saturating_mul(n.into())) + // Standard Error: 1_675_475 + .saturating_add(Weight::from_ref_time(178_367_473).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(51_u64)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(48_u64)) @@ -1197,12 +1200,12 @@ impl WeightInfo for SubstrateWeight { fn seal_transfer(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1457 + r * (3604 ±0)` - // Estimated: `21583 + r * (216101 ±0)` - // Minimum execution time: 374_962 nanoseconds. - Weight::from_ref_time(313_416_386) - .saturating_add(Weight::from_proof_size(21583)) - // Standard Error: 710_675 - .saturating_add(Weight::from_ref_time(1_396_551_156).saturating_mul(r.into())) + // Estimated: `26533 + r * (216101 ±0)` + // Minimum execution time: 513_420 nanoseconds. + Weight::from_ref_time(474_640_322) + .saturating_add(Weight::from_proof_size(26533)) + // Standard Error: 654_898 + .saturating_add(Weight::from_ref_time(1_668_461_592).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().reads((80_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -1223,12 +1226,12 @@ impl WeightInfo for SubstrateWeight { fn seal_call(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1609 + r * (23073 ±0)` - // Estimated: `22098 + r * (511456 ±1)` - // Minimum execution time: 375_916 nanoseconds. - Weight::from_ref_time(376_468_000) - .saturating_add(Weight::from_proof_size(22098)) - // Standard Error: 7_246_855 - .saturating_add(Weight::from_ref_time(28_982_425_139).saturating_mul(r.into())) + // Estimated: `27048 + r * (511456 ±5)` + // Minimum execution time: 512_509 nanoseconds. + Weight::from_ref_time(513_700_000) + .saturating_add(Weight::from_proof_size(27048)) + // Standard Error: 8_127_991 + .saturating_add(Weight::from_ref_time(39_867_758_682).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().reads((160_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -1249,12 +1252,12 @@ impl WeightInfo for SubstrateWeight { fn seal_delegate_call(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + r * (71670 ±0)` - // Estimated: `17285 + r * (659930 ±563)` - // Minimum execution time: 375_412 nanoseconds. - Weight::from_ref_time(376_493_000) - .saturating_add(Weight::from_proof_size(17285)) - // Standard Error: 8_239_575 - .saturating_add(Weight::from_ref_time(28_716_347_183).saturating_mul(r.into())) + // Estimated: `22235 + r * (659930 ±563)` + // Minimum execution time: 512_892 nanoseconds. + Weight::from_ref_time(514_069_000) + .saturating_add(Weight::from_proof_size(22235)) + // Standard Error: 9_123_820 + .saturating_add(Weight::from_ref_time(39_531_006_303).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((150_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -1276,14 +1279,14 @@ impl WeightInfo for SubstrateWeight { fn seal_call_per_transfer_clone_kb(t: u32, c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `24269 + t * (16910 ±0)` - // Estimated: `532690 + t * (285025 ±0)` - // Minimum execution time: 10_443_315 nanoseconds. - Weight::from_ref_time(9_342_574_069) - .saturating_add(Weight::from_proof_size(532690)) - // Standard Error: 7_237_279 - .saturating_add(Weight::from_ref_time(1_390_221_936).saturating_mul(t.into())) - // Standard Error: 10_851 - .saturating_add(Weight::from_ref_time(9_842_151).saturating_mul(c.into())) + // Estimated: `537640 + t * (285025 ±0)` + // Minimum execution time: 12_096_188 nanoseconds. + Weight::from_ref_time(10_757_545_065) + .saturating_add(Weight::from_proof_size(537640)) + // Standard Error: 8_768_536 + .saturating_add(Weight::from_ref_time(1_579_778_861).saturating_mul(t.into())) + // Standard Error: 13_147 + .saturating_add(Weight::from_ref_time(9_979_365).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(167_u64)) .saturating_add(T::DbWeight::get().reads((81_u64).saturating_mul(t.into()))) .saturating_add(T::DbWeight::get().writes(163_u64)) @@ -1308,12 +1311,12 @@ impl WeightInfo for SubstrateWeight { fn seal_instantiate(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1775 + r * (25568 ±0)` - // Estimated: `26563 + r * (1367114 ±2)` - // Minimum execution time: 376_418 nanoseconds. - Weight::from_ref_time(377_292_000) - .saturating_add(Weight::from_proof_size(26563)) - // Standard Error: 32_312_545 - .saturating_add(Weight::from_ref_time(35_904_826_312).saturating_mul(r.into())) + // Estimated: `33493 + r * (1367114 ±1)` + // Minimum execution time: 515_198 nanoseconds. + Weight::from_ref_time(516_277_000) + .saturating_add(Weight::from_proof_size(33493)) + // Standard Error: 33_376_535 + .saturating_add(Weight::from_ref_time(47_827_939_682).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().reads((480_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(5_u64)) @@ -1340,16 +1343,16 @@ impl WeightInfo for SubstrateWeight { fn seal_instantiate_per_transfer_input_salt_kb(t: u32, i: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `5785 + t * (33 ±0)` - // Estimated: `850985 + t * (2671 ±3)` - // Minimum execution time: 132_157_340 nanoseconds. - Weight::from_ref_time(11_329_968_948) - .saturating_add(Weight::from_proof_size(850985)) - // Standard Error: 99_102_968 - .saturating_add(Weight::from_ref_time(84_719_458).saturating_mul(t.into())) - // Standard Error: 161_609 - .saturating_add(Weight::from_ref_time(126_156_627).saturating_mul(i.into())) - // Standard Error: 161_609 - .saturating_add(Weight::from_ref_time(126_628_313).saturating_mul(s.into())) + // Estimated: `857915 + t * (2671 ±3)` + // Minimum execution time: 140_793_078 nanoseconds. + Weight::from_ref_time(12_987_949_867) + .saturating_add(Weight::from_proof_size(857915)) + // Standard Error: 107_466_729 + .saturating_add(Weight::from_ref_time(57_247_108).saturating_mul(t.into())) + // Standard Error: 175_248 + .saturating_add(Weight::from_ref_time(133_439_172).saturating_mul(i.into())) + // Standard Error: 175_248 + .saturating_add(Weight::from_ref_time(133_850_603).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(329_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(t.into()))) .saturating_add(T::DbWeight::get().writes(326_u64)) @@ -1370,12 +1373,12 @@ impl WeightInfo for SubstrateWeight { fn seal_hash_sha2_256(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `871 + r * (642 ±0)` - // Estimated: `17225 + r * (3210 ±0)` - // Minimum execution time: 373_559 nanoseconds. - Weight::from_ref_time(375_166_904) - .saturating_add(Weight::from_proof_size(17225)) - // Standard Error: 125_024 - .saturating_add(Weight::from_ref_time(42_291_595).saturating_mul(r.into())) + // Estimated: `22175 + r * (3210 ±0)` + // Minimum execution time: 509_707 nanoseconds. + Weight::from_ref_time(517_832_302) + .saturating_add(Weight::from_proof_size(22175)) + // Standard Error: 2_597_507 + .saturating_add(Weight::from_ref_time(43_298_997).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(3210).saturating_mul(r.into())) @@ -1394,12 +1397,12 @@ impl WeightInfo for SubstrateWeight { fn seal_hash_sha2_256_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1673` - // Estimated: `21160` - // Minimum execution time: 416_233 nanoseconds. - Weight::from_ref_time(416_785_000) - .saturating_add(Weight::from_proof_size(21160)) - // Standard Error: 56_223 - .saturating_add(Weight::from_ref_time(324_513_835).saturating_mul(n.into())) + // Estimated: `26110` + // Minimum execution time: 556_839 nanoseconds. + Weight::from_ref_time(557_287_000) + .saturating_add(Weight::from_proof_size(26110)) + // Standard Error: 92_375 + .saturating_add(Weight::from_ref_time(330_646_646).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -1417,12 +1420,12 @@ impl WeightInfo for SubstrateWeight { fn seal_hash_keccak_256(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `873 + r * (642 ±0)` - // Estimated: `17235 + r * (3210 ±0)` - // Minimum execution time: 371_735 nanoseconds. - Weight::from_ref_time(375_979_430) - .saturating_add(Weight::from_proof_size(17235)) - // Standard Error: 968_037 - .saturating_add(Weight::from_ref_time(57_780_769).saturating_mul(r.into())) + // Estimated: `22185 + r * (3210 ±0)` + // Minimum execution time: 509_591 nanoseconds. + Weight::from_ref_time(513_142_242) + .saturating_add(Weight::from_proof_size(22185)) + // Standard Error: 821_337 + .saturating_add(Weight::from_ref_time(63_782_157).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(3210).saturating_mul(r.into())) @@ -1441,12 +1444,12 @@ impl WeightInfo for SubstrateWeight { fn seal_hash_keccak_256_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1675` - // Estimated: `21205` - // Minimum execution time: 428_196 nanoseconds. - Weight::from_ref_time(429_438_000) - .saturating_add(Weight::from_proof_size(21205)) - // Standard Error: 57_860 - .saturating_add(Weight::from_ref_time(260_917_896).saturating_mul(n.into())) + // Estimated: `26155` + // Minimum execution time: 571_229 nanoseconds. + Weight::from_ref_time(571_884_000) + .saturating_add(Weight::from_proof_size(26155)) + // Standard Error: 76_552 + .saturating_add(Weight::from_ref_time(266_750_331).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -1464,12 +1467,12 @@ impl WeightInfo for SubstrateWeight { fn seal_hash_blake2_256(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `873 + r * (642 ±0)` - // Estimated: `17235 + r * (3210 ±0)` - // Minimum execution time: 371_412 nanoseconds. - Weight::from_ref_time(373_635_818) - .saturating_add(Weight::from_proof_size(17235)) - // Standard Error: 222_973 - .saturating_add(Weight::from_ref_time(33_347_181).saturating_mul(r.into())) + // Estimated: `22185 + r * (3210 ±0)` + // Minimum execution time: 508_874 nanoseconds. + Weight::from_ref_time(514_663_844) + .saturating_add(Weight::from_proof_size(22185)) + // Standard Error: 2_268_011 + .saturating_add(Weight::from_ref_time(45_512_555).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(3210).saturating_mul(r.into())) @@ -1488,12 +1491,12 @@ impl WeightInfo for SubstrateWeight { fn seal_hash_blake2_256_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1675` - // Estimated: `21180` - // Minimum execution time: 405_858 nanoseconds. - Weight::from_ref_time(406_498_000) - .saturating_add(Weight::from_proof_size(21180)) - // Standard Error: 48_388 - .saturating_add(Weight::from_ref_time(103_283_157).saturating_mul(n.into())) + // Estimated: `26130` + // Minimum execution time: 548_409 nanoseconds. + Weight::from_ref_time(548_988_000) + .saturating_add(Weight::from_proof_size(26130)) + // Standard Error: 78_779 + .saturating_add(Weight::from_ref_time(109_284_399).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -1511,12 +1514,12 @@ impl WeightInfo for SubstrateWeight { fn seal_hash_blake2_128(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `873 + r * (679 ±0)` - // Estimated: `17235 + r * (3395 ±0)` - // Minimum execution time: 371_746 nanoseconds. - Weight::from_ref_time(373_538_171) - .saturating_add(Weight::from_proof_size(17235)) - // Standard Error: 387_332 - .saturating_add(Weight::from_ref_time(35_933_528).saturating_mul(r.into())) + // Estimated: `22185 + r * (3395 ±0)` + // Minimum execution time: 508_685 nanoseconds. + Weight::from_ref_time(513_927_981) + .saturating_add(Weight::from_proof_size(22185)) + // Standard Error: 1_817_590 + .saturating_add(Weight::from_ref_time(38_223_318).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(3395).saturating_mul(r.into())) @@ -1535,12 +1538,12 @@ impl WeightInfo for SubstrateWeight { fn seal_hash_blake2_128_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1675` - // Estimated: `21225` - // Minimum execution time: 405_752 nanoseconds. - Weight::from_ref_time(406_417_000) - .saturating_add(Weight::from_proof_size(21225)) - // Standard Error: 47_051 - .saturating_add(Weight::from_ref_time(103_325_027).saturating_mul(n.into())) + // Estimated: `26175` + // Minimum execution time: 547_632 nanoseconds. + Weight::from_ref_time(548_103_000) + .saturating_add(Weight::from_proof_size(26175)) + // Standard Error: 80_667 + .saturating_add(Weight::from_ref_time(109_251_398).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -1558,12 +1561,12 @@ impl WeightInfo for SubstrateWeight { fn seal_ecdsa_recover(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `917 + r * (6083 ±0)` - // Estimated: `17455 + r * (30415 ±0)` - // Minimum execution time: 373_882 nanoseconds. - Weight::from_ref_time(376_553_787) - .saturating_add(Weight::from_proof_size(17455)) - // Standard Error: 912_833 - .saturating_add(Weight::from_ref_time(3_021_100_412).saturating_mul(r.into())) + // Estimated: `22405 + r * (30415 ±0)` + // Minimum execution time: 511_174 nanoseconds. + Weight::from_ref_time(517_826_273) + .saturating_add(Weight::from_proof_size(22405)) + // Standard Error: 2_913_645 + .saturating_add(Weight::from_ref_time(3_007_215_426).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(30415).saturating_mul(r.into())) @@ -1582,12 +1585,12 @@ impl WeightInfo for SubstrateWeight { fn seal_ecdsa_to_eth_address(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `886 + r * (3362 ±0)` - // Estimated: `17300 + r * (16810 ±0)` - // Minimum execution time: 373_673 nanoseconds. - Weight::from_ref_time(375_712_961) - .saturating_add(Weight::from_proof_size(17300)) - // Standard Error: 596_297 - .saturating_add(Weight::from_ref_time(738_257_638).saturating_mul(r.into())) + // Estimated: `22250 + r * (16810 ±0)` + // Minimum execution time: 511_080 nanoseconds. + Weight::from_ref_time(517_991_759) + .saturating_add(Weight::from_proof_size(22250)) + // Standard Error: 2_821_498 + .saturating_add(Weight::from_ref_time(759_770_940).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(16810).saturating_mul(r.into())) @@ -1608,12 +1611,12 @@ impl WeightInfo for SubstrateWeight { fn seal_set_code_hash(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + r * (79300 ±0)` - // Estimated: `64844 + r * (942952 ±833)` - // Minimum execution time: 374_097 nanoseconds. - Weight::from_ref_time(374_985_000) - .saturating_add(Weight::from_proof_size(64844)) - // Standard Error: 3_772_336 - .saturating_add(Weight::from_ref_time(1_546_402_854).saturating_mul(r.into())) + // Estimated: `70784 + r * (942952 ±573)` + // Minimum execution time: 511_289 nanoseconds. + Weight::from_ref_time(512_368_000) + .saturating_add(Weight::from_proof_size(70784)) + // Standard Error: 3_750_637 + .saturating_add(Weight::from_ref_time(1_737_614_968).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((225_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -1634,12 +1637,12 @@ impl WeightInfo for SubstrateWeight { fn seal_reentrance_count(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `869 + r * (240 ±0)` - // Estimated: `17215 + r * (1200 ±0)` - // Minimum execution time: 374_249 nanoseconds. - Weight::from_ref_time(377_990_998) - .saturating_add(Weight::from_proof_size(17215)) - // Standard Error: 38_133 - .saturating_add(Weight::from_ref_time(11_483_273).saturating_mul(r.into())) + // Estimated: `22165 + r * (1200 ±0)` + // Minimum execution time: 510_919 nanoseconds. + Weight::from_ref_time(520_052_636) + .saturating_add(Weight::from_proof_size(22165)) + // Standard Error: 85_053 + .saturating_add(Weight::from_ref_time(12_181_312).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(1200).saturating_mul(r.into())) @@ -1658,12 +1661,12 @@ impl WeightInfo for SubstrateWeight { fn seal_account_reentrance_count(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `2102 + r * (3154 ±0)` - // Estimated: `21980 + r * (15875 ±2)` - // Minimum execution time: 375_552 nanoseconds. - Weight::from_ref_time(400_624_032) - .saturating_add(Weight::from_proof_size(21980)) - // Standard Error: 82_523 - .saturating_add(Weight::from_ref_time(18_057_327).saturating_mul(r.into())) + // Estimated: `26930 + r * (15875 ±2)` + // Minimum execution time: 512_915 nanoseconds. + Weight::from_ref_time(536_286_741) + .saturating_add(Weight::from_proof_size(26930)) + // Standard Error: 86_469 + .saturating_add(Weight::from_ref_time(18_935_680).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(15875).saturating_mul(r.into())) @@ -1684,12 +1687,12 @@ impl WeightInfo for SubstrateWeight { fn seal_instantiation_nonce(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `872 + r * (240 ±0)` - // Estimated: `18598 + r * (1440 ±0)` - // Minimum execution time: 373_899 nanoseconds. - Weight::from_ref_time(379_733_943) - .saturating_add(Weight::from_proof_size(18598)) - // Standard Error: 32_022 - .saturating_add(Weight::from_ref_time(9_381_180).saturating_mul(r.into())) + // Estimated: `24538 + r * (1440 ±0)` + // Minimum execution time: 510_771 nanoseconds. + Weight::from_ref_time(520_200_899) + .saturating_add(Weight::from_proof_size(24538)) + // Standard Error: 67_583 + .saturating_add(Weight::from_ref_time(9_672_336).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_proof_size(1440).saturating_mul(r.into())) @@ -1699,572 +1702,572 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 834 nanoseconds. - Weight::from_ref_time(1_009_646) + // Minimum execution time: 1_105 nanoseconds. + Weight::from_ref_time(1_375_270) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 388 - .saturating_add(Weight::from_ref_time(411_979).saturating_mul(r.into())) + // Standard Error: 166 + .saturating_add(Weight::from_ref_time(530_865).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64load(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 882 nanoseconds. - Weight::from_ref_time(1_416_377) + // Minimum execution time: 1_269 nanoseconds. + Weight::from_ref_time(1_835_486) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 1_133 - .saturating_add(Weight::from_ref_time(1_075_838).saturating_mul(r.into())) + // Standard Error: 10_120 + .saturating_add(Weight::from_ref_time(1_146_604).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64store(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 878 nanoseconds. - Weight::from_ref_time(1_343_056) + // Minimum execution time: 1_290 nanoseconds. + Weight::from_ref_time(1_777_302) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 426 - .saturating_add(Weight::from_ref_time(1_001_214).saturating_mul(r.into())) + // Standard Error: 428 + .saturating_add(Weight::from_ref_time(1_213_395).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_select(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 796 nanoseconds. - Weight::from_ref_time(1_079_086) + // Minimum execution time: 1_111 nanoseconds. + Weight::from_ref_time(1_459_320) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 409 - .saturating_add(Weight::from_ref_time(1_149_188).saturating_mul(r.into())) + // Standard Error: 253 + .saturating_add(Weight::from_ref_time(1_468_086).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_if(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 800 nanoseconds. - Weight::from_ref_time(1_044_184) + // Minimum execution time: 1_071 nanoseconds. + Weight::from_ref_time(1_275_557) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 707 - .saturating_add(Weight::from_ref_time(1_315_686).saturating_mul(r.into())) + // Standard Error: 798 + .saturating_add(Weight::from_ref_time(1_783_672).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_br(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 807 nanoseconds. - Weight::from_ref_time(1_049_633) + // Minimum execution time: 1_093 nanoseconds. + Weight::from_ref_time(1_350_880) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 361 - .saturating_add(Weight::from_ref_time(640_530).saturating_mul(r.into())) + // Standard Error: 268 + .saturating_add(Weight::from_ref_time(752_891).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_br_if(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 774 nanoseconds. - Weight::from_ref_time(1_124_053) + // Minimum execution time: 1_061 nanoseconds. + Weight::from_ref_time(1_234_716) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 784 - .saturating_add(Weight::from_ref_time(949_398).saturating_mul(r.into())) + // Standard Error: 1_020 + .saturating_add(Weight::from_ref_time(1_102_728).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_br_table(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 810 nanoseconds. - Weight::from_ref_time(676_581) + // Minimum execution time: 1_143 nanoseconds. + Weight::from_ref_time(1_026_606) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 2_356 - .saturating_add(Weight::from_ref_time(1_163_465).saturating_mul(r.into())) + // Standard Error: 1_801 + .saturating_add(Weight::from_ref_time(1_431_945).saturating_mul(r.into())) } /// The range of component `e` is `[1, 256]`. fn instr_br_table_per_entry(e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_580 nanoseconds. - Weight::from_ref_time(2_835_656) + // Minimum execution time: 3_209 nanoseconds. + Weight::from_ref_time(3_532_593) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 71 - .saturating_add(Weight::from_ref_time(4_686).saturating_mul(e.into())) + // Standard Error: 55 + .saturating_add(Weight::from_ref_time(3_647).saturating_mul(e.into())) } /// The range of component `r` is `[0, 50]`. fn instr_call(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 826 nanoseconds. - Weight::from_ref_time(1_625_698) + // Minimum execution time: 1_113 nanoseconds. + Weight::from_ref_time(1_920_706) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 1_740 - .saturating_add(Weight::from_ref_time(2_332_187).saturating_mul(r.into())) + // Standard Error: 2_355 + .saturating_add(Weight::from_ref_time(3_099_871).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_call_indirect(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 901 nanoseconds. - Weight::from_ref_time(2_338_620) + // Minimum execution time: 1_252 nanoseconds. + Weight::from_ref_time(2_661_423) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 1_642 - .saturating_add(Weight::from_ref_time(2_924_090).saturating_mul(r.into())) + // Standard Error: 1_746 + .saturating_add(Weight::from_ref_time(4_057_754).saturating_mul(r.into())) } /// The range of component `p` is `[0, 128]`. fn instr_call_indirect_per_param(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_670 nanoseconds. - Weight::from_ref_time(5_556_246) + // Minimum execution time: 6_091 nanoseconds. + Weight::from_ref_time(6_742_634) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 1_491 - .saturating_add(Weight::from_ref_time(228_965).saturating_mul(p.into())) + // Standard Error: 835 + .saturating_add(Weight::from_ref_time(365_515).saturating_mul(p.into())) } /// The range of component `l` is `[0, 1024]`. fn instr_call_per_local(l: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_099 nanoseconds. - Weight::from_ref_time(3_896_177) + // Minimum execution time: 4_192 nanoseconds. + Weight::from_ref_time(5_069_062) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 99 - .saturating_add(Weight::from_ref_time(91_304).saturating_mul(l.into())) + // Standard Error: 144 + .saturating_add(Weight::from_ref_time(136_566).saturating_mul(l.into())) } /// The range of component `r` is `[0, 50]`. fn instr_local_get(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_042 nanoseconds. - Weight::from_ref_time(3_334_621) + // Minimum execution time: 4_340 nanoseconds. + Weight::from_ref_time(4_462_385) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 793 - .saturating_add(Weight::from_ref_time(459_346).saturating_mul(r.into())) + // Standard Error: 162 + .saturating_add(Weight::from_ref_time(523_495).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_local_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_968 nanoseconds. - Weight::from_ref_time(3_235_286) + // Minimum execution time: 4_216 nanoseconds. + Weight::from_ref_time(4_491_140) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 427 - .saturating_add(Weight::from_ref_time(485_454).saturating_mul(r.into())) + // Standard Error: 290 + .saturating_add(Weight::from_ref_time(556_335).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_local_tee(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_012 nanoseconds. - Weight::from_ref_time(3_303_555) + // Minimum execution time: 4_210 nanoseconds. + Weight::from_ref_time(4_489_489) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 371 - .saturating_add(Weight::from_ref_time(657_811).saturating_mul(r.into())) + // Standard Error: 342 + .saturating_add(Weight::from_ref_time(741_046).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_global_get(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 865 nanoseconds. - Weight::from_ref_time(1_249_987) + // Minimum execution time: 1_207 nanoseconds. + Weight::from_ref_time(1_556_747) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 417 - .saturating_add(Weight::from_ref_time(896_704).saturating_mul(r.into())) + // Standard Error: 782 + .saturating_add(Weight::from_ref_time(1_018_517).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_global_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 866 nanoseconds. - Weight::from_ref_time(1_216_218) + // Minimum execution time: 1_251 nanoseconds. + Weight::from_ref_time(1_486_704) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 503 - .saturating_add(Weight::from_ref_time(919_719).saturating_mul(r.into())) + // Standard Error: 859 + .saturating_add(Weight::from_ref_time(1_005_720).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_memory_current(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 921 nanoseconds. - Weight::from_ref_time(1_228_408) + // Minimum execution time: 1_246 nanoseconds. + Weight::from_ref_time(1_458_221) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 309 - .saturating_add(Weight::from_ref_time(813_007).saturating_mul(r.into())) + // Standard Error: 334 + .saturating_add(Weight::from_ref_time(901_145).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn instr_memory_grow(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 820 nanoseconds. - Weight::from_ref_time(914_830) + // Minimum execution time: 1_115 nanoseconds. + Weight::from_ref_time(1_246_122) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 6_018 - .saturating_add(Weight::from_ref_time(237_062_769).saturating_mul(r.into())) + // Standard Error: 6_104 + .saturating_add(Weight::from_ref_time(291_043_377).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64clz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 812 nanoseconds. - Weight::from_ref_time(1_554_406) + // Minimum execution time: 1_097 nanoseconds. + Weight::from_ref_time(1_368_579) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 9_979 - .saturating_add(Weight::from_ref_time(625_434).saturating_mul(r.into())) + // Standard Error: 178 + .saturating_add(Weight::from_ref_time(748_305).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ctz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 798 nanoseconds. - Weight::from_ref_time(1_095_113) + // Minimum execution time: 1_098 nanoseconds. + Weight::from_ref_time(1_400_247) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 243 - .saturating_add(Weight::from_ref_time(634_204).saturating_mul(r.into())) + // Standard Error: 387 + .saturating_add(Weight::from_ref_time(729_071).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64popcnt(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 792 nanoseconds. - Weight::from_ref_time(1_109_845) + // Minimum execution time: 1_077 nanoseconds. + Weight::from_ref_time(1_369_485) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 14_944 - .saturating_add(Weight::from_ref_time(658_834).saturating_mul(r.into())) + // Standard Error: 281 + .saturating_add(Weight::from_ref_time(721_117).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64eqz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 815 nanoseconds. - Weight::from_ref_time(1_068_916) + // Minimum execution time: 1_087 nanoseconds. + Weight::from_ref_time(1_365_226) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 327 - .saturating_add(Weight::from_ref_time(652_897).saturating_mul(r.into())) + // Standard Error: 202 + .saturating_add(Weight::from_ref_time(751_865).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extendsi32(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 798 nanoseconds. - Weight::from_ref_time(1_069_745) + // Minimum execution time: 1_045 nanoseconds. + Weight::from_ref_time(1_365_552) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 306 - .saturating_add(Weight::from_ref_time(618_481).saturating_mul(r.into())) + // Standard Error: 316 + .saturating_add(Weight::from_ref_time(719_008).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extendui32(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 799 nanoseconds. - Weight::from_ref_time(1_398_001) + // Minimum execution time: 1_142 nanoseconds. + Weight::from_ref_time(1_234_121) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 6_234 - .saturating_add(Weight::from_ref_time(611_399).saturating_mul(r.into())) + // Standard Error: 827 + .saturating_add(Weight::from_ref_time(730_587).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32wrapi64(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 811 nanoseconds. - Weight::from_ref_time(1_098_083) + // Minimum execution time: 1_119 nanoseconds. + Weight::from_ref_time(1_416_466) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 297 - .saturating_add(Weight::from_ref_time(617_692).saturating_mul(r.into())) + // Standard Error: 196 + .saturating_add(Weight::from_ref_time(717_531).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64eq(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 815 nanoseconds. - Weight::from_ref_time(1_046_922) + // Minimum execution time: 1_085 nanoseconds. + Weight::from_ref_time(1_397_718) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 335 - .saturating_add(Weight::from_ref_time(909_196).saturating_mul(r.into())) + // Standard Error: 387 + .saturating_add(Weight::from_ref_time(1_150_462).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ne(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 805 nanoseconds. - Weight::from_ref_time(1_093_667) + // Minimum execution time: 1_098 nanoseconds. + Weight::from_ref_time(1_428_277) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 233 - .saturating_add(Weight::from_ref_time(907_378).saturating_mul(r.into())) + // Standard Error: 266 + .saturating_add(Weight::from_ref_time(1_149_357).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64lts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 805 nanoseconds. - Weight::from_ref_time(1_290_591) + // Minimum execution time: 1_085 nanoseconds. + Weight::from_ref_time(1_409_960) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 3_201 - .saturating_add(Weight::from_ref_time(902_006).saturating_mul(r.into())) + // Standard Error: 267 + .saturating_add(Weight::from_ref_time(1_149_829).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ltu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 783 nanoseconds. - Weight::from_ref_time(1_159_977) + // Minimum execution time: 1_040 nanoseconds. + Weight::from_ref_time(1_397_297) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 2_310 - .saturating_add(Weight::from_ref_time(906_489).saturating_mul(r.into())) + // Standard Error: 205 + .saturating_add(Weight::from_ref_time(1_165_117).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64gts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 790 nanoseconds. - Weight::from_ref_time(1_109_719) + // Minimum execution time: 1_087 nanoseconds. + Weight::from_ref_time(1_426_864) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 261 - .saturating_add(Weight::from_ref_time(906_614).saturating_mul(r.into())) + // Standard Error: 272 + .saturating_add(Weight::from_ref_time(1_159_655).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64gtu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 776 nanoseconds. - Weight::from_ref_time(1_076_567) + // Minimum execution time: 1_074 nanoseconds. + Weight::from_ref_time(1_479_287) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 348 - .saturating_add(Weight::from_ref_time(919_374).saturating_mul(r.into())) + // Standard Error: 380 + .saturating_add(Weight::from_ref_time(1_161_275).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64les(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 780 nanoseconds. - Weight::from_ref_time(1_069_663) + // Minimum execution time: 1_066 nanoseconds. + Weight::from_ref_time(1_383_446) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 265 - .saturating_add(Weight::from_ref_time(908_037).saturating_mul(r.into())) + // Standard Error: 200 + .saturating_add(Weight::from_ref_time(1_160_687).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64leu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 832 nanoseconds. - Weight::from_ref_time(930_920) + // Minimum execution time: 1_059 nanoseconds. + Weight::from_ref_time(1_251_947) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 2_170 - .saturating_add(Weight::from_ref_time(929_811).saturating_mul(r.into())) + // Standard Error: 1_039 + .saturating_add(Weight::from_ref_time(1_174_430).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ges(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 787 nanoseconds. - Weight::from_ref_time(1_087_325) + // Minimum execution time: 1_115 nanoseconds. + Weight::from_ref_time(1_479_581) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 315 - .saturating_add(Weight::from_ref_time(908_321).saturating_mul(r.into())) + // Standard Error: 241 + .saturating_add(Weight::from_ref_time(1_158_113).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64geu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 798 nanoseconds. - Weight::from_ref_time(1_029_132) + // Minimum execution time: 1_083 nanoseconds. + Weight::from_ref_time(1_408_079) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 2_095 - .saturating_add(Weight::from_ref_time(913_553).saturating_mul(r.into())) + // Standard Error: 229 + .saturating_add(Weight::from_ref_time(1_161_923).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64add(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 791 nanoseconds. - Weight::from_ref_time(1_086_314) + // Minimum execution time: 1_088 nanoseconds. + Weight::from_ref_time(1_421_955) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 197 - .saturating_add(Weight::from_ref_time(896_392).saturating_mul(r.into())) + // Standard Error: 273 + .saturating_add(Weight::from_ref_time(1_119_299).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64sub(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 793 nanoseconds. - Weight::from_ref_time(1_078_172) + // Minimum execution time: 1_072 nanoseconds. + Weight::from_ref_time(1_399_341) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 404 - .saturating_add(Weight::from_ref_time(886_329).saturating_mul(r.into())) + // Standard Error: 284 + .saturating_add(Weight::from_ref_time(1_173_949).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64mul(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 799 nanoseconds. - Weight::from_ref_time(1_095_010) + // Minimum execution time: 1_052 nanoseconds. + Weight::from_ref_time(1_433_815) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 431 - .saturating_add(Weight::from_ref_time(886_513).saturating_mul(r.into())) + // Standard Error: 236 + .saturating_add(Weight::from_ref_time(1_122_360).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64divs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 810 nanoseconds. - Weight::from_ref_time(1_114_325) + // Minimum execution time: 1_095 nanoseconds. + Weight::from_ref_time(1_436_472) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 452 - .saturating_add(Weight::from_ref_time(1_521_849).saturating_mul(r.into())) + // Standard Error: 267 + .saturating_add(Weight::from_ref_time(1_643_917).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64divu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 784 nanoseconds. - Weight::from_ref_time(1_123_153) + // Minimum execution time: 1_100 nanoseconds. + Weight::from_ref_time(1_449_750) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 475 - .saturating_add(Weight::from_ref_time(1_457_746).saturating_mul(r.into())) + // Standard Error: 289 + .saturating_add(Weight::from_ref_time(1_586_310).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64rems(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 809 nanoseconds. - Weight::from_ref_time(1_145_906) + // Minimum execution time: 1_085 nanoseconds. + Weight::from_ref_time(1_446_705) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 718 - .saturating_add(Weight::from_ref_time(1_549_964).saturating_mul(r.into())) + // Standard Error: 260 + .saturating_add(Weight::from_ref_time(1_656_091).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64remu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 803 nanoseconds. - Weight::from_ref_time(1_110_328) + // Minimum execution time: 1_101 nanoseconds. + Weight::from_ref_time(1_337_859) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 627 - .saturating_add(Weight::from_ref_time(1_453_013).saturating_mul(r.into())) + // Standard Error: 1_829 + .saturating_add(Weight::from_ref_time(1_580_732).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64and(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 786 nanoseconds. - Weight::from_ref_time(1_108_792) + // Minimum execution time: 1_079 nanoseconds. + Weight::from_ref_time(1_430_123) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 286 - .saturating_add(Weight::from_ref_time(897_035).saturating_mul(r.into())) + // Standard Error: 240 + .saturating_add(Weight::from_ref_time(1_119_983).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64or(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 787 nanoseconds. - Weight::from_ref_time(830_000) + // Minimum execution time: 1_072 nanoseconds. + Weight::from_ref_time(1_425_301) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 15_995 - .saturating_add(Weight::from_ref_time(963_344).saturating_mul(r.into())) + // Standard Error: 252 + .saturating_add(Weight::from_ref_time(1_120_012).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64xor(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 773 nanoseconds. - Weight::from_ref_time(1_082_459) + // Minimum execution time: 1_076 nanoseconds. + Weight::from_ref_time(1_444_127) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 330 - .saturating_add(Weight::from_ref_time(897_077).saturating_mul(r.into())) + // Standard Error: 239 + .saturating_add(Weight::from_ref_time(1_119_358).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64shl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 810 nanoseconds. - Weight::from_ref_time(1_325_815) + // Minimum execution time: 1_075 nanoseconds. + Weight::from_ref_time(1_402_365) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 3_352 - .saturating_add(Weight::from_ref_time(899_555).saturating_mul(r.into())) + // Standard Error: 463 + .saturating_add(Weight::from_ref_time(1_172_446).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64shrs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 808 nanoseconds. - Weight::from_ref_time(1_085_903) + // Minimum execution time: 1_072 nanoseconds. + Weight::from_ref_time(1_405_807) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 430 - .saturating_add(Weight::from_ref_time(903_249).saturating_mul(r.into())) + // Standard Error: 242 + .saturating_add(Weight::from_ref_time(1_173_141).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64shru(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 792 nanoseconds. - Weight::from_ref_time(1_091_261) + // Minimum execution time: 1_098 nanoseconds. + Weight::from_ref_time(1_463_348) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 312 - .saturating_add(Weight::from_ref_time(902_245).saturating_mul(r.into())) + // Standard Error: 279 + .saturating_add(Weight::from_ref_time(1_169_478).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64rotl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 807 nanoseconds. - Weight::from_ref_time(1_121_052) + // Minimum execution time: 1_089 nanoseconds. + Weight::from_ref_time(1_426_817) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 506 - .saturating_add(Weight::from_ref_time(902_772).saturating_mul(r.into())) + // Standard Error: 212 + .saturating_add(Weight::from_ref_time(1_172_530).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64rotr(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 823 nanoseconds. - Weight::from_ref_time(1_317_597) + // Minimum execution time: 1_125 nanoseconds. + Weight::from_ref_time(1_447_828) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 6_219 - .saturating_add(Weight::from_ref_time(896_692).saturating_mul(r.into())) + // Standard Error: 272 + .saturating_add(Weight::from_ref_time(1_170_950).saturating_mul(r.into())) } } @@ -2275,10 +2278,10 @@ impl WeightInfo for () { fn on_process_deletion_queue_batch() -> Weight { // Proof Size summary in bytes: // Measured: `109` - // Estimated: `604` - // Minimum execution time: 2_591 nanoseconds. - Weight::from_ref_time(2_817_000) - .saturating_add(Weight::from_proof_size(604)) + // Estimated: `1594` + // Minimum execution time: 2_806 nanoseconds. + Weight::from_ref_time(3_010_000) + .saturating_add(Weight::from_proof_size(1594)) .saturating_add(RocksDbWeight::get().reads(1_u64)) } /// Storage: Skipped Metadata (r:0 w:0) @@ -2288,12 +2291,13 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `481 + k * (69 ±0)` // Estimated: `471 + k * (70 ±0)` - // Minimum execution time: 10_190 nanoseconds. - Weight::from_ref_time(6_642_117) + // Minimum execution time: 11_003 nanoseconds. + Weight::from_ref_time(5_790_461) .saturating_add(Weight::from_proof_size(471)) - // Standard Error: 992 - .saturating_add(Weight::from_ref_time(919_828).saturating_mul(k.into())) + // Standard Error: 1_038 + .saturating_add(Weight::from_ref_time(1_001_575).saturating_mul(k.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) + .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(k.into()))) .saturating_add(Weight::from_proof_size(70).saturating_mul(k.into())) @@ -2304,12 +2308,12 @@ impl WeightInfo for () { fn on_initialize_per_queue_item(q: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `281 + q * (33 ±0)` - // Estimated: `763 + q * (33 ±0)` - // Minimum execution time: 2_598 nanoseconds. - Weight::from_ref_time(10_288_252) - .saturating_add(Weight::from_proof_size(763)) - // Standard Error: 2_886 - .saturating_add(Weight::from_ref_time(1_092_420).saturating_mul(q.into())) + // Estimated: `1753 + q * (33 ±0)` + // Minimum execution time: 2_743 nanoseconds. + Weight::from_ref_time(10_991_429) + .saturating_add(Weight::from_proof_size(1753)) + // Standard Error: 3_322 + .saturating_add(Weight::from_ref_time(1_303_238).saturating_mul(q.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_proof_size(33).saturating_mul(q.into())) @@ -2322,12 +2326,12 @@ impl WeightInfo for () { fn reinstrument(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `270 + c * (1 ±0)` - // Estimated: `3025 + c * (2 ±0)` - // Minimum execution time: 34_338 nanoseconds. - Weight::from_ref_time(32_159_677) - .saturating_add(Weight::from_proof_size(3025)) - // Standard Error: 53 - .saturating_add(Weight::from_ref_time(51_034).saturating_mul(c.into())) + // Estimated: `4015 + c * (2 ±0)` + // Minimum execution time: 43_791 nanoseconds. + Weight::from_ref_time(50_216_606) + .saturating_add(Weight::from_proof_size(4015)) + // Standard Error: 78 + .saturating_add(Weight::from_ref_time(52_264).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_proof_size(2).saturating_mul(c.into())) @@ -2346,12 +2350,12 @@ impl WeightInfo for () { fn call_with_code_per_byte(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `803` - // Estimated: `16930 + c * (5 ±0)` - // Minimum execution time: 385_587 nanoseconds. - Weight::from_ref_time(395_545_811) - .saturating_add(Weight::from_proof_size(16930)) - // Standard Error: 27 - .saturating_add(Weight::from_ref_time(31_342).saturating_mul(c.into())) + // Estimated: `21880 + c * (5 ±0)` + // Minimum execution time: 523_896 nanoseconds. + Weight::from_ref_time(541_638_591) + .saturating_add(Weight::from_proof_size(21880)) + // Standard Error: 40 + .saturating_add(Weight::from_ref_time(33_336).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_proof_size(5).saturating_mul(c.into())) @@ -2378,16 +2382,16 @@ impl WeightInfo for () { fn instantiate_with_code(c: u32, i: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `270` - // Estimated: `20267` - // Minimum execution time: 3_799_742 nanoseconds. - Weight::from_ref_time(670_115_588) - .saturating_add(Weight::from_proof_size(20267)) - // Standard Error: 287 - .saturating_add(Weight::from_ref_time(93_885).saturating_mul(c.into())) + // Estimated: `26207` + // Minimum execution time: 4_131_420 nanoseconds. + Weight::from_ref_time(747_241_818) + .saturating_add(Weight::from_proof_size(26207)) + // Standard Error: 284 + .saturating_add(Weight::from_ref_time(99_638).saturating_mul(c.into())) // Standard Error: 16 - .saturating_add(Weight::from_ref_time(1_367).saturating_mul(i.into())) + .saturating_add(Weight::from_ref_time(1_484).saturating_mul(i.into())) // Standard Error: 16 - .saturating_add(Weight::from_ref_time(1_781).saturating_mul(s.into())) + .saturating_add(Weight::from_ref_time(1_881).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(10_u64)) } @@ -2410,14 +2414,14 @@ impl WeightInfo for () { fn instantiate(i: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `546` - // Estimated: `22039` - // Minimum execution time: 1_949_008 nanoseconds. - Weight::from_ref_time(214_033_418) - .saturating_add(Weight::from_proof_size(22039)) + // Estimated: `28969` + // Minimum execution time: 2_048_574 nanoseconds. + Weight::from_ref_time(212_015_146) + .saturating_add(Weight::from_proof_size(28969)) // Standard Error: 8 - .saturating_add(Weight::from_ref_time(1_666).saturating_mul(i.into())) + .saturating_add(Weight::from_ref_time(1_771).saturating_mul(i.into())) // Standard Error: 8 - .saturating_add(Weight::from_ref_time(1_801).saturating_mul(s.into())) + .saturating_add(Weight::from_ref_time(1_902).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -2434,10 +2438,10 @@ impl WeightInfo for () { fn call() -> Weight { // Proof Size summary in bytes: // Measured: `855` - // Estimated: `17145` - // Minimum execution time: 146_654 nanoseconds. - Weight::from_ref_time(147_528_000) - .saturating_add(Weight::from_proof_size(17145)) + // Estimated: `22095` + // Minimum execution time: 168_686 nanoseconds. + Weight::from_ref_time(172_783_000) + .saturating_add(Weight::from_proof_size(22095)) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -2453,12 +2457,12 @@ impl WeightInfo for () { fn upload_code(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `109` - // Estimated: `5386` - // Minimum execution time: 387_889 nanoseconds. - Weight::from_ref_time(391_379_335) - .saturating_add(Weight::from_proof_size(5386)) - // Standard Error: 89 - .saturating_add(Weight::from_ref_time(94_810).saturating_mul(c.into())) + // Estimated: `7366` + // Minimum execution time: 534_274 nanoseconds. + Weight::from_ref_time(555_816_853) + .saturating_add(Weight::from_proof_size(7366)) + // Standard Error: 86 + .saturating_add(Weight::from_ref_time(99_768).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -2473,10 +2477,10 @@ impl WeightInfo for () { fn remove_code() -> Weight { // Proof Size summary in bytes: // Measured: `287` - // Estimated: `6098` - // Minimum execution time: 26_014 nanoseconds. - Weight::from_ref_time(26_510_000) - .saturating_add(Weight::from_proof_size(6098)) + // Estimated: `8078` + // Minimum execution time: 29_657 nanoseconds. + Weight::from_ref_time(29_897_000) + .saturating_add(Weight::from_proof_size(8078)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -2489,10 +2493,10 @@ impl WeightInfo for () { fn set_code() -> Weight { // Proof Size summary in bytes: // Measured: `666` - // Estimated: `16848` - // Minimum execution time: 30_177 nanoseconds. - Weight::from_ref_time(30_639_000) - .saturating_add(Weight::from_proof_size(16848)) + // Estimated: `19818` + // Minimum execution time: 33_883 nanoseconds. + Weight::from_ref_time(34_283_000) + .saturating_add(Weight::from_proof_size(19818)) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -2510,12 +2514,12 @@ impl WeightInfo for () { fn seal_caller(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `877 + r * (480 ±0)` - // Estimated: `17295 + r * (2400 ±0)` - // Minimum execution time: 373_786 nanoseconds. - Weight::from_ref_time(377_332_691) - .saturating_add(Weight::from_proof_size(17295)) - // Standard Error: 51_211 - .saturating_add(Weight::from_ref_time(17_715_615).saturating_mul(r.into())) + // Estimated: `22245 + r * (2400 ±0)` + // Minimum execution time: 510_918 nanoseconds. + Weight::from_ref_time(520_174_807) + .saturating_add(Weight::from_proof_size(22245)) + // Standard Error: 87_636 + .saturating_add(Weight::from_ref_time(23_447_430).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(2400).saturating_mul(r.into())) @@ -2534,12 +2538,12 @@ impl WeightInfo for () { fn seal_is_contract(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `917 + r * (21778 ±0)` - // Estimated: `17295 + r * (306895 ±0)` - // Minimum execution time: 374_009 nanoseconds. - Weight::from_ref_time(238_991_986) - .saturating_add(Weight::from_proof_size(17295)) - // Standard Error: 464_711 - .saturating_add(Weight::from_ref_time(249_099_538).saturating_mul(r.into())) + // Estimated: `22245 + r * (306895 ±0)` + // Minimum execution time: 510_543 nanoseconds. + Weight::from_ref_time(364_794_000) + .saturating_add(Weight::from_proof_size(22245)) + // Standard Error: 574_849 + .saturating_add(Weight::from_ref_time(268_744_419).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((80_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -2559,12 +2563,12 @@ impl WeightInfo for () { fn seal_code_hash(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `921 + r * (22099 ±0)` - // Estimated: `17340 + r * (308500 ±0)` - // Minimum execution time: 375_058 nanoseconds. - Weight::from_ref_time(238_765_068) - .saturating_add(Weight::from_proof_size(17340)) - // Standard Error: 662_617 - .saturating_add(Weight::from_ref_time(302_175_089).saturating_mul(r.into())) + // Estimated: `22290 + r * (308500 ±0)` + // Minimum execution time: 512_401 nanoseconds. + Weight::from_ref_time(370_411_138) + .saturating_add(Weight::from_proof_size(22290)) + // Standard Error: 538_889 + .saturating_add(Weight::from_ref_time(325_333_214).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((80_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -2584,12 +2588,12 @@ impl WeightInfo for () { fn seal_own_code_hash(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `884 + r * (480 ±0)` - // Estimated: `17330 + r * (2400 ±0)` - // Minimum execution time: 374_747 nanoseconds. - Weight::from_ref_time(376_482_380) - .saturating_add(Weight::from_proof_size(17330)) - // Standard Error: 61_919 - .saturating_add(Weight::from_ref_time(22_376_795).saturating_mul(r.into())) + // Estimated: `22280 + r * (2400 ±0)` + // Minimum execution time: 511_177 nanoseconds. + Weight::from_ref_time(521_236_963) + .saturating_add(Weight::from_proof_size(22280)) + // Standard Error: 104_166 + .saturating_add(Weight::from_ref_time(30_126_272).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(2400).saturating_mul(r.into())) @@ -2608,12 +2612,12 @@ impl WeightInfo for () { fn seal_caller_is_origin(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `874 + r * (240 ±0)` - // Estimated: `17265 + r * (1200 ±0)` - // Minimum execution time: 372_287 nanoseconds. - Weight::from_ref_time(376_250_858) - .saturating_add(Weight::from_proof_size(17265)) - // Standard Error: 40_119 - .saturating_add(Weight::from_ref_time(11_359_647).saturating_mul(r.into())) + // Estimated: `22215 + r * (1200 ±0)` + // Minimum execution time: 509_864 nanoseconds. + Weight::from_ref_time(516_685_508) + .saturating_add(Weight::from_proof_size(22215)) + // Standard Error: 83_317 + .saturating_add(Weight::from_ref_time(12_354_844).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(1200).saturating_mul(r.into())) @@ -2632,12 +2636,12 @@ impl WeightInfo for () { fn seal_address(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `878 + r * (480 ±0)` - // Estimated: `17260 + r * (2400 ±0)` - // Minimum execution time: 374_445 nanoseconds. - Weight::from_ref_time(377_243_521) - .saturating_add(Weight::from_proof_size(17260)) - // Standard Error: 53_032 - .saturating_add(Weight::from_ref_time(17_684_246).saturating_mul(r.into())) + // Estimated: `22210 + r * (2400 ±0)` + // Minimum execution time: 510_742 nanoseconds. + Weight::from_ref_time(515_561_350) + .saturating_add(Weight::from_proof_size(22210)) + // Standard Error: 100_787 + .saturating_add(Weight::from_ref_time(24_101_231).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(2400).saturating_mul(r.into())) @@ -2656,12 +2660,12 @@ impl WeightInfo for () { fn seal_gas_left(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `879 + r * (480 ±0)` - // Estimated: `17250 + r * (2405 ±0)` - // Minimum execution time: 374_029 nanoseconds. - Weight::from_ref_time(380_415_186) - .saturating_add(Weight::from_proof_size(17250)) - // Standard Error: 60_562 - .saturating_add(Weight::from_ref_time(17_152_599).saturating_mul(r.into())) + // Estimated: `22200 + r * (2405 ±0)` + // Minimum execution time: 510_804 nanoseconds. + Weight::from_ref_time(513_811_964) + .saturating_add(Weight::from_proof_size(22200)) + // Standard Error: 86_516 + .saturating_add(Weight::from_ref_time(24_067_836).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(2405).saturating_mul(r.into())) @@ -2680,12 +2684,12 @@ impl WeightInfo for () { fn seal_balance(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1049 + r * (480 ±0)` - // Estimated: `19849 + r * (2456 ±0)` - // Minimum execution time: 373_999 nanoseconds. - Weight::from_ref_time(381_757_033) - .saturating_add(Weight::from_proof_size(19849)) - // Standard Error: 97_983 - .saturating_add(Weight::from_ref_time(98_290_984).saturating_mul(r.into())) + // Estimated: `24799 + r * (2456 ±4)` + // Minimum execution time: 511_682 nanoseconds. + Weight::from_ref_time(528_366_838) + .saturating_add(Weight::from_proof_size(24799)) + // Standard Error: 135_430 + .saturating_add(Weight::from_ref_time(117_095_509).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(2456).saturating_mul(r.into())) @@ -2704,12 +2708,12 @@ impl WeightInfo for () { fn seal_value_transferred(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `888 + r * (480 ±0)` - // Estimated: `17360 + r * (2400 ±0)` - // Minimum execution time: 374_197 nanoseconds. - Weight::from_ref_time(377_755_896) - .saturating_add(Weight::from_proof_size(17360)) - // Standard Error: 60_542 - .saturating_add(Weight::from_ref_time(17_442_065).saturating_mul(r.into())) + // Estimated: `22310 + r * (2400 ±0)` + // Minimum execution time: 512_142 nanoseconds. + Weight::from_ref_time(514_731_363) + .saturating_add(Weight::from_proof_size(22310)) + // Standard Error: 94_601 + .saturating_add(Weight::from_ref_time(23_875_187).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(2400).saturating_mul(r.into())) @@ -2728,12 +2732,12 @@ impl WeightInfo for () { fn seal_minimum_balance(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `886 + r * (480 ±0)` - // Estimated: `17290 + r * (2400 ±0)` - // Minimum execution time: 373_888 nanoseconds. - Weight::from_ref_time(377_825_771) - .saturating_add(Weight::from_proof_size(17290)) - // Standard Error: 38_026 - .saturating_add(Weight::from_ref_time(17_147_903).saturating_mul(r.into())) + // Estimated: `22240 + r * (2400 ±0)` + // Minimum execution time: 511_314 nanoseconds. + Weight::from_ref_time(522_928_039) + .saturating_add(Weight::from_proof_size(22240)) + // Standard Error: 80_217 + .saturating_add(Weight::from_ref_time(23_073_205).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(2400).saturating_mul(r.into())) @@ -2752,12 +2756,12 @@ impl WeightInfo for () { fn seal_block_number(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `883 + r * (480 ±0)` - // Estimated: `17315 + r * (2400 ±0)` - // Minimum execution time: 373_904 nanoseconds. - Weight::from_ref_time(378_652_372) - .saturating_add(Weight::from_proof_size(17315)) - // Standard Error: 43_833 - .saturating_add(Weight::from_ref_time(16_936_781).saturating_mul(r.into())) + // Estimated: `22265 + r * (2400 ±0)` + // Minimum execution time: 511_588 nanoseconds. + Weight::from_ref_time(520_653_541) + .saturating_add(Weight::from_proof_size(22265)) + // Standard Error: 93_343 + .saturating_add(Weight::from_ref_time(22_855_326).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(2400).saturating_mul(r.into())) @@ -2776,12 +2780,12 @@ impl WeightInfo for () { fn seal_now(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `874 + r * (480 ±0)` - // Estimated: `17245 + r * (2400 ±0)` - // Minimum execution time: 373_473 nanoseconds. - Weight::from_ref_time(376_386_312) - .saturating_add(Weight::from_proof_size(17245)) - // Standard Error: 46_945 - .saturating_add(Weight::from_ref_time(17_336_462).saturating_mul(r.into())) + // Estimated: `22195 + r * (2400 ±0)` + // Minimum execution time: 510_886 nanoseconds. + Weight::from_ref_time(518_345_410) + .saturating_add(Weight::from_proof_size(22195)) + // Standard Error: 87_641 + .saturating_add(Weight::from_ref_time(23_239_474).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(2400).saturating_mul(r.into())) @@ -2802,12 +2806,12 @@ impl WeightInfo for () { fn seal_weight_to_fee(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `951 + r * (800 ±0)` - // Estimated: `19046 + r * (4805 ±0)` - // Minimum execution time: 373_661 nanoseconds. - Weight::from_ref_time(385_824_015) - .saturating_add(Weight::from_proof_size(19046)) - // Standard Error: 75_964 - .saturating_add(Weight::from_ref_time(88_530_074).saturating_mul(r.into())) + // Estimated: `24986 + r * (4805 ±0)` + // Minimum execution time: 510_819 nanoseconds. + Weight::from_ref_time(530_168_195) + .saturating_add(Weight::from_proof_size(24986)) + // Standard Error: 117_102 + .saturating_add(Weight::from_ref_time(99_913_014).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(4805).saturating_mul(r.into())) @@ -2826,12 +2830,12 @@ impl WeightInfo for () { fn seal_gas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `841 + r * (320 ±0)` - // Estimated: `17120 + r * (1600 ±0)` - // Minimum execution time: 133_849 nanoseconds. - Weight::from_ref_time(137_283_391) - .saturating_add(Weight::from_proof_size(17120)) - // Standard Error: 13_312 - .saturating_add(Weight::from_ref_time(8_055_328).saturating_mul(r.into())) + // Estimated: `22070 + r * (1600 ±0)` + // Minimum execution time: 154_719 nanoseconds. + Weight::from_ref_time(157_955_812) + .saturating_add(Weight::from_proof_size(22070)) + // Standard Error: 11_183 + .saturating_add(Weight::from_ref_time(8_660_789).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(1600).saturating_mul(r.into())) @@ -2850,12 +2854,12 @@ impl WeightInfo for () { fn seal_input(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `876 + r * (480 ±0)` - // Estimated: `17245 + r * (2400 ±0)` - // Minimum execution time: 373_468 nanoseconds. - Weight::from_ref_time(376_121_093) - .saturating_add(Weight::from_proof_size(17245)) - // Standard Error: 61_857 - .saturating_add(Weight::from_ref_time(15_868_414).saturating_mul(r.into())) + // Estimated: `22195 + r * (2400 ±0)` + // Minimum execution time: 510_783 nanoseconds. + Weight::from_ref_time(518_948_622) + .saturating_add(Weight::from_proof_size(22195)) + // Standard Error: 79_826 + .saturating_add(Weight::from_ref_time(18_631_876).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(2400).saturating_mul(r.into())) @@ -2874,12 +2878,12 @@ impl WeightInfo for () { fn seal_input_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1356` - // Estimated: `19650` - // Minimum execution time: 390_668 nanoseconds. - Weight::from_ref_time(419_608_449) - .saturating_add(Weight::from_proof_size(19650)) - // Standard Error: 4_890 - .saturating_add(Weight::from_ref_time(9_672_288).saturating_mul(n.into())) + // Estimated: `24600` + // Minimum execution time: 531_815 nanoseconds. + Weight::from_ref_time(556_266_115) + .saturating_add(Weight::from_proof_size(24600)) + // Standard Error: 5_680 + .saturating_add(Weight::from_ref_time(9_758_840).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -2897,12 +2901,12 @@ impl WeightInfo for () { fn seal_return(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `864 + r * (45 ±0)` - // Estimated: `17190 + r * (225 ±0)` - // Minimum execution time: 371_309 nanoseconds. - Weight::from_ref_time(373_625_402) - .saturating_add(Weight::from_proof_size(17190)) - // Standard Error: 419_605 - .saturating_add(Weight::from_ref_time(1_737_397).saturating_mul(r.into())) + // Estimated: `22140 + r * (225 ±0)` + // Minimum execution time: 507_994 nanoseconds. + Weight::from_ref_time(514_559_314) + .saturating_add(Weight::from_proof_size(22140)) + // Standard Error: 2_654_010 + .saturating_add(Weight::from_ref_time(611_585).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(225).saturating_mul(r.into())) @@ -2921,12 +2925,12 @@ impl WeightInfo for () { fn seal_return_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `874` - // Estimated: `17285` - // Minimum execution time: 374_094 nanoseconds. - Weight::from_ref_time(375_965_200) - .saturating_add(Weight::from_proof_size(17285)) - // Standard Error: 1_127 - .saturating_add(Weight::from_ref_time(232_645).saturating_mul(n.into())) + // Estimated: `22235` + // Minimum execution time: 511_398 nanoseconds. + Weight::from_ref_time(517_643_309) + .saturating_add(Weight::from_proof_size(22235)) + // Standard Error: 1_912 + .saturating_add(Weight::from_ref_time(293_299).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -2948,17 +2952,17 @@ impl WeightInfo for () { fn seal_terminate(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `906 + r * (452 ±0)` - // Estimated: `20242 + r * (15004 ±0)` - // Minimum execution time: 373_123 nanoseconds. - Weight::from_ref_time(374_924_634) - .saturating_add(Weight::from_proof_size(20242)) - // Standard Error: 378_010 - .saturating_add(Weight::from_ref_time(70_441_665).saturating_mul(r.into())) + // Estimated: `26183 + r * (15994 ±0)` + // Minimum execution time: 510_066 nanoseconds. + Weight::from_ref_time(514_235_434) + .saturating_add(Weight::from_proof_size(26183)) + // Standard Error: 1_076_629 + .saturating_add(Weight::from_ref_time(83_449_265).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((6_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(RocksDbWeight::get().writes((7_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_proof_size(15004).saturating_mul(r.into())) + .saturating_add(Weight::from_proof_size(15994).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -2976,12 +2980,12 @@ impl WeightInfo for () { fn seal_random(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `921 + r * (800 ±0)` - // Estimated: `18835 + r * (4805 ±0)` - // Minimum execution time: 373_291 nanoseconds. - Weight::from_ref_time(385_684_344) - .saturating_add(Weight::from_proof_size(18835)) - // Standard Error: 99_025 - .saturating_add(Weight::from_ref_time(111_308_793).saturating_mul(r.into())) + // Estimated: `24775 + r * (4805 ±0)` + // Minimum execution time: 511_088 nanoseconds. + Weight::from_ref_time(520_561_143) + .saturating_add(Weight::from_proof_size(24775)) + // Standard Error: 148_994 + .saturating_add(Weight::from_ref_time(143_068_183).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(4805).saturating_mul(r.into())) @@ -3000,12 +3004,12 @@ impl WeightInfo for () { fn seal_deposit_event(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `874 + r * (800 ±0)` - // Estimated: `17250 + r * (4000 ±0)` - // Minimum execution time: 371_900 nanoseconds. - Weight::from_ref_time(384_166_626) - .saturating_add(Weight::from_proof_size(17250)) - // Standard Error: 205_255 - .saturating_add(Weight::from_ref_time(229_214_157).saturating_mul(r.into())) + // Estimated: `22200 + r * (4000 ±0)` + // Minimum execution time: 509_252 nanoseconds. + Weight::from_ref_time(521_878_340) + .saturating_add(Weight::from_proof_size(22200)) + // Standard Error: 196_877 + .saturating_add(Weight::from_ref_time(270_542_044).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(4000).saturating_mul(r.into())) @@ -3025,14 +3029,14 @@ impl WeightInfo for () { fn seal_deposit_event_per_topic_and_kb(t: u32, n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1821 + t * (2608 ±0) + n * (7 ±0)` - // Estimated: `21870 + t * (211030 ±0) + n * (50 ±0)` - // Minimum execution time: 1_289_873 nanoseconds. - Weight::from_ref_time(581_702_206) - .saturating_add(Weight::from_proof_size(21870)) - // Standard Error: 665_638 - .saturating_add(Weight::from_ref_time(181_470_553).saturating_mul(t.into())) - // Standard Error: 182_816 - .saturating_add(Weight::from_ref_time(71_635_250).saturating_mul(n.into())) + // Estimated: `26820 + t * (211030 ±0) + n * (50 ±0)` + // Minimum execution time: 1_564_497 nanoseconds. + Weight::from_ref_time(784_764_361) + .saturating_add(Weight::from_proof_size(26820)) + // Standard Error: 736_037 + .saturating_add(Weight::from_ref_time(200_809_882).saturating_mul(t.into())) + // Standard Error: 202_151 + .saturating_add(Weight::from_ref_time(76_595_106).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((80_u64).saturating_mul(t.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -3054,12 +3058,12 @@ impl WeightInfo for () { fn seal_debug_message(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `873 + r * (560 ±0)` - // Estimated: `17240 + r * (2800 ±0)` - // Minimum execution time: 148_635 nanoseconds. - Weight::from_ref_time(154_095_712) - .saturating_add(Weight::from_proof_size(17240)) - // Standard Error: 77_790 - .saturating_add(Weight::from_ref_time(14_837_085).saturating_mul(r.into())) + // Estimated: `22190 + r * (2800 ±0)` + // Minimum execution time: 175_973 nanoseconds. + Weight::from_ref_time(177_392_243) + .saturating_add(Weight::from_proof_size(22190)) + // Standard Error: 35_223 + .saturating_add(Weight::from_ref_time(15_779_227).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(2800).saturating_mul(r.into())) @@ -3078,12 +3082,12 @@ impl WeightInfo for () { fn seal_debug_message_per_kb(i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `125824` - // Estimated: `265128` - // Minimum execution time: 501_014 nanoseconds. - Weight::from_ref_time(505_634_218) - .saturating_add(Weight::from_proof_size(265128)) - // Standard Error: 2_441 - .saturating_add(Weight::from_ref_time(819_257).saturating_mul(i.into())) + // Estimated: `270078` + // Minimum execution time: 652_916 nanoseconds. + Weight::from_ref_time(659_361_903) + .saturating_add(Weight::from_proof_size(270078)) + // Standard Error: 2_164 + .saturating_add(Weight::from_ref_time(826_413).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -3094,11 +3098,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `911 + r * (23420 ±0)` // Estimated: `911 + r * (23418 ±0)` - // Minimum execution time: 375_301 nanoseconds. - Weight::from_ref_time(291_498_841) + // Minimum execution time: 512_599 nanoseconds. + Weight::from_ref_time(429_265_827) .saturating_add(Weight::from_proof_size(911)) - // Standard Error: 809_989 - .saturating_add(Weight::from_ref_time(464_550_291).saturating_mul(r.into())) + // Standard Error: 873_075 + .saturating_add(Weight::from_ref_time(505_719_494).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((80_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -3112,11 +3116,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `12672 + n * (11945 ±0)` // Estimated: `8529 + n * (12814 ±61)` - // Minimum execution time: 506_318 nanoseconds. - Weight::from_ref_time(676_935_313) + // Minimum execution time: 658_614 nanoseconds. + Weight::from_ref_time(851_569_584) .saturating_add(Weight::from_proof_size(8529)) - // Standard Error: 1_589_291 - .saturating_add(Weight::from_ref_time(97_839_399).saturating_mul(n.into())) + // Standard Error: 1_765_585 + .saturating_add(Weight::from_ref_time(110_716_431).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(52_u64)) .saturating_add(RocksDbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(50_u64)) @@ -3130,11 +3134,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `15170 + n * (175775 ±0)` // Estimated: `9914 + n * (176858 ±74)` - // Minimum execution time: 506_148 nanoseconds. - Weight::from_ref_time(648_278_778) + // Minimum execution time: 659_311 nanoseconds. + Weight::from_ref_time(816_397_269) .saturating_add(Weight::from_proof_size(9914)) - // Standard Error: 1_343_586 - .saturating_add(Weight::from_ref_time(65_789_595).saturating_mul(n.into())) + // Standard Error: 1_401_646 + .saturating_add(Weight::from_ref_time(66_856_197).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(51_u64)) .saturating_add(RocksDbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(49_u64)) @@ -3148,11 +3152,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `903 + r * (23099 ±0)` // Estimated: `908 + r * (23099 ±0)` - // Minimum execution time: 374_344 nanoseconds. - Weight::from_ref_time(293_272_061) + // Minimum execution time: 511_421 nanoseconds. + Weight::from_ref_time(432_372_426) .saturating_add(Weight::from_proof_size(908)) - // Standard Error: 810_412 - .saturating_add(Weight::from_ref_time(453_315_956).saturating_mul(r.into())) + // Standard Error: 919_813 + .saturating_add(Weight::from_ref_time(494_728_555).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((80_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -3166,11 +3170,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `14895 + n * (175768 ±0)` // Estimated: `9551 + n * (176867 ±75)` - // Minimum execution time: 478_564 nanoseconds. - Weight::from_ref_time(630_839_142) + // Minimum execution time: 629_133 nanoseconds. + Weight::from_ref_time(802_887_959) .saturating_add(Weight::from_proof_size(9551)) - // Standard Error: 1_427_520 - .saturating_add(Weight::from_ref_time(66_813_592).saturating_mul(n.into())) + // Standard Error: 1_546_192 + .saturating_add(Weight::from_ref_time(68_235_026).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(51_u64)) .saturating_add(RocksDbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(48_u64)) @@ -3184,11 +3188,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `896 + r * (23744 ±0)` // Estimated: `909 + r * (23740 ±0)` - // Minimum execution time: 374_479 nanoseconds. - Weight::from_ref_time(311_839_315) + // Minimum execution time: 512_553 nanoseconds. + Weight::from_ref_time(434_575_247) .saturating_add(Weight::from_proof_size(909)) - // Standard Error: 666_553 - .saturating_add(Weight::from_ref_time(371_213_042).saturating_mul(r.into())) + // Standard Error: 845_102 + .saturating_add(Weight::from_ref_time(415_855_547).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((80_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -3201,11 +3205,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `15501 + n * (175775 ±0)` // Estimated: `10042 + n * (176900 ±76)` - // Minimum execution time: 460_639 nanoseconds. - Weight::from_ref_time(591_187_094) + // Minimum execution time: 610_378 nanoseconds. + Weight::from_ref_time(763_622_997) .saturating_add(Weight::from_proof_size(10042)) - // Standard Error: 1_233_792 - .saturating_add(Weight::from_ref_time(160_874_477).saturating_mul(n.into())) + // Standard Error: 1_396_917 + .saturating_add(Weight::from_ref_time(173_019_235).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(51_u64)) .saturating_add(RocksDbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -3218,11 +3222,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `914 + r * (23098 ±0)` // Estimated: `920 + r * (23098 ±0)` - // Minimum execution time: 374_272 nanoseconds. - Weight::from_ref_time(311_446_269) + // Minimum execution time: 512_001 nanoseconds. + Weight::from_ref_time(443_344_671) .saturating_add(Weight::from_proof_size(920)) - // Standard Error: 630_307 - .saturating_add(Weight::from_ref_time(357_134_931).saturating_mul(r.into())) + // Standard Error: 720_844 + .saturating_add(Weight::from_ref_time(395_833_314).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((80_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -3235,11 +3239,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `14839 + n * (175789 ±0)` // Estimated: `9532 + n * (176874 ±75)` - // Minimum execution time: 456_013 nanoseconds. - Weight::from_ref_time(575_116_352) + // Minimum execution time: 607_343 nanoseconds. + Weight::from_ref_time(746_393_299) .saturating_add(Weight::from_proof_size(9532)) - // Standard Error: 1_122_298 - .saturating_add(Weight::from_ref_time(61_786_107).saturating_mul(n.into())) + // Standard Error: 1_254_279 + .saturating_add(Weight::from_ref_time(63_296_903).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(51_u64)) .saturating_add(RocksDbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -3252,11 +3256,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `911 + r * (23740 ±0)` // Estimated: `913 + r * (23739 ±0)` - // Minimum execution time: 374_621 nanoseconds. - Weight::from_ref_time(299_689_489) + // Minimum execution time: 511_798 nanoseconds. + Weight::from_ref_time(422_364_867) .saturating_add(Weight::from_proof_size(913)) - // Standard Error: 757_735 - .saturating_add(Weight::from_ref_time(465_213_246).saturating_mul(r.into())) + // Standard Error: 926_773 + .saturating_add(Weight::from_ref_time(512_868_112).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((80_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -3270,11 +3274,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `15502 + n * (175775 ±0)` // Estimated: `10042 + n * (176898 ±76)` - // Minimum execution time: 481_980 nanoseconds. - Weight::from_ref_time(647_289_053) + // Minimum execution time: 633_649 nanoseconds. + Weight::from_ref_time(819_812_254) .saturating_add(Weight::from_proof_size(10042)) - // Standard Error: 1_556_155 - .saturating_add(Weight::from_ref_time(166_592_657).saturating_mul(n.into())) + // Standard Error: 1_675_475 + .saturating_add(Weight::from_ref_time(178_367_473).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(51_u64)) .saturating_add(RocksDbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(48_u64)) @@ -3295,12 +3299,12 @@ impl WeightInfo for () { fn seal_transfer(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1457 + r * (3604 ±0)` - // Estimated: `21583 + r * (216101 ±0)` - // Minimum execution time: 374_962 nanoseconds. - Weight::from_ref_time(313_416_386) - .saturating_add(Weight::from_proof_size(21583)) - // Standard Error: 710_675 - .saturating_add(Weight::from_ref_time(1_396_551_156).saturating_mul(r.into())) + // Estimated: `26533 + r * (216101 ±0)` + // Minimum execution time: 513_420 nanoseconds. + Weight::from_ref_time(474_640_322) + .saturating_add(Weight::from_proof_size(26533)) + // Standard Error: 654_898 + .saturating_add(Weight::from_ref_time(1_668_461_592).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().reads((80_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(4_u64)) @@ -3321,12 +3325,12 @@ impl WeightInfo for () { fn seal_call(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1609 + r * (23073 ±0)` - // Estimated: `22098 + r * (511456 ±1)` - // Minimum execution time: 375_916 nanoseconds. - Weight::from_ref_time(376_468_000) - .saturating_add(Weight::from_proof_size(22098)) - // Standard Error: 7_246_855 - .saturating_add(Weight::from_ref_time(28_982_425_139).saturating_mul(r.into())) + // Estimated: `27048 + r * (511456 ±5)` + // Minimum execution time: 512_509 nanoseconds. + Weight::from_ref_time(513_700_000) + .saturating_add(Weight::from_proof_size(27048)) + // Standard Error: 8_127_991 + .saturating_add(Weight::from_ref_time(39_867_758_682).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().reads((160_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -3347,12 +3351,12 @@ impl WeightInfo for () { fn seal_delegate_call(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + r * (71670 ±0)` - // Estimated: `17285 + r * (659930 ±563)` - // Minimum execution time: 375_412 nanoseconds. - Weight::from_ref_time(376_493_000) - .saturating_add(Weight::from_proof_size(17285)) - // Standard Error: 8_239_575 - .saturating_add(Weight::from_ref_time(28_716_347_183).saturating_mul(r.into())) + // Estimated: `22235 + r * (659930 ±563)` + // Minimum execution time: 512_892 nanoseconds. + Weight::from_ref_time(514_069_000) + .saturating_add(Weight::from_proof_size(22235)) + // Standard Error: 9_123_820 + .saturating_add(Weight::from_ref_time(39_531_006_303).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((150_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -3374,14 +3378,14 @@ impl WeightInfo for () { fn seal_call_per_transfer_clone_kb(t: u32, c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `24269 + t * (16910 ±0)` - // Estimated: `532690 + t * (285025 ±0)` - // Minimum execution time: 10_443_315 nanoseconds. - Weight::from_ref_time(9_342_574_069) - .saturating_add(Weight::from_proof_size(532690)) - // Standard Error: 7_237_279 - .saturating_add(Weight::from_ref_time(1_390_221_936).saturating_mul(t.into())) - // Standard Error: 10_851 - .saturating_add(Weight::from_ref_time(9_842_151).saturating_mul(c.into())) + // Estimated: `537640 + t * (285025 ±0)` + // Minimum execution time: 12_096_188 nanoseconds. + Weight::from_ref_time(10_757_545_065) + .saturating_add(Weight::from_proof_size(537640)) + // Standard Error: 8_768_536 + .saturating_add(Weight::from_ref_time(1_579_778_861).saturating_mul(t.into())) + // Standard Error: 13_147 + .saturating_add(Weight::from_ref_time(9_979_365).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(167_u64)) .saturating_add(RocksDbWeight::get().reads((81_u64).saturating_mul(t.into()))) .saturating_add(RocksDbWeight::get().writes(163_u64)) @@ -3406,12 +3410,12 @@ impl WeightInfo for () { fn seal_instantiate(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1775 + r * (25568 ±0)` - // Estimated: `26563 + r * (1367114 ±2)` - // Minimum execution time: 376_418 nanoseconds. - Weight::from_ref_time(377_292_000) - .saturating_add(Weight::from_proof_size(26563)) - // Standard Error: 32_312_545 - .saturating_add(Weight::from_ref_time(35_904_826_312).saturating_mul(r.into())) + // Estimated: `33493 + r * (1367114 ±1)` + // Minimum execution time: 515_198 nanoseconds. + Weight::from_ref_time(516_277_000) + .saturating_add(Weight::from_proof_size(33493)) + // Standard Error: 33_376_535 + .saturating_add(Weight::from_ref_time(47_827_939_682).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().reads((480_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(5_u64)) @@ -3438,16 +3442,16 @@ impl WeightInfo for () { fn seal_instantiate_per_transfer_input_salt_kb(t: u32, i: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `5785 + t * (33 ±0)` - // Estimated: `850985 + t * (2671 ±3)` - // Minimum execution time: 132_157_340 nanoseconds. - Weight::from_ref_time(11_329_968_948) - .saturating_add(Weight::from_proof_size(850985)) - // Standard Error: 99_102_968 - .saturating_add(Weight::from_ref_time(84_719_458).saturating_mul(t.into())) - // Standard Error: 161_609 - .saturating_add(Weight::from_ref_time(126_156_627).saturating_mul(i.into())) - // Standard Error: 161_609 - .saturating_add(Weight::from_ref_time(126_628_313).saturating_mul(s.into())) + // Estimated: `857915 + t * (2671 ±3)` + // Minimum execution time: 140_793_078 nanoseconds. + Weight::from_ref_time(12_987_949_867) + .saturating_add(Weight::from_proof_size(857915)) + // Standard Error: 107_466_729 + .saturating_add(Weight::from_ref_time(57_247_108).saturating_mul(t.into())) + // Standard Error: 175_248 + .saturating_add(Weight::from_ref_time(133_439_172).saturating_mul(i.into())) + // Standard Error: 175_248 + .saturating_add(Weight::from_ref_time(133_850_603).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(329_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(t.into()))) .saturating_add(RocksDbWeight::get().writes(326_u64)) @@ -3468,12 +3472,12 @@ impl WeightInfo for () { fn seal_hash_sha2_256(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `871 + r * (642 ±0)` - // Estimated: `17225 + r * (3210 ±0)` - // Minimum execution time: 373_559 nanoseconds. - Weight::from_ref_time(375_166_904) - .saturating_add(Weight::from_proof_size(17225)) - // Standard Error: 125_024 - .saturating_add(Weight::from_ref_time(42_291_595).saturating_mul(r.into())) + // Estimated: `22175 + r * (3210 ±0)` + // Minimum execution time: 509_707 nanoseconds. + Weight::from_ref_time(517_832_302) + .saturating_add(Weight::from_proof_size(22175)) + // Standard Error: 2_597_507 + .saturating_add(Weight::from_ref_time(43_298_997).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(3210).saturating_mul(r.into())) @@ -3492,12 +3496,12 @@ impl WeightInfo for () { fn seal_hash_sha2_256_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1673` - // Estimated: `21160` - // Minimum execution time: 416_233 nanoseconds. - Weight::from_ref_time(416_785_000) - .saturating_add(Weight::from_proof_size(21160)) - // Standard Error: 56_223 - .saturating_add(Weight::from_ref_time(324_513_835).saturating_mul(n.into())) + // Estimated: `26110` + // Minimum execution time: 556_839 nanoseconds. + Weight::from_ref_time(557_287_000) + .saturating_add(Weight::from_proof_size(26110)) + // Standard Error: 92_375 + .saturating_add(Weight::from_ref_time(330_646_646).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -3515,12 +3519,12 @@ impl WeightInfo for () { fn seal_hash_keccak_256(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `873 + r * (642 ±0)` - // Estimated: `17235 + r * (3210 ±0)` - // Minimum execution time: 371_735 nanoseconds. - Weight::from_ref_time(375_979_430) - .saturating_add(Weight::from_proof_size(17235)) - // Standard Error: 968_037 - .saturating_add(Weight::from_ref_time(57_780_769).saturating_mul(r.into())) + // Estimated: `22185 + r * (3210 ±0)` + // Minimum execution time: 509_591 nanoseconds. + Weight::from_ref_time(513_142_242) + .saturating_add(Weight::from_proof_size(22185)) + // Standard Error: 821_337 + .saturating_add(Weight::from_ref_time(63_782_157).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(3210).saturating_mul(r.into())) @@ -3539,12 +3543,12 @@ impl WeightInfo for () { fn seal_hash_keccak_256_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1675` - // Estimated: `21205` - // Minimum execution time: 428_196 nanoseconds. - Weight::from_ref_time(429_438_000) - .saturating_add(Weight::from_proof_size(21205)) - // Standard Error: 57_860 - .saturating_add(Weight::from_ref_time(260_917_896).saturating_mul(n.into())) + // Estimated: `26155` + // Minimum execution time: 571_229 nanoseconds. + Weight::from_ref_time(571_884_000) + .saturating_add(Weight::from_proof_size(26155)) + // Standard Error: 76_552 + .saturating_add(Weight::from_ref_time(266_750_331).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -3562,12 +3566,12 @@ impl WeightInfo for () { fn seal_hash_blake2_256(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `873 + r * (642 ±0)` - // Estimated: `17235 + r * (3210 ±0)` - // Minimum execution time: 371_412 nanoseconds. - Weight::from_ref_time(373_635_818) - .saturating_add(Weight::from_proof_size(17235)) - // Standard Error: 222_973 - .saturating_add(Weight::from_ref_time(33_347_181).saturating_mul(r.into())) + // Estimated: `22185 + r * (3210 ±0)` + // Minimum execution time: 508_874 nanoseconds. + Weight::from_ref_time(514_663_844) + .saturating_add(Weight::from_proof_size(22185)) + // Standard Error: 2_268_011 + .saturating_add(Weight::from_ref_time(45_512_555).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(3210).saturating_mul(r.into())) @@ -3586,12 +3590,12 @@ impl WeightInfo for () { fn seal_hash_blake2_256_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1675` - // Estimated: `21180` - // Minimum execution time: 405_858 nanoseconds. - Weight::from_ref_time(406_498_000) - .saturating_add(Weight::from_proof_size(21180)) - // Standard Error: 48_388 - .saturating_add(Weight::from_ref_time(103_283_157).saturating_mul(n.into())) + // Estimated: `26130` + // Minimum execution time: 548_409 nanoseconds. + Weight::from_ref_time(548_988_000) + .saturating_add(Weight::from_proof_size(26130)) + // Standard Error: 78_779 + .saturating_add(Weight::from_ref_time(109_284_399).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -3609,12 +3613,12 @@ impl WeightInfo for () { fn seal_hash_blake2_128(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `873 + r * (679 ±0)` - // Estimated: `17235 + r * (3395 ±0)` - // Minimum execution time: 371_746 nanoseconds. - Weight::from_ref_time(373_538_171) - .saturating_add(Weight::from_proof_size(17235)) - // Standard Error: 387_332 - .saturating_add(Weight::from_ref_time(35_933_528).saturating_mul(r.into())) + // Estimated: `22185 + r * (3395 ±0)` + // Minimum execution time: 508_685 nanoseconds. + Weight::from_ref_time(513_927_981) + .saturating_add(Weight::from_proof_size(22185)) + // Standard Error: 1_817_590 + .saturating_add(Weight::from_ref_time(38_223_318).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(3395).saturating_mul(r.into())) @@ -3633,12 +3637,12 @@ impl WeightInfo for () { fn seal_hash_blake2_128_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1675` - // Estimated: `21225` - // Minimum execution time: 405_752 nanoseconds. - Weight::from_ref_time(406_417_000) - .saturating_add(Weight::from_proof_size(21225)) - // Standard Error: 47_051 - .saturating_add(Weight::from_ref_time(103_325_027).saturating_mul(n.into())) + // Estimated: `26175` + // Minimum execution time: 547_632 nanoseconds. + Weight::from_ref_time(548_103_000) + .saturating_add(Weight::from_proof_size(26175)) + // Standard Error: 80_667 + .saturating_add(Weight::from_ref_time(109_251_398).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -3656,12 +3660,12 @@ impl WeightInfo for () { fn seal_ecdsa_recover(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `917 + r * (6083 ±0)` - // Estimated: `17455 + r * (30415 ±0)` - // Minimum execution time: 373_882 nanoseconds. - Weight::from_ref_time(376_553_787) - .saturating_add(Weight::from_proof_size(17455)) - // Standard Error: 912_833 - .saturating_add(Weight::from_ref_time(3_021_100_412).saturating_mul(r.into())) + // Estimated: `22405 + r * (30415 ±0)` + // Minimum execution time: 511_174 nanoseconds. + Weight::from_ref_time(517_826_273) + .saturating_add(Weight::from_proof_size(22405)) + // Standard Error: 2_913_645 + .saturating_add(Weight::from_ref_time(3_007_215_426).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(30415).saturating_mul(r.into())) @@ -3680,12 +3684,12 @@ impl WeightInfo for () { fn seal_ecdsa_to_eth_address(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `886 + r * (3362 ±0)` - // Estimated: `17300 + r * (16810 ±0)` - // Minimum execution time: 373_673 nanoseconds. - Weight::from_ref_time(375_712_961) - .saturating_add(Weight::from_proof_size(17300)) - // Standard Error: 596_297 - .saturating_add(Weight::from_ref_time(738_257_638).saturating_mul(r.into())) + // Estimated: `22250 + r * (16810 ±0)` + // Minimum execution time: 511_080 nanoseconds. + Weight::from_ref_time(517_991_759) + .saturating_add(Weight::from_proof_size(22250)) + // Standard Error: 2_821_498 + .saturating_add(Weight::from_ref_time(759_770_940).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(16810).saturating_mul(r.into())) @@ -3706,12 +3710,12 @@ impl WeightInfo for () { fn seal_set_code_hash(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + r * (79300 ±0)` - // Estimated: `64844 + r * (942952 ±833)` - // Minimum execution time: 374_097 nanoseconds. - Weight::from_ref_time(374_985_000) - .saturating_add(Weight::from_proof_size(64844)) - // Standard Error: 3_772_336 - .saturating_add(Weight::from_ref_time(1_546_402_854).saturating_mul(r.into())) + // Estimated: `70784 + r * (942952 ±573)` + // Minimum execution time: 511_289 nanoseconds. + Weight::from_ref_time(512_368_000) + .saturating_add(Weight::from_proof_size(70784)) + // Standard Error: 3_750_637 + .saturating_add(Weight::from_ref_time(1_737_614_968).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((225_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -3732,12 +3736,12 @@ impl WeightInfo for () { fn seal_reentrance_count(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `869 + r * (240 ±0)` - // Estimated: `17215 + r * (1200 ±0)` - // Minimum execution time: 374_249 nanoseconds. - Weight::from_ref_time(377_990_998) - .saturating_add(Weight::from_proof_size(17215)) - // Standard Error: 38_133 - .saturating_add(Weight::from_ref_time(11_483_273).saturating_mul(r.into())) + // Estimated: `22165 + r * (1200 ±0)` + // Minimum execution time: 510_919 nanoseconds. + Weight::from_ref_time(520_052_636) + .saturating_add(Weight::from_proof_size(22165)) + // Standard Error: 85_053 + .saturating_add(Weight::from_ref_time(12_181_312).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(1200).saturating_mul(r.into())) @@ -3756,12 +3760,12 @@ impl WeightInfo for () { fn seal_account_reentrance_count(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `2102 + r * (3154 ±0)` - // Estimated: `21980 + r * (15875 ±2)` - // Minimum execution time: 375_552 nanoseconds. - Weight::from_ref_time(400_624_032) - .saturating_add(Weight::from_proof_size(21980)) - // Standard Error: 82_523 - .saturating_add(Weight::from_ref_time(18_057_327).saturating_mul(r.into())) + // Estimated: `26930 + r * (15875 ±2)` + // Minimum execution time: 512_915 nanoseconds. + Weight::from_ref_time(536_286_741) + .saturating_add(Weight::from_proof_size(26930)) + // Standard Error: 86_469 + .saturating_add(Weight::from_ref_time(18_935_680).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(15875).saturating_mul(r.into())) @@ -3782,12 +3786,12 @@ impl WeightInfo for () { fn seal_instantiation_nonce(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `872 + r * (240 ±0)` - // Estimated: `18598 + r * (1440 ±0)` - // Minimum execution time: 373_899 nanoseconds. - Weight::from_ref_time(379_733_943) - .saturating_add(Weight::from_proof_size(18598)) - // Standard Error: 32_022 - .saturating_add(Weight::from_ref_time(9_381_180).saturating_mul(r.into())) + // Estimated: `24538 + r * (1440 ±0)` + // Minimum execution time: 510_771 nanoseconds. + Weight::from_ref_time(520_200_899) + .saturating_add(Weight::from_proof_size(24538)) + // Standard Error: 67_583 + .saturating_add(Weight::from_ref_time(9_672_336).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_proof_size(1440).saturating_mul(r.into())) @@ -3797,571 +3801,571 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 834 nanoseconds. - Weight::from_ref_time(1_009_646) + // Minimum execution time: 1_105 nanoseconds. + Weight::from_ref_time(1_375_270) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 388 - .saturating_add(Weight::from_ref_time(411_979).saturating_mul(r.into())) + // Standard Error: 166 + .saturating_add(Weight::from_ref_time(530_865).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64load(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 882 nanoseconds. - Weight::from_ref_time(1_416_377) + // Minimum execution time: 1_269 nanoseconds. + Weight::from_ref_time(1_835_486) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 1_133 - .saturating_add(Weight::from_ref_time(1_075_838).saturating_mul(r.into())) + // Standard Error: 10_120 + .saturating_add(Weight::from_ref_time(1_146_604).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64store(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 878 nanoseconds. - Weight::from_ref_time(1_343_056) + // Minimum execution time: 1_290 nanoseconds. + Weight::from_ref_time(1_777_302) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 426 - .saturating_add(Weight::from_ref_time(1_001_214).saturating_mul(r.into())) + // Standard Error: 428 + .saturating_add(Weight::from_ref_time(1_213_395).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_select(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 796 nanoseconds. - Weight::from_ref_time(1_079_086) + // Minimum execution time: 1_111 nanoseconds. + Weight::from_ref_time(1_459_320) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 409 - .saturating_add(Weight::from_ref_time(1_149_188).saturating_mul(r.into())) + // Standard Error: 253 + .saturating_add(Weight::from_ref_time(1_468_086).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_if(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 800 nanoseconds. - Weight::from_ref_time(1_044_184) + // Minimum execution time: 1_071 nanoseconds. + Weight::from_ref_time(1_275_557) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 707 - .saturating_add(Weight::from_ref_time(1_315_686).saturating_mul(r.into())) + // Standard Error: 798 + .saturating_add(Weight::from_ref_time(1_783_672).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_br(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 807 nanoseconds. - Weight::from_ref_time(1_049_633) + // Minimum execution time: 1_093 nanoseconds. + Weight::from_ref_time(1_350_880) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 361 - .saturating_add(Weight::from_ref_time(640_530).saturating_mul(r.into())) + // Standard Error: 268 + .saturating_add(Weight::from_ref_time(752_891).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_br_if(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 774 nanoseconds. - Weight::from_ref_time(1_124_053) + // Minimum execution time: 1_061 nanoseconds. + Weight::from_ref_time(1_234_716) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 784 - .saturating_add(Weight::from_ref_time(949_398).saturating_mul(r.into())) + // Standard Error: 1_020 + .saturating_add(Weight::from_ref_time(1_102_728).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_br_table(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 810 nanoseconds. - Weight::from_ref_time(676_581) + // Minimum execution time: 1_143 nanoseconds. + Weight::from_ref_time(1_026_606) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 2_356 - .saturating_add(Weight::from_ref_time(1_163_465).saturating_mul(r.into())) + // Standard Error: 1_801 + .saturating_add(Weight::from_ref_time(1_431_945).saturating_mul(r.into())) } /// The range of component `e` is `[1, 256]`. fn instr_br_table_per_entry(e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_580 nanoseconds. - Weight::from_ref_time(2_835_656) + // Minimum execution time: 3_209 nanoseconds. + Weight::from_ref_time(3_532_593) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 71 - .saturating_add(Weight::from_ref_time(4_686).saturating_mul(e.into())) + // Standard Error: 55 + .saturating_add(Weight::from_ref_time(3_647).saturating_mul(e.into())) } /// The range of component `r` is `[0, 50]`. fn instr_call(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 826 nanoseconds. - Weight::from_ref_time(1_625_698) + // Minimum execution time: 1_113 nanoseconds. + Weight::from_ref_time(1_920_706) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 1_740 - .saturating_add(Weight::from_ref_time(2_332_187).saturating_mul(r.into())) + // Standard Error: 2_355 + .saturating_add(Weight::from_ref_time(3_099_871).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_call_indirect(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 901 nanoseconds. - Weight::from_ref_time(2_338_620) + // Minimum execution time: 1_252 nanoseconds. + Weight::from_ref_time(2_661_423) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 1_642 - .saturating_add(Weight::from_ref_time(2_924_090).saturating_mul(r.into())) + // Standard Error: 1_746 + .saturating_add(Weight::from_ref_time(4_057_754).saturating_mul(r.into())) } /// The range of component `p` is `[0, 128]`. fn instr_call_indirect_per_param(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_670 nanoseconds. - Weight::from_ref_time(5_556_246) + // Minimum execution time: 6_091 nanoseconds. + Weight::from_ref_time(6_742_634) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 1_491 - .saturating_add(Weight::from_ref_time(228_965).saturating_mul(p.into())) + // Standard Error: 835 + .saturating_add(Weight::from_ref_time(365_515).saturating_mul(p.into())) } /// The range of component `l` is `[0, 1024]`. fn instr_call_per_local(l: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_099 nanoseconds. - Weight::from_ref_time(3_896_177) + // Minimum execution time: 4_192 nanoseconds. + Weight::from_ref_time(5_069_062) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 99 - .saturating_add(Weight::from_ref_time(91_304).saturating_mul(l.into())) + // Standard Error: 144 + .saturating_add(Weight::from_ref_time(136_566).saturating_mul(l.into())) } /// The range of component `r` is `[0, 50]`. fn instr_local_get(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_042 nanoseconds. - Weight::from_ref_time(3_334_621) + // Minimum execution time: 4_340 nanoseconds. + Weight::from_ref_time(4_462_385) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 793 - .saturating_add(Weight::from_ref_time(459_346).saturating_mul(r.into())) + // Standard Error: 162 + .saturating_add(Weight::from_ref_time(523_495).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_local_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_968 nanoseconds. - Weight::from_ref_time(3_235_286) + // Minimum execution time: 4_216 nanoseconds. + Weight::from_ref_time(4_491_140) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 427 - .saturating_add(Weight::from_ref_time(485_454).saturating_mul(r.into())) + // Standard Error: 290 + .saturating_add(Weight::from_ref_time(556_335).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_local_tee(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_012 nanoseconds. - Weight::from_ref_time(3_303_555) + // Minimum execution time: 4_210 nanoseconds. + Weight::from_ref_time(4_489_489) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 371 - .saturating_add(Weight::from_ref_time(657_811).saturating_mul(r.into())) + // Standard Error: 342 + .saturating_add(Weight::from_ref_time(741_046).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_global_get(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 865 nanoseconds. - Weight::from_ref_time(1_249_987) + // Minimum execution time: 1_207 nanoseconds. + Weight::from_ref_time(1_556_747) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 417 - .saturating_add(Weight::from_ref_time(896_704).saturating_mul(r.into())) + // Standard Error: 782 + .saturating_add(Weight::from_ref_time(1_018_517).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_global_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 866 nanoseconds. - Weight::from_ref_time(1_216_218) + // Minimum execution time: 1_251 nanoseconds. + Weight::from_ref_time(1_486_704) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 503 - .saturating_add(Weight::from_ref_time(919_719).saturating_mul(r.into())) + // Standard Error: 859 + .saturating_add(Weight::from_ref_time(1_005_720).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_memory_current(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 921 nanoseconds. - Weight::from_ref_time(1_228_408) + // Minimum execution time: 1_246 nanoseconds. + Weight::from_ref_time(1_458_221) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 309 - .saturating_add(Weight::from_ref_time(813_007).saturating_mul(r.into())) + // Standard Error: 334 + .saturating_add(Weight::from_ref_time(901_145).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn instr_memory_grow(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 820 nanoseconds. - Weight::from_ref_time(914_830) + // Minimum execution time: 1_115 nanoseconds. + Weight::from_ref_time(1_246_122) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 6_018 - .saturating_add(Weight::from_ref_time(237_062_769).saturating_mul(r.into())) + // Standard Error: 6_104 + .saturating_add(Weight::from_ref_time(291_043_377).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64clz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 812 nanoseconds. - Weight::from_ref_time(1_554_406) + // Minimum execution time: 1_097 nanoseconds. + Weight::from_ref_time(1_368_579) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 9_979 - .saturating_add(Weight::from_ref_time(625_434).saturating_mul(r.into())) + // Standard Error: 178 + .saturating_add(Weight::from_ref_time(748_305).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ctz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 798 nanoseconds. - Weight::from_ref_time(1_095_113) + // Minimum execution time: 1_098 nanoseconds. + Weight::from_ref_time(1_400_247) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 243 - .saturating_add(Weight::from_ref_time(634_204).saturating_mul(r.into())) + // Standard Error: 387 + .saturating_add(Weight::from_ref_time(729_071).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64popcnt(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 792 nanoseconds. - Weight::from_ref_time(1_109_845) + // Minimum execution time: 1_077 nanoseconds. + Weight::from_ref_time(1_369_485) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 14_944 - .saturating_add(Weight::from_ref_time(658_834).saturating_mul(r.into())) + // Standard Error: 281 + .saturating_add(Weight::from_ref_time(721_117).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64eqz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 815 nanoseconds. - Weight::from_ref_time(1_068_916) + // Minimum execution time: 1_087 nanoseconds. + Weight::from_ref_time(1_365_226) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 327 - .saturating_add(Weight::from_ref_time(652_897).saturating_mul(r.into())) + // Standard Error: 202 + .saturating_add(Weight::from_ref_time(751_865).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extendsi32(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 798 nanoseconds. - Weight::from_ref_time(1_069_745) + // Minimum execution time: 1_045 nanoseconds. + Weight::from_ref_time(1_365_552) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 306 - .saturating_add(Weight::from_ref_time(618_481).saturating_mul(r.into())) + // Standard Error: 316 + .saturating_add(Weight::from_ref_time(719_008).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extendui32(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 799 nanoseconds. - Weight::from_ref_time(1_398_001) + // Minimum execution time: 1_142 nanoseconds. + Weight::from_ref_time(1_234_121) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 6_234 - .saturating_add(Weight::from_ref_time(611_399).saturating_mul(r.into())) + // Standard Error: 827 + .saturating_add(Weight::from_ref_time(730_587).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32wrapi64(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 811 nanoseconds. - Weight::from_ref_time(1_098_083) + // Minimum execution time: 1_119 nanoseconds. + Weight::from_ref_time(1_416_466) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 297 - .saturating_add(Weight::from_ref_time(617_692).saturating_mul(r.into())) + // Standard Error: 196 + .saturating_add(Weight::from_ref_time(717_531).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64eq(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 815 nanoseconds. - Weight::from_ref_time(1_046_922) + // Minimum execution time: 1_085 nanoseconds. + Weight::from_ref_time(1_397_718) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 335 - .saturating_add(Weight::from_ref_time(909_196).saturating_mul(r.into())) + // Standard Error: 387 + .saturating_add(Weight::from_ref_time(1_150_462).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ne(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 805 nanoseconds. - Weight::from_ref_time(1_093_667) + // Minimum execution time: 1_098 nanoseconds. + Weight::from_ref_time(1_428_277) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 233 - .saturating_add(Weight::from_ref_time(907_378).saturating_mul(r.into())) + // Standard Error: 266 + .saturating_add(Weight::from_ref_time(1_149_357).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64lts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 805 nanoseconds. - Weight::from_ref_time(1_290_591) + // Minimum execution time: 1_085 nanoseconds. + Weight::from_ref_time(1_409_960) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 3_201 - .saturating_add(Weight::from_ref_time(902_006).saturating_mul(r.into())) + // Standard Error: 267 + .saturating_add(Weight::from_ref_time(1_149_829).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ltu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 783 nanoseconds. - Weight::from_ref_time(1_159_977) + // Minimum execution time: 1_040 nanoseconds. + Weight::from_ref_time(1_397_297) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 2_310 - .saturating_add(Weight::from_ref_time(906_489).saturating_mul(r.into())) + // Standard Error: 205 + .saturating_add(Weight::from_ref_time(1_165_117).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64gts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 790 nanoseconds. - Weight::from_ref_time(1_109_719) + // Minimum execution time: 1_087 nanoseconds. + Weight::from_ref_time(1_426_864) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 261 - .saturating_add(Weight::from_ref_time(906_614).saturating_mul(r.into())) + // Standard Error: 272 + .saturating_add(Weight::from_ref_time(1_159_655).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64gtu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 776 nanoseconds. - Weight::from_ref_time(1_076_567) + // Minimum execution time: 1_074 nanoseconds. + Weight::from_ref_time(1_479_287) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 348 - .saturating_add(Weight::from_ref_time(919_374).saturating_mul(r.into())) + // Standard Error: 380 + .saturating_add(Weight::from_ref_time(1_161_275).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64les(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 780 nanoseconds. - Weight::from_ref_time(1_069_663) + // Minimum execution time: 1_066 nanoseconds. + Weight::from_ref_time(1_383_446) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 265 - .saturating_add(Weight::from_ref_time(908_037).saturating_mul(r.into())) + // Standard Error: 200 + .saturating_add(Weight::from_ref_time(1_160_687).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64leu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 832 nanoseconds. - Weight::from_ref_time(930_920) + // Minimum execution time: 1_059 nanoseconds. + Weight::from_ref_time(1_251_947) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 2_170 - .saturating_add(Weight::from_ref_time(929_811).saturating_mul(r.into())) + // Standard Error: 1_039 + .saturating_add(Weight::from_ref_time(1_174_430).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ges(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 787 nanoseconds. - Weight::from_ref_time(1_087_325) + // Minimum execution time: 1_115 nanoseconds. + Weight::from_ref_time(1_479_581) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 315 - .saturating_add(Weight::from_ref_time(908_321).saturating_mul(r.into())) + // Standard Error: 241 + .saturating_add(Weight::from_ref_time(1_158_113).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64geu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 798 nanoseconds. - Weight::from_ref_time(1_029_132) + // Minimum execution time: 1_083 nanoseconds. + Weight::from_ref_time(1_408_079) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 2_095 - .saturating_add(Weight::from_ref_time(913_553).saturating_mul(r.into())) + // Standard Error: 229 + .saturating_add(Weight::from_ref_time(1_161_923).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64add(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 791 nanoseconds. - Weight::from_ref_time(1_086_314) + // Minimum execution time: 1_088 nanoseconds. + Weight::from_ref_time(1_421_955) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 197 - .saturating_add(Weight::from_ref_time(896_392).saturating_mul(r.into())) + // Standard Error: 273 + .saturating_add(Weight::from_ref_time(1_119_299).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64sub(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 793 nanoseconds. - Weight::from_ref_time(1_078_172) + // Minimum execution time: 1_072 nanoseconds. + Weight::from_ref_time(1_399_341) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 404 - .saturating_add(Weight::from_ref_time(886_329).saturating_mul(r.into())) + // Standard Error: 284 + .saturating_add(Weight::from_ref_time(1_173_949).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64mul(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 799 nanoseconds. - Weight::from_ref_time(1_095_010) + // Minimum execution time: 1_052 nanoseconds. + Weight::from_ref_time(1_433_815) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 431 - .saturating_add(Weight::from_ref_time(886_513).saturating_mul(r.into())) + // Standard Error: 236 + .saturating_add(Weight::from_ref_time(1_122_360).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64divs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 810 nanoseconds. - Weight::from_ref_time(1_114_325) + // Minimum execution time: 1_095 nanoseconds. + Weight::from_ref_time(1_436_472) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 452 - .saturating_add(Weight::from_ref_time(1_521_849).saturating_mul(r.into())) + // Standard Error: 267 + .saturating_add(Weight::from_ref_time(1_643_917).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64divu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 784 nanoseconds. - Weight::from_ref_time(1_123_153) + // Minimum execution time: 1_100 nanoseconds. + Weight::from_ref_time(1_449_750) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 475 - .saturating_add(Weight::from_ref_time(1_457_746).saturating_mul(r.into())) + // Standard Error: 289 + .saturating_add(Weight::from_ref_time(1_586_310).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64rems(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 809 nanoseconds. - Weight::from_ref_time(1_145_906) + // Minimum execution time: 1_085 nanoseconds. + Weight::from_ref_time(1_446_705) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 718 - .saturating_add(Weight::from_ref_time(1_549_964).saturating_mul(r.into())) + // Standard Error: 260 + .saturating_add(Weight::from_ref_time(1_656_091).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64remu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 803 nanoseconds. - Weight::from_ref_time(1_110_328) + // Minimum execution time: 1_101 nanoseconds. + Weight::from_ref_time(1_337_859) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 627 - .saturating_add(Weight::from_ref_time(1_453_013).saturating_mul(r.into())) + // Standard Error: 1_829 + .saturating_add(Weight::from_ref_time(1_580_732).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64and(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 786 nanoseconds. - Weight::from_ref_time(1_108_792) + // Minimum execution time: 1_079 nanoseconds. + Weight::from_ref_time(1_430_123) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 286 - .saturating_add(Weight::from_ref_time(897_035).saturating_mul(r.into())) + // Standard Error: 240 + .saturating_add(Weight::from_ref_time(1_119_983).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64or(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 787 nanoseconds. - Weight::from_ref_time(830_000) + // Minimum execution time: 1_072 nanoseconds. + Weight::from_ref_time(1_425_301) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 15_995 - .saturating_add(Weight::from_ref_time(963_344).saturating_mul(r.into())) + // Standard Error: 252 + .saturating_add(Weight::from_ref_time(1_120_012).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64xor(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 773 nanoseconds. - Weight::from_ref_time(1_082_459) + // Minimum execution time: 1_076 nanoseconds. + Weight::from_ref_time(1_444_127) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 330 - .saturating_add(Weight::from_ref_time(897_077).saturating_mul(r.into())) + // Standard Error: 239 + .saturating_add(Weight::from_ref_time(1_119_358).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64shl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 810 nanoseconds. - Weight::from_ref_time(1_325_815) + // Minimum execution time: 1_075 nanoseconds. + Weight::from_ref_time(1_402_365) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 3_352 - .saturating_add(Weight::from_ref_time(899_555).saturating_mul(r.into())) + // Standard Error: 463 + .saturating_add(Weight::from_ref_time(1_172_446).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64shrs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 808 nanoseconds. - Weight::from_ref_time(1_085_903) + // Minimum execution time: 1_072 nanoseconds. + Weight::from_ref_time(1_405_807) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 430 - .saturating_add(Weight::from_ref_time(903_249).saturating_mul(r.into())) + // Standard Error: 242 + .saturating_add(Weight::from_ref_time(1_173_141).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64shru(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 792 nanoseconds. - Weight::from_ref_time(1_091_261) + // Minimum execution time: 1_098 nanoseconds. + Weight::from_ref_time(1_463_348) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 312 - .saturating_add(Weight::from_ref_time(902_245).saturating_mul(r.into())) + // Standard Error: 279 + .saturating_add(Weight::from_ref_time(1_169_478).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64rotl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 807 nanoseconds. - Weight::from_ref_time(1_121_052) + // Minimum execution time: 1_089 nanoseconds. + Weight::from_ref_time(1_426_817) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 506 - .saturating_add(Weight::from_ref_time(902_772).saturating_mul(r.into())) + // Standard Error: 212 + .saturating_add(Weight::from_ref_time(1_172_530).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64rotr(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 823 nanoseconds. - Weight::from_ref_time(1_317_597) + // Minimum execution time: 1_125 nanoseconds. + Weight::from_ref_time(1_447_828) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 6_219 - .saturating_add(Weight::from_ref_time(896_692).saturating_mul(r.into())) + // Standard Error: 272 + .saturating_add(Weight::from_ref_time(1_170_950).saturating_mul(r.into())) } } diff --git a/frame/conviction-voting/src/weights.rs b/frame/conviction-voting/src/weights.rs index a2f992b1f3a29..07e22508e359d 100644 --- a/frame/conviction-voting/src/weights.rs +++ b/frame/conviction-voting/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_conviction_voting //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_conviction_voting +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -73,9 +76,10 @@ impl WeightInfo for SubstrateWeight { fn vote_new() -> Weight { // Proof Size summary in bytes: // Measured: `13168` - // Estimated: `257859` - // Minimum execution time: 85_569 nanoseconds. - Weight::from_parts(86_492_000, 257859) + // Estimated: `262809` + // Minimum execution time: 94_727 nanoseconds. + Weight::from_ref_time(96_066_000) + .saturating_add(Weight::from_proof_size(262809)) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -92,9 +96,10 @@ impl WeightInfo for SubstrateWeight { fn vote_existing() -> Weight { // Proof Size summary in bytes: // Measured: `20342` - // Estimated: `257859` - // Minimum execution time: 212_727 nanoseconds. - Weight::from_parts(213_741_000, 257859) + // Estimated: `262809` + // Minimum execution time: 257_887 nanoseconds. + Weight::from_ref_time(259_172_000) + .saturating_add(Weight::from_proof_size(262809)) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -107,9 +112,10 @@ impl WeightInfo for SubstrateWeight { fn remove_vote() -> Weight { // Proof Size summary in bytes: // Measured: `20062` - // Estimated: `251551` - // Minimum execution time: 200_513 nanoseconds. - Weight::from_parts(201_589_000, 251551) + // Estimated: `254521` + // Minimum execution time: 247_005 nanoseconds. + Weight::from_ref_time(248_200_000) + .saturating_add(Weight::from_proof_size(254521)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -120,9 +126,10 @@ impl WeightInfo for SubstrateWeight { fn remove_other_vote() -> Weight { // Proof Size summary in bytes: // Measured: `12738` - // Estimated: `32557` - // Minimum execution time: 43_083 nanoseconds. - Weight::from_parts(43_763_000, 32557) + // Estimated: `34537` + // Minimum execution time: 47_997 nanoseconds. + Weight::from_ref_time(48_292_000) + .saturating_add(Weight::from_proof_size(34537)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -140,16 +147,17 @@ impl WeightInfo for SubstrateWeight { fn delegate(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `272 + r * (1689 ±0)` - // Estimated: `176657 + r * (110917 ±0)` - // Minimum execution time: 33_246 nanoseconds. - Weight::from_parts(34_560_391, 176657) - // Standard Error: 63_925 - .saturating_add(Weight::from_ref_time(34_500_408).saturating_mul(r.into())) + // Estimated: `180617 + r * (111908 ±0)` + // Minimum execution time: 37_902 nanoseconds. + Weight::from_ref_time(39_021_083) + .saturating_add(Weight::from_proof_size(180617)) + // Standard Error: 56_175 + .saturating_add(Weight::from_ref_time(40_980_716).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_proof_size(110917).saturating_mul(r.into())) + .saturating_add(Weight::from_proof_size(111908).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) @@ -161,16 +169,17 @@ impl WeightInfo for SubstrateWeight { fn undelegate(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `470 + r * (1407 ±0)` - // Estimated: `170349 + r * (110917 ±0)` - // Minimum execution time: 20_508 nanoseconds. - Weight::from_parts(21_240_024, 170349) - // Standard Error: 37_314 - .saturating_add(Weight::from_ref_time(30_890_875).saturating_mul(r.into())) + // Estimated: `172329 + r * (111908 ±0)` + // Minimum execution time: 23_077 nanoseconds. + Weight::from_ref_time(23_953_257) + .saturating_add(Weight::from_proof_size(172329)) + // Standard Error: 41_462 + .saturating_add(Weight::from_ref_time(36_352_042).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_proof_size(110917).saturating_mul(r.into())) + .saturating_add(Weight::from_proof_size(111908).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) @@ -181,9 +190,10 @@ impl WeightInfo for SubstrateWeight { fn unlock() -> Weight { // Proof Size summary in bytes: // Measured: `11797` - // Estimated: `36024` - // Minimum execution time: 50_305 nanoseconds. - Weight::from_parts(51_226_000, 36024) + // Estimated: `38994` + // Minimum execution time: 55_426 nanoseconds. + Weight::from_ref_time(55_884_000) + .saturating_add(Weight::from_proof_size(38994)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -204,9 +214,10 @@ impl WeightInfo for () { fn vote_new() -> Weight { // Proof Size summary in bytes: // Measured: `13168` - // Estimated: `257859` - // Minimum execution time: 85_569 nanoseconds. - Weight::from_parts(86_492_000, 257859) + // Estimated: `262809` + // Minimum execution time: 94_727 nanoseconds. + Weight::from_ref_time(96_066_000) + .saturating_add(Weight::from_proof_size(262809)) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -223,9 +234,10 @@ impl WeightInfo for () { fn vote_existing() -> Weight { // Proof Size summary in bytes: // Measured: `20342` - // Estimated: `257859` - // Minimum execution time: 212_727 nanoseconds. - Weight::from_parts(213_741_000, 257859) + // Estimated: `262809` + // Minimum execution time: 257_887 nanoseconds. + Weight::from_ref_time(259_172_000) + .saturating_add(Weight::from_proof_size(262809)) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -238,9 +250,10 @@ impl WeightInfo for () { fn remove_vote() -> Weight { // Proof Size summary in bytes: // Measured: `20062` - // Estimated: `251551` - // Minimum execution time: 200_513 nanoseconds. - Weight::from_parts(201_589_000, 251551) + // Estimated: `254521` + // Minimum execution time: 247_005 nanoseconds. + Weight::from_ref_time(248_200_000) + .saturating_add(Weight::from_proof_size(254521)) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -251,9 +264,10 @@ impl WeightInfo for () { fn remove_other_vote() -> Weight { // Proof Size summary in bytes: // Measured: `12738` - // Estimated: `32557` - // Minimum execution time: 43_083 nanoseconds. - Weight::from_parts(43_763_000, 32557) + // Estimated: `34537` + // Minimum execution time: 47_997 nanoseconds. + Weight::from_ref_time(48_292_000) + .saturating_add(Weight::from_proof_size(34537)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -271,16 +285,17 @@ impl WeightInfo for () { fn delegate(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `272 + r * (1689 ±0)` - // Estimated: `176657 + r * (110917 ±0)` - // Minimum execution time: 33_246 nanoseconds. - Weight::from_parts(34_560_391, 176657) - // Standard Error: 63_925 - .saturating_add(Weight::from_ref_time(34_500_408).saturating_mul(r.into())) + // Estimated: `180617 + r * (111908 ±0)` + // Minimum execution time: 37_902 nanoseconds. + Weight::from_ref_time(39_021_083) + .saturating_add(Weight::from_proof_size(180617)) + // Standard Error: 56_175 + .saturating_add(Weight::from_ref_time(40_980_716).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_proof_size(110917).saturating_mul(r.into())) + .saturating_add(Weight::from_proof_size(111908).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) @@ -292,16 +307,17 @@ impl WeightInfo for () { fn undelegate(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `470 + r * (1407 ±0)` - // Estimated: `170349 + r * (110917 ±0)` - // Minimum execution time: 20_508 nanoseconds. - Weight::from_parts(21_240_024, 170349) - // Standard Error: 37_314 - .saturating_add(Weight::from_ref_time(30_890_875).saturating_mul(r.into())) + // Estimated: `172329 + r * (111908 ±0)` + // Minimum execution time: 23_077 nanoseconds. + Weight::from_ref_time(23_953_257) + .saturating_add(Weight::from_proof_size(172329)) + // Standard Error: 41_462 + .saturating_add(Weight::from_ref_time(36_352_042).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_proof_size(110917).saturating_mul(r.into())) + .saturating_add(Weight::from_proof_size(111908).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) @@ -312,9 +328,10 @@ impl WeightInfo for () { fn unlock() -> Weight { // Proof Size summary in bytes: // Measured: `11797` - // Estimated: `36024` - // Minimum execution time: 50_305 nanoseconds. - Weight::from_parts(51_226_000, 36024) + // Estimated: `38994` + // Minimum execution time: 55_426 nanoseconds. + Weight::from_ref_time(55_884_000) + .saturating_add(Weight::from_proof_size(38994)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } diff --git a/frame/democracy/src/weights.rs b/frame/democracy/src/weights.rs index a2cdeead6f400..17043b8919185 100644 --- a/frame/democracy/src/weights.rs +++ b/frame/democracy/src/weights.rs @@ -18,26 +18,28 @@ //! Autogenerated weights for pallet_democracy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-b3zmxxc-project-145-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: -// target/production/substrate +// ./target/production/substrate // benchmark // pallet +// --chain=dev // --steps=50 // --repeat=20 +// --pallet=pallet_democracy +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --json-file=/builds/parity/mirrors/substrate/.git/.artifacts/bench.json -// --pallet=pallet_democracy -// --chain=dev -// --header=./HEADER-APACHE2 // --output=./frame/democracy/src/weights.rs +// --header=./HEADER-APACHE2 // --template=./.maintain/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -93,9 +95,10 @@ impl WeightInfo for SubstrateWeight { fn propose() -> Weight { // Proof Size summary in bytes: // Measured: `4864` - // Estimated: `23409` - // Minimum execution time: 42_939 nanoseconds. - Weight::from_parts(43_543_000, 23409) + // Estimated: `26379` + // Minimum execution time: 39_922 nanoseconds. + Weight::from_ref_time(40_375_000) + .saturating_add(Weight::from_proof_size(26379)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -104,9 +107,10 @@ impl WeightInfo for SubstrateWeight { fn second() -> Weight { // Proof Size summary in bytes: // Measured: `3620` - // Estimated: `5705` - // Minimum execution time: 36_475 nanoseconds. - Weight::from_parts(37_863_000, 5705) + // Estimated: `6695` + // Minimum execution time: 36_046 nanoseconds. + Weight::from_ref_time(36_639_000) + .saturating_add(Weight::from_proof_size(6695)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -119,9 +123,10 @@ impl WeightInfo for SubstrateWeight { fn vote_new() -> Weight { // Proof Size summary in bytes: // Measured: `3565` - // Estimated: `12720` - // Minimum execution time: 56_372 nanoseconds. - Weight::from_parts(57_483_000, 12720) + // Estimated: `15690` + // Minimum execution time: 50_949 nanoseconds. + Weight::from_ref_time(51_723_000) + .saturating_add(Weight::from_proof_size(15690)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -134,9 +139,10 @@ impl WeightInfo for SubstrateWeight { fn vote_existing() -> Weight { // Proof Size summary in bytes: // Measured: `3587` - // Estimated: `12720` - // Minimum execution time: 56_789 nanoseconds. - Weight::from_parts(57_737_000, 12720) + // Estimated: `15690` + // Minimum execution time: 51_271 nanoseconds. + Weight::from_ref_time(51_800_000) + .saturating_add(Weight::from_proof_size(15690)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -149,9 +155,10 @@ impl WeightInfo for SubstrateWeight { fn emergency_cancel() -> Weight { // Proof Size summary in bytes: // Measured: `398` - // Estimated: `7712` - // Minimum execution time: 24_379 nanoseconds. - Weight::from_parts(25_302_000, 7712) + // Estimated: `10682` + // Minimum execution time: 28_326 nanoseconds. + Weight::from_ref_time(28_819_000) + .saturating_add(Weight::from_proof_size(10682)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -172,9 +179,10 @@ impl WeightInfo for SubstrateWeight { fn blacklist() -> Weight { // Proof Size summary in bytes: // Measured: `6036` - // Estimated: `36392` - // Minimum execution time: 100_345 nanoseconds. - Weight::from_parts(102_233_000, 36392) + // Estimated: `42332` + // Minimum execution time: 94_897 nanoseconds. + Weight::from_ref_time(95_843_000) + .saturating_add(Weight::from_proof_size(42332)) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -185,9 +193,10 @@ impl WeightInfo for SubstrateWeight { fn external_propose() -> Weight { // Proof Size summary in bytes: // Measured: `3448` - // Estimated: `6340` - // Minimum execution time: 13_155 nanoseconds. - Weight::from_parts(14_158_000, 6340) + // Estimated: `8320` + // Minimum execution time: 14_946 nanoseconds. + Weight::from_ref_time(15_128_000) + .saturating_add(Weight::from_proof_size(8320)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -197,8 +206,9 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_961 nanoseconds. - Weight::from_ref_time(3_139_000) + // Minimum execution time: 3_783 nanoseconds. + Weight::from_ref_time(4_097_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Democracy NextExternal (r:0 w:1) @@ -207,8 +217,9 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_040 nanoseconds. - Weight::from_ref_time(3_261_000) + // Minimum execution time: 3_934 nanoseconds. + Weight::from_ref_time(4_022_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Democracy NextExternal (r:1 w:1) @@ -222,9 +233,10 @@ impl WeightInfo for SubstrateWeight { fn fast_track() -> Weight { // Proof Size summary in bytes: // Measured: `286` - // Estimated: `3654` - // Minimum execution time: 26_666 nanoseconds. - Weight::from_parts(28_014_000, 3654) + // Estimated: `6624` + // Minimum execution time: 30_676 nanoseconds. + Weight::from_ref_time(31_175_000) + .saturating_add(Weight::from_proof_size(6624)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -237,9 +249,10 @@ impl WeightInfo for SubstrateWeight { fn veto_external() -> Weight { // Proof Size summary in bytes: // Measured: `3551` - // Estimated: `8868` - // Minimum execution time: 30_180 nanoseconds. - Weight::from_parts(31_593_000, 8868) + // Estimated: `11838` + // Minimum execution time: 34_777 nanoseconds. + Weight::from_ref_time(35_423_000) + .saturating_add(Weight::from_proof_size(11838)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -254,9 +267,10 @@ impl WeightInfo for SubstrateWeight { fn cancel_proposal() -> Weight { // Proof Size summary in bytes: // Measured: `5915` - // Estimated: `28033` - // Minimum execution time: 80_780 nanoseconds. - Weight::from_parts(82_070_000, 28033) + // Estimated: `31993` + // Minimum execution time: 77_044 nanoseconds. + Weight::from_ref_time(77_977_000) + .saturating_add(Weight::from_proof_size(31993)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -267,9 +281,10 @@ impl WeightInfo for SubstrateWeight { fn cancel_referendum() -> Weight { // Proof Size summary in bytes: // Measured: `271` - // Estimated: `2528` - // Minimum execution time: 18_117 nanoseconds. - Weight::from_parts(19_027_000, 2528) + // Estimated: `3518` + // Minimum execution time: 21_442 nanoseconds. + Weight::from_ref_time(21_874_000) + .saturating_add(Weight::from_proof_size(3518)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -283,11 +298,12 @@ impl WeightInfo for SubstrateWeight { fn on_initialize_base(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `244 + r * (117 ±0)` - // Estimated: `998 + r * (2676 ±0)` - // Minimum execution time: 7_093 nanoseconds. - Weight::from_parts(8_792_955, 998) - // Standard Error: 6_630 - .saturating_add(Weight::from_ref_time(3_091_565).saturating_mul(r.into())) + // Estimated: `3968 + r * (2676 ±0)` + // Minimum execution time: 7_305 nanoseconds. + Weight::from_ref_time(10_363_492) + .saturating_add(Weight::from_proof_size(3968)) + // Standard Error: 5_504 + .saturating_add(Weight::from_ref_time(2_993_616).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -309,11 +325,12 @@ impl WeightInfo for SubstrateWeight { fn on_initialize_base_with_launch_period(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `244 + r * (117 ±0)` - // Estimated: `19318 + r * (2676 ±0)` - // Minimum execution time: 10_372 nanoseconds. - Weight::from_parts(10_961_165, 19318) - // Standard Error: 7_284 - .saturating_add(Weight::from_ref_time(3_112_573).saturating_mul(r.into())) + // Estimated: `25258 + r * (2676 ±0)` + // Minimum execution time: 10_858 nanoseconds. + Weight::from_ref_time(13_382_073) + .saturating_add(Weight::from_proof_size(25258)) + // Standard Error: 6_735 + .saturating_add(Weight::from_ref_time(2_990_809).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -329,11 +346,12 @@ impl WeightInfo for SubstrateWeight { fn delegate(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `958 + r * (139 ±0)` - // Estimated: `22584 + r * (2676 ±0)` - // Minimum execution time: 36_618 nanoseconds. - Weight::from_parts(42_803_184, 22584) - // Standard Error: 7_268 - .saturating_add(Weight::from_ref_time(4_537_902).saturating_mul(r.into())) + // Estimated: `25554 + r * (2676 ±0)` + // Minimum execution time: 44_487 nanoseconds. + Weight::from_ref_time(46_796_085) + .saturating_add(Weight::from_proof_size(25554)) + // Standard Error: 6_395 + .saturating_add(Weight::from_ref_time(4_293_956).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -348,11 +366,12 @@ impl WeightInfo for SubstrateWeight { fn undelegate(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `557 + r * (139 ±0)` - // Estimated: `12540 + r * (2676 ±0)` - // Minimum execution time: 19_758 nanoseconds. - Weight::from_parts(21_641_793, 12540) - // Standard Error: 6_889 - .saturating_add(Weight::from_ref_time(4_478_884).saturating_mul(r.into())) + // Estimated: `14520 + r * (2676 ±0)` + // Minimum execution time: 23_222 nanoseconds. + Weight::from_ref_time(25_209_030) + .saturating_add(Weight::from_proof_size(14520)) + // Standard Error: 6_978 + .saturating_add(Weight::from_ref_time(4_245_971).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -365,8 +384,9 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_844 nanoseconds. - Weight::from_ref_time(3_017_000) + // Minimum execution time: 4_090 nanoseconds. + Weight::from_ref_time(4_243_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Democracy VotingOf (r:1 w:1) @@ -379,11 +399,12 @@ impl WeightInfo for SubstrateWeight { fn unlock_remove(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `627` - // Estimated: `12647` - // Minimum execution time: 20_380 nanoseconds. - Weight::from_parts(28_295_875, 12647) - // Standard Error: 2_331 - .saturating_add(Weight::from_ref_time(67_348).saturating_mul(r.into())) + // Estimated: `15617` + // Minimum execution time: 23_300 nanoseconds. + Weight::from_ref_time(29_418_055) + .saturating_add(Weight::from_proof_size(15617)) + // Standard Error: 1_344 + .saturating_add(Weight::from_ref_time(17_070).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -397,11 +418,12 @@ impl WeightInfo for SubstrateWeight { fn unlock_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `628 + r * (22 ±0)` - // Estimated: `12647` - // Minimum execution time: 24_475 nanoseconds. - Weight::from_parts(27_102_576, 12647) - // Standard Error: 1_464 - .saturating_add(Weight::from_ref_time(128_921).saturating_mul(r.into())) + // Estimated: `15617` + // Minimum execution time: 27_445 nanoseconds. + Weight::from_ref_time(28_571_773) + .saturating_add(Weight::from_proof_size(15617)) + // Standard Error: 487 + .saturating_add(Weight::from_ref_time(64_020).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -413,11 +435,12 @@ impl WeightInfo for SubstrateWeight { fn remove_vote(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `791 + r * (26 ±0)` - // Estimated: `8946` - // Minimum execution time: 15_039 nanoseconds. - Weight::from_parts(19_252_498, 8946) - // Standard Error: 1_798 - .saturating_add(Weight::from_ref_time(131_855).saturating_mul(r.into())) + // Estimated: `10926` + // Minimum execution time: 17_640 nanoseconds. + Weight::from_ref_time(19_807_623) + .saturating_add(Weight::from_proof_size(10926)) + // Standard Error: 1_034 + .saturating_add(Weight::from_ref_time(84_137).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -429,11 +452,12 @@ impl WeightInfo for SubstrateWeight { fn remove_other_vote(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `791 + r * (26 ±0)` - // Estimated: `8946` - // Minimum execution time: 14_837 nanoseconds. - Weight::from_parts(19_144_929, 8946) - // Standard Error: 1_875 - .saturating_add(Weight::from_ref_time(136_819).saturating_mul(r.into())) + // Estimated: `10926` + // Minimum execution time: 17_924 nanoseconds. + Weight::from_ref_time(20_322_714) + .saturating_add(Weight::from_proof_size(10926)) + // Standard Error: 1_097 + .saturating_add(Weight::from_ref_time(80_139).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -446,9 +470,10 @@ impl WeightInfo for SubstrateWeight { fn set_external_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `356` - // Estimated: `3193` - // Minimum execution time: 17_338 nanoseconds. - Weight::from_parts(17_946_000, 3193) + // Estimated: `5173` + // Minimum execution time: 20_026 nanoseconds. + Weight::from_ref_time(20_314_000) + .saturating_add(Weight::from_proof_size(5173)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -459,9 +484,10 @@ impl WeightInfo for SubstrateWeight { fn clear_external_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `286` - // Estimated: `3155` - // Minimum execution time: 15_364 nanoseconds. - Weight::from_parts(15_990_000, 3155) + // Estimated: `5135` + // Minimum execution time: 18_144 nanoseconds. + Weight::from_ref_time(18_512_000) + .saturating_add(Weight::from_proof_size(5135)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -474,9 +500,10 @@ impl WeightInfo for SubstrateWeight { fn set_proposal_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `4919` - // Estimated: `19763` - // Minimum execution time: 37_147 nanoseconds. - Weight::from_parts(37_778_000, 19763) + // Estimated: `21743` + // Minimum execution time: 35_540 nanoseconds. + Weight::from_ref_time(36_072_000) + .saturating_add(Weight::from_proof_size(21743)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -487,9 +514,10 @@ impl WeightInfo for SubstrateWeight { fn clear_proposal_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `4853` - // Estimated: `19725` - // Minimum execution time: 34_118 nanoseconds. - Weight::from_parts(34_737_000, 19725) + // Estimated: `21705` + // Minimum execution time: 33_055 nanoseconds. + Weight::from_ref_time(33_439_000) + .saturating_add(Weight::from_proof_size(21705)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -500,9 +528,10 @@ impl WeightInfo for SubstrateWeight { fn set_referendum_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `144` - // Estimated: `2566` - // Minimum execution time: 12_787 nanoseconds. - Weight::from_parts(13_463_000, 2566) + // Estimated: `3556` + // Minimum execution time: 15_800 nanoseconds. + Weight::from_ref_time(16_072_000) + .saturating_add(Weight::from_proof_size(3556)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -513,9 +542,10 @@ impl WeightInfo for SubstrateWeight { fn clear_referendum_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `302` - // Estimated: `5204` - // Minimum execution time: 17_636 nanoseconds. - Weight::from_parts(18_399_000, 5204) + // Estimated: `7184` + // Minimum execution time: 20_135 nanoseconds. + Weight::from_ref_time(20_584_000) + .saturating_add(Weight::from_proof_size(7184)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -534,9 +564,10 @@ impl WeightInfo for () { fn propose() -> Weight { // Proof Size summary in bytes: // Measured: `4864` - // Estimated: `23409` - // Minimum execution time: 42_939 nanoseconds. - Weight::from_parts(43_543_000, 23409) + // Estimated: `26379` + // Minimum execution time: 39_922 nanoseconds. + Weight::from_ref_time(40_375_000) + .saturating_add(Weight::from_proof_size(26379)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -545,9 +576,10 @@ impl WeightInfo for () { fn second() -> Weight { // Proof Size summary in bytes: // Measured: `3620` - // Estimated: `5705` - // Minimum execution time: 36_475 nanoseconds. - Weight::from_parts(37_863_000, 5705) + // Estimated: `6695` + // Minimum execution time: 36_046 nanoseconds. + Weight::from_ref_time(36_639_000) + .saturating_add(Weight::from_proof_size(6695)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -560,9 +592,10 @@ impl WeightInfo for () { fn vote_new() -> Weight { // Proof Size summary in bytes: // Measured: `3565` - // Estimated: `12720` - // Minimum execution time: 56_372 nanoseconds. - Weight::from_parts(57_483_000, 12720) + // Estimated: `15690` + // Minimum execution time: 50_949 nanoseconds. + Weight::from_ref_time(51_723_000) + .saturating_add(Weight::from_proof_size(15690)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -575,9 +608,10 @@ impl WeightInfo for () { fn vote_existing() -> Weight { // Proof Size summary in bytes: // Measured: `3587` - // Estimated: `12720` - // Minimum execution time: 56_789 nanoseconds. - Weight::from_parts(57_737_000, 12720) + // Estimated: `15690` + // Minimum execution time: 51_271 nanoseconds. + Weight::from_ref_time(51_800_000) + .saturating_add(Weight::from_proof_size(15690)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -590,9 +624,10 @@ impl WeightInfo for () { fn emergency_cancel() -> Weight { // Proof Size summary in bytes: // Measured: `398` - // Estimated: `7712` - // Minimum execution time: 24_379 nanoseconds. - Weight::from_parts(25_302_000, 7712) + // Estimated: `10682` + // Minimum execution time: 28_326 nanoseconds. + Weight::from_ref_time(28_819_000) + .saturating_add(Weight::from_proof_size(10682)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -613,9 +648,10 @@ impl WeightInfo for () { fn blacklist() -> Weight { // Proof Size summary in bytes: // Measured: `6036` - // Estimated: `36392` - // Minimum execution time: 100_345 nanoseconds. - Weight::from_parts(102_233_000, 36392) + // Estimated: `42332` + // Minimum execution time: 94_897 nanoseconds. + Weight::from_ref_time(95_843_000) + .saturating_add(Weight::from_proof_size(42332)) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -626,9 +662,10 @@ impl WeightInfo for () { fn external_propose() -> Weight { // Proof Size summary in bytes: // Measured: `3448` - // Estimated: `6340` - // Minimum execution time: 13_155 nanoseconds. - Weight::from_parts(14_158_000, 6340) + // Estimated: `8320` + // Minimum execution time: 14_946 nanoseconds. + Weight::from_ref_time(15_128_000) + .saturating_add(Weight::from_proof_size(8320)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -638,8 +675,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_961 nanoseconds. - Weight::from_ref_time(3_139_000) + // Minimum execution time: 3_783 nanoseconds. + Weight::from_ref_time(4_097_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Democracy NextExternal (r:0 w:1) @@ -648,8 +686,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_040 nanoseconds. - Weight::from_ref_time(3_261_000) + // Minimum execution time: 3_934 nanoseconds. + Weight::from_ref_time(4_022_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Democracy NextExternal (r:1 w:1) @@ -663,9 +702,10 @@ impl WeightInfo for () { fn fast_track() -> Weight { // Proof Size summary in bytes: // Measured: `286` - // Estimated: `3654` - // Minimum execution time: 26_666 nanoseconds. - Weight::from_parts(28_014_000, 3654) + // Estimated: `6624` + // Minimum execution time: 30_676 nanoseconds. + Weight::from_ref_time(31_175_000) + .saturating_add(Weight::from_proof_size(6624)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -678,9 +718,10 @@ impl WeightInfo for () { fn veto_external() -> Weight { // Proof Size summary in bytes: // Measured: `3551` - // Estimated: `8868` - // Minimum execution time: 30_180 nanoseconds. - Weight::from_parts(31_593_000, 8868) + // Estimated: `11838` + // Minimum execution time: 34_777 nanoseconds. + Weight::from_ref_time(35_423_000) + .saturating_add(Weight::from_proof_size(11838)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -695,9 +736,10 @@ impl WeightInfo for () { fn cancel_proposal() -> Weight { // Proof Size summary in bytes: // Measured: `5915` - // Estimated: `28033` - // Minimum execution time: 80_780 nanoseconds. - Weight::from_parts(82_070_000, 28033) + // Estimated: `31993` + // Minimum execution time: 77_044 nanoseconds. + Weight::from_ref_time(77_977_000) + .saturating_add(Weight::from_proof_size(31993)) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -708,9 +750,10 @@ impl WeightInfo for () { fn cancel_referendum() -> Weight { // Proof Size summary in bytes: // Measured: `271` - // Estimated: `2528` - // Minimum execution time: 18_117 nanoseconds. - Weight::from_parts(19_027_000, 2528) + // Estimated: `3518` + // Minimum execution time: 21_442 nanoseconds. + Weight::from_ref_time(21_874_000) + .saturating_add(Weight::from_proof_size(3518)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -724,11 +767,12 @@ impl WeightInfo for () { fn on_initialize_base(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `244 + r * (117 ±0)` - // Estimated: `998 + r * (2676 ±0)` - // Minimum execution time: 7_093 nanoseconds. - Weight::from_parts(8_792_955, 998) - // Standard Error: 6_630 - .saturating_add(Weight::from_ref_time(3_091_565).saturating_mul(r.into())) + // Estimated: `3968 + r * (2676 ±0)` + // Minimum execution time: 7_305 nanoseconds. + Weight::from_ref_time(10_363_492) + .saturating_add(Weight::from_proof_size(3968)) + // Standard Error: 5_504 + .saturating_add(Weight::from_ref_time(2_993_616).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -750,11 +794,12 @@ impl WeightInfo for () { fn on_initialize_base_with_launch_period(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `244 + r * (117 ±0)` - // Estimated: `19318 + r * (2676 ±0)` - // Minimum execution time: 10_372 nanoseconds. - Weight::from_parts(10_961_165, 19318) - // Standard Error: 7_284 - .saturating_add(Weight::from_ref_time(3_112_573).saturating_mul(r.into())) + // Estimated: `25258 + r * (2676 ±0)` + // Minimum execution time: 10_858 nanoseconds. + Weight::from_ref_time(13_382_073) + .saturating_add(Weight::from_proof_size(25258)) + // Standard Error: 6_735 + .saturating_add(Weight::from_ref_time(2_990_809).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -770,11 +815,12 @@ impl WeightInfo for () { fn delegate(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `958 + r * (139 ±0)` - // Estimated: `22584 + r * (2676 ±0)` - // Minimum execution time: 36_618 nanoseconds. - Weight::from_parts(42_803_184, 22584) - // Standard Error: 7_268 - .saturating_add(Weight::from_ref_time(4_537_902).saturating_mul(r.into())) + // Estimated: `25554 + r * (2676 ±0)` + // Minimum execution time: 44_487 nanoseconds. + Weight::from_ref_time(46_796_085) + .saturating_add(Weight::from_proof_size(25554)) + // Standard Error: 6_395 + .saturating_add(Weight::from_ref_time(4_293_956).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(4_u64)) @@ -789,11 +835,12 @@ impl WeightInfo for () { fn undelegate(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `557 + r * (139 ±0)` - // Estimated: `12540 + r * (2676 ±0)` - // Minimum execution time: 19_758 nanoseconds. - Weight::from_parts(21_641_793, 12540) - // Standard Error: 6_889 - .saturating_add(Weight::from_ref_time(4_478_884).saturating_mul(r.into())) + // Estimated: `14520 + r * (2676 ±0)` + // Minimum execution time: 23_222 nanoseconds. + Weight::from_ref_time(25_209_030) + .saturating_add(Weight::from_proof_size(14520)) + // Standard Error: 6_978 + .saturating_add(Weight::from_ref_time(4_245_971).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -806,8 +853,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_844 nanoseconds. - Weight::from_ref_time(3_017_000) + // Minimum execution time: 4_090 nanoseconds. + Weight::from_ref_time(4_243_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Democracy VotingOf (r:1 w:1) @@ -820,11 +868,12 @@ impl WeightInfo for () { fn unlock_remove(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `627` - // Estimated: `12647` - // Minimum execution time: 20_380 nanoseconds. - Weight::from_parts(28_295_875, 12647) - // Standard Error: 2_331 - .saturating_add(Weight::from_ref_time(67_348).saturating_mul(r.into())) + // Estimated: `15617` + // Minimum execution time: 23_300 nanoseconds. + Weight::from_ref_time(29_418_055) + .saturating_add(Weight::from_proof_size(15617)) + // Standard Error: 1_344 + .saturating_add(Weight::from_ref_time(17_070).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -838,11 +887,12 @@ impl WeightInfo for () { fn unlock_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `628 + r * (22 ±0)` - // Estimated: `12647` - // Minimum execution time: 24_475 nanoseconds. - Weight::from_parts(27_102_576, 12647) - // Standard Error: 1_464 - .saturating_add(Weight::from_ref_time(128_921).saturating_mul(r.into())) + // Estimated: `15617` + // Minimum execution time: 27_445 nanoseconds. + Weight::from_ref_time(28_571_773) + .saturating_add(Weight::from_proof_size(15617)) + // Standard Error: 487 + .saturating_add(Weight::from_ref_time(64_020).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -854,11 +904,12 @@ impl WeightInfo for () { fn remove_vote(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `791 + r * (26 ±0)` - // Estimated: `8946` - // Minimum execution time: 15_039 nanoseconds. - Weight::from_parts(19_252_498, 8946) - // Standard Error: 1_798 - .saturating_add(Weight::from_ref_time(131_855).saturating_mul(r.into())) + // Estimated: `10926` + // Minimum execution time: 17_640 nanoseconds. + Weight::from_ref_time(19_807_623) + .saturating_add(Weight::from_proof_size(10926)) + // Standard Error: 1_034 + .saturating_add(Weight::from_ref_time(84_137).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -870,11 +921,12 @@ impl WeightInfo for () { fn remove_other_vote(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `791 + r * (26 ±0)` - // Estimated: `8946` - // Minimum execution time: 14_837 nanoseconds. - Weight::from_parts(19_144_929, 8946) - // Standard Error: 1_875 - .saturating_add(Weight::from_ref_time(136_819).saturating_mul(r.into())) + // Estimated: `10926` + // Minimum execution time: 17_924 nanoseconds. + Weight::from_ref_time(20_322_714) + .saturating_add(Weight::from_proof_size(10926)) + // Standard Error: 1_097 + .saturating_add(Weight::from_ref_time(80_139).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -887,9 +939,10 @@ impl WeightInfo for () { fn set_external_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `356` - // Estimated: `3193` - // Minimum execution time: 17_338 nanoseconds. - Weight::from_parts(17_946_000, 3193) + // Estimated: `5173` + // Minimum execution time: 20_026 nanoseconds. + Weight::from_ref_time(20_314_000) + .saturating_add(Weight::from_proof_size(5173)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -900,9 +953,10 @@ impl WeightInfo for () { fn clear_external_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `286` - // Estimated: `3155` - // Minimum execution time: 15_364 nanoseconds. - Weight::from_parts(15_990_000, 3155) + // Estimated: `5135` + // Minimum execution time: 18_144 nanoseconds. + Weight::from_ref_time(18_512_000) + .saturating_add(Weight::from_proof_size(5135)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -915,9 +969,10 @@ impl WeightInfo for () { fn set_proposal_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `4919` - // Estimated: `19763` - // Minimum execution time: 37_147 nanoseconds. - Weight::from_parts(37_778_000, 19763) + // Estimated: `21743` + // Minimum execution time: 35_540 nanoseconds. + Weight::from_ref_time(36_072_000) + .saturating_add(Weight::from_proof_size(21743)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -928,9 +983,10 @@ impl WeightInfo for () { fn clear_proposal_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `4853` - // Estimated: `19725` - // Minimum execution time: 34_118 nanoseconds. - Weight::from_parts(34_737_000, 19725) + // Estimated: `21705` + // Minimum execution time: 33_055 nanoseconds. + Weight::from_ref_time(33_439_000) + .saturating_add(Weight::from_proof_size(21705)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -941,9 +997,10 @@ impl WeightInfo for () { fn set_referendum_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `144` - // Estimated: `2566` - // Minimum execution time: 12_787 nanoseconds. - Weight::from_parts(13_463_000, 2566) + // Estimated: `3556` + // Minimum execution time: 15_800 nanoseconds. + Weight::from_ref_time(16_072_000) + .saturating_add(Weight::from_proof_size(3556)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -954,9 +1011,10 @@ impl WeightInfo for () { fn clear_referendum_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `302` - // Estimated: `5204` - // Minimum execution time: 17_636 nanoseconds. - Weight::from_parts(18_399_000, 5204) + // Estimated: `7184` + // Minimum execution time: 20_135 nanoseconds. + Weight::from_ref_time(20_584_000) + .saturating_add(Weight::from_proof_size(7184)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/election-provider-multi-phase/src/weights.rs b/frame/election-provider-multi-phase/src/weights.rs index f3ea218e451c5..55c3dee6788e7 100644 --- a/frame/election-provider-multi-phase/src/weights.rs +++ b/frame/election-provider-multi-phase/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_election_provider_multi_phase //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_election_provider_multi_phase +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -82,9 +85,10 @@ impl WeightInfo for SubstrateWeight { fn on_initialize_nothing() -> Weight { // Proof Size summary in bytes: // Measured: `994` - // Estimated: `6983` - // Minimum execution time: 17_801 nanoseconds. - Weight::from_parts(18_364_000, 6983) + // Estimated: `14903` + // Minimum execution time: 22_482 nanoseconds. + Weight::from_ref_time(23_186_000) + .saturating_add(Weight::from_proof_size(14903)) .saturating_add(T::DbWeight::get().reads(8_u64)) } /// Storage: ElectionProviderMultiPhase Round (r:1 w:0) @@ -94,9 +98,10 @@ impl WeightInfo for SubstrateWeight { fn on_initialize_open_signed() -> Weight { // Proof Size summary in bytes: // Measured: `114` - // Estimated: `1218` - // Minimum execution time: 12_814 nanoseconds. - Weight::from_parts(13_154_000, 1218) + // Estimated: `3198` + // Minimum execution time: 12_841 nanoseconds. + Weight::from_ref_time(13_069_000) + .saturating_add(Weight::from_proof_size(3198)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -107,9 +112,10 @@ impl WeightInfo for SubstrateWeight { fn on_initialize_open_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `114` - // Estimated: `1218` - // Minimum execution time: 14_565 nanoseconds. - Weight::from_parts(15_097_000, 1218) + // Estimated: `3198` + // Minimum execution time: 14_305 nanoseconds. + Weight::from_ref_time(14_887_000) + .saturating_add(Weight::from_proof_size(3198)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -120,9 +126,10 @@ impl WeightInfo for SubstrateWeight { fn finalize_signed_phase_accept_solution() -> Weight { // Proof Size summary in bytes: // Measured: `206` - // Estimated: `2809` - // Minimum execution time: 23_341 nanoseconds. - Weight::from_parts(23_770_000, 2809) + // Estimated: `3799` + // Minimum execution time: 27_490 nanoseconds. + Weight::from_ref_time(27_944_000) + .saturating_add(Weight::from_proof_size(3799)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -131,9 +138,10 @@ impl WeightInfo for SubstrateWeight { fn finalize_signed_phase_reject_solution() -> Weight { // Proof Size summary in bytes: // Measured: `206` - // Estimated: `2603` - // Minimum execution time: 16_662 nanoseconds. - Weight::from_parts(16_898_000, 2603) + // Estimated: `3593` + // Minimum execution time: 18_872 nanoseconds. + Weight::from_ref_time(19_379_000) + .saturating_add(Weight::from_proof_size(3593)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -149,10 +157,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 215_168 nanoseconds. - Weight::from_ref_time(219_887_000) - // Standard Error: 1_444 - .saturating_add(Weight::from_ref_time(146_388).saturating_mul(v.into())) + // Minimum execution time: 283_337 nanoseconds. + Weight::from_ref_time(289_852_000) + .saturating_add(Weight::from_proof_size(0)) + // Standard Error: 1_817 + .saturating_add(Weight::from_ref_time(176_640).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(3_u64)) } /// Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1) @@ -178,13 +187,14 @@ impl WeightInfo for SubstrateWeight { fn elect_queued(a: u32, d: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `368 + a * (768 ±0) + d * (48 ±0)` - // Estimated: `9540 + a * (6912 ±0) + d * (441 ±0)` - // Minimum execution time: 268_021 nanoseconds. - Weight::from_parts(72_491_937, 9540) - // Standard Error: 2_910 - .saturating_add(Weight::from_ref_time(303_955).saturating_mul(a.into())) - // Standard Error: 4_363 - .saturating_add(Weight::from_ref_time(167_369).saturating_mul(d.into())) + // Estimated: `16470 + a * (6912 ±0) + d * (441 ±0)` + // Minimum execution time: 289_714 nanoseconds. + Weight::from_ref_time(31_317_861) + .saturating_add(Weight::from_proof_size(16470)) + // Standard Error: 4_853 + .saturating_add(Weight::from_ref_time(394_033).saturating_mul(a.into())) + // Standard Error: 7_275 + .saturating_add(Weight::from_ref_time(164_974).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) .saturating_add(Weight::from_proof_size(6912).saturating_mul(a.into())) @@ -205,9 +215,10 @@ impl WeightInfo for SubstrateWeight { fn submit() -> Weight { // Proof Size summary in bytes: // Measured: `924` - // Estimated: `7111` - // Minimum execution time: 44_177 nanoseconds. - Weight::from_parts(44_663_000, 7111) + // Estimated: `12061` + // Minimum execution time: 48_257 nanoseconds. + Weight::from_ref_time(48_959_000) + .saturating_add(Weight::from_proof_size(12061)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -232,13 +243,14 @@ impl WeightInfo for SubstrateWeight { fn submit_unsigned(v: u32, t: u32, a: u32, _d: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `251 + v * (553 ±0) + t * (32 ±0)` - // Estimated: `5222 + v * (3871 ±0) + t * (224 ±0)` - // Minimum execution time: 4_425_457 nanoseconds. - Weight::from_parts(4_445_889_000, 5222) - // Standard Error: 13_250 - .saturating_add(Weight::from_ref_time(48_844).saturating_mul(v.into())) - // Standard Error: 39_266 - .saturating_add(Weight::from_ref_time(4_144_034).saturating_mul(a.into())) + // Estimated: `12152 + v * (3871 ±0) + t * (224 ±0)` + // Minimum execution time: 4_885_923 nanoseconds. + Weight::from_ref_time(4_925_852_000) + .saturating_add(Weight::from_proof_size(12152)) + // Standard Error: 15_071 + .saturating_add(Weight::from_ref_time(64_336).saturating_mul(v.into())) + // Standard Error: 44_663 + .saturating_add(Weight::from_ref_time(4_460_195).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_proof_size(3871).saturating_mul(v.into())) @@ -259,13 +271,14 @@ impl WeightInfo for SubstrateWeight { fn feasibility_check(v: u32, t: u32, a: u32, _d: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `226 + v * (553 ±0) + t * (32 ±0)` - // Estimated: `2884 + v * (2212 ±0) + t * (128 ±0)` - // Minimum execution time: 3_812_071 nanoseconds. - Weight::from_parts(3_826_375_000, 2884) - // Standard Error: 11_601 - .saturating_add(Weight::from_ref_time(145_309).saturating_mul(v.into())) - // Standard Error: 34_378 - .saturating_add(Weight::from_ref_time(3_223_977).saturating_mul(a.into())) + // Estimated: `6844 + v * (2212 ±0) + t * (128 ±0)` + // Minimum execution time: 4_243_394 nanoseconds. + Weight::from_ref_time(4_274_954_000) + .saturating_add(Weight::from_proof_size(6844)) + // Standard Error: 12_937 + .saturating_add(Weight::from_ref_time(179_938).saturating_mul(v.into())) + // Standard Error: 38_337 + .saturating_add(Weight::from_ref_time(3_473_884).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(Weight::from_proof_size(2212).saturating_mul(v.into())) .saturating_add(Weight::from_proof_size(128).saturating_mul(t.into())) @@ -293,9 +306,10 @@ impl WeightInfo for () { fn on_initialize_nothing() -> Weight { // Proof Size summary in bytes: // Measured: `994` - // Estimated: `6983` - // Minimum execution time: 17_801 nanoseconds. - Weight::from_parts(18_364_000, 6983) + // Estimated: `14903` + // Minimum execution time: 22_482 nanoseconds. + Weight::from_ref_time(23_186_000) + .saturating_add(Weight::from_proof_size(14903)) .saturating_add(RocksDbWeight::get().reads(8_u64)) } /// Storage: ElectionProviderMultiPhase Round (r:1 w:0) @@ -305,9 +319,10 @@ impl WeightInfo for () { fn on_initialize_open_signed() -> Weight { // Proof Size summary in bytes: // Measured: `114` - // Estimated: `1218` - // Minimum execution time: 12_814 nanoseconds. - Weight::from_parts(13_154_000, 1218) + // Estimated: `3198` + // Minimum execution time: 12_841 nanoseconds. + Weight::from_ref_time(13_069_000) + .saturating_add(Weight::from_proof_size(3198)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -318,9 +333,10 @@ impl WeightInfo for () { fn on_initialize_open_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `114` - // Estimated: `1218` - // Minimum execution time: 14_565 nanoseconds. - Weight::from_parts(15_097_000, 1218) + // Estimated: `3198` + // Minimum execution time: 14_305 nanoseconds. + Weight::from_ref_time(14_887_000) + .saturating_add(Weight::from_proof_size(3198)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -331,9 +347,10 @@ impl WeightInfo for () { fn finalize_signed_phase_accept_solution() -> Weight { // Proof Size summary in bytes: // Measured: `206` - // Estimated: `2809` - // Minimum execution time: 23_341 nanoseconds. - Weight::from_parts(23_770_000, 2809) + // Estimated: `3799` + // Minimum execution time: 27_490 nanoseconds. + Weight::from_ref_time(27_944_000) + .saturating_add(Weight::from_proof_size(3799)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -342,9 +359,10 @@ impl WeightInfo for () { fn finalize_signed_phase_reject_solution() -> Weight { // Proof Size summary in bytes: // Measured: `206` - // Estimated: `2603` - // Minimum execution time: 16_662 nanoseconds. - Weight::from_parts(16_898_000, 2603) + // Estimated: `3593` + // Minimum execution time: 18_872 nanoseconds. + Weight::from_ref_time(19_379_000) + .saturating_add(Weight::from_proof_size(3593)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -360,10 +378,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 215_168 nanoseconds. - Weight::from_ref_time(219_887_000) - // Standard Error: 1_444 - .saturating_add(Weight::from_ref_time(146_388).saturating_mul(v.into())) + // Minimum execution time: 283_337 nanoseconds. + Weight::from_ref_time(289_852_000) + .saturating_add(Weight::from_proof_size(0)) + // Standard Error: 1_817 + .saturating_add(Weight::from_ref_time(176_640).saturating_mul(v.into())) .saturating_add(RocksDbWeight::get().writes(3_u64)) } /// Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1) @@ -389,13 +408,14 @@ impl WeightInfo for () { fn elect_queued(a: u32, d: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `368 + a * (768 ±0) + d * (48 ±0)` - // Estimated: `9540 + a * (6912 ±0) + d * (441 ±0)` - // Minimum execution time: 268_021 nanoseconds. - Weight::from_parts(72_491_937, 9540) - // Standard Error: 2_910 - .saturating_add(Weight::from_ref_time(303_955).saturating_mul(a.into())) - // Standard Error: 4_363 - .saturating_add(Weight::from_ref_time(167_369).saturating_mul(d.into())) + // Estimated: `16470 + a * (6912 ±0) + d * (441 ±0)` + // Minimum execution time: 289_714 nanoseconds. + Weight::from_ref_time(31_317_861) + .saturating_add(Weight::from_proof_size(16470)) + // Standard Error: 4_853 + .saturating_add(Weight::from_ref_time(394_033).saturating_mul(a.into())) + // Standard Error: 7_275 + .saturating_add(Weight::from_ref_time(164_974).saturating_mul(d.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(8_u64)) .saturating_add(Weight::from_proof_size(6912).saturating_mul(a.into())) @@ -416,9 +436,10 @@ impl WeightInfo for () { fn submit() -> Weight { // Proof Size summary in bytes: // Measured: `924` - // Estimated: `7111` - // Minimum execution time: 44_177 nanoseconds. - Weight::from_parts(44_663_000, 7111) + // Estimated: `12061` + // Minimum execution time: 48_257 nanoseconds. + Weight::from_ref_time(48_959_000) + .saturating_add(Weight::from_proof_size(12061)) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -443,13 +464,14 @@ impl WeightInfo for () { fn submit_unsigned(v: u32, t: u32, a: u32, _d: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `251 + v * (553 ±0) + t * (32 ±0)` - // Estimated: `5222 + v * (3871 ±0) + t * (224 ±0)` - // Minimum execution time: 4_425_457 nanoseconds. - Weight::from_parts(4_445_889_000, 5222) - // Standard Error: 13_250 - .saturating_add(Weight::from_ref_time(48_844).saturating_mul(v.into())) - // Standard Error: 39_266 - .saturating_add(Weight::from_ref_time(4_144_034).saturating_mul(a.into())) + // Estimated: `12152 + v * (3871 ±0) + t * (224 ±0)` + // Minimum execution time: 4_885_923 nanoseconds. + Weight::from_ref_time(4_925_852_000) + .saturating_add(Weight::from_proof_size(12152)) + // Standard Error: 15_071 + .saturating_add(Weight::from_ref_time(64_336).saturating_mul(v.into())) + // Standard Error: 44_663 + .saturating_add(Weight::from_ref_time(4_460_195).saturating_mul(a.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_proof_size(3871).saturating_mul(v.into())) @@ -470,13 +492,14 @@ impl WeightInfo for () { fn feasibility_check(v: u32, t: u32, a: u32, _d: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `226 + v * (553 ±0) + t * (32 ±0)` - // Estimated: `2884 + v * (2212 ±0) + t * (128 ±0)` - // Minimum execution time: 3_812_071 nanoseconds. - Weight::from_parts(3_826_375_000, 2884) - // Standard Error: 11_601 - .saturating_add(Weight::from_ref_time(145_309).saturating_mul(v.into())) - // Standard Error: 34_378 - .saturating_add(Weight::from_ref_time(3_223_977).saturating_mul(a.into())) + // Estimated: `6844 + v * (2212 ±0) + t * (128 ±0)` + // Minimum execution time: 4_243_394 nanoseconds. + Weight::from_ref_time(4_274_954_000) + .saturating_add(Weight::from_proof_size(6844)) + // Standard Error: 12_937 + .saturating_add(Weight::from_ref_time(179_938).saturating_mul(v.into())) + // Standard Error: 38_337 + .saturating_add(Weight::from_ref_time(3_473_884).saturating_mul(a.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(Weight::from_proof_size(2212).saturating_mul(v.into())) .saturating_add(Weight::from_proof_size(128).saturating_mul(t.into())) diff --git a/frame/elections-phragmen/src/weights.rs b/frame/elections-phragmen/src/weights.rs index 24ab3bc15fbcd..c89e76664c573 100644 --- a/frame/elections-phragmen/src/weights.rs +++ b/frame/elections-phragmen/src/weights.rs @@ -18,26 +18,28 @@ //! Autogenerated weights for pallet_elections_phragmen //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-03, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-b3zmxxc-project-145-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: -// target/production/substrate +// ./target/production/substrate // benchmark // pallet +// --chain=dev // --steps=50 // --repeat=20 +// --pallet=pallet_elections_phragmen +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --json-file=/builds/parity/mirrors/substrate/.git/.artifacts/bench.json -// --pallet=pallet_elections_phragmen -// --chain=dev -// --header=./HEADER-APACHE2 // --output=./frame/elections-phragmen/src/weights.rs +// --header=./HEADER-APACHE2 // --template=./.maintain/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -80,11 +82,12 @@ impl WeightInfo for SubstrateWeight { fn vote_equal(v: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `499 + v * (80 ±0)` - // Estimated: `9726 + v * (320 ±0)` - // Minimum execution time: 27_362 nanoseconds. - Weight::from_parts(28_497_963, 9726) - // Standard Error: 3_968 - .saturating_add(Weight::from_ref_time(176_840).saturating_mul(v.into())) + // Estimated: `14676 + v * (320 ±0)` + // Minimum execution time: 30_473 nanoseconds. + Weight::from_ref_time(31_201_828) + .saturating_add(Weight::from_proof_size(14676)) + // Standard Error: 2_650 + .saturating_add(Weight::from_ref_time(136_968).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_proof_size(320).saturating_mul(v.into())) @@ -103,11 +106,12 @@ impl WeightInfo for SubstrateWeight { fn vote_more(v: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `467 + v * (80 ±0)` - // Estimated: `9598 + v * (320 ±0)` - // Minimum execution time: 37_120 nanoseconds. - Weight::from_parts(38_455_302, 9598) - // Standard Error: 5_478 - .saturating_add(Weight::from_ref_time(219_678).saturating_mul(v.into())) + // Estimated: `14548 + v * (320 ±0)` + // Minimum execution time: 41_225 nanoseconds. + Weight::from_ref_time(41_995_693) + .saturating_add(Weight::from_proof_size(14548)) + // Standard Error: 2_261 + .saturating_add(Weight::from_ref_time(127_727).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_proof_size(320).saturating_mul(v.into())) @@ -126,11 +130,12 @@ impl WeightInfo for SubstrateWeight { fn vote_less(v: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `499 + v * (80 ±0)` - // Estimated: `9726 + v * (320 ±0)` - // Minimum execution time: 36_928 nanoseconds. - Weight::from_parts(38_334_669, 9726) - // Standard Error: 5_271 - .saturating_add(Weight::from_ref_time(232_355).saturating_mul(v.into())) + // Estimated: `14676 + v * (320 ±0)` + // Minimum execution time: 41_202 nanoseconds. + Weight::from_ref_time(41_933_829) + .saturating_add(Weight::from_proof_size(14676)) + // Standard Error: 2_565 + .saturating_add(Weight::from_ref_time(123_716).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_proof_size(320).saturating_mul(v.into())) @@ -142,9 +147,10 @@ impl WeightInfo for SubstrateWeight { fn remove_voter() -> Weight { // Proof Size summary in bytes: // Measured: `989` - // Estimated: `7238` - // Minimum execution time: 34_338 nanoseconds. - Weight::from_parts(35_672_000, 7238) + // Estimated: `9218` + // Minimum execution time: 37_367 nanoseconds. + Weight::from_ref_time(37_822_000) + .saturating_add(Weight::from_proof_size(9218)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -158,11 +164,12 @@ impl WeightInfo for SubstrateWeight { fn submit_candidacy(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1697 + c * (48 ±0)` - // Estimated: `6576 + c * (144 ±0)` - // Minimum execution time: 31_864 nanoseconds. - Weight::from_parts(33_490_161, 6576) - // Standard Error: 2_643 - .saturating_add(Weight::from_ref_time(158_386).saturating_mul(c.into())) + // Estimated: `9546 + c * (144 ±0)` + // Minimum execution time: 33_162 nanoseconds. + Weight::from_ref_time(34_021_558) + .saturating_add(Weight::from_proof_size(9546)) + // Standard Error: 1_101 + .saturating_add(Weight::from_ref_time(73_484).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_proof_size(144).saturating_mul(c.into())) @@ -173,11 +180,12 @@ impl WeightInfo for SubstrateWeight { fn renounce_candidacy_candidate(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `349 + c * (48 ±0)` - // Estimated: `844 + c * (48 ±0)` - // Minimum execution time: 27_292 nanoseconds. - Weight::from_parts(28_364_955, 844) - // Standard Error: 1_335 - .saturating_add(Weight::from_ref_time(78_086).saturating_mul(c.into())) + // Estimated: `1834 + c * (48 ±0)` + // Minimum execution time: 26_950 nanoseconds. + Weight::from_ref_time(27_383_942) + .saturating_add(Weight::from_proof_size(1834)) + // Standard Error: 657 + .saturating_add(Weight::from_ref_time(48_799).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_proof_size(48).saturating_mul(c.into())) @@ -195,9 +203,10 @@ impl WeightInfo for SubstrateWeight { fn renounce_candidacy_members() -> Weight { // Proof Size summary in bytes: // Measured: `2027` - // Estimated: `12115` - // Minimum execution time: 45_975 nanoseconds. - Weight::from_parts(47_103_000, 12115) + // Estimated: `16075` + // Minimum execution time: 45_365 nanoseconds. + Weight::from_ref_time(45_803_000) + .saturating_add(Weight::from_proof_size(16075)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -206,9 +215,10 @@ impl WeightInfo for SubstrateWeight { fn renounce_candidacy_runners_up() -> Weight { // Proof Size summary in bytes: // Measured: `975` - // Estimated: `1470` - // Minimum execution time: 29_243 nanoseconds. - Weight::from_parts(30_582_000, 1470) + // Estimated: `2460` + // Minimum execution time: 29_075 nanoseconds. + Weight::from_ref_time(29_406_000) + .saturating_add(Weight::from_proof_size(2460)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -220,6 +230,7 @@ impl WeightInfo for SubstrateWeight { // 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)) } /// Storage: Elections Members (r:1 w:1) /// Proof Skipped: Elections Members (max_values: Some(1), max_size: None, mode: Measured) @@ -236,9 +247,10 @@ impl WeightInfo for SubstrateWeight { fn remove_member_with_replacement() -> Weight { // Proof Size summary in bytes: // Measured: `2027` - // Estimated: `14718` - // Minimum execution time: 52_527 nanoseconds. - Weight::from_parts(53_538_000, 14718) + // Estimated: `19668` + // Minimum execution time: 51_256 nanoseconds. + Weight::from_ref_time(51_864_000) + .saturating_add(Weight::from_proof_size(19668)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -259,11 +271,12 @@ impl WeightInfo for SubstrateWeight { fn clean_defunct_voters(v: u32, _d: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1115 + v * (875 ±0)` - // Estimated: `8448 + v * (12352 ±0)` - // Minimum execution time: 14_934_185 nanoseconds. - Weight::from_parts(15_014_057_000, 8448) - // Standard Error: 245_588 - .saturating_add(Weight::from_ref_time(35_586_946).saturating_mul(v.into())) + // Estimated: `14388 + v * (12352 ±0)` + // Minimum execution time: 15_408_020 nanoseconds. + Weight::from_ref_time(15_465_247_000) + .saturating_add(Weight::from_proof_size(14388)) + // Standard Error: 250_946 + .saturating_add(Weight::from_ref_time(37_549_703).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) @@ -293,13 +306,14 @@ impl WeightInfo for SubstrateWeight { fn election_phragmen(c: u32, v: u32, e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + v * (638 ±0) + e * (28 ±0)` - // Estimated: `330033 + v * (5229 ±6) + e * (89 ±0) + c * (2135 ±7)` - // Minimum execution time: 1_273_671 nanoseconds. - Weight::from_parts(1_279_716_000, 330033) - // Standard Error: 543_277 - .saturating_add(Weight::from_ref_time(20_613_753).saturating_mul(v.into())) - // Standard Error: 34_857 - .saturating_add(Weight::from_ref_time(688_354).saturating_mul(e.into())) + // Estimated: `336963 + v * (5229 ±6) + e * (89 ±0) + c * (2135 ±7)` + // Minimum execution time: 1_103_967 nanoseconds. + Weight::from_ref_time(1_108_060_000) + .saturating_add(Weight::from_proof_size(336963)) + // Standard Error: 512_555 + .saturating_add(Weight::from_ref_time(16_924_655).saturating_mul(v.into())) + // Standard Error: 32_886 + .saturating_add(Weight::from_ref_time(697_790).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(21_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) @@ -327,11 +341,12 @@ impl WeightInfo for () { fn vote_equal(v: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `499 + v * (80 ±0)` - // Estimated: `9726 + v * (320 ±0)` - // Minimum execution time: 27_362 nanoseconds. - Weight::from_parts(28_497_963, 9726) - // Standard Error: 3_968 - .saturating_add(Weight::from_ref_time(176_840).saturating_mul(v.into())) + // Estimated: `14676 + v * (320 ±0)` + // Minimum execution time: 30_473 nanoseconds. + Weight::from_ref_time(31_201_828) + .saturating_add(Weight::from_proof_size(14676)) + // Standard Error: 2_650 + .saturating_add(Weight::from_ref_time(136_968).saturating_mul(v.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_proof_size(320).saturating_mul(v.into())) @@ -350,11 +365,12 @@ impl WeightInfo for () { fn vote_more(v: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `467 + v * (80 ±0)` - // Estimated: `9598 + v * (320 ±0)` - // Minimum execution time: 37_120 nanoseconds. - Weight::from_parts(38_455_302, 9598) - // Standard Error: 5_478 - .saturating_add(Weight::from_ref_time(219_678).saturating_mul(v.into())) + // Estimated: `14548 + v * (320 ±0)` + // Minimum execution time: 41_225 nanoseconds. + Weight::from_ref_time(41_995_693) + .saturating_add(Weight::from_proof_size(14548)) + // Standard Error: 2_261 + .saturating_add(Weight::from_ref_time(127_727).saturating_mul(v.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_proof_size(320).saturating_mul(v.into())) @@ -373,11 +389,12 @@ impl WeightInfo for () { fn vote_less(v: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `499 + v * (80 ±0)` - // Estimated: `9726 + v * (320 ±0)` - // Minimum execution time: 36_928 nanoseconds. - Weight::from_parts(38_334_669, 9726) - // Standard Error: 5_271 - .saturating_add(Weight::from_ref_time(232_355).saturating_mul(v.into())) + // Estimated: `14676 + v * (320 ±0)` + // Minimum execution time: 41_202 nanoseconds. + Weight::from_ref_time(41_933_829) + .saturating_add(Weight::from_proof_size(14676)) + // Standard Error: 2_565 + .saturating_add(Weight::from_ref_time(123_716).saturating_mul(v.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_proof_size(320).saturating_mul(v.into())) @@ -389,9 +406,10 @@ impl WeightInfo for () { fn remove_voter() -> Weight { // Proof Size summary in bytes: // Measured: `989` - // Estimated: `7238` - // Minimum execution time: 34_338 nanoseconds. - Weight::from_parts(35_672_000, 7238) + // Estimated: `9218` + // Minimum execution time: 37_367 nanoseconds. + Weight::from_ref_time(37_822_000) + .saturating_add(Weight::from_proof_size(9218)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -405,11 +423,12 @@ impl WeightInfo for () { fn submit_candidacy(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1697 + c * (48 ±0)` - // Estimated: `6576 + c * (144 ±0)` - // Minimum execution time: 31_864 nanoseconds. - Weight::from_parts(33_490_161, 6576) - // Standard Error: 2_643 - .saturating_add(Weight::from_ref_time(158_386).saturating_mul(c.into())) + // Estimated: `9546 + c * (144 ±0)` + // Minimum execution time: 33_162 nanoseconds. + Weight::from_ref_time(34_021_558) + .saturating_add(Weight::from_proof_size(9546)) + // Standard Error: 1_101 + .saturating_add(Weight::from_ref_time(73_484).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_proof_size(144).saturating_mul(c.into())) @@ -420,11 +439,12 @@ impl WeightInfo for () { fn renounce_candidacy_candidate(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `349 + c * (48 ±0)` - // Estimated: `844 + c * (48 ±0)` - // Minimum execution time: 27_292 nanoseconds. - Weight::from_parts(28_364_955, 844) - // Standard Error: 1_335 - .saturating_add(Weight::from_ref_time(78_086).saturating_mul(c.into())) + // Estimated: `1834 + c * (48 ±0)` + // Minimum execution time: 26_950 nanoseconds. + Weight::from_ref_time(27_383_942) + .saturating_add(Weight::from_proof_size(1834)) + // Standard Error: 657 + .saturating_add(Weight::from_ref_time(48_799).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_proof_size(48).saturating_mul(c.into())) @@ -442,9 +462,10 @@ impl WeightInfo for () { fn renounce_candidacy_members() -> Weight { // Proof Size summary in bytes: // Measured: `2027` - // Estimated: `12115` - // Minimum execution time: 45_975 nanoseconds. - Weight::from_parts(47_103_000, 12115) + // Estimated: `16075` + // Minimum execution time: 45_365 nanoseconds. + Weight::from_ref_time(45_803_000) + .saturating_add(Weight::from_proof_size(16075)) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -453,9 +474,10 @@ impl WeightInfo for () { fn renounce_candidacy_runners_up() -> Weight { // Proof Size summary in bytes: // Measured: `975` - // Estimated: `1470` - // Minimum execution time: 29_243 nanoseconds. - Weight::from_parts(30_582_000, 1470) + // Estimated: `2460` + // Minimum execution time: 29_075 nanoseconds. + Weight::from_ref_time(29_406_000) + .saturating_add(Weight::from_proof_size(2460)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -467,6 +489,7 @@ impl WeightInfo for () { // 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)) } /// Storage: Elections Members (r:1 w:1) /// Proof Skipped: Elections Members (max_values: Some(1), max_size: None, mode: Measured) @@ -483,9 +506,10 @@ impl WeightInfo for () { fn remove_member_with_replacement() -> Weight { // Proof Size summary in bytes: // Measured: `2027` - // Estimated: `14718` - // Minimum execution time: 52_527 nanoseconds. - Weight::from_parts(53_538_000, 14718) + // Estimated: `19668` + // Minimum execution time: 51_256 nanoseconds. + Weight::from_ref_time(51_864_000) + .saturating_add(Weight::from_proof_size(19668)) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -506,11 +530,12 @@ impl WeightInfo for () { fn clean_defunct_voters(v: u32, _d: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1115 + v * (875 ±0)` - // Estimated: `8448 + v * (12352 ±0)` - // Minimum execution time: 14_934_185 nanoseconds. - Weight::from_parts(15_014_057_000, 8448) - // Standard Error: 245_588 - .saturating_add(Weight::from_ref_time(35_586_946).saturating_mul(v.into())) + // Estimated: `14388 + v * (12352 ±0)` + // Minimum execution time: 15_408_020 nanoseconds. + Weight::from_ref_time(15_465_247_000) + .saturating_add(Weight::from_proof_size(14388)) + // Standard Error: 250_946 + .saturating_add(Weight::from_ref_time(37_549_703).saturating_mul(v.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(v.into()))) .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(v.into()))) @@ -540,13 +565,14 @@ impl WeightInfo for () { fn election_phragmen(c: u32, v: u32, e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + v * (638 ±0) + e * (28 ±0)` - // Estimated: `330033 + v * (5229 ±6) + e * (89 ±0) + c * (2135 ±7)` - // Minimum execution time: 1_273_671 nanoseconds. - Weight::from_parts(1_279_716_000, 330033) - // Standard Error: 543_277 - .saturating_add(Weight::from_ref_time(20_613_753).saturating_mul(v.into())) - // Standard Error: 34_857 - .saturating_add(Weight::from_ref_time(688_354).saturating_mul(e.into())) + // Estimated: `336963 + v * (5229 ±6) + e * (89 ±0) + c * (2135 ±7)` + // Minimum execution time: 1_103_967 nanoseconds. + Weight::from_ref_time(1_108_060_000) + .saturating_add(Weight::from_proof_size(336963)) + // Standard Error: 512_555 + .saturating_add(Weight::from_ref_time(16_924_655).saturating_mul(v.into())) + // Standard Error: 32_886 + .saturating_add(Weight::from_ref_time(697_790).saturating_mul(e.into())) .saturating_add(RocksDbWeight::get().reads(21_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(v.into()))) diff --git a/frame/fast-unstake/src/weights.rs b/frame/fast-unstake/src/weights.rs index d1c6595964ee0..f4e4d855edf5f 100644 --- a/frame/fast-unstake/src/weights.rs +++ b/frame/fast-unstake/src/weights.rs @@ -18,25 +18,28 @@ //! Autogenerated weights for pallet_fast_unstake //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `runner-b3zmxxc-project-145-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! WORST CASE MAP SIZE: `1000000` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: -// target/production/substrate +// ./target/production/substrate // benchmark // pallet +// --chain=dev // --steps=50 // --repeat=20 +// --pallet=pallet_fast_unstake +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --json-file=/builds/parity/mirrors/substrate/.git/.artifacts/bench.json -// --pallet=pallet_fast_unstake -// --chain=dev -// --header=./HEADER-APACHE2 // --output=./frame/fast-unstake/src/weights.rs +// --header=./HEADER-APACHE2 // --template=./.maintain/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -58,172 +61,300 @@ pub trait WeightInfo { /// Weights for pallet_fast_unstake using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl WeightInfo for SubstrateWeight { - // Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) - // Storage: Staking ValidatorCount (r:1 w:0) - // Storage: FastUnstake Head (r:1 w:1) - // Storage: FastUnstake CounterForQueue (r:1 w:0) - // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0) - // Storage: Staking CurrentEra (r:1 w:0) - // Storage: Staking SlashingSpans (r:1 w:0) - // Storage: Staking Bonded (r:1 w:1) - // Storage: Staking Validators (r:1 w:0) - // Storage: Staking Nominators (r:1 w:0) - // Storage: System Account (r:1 w:1) - // Storage: Balances Locks (r:1 w:1) - // Storage: Staking Ledger (r:0 w:1) - // Storage: Staking Payee (r:0 w:1) + /// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) + /// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Staking ValidatorCount (r:1 w:0) + /// Proof: Staking ValidatorCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: FastUnstake Head (r:1 w:1) + /// Proof: FastUnstake Head (max_values: Some(1), max_size: Some(5768), added: 6263, mode: MaxEncodedLen) + /// Storage: FastUnstake CounterForQueue (r:1 w:0) + /// Proof: FastUnstake CounterForQueue (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0) + /// Proof Skipped: ElectionProviderMultiPhase CurrentPhase (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Staking CurrentEra (r:1 w:0) + /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Staking SlashingSpans (r:64 w:0) + /// Proof Skipped: Staking SlashingSpans (max_values: None, max_size: None, mode: Measured) + /// Storage: Staking Bonded (r:64 w:64) + /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) + /// Storage: Staking Validators (r:64 w:0) + /// Proof: Staking Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen) + /// Storage: Staking Nominators (r:64 w:0) + /// Proof: Staking Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen) + /// Storage: System Account (r:64 w:64) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Balances Locks (r:64 w:64) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Staking Ledger (r:0 w:64) + /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) + /// Storage: Staking Payee (r:0 w:64) + /// Proof: Staking Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) /// The range of component `b` is `[1, 64]`. fn on_idle_unstake(b: u32, ) -> Weight { - // Minimum execution time: 92_833 nanoseconds. - Weight::from_ref_time(62_136_346) - // Standard Error: 25_541 - .saturating_add(Weight::from_ref_time(42_904_859).saturating_mul(b.into())) - .saturating_add(T::DbWeight::get().reads(6)) + // Proof Size summary in bytes: + // Measured: `1376 + b * (375 ±0)` + // Estimated: `23318 + b * (17706 ±0)` + // Minimum execution time: 79_479 nanoseconds. + Weight::from_ref_time(40_309_679) + .saturating_add(Weight::from_proof_size(23318)) + // Standard Error: 43_453 + .saturating_add(Weight::from_ref_time(43_184_465).saturating_mul(b.into())) + .saturating_add(T::DbWeight::get().reads(6_u64)) .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(1_u64)) .saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(b.into()))) + .saturating_add(Weight::from_proof_size(17706).saturating_mul(b.into())) } - // Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) - // Storage: Staking ValidatorCount (r:1 w:0) - // Storage: FastUnstake Head (r:1 w:1) - // Storage: FastUnstake CounterForQueue (r:1 w:0) - // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0) - // Storage: Staking CurrentEra (r:1 w:0) - // Storage: Staking ErasStakers (r:2 w:0) + /// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) + /// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Staking ValidatorCount (r:1 w:0) + /// Proof: Staking ValidatorCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: FastUnstake Head (r:1 w:1) + /// Proof: FastUnstake Head (max_values: Some(1), max_size: Some(5768), added: 6263, mode: MaxEncodedLen) + /// Storage: FastUnstake CounterForQueue (r:1 w:0) + /// Proof: FastUnstake CounterForQueue (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0) + /// Proof Skipped: ElectionProviderMultiPhase CurrentPhase (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Staking CurrentEra (r:1 w:0) + /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Staking ErasStakers (r:257 w:0) + /// Proof Skipped: Staking ErasStakers (max_values: None, max_size: None, mode: Measured) /// The range of component `v` is `[1, 256]`. /// The range of component `b` is `[1, 64]`. fn on_idle_check(v: u32, b: u32, ) -> Weight { - // Minimum execution time: 1_775_293 nanoseconds. - Weight::from_ref_time(1_787_133_000) - // Standard Error: 17_109_142 - .saturating_add(Weight::from_ref_time(546_766_552).saturating_mul(v.into())) - // Standard Error: 68_455_625 - .saturating_add(Weight::from_ref_time(2_135_980_830).saturating_mul(b.into())) - .saturating_add(T::DbWeight::get().reads(7)) + // Proof Size summary in bytes: + // Measured: `1544 + v * (10069 ±0) + b * (48 ±0)` + // Estimated: `20953 + v * (22615 ±0) + b * (98 ±0)` + // Minimum execution time: 1_518_406 nanoseconds. + Weight::from_ref_time(1_524_667_000) + .saturating_add(Weight::from_proof_size(20953)) + // Standard Error: 13_709_322 + .saturating_add(Weight::from_ref_time(439_304_843).saturating_mul(v.into())) + // Standard Error: 54_852_560 + .saturating_add(Weight::from_ref_time(1_719_147_990).saturating_mul(b.into())) + .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) - .saturating_add(T::DbWeight::get().writes(1)) + .saturating_add(T::DbWeight::get().writes(1_u64)) + .saturating_add(Weight::from_proof_size(22615).saturating_mul(v.into())) + .saturating_add(Weight::from_proof_size(98).saturating_mul(b.into())) } - // Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) - // Storage: Staking Ledger (r:1 w:1) - // Storage: FastUnstake Queue (r:1 w:1) - // Storage: FastUnstake Head (r:1 w:0) - // Storage: Staking Bonded (r:1 w:0) - // Storage: Staking Validators (r:1 w:0) - // Storage: Staking Nominators (r:1 w:1) - // Storage: Staking CounterForNominators (r:1 w:1) - // Storage: VoterList ListNodes (r:1 w:1) - // Storage: VoterList ListBags (r:1 w:1) - // Storage: VoterList CounterForListNodes (r:1 w:1) - // Storage: Staking CurrentEra (r:1 w:0) - // Storage: Balances Locks (r:1 w:1) - // Storage: FastUnstake CounterForQueue (r:1 w:1) + /// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) + /// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Staking Ledger (r:1 w:1) + /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) + /// Storage: FastUnstake Queue (r:1 w:1) + /// Proof: FastUnstake Queue (max_values: None, max_size: Some(56), added: 2531, mode: MaxEncodedLen) + /// Storage: FastUnstake Head (r:1 w:0) + /// Proof: FastUnstake Head (max_values: Some(1), max_size: Some(5768), added: 6263, mode: MaxEncodedLen) + /// Storage: Staking Bonded (r:1 w:0) + /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) + /// Storage: Staking Validators (r:1 w:0) + /// Proof: Staking Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen) + /// Storage: Staking Nominators (r:1 w:1) + /// Proof: Staking Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen) + /// Storage: Staking CounterForNominators (r:1 w:1) + /// Proof: Staking CounterForNominators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: VoterList ListNodes (r:1 w:1) + /// Proof: VoterList ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen) + /// Storage: VoterList ListBags (r:1 w:1) + /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) + /// Storage: VoterList CounterForListNodes (r:1 w:1) + /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Staking CurrentEra (r:1 w:0) + /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: FastUnstake CounterForQueue (r:1 w:1) + /// Proof: FastUnstake CounterForQueue (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn register_fast_unstake() -> Weight { - // Minimum execution time: 124_849 nanoseconds. - Weight::from_ref_time(128_176_000) - .saturating_add(T::DbWeight::get().reads(14)) - .saturating_add(T::DbWeight::get().writes(9)) + // Proof Size summary in bytes: + // Measured: `2092` + // Estimated: `45775` + // Minimum execution time: 119_540 nanoseconds. + Weight::from_ref_time(120_998_000) + .saturating_add(Weight::from_proof_size(45775)) + .saturating_add(T::DbWeight::get().reads(14_u64)) + .saturating_add(T::DbWeight::get().writes(9_u64)) } - // Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) - // Storage: Staking Ledger (r:1 w:0) - // Storage: FastUnstake Queue (r:1 w:1) - // Storage: FastUnstake Head (r:1 w:0) - // Storage: FastUnstake CounterForQueue (r:1 w:1) + /// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) + /// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Staking Ledger (r:1 w:0) + /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) + /// Storage: FastUnstake Queue (r:1 w:1) + /// Proof: FastUnstake Queue (max_values: None, max_size: Some(56), added: 2531, mode: MaxEncodedLen) + /// Storage: FastUnstake Head (r:1 w:0) + /// Proof: FastUnstake Head (max_values: Some(1), max_size: Some(5768), added: 6263, mode: MaxEncodedLen) + /// Storage: FastUnstake CounterForQueue (r:1 w:1) + /// Proof: FastUnstake CounterForQueue (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn deregister() -> Weight { - // Minimum execution time: 48_246 nanoseconds. - Weight::from_ref_time(49_720_000) - .saturating_add(T::DbWeight::get().reads(5)) - .saturating_add(T::DbWeight::get().writes(2)) + // Proof Size summary in bytes: + // Measured: `1287` + // Estimated: `18308` + // Minimum execution time: 43_268 nanoseconds. + Weight::from_ref_time(44_027_000) + .saturating_add(Weight::from_proof_size(18308)) + .saturating_add(T::DbWeight::get().reads(5_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) } - // Storage: FastUnstake ErasToCheckPerBlock (r:0 w:1) + /// Storage: FastUnstake ErasToCheckPerBlock (r:0 w:1) + /// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn control() -> Weight { - // Minimum execution time: 4_611 nanoseconds. - Weight::from_ref_time(4_844_000) - .saturating_add(T::DbWeight::get().writes(1)) + // Proof Size summary in bytes: + // Measured: `0` + // Estimated: `0` + // Minimum execution time: 3_147 nanoseconds. + Weight::from_ref_time(3_281_000) + .saturating_add(Weight::from_proof_size(0)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } } // For backwards compatibility and tests impl WeightInfo for () { - // Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) - // Storage: Staking ValidatorCount (r:1 w:0) - // Storage: FastUnstake Head (r:1 w:1) - // Storage: FastUnstake CounterForQueue (r:1 w:0) - // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0) - // Storage: Staking CurrentEra (r:1 w:0) - // Storage: Staking SlashingSpans (r:1 w:0) - // Storage: Staking Bonded (r:1 w:1) - // Storage: Staking Validators (r:1 w:0) - // Storage: Staking Nominators (r:1 w:0) - // Storage: System Account (r:1 w:1) - // Storage: Balances Locks (r:1 w:1) - // Storage: Staking Ledger (r:0 w:1) - // Storage: Staking Payee (r:0 w:1) + /// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) + /// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Staking ValidatorCount (r:1 w:0) + /// Proof: Staking ValidatorCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: FastUnstake Head (r:1 w:1) + /// Proof: FastUnstake Head (max_values: Some(1), max_size: Some(5768), added: 6263, mode: MaxEncodedLen) + /// Storage: FastUnstake CounterForQueue (r:1 w:0) + /// Proof: FastUnstake CounterForQueue (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0) + /// Proof Skipped: ElectionProviderMultiPhase CurrentPhase (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Staking CurrentEra (r:1 w:0) + /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Staking SlashingSpans (r:64 w:0) + /// Proof Skipped: Staking SlashingSpans (max_values: None, max_size: None, mode: Measured) + /// Storage: Staking Bonded (r:64 w:64) + /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) + /// Storage: Staking Validators (r:64 w:0) + /// Proof: Staking Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen) + /// Storage: Staking Nominators (r:64 w:0) + /// Proof: Staking Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen) + /// Storage: System Account (r:64 w:64) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Balances Locks (r:64 w:64) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Staking Ledger (r:0 w:64) + /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) + /// Storage: Staking Payee (r:0 w:64) + /// Proof: Staking Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) /// The range of component `b` is `[1, 64]`. fn on_idle_unstake(b: u32, ) -> Weight { - // Minimum execution time: 92_833 nanoseconds. - Weight::from_ref_time(62_136_346) - // Standard Error: 25_541 - .saturating_add(Weight::from_ref_time(42_904_859).saturating_mul(b.into())) - .saturating_add(RocksDbWeight::get().reads(6)) + // Proof Size summary in bytes: + // Measured: `1376 + b * (375 ±0)` + // Estimated: `23318 + b * (17706 ±0)` + // Minimum execution time: 79_479 nanoseconds. + Weight::from_ref_time(40_309_679) + .saturating_add(Weight::from_proof_size(23318)) + // Standard Error: 43_453 + .saturating_add(Weight::from_ref_time(43_184_465).saturating_mul(b.into())) + .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((6_u64).saturating_mul(b.into()))) - .saturating_add(RocksDbWeight::get().writes(1)) + .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(RocksDbWeight::get().writes((5_u64).saturating_mul(b.into()))) + .saturating_add(Weight::from_proof_size(17706).saturating_mul(b.into())) } - // Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) - // Storage: Staking ValidatorCount (r:1 w:0) - // Storage: FastUnstake Head (r:1 w:1) - // Storage: FastUnstake CounterForQueue (r:1 w:0) - // Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0) - // Storage: Staking CurrentEra (r:1 w:0) - // Storage: Staking ErasStakers (r:2 w:0) + /// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) + /// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Staking ValidatorCount (r:1 w:0) + /// Proof: Staking ValidatorCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: FastUnstake Head (r:1 w:1) + /// Proof: FastUnstake Head (max_values: Some(1), max_size: Some(5768), added: 6263, mode: MaxEncodedLen) + /// Storage: FastUnstake CounterForQueue (r:1 w:0) + /// Proof: FastUnstake CounterForQueue (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0) + /// Proof Skipped: ElectionProviderMultiPhase CurrentPhase (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Staking CurrentEra (r:1 w:0) + /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Staking ErasStakers (r:257 w:0) + /// Proof Skipped: Staking ErasStakers (max_values: None, max_size: None, mode: Measured) /// The range of component `v` is `[1, 256]`. /// The range of component `b` is `[1, 64]`. fn on_idle_check(v: u32, b: u32, ) -> Weight { - // Minimum execution time: 1_775_293 nanoseconds. - Weight::from_ref_time(1_787_133_000) - // Standard Error: 17_109_142 - .saturating_add(Weight::from_ref_time(546_766_552).saturating_mul(v.into())) - // Standard Error: 68_455_625 - .saturating_add(Weight::from_ref_time(2_135_980_830).saturating_mul(b.into())) - .saturating_add(RocksDbWeight::get().reads(7)) + // Proof Size summary in bytes: + // Measured: `1544 + v * (10069 ±0) + b * (48 ±0)` + // Estimated: `20953 + v * (22615 ±0) + b * (98 ±0)` + // Minimum execution time: 1_518_406 nanoseconds. + Weight::from_ref_time(1_524_667_000) + .saturating_add(Weight::from_proof_size(20953)) + // Standard Error: 13_709_322 + .saturating_add(Weight::from_ref_time(439_304_843).saturating_mul(v.into())) + // Standard Error: 54_852_560 + .saturating_add(Weight::from_ref_time(1_719_147_990).saturating_mul(b.into())) + .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(v.into()))) - .saturating_add(RocksDbWeight::get().writes(1)) + .saturating_add(RocksDbWeight::get().writes(1_u64)) + .saturating_add(Weight::from_proof_size(22615).saturating_mul(v.into())) + .saturating_add(Weight::from_proof_size(98).saturating_mul(b.into())) } - // Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) - // Storage: Staking Ledger (r:1 w:1) - // Storage: FastUnstake Queue (r:1 w:1) - // Storage: FastUnstake Head (r:1 w:0) - // Storage: Staking Bonded (r:1 w:0) - // Storage: Staking Validators (r:1 w:0) - // Storage: Staking Nominators (r:1 w:1) - // Storage: Staking CounterForNominators (r:1 w:1) - // Storage: VoterList ListNodes (r:1 w:1) - // Storage: VoterList ListBags (r:1 w:1) - // Storage: VoterList CounterForListNodes (r:1 w:1) - // Storage: Staking CurrentEra (r:1 w:0) - // Storage: Balances Locks (r:1 w:1) - // Storage: FastUnstake CounterForQueue (r:1 w:1) + /// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) + /// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Staking Ledger (r:1 w:1) + /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) + /// Storage: FastUnstake Queue (r:1 w:1) + /// Proof: FastUnstake Queue (max_values: None, max_size: Some(56), added: 2531, mode: MaxEncodedLen) + /// Storage: FastUnstake Head (r:1 w:0) + /// Proof: FastUnstake Head (max_values: Some(1), max_size: Some(5768), added: 6263, mode: MaxEncodedLen) + /// Storage: Staking Bonded (r:1 w:0) + /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) + /// Storage: Staking Validators (r:1 w:0) + /// Proof: Staking Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen) + /// Storage: Staking Nominators (r:1 w:1) + /// Proof: Staking Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen) + /// Storage: Staking CounterForNominators (r:1 w:1) + /// Proof: Staking CounterForNominators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: VoterList ListNodes (r:1 w:1) + /// Proof: VoterList ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen) + /// Storage: VoterList ListBags (r:1 w:1) + /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) + /// Storage: VoterList CounterForListNodes (r:1 w:1) + /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Staking CurrentEra (r:1 w:0) + /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: FastUnstake CounterForQueue (r:1 w:1) + /// Proof: FastUnstake CounterForQueue (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn register_fast_unstake() -> Weight { - // Minimum execution time: 124_849 nanoseconds. - Weight::from_ref_time(128_176_000) - .saturating_add(RocksDbWeight::get().reads(14)) - .saturating_add(RocksDbWeight::get().writes(9)) + // Proof Size summary in bytes: + // Measured: `2092` + // Estimated: `45775` + // Minimum execution time: 119_540 nanoseconds. + Weight::from_ref_time(120_998_000) + .saturating_add(Weight::from_proof_size(45775)) + .saturating_add(RocksDbWeight::get().reads(14_u64)) + .saturating_add(RocksDbWeight::get().writes(9_u64)) } - // Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) - // Storage: Staking Ledger (r:1 w:0) - // Storage: FastUnstake Queue (r:1 w:1) - // Storage: FastUnstake Head (r:1 w:0) - // Storage: FastUnstake CounterForQueue (r:1 w:1) + /// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) + /// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Staking Ledger (r:1 w:0) + /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) + /// Storage: FastUnstake Queue (r:1 w:1) + /// Proof: FastUnstake Queue (max_values: None, max_size: Some(56), added: 2531, mode: MaxEncodedLen) + /// Storage: FastUnstake Head (r:1 w:0) + /// Proof: FastUnstake Head (max_values: Some(1), max_size: Some(5768), added: 6263, mode: MaxEncodedLen) + /// Storage: FastUnstake CounterForQueue (r:1 w:1) + /// Proof: FastUnstake CounterForQueue (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn deregister() -> Weight { - // Minimum execution time: 48_246 nanoseconds. - Weight::from_ref_time(49_720_000) - .saturating_add(RocksDbWeight::get().reads(5)) - .saturating_add(RocksDbWeight::get().writes(2)) + // Proof Size summary in bytes: + // Measured: `1287` + // Estimated: `18308` + // Minimum execution time: 43_268 nanoseconds. + Weight::from_ref_time(44_027_000) + .saturating_add(Weight::from_proof_size(18308)) + .saturating_add(RocksDbWeight::get().reads(5_u64)) + .saturating_add(RocksDbWeight::get().writes(2_u64)) } - // Storage: FastUnstake ErasToCheckPerBlock (r:0 w:1) + /// Storage: FastUnstake ErasToCheckPerBlock (r:0 w:1) + /// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn control() -> Weight { - // Minimum execution time: 4_611 nanoseconds. - Weight::from_ref_time(4_844_000) - .saturating_add(RocksDbWeight::get().writes(1)) + // Proof Size summary in bytes: + // Measured: `0` + // Estimated: `0` + // Minimum execution time: 3_147 nanoseconds. + Weight::from_ref_time(3_281_000) + .saturating_add(Weight::from_proof_size(0)) + .saturating_add(RocksDbWeight::get().writes(1_u64)) } } diff --git a/frame/glutton/src/weights.rs b/frame/glutton/src/weights.rs index 9c8e161c825f2..fa399c35766aa 100644 --- a/frame/glutton/src/weights.rs +++ b/frame/glutton/src/weights.rs @@ -18,26 +18,28 @@ //! Autogenerated weights for pallet_glutton //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: -// target/production/substrate +// ./target/production/substrate // benchmark // pallet +// --chain=dev // --steps=50 // --repeat=20 +// --pallet=pallet_glutton +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/substrate/.git/.artifacts/bench.json -// --pallet=pallet_glutton -// --chain=dev -// --header=./HEADER-APACHE2 // --output=./frame/glutton/src/weights.rs +// --header=./HEADER-APACHE2 // --template=./.maintain/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -72,11 +74,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `1489` - // Minimum execution time: 10_218 nanoseconds. - Weight::from_ref_time(10_510_000) + // Minimum execution time: 10_114 nanoseconds. + Weight::from_ref_time(10_232_000) .saturating_add(Weight::from_proof_size(1489)) - // Standard Error: 1_582 - .saturating_add(Weight::from_ref_time(1_577_660).saturating_mul(n.into())) + // Standard Error: 1_692 + .saturating_add(Weight::from_ref_time(1_651_460).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) @@ -90,11 +92,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `65` // Estimated: `1489` - // Minimum execution time: 10_993 nanoseconds. - Weight::from_ref_time(11_208_000) + // Minimum execution time: 10_646 nanoseconds. + Weight::from_ref_time(10_855_000) .saturating_add(Weight::from_proof_size(1489)) - // Standard Error: 1_386 - .saturating_add(Weight::from_ref_time(1_072_330).saturating_mul(n.into())) + // Standard Error: 1_290 + .saturating_add(Weight::from_ref_time(1_063_943).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) @@ -104,11 +106,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 740 nanoseconds. - Weight::from_ref_time(770_000) + // Minimum execution time: 945 nanoseconds. + Weight::from_ref_time(16_103_223) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 24 - .saturating_add(Weight::from_ref_time(96_434).saturating_mul(i.into())) + // Standard Error: 49 + .saturating_add(Weight::from_ref_time(97_514).saturating_mul(i.into())) } /// Storage: Glutton TrashData (r:5000 w:0) /// Proof: Glutton TrashData (max_values: Some(65000), max_size: Some(1036), added: 3016, mode: MaxEncodedLen) @@ -117,11 +119,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `119036 + i * (1053 ±0)` // Estimated: `990 + i * (3016 ±0)` - // Minimum execution time: 630 nanoseconds. - Weight::from_ref_time(712_000) + // Minimum execution time: 638 nanoseconds. + Weight::from_ref_time(675_000) .saturating_add(Weight::from_proof_size(990)) - // Standard Error: 4_326 - .saturating_add(Weight::from_ref_time(5_500_880).saturating_mul(i.into())) + // Standard Error: 2_238 + .saturating_add(Weight::from_ref_time(5_519_415).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(Weight::from_proof_size(3016).saturating_mul(i.into())) } @@ -135,8 +137,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1954313` // Estimated: `5242760` - // Minimum execution time: 56_743_236 nanoseconds. - Weight::from_ref_time(57_088_040_000) + // Minimum execution time: 56_714_120 nanoseconds. + Weight::from_ref_time(56_972_595_000) .saturating_add(Weight::from_proof_size(5242760)) .saturating_add(T::DbWeight::get().reads(1739_u64)) } @@ -150,8 +152,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `9671` // Estimated: `19048` - // Minimum execution time: 100_387_042 nanoseconds. - Weight::from_ref_time(100_987_577_000) + // Minimum execution time: 100_803_868 nanoseconds. + Weight::from_ref_time(101_293_229_000) .saturating_add(Weight::from_proof_size(19048)) .saturating_add(T::DbWeight::get().reads(7_u64)) } @@ -163,8 +165,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `2978` - // Minimum execution time: 4_256 nanoseconds. - Weight::from_ref_time(4_447_000) + // Minimum execution time: 4_213 nanoseconds. + Weight::from_ref_time(4_354_000) .saturating_add(Weight::from_proof_size(2978)) .saturating_add(T::DbWeight::get().reads(2_u64)) } @@ -174,8 +176,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_663 nanoseconds. - Weight::from_ref_time(8_864_000) + // Minimum execution time: 8_657 nanoseconds. + Weight::from_ref_time(8_852_000) .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -185,8 +187,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_653 nanoseconds. - Weight::from_ref_time(8_998_000) + // Minimum execution time: 8_869 nanoseconds. + Weight::from_ref_time(9_134_000) .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -203,11 +205,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4` // Estimated: `1489` - // Minimum execution time: 10_218 nanoseconds. - Weight::from_ref_time(10_510_000) + // Minimum execution time: 10_114 nanoseconds. + Weight::from_ref_time(10_232_000) .saturating_add(Weight::from_proof_size(1489)) - // Standard Error: 1_582 - .saturating_add(Weight::from_ref_time(1_577_660).saturating_mul(n.into())) + // Standard Error: 1_692 + .saturating_add(Weight::from_ref_time(1_651_460).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(n.into()))) @@ -221,11 +223,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `65` // Estimated: `1489` - // Minimum execution time: 10_993 nanoseconds. - Weight::from_ref_time(11_208_000) + // Minimum execution time: 10_646 nanoseconds. + Weight::from_ref_time(10_855_000) .saturating_add(Weight::from_proof_size(1489)) - // Standard Error: 1_386 - .saturating_add(Weight::from_ref_time(1_072_330).saturating_mul(n.into())) + // Standard Error: 1_290 + .saturating_add(Weight::from_ref_time(1_063_943).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(n.into()))) @@ -235,11 +237,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 740 nanoseconds. - Weight::from_ref_time(770_000) + // Minimum execution time: 945 nanoseconds. + Weight::from_ref_time(16_103_223) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 24 - .saturating_add(Weight::from_ref_time(96_434).saturating_mul(i.into())) + // Standard Error: 49 + .saturating_add(Weight::from_ref_time(97_514).saturating_mul(i.into())) } /// Storage: Glutton TrashData (r:5000 w:0) /// Proof: Glutton TrashData (max_values: Some(65000), max_size: Some(1036), added: 3016, mode: MaxEncodedLen) @@ -248,11 +250,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `119036 + i * (1053 ±0)` // Estimated: `990 + i * (3016 ±0)` - // Minimum execution time: 630 nanoseconds. - Weight::from_ref_time(712_000) + // Minimum execution time: 638 nanoseconds. + Weight::from_ref_time(675_000) .saturating_add(Weight::from_proof_size(990)) - // Standard Error: 4_326 - .saturating_add(Weight::from_ref_time(5_500_880).saturating_mul(i.into())) + // Standard Error: 2_238 + .saturating_add(Weight::from_ref_time(5_519_415).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(Weight::from_proof_size(3016).saturating_mul(i.into())) } @@ -266,8 +268,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1954313` // Estimated: `5242760` - // Minimum execution time: 56_743_236 nanoseconds. - Weight::from_ref_time(57_088_040_000) + // Minimum execution time: 56_714_120 nanoseconds. + Weight::from_ref_time(56_972_595_000) .saturating_add(Weight::from_proof_size(5242760)) .saturating_add(RocksDbWeight::get().reads(1739_u64)) } @@ -281,8 +283,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `9671` // Estimated: `19048` - // Minimum execution time: 100_387_042 nanoseconds. - Weight::from_ref_time(100_987_577_000) + // Minimum execution time: 100_803_868 nanoseconds. + Weight::from_ref_time(101_293_229_000) .saturating_add(Weight::from_proof_size(19048)) .saturating_add(RocksDbWeight::get().reads(7_u64)) } @@ -294,8 +296,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4` // Estimated: `2978` - // Minimum execution time: 4_256 nanoseconds. - Weight::from_ref_time(4_447_000) + // Minimum execution time: 4_213 nanoseconds. + Weight::from_ref_time(4_354_000) .saturating_add(Weight::from_proof_size(2978)) .saturating_add(RocksDbWeight::get().reads(2_u64)) } @@ -305,8 +307,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_663 nanoseconds. - Weight::from_ref_time(8_864_000) + // Minimum execution time: 8_657 nanoseconds. + Weight::from_ref_time(8_852_000) .saturating_add(Weight::from_proof_size(0)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -316,8 +318,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_653 nanoseconds. - Weight::from_ref_time(8_998_000) + // Minimum execution time: 8_869 nanoseconds. + Weight::from_ref_time(9_134_000) .saturating_add(Weight::from_proof_size(0)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/identity/src/weights.rs b/frame/identity/src/weights.rs index 6475880528534..fd54d8c9e33aa 100644 --- a/frame/identity/src/weights.rs +++ b/frame/identity/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_identity //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_identity +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -75,11 +78,12 @@ impl WeightInfo for SubstrateWeight { fn add_registrar(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `64 + r * (57 ±0)` - // Estimated: `1636` - // Minimum execution time: 10_964 nanoseconds. - Weight::from_parts(11_800_935, 1636) - // Standard Error: 1_334 - .saturating_add(Weight::from_ref_time(96_038).saturating_mul(r.into())) + // Estimated: `2626` + // Minimum execution time: 12_642 nanoseconds. + Weight::from_ref_time(13_265_544) + .saturating_add(Weight::from_proof_size(2626)) + // Standard Error: 1_619 + .saturating_add(Weight::from_ref_time(113_117).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -90,13 +94,14 @@ impl WeightInfo for SubstrateWeight { fn set_identity(r: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `474 + r * (5 ±0)` - // Estimated: `10013` - // Minimum execution time: 26_400 nanoseconds. - Weight::from_parts(26_060_549, 10013) - // Standard Error: 1_561 - .saturating_add(Weight::from_ref_time(72_083).saturating_mul(r.into())) - // Standard Error: 304 - .saturating_add(Weight::from_ref_time(306_994).saturating_mul(x.into())) + // Estimated: `11003` + // Minimum execution time: 30_990 nanoseconds. + Weight::from_ref_time(30_240_104) + .saturating_add(Weight::from_proof_size(11003)) + // Standard Error: 2_438 + .saturating_add(Weight::from_ref_time(111_362).saturating_mul(r.into())) + // Standard Error: 475 + .saturating_add(Weight::from_ref_time(447_815).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -110,11 +115,12 @@ impl WeightInfo for SubstrateWeight { fn set_subs_new(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `101` - // Estimated: `15746 + s * (2589 ±0)` - // Minimum execution time: 8_492 nanoseconds. - Weight::from_parts(21_645_924, 15746) - // Standard Error: 3_452 - .saturating_add(Weight::from_ref_time(2_442_604).saturating_mul(s.into())) + // Estimated: `18716 + s * (2589 ±0)` + // Minimum execution time: 10_293 nanoseconds. + Weight::from_ref_time(24_208_604) + .saturating_add(Weight::from_proof_size(18716)) + // Standard Error: 4_471 + .saturating_add(Weight::from_ref_time(3_061_564).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -131,11 +137,12 @@ impl WeightInfo for SubstrateWeight { fn set_subs_old(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `226 + p * (32 ±0)` - // Estimated: `15746` - // Minimum execution time: 8_488 nanoseconds. - Weight::from_parts(20_202_601, 15746) - // Standard Error: 2_834 - .saturating_add(Weight::from_ref_time(1_082_941).saturating_mul(p.into())) + // Estimated: `17726` + // Minimum execution time: 9_976 nanoseconds. + Weight::from_ref_time(23_810_753) + .saturating_add(Weight::from_proof_size(17726)) + // Standard Error: 3_590 + .saturating_add(Weight::from_ref_time(1_277_958).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -149,18 +156,17 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[1, 20]`. /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. - fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight { + fn clear_identity(_r: u32, s: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `533 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` - // Estimated: `15746` - // Minimum execution time: 41_319 nanoseconds. - Weight::from_parts(25_850_055, 15746) - // Standard Error: 4_144 - .saturating_add(Weight::from_ref_time(59_619).saturating_mul(r.into())) - // Standard Error: 809 - .saturating_add(Weight::from_ref_time(1_076_550).saturating_mul(s.into())) - // Standard Error: 809 - .saturating_add(Weight::from_ref_time(163_191).saturating_mul(x.into())) + // Estimated: `17726` + // Minimum execution time: 50_393 nanoseconds. + Weight::from_ref_time(31_961_708) + .saturating_add(Weight::from_proof_size(17726)) + // Standard Error: 1_520 + .saturating_add(Weight::from_ref_time(1_266_297).saturating_mul(s.into())) + // Standard Error: 1_520 + .saturating_add(Weight::from_ref_time(215_731).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -174,13 +180,14 @@ impl WeightInfo for SubstrateWeight { fn request_judgement(r: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `431 + r * (57 ±0) + x * (66 ±0)` - // Estimated: `11649` - // Minimum execution time: 28_118 nanoseconds. - Weight::from_parts(27_359_471, 11649) - // Standard Error: 2_707 - .saturating_add(Weight::from_ref_time(107_279).saturating_mul(r.into())) - // Standard Error: 528 - .saturating_add(Weight::from_ref_time(325_165).saturating_mul(x.into())) + // Estimated: `13629` + // Minimum execution time: 32_755 nanoseconds. + Weight::from_ref_time(33_109_363) + .saturating_add(Weight::from_proof_size(13629)) + // Standard Error: 6_341 + .saturating_add(Weight::from_ref_time(58_498).saturating_mul(r.into())) + // Standard Error: 1_237 + .saturating_add(Weight::from_ref_time(460_586).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -191,13 +198,14 @@ impl WeightInfo for SubstrateWeight { fn cancel_request(r: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `430 + x * (66 ±0)` - // Estimated: `10013` - // Minimum execution time: 24_817 nanoseconds. - Weight::from_parts(24_749_808, 10013) - // Standard Error: 1_938 - .saturating_add(Weight::from_ref_time(63_396).saturating_mul(r.into())) - // Standard Error: 378 - .saturating_add(Weight::from_ref_time(327_083).saturating_mul(x.into())) + // Estimated: `11003` + // Minimum execution time: 28_599 nanoseconds. + Weight::from_ref_time(27_631_249) + .saturating_add(Weight::from_proof_size(11003)) + // Standard Error: 5_938 + .saturating_add(Weight::from_ref_time(116_642).saturating_mul(r.into())) + // Standard Error: 1_158 + .saturating_add(Weight::from_ref_time(470_061).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -207,11 +215,12 @@ impl WeightInfo for SubstrateWeight { fn set_fee(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `121 + r * (57 ±0)` - // Estimated: `1636` - // Minimum execution time: 6_664 nanoseconds. - Weight::from_parts(7_286_307, 1636) - // Standard Error: 1_560 - .saturating_add(Weight::from_ref_time(96_416).saturating_mul(r.into())) + // Estimated: `2626` + // Minimum execution time: 8_264 nanoseconds. + Weight::from_ref_time(8_688_917) + .saturating_add(Weight::from_proof_size(2626)) + // Standard Error: 1_418 + .saturating_add(Weight::from_ref_time(117_704).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -221,11 +230,12 @@ impl WeightInfo for SubstrateWeight { fn set_account_id(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `121 + r * (57 ±0)` - // Estimated: `1636` - // Minimum execution time: 7_054 nanoseconds. - Weight::from_parts(7_382_954, 1636) - // Standard Error: 1_621 - .saturating_add(Weight::from_ref_time(101_595).saturating_mul(r.into())) + // Estimated: `2626` + // Minimum execution time: 8_408 nanoseconds. + Weight::from_ref_time(8_882_124) + .saturating_add(Weight::from_proof_size(2626)) + // Standard Error: 1_460 + .saturating_add(Weight::from_ref_time(114_491).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -235,11 +245,12 @@ impl WeightInfo for SubstrateWeight { fn set_fields(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `121 + r * (57 ±0)` - // Estimated: `1636` - // Minimum execution time: 6_659 nanoseconds. - Weight::from_parts(7_188_883, 1636) - // Standard Error: 1_377 - .saturating_add(Weight::from_ref_time(98_965).saturating_mul(r.into())) + // Estimated: `2626` + // Minimum execution time: 8_239 nanoseconds. + Weight::from_ref_time(8_601_853) + .saturating_add(Weight::from_proof_size(2626)) + // Standard Error: 1_522 + .saturating_add(Weight::from_ref_time(105_927).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -252,13 +263,14 @@ impl WeightInfo for SubstrateWeight { fn provide_judgement(r: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `509 + r * (57 ±0) + x * (66 ±0)` - // Estimated: `11649` - // Minimum execution time: 21_567 nanoseconds. - Weight::from_parts(21_015_310, 11649) - // Standard Error: 2_516 - .saturating_add(Weight::from_ref_time(123_992).saturating_mul(r.into())) - // Standard Error: 465 - .saturating_add(Weight::from_ref_time(552_116).saturating_mul(x.into())) + // Estimated: `13629` + // Minimum execution time: 24_979 nanoseconds. + Weight::from_ref_time(23_620_419) + .saturating_add(Weight::from_proof_size(13629)) + // Standard Error: 3_599 + .saturating_add(Weight::from_ref_time(161_638).saturating_mul(r.into())) + // Standard Error: 665 + .saturating_add(Weight::from_ref_time(758_650).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -276,15 +288,16 @@ impl WeightInfo for SubstrateWeight { fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `772 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` - // Estimated: `18349` - // Minimum execution time: 52_881 nanoseconds. - Weight::from_parts(38_504_388, 18349) - // Standard Error: 3_909 - .saturating_add(Weight::from_ref_time(51_452).saturating_mul(r.into())) - // Standard Error: 763 - .saturating_add(Weight::from_ref_time(1_069_924).saturating_mul(s.into())) - // Standard Error: 763 - .saturating_add(Weight::from_ref_time(164_906).saturating_mul(x.into())) + // Estimated: `21319` + // Minimum execution time: 67_381 nanoseconds. + Weight::from_ref_time(46_699_663) + .saturating_add(Weight::from_proof_size(21319)) + // Standard Error: 8_023 + .saturating_add(Weight::from_ref_time(60_414).saturating_mul(r.into())) + // Standard Error: 1_566 + .saturating_add(Weight::from_ref_time(1_254_260).saturating_mul(s.into())) + // Standard Error: 1_566 + .saturating_add(Weight::from_ref_time(222_834).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -299,11 +312,12 @@ impl WeightInfo for SubstrateWeight { fn add_sub(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `507 + s * (36 ±0)` - // Estimated: `18335` - // Minimum execution time: 24_556 nanoseconds. - Weight::from_parts(28_641_160, 18335) - // Standard Error: 1_327 - .saturating_add(Weight::from_ref_time(66_150).saturating_mul(s.into())) + // Estimated: `21305` + // Minimum execution time: 28_263 nanoseconds. + Weight::from_ref_time(33_249_692) + .saturating_add(Weight::from_proof_size(21305)) + // Standard Error: 1_405 + .saturating_add(Weight::from_ref_time(72_932).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -315,11 +329,12 @@ impl WeightInfo for SubstrateWeight { fn rename_sub(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `623 + s * (3 ±0)` - // Estimated: `12602` - // Minimum execution time: 11_347 nanoseconds. - Weight::from_parts(13_299_367, 12602) - // Standard Error: 525 - .saturating_add(Weight::from_ref_time(16_472).saturating_mul(s.into())) + // Estimated: `14582` + // Minimum execution time: 13_801 nanoseconds. + Weight::from_ref_time(16_176_484) + .saturating_add(Weight::from_proof_size(14582)) + // Standard Error: 872 + .saturating_add(Weight::from_ref_time(16_387).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -333,11 +348,12 @@ impl WeightInfo for SubstrateWeight { fn remove_sub(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `702 + s * (35 ±0)` - // Estimated: `18335` - // Minimum execution time: 27_810 nanoseconds. - Weight::from_parts(30_347_763, 18335) - // Standard Error: 928 - .saturating_add(Weight::from_ref_time(55_342).saturating_mul(s.into())) + // Estimated: `21305` + // Minimum execution time: 32_242 nanoseconds. + Weight::from_ref_time(35_470_674) + .saturating_add(Weight::from_proof_size(21305)) + // Standard Error: 1_181 + .saturating_add(Weight::from_ref_time(61_101).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -349,11 +365,12 @@ impl WeightInfo for SubstrateWeight { fn quit_sub(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `628 + s * (37 ±0)` - // Estimated: `8322` - // Minimum execution time: 17_601 nanoseconds. - Weight::from_parts(19_794_971, 8322) - // Standard Error: 934 - .saturating_add(Weight::from_ref_time(59_289).saturating_mul(s.into())) + // Estimated: `10302` + // Minimum execution time: 20_571 nanoseconds. + Weight::from_ref_time(23_211_865) + .saturating_add(Weight::from_proof_size(10302)) + // Standard Error: 1_076 + .saturating_add(Weight::from_ref_time(63_829).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -367,11 +384,12 @@ impl WeightInfo for () { fn add_registrar(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `64 + r * (57 ±0)` - // Estimated: `1636` - // Minimum execution time: 10_964 nanoseconds. - Weight::from_parts(11_800_935, 1636) - // Standard Error: 1_334 - .saturating_add(Weight::from_ref_time(96_038).saturating_mul(r.into())) + // Estimated: `2626` + // Minimum execution time: 12_642 nanoseconds. + Weight::from_ref_time(13_265_544) + .saturating_add(Weight::from_proof_size(2626)) + // Standard Error: 1_619 + .saturating_add(Weight::from_ref_time(113_117).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -382,13 +400,14 @@ impl WeightInfo for () { fn set_identity(r: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `474 + r * (5 ±0)` - // Estimated: `10013` - // Minimum execution time: 26_400 nanoseconds. - Weight::from_parts(26_060_549, 10013) - // Standard Error: 1_561 - .saturating_add(Weight::from_ref_time(72_083).saturating_mul(r.into())) - // Standard Error: 304 - .saturating_add(Weight::from_ref_time(306_994).saturating_mul(x.into())) + // Estimated: `11003` + // Minimum execution time: 30_990 nanoseconds. + Weight::from_ref_time(30_240_104) + .saturating_add(Weight::from_proof_size(11003)) + // Standard Error: 2_438 + .saturating_add(Weight::from_ref_time(111_362).saturating_mul(r.into())) + // Standard Error: 475 + .saturating_add(Weight::from_ref_time(447_815).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -402,11 +421,12 @@ impl WeightInfo for () { fn set_subs_new(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `101` - // Estimated: `15746 + s * (2589 ±0)` - // Minimum execution time: 8_492 nanoseconds. - Weight::from_parts(21_645_924, 15746) - // Standard Error: 3_452 - .saturating_add(Weight::from_ref_time(2_442_604).saturating_mul(s.into())) + // Estimated: `18716 + s * (2589 ±0)` + // Minimum execution time: 10_293 nanoseconds. + Weight::from_ref_time(24_208_604) + .saturating_add(Weight::from_proof_size(18716)) + // Standard Error: 4_471 + .saturating_add(Weight::from_ref_time(3_061_564).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(s.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -423,11 +443,12 @@ impl WeightInfo for () { fn set_subs_old(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `226 + p * (32 ±0)` - // Estimated: `15746` - // Minimum execution time: 8_488 nanoseconds. - Weight::from_parts(20_202_601, 15746) - // Standard Error: 2_834 - .saturating_add(Weight::from_ref_time(1_082_941).saturating_mul(p.into())) + // Estimated: `17726` + // Minimum execution time: 9_976 nanoseconds. + Weight::from_ref_time(23_810_753) + .saturating_add(Weight::from_proof_size(17726)) + // Standard Error: 3_590 + .saturating_add(Weight::from_ref_time(1_277_958).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -441,18 +462,17 @@ impl WeightInfo for () { /// The range of component `r` is `[1, 20]`. /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. - fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight { + fn clear_identity(_r: u32, s: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `533 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` - // Estimated: `15746` - // Minimum execution time: 41_319 nanoseconds. - Weight::from_parts(25_850_055, 15746) - // Standard Error: 4_144 - .saturating_add(Weight::from_ref_time(59_619).saturating_mul(r.into())) - // Standard Error: 809 - .saturating_add(Weight::from_ref_time(1_076_550).saturating_mul(s.into())) - // Standard Error: 809 - .saturating_add(Weight::from_ref_time(163_191).saturating_mul(x.into())) + // Estimated: `17726` + // Minimum execution time: 50_393 nanoseconds. + Weight::from_ref_time(31_961_708) + .saturating_add(Weight::from_proof_size(17726)) + // Standard Error: 1_520 + .saturating_add(Weight::from_ref_time(1_266_297).saturating_mul(s.into())) + // Standard Error: 1_520 + .saturating_add(Weight::from_ref_time(215_731).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -466,13 +486,14 @@ impl WeightInfo for () { fn request_judgement(r: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `431 + r * (57 ±0) + x * (66 ±0)` - // Estimated: `11649` - // Minimum execution time: 28_118 nanoseconds. - Weight::from_parts(27_359_471, 11649) - // Standard Error: 2_707 - .saturating_add(Weight::from_ref_time(107_279).saturating_mul(r.into())) - // Standard Error: 528 - .saturating_add(Weight::from_ref_time(325_165).saturating_mul(x.into())) + // Estimated: `13629` + // Minimum execution time: 32_755 nanoseconds. + Weight::from_ref_time(33_109_363) + .saturating_add(Weight::from_proof_size(13629)) + // Standard Error: 6_341 + .saturating_add(Weight::from_ref_time(58_498).saturating_mul(r.into())) + // Standard Error: 1_237 + .saturating_add(Weight::from_ref_time(460_586).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -483,13 +504,14 @@ impl WeightInfo for () { fn cancel_request(r: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `430 + x * (66 ±0)` - // Estimated: `10013` - // Minimum execution time: 24_817 nanoseconds. - Weight::from_parts(24_749_808, 10013) - // Standard Error: 1_938 - .saturating_add(Weight::from_ref_time(63_396).saturating_mul(r.into())) - // Standard Error: 378 - .saturating_add(Weight::from_ref_time(327_083).saturating_mul(x.into())) + // Estimated: `11003` + // Minimum execution time: 28_599 nanoseconds. + Weight::from_ref_time(27_631_249) + .saturating_add(Weight::from_proof_size(11003)) + // Standard Error: 5_938 + .saturating_add(Weight::from_ref_time(116_642).saturating_mul(r.into())) + // Standard Error: 1_158 + .saturating_add(Weight::from_ref_time(470_061).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -499,11 +521,12 @@ impl WeightInfo for () { fn set_fee(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `121 + r * (57 ±0)` - // Estimated: `1636` - // Minimum execution time: 6_664 nanoseconds. - Weight::from_parts(7_286_307, 1636) - // Standard Error: 1_560 - .saturating_add(Weight::from_ref_time(96_416).saturating_mul(r.into())) + // Estimated: `2626` + // Minimum execution time: 8_264 nanoseconds. + Weight::from_ref_time(8_688_917) + .saturating_add(Weight::from_proof_size(2626)) + // Standard Error: 1_418 + .saturating_add(Weight::from_ref_time(117_704).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -513,11 +536,12 @@ impl WeightInfo for () { fn set_account_id(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `121 + r * (57 ±0)` - // Estimated: `1636` - // Minimum execution time: 7_054 nanoseconds. - Weight::from_parts(7_382_954, 1636) - // Standard Error: 1_621 - .saturating_add(Weight::from_ref_time(101_595).saturating_mul(r.into())) + // Estimated: `2626` + // Minimum execution time: 8_408 nanoseconds. + Weight::from_ref_time(8_882_124) + .saturating_add(Weight::from_proof_size(2626)) + // Standard Error: 1_460 + .saturating_add(Weight::from_ref_time(114_491).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -527,11 +551,12 @@ impl WeightInfo for () { fn set_fields(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `121 + r * (57 ±0)` - // Estimated: `1636` - // Minimum execution time: 6_659 nanoseconds. - Weight::from_parts(7_188_883, 1636) - // Standard Error: 1_377 - .saturating_add(Weight::from_ref_time(98_965).saturating_mul(r.into())) + // Estimated: `2626` + // Minimum execution time: 8_239 nanoseconds. + Weight::from_ref_time(8_601_853) + .saturating_add(Weight::from_proof_size(2626)) + // Standard Error: 1_522 + .saturating_add(Weight::from_ref_time(105_927).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -544,13 +569,14 @@ impl WeightInfo for () { fn provide_judgement(r: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `509 + r * (57 ±0) + x * (66 ±0)` - // Estimated: `11649` - // Minimum execution time: 21_567 nanoseconds. - Weight::from_parts(21_015_310, 11649) - // Standard Error: 2_516 - .saturating_add(Weight::from_ref_time(123_992).saturating_mul(r.into())) - // Standard Error: 465 - .saturating_add(Weight::from_ref_time(552_116).saturating_mul(x.into())) + // Estimated: `13629` + // Minimum execution time: 24_979 nanoseconds. + Weight::from_ref_time(23_620_419) + .saturating_add(Weight::from_proof_size(13629)) + // Standard Error: 3_599 + .saturating_add(Weight::from_ref_time(161_638).saturating_mul(r.into())) + // Standard Error: 665 + .saturating_add(Weight::from_ref_time(758_650).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -568,15 +594,16 @@ impl WeightInfo for () { fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `772 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` - // Estimated: `18349` - // Minimum execution time: 52_881 nanoseconds. - Weight::from_parts(38_504_388, 18349) - // Standard Error: 3_909 - .saturating_add(Weight::from_ref_time(51_452).saturating_mul(r.into())) - // Standard Error: 763 - .saturating_add(Weight::from_ref_time(1_069_924).saturating_mul(s.into())) - // Standard Error: 763 - .saturating_add(Weight::from_ref_time(164_906).saturating_mul(x.into())) + // Estimated: `21319` + // Minimum execution time: 67_381 nanoseconds. + Weight::from_ref_time(46_699_663) + .saturating_add(Weight::from_proof_size(21319)) + // Standard Error: 8_023 + .saturating_add(Weight::from_ref_time(60_414).saturating_mul(r.into())) + // Standard Error: 1_566 + .saturating_add(Weight::from_ref_time(1_254_260).saturating_mul(s.into())) + // Standard Error: 1_566 + .saturating_add(Weight::from_ref_time(222_834).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -591,11 +618,12 @@ impl WeightInfo for () { fn add_sub(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `507 + s * (36 ±0)` - // Estimated: `18335` - // Minimum execution time: 24_556 nanoseconds. - Weight::from_parts(28_641_160, 18335) - // Standard Error: 1_327 - .saturating_add(Weight::from_ref_time(66_150).saturating_mul(s.into())) + // Estimated: `21305` + // Minimum execution time: 28_263 nanoseconds. + Weight::from_ref_time(33_249_692) + .saturating_add(Weight::from_proof_size(21305)) + // Standard Error: 1_405 + .saturating_add(Weight::from_ref_time(72_932).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -607,11 +635,12 @@ impl WeightInfo for () { fn rename_sub(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `623 + s * (3 ±0)` - // Estimated: `12602` - // Minimum execution time: 11_347 nanoseconds. - Weight::from_parts(13_299_367, 12602) - // Standard Error: 525 - .saturating_add(Weight::from_ref_time(16_472).saturating_mul(s.into())) + // Estimated: `14582` + // Minimum execution time: 13_801 nanoseconds. + Weight::from_ref_time(16_176_484) + .saturating_add(Weight::from_proof_size(14582)) + // Standard Error: 872 + .saturating_add(Weight::from_ref_time(16_387).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -625,11 +654,12 @@ impl WeightInfo for () { fn remove_sub(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `702 + s * (35 ±0)` - // Estimated: `18335` - // Minimum execution time: 27_810 nanoseconds. - Weight::from_parts(30_347_763, 18335) - // Standard Error: 928 - .saturating_add(Weight::from_ref_time(55_342).saturating_mul(s.into())) + // Estimated: `21305` + // Minimum execution time: 32_242 nanoseconds. + Weight::from_ref_time(35_470_674) + .saturating_add(Weight::from_proof_size(21305)) + // Standard Error: 1_181 + .saturating_add(Weight::from_ref_time(61_101).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -641,11 +671,12 @@ impl WeightInfo for () { fn quit_sub(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `628 + s * (37 ±0)` - // Estimated: `8322` - // Minimum execution time: 17_601 nanoseconds. - Weight::from_parts(19_794_971, 8322) - // Standard Error: 934 - .saturating_add(Weight::from_ref_time(59_289).saturating_mul(s.into())) + // Estimated: `10302` + // Minimum execution time: 20_571 nanoseconds. + Weight::from_ref_time(23_211_865) + .saturating_add(Weight::from_proof_size(10302)) + // Standard Error: 1_076 + .saturating_add(Weight::from_ref_time(63_829).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/frame/im-online/src/weights.rs b/frame/im-online/src/weights.rs index ee7cabf8ae2ee..6a97716dc146f 100644 --- a/frame/im-online/src/weights.rs +++ b/frame/im-online/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_im_online //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_im_online +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -69,17 +72,18 @@ impl WeightInfo for SubstrateWeight { fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `359 + k * (32 ±0)` - // Estimated: `10345712 + e * (25 ±0) + k * (64 ±0)` - // Minimum execution time: 91_116 nanoseconds. - Weight::from_parts(72_526_877, 10345712) - // Standard Error: 95 - .saturating_add(Weight::from_ref_time(20_461).saturating_mul(k.into())) - // Standard Error: 967 - .saturating_add(Weight::from_ref_time(307_869).saturating_mul(e.into())) + // Estimated: `10349672 + k * (64 ±0) + e * (35 ±0)` + // Minimum execution time: 94_516 nanoseconds. + Weight::from_ref_time(74_798_374) + .saturating_add(Weight::from_proof_size(10349672)) + // Standard Error: 270 + .saturating_add(Weight::from_ref_time(22_674).saturating_mul(k.into())) + // Standard Error: 2_728 + .saturating_add(Weight::from_ref_time(419_021).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) - .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_proof_size(35).saturating_mul(e.into())) } } @@ -100,16 +104,17 @@ impl WeightInfo for () { fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `359 + k * (32 ±0)` - // Estimated: `10345712 + e * (25 ±0) + k * (64 ±0)` - // Minimum execution time: 91_116 nanoseconds. - Weight::from_parts(72_526_877, 10345712) - // Standard Error: 95 - .saturating_add(Weight::from_ref_time(20_461).saturating_mul(k.into())) - // Standard Error: 967 - .saturating_add(Weight::from_ref_time(307_869).saturating_mul(e.into())) + // Estimated: `10349672 + k * (64 ±0) + e * (35 ±0)` + // Minimum execution time: 94_516 nanoseconds. + Weight::from_ref_time(74_798_374) + .saturating_add(Weight::from_proof_size(10349672)) + // Standard Error: 270 + .saturating_add(Weight::from_ref_time(22_674).saturating_mul(k.into())) + // Standard Error: 2_728 + .saturating_add(Weight::from_ref_time(419_021).saturating_mul(e.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) - .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_proof_size(35).saturating_mul(e.into())) } } diff --git a/frame/indices/src/weights.rs b/frame/indices/src/weights.rs index fcb71177a5951..fbdda887ef7f4 100644 --- a/frame/indices/src/weights.rs +++ b/frame/indices/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_indices //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_indices +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -63,9 +66,10 @@ impl WeightInfo for SubstrateWeight { fn claim() -> Weight { // Proof Size summary in bytes: // Measured: `76` - // Estimated: `2544` - // Minimum execution time: 19_738 nanoseconds. - Weight::from_parts(20_029_000, 2544) + // Estimated: `3534` + // Minimum execution time: 22_170 nanoseconds. + Weight::from_ref_time(22_663_000) + .saturating_add(Weight::from_proof_size(3534)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -76,9 +80,10 @@ impl WeightInfo for SubstrateWeight { fn transfer() -> Weight { // Proof Size summary in bytes: // Measured: `339` - // Estimated: `5147` - // Minimum execution time: 24_494 nanoseconds. - Weight::from_parts(24_794_000, 5147) + // Estimated: `7127` + // Minimum execution time: 28_493 nanoseconds. + Weight::from_ref_time(28_855_000) + .saturating_add(Weight::from_proof_size(7127)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -87,9 +92,10 @@ impl WeightInfo for SubstrateWeight { fn free() -> Weight { // Proof Size summary in bytes: // Measured: `204` - // Estimated: `2544` - // Minimum execution time: 20_041 nanoseconds. - Weight::from_parts(20_473_000, 2544) + // Estimated: `3534` + // Minimum execution time: 23_070 nanoseconds. + Weight::from_ref_time(23_491_000) + .saturating_add(Weight::from_proof_size(3534)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -100,9 +106,10 @@ impl WeightInfo for SubstrateWeight { fn force_transfer() -> Weight { // Proof Size summary in bytes: // Measured: `339` - // Estimated: `5147` - // Minimum execution time: 21_874 nanoseconds. - Weight::from_parts(22_438_000, 5147) + // Estimated: `7127` + // Minimum execution time: 26_238 nanoseconds. + Weight::from_ref_time(26_663_000) + .saturating_add(Weight::from_proof_size(7127)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -111,9 +118,10 @@ impl WeightInfo for SubstrateWeight { fn freeze() -> Weight { // Proof Size summary in bytes: // Measured: `204` - // Estimated: `2544` - // Minimum execution time: 22_407 nanoseconds. - Weight::from_parts(22_768_000, 2544) + // Estimated: `3534` + // Minimum execution time: 25_231 nanoseconds. + Weight::from_ref_time(25_696_000) + .saturating_add(Weight::from_proof_size(3534)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -126,9 +134,10 @@ impl WeightInfo for () { fn claim() -> Weight { // Proof Size summary in bytes: // Measured: `76` - // Estimated: `2544` - // Minimum execution time: 19_738 nanoseconds. - Weight::from_parts(20_029_000, 2544) + // Estimated: `3534` + // Minimum execution time: 22_170 nanoseconds. + Weight::from_ref_time(22_663_000) + .saturating_add(Weight::from_proof_size(3534)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -139,9 +148,10 @@ impl WeightInfo for () { fn transfer() -> Weight { // Proof Size summary in bytes: // Measured: `339` - // Estimated: `5147` - // Minimum execution time: 24_494 nanoseconds. - Weight::from_parts(24_794_000, 5147) + // Estimated: `7127` + // Minimum execution time: 28_493 nanoseconds. + Weight::from_ref_time(28_855_000) + .saturating_add(Weight::from_proof_size(7127)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -150,9 +160,10 @@ impl WeightInfo for () { fn free() -> Weight { // Proof Size summary in bytes: // Measured: `204` - // Estimated: `2544` - // Minimum execution time: 20_041 nanoseconds. - Weight::from_parts(20_473_000, 2544) + // Estimated: `3534` + // Minimum execution time: 23_070 nanoseconds. + Weight::from_ref_time(23_491_000) + .saturating_add(Weight::from_proof_size(3534)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -163,9 +174,10 @@ impl WeightInfo for () { fn force_transfer() -> Weight { // Proof Size summary in bytes: // Measured: `339` - // Estimated: `5147` - // Minimum execution time: 21_874 nanoseconds. - Weight::from_parts(22_438_000, 5147) + // Estimated: `7127` + // Minimum execution time: 26_238 nanoseconds. + Weight::from_ref_time(26_663_000) + .saturating_add(Weight::from_proof_size(7127)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -174,9 +186,10 @@ impl WeightInfo for () { fn freeze() -> Weight { // Proof Size summary in bytes: // Measured: `204` - // Estimated: `2544` - // Minimum execution time: 22_407 nanoseconds. - Weight::from_parts(22_768_000, 2544) + // Estimated: `3534` + // Minimum execution time: 25_231 nanoseconds. + Weight::from_ref_time(25_696_000) + .saturating_add(Weight::from_proof_size(3534)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/lottery/src/weights.rs b/frame/lottery/src/weights.rs index e7857b230cd44..86c7c364e645e 100644 --- a/frame/lottery/src/weights.rs +++ b/frame/lottery/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_lottery //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_lottery +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -76,9 +79,10 @@ impl WeightInfo for SubstrateWeight { fn buy_ticket() -> Weight { // Proof Size summary in bytes: // Measured: `484` - // Estimated: `7181` - // Minimum execution time: 62_125 nanoseconds. - Weight::from_parts(63_145_000, 7181) + // Estimated: `13121` + // Minimum execution time: 44_233 nanoseconds. + Weight::from_ref_time(44_725_000) + .saturating_add(Weight::from_proof_size(13121)) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -89,10 +93,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_650 nanoseconds. - Weight::from_ref_time(8_344_960) - // Standard Error: 2_629 - .saturating_add(Weight::from_ref_time(268_557).saturating_mul(n.into())) + // Minimum execution time: 8_180 nanoseconds. + Weight::from_ref_time(9_043_703) + .saturating_add(Weight::from_proof_size(0)) + // Standard Error: 3_009 + .saturating_add(Weight::from_ref_time(320_411).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Lottery Lottery (r:1 w:1) @@ -104,9 +109,10 @@ impl WeightInfo for SubstrateWeight { fn start_lottery() -> Weight { // Proof Size summary in bytes: // Measured: `161` - // Estimated: `3626` - // Minimum execution time: 31_324 nanoseconds. - Weight::from_parts(31_985_000, 3626) + // Estimated: `6596` + // Minimum execution time: 36_301 nanoseconds. + Weight::from_ref_time(37_063_000) + .saturating_add(Weight::from_proof_size(6596)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -115,9 +121,10 @@ impl WeightInfo for SubstrateWeight { fn stop_repeat() -> Weight { // Proof Size summary in bytes: // Measured: `219` - // Estimated: `524` - // Minimum execution time: 7_124 nanoseconds. - Weight::from_parts(7_285_000, 524) + // Estimated: `1514` + // Minimum execution time: 8_210 nanoseconds. + Weight::from_ref_time(8_430_000) + .saturating_add(Weight::from_proof_size(1514)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -134,9 +141,10 @@ impl WeightInfo for SubstrateWeight { fn on_initialize_end() -> Weight { // Proof Size summary in bytes: // Measured: `556` - // Estimated: `11837` - // Minimum execution time: 50_745 nanoseconds. - Weight::from_parts(52_232_000, 11837) + // Estimated: `16787` + // Minimum execution time: 60_847 nanoseconds. + Weight::from_ref_time(61_331_000) + .saturating_add(Weight::from_proof_size(16787)) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -155,9 +163,10 @@ impl WeightInfo for SubstrateWeight { fn on_initialize_repeat() -> Weight { // Proof Size summary in bytes: // Measured: `556` - // Estimated: `12336` - // Minimum execution time: 52_437 nanoseconds. - Weight::from_parts(53_063_000, 12336) + // Estimated: `18276` + // Minimum execution time: 63_175 nanoseconds. + Weight::from_ref_time(64_502_000) + .saturating_add(Weight::from_proof_size(18276)) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -182,9 +191,10 @@ impl WeightInfo for () { fn buy_ticket() -> Weight { // Proof Size summary in bytes: // Measured: `484` - // Estimated: `7181` - // Minimum execution time: 62_125 nanoseconds. - Weight::from_parts(63_145_000, 7181) + // Estimated: `13121` + // Minimum execution time: 44_233 nanoseconds. + Weight::from_ref_time(44_725_000) + .saturating_add(Weight::from_proof_size(13121)) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -195,10 +205,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_650 nanoseconds. - Weight::from_ref_time(8_344_960) - // Standard Error: 2_629 - .saturating_add(Weight::from_ref_time(268_557).saturating_mul(n.into())) + // Minimum execution time: 8_180 nanoseconds. + Weight::from_ref_time(9_043_703) + .saturating_add(Weight::from_proof_size(0)) + // Standard Error: 3_009 + .saturating_add(Weight::from_ref_time(320_411).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Lottery Lottery (r:1 w:1) @@ -210,9 +221,10 @@ impl WeightInfo for () { fn start_lottery() -> Weight { // Proof Size summary in bytes: // Measured: `161` - // Estimated: `3626` - // Minimum execution time: 31_324 nanoseconds. - Weight::from_parts(31_985_000, 3626) + // Estimated: `6596` + // Minimum execution time: 36_301 nanoseconds. + Weight::from_ref_time(37_063_000) + .saturating_add(Weight::from_proof_size(6596)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -221,9 +233,10 @@ impl WeightInfo for () { fn stop_repeat() -> Weight { // Proof Size summary in bytes: // Measured: `219` - // Estimated: `524` - // Minimum execution time: 7_124 nanoseconds. - Weight::from_parts(7_285_000, 524) + // Estimated: `1514` + // Minimum execution time: 8_210 nanoseconds. + Weight::from_ref_time(8_430_000) + .saturating_add(Weight::from_proof_size(1514)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -240,9 +253,10 @@ impl WeightInfo for () { fn on_initialize_end() -> Weight { // Proof Size summary in bytes: // Measured: `556` - // Estimated: `11837` - // Minimum execution time: 50_745 nanoseconds. - Weight::from_parts(52_232_000, 11837) + // Estimated: `16787` + // Minimum execution time: 60_847 nanoseconds. + Weight::from_ref_time(61_331_000) + .saturating_add(Weight::from_proof_size(16787)) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -261,9 +275,10 @@ impl WeightInfo for () { fn on_initialize_repeat() -> Weight { // Proof Size summary in bytes: // Measured: `556` - // Estimated: `12336` - // Minimum execution time: 52_437 nanoseconds. - Weight::from_parts(53_063_000, 12336) + // Estimated: `18276` + // Minimum execution time: 63_175 nanoseconds. + Weight::from_ref_time(64_502_000) + .saturating_add(Weight::from_proof_size(18276)) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } diff --git a/frame/membership/src/weights.rs b/frame/membership/src/weights.rs index 17f4b2f84ec6d..d9208bf6b2b6a 100644 --- a/frame/membership/src/weights.rs +++ b/frame/membership/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_membership //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_membership +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -72,11 +75,12 @@ impl WeightInfo for SubstrateWeight { fn add_member(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `238 + m * (64 ±0)` - // Estimated: `4903 + m * (192 ±0)` - // Minimum execution time: 15_673 nanoseconds. - Weight::from_parts(16_830_288, 4903) - // Standard Error: 570 - .saturating_add(Weight::from_ref_time(41_959).saturating_mul(m.into())) + // Estimated: `6883 + m * (192 ±0)` + // Minimum execution time: 17_963 nanoseconds. + Weight::from_ref_time(18_918_925) + .saturating_add(Weight::from_proof_size(6883)) + // Standard Error: 694 + .saturating_add(Weight::from_ref_time(45_834).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) @@ -95,11 +99,12 @@ impl WeightInfo for SubstrateWeight { fn remove_member(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `342 + m * (64 ±0)` - // Estimated: `5742 + m * (192 ±0)` - // Minimum execution time: 18_231 nanoseconds. - Weight::from_parts(19_081_297, 5742) - // Standard Error: 571 - .saturating_add(Weight::from_ref_time(41_331).saturating_mul(m.into())) + // Estimated: `8712 + m * (192 ±0)` + // Minimum execution time: 20_958 nanoseconds. + Weight::from_ref_time(21_740_103) + .saturating_add(Weight::from_proof_size(8712)) + // Standard Error: 568 + .saturating_add(Weight::from_ref_time(49_011).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) @@ -118,11 +123,12 @@ impl WeightInfo for SubstrateWeight { fn swap_member(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `342 + m * (64 ±0)` - // Estimated: `5742 + m * (192 ±0)` - // Minimum execution time: 18_517 nanoseconds. - Weight::from_parts(19_388_310, 5742) - // Standard Error: 625 - .saturating_add(Weight::from_ref_time(51_422).saturating_mul(m.into())) + // Estimated: `8712 + m * (192 ±0)` + // Minimum execution time: 21_294 nanoseconds. + Weight::from_ref_time(22_274_269) + .saturating_add(Weight::from_proof_size(8712)) + // Standard Error: 777 + .saturating_add(Weight::from_ref_time(54_167).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) @@ -141,11 +147,12 @@ impl WeightInfo for SubstrateWeight { fn reset_member(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `342 + m * (64 ±0)` - // Estimated: `5742 + m * (192 ±0)` - // Minimum execution time: 17_628 nanoseconds. - Weight::from_parts(19_258_882, 5742) - // Standard Error: 820 - .saturating_add(Weight::from_ref_time(153_956).saturating_mul(m.into())) + // Estimated: `8712 + m * (192 ±0)` + // Minimum execution time: 20_183 nanoseconds. + Weight::from_ref_time(22_253_343) + .saturating_add(Weight::from_proof_size(8712)) + // Standard Error: 1_028 + .saturating_add(Weight::from_ref_time(158_931).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) @@ -164,11 +171,12 @@ impl WeightInfo for SubstrateWeight { fn change_key(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `342 + m * (64 ±0)` - // Estimated: `5742 + m * (192 ±0)` - // Minimum execution time: 19_031 nanoseconds. - Weight::from_parts(20_264_948, 5742) - // Standard Error: 707 - .saturating_add(Weight::from_ref_time(51_060).saturating_mul(m.into())) + // Estimated: `8712 + m * (192 ±0)` + // Minimum execution time: 21_958 nanoseconds. + Weight::from_ref_time(23_403_413) + .saturating_add(Weight::from_proof_size(8712)) + // Standard Error: 744 + .saturating_add(Weight::from_ref_time(53_334).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) @@ -183,11 +191,12 @@ impl WeightInfo for SubstrateWeight { fn set_prime(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `64 + m * (32 ±0)` - // Estimated: `3761 + m * (32 ±0)` - // Minimum execution time: 6_897 nanoseconds. - Weight::from_parts(7_455_387, 3761) - // Standard Error: 326 - .saturating_add(Weight::from_ref_time(16_653).saturating_mul(m.into())) + // Estimated: `4751 + m * (32 ±0)` + // Minimum execution time: 8_245 nanoseconds. + Weight::from_ref_time(8_797_677) + .saturating_add(Weight::from_proof_size(4751)) + // Standard Error: 389 + .saturating_add(Weight::from_ref_time(17_384).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_proof_size(32).saturating_mul(m.into())) @@ -197,14 +206,13 @@ impl WeightInfo for SubstrateWeight { /// Storage: TechnicalCommittee Prime (r:0 w:1) /// Proof Skipped: TechnicalCommittee Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 100]`. - fn clear_prime(m: u32, ) -> Weight { + fn clear_prime(_m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_400 nanoseconds. - Weight::from_ref_time(3_703_421) - // Standard Error: 119 - .saturating_add(Weight::from_ref_time(915).saturating_mul(m.into())) + // Minimum execution time: 3_885 nanoseconds. + Weight::from_ref_time(4_189_257) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(2_u64)) } } @@ -223,11 +231,12 @@ impl WeightInfo for () { fn add_member(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `238 + m * (64 ±0)` - // Estimated: `4903 + m * (192 ±0)` - // Minimum execution time: 15_673 nanoseconds. - Weight::from_parts(16_830_288, 4903) - // Standard Error: 570 - .saturating_add(Weight::from_ref_time(41_959).saturating_mul(m.into())) + // Estimated: `6883 + m * (192 ±0)` + // Minimum execution time: 17_963 nanoseconds. + Weight::from_ref_time(18_918_925) + .saturating_add(Weight::from_proof_size(6883)) + // Standard Error: 694 + .saturating_add(Weight::from_ref_time(45_834).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) @@ -246,11 +255,12 @@ impl WeightInfo for () { fn remove_member(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `342 + m * (64 ±0)` - // Estimated: `5742 + m * (192 ±0)` - // Minimum execution time: 18_231 nanoseconds. - Weight::from_parts(19_081_297, 5742) - // Standard Error: 571 - .saturating_add(Weight::from_ref_time(41_331).saturating_mul(m.into())) + // Estimated: `8712 + m * (192 ±0)` + // Minimum execution time: 20_958 nanoseconds. + Weight::from_ref_time(21_740_103) + .saturating_add(Weight::from_proof_size(8712)) + // Standard Error: 568 + .saturating_add(Weight::from_ref_time(49_011).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) @@ -269,11 +279,12 @@ impl WeightInfo for () { fn swap_member(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `342 + m * (64 ±0)` - // Estimated: `5742 + m * (192 ±0)` - // Minimum execution time: 18_517 nanoseconds. - Weight::from_parts(19_388_310, 5742) - // Standard Error: 625 - .saturating_add(Weight::from_ref_time(51_422).saturating_mul(m.into())) + // Estimated: `8712 + m * (192 ±0)` + // Minimum execution time: 21_294 nanoseconds. + Weight::from_ref_time(22_274_269) + .saturating_add(Weight::from_proof_size(8712)) + // Standard Error: 777 + .saturating_add(Weight::from_ref_time(54_167).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) @@ -292,11 +303,12 @@ impl WeightInfo for () { fn reset_member(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `342 + m * (64 ±0)` - // Estimated: `5742 + m * (192 ±0)` - // Minimum execution time: 17_628 nanoseconds. - Weight::from_parts(19_258_882, 5742) - // Standard Error: 820 - .saturating_add(Weight::from_ref_time(153_956).saturating_mul(m.into())) + // Estimated: `8712 + m * (192 ±0)` + // Minimum execution time: 20_183 nanoseconds. + Weight::from_ref_time(22_253_343) + .saturating_add(Weight::from_proof_size(8712)) + // Standard Error: 1_028 + .saturating_add(Weight::from_ref_time(158_931).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) @@ -315,11 +327,12 @@ impl WeightInfo for () { fn change_key(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `342 + m * (64 ±0)` - // Estimated: `5742 + m * (192 ±0)` - // Minimum execution time: 19_031 nanoseconds. - Weight::from_parts(20_264_948, 5742) - // Standard Error: 707 - .saturating_add(Weight::from_ref_time(51_060).saturating_mul(m.into())) + // Estimated: `8712 + m * (192 ±0)` + // Minimum execution time: 21_958 nanoseconds. + Weight::from_ref_time(23_403_413) + .saturating_add(Weight::from_proof_size(8712)) + // Standard Error: 744 + .saturating_add(Weight::from_ref_time(53_334).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) @@ -334,11 +347,12 @@ impl WeightInfo for () { fn set_prime(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `64 + m * (32 ±0)` - // Estimated: `3761 + m * (32 ±0)` - // Minimum execution time: 6_897 nanoseconds. - Weight::from_parts(7_455_387, 3761) - // Standard Error: 326 - .saturating_add(Weight::from_ref_time(16_653).saturating_mul(m.into())) + // Estimated: `4751 + m * (32 ±0)` + // Minimum execution time: 8_245 nanoseconds. + Weight::from_ref_time(8_797_677) + .saturating_add(Weight::from_proof_size(4751)) + // Standard Error: 389 + .saturating_add(Weight::from_ref_time(17_384).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_proof_size(32).saturating_mul(m.into())) @@ -348,14 +362,13 @@ impl WeightInfo for () { /// Storage: TechnicalCommittee Prime (r:0 w:1) /// Proof Skipped: TechnicalCommittee Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 100]`. - fn clear_prime(m: u32, ) -> Weight { + fn clear_prime(_m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_400 nanoseconds. - Weight::from_ref_time(3_703_421) - // Standard Error: 119 - .saturating_add(Weight::from_ref_time(915).saturating_mul(m.into())) + // Minimum execution time: 3_885 nanoseconds. + Weight::from_ref_time(4_189_257) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } } diff --git a/frame/message-queue/src/weights.rs b/frame/message-queue/src/weights.rs index 3421c2f2f59af..0e8e6b6f7b308 100644 --- a/frame/message-queue/src/weights.rs +++ b/frame/message-queue/src/weights.rs @@ -18,26 +18,28 @@ //! Autogenerated weights for pallet_message_queue //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: -// target/production/substrate +// ./target/production/substrate // benchmark // pallet +// --chain=dev // --steps=50 // --repeat=20 +// --pallet=pallet_message_queue +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/substrate/.git/.artifacts/bench.json -// --pallet=pallet_message_queue -// --chain=dev -// --header=./HEADER-APACHE2 // --output=./frame/message-queue/src/weights.rs +// --header=./HEADER-APACHE2 // --template=./.maintain/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -72,8 +74,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `295` // Estimated: `7527` - // Minimum execution time: 12_538 nanoseconds. - Weight::from_ref_time(12_799_000) + // Minimum execution time: 12_456 nanoseconds. + Weight::from_ref_time(12_689_000) .saturating_add(Weight::from_proof_size(7527)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -86,8 +88,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `295` // Estimated: `7527` - // Minimum execution time: 11_727 nanoseconds. - Weight::from_ref_time(12_177_000) + // Minimum execution time: 11_870 nanoseconds. + Weight::from_ref_time(12_191_000) .saturating_add(Weight::from_proof_size(7527)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -98,8 +100,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3514` - // Minimum execution time: 4_983 nanoseconds. - Weight::from_ref_time(5_174_000) + // Minimum execution time: 4_738 nanoseconds. + Weight::from_ref_time(4_863_000) .saturating_add(Weight::from_proof_size(3514)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -110,8 +112,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `113` // Estimated: `69049` - // Minimum execution time: 6_299 nanoseconds. - Weight::from_ref_time(6_670_000) + // Minimum execution time: 6_243 nanoseconds. + Weight::from_ref_time(6_446_000) .saturating_add(Weight::from_proof_size(69049)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -122,8 +124,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `113` // Estimated: `69049` - // Minimum execution time: 6_762 nanoseconds. - Weight::from_ref_time(7_059_000) + // Minimum execution time: 6_512 nanoseconds. + Weight::from_ref_time(6_709_000) .saturating_add(Weight::from_proof_size(69049)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -132,8 +134,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 72_681 nanoseconds. - Weight::from_ref_time(73_147_000) + // Minimum execution time: 74_106 nanoseconds. + Weight::from_ref_time(74_484_000) .saturating_add(Weight::from_proof_size(0)) } /// Storage: MessageQueue ServiceHead (r:1 w:1) @@ -144,8 +146,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `172` // Estimated: `5003` - // Minimum execution time: 7_066 nanoseconds. - Weight::from_ref_time(7_214_000) + // Minimum execution time: 6_897 nanoseconds. + Weight::from_ref_time(7_128_000) .saturating_add(Weight::from_proof_size(5003)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -158,8 +160,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `65742` // Estimated: `72563` - // Minimum execution time: 57_778 nanoseconds. - Weight::from_ref_time(58_778_000) + // Minimum execution time: 61_103 nanoseconds. + Weight::from_ref_time(61_790_000) .saturating_add(Weight::from_proof_size(72563)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -172,8 +174,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `65742` // Estimated: `72563` - // Minimum execution time: 72_144 nanoseconds. - Weight::from_ref_time(72_942_000) + // Minimum execution time: 81_675 nanoseconds. + Weight::from_ref_time(82_053_000) .saturating_add(Weight::from_proof_size(72563)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -186,8 +188,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `65742` // Estimated: `72563` - // Minimum execution time: 84_890 nanoseconds. - Weight::from_ref_time(86_073_000) + // Minimum execution time: 94_443 nanoseconds. + Weight::from_ref_time(94_884_000) .saturating_add(Weight::from_proof_size(72563)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -204,8 +206,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `295` // Estimated: `7527` - // Minimum execution time: 12_538 nanoseconds. - Weight::from_ref_time(12_799_000) + // Minimum execution time: 12_456 nanoseconds. + Weight::from_ref_time(12_689_000) .saturating_add(Weight::from_proof_size(7527)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -218,8 +220,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `295` // Estimated: `7527` - // Minimum execution time: 11_727 nanoseconds. - Weight::from_ref_time(12_177_000) + // Minimum execution time: 11_870 nanoseconds. + Weight::from_ref_time(12_191_000) .saturating_add(Weight::from_proof_size(7527)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -230,8 +232,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3514` - // Minimum execution time: 4_983 nanoseconds. - Weight::from_ref_time(5_174_000) + // Minimum execution time: 4_738 nanoseconds. + Weight::from_ref_time(4_863_000) .saturating_add(Weight::from_proof_size(3514)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -242,8 +244,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `113` // Estimated: `69049` - // Minimum execution time: 6_299 nanoseconds. - Weight::from_ref_time(6_670_000) + // Minimum execution time: 6_243 nanoseconds. + Weight::from_ref_time(6_446_000) .saturating_add(Weight::from_proof_size(69049)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -254,8 +256,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `113` // Estimated: `69049` - // Minimum execution time: 6_762 nanoseconds. - Weight::from_ref_time(7_059_000) + // Minimum execution time: 6_512 nanoseconds. + Weight::from_ref_time(6_709_000) .saturating_add(Weight::from_proof_size(69049)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -264,8 +266,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 72_681 nanoseconds. - Weight::from_ref_time(73_147_000) + // Minimum execution time: 74_106 nanoseconds. + Weight::from_ref_time(74_484_000) .saturating_add(Weight::from_proof_size(0)) } /// Storage: MessageQueue ServiceHead (r:1 w:1) @@ -276,8 +278,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `172` // Estimated: `5003` - // Minimum execution time: 7_066 nanoseconds. - Weight::from_ref_time(7_214_000) + // Minimum execution time: 6_897 nanoseconds. + Weight::from_ref_time(7_128_000) .saturating_add(Weight::from_proof_size(5003)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -290,8 +292,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `65742` // Estimated: `72563` - // Minimum execution time: 57_778 nanoseconds. - Weight::from_ref_time(58_778_000) + // Minimum execution time: 61_103 nanoseconds. + Weight::from_ref_time(61_790_000) .saturating_add(Weight::from_proof_size(72563)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -304,8 +306,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `65742` // Estimated: `72563` - // Minimum execution time: 72_144 nanoseconds. - Weight::from_ref_time(72_942_000) + // Minimum execution time: 81_675 nanoseconds. + Weight::from_ref_time(82_053_000) .saturating_add(Weight::from_proof_size(72563)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -318,8 +320,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `65742` // Estimated: `72563` - // Minimum execution time: 84_890 nanoseconds. - Weight::from_ref_time(86_073_000) + // Minimum execution time: 94_443 nanoseconds. + Weight::from_ref_time(94_884_000) .saturating_add(Weight::from_proof_size(72563)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) diff --git a/frame/multisig/src/weights.rs b/frame/multisig/src/weights.rs index eff6a29803e04..5052db66351b8 100644 --- a/frame/multisig/src/weights.rs +++ b/frame/multisig/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_multisig //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_multisig +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -65,10 +68,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 12_086 nanoseconds. - Weight::from_ref_time(12_464_828) + // Minimum execution time: 12_589 nanoseconds. + Weight::from_ref_time(12_985_243) + .saturating_add(Weight::from_proof_size(0)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(494).saturating_mul(z.into())) + .saturating_add(Weight::from_ref_time(608).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) @@ -77,13 +81,14 @@ impl WeightInfo for SubstrateWeight { fn as_multi_create(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `352 + s * (2 ±0)` - // Estimated: `5821` - // Minimum execution time: 35_377 nanoseconds. - Weight::from_parts(29_088_956, 5821) - // Standard Error: 335 - .saturating_add(Weight::from_ref_time(67_846).saturating_mul(s.into())) - // Standard Error: 3 - .saturating_add(Weight::from_ref_time(1_523).saturating_mul(z.into())) + // Estimated: `6811` + // Minimum execution time: 39_375 nanoseconds. + Weight::from_ref_time(33_201_694) + .saturating_add(Weight::from_proof_size(6811)) + // Standard Error: 445 + .saturating_add(Weight::from_ref_time(67_777).saturating_mul(s.into())) + // Standard Error: 4 + .saturating_add(Weight::from_ref_time(1_629).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -94,13 +99,14 @@ impl WeightInfo for SubstrateWeight { fn as_multi_approve(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `351` - // Estimated: `5821` - // Minimum execution time: 26_138 nanoseconds. - Weight::from_parts(20_479_380, 5821) - // Standard Error: 259 - .saturating_add(Weight::from_ref_time(64_116).saturating_mul(s.into())) + // Estimated: `6811` + // Minimum execution time: 28_482 nanoseconds. + Weight::from_ref_time(22_805_243) + .saturating_add(Weight::from_proof_size(6811)) + // Standard Error: 262 + .saturating_add(Weight::from_ref_time(62_102).saturating_mul(s.into())) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(1_520).saturating_mul(z.into())) + .saturating_add(Weight::from_ref_time(1_624).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -113,13 +119,14 @@ impl WeightInfo for SubstrateWeight { fn as_multi_complete(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `489 + s * (33 ±0)` - // Estimated: `8424` - // Minimum execution time: 40_323 nanoseconds. - Weight::from_parts(32_311_615, 8424) - // Standard Error: 401 - .saturating_add(Weight::from_ref_time(85_999).saturating_mul(s.into())) - // Standard Error: 3 - .saturating_add(Weight::from_ref_time(1_534).saturating_mul(z.into())) + // Estimated: `10404` + // Minimum execution time: 44_325 nanoseconds. + Weight::from_ref_time(37_126_202) + .saturating_add(Weight::from_proof_size(10404)) + // Standard Error: 544 + .saturating_add(Weight::from_ref_time(81_181).saturating_mul(s.into())) + // Standard Error: 5 + .saturating_add(Weight::from_ref_time(1_635).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -129,11 +136,12 @@ impl WeightInfo for SubstrateWeight { fn approve_as_multi_create(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `359 + s * (2 ±0)` - // Estimated: `5821` - // Minimum execution time: 26_938 nanoseconds. - Weight::from_parts(27_802_216, 5821) - // Standard Error: 342 - .saturating_add(Weight::from_ref_time(69_282).saturating_mul(s.into())) + // Estimated: `6811` + // Minimum execution time: 30_657 nanoseconds. + Weight::from_ref_time(31_879_725) + .saturating_add(Weight::from_proof_size(6811)) + // Standard Error: 493 + .saturating_add(Weight::from_ref_time(66_998).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -143,11 +151,12 @@ impl WeightInfo for SubstrateWeight { fn approve_as_multi_approve(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `351` - // Estimated: `5821` - // Minimum execution time: 18_050 nanoseconds. - Weight::from_parts(19_095_404, 5821) - // Standard Error: 419 - .saturating_add(Weight::from_ref_time(66_914).saturating_mul(s.into())) + // Estimated: `6811` + // Minimum execution time: 20_507 nanoseconds. + Weight::from_ref_time(21_507_241) + .saturating_add(Weight::from_proof_size(6811)) + // Standard Error: 604 + .saturating_add(Weight::from_ref_time(61_938).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -157,11 +166,12 @@ impl WeightInfo for SubstrateWeight { fn cancel_as_multi(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `555 + s * (1 ±0)` - // Estimated: `5821` - // Minimum execution time: 27_508 nanoseconds. - Weight::from_parts(28_702_686, 5821) - // Standard Error: 466 - .saturating_add(Weight::from_ref_time(69_419).saturating_mul(s.into())) + // Estimated: `6811` + // Minimum execution time: 31_580 nanoseconds. + Weight::from_ref_time(33_120_696) + .saturating_add(Weight::from_proof_size(6811)) + // Standard Error: 542 + .saturating_add(Weight::from_ref_time(63_011).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -174,10 +184,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 12_086 nanoseconds. - Weight::from_ref_time(12_464_828) + // Minimum execution time: 12_589 nanoseconds. + Weight::from_ref_time(12_985_243) + .saturating_add(Weight::from_proof_size(0)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(494).saturating_mul(z.into())) + .saturating_add(Weight::from_ref_time(608).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) @@ -186,13 +197,14 @@ impl WeightInfo for () { fn as_multi_create(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `352 + s * (2 ±0)` - // Estimated: `5821` - // Minimum execution time: 35_377 nanoseconds. - Weight::from_parts(29_088_956, 5821) - // Standard Error: 335 - .saturating_add(Weight::from_ref_time(67_846).saturating_mul(s.into())) - // Standard Error: 3 - .saturating_add(Weight::from_ref_time(1_523).saturating_mul(z.into())) + // Estimated: `6811` + // Minimum execution time: 39_375 nanoseconds. + Weight::from_ref_time(33_201_694) + .saturating_add(Weight::from_proof_size(6811)) + // Standard Error: 445 + .saturating_add(Weight::from_ref_time(67_777).saturating_mul(s.into())) + // Standard Error: 4 + .saturating_add(Weight::from_ref_time(1_629).saturating_mul(z.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -203,13 +215,14 @@ impl WeightInfo for () { fn as_multi_approve(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `351` - // Estimated: `5821` - // Minimum execution time: 26_138 nanoseconds. - Weight::from_parts(20_479_380, 5821) - // Standard Error: 259 - .saturating_add(Weight::from_ref_time(64_116).saturating_mul(s.into())) + // Estimated: `6811` + // Minimum execution time: 28_482 nanoseconds. + Weight::from_ref_time(22_805_243) + .saturating_add(Weight::from_proof_size(6811)) + // Standard Error: 262 + .saturating_add(Weight::from_ref_time(62_102).saturating_mul(s.into())) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(1_520).saturating_mul(z.into())) + .saturating_add(Weight::from_ref_time(1_624).saturating_mul(z.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -222,13 +235,14 @@ impl WeightInfo for () { fn as_multi_complete(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `489 + s * (33 ±0)` - // Estimated: `8424` - // Minimum execution time: 40_323 nanoseconds. - Weight::from_parts(32_311_615, 8424) - // Standard Error: 401 - .saturating_add(Weight::from_ref_time(85_999).saturating_mul(s.into())) - // Standard Error: 3 - .saturating_add(Weight::from_ref_time(1_534).saturating_mul(z.into())) + // Estimated: `10404` + // Minimum execution time: 44_325 nanoseconds. + Weight::from_ref_time(37_126_202) + .saturating_add(Weight::from_proof_size(10404)) + // Standard Error: 544 + .saturating_add(Weight::from_ref_time(81_181).saturating_mul(s.into())) + // Standard Error: 5 + .saturating_add(Weight::from_ref_time(1_635).saturating_mul(z.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -238,11 +252,12 @@ impl WeightInfo for () { fn approve_as_multi_create(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `359 + s * (2 ±0)` - // Estimated: `5821` - // Minimum execution time: 26_938 nanoseconds. - Weight::from_parts(27_802_216, 5821) - // Standard Error: 342 - .saturating_add(Weight::from_ref_time(69_282).saturating_mul(s.into())) + // Estimated: `6811` + // Minimum execution time: 30_657 nanoseconds. + Weight::from_ref_time(31_879_725) + .saturating_add(Weight::from_proof_size(6811)) + // Standard Error: 493 + .saturating_add(Weight::from_ref_time(66_998).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -252,11 +267,12 @@ impl WeightInfo for () { fn approve_as_multi_approve(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `351` - // Estimated: `5821` - // Minimum execution time: 18_050 nanoseconds. - Weight::from_parts(19_095_404, 5821) - // Standard Error: 419 - .saturating_add(Weight::from_ref_time(66_914).saturating_mul(s.into())) + // Estimated: `6811` + // Minimum execution time: 20_507 nanoseconds. + Weight::from_ref_time(21_507_241) + .saturating_add(Weight::from_proof_size(6811)) + // Standard Error: 604 + .saturating_add(Weight::from_ref_time(61_938).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -266,11 +282,12 @@ impl WeightInfo for () { fn cancel_as_multi(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `555 + s * (1 ±0)` - // Estimated: `5821` - // Minimum execution time: 27_508 nanoseconds. - Weight::from_parts(28_702_686, 5821) - // Standard Error: 466 - .saturating_add(Weight::from_ref_time(69_419).saturating_mul(s.into())) + // Estimated: `6811` + // Minimum execution time: 31_580 nanoseconds. + Weight::from_ref_time(33_120_696) + .saturating_add(Weight::from_proof_size(6811)) + // Standard Error: 542 + .saturating_add(Weight::from_ref_time(63_011).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/nfts/src/weights.rs b/frame/nfts/src/weights.rs index 9eedea958ae83..5def3ec1fd333 100644 --- a/frame/nfts/src/weights.rs +++ b/frame/nfts/src/weights.rs @@ -18,26 +18,28 @@ //! Autogenerated weights for pallet_nfts //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-osnnfcqu-project-145-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: -// target/production/substrate +// ./target/production/substrate // benchmark // pallet +// --chain=dev // --steps=50 // --repeat=20 +// --pallet=pallet_nfts +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --json-file=/builds/parity/mirrors/substrate/.git/.artifacts/bench.json -// --pallet=pallet_nfts -// --chain=dev -// --header=./HEADER-APACHE2 // --output=./frame/nfts/src/weights.rs +// --header=./HEADER-APACHE2 // --template=./.maintain/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -106,10 +108,10 @@ impl WeightInfo for SubstrateWeight { fn create() -> Weight { // Proof Size summary in bytes: // Measured: `214` - // Estimated: `3054` - // Minimum execution time: 33_769 nanoseconds. - Weight::from_ref_time(36_031_000) - .saturating_add(Weight::from_proof_size(3054)) + // Estimated: `5034` + // Minimum execution time: 37_377 nanoseconds. + Weight::from_ref_time(38_040_000) + .saturating_add(Weight::from_proof_size(5034)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -126,10 +128,10 @@ impl WeightInfo for SubstrateWeight { fn force_create() -> Weight { // Proof Size summary in bytes: // Measured: `42` - // Estimated: `3054` - // Minimum execution time: 21_767 nanoseconds. - Weight::from_ref_time(22_565_000) - .saturating_add(Weight::from_proof_size(3054)) + // Estimated: `5034` + // Minimum execution time: 25_339 nanoseconds. + Weight::from_ref_time(25_794_000) + .saturating_add(Weight::from_proof_size(5034)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -139,16 +141,16 @@ impl WeightInfo for SubstrateWeight { /// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen) /// Storage: Nfts ItemMetadataOf (r:1001 w:1000) /// Proof: Nfts ItemMetadataOf (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen) + /// Storage: Nfts CollectionRoleOf (r:1 w:1) + /// Proof: Nfts CollectionRoleOf (max_values: None, max_size: Some(69), added: 2544, mode: MaxEncodedLen) /// Storage: Nfts Attribute (r:1001 w:1000) /// Proof: Nfts Attribute (max_values: None, max_size: Some(446), added: 2921, mode: MaxEncodedLen) - /// Storage: Nfts CollectionRoleOf (r:0 w:1) - /// Proof: Nfts CollectionRoleOf (max_values: None, max_size: Some(69), added: 2544, mode: MaxEncodedLen) + /// Storage: Nfts ItemConfigOf (r:1000 w:1000) + /// Proof: Nfts ItemConfigOf (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) /// Storage: Nfts CollectionMetadataOf (r:0 w:1) /// Proof: Nfts CollectionMetadataOf (max_values: None, max_size: Some(87), added: 2562, mode: MaxEncodedLen) /// Storage: Nfts CollectionConfigOf (r:0 w:1) /// Proof: Nfts CollectionConfigOf (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) - /// Storage: Nfts ItemConfigOf (r:0 w:1000) - /// Proof: Nfts ItemConfigOf (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) /// Storage: Nfts Account (r:0 w:1000) /// Proof: Nfts Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen) /// Storage: Nfts CollectionAccount (r:0 w:1) @@ -156,18 +158,20 @@ impl WeightInfo for SubstrateWeight { /// The range of component `n` is `[0, 1000]`. /// The range of component `m` is `[0, 1000]`. /// The range of component `a` is `[0, 1000]`. - fn destroy(_n: u32, m: u32, a: u32, ) -> Weight { + fn destroy(n: u32, m: u32, a: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `172781 + m * (127 ±0) + a * (402 ±0)` - // Estimated: `3347427 + m * (2615 ±0) + a * (2921 ±0)` - // Minimum execution time: 26_973_627 nanoseconds. - Weight::from_ref_time(19_692_361_714) - .saturating_add(Weight::from_proof_size(3347427)) - // Standard Error: 17_036 - .saturating_add(Weight::from_ref_time(7_797_219).saturating_mul(m.into())) - // Standard Error: 17_036 - .saturating_add(Weight::from_ref_time(9_504_128).saturating_mul(a.into())) - .saturating_add(T::DbWeight::get().reads(1004_u64)) + // Estimated: `5878911 + m * (2615 ±0) + a * (2921 ±0)` + // Minimum execution time: 21_442_423 nanoseconds. + Weight::from_ref_time(16_684_202_769) + .saturating_add(Weight::from_proof_size(5878911)) + // Standard Error: 16_069 + .saturating_add(Weight::from_ref_time(270_390).saturating_mul(n.into())) + // Standard Error: 16_069 + .saturating_add(Weight::from_ref_time(4_543_728).saturating_mul(m.into())) + // Standard Error: 16_069 + .saturating_add(Weight::from_ref_time(5_992_071).saturating_mul(a.into())) + .saturating_add(T::DbWeight::get().reads(2005_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(m.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(3005_u64)) @@ -191,10 +195,10 @@ impl WeightInfo for SubstrateWeight { fn mint() -> Weight { // Proof Size summary in bytes: // Measured: `448` - // Estimated: `13506` - // Minimum execution time: 44_837 nanoseconds. - Weight::from_ref_time(46_794_000) - .saturating_add(Weight::from_proof_size(13506)) + // Estimated: `18456` + // Minimum execution time: 49_159 nanoseconds. + Weight::from_ref_time(49_673_000) + .saturating_add(Weight::from_proof_size(18456)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -213,10 +217,10 @@ impl WeightInfo for SubstrateWeight { fn force_mint() -> Weight { // Proof Size summary in bytes: // Measured: `448` - // Estimated: `13506` - // Minimum execution time: 43_976 nanoseconds. - Weight::from_ref_time(44_831_000) - .saturating_add(Weight::from_proof_size(13506)) + // Estimated: `18456` + // Minimum execution time: 47_551 nanoseconds. + Weight::from_ref_time(48_406_000) + .saturating_add(Weight::from_proof_size(18456)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -241,10 +245,10 @@ impl WeightInfo for SubstrateWeight { fn burn() -> Weight { // Proof Size summary in bytes: // Measured: `647` - // Estimated: `13573` - // Minimum execution time: 48_233 nanoseconds. - Weight::from_ref_time(50_113_000) - .saturating_add(Weight::from_proof_size(13573)) + // Estimated: `18523` + // Minimum execution time: 52_379 nanoseconds. + Weight::from_ref_time(53_145_000) + .saturating_add(Weight::from_proof_size(18523)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -269,10 +273,10 @@ impl WeightInfo for SubstrateWeight { fn transfer() -> Weight { // Proof Size summary in bytes: // Measured: `882` - // Estimated: `16109` - // Minimum execution time: 55_452 nanoseconds. - Weight::from_ref_time(57_642_000) - .saturating_add(Weight::from_proof_size(16109)) + // Estimated: `22049` + // Minimum execution time: 60_195 nanoseconds. + Weight::from_ref_time(60_931_000) + .saturating_add(Weight::from_proof_size(22049)) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -286,12 +290,12 @@ impl WeightInfo for SubstrateWeight { fn redeposit(i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `756 + i * (140 ±0)` - // Estimated: `5103 + i * (3336 ±0)` - // Minimum execution time: 15_598 nanoseconds. - Weight::from_ref_time(15_926_000) - .saturating_add(Weight::from_proof_size(5103)) - // Standard Error: 13_692 - .saturating_add(Weight::from_ref_time(14_040_741).saturating_mul(i.into())) + // Estimated: `8073 + i * (3336 ±0)` + // Minimum execution time: 17_824 nanoseconds. + Weight::from_ref_time(17_982_000) + .saturating_add(Weight::from_proof_size(8073)) + // Standard Error: 15_849 + .saturating_add(Weight::from_ref_time(14_474_000).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) @@ -304,10 +308,10 @@ impl WeightInfo for SubstrateWeight { fn lock_item_transfer() -> Weight { // Proof Size summary in bytes: // Measured: `401` - // Estimated: `5067` - // Minimum execution time: 19_686 nanoseconds. - Weight::from_ref_time(20_404_000) - .saturating_add(Weight::from_proof_size(5067)) + // Estimated: `7047` + // Minimum execution time: 22_137 nanoseconds. + Weight::from_ref_time(22_513_000) + .saturating_add(Weight::from_proof_size(7047)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -318,10 +322,10 @@ impl WeightInfo for SubstrateWeight { fn unlock_item_transfer() -> Weight { // Proof Size summary in bytes: // Measured: `401` - // Estimated: `5067` - // Minimum execution time: 19_172 nanoseconds. - Weight::from_ref_time(20_151_000) - .saturating_add(Weight::from_proof_size(5067)) + // Estimated: `7047` + // Minimum execution time: 21_792 nanoseconds. + Weight::from_ref_time(22_217_000) + .saturating_add(Weight::from_proof_size(7047)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -332,10 +336,10 @@ impl WeightInfo for SubstrateWeight { fn lock_collection() -> Weight { // Proof Size summary in bytes: // Measured: `289` - // Estimated: `5092` - // Minimum execution time: 17_063 nanoseconds. - Weight::from_ref_time(17_482_000) - .saturating_add(Weight::from_proof_size(5092)) + // Estimated: `7072` + // Minimum execution time: 19_802 nanoseconds. + Weight::from_ref_time(20_106_000) + .saturating_add(Weight::from_proof_size(7072)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -348,25 +352,25 @@ impl WeightInfo for SubstrateWeight { fn transfer_ownership() -> Weight { // Proof Size summary in bytes: // Measured: `381` - // Estimated: `5082` - // Minimum execution time: 21_974 nanoseconds. - Weight::from_ref_time(22_770_000) - .saturating_add(Weight::from_proof_size(5082)) + // Estimated: `7062` + // Minimum execution time: 25_225 nanoseconds. + Weight::from_ref_time(25_493_000) + .saturating_add(Weight::from_proof_size(7062)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } /// Storage: Nfts Collection (r:1 w:1) /// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen) - /// Storage: Nfts CollectionRoleOf (r:0 w:4) + /// Storage: Nfts CollectionRoleOf (r:1 w:4) /// Proof: Nfts CollectionRoleOf (max_values: None, max_size: Some(69), added: 2544, mode: MaxEncodedLen) fn set_team() -> Weight { // Proof Size summary in bytes: // Measured: `362` - // Estimated: `2555` - // Minimum execution time: 24_341 nanoseconds. - Weight::from_ref_time(25_059_000) - .saturating_add(Weight::from_proof_size(2555)) - .saturating_add(T::DbWeight::get().reads(1_u64)) + // Estimated: `7079` + // Minimum execution time: 28_236 nanoseconds. + Weight::from_ref_time(28_767_000) + .saturating_add(Weight::from_proof_size(7079)) + .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } /// Storage: Nfts Collection (r:1 w:1) @@ -376,10 +380,10 @@ impl WeightInfo for SubstrateWeight { fn force_collection_owner() -> Weight { // Proof Size summary in bytes: // Measured: `304` - // Estimated: `2555` - // Minimum execution time: 16_897 nanoseconds. - Weight::from_ref_time(17_560_000) - .saturating_add(Weight::from_proof_size(2555)) + // Estimated: `3545` + // Minimum execution time: 19_734 nanoseconds. + Weight::from_ref_time(20_135_000) + .saturating_add(Weight::from_proof_size(3545)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -390,10 +394,10 @@ impl WeightInfo for SubstrateWeight { fn force_collection_config() -> Weight { // Proof Size summary in bytes: // Measured: `242` - // Estimated: `2555` - // Minimum execution time: 13_239 nanoseconds. - Weight::from_ref_time(13_963_000) - .saturating_add(Weight::from_proof_size(2555)) + // Estimated: `3545` + // Minimum execution time: 16_093 nanoseconds. + Weight::from_ref_time(16_680_000) + .saturating_add(Weight::from_proof_size(3545)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -404,10 +408,10 @@ impl WeightInfo for SubstrateWeight { fn lock_item_properties() -> Weight { // Proof Size summary in bytes: // Measured: `445` - // Estimated: `5078` - // Minimum execution time: 17_187 nanoseconds. - Weight::from_ref_time(17_942_000) - .saturating_add(Weight::from_proof_size(5078)) + // Estimated: `7058` + // Minimum execution time: 20_490 nanoseconds. + Weight::from_ref_time(20_910_000) + .saturating_add(Weight::from_proof_size(7058)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -422,10 +426,10 @@ impl WeightInfo for SubstrateWeight { fn set_attribute() -> Weight { // Proof Size summary in bytes: // Measured: `474` - // Estimated: `10547` - // Minimum execution time: 40_925 nanoseconds. - Weight::from_ref_time(42_733_000) - .saturating_add(Weight::from_proof_size(10547)) + // Estimated: `14507` + // Minimum execution time: 46_882 nanoseconds. + Weight::from_ref_time(47_387_000) + .saturating_add(Weight::from_proof_size(14507)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -436,10 +440,10 @@ impl WeightInfo for SubstrateWeight { fn force_set_attribute() -> Weight { // Proof Size summary in bytes: // Measured: `337` - // Estimated: `5476` - // Minimum execution time: 24_486 nanoseconds. - Weight::from_ref_time(25_409_000) - .saturating_add(Weight::from_proof_size(5476)) + // Estimated: `7456` + // Minimum execution time: 29_493 nanoseconds. + Weight::from_ref_time(30_319_000) + .saturating_add(Weight::from_proof_size(7456)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -452,10 +456,10 @@ impl WeightInfo for SubstrateWeight { fn clear_attribute() -> Weight { // Proof Size summary in bytes: // Measured: `916` - // Estimated: `7999` - // Minimum execution time: 36_643 nanoseconds. - Weight::from_ref_time(37_805_000) - .saturating_add(Weight::from_proof_size(7999)) + // Estimated: `10969` + // Minimum execution time: 40_641 nanoseconds. + Weight::from_ref_time(41_093_000) + .saturating_add(Weight::from_proof_size(10969)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -466,10 +470,10 @@ impl WeightInfo for SubstrateWeight { fn approve_item_attributes() -> Weight { // Proof Size summary in bytes: // Measured: `379` - // Estimated: `6492` - // Minimum execution time: 16_798 nanoseconds. - Weight::from_ref_time(17_326_000) - .saturating_add(Weight::from_proof_size(6492)) + // Estimated: `8472` + // Minimum execution time: 19_983 nanoseconds. + Weight::from_ref_time(20_252_000) + .saturating_add(Weight::from_proof_size(8472)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -485,12 +489,12 @@ impl WeightInfo for SubstrateWeight { fn cancel_item_attributes_approval(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `899 + n * (396 ±0)` - // Estimated: `12016 + n * (2921 ±0)` - // Minimum execution time: 25_524 nanoseconds. - Weight::from_ref_time(26_107_000) - .saturating_add(Weight::from_proof_size(12016)) - // Standard Error: 5_460 - .saturating_add(Weight::from_ref_time(9_030_830).saturating_mul(n.into())) + // Estimated: `15976 + n * (2921 ±0)` + // Minimum execution time: 29_605 nanoseconds. + Weight::from_ref_time(29_785_000) + .saturating_add(Weight::from_proof_size(15976)) + // Standard Error: 3_567 + .saturating_add(Weight::from_ref_time(5_574_986).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -508,10 +512,10 @@ impl WeightInfo for SubstrateWeight { fn set_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `474` - // Estimated: `10241` - // Minimum execution time: 34_400 nanoseconds. - Weight::from_ref_time(35_469_000) - .saturating_add(Weight::from_proof_size(10241)) + // Estimated: `14201` + // Minimum execution time: 38_728 nanoseconds. + Weight::from_ref_time(39_875_000) + .saturating_add(Weight::from_proof_size(14201)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -524,10 +528,10 @@ impl WeightInfo for SubstrateWeight { fn clear_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `609` - // Estimated: `7693` - // Minimum execution time: 31_560 nanoseconds. - Weight::from_ref_time(33_081_000) - .saturating_add(Weight::from_proof_size(7693)) + // Estimated: `10663` + // Minimum execution time: 35_581 nanoseconds. + Weight::from_ref_time(36_007_000) + .saturating_add(Weight::from_proof_size(10663)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -540,10 +544,10 @@ impl WeightInfo for SubstrateWeight { fn set_collection_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `333` - // Estimated: `7665` - // Minimum execution time: 28_821 nanoseconds. - Weight::from_ref_time(30_010_000) - .saturating_add(Weight::from_proof_size(7665)) + // Estimated: `10635` + // Minimum execution time: 32_499 nanoseconds. + Weight::from_ref_time(32_918_000) + .saturating_add(Weight::from_proof_size(10635)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -556,10 +560,10 @@ impl WeightInfo for SubstrateWeight { fn clear_collection_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `476` - // Estimated: `7665` - // Minimum execution time: 27_608 nanoseconds. - Weight::from_ref_time(28_766_000) - .saturating_add(Weight::from_proof_size(7665)) + // Estimated: `10635` + // Minimum execution time: 31_381 nanoseconds. + Weight::from_ref_time(31_838_000) + .saturating_add(Weight::from_proof_size(10635)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -572,10 +576,10 @@ impl WeightInfo for SubstrateWeight { fn approve_transfer() -> Weight { // Proof Size summary in bytes: // Measured: `466` - // Estimated: `8428` - // Minimum execution time: 23_987 nanoseconds. - Weight::from_ref_time(24_819_000) - .saturating_add(Weight::from_proof_size(8428)) + // Estimated: `11398` + // Minimum execution time: 27_169 nanoseconds. + Weight::from_ref_time(27_619_000) + .saturating_add(Weight::from_proof_size(11398)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -586,10 +590,10 @@ impl WeightInfo for SubstrateWeight { fn cancel_approval() -> Weight { // Proof Size summary in bytes: // Measured: `474` - // Estimated: `5880` - // Minimum execution time: 21_254 nanoseconds. - Weight::from_ref_time(21_826_000) - .saturating_add(Weight::from_proof_size(5880)) + // Estimated: `7860` + // Minimum execution time: 24_581 nanoseconds. + Weight::from_ref_time(25_007_000) + .saturating_add(Weight::from_proof_size(7860)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -600,10 +604,10 @@ impl WeightInfo for SubstrateWeight { fn clear_all_transfer_approvals() -> Weight { // Proof Size summary in bytes: // Measured: `474` - // Estimated: `5880` - // Minimum execution time: 20_272 nanoseconds. - Weight::from_ref_time(20_922_000) - .saturating_add(Weight::from_proof_size(5880)) + // Estimated: `7860` + // Minimum execution time: 23_559 nanoseconds. + Weight::from_ref_time(23_835_000) + .saturating_add(Weight::from_proof_size(7860)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -612,10 +616,10 @@ impl WeightInfo for SubstrateWeight { fn set_accept_ownership() -> Weight { // Proof Size summary in bytes: // Measured: `42` - // Estimated: `2527` - // Minimum execution time: 14_287 nanoseconds. - Weight::from_ref_time(14_960_000) - .saturating_add(Weight::from_proof_size(2527)) + // Estimated: `3517` + // Minimum execution time: 17_431 nanoseconds. + Weight::from_ref_time(17_771_000) + .saturating_add(Weight::from_proof_size(3517)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -626,10 +630,10 @@ impl WeightInfo for SubstrateWeight { fn set_collection_max_supply() -> Weight { // Proof Size summary in bytes: // Measured: `333` - // Estimated: `5103` - // Minimum execution time: 17_948 nanoseconds. - Weight::from_ref_time(18_780_000) - .saturating_add(Weight::from_proof_size(5103)) + // Estimated: `7083` + // Minimum execution time: 20_674 nanoseconds. + Weight::from_ref_time(21_104_000) + .saturating_add(Weight::from_proof_size(7083)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -640,10 +644,10 @@ impl WeightInfo for SubstrateWeight { fn update_mint_settings() -> Weight { // Proof Size summary in bytes: // Measured: `333` - // Estimated: `5103` - // Minimum execution time: 16_616 nanoseconds. - Weight::from_ref_time(17_155_000) - .saturating_add(Weight::from_proof_size(5103)) + // Estimated: `7083` + // Minimum execution time: 19_813 nanoseconds. + Weight::from_ref_time(20_129_000) + .saturating_add(Weight::from_proof_size(7083)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -658,10 +662,10 @@ impl WeightInfo for SubstrateWeight { fn set_price() -> Weight { // Proof Size summary in bytes: // Measured: `516` - // Estimated: `8407` - // Minimum execution time: 22_777 nanoseconds. - Weight::from_ref_time(23_955_000) - .saturating_add(Weight::from_proof_size(8407)) + // Estimated: `11377` + // Minimum execution time: 26_098 nanoseconds. + Weight::from_ref_time(26_394_000) + .saturating_add(Weight::from_proof_size(11377)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -684,10 +688,10 @@ impl WeightInfo for SubstrateWeight { fn buy_item() -> Weight { // Proof Size summary in bytes: // Measured: `934` - // Estimated: `16129` - // Minimum execution time: 61_131 nanoseconds. - Weight::from_ref_time(62_791_000) - .saturating_add(Weight::from_proof_size(16129)) + // Estimated: `22069` + // Minimum execution time: 66_160 nanoseconds. + Weight::from_ref_time(67_136_000) + .saturating_add(Weight::from_proof_size(22069)) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -696,11 +700,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_952 nanoseconds. - Weight::from_ref_time(3_975_700) + // Minimum execution time: 2_791 nanoseconds. + Weight::from_ref_time(5_437_176) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 11_254 - .saturating_add(Weight::from_ref_time(3_501_698).saturating_mul(n.into())) + // Standard Error: 13_110 + .saturating_add(Weight::from_ref_time(3_721_654).saturating_mul(n.into())) } /// Storage: Nfts Item (r:2 w:0) /// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen) @@ -709,10 +713,10 @@ impl WeightInfo for SubstrateWeight { fn create_swap() -> Weight { // Proof Size summary in bytes: // Measured: `524` - // Estimated: `6672` - // Minimum execution time: 20_327 nanoseconds. - Weight::from_ref_time(21_714_000) - .saturating_add(Weight::from_proof_size(6672)) + // Estimated: `7662` + // Minimum execution time: 23_311 nanoseconds. + Weight::from_ref_time(23_968_000) + .saturating_add(Weight::from_proof_size(7662)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -723,10 +727,10 @@ impl WeightInfo for SubstrateWeight { fn cancel_swap() -> Weight { // Proof Size summary in bytes: // Measured: `511` - // Estimated: `5882` - // Minimum execution time: 20_668 nanoseconds. - Weight::from_ref_time(21_416_000) - .saturating_add(Weight::from_proof_size(5882)) + // Estimated: `7862` + // Minimum execution time: 22_781 nanoseconds. + Weight::from_ref_time(23_215_000) + .saturating_add(Weight::from_proof_size(7862)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -749,10 +753,10 @@ impl WeightInfo for SubstrateWeight { fn claim_swap() -> Weight { // Proof Size summary in bytes: // Measured: `1097` - // Estimated: `21970` - // Minimum execution time: 88_006 nanoseconds. - Weight::from_ref_time(90_390_000) - .saturating_add(Weight::from_proof_size(21970)) + // Estimated: `27910` + // Minimum execution time: 94_315 nanoseconds. + Weight::from_ref_time(95_058_000) + .saturating_add(Weight::from_proof_size(27910)) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(11_u64)) } @@ -776,12 +780,12 @@ impl WeightInfo for SubstrateWeight { fn mint_pre_signed(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `596` - // Estimated: `16180 + n * (2921 ±0)` - // Minimum execution time: 124_967 nanoseconds. - Weight::from_ref_time(131_602_642) - .saturating_add(Weight::from_proof_size(16180)) - // Standard Error: 36_480 - .saturating_add(Weight::from_ref_time(25_811_394).saturating_mul(n.into())) + // Estimated: `23110 + n * (2921 ±0)` + // Minimum execution time: 121_605 nanoseconds. + Weight::from_ref_time(126_211_156) + .saturating_add(Weight::from_proof_size(23110)) + // Standard Error: 42_043 + .saturating_add(Weight::from_ref_time(26_937_439).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(6_u64)) @@ -804,12 +808,12 @@ impl WeightInfo for SubstrateWeight { fn set_attributes_pre_signed(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `716` - // Estimated: `14198 + n * (2921 ±0)` - // Minimum execution time: 84_153 nanoseconds. - Weight::from_ref_time(96_401_623) - .saturating_add(Weight::from_proof_size(14198)) - // Standard Error: 70_244 - .saturating_add(Weight::from_ref_time(26_866_222).saturating_mul(n.into())) + // Estimated: `20138 + n * (2921 ±0)` + // Minimum execution time: 78_170 nanoseconds. + Weight::from_ref_time(89_262_560) + .saturating_add(Weight::from_proof_size(20138)) + // Standard Error: 63_860 + .saturating_add(Weight::from_ref_time(29_297_035).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -833,10 +837,10 @@ impl WeightInfo for () { fn create() -> Weight { // Proof Size summary in bytes: // Measured: `214` - // Estimated: `3054` - // Minimum execution time: 33_769 nanoseconds. - Weight::from_ref_time(36_031_000) - .saturating_add(Weight::from_proof_size(3054)) + // Estimated: `5034` + // Minimum execution time: 37_377 nanoseconds. + Weight::from_ref_time(38_040_000) + .saturating_add(Weight::from_proof_size(5034)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -853,10 +857,10 @@ impl WeightInfo for () { fn force_create() -> Weight { // Proof Size summary in bytes: // Measured: `42` - // Estimated: `3054` - // Minimum execution time: 21_767 nanoseconds. - Weight::from_ref_time(22_565_000) - .saturating_add(Weight::from_proof_size(3054)) + // Estimated: `5034` + // Minimum execution time: 25_339 nanoseconds. + Weight::from_ref_time(25_794_000) + .saturating_add(Weight::from_proof_size(5034)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -866,16 +870,16 @@ impl WeightInfo for () { /// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen) /// Storage: Nfts ItemMetadataOf (r:1001 w:1000) /// Proof: Nfts ItemMetadataOf (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen) + /// Storage: Nfts CollectionRoleOf (r:1 w:1) + /// Proof: Nfts CollectionRoleOf (max_values: None, max_size: Some(69), added: 2544, mode: MaxEncodedLen) /// Storage: Nfts Attribute (r:1001 w:1000) /// Proof: Nfts Attribute (max_values: None, max_size: Some(446), added: 2921, mode: MaxEncodedLen) - /// Storage: Nfts CollectionRoleOf (r:0 w:1) - /// Proof: Nfts CollectionRoleOf (max_values: None, max_size: Some(69), added: 2544, mode: MaxEncodedLen) + /// Storage: Nfts ItemConfigOf (r:1000 w:1000) + /// Proof: Nfts ItemConfigOf (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) /// Storage: Nfts CollectionMetadataOf (r:0 w:1) /// Proof: Nfts CollectionMetadataOf (max_values: None, max_size: Some(87), added: 2562, mode: MaxEncodedLen) /// Storage: Nfts CollectionConfigOf (r:0 w:1) /// Proof: Nfts CollectionConfigOf (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) - /// Storage: Nfts ItemConfigOf (r:0 w:1000) - /// Proof: Nfts ItemConfigOf (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) /// Storage: Nfts Account (r:0 w:1000) /// Proof: Nfts Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen) /// Storage: Nfts CollectionAccount (r:0 w:1) @@ -883,18 +887,20 @@ impl WeightInfo for () { /// The range of component `n` is `[0, 1000]`. /// The range of component `m` is `[0, 1000]`. /// The range of component `a` is `[0, 1000]`. - fn destroy(_n: u32, m: u32, a: u32, ) -> Weight { + fn destroy(n: u32, m: u32, a: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `172781 + m * (127 ±0) + a * (402 ±0)` - // Estimated: `3347427 + m * (2615 ±0) + a * (2921 ±0)` - // Minimum execution time: 26_973_627 nanoseconds. - Weight::from_ref_time(19_692_361_714) - .saturating_add(Weight::from_proof_size(3347427)) - // Standard Error: 17_036 - .saturating_add(Weight::from_ref_time(7_797_219).saturating_mul(m.into())) - // Standard Error: 17_036 - .saturating_add(Weight::from_ref_time(9_504_128).saturating_mul(a.into())) - .saturating_add(RocksDbWeight::get().reads(1004_u64)) + // Estimated: `5878911 + m * (2615 ±0) + a * (2921 ±0)` + // Minimum execution time: 21_442_423 nanoseconds. + Weight::from_ref_time(16_684_202_769) + .saturating_add(Weight::from_proof_size(5878911)) + // Standard Error: 16_069 + .saturating_add(Weight::from_ref_time(270_390).saturating_mul(n.into())) + // Standard Error: 16_069 + .saturating_add(Weight::from_ref_time(4_543_728).saturating_mul(m.into())) + // Standard Error: 16_069 + .saturating_add(Weight::from_ref_time(5_992_071).saturating_mul(a.into())) + .saturating_add(RocksDbWeight::get().reads(2005_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(m.into()))) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(RocksDbWeight::get().writes(3005_u64)) @@ -918,10 +924,10 @@ impl WeightInfo for () { fn mint() -> Weight { // Proof Size summary in bytes: // Measured: `448` - // Estimated: `13506` - // Minimum execution time: 44_837 nanoseconds. - Weight::from_ref_time(46_794_000) - .saturating_add(Weight::from_proof_size(13506)) + // Estimated: `18456` + // Minimum execution time: 49_159 nanoseconds. + Weight::from_ref_time(49_673_000) + .saturating_add(Weight::from_proof_size(18456)) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -940,10 +946,10 @@ impl WeightInfo for () { fn force_mint() -> Weight { // Proof Size summary in bytes: // Measured: `448` - // Estimated: `13506` - // Minimum execution time: 43_976 nanoseconds. - Weight::from_ref_time(44_831_000) - .saturating_add(Weight::from_proof_size(13506)) + // Estimated: `18456` + // Minimum execution time: 47_551 nanoseconds. + Weight::from_ref_time(48_406_000) + .saturating_add(Weight::from_proof_size(18456)) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -968,10 +974,10 @@ impl WeightInfo for () { fn burn() -> Weight { // Proof Size summary in bytes: // Measured: `647` - // Estimated: `13573` - // Minimum execution time: 48_233 nanoseconds. - Weight::from_ref_time(50_113_000) - .saturating_add(Weight::from_proof_size(13573)) + // Estimated: `18523` + // Minimum execution time: 52_379 nanoseconds. + Weight::from_ref_time(53_145_000) + .saturating_add(Weight::from_proof_size(18523)) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -996,10 +1002,10 @@ impl WeightInfo for () { fn transfer() -> Weight { // Proof Size summary in bytes: // Measured: `882` - // Estimated: `16109` - // Minimum execution time: 55_452 nanoseconds. - Weight::from_ref_time(57_642_000) - .saturating_add(Weight::from_proof_size(16109)) + // Estimated: `22049` + // Minimum execution time: 60_195 nanoseconds. + Weight::from_ref_time(60_931_000) + .saturating_add(Weight::from_proof_size(22049)) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -1013,12 +1019,12 @@ impl WeightInfo for () { fn redeposit(i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `756 + i * (140 ±0)` - // Estimated: `5103 + i * (3336 ±0)` - // Minimum execution time: 15_598 nanoseconds. - Weight::from_ref_time(15_926_000) - .saturating_add(Weight::from_proof_size(5103)) - // Standard Error: 13_692 - .saturating_add(Weight::from_ref_time(14_040_741).saturating_mul(i.into())) + // Estimated: `8073 + i * (3336 ±0)` + // Minimum execution time: 17_824 nanoseconds. + Weight::from_ref_time(17_982_000) + .saturating_add(Weight::from_proof_size(8073)) + // Standard Error: 15_849 + .saturating_add(Weight::from_ref_time(14_474_000).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(i.into()))) @@ -1031,10 +1037,10 @@ impl WeightInfo for () { fn lock_item_transfer() -> Weight { // Proof Size summary in bytes: // Measured: `401` - // Estimated: `5067` - // Minimum execution time: 19_686 nanoseconds. - Weight::from_ref_time(20_404_000) - .saturating_add(Weight::from_proof_size(5067)) + // Estimated: `7047` + // Minimum execution time: 22_137 nanoseconds. + Weight::from_ref_time(22_513_000) + .saturating_add(Weight::from_proof_size(7047)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1045,10 +1051,10 @@ impl WeightInfo for () { fn unlock_item_transfer() -> Weight { // Proof Size summary in bytes: // Measured: `401` - // Estimated: `5067` - // Minimum execution time: 19_172 nanoseconds. - Weight::from_ref_time(20_151_000) - .saturating_add(Weight::from_proof_size(5067)) + // Estimated: `7047` + // Minimum execution time: 21_792 nanoseconds. + Weight::from_ref_time(22_217_000) + .saturating_add(Weight::from_proof_size(7047)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1059,10 +1065,10 @@ impl WeightInfo for () { fn lock_collection() -> Weight { // Proof Size summary in bytes: // Measured: `289` - // Estimated: `5092` - // Minimum execution time: 17_063 nanoseconds. - Weight::from_ref_time(17_482_000) - .saturating_add(Weight::from_proof_size(5092)) + // Estimated: `7072` + // Minimum execution time: 19_802 nanoseconds. + Weight::from_ref_time(20_106_000) + .saturating_add(Weight::from_proof_size(7072)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1075,25 +1081,25 @@ impl WeightInfo for () { fn transfer_ownership() -> Weight { // Proof Size summary in bytes: // Measured: `381` - // Estimated: `5082` - // Minimum execution time: 21_974 nanoseconds. - Weight::from_ref_time(22_770_000) - .saturating_add(Weight::from_proof_size(5082)) + // Estimated: `7062` + // Minimum execution time: 25_225 nanoseconds. + Weight::from_ref_time(25_493_000) + .saturating_add(Weight::from_proof_size(7062)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } /// Storage: Nfts Collection (r:1 w:1) /// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen) - /// Storage: Nfts CollectionRoleOf (r:0 w:4) + /// Storage: Nfts CollectionRoleOf (r:1 w:4) /// Proof: Nfts CollectionRoleOf (max_values: None, max_size: Some(69), added: 2544, mode: MaxEncodedLen) fn set_team() -> Weight { // Proof Size summary in bytes: // Measured: `362` - // Estimated: `2555` - // Minimum execution time: 24_341 nanoseconds. - Weight::from_ref_time(25_059_000) - .saturating_add(Weight::from_proof_size(2555)) - .saturating_add(RocksDbWeight::get().reads(1_u64)) + // Estimated: `7079` + // Minimum execution time: 28_236 nanoseconds. + Weight::from_ref_time(28_767_000) + .saturating_add(Weight::from_proof_size(7079)) + .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } /// Storage: Nfts Collection (r:1 w:1) @@ -1103,10 +1109,10 @@ impl WeightInfo for () { fn force_collection_owner() -> Weight { // Proof Size summary in bytes: // Measured: `304` - // Estimated: `2555` - // Minimum execution time: 16_897 nanoseconds. - Weight::from_ref_time(17_560_000) - .saturating_add(Weight::from_proof_size(2555)) + // Estimated: `3545` + // Minimum execution time: 19_734 nanoseconds. + Weight::from_ref_time(20_135_000) + .saturating_add(Weight::from_proof_size(3545)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -1117,10 +1123,10 @@ impl WeightInfo for () { fn force_collection_config() -> Weight { // Proof Size summary in bytes: // Measured: `242` - // Estimated: `2555` - // Minimum execution time: 13_239 nanoseconds. - Weight::from_ref_time(13_963_000) - .saturating_add(Weight::from_proof_size(2555)) + // Estimated: `3545` + // Minimum execution time: 16_093 nanoseconds. + Weight::from_ref_time(16_680_000) + .saturating_add(Weight::from_proof_size(3545)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1131,10 +1137,10 @@ impl WeightInfo for () { fn lock_item_properties() -> Weight { // Proof Size summary in bytes: // Measured: `445` - // Estimated: `5078` - // Minimum execution time: 17_187 nanoseconds. - Weight::from_ref_time(17_942_000) - .saturating_add(Weight::from_proof_size(5078)) + // Estimated: `7058` + // Minimum execution time: 20_490 nanoseconds. + Weight::from_ref_time(20_910_000) + .saturating_add(Weight::from_proof_size(7058)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1149,10 +1155,10 @@ impl WeightInfo for () { fn set_attribute() -> Weight { // Proof Size summary in bytes: // Measured: `474` - // Estimated: `10547` - // Minimum execution time: 40_925 nanoseconds. - Weight::from_ref_time(42_733_000) - .saturating_add(Weight::from_proof_size(10547)) + // Estimated: `14507` + // Minimum execution time: 46_882 nanoseconds. + Weight::from_ref_time(47_387_000) + .saturating_add(Weight::from_proof_size(14507)) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1163,10 +1169,10 @@ impl WeightInfo for () { fn force_set_attribute() -> Weight { // Proof Size summary in bytes: // Measured: `337` - // Estimated: `5476` - // Minimum execution time: 24_486 nanoseconds. - Weight::from_ref_time(25_409_000) - .saturating_add(Weight::from_proof_size(5476)) + // Estimated: `7456` + // Minimum execution time: 29_493 nanoseconds. + Weight::from_ref_time(30_319_000) + .saturating_add(Weight::from_proof_size(7456)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1179,10 +1185,10 @@ impl WeightInfo for () { fn clear_attribute() -> Weight { // Proof Size summary in bytes: // Measured: `916` - // Estimated: `7999` - // Minimum execution time: 36_643 nanoseconds. - Weight::from_ref_time(37_805_000) - .saturating_add(Weight::from_proof_size(7999)) + // Estimated: `10969` + // Minimum execution time: 40_641 nanoseconds. + Weight::from_ref_time(41_093_000) + .saturating_add(Weight::from_proof_size(10969)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1193,10 +1199,10 @@ impl WeightInfo for () { fn approve_item_attributes() -> Weight { // Proof Size summary in bytes: // Measured: `379` - // Estimated: `6492` - // Minimum execution time: 16_798 nanoseconds. - Weight::from_ref_time(17_326_000) - .saturating_add(Weight::from_proof_size(6492)) + // Estimated: `8472` + // Minimum execution time: 19_983 nanoseconds. + Weight::from_ref_time(20_252_000) + .saturating_add(Weight::from_proof_size(8472)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1212,12 +1218,12 @@ impl WeightInfo for () { fn cancel_item_attributes_approval(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `899 + n * (396 ±0)` - // Estimated: `12016 + n * (2921 ±0)` - // Minimum execution time: 25_524 nanoseconds. - Weight::from_ref_time(26_107_000) - .saturating_add(Weight::from_proof_size(12016)) - // Standard Error: 5_460 - .saturating_add(Weight::from_ref_time(9_030_830).saturating_mul(n.into())) + // Estimated: `15976 + n * (2921 ±0)` + // Minimum execution time: 29_605 nanoseconds. + Weight::from_ref_time(29_785_000) + .saturating_add(Weight::from_proof_size(15976)) + // Standard Error: 3_567 + .saturating_add(Weight::from_ref_time(5_574_986).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -1235,10 +1241,10 @@ impl WeightInfo for () { fn set_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `474` - // Estimated: `10241` - // Minimum execution time: 34_400 nanoseconds. - Weight::from_ref_time(35_469_000) - .saturating_add(Weight::from_proof_size(10241)) + // Estimated: `14201` + // Minimum execution time: 38_728 nanoseconds. + Weight::from_ref_time(39_875_000) + .saturating_add(Weight::from_proof_size(14201)) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1251,10 +1257,10 @@ impl WeightInfo for () { fn clear_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `609` - // Estimated: `7693` - // Minimum execution time: 31_560 nanoseconds. - Weight::from_ref_time(33_081_000) - .saturating_add(Weight::from_proof_size(7693)) + // Estimated: `10663` + // Minimum execution time: 35_581 nanoseconds. + Weight::from_ref_time(36_007_000) + .saturating_add(Weight::from_proof_size(10663)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1267,10 +1273,10 @@ impl WeightInfo for () { fn set_collection_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `333` - // Estimated: `7665` - // Minimum execution time: 28_821 nanoseconds. - Weight::from_ref_time(30_010_000) - .saturating_add(Weight::from_proof_size(7665)) + // Estimated: `10635` + // Minimum execution time: 32_499 nanoseconds. + Weight::from_ref_time(32_918_000) + .saturating_add(Weight::from_proof_size(10635)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1283,10 +1289,10 @@ impl WeightInfo for () { fn clear_collection_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `476` - // Estimated: `7665` - // Minimum execution time: 27_608 nanoseconds. - Weight::from_ref_time(28_766_000) - .saturating_add(Weight::from_proof_size(7665)) + // Estimated: `10635` + // Minimum execution time: 31_381 nanoseconds. + Weight::from_ref_time(31_838_000) + .saturating_add(Weight::from_proof_size(10635)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1299,10 +1305,10 @@ impl WeightInfo for () { fn approve_transfer() -> Weight { // Proof Size summary in bytes: // Measured: `466` - // Estimated: `8428` - // Minimum execution time: 23_987 nanoseconds. - Weight::from_ref_time(24_819_000) - .saturating_add(Weight::from_proof_size(8428)) + // Estimated: `11398` + // Minimum execution time: 27_169 nanoseconds. + Weight::from_ref_time(27_619_000) + .saturating_add(Weight::from_proof_size(11398)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1313,10 +1319,10 @@ impl WeightInfo for () { fn cancel_approval() -> Weight { // Proof Size summary in bytes: // Measured: `474` - // Estimated: `5880` - // Minimum execution time: 21_254 nanoseconds. - Weight::from_ref_time(21_826_000) - .saturating_add(Weight::from_proof_size(5880)) + // Estimated: `7860` + // Minimum execution time: 24_581 nanoseconds. + Weight::from_ref_time(25_007_000) + .saturating_add(Weight::from_proof_size(7860)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1327,10 +1333,10 @@ impl WeightInfo for () { fn clear_all_transfer_approvals() -> Weight { // Proof Size summary in bytes: // Measured: `474` - // Estimated: `5880` - // Minimum execution time: 20_272 nanoseconds. - Weight::from_ref_time(20_922_000) - .saturating_add(Weight::from_proof_size(5880)) + // Estimated: `7860` + // Minimum execution time: 23_559 nanoseconds. + Weight::from_ref_time(23_835_000) + .saturating_add(Weight::from_proof_size(7860)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1339,10 +1345,10 @@ impl WeightInfo for () { fn set_accept_ownership() -> Weight { // Proof Size summary in bytes: // Measured: `42` - // Estimated: `2527` - // Minimum execution time: 14_287 nanoseconds. - Weight::from_ref_time(14_960_000) - .saturating_add(Weight::from_proof_size(2527)) + // Estimated: `3517` + // Minimum execution time: 17_431 nanoseconds. + Weight::from_ref_time(17_771_000) + .saturating_add(Weight::from_proof_size(3517)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1353,10 +1359,10 @@ impl WeightInfo for () { fn set_collection_max_supply() -> Weight { // Proof Size summary in bytes: // Measured: `333` - // Estimated: `5103` - // Minimum execution time: 17_948 nanoseconds. - Weight::from_ref_time(18_780_000) - .saturating_add(Weight::from_proof_size(5103)) + // Estimated: `7083` + // Minimum execution time: 20_674 nanoseconds. + Weight::from_ref_time(21_104_000) + .saturating_add(Weight::from_proof_size(7083)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1367,10 +1373,10 @@ impl WeightInfo for () { fn update_mint_settings() -> Weight { // Proof Size summary in bytes: // Measured: `333` - // Estimated: `5103` - // Minimum execution time: 16_616 nanoseconds. - Weight::from_ref_time(17_155_000) - .saturating_add(Weight::from_proof_size(5103)) + // Estimated: `7083` + // Minimum execution time: 19_813 nanoseconds. + Weight::from_ref_time(20_129_000) + .saturating_add(Weight::from_proof_size(7083)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1385,10 +1391,10 @@ impl WeightInfo for () { fn set_price() -> Weight { // Proof Size summary in bytes: // Measured: `516` - // Estimated: `8407` - // Minimum execution time: 22_777 nanoseconds. - Weight::from_ref_time(23_955_000) - .saturating_add(Weight::from_proof_size(8407)) + // Estimated: `11377` + // Minimum execution time: 26_098 nanoseconds. + Weight::from_ref_time(26_394_000) + .saturating_add(Weight::from_proof_size(11377)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1411,10 +1417,10 @@ impl WeightInfo for () { fn buy_item() -> Weight { // Proof Size summary in bytes: // Measured: `934` - // Estimated: `16129` - // Minimum execution time: 61_131 nanoseconds. - Weight::from_ref_time(62_791_000) - .saturating_add(Weight::from_proof_size(16129)) + // Estimated: `22069` + // Minimum execution time: 66_160 nanoseconds. + Weight::from_ref_time(67_136_000) + .saturating_add(Weight::from_proof_size(22069)) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -1423,11 +1429,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_952 nanoseconds. - Weight::from_ref_time(3_975_700) + // Minimum execution time: 2_791 nanoseconds. + Weight::from_ref_time(5_437_176) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 11_254 - .saturating_add(Weight::from_ref_time(3_501_698).saturating_mul(n.into())) + // Standard Error: 13_110 + .saturating_add(Weight::from_ref_time(3_721_654).saturating_mul(n.into())) } /// Storage: Nfts Item (r:2 w:0) /// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen) @@ -1436,10 +1442,10 @@ impl WeightInfo for () { fn create_swap() -> Weight { // Proof Size summary in bytes: // Measured: `524` - // Estimated: `6672` - // Minimum execution time: 20_327 nanoseconds. - Weight::from_ref_time(21_714_000) - .saturating_add(Weight::from_proof_size(6672)) + // Estimated: `7662` + // Minimum execution time: 23_311 nanoseconds. + Weight::from_ref_time(23_968_000) + .saturating_add(Weight::from_proof_size(7662)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1450,10 +1456,10 @@ impl WeightInfo for () { fn cancel_swap() -> Weight { // Proof Size summary in bytes: // Measured: `511` - // Estimated: `5882` - // Minimum execution time: 20_668 nanoseconds. - Weight::from_ref_time(21_416_000) - .saturating_add(Weight::from_proof_size(5882)) + // Estimated: `7862` + // Minimum execution time: 22_781 nanoseconds. + Weight::from_ref_time(23_215_000) + .saturating_add(Weight::from_proof_size(7862)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1476,10 +1482,10 @@ impl WeightInfo for () { fn claim_swap() -> Weight { // Proof Size summary in bytes: // Measured: `1097` - // Estimated: `21970` - // Minimum execution time: 88_006 nanoseconds. - Weight::from_ref_time(90_390_000) - .saturating_add(Weight::from_proof_size(21970)) + // Estimated: `27910` + // Minimum execution time: 94_315 nanoseconds. + Weight::from_ref_time(95_058_000) + .saturating_add(Weight::from_proof_size(27910)) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(11_u64)) } @@ -1503,12 +1509,12 @@ impl WeightInfo for () { fn mint_pre_signed(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `596` - // Estimated: `16180 + n * (2921 ±0)` - // Minimum execution time: 124_967 nanoseconds. - Weight::from_ref_time(131_602_642) - .saturating_add(Weight::from_proof_size(16180)) - // Standard Error: 36_480 - .saturating_add(Weight::from_ref_time(25_811_394).saturating_mul(n.into())) + // Estimated: `23110 + n * (2921 ±0)` + // Minimum execution time: 121_605 nanoseconds. + Weight::from_ref_time(126_211_156) + .saturating_add(Weight::from_proof_size(23110)) + // Standard Error: 42_043 + .saturating_add(Weight::from_ref_time(26_937_439).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(6_u64)) @@ -1531,12 +1537,12 @@ impl WeightInfo for () { fn set_attributes_pre_signed(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `716` - // Estimated: `14198 + n * (2921 ±0)` - // Minimum execution time: 84_153 nanoseconds. - Weight::from_ref_time(96_401_623) - .saturating_add(Weight::from_proof_size(14198)) - // Standard Error: 70_244 - .saturating_add(Weight::from_ref_time(26_866_222).saturating_mul(n.into())) + // Estimated: `20138 + n * (2921 ±0)` + // Minimum execution time: 78_170 nanoseconds. + Weight::from_ref_time(89_262_560) + .saturating_add(Weight::from_proof_size(20138)) + // Standard Error: 63_860 + .saturating_add(Weight::from_ref_time(29_297_035).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) diff --git a/frame/nis/src/weights.rs b/frame/nis/src/weights.rs index 36a169f16c52e..781e1d708de04 100644 --- a/frame/nis/src/weights.rs +++ b/frame/nis/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_nis //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_nis +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -74,11 +77,12 @@ impl WeightInfo for SubstrateWeight { fn place_bid(l: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `6245 + l * (48 ±0)` - // Estimated: `60718` - // Minimum execution time: 28_814 nanoseconds. - Weight::from_parts(35_245_917, 60718) - // Standard Error: 189 - .saturating_add(Weight::from_ref_time(45_322).saturating_mul(l.into())) + // Estimated: `63688` + // Minimum execution time: 32_605 nanoseconds. + Weight::from_ref_time(39_542_942) + .saturating_add(Weight::from_proof_size(63688)) + // Standard Error: 204 + .saturating_add(Weight::from_ref_time(45_719).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -91,9 +95,10 @@ impl WeightInfo for SubstrateWeight { fn place_bid_max() -> Weight { // Proof Size summary in bytes: // Measured: `54247` - // Estimated: `60718` - // Minimum execution time: 80_332 nanoseconds. - Weight::from_parts(81_050_000, 60718) + // Estimated: `63688` + // Minimum execution time: 86_813 nanoseconds. + Weight::from_ref_time(87_752_000) + .saturating_add(Weight::from_proof_size(63688)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -107,11 +112,12 @@ impl WeightInfo for SubstrateWeight { fn retract_bid(l: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `6245 + l * (48 ±0)` - // Estimated: `60718` - // Minimum execution time: 34_426 nanoseconds. - Weight::from_parts(36_434_166, 60718) - // Standard Error: 135 - .saturating_add(Weight::from_ref_time(33_923).saturating_mul(l.into())) + // Estimated: `63688` + // Minimum execution time: 38_911 nanoseconds. + Weight::from_ref_time(41_084_953) + .saturating_add(Weight::from_proof_size(63688)) + // Standard Error: 141 + .saturating_add(Weight::from_ref_time(37_523).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -122,9 +128,10 @@ impl WeightInfo for SubstrateWeight { fn fund_deficit() -> Weight { // Proof Size summary in bytes: // Measured: `222` - // Estimated: `3138` - // Minimum execution time: 32_566 nanoseconds. - Weight::from_parts(32_880_000, 3138) + // Estimated: `5118` + // Minimum execution time: 36_764 nanoseconds. + Weight::from_ref_time(37_278_000) + .saturating_add(Weight::from_proof_size(5118)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -139,9 +146,10 @@ impl WeightInfo for SubstrateWeight { fn thaw_private() -> Weight { // Proof Size summary in bytes: // Measured: `423` - // Estimated: `9418` - // Minimum execution time: 46_212 nanoseconds. - Weight::from_parts(46_748_000, 9418) + // Estimated: `13378` + // Minimum execution time: 52_703 nanoseconds. + Weight::from_ref_time(53_223_000) + .saturating_add(Weight::from_proof_size(13378)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -158,9 +166,10 @@ impl WeightInfo for SubstrateWeight { fn thaw_communal() -> Weight { // Proof Size summary in bytes: // Measured: `868` - // Estimated: `10956` - // Minimum execution time: 68_791 nanoseconds. - Weight::from_parts(69_504_000, 10956) + // Estimated: `15906` + // Minimum execution time: 78_509 nanoseconds. + Weight::from_ref_time(79_214_000) + .saturating_add(Weight::from_proof_size(15906)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -179,9 +188,10 @@ impl WeightInfo for SubstrateWeight { fn privatize() -> Weight { // Proof Size summary in bytes: // Measured: `930` - // Estimated: `14680` - // Minimum execution time: 76_784 nanoseconds. - Weight::from_parts(77_575_000, 14680) + // Estimated: `20620` + // Minimum execution time: 87_599 nanoseconds. + Weight::from_ref_time(88_855_000) + .saturating_add(Weight::from_proof_size(20620)) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -200,9 +210,10 @@ impl WeightInfo for SubstrateWeight { fn communify() -> Weight { // Proof Size summary in bytes: // Measured: `769` - // Estimated: `14680` - // Minimum execution time: 64_543 nanoseconds. - Weight::from_parts(65_258_000, 14680) + // Estimated: `20620` + // Minimum execution time: 76_508 nanoseconds. + Weight::from_ref_time(77_075_000) + .saturating_add(Weight::from_proof_size(20620)) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -215,9 +226,10 @@ impl WeightInfo for SubstrateWeight { fn process_queues() -> Weight { // Proof Size summary in bytes: // Measured: `6655` - // Estimated: `9635` - // Minimum execution time: 21_379 nanoseconds. - Weight::from_parts(21_736_000, 9635) + // Estimated: `12605` + // Minimum execution time: 23_602 nanoseconds. + Weight::from_ref_time(23_876_000) + .saturating_add(Weight::from_proof_size(12605)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -226,9 +238,10 @@ impl WeightInfo for SubstrateWeight { fn process_queue() -> Weight { // Proof Size summary in bytes: // Measured: `42` - // Estimated: `50497` - // Minimum execution time: 4_302 nanoseconds. - Weight::from_parts(4_440_000, 50497) + // Estimated: `51487` + // Minimum execution time: 4_672 nanoseconds. + Weight::from_ref_time(4_793_000) + .saturating_add(Weight::from_proof_size(51487)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -238,8 +251,9 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_758 nanoseconds. - Weight::from_ref_time(6_911_000) + // Minimum execution time: 7_585 nanoseconds. + Weight::from_ref_time(7_945_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } } @@ -256,11 +270,12 @@ impl WeightInfo for () { fn place_bid(l: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `6245 + l * (48 ±0)` - // Estimated: `60718` - // Minimum execution time: 28_814 nanoseconds. - Weight::from_parts(35_245_917, 60718) - // Standard Error: 189 - .saturating_add(Weight::from_ref_time(45_322).saturating_mul(l.into())) + // Estimated: `63688` + // Minimum execution time: 32_605 nanoseconds. + Weight::from_ref_time(39_542_942) + .saturating_add(Weight::from_proof_size(63688)) + // Standard Error: 204 + .saturating_add(Weight::from_ref_time(45_719).saturating_mul(l.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -273,9 +288,10 @@ impl WeightInfo for () { fn place_bid_max() -> Weight { // Proof Size summary in bytes: // Measured: `54247` - // Estimated: `60718` - // Minimum execution time: 80_332 nanoseconds. - Weight::from_parts(81_050_000, 60718) + // Estimated: `63688` + // Minimum execution time: 86_813 nanoseconds. + Weight::from_ref_time(87_752_000) + .saturating_add(Weight::from_proof_size(63688)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -289,11 +305,12 @@ impl WeightInfo for () { fn retract_bid(l: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `6245 + l * (48 ±0)` - // Estimated: `60718` - // Minimum execution time: 34_426 nanoseconds. - Weight::from_parts(36_434_166, 60718) - // Standard Error: 135 - .saturating_add(Weight::from_ref_time(33_923).saturating_mul(l.into())) + // Estimated: `63688` + // Minimum execution time: 38_911 nanoseconds. + Weight::from_ref_time(41_084_953) + .saturating_add(Weight::from_proof_size(63688)) + // Standard Error: 141 + .saturating_add(Weight::from_ref_time(37_523).saturating_mul(l.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -304,9 +321,10 @@ impl WeightInfo for () { fn fund_deficit() -> Weight { // Proof Size summary in bytes: // Measured: `222` - // Estimated: `3138` - // Minimum execution time: 32_566 nanoseconds. - Weight::from_parts(32_880_000, 3138) + // Estimated: `5118` + // Minimum execution time: 36_764 nanoseconds. + Weight::from_ref_time(37_278_000) + .saturating_add(Weight::from_proof_size(5118)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -321,9 +339,10 @@ impl WeightInfo for () { fn thaw_private() -> Weight { // Proof Size summary in bytes: // Measured: `423` - // Estimated: `9418` - // Minimum execution time: 46_212 nanoseconds. - Weight::from_parts(46_748_000, 9418) + // Estimated: `13378` + // Minimum execution time: 52_703 nanoseconds. + Weight::from_ref_time(53_223_000) + .saturating_add(Weight::from_proof_size(13378)) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -340,9 +359,10 @@ impl WeightInfo for () { fn thaw_communal() -> Weight { // Proof Size summary in bytes: // Measured: `868` - // Estimated: `10956` - // Minimum execution time: 68_791 nanoseconds. - Weight::from_parts(69_504_000, 10956) + // Estimated: `15906` + // Minimum execution time: 78_509 nanoseconds. + Weight::from_ref_time(79_214_000) + .saturating_add(Weight::from_proof_size(15906)) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -361,9 +381,10 @@ impl WeightInfo for () { fn privatize() -> Weight { // Proof Size summary in bytes: // Measured: `930` - // Estimated: `14680` - // Minimum execution time: 76_784 nanoseconds. - Weight::from_parts(77_575_000, 14680) + // Estimated: `20620` + // Minimum execution time: 87_599 nanoseconds. + Weight::from_ref_time(88_855_000) + .saturating_add(Weight::from_proof_size(20620)) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -382,9 +403,10 @@ impl WeightInfo for () { fn communify() -> Weight { // Proof Size summary in bytes: // Measured: `769` - // Estimated: `14680` - // Minimum execution time: 64_543 nanoseconds. - Weight::from_parts(65_258_000, 14680) + // Estimated: `20620` + // Minimum execution time: 76_508 nanoseconds. + Weight::from_ref_time(77_075_000) + .saturating_add(Weight::from_proof_size(20620)) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -397,9 +419,10 @@ impl WeightInfo for () { fn process_queues() -> Weight { // Proof Size summary in bytes: // Measured: `6655` - // Estimated: `9635` - // Minimum execution time: 21_379 nanoseconds. - Weight::from_parts(21_736_000, 9635) + // Estimated: `12605` + // Minimum execution time: 23_602 nanoseconds. + Weight::from_ref_time(23_876_000) + .saturating_add(Weight::from_proof_size(12605)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -408,9 +431,10 @@ impl WeightInfo for () { fn process_queue() -> Weight { // Proof Size summary in bytes: // Measured: `42` - // Estimated: `50497` - // Minimum execution time: 4_302 nanoseconds. - Weight::from_parts(4_440_000, 50497) + // Estimated: `51487` + // Minimum execution time: 4_672 nanoseconds. + Weight::from_ref_time(4_793_000) + .saturating_add(Weight::from_proof_size(51487)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -420,8 +444,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_758 nanoseconds. - Weight::from_ref_time(6_911_000) + // Minimum execution time: 7_585 nanoseconds. + Weight::from_ref_time(7_945_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } } diff --git a/frame/nomination-pools/src/weights.rs b/frame/nomination-pools/src/weights.rs index 1c3d1c6339e8d..073b95b35551a 100644 --- a/frame/nomination-pools/src/weights.rs +++ b/frame/nomination-pools/src/weights.rs @@ -18,26 +18,28 @@ //! Autogenerated weights for pallet_nomination_pools //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-ehxwxxsd-project-145-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: -// target/production/substrate +// ./target/production/substrate // benchmark // pallet +// --chain=dev // --steps=50 // --repeat=20 +// --pallet=pallet_nomination_pools +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --json-file=/builds/parity/mirrors/substrate/.git/.artifacts/bench.json -// --pallet=pallet_nomination_pools -// --chain=dev -// --header=./HEADER-APACHE2 // --output=./frame/nomination-pools/src/weights.rs +// --header=./HEADER-APACHE2 // --template=./.maintain/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -99,10 +101,10 @@ impl WeightInfo for SubstrateWeight { fn join() -> Weight { // Proof Size summary in bytes: // Measured: `3573` - // Estimated: `37988` - // Minimum execution time: 169_857 nanoseconds. - Weight::from_ref_time(173_895_000) - .saturating_add(Weight::from_proof_size(37988)) + // Estimated: `50858` + // Minimum execution time: 163_772 nanoseconds. + Weight::from_ref_time(164_610_000) + .saturating_add(Weight::from_proof_size(50858)) .saturating_add(T::DbWeight::get().reads(17_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) } @@ -127,10 +129,10 @@ impl WeightInfo for SubstrateWeight { fn bond_extra_transfer() -> Weight { // Proof Size summary in bytes: // Measured: `3615` - // Estimated: `38583` - // Minimum execution time: 167_372 nanoseconds. - Weight::from_ref_time(168_776_000) - .saturating_add(Weight::from_proof_size(38583)) + // Estimated: `47493` + // Minimum execution time: 158_144 nanoseconds. + Weight::from_ref_time(159_921_000) + .saturating_add(Weight::from_proof_size(47493)) .saturating_add(T::DbWeight::get().reads(14_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) } @@ -157,10 +159,10 @@ impl WeightInfo for SubstrateWeight { fn bond_extra_other() -> Weight { // Proof Size summary in bytes: // Measured: `3680` - // Estimated: `41099` - // Minimum execution time: 186_346 nanoseconds. - Weight::from_ref_time(191_308_000) - .saturating_add(Weight::from_proof_size(41099)) + // Estimated: `50999` + // Minimum execution time: 180_567 nanoseconds. + Weight::from_ref_time(181_570_000) + .saturating_add(Weight::from_proof_size(50999)) .saturating_add(T::DbWeight::get().reads(15_u64)) .saturating_add(T::DbWeight::get().writes(13_u64)) } @@ -177,10 +179,10 @@ impl WeightInfo for SubstrateWeight { fn claim_payout() -> Weight { // Proof Size summary in bytes: // Measured: `1254` - // Estimated: `13005` - // Minimum execution time: 61_423 nanoseconds. - Weight::from_ref_time(63_219_000) - .saturating_add(Weight::from_proof_size(13005)) + // Estimated: `17955` + // Minimum execution time: 63_218 nanoseconds. + Weight::from_ref_time(63_933_000) + .saturating_add(Weight::from_proof_size(17955)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -212,17 +214,15 @@ impl WeightInfo for SubstrateWeight { /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(24382), added: 26857, mode: MaxEncodedLen) /// Storage: NominationPools CounterForSubPoolsStorage (r:1 w:1) /// Proof: NominationPools CounterForSubPoolsStorage (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) - /// Storage: NominationPools ClaimPermissions (r:0 w:1) - /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) fn unbond() -> Weight { // Proof Size summary in bytes: // Measured: `3858` - // Estimated: `67379` - // Minimum execution time: 174_532 nanoseconds. - Weight::from_ref_time(180_032_000) - .saturating_add(Weight::from_proof_size(67379)) + // Estimated: `81239` + // Minimum execution time: 164_921 nanoseconds. + Weight::from_ref_time(166_391_000) + .saturating_add(Weight::from_proof_size(81239)) .saturating_add(T::DbWeight::get().reads(18_u64)) - .saturating_add(T::DbWeight::get().writes(14_u64)) + .saturating_add(T::DbWeight::get().writes(13_u64)) } /// Storage: NominationPools BondedPools (r:1 w:0) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) @@ -238,12 +238,12 @@ impl WeightInfo for SubstrateWeight { fn pool_withdraw_unbonded(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1779` - // Estimated: `13025` - // Minimum execution time: 55_327 nanoseconds. - Weight::from_ref_time(58_947_746) - .saturating_add(Weight::from_proof_size(13025)) - // Standard Error: 1_589 - .saturating_add(Weight::from_ref_time(40_696).saturating_mul(s.into())) + // Estimated: `17975` + // Minimum execution time: 56_081 nanoseconds. + Weight::from_ref_time(57_124_697) + .saturating_add(Weight::from_proof_size(17975)) + // Standard Error: 472 + .saturating_add(Weight::from_ref_time(7_068).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -265,18 +265,20 @@ impl WeightInfo for SubstrateWeight { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: NominationPools CounterForPoolMembers (r:1 w:1) /// Proof: NominationPools CounterForPoolMembers (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: NominationPools ClaimPermissions (r:0 w:1) + /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_update(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `2303` - // Estimated: `45696` - // Minimum execution time: 105_923 nanoseconds. - Weight::from_ref_time(110_572_476) - .saturating_add(Weight::from_proof_size(45696)) - // Standard Error: 2_438 - .saturating_add(Weight::from_ref_time(69_045).saturating_mul(s.into())) + // Estimated: `54606` + // Minimum execution time: 108_111 nanoseconds. + Weight::from_ref_time(109_889_360) + .saturating_add(Weight::from_proof_size(54606)) + // Standard Error: 769 + .saturating_add(Weight::from_ref_time(6_267).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) - .saturating_add(T::DbWeight::get().writes(7_u64)) + .saturating_add(T::DbWeight::get().writes(8_u64)) } /// Storage: NominationPools PoolMembers (r:1 w:1) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) @@ -318,16 +320,18 @@ impl WeightInfo for SubstrateWeight { /// Proof: NominationPools CounterForBondedPools (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: Staking Payee (r:0 w:1) /// Proof: Staking Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) + /// Storage: NominationPools ClaimPermissions (r:0 w:1) + /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_kill(_s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `2690` - // Estimated: `68812` - // Minimum execution time: 169_700 nanoseconds. - Weight::from_ref_time(178_693_541) - .saturating_add(Weight::from_proof_size(68812)) + // Estimated: `87622` + // Minimum execution time: 173_653 nanoseconds. + Weight::from_ref_time(176_143_745) + .saturating_add(Weight::from_proof_size(87622)) .saturating_add(T::DbWeight::get().reads(20_u64)) - .saturating_add(T::DbWeight::get().writes(17_u64)) + .saturating_add(T::DbWeight::get().writes(18_u64)) } /// Storage: NominationPools LastPoolId (r:1 w:1) /// Proof: NominationPools LastPoolId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -374,10 +378,10 @@ impl WeightInfo for SubstrateWeight { fn create() -> Weight { // Proof Size summary in bytes: // Measured: `1321` - // Estimated: `31522` - // Minimum execution time: 145_976 nanoseconds. - Weight::from_ref_time(150_664_000) - .saturating_add(Weight::from_proof_size(31522)) + // Estimated: `51322` + // Minimum execution time: 151_213 nanoseconds. + Weight::from_ref_time(152_329_000) + .saturating_add(Weight::from_proof_size(51322)) .saturating_add(T::DbWeight::get().reads(21_u64)) .saturating_add(T::DbWeight::get().writes(15_u64)) } @@ -409,12 +413,12 @@ impl WeightInfo for SubstrateWeight { fn nominate(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1909` - // Estimated: `21998 + n * (2520 ±0)` - // Minimum execution time: 69_288 nanoseconds. - Weight::from_ref_time(71_075_293) - .saturating_add(Weight::from_proof_size(21998)) - // Standard Error: 10_508 - .saturating_add(Weight::from_ref_time(1_384_674).saturating_mul(n.into())) + // Estimated: `33878 + n * (2520 ±0)` + // Minimum execution time: 70_677 nanoseconds. + Weight::from_ref_time(70_652_653) + .saturating_add(Weight::from_proof_size(33878)) + // Standard Error: 4_864 + .saturating_add(Weight::from_ref_time(1_427_184).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5_u64)) @@ -429,10 +433,10 @@ impl WeightInfo for SubstrateWeight { fn set_state() -> Weight { // Proof Size summary in bytes: // Measured: `1498` - // Estimated: `8752` - // Minimum execution time: 36_410 nanoseconds. - Weight::from_ref_time(37_585_000) - .saturating_add(Weight::from_proof_size(8752)) + // Estimated: `11722` + // Minimum execution time: 37_151 nanoseconds. + Weight::from_ref_time(37_659_000) + .saturating_add(Weight::from_proof_size(11722)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -446,12 +450,12 @@ impl WeightInfo for SubstrateWeight { fn set_metadata(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `559` - // Estimated: `5883` - // Minimum execution time: 14_322 nanoseconds. - Weight::from_ref_time(15_328_204) - .saturating_add(Weight::from_proof_size(5883)) - // Standard Error: 161 - .saturating_add(Weight::from_ref_time(1_406).saturating_mul(n.into())) + // Estimated: `8853` + // Minimum execution time: 15_496 nanoseconds. + Weight::from_ref_time(16_143_804) + .saturating_add(Weight::from_proof_size(8853)) + // Standard Error: 342 + .saturating_add(Weight::from_ref_time(902).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -469,8 +473,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_968 nanoseconds. - Weight::from_ref_time(6_245_000) + // Minimum execution time: 6_567 nanoseconds. + Weight::from_ref_time(6_784_000) .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -479,10 +483,10 @@ impl WeightInfo for SubstrateWeight { fn update_roles() -> Weight { // Proof Size summary in bytes: // Measured: `559` - // Estimated: `2639` - // Minimum execution time: 18_979 nanoseconds. - Weight::from_ref_time(19_795_000) - .saturating_add(Weight::from_proof_size(2639)) + // Estimated: `3629` + // Minimum execution time: 20_492 nanoseconds. + Weight::from_ref_time(20_797_000) + .saturating_add(Weight::from_proof_size(3629)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -507,10 +511,10 @@ impl WeightInfo for SubstrateWeight { fn chill() -> Weight { // Proof Size summary in bytes: // Measured: `2136` - // Estimated: `20489` - // Minimum execution time: 68_145 nanoseconds. - Weight::from_ref_time(70_444_000) - .saturating_add(Weight::from_proof_size(20489)) + // Estimated: `29399` + // Minimum execution time: 67_854 nanoseconds. + Weight::from_ref_time(68_532_000) + .saturating_add(Weight::from_proof_size(29399)) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -521,10 +525,10 @@ impl WeightInfo for SubstrateWeight { fn set_claim_permission() -> Weight { // Proof Size summary in bytes: // Measured: `542` - // Estimated: `5228` - // Minimum execution time: 15_112 nanoseconds. - Weight::from_ref_time(15_897_000) - .saturating_add(Weight::from_proof_size(5228)) + // Estimated: `7208` + // Minimum execution time: 15_727 nanoseconds. + Weight::from_ref_time(15_950_000) + .saturating_add(Weight::from_proof_size(7208)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -561,10 +565,10 @@ impl WeightInfo for () { fn join() -> Weight { // Proof Size summary in bytes: // Measured: `3573` - // Estimated: `37988` - // Minimum execution time: 169_857 nanoseconds. - Weight::from_ref_time(173_895_000) - .saturating_add(Weight::from_proof_size(37988)) + // Estimated: `50858` + // Minimum execution time: 163_772 nanoseconds. + Weight::from_ref_time(164_610_000) + .saturating_add(Weight::from_proof_size(50858)) .saturating_add(RocksDbWeight::get().reads(17_u64)) .saturating_add(RocksDbWeight::get().writes(12_u64)) } @@ -589,10 +593,10 @@ impl WeightInfo for () { fn bond_extra_transfer() -> Weight { // Proof Size summary in bytes: // Measured: `3615` - // Estimated: `38583` - // Minimum execution time: 167_372 nanoseconds. - Weight::from_ref_time(168_776_000) - .saturating_add(Weight::from_proof_size(38583)) + // Estimated: `47493` + // Minimum execution time: 158_144 nanoseconds. + Weight::from_ref_time(159_921_000) + .saturating_add(Weight::from_proof_size(47493)) .saturating_add(RocksDbWeight::get().reads(14_u64)) .saturating_add(RocksDbWeight::get().writes(12_u64)) } @@ -619,10 +623,10 @@ impl WeightInfo for () { fn bond_extra_other() -> Weight { // Proof Size summary in bytes: // Measured: `3680` - // Estimated: `41099` - // Minimum execution time: 186_346 nanoseconds. - Weight::from_ref_time(191_308_000) - .saturating_add(Weight::from_proof_size(41099)) + // Estimated: `50999` + // Minimum execution time: 180_567 nanoseconds. + Weight::from_ref_time(181_570_000) + .saturating_add(Weight::from_proof_size(50999)) .saturating_add(RocksDbWeight::get().reads(15_u64)) .saturating_add(RocksDbWeight::get().writes(13_u64)) } @@ -639,10 +643,10 @@ impl WeightInfo for () { fn claim_payout() -> Weight { // Proof Size summary in bytes: // Measured: `1254` - // Estimated: `13005` - // Minimum execution time: 61_423 nanoseconds. - Weight::from_ref_time(63_219_000) - .saturating_add(Weight::from_proof_size(13005)) + // Estimated: `17955` + // Minimum execution time: 63_218 nanoseconds. + Weight::from_ref_time(63_933_000) + .saturating_add(Weight::from_proof_size(17955)) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -674,17 +678,15 @@ impl WeightInfo for () { /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(24382), added: 26857, mode: MaxEncodedLen) /// Storage: NominationPools CounterForSubPoolsStorage (r:1 w:1) /// Proof: NominationPools CounterForSubPoolsStorage (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) - /// Storage: NominationPools ClaimPermissions (r:0 w:1) - /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) fn unbond() -> Weight { // Proof Size summary in bytes: // Measured: `3858` - // Estimated: `67379` - // Minimum execution time: 174_532 nanoseconds. - Weight::from_ref_time(180_032_000) - .saturating_add(Weight::from_proof_size(67379)) + // Estimated: `81239` + // Minimum execution time: 164_921 nanoseconds. + Weight::from_ref_time(166_391_000) + .saturating_add(Weight::from_proof_size(81239)) .saturating_add(RocksDbWeight::get().reads(18_u64)) - .saturating_add(RocksDbWeight::get().writes(14_u64)) + .saturating_add(RocksDbWeight::get().writes(13_u64)) } /// Storage: NominationPools BondedPools (r:1 w:0) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) @@ -700,12 +702,12 @@ impl WeightInfo for () { fn pool_withdraw_unbonded(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1779` - // Estimated: `13025` - // Minimum execution time: 55_327 nanoseconds. - Weight::from_ref_time(58_947_746) - .saturating_add(Weight::from_proof_size(13025)) - // Standard Error: 1_589 - .saturating_add(Weight::from_ref_time(40_696).saturating_mul(s.into())) + // Estimated: `17975` + // Minimum execution time: 56_081 nanoseconds. + Weight::from_ref_time(57_124_697) + .saturating_add(Weight::from_proof_size(17975)) + // Standard Error: 472 + .saturating_add(Weight::from_ref_time(7_068).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -727,18 +729,20 @@ impl WeightInfo for () { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: NominationPools CounterForPoolMembers (r:1 w:1) /// Proof: NominationPools CounterForPoolMembers (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: NominationPools ClaimPermissions (r:0 w:1) + /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_update(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `2303` - // Estimated: `45696` - // Minimum execution time: 105_923 nanoseconds. - Weight::from_ref_time(110_572_476) - .saturating_add(Weight::from_proof_size(45696)) - // Standard Error: 2_438 - .saturating_add(Weight::from_ref_time(69_045).saturating_mul(s.into())) + // Estimated: `54606` + // Minimum execution time: 108_111 nanoseconds. + Weight::from_ref_time(109_889_360) + .saturating_add(Weight::from_proof_size(54606)) + // Standard Error: 769 + .saturating_add(Weight::from_ref_time(6_267).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(9_u64)) - .saturating_add(RocksDbWeight::get().writes(7_u64)) + .saturating_add(RocksDbWeight::get().writes(8_u64)) } /// Storage: NominationPools PoolMembers (r:1 w:1) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) @@ -780,16 +784,18 @@ impl WeightInfo for () { /// Proof: NominationPools CounterForBondedPools (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: Staking Payee (r:0 w:1) /// Proof: Staking Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) + /// Storage: NominationPools ClaimPermissions (r:0 w:1) + /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_kill(_s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `2690` - // Estimated: `68812` - // Minimum execution time: 169_700 nanoseconds. - Weight::from_ref_time(178_693_541) - .saturating_add(Weight::from_proof_size(68812)) + // Estimated: `87622` + // Minimum execution time: 173_653 nanoseconds. + Weight::from_ref_time(176_143_745) + .saturating_add(Weight::from_proof_size(87622)) .saturating_add(RocksDbWeight::get().reads(20_u64)) - .saturating_add(RocksDbWeight::get().writes(17_u64)) + .saturating_add(RocksDbWeight::get().writes(18_u64)) } /// Storage: NominationPools LastPoolId (r:1 w:1) /// Proof: NominationPools LastPoolId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -836,10 +842,10 @@ impl WeightInfo for () { fn create() -> Weight { // Proof Size summary in bytes: // Measured: `1321` - // Estimated: `31522` - // Minimum execution time: 145_976 nanoseconds. - Weight::from_ref_time(150_664_000) - .saturating_add(Weight::from_proof_size(31522)) + // Estimated: `51322` + // Minimum execution time: 151_213 nanoseconds. + Weight::from_ref_time(152_329_000) + .saturating_add(Weight::from_proof_size(51322)) .saturating_add(RocksDbWeight::get().reads(21_u64)) .saturating_add(RocksDbWeight::get().writes(15_u64)) } @@ -871,12 +877,12 @@ impl WeightInfo for () { fn nominate(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1909` - // Estimated: `21998 + n * (2520 ±0)` - // Minimum execution time: 69_288 nanoseconds. - Weight::from_ref_time(71_075_293) - .saturating_add(Weight::from_proof_size(21998)) - // Standard Error: 10_508 - .saturating_add(Weight::from_ref_time(1_384_674).saturating_mul(n.into())) + // Estimated: `33878 + n * (2520 ±0)` + // Minimum execution time: 70_677 nanoseconds. + Weight::from_ref_time(70_652_653) + .saturating_add(Weight::from_proof_size(33878)) + // Standard Error: 4_864 + .saturating_add(Weight::from_ref_time(1_427_184).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(12_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(5_u64)) @@ -891,10 +897,10 @@ impl WeightInfo for () { fn set_state() -> Weight { // Proof Size summary in bytes: // Measured: `1498` - // Estimated: `8752` - // Minimum execution time: 36_410 nanoseconds. - Weight::from_ref_time(37_585_000) - .saturating_add(Weight::from_proof_size(8752)) + // Estimated: `11722` + // Minimum execution time: 37_151 nanoseconds. + Weight::from_ref_time(37_659_000) + .saturating_add(Weight::from_proof_size(11722)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -908,12 +914,12 @@ impl WeightInfo for () { fn set_metadata(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `559` - // Estimated: `5883` - // Minimum execution time: 14_322 nanoseconds. - Weight::from_ref_time(15_328_204) - .saturating_add(Weight::from_proof_size(5883)) - // Standard Error: 161 - .saturating_add(Weight::from_ref_time(1_406).saturating_mul(n.into())) + // Estimated: `8853` + // Minimum execution time: 15_496 nanoseconds. + Weight::from_ref_time(16_143_804) + .saturating_add(Weight::from_proof_size(8853)) + // Standard Error: 342 + .saturating_add(Weight::from_ref_time(902).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -931,8 +937,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_968 nanoseconds. - Weight::from_ref_time(6_245_000) + // Minimum execution time: 6_567 nanoseconds. + Weight::from_ref_time(6_784_000) .saturating_add(Weight::from_proof_size(0)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -941,10 +947,10 @@ impl WeightInfo for () { fn update_roles() -> Weight { // Proof Size summary in bytes: // Measured: `559` - // Estimated: `2639` - // Minimum execution time: 18_979 nanoseconds. - Weight::from_ref_time(19_795_000) - .saturating_add(Weight::from_proof_size(2639)) + // Estimated: `3629` + // Minimum execution time: 20_492 nanoseconds. + Weight::from_ref_time(20_797_000) + .saturating_add(Weight::from_proof_size(3629)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -969,10 +975,10 @@ impl WeightInfo for () { fn chill() -> Weight { // Proof Size summary in bytes: // Measured: `2136` - // Estimated: `20489` - // Minimum execution time: 68_145 nanoseconds. - Weight::from_ref_time(70_444_000) - .saturating_add(Weight::from_proof_size(20489)) + // Estimated: `29399` + // Minimum execution time: 67_854 nanoseconds. + Weight::from_ref_time(68_532_000) + .saturating_add(Weight::from_proof_size(29399)) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -983,10 +989,10 @@ impl WeightInfo for () { fn set_claim_permission() -> Weight { // Proof Size summary in bytes: // Measured: `542` - // Estimated: `5228` - // Minimum execution time: 15_112 nanoseconds. - Weight::from_ref_time(15_897_000) - .saturating_add(Weight::from_proof_size(5228)) + // Estimated: `7208` + // Minimum execution time: 15_727 nanoseconds. + Weight::from_ref_time(15_950_000) + .saturating_add(Weight::from_proof_size(7208)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/preimage/src/weights.rs b/frame/preimage/src/weights.rs index 7d181be01b742..ecbd8af346108 100644 --- a/frame/preimage/src/weights.rs +++ b/frame/preimage/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_preimage //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_preimage +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -73,11 +76,12 @@ impl WeightInfo for SubstrateWeight { fn note_preimage(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `175` - // Estimated: `2566` - // Minimum execution time: 23_484 nanoseconds. - Weight::from_parts(23_828_000, 2566) - // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_705).saturating_mul(s.into())) + // Estimated: `3556` + // Minimum execution time: 28_773 nanoseconds. + Weight::from_ref_time(28_978_000) + .saturating_add(Weight::from_proof_size(3556)) + // Standard Error: 1 + .saturating_add(Weight::from_ref_time(1_870).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -89,11 +93,12 @@ impl WeightInfo for SubstrateWeight { fn note_requested_preimage(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `106` - // Estimated: `2566` - // Minimum execution time: 14_812 nanoseconds. - Weight::from_parts(14_949_000, 2566) - // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_707).saturating_mul(s.into())) + // Estimated: `3556` + // Minimum execution time: 17_997 nanoseconds. + Weight::from_ref_time(18_406_000) + .saturating_add(Weight::from_proof_size(3556)) + // Standard Error: 1 + .saturating_add(Weight::from_ref_time(1_878).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -105,11 +110,12 @@ impl WeightInfo for SubstrateWeight { fn note_no_deposit_preimage(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `106` - // Estimated: `2566` - // Minimum execution time: 14_185 nanoseconds. - Weight::from_parts(14_398_000, 2566) - // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_709).saturating_mul(s.into())) + // Estimated: `3556` + // Minimum execution time: 17_238 nanoseconds. + Weight::from_ref_time(17_436_000) + .saturating_add(Weight::from_proof_size(3556)) + // Standard Error: 1 + .saturating_add(Weight::from_ref_time(1_876).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -120,9 +126,10 @@ impl WeightInfo for SubstrateWeight { fn unnote_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `353` - // Estimated: `2566` - // Minimum execution time: 29_917 nanoseconds. - Weight::from_parts(30_691_000, 2566) + // Estimated: `3556` + // Minimum execution time: 34_893 nanoseconds. + Weight::from_ref_time(36_150_000) + .saturating_add(Weight::from_proof_size(3556)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -133,9 +140,10 @@ impl WeightInfo for SubstrateWeight { fn unnote_no_deposit_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `144` - // Estimated: `2566` - // Minimum execution time: 19_281 nanoseconds. - Weight::from_parts(20_121_000, 2566) + // Estimated: `3556` + // Minimum execution time: 22_164 nanoseconds. + Weight::from_ref_time(22_868_000) + .saturating_add(Weight::from_proof_size(3556)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -144,9 +152,10 @@ impl WeightInfo for SubstrateWeight { fn request_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `220` - // Estimated: `2566` - // Minimum execution time: 17_192 nanoseconds. - Weight::from_parts(18_637_000, 2566) + // Estimated: `3556` + // Minimum execution time: 19_637 nanoseconds. + Weight::from_ref_time(20_421_000) + .saturating_add(Weight::from_proof_size(3556)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -155,9 +164,10 @@ impl WeightInfo for SubstrateWeight { fn request_no_deposit_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `144` - // Estimated: `2566` - // Minimum execution time: 10_139 nanoseconds. - Weight::from_parts(10_773_000, 2566) + // Estimated: `3556` + // Minimum execution time: 11_594 nanoseconds. + Weight::from_ref_time(12_549_000) + .saturating_add(Weight::from_proof_size(3556)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -166,9 +176,10 @@ impl WeightInfo for SubstrateWeight { fn request_unnoted_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `42` - // Estimated: `2566` - // Minimum execution time: 11_721 nanoseconds. - Weight::from_parts(12_313_000, 2566) + // Estimated: `3556` + // Minimum execution time: 14_054 nanoseconds. + Weight::from_ref_time(14_676_000) + .saturating_add(Weight::from_proof_size(3556)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -177,9 +188,10 @@ impl WeightInfo for SubstrateWeight { fn request_requested_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `106` - // Estimated: `2566` - // Minimum execution time: 7_263 nanoseconds. - Weight::from_parts(7_547_000, 2566) + // Estimated: `3556` + // Minimum execution time: 8_982 nanoseconds. + Weight::from_ref_time(9_259_000) + .saturating_add(Weight::from_proof_size(3556)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -190,9 +202,10 @@ impl WeightInfo for SubstrateWeight { fn unrequest_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `144` - // Estimated: `2566` - // Minimum execution time: 17_785 nanoseconds. - Weight::from_parts(18_501_000, 2566) + // Estimated: `3556` + // Minimum execution time: 20_520 nanoseconds. + Weight::from_ref_time(20_928_000) + .saturating_add(Weight::from_proof_size(3556)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -201,9 +214,10 @@ impl WeightInfo for SubstrateWeight { fn unrequest_unnoted_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `106` - // Estimated: `2566` - // Minimum execution time: 7_090 nanoseconds. - Weight::from_parts(7_319_000, 2566) + // Estimated: `3556` + // Minimum execution time: 8_603 nanoseconds. + Weight::from_ref_time(8_853_000) + .saturating_add(Weight::from_proof_size(3556)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -212,9 +226,10 @@ impl WeightInfo for SubstrateWeight { fn unrequest_multi_referenced_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `106` - // Estimated: `2566` - // Minimum execution time: 7_253 nanoseconds. - Weight::from_parts(7_508_000, 2566) + // Estimated: `3556` + // Minimum execution time: 8_659 nanoseconds. + Weight::from_ref_time(8_915_000) + .saturating_add(Weight::from_proof_size(3556)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -230,11 +245,12 @@ impl WeightInfo for () { fn note_preimage(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `175` - // Estimated: `2566` - // Minimum execution time: 23_484 nanoseconds. - Weight::from_parts(23_828_000, 2566) - // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_705).saturating_mul(s.into())) + // Estimated: `3556` + // Minimum execution time: 28_773 nanoseconds. + Weight::from_ref_time(28_978_000) + .saturating_add(Weight::from_proof_size(3556)) + // Standard Error: 1 + .saturating_add(Weight::from_ref_time(1_870).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -246,11 +262,12 @@ impl WeightInfo for () { fn note_requested_preimage(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `106` - // Estimated: `2566` - // Minimum execution time: 14_812 nanoseconds. - Weight::from_parts(14_949_000, 2566) - // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_707).saturating_mul(s.into())) + // Estimated: `3556` + // Minimum execution time: 17_997 nanoseconds. + Weight::from_ref_time(18_406_000) + .saturating_add(Weight::from_proof_size(3556)) + // Standard Error: 1 + .saturating_add(Weight::from_ref_time(1_878).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -262,11 +279,12 @@ impl WeightInfo for () { fn note_no_deposit_preimage(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `106` - // Estimated: `2566` - // Minimum execution time: 14_185 nanoseconds. - Weight::from_parts(14_398_000, 2566) - // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_709).saturating_mul(s.into())) + // Estimated: `3556` + // Minimum execution time: 17_238 nanoseconds. + Weight::from_ref_time(17_436_000) + .saturating_add(Weight::from_proof_size(3556)) + // Standard Error: 1 + .saturating_add(Weight::from_ref_time(1_876).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -277,9 +295,10 @@ impl WeightInfo for () { fn unnote_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `353` - // Estimated: `2566` - // Minimum execution time: 29_917 nanoseconds. - Weight::from_parts(30_691_000, 2566) + // Estimated: `3556` + // Minimum execution time: 34_893 nanoseconds. + Weight::from_ref_time(36_150_000) + .saturating_add(Weight::from_proof_size(3556)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -290,9 +309,10 @@ impl WeightInfo for () { fn unnote_no_deposit_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `144` - // Estimated: `2566` - // Minimum execution time: 19_281 nanoseconds. - Weight::from_parts(20_121_000, 2566) + // Estimated: `3556` + // Minimum execution time: 22_164 nanoseconds. + Weight::from_ref_time(22_868_000) + .saturating_add(Weight::from_proof_size(3556)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -301,9 +321,10 @@ impl WeightInfo for () { fn request_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `220` - // Estimated: `2566` - // Minimum execution time: 17_192 nanoseconds. - Weight::from_parts(18_637_000, 2566) + // Estimated: `3556` + // Minimum execution time: 19_637 nanoseconds. + Weight::from_ref_time(20_421_000) + .saturating_add(Weight::from_proof_size(3556)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -312,9 +333,10 @@ impl WeightInfo for () { fn request_no_deposit_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `144` - // Estimated: `2566` - // Minimum execution time: 10_139 nanoseconds. - Weight::from_parts(10_773_000, 2566) + // Estimated: `3556` + // Minimum execution time: 11_594 nanoseconds. + Weight::from_ref_time(12_549_000) + .saturating_add(Weight::from_proof_size(3556)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -323,9 +345,10 @@ impl WeightInfo for () { fn request_unnoted_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `42` - // Estimated: `2566` - // Minimum execution time: 11_721 nanoseconds. - Weight::from_parts(12_313_000, 2566) + // Estimated: `3556` + // Minimum execution time: 14_054 nanoseconds. + Weight::from_ref_time(14_676_000) + .saturating_add(Weight::from_proof_size(3556)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -334,9 +357,10 @@ impl WeightInfo for () { fn request_requested_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `106` - // Estimated: `2566` - // Minimum execution time: 7_263 nanoseconds. - Weight::from_parts(7_547_000, 2566) + // Estimated: `3556` + // Minimum execution time: 8_982 nanoseconds. + Weight::from_ref_time(9_259_000) + .saturating_add(Weight::from_proof_size(3556)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -347,9 +371,10 @@ impl WeightInfo for () { fn unrequest_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `144` - // Estimated: `2566` - // Minimum execution time: 17_785 nanoseconds. - Weight::from_parts(18_501_000, 2566) + // Estimated: `3556` + // Minimum execution time: 20_520 nanoseconds. + Weight::from_ref_time(20_928_000) + .saturating_add(Weight::from_proof_size(3556)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -358,9 +383,10 @@ impl WeightInfo for () { fn unrequest_unnoted_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `106` - // Estimated: `2566` - // Minimum execution time: 7_090 nanoseconds. - Weight::from_parts(7_319_000, 2566) + // Estimated: `3556` + // Minimum execution time: 8_603 nanoseconds. + Weight::from_ref_time(8_853_000) + .saturating_add(Weight::from_proof_size(3556)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -369,9 +395,10 @@ impl WeightInfo for () { fn unrequest_multi_referenced_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `106` - // Estimated: `2566` - // Minimum execution time: 7_253 nanoseconds. - Weight::from_parts(7_508_000, 2566) + // Estimated: `3556` + // Minimum execution time: 8_659 nanoseconds. + Weight::from_ref_time(8_915_000) + .saturating_add(Weight::from_proof_size(3556)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/proxy/src/weights.rs b/frame/proxy/src/weights.rs index 5e85e148a0397..1eaa2abc9dcb9 100644 --- a/frame/proxy/src/weights.rs +++ b/frame/proxy/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_proxy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_proxy +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -69,11 +72,12 @@ impl WeightInfo for SubstrateWeight { fn proxy(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `193 + p * (37 ±0)` - // Estimated: `3716` - // Minimum execution time: 14_461 nanoseconds. - Weight::from_parts(14_913_927, 3716) - // Standard Error: 1_174 - .saturating_add(Weight::from_ref_time(36_087).saturating_mul(p.into())) + // Estimated: `4706` + // Minimum execution time: 16_324 nanoseconds. + Weight::from_ref_time(17_065_536) + .saturating_add(Weight::from_proof_size(4706)) + // Standard Error: 1_213 + .saturating_add(Weight::from_ref_time(35_426).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: Proxy Proxies (r:1 w:0) @@ -87,13 +91,14 @@ impl WeightInfo for SubstrateWeight { fn proxy_announced(a: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `584 + a * (68 ±0) + p * (37 ±0)` - // Estimated: `11027` - // Minimum execution time: 31_523 nanoseconds. - Weight::from_parts(31_116_270, 11027) - // Standard Error: 1_789 - .saturating_add(Weight::from_ref_time(135_656).saturating_mul(a.into())) - // Standard Error: 1_849 - .saturating_add(Weight::from_ref_time(53_893).saturating_mul(p.into())) + // Estimated: `13997` + // Minimum execution time: 38_471 nanoseconds. + Weight::from_ref_time(38_926_313) + .saturating_add(Weight::from_proof_size(13997)) + // Standard Error: 3_502 + .saturating_add(Weight::from_ref_time(156_166).saturating_mul(a.into())) + // Standard Error: 3_619 + .saturating_add(Weight::from_ref_time(43_138).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -106,13 +111,14 @@ impl WeightInfo for SubstrateWeight { fn remove_announcement(a: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `467 + a * (68 ±0)` - // Estimated: `7311` - // Minimum execution time: 19_363 nanoseconds. - Weight::from_parts(20_282_191, 7311) - // Standard Error: 1_084 - .saturating_add(Weight::from_ref_time(133_825).saturating_mul(a.into())) - // Standard Error: 1_120 - .saturating_add(Weight::from_ref_time(3_434).saturating_mul(p.into())) + // Estimated: `9291` + // Minimum execution time: 22_571 nanoseconds. + Weight::from_ref_time(23_595_116) + .saturating_add(Weight::from_proof_size(9291)) + // Standard Error: 1_539 + .saturating_add(Weight::from_ref_time(183_422).saturating_mul(a.into())) + // Standard Error: 1_590 + .saturating_add(Weight::from_ref_time(7_764).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -122,16 +128,15 @@ impl WeightInfo for SubstrateWeight { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. - fn reject_announcement(a: u32, p: u32, ) -> Weight { + fn reject_announcement(a: u32, _p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `467 + a * (68 ±0)` - // Estimated: `7311` - // Minimum execution time: 19_363 nanoseconds. - Weight::from_parts(20_211_584, 7311) - // Standard Error: 1_171 - .saturating_add(Weight::from_ref_time(136_984).saturating_mul(a.into())) - // Standard Error: 1_210 - .saturating_add(Weight::from_ref_time(3_686).saturating_mul(p.into())) + // Estimated: `9291` + // Minimum execution time: 22_711 nanoseconds. + Weight::from_ref_time(23_836_282) + .saturating_add(Weight::from_proof_size(9291)) + // Standard Error: 1_344 + .saturating_add(Weight::from_ref_time(176_922).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -146,13 +151,14 @@ impl WeightInfo for SubstrateWeight { fn announce(a: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `516 + a * (68 ±0) + p * (37 ±0)` - // Estimated: `11027` - // Minimum execution time: 27_811 nanoseconds. - Weight::from_parts(27_965_813, 11027) - // Standard Error: 1_987 - .saturating_add(Weight::from_ref_time(124_133).saturating_mul(a.into())) - // Standard Error: 2_053 - .saturating_add(Weight::from_ref_time(54_692).saturating_mul(p.into())) + // Estimated: `13997` + // Minimum execution time: 32_597 nanoseconds. + Weight::from_ref_time(36_072_635) + .saturating_add(Weight::from_proof_size(13997)) + // Standard Error: 4_471 + .saturating_add(Weight::from_ref_time(151_323).saturating_mul(a.into())) + // Standard Error: 4_620 + .saturating_add(Weight::from_ref_time(28_041).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -162,11 +168,12 @@ impl WeightInfo for SubstrateWeight { fn add_proxy(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `193 + p * (37 ±0)` - // Estimated: `3716` - // Minimum execution time: 20_922 nanoseconds. - Weight::from_parts(21_551_797, 3716) - // Standard Error: 1_425 - .saturating_add(Weight::from_ref_time(58_434).saturating_mul(p.into())) + // Estimated: `4706` + // Minimum execution time: 25_299 nanoseconds. + Weight::from_ref_time(25_790_818) + .saturating_add(Weight::from_proof_size(4706)) + // Standard Error: 1_661 + .saturating_add(Weight::from_ref_time(57_912).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -176,11 +183,12 @@ impl WeightInfo for SubstrateWeight { fn remove_proxy(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `193 + p * (37 ±0)` - // Estimated: `3716` - // Minimum execution time: 20_812 nanoseconds. - Weight::from_parts(21_660_732, 3716) - // Standard Error: 1_438 - .saturating_add(Weight::from_ref_time(68_740).saturating_mul(p.into())) + // Estimated: `4706` + // Minimum execution time: 24_844 nanoseconds. + Weight::from_ref_time(25_679_512) + .saturating_add(Weight::from_proof_size(4706)) + // Standard Error: 1_569 + .saturating_add(Weight::from_ref_time(73_775).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -190,25 +198,25 @@ impl WeightInfo for SubstrateWeight { fn remove_proxies(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `193 + p * (37 ±0)` - // Estimated: `3716` - // Minimum execution time: 16_786 nanoseconds. - Weight::from_parts(17_249_958, 3716) - // Standard Error: 1_007 - .saturating_add(Weight::from_ref_time(37_546).saturating_mul(p.into())) + // Estimated: `4706` + // Minimum execution time: 20_140 nanoseconds. + Weight::from_ref_time(20_685_642) + .saturating_add(Weight::from_proof_size(4706)) + // Standard Error: 1_077 + .saturating_add(Weight::from_ref_time(31_851).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Proxy Proxies (r:1 w:1) /// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen) /// The range of component `p` is `[1, 31]`. - fn create_pure(p: u32, ) -> Weight { + fn create_pure(_p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `173` - // Estimated: `3716` - // Minimum execution time: 22_764 nanoseconds. - Weight::from_parts(23_539_039, 3716) - // Standard Error: 814 - .saturating_add(Weight::from_ref_time(144).saturating_mul(p.into())) + // Estimated: `4706` + // Minimum execution time: 26_790 nanoseconds. + Weight::from_ref_time(27_597_704) + .saturating_add(Weight::from_proof_size(4706)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -218,11 +226,12 @@ impl WeightInfo for SubstrateWeight { fn kill_pure(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `230 + p * (37 ±0)` - // Estimated: `3716` - // Minimum execution time: 17_720 nanoseconds. - Weight::from_parts(18_428_849, 3716) - // Standard Error: 1_093 - .saturating_add(Weight::from_ref_time(34_600).saturating_mul(p.into())) + // Estimated: `4706` + // Minimum execution time: 20_974 nanoseconds. + Weight::from_ref_time(21_711_530) + .saturating_add(Weight::from_proof_size(4706)) + // Standard Error: 1_262 + .saturating_add(Weight::from_ref_time(26_249).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -236,11 +245,12 @@ impl WeightInfo for () { fn proxy(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `193 + p * (37 ±0)` - // Estimated: `3716` - // Minimum execution time: 14_461 nanoseconds. - Weight::from_parts(14_913_927, 3716) - // Standard Error: 1_174 - .saturating_add(Weight::from_ref_time(36_087).saturating_mul(p.into())) + // Estimated: `4706` + // Minimum execution time: 16_324 nanoseconds. + Weight::from_ref_time(17_065_536) + .saturating_add(Weight::from_proof_size(4706)) + // Standard Error: 1_213 + .saturating_add(Weight::from_ref_time(35_426).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) } /// Storage: Proxy Proxies (r:1 w:0) @@ -254,13 +264,14 @@ impl WeightInfo for () { fn proxy_announced(a: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `584 + a * (68 ±0) + p * (37 ±0)` - // Estimated: `11027` - // Minimum execution time: 31_523 nanoseconds. - Weight::from_parts(31_116_270, 11027) - // Standard Error: 1_789 - .saturating_add(Weight::from_ref_time(135_656).saturating_mul(a.into())) - // Standard Error: 1_849 - .saturating_add(Weight::from_ref_time(53_893).saturating_mul(p.into())) + // Estimated: `13997` + // Minimum execution time: 38_471 nanoseconds. + Weight::from_ref_time(38_926_313) + .saturating_add(Weight::from_proof_size(13997)) + // Standard Error: 3_502 + .saturating_add(Weight::from_ref_time(156_166).saturating_mul(a.into())) + // Standard Error: 3_619 + .saturating_add(Weight::from_ref_time(43_138).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -273,13 +284,14 @@ impl WeightInfo for () { fn remove_announcement(a: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `467 + a * (68 ±0)` - // Estimated: `7311` - // Minimum execution time: 19_363 nanoseconds. - Weight::from_parts(20_282_191, 7311) - // Standard Error: 1_084 - .saturating_add(Weight::from_ref_time(133_825).saturating_mul(a.into())) - // Standard Error: 1_120 - .saturating_add(Weight::from_ref_time(3_434).saturating_mul(p.into())) + // Estimated: `9291` + // Minimum execution time: 22_571 nanoseconds. + Weight::from_ref_time(23_595_116) + .saturating_add(Weight::from_proof_size(9291)) + // Standard Error: 1_539 + .saturating_add(Weight::from_ref_time(183_422).saturating_mul(a.into())) + // Standard Error: 1_590 + .saturating_add(Weight::from_ref_time(7_764).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -289,16 +301,15 @@ impl WeightInfo for () { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. - fn reject_announcement(a: u32, p: u32, ) -> Weight { + fn reject_announcement(a: u32, _p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `467 + a * (68 ±0)` - // Estimated: `7311` - // Minimum execution time: 19_363 nanoseconds. - Weight::from_parts(20_211_584, 7311) - // Standard Error: 1_171 - .saturating_add(Weight::from_ref_time(136_984).saturating_mul(a.into())) - // Standard Error: 1_210 - .saturating_add(Weight::from_ref_time(3_686).saturating_mul(p.into())) + // Estimated: `9291` + // Minimum execution time: 22_711 nanoseconds. + Weight::from_ref_time(23_836_282) + .saturating_add(Weight::from_proof_size(9291)) + // Standard Error: 1_344 + .saturating_add(Weight::from_ref_time(176_922).saturating_mul(a.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -313,13 +324,14 @@ impl WeightInfo for () { fn announce(a: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `516 + a * (68 ±0) + p * (37 ±0)` - // Estimated: `11027` - // Minimum execution time: 27_811 nanoseconds. - Weight::from_parts(27_965_813, 11027) - // Standard Error: 1_987 - .saturating_add(Weight::from_ref_time(124_133).saturating_mul(a.into())) - // Standard Error: 2_053 - .saturating_add(Weight::from_ref_time(54_692).saturating_mul(p.into())) + // Estimated: `13997` + // Minimum execution time: 32_597 nanoseconds. + Weight::from_ref_time(36_072_635) + .saturating_add(Weight::from_proof_size(13997)) + // Standard Error: 4_471 + .saturating_add(Weight::from_ref_time(151_323).saturating_mul(a.into())) + // Standard Error: 4_620 + .saturating_add(Weight::from_ref_time(28_041).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -329,11 +341,12 @@ impl WeightInfo for () { fn add_proxy(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `193 + p * (37 ±0)` - // Estimated: `3716` - // Minimum execution time: 20_922 nanoseconds. - Weight::from_parts(21_551_797, 3716) - // Standard Error: 1_425 - .saturating_add(Weight::from_ref_time(58_434).saturating_mul(p.into())) + // Estimated: `4706` + // Minimum execution time: 25_299 nanoseconds. + Weight::from_ref_time(25_790_818) + .saturating_add(Weight::from_proof_size(4706)) + // Standard Error: 1_661 + .saturating_add(Weight::from_ref_time(57_912).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -343,11 +356,12 @@ impl WeightInfo for () { fn remove_proxy(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `193 + p * (37 ±0)` - // Estimated: `3716` - // Minimum execution time: 20_812 nanoseconds. - Weight::from_parts(21_660_732, 3716) - // Standard Error: 1_438 - .saturating_add(Weight::from_ref_time(68_740).saturating_mul(p.into())) + // Estimated: `4706` + // Minimum execution time: 24_844 nanoseconds. + Weight::from_ref_time(25_679_512) + .saturating_add(Weight::from_proof_size(4706)) + // Standard Error: 1_569 + .saturating_add(Weight::from_ref_time(73_775).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -357,25 +371,25 @@ impl WeightInfo for () { fn remove_proxies(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `193 + p * (37 ±0)` - // Estimated: `3716` - // Minimum execution time: 16_786 nanoseconds. - Weight::from_parts(17_249_958, 3716) - // Standard Error: 1_007 - .saturating_add(Weight::from_ref_time(37_546).saturating_mul(p.into())) + // Estimated: `4706` + // Minimum execution time: 20_140 nanoseconds. + Weight::from_ref_time(20_685_642) + .saturating_add(Weight::from_proof_size(4706)) + // Standard Error: 1_077 + .saturating_add(Weight::from_ref_time(31_851).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Proxy Proxies (r:1 w:1) /// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen) /// The range of component `p` is `[1, 31]`. - fn create_pure(p: u32, ) -> Weight { + fn create_pure(_p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `173` - // Estimated: `3716` - // Minimum execution time: 22_764 nanoseconds. - Weight::from_parts(23_539_039, 3716) - // Standard Error: 814 - .saturating_add(Weight::from_ref_time(144).saturating_mul(p.into())) + // Estimated: `4706` + // Minimum execution time: 26_790 nanoseconds. + Weight::from_ref_time(27_597_704) + .saturating_add(Weight::from_proof_size(4706)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -385,11 +399,12 @@ impl WeightInfo for () { fn kill_pure(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `230 + p * (37 ±0)` - // Estimated: `3716` - // Minimum execution time: 17_720 nanoseconds. - Weight::from_parts(18_428_849, 3716) - // Standard Error: 1_093 - .saturating_add(Weight::from_ref_time(34_600).saturating_mul(p.into())) + // Estimated: `4706` + // Minimum execution time: 20_974 nanoseconds. + Weight::from_ref_time(21_711_530) + .saturating_add(Weight::from_proof_size(4706)) + // Standard Error: 1_262 + .saturating_add(Weight::from_ref_time(26_249).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/ranked-collective/src/weights.rs b/frame/ranked-collective/src/weights.rs index 1f50441aabe36..2b7529aa1a020 100644 --- a/frame/ranked-collective/src/weights.rs +++ b/frame/ranked-collective/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_ranked_collective //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_ranked_collective +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -70,9 +73,10 @@ impl WeightInfo for SubstrateWeight { fn add_member() -> Weight { // Proof Size summary in bytes: // Measured: `109` - // Estimated: `5006` - // Minimum execution time: 16_334 nanoseconds. - Weight::from_parts(16_784_000, 5006) + // Estimated: `6986` + // Minimum execution time: 18_738 nanoseconds. + Weight::from_ref_time(19_151_000) + .saturating_add(Weight::from_proof_size(6986)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -88,11 +92,12 @@ impl WeightInfo for SubstrateWeight { fn remove_member(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `583 + r * (281 ±0)` - // Estimated: `10064 + r * (7547 ±0)` - // Minimum execution time: 26_177 nanoseconds. - Weight::from_parts(29_245_248, 10064) - // Standard Error: 18_611 - .saturating_add(Weight::from_ref_time(10_916_516).saturating_mul(r.into())) + // Estimated: `14024 + r * (7547 ±0)` + // Minimum execution time: 30_678 nanoseconds. + Weight::from_ref_time(34_046_996) + .saturating_add(Weight::from_proof_size(14024)) + // Standard Error: 22_470 + .saturating_add(Weight::from_ref_time(12_987_718).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -111,11 +116,12 @@ impl WeightInfo for SubstrateWeight { fn promote_member(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `281 + r * (17 ±0)` - // Estimated: `5006` - // Minimum execution time: 18_953 nanoseconds. - Weight::from_parts(19_570_567, 5006) - // Standard Error: 4_156 - .saturating_add(Weight::from_ref_time(263_843).saturating_mul(r.into())) + // Estimated: `6986` + // Minimum execution time: 21_612 nanoseconds. + Weight::from_ref_time(22_130_374) + .saturating_add(Weight::from_proof_size(6986)) + // Standard Error: 4_419 + .saturating_add(Weight::from_ref_time(329_581).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -131,11 +137,12 @@ impl WeightInfo for SubstrateWeight { fn demote_member(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `599 + r * (72 ±0)` - // Estimated: `10064` - // Minimum execution time: 26_243 nanoseconds. - Weight::from_parts(28_532_816, 10064) - // Standard Error: 22_689 - .saturating_add(Weight::from_ref_time(614_464).saturating_mul(r.into())) + // Estimated: `14024` + // Minimum execution time: 30_793 nanoseconds. + Weight::from_ref_time(33_156_382) + .saturating_add(Weight::from_proof_size(14024)) + // Standard Error: 28_315 + .saturating_add(Weight::from_ref_time(667_238).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -150,9 +157,10 @@ impl WeightInfo for SubstrateWeight { fn vote() -> Weight { // Proof Size summary in bytes: // Measured: `626` - // Estimated: `226856` - // Minimum execution time: 41_121 nanoseconds. - Weight::from_parts(41_606_000, 226856) + // Estimated: `230816` + // Minimum execution time: 47_705 nanoseconds. + Weight::from_ref_time(48_312_000) + .saturating_add(Weight::from_proof_size(230816)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -160,19 +168,22 @@ impl WeightInfo for SubstrateWeight { /// Proof: RankedPolls ReferendumInfoFor (max_values: None, max_size: Some(330), added: 2805, mode: MaxEncodedLen) /// Storage: RankedCollective VotingCleanup (r:1 w:0) /// Proof: RankedCollective VotingCleanup (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen) - /// Storage: RankedCollective Voting (r:0 w:100) + /// Storage: RankedCollective Voting (r:100 w:100) /// Proof: RankedCollective Voting (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) /// The range of component `n` is `[0, 100]`. fn cleanup_poll(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `461 + n * (50 ±0)` - // Estimated: `5394` - // Minimum execution time: 13_245 nanoseconds. - Weight::from_parts(17_420_271, 5394) - // Standard Error: 1_503 - .saturating_add(Weight::from_ref_time(952_500).saturating_mul(n.into())) + // Estimated: `8364 + n * (2540 ±0)` + // Minimum execution time: 15_874 nanoseconds. + Weight::from_ref_time(19_552_613) + .saturating_add(Weight::from_proof_size(8364)) + // Standard Error: 1_625 + .saturating_add(Weight::from_ref_time(1_035_161).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) + .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())) } } @@ -189,9 +200,10 @@ impl WeightInfo for () { fn add_member() -> Weight { // Proof Size summary in bytes: // Measured: `109` - // Estimated: `5006` - // Minimum execution time: 16_334 nanoseconds. - Weight::from_parts(16_784_000, 5006) + // Estimated: `6986` + // Minimum execution time: 18_738 nanoseconds. + Weight::from_ref_time(19_151_000) + .saturating_add(Weight::from_proof_size(6986)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -207,11 +219,12 @@ impl WeightInfo for () { fn remove_member(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `583 + r * (281 ±0)` - // Estimated: `10064 + r * (7547 ±0)` - // Minimum execution time: 26_177 nanoseconds. - Weight::from_parts(29_245_248, 10064) - // Standard Error: 18_611 - .saturating_add(Weight::from_ref_time(10_916_516).saturating_mul(r.into())) + // Estimated: `14024 + r * (7547 ±0)` + // Minimum execution time: 30_678 nanoseconds. + Weight::from_ref_time(34_046_996) + .saturating_add(Weight::from_proof_size(14024)) + // Standard Error: 22_470 + .saturating_add(Weight::from_ref_time(12_987_718).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(4_u64)) @@ -230,11 +243,12 @@ impl WeightInfo for () { fn promote_member(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `281 + r * (17 ±0)` - // Estimated: `5006` - // Minimum execution time: 18_953 nanoseconds. - Weight::from_parts(19_570_567, 5006) - // Standard Error: 4_156 - .saturating_add(Weight::from_ref_time(263_843).saturating_mul(r.into())) + // Estimated: `6986` + // Minimum execution time: 21_612 nanoseconds. + Weight::from_ref_time(22_130_374) + .saturating_add(Weight::from_proof_size(6986)) + // Standard Error: 4_419 + .saturating_add(Weight::from_ref_time(329_581).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -250,11 +264,12 @@ impl WeightInfo for () { fn demote_member(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `599 + r * (72 ±0)` - // Estimated: `10064` - // Minimum execution time: 26_243 nanoseconds. - Weight::from_parts(28_532_816, 10064) - // Standard Error: 22_689 - .saturating_add(Weight::from_ref_time(614_464).saturating_mul(r.into())) + // Estimated: `14024` + // Minimum execution time: 30_793 nanoseconds. + Weight::from_ref_time(33_156_382) + .saturating_add(Weight::from_proof_size(14024)) + // Standard Error: 28_315 + .saturating_add(Weight::from_ref_time(667_238).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -269,9 +284,10 @@ impl WeightInfo for () { fn vote() -> Weight { // Proof Size summary in bytes: // Measured: `626` - // Estimated: `226856` - // Minimum execution time: 41_121 nanoseconds. - Weight::from_parts(41_606_000, 226856) + // Estimated: `230816` + // Minimum execution time: 47_705 nanoseconds. + Weight::from_ref_time(48_312_000) + .saturating_add(Weight::from_proof_size(230816)) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -279,18 +295,21 @@ impl WeightInfo for () { /// Proof: RankedPolls ReferendumInfoFor (max_values: None, max_size: Some(330), added: 2805, mode: MaxEncodedLen) /// Storage: RankedCollective VotingCleanup (r:1 w:0) /// Proof: RankedCollective VotingCleanup (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen) - /// Storage: RankedCollective Voting (r:0 w:100) + /// Storage: RankedCollective Voting (r:100 w:100) /// Proof: RankedCollective Voting (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) /// The range of component `n` is `[0, 100]`. fn cleanup_poll(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `461 + n * (50 ±0)` - // Estimated: `5394` - // Minimum execution time: 13_245 nanoseconds. - Weight::from_parts(17_420_271, 5394) - // Standard Error: 1_503 - .saturating_add(Weight::from_ref_time(952_500).saturating_mul(n.into())) + // Estimated: `8364 + n * (2540 ±0)` + // Minimum execution time: 15_874 nanoseconds. + Weight::from_ref_time(19_552_613) + .saturating_add(Weight::from_proof_size(8364)) + // Standard Error: 1_625 + .saturating_add(Weight::from_ref_time(1_035_161).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) + .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(n.into()))) + .saturating_add(Weight::from_proof_size(2540).saturating_mul(n.into())) } } diff --git a/frame/recovery/src/weights.rs b/frame/recovery/src/weights.rs index 7a67c716fafc6..abf66e63e23af 100644 --- a/frame/recovery/src/weights.rs +++ b/frame/recovery/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_recovery //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_recovery +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -67,9 +70,10 @@ impl WeightInfo for SubstrateWeight { fn as_recovered() -> Weight { // Proof Size summary in bytes: // Measured: `281` - // Estimated: `2555` - // Minimum execution time: 8_866 nanoseconds. - Weight::from_parts(9_065_000, 2555) + // Estimated: `3545` + // Minimum execution time: 10_111 nanoseconds. + Weight::from_ref_time(10_473_000) + .saturating_add(Weight::from_proof_size(3545)) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: Recovery Proxy (r:0 w:1) @@ -78,8 +82,9 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_893 nanoseconds. - Weight::from_ref_time(9_177_000) + // Minimum execution time: 10_101 nanoseconds. + Weight::from_ref_time(10_385_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Recovery Recoverable (r:1 w:1) @@ -88,11 +93,12 @@ impl WeightInfo for SubstrateWeight { fn create_recovery(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `175` - // Estimated: `2826` - // Minimum execution time: 20_662 nanoseconds. - Weight::from_parts(21_378_064, 2826) - // Standard Error: 3_350 - .saturating_add(Weight::from_ref_time(83_738).saturating_mul(n.into())) + // Estimated: `3816` + // Minimum execution time: 23_978 nanoseconds. + Weight::from_ref_time(24_933_375) + .saturating_add(Weight::from_proof_size(3816)) + // Standard Error: 3_928 + .saturating_add(Weight::from_ref_time(56_232).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -103,9 +109,10 @@ impl WeightInfo for SubstrateWeight { fn initiate_recovery() -> Weight { // Proof Size summary in bytes: // Measured: `272` - // Estimated: `5690` - // Minimum execution time: 24_805 nanoseconds. - Weight::from_parts(25_273_000, 5690) + // Estimated: `7670` + // Minimum execution time: 28_459 nanoseconds. + Weight::from_ref_time(29_341_000) + .saturating_add(Weight::from_proof_size(7670)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -117,11 +124,12 @@ impl WeightInfo for SubstrateWeight { fn vouch_recovery(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `423 + n * (64 ±0)` - // Estimated: `5690` - // Minimum execution time: 17_837 nanoseconds. - Weight::from_parts(18_429_664, 5690) - // Standard Error: 3_187 - .saturating_add(Weight::from_ref_time(143_648).saturating_mul(n.into())) + // Estimated: `7670` + // Minimum execution time: 20_701 nanoseconds. + Weight::from_ref_time(21_620_506) + .saturating_add(Weight::from_proof_size(7670)) + // Standard Error: 4_001 + .saturating_add(Weight::from_ref_time(175_062).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -135,11 +143,12 @@ impl WeightInfo for SubstrateWeight { fn claim_recovery(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `455 + n * (64 ±0)` - // Estimated: `8245` - // Minimum execution time: 21_960 nanoseconds. - Weight::from_parts(22_529_644, 8245) - // Standard Error: 2_945 - .saturating_add(Weight::from_ref_time(85_604).saturating_mul(n.into())) + // Estimated: `11215` + // Minimum execution time: 25_422 nanoseconds. + Weight::from_ref_time(26_166_271) + .saturating_add(Weight::from_proof_size(11215)) + // Standard Error: 3_411 + .saturating_add(Weight::from_ref_time(87_195).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -151,11 +160,12 @@ impl WeightInfo for SubstrateWeight { fn close_recovery(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `576 + n * (32 ±0)` - // Estimated: `5467` - // Minimum execution time: 26_054 nanoseconds. - Weight::from_parts(26_724_866, 5467) - // Standard Error: 2_645 - .saturating_add(Weight::from_ref_time(104_301).saturating_mul(n.into())) + // Estimated: `7447` + // Minimum execution time: 30_709 nanoseconds. + Weight::from_ref_time(31_366_274) + .saturating_add(Weight::from_proof_size(7447)) + // Standard Error: 3_456 + .saturating_add(Weight::from_ref_time(89_049).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -167,11 +177,12 @@ impl WeightInfo for SubstrateWeight { fn remove_recovery(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `302 + n * (32 ±0)` - // Estimated: `5690` - // Minimum execution time: 25_110 nanoseconds. - Weight::from_parts(25_805_837, 5690) - // Standard Error: 2_732 - .saturating_add(Weight::from_ref_time(73_458).saturating_mul(n.into())) + // Estimated: `7670` + // Minimum execution time: 29_608 nanoseconds. + Weight::from_ref_time(30_435_973) + .saturating_add(Weight::from_proof_size(7670)) + // Standard Error: 3_697 + .saturating_add(Weight::from_ref_time(39_547).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -180,9 +191,10 @@ impl WeightInfo for SubstrateWeight { fn cancel_recovered() -> Weight { // Proof Size summary in bytes: // Measured: `281` - // Estimated: `2555` - // Minimum execution time: 11_061 nanoseconds. - Weight::from_parts(11_291_000, 2555) + // Estimated: `3545` + // Minimum execution time: 12_828 nanoseconds. + Weight::from_ref_time(13_155_000) + .saturating_add(Weight::from_proof_size(3545)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -195,9 +207,10 @@ impl WeightInfo for () { fn as_recovered() -> Weight { // Proof Size summary in bytes: // Measured: `281` - // Estimated: `2555` - // Minimum execution time: 8_866 nanoseconds. - Weight::from_parts(9_065_000, 2555) + // Estimated: `3545` + // Minimum execution time: 10_111 nanoseconds. + Weight::from_ref_time(10_473_000) + .saturating_add(Weight::from_proof_size(3545)) .saturating_add(RocksDbWeight::get().reads(1_u64)) } /// Storage: Recovery Proxy (r:0 w:1) @@ -206,8 +219,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_893 nanoseconds. - Weight::from_ref_time(9_177_000) + // Minimum execution time: 10_101 nanoseconds. + Weight::from_ref_time(10_385_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Recovery Recoverable (r:1 w:1) @@ -216,11 +230,12 @@ impl WeightInfo for () { fn create_recovery(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `175` - // Estimated: `2826` - // Minimum execution time: 20_662 nanoseconds. - Weight::from_parts(21_378_064, 2826) - // Standard Error: 3_350 - .saturating_add(Weight::from_ref_time(83_738).saturating_mul(n.into())) + // Estimated: `3816` + // Minimum execution time: 23_978 nanoseconds. + Weight::from_ref_time(24_933_375) + .saturating_add(Weight::from_proof_size(3816)) + // Standard Error: 3_928 + .saturating_add(Weight::from_ref_time(56_232).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -231,9 +246,10 @@ impl WeightInfo for () { fn initiate_recovery() -> Weight { // Proof Size summary in bytes: // Measured: `272` - // Estimated: `5690` - // Minimum execution time: 24_805 nanoseconds. - Weight::from_parts(25_273_000, 5690) + // Estimated: `7670` + // Minimum execution time: 28_459 nanoseconds. + Weight::from_ref_time(29_341_000) + .saturating_add(Weight::from_proof_size(7670)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -245,11 +261,12 @@ impl WeightInfo for () { fn vouch_recovery(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `423 + n * (64 ±0)` - // Estimated: `5690` - // Minimum execution time: 17_837 nanoseconds. - Weight::from_parts(18_429_664, 5690) - // Standard Error: 3_187 - .saturating_add(Weight::from_ref_time(143_648).saturating_mul(n.into())) + // Estimated: `7670` + // Minimum execution time: 20_701 nanoseconds. + Weight::from_ref_time(21_620_506) + .saturating_add(Weight::from_proof_size(7670)) + // Standard Error: 4_001 + .saturating_add(Weight::from_ref_time(175_062).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -263,11 +280,12 @@ impl WeightInfo for () { fn claim_recovery(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `455 + n * (64 ±0)` - // Estimated: `8245` - // Minimum execution time: 21_960 nanoseconds. - Weight::from_parts(22_529_644, 8245) - // Standard Error: 2_945 - .saturating_add(Weight::from_ref_time(85_604).saturating_mul(n.into())) + // Estimated: `11215` + // Minimum execution time: 25_422 nanoseconds. + Weight::from_ref_time(26_166_271) + .saturating_add(Weight::from_proof_size(11215)) + // Standard Error: 3_411 + .saturating_add(Weight::from_ref_time(87_195).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -279,11 +297,12 @@ impl WeightInfo for () { fn close_recovery(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `576 + n * (32 ±0)` - // Estimated: `5467` - // Minimum execution time: 26_054 nanoseconds. - Weight::from_parts(26_724_866, 5467) - // Standard Error: 2_645 - .saturating_add(Weight::from_ref_time(104_301).saturating_mul(n.into())) + // Estimated: `7447` + // Minimum execution time: 30_709 nanoseconds. + Weight::from_ref_time(31_366_274) + .saturating_add(Weight::from_proof_size(7447)) + // Standard Error: 3_456 + .saturating_add(Weight::from_ref_time(89_049).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -295,11 +314,12 @@ impl WeightInfo for () { fn remove_recovery(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `302 + n * (32 ±0)` - // Estimated: `5690` - // Minimum execution time: 25_110 nanoseconds. - Weight::from_parts(25_805_837, 5690) - // Standard Error: 2_732 - .saturating_add(Weight::from_ref_time(73_458).saturating_mul(n.into())) + // Estimated: `7670` + // Minimum execution time: 29_608 nanoseconds. + Weight::from_ref_time(30_435_973) + .saturating_add(Weight::from_proof_size(7670)) + // Standard Error: 3_697 + .saturating_add(Weight::from_ref_time(39_547).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -308,9 +328,10 @@ impl WeightInfo for () { fn cancel_recovered() -> Weight { // Proof Size summary in bytes: // Measured: `281` - // Estimated: `2555` - // Minimum execution time: 11_061 nanoseconds. - Weight::from_parts(11_291_000, 2555) + // Estimated: `3545` + // Minimum execution time: 12_828 nanoseconds. + Weight::from_ref_time(13_155_000) + .saturating_add(Weight::from_proof_size(3545)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/referenda/src/weights.rs b/frame/referenda/src/weights.rs index 817e0d88d329d..98a04ea82e178 100644 --- a/frame/referenda/src/weights.rs +++ b/frame/referenda/src/weights.rs @@ -18,26 +18,28 @@ //! Autogenerated weights for pallet_referenda //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner-b3zmxxc-project-145-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: -// target/production/substrate +// ./target/production/substrate // benchmark // pallet +// --chain=dev // --steps=50 // --repeat=20 +// --pallet=pallet_referenda +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --json-file=/builds/parity/mirrors/substrate/.git/.artifacts/bench.json -// --pallet=pallet_referenda -// --chain=dev -// --header=./HEADER-APACHE2 // --output=./frame/referenda/src/weights.rs +// --header=./HEADER-APACHE2 // --template=./.maintain/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -93,9 +95,10 @@ impl WeightInfo for SubstrateWeight { fn submit() -> Weight { // Proof Size summary in bytes: // Measured: `251` - // Estimated: `109996` - // Minimum execution time: 34_540 nanoseconds. - Weight::from_parts(36_144_000, 109996) + // Estimated: `111976` + // Minimum execution time: 37_359 nanoseconds. + Weight::from_ref_time(37_710_000) + .saturating_add(Weight::from_proof_size(111976)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -106,9 +109,10 @@ impl WeightInfo for SubstrateWeight { fn place_decision_deposit_preparing() -> Weight { // Proof Size summary in bytes: // Measured: `536` - // Estimated: `221835` - // Minimum execution time: 46_963 nanoseconds. - Weight::from_parts(48_459_000, 221835) + // Estimated: `223815` + // Minimum execution time: 51_138 nanoseconds. + Weight::from_ref_time(51_826_000) + .saturating_add(Weight::from_proof_size(223815)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -121,9 +125,10 @@ impl WeightInfo for SubstrateWeight { fn place_decision_deposit_queued() -> Weight { // Proof Size summary in bytes: // Measured: `3203` - // Estimated: `9817` - // Minimum execution time: 55_798 nanoseconds. - Weight::from_parts(58_260_000, 9817) + // Estimated: `12787` + // Minimum execution time: 48_084 nanoseconds. + Weight::from_ref_time(48_451_000) + .saturating_add(Weight::from_proof_size(12787)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -136,9 +141,10 @@ impl WeightInfo for SubstrateWeight { fn place_decision_deposit_not_queued() -> Weight { // Proof Size summary in bytes: // Measured: `3223` - // Estimated: `9817` - // Minimum execution time: 53_888 nanoseconds. - Weight::from_parts(57_919_000, 9817) + // Estimated: `12787` + // Minimum execution time: 47_299 nanoseconds. + Weight::from_ref_time(47_893_000) + .saturating_add(Weight::from_proof_size(12787)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -151,9 +157,10 @@ impl WeightInfo for SubstrateWeight { fn place_decision_deposit_passing() -> Weight { // Proof Size summary in bytes: // Measured: `536` - // Estimated: `224324` - // Minimum execution time: 56_121 nanoseconds. - Weight::from_parts(58_301_000, 224324) + // Estimated: `227294` + // Minimum execution time: 61_026 nanoseconds. + Weight::from_ref_time(61_716_000) + .saturating_add(Weight::from_proof_size(227294)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -166,9 +173,10 @@ impl WeightInfo for SubstrateWeight { fn place_decision_deposit_failing() -> Weight { // Proof Size summary in bytes: // Measured: `536` - // Estimated: `224324` - // Minimum execution time: 54_237 nanoseconds. - Weight::from_parts(55_681_000, 224324) + // Estimated: `227294` + // Minimum execution time: 59_070 nanoseconds. + Weight::from_ref_time(59_648_000) + .saturating_add(Weight::from_proof_size(227294)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -177,9 +185,10 @@ impl WeightInfo for SubstrateWeight { fn refund_decision_deposit() -> Weight { // Proof Size summary in bytes: // Measured: `415` - // Estimated: `2841` - // Minimum execution time: 25_734 nanoseconds. - Weight::from_parts(26_429_000, 2841) + // Estimated: `3831` + // Minimum execution time: 27_733 nanoseconds. + Weight::from_ref_time(28_296_000) + .saturating_add(Weight::from_proof_size(3831)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -188,9 +197,10 @@ impl WeightInfo for SubstrateWeight { fn refund_submission_deposit() -> Weight { // Proof Size summary in bytes: // Measured: `405` - // Estimated: `2841` - // Minimum execution time: 26_000 nanoseconds. - Weight::from_parts(26_786_000, 2841) + // Estimated: `3831` + // Minimum execution time: 27_933 nanoseconds. + Weight::from_ref_time(28_398_000) + .saturating_add(Weight::from_proof_size(3831)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -201,9 +211,10 @@ impl WeightInfo for SubstrateWeight { fn cancel() -> Weight { // Proof Size summary in bytes: // Measured: `412` - // Estimated: `221835` - // Minimum execution time: 34_567 nanoseconds. - Weight::from_parts(35_939_000, 221835) + // Estimated: `223815` + // Minimum execution time: 37_997 nanoseconds. + Weight::from_ref_time(38_280_000) + .saturating_add(Weight::from_proof_size(223815)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -216,9 +227,10 @@ impl WeightInfo for SubstrateWeight { fn kill() -> Weight { // Proof Size summary in bytes: // Measured: `717` - // Estimated: `224362` - // Minimum execution time: 67_744 nanoseconds. - Weight::from_parts(70_047_000, 224362) + // Estimated: `227332` + // Minimum execution time: 71_987 nanoseconds. + Weight::from_ref_time(72_484_000) + .saturating_add(Weight::from_proof_size(227332)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -229,9 +241,10 @@ impl WeightInfo for SubstrateWeight { fn one_fewer_deciding_queue_empty() -> Weight { // Proof Size summary in bytes: // Measured: `174` - // Estimated: `6976` - // Minimum execution time: 9_886 nanoseconds. - Weight::from_parts(10_406_000, 6976) + // Estimated: `8956` + // Minimum execution time: 10_858 nanoseconds. + Weight::from_ref_time(11_049_000) + .saturating_add(Weight::from_proof_size(8956)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -244,9 +257,10 @@ impl WeightInfo for SubstrateWeight { fn one_fewer_deciding_failing() -> Weight { // Proof Size summary in bytes: // Measured: `4661` - // Estimated: `226322` - // Minimum execution time: 100_449 nanoseconds. - Weight::from_parts(101_812_000, 226322) + // Estimated: `229292` + // Minimum execution time: 92_167 nanoseconds. + Weight::from_ref_time(93_072_000) + .saturating_add(Weight::from_proof_size(229292)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -259,9 +273,10 @@ impl WeightInfo for SubstrateWeight { fn one_fewer_deciding_passing() -> Weight { // Proof Size summary in bytes: // Measured: `4661` - // Estimated: `226322` - // Minimum execution time: 101_430 nanoseconds. - Weight::from_parts(103_704_000, 226322) + // Estimated: `229292` + // Minimum execution time: 93_714 nanoseconds. + Weight::from_ref_time(94_615_000) + .saturating_add(Weight::from_proof_size(229292)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -274,9 +289,10 @@ impl WeightInfo for SubstrateWeight { fn nudge_referendum_requeued_insertion() -> Weight { // Proof Size summary in bytes: // Measured: `4682` - // Estimated: `116825` - // Minimum execution time: 67_224 nanoseconds. - Weight::from_parts(70_596_000, 116825) + // Estimated: `119795` + // Minimum execution time: 60_609 nanoseconds. + Weight::from_ref_time(61_843_000) + .saturating_add(Weight::from_proof_size(119795)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -289,9 +305,10 @@ impl WeightInfo for SubstrateWeight { fn nudge_referendum_requeued_slide() -> Weight { // Proof Size summary in bytes: // Measured: `4668` - // Estimated: `116825` - // Minimum execution time: 65_461 nanoseconds. - Weight::from_parts(69_624_000, 116825) + // Estimated: `119795` + // Minimum execution time: 60_386 nanoseconds. + Weight::from_ref_time(60_937_000) + .saturating_add(Weight::from_proof_size(119795)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -306,9 +323,10 @@ impl WeightInfo for SubstrateWeight { fn nudge_referendum_queued() -> Weight { // Proof Size summary in bytes: // Measured: `4642` - // Estimated: `119314` - // Minimum execution time: 69_848 nanoseconds. - Weight::from_parts(74_480_000, 119314) + // Estimated: `123274` + // Minimum execution time: 62_949 nanoseconds. + Weight::from_ref_time(63_457_000) + .saturating_add(Weight::from_proof_size(123274)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -323,9 +341,10 @@ impl WeightInfo for SubstrateWeight { fn nudge_referendum_not_queued() -> Weight { // Proof Size summary in bytes: // Measured: `4676` - // Estimated: `119314` - // Minimum execution time: 70_042 nanoseconds. - Weight::from_parts(72_912_000, 119314) + // Estimated: `123274` + // Minimum execution time: 63_909 nanoseconds. + Weight::from_ref_time(64_458_000) + .saturating_add(Weight::from_proof_size(123274)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -336,9 +355,10 @@ impl WeightInfo for SubstrateWeight { fn nudge_referendum_no_deposit() -> Weight { // Proof Size summary in bytes: // Measured: `364` - // Estimated: `112338` - // Minimum execution time: 23_008 nanoseconds. - Weight::from_parts(23_767_000, 112338) + // Estimated: `114318` + // Minimum execution time: 25_579 nanoseconds. + Weight::from_ref_time(25_904_000) + .saturating_add(Weight::from_proof_size(114318)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -349,9 +369,10 @@ impl WeightInfo for SubstrateWeight { fn nudge_referendum_preparing() -> Weight { // Proof Size summary in bytes: // Measured: `412` - // Estimated: `112338` - // Minimum execution time: 23_550 nanoseconds. - Weight::from_parts(24_081_000, 112338) + // Estimated: `114318` + // Minimum execution time: 25_440 nanoseconds. + Weight::from_ref_time(25_821_000) + .saturating_add(Weight::from_proof_size(114318)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -360,9 +381,10 @@ impl WeightInfo for SubstrateWeight { fn nudge_referendum_timed_out() -> Weight { // Proof Size summary in bytes: // Measured: `310` - // Estimated: `2841` - // Minimum execution time: 15_850 nanoseconds. - Weight::from_parts(16_773_000, 2841) + // Estimated: `3831` + // Minimum execution time: 17_592 nanoseconds. + Weight::from_ref_time(17_938_000) + .saturating_add(Weight::from_proof_size(3831)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -375,9 +397,10 @@ impl WeightInfo for SubstrateWeight { fn nudge_referendum_begin_deciding_failing() -> Weight { // Proof Size summary in bytes: // Measured: `412` - // Estimated: `114827` - // Minimum execution time: 32_126 nanoseconds. - Weight::from_parts(33_313_000, 114827) + // Estimated: `117797` + // Minimum execution time: 34_825 nanoseconds. + Weight::from_ref_time(35_276_000) + .saturating_add(Weight::from_proof_size(117797)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -390,9 +413,10 @@ impl WeightInfo for SubstrateWeight { fn nudge_referendum_begin_deciding_passing() -> Weight { // Proof Size summary in bytes: // Measured: `412` - // Estimated: `114827` - // Minimum execution time: 34_698 nanoseconds. - Weight::from_parts(35_802_000, 114827) + // Estimated: `117797` + // Minimum execution time: 37_223 nanoseconds. + Weight::from_ref_time(37_834_000) + .saturating_add(Weight::from_proof_size(117797)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -403,9 +427,10 @@ impl WeightInfo for SubstrateWeight { fn nudge_referendum_begin_confirming() -> Weight { // Proof Size summary in bytes: // Measured: `465` - // Estimated: `112338` - // Minimum execution time: 28_710 nanoseconds. - Weight::from_parts(29_574_000, 112338) + // Estimated: `114318` + // Minimum execution time: 30_919 nanoseconds. + Weight::from_ref_time(31_458_000) + .saturating_add(Weight::from_proof_size(114318)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -416,9 +441,10 @@ impl WeightInfo for SubstrateWeight { fn nudge_referendum_end_confirming() -> Weight { // Proof Size summary in bytes: // Measured: `448` - // Estimated: `112338` - // Minimum execution time: 29_030 nanoseconds. - Weight::from_parts(30_308_000, 112338) + // Estimated: `114318` + // Minimum execution time: 31_327 nanoseconds. + Weight::from_ref_time(31_663_000) + .saturating_add(Weight::from_proof_size(114318)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -429,9 +455,10 @@ impl WeightInfo for SubstrateWeight { fn nudge_referendum_continue_not_confirming() -> Weight { // Proof Size summary in bytes: // Measured: `465` - // Estimated: `112338` - // Minimum execution time: 26_382 nanoseconds. - Weight::from_parts(27_219_000, 112338) + // Estimated: `114318` + // Minimum execution time: 28_445 nanoseconds. + Weight::from_ref_time(28_820_000) + .saturating_add(Weight::from_proof_size(114318)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -442,9 +469,10 @@ impl WeightInfo for SubstrateWeight { fn nudge_referendum_continue_confirming() -> Weight { // Proof Size summary in bytes: // Measured: `469` - // Estimated: `112338` - // Minimum execution time: 25_445 nanoseconds. - Weight::from_parts(26_010_000, 112338) + // Estimated: `114318` + // Minimum execution time: 27_298 nanoseconds. + Weight::from_ref_time(27_954_000) + .saturating_add(Weight::from_proof_size(114318)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -457,9 +485,10 @@ impl WeightInfo for SubstrateWeight { fn nudge_referendum_approved() -> Weight { // Proof Size summary in bytes: // Measured: `469` - // Estimated: `224358` - // Minimum execution time: 41_064 nanoseconds. - Weight::from_parts(42_895_000, 224358) + // Estimated: `227328` + // Minimum execution time: 43_690 nanoseconds. + Weight::from_ref_time(44_446_000) + .saturating_add(Weight::from_proof_size(227328)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -470,9 +499,10 @@ impl WeightInfo for SubstrateWeight { fn nudge_referendum_rejected() -> Weight { // Proof Size summary in bytes: // Measured: `465` - // Estimated: `112338` - // Minimum execution time: 29_472 nanoseconds. - Weight::from_parts(30_011_000, 112338) + // Estimated: `114318` + // Minimum execution time: 31_080 nanoseconds. + Weight::from_ref_time(31_396_000) + .saturating_add(Weight::from_proof_size(114318)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -485,9 +515,10 @@ impl WeightInfo for SubstrateWeight { fn set_some_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `454` - // Estimated: `5407` - // Minimum execution time: 19_389 nanoseconds. - Weight::from_parts(20_490_000, 5407) + // Estimated: `7387` + // Minimum execution time: 21_225 nanoseconds. + Weight::from_ref_time(21_506_000) + .saturating_add(Weight::from_proof_size(7387)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -498,9 +529,10 @@ impl WeightInfo for SubstrateWeight { fn clear_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `387` - // Estimated: `5368` - // Minimum execution time: 18_195 nanoseconds. - Weight::from_parts(19_917_000, 5368) + // Estimated: `7348` + // Minimum execution time: 18_689 nanoseconds. + Weight::from_ref_time(19_091_000) + .saturating_add(Weight::from_proof_size(7348)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -517,9 +549,10 @@ impl WeightInfo for () { fn submit() -> Weight { // Proof Size summary in bytes: // Measured: `251` - // Estimated: `109996` - // Minimum execution time: 34_540 nanoseconds. - Weight::from_parts(36_144_000, 109996) + // Estimated: `111976` + // Minimum execution time: 37_359 nanoseconds. + Weight::from_ref_time(37_710_000) + .saturating_add(Weight::from_proof_size(111976)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -530,9 +563,10 @@ impl WeightInfo for () { fn place_decision_deposit_preparing() -> Weight { // Proof Size summary in bytes: // Measured: `536` - // Estimated: `221835` - // Minimum execution time: 46_963 nanoseconds. - Weight::from_parts(48_459_000, 221835) + // Estimated: `223815` + // Minimum execution time: 51_138 nanoseconds. + Weight::from_ref_time(51_826_000) + .saturating_add(Weight::from_proof_size(223815)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -545,9 +579,10 @@ impl WeightInfo for () { fn place_decision_deposit_queued() -> Weight { // Proof Size summary in bytes: // Measured: `3203` - // Estimated: `9817` - // Minimum execution time: 55_798 nanoseconds. - Weight::from_parts(58_260_000, 9817) + // Estimated: `12787` + // Minimum execution time: 48_084 nanoseconds. + Weight::from_ref_time(48_451_000) + .saturating_add(Weight::from_proof_size(12787)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -560,9 +595,10 @@ impl WeightInfo for () { fn place_decision_deposit_not_queued() -> Weight { // Proof Size summary in bytes: // Measured: `3223` - // Estimated: `9817` - // Minimum execution time: 53_888 nanoseconds. - Weight::from_parts(57_919_000, 9817) + // Estimated: `12787` + // Minimum execution time: 47_299 nanoseconds. + Weight::from_ref_time(47_893_000) + .saturating_add(Weight::from_proof_size(12787)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -575,9 +611,10 @@ impl WeightInfo for () { fn place_decision_deposit_passing() -> Weight { // Proof Size summary in bytes: // Measured: `536` - // Estimated: `224324` - // Minimum execution time: 56_121 nanoseconds. - Weight::from_parts(58_301_000, 224324) + // Estimated: `227294` + // Minimum execution time: 61_026 nanoseconds. + Weight::from_ref_time(61_716_000) + .saturating_add(Weight::from_proof_size(227294)) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -590,9 +627,10 @@ impl WeightInfo for () { fn place_decision_deposit_failing() -> Weight { // Proof Size summary in bytes: // Measured: `536` - // Estimated: `224324` - // Minimum execution time: 54_237 nanoseconds. - Weight::from_parts(55_681_000, 224324) + // Estimated: `227294` + // Minimum execution time: 59_070 nanoseconds. + Weight::from_ref_time(59_648_000) + .saturating_add(Weight::from_proof_size(227294)) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -601,9 +639,10 @@ impl WeightInfo for () { fn refund_decision_deposit() -> Weight { // Proof Size summary in bytes: // Measured: `415` - // Estimated: `2841` - // Minimum execution time: 25_734 nanoseconds. - Weight::from_parts(26_429_000, 2841) + // Estimated: `3831` + // Minimum execution time: 27_733 nanoseconds. + Weight::from_ref_time(28_296_000) + .saturating_add(Weight::from_proof_size(3831)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -612,9 +651,10 @@ impl WeightInfo for () { fn refund_submission_deposit() -> Weight { // Proof Size summary in bytes: // Measured: `405` - // Estimated: `2841` - // Minimum execution time: 26_000 nanoseconds. - Weight::from_parts(26_786_000, 2841) + // Estimated: `3831` + // Minimum execution time: 27_933 nanoseconds. + Weight::from_ref_time(28_398_000) + .saturating_add(Weight::from_proof_size(3831)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -625,9 +665,10 @@ impl WeightInfo for () { fn cancel() -> Weight { // Proof Size summary in bytes: // Measured: `412` - // Estimated: `221835` - // Minimum execution time: 34_567 nanoseconds. - Weight::from_parts(35_939_000, 221835) + // Estimated: `223815` + // Minimum execution time: 37_997 nanoseconds. + Weight::from_ref_time(38_280_000) + .saturating_add(Weight::from_proof_size(223815)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -640,9 +681,10 @@ impl WeightInfo for () { fn kill() -> Weight { // Proof Size summary in bytes: // Measured: `717` - // Estimated: `224362` - // Minimum execution time: 67_744 nanoseconds. - Weight::from_parts(70_047_000, 224362) + // Estimated: `227332` + // Minimum execution time: 71_987 nanoseconds. + Weight::from_ref_time(72_484_000) + .saturating_add(Weight::from_proof_size(227332)) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -653,9 +695,10 @@ impl WeightInfo for () { fn one_fewer_deciding_queue_empty() -> Weight { // Proof Size summary in bytes: // Measured: `174` - // Estimated: `6976` - // Minimum execution time: 9_886 nanoseconds. - Weight::from_parts(10_406_000, 6976) + // Estimated: `8956` + // Minimum execution time: 10_858 nanoseconds. + Weight::from_ref_time(11_049_000) + .saturating_add(Weight::from_proof_size(8956)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -668,9 +711,10 @@ impl WeightInfo for () { fn one_fewer_deciding_failing() -> Weight { // Proof Size summary in bytes: // Measured: `4661` - // Estimated: `226322` - // Minimum execution time: 100_449 nanoseconds. - Weight::from_parts(101_812_000, 226322) + // Estimated: `229292` + // Minimum execution time: 92_167 nanoseconds. + Weight::from_ref_time(93_072_000) + .saturating_add(Weight::from_proof_size(229292)) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -683,9 +727,10 @@ impl WeightInfo for () { fn one_fewer_deciding_passing() -> Weight { // Proof Size summary in bytes: // Measured: `4661` - // Estimated: `226322` - // Minimum execution time: 101_430 nanoseconds. - Weight::from_parts(103_704_000, 226322) + // Estimated: `229292` + // Minimum execution time: 93_714 nanoseconds. + Weight::from_ref_time(94_615_000) + .saturating_add(Weight::from_proof_size(229292)) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -698,9 +743,10 @@ impl WeightInfo for () { fn nudge_referendum_requeued_insertion() -> Weight { // Proof Size summary in bytes: // Measured: `4682` - // Estimated: `116825` - // Minimum execution time: 67_224 nanoseconds. - Weight::from_parts(70_596_000, 116825) + // Estimated: `119795` + // Minimum execution time: 60_609 nanoseconds. + Weight::from_ref_time(61_843_000) + .saturating_add(Weight::from_proof_size(119795)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -713,9 +759,10 @@ impl WeightInfo for () { fn nudge_referendum_requeued_slide() -> Weight { // Proof Size summary in bytes: // Measured: `4668` - // Estimated: `116825` - // Minimum execution time: 65_461 nanoseconds. - Weight::from_parts(69_624_000, 116825) + // Estimated: `119795` + // Minimum execution time: 60_386 nanoseconds. + Weight::from_ref_time(60_937_000) + .saturating_add(Weight::from_proof_size(119795)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -730,9 +777,10 @@ impl WeightInfo for () { fn nudge_referendum_queued() -> Weight { // Proof Size summary in bytes: // Measured: `4642` - // Estimated: `119314` - // Minimum execution time: 69_848 nanoseconds. - Weight::from_parts(74_480_000, 119314) + // Estimated: `123274` + // Minimum execution time: 62_949 nanoseconds. + Weight::from_ref_time(63_457_000) + .saturating_add(Weight::from_proof_size(123274)) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -747,9 +795,10 @@ impl WeightInfo for () { fn nudge_referendum_not_queued() -> Weight { // Proof Size summary in bytes: // Measured: `4676` - // Estimated: `119314` - // Minimum execution time: 70_042 nanoseconds. - Weight::from_parts(72_912_000, 119314) + // Estimated: `123274` + // Minimum execution time: 63_909 nanoseconds. + Weight::from_ref_time(64_458_000) + .saturating_add(Weight::from_proof_size(123274)) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -760,9 +809,10 @@ impl WeightInfo for () { fn nudge_referendum_no_deposit() -> Weight { // Proof Size summary in bytes: // Measured: `364` - // Estimated: `112338` - // Minimum execution time: 23_008 nanoseconds. - Weight::from_parts(23_767_000, 112338) + // Estimated: `114318` + // Minimum execution time: 25_579 nanoseconds. + Weight::from_ref_time(25_904_000) + .saturating_add(Weight::from_proof_size(114318)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -773,9 +823,10 @@ impl WeightInfo for () { fn nudge_referendum_preparing() -> Weight { // Proof Size summary in bytes: // Measured: `412` - // Estimated: `112338` - // Minimum execution time: 23_550 nanoseconds. - Weight::from_parts(24_081_000, 112338) + // Estimated: `114318` + // Minimum execution time: 25_440 nanoseconds. + Weight::from_ref_time(25_821_000) + .saturating_add(Weight::from_proof_size(114318)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -784,9 +835,10 @@ impl WeightInfo for () { fn nudge_referendum_timed_out() -> Weight { // Proof Size summary in bytes: // Measured: `310` - // Estimated: `2841` - // Minimum execution time: 15_850 nanoseconds. - Weight::from_parts(16_773_000, 2841) + // Estimated: `3831` + // Minimum execution time: 17_592 nanoseconds. + Weight::from_ref_time(17_938_000) + .saturating_add(Weight::from_proof_size(3831)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -799,9 +851,10 @@ impl WeightInfo for () { fn nudge_referendum_begin_deciding_failing() -> Weight { // Proof Size summary in bytes: // Measured: `412` - // Estimated: `114827` - // Minimum execution time: 32_126 nanoseconds. - Weight::from_parts(33_313_000, 114827) + // Estimated: `117797` + // Minimum execution time: 34_825 nanoseconds. + Weight::from_ref_time(35_276_000) + .saturating_add(Weight::from_proof_size(117797)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -814,9 +867,10 @@ impl WeightInfo for () { fn nudge_referendum_begin_deciding_passing() -> Weight { // Proof Size summary in bytes: // Measured: `412` - // Estimated: `114827` - // Minimum execution time: 34_698 nanoseconds. - Weight::from_parts(35_802_000, 114827) + // Estimated: `117797` + // Minimum execution time: 37_223 nanoseconds. + Weight::from_ref_time(37_834_000) + .saturating_add(Weight::from_proof_size(117797)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -827,9 +881,10 @@ impl WeightInfo for () { fn nudge_referendum_begin_confirming() -> Weight { // Proof Size summary in bytes: // Measured: `465` - // Estimated: `112338` - // Minimum execution time: 28_710 nanoseconds. - Weight::from_parts(29_574_000, 112338) + // Estimated: `114318` + // Minimum execution time: 30_919 nanoseconds. + Weight::from_ref_time(31_458_000) + .saturating_add(Weight::from_proof_size(114318)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -840,9 +895,10 @@ impl WeightInfo for () { fn nudge_referendum_end_confirming() -> Weight { // Proof Size summary in bytes: // Measured: `448` - // Estimated: `112338` - // Minimum execution time: 29_030 nanoseconds. - Weight::from_parts(30_308_000, 112338) + // Estimated: `114318` + // Minimum execution time: 31_327 nanoseconds. + Weight::from_ref_time(31_663_000) + .saturating_add(Weight::from_proof_size(114318)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -853,9 +909,10 @@ impl WeightInfo for () { fn nudge_referendum_continue_not_confirming() -> Weight { // Proof Size summary in bytes: // Measured: `465` - // Estimated: `112338` - // Minimum execution time: 26_382 nanoseconds. - Weight::from_parts(27_219_000, 112338) + // Estimated: `114318` + // Minimum execution time: 28_445 nanoseconds. + Weight::from_ref_time(28_820_000) + .saturating_add(Weight::from_proof_size(114318)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -866,9 +923,10 @@ impl WeightInfo for () { fn nudge_referendum_continue_confirming() -> Weight { // Proof Size summary in bytes: // Measured: `469` - // Estimated: `112338` - // Minimum execution time: 25_445 nanoseconds. - Weight::from_parts(26_010_000, 112338) + // Estimated: `114318` + // Minimum execution time: 27_298 nanoseconds. + Weight::from_ref_time(27_954_000) + .saturating_add(Weight::from_proof_size(114318)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -881,9 +939,10 @@ impl WeightInfo for () { fn nudge_referendum_approved() -> Weight { // Proof Size summary in bytes: // Measured: `469` - // Estimated: `224358` - // Minimum execution time: 41_064 nanoseconds. - Weight::from_parts(42_895_000, 224358) + // Estimated: `227328` + // Minimum execution time: 43_690 nanoseconds. + Weight::from_ref_time(44_446_000) + .saturating_add(Weight::from_proof_size(227328)) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -894,9 +953,10 @@ impl WeightInfo for () { fn nudge_referendum_rejected() -> Weight { // Proof Size summary in bytes: // Measured: `465` - // Estimated: `112338` - // Minimum execution time: 29_472 nanoseconds. - Weight::from_parts(30_011_000, 112338) + // Estimated: `114318` + // Minimum execution time: 31_080 nanoseconds. + Weight::from_ref_time(31_396_000) + .saturating_add(Weight::from_proof_size(114318)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -909,9 +969,10 @@ impl WeightInfo for () { fn set_some_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `454` - // Estimated: `5407` - // Minimum execution time: 19_389 nanoseconds. - Weight::from_parts(20_490_000, 5407) + // Estimated: `7387` + // Minimum execution time: 21_225 nanoseconds. + Weight::from_ref_time(21_506_000) + .saturating_add(Weight::from_proof_size(7387)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -922,9 +983,10 @@ impl WeightInfo for () { fn clear_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `387` - // Estimated: `5368` - // Minimum execution time: 18_195 nanoseconds. - Weight::from_parts(19_917_000, 5368) + // Estimated: `7348` + // Minimum execution time: 18_689 nanoseconds. + Weight::from_ref_time(19_091_000) + .saturating_add(Weight::from_proof_size(7348)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/remark/src/weights.rs b/frame/remark/src/weights.rs index 0e18e10c69561..002df06e4e66f 100644 --- a/frame/remark/src/weights.rs +++ b/frame/remark/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_remark //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_remark +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -59,10 +62,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_404 nanoseconds. - Weight::from_ref_time(343_031) + // Minimum execution time: 9_374 nanoseconds. + Weight::from_ref_time(9_497_000) + .saturating_add(Weight::from_proof_size(0)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_404).saturating_mul(l.into())) + .saturating_add(Weight::from_ref_time(1_518).saturating_mul(l.into())) } } @@ -73,9 +77,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_404 nanoseconds. - Weight::from_ref_time(343_031) + // Minimum execution time: 9_374 nanoseconds. + Weight::from_ref_time(9_497_000) + .saturating_add(Weight::from_proof_size(0)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_404).saturating_mul(l.into())) + .saturating_add(Weight::from_ref_time(1_518).saturating_mul(l.into())) } } diff --git a/frame/scheduler/src/weights.rs b/frame/scheduler/src/weights.rs index 6b786ef8b24dd..55f7cbdbd6425 100644 --- a/frame/scheduler/src/weights.rs +++ b/frame/scheduler/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_scheduler //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_scheduler +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -70,9 +73,10 @@ impl WeightInfo for SubstrateWeight { fn service_agendas_base() -> Weight { // Proof Size summary in bytes: // Measured: `30` - // Estimated: `499` - // Minimum execution time: 3_670 nanoseconds. - Weight::from_parts(3_838_000, 499) + // Estimated: `1489` + // Minimum execution time: 4_247 nanoseconds. + Weight::from_ref_time(4_456_000) + .saturating_add(Weight::from_proof_size(1489)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -82,11 +86,12 @@ impl WeightInfo for SubstrateWeight { fn service_agenda_base(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `112 + s * (177 ±0)` - // Estimated: `109497` - // Minimum execution time: 3_079 nanoseconds. - Weight::from_parts(7_087_647, 109497) - // Standard Error: 658 - .saturating_add(Weight::from_ref_time(279_320).saturating_mul(s.into())) + // Estimated: `110487` + // Minimum execution time: 3_869 nanoseconds. + Weight::from_ref_time(9_607_343) + .saturating_add(Weight::from_proof_size(110487)) + // Standard Error: 741 + .saturating_add(Weight::from_ref_time(329_689).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -94,8 +99,9 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_192 nanoseconds. - Weight::from_ref_time(5_528_000) + // Minimum execution time: 5_881 nanoseconds. + Weight::from_ref_time(6_097_000) + .saturating_add(Weight::from_proof_size(0)) } /// Storage: Preimage PreimageFor (r:1 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured) @@ -105,11 +111,12 @@ impl WeightInfo for SubstrateWeight { fn service_task_fetched(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `211 + s * (1 ±0)` - // Estimated: `5252 + s * (1 ±0)` - // Minimum execution time: 17_284 nanoseconds. - Weight::from_parts(17_574_000, 5252) - // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_126).saturating_mul(s.into())) + // Estimated: `7232 + s * (1 ±0)` + // Minimum execution time: 21_088 nanoseconds. + Weight::from_ref_time(21_543_000) + .saturating_add(Weight::from_proof_size(7232)) + // Standard Error: 1 + .saturating_add(Weight::from_ref_time(1_369).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_proof_size(1).saturating_mul(s.into())) @@ -120,30 +127,34 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_020 nanoseconds. - Weight::from_ref_time(7_262_000) + // Minimum execution time: 7_896 nanoseconds. + Weight::from_ref_time(8_108_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } fn service_task_periodic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_187 nanoseconds. - Weight::from_ref_time(5_368_000) + // Minimum execution time: 5_784 nanoseconds. + Weight::from_ref_time(6_025_000) + .saturating_add(Weight::from_proof_size(0)) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_313 nanoseconds. - Weight::from_ref_time(2_404_000) + // Minimum execution time: 2_639 nanoseconds. + Weight::from_ref_time(2_766_000) + .saturating_add(Weight::from_proof_size(0)) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_187 nanoseconds. - Weight::from_ref_time(2_362_000) + // Minimum execution time: 2_575 nanoseconds. + Weight::from_ref_time(2_734_000) + .saturating_add(Weight::from_proof_size(0)) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen) @@ -151,11 +162,12 @@ impl WeightInfo for SubstrateWeight { fn schedule(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `112 + s * (177 ±0)` - // Estimated: `109497` - // Minimum execution time: 11_971 nanoseconds. - Weight::from_parts(16_060_361, 109497) - // Standard Error: 665 - .saturating_add(Weight::from_ref_time(286_324).saturating_mul(s.into())) + // Estimated: `110487` + // Minimum execution time: 14_563 nanoseconds. + Weight::from_ref_time(19_960_441) + .saturating_add(Weight::from_proof_size(110487)) + // Standard Error: 748 + .saturating_add(Weight::from_ref_time(340_297).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -167,11 +179,12 @@ impl WeightInfo for SubstrateWeight { fn cancel(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `112 + s * (177 ±0)` - // Estimated: `109497` - // Minimum execution time: 15_594 nanoseconds. - Weight::from_parts(17_191_501, 109497) - // Standard Error: 626 - .saturating_add(Weight::from_ref_time(425_572).saturating_mul(s.into())) + // Estimated: `110487` + // Minimum execution time: 17_960 nanoseconds. + Weight::from_ref_time(20_595_112) + .saturating_add(Weight::from_proof_size(110487)) + // Standard Error: 804 + .saturating_add(Weight::from_ref_time(529_533).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -183,11 +196,12 @@ impl WeightInfo for SubstrateWeight { fn schedule_named(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `627 + s * (178 ±0)` - // Estimated: `112020` - // Minimum execution time: 15_127 nanoseconds. - Weight::from_parts(20_932_642, 112020) - // Standard Error: 692 - .saturating_add(Weight::from_ref_time(288_344).saturating_mul(s.into())) + // Estimated: `114000` + // Minimum execution time: 17_738 nanoseconds. + Weight::from_ref_time(25_217_259) + .saturating_add(Weight::from_proof_size(114000)) + // Standard Error: 781 + .saturating_add(Weight::from_ref_time(343_806).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -199,11 +213,12 @@ impl WeightInfo for SubstrateWeight { fn cancel_named(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `740 + s * (177 ±0)` - // Estimated: `112020` - // Minimum execution time: 16_859 nanoseconds. - Weight::from_parts(19_736_937, 112020) - // Standard Error: 676 - .saturating_add(Weight::from_ref_time(429_770).saturating_mul(s.into())) + // Estimated: `114000` + // Minimum execution time: 20_546 nanoseconds. + Weight::from_ref_time(24_669_330) + .saturating_add(Weight::from_proof_size(114000)) + // Standard Error: 723 + .saturating_add(Weight::from_ref_time(531_701).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -216,9 +231,10 @@ impl WeightInfo for () { fn service_agendas_base() -> Weight { // Proof Size summary in bytes: // Measured: `30` - // Estimated: `499` - // Minimum execution time: 3_670 nanoseconds. - Weight::from_parts(3_838_000, 499) + // Estimated: `1489` + // Minimum execution time: 4_247 nanoseconds. + Weight::from_ref_time(4_456_000) + .saturating_add(Weight::from_proof_size(1489)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -228,11 +244,12 @@ impl WeightInfo for () { fn service_agenda_base(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `112 + s * (177 ±0)` - // Estimated: `109497` - // Minimum execution time: 3_079 nanoseconds. - Weight::from_parts(7_087_647, 109497) - // Standard Error: 658 - .saturating_add(Weight::from_ref_time(279_320).saturating_mul(s.into())) + // Estimated: `110487` + // Minimum execution time: 3_869 nanoseconds. + Weight::from_ref_time(9_607_343) + .saturating_add(Weight::from_proof_size(110487)) + // Standard Error: 741 + .saturating_add(Weight::from_ref_time(329_689).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -240,8 +257,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_192 nanoseconds. - Weight::from_ref_time(5_528_000) + // Minimum execution time: 5_881 nanoseconds. + Weight::from_ref_time(6_097_000) + .saturating_add(Weight::from_proof_size(0)) } /// Storage: Preimage PreimageFor (r:1 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured) @@ -251,11 +269,12 @@ impl WeightInfo for () { fn service_task_fetched(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `211 + s * (1 ±0)` - // Estimated: `5252 + s * (1 ±0)` - // Minimum execution time: 17_284 nanoseconds. - Weight::from_parts(17_574_000, 5252) - // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_126).saturating_mul(s.into())) + // Estimated: `7232 + s * (1 ±0)` + // Minimum execution time: 21_088 nanoseconds. + Weight::from_ref_time(21_543_000) + .saturating_add(Weight::from_proof_size(7232)) + // Standard Error: 1 + .saturating_add(Weight::from_ref_time(1_369).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_proof_size(1).saturating_mul(s.into())) @@ -266,30 +285,34 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_020 nanoseconds. - Weight::from_ref_time(7_262_000) + // Minimum execution time: 7_896 nanoseconds. + Weight::from_ref_time(8_108_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } fn service_task_periodic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_187 nanoseconds. - Weight::from_ref_time(5_368_000) + // Minimum execution time: 5_784 nanoseconds. + Weight::from_ref_time(6_025_000) + .saturating_add(Weight::from_proof_size(0)) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_313 nanoseconds. - Weight::from_ref_time(2_404_000) + // Minimum execution time: 2_639 nanoseconds. + Weight::from_ref_time(2_766_000) + .saturating_add(Weight::from_proof_size(0)) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_187 nanoseconds. - Weight::from_ref_time(2_362_000) + // Minimum execution time: 2_575 nanoseconds. + Weight::from_ref_time(2_734_000) + .saturating_add(Weight::from_proof_size(0)) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen) @@ -297,11 +320,12 @@ impl WeightInfo for () { fn schedule(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `112 + s * (177 ±0)` - // Estimated: `109497` - // Minimum execution time: 11_971 nanoseconds. - Weight::from_parts(16_060_361, 109497) - // Standard Error: 665 - .saturating_add(Weight::from_ref_time(286_324).saturating_mul(s.into())) + // Estimated: `110487` + // Minimum execution time: 14_563 nanoseconds. + Weight::from_ref_time(19_960_441) + .saturating_add(Weight::from_proof_size(110487)) + // Standard Error: 748 + .saturating_add(Weight::from_ref_time(340_297).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -313,11 +337,12 @@ impl WeightInfo for () { fn cancel(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `112 + s * (177 ±0)` - // Estimated: `109497` - // Minimum execution time: 15_594 nanoseconds. - Weight::from_parts(17_191_501, 109497) - // Standard Error: 626 - .saturating_add(Weight::from_ref_time(425_572).saturating_mul(s.into())) + // Estimated: `110487` + // Minimum execution time: 17_960 nanoseconds. + Weight::from_ref_time(20_595_112) + .saturating_add(Weight::from_proof_size(110487)) + // Standard Error: 804 + .saturating_add(Weight::from_ref_time(529_533).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -329,11 +354,12 @@ impl WeightInfo for () { fn schedule_named(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `627 + s * (178 ±0)` - // Estimated: `112020` - // Minimum execution time: 15_127 nanoseconds. - Weight::from_parts(20_932_642, 112020) - // Standard Error: 692 - .saturating_add(Weight::from_ref_time(288_344).saturating_mul(s.into())) + // Estimated: `114000` + // Minimum execution time: 17_738 nanoseconds. + Weight::from_ref_time(25_217_259) + .saturating_add(Weight::from_proof_size(114000)) + // Standard Error: 781 + .saturating_add(Weight::from_ref_time(343_806).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -345,11 +371,12 @@ impl WeightInfo for () { fn cancel_named(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `740 + s * (177 ±0)` - // Estimated: `112020` - // Minimum execution time: 16_859 nanoseconds. - Weight::from_parts(19_736_937, 112020) - // Standard Error: 676 - .saturating_add(Weight::from_ref_time(429_770).saturating_mul(s.into())) + // Estimated: `114000` + // Minimum execution time: 20_546 nanoseconds. + Weight::from_ref_time(24_669_330) + .saturating_add(Weight::from_proof_size(114000)) + // Standard Error: 723 + .saturating_add(Weight::from_ref_time(531_701).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/frame/session/src/weights.rs b/frame/session/src/weights.rs index c01799ce53050..9453d9a89ad18 100644 --- a/frame/session/src/weights.rs +++ b/frame/session/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_session //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_session +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -64,9 +67,10 @@ impl WeightInfo for SubstrateWeight { fn set_keys() -> Weight { // Proof Size summary in bytes: // Measured: `1955` - // Estimated: `19851` - // Minimum execution time: 40_867 nanoseconds. - Weight::from_parts(41_319_000, 19851) + // Estimated: `22821` + // Minimum execution time: 49_103 nanoseconds. + Weight::from_ref_time(49_707_000) + .saturating_add(Weight::from_proof_size(22821)) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -79,9 +83,10 @@ impl WeightInfo for SubstrateWeight { fn purge_keys() -> Weight { // Proof Size summary in bytes: // Measured: `1854` - // Estimated: `9749` - // Minimum execution time: 30_286 nanoseconds. - Weight::from_parts(30_620_000, 9749) + // Estimated: `11729` + // Minimum execution time: 35_827 nanoseconds. + Weight::from_ref_time(36_386_000) + .saturating_add(Weight::from_proof_size(11729)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -98,9 +103,10 @@ impl WeightInfo for () { fn set_keys() -> Weight { // Proof Size summary in bytes: // Measured: `1955` - // Estimated: `19851` - // Minimum execution time: 40_867 nanoseconds. - Weight::from_parts(41_319_000, 19851) + // Estimated: `22821` + // Minimum execution time: 49_103 nanoseconds. + Weight::from_ref_time(49_707_000) + .saturating_add(Weight::from_proof_size(22821)) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -113,9 +119,10 @@ impl WeightInfo for () { fn purge_keys() -> Weight { // Proof Size summary in bytes: // Measured: `1854` - // Estimated: `9749` - // Minimum execution time: 30_286 nanoseconds. - Weight::from_parts(30_620_000, 9749) + // Estimated: `11729` + // Minimum execution time: 35_827 nanoseconds. + Weight::from_ref_time(36_386_000) + .saturating_add(Weight::from_proof_size(11729)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } diff --git a/frame/staking/src/weights.rs b/frame/staking/src/weights.rs index 2c9e1b2669c8b..2c75b5529b563 100644 --- a/frame/staking/src/weights.rs +++ b/frame/staking/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_staking //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_staking +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -96,9 +99,10 @@ impl WeightInfo for SubstrateWeight { fn bond() -> Weight { // Proof Size summary in bytes: // Measured: `1079` - // Estimated: `10386` - // Minimum execution time: 40_015 nanoseconds. - Weight::from_parts(40_601_000, 10386) + // Estimated: `14346` + // Minimum execution time: 46_824 nanoseconds. + Weight::from_ref_time(47_451_000) + .saturating_add(Weight::from_proof_size(14346)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -115,9 +119,10 @@ impl WeightInfo for SubstrateWeight { fn bond_extra() -> Weight { // Proof Size summary in bytes: // Measured: `2252` - // Estimated: `22888` - // Minimum execution time: 74_781 nanoseconds. - Weight::from_parts(75_188_000, 22888) + // Estimated: `27838` + // Minimum execution time: 88_157 nanoseconds. + Weight::from_ref_time(88_948_000) + .saturating_add(Weight::from_proof_size(27838)) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -142,9 +147,10 @@ impl WeightInfo for SubstrateWeight { fn unbond() -> Weight { // Proof Size summary in bytes: // Measured: `2457` - // Estimated: `29534` - // Minimum execution time: 81_299 nanoseconds. - Weight::from_parts(82_242_000, 29534) + // Estimated: `38444` + // Minimum execution time: 95_598 nanoseconds. + Weight::from_ref_time(96_805_000) + .saturating_add(Weight::from_proof_size(38444)) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -160,11 +166,12 @@ impl WeightInfo for SubstrateWeight { fn withdraw_unbonded_update(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1085` - // Estimated: `10442` - // Minimum execution time: 31_479 nanoseconds. - Weight::from_parts(32_410_035, 10442) - // Standard Error: 313 - .saturating_add(Weight::from_ref_time(9_090).saturating_mul(s.into())) + // Estimated: `14402` + // Minimum execution time: 38_752 nanoseconds. + Weight::from_ref_time(39_562_294) + .saturating_add(Weight::from_proof_size(14402)) + // Standard Error: 395 + .saturating_add(Weight::from_ref_time(10_850).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -200,11 +207,12 @@ impl WeightInfo for SubstrateWeight { fn withdraw_unbonded_kill(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `2486 + s * (4 ±0)` - // Estimated: `32303 + s * (4 ±0)` - // Minimum execution time: 71_968 nanoseconds. - Weight::from_parts(76_631_804, 32303) - // Standard Error: 1_613 - .saturating_add(Weight::from_ref_time(1_058_968).saturating_mul(s.into())) + // Estimated: `44183 + s * (4 ±0)` + // Minimum execution time: 84_221 nanoseconds. + Weight::from_ref_time(88_927_034) + .saturating_add(Weight::from_proof_size(44183)) + // Standard Error: 4_754 + .saturating_add(Weight::from_ref_time(1_358_753).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -235,9 +243,10 @@ impl WeightInfo for SubstrateWeight { fn validate() -> Weight { // Proof Size summary in bytes: // Measured: `1446` - // Estimated: `19359` - // Minimum execution time: 51_963 nanoseconds. - Weight::from_parts(52_418_000, 19359) + // Estimated: `30249` + // Minimum execution time: 60_448 nanoseconds. + Weight::from_ref_time(60_865_000) + .saturating_add(Weight::from_proof_size(30249)) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -249,11 +258,12 @@ impl WeightInfo for SubstrateWeight { fn kick(k: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1292 + k * (601 ±0)` - // Estimated: `3566 + k * (3033 ±0)` - // Minimum execution time: 25_685 nanoseconds. - Weight::from_parts(25_290_286, 3566) - // Standard Error: 5_164 - .saturating_add(Weight::from_ref_time(6_445_608).saturating_mul(k.into())) + // Estimated: `5546 + k * (3033 ±0)` + // Minimum execution time: 29_924 nanoseconds. + Weight::from_ref_time(28_756_573) + .saturating_add(Weight::from_proof_size(5546)) + // Standard Error: 10_662 + .saturating_add(Weight::from_ref_time(8_019_382).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) @@ -285,11 +295,12 @@ impl WeightInfo for SubstrateWeight { fn nominate(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1984 + n * (105 ±0)` - // Estimated: `21988 + n * (2520 ±0)` - // Minimum execution time: 59_542 nanoseconds. - Weight::from_parts(57_558_678, 21988) - // Standard Error: 10_364 - .saturating_add(Weight::from_ref_time(2_759_713).saturating_mul(n.into())) + // Estimated: `32878 + n * (2520 ±0)` + // Minimum execution time: 69_882 nanoseconds. + Weight::from_ref_time(67_448_108) + .saturating_add(Weight::from_proof_size(32878)) + // Standard Error: 14_278 + .saturating_add(Weight::from_ref_time(3_392_310).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(6_u64)) @@ -312,9 +323,10 @@ impl WeightInfo for SubstrateWeight { fn chill() -> Weight { // Proof Size summary in bytes: // Measured: `1876` - // Estimated: `17932` - // Minimum execution time: 52_132 nanoseconds. - Weight::from_parts(52_648_000, 17932) + // Estimated: `24862` + // Minimum execution time: 60_987 nanoseconds. + Weight::from_ref_time(61_725_000) + .saturating_add(Weight::from_proof_size(24862)) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -325,9 +337,10 @@ impl WeightInfo for SubstrateWeight { fn set_payee() -> Weight { // Proof Size summary in bytes: // Measured: `840` - // Estimated: `3566` - // Minimum execution time: 13_399 nanoseconds. - Weight::from_parts(13_567_000, 3566) + // Estimated: `4556` + // Minimum execution time: 15_652 nanoseconds. + Weight::from_ref_time(16_044_000) + .saturating_add(Weight::from_proof_size(4556)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -338,9 +351,10 @@ impl WeightInfo for SubstrateWeight { fn set_controller() -> Weight { // Proof Size summary in bytes: // Measured: `939` - // Estimated: `9679` - // Minimum execution time: 20_425 nanoseconds. - Weight::from_parts(20_713_000, 9679) + // Estimated: `11659` + // Minimum execution time: 23_959 nanoseconds. + Weight::from_ref_time(24_256_000) + .saturating_add(Weight::from_proof_size(11659)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -350,8 +364,9 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_069 nanoseconds. - Weight::from_ref_time(3_176_000) + // Minimum execution time: 3_704 nanoseconds. + Weight::from_ref_time(3_895_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -360,8 +375,9 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_386 nanoseconds. - Weight::from_ref_time(11_672_000) + // Minimum execution time: 11_125 nanoseconds. + Weight::from_ref_time(11_412_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -370,8 +386,9 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_591 nanoseconds. - Weight::from_ref_time(11_799_000) + // Minimum execution time: 11_433 nanoseconds. + Weight::from_ref_time(11_636_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -380,8 +397,9 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_553 nanoseconds. - Weight::from_ref_time(11_871_000) + // Minimum execution time: 11_277 nanoseconds. + Weight::from_ref_time(11_606_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Staking Invulnerables (r:0 w:1) @@ -391,10 +409,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_292 nanoseconds. - Weight::from_ref_time(3_754_352) - // Standard Error: 40 - .saturating_add(Weight::from_ref_time(9_838).saturating_mul(v.into())) + // Minimum execution time: 3_955 nanoseconds. + Weight::from_ref_time(4_412_092) + .saturating_add(Weight::from_proof_size(0)) + // Standard Error: 21 + .saturating_add(Weight::from_ref_time(10_234).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Staking Bonded (r:1 w:1) @@ -427,11 +446,12 @@ impl WeightInfo for SubstrateWeight { fn force_unstake(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `2178 + s * (4 ±0)` - // Estimated: `27930 + s * (4 ±0)` - // Minimum execution time: 65_307 nanoseconds. - Weight::from_parts(70_227_980, 27930) - // Standard Error: 2_113 - .saturating_add(Weight::from_ref_time(1_059_856).saturating_mul(s.into())) + // Estimated: `37830 + s * (4 ±0)` + // Minimum execution time: 76_790 nanoseconds. + Weight::from_ref_time(82_297_950) + .saturating_add(Weight::from_proof_size(37830)) + // Standard Error: 2_244 + .saturating_add(Weight::from_ref_time(1_334_304).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -443,11 +463,12 @@ impl WeightInfo for SubstrateWeight { fn cancel_deferred_slash(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `66671` - // Estimated: `69146` - // Minimum execution time: 89_123 nanoseconds. - Weight::from_parts(890_989_741, 69146) - // Standard Error: 58_282 - .saturating_add(Weight::from_ref_time(4_920_413).saturating_mul(s.into())) + // Estimated: `70136` + // Minimum execution time: 96_384 nanoseconds. + Weight::from_ref_time(1_309_098_609) + .saturating_add(Weight::from_proof_size(70136)) + // Standard Error: 89_284 + .saturating_add(Weight::from_ref_time(7_479_822).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -473,11 +494,12 @@ impl WeightInfo for SubstrateWeight { fn payout_stakers_dead_controller(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `20345 + n * (143 ±0)` - // Estimated: `54756 + n * (8024 ±1)` - // Minimum execution time: 73_652 nanoseconds. - Weight::from_parts(127_839_483, 54756) - // Standard Error: 14_195 - .saturating_add(Weight::from_ref_time(21_932_079).saturating_mul(n.into())) + // Estimated: `63666 + n * (8024 ±1)` + // Minimum execution time: 78_642 nanoseconds. + Weight::from_ref_time(92_587_550) + .saturating_add(Weight::from_proof_size(63666)) + // Standard Error: 23_781 + .saturating_add(Weight::from_ref_time(27_336_496).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -508,11 +530,12 @@ impl WeightInfo for SubstrateWeight { fn payout_stakers_alive_staked(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `35099 + n * (465 ±0)` - // Estimated: `83594 + n * (16026 ±0)` - // Minimum execution time: 94_560 nanoseconds. - Weight::from_parts(154_033_219, 83594) - // Standard Error: 26_663 - .saturating_add(Weight::from_ref_time(31_269_223).saturating_mul(n.into())) + // Estimated: `93494 + n * (16026 ±0)` + // Minimum execution time: 97_854 nanoseconds. + Weight::from_ref_time(111_156_007) + .saturating_add(Weight::from_proof_size(93494)) + // Standard Error: 24_914 + .saturating_add(Weight::from_ref_time(39_671_378).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -535,11 +558,12 @@ impl WeightInfo for SubstrateWeight { fn rebond(l: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `2253 + l * (7 ±0)` - // Estimated: `25491` - // Minimum execution time: 74_764 nanoseconds. - Weight::from_parts(75_814_067, 25491) - // Standard Error: 1_217 - .saturating_add(Weight::from_ref_time(64_725).saturating_mul(l.into())) + // Estimated: `31431` + // Minimum execution time: 87_800 nanoseconds. + Weight::from_ref_time(89_160_971) + .saturating_add(Weight::from_proof_size(31431)) + // Standard Error: 2_149 + .saturating_add(Weight::from_ref_time(53_299).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -573,11 +597,12 @@ impl WeightInfo for SubstrateWeight { fn reap_stash(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `2486 + s * (4 ±0)` - // Estimated: `31810 + s * (4 ±0)` - // Minimum execution time: 77_611 nanoseconds. - Weight::from_parts(79_760_034, 31810) - // Standard Error: 1_597 - .saturating_add(Weight::from_ref_time(1_039_268).saturating_mul(s.into())) + // Estimated: `42700 + s * (4 ±0)` + // Minimum execution time: 91_291 nanoseconds. + Weight::from_ref_time(92_015_289) + .saturating_add(Weight::from_proof_size(42700)) + // Standard Error: 10_260 + .saturating_add(Weight::from_ref_time(1_382_909).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -622,13 +647,14 @@ impl WeightInfo for SubstrateWeight { fn new_era(v: u32, n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + v * (3662 ±0) + n * (816 ±0)` - // Estimated: `528203 + v * (16743 ±0) + n * (12947 ±0)` - // Minimum execution time: 489_824 nanoseconds. - Weight::from_parts(491_687_000, 528203) - // Standard Error: 1_787_577 - .saturating_add(Weight::from_ref_time(58_719_498).saturating_mul(v.into())) - // Standard Error: 178_122 - .saturating_add(Weight::from_ref_time(13_273_555).saturating_mul(n.into())) + // Estimated: `539093 + v * (16743 ±0) + n * (12947 ±0)` + // Minimum execution time: 561_102 nanoseconds. + Weight::from_ref_time(562_414_000) + .saturating_add(Weight::from_proof_size(539093)) + // Standard Error: 1_958_472 + .saturating_add(Weight::from_ref_time(62_963_489).saturating_mul(v.into())) + // Standard Error: 195_151 + .saturating_add(Weight::from_ref_time(17_399_963).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(206_u64)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -658,13 +684,14 @@ impl WeightInfo for SubstrateWeight { fn get_npos_voters(v: u32, n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `3167 + v * (459 ±0) + n * (1007 ±0)` - // Estimated: `511899 + v * (14295 ±0) + n * (11775 ±0)` - // Minimum execution time: 23_373_467 nanoseconds. - Weight::from_parts(23_497_257_000, 511899) - // Standard Error: 299_205 - .saturating_add(Weight::from_ref_time(3_434_000).saturating_mul(v.into())) - // Standard Error: 299_205 - .saturating_add(Weight::from_ref_time(2_568_954).saturating_mul(n.into())) + // Estimated: `518829 + v * (14295 ±0) + n * (11775 ±0)` + // Minimum execution time: 32_988_954 nanoseconds. + Weight::from_ref_time(33_148_912_000) + .saturating_add(Weight::from_proof_size(518829)) + // Standard Error: 367_128 + .saturating_add(Weight::from_ref_time(5_263_738).saturating_mul(v.into())) + // Standard Error: 367_128 + .saturating_add(Weight::from_ref_time(3_486_078).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(201_u64)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -680,11 +707,12 @@ impl WeightInfo for SubstrateWeight { fn get_npos_targets(v: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `983 + v * (50 ±0)` - // Estimated: `3019 + v * (2520 ±0)` - // Minimum execution time: 3_882_120 nanoseconds. - Weight::from_parts(3_951_993_000, 3019) - // Standard Error: 46_729 - .saturating_add(Weight::from_ref_time(2_856_043).saturating_mul(v.into())) + // Estimated: `4999 + v * (2520 ±0)` + // Minimum execution time: 2_293_190 nanoseconds. + Weight::from_ref_time(40_535_515) + .saturating_add(Weight::from_proof_size(4999)) + // Standard Error: 10_304 + .saturating_add(Weight::from_ref_time(4_618_827).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(Weight::from_proof_size(2520).saturating_mul(v.into())) @@ -705,8 +733,9 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_427 nanoseconds. - Weight::from_ref_time(8_794_000) + // Minimum execution time: 9_038 nanoseconds. + Weight::from_ref_time(9_439_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(6_u64)) } /// Storage: Staking MinCommission (r:0 w:1) @@ -725,8 +754,9 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_620 nanoseconds. - Weight::from_ref_time(7_901_000) + // Minimum execution time: 8_249 nanoseconds. + Weight::from_ref_time(8_525_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(6_u64)) } /// Storage: Staking Ledger (r:1 w:0) @@ -752,9 +782,10 @@ impl WeightInfo for SubstrateWeight { fn chill_other() -> Weight { // Proof Size summary in bytes: // Measured: `2031` - // Estimated: `19438` - // Minimum execution time: 66_188 nanoseconds. - Weight::from_parts(66_767_000, 19438) + // Estimated: `29338` + // Minimum execution time: 75_967 nanoseconds. + Weight::from_ref_time(77_146_000) + .saturating_add(Weight::from_proof_size(29338)) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -765,9 +796,10 @@ impl WeightInfo for SubstrateWeight { fn force_apply_min_commission() -> Weight { // Proof Size summary in bytes: // Measured: `694` - // Estimated: `3019` - // Minimum execution time: 14_703 nanoseconds. - Weight::from_parts(15_031_000, 3019) + // Estimated: `4999` + // Minimum execution time: 16_428 nanoseconds. + Weight::from_ref_time(16_814_000) + .saturating_add(Weight::from_proof_size(4999)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -777,8 +809,9 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_518 nanoseconds. - Weight::from_ref_time(4_656_000) + // Minimum execution time: 4_858 nanoseconds. + Weight::from_ref_time(5_010_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } } @@ -798,9 +831,10 @@ impl WeightInfo for () { fn bond() -> Weight { // Proof Size summary in bytes: // Measured: `1079` - // Estimated: `10386` - // Minimum execution time: 40_015 nanoseconds. - Weight::from_parts(40_601_000, 10386) + // Estimated: `14346` + // Minimum execution time: 46_824 nanoseconds. + Weight::from_ref_time(47_451_000) + .saturating_add(Weight::from_proof_size(14346)) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -817,9 +851,10 @@ impl WeightInfo for () { fn bond_extra() -> Weight { // Proof Size summary in bytes: // Measured: `2252` - // Estimated: `22888` - // Minimum execution time: 74_781 nanoseconds. - Weight::from_parts(75_188_000, 22888) + // Estimated: `27838` + // Minimum execution time: 88_157 nanoseconds. + Weight::from_ref_time(88_948_000) + .saturating_add(Weight::from_proof_size(27838)) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -844,9 +879,10 @@ impl WeightInfo for () { fn unbond() -> Weight { // Proof Size summary in bytes: // Measured: `2457` - // Estimated: `29534` - // Minimum execution time: 81_299 nanoseconds. - Weight::from_parts(82_242_000, 29534) + // Estimated: `38444` + // Minimum execution time: 95_598 nanoseconds. + Weight::from_ref_time(96_805_000) + .saturating_add(Weight::from_proof_size(38444)) .saturating_add(RocksDbWeight::get().reads(12_u64)) .saturating_add(RocksDbWeight::get().writes(8_u64)) } @@ -862,11 +898,12 @@ impl WeightInfo for () { fn withdraw_unbonded_update(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1085` - // Estimated: `10442` - // Minimum execution time: 31_479 nanoseconds. - Weight::from_parts(32_410_035, 10442) - // Standard Error: 313 - .saturating_add(Weight::from_ref_time(9_090).saturating_mul(s.into())) + // Estimated: `14402` + // Minimum execution time: 38_752 nanoseconds. + Weight::from_ref_time(39_562_294) + .saturating_add(Weight::from_proof_size(14402)) + // Standard Error: 395 + .saturating_add(Weight::from_ref_time(10_850).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -902,11 +939,12 @@ impl WeightInfo for () { fn withdraw_unbonded_kill(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `2486 + s * (4 ±0)` - // Estimated: `32303 + s * (4 ±0)` - // Minimum execution time: 71_968 nanoseconds. - Weight::from_parts(76_631_804, 32303) - // Standard Error: 1_613 - .saturating_add(Weight::from_ref_time(1_058_968).saturating_mul(s.into())) + // Estimated: `44183 + s * (4 ±0)` + // Minimum execution time: 84_221 nanoseconds. + Weight::from_ref_time(88_927_034) + .saturating_add(Weight::from_proof_size(44183)) + // Standard Error: 4_754 + .saturating_add(Weight::from_ref_time(1_358_753).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(13_u64)) .saturating_add(RocksDbWeight::get().writes(12_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -937,9 +975,10 @@ impl WeightInfo for () { fn validate() -> Weight { // Proof Size summary in bytes: // Measured: `1446` - // Estimated: `19359` - // Minimum execution time: 51_963 nanoseconds. - Weight::from_parts(52_418_000, 19359) + // Estimated: `30249` + // Minimum execution time: 60_448 nanoseconds. + Weight::from_ref_time(60_865_000) + .saturating_add(Weight::from_proof_size(30249)) .saturating_add(RocksDbWeight::get().reads(11_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -951,11 +990,12 @@ impl WeightInfo for () { fn kick(k: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1292 + k * (601 ±0)` - // Estimated: `3566 + k * (3033 ±0)` - // Minimum execution time: 25_685 nanoseconds. - Weight::from_parts(25_290_286, 3566) - // Standard Error: 5_164 - .saturating_add(Weight::from_ref_time(6_445_608).saturating_mul(k.into())) + // Estimated: `5546 + k * (3033 ±0)` + // Minimum execution time: 29_924 nanoseconds. + Weight::from_ref_time(28_756_573) + .saturating_add(Weight::from_proof_size(5546)) + // Standard Error: 10_662 + .saturating_add(Weight::from_ref_time(8_019_382).saturating_mul(k.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(k.into()))) @@ -987,11 +1027,12 @@ impl WeightInfo for () { fn nominate(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1984 + n * (105 ±0)` - // Estimated: `21988 + n * (2520 ±0)` - // Minimum execution time: 59_542 nanoseconds. - Weight::from_parts(57_558_678, 21988) - // Standard Error: 10_364 - .saturating_add(Weight::from_ref_time(2_759_713).saturating_mul(n.into())) + // Estimated: `32878 + n * (2520 ±0)` + // Minimum execution time: 69_882 nanoseconds. + Weight::from_ref_time(67_448_108) + .saturating_add(Weight::from_proof_size(32878)) + // Standard Error: 14_278 + .saturating_add(Weight::from_ref_time(3_392_310).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(12_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(6_u64)) @@ -1014,9 +1055,10 @@ impl WeightInfo for () { fn chill() -> Weight { // Proof Size summary in bytes: // Measured: `1876` - // Estimated: `17932` - // Minimum execution time: 52_132 nanoseconds. - Weight::from_parts(52_648_000, 17932) + // Estimated: `24862` + // Minimum execution time: 60_987 nanoseconds. + Weight::from_ref_time(61_725_000) + .saturating_add(Weight::from_proof_size(24862)) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -1027,9 +1069,10 @@ impl WeightInfo for () { fn set_payee() -> Weight { // Proof Size summary in bytes: // Measured: `840` - // Estimated: `3566` - // Minimum execution time: 13_399 nanoseconds. - Weight::from_parts(13_567_000, 3566) + // Estimated: `4556` + // Minimum execution time: 15_652 nanoseconds. + Weight::from_ref_time(16_044_000) + .saturating_add(Weight::from_proof_size(4556)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1040,9 +1083,10 @@ impl WeightInfo for () { fn set_controller() -> Weight { // Proof Size summary in bytes: // Measured: `939` - // Estimated: `9679` - // Minimum execution time: 20_425 nanoseconds. - Weight::from_parts(20_713_000, 9679) + // Estimated: `11659` + // Minimum execution time: 23_959 nanoseconds. + Weight::from_ref_time(24_256_000) + .saturating_add(Weight::from_proof_size(11659)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -1052,8 +1096,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_069 nanoseconds. - Weight::from_ref_time(3_176_000) + // Minimum execution time: 3_704 nanoseconds. + Weight::from_ref_time(3_895_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -1062,8 +1107,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_386 nanoseconds. - Weight::from_ref_time(11_672_000) + // Minimum execution time: 11_125 nanoseconds. + Weight::from_ref_time(11_412_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -1072,8 +1118,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_591 nanoseconds. - Weight::from_ref_time(11_799_000) + // Minimum execution time: 11_433 nanoseconds. + Weight::from_ref_time(11_636_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -1082,8 +1129,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_553 nanoseconds. - Weight::from_ref_time(11_871_000) + // Minimum execution time: 11_277 nanoseconds. + Weight::from_ref_time(11_606_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Staking Invulnerables (r:0 w:1) @@ -1093,10 +1141,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_292 nanoseconds. - Weight::from_ref_time(3_754_352) - // Standard Error: 40 - .saturating_add(Weight::from_ref_time(9_838).saturating_mul(v.into())) + // Minimum execution time: 3_955 nanoseconds. + Weight::from_ref_time(4_412_092) + .saturating_add(Weight::from_proof_size(0)) + // Standard Error: 21 + .saturating_add(Weight::from_ref_time(10_234).saturating_mul(v.into())) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Staking Bonded (r:1 w:1) @@ -1129,11 +1178,12 @@ impl WeightInfo for () { fn force_unstake(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `2178 + s * (4 ±0)` - // Estimated: `27930 + s * (4 ±0)` - // Minimum execution time: 65_307 nanoseconds. - Weight::from_parts(70_227_980, 27930) - // Standard Error: 2_113 - .saturating_add(Weight::from_ref_time(1_059_856).saturating_mul(s.into())) + // Estimated: `37830 + s * (4 ±0)` + // Minimum execution time: 76_790 nanoseconds. + Weight::from_ref_time(82_297_950) + .saturating_add(Weight::from_proof_size(37830)) + // Standard Error: 2_244 + .saturating_add(Weight::from_ref_time(1_334_304).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(11_u64)) .saturating_add(RocksDbWeight::get().writes(12_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -1145,11 +1195,12 @@ impl WeightInfo for () { fn cancel_deferred_slash(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `66671` - // Estimated: `69146` - // Minimum execution time: 89_123 nanoseconds. - Weight::from_parts(890_989_741, 69146) - // Standard Error: 58_282 - .saturating_add(Weight::from_ref_time(4_920_413).saturating_mul(s.into())) + // Estimated: `70136` + // Minimum execution time: 96_384 nanoseconds. + Weight::from_ref_time(1_309_098_609) + .saturating_add(Weight::from_proof_size(70136)) + // Standard Error: 89_284 + .saturating_add(Weight::from_ref_time(7_479_822).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1175,11 +1226,12 @@ impl WeightInfo for () { fn payout_stakers_dead_controller(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `20345 + n * (143 ±0)` - // Estimated: `54756 + n * (8024 ±1)` - // Minimum execution time: 73_652 nanoseconds. - Weight::from_parts(127_839_483, 54756) - // Standard Error: 14_195 - .saturating_add(Weight::from_ref_time(21_932_079).saturating_mul(n.into())) + // Estimated: `63666 + n * (8024 ±1)` + // Minimum execution time: 78_642 nanoseconds. + Weight::from_ref_time(92_587_550) + .saturating_add(Weight::from_proof_size(63666)) + // Standard Error: 23_781 + .saturating_add(Weight::from_ref_time(27_336_496).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -1210,11 +1262,12 @@ impl WeightInfo for () { fn payout_stakers_alive_staked(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `35099 + n * (465 ±0)` - // Estimated: `83594 + n * (16026 ±0)` - // Minimum execution time: 94_560 nanoseconds. - Weight::from_parts(154_033_219, 83594) - // Standard Error: 26_663 - .saturating_add(Weight::from_ref_time(31_269_223).saturating_mul(n.into())) + // Estimated: `93494 + n * (16026 ±0)` + // Minimum execution time: 97_854 nanoseconds. + Weight::from_ref_time(111_156_007) + .saturating_add(Weight::from_proof_size(93494)) + // Standard Error: 24_914 + .saturating_add(Weight::from_ref_time(39_671_378).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(10_u64)) .saturating_add(RocksDbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -1237,11 +1290,12 @@ impl WeightInfo for () { fn rebond(l: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `2253 + l * (7 ±0)` - // Estimated: `25491` - // Minimum execution time: 74_764 nanoseconds. - Weight::from_parts(75_814_067, 25491) - // Standard Error: 1_217 - .saturating_add(Weight::from_ref_time(64_725).saturating_mul(l.into())) + // Estimated: `31431` + // Minimum execution time: 87_800 nanoseconds. + Weight::from_ref_time(89_160_971) + .saturating_add(Weight::from_proof_size(31431)) + // Standard Error: 2_149 + .saturating_add(Weight::from_ref_time(53_299).saturating_mul(l.into())) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(8_u64)) } @@ -1275,11 +1329,12 @@ impl WeightInfo for () { fn reap_stash(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `2486 + s * (4 ±0)` - // Estimated: `31810 + s * (4 ±0)` - // Minimum execution time: 77_611 nanoseconds. - Weight::from_parts(79_760_034, 31810) - // Standard Error: 1_597 - .saturating_add(Weight::from_ref_time(1_039_268).saturating_mul(s.into())) + // Estimated: `42700 + s * (4 ±0)` + // Minimum execution time: 91_291 nanoseconds. + Weight::from_ref_time(92_015_289) + .saturating_add(Weight::from_proof_size(42700)) + // Standard Error: 10_260 + .saturating_add(Weight::from_ref_time(1_382_909).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(12_u64)) .saturating_add(RocksDbWeight::get().writes(12_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -1324,13 +1379,14 @@ impl WeightInfo for () { fn new_era(v: u32, n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + v * (3662 ±0) + n * (816 ±0)` - // Estimated: `528203 + v * (16743 ±0) + n * (12947 ±0)` - // Minimum execution time: 489_824 nanoseconds. - Weight::from_parts(491_687_000, 528203) - // Standard Error: 1_787_577 - .saturating_add(Weight::from_ref_time(58_719_498).saturating_mul(v.into())) - // Standard Error: 178_122 - .saturating_add(Weight::from_ref_time(13_273_555).saturating_mul(n.into())) + // Estimated: `539093 + v * (16743 ±0) + n * (12947 ±0)` + // Minimum execution time: 561_102 nanoseconds. + Weight::from_ref_time(562_414_000) + .saturating_add(Weight::from_proof_size(539093)) + // Standard Error: 1_958_472 + .saturating_add(Weight::from_ref_time(62_963_489).saturating_mul(v.into())) + // Standard Error: 195_151 + .saturating_add(Weight::from_ref_time(17_399_963).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(206_u64)) .saturating_add(RocksDbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -1360,13 +1416,14 @@ impl WeightInfo for () { fn get_npos_voters(v: u32, n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `3167 + v * (459 ±0) + n * (1007 ±0)` - // Estimated: `511899 + v * (14295 ±0) + n * (11775 ±0)` - // Minimum execution time: 23_373_467 nanoseconds. - Weight::from_parts(23_497_257_000, 511899) - // Standard Error: 299_205 - .saturating_add(Weight::from_ref_time(3_434_000).saturating_mul(v.into())) - // Standard Error: 299_205 - .saturating_add(Weight::from_ref_time(2_568_954).saturating_mul(n.into())) + // Estimated: `518829 + v * (14295 ±0) + n * (11775 ±0)` + // Minimum execution time: 32_988_954 nanoseconds. + Weight::from_ref_time(33_148_912_000) + .saturating_add(Weight::from_proof_size(518829)) + // Standard Error: 367_128 + .saturating_add(Weight::from_ref_time(5_263_738).saturating_mul(v.into())) + // Standard Error: 367_128 + .saturating_add(Weight::from_ref_time(3_486_078).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(201_u64)) .saturating_add(RocksDbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -1382,11 +1439,12 @@ impl WeightInfo for () { fn get_npos_targets(v: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `983 + v * (50 ±0)` - // Estimated: `3019 + v * (2520 ±0)` - // Minimum execution time: 3_882_120 nanoseconds. - Weight::from_parts(3_951_993_000, 3019) - // Standard Error: 46_729 - .saturating_add(Weight::from_ref_time(2_856_043).saturating_mul(v.into())) + // Estimated: `4999 + v * (2520 ±0)` + // Minimum execution time: 2_293_190 nanoseconds. + Weight::from_ref_time(40_535_515) + .saturating_add(Weight::from_proof_size(4999)) + // Standard Error: 10_304 + .saturating_add(Weight::from_ref_time(4_618_827).saturating_mul(v.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(Weight::from_proof_size(2520).saturating_mul(v.into())) @@ -1407,8 +1465,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_427 nanoseconds. - Weight::from_ref_time(8_794_000) + // Minimum execution time: 9_038 nanoseconds. + Weight::from_ref_time(9_439_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } /// Storage: Staking MinCommission (r:0 w:1) @@ -1427,8 +1486,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_620 nanoseconds. - Weight::from_ref_time(7_901_000) + // Minimum execution time: 8_249 nanoseconds. + Weight::from_ref_time(8_525_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } /// Storage: Staking Ledger (r:1 w:0) @@ -1454,9 +1514,10 @@ impl WeightInfo for () { fn chill_other() -> Weight { // Proof Size summary in bytes: // Measured: `2031` - // Estimated: `19438` - // Minimum execution time: 66_188 nanoseconds. - Weight::from_parts(66_767_000, 19438) + // Estimated: `29338` + // Minimum execution time: 75_967 nanoseconds. + Weight::from_ref_time(77_146_000) + .saturating_add(Weight::from_proof_size(29338)) .saturating_add(RocksDbWeight::get().reads(11_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -1467,9 +1528,10 @@ impl WeightInfo for () { fn force_apply_min_commission() -> Weight { // Proof Size summary in bytes: // Measured: `694` - // Estimated: `3019` - // Minimum execution time: 14_703 nanoseconds. - Weight::from_parts(15_031_000, 3019) + // Estimated: `4999` + // Minimum execution time: 16_428 nanoseconds. + Weight::from_ref_time(16_814_000) + .saturating_add(Weight::from_proof_size(4999)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1479,8 +1541,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_518 nanoseconds. - Weight::from_ref_time(4_656_000) + // Minimum execution time: 4_858 nanoseconds. + Weight::from_ref_time(5_010_000) + .saturating_add(Weight::from_proof_size(0)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } } diff --git a/frame/state-trie-migration/src/weights.rs b/frame/state-trie-migration/src/weights.rs index a833d816cd13a..4719bb6cc1c41 100644 --- a/frame/state-trie-migration/src/weights.rs +++ b/frame/state-trie-migration/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_state_trie_migration //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_state_trie_migration +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -67,9 +70,10 @@ impl WeightInfo for SubstrateWeight { fn continue_migrate() -> Weight { // Proof Size summary in bytes: // Measured: `108` - // Estimated: `2040` - // Minimum execution time: 15_563 nanoseconds. - Weight::from_parts(15_783_000, 2040) + // Estimated: `4020` + // Minimum execution time: 15_709 nanoseconds. + Weight::from_ref_time(15_992_000) + .saturating_add(Weight::from_proof_size(4020)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -78,26 +82,29 @@ impl WeightInfo for SubstrateWeight { fn continue_migrate_wrong_witness() -> Weight { // Proof Size summary in bytes: // Measured: `76` - // Estimated: `503` - // Minimum execution time: 4_347 nanoseconds. - Weight::from_parts(4_558_000, 503) + // Estimated: `1493` + // Minimum execution time: 4_719 nanoseconds. + Weight::from_ref_time(4_985_000) + .saturating_add(Weight::from_proof_size(1493)) .saturating_add(T::DbWeight::get().reads(1_u64)) } fn migrate_custom_top_success() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_817 nanoseconds. - Weight::from_ref_time(9_027_000) + // Minimum execution time: 10_021 nanoseconds. + Weight::from_ref_time(10_452_000) + .saturating_add(Weight::from_proof_size(0)) } /// Storage: unknown `0x666f6f` (r:1 w:1) /// Proof Skipped: unknown `0x666f6f` (r:1 w:1) fn migrate_custom_top_fail() -> Weight { // Proof Size summary in bytes: // Measured: `144` - // Estimated: `2619` - // Minimum execution time: 23_854 nanoseconds. - Weight::from_parts(24_850_000, 2619) + // Estimated: `3609` + // Minimum execution time: 28_294 nanoseconds. + Weight::from_ref_time(29_025_000) + .saturating_add(Weight::from_proof_size(3609)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -105,17 +112,19 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_020 nanoseconds. - Weight::from_ref_time(9_234_000) + // Minimum execution time: 10_328 nanoseconds. + Weight::from_ref_time(10_917_000) + .saturating_add(Weight::from_proof_size(0)) } /// Storage: unknown `0x666f6f` (r:1 w:1) /// Proof Skipped: unknown `0x666f6f` (r:1 w:1) fn migrate_custom_child_fail() -> Weight { // Proof Size summary in bytes: // Measured: `136` - // Estimated: `2611` - // Minimum execution time: 24_136 nanoseconds. - Weight::from_parts(24_810_000, 2611) + // Estimated: `3601` + // Minimum execution time: 28_340 nanoseconds. + Weight::from_ref_time(28_816_000) + .saturating_add(Weight::from_proof_size(3601)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -125,11 +134,12 @@ impl WeightInfo for SubstrateWeight { fn process_top_key(v: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `228 + v * (1 ±0)` - // Estimated: `2700 + v * (1 ±0)` - // Minimum execution time: 5_279 nanoseconds. - Weight::from_parts(5_517_000, 2700) + // Estimated: `3690 + v * (1 ±0)` + // Minimum execution time: 5_754 nanoseconds. + Weight::from_ref_time(5_951_000) + .saturating_add(Weight::from_proof_size(3690)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_230).saturating_mul(v.into())) + .saturating_add(Weight::from_ref_time(1_502).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_proof_size(1).saturating_mul(v.into())) @@ -145,9 +155,10 @@ impl WeightInfo for () { fn continue_migrate() -> Weight { // Proof Size summary in bytes: // Measured: `108` - // Estimated: `2040` - // Minimum execution time: 15_563 nanoseconds. - Weight::from_parts(15_783_000, 2040) + // Estimated: `4020` + // Minimum execution time: 15_709 nanoseconds. + Weight::from_ref_time(15_992_000) + .saturating_add(Weight::from_proof_size(4020)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -156,26 +167,29 @@ impl WeightInfo for () { fn continue_migrate_wrong_witness() -> Weight { // Proof Size summary in bytes: // Measured: `76` - // Estimated: `503` - // Minimum execution time: 4_347 nanoseconds. - Weight::from_parts(4_558_000, 503) + // Estimated: `1493` + // Minimum execution time: 4_719 nanoseconds. + Weight::from_ref_time(4_985_000) + .saturating_add(Weight::from_proof_size(1493)) .saturating_add(RocksDbWeight::get().reads(1_u64)) } fn migrate_custom_top_success() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_817 nanoseconds. - Weight::from_ref_time(9_027_000) + // Minimum execution time: 10_021 nanoseconds. + Weight::from_ref_time(10_452_000) + .saturating_add(Weight::from_proof_size(0)) } /// Storage: unknown `0x666f6f` (r:1 w:1) /// Proof Skipped: unknown `0x666f6f` (r:1 w:1) fn migrate_custom_top_fail() -> Weight { // Proof Size summary in bytes: // Measured: `144` - // Estimated: `2619` - // Minimum execution time: 23_854 nanoseconds. - Weight::from_parts(24_850_000, 2619) + // Estimated: `3609` + // Minimum execution time: 28_294 nanoseconds. + Weight::from_ref_time(29_025_000) + .saturating_add(Weight::from_proof_size(3609)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -183,17 +197,19 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_020 nanoseconds. - Weight::from_ref_time(9_234_000) + // Minimum execution time: 10_328 nanoseconds. + Weight::from_ref_time(10_917_000) + .saturating_add(Weight::from_proof_size(0)) } /// Storage: unknown `0x666f6f` (r:1 w:1) /// Proof Skipped: unknown `0x666f6f` (r:1 w:1) fn migrate_custom_child_fail() -> Weight { // Proof Size summary in bytes: // Measured: `136` - // Estimated: `2611` - // Minimum execution time: 24_136 nanoseconds. - Weight::from_parts(24_810_000, 2611) + // Estimated: `3601` + // Minimum execution time: 28_340 nanoseconds. + Weight::from_ref_time(28_816_000) + .saturating_add(Weight::from_proof_size(3601)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -203,11 +219,12 @@ impl WeightInfo for () { fn process_top_key(v: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `228 + v * (1 ±0)` - // Estimated: `2700 + v * (1 ±0)` - // Minimum execution time: 5_279 nanoseconds. - Weight::from_parts(5_517_000, 2700) + // Estimated: `3690 + v * (1 ±0)` + // Minimum execution time: 5_754 nanoseconds. + Weight::from_ref_time(5_951_000) + .saturating_add(Weight::from_proof_size(3690)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_230).saturating_mul(v.into())) + .saturating_add(Weight::from_ref_time(1_502).saturating_mul(v.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_proof_size(1).saturating_mul(v.into())) diff --git a/frame/support/src/weights/block_weights.rs b/frame/support/src/weights/block_weights.rs index 3d0ac612bcf8f..3f209629f7c95 100644 --- a/frame/support/src/weights/block_weights.rs +++ b/frame/support/src/weights/block_weights.rs @@ -17,7 +17,7 @@ //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev //! DATE: 2023-03-01 (Y/M/D) -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development` //! WARMUPS: `10`, REPEAT: `100` @@ -44,17 +44,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 386_010, 425_161 - /// Average: 392_959 - /// Median: 388_638 - /// Std-Dev: 9965.12 + /// Min, Max: 393_901, 435_391 + /// Average: 404_755 + /// Median: 396_352 + /// Std-Dev: 14019.28 /// /// Percentiles nanoseconds: - /// 99th: 424_382 - /// 95th: 422_217 - /// 75th: 391_639 + /// 99th: 434_465 + /// 95th: 433_465 + /// 75th: 422_349 pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(392_959)); + Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(404_755)); } #[cfg(test)] diff --git a/frame/support/src/weights/extrinsic_weights.rs b/frame/support/src/weights/extrinsic_weights.rs index 5451949810718..c057af0467216 100644 --- a/frame/support/src/weights/extrinsic_weights.rs +++ b/frame/support/src/weights/extrinsic_weights.rs @@ -17,7 +17,7 @@ //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev //! DATE: 2023-03-01 (Y/M/D) -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Development` //! WARMUPS: `10`, REPEAT: `100` @@ -44,17 +44,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 107_488, 108_891 - /// Average: 107_919 - /// Median: 107_805 - /// Std-Dev: 339.89 + /// Min, Max: 109_032, 112_206 + /// Average: 109_720 + /// Median: 109_661 + /// Std-Dev: 533.96 /// /// Percentiles nanoseconds: - /// 99th: 108_859 - /// 95th: 108_732 - /// 75th: 108_029 + /// 99th: 111_880 + /// 95th: 110_306 + /// 75th: 109_821 pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(107_919)); + Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(109_720)); } #[cfg(test)] diff --git a/frame/system/src/weights.rs b/frame/system/src/weights.rs index fa77db90d0c96..d572ba519726d 100644 --- a/frame/system/src/weights.rs +++ b/frame/system/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for frame_system //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=frame_system +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -64,20 +67,22 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_018 nanoseconds. - Weight::from_ref_time(2_091_000) + // Minimum execution time: 2_420 nanoseconds. + Weight::from_ref_time(2_519_000) + .saturating_add(Weight::from_proof_size(0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(362).saturating_mul(b.into())) + .saturating_add(Weight::from_ref_time(472).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_449 nanoseconds. - Weight::from_ref_time(7_748_000) + // Minimum execution time: 8_366 nanoseconds. + Weight::from_ref_time(8_517_000) + .saturating_add(Weight::from_proof_size(0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_423).saturating_mul(b.into())) + .saturating_add(Weight::from_ref_time(1_569).saturating_mul(b.into())) } /// Storage: System Digest (r:1 w:1) /// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured) @@ -86,9 +91,10 @@ impl WeightInfo for SubstrateWeight { fn set_heap_pages() -> Weight { // Proof Size summary in bytes: // Measured: `0` - // Estimated: `495` - // Minimum execution time: 4_440 nanoseconds. - Weight::from_parts(4_605_000, 495) + // Estimated: `1485` + // Minimum execution time: 5_092 nanoseconds. + Weight::from_ref_time(5_361_000) + .saturating_add(Weight::from_proof_size(1485)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -99,10 +105,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_981 nanoseconds. - Weight::from_ref_time(2_114_000) - // Standard Error: 804 - .saturating_add(Weight::from_ref_time(631_438).saturating_mul(i.into())) + // Minimum execution time: 2_422 nanoseconds. + Weight::from_ref_time(2_518_000) + .saturating_add(Weight::from_proof_size(0)) + // Standard Error: 869 + .saturating_add(Weight::from_ref_time(754_898).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -112,10 +119,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_061 nanoseconds. - Weight::from_ref_time(2_153_000) - // Standard Error: 952 - .saturating_add(Weight::from_ref_time(502_629).saturating_mul(i.into())) + // Minimum execution time: 2_502 nanoseconds. + Weight::from_ref_time(2_619_000) + .saturating_add(Weight::from_proof_size(0)) + // Standard Error: 971 + .saturating_add(Weight::from_ref_time(575_803).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -125,10 +133,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `116 + p * (69 ±0)` // Estimated: `121 + p * (70 ±0)` - // Minimum execution time: 4_026 nanoseconds. - Weight::from_parts(4_174_000, 121) - // Standard Error: 1_148 - .saturating_add(Weight::from_ref_time(1_093_099).saturating_mul(p.into())) + // Minimum execution time: 4_823 nanoseconds. + Weight::from_ref_time(4_891_000) + .saturating_add(Weight::from_proof_size(121)) + // Standard Error: 1_263 + .saturating_add(Weight::from_ref_time(1_166_415).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())) } @@ -141,20 +151,22 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_018 nanoseconds. - Weight::from_ref_time(2_091_000) + // Minimum execution time: 2_420 nanoseconds. + Weight::from_ref_time(2_519_000) + .saturating_add(Weight::from_proof_size(0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(362).saturating_mul(b.into())) + .saturating_add(Weight::from_ref_time(472).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_449 nanoseconds. - Weight::from_ref_time(7_748_000) + // Minimum execution time: 8_366 nanoseconds. + Weight::from_ref_time(8_517_000) + .saturating_add(Weight::from_proof_size(0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_423).saturating_mul(b.into())) + .saturating_add(Weight::from_ref_time(1_569).saturating_mul(b.into())) } /// Storage: System Digest (r:1 w:1) /// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured) @@ -163,9 +175,10 @@ impl WeightInfo for () { fn set_heap_pages() -> Weight { // Proof Size summary in bytes: // Measured: `0` - // Estimated: `495` - // Minimum execution time: 4_440 nanoseconds. - Weight::from_parts(4_605_000, 495) + // Estimated: `1485` + // Minimum execution time: 5_092 nanoseconds. + Weight::from_ref_time(5_361_000) + .saturating_add(Weight::from_proof_size(1485)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -176,10 +189,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_981 nanoseconds. - Weight::from_ref_time(2_114_000) - // Standard Error: 804 - .saturating_add(Weight::from_ref_time(631_438).saturating_mul(i.into())) + // Minimum execution time: 2_422 nanoseconds. + Weight::from_ref_time(2_518_000) + .saturating_add(Weight::from_proof_size(0)) + // Standard Error: 869 + .saturating_add(Weight::from_ref_time(754_898).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -189,10 +203,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_061 nanoseconds. - Weight::from_ref_time(2_153_000) - // Standard Error: 952 - .saturating_add(Weight::from_ref_time(502_629).saturating_mul(i.into())) + // Minimum execution time: 2_502 nanoseconds. + Weight::from_ref_time(2_619_000) + .saturating_add(Weight::from_proof_size(0)) + // Standard Error: 971 + .saturating_add(Weight::from_ref_time(575_803).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -202,10 +217,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `116 + p * (69 ±0)` // Estimated: `121 + p * (70 ±0)` - // Minimum execution time: 4_026 nanoseconds. - Weight::from_parts(4_174_000, 121) - // Standard Error: 1_148 - .saturating_add(Weight::from_ref_time(1_093_099).saturating_mul(p.into())) + // Minimum execution time: 4_823 nanoseconds. + Weight::from_ref_time(4_891_000) + .saturating_add(Weight::from_proof_size(121)) + // Standard Error: 1_263 + .saturating_add(Weight::from_ref_time(1_166_415).saturating_mul(p.into())) + .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_proof_size(70).saturating_mul(p.into())) } diff --git a/frame/timestamp/src/weights.rs b/frame/timestamp/src/weights.rs index 8c7ef0d1f1afe..ed159cd227a20 100644 --- a/frame/timestamp/src/weights.rs +++ b/frame/timestamp/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_timestamp //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_timestamp +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -62,9 +65,10 @@ impl WeightInfo for SubstrateWeight { fn set() -> Weight { // Proof Size summary in bytes: // Measured: `312` - // Estimated: `1006` - // Minimum execution time: 9_106 nanoseconds. - Weight::from_parts(9_258_000, 1006) + // Estimated: `2986` + // Minimum execution time: 10_880 nanoseconds. + Weight::from_ref_time(11_249_000) + .saturating_add(Weight::from_proof_size(2986)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -72,8 +76,9 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161` // Estimated: `0` - // Minimum execution time: 3_927 nanoseconds. - Weight::from_ref_time(4_078_000) + // Minimum execution time: 4_533 nanoseconds. + Weight::from_ref_time(4_728_000) + .saturating_add(Weight::from_proof_size(0)) } } @@ -86,9 +91,10 @@ impl WeightInfo for () { fn set() -> Weight { // Proof Size summary in bytes: // Measured: `312` - // Estimated: `1006` - // Minimum execution time: 9_106 nanoseconds. - Weight::from_parts(9_258_000, 1006) + // Estimated: `2986` + // Minimum execution time: 10_880 nanoseconds. + Weight::from_ref_time(11_249_000) + .saturating_add(Weight::from_proof_size(2986)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -96,7 +102,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161` // Estimated: `0` - // Minimum execution time: 3_927 nanoseconds. - Weight::from_ref_time(4_078_000) + // Minimum execution time: 4_533 nanoseconds. + Weight::from_ref_time(4_728_000) + .saturating_add(Weight::from_proof_size(0)) } } diff --git a/frame/tips/src/weights.rs b/frame/tips/src/weights.rs index 41fdf4928833c..202de13ea9b0f 100644 --- a/frame/tips/src/weights.rs +++ b/frame/tips/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_tips //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_tips +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -67,11 +70,12 @@ impl WeightInfo for SubstrateWeight { fn report_awesome(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `4` - // Estimated: `4958` - // Minimum execution time: 23_262 nanoseconds. - Weight::from_parts(24_104_224, 4958) - // Standard Error: 148 - .saturating_add(Weight::from_ref_time(1_963).saturating_mul(r.into())) + // Estimated: `6938` + // Minimum execution time: 27_028 nanoseconds. + Weight::from_ref_time(27_840_557) + .saturating_add(Weight::from_proof_size(6938)) + // Standard Error: 171 + .saturating_add(Weight::from_ref_time(3_470).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -82,9 +86,10 @@ impl WeightInfo for SubstrateWeight { fn retract_tip() -> Weight { // Proof Size summary in bytes: // Measured: `253` - // Estimated: `2981` - // Minimum execution time: 22_282 nanoseconds. - Weight::from_parts(22_737_000, 2981) + // Estimated: `3971` + // Minimum execution time: 25_369 nanoseconds. + Weight::from_ref_time(26_035_000) + .saturating_add(Weight::from_proof_size(3971)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -99,13 +104,14 @@ impl WeightInfo for SubstrateWeight { fn tip_new(r: u32, t: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `558 + t * (64 ±0)` - // Estimated: `4644 + t * (192 ±0)` - // Minimum execution time: 18_382 nanoseconds. - Weight::from_parts(18_195_288, 4644) - // Standard Error: 103 - .saturating_add(Weight::from_ref_time(2_096).saturating_mul(r.into())) - // Standard Error: 2_469 - .saturating_add(Weight::from_ref_time(97_092).saturating_mul(t.into())) + // Estimated: `6624 + t * (192 ±0)` + // Minimum execution time: 21_469 nanoseconds. + Weight::from_ref_time(21_146_249) + .saturating_add(Weight::from_proof_size(6624)) + // Standard Error: 118 + .saturating_add(Weight::from_ref_time(3_220).saturating_mul(r.into())) + // Standard Error: 2_825 + .saturating_add(Weight::from_ref_time(100_421).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_proof_size(192).saturating_mul(t.into())) @@ -118,11 +124,12 @@ impl WeightInfo for SubstrateWeight { fn tip(t: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `811 + t * (112 ±0)` - // Estimated: `4592 + t * (224 ±0)` - // Minimum execution time: 13_564 nanoseconds. - Weight::from_parts(13_867_280, 4592) - // Standard Error: 4_245 - .saturating_add(Weight::from_ref_time(206_587).saturating_mul(t.into())) + // Estimated: `6572 + t * (224 ±0)` + // Minimum execution time: 16_720 nanoseconds. + Weight::from_ref_time(16_995_775) + .saturating_add(Weight::from_proof_size(6572)) + // Standard Error: 4_578 + .saturating_add(Weight::from_ref_time(215_840).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_proof_size(224).saturating_mul(t.into())) @@ -139,11 +146,12 @@ impl WeightInfo for SubstrateWeight { fn close_tip(t: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `850 + t * (112 ±0)` - // Estimated: `8096 + t * (336 ±0)` - // Minimum execution time: 39_902 nanoseconds. - Weight::from_parts(40_747_650, 8096) - // Standard Error: 5_322 - .saturating_add(Weight::from_ref_time(144_298).saturating_mul(t.into())) + // Estimated: `11066 + t * (336 ±0)` + // Minimum execution time: 46_302 nanoseconds. + Weight::from_ref_time(47_294_531) + .saturating_add(Weight::from_proof_size(11066)) + // Standard Error: 7_170 + .saturating_add(Weight::from_ref_time(186_237).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(336).saturating_mul(t.into())) @@ -156,11 +164,12 @@ impl WeightInfo for SubstrateWeight { fn slash_tip(t: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `301` - // Estimated: `3077` - // Minimum execution time: 13_511 nanoseconds. - Weight::from_parts(14_114_101, 3077) - // Standard Error: 1_815 - .saturating_add(Weight::from_ref_time(7_825).saturating_mul(t.into())) + // Estimated: `4067` + // Minimum execution time: 15_166 nanoseconds. + Weight::from_ref_time(15_813_374) + .saturating_add(Weight::from_proof_size(4067)) + // Standard Error: 2_021 + .saturating_add(Weight::from_ref_time(7_768).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -176,11 +185,12 @@ impl WeightInfo for () { fn report_awesome(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `4` - // Estimated: `4958` - // Minimum execution time: 23_262 nanoseconds. - Weight::from_parts(24_104_224, 4958) - // Standard Error: 148 - .saturating_add(Weight::from_ref_time(1_963).saturating_mul(r.into())) + // Estimated: `6938` + // Minimum execution time: 27_028 nanoseconds. + Weight::from_ref_time(27_840_557) + .saturating_add(Weight::from_proof_size(6938)) + // Standard Error: 171 + .saturating_add(Weight::from_ref_time(3_470).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -191,9 +201,10 @@ impl WeightInfo for () { fn retract_tip() -> Weight { // Proof Size summary in bytes: // Measured: `253` - // Estimated: `2981` - // Minimum execution time: 22_282 nanoseconds. - Weight::from_parts(22_737_000, 2981) + // Estimated: `3971` + // Minimum execution time: 25_369 nanoseconds. + Weight::from_ref_time(26_035_000) + .saturating_add(Weight::from_proof_size(3971)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -208,13 +219,14 @@ impl WeightInfo for () { fn tip_new(r: u32, t: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `558 + t * (64 ±0)` - // Estimated: `4644 + t * (192 ±0)` - // Minimum execution time: 18_382 nanoseconds. - Weight::from_parts(18_195_288, 4644) - // Standard Error: 103 - .saturating_add(Weight::from_ref_time(2_096).saturating_mul(r.into())) - // Standard Error: 2_469 - .saturating_add(Weight::from_ref_time(97_092).saturating_mul(t.into())) + // Estimated: `6624 + t * (192 ±0)` + // Minimum execution time: 21_469 nanoseconds. + Weight::from_ref_time(21_146_249) + .saturating_add(Weight::from_proof_size(6624)) + // Standard Error: 118 + .saturating_add(Weight::from_ref_time(3_220).saturating_mul(r.into())) + // Standard Error: 2_825 + .saturating_add(Weight::from_ref_time(100_421).saturating_mul(t.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_proof_size(192).saturating_mul(t.into())) @@ -227,11 +239,12 @@ impl WeightInfo for () { fn tip(t: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `811 + t * (112 ±0)` - // Estimated: `4592 + t * (224 ±0)` - // Minimum execution time: 13_564 nanoseconds. - Weight::from_parts(13_867_280, 4592) - // Standard Error: 4_245 - .saturating_add(Weight::from_ref_time(206_587).saturating_mul(t.into())) + // Estimated: `6572 + t * (224 ±0)` + // Minimum execution time: 16_720 nanoseconds. + Weight::from_ref_time(16_995_775) + .saturating_add(Weight::from_proof_size(6572)) + // Standard Error: 4_578 + .saturating_add(Weight::from_ref_time(215_840).saturating_mul(t.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_proof_size(224).saturating_mul(t.into())) @@ -248,11 +261,12 @@ impl WeightInfo for () { fn close_tip(t: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `850 + t * (112 ±0)` - // Estimated: `8096 + t * (336 ±0)` - // Minimum execution time: 39_902 nanoseconds. - Weight::from_parts(40_747_650, 8096) - // Standard Error: 5_322 - .saturating_add(Weight::from_ref_time(144_298).saturating_mul(t.into())) + // Estimated: `11066 + t * (336 ±0)` + // Minimum execution time: 46_302 nanoseconds. + Weight::from_ref_time(47_294_531) + .saturating_add(Weight::from_proof_size(11066)) + // Standard Error: 7_170 + .saturating_add(Weight::from_ref_time(186_237).saturating_mul(t.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(336).saturating_mul(t.into())) @@ -265,11 +279,12 @@ impl WeightInfo for () { fn slash_tip(t: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `301` - // Estimated: `3077` - // Minimum execution time: 13_511 nanoseconds. - Weight::from_parts(14_114_101, 3077) - // Standard Error: 1_815 - .saturating_add(Weight::from_ref_time(7_825).saturating_mul(t.into())) + // Estimated: `4067` + // Minimum execution time: 15_166 nanoseconds. + Weight::from_ref_time(15_813_374) + .saturating_add(Weight::from_proof_size(4067)) + // Standard Error: 2_021 + .saturating_add(Weight::from_ref_time(7_768).saturating_mul(t.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/frame/transaction-storage/src/weights.rs b/frame/transaction-storage/src/weights.rs index d9659a925ab24..f1fed1a56f98e 100644 --- a/frame/transaction-storage/src/weights.rs +++ b/frame/transaction-storage/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_transaction_storage //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_transaction_storage +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -66,11 +69,12 @@ impl WeightInfo for SubstrateWeight { fn store(l: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `176` - // Estimated: `38383` - // Minimum execution time: 28_702 nanoseconds. - Weight::from_parts(29_164_000, 38383) - // Standard Error: 2 - .saturating_add(Weight::from_ref_time(5_601).saturating_mul(l.into())) + // Estimated: `41353` + // Minimum execution time: 33_503 nanoseconds. + Weight::from_ref_time(33_881_000) + .saturating_add(Weight::from_proof_size(41353)) + // Standard Error: 3 + .saturating_add(Weight::from_ref_time(6_121).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -85,9 +89,10 @@ impl WeightInfo for SubstrateWeight { fn renew() -> Weight { // Proof Size summary in bytes: // Measured: `358` - // Estimated: `77744` - // Minimum execution time: 36_219 nanoseconds. - Weight::from_parts(36_979_000, 77744) + // Estimated: `81704` + // Minimum execution time: 41_186 nanoseconds. + Weight::from_ref_time(42_138_000) + .saturating_add(Weight::from_proof_size(81704)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -104,9 +109,10 @@ impl WeightInfo for SubstrateWeight { fn check_proof_max() -> Weight { // Proof Size summary in bytes: // Measured: `37177` - // Estimated: `43382` - // Minimum execution time: 55_793 nanoseconds. - Weight::from_parts(57_128_000, 43382) + // Estimated: `48332` + // Minimum execution time: 60_536 nanoseconds. + Weight::from_ref_time(61_471_000) + .saturating_add(Weight::from_proof_size(48332)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -124,11 +130,12 @@ impl WeightInfo for () { fn store(l: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `176` - // Estimated: `38383` - // Minimum execution time: 28_702 nanoseconds. - Weight::from_parts(29_164_000, 38383) - // Standard Error: 2 - .saturating_add(Weight::from_ref_time(5_601).saturating_mul(l.into())) + // Estimated: `41353` + // Minimum execution time: 33_503 nanoseconds. + Weight::from_ref_time(33_881_000) + .saturating_add(Weight::from_proof_size(41353)) + // Standard Error: 3 + .saturating_add(Weight::from_ref_time(6_121).saturating_mul(l.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -143,9 +150,10 @@ impl WeightInfo for () { fn renew() -> Weight { // Proof Size summary in bytes: // Measured: `358` - // Estimated: `77744` - // Minimum execution time: 36_219 nanoseconds. - Weight::from_parts(36_979_000, 77744) + // Estimated: `81704` + // Minimum execution time: 41_186 nanoseconds. + Weight::from_ref_time(42_138_000) + .saturating_add(Weight::from_proof_size(81704)) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -162,9 +170,10 @@ impl WeightInfo for () { fn check_proof_max() -> Weight { // Proof Size summary in bytes: // Measured: `37177` - // Estimated: `43382` - // Minimum execution time: 55_793 nanoseconds. - Weight::from_parts(57_128_000, 43382) + // Estimated: `48332` + // Minimum execution time: 60_536 nanoseconds. + Weight::from_ref_time(61_471_000) + .saturating_add(Weight::from_proof_size(48332)) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/treasury/src/weights.rs b/frame/treasury/src/weights.rs index 10bab00836836..0c86b0ea3d9d4 100644 --- a/frame/treasury/src/weights.rs +++ b/frame/treasury/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_treasury //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_treasury +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -68,9 +71,10 @@ impl WeightInfo for SubstrateWeight { fn spend() -> Weight { // Proof Size summary in bytes: // Measured: `42` - // Estimated: `1396` - // Minimum execution time: 14_277 nanoseconds. - Weight::from_parts(14_749_000, 1396) + // Estimated: `3376` + // Minimum execution time: 16_530 nanoseconds. + Weight::from_ref_time(16_882_000) + .saturating_add(Weight::from_proof_size(3376)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -81,9 +85,10 @@ impl WeightInfo for SubstrateWeight { fn propose_spend() -> Weight { // Proof Size summary in bytes: // Measured: `175` - // Estimated: `499` - // Minimum execution time: 23_297 nanoseconds. - Weight::from_parts(23_585_000, 499) + // Estimated: `1489` + // Minimum execution time: 25_890 nanoseconds. + Weight::from_ref_time(26_149_000) + .saturating_add(Weight::from_proof_size(1489)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -94,9 +99,10 @@ impl WeightInfo for SubstrateWeight { fn reject_proposal() -> Weight { // Proof Size summary in bytes: // Measured: `365` - // Estimated: `5186` - // Minimum execution time: 23_996 nanoseconds. - Weight::from_parts(24_548_000, 5186) + // Estimated: `7166` + // Minimum execution time: 27_429 nanoseconds. + Weight::from_ref_time(27_930_000) + .saturating_add(Weight::from_proof_size(7166)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -108,11 +114,12 @@ impl WeightInfo for SubstrateWeight { fn approve_proposal(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `501 + p * (8 ±0)` - // Estimated: `3480` - // Minimum execution time: 9_366 nanoseconds. - Weight::from_parts(11_731_455, 3480) - // Standard Error: 761 - .saturating_add(Weight::from_ref_time(21_665).saturating_mul(p.into())) + // Estimated: `5460` + // Minimum execution time: 10_354 nanoseconds. + Weight::from_ref_time(13_291_449) + .saturating_add(Weight::from_proof_size(5460)) + // Standard Error: 911 + .saturating_add(Weight::from_ref_time(26_932).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -121,9 +128,10 @@ impl WeightInfo for SubstrateWeight { fn remove_approval() -> Weight { // Proof Size summary in bytes: // Measured: `127` - // Estimated: `897` - // Minimum execution time: 7_012 nanoseconds. - Weight::from_parts(7_270_000, 897) + // Estimated: `1887` + // Minimum execution time: 7_965 nanoseconds. + Weight::from_ref_time(8_148_000) + .saturating_add(Weight::from_proof_size(1887)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -141,11 +149,12 @@ impl WeightInfo for SubstrateWeight { fn on_initialize_proposals(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `415 + p * (314 ±0)` - // Estimated: `2305 + p * (7789 ±0)` - // Minimum execution time: 37_834 nanoseconds. - Weight::from_parts(47_496_917, 2305) - // Standard Error: 12_505 - .saturating_add(Weight::from_ref_time(26_902_474).saturating_mul(p.into())) + // Estimated: `7255 + p * (7789 ±0)` + // Minimum execution time: 43_102 nanoseconds. + Weight::from_ref_time(49_052_236) + .saturating_add(Weight::from_proof_size(7255)) + // Standard Error: 39_835 + .saturating_add(Weight::from_ref_time(33_247_032).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -165,9 +174,10 @@ impl WeightInfo for () { fn spend() -> Weight { // Proof Size summary in bytes: // Measured: `42` - // Estimated: `1396` - // Minimum execution time: 14_277 nanoseconds. - Weight::from_parts(14_749_000, 1396) + // Estimated: `3376` + // Minimum execution time: 16_530 nanoseconds. + Weight::from_ref_time(16_882_000) + .saturating_add(Weight::from_proof_size(3376)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -178,9 +188,10 @@ impl WeightInfo for () { fn propose_spend() -> Weight { // Proof Size summary in bytes: // Measured: `175` - // Estimated: `499` - // Minimum execution time: 23_297 nanoseconds. - Weight::from_parts(23_585_000, 499) + // Estimated: `1489` + // Minimum execution time: 25_890 nanoseconds. + Weight::from_ref_time(26_149_000) + .saturating_add(Weight::from_proof_size(1489)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -191,9 +202,10 @@ impl WeightInfo for () { fn reject_proposal() -> Weight { // Proof Size summary in bytes: // Measured: `365` - // Estimated: `5186` - // Minimum execution time: 23_996 nanoseconds. - Weight::from_parts(24_548_000, 5186) + // Estimated: `7166` + // Minimum execution time: 27_429 nanoseconds. + Weight::from_ref_time(27_930_000) + .saturating_add(Weight::from_proof_size(7166)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -205,11 +217,12 @@ impl WeightInfo for () { fn approve_proposal(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `501 + p * (8 ±0)` - // Estimated: `3480` - // Minimum execution time: 9_366 nanoseconds. - Weight::from_parts(11_731_455, 3480) - // Standard Error: 761 - .saturating_add(Weight::from_ref_time(21_665).saturating_mul(p.into())) + // Estimated: `5460` + // Minimum execution time: 10_354 nanoseconds. + Weight::from_ref_time(13_291_449) + .saturating_add(Weight::from_proof_size(5460)) + // Standard Error: 911 + .saturating_add(Weight::from_ref_time(26_932).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -218,9 +231,10 @@ impl WeightInfo for () { fn remove_approval() -> Weight { // Proof Size summary in bytes: // Measured: `127` - // Estimated: `897` - // Minimum execution time: 7_012 nanoseconds. - Weight::from_parts(7_270_000, 897) + // Estimated: `1887` + // Minimum execution time: 7_965 nanoseconds. + Weight::from_ref_time(8_148_000) + .saturating_add(Weight::from_proof_size(1887)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -238,11 +252,12 @@ impl WeightInfo for () { fn on_initialize_proposals(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `415 + p * (314 ±0)` - // Estimated: `2305 + p * (7789 ±0)` - // Minimum execution time: 37_834 nanoseconds. - Weight::from_parts(47_496_917, 2305) - // Standard Error: 12_505 - .saturating_add(Weight::from_ref_time(26_902_474).saturating_mul(p.into())) + // Estimated: `7255 + p * (7789 ±0)` + // Minimum execution time: 43_102 nanoseconds. + Weight::from_ref_time(49_052_236) + .saturating_add(Weight::from_proof_size(7255)) + // Standard Error: 39_835 + .saturating_add(Weight::from_ref_time(33_247_032).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) diff --git a/frame/uniques/src/weights.rs b/frame/uniques/src/weights.rs index 144a384f0a6d7..5c10894a3f7c4 100644 --- a/frame/uniques/src/weights.rs +++ b/frame/uniques/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_uniques //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_uniques +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -86,9 +89,10 @@ impl WeightInfo for SubstrateWeight { fn create() -> Weight { // Proof Size summary in bytes: // Measured: `281` - // Estimated: `2653` - // Minimum execution time: 24_242 nanoseconds. - Weight::from_parts(24_682_000, 2653) + // Estimated: `3643` + // Minimum execution time: 28_872 nanoseconds. + Weight::from_ref_time(29_196_000) + .saturating_add(Weight::from_proof_size(3643)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -99,9 +103,10 @@ impl WeightInfo for SubstrateWeight { fn force_create() -> Weight { // Proof Size summary in bytes: // Measured: `109` - // Estimated: `2653` - // Minimum execution time: 14_145 nanoseconds. - Weight::from_parts(14_598_000, 2653) + // Estimated: `3643` + // Minimum execution time: 16_710 nanoseconds. + Weight::from_ref_time(17_087_000) + .saturating_add(Weight::from_proof_size(3643)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -109,14 +114,14 @@ impl WeightInfo for SubstrateWeight { /// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen) /// Storage: Uniques Asset (r:1001 w:1000) /// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen) + /// Storage: Uniques InstanceMetadataOf (r:1000 w:1000) + /// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen) + /// Storage: Uniques Attribute (r:1000 w:1000) + /// Proof: Uniques Attribute (max_values: None, max_size: Some(364), added: 2839, mode: MaxEncodedLen) /// Storage: Uniques ClassAccount (r:0 w:1) /// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen) - /// Storage: Uniques Attribute (r:0 w:1000) - /// Proof: Uniques Attribute (max_values: None, max_size: Some(364), added: 2839, mode: MaxEncodedLen) /// Storage: Uniques ClassMetadataOf (r:0 w:1) /// Proof: Uniques ClassMetadataOf (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen) - /// Storage: Uniques InstanceMetadataOf (r:0 w:1000) - /// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen) /// Storage: Uniques Account (r:0 w:1000) /// Proof: Uniques Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen) /// Storage: Uniques CollectionMaxSupply (r:0 w:1) @@ -127,22 +132,27 @@ impl WeightInfo for SubstrateWeight { fn destroy(n: u32, m: u32, a: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `450 + n * (108 ±0) + m * (56 ±0) + a * (107 ±0)` - // Estimated: `5250 + n * (2597 ±0)` - // Minimum execution time: 2_404_081 nanoseconds. - Weight::from_parts(2_419_004_000, 5250) - // Standard Error: 27_175 - .saturating_add(Weight::from_ref_time(8_616_904).saturating_mul(n.into())) - // Standard Error: 27_175 - .saturating_add(Weight::from_ref_time(334_249).saturating_mul(m.into())) - // Standard Error: 27_175 - .saturating_add(Weight::from_ref_time(213_038).saturating_mul(a.into())) + // Estimated: `9210 + n * (2597 ±0) + m * (2583 ±0) + a * (2839 ±0)` + // Minimum execution time: 2_523_503 nanoseconds. + Weight::from_ref_time(2_545_050_000) + .saturating_add(Weight::from_proof_size(9210)) + // Standard Error: 26_931 + .saturating_add(Weight::from_ref_time(6_941_601).saturating_mul(n.into())) + // Standard Error: 26_931 + .saturating_add(Weight::from_ref_time(374_189).saturating_mul(m.into())) + // Standard Error: 26_931 + .saturating_add(Weight::from_ref_time(260_048).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) + .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(m.into()))) + .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(m.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into()))) .saturating_add(Weight::from_proof_size(2597).saturating_mul(n.into())) + .saturating_add(Weight::from_proof_size(2583).saturating_mul(m.into())) + .saturating_add(Weight::from_proof_size(2839).saturating_mul(a.into())) } /// Storage: Uniques Asset (r:1 w:1) /// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen) @@ -155,9 +165,10 @@ impl WeightInfo for SubstrateWeight { fn mint() -> Weight { // Proof Size summary in bytes: // Measured: `381` - // Estimated: `7749` - // Minimum execution time: 29_326 nanoseconds. - Weight::from_parts(29_671_000, 7749) + // Estimated: `10719` + // Minimum execution time: 34_367 nanoseconds. + Weight::from_ref_time(34_640_000) + .saturating_add(Weight::from_proof_size(10719)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -172,9 +183,10 @@ impl WeightInfo for SubstrateWeight { fn burn() -> Weight { // Proof Size summary in bytes: // Measured: `559` - // Estimated: `5250` - // Minimum execution time: 30_497 nanoseconds. - Weight::from_parts(30_714_000, 5250) + // Estimated: `7230` + // Minimum execution time: 35_561 nanoseconds. + Weight::from_ref_time(36_075_000) + .saturating_add(Weight::from_proof_size(7230)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -189,9 +201,10 @@ impl WeightInfo for SubstrateWeight { fn transfer() -> Weight { // Proof Size summary in bytes: // Measured: `559` - // Estimated: `5250` - // Minimum execution time: 24_212 nanoseconds. - Weight::from_parts(24_681_000, 5250) + // Estimated: `7230` + // Minimum execution time: 28_611 nanoseconds. + Weight::from_ref_time(29_125_000) + .saturating_add(Weight::from_proof_size(7230)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -203,11 +216,12 @@ impl WeightInfo for SubstrateWeight { fn redeposit(i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `837 + i * (108 ±0)` - // Estimated: `2653 + i * (2597 ±0)` - // Minimum execution time: 13_633 nanoseconds. - Weight::from_parts(13_797_000, 2653) - // Standard Error: 9_293 - .saturating_add(Weight::from_ref_time(11_163_914).saturating_mul(i.into())) + // Estimated: `4633 + i * (2597 ±0)` + // Minimum execution time: 16_278 nanoseconds. + Weight::from_ref_time(16_477_000) + .saturating_add(Weight::from_proof_size(4633)) + // Standard Error: 14_745 + .saturating_add(Weight::from_ref_time(14_164_401).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -221,9 +235,10 @@ impl WeightInfo for SubstrateWeight { fn freeze() -> Weight { // Proof Size summary in bytes: // Measured: `559` - // Estimated: `5250` - // Minimum execution time: 17_126 nanoseconds. - Weight::from_parts(17_572_000, 5250) + // Estimated: `7230` + // Minimum execution time: 20_035 nanoseconds. + Weight::from_ref_time(20_462_000) + .saturating_add(Weight::from_proof_size(7230)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -234,9 +249,10 @@ impl WeightInfo for SubstrateWeight { fn thaw() -> Weight { // Proof Size summary in bytes: // Measured: `559` - // Estimated: `5250` - // Minimum execution time: 17_209 nanoseconds. - Weight::from_parts(17_411_000, 5250) + // Estimated: `7230` + // Minimum execution time: 19_883 nanoseconds. + Weight::from_ref_time(20_243_000) + .saturating_add(Weight::from_proof_size(7230)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -245,9 +261,10 @@ impl WeightInfo for SubstrateWeight { fn freeze_collection() -> Weight { // Proof Size summary in bytes: // Measured: `381` - // Estimated: `2653` - // Minimum execution time: 13_048 nanoseconds. - Weight::from_parts(13_589_000, 2653) + // Estimated: `3643` + // Minimum execution time: 15_482 nanoseconds. + Weight::from_ref_time(15_759_000) + .saturating_add(Weight::from_proof_size(3643)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -256,9 +273,10 @@ impl WeightInfo for SubstrateWeight { fn thaw_collection() -> Weight { // Proof Size summary in bytes: // Measured: `381` - // Estimated: `2653` - // Minimum execution time: 12_908 nanoseconds. - Weight::from_parts(13_098_000, 2653) + // Estimated: `3643` + // Minimum execution time: 14_904 nanoseconds. + Weight::from_ref_time(15_254_000) + .saturating_add(Weight::from_proof_size(3643)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -271,9 +289,10 @@ impl WeightInfo for SubstrateWeight { fn transfer_ownership() -> Weight { // Proof Size summary in bytes: // Measured: `455` - // Estimated: `5180` - // Minimum execution time: 20_629 nanoseconds. - Weight::from_parts(21_448_000, 5180) + // Estimated: `7160` + // Minimum execution time: 24_127 nanoseconds. + Weight::from_ref_time(24_426_000) + .saturating_add(Weight::from_proof_size(7160)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -282,9 +301,10 @@ impl WeightInfo for SubstrateWeight { fn set_team() -> Weight { // Proof Size summary in bytes: // Measured: `381` - // Estimated: `2653` - // Minimum execution time: 13_740 nanoseconds. - Weight::from_parts(14_020_000, 2653) + // Estimated: `3643` + // Minimum execution time: 15_872 nanoseconds. + Weight::from_ref_time(16_531_000) + .saturating_add(Weight::from_proof_size(3643)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -295,9 +315,10 @@ impl WeightInfo for SubstrateWeight { fn force_item_status() -> Weight { // Proof Size summary in bytes: // Measured: `381` - // Estimated: `2653` - // Minimum execution time: 16_293 nanoseconds. - Weight::from_parts(16_509_000, 2653) + // Estimated: `3643` + // Minimum execution time: 18_865 nanoseconds. + Weight::from_ref_time(19_301_000) + .saturating_add(Weight::from_proof_size(3643)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -310,9 +331,10 @@ impl WeightInfo for SubstrateWeight { fn set_attribute() -> Weight { // Proof Size summary in bytes: // Measured: `611` - // Estimated: `8075` - // Minimum execution time: 33_560 nanoseconds. - Weight::from_parts(34_263_000, 8075) + // Estimated: `11045` + // Minimum execution time: 39_510 nanoseconds. + Weight::from_ref_time(40_872_000) + .saturating_add(Weight::from_proof_size(11045)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -325,9 +347,10 @@ impl WeightInfo for SubstrateWeight { fn clear_attribute() -> Weight { // Proof Size summary in bytes: // Measured: `1031` - // Estimated: `8075` - // Minimum execution time: 31_955 nanoseconds. - Weight::from_parts(32_447_000, 8075) + // Estimated: `11045` + // Minimum execution time: 37_801 nanoseconds. + Weight::from_ref_time(38_469_000) + .saturating_add(Weight::from_proof_size(11045)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -338,9 +361,10 @@ impl WeightInfo for SubstrateWeight { fn set_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `447` - // Estimated: `5236` - // Minimum execution time: 25_520 nanoseconds. - Weight::from_parts(25_843_000, 5236) + // Estimated: `7216` + // Minimum execution time: 30_201 nanoseconds. + Weight::from_ref_time(30_804_000) + .saturating_add(Weight::from_proof_size(7216)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -351,9 +375,10 @@ impl WeightInfo for SubstrateWeight { fn clear_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `611` - // Estimated: `5236` - // Minimum execution time: 25_812 nanoseconds. - Weight::from_parts(26_141_000, 5236) + // Estimated: `7216` + // Minimum execution time: 30_089 nanoseconds. + Weight::from_ref_time(30_541_000) + .saturating_add(Weight::from_proof_size(7216)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -364,9 +389,10 @@ impl WeightInfo for SubstrateWeight { fn set_collection_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `381` - // Estimated: `5216` - // Minimum execution time: 25_055 nanoseconds. - Weight::from_parts(25_244_000, 5216) + // Estimated: `7196` + // Minimum execution time: 29_790 nanoseconds. + Weight::from_ref_time(30_108_000) + .saturating_add(Weight::from_proof_size(7196)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -377,9 +403,10 @@ impl WeightInfo for SubstrateWeight { fn clear_collection_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `525` - // Estimated: `5216` - // Minimum execution time: 23_311 nanoseconds. - Weight::from_parts(23_682_000, 5216) + // Estimated: `7196` + // Minimum execution time: 27_220 nanoseconds. + Weight::from_ref_time(27_617_000) + .saturating_add(Weight::from_proof_size(7196)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -390,9 +417,10 @@ impl WeightInfo for SubstrateWeight { fn approve_transfer() -> Weight { // Proof Size summary in bytes: // Measured: `559` - // Estimated: `5250` - // Minimum execution time: 17_709 nanoseconds. - Weight::from_parts(18_308_000, 5250) + // Estimated: `7230` + // Minimum execution time: 21_044 nanoseconds. + Weight::from_ref_time(21_397_000) + .saturating_add(Weight::from_proof_size(7230)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -403,9 +431,10 @@ impl WeightInfo for SubstrateWeight { fn cancel_approval() -> Weight { // Proof Size summary in bytes: // Measured: `592` - // Estimated: `5250` - // Minimum execution time: 17_656 nanoseconds. - Weight::from_parts(18_039_000, 5250) + // Estimated: `7230` + // Minimum execution time: 20_724 nanoseconds. + Weight::from_ref_time(21_211_000) + .saturating_add(Weight::from_proof_size(7230)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -414,9 +443,10 @@ impl WeightInfo for SubstrateWeight { fn set_accept_ownership() -> Weight { // Proof Size summary in bytes: // Measured: `109` - // Estimated: `2527` - // Minimum execution time: 14_615 nanoseconds. - Weight::from_parts(14_931_000, 2527) + // Estimated: `3517` + // Minimum execution time: 17_056 nanoseconds. + Weight::from_ref_time(17_376_000) + .saturating_add(Weight::from_proof_size(3517)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -427,9 +457,10 @@ impl WeightInfo for SubstrateWeight { fn set_collection_max_supply() -> Weight { // Proof Size summary in bytes: // Measured: `381` - // Estimated: `5152` - // Minimum execution time: 14_974 nanoseconds. - Weight::from_parts(15_314_000, 5152) + // Estimated: `7132` + // Minimum execution time: 17_767 nanoseconds. + Weight::from_ref_time(18_170_000) + .saturating_add(Weight::from_proof_size(7132)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -440,9 +471,10 @@ impl WeightInfo for SubstrateWeight { fn set_price() -> Weight { // Proof Size summary in bytes: // Measured: `358` - // Estimated: `2597` - // Minimum execution time: 15_444 nanoseconds. - Weight::from_parts(15_886_000, 2597) + // Estimated: `3587` + // Minimum execution time: 17_966 nanoseconds. + Weight::from_ref_time(18_142_000) + .saturating_add(Weight::from_proof_size(3587)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -457,9 +489,10 @@ impl WeightInfo for SubstrateWeight { fn buy_item() -> Weight { // Proof Size summary in bytes: // Measured: `703` - // Estimated: `7814` - // Minimum execution time: 35_628 nanoseconds. - Weight::from_parts(35_886_000, 7814) + // Estimated: `10784` + // Minimum execution time: 40_311 nanoseconds. + Weight::from_ref_time(41_020_000) + .saturating_add(Weight::from_proof_size(10784)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -474,9 +507,10 @@ impl WeightInfo for () { fn create() -> Weight { // Proof Size summary in bytes: // Measured: `281` - // Estimated: `2653` - // Minimum execution time: 24_242 nanoseconds. - Weight::from_parts(24_682_000, 2653) + // Estimated: `3643` + // Minimum execution time: 28_872 nanoseconds. + Weight::from_ref_time(29_196_000) + .saturating_add(Weight::from_proof_size(3643)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -487,9 +521,10 @@ impl WeightInfo for () { fn force_create() -> Weight { // Proof Size summary in bytes: // Measured: `109` - // Estimated: `2653` - // Minimum execution time: 14_145 nanoseconds. - Weight::from_parts(14_598_000, 2653) + // Estimated: `3643` + // Minimum execution time: 16_710 nanoseconds. + Weight::from_ref_time(17_087_000) + .saturating_add(Weight::from_proof_size(3643)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -497,14 +532,14 @@ impl WeightInfo for () { /// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen) /// Storage: Uniques Asset (r:1001 w:1000) /// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen) + /// Storage: Uniques InstanceMetadataOf (r:1000 w:1000) + /// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen) + /// Storage: Uniques Attribute (r:1000 w:1000) + /// Proof: Uniques Attribute (max_values: None, max_size: Some(364), added: 2839, mode: MaxEncodedLen) /// Storage: Uniques ClassAccount (r:0 w:1) /// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen) - /// Storage: Uniques Attribute (r:0 w:1000) - /// Proof: Uniques Attribute (max_values: None, max_size: Some(364), added: 2839, mode: MaxEncodedLen) /// Storage: Uniques ClassMetadataOf (r:0 w:1) /// Proof: Uniques ClassMetadataOf (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen) - /// Storage: Uniques InstanceMetadataOf (r:0 w:1000) - /// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen) /// Storage: Uniques Account (r:0 w:1000) /// Proof: Uniques Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen) /// Storage: Uniques CollectionMaxSupply (r:0 w:1) @@ -515,22 +550,27 @@ impl WeightInfo for () { fn destroy(n: u32, m: u32, a: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `450 + n * (108 ±0) + m * (56 ±0) + a * (107 ±0)` - // Estimated: `5250 + n * (2597 ±0)` - // Minimum execution time: 2_404_081 nanoseconds. - Weight::from_parts(2_419_004_000, 5250) - // Standard Error: 27_175 - .saturating_add(Weight::from_ref_time(8_616_904).saturating_mul(n.into())) - // Standard Error: 27_175 - .saturating_add(Weight::from_ref_time(334_249).saturating_mul(m.into())) - // Standard Error: 27_175 - .saturating_add(Weight::from_ref_time(213_038).saturating_mul(a.into())) + // Estimated: `9210 + n * (2597 ±0) + m * (2583 ±0) + a * (2839 ±0)` + // Minimum execution time: 2_523_503 nanoseconds. + Weight::from_ref_time(2_545_050_000) + .saturating_add(Weight::from_proof_size(9210)) + // Standard Error: 26_931 + .saturating_add(Weight::from_ref_time(6_941_601).saturating_mul(n.into())) + // Standard Error: 26_931 + .saturating_add(Weight::from_ref_time(374_189).saturating_mul(m.into())) + // Standard Error: 26_931 + .saturating_add(Weight::from_ref_time(260_048).saturating_mul(a.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into()))) + .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(m.into()))) + .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(m.into()))) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(a.into()))) .saturating_add(Weight::from_proof_size(2597).saturating_mul(n.into())) + .saturating_add(Weight::from_proof_size(2583).saturating_mul(m.into())) + .saturating_add(Weight::from_proof_size(2839).saturating_mul(a.into())) } /// Storage: Uniques Asset (r:1 w:1) /// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen) @@ -543,9 +583,10 @@ impl WeightInfo for () { fn mint() -> Weight { // Proof Size summary in bytes: // Measured: `381` - // Estimated: `7749` - // Minimum execution time: 29_326 nanoseconds. - Weight::from_parts(29_671_000, 7749) + // Estimated: `10719` + // Minimum execution time: 34_367 nanoseconds. + Weight::from_ref_time(34_640_000) + .saturating_add(Weight::from_proof_size(10719)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -560,9 +601,10 @@ impl WeightInfo for () { fn burn() -> Weight { // Proof Size summary in bytes: // Measured: `559` - // Estimated: `5250` - // Minimum execution time: 30_497 nanoseconds. - Weight::from_parts(30_714_000, 5250) + // Estimated: `7230` + // Minimum execution time: 35_561 nanoseconds. + Weight::from_ref_time(36_075_000) + .saturating_add(Weight::from_proof_size(7230)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -577,9 +619,10 @@ impl WeightInfo for () { fn transfer() -> Weight { // Proof Size summary in bytes: // Measured: `559` - // Estimated: `5250` - // Minimum execution time: 24_212 nanoseconds. - Weight::from_parts(24_681_000, 5250) + // Estimated: `7230` + // Minimum execution time: 28_611 nanoseconds. + Weight::from_ref_time(29_125_000) + .saturating_add(Weight::from_proof_size(7230)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -591,11 +634,12 @@ impl WeightInfo for () { fn redeposit(i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `837 + i * (108 ±0)` - // Estimated: `2653 + i * (2597 ±0)` - // Minimum execution time: 13_633 nanoseconds. - Weight::from_parts(13_797_000, 2653) - // Standard Error: 9_293 - .saturating_add(Weight::from_ref_time(11_163_914).saturating_mul(i.into())) + // Estimated: `4633 + i * (2597 ±0)` + // Minimum execution time: 16_278 nanoseconds. + Weight::from_ref_time(16_477_000) + .saturating_add(Weight::from_proof_size(4633)) + // Standard Error: 14_745 + .saturating_add(Weight::from_ref_time(14_164_401).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -609,9 +653,10 @@ impl WeightInfo for () { fn freeze() -> Weight { // Proof Size summary in bytes: // Measured: `559` - // Estimated: `5250` - // Minimum execution time: 17_126 nanoseconds. - Weight::from_parts(17_572_000, 5250) + // Estimated: `7230` + // Minimum execution time: 20_035 nanoseconds. + Weight::from_ref_time(20_462_000) + .saturating_add(Weight::from_proof_size(7230)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -622,9 +667,10 @@ impl WeightInfo for () { fn thaw() -> Weight { // Proof Size summary in bytes: // Measured: `559` - // Estimated: `5250` - // Minimum execution time: 17_209 nanoseconds. - Weight::from_parts(17_411_000, 5250) + // Estimated: `7230` + // Minimum execution time: 19_883 nanoseconds. + Weight::from_ref_time(20_243_000) + .saturating_add(Weight::from_proof_size(7230)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -633,9 +679,10 @@ impl WeightInfo for () { fn freeze_collection() -> Weight { // Proof Size summary in bytes: // Measured: `381` - // Estimated: `2653` - // Minimum execution time: 13_048 nanoseconds. - Weight::from_parts(13_589_000, 2653) + // Estimated: `3643` + // Minimum execution time: 15_482 nanoseconds. + Weight::from_ref_time(15_759_000) + .saturating_add(Weight::from_proof_size(3643)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -644,9 +691,10 @@ impl WeightInfo for () { fn thaw_collection() -> Weight { // Proof Size summary in bytes: // Measured: `381` - // Estimated: `2653` - // Minimum execution time: 12_908 nanoseconds. - Weight::from_parts(13_098_000, 2653) + // Estimated: `3643` + // Minimum execution time: 14_904 nanoseconds. + Weight::from_ref_time(15_254_000) + .saturating_add(Weight::from_proof_size(3643)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -659,9 +707,10 @@ impl WeightInfo for () { fn transfer_ownership() -> Weight { // Proof Size summary in bytes: // Measured: `455` - // Estimated: `5180` - // Minimum execution time: 20_629 nanoseconds. - Weight::from_parts(21_448_000, 5180) + // Estimated: `7160` + // Minimum execution time: 24_127 nanoseconds. + Weight::from_ref_time(24_426_000) + .saturating_add(Weight::from_proof_size(7160)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -670,9 +719,10 @@ impl WeightInfo for () { fn set_team() -> Weight { // Proof Size summary in bytes: // Measured: `381` - // Estimated: `2653` - // Minimum execution time: 13_740 nanoseconds. - Weight::from_parts(14_020_000, 2653) + // Estimated: `3643` + // Minimum execution time: 15_872 nanoseconds. + Weight::from_ref_time(16_531_000) + .saturating_add(Weight::from_proof_size(3643)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -683,9 +733,10 @@ impl WeightInfo for () { fn force_item_status() -> Weight { // Proof Size summary in bytes: // Measured: `381` - // Estimated: `2653` - // Minimum execution time: 16_293 nanoseconds. - Weight::from_parts(16_509_000, 2653) + // Estimated: `3643` + // Minimum execution time: 18_865 nanoseconds. + Weight::from_ref_time(19_301_000) + .saturating_add(Weight::from_proof_size(3643)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -698,9 +749,10 @@ impl WeightInfo for () { fn set_attribute() -> Weight { // Proof Size summary in bytes: // Measured: `611` - // Estimated: `8075` - // Minimum execution time: 33_560 nanoseconds. - Weight::from_parts(34_263_000, 8075) + // Estimated: `11045` + // Minimum execution time: 39_510 nanoseconds. + Weight::from_ref_time(40_872_000) + .saturating_add(Weight::from_proof_size(11045)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -713,9 +765,10 @@ impl WeightInfo for () { fn clear_attribute() -> Weight { // Proof Size summary in bytes: // Measured: `1031` - // Estimated: `8075` - // Minimum execution time: 31_955 nanoseconds. - Weight::from_parts(32_447_000, 8075) + // Estimated: `11045` + // Minimum execution time: 37_801 nanoseconds. + Weight::from_ref_time(38_469_000) + .saturating_add(Weight::from_proof_size(11045)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -726,9 +779,10 @@ impl WeightInfo for () { fn set_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `447` - // Estimated: `5236` - // Minimum execution time: 25_520 nanoseconds. - Weight::from_parts(25_843_000, 5236) + // Estimated: `7216` + // Minimum execution time: 30_201 nanoseconds. + Weight::from_ref_time(30_804_000) + .saturating_add(Weight::from_proof_size(7216)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -739,9 +793,10 @@ impl WeightInfo for () { fn clear_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `611` - // Estimated: `5236` - // Minimum execution time: 25_812 nanoseconds. - Weight::from_parts(26_141_000, 5236) + // Estimated: `7216` + // Minimum execution time: 30_089 nanoseconds. + Weight::from_ref_time(30_541_000) + .saturating_add(Weight::from_proof_size(7216)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -752,9 +807,10 @@ impl WeightInfo for () { fn set_collection_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `381` - // Estimated: `5216` - // Minimum execution time: 25_055 nanoseconds. - Weight::from_parts(25_244_000, 5216) + // Estimated: `7196` + // Minimum execution time: 29_790 nanoseconds. + Weight::from_ref_time(30_108_000) + .saturating_add(Weight::from_proof_size(7196)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -765,9 +821,10 @@ impl WeightInfo for () { fn clear_collection_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `525` - // Estimated: `5216` - // Minimum execution time: 23_311 nanoseconds. - Weight::from_parts(23_682_000, 5216) + // Estimated: `7196` + // Minimum execution time: 27_220 nanoseconds. + Weight::from_ref_time(27_617_000) + .saturating_add(Weight::from_proof_size(7196)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -778,9 +835,10 @@ impl WeightInfo for () { fn approve_transfer() -> Weight { // Proof Size summary in bytes: // Measured: `559` - // Estimated: `5250` - // Minimum execution time: 17_709 nanoseconds. - Weight::from_parts(18_308_000, 5250) + // Estimated: `7230` + // Minimum execution time: 21_044 nanoseconds. + Weight::from_ref_time(21_397_000) + .saturating_add(Weight::from_proof_size(7230)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -791,9 +849,10 @@ impl WeightInfo for () { fn cancel_approval() -> Weight { // Proof Size summary in bytes: // Measured: `592` - // Estimated: `5250` - // Minimum execution time: 17_656 nanoseconds. - Weight::from_parts(18_039_000, 5250) + // Estimated: `7230` + // Minimum execution time: 20_724 nanoseconds. + Weight::from_ref_time(21_211_000) + .saturating_add(Weight::from_proof_size(7230)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -802,9 +861,10 @@ impl WeightInfo for () { fn set_accept_ownership() -> Weight { // Proof Size summary in bytes: // Measured: `109` - // Estimated: `2527` - // Minimum execution time: 14_615 nanoseconds. - Weight::from_parts(14_931_000, 2527) + // Estimated: `3517` + // Minimum execution time: 17_056 nanoseconds. + Weight::from_ref_time(17_376_000) + .saturating_add(Weight::from_proof_size(3517)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -815,9 +875,10 @@ impl WeightInfo for () { fn set_collection_max_supply() -> Weight { // Proof Size summary in bytes: // Measured: `381` - // Estimated: `5152` - // Minimum execution time: 14_974 nanoseconds. - Weight::from_parts(15_314_000, 5152) + // Estimated: `7132` + // Minimum execution time: 17_767 nanoseconds. + Weight::from_ref_time(18_170_000) + .saturating_add(Weight::from_proof_size(7132)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -828,9 +889,10 @@ impl WeightInfo for () { fn set_price() -> Weight { // Proof Size summary in bytes: // Measured: `358` - // Estimated: `2597` - // Minimum execution time: 15_444 nanoseconds. - Weight::from_parts(15_886_000, 2597) + // Estimated: `3587` + // Minimum execution time: 17_966 nanoseconds. + Weight::from_ref_time(18_142_000) + .saturating_add(Weight::from_proof_size(3587)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -845,9 +907,10 @@ impl WeightInfo for () { fn buy_item() -> Weight { // Proof Size summary in bytes: // Measured: `703` - // Estimated: `7814` - // Minimum execution time: 35_628 nanoseconds. - Weight::from_parts(35_886_000, 7814) + // Estimated: `10784` + // Minimum execution time: 40_311 nanoseconds. + Weight::from_ref_time(41_020_000) + .saturating_add(Weight::from_proof_size(10784)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } diff --git a/frame/utility/src/weights.rs b/frame/utility/src/weights.rs index 8c7a14715989e..4d01e8021d9ca 100644 --- a/frame/utility/src/weights.rs +++ b/frame/utility/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_utility //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_utility +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -63,44 +66,49 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_742 nanoseconds. - Weight::from_ref_time(16_087_635) - // Standard Error: 2_411 - .saturating_add(Weight::from_ref_time(3_665_506).saturating_mul(c.into())) + // Minimum execution time: 7_603 nanoseconds. + Weight::from_ref_time(16_025_038) + .saturating_add(Weight::from_proof_size(0)) + // Standard Error: 2_916 + .saturating_add(Weight::from_ref_time(4_173_410).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_802 nanoseconds. - Weight::from_ref_time(5_269_000) + // Minimum execution time: 5_512 nanoseconds. + Weight::from_ref_time(6_029_000) + .saturating_add(Weight::from_proof_size(0)) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_100 nanoseconds. - Weight::from_ref_time(14_090_381) - // Standard Error: 1_917 - .saturating_add(Weight::from_ref_time(3_744_891).saturating_mul(c.into())) + // Minimum execution time: 7_785 nanoseconds. + Weight::from_ref_time(15_536_345) + .saturating_add(Weight::from_proof_size(0)) + // Standard Error: 3_151 + .saturating_add(Weight::from_ref_time(4_336_706).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_840 nanoseconds. - Weight::from_ref_time(9_280_000) + // Minimum execution time: 9_573 nanoseconds. + Weight::from_ref_time(10_154_000) + .saturating_add(Weight::from_proof_size(0)) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_245 nanoseconds. - Weight::from_ref_time(14_292_923) - // Standard Error: 1_803 - .saturating_add(Weight::from_ref_time(3_645_950).saturating_mul(c.into())) + // Minimum execution time: 7_647 nanoseconds. + Weight::from_ref_time(24_724_135) + .saturating_add(Weight::from_proof_size(0)) + // Standard Error: 3_750 + .saturating_add(Weight::from_ref_time(4_159_605).saturating_mul(c.into())) } } @@ -111,43 +119,48 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_742 nanoseconds. - Weight::from_ref_time(16_087_635) - // Standard Error: 2_411 - .saturating_add(Weight::from_ref_time(3_665_506).saturating_mul(c.into())) + // Minimum execution time: 7_603 nanoseconds. + Weight::from_ref_time(16_025_038) + .saturating_add(Weight::from_proof_size(0)) + // Standard Error: 2_916 + .saturating_add(Weight::from_ref_time(4_173_410).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_802 nanoseconds. - Weight::from_ref_time(5_269_000) + // Minimum execution time: 5_512 nanoseconds. + Weight::from_ref_time(6_029_000) + .saturating_add(Weight::from_proof_size(0)) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_100 nanoseconds. - Weight::from_ref_time(14_090_381) - // Standard Error: 1_917 - .saturating_add(Weight::from_ref_time(3_744_891).saturating_mul(c.into())) + // Minimum execution time: 7_785 nanoseconds. + Weight::from_ref_time(15_536_345) + .saturating_add(Weight::from_proof_size(0)) + // Standard Error: 3_151 + .saturating_add(Weight::from_ref_time(4_336_706).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_840 nanoseconds. - Weight::from_ref_time(9_280_000) + // Minimum execution time: 9_573 nanoseconds. + Weight::from_ref_time(10_154_000) + .saturating_add(Weight::from_proof_size(0)) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_245 nanoseconds. - Weight::from_ref_time(14_292_923) - // Standard Error: 1_803 - .saturating_add(Weight::from_ref_time(3_645_950).saturating_mul(c.into())) + // Minimum execution time: 7_647 nanoseconds. + Weight::from_ref_time(24_724_135) + .saturating_add(Weight::from_proof_size(0)) + // Standard Error: 3_750 + .saturating_add(Weight::from_ref_time(4_159_605).saturating_mul(c.into())) } } diff --git a/frame/vesting/src/weights.rs b/frame/vesting/src/weights.rs index 350e6a86e24e4..015960f3a4035 100644 --- a/frame/vesting/src/weights.rs +++ b/frame/vesting/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_vesting //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,6 +31,9 @@ // --steps=50 // --repeat=20 // --pallet=pallet_vesting +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled @@ -70,13 +73,14 @@ impl WeightInfo for SubstrateWeight { fn vest_locked(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `444 + l * (25 ±0) + s * (36 ±0)` - // Estimated: `7306` - // Minimum execution time: 28_062 nanoseconds. - Weight::from_parts(26_857_563, 7306) - // Standard Error: 623 - .saturating_add(Weight::from_ref_time(55_988).saturating_mul(l.into())) - // Standard Error: 1_109 - .saturating_add(Weight::from_ref_time(59_714).saturating_mul(s.into())) + // Estimated: `9286` + // Minimum execution time: 32_406 nanoseconds. + Weight::from_ref_time(31_349_829) + .saturating_add(Weight::from_proof_size(9286)) + // Standard Error: 692 + .saturating_add(Weight::from_ref_time(60_875).saturating_mul(l.into())) + // Standard Error: 1_232 + .saturating_add(Weight::from_ref_time(63_731).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -89,13 +93,14 @@ impl WeightInfo for SubstrateWeight { fn vest_unlocked(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `444 + l * (25 ±0) + s * (36 ±0)` - // Estimated: `7306` - // Minimum execution time: 27_027 nanoseconds. - Weight::from_parts(26_509_364, 7306) - // Standard Error: 815 - .saturating_add(Weight::from_ref_time(54_711).saturating_mul(l.into())) - // Standard Error: 1_451 - .saturating_add(Weight::from_ref_time(32_792).saturating_mul(s.into())) + // Estimated: `9286` + // Minimum execution time: 31_379 nanoseconds. + Weight::from_ref_time(30_776_903) + .saturating_add(Weight::from_proof_size(9286)) + // Standard Error: 827 + .saturating_add(Weight::from_ref_time(58_390).saturating_mul(l.into())) + // Standard Error: 1_471 + .saturating_add(Weight::from_ref_time(34_115).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -110,13 +115,14 @@ impl WeightInfo for SubstrateWeight { fn vest_other_locked(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `579 + l * (25 ±0) + s * (36 ±0)` - // Estimated: `9909` - // Minimum execution time: 29_554 nanoseconds. - Weight::from_parts(28_269_203, 9909) - // Standard Error: 623 - .saturating_add(Weight::from_ref_time(59_058).saturating_mul(l.into())) - // Standard Error: 1_108 - .saturating_add(Weight::from_ref_time(63_429).saturating_mul(s.into())) + // Estimated: `12879` + // Minimum execution time: 34_347 nanoseconds. + Weight::from_ref_time(33_434_507) + .saturating_add(Weight::from_proof_size(12879)) + // Standard Error: 703 + .saturating_add(Weight::from_ref_time(58_284).saturating_mul(l.into())) + // Standard Error: 1_252 + .saturating_add(Weight::from_ref_time(62_507).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -131,13 +137,14 @@ impl WeightInfo for SubstrateWeight { fn vest_other_unlocked(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `579 + l * (25 ±0) + s * (36 ±0)` - // Estimated: `9909` - // Minimum execution time: 28_546 nanoseconds. - Weight::from_parts(28_299_251, 9909) - // Standard Error: 786 - .saturating_add(Weight::from_ref_time(53_401).saturating_mul(l.into())) - // Standard Error: 1_399 - .saturating_add(Weight::from_ref_time(29_713).saturating_mul(s.into())) + // Estimated: `12879` + // Minimum execution time: 33_134 nanoseconds. + Weight::from_ref_time(32_677_334) + .saturating_add(Weight::from_proof_size(12879)) + // Standard Error: 894 + .saturating_add(Weight::from_ref_time(62_709).saturating_mul(l.into())) + // Standard Error: 1_591 + .saturating_add(Weight::from_ref_time(35_327).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -152,13 +159,14 @@ impl WeightInfo for SubstrateWeight { fn vested_transfer(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `650 + l * (25 ±0) + s * (36 ±0)` - // Estimated: `9909` - // Minimum execution time: 43_436 nanoseconds. - Weight::from_parts(44_885_707, 9909) - // Standard Error: 1_516 - .saturating_add(Weight::from_ref_time(59_066).saturating_mul(l.into())) - // Standard Error: 2_698 - .saturating_add(Weight::from_ref_time(32_053).saturating_mul(s.into())) + // Estimated: `12879` + // Minimum execution time: 52_328 nanoseconds. + Weight::from_ref_time(53_374_622) + .saturating_add(Weight::from_proof_size(12879)) + // Standard Error: 2_326 + .saturating_add(Weight::from_ref_time(52_397).saturating_mul(l.into())) + // Standard Error: 4_138 + .saturating_add(Weight::from_ref_time(17_827).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -173,13 +181,14 @@ impl WeightInfo for SubstrateWeight { fn force_vested_transfer(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `785 + l * (25 ±0) + s * (36 ±0)` - // Estimated: `12512` - // Minimum execution time: 45_805 nanoseconds. - Weight::from_parts(46_869_490, 12512) - // Standard Error: 1_445 - .saturating_add(Weight::from_ref_time(52_654).saturating_mul(l.into())) - // Standard Error: 2_571 - .saturating_add(Weight::from_ref_time(34_202).saturating_mul(s.into())) + // Estimated: `15482` + // Minimum execution time: 55_234 nanoseconds. + Weight::from_ref_time(55_619_397) + .saturating_add(Weight::from_proof_size(15482)) + // Standard Error: 1_511 + .saturating_add(Weight::from_ref_time(50_593).saturating_mul(l.into())) + // Standard Error: 2_689 + .saturating_add(Weight::from_ref_time(36_095).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -194,13 +203,14 @@ impl WeightInfo for SubstrateWeight { fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `577 + l * (25 ±0) + s * (36 ±0)` - // Estimated: `9909` - // Minimum execution time: 30_460 nanoseconds. - Weight::from_parts(29_407_637, 9909) - // Standard Error: 794 - .saturating_add(Weight::from_ref_time(63_757).saturating_mul(l.into())) - // Standard Error: 1_466 - .saturating_add(Weight::from_ref_time(56_032).saturating_mul(s.into())) + // Estimated: `12879` + // Minimum execution time: 35_202 nanoseconds. + Weight::from_ref_time(34_220_154) + .saturating_add(Weight::from_proof_size(12879)) + // Standard Error: 766 + .saturating_add(Weight::from_ref_time(68_610).saturating_mul(l.into())) + // Standard Error: 1_415 + .saturating_add(Weight::from_ref_time(58_662).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -215,13 +225,14 @@ impl WeightInfo for SubstrateWeight { fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `577 + l * (25 ±0) + s * (36 ±0)` - // Estimated: `9909` - // Minimum execution time: 30_413 nanoseconds. - Weight::from_parts(29_350_467, 9909) - // Standard Error: 724 - .saturating_add(Weight::from_ref_time(65_366).saturating_mul(l.into())) - // Standard Error: 1_337 - .saturating_add(Weight::from_ref_time(53_799).saturating_mul(s.into())) + // Estimated: `12879` + // Minimum execution time: 35_516 nanoseconds. + Weight::from_ref_time(34_291_238) + .saturating_add(Weight::from_proof_size(12879)) + // Standard Error: 818 + .saturating_add(Weight::from_ref_time(63_431).saturating_mul(l.into())) + // Standard Error: 1_510 + .saturating_add(Weight::from_ref_time(56_059).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -238,13 +249,14 @@ impl WeightInfo for () { fn vest_locked(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `444 + l * (25 ±0) + s * (36 ±0)` - // Estimated: `7306` - // Minimum execution time: 28_062 nanoseconds. - Weight::from_parts(26_857_563, 7306) - // Standard Error: 623 - .saturating_add(Weight::from_ref_time(55_988).saturating_mul(l.into())) - // Standard Error: 1_109 - .saturating_add(Weight::from_ref_time(59_714).saturating_mul(s.into())) + // Estimated: `9286` + // Minimum execution time: 32_406 nanoseconds. + Weight::from_ref_time(31_349_829) + .saturating_add(Weight::from_proof_size(9286)) + // Standard Error: 692 + .saturating_add(Weight::from_ref_time(60_875).saturating_mul(l.into())) + // Standard Error: 1_232 + .saturating_add(Weight::from_ref_time(63_731).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -257,13 +269,14 @@ impl WeightInfo for () { fn vest_unlocked(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `444 + l * (25 ±0) + s * (36 ±0)` - // Estimated: `7306` - // Minimum execution time: 27_027 nanoseconds. - Weight::from_parts(26_509_364, 7306) - // Standard Error: 815 - .saturating_add(Weight::from_ref_time(54_711).saturating_mul(l.into())) - // Standard Error: 1_451 - .saturating_add(Weight::from_ref_time(32_792).saturating_mul(s.into())) + // Estimated: `9286` + // Minimum execution time: 31_379 nanoseconds. + Weight::from_ref_time(30_776_903) + .saturating_add(Weight::from_proof_size(9286)) + // Standard Error: 827 + .saturating_add(Weight::from_ref_time(58_390).saturating_mul(l.into())) + // Standard Error: 1_471 + .saturating_add(Weight::from_ref_time(34_115).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -278,13 +291,14 @@ impl WeightInfo for () { fn vest_other_locked(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `579 + l * (25 ±0) + s * (36 ±0)` - // Estimated: `9909` - // Minimum execution time: 29_554 nanoseconds. - Weight::from_parts(28_269_203, 9909) - // Standard Error: 623 - .saturating_add(Weight::from_ref_time(59_058).saturating_mul(l.into())) - // Standard Error: 1_108 - .saturating_add(Weight::from_ref_time(63_429).saturating_mul(s.into())) + // Estimated: `12879` + // Minimum execution time: 34_347 nanoseconds. + Weight::from_ref_time(33_434_507) + .saturating_add(Weight::from_proof_size(12879)) + // Standard Error: 703 + .saturating_add(Weight::from_ref_time(58_284).saturating_mul(l.into())) + // Standard Error: 1_252 + .saturating_add(Weight::from_ref_time(62_507).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -299,13 +313,14 @@ impl WeightInfo for () { fn vest_other_unlocked(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `579 + l * (25 ±0) + s * (36 ±0)` - // Estimated: `9909` - // Minimum execution time: 28_546 nanoseconds. - Weight::from_parts(28_299_251, 9909) - // Standard Error: 786 - .saturating_add(Weight::from_ref_time(53_401).saturating_mul(l.into())) - // Standard Error: 1_399 - .saturating_add(Weight::from_ref_time(29_713).saturating_mul(s.into())) + // Estimated: `12879` + // Minimum execution time: 33_134 nanoseconds. + Weight::from_ref_time(32_677_334) + .saturating_add(Weight::from_proof_size(12879)) + // Standard Error: 894 + .saturating_add(Weight::from_ref_time(62_709).saturating_mul(l.into())) + // Standard Error: 1_591 + .saturating_add(Weight::from_ref_time(35_327).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -320,13 +335,14 @@ impl WeightInfo for () { fn vested_transfer(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `650 + l * (25 ±0) + s * (36 ±0)` - // Estimated: `9909` - // Minimum execution time: 43_436 nanoseconds. - Weight::from_parts(44_885_707, 9909) - // Standard Error: 1_516 - .saturating_add(Weight::from_ref_time(59_066).saturating_mul(l.into())) - // Standard Error: 2_698 - .saturating_add(Weight::from_ref_time(32_053).saturating_mul(s.into())) + // Estimated: `12879` + // Minimum execution time: 52_328 nanoseconds. + Weight::from_ref_time(53_374_622) + .saturating_add(Weight::from_proof_size(12879)) + // Standard Error: 2_326 + .saturating_add(Weight::from_ref_time(52_397).saturating_mul(l.into())) + // Standard Error: 4_138 + .saturating_add(Weight::from_ref_time(17_827).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -341,13 +357,14 @@ impl WeightInfo for () { fn force_vested_transfer(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `785 + l * (25 ±0) + s * (36 ±0)` - // Estimated: `12512` - // Minimum execution time: 45_805 nanoseconds. - Weight::from_parts(46_869_490, 12512) - // Standard Error: 1_445 - .saturating_add(Weight::from_ref_time(52_654).saturating_mul(l.into())) - // Standard Error: 2_571 - .saturating_add(Weight::from_ref_time(34_202).saturating_mul(s.into())) + // Estimated: `15482` + // Minimum execution time: 55_234 nanoseconds. + Weight::from_ref_time(55_619_397) + .saturating_add(Weight::from_proof_size(15482)) + // Standard Error: 1_511 + .saturating_add(Weight::from_ref_time(50_593).saturating_mul(l.into())) + // Standard Error: 2_689 + .saturating_add(Weight::from_ref_time(36_095).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -362,13 +379,14 @@ impl WeightInfo for () { fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `577 + l * (25 ±0) + s * (36 ±0)` - // Estimated: `9909` - // Minimum execution time: 30_460 nanoseconds. - Weight::from_parts(29_407_637, 9909) - // Standard Error: 794 - .saturating_add(Weight::from_ref_time(63_757).saturating_mul(l.into())) - // Standard Error: 1_466 - .saturating_add(Weight::from_ref_time(56_032).saturating_mul(s.into())) + // Estimated: `12879` + // Minimum execution time: 35_202 nanoseconds. + Weight::from_ref_time(34_220_154) + .saturating_add(Weight::from_proof_size(12879)) + // Standard Error: 766 + .saturating_add(Weight::from_ref_time(68_610).saturating_mul(l.into())) + // Standard Error: 1_415 + .saturating_add(Weight::from_ref_time(58_662).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -383,13 +401,14 @@ impl WeightInfo for () { fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `577 + l * (25 ±0) + s * (36 ±0)` - // Estimated: `9909` - // Minimum execution time: 30_413 nanoseconds. - Weight::from_parts(29_350_467, 9909) - // Standard Error: 724 - .saturating_add(Weight::from_ref_time(65_366).saturating_mul(l.into())) - // Standard Error: 1_337 - .saturating_add(Weight::from_ref_time(53_799).saturating_mul(s.into())) + // Estimated: `12879` + // Minimum execution time: 35_516 nanoseconds. + Weight::from_ref_time(34_291_238) + .saturating_add(Weight::from_proof_size(12879)) + // Standard Error: 818 + .saturating_add(Weight::from_ref_time(63_431).saturating_mul(l.into())) + // Standard Error: 1_510 + .saturating_add(Weight::from_ref_time(56_059).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } diff --git a/frame/whitelist/src/weights.rs b/frame/whitelist/src/weights.rs index 8463b2b6797c8..366e568146d48 100644 --- a/frame/whitelist/src/weights.rs +++ b/frame/whitelist/src/weights.rs @@ -18,9 +18,9 @@ //! Autogenerated weights for pallet_whitelist //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-01, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-02, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -68,8 +68,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `217` // Estimated: `7061` - // Minimum execution time: 21_223 nanoseconds. - Weight::from_ref_time(21_732_000) + // Minimum execution time: 22_727 nanoseconds. + Weight::from_ref_time(23_178_000) .saturating_add(Weight::from_proof_size(7061)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -82,8 +82,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `346` // Estimated: `7061` - // Minimum execution time: 19_475 nanoseconds. - Weight::from_ref_time(19_768_000) + // Minimum execution time: 20_042 nanoseconds. + Weight::from_ref_time(20_551_000) .saturating_add(Weight::from_proof_size(7061)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -99,11 +99,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `454 + n * (1 ±0)` // Estimated: `10977 + n * (1 ±0)` - // Minimum execution time: 32_415 nanoseconds. - Weight::from_ref_time(32_604_000) + // Minimum execution time: 34_550 nanoseconds. + Weight::from_ref_time(34_841_000) .saturating_add(Weight::from_proof_size(10977)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_369).saturating_mul(n.into())) + .saturating_add(Weight::from_ref_time(1_372).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(1).saturating_mul(n.into())) @@ -117,11 +117,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `346` // Estimated: `7061` - // Minimum execution time: 23_420 nanoseconds. - Weight::from_ref_time(24_394_850) + // Minimum execution time: 24_992 nanoseconds. + Weight::from_ref_time(25_865_131) .saturating_add(Weight::from_proof_size(7061)) - // Standard Error: 6 - .saturating_add(Weight::from_ref_time(1_645).saturating_mul(n.into())) + // Standard Error: 5 + .saturating_add(Weight::from_ref_time(1_604).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -137,8 +137,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `217` // Estimated: `7061` - // Minimum execution time: 21_223 nanoseconds. - Weight::from_ref_time(21_732_000) + // Minimum execution time: 22_727 nanoseconds. + Weight::from_ref_time(23_178_000) .saturating_add(Weight::from_proof_size(7061)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -151,8 +151,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `346` // Estimated: `7061` - // Minimum execution time: 19_475 nanoseconds. - Weight::from_ref_time(19_768_000) + // Minimum execution time: 20_042 nanoseconds. + Weight::from_ref_time(20_551_000) .saturating_add(Weight::from_proof_size(7061)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -168,11 +168,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `454 + n * (1 ±0)` // Estimated: `10977 + n * (1 ±0)` - // Minimum execution time: 32_415 nanoseconds. - Weight::from_ref_time(32_604_000) + // Minimum execution time: 34_550 nanoseconds. + Weight::from_ref_time(34_841_000) .saturating_add(Weight::from_proof_size(10977)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_369).saturating_mul(n.into())) + .saturating_add(Weight::from_ref_time(1_372).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_proof_size(1).saturating_mul(n.into())) @@ -186,11 +186,11 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `346` // Estimated: `7061` - // Minimum execution time: 23_420 nanoseconds. - Weight::from_ref_time(24_394_850) + // Minimum execution time: 24_992 nanoseconds. + Weight::from_ref_time(25_865_131) .saturating_add(Weight::from_proof_size(7061)) - // Standard Error: 6 - .saturating_add(Weight::from_ref_time(1_645).saturating_mul(n.into())) + // Standard Error: 5 + .saturating_add(Weight::from_ref_time(1_604).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } From 4ca15fece0f5835db6bd509e34d5d49dc87da727 Mon Sep 17 00:00:00 2001 From: command-bot <> Date: Fri, 17 Mar 2023 03:34:23 +0000 Subject: [PATCH 4/6] ".git/.scripts/commands/bench/bench.sh" all --- frame/alliance/src/weights.rs | 346 +-- frame/assets/src/weights.rs | 250 +- frame/bags-list/src/weights.rs | 26 +- frame/balances/src/weights.rs | 58 +- frame/benchmarking/src/weights.rs | 58 +- frame/bounties/src/weights.rs | 98 +- frame/child-bounties/src/weights.rs | 74 +- frame/collective/src/weights.rs | 254 +- frame/contracts/src/weights.rs | 2378 +++++++++-------- frame/conviction-voting/src/weights.rs | 72 +- frame/core-fellowship/src/weights.rs | 80 +- frame/democracy/src/weights.rs | 288 +- .../src/weights.rs | 138 +- frame/elections-phragmen/src/weights.rs | 158 +- frame/fast-unstake/src/weights.rs | 66 +- frame/glutton/src/weights.rs | 106 +- frame/identity/src/weights.rs | 322 ++- frame/im-online/src/weights.rs | 34 +- frame/indices/src/weights.rs | 42 +- frame/lottery/src/weights.rs | 58 +- frame/membership/src/weights.rs | 114 +- frame/message-queue/src/weights.rs | 82 +- frame/multisig/src/weights.rs | 126 +- frame/nfts/src/weights.rs | 366 ++- frame/nis/src/weights.rs | 102 +- frame/nomination-pools/src/weights.rs | 202 +- frame/preimage/src/weights.rs | 110 +- frame/proxy/src/weights.rs | 194 +- frame/ranked-collective/src/weights.rs | 82 +- frame/recovery/src/weights.rs | 114 +- frame/referenda/src/weights.rs | 242 +- frame/remark/src/weights.rs | 18 +- frame/salary/src/weights.rs | 58 +- frame/scheduler/src/weights.rs | 146 +- frame/session/src/weights.rs | 18 +- frame/staking/src/weights.rs | 374 ++- frame/state-trie-migration/src/weights.rs | 62 +- frame/support/src/weights/block_weights.rs | 18 +- .../support/src/weights/extrinsic_weights.rs | 18 +- frame/system/src/weights.rs | 82 +- frame/timestamp/src/weights.rs | 18 +- frame/tips/src/weights.rs | 98 +- frame/transaction-storage/src/weights.rs | 30 +- frame/treasury/src/weights.rs | 66 +- frame/uniques/src/weights.rs | 250 +- frame/utility/src/weights.rs | 66 +- frame/vesting/src/weights.rs | 190 +- frame/whitelist/src/weights.rs | 46 +- 48 files changed, 4094 insertions(+), 4104 deletions(-) diff --git a/frame/alliance/src/weights.rs b/frame/alliance/src/weights.rs index a9756c2d27127..986de9af82ac4 100644 --- a/frame/alliance/src/weights.rs +++ b/frame/alliance/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_alliance //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -93,14 +93,14 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `618 + m * (32 ±0) + p * (36 ±0)` // Estimated: `15463 + m * (124 ±0) + p * (148 ±0)` - // Minimum execution time: 32_788_000 picoseconds. - Weight::from_parts(36_725_375, 15463) - // Standard Error: 138 - .saturating_add(Weight::from_parts(1_252, 0).saturating_mul(b.into())) - // Standard Error: 1_445 - .saturating_add(Weight::from_parts(9_861, 0).saturating_mul(m.into())) - // Standard Error: 1_427 - .saturating_add(Weight::from_parts(127_304, 0).saturating_mul(p.into())) + // Minimum execution time: 32_343_000 picoseconds. + Weight::from_parts(35_473_870, 15463) + // Standard Error: 88 + .saturating_add(Weight::from_parts(1_314, 0).saturating_mul(b.into())) + // Standard Error: 920 + .saturating_add(Weight::from_parts(18_067, 0).saturating_mul(m.into())) + // Standard Error: 908 + .saturating_add(Weight::from_parts(120_244, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 124).saturating_mul(m.into())) @@ -115,10 +115,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1042 + m * (64 ±0)` // Estimated: `11182 + m * (64 ±0)` - // Minimum execution time: 26_632_000 picoseconds. - Weight::from_parts(28_918_089, 11182) - // Standard Error: 947 - .saturating_add(Weight::from_parts(56_565, 0).saturating_mul(m.into())) + // Minimum execution time: 26_359_000 picoseconds. + Weight::from_parts(29_140_847, 11182) + // Standard Error: 2_244 + .saturating_add(Weight::from_parts(52_362, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -139,12 +139,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `622 + m * (96 ±0) + p * (37 ±0)` // Estimated: `15551 + m * (384 ±0) + p * (148 ±0)` - // Minimum execution time: 40_937_000 picoseconds. - Weight::from_parts(39_361_123, 15551) - // Standard Error: 1_609 - .saturating_add(Weight::from_parts(43_225, 0).saturating_mul(m.into())) - // Standard Error: 1_569 - .saturating_add(Weight::from_parts(112_935, 0).saturating_mul(p.into())) + // Minimum execution time: 40_793_000 picoseconds. + Weight::from_parts(39_029_420, 15551) + // Standard Error: 1_077 + .saturating_add(Weight::from_parts(45_173, 0).saturating_mul(m.into())) + // Standard Error: 1_050 + .saturating_add(Weight::from_parts(108_199, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 384).saturating_mul(m.into())) @@ -167,14 +167,14 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `903 + m * (96 ±0) + p * (41 ±0)` // Estimated: `20072 + m * (392 ±0) + p * (160 ±0)` - // Minimum execution time: 51_569_000 picoseconds. - Weight::from_parts(50_722_448, 20072) - // Standard Error: 120 - .saturating_add(Weight::from_parts(474, 0).saturating_mul(b.into())) - // Standard Error: 1_271 - .saturating_add(Weight::from_parts(48_855, 0).saturating_mul(m.into())) - // Standard Error: 1_239 - .saturating_add(Weight::from_parts(139_022, 0).saturating_mul(p.into())) + // Minimum execution time: 51_725_000 picoseconds. + Weight::from_parts(49_367_017, 20072) + // Standard Error: 97 + .saturating_add(Weight::from_parts(991, 0).saturating_mul(b.into())) + // Standard Error: 1_031 + .saturating_add(Weight::from_parts(54_071, 0).saturating_mul(m.into())) + // Standard Error: 1_005 + .saturating_add(Weight::from_parts(120_639, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 392).saturating_mul(m.into())) @@ -198,12 +198,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `622 + m * (96 ±0) + p * (37 ±0)` // Estimated: `17666 + m * (480 ±0) + p * (185 ±0)` - // Minimum execution time: 42_084_000 picoseconds. - Weight::from_parts(39_907_823, 17666) - // Standard Error: 899 - .saturating_add(Weight::from_parts(46_642, 0).saturating_mul(m.into())) - // Standard Error: 888 - .saturating_add(Weight::from_parts(114_161, 0).saturating_mul(p.into())) + // Minimum execution time: 42_257_000 picoseconds. + Weight::from_parts(39_763_873, 17666) + // Standard Error: 692 + .saturating_add(Weight::from_parts(46_848, 0).saturating_mul(m.into())) + // Standard Error: 684 + .saturating_add(Weight::from_parts(113_556, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 480).saturating_mul(m.into())) @@ -228,14 +228,14 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `591 + m * (96 ±0) + p * (36 ±0)` // Estimated: `17471 + m * (485 ±0) + p * (180 ±0)` - // Minimum execution time: 42_322_000 picoseconds. - Weight::from_parts(38_753_429, 17471) - // Standard Error: 78 - .saturating_add(Weight::from_parts(1_053, 0).saturating_mul(b.into())) - // Standard Error: 841 - .saturating_add(Weight::from_parts(51_720, 0).saturating_mul(m.into())) - // Standard Error: 811 - .saturating_add(Weight::from_parts(113_343, 0).saturating_mul(p.into())) + // Minimum execution time: 42_257_000 picoseconds. + Weight::from_parts(39_986_154, 17471) + // Standard Error: 68 + .saturating_add(Weight::from_parts(308, 0).saturating_mul(b.into())) + // Standard Error: 730 + .saturating_add(Weight::from_parts(45_364, 0).saturating_mul(m.into())) + // Standard Error: 703 + .saturating_add(Weight::from_parts(109_180, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 485).saturating_mul(m.into())) @@ -251,12 +251,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `217` // Estimated: `14064` - // Minimum execution time: 33_217_000 picoseconds. - Weight::from_parts(24_495_505, 14064) - // Standard Error: 412 - .saturating_add(Weight::from_parts(108_405, 0).saturating_mul(m.into())) - // Standard Error: 407 - .saturating_add(Weight::from_parts(95_707, 0).saturating_mul(z.into())) + // Minimum execution time: 31_340_000 picoseconds. + Weight::from_parts(23_473_415, 14064) + // Standard Error: 463 + .saturating_add(Weight::from_parts(102_880, 0).saturating_mul(m.into())) + // Standard Error: 458 + .saturating_add(Weight::from_parts(89_142, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -279,14 +279,14 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0 + x * (50 ±0) + y * (51 ±0) + z * (251 ±0)` // Estimated: `35975 + x * (2587 ±0) + y * (2590 ±0) + z * (3113 ±1)` - // Minimum execution time: 278_029_000 picoseconds. - Weight::from_parts(279_353_000, 35975) - // Standard Error: 23_655 - .saturating_add(Weight::from_parts(519_330, 0).saturating_mul(x.into())) - // Standard Error: 23_541 - .saturating_add(Weight::from_parts(547_382, 0).saturating_mul(y.into())) - // Standard Error: 47_040 - .saturating_add(Weight::from_parts(10_939_685, 0).saturating_mul(z.into())) + // Minimum execution time: 278_825_000 picoseconds. + Weight::from_parts(279_864_000, 35975) + // Standard Error: 24_994 + .saturating_add(Weight::from_parts(516_695, 0).saturating_mul(x.into())) + // Standard Error: 24_873 + .saturating_add(Weight::from_parts(503_651, 0).saturating_mul(y.into())) + // Standard Error: 49_702 + .saturating_add(Weight::from_parts(11_132_159, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(y.into()))) @@ -303,8 +303,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_129_000 picoseconds. - Weight::from_parts(10_370_000, 0) + // Minimum execution time: 10_363_000 picoseconds. + Weight::from_parts(10_684_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Alliance Announcements (r:1 w:1) @@ -313,8 +313,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `246` // Estimated: `10187` - // Minimum execution time: 13_601_000 picoseconds. - Weight::from_parts(13_823_000, 10187) + // Minimum execution time: 13_806_000 picoseconds. + Weight::from_parts(14_052_000, 10187) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -324,8 +324,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `319` // Estimated: `10187` - // Minimum execution time: 14_953_000 picoseconds. - Weight::from_parts(15_239_000, 10187) + // Minimum execution time: 14_725_000 picoseconds. + Weight::from_parts(14_986_000, 10187) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -341,8 +341,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `468` // Estimated: `26328` - // Minimum execution time: 42_947_000 picoseconds. - Weight::from_parts(43_602_000, 26328) + // Minimum execution time: 42_763_000 picoseconds. + Weight::from_parts(43_182_000, 26328) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -354,8 +354,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `367` // Estimated: `22735` - // Minimum execution time: 28_787_000 picoseconds. - Weight::from_parts(29_286_000, 22735) + // Minimum execution time: 28_890_000 picoseconds. + Weight::from_parts(29_236_000, 22735) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -371,8 +371,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `443` // Estimated: `15176` - // Minimum execution time: 28_476_000 picoseconds. - Weight::from_parts(28_972_000, 15176) + // Minimum execution time: 28_571_000 picoseconds. + Weight::from_parts(29_068_000, 15176) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -390,8 +390,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `443` // Estimated: `26548` - // Minimum execution time: 36_773_000 picoseconds. - Weight::from_parts(38_123_000, 26548) + // Minimum execution time: 36_601_000 picoseconds. + Weight::from_parts(37_332_000, 26548) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -407,8 +407,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `687` // Estimated: `17315` - // Minimum execution time: 37_814_000 picoseconds. - Weight::from_parts(38_353_000, 17315) + // Minimum execution time: 37_879_000 picoseconds. + Weight::from_parts(38_416_000, 17315) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -428,8 +428,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `707` // Estimated: `28776` - // Minimum execution time: 62_194_000 picoseconds. - Weight::from_parts(63_925_000, 28776) + // Minimum execution time: 61_897_000 picoseconds. + Weight::from_parts(62_723_000, 28776) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -443,12 +443,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `246` // Estimated: `31874` - // Minimum execution time: 8_369_000 picoseconds. - Weight::from_parts(8_462_000, 31874) - // Standard Error: 3_347 - .saturating_add(Weight::from_parts(1_567_757, 0).saturating_mul(n.into())) - // Standard Error: 1_310 - .saturating_add(Weight::from_parts(72_697, 0).saturating_mul(l.into())) + // Minimum execution time: 8_545_000 picoseconds. + Weight::from_parts(8_708_000, 31874) + // Standard Error: 5_437 + .saturating_add(Weight::from_parts(1_543_302, 0).saturating_mul(n.into())) + // Standard Error: 2_129 + .saturating_add(Weight::from_parts(66_006, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -462,12 +462,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0 + n * (289 ±0) + l * (100 ±0)` // Estimated: `31874` - // Minimum execution time: 8_309_000 picoseconds. - Weight::from_parts(8_450_000, 31874) - // Standard Error: 185_163 - .saturating_add(Weight::from_parts(16_348_419, 0).saturating_mul(n.into())) - // Standard Error: 72_518 - .saturating_add(Weight::from_parts(337_571, 0).saturating_mul(l.into())) + // Minimum execution time: 8_440_000 picoseconds. + Weight::from_parts(8_547_000, 31874) + // Standard Error: 189_691 + .saturating_add(Weight::from_parts(16_305_238, 0).saturating_mul(n.into())) + // Standard Error: 74_291 + .saturating_add(Weight::from_parts(412_449, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -483,8 +483,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `443` // Estimated: `20862` - // Minimum execution time: 35_363_000 picoseconds. - Weight::from_parts(35_665_000, 20862) + // Minimum execution time: 34_993_000 picoseconds. + Weight::from_parts(35_608_000, 20862) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -509,14 +509,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `618 + m * (32 ±0) + p * (36 ±0)` // Estimated: `15463 + m * (124 ±0) + p * (148 ±0)` - // Minimum execution time: 32_788_000 picoseconds. - Weight::from_parts(36_725_375, 15463) - // Standard Error: 138 - .saturating_add(Weight::from_parts(1_252, 0).saturating_mul(b.into())) - // Standard Error: 1_445 - .saturating_add(Weight::from_parts(9_861, 0).saturating_mul(m.into())) - // Standard Error: 1_427 - .saturating_add(Weight::from_parts(127_304, 0).saturating_mul(p.into())) + // Minimum execution time: 32_343_000 picoseconds. + Weight::from_parts(35_473_870, 15463) + // Standard Error: 88 + .saturating_add(Weight::from_parts(1_314, 0).saturating_mul(b.into())) + // Standard Error: 920 + .saturating_add(Weight::from_parts(18_067, 0).saturating_mul(m.into())) + // Standard Error: 908 + .saturating_add(Weight::from_parts(120_244, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 124).saturating_mul(m.into())) @@ -531,10 +531,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1042 + m * (64 ±0)` // Estimated: `11182 + m * (64 ±0)` - // Minimum execution time: 26_632_000 picoseconds. - Weight::from_parts(28_918_089, 11182) - // Standard Error: 947 - .saturating_add(Weight::from_parts(56_565, 0).saturating_mul(m.into())) + // Minimum execution time: 26_359_000 picoseconds. + Weight::from_parts(29_140_847, 11182) + // Standard Error: 2_244 + .saturating_add(Weight::from_parts(52_362, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -555,12 +555,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `622 + m * (96 ±0) + p * (37 ±0)` // Estimated: `15551 + m * (384 ±0) + p * (148 ±0)` - // Minimum execution time: 40_937_000 picoseconds. - Weight::from_parts(39_361_123, 15551) - // Standard Error: 1_609 - .saturating_add(Weight::from_parts(43_225, 0).saturating_mul(m.into())) - // Standard Error: 1_569 - .saturating_add(Weight::from_parts(112_935, 0).saturating_mul(p.into())) + // Minimum execution time: 40_793_000 picoseconds. + Weight::from_parts(39_029_420, 15551) + // Standard Error: 1_077 + .saturating_add(Weight::from_parts(45_173, 0).saturating_mul(m.into())) + // Standard Error: 1_050 + .saturating_add(Weight::from_parts(108_199, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 384).saturating_mul(m.into())) @@ -583,14 +583,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `903 + m * (96 ±0) + p * (41 ±0)` // Estimated: `20072 + m * (392 ±0) + p * (160 ±0)` - // Minimum execution time: 51_569_000 picoseconds. - Weight::from_parts(50_722_448, 20072) - // Standard Error: 120 - .saturating_add(Weight::from_parts(474, 0).saturating_mul(b.into())) - // Standard Error: 1_271 - .saturating_add(Weight::from_parts(48_855, 0).saturating_mul(m.into())) - // Standard Error: 1_239 - .saturating_add(Weight::from_parts(139_022, 0).saturating_mul(p.into())) + // Minimum execution time: 51_725_000 picoseconds. + Weight::from_parts(49_367_017, 20072) + // Standard Error: 97 + .saturating_add(Weight::from_parts(991, 0).saturating_mul(b.into())) + // Standard Error: 1_031 + .saturating_add(Weight::from_parts(54_071, 0).saturating_mul(m.into())) + // Standard Error: 1_005 + .saturating_add(Weight::from_parts(120_639, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 392).saturating_mul(m.into())) @@ -614,12 +614,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `622 + m * (96 ±0) + p * (37 ±0)` // Estimated: `17666 + m * (480 ±0) + p * (185 ±0)` - // Minimum execution time: 42_084_000 picoseconds. - Weight::from_parts(39_907_823, 17666) - // Standard Error: 899 - .saturating_add(Weight::from_parts(46_642, 0).saturating_mul(m.into())) - // Standard Error: 888 - .saturating_add(Weight::from_parts(114_161, 0).saturating_mul(p.into())) + // Minimum execution time: 42_257_000 picoseconds. + Weight::from_parts(39_763_873, 17666) + // Standard Error: 692 + .saturating_add(Weight::from_parts(46_848, 0).saturating_mul(m.into())) + // Standard Error: 684 + .saturating_add(Weight::from_parts(113_556, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 480).saturating_mul(m.into())) @@ -644,14 +644,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `591 + m * (96 ±0) + p * (36 ±0)` // Estimated: `17471 + m * (485 ±0) + p * (180 ±0)` - // Minimum execution time: 42_322_000 picoseconds. - Weight::from_parts(38_753_429, 17471) - // Standard Error: 78 - .saturating_add(Weight::from_parts(1_053, 0).saturating_mul(b.into())) - // Standard Error: 841 - .saturating_add(Weight::from_parts(51_720, 0).saturating_mul(m.into())) - // Standard Error: 811 - .saturating_add(Weight::from_parts(113_343, 0).saturating_mul(p.into())) + // Minimum execution time: 42_257_000 picoseconds. + Weight::from_parts(39_986_154, 17471) + // Standard Error: 68 + .saturating_add(Weight::from_parts(308, 0).saturating_mul(b.into())) + // Standard Error: 730 + .saturating_add(Weight::from_parts(45_364, 0).saturating_mul(m.into())) + // Standard Error: 703 + .saturating_add(Weight::from_parts(109_180, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 485).saturating_mul(m.into())) @@ -667,12 +667,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `217` // Estimated: `14064` - // Minimum execution time: 33_217_000 picoseconds. - Weight::from_parts(24_495_505, 14064) - // Standard Error: 412 - .saturating_add(Weight::from_parts(108_405, 0).saturating_mul(m.into())) - // Standard Error: 407 - .saturating_add(Weight::from_parts(95_707, 0).saturating_mul(z.into())) + // Minimum execution time: 31_340_000 picoseconds. + Weight::from_parts(23_473_415, 14064) + // Standard Error: 463 + .saturating_add(Weight::from_parts(102_880, 0).saturating_mul(m.into())) + // Standard Error: 458 + .saturating_add(Weight::from_parts(89_142, 0).saturating_mul(z.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -695,14 +695,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0 + x * (50 ±0) + y * (51 ±0) + z * (251 ±0)` // Estimated: `35975 + x * (2587 ±0) + y * (2590 ±0) + z * (3113 ±1)` - // Minimum execution time: 278_029_000 picoseconds. - Weight::from_parts(279_353_000, 35975) - // Standard Error: 23_655 - .saturating_add(Weight::from_parts(519_330, 0).saturating_mul(x.into())) - // Standard Error: 23_541 - .saturating_add(Weight::from_parts(547_382, 0).saturating_mul(y.into())) - // Standard Error: 47_040 - .saturating_add(Weight::from_parts(10_939_685, 0).saturating_mul(z.into())) + // Minimum execution time: 278_825_000 picoseconds. + Weight::from_parts(279_864_000, 35975) + // Standard Error: 24_994 + .saturating_add(Weight::from_parts(516_695, 0).saturating_mul(x.into())) + // Standard Error: 24_873 + .saturating_add(Weight::from_parts(503_651, 0).saturating_mul(y.into())) + // Standard Error: 49_702 + .saturating_add(Weight::from_parts(11_132_159, 0).saturating_mul(z.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(x.into()))) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(y.into()))) @@ -719,8 +719,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_129_000 picoseconds. - Weight::from_parts(10_370_000, 0) + // Minimum execution time: 10_363_000 picoseconds. + Weight::from_parts(10_684_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Alliance Announcements (r:1 w:1) @@ -729,8 +729,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `246` // Estimated: `10187` - // Minimum execution time: 13_601_000 picoseconds. - Weight::from_parts(13_823_000, 10187) + // Minimum execution time: 13_806_000 picoseconds. + Weight::from_parts(14_052_000, 10187) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -740,8 +740,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `319` // Estimated: `10187` - // Minimum execution time: 14_953_000 picoseconds. - Weight::from_parts(15_239_000, 10187) + // Minimum execution time: 14_725_000 picoseconds. + Weight::from_parts(14_986_000, 10187) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -757,8 +757,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `468` // Estimated: `26328` - // Minimum execution time: 42_947_000 picoseconds. - Weight::from_parts(43_602_000, 26328) + // Minimum execution time: 42_763_000 picoseconds. + Weight::from_parts(43_182_000, 26328) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -770,8 +770,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `367` // Estimated: `22735` - // Minimum execution time: 28_787_000 picoseconds. - Weight::from_parts(29_286_000, 22735) + // Minimum execution time: 28_890_000 picoseconds. + Weight::from_parts(29_236_000, 22735) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -787,8 +787,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `443` // Estimated: `15176` - // Minimum execution time: 28_476_000 picoseconds. - Weight::from_parts(28_972_000, 15176) + // Minimum execution time: 28_571_000 picoseconds. + Weight::from_parts(29_068_000, 15176) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -806,8 +806,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `443` // Estimated: `26548` - // Minimum execution time: 36_773_000 picoseconds. - Weight::from_parts(38_123_000, 26548) + // Minimum execution time: 36_601_000 picoseconds. + Weight::from_parts(37_332_000, 26548) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -823,8 +823,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `687` // Estimated: `17315` - // Minimum execution time: 37_814_000 picoseconds. - Weight::from_parts(38_353_000, 17315) + // Minimum execution time: 37_879_000 picoseconds. + Weight::from_parts(38_416_000, 17315) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -844,8 +844,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `707` // Estimated: `28776` - // Minimum execution time: 62_194_000 picoseconds. - Weight::from_parts(63_925_000, 28776) + // Minimum execution time: 61_897_000 picoseconds. + Weight::from_parts(62_723_000, 28776) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -859,12 +859,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `246` // Estimated: `31874` - // Minimum execution time: 8_369_000 picoseconds. - Weight::from_parts(8_462_000, 31874) - // Standard Error: 3_347 - .saturating_add(Weight::from_parts(1_567_757, 0).saturating_mul(n.into())) - // Standard Error: 1_310 - .saturating_add(Weight::from_parts(72_697, 0).saturating_mul(l.into())) + // Minimum execution time: 8_545_000 picoseconds. + Weight::from_parts(8_708_000, 31874) + // Standard Error: 5_437 + .saturating_add(Weight::from_parts(1_543_302, 0).saturating_mul(n.into())) + // Standard Error: 2_129 + .saturating_add(Weight::from_parts(66_006, 0).saturating_mul(l.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -878,12 +878,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0 + n * (289 ±0) + l * (100 ±0)` // Estimated: `31874` - // Minimum execution time: 8_309_000 picoseconds. - Weight::from_parts(8_450_000, 31874) - // Standard Error: 185_163 - .saturating_add(Weight::from_parts(16_348_419, 0).saturating_mul(n.into())) - // Standard Error: 72_518 - .saturating_add(Weight::from_parts(337_571, 0).saturating_mul(l.into())) + // Minimum execution time: 8_440_000 picoseconds. + Weight::from_parts(8_547_000, 31874) + // Standard Error: 189_691 + .saturating_add(Weight::from_parts(16_305_238, 0).saturating_mul(n.into())) + // Standard Error: 74_291 + .saturating_add(Weight::from_parts(412_449, 0).saturating_mul(l.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -899,8 +899,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `443` // Estimated: `20862` - // Minimum execution time: 35_363_000 picoseconds. - Weight::from_parts(35_665_000, 20862) + // Minimum execution time: 34_993_000 picoseconds. + Weight::from_parts(35_608_000, 20862) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } diff --git a/frame/assets/src/weights.rs b/frame/assets/src/weights.rs index 0d6c41b458db0..d3e5127d52151 100644 --- a/frame/assets/src/weights.rs +++ b/frame/assets/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_assets //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -91,8 +91,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `293` // Estimated: `7268` - // Minimum execution time: 27_756_000 picoseconds. - Weight::from_parts(28_637_000, 7268) + // Minimum execution time: 27_223_000 picoseconds. + Weight::from_parts(28_072_000, 7268) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -102,8 +102,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `153` // Estimated: `3675` - // Minimum execution time: 15_402_000 picoseconds. - Weight::from_parts(15_803_000, 3675) + // Minimum execution time: 14_988_000 picoseconds. + Weight::from_parts(15_503_000, 3675) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -113,8 +113,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `385` // Estimated: `3675` - // Minimum execution time: 16_027_000 picoseconds. - Weight::from_parts(16_372_000, 3675) + // Minimum execution time: 15_890_000 picoseconds. + Weight::from_parts(16_306_000, 3675) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -129,10 +129,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0 + c * (208 ±0)` // Estimated: `8232 + c * (5180 ±0)` - // Minimum execution time: 20_667_000 picoseconds. - Weight::from_parts(20_930_000, 8232) - // Standard Error: 7_226 - .saturating_add(Weight::from_parts(12_759_091, 0).saturating_mul(c.into())) + // Minimum execution time: 20_719_000 picoseconds. + Weight::from_parts(21_204_000, 8232) + // Standard Error: 7_421 + .saturating_add(Weight::from_parts(12_838_361, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -148,10 +148,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `522 + a * (86 ±0)` // Estimated: `7288 + a * (2623 ±0)` - // Minimum execution time: 20_798_000 picoseconds. - Weight::from_parts(21_129_000, 7288) - // Standard Error: 7_484 - .saturating_add(Weight::from_parts(12_761_996, 0).saturating_mul(a.into())) + // Minimum execution time: 20_928_000 picoseconds. + Weight::from_parts(21_141_000, 7288) + // Standard Error: 7_488 + .saturating_add(Weight::from_parts(13_077_054, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -166,8 +166,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `351` // Estimated: `7280` - // Minimum execution time: 15_870_000 picoseconds. - Weight::from_parts(16_280_000, 7280) + // Minimum execution time: 16_475_000 picoseconds. + Weight::from_parts(16_721_000, 7280) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -179,8 +179,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `351` // Estimated: `7242` - // Minimum execution time: 28_556_000 picoseconds. - Weight::from_parts(28_972_000, 7242) + // Minimum execution time: 30_245_000 picoseconds. + Weight::from_parts(30_608_000, 7242) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -192,8 +192,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `459` // Estimated: `7242` - // Minimum execution time: 35_379_000 picoseconds. - Weight::from_parts(35_826_000, 7242) + // Minimum execution time: 36_713_000 picoseconds. + Weight::from_parts(37_159_000, 7242) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -207,8 +207,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `498` // Estimated: `13412` - // Minimum execution time: 48_837_000 picoseconds. - Weight::from_parts(49_305_000, 13412) + // Minimum execution time: 52_441_000 picoseconds. + Weight::from_parts(52_600_000, 13412) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -222,8 +222,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `498` // Estimated: `13412` - // Minimum execution time: 43_603_000 picoseconds. - Weight::from_parts(44_142_000, 13412) + // Minimum execution time: 45_832_000 picoseconds. + Weight::from_parts(47_017_000, 13412) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -237,8 +237,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `498` // Estimated: `13412` - // Minimum execution time: 49_691_000 picoseconds. - Weight::from_parts(50_402_000, 13412) + // Minimum execution time: 52_549_000 picoseconds. + Weight::from_parts(52_980_000, 13412) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -250,8 +250,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `459` // Estimated: `7242` - // Minimum execution time: 19_600_000 picoseconds. - Weight::from_parts(20_435_000, 7242) + // Minimum execution time: 20_647_000 picoseconds. + Weight::from_parts(20_962_000, 7242) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -263,8 +263,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `459` // Estimated: `7242` - // Minimum execution time: 19_396_000 picoseconds. - Weight::from_parts(19_745_000, 7242) + // Minimum execution time: 19_841_000 picoseconds. + Weight::from_parts(20_271_000, 7242) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -274,8 +274,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `385` // Estimated: `3675` - // Minimum execution time: 15_503_000 picoseconds. - Weight::from_parts(15_788_000, 3675) + // Minimum execution time: 15_794_000 picoseconds. + Weight::from_parts(16_144_000, 3675) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -285,8 +285,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `385` // Estimated: `3675` - // Minimum execution time: 15_874_000 picoseconds. - Weight::from_parts(16_190_000, 3675) + // Minimum execution time: 15_625_000 picoseconds. + Weight::from_parts(16_066_000, 3675) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -298,8 +298,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `351` // Estimated: `7280` - // Minimum execution time: 17_067_000 picoseconds. - Weight::from_parts(17_355_000, 7280) + // Minimum execution time: 17_579_000 picoseconds. + Weight::from_parts(17_928_000, 7280) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -309,8 +309,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `351` // Estimated: `3675` - // Minimum execution time: 16_155_000 picoseconds. - Weight::from_parts(16_442_000, 3675) + // Minimum execution time: 16_560_000 picoseconds. + Weight::from_parts(17_014_000, 3675) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -320,12 +320,14 @@ impl WeightInfo for SubstrateWeight { /// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen) /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. - fn set_metadata(_n: u32, _s: u32, ) -> Weight { + fn set_metadata(_n: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `351` // Estimated: `7280` - // Minimum execution time: 27_270_000 picoseconds. - Weight::from_parts(28_634_060, 7280) + // Minimum execution time: 28_213_000 picoseconds. + Weight::from_parts(30_742_500, 7280) + // Standard Error: 5_942 + .saturating_add(Weight::from_parts(4_544, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -337,8 +339,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `515` // Estimated: `7280` - // Minimum execution time: 27_469_000 picoseconds. - Weight::from_parts(27_911_000, 7280) + // Minimum execution time: 28_676_000 picoseconds. + Weight::from_parts(29_095_000, 7280) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -352,10 +354,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `190` // Estimated: `7280` - // Minimum execution time: 16_008_000 picoseconds. - Weight::from_parts(17_007_654, 7280) - // Standard Error: 527 - .saturating_add(Weight::from_parts(4_158, 0).saturating_mul(s.into())) + // Minimum execution time: 16_413_000 picoseconds. + Weight::from_parts(18_086_485, 7280) + // Standard Error: 3_631 + .saturating_add(Weight::from_parts(1_560, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -367,8 +369,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `515` // Estimated: `7280` - // Minimum execution time: 27_118_000 picoseconds. - Weight::from_parts(27_776_000, 7280) + // Minimum execution time: 28_060_000 picoseconds. + Weight::from_parts(28_396_000, 7280) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -378,8 +380,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `351` // Estimated: `3675` - // Minimum execution time: 14_776_000 picoseconds. - Weight::from_parts(15_281_000, 3675) + // Minimum execution time: 15_548_000 picoseconds. + Weight::from_parts(15_982_000, 3675) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -391,8 +393,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `385` // Estimated: `7288` - // Minimum execution time: 31_324_000 picoseconds. - Weight::from_parts(32_161_000, 7288) + // Minimum execution time: 31_445_000 picoseconds. + Weight::from_parts(31_967_000, 7288) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -408,8 +410,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `668` // Estimated: `17025` - // Minimum execution time: 63_750_000 picoseconds. - Weight::from_parts(64_828_000, 17025) + // Minimum execution time: 64_563_000 picoseconds. + Weight::from_parts(66_237_000, 17025) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -421,8 +423,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `555` // Estimated: `7288` - // Minimum execution time: 32_698_000 picoseconds. - Weight::from_parts(33_309_000, 7288) + // Minimum execution time: 34_440_000 picoseconds. + Weight::from_parts(34_829_000, 7288) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -434,8 +436,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `555` // Estimated: `7288` - // Minimum execution time: 33_147_000 picoseconds. - Weight::from_parts(33_620_000, 7288) + // Minimum execution time: 33_620_000 picoseconds. + Weight::from_parts(34_082_000, 7288) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -445,8 +447,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `351` // Estimated: `3675` - // Minimum execution time: 15_910_000 picoseconds. - Weight::from_parts(16_315_000, 3675) + // Minimum execution time: 16_226_000 picoseconds. + Weight::from_parts(16_636_000, 3675) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -462,8 +464,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `293` // Estimated: `7268` - // Minimum execution time: 27_756_000 picoseconds. - Weight::from_parts(28_637_000, 7268) + // Minimum execution time: 27_223_000 picoseconds. + Weight::from_parts(28_072_000, 7268) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -473,8 +475,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `153` // Estimated: `3675` - // Minimum execution time: 15_402_000 picoseconds. - Weight::from_parts(15_803_000, 3675) + // Minimum execution time: 14_988_000 picoseconds. + Weight::from_parts(15_503_000, 3675) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -484,8 +486,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `385` // Estimated: `3675` - // Minimum execution time: 16_027_000 picoseconds. - Weight::from_parts(16_372_000, 3675) + // Minimum execution time: 15_890_000 picoseconds. + Weight::from_parts(16_306_000, 3675) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -500,10 +502,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0 + c * (208 ±0)` // Estimated: `8232 + c * (5180 ±0)` - // Minimum execution time: 20_667_000 picoseconds. - Weight::from_parts(20_930_000, 8232) - // Standard Error: 7_226 - .saturating_add(Weight::from_parts(12_759_091, 0).saturating_mul(c.into())) + // Minimum execution time: 20_719_000 picoseconds. + Weight::from_parts(21_204_000, 8232) + // Standard Error: 7_421 + .saturating_add(Weight::from_parts(12_838_361, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -519,10 +521,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `522 + a * (86 ±0)` // Estimated: `7288 + a * (2623 ±0)` - // Minimum execution time: 20_798_000 picoseconds. - Weight::from_parts(21_129_000, 7288) - // Standard Error: 7_484 - .saturating_add(Weight::from_parts(12_761_996, 0).saturating_mul(a.into())) + // Minimum execution time: 20_928_000 picoseconds. + Weight::from_parts(21_141_000, 7288) + // Standard Error: 7_488 + .saturating_add(Weight::from_parts(13_077_054, 0).saturating_mul(a.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -537,8 +539,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `351` // Estimated: `7280` - // Minimum execution time: 15_870_000 picoseconds. - Weight::from_parts(16_280_000, 7280) + // Minimum execution time: 16_475_000 picoseconds. + Weight::from_parts(16_721_000, 7280) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -550,8 +552,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `351` // Estimated: `7242` - // Minimum execution time: 28_556_000 picoseconds. - Weight::from_parts(28_972_000, 7242) + // Minimum execution time: 30_245_000 picoseconds. + Weight::from_parts(30_608_000, 7242) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -563,8 +565,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `459` // Estimated: `7242` - // Minimum execution time: 35_379_000 picoseconds. - Weight::from_parts(35_826_000, 7242) + // Minimum execution time: 36_713_000 picoseconds. + Weight::from_parts(37_159_000, 7242) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -578,8 +580,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `498` // Estimated: `13412` - // Minimum execution time: 48_837_000 picoseconds. - Weight::from_parts(49_305_000, 13412) + // Minimum execution time: 52_441_000 picoseconds. + Weight::from_parts(52_600_000, 13412) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -593,8 +595,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `498` // Estimated: `13412` - // Minimum execution time: 43_603_000 picoseconds. - Weight::from_parts(44_142_000, 13412) + // Minimum execution time: 45_832_000 picoseconds. + Weight::from_parts(47_017_000, 13412) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -608,8 +610,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `498` // Estimated: `13412` - // Minimum execution time: 49_691_000 picoseconds. - Weight::from_parts(50_402_000, 13412) + // Minimum execution time: 52_549_000 picoseconds. + Weight::from_parts(52_980_000, 13412) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -621,8 +623,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `459` // Estimated: `7242` - // Minimum execution time: 19_600_000 picoseconds. - Weight::from_parts(20_435_000, 7242) + // Minimum execution time: 20_647_000 picoseconds. + Weight::from_parts(20_962_000, 7242) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -634,8 +636,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `459` // Estimated: `7242` - // Minimum execution time: 19_396_000 picoseconds. - Weight::from_parts(19_745_000, 7242) + // Minimum execution time: 19_841_000 picoseconds. + Weight::from_parts(20_271_000, 7242) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -645,8 +647,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `385` // Estimated: `3675` - // Minimum execution time: 15_503_000 picoseconds. - Weight::from_parts(15_788_000, 3675) + // Minimum execution time: 15_794_000 picoseconds. + Weight::from_parts(16_144_000, 3675) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -656,8 +658,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `385` // Estimated: `3675` - // Minimum execution time: 15_874_000 picoseconds. - Weight::from_parts(16_190_000, 3675) + // Minimum execution time: 15_625_000 picoseconds. + Weight::from_parts(16_066_000, 3675) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -669,8 +671,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `351` // Estimated: `7280` - // Minimum execution time: 17_067_000 picoseconds. - Weight::from_parts(17_355_000, 7280) + // Minimum execution time: 17_579_000 picoseconds. + Weight::from_parts(17_928_000, 7280) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -680,8 +682,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `351` // Estimated: `3675` - // Minimum execution time: 16_155_000 picoseconds. - Weight::from_parts(16_442_000, 3675) + // Minimum execution time: 16_560_000 picoseconds. + Weight::from_parts(17_014_000, 3675) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -691,12 +693,14 @@ impl WeightInfo for () { /// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen) /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. - fn set_metadata(_n: u32, _s: u32, ) -> Weight { + fn set_metadata(_n: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `351` // Estimated: `7280` - // Minimum execution time: 27_270_000 picoseconds. - Weight::from_parts(28_634_060, 7280) + // Minimum execution time: 28_213_000 picoseconds. + Weight::from_parts(30_742_500, 7280) + // Standard Error: 5_942 + .saturating_add(Weight::from_parts(4_544, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -708,8 +712,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `515` // Estimated: `7280` - // Minimum execution time: 27_469_000 picoseconds. - Weight::from_parts(27_911_000, 7280) + // Minimum execution time: 28_676_000 picoseconds. + Weight::from_parts(29_095_000, 7280) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -723,10 +727,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `190` // Estimated: `7280` - // Minimum execution time: 16_008_000 picoseconds. - Weight::from_parts(17_007_654, 7280) - // Standard Error: 527 - .saturating_add(Weight::from_parts(4_158, 0).saturating_mul(s.into())) + // Minimum execution time: 16_413_000 picoseconds. + Weight::from_parts(18_086_485, 7280) + // Standard Error: 3_631 + .saturating_add(Weight::from_parts(1_560, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -738,8 +742,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `515` // Estimated: `7280` - // Minimum execution time: 27_118_000 picoseconds. - Weight::from_parts(27_776_000, 7280) + // Minimum execution time: 28_060_000 picoseconds. + Weight::from_parts(28_396_000, 7280) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -749,8 +753,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `351` // Estimated: `3675` - // Minimum execution time: 14_776_000 picoseconds. - Weight::from_parts(15_281_000, 3675) + // Minimum execution time: 15_548_000 picoseconds. + Weight::from_parts(15_982_000, 3675) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -762,8 +766,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `385` // Estimated: `7288` - // Minimum execution time: 31_324_000 picoseconds. - Weight::from_parts(32_161_000, 7288) + // Minimum execution time: 31_445_000 picoseconds. + Weight::from_parts(31_967_000, 7288) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -779,8 +783,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `668` // Estimated: `17025` - // Minimum execution time: 63_750_000 picoseconds. - Weight::from_parts(64_828_000, 17025) + // Minimum execution time: 64_563_000 picoseconds. + Weight::from_parts(66_237_000, 17025) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -792,8 +796,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `555` // Estimated: `7288` - // Minimum execution time: 32_698_000 picoseconds. - Weight::from_parts(33_309_000, 7288) + // Minimum execution time: 34_440_000 picoseconds. + Weight::from_parts(34_829_000, 7288) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -805,8 +809,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `555` // Estimated: `7288` - // Minimum execution time: 33_147_000 picoseconds. - Weight::from_parts(33_620_000, 7288) + // Minimum execution time: 33_620_000 picoseconds. + Weight::from_parts(34_082_000, 7288) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -816,8 +820,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `351` // Estimated: `3675` - // Minimum execution time: 15_910_000 picoseconds. - Weight::from_parts(16_315_000, 3675) + // Minimum execution time: 16_226_000 picoseconds. + Weight::from_parts(16_636_000, 3675) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/bags-list/src/weights.rs b/frame/bags-list/src/weights.rs index 30efe1ef0cb38..789d7ab76e4ec 100644 --- a/frame/bags-list/src/weights.rs +++ b/frame/bags-list/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_bags_list //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -71,8 +71,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1724` // Estimated: `23146` - // Minimum execution time: 63_526_000 picoseconds. - Weight::from_parts(64_125_000, 23146) + // Minimum execution time: 62_683_000 picoseconds. + Weight::from_parts(63_561_000, 23146) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -88,8 +88,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1618` // Estimated: `23074` - // Minimum execution time: 62_404_000 picoseconds. - Weight::from_parts(63_178_000, 23074) + // Minimum execution time: 61_353_000 picoseconds. + Weight::from_parts(62_246_000, 23074) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -107,8 +107,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1930` // Estimated: `30748` - // Minimum execution time: 69_938_000 picoseconds. - Weight::from_parts(70_723_000, 30748) + // Minimum execution time: 68_490_000 picoseconds. + Weight::from_parts(69_420_000, 30748) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -128,8 +128,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1724` // Estimated: `23146` - // Minimum execution time: 63_526_000 picoseconds. - Weight::from_parts(64_125_000, 23146) + // Minimum execution time: 62_683_000 picoseconds. + Weight::from_parts(63_561_000, 23146) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -145,8 +145,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1618` // Estimated: `23074` - // Minimum execution time: 62_404_000 picoseconds. - Weight::from_parts(63_178_000, 23074) + // Minimum execution time: 61_353_000 picoseconds. + Weight::from_parts(62_246_000, 23074) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -164,8 +164,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1930` // Estimated: `30748` - // Minimum execution time: 69_938_000 picoseconds. - Weight::from_parts(70_723_000, 30748) + // Minimum execution time: 68_490_000 picoseconds. + Weight::from_parts(69_420_000, 30748) .saturating_add(RocksDbWeight::get().reads(10_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } diff --git a/frame/balances/src/weights.rs b/frame/balances/src/weights.rs index 500eb3371d635..e4d9659786bde 100644 --- a/frame/balances/src/weights.rs +++ b/frame/balances/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_balances //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -69,8 +69,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 37_266_000 picoseconds. - Weight::from_parts(37_757_000, 3593) + // Minimum execution time: 37_194_000 picoseconds. + Weight::from_parts(37_716_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -80,8 +80,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 28_782_000 picoseconds. - Weight::from_parts(29_185_000, 3593) + // Minimum execution time: 27_685_000 picoseconds. + Weight::from_parts(28_156_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -91,8 +91,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `174` // Estimated: `3593` - // Minimum execution time: 17_406_000 picoseconds. - Weight::from_parts(17_781_000, 3593) + // Minimum execution time: 17_487_000 picoseconds. + Weight::from_parts(17_661_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -102,8 +102,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `174` // Estimated: `3593` - // Minimum execution time: 20_942_000 picoseconds. - Weight::from_parts(21_270_000, 3593) + // Minimum execution time: 20_922_000 picoseconds. + Weight::from_parts(21_437_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -113,8 +113,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `103` // Estimated: `6196` - // Minimum execution time: 41_706_000 picoseconds. - Weight::from_parts(42_176_000, 6196) + // Minimum execution time: 38_665_000 picoseconds. + Weight::from_parts(40_146_000, 6196) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -124,8 +124,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 35_622_000 picoseconds. - Weight::from_parts(35_943_000, 3593) + // Minimum execution time: 34_858_000 picoseconds. + Weight::from_parts(35_135_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -135,8 +135,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `174` // Estimated: `3593` - // Minimum execution time: 16_586_000 picoseconds. - Weight::from_parts(17_352_000, 3593) + // Minimum execution time: 16_141_000 picoseconds. + Weight::from_parts(16_535_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -150,8 +150,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 37_266_000 picoseconds. - Weight::from_parts(37_757_000, 3593) + // Minimum execution time: 37_194_000 picoseconds. + Weight::from_parts(37_716_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -161,8 +161,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 28_782_000 picoseconds. - Weight::from_parts(29_185_000, 3593) + // Minimum execution time: 27_685_000 picoseconds. + Weight::from_parts(28_156_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -172,8 +172,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `174` // Estimated: `3593` - // Minimum execution time: 17_406_000 picoseconds. - Weight::from_parts(17_781_000, 3593) + // Minimum execution time: 17_487_000 picoseconds. + Weight::from_parts(17_661_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -183,8 +183,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `174` // Estimated: `3593` - // Minimum execution time: 20_942_000 picoseconds. - Weight::from_parts(21_270_000, 3593) + // Minimum execution time: 20_922_000 picoseconds. + Weight::from_parts(21_437_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -194,8 +194,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `103` // Estimated: `6196` - // Minimum execution time: 41_706_000 picoseconds. - Weight::from_parts(42_176_000, 6196) + // Minimum execution time: 38_665_000 picoseconds. + Weight::from_parts(40_146_000, 6196) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -205,8 +205,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 35_622_000 picoseconds. - Weight::from_parts(35_943_000, 3593) + // Minimum execution time: 34_858_000 picoseconds. + Weight::from_parts(35_135_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -216,8 +216,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `174` // Estimated: `3593` - // Minimum execution time: 16_586_000 picoseconds. - Weight::from_parts(17_352_000, 3593) + // Minimum execution time: 16_141_000 picoseconds. + Weight::from_parts(16_535_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/benchmarking/src/weights.rs b/frame/benchmarking/src/weights.rs index aa24b99ace2a7..e65584c18386e 100644 --- a/frame/benchmarking/src/weights.rs +++ b/frame/benchmarking/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for frame_benchmarking //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -67,49 +67,49 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 205_000 picoseconds. - Weight::from_parts(263_483, 0) + // Minimum execution time: 174_000 picoseconds. + Weight::from_parts(202_631, 0) } /// The range of component `i` is `[0, 1000000]`. fn subtraction(_i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 186_000 picoseconds. - Weight::from_parts(257_588, 0) + // Minimum execution time: 173_000 picoseconds. + Weight::from_parts(211_852, 0) } /// The range of component `i` is `[0, 1000000]`. fn multiplication(_i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 192_000 picoseconds. - Weight::from_parts(264_271, 0) + // Minimum execution time: 172_000 picoseconds. + Weight::from_parts(210_198, 0) } /// The range of component `i` is `[0, 1000000]`. fn division(_i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 191_000 picoseconds. - Weight::from_parts(250_785, 0) + // Minimum execution time: 170_000 picoseconds. + Weight::from_parts(203_112, 0) } fn hashing() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 21_405_207_000 picoseconds. - Weight::from_parts(21_534_243_000, 0) + // Minimum execution time: 22_639_562_000 picoseconds. + Weight::from_parts(22_896_626_000, 0) } /// The range of component `i` is `[0, 100]`. fn sr25519_verification(i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 255_000 picoseconds. - Weight::from_parts(271_000, 0) - // Standard Error: 12_788 - .saturating_add(Weight::from_parts(47_469_387, 0).saturating_mul(i.into())) + // Minimum execution time: 223_000 picoseconds. + Weight::from_parts(240_000, 0) + // Standard Error: 13_473 + .saturating_add(Weight::from_parts(47_496_909, 0).saturating_mul(i.into())) } } @@ -120,48 +120,48 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 205_000 picoseconds. - Weight::from_parts(263_483, 0) + // Minimum execution time: 174_000 picoseconds. + Weight::from_parts(202_631, 0) } /// The range of component `i` is `[0, 1000000]`. fn subtraction(_i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 186_000 picoseconds. - Weight::from_parts(257_588, 0) + // Minimum execution time: 173_000 picoseconds. + Weight::from_parts(211_852, 0) } /// The range of component `i` is `[0, 1000000]`. fn multiplication(_i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 192_000 picoseconds. - Weight::from_parts(264_271, 0) + // Minimum execution time: 172_000 picoseconds. + Weight::from_parts(210_198, 0) } /// The range of component `i` is `[0, 1000000]`. fn division(_i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 191_000 picoseconds. - Weight::from_parts(250_785, 0) + // Minimum execution time: 170_000 picoseconds. + Weight::from_parts(203_112, 0) } fn hashing() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 21_405_207_000 picoseconds. - Weight::from_parts(21_534_243_000, 0) + // Minimum execution time: 22_639_562_000 picoseconds. + Weight::from_parts(22_896_626_000, 0) } /// The range of component `i` is `[0, 100]`. fn sr25519_verification(i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 255_000 picoseconds. - Weight::from_parts(271_000, 0) - // Standard Error: 12_788 - .saturating_add(Weight::from_parts(47_469_387, 0).saturating_mul(i.into())) + // Minimum execution time: 223_000 picoseconds. + Weight::from_parts(240_000, 0) + // Standard Error: 13_473 + .saturating_add(Weight::from_parts(47_496_909, 0).saturating_mul(i.into())) } } diff --git a/frame/bounties/src/weights.rs b/frame/bounties/src/weights.rs index b0459fee62eb1..4ac87723a6509 100644 --- a/frame/bounties/src/weights.rs +++ b/frame/bounties/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_bounties //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -80,8 +80,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `276` // Estimated: `5082` - // Minimum execution time: 26_271_000 picoseconds. - Weight::from_parts(28_048_901, 5082) + // Minimum execution time: 26_465_000 picoseconds. + Weight::from_parts(28_507_580, 5082) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -93,8 +93,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `368` // Estimated: `5529` - // Minimum execution time: 12_573_000 picoseconds. - Weight::from_parts(12_827_000, 5529) + // Minimum execution time: 12_336_000 picoseconds. + Weight::from_parts(12_669_000, 5529) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -104,8 +104,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `388` // Estimated: `3642` - // Minimum execution time: 10_555_000 picoseconds. - Weight::from_parts(10_857_000, 3642) + // Minimum execution time: 10_798_000 picoseconds. + Weight::from_parts(11_023_000, 3642) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -117,8 +117,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `564` // Estimated: `7235` - // Minimum execution time: 26_003_000 picoseconds. - Weight::from_parts(26_291_000, 7235) + // Minimum execution time: 26_215_000 picoseconds. + Weight::from_parts(26_730_000, 7235) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -130,8 +130,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `560` // Estimated: `7235` - // Minimum execution time: 24_371_000 picoseconds. - Weight::from_parts(24_781_000, 7235) + // Minimum execution time: 24_670_000 picoseconds. + Weight::from_parts(24_945_000, 7235) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -143,8 +143,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `538` // Estimated: `7123` - // Minimum execution time: 20_688_000 picoseconds. - Weight::from_parts(20_909_000, 7123) + // Minimum execution time: 20_856_000 picoseconds. + Weight::from_parts(21_249_000, 7123) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -160,8 +160,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `902` // Estimated: `15934` - // Minimum execution time: 78_933_000 picoseconds. - Weight::from_parts(79_884_000, 15934) + // Minimum execution time: 80_294_000 picoseconds. + Weight::from_parts(81_619_000, 15934) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -177,8 +177,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `582` // Estimated: `10716` - // Minimum execution time: 32_332_000 picoseconds. - Weight::from_parts(32_833_000, 10716) + // Minimum execution time: 32_808_000 picoseconds. + Weight::from_parts(33_199_000, 10716) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -194,8 +194,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `818` // Estimated: `13319` - // Minimum execution time: 55_686_000 picoseconds. - Weight::from_parts(56_271_000, 13319) + // Minimum execution time: 55_942_000 picoseconds. + Weight::from_parts(56_598_000, 13319) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -205,8 +205,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `424` // Estimated: `3642` - // Minimum execution time: 16_414_000 picoseconds. - Weight::from_parts(16_681_000, 3642) + // Minimum execution time: 16_201_000 picoseconds. + Weight::from_parts(16_607_000, 3642) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -221,10 +221,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4 + b * (297 ±0)` // Estimated: `3867 + b * (7858 ±0)` - // Minimum execution time: 5_398_000 picoseconds. - Weight::from_parts(4_478_947, 3867) - // Standard Error: 41_860 - .saturating_add(Weight::from_parts(33_082_606, 0).saturating_mul(b.into())) + // Minimum execution time: 5_435_000 picoseconds. + Weight::from_parts(8_077_029, 3867) + // Standard Error: 29_375 + .saturating_add(Weight::from_parts(32_961_795, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -248,8 +248,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `276` // Estimated: `5082` - // Minimum execution time: 26_271_000 picoseconds. - Weight::from_parts(28_048_901, 5082) + // Minimum execution time: 26_465_000 picoseconds. + Weight::from_parts(28_507_580, 5082) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -261,8 +261,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `368` // Estimated: `5529` - // Minimum execution time: 12_573_000 picoseconds. - Weight::from_parts(12_827_000, 5529) + // Minimum execution time: 12_336_000 picoseconds. + Weight::from_parts(12_669_000, 5529) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -272,8 +272,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `388` // Estimated: `3642` - // Minimum execution time: 10_555_000 picoseconds. - Weight::from_parts(10_857_000, 3642) + // Minimum execution time: 10_798_000 picoseconds. + Weight::from_parts(11_023_000, 3642) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -285,8 +285,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `564` // Estimated: `7235` - // Minimum execution time: 26_003_000 picoseconds. - Weight::from_parts(26_291_000, 7235) + // Minimum execution time: 26_215_000 picoseconds. + Weight::from_parts(26_730_000, 7235) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -298,8 +298,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `560` // Estimated: `7235` - // Minimum execution time: 24_371_000 picoseconds. - Weight::from_parts(24_781_000, 7235) + // Minimum execution time: 24_670_000 picoseconds. + Weight::from_parts(24_945_000, 7235) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -311,8 +311,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `538` // Estimated: `7123` - // Minimum execution time: 20_688_000 picoseconds. - Weight::from_parts(20_909_000, 7123) + // Minimum execution time: 20_856_000 picoseconds. + Weight::from_parts(21_249_000, 7123) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -328,8 +328,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `902` // Estimated: `15934` - // Minimum execution time: 78_933_000 picoseconds. - Weight::from_parts(79_884_000, 15934) + // Minimum execution time: 80_294_000 picoseconds. + Weight::from_parts(81_619_000, 15934) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -345,8 +345,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `582` // Estimated: `10716` - // Minimum execution time: 32_332_000 picoseconds. - Weight::from_parts(32_833_000, 10716) + // Minimum execution time: 32_808_000 picoseconds. + Weight::from_parts(33_199_000, 10716) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -362,8 +362,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `818` // Estimated: `13319` - // Minimum execution time: 55_686_000 picoseconds. - Weight::from_parts(56_271_000, 13319) + // Minimum execution time: 55_942_000 picoseconds. + Weight::from_parts(56_598_000, 13319) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -373,8 +373,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `424` // Estimated: `3642` - // Minimum execution time: 16_414_000 picoseconds. - Weight::from_parts(16_681_000, 3642) + // Minimum execution time: 16_201_000 picoseconds. + Weight::from_parts(16_607_000, 3642) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -389,10 +389,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4 + b * (297 ±0)` // Estimated: `3867 + b * (7858 ±0)` - // Minimum execution time: 5_398_000 picoseconds. - Weight::from_parts(4_478_947, 3867) - // Standard Error: 41_860 - .saturating_add(Weight::from_parts(33_082_606, 0).saturating_mul(b.into())) + // Minimum execution time: 5_435_000 picoseconds. + Weight::from_parts(8_077_029, 3867) + // Standard Error: 29_375 + .saturating_add(Weight::from_parts(32_961_795, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(b.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) diff --git a/frame/child-bounties/src/weights.rs b/frame/child-bounties/src/weights.rs index 92be77c49dc9c..1b9781d079ad1 100644 --- a/frame/child-bounties/src/weights.rs +++ b/frame/child-bounties/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_child_bounties //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -77,14 +77,12 @@ impl WeightInfo for SubstrateWeight { /// Storage: ChildBounties ChildBounties (r:0 w:1) /// Proof: ChildBounties ChildBounties (max_values: None, max_size: Some(145), added: 2620, mode: MaxEncodedLen) /// The range of component `d` is `[0, 300]`. - fn add_child_bounty(d: u32, ) -> Weight { + fn add_child_bounty(_d: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `678` // Estimated: `14808` - // Minimum execution time: 54_017_000 picoseconds. - Weight::from_parts(55_142_443, 14808) - // Standard Error: 310 - .saturating_add(Weight::from_parts(1_199, 0).saturating_mul(d.into())) + // Minimum execution time: 55_074_000 picoseconds. + Weight::from_parts(58_127_897, 14808) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -98,8 +96,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `732` // Estimated: `10745` - // Minimum execution time: 19_222_000 picoseconds. - Weight::from_parts(19_446_000, 10745) + // Minimum execution time: 18_940_000 picoseconds. + Weight::from_parts(20_916_000, 10745) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -113,8 +111,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `878` // Estimated: `10845` - // Minimum execution time: 31_049_000 picoseconds. - Weight::from_parts(31_546_000, 10845) + // Minimum execution time: 31_417_000 picoseconds. + Weight::from_parts(31_865_000, 10845) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -128,8 +126,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `878` // Estimated: `10845` - // Minimum execution time: 33_860_000 picoseconds. - Weight::from_parts(34_897_000, 10845) + // Minimum execution time: 33_838_000 picoseconds. + Weight::from_parts(34_315_000, 10845) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -141,8 +139,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `775` // Estimated: `7252` - // Minimum execution time: 23_178_000 picoseconds. - Weight::from_parts(23_412_000, 7252) + // Minimum execution time: 23_008_000 picoseconds. + Weight::from_parts(23_309_000, 7252) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -158,8 +156,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `648` // Estimated: `15890` - // Minimum execution time: 76_189_000 picoseconds. - Weight::from_parts(76_770_000, 15890) + // Minimum execution time: 76_844_000 picoseconds. + Weight::from_parts(77_592_000, 15890) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -179,8 +177,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `978` // Estimated: `20422` - // Minimum execution time: 55_161_000 picoseconds. - Weight::from_parts(55_578_000, 20422) + // Minimum execution time: 54_543_000 picoseconds. + Weight::from_parts(55_272_000, 20422) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -200,8 +198,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1165` // Estimated: `23025` - // Minimum execution time: 67_815_000 picoseconds. - Weight::from_parts(68_620_000, 23025) + // Minimum execution time: 67_762_000 picoseconds. + Weight::from_parts(68_413_000, 23025) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -222,14 +220,12 @@ impl WeightInfo for () { /// Storage: ChildBounties ChildBounties (r:0 w:1) /// Proof: ChildBounties ChildBounties (max_values: None, max_size: Some(145), added: 2620, mode: MaxEncodedLen) /// The range of component `d` is `[0, 300]`. - fn add_child_bounty(d: u32, ) -> Weight { + fn add_child_bounty(_d: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `678` // Estimated: `14808` - // Minimum execution time: 54_017_000 picoseconds. - Weight::from_parts(55_142_443, 14808) - // Standard Error: 310 - .saturating_add(Weight::from_parts(1_199, 0).saturating_mul(d.into())) + // Minimum execution time: 55_074_000 picoseconds. + Weight::from_parts(58_127_897, 14808) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -243,8 +239,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `732` // Estimated: `10745` - // Minimum execution time: 19_222_000 picoseconds. - Weight::from_parts(19_446_000, 10745) + // Minimum execution time: 18_940_000 picoseconds. + Weight::from_parts(20_916_000, 10745) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -258,8 +254,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `878` // Estimated: `10845` - // Minimum execution time: 31_049_000 picoseconds. - Weight::from_parts(31_546_000, 10845) + // Minimum execution time: 31_417_000 picoseconds. + Weight::from_parts(31_865_000, 10845) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -273,8 +269,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `878` // Estimated: `10845` - // Minimum execution time: 33_860_000 picoseconds. - Weight::from_parts(34_897_000, 10845) + // Minimum execution time: 33_838_000 picoseconds. + Weight::from_parts(34_315_000, 10845) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -286,8 +282,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `775` // Estimated: `7252` - // Minimum execution time: 23_178_000 picoseconds. - Weight::from_parts(23_412_000, 7252) + // Minimum execution time: 23_008_000 picoseconds. + Weight::from_parts(23_309_000, 7252) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -303,8 +299,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `648` // Estimated: `15890` - // Minimum execution time: 76_189_000 picoseconds. - Weight::from_parts(76_770_000, 15890) + // Minimum execution time: 76_844_000 picoseconds. + Weight::from_parts(77_592_000, 15890) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -324,8 +320,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `978` // Estimated: `20422` - // Minimum execution time: 55_161_000 picoseconds. - Weight::from_parts(55_578_000, 20422) + // Minimum execution time: 54_543_000 picoseconds. + Weight::from_parts(55_272_000, 20422) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -345,8 +341,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1165` // Estimated: `23025` - // Minimum execution time: 67_815_000 picoseconds. - Weight::from_parts(68_620_000, 23025) + // Minimum execution time: 67_762_000 picoseconds. + Weight::from_parts(68_413_000, 23025) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } diff --git a/frame/collective/src/weights.rs b/frame/collective/src/weights.rs index 2199c02052009..d87d156bc8672 100644 --- a/frame/collective/src/weights.rs +++ b/frame/collective/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_collective //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -80,13 +80,13 @@ impl WeightInfo for SubstrateWeight { fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + m * (3232 ±0) + p * (3190 ±0)` - // Estimated: `19428 + m * (7799 ±24) + p * (10110 ±24)` - // Minimum execution time: 18_772_000 picoseconds. - Weight::from_parts(18_931_000, 19428) - // Standard Error: 65_247 - .saturating_add(Weight::from_parts(5_050_136, 0).saturating_mul(m.into())) - // Standard Error: 65_247 - .saturating_add(Weight::from_parts(8_235_069, 0).saturating_mul(p.into())) + // Estimated: `19428 + m * (7799 ±23) + p * (10110 ±23)` + // Minimum execution time: 17_590_000 picoseconds. + Weight::from_parts(17_878_000, 19428) + // Standard Error: 50_191 + .saturating_add(Weight::from_parts(3_934_377, 0).saturating_mul(m.into())) + // Standard Error: 50_191 + .saturating_add(Weight::from_parts(6_955_890, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -102,12 +102,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `202 + m * (32 ±0)` // Estimated: `1688 + m * (32 ±0)` - // Minimum execution time: 17_741_000 picoseconds. - Weight::from_parts(17_580_031, 1688) - // Standard Error: 113 - .saturating_add(Weight::from_parts(941, 0).saturating_mul(b.into())) - // Standard Error: 1_170 - .saturating_add(Weight::from_parts(17_329, 0).saturating_mul(m.into())) + // Minimum execution time: 17_466_000 picoseconds. + Weight::from_parts(16_620_777, 1688) + // Standard Error: 73 + .saturating_add(Weight::from_parts(1_671, 0).saturating_mul(b.into())) + // Standard Error: 758 + .saturating_add(Weight::from_parts(16_834, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -121,12 +121,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `202 + m * (32 ±0)` // Estimated: `5356 + m * (64 ±0)` - // Minimum execution time: 20_214_000 picoseconds. - Weight::from_parts(19_508_816, 5356) - // Standard Error: 46 - .saturating_add(Weight::from_parts(1_646, 0).saturating_mul(b.into())) - // Standard Error: 475 - .saturating_add(Weight::from_parts(27_145, 0).saturating_mul(m.into())) + // Minimum execution time: 19_629_000 picoseconds. + Weight::from_parts(19_462_001, 5356) + // Standard Error: 76 + .saturating_add(Weight::from_parts(1_439, 0).saturating_mul(b.into())) + // Standard Error: 787 + .saturating_add(Weight::from_parts(24_590, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } @@ -147,14 +147,14 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `492 + m * (32 ±0) + p * (36 ±0)` // Estimated: `10015 + m * (165 ±0) + p * (180 ±0)` - // Minimum execution time: 27_872_000 picoseconds. - Weight::from_parts(28_010_227, 10015) - // Standard Error: 90 - .saturating_add(Weight::from_parts(2_643, 0).saturating_mul(b.into())) - // Standard Error: 944 - .saturating_add(Weight::from_parts(17_897, 0).saturating_mul(m.into())) - // Standard Error: 932 - .saturating_add(Weight::from_parts(122_368, 0).saturating_mul(p.into())) + // Minimum execution time: 27_130_000 picoseconds. + Weight::from_parts(26_807_500, 10015) + // Standard Error: 186 + .saturating_add(Weight::from_parts(3_261, 0).saturating_mul(b.into())) + // Standard Error: 1_946 + .saturating_add(Weight::from_parts(23_994, 0).saturating_mul(m.into())) + // Standard Error: 1_921 + .saturating_add(Weight::from_parts(124_040, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into())) @@ -169,10 +169,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `941 + m * (64 ±0)` // Estimated: `6830 + m * (128 ±0)` - // Minimum execution time: 22_518_000 picoseconds. - Weight::from_parts(23_281_512, 6830) - // Standard Error: 647 - .saturating_add(Weight::from_parts(53_974, 0).saturating_mul(m.into())) + // Minimum execution time: 22_861_000 picoseconds. + Weight::from_parts(23_566_387, 6830) + // Standard Error: 799 + .saturating_add(Weight::from_parts(53_291, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into())) @@ -191,12 +191,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `530 + m * (64 ±0) + p * (36 ±0)` // Estimated: `8475 + m * (260 ±0) + p * (144 ±0)` - // Minimum execution time: 29_020_000 picoseconds. - Weight::from_parts(29_009_937, 8475) - // Standard Error: 809 - .saturating_add(Weight::from_parts(31_952, 0).saturating_mul(m.into())) - // Standard Error: 789 - .saturating_add(Weight::from_parts(124_282, 0).saturating_mul(p.into())) + // Minimum execution time: 28_908_000 picoseconds. + Weight::from_parts(29_027_874, 8475) + // Standard Error: 758 + .saturating_add(Weight::from_parts(28_240, 0).saturating_mul(m.into())) + // Standard Error: 739 + .saturating_add(Weight::from_parts(122_616, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into())) @@ -217,14 +217,14 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `832 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `12636 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` - // Minimum execution time: 41_541_000 picoseconds. - Weight::from_parts(43_640_322, 12636) - // Standard Error: 104 - .saturating_add(Weight::from_parts(2_178, 0).saturating_mul(b.into())) - // Standard Error: 1_101 - .saturating_add(Weight::from_parts(20_512, 0).saturating_mul(m.into())) - // Standard Error: 1_073 - .saturating_add(Weight::from_parts(133_112, 0).saturating_mul(p.into())) + // Minimum execution time: 41_309_000 picoseconds. + Weight::from_parts(43_135_290, 12636) + // Standard Error: 107 + .saturating_add(Weight::from_parts(2_180, 0).saturating_mul(b.into())) + // Standard Error: 1_140 + .saturating_add(Weight::from_parts(17_232, 0).saturating_mul(m.into())) + // Standard Error: 1_111 + .saturating_add(Weight::from_parts(136_882, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into())) @@ -247,12 +247,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `550 + m * (64 ±0) + p * (36 ±0)` // Estimated: `10570 + m * (325 ±0) + p * (180 ±0)` - // Minimum execution time: 32_773_000 picoseconds. - Weight::from_parts(33_031_550, 10570) - // Standard Error: 1_205 - .saturating_add(Weight::from_parts(26_143, 0).saturating_mul(m.into())) - // Standard Error: 1_175 - .saturating_add(Weight::from_parts(137_503, 0).saturating_mul(p.into())) + // Minimum execution time: 32_309_000 picoseconds. + Weight::from_parts(32_459_685, 10570) + // Standard Error: 1_135 + .saturating_add(Weight::from_parts(23_404, 0).saturating_mul(m.into())) + // Standard Error: 1_106 + .saturating_add(Weight::from_parts(139_521, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into())) @@ -275,14 +275,14 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `852 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `14905 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` - // Minimum execution time: 44_855_000 picoseconds. - Weight::from_parts(47_307_460, 14905) - // Standard Error: 100 - .saturating_add(Weight::from_parts(1_536, 0).saturating_mul(b.into())) - // Standard Error: 1_065 - .saturating_add(Weight::from_parts(20_549, 0).saturating_mul(m.into())) - // Standard Error: 1_038 - .saturating_add(Weight::from_parts(133_143, 0).saturating_mul(p.into())) + // Minimum execution time: 43_404_000 picoseconds. + Weight::from_parts(44_485_840, 14905) + // Standard Error: 151 + .saturating_add(Weight::from_parts(2_779, 0).saturating_mul(b.into())) + // Standard Error: 1_602 + .saturating_add(Weight::from_parts(23_528, 0).saturating_mul(m.into())) + // Standard Error: 1_562 + .saturating_add(Weight::from_parts(140_674, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into())) @@ -300,10 +300,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `359 + p * (32 ±0)` // Estimated: `2562 + p * (96 ±0)` - // Minimum execution time: 16_420_000 picoseconds. - Weight::from_parts(18_236_525, 2562) - // Standard Error: 894 - .saturating_add(Weight::from_parts(115_590, 0).saturating_mul(p.into())) + // Minimum execution time: 16_203_000 picoseconds. + Weight::from_parts(17_893_949, 2562) + // Standard Error: 932 + .saturating_add(Weight::from_parts(117_736, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into())) @@ -326,13 +326,13 @@ impl WeightInfo for () { fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + m * (3232 ±0) + p * (3190 ±0)` - // Estimated: `19428 + m * (7799 ±24) + p * (10110 ±24)` - // Minimum execution time: 18_772_000 picoseconds. - Weight::from_parts(18_931_000, 19428) - // Standard Error: 65_247 - .saturating_add(Weight::from_parts(5_050_136, 0).saturating_mul(m.into())) - // Standard Error: 65_247 - .saturating_add(Weight::from_parts(8_235_069, 0).saturating_mul(p.into())) + // Estimated: `19428 + m * (7799 ±23) + p * (10110 ±23)` + // Minimum execution time: 17_590_000 picoseconds. + Weight::from_parts(17_878_000, 19428) + // Standard Error: 50_191 + .saturating_add(Weight::from_parts(3_934_377, 0).saturating_mul(m.into())) + // Standard Error: 50_191 + .saturating_add(Weight::from_parts(6_955_890, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -348,12 +348,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `202 + m * (32 ±0)` // Estimated: `1688 + m * (32 ±0)` - // Minimum execution time: 17_741_000 picoseconds. - Weight::from_parts(17_580_031, 1688) - // Standard Error: 113 - .saturating_add(Weight::from_parts(941, 0).saturating_mul(b.into())) - // Standard Error: 1_170 - .saturating_add(Weight::from_parts(17_329, 0).saturating_mul(m.into())) + // Minimum execution time: 17_466_000 picoseconds. + Weight::from_parts(16_620_777, 1688) + // Standard Error: 73 + .saturating_add(Weight::from_parts(1_671, 0).saturating_mul(b.into())) + // Standard Error: 758 + .saturating_add(Weight::from_parts(16_834, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -367,12 +367,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `202 + m * (32 ±0)` // Estimated: `5356 + m * (64 ±0)` - // Minimum execution time: 20_214_000 picoseconds. - Weight::from_parts(19_508_816, 5356) - // Standard Error: 46 - .saturating_add(Weight::from_parts(1_646, 0).saturating_mul(b.into())) - // Standard Error: 475 - .saturating_add(Weight::from_parts(27_145, 0).saturating_mul(m.into())) + // Minimum execution time: 19_629_000 picoseconds. + Weight::from_parts(19_462_001, 5356) + // Standard Error: 76 + .saturating_add(Weight::from_parts(1_439, 0).saturating_mul(b.into())) + // Standard Error: 787 + .saturating_add(Weight::from_parts(24_590, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } @@ -393,14 +393,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `492 + m * (32 ±0) + p * (36 ±0)` // Estimated: `10015 + m * (165 ±0) + p * (180 ±0)` - // Minimum execution time: 27_872_000 picoseconds. - Weight::from_parts(28_010_227, 10015) - // Standard Error: 90 - .saturating_add(Weight::from_parts(2_643, 0).saturating_mul(b.into())) - // Standard Error: 944 - .saturating_add(Weight::from_parts(17_897, 0).saturating_mul(m.into())) - // Standard Error: 932 - .saturating_add(Weight::from_parts(122_368, 0).saturating_mul(p.into())) + // Minimum execution time: 27_130_000 picoseconds. + Weight::from_parts(26_807_500, 10015) + // Standard Error: 186 + .saturating_add(Weight::from_parts(3_261, 0).saturating_mul(b.into())) + // Standard Error: 1_946 + .saturating_add(Weight::from_parts(23_994, 0).saturating_mul(m.into())) + // Standard Error: 1_921 + .saturating_add(Weight::from_parts(124_040, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into())) @@ -415,10 +415,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `941 + m * (64 ±0)` // Estimated: `6830 + m * (128 ±0)` - // Minimum execution time: 22_518_000 picoseconds. - Weight::from_parts(23_281_512, 6830) - // Standard Error: 647 - .saturating_add(Weight::from_parts(53_974, 0).saturating_mul(m.into())) + // Minimum execution time: 22_861_000 picoseconds. + Weight::from_parts(23_566_387, 6830) + // Standard Error: 799 + .saturating_add(Weight::from_parts(53_291, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into())) @@ -437,12 +437,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `530 + m * (64 ±0) + p * (36 ±0)` // Estimated: `8475 + m * (260 ±0) + p * (144 ±0)` - // Minimum execution time: 29_020_000 picoseconds. - Weight::from_parts(29_009_937, 8475) - // Standard Error: 809 - .saturating_add(Weight::from_parts(31_952, 0).saturating_mul(m.into())) - // Standard Error: 789 - .saturating_add(Weight::from_parts(124_282, 0).saturating_mul(p.into())) + // Minimum execution time: 28_908_000 picoseconds. + Weight::from_parts(29_027_874, 8475) + // Standard Error: 758 + .saturating_add(Weight::from_parts(28_240, 0).saturating_mul(m.into())) + // Standard Error: 739 + .saturating_add(Weight::from_parts(122_616, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into())) @@ -463,14 +463,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `832 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `12636 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` - // Minimum execution time: 41_541_000 picoseconds. - Weight::from_parts(43_640_322, 12636) - // Standard Error: 104 - .saturating_add(Weight::from_parts(2_178, 0).saturating_mul(b.into())) - // Standard Error: 1_101 - .saturating_add(Weight::from_parts(20_512, 0).saturating_mul(m.into())) - // Standard Error: 1_073 - .saturating_add(Weight::from_parts(133_112, 0).saturating_mul(p.into())) + // Minimum execution time: 41_309_000 picoseconds. + Weight::from_parts(43_135_290, 12636) + // Standard Error: 107 + .saturating_add(Weight::from_parts(2_180, 0).saturating_mul(b.into())) + // Standard Error: 1_140 + .saturating_add(Weight::from_parts(17_232, 0).saturating_mul(m.into())) + // Standard Error: 1_111 + .saturating_add(Weight::from_parts(136_882, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into())) @@ -493,12 +493,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `550 + m * (64 ±0) + p * (36 ±0)` // Estimated: `10570 + m * (325 ±0) + p * (180 ±0)` - // Minimum execution time: 32_773_000 picoseconds. - Weight::from_parts(33_031_550, 10570) - // Standard Error: 1_205 - .saturating_add(Weight::from_parts(26_143, 0).saturating_mul(m.into())) - // Standard Error: 1_175 - .saturating_add(Weight::from_parts(137_503, 0).saturating_mul(p.into())) + // Minimum execution time: 32_309_000 picoseconds. + Weight::from_parts(32_459_685, 10570) + // Standard Error: 1_135 + .saturating_add(Weight::from_parts(23_404, 0).saturating_mul(m.into())) + // Standard Error: 1_106 + .saturating_add(Weight::from_parts(139_521, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into())) @@ -521,14 +521,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `852 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `14905 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` - // Minimum execution time: 44_855_000 picoseconds. - Weight::from_parts(47_307_460, 14905) - // Standard Error: 100 - .saturating_add(Weight::from_parts(1_536, 0).saturating_mul(b.into())) - // Standard Error: 1_065 - .saturating_add(Weight::from_parts(20_549, 0).saturating_mul(m.into())) - // Standard Error: 1_038 - .saturating_add(Weight::from_parts(133_143, 0).saturating_mul(p.into())) + // Minimum execution time: 43_404_000 picoseconds. + Weight::from_parts(44_485_840, 14905) + // Standard Error: 151 + .saturating_add(Weight::from_parts(2_779, 0).saturating_mul(b.into())) + // Standard Error: 1_602 + .saturating_add(Weight::from_parts(23_528, 0).saturating_mul(m.into())) + // Standard Error: 1_562 + .saturating_add(Weight::from_parts(140_674, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into())) @@ -546,10 +546,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `359 + p * (32 ±0)` // Estimated: `2562 + p * (96 ±0)` - // Minimum execution time: 16_420_000 picoseconds. - Weight::from_parts(18_236_525, 2562) - // Standard Error: 894 - .saturating_add(Weight::from_parts(115_590, 0).saturating_mul(p.into())) + // Minimum execution time: 16_203_000 picoseconds. + Weight::from_parts(17_893_949, 2562) + // Standard Error: 932 + .saturating_add(Weight::from_parts(117_736, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into())) diff --git a/frame/contracts/src/weights.rs b/frame/contracts/src/weights.rs index b16f11eb7f50a..64a55111f835d 100644 --- a/frame/contracts/src/weights.rs +++ b/frame/contracts/src/weights.rs @@ -18,26 +18,28 @@ //! Autogenerated weights for pallet_contracts //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-14, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: -// target/production/substrate +// ./target/production/substrate // benchmark // pallet +// --chain=dev // --steps=50 // --repeat=20 +// --pallet=pallet_contracts +// --no-storage-info +// --no-median-slopes +// --no-min-squares // --extrinsic=* // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/substrate/.git/.artifacts/bench.json -// --pallet=pallet_contracts -// --chain=dev -// --header=./HEADER-APACHE2 // --output=./frame/contracts/src/weights.rs +// --header=./HEADER-APACHE2 // --template=./.maintain/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] @@ -177,8 +179,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `109` // Estimated: `1594` - // Minimum execution time: 2_736_000 picoseconds. - Weight::from_parts(2_931_000, 1594) + // Minimum execution time: 2_620_000 picoseconds. + Weight::from_parts(2_871_000, 1594) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: Skipped Metadata (r:0 w:0) @@ -186,12 +188,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `k` is `[0, 1024]`. fn on_initialize_per_trie_key(k: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `481 + k * (69 ±0)` - // Estimated: `471 + k * (70 ±0)` - // Minimum execution time: 10_759_000 picoseconds. - Weight::from_parts(6_965_683, 471) - // Standard Error: 1_019 - .saturating_add(Weight::from_parts(961_947, 0).saturating_mul(k.into())) + // Measured: `450 + k * (69 ±0)` + // Estimated: `440 + k * (70 ±0)` + // Minimum execution time: 10_892_000 picoseconds. + Weight::from_parts(7_354_304, 440) + // Standard Error: 1_014 + .saturating_add(Weight::from_parts(969_947, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -203,12 +205,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `q` is `[0, 128]`. fn on_initialize_per_queue_item(q: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `281 + q * (33 ±0)` - // Estimated: `1753 + q * (33 ±0)` - // Minimum execution time: 2_633_000 picoseconds. - Weight::from_parts(10_668_837, 1753) - // Standard Error: 3_538 - .saturating_add(Weight::from_parts(1_277_168, 0).saturating_mul(q.into())) + // Measured: `250 + q * (33 ±0)` + // Estimated: `1725 + q * (33 ±0)` + // Minimum execution time: 2_627_000 picoseconds. + Weight::from_parts(11_046_710, 1725) + // Standard Error: 3_306 + .saturating_add(Weight::from_parts(1_281_055, 0).saturating_mul(q.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 33).saturating_mul(q.into())) @@ -220,12 +222,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `c` is `[0, 61717]`. fn reinstrument(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `270 + c * (1 ±0)` - // Estimated: `4015 + c * (2 ±0)` - // Minimum execution time: 30_264_000 picoseconds. - Weight::from_parts(27_106_554, 4015) - // Standard Error: 53 - .saturating_add(Weight::from_parts(49_705, 0).saturating_mul(c.into())) + // Measured: `238 + c * (1 ±0)` + // Estimated: `3951 + c * (2 ±0)` + // Minimum execution time: 36_494_000 picoseconds. + Weight::from_parts(40_839_682, 3951) + // Standard Error: 77 + .saturating_add(Weight::from_parts(50_212, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 2).saturating_mul(c.into())) @@ -243,12 +245,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `c` is `[0, 125952]`. fn call_with_code_per_byte(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `803` - // Estimated: `21880 + c * (5 ±0)` - // Minimum execution time: 309_249_000 picoseconds. - Weight::from_parts(323_353_590, 21880) - // Standard Error: 25 - .saturating_add(Weight::from_parts(31_359, 0).saturating_mul(c.into())) + // Measured: `707` + // Estimated: `21400 + c * (5 ±0)` + // Minimum execution time: 401_294_000 picoseconds. + Weight::from_parts(426_783_939, 21400) + // Standard Error: 50 + .saturating_add(Weight::from_parts(31_402, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 5).saturating_mul(c.into())) @@ -276,14 +278,14 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `270` // Estimated: `26207` - // Minimum execution time: 3_136_707_000 picoseconds. - Weight::from_parts(564_055_378, 26207) - // Standard Error: 286 - .saturating_add(Weight::from_parts(93_308, 0).saturating_mul(c.into())) - // Standard Error: 16 - .saturating_add(Weight::from_parts(1_165, 0).saturating_mul(i.into())) - // Standard Error: 16 - .saturating_add(Weight::from_parts(1_435, 0).saturating_mul(s.into())) + // Minimum execution time: 3_259_546_000 picoseconds. + Weight::from_parts(662_361_083, 26207) + // Standard Error: 299 + .saturating_add(Weight::from_parts(94_603, 0).saturating_mul(c.into())) + // Standard Error: 17 + .saturating_add(Weight::from_parts(1_157, 0).saturating_mul(i.into())) + // Standard Error: 17 + .saturating_add(Weight::from_parts(1_502, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(10_u64)) } @@ -305,14 +307,14 @@ impl WeightInfo for SubstrateWeight { /// The range of component `s` is `[0, 1048576]`. fn instantiate(i: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `546` - // Estimated: `28969` - // Minimum execution time: 1_631_314_000 picoseconds. - Weight::from_parts(236_693_159, 28969) - // Standard Error: 8 - .saturating_add(Weight::from_parts(1_434, 0).saturating_mul(i.into())) - // Standard Error: 8 - .saturating_add(Weight::from_parts(1_445, 0).saturating_mul(s.into())) + // Measured: `482` + // Estimated: `28521` + // Minimum execution time: 1_609_726_000 picoseconds. + Weight::from_parts(220_473_847, 28521) + // Standard Error: 9 + .saturating_add(Weight::from_parts(1_447, 0).saturating_mul(i.into())) + // Standard Error: 9 + .saturating_add(Weight::from_parts(1_481, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -328,10 +330,10 @@ impl WeightInfo for SubstrateWeight { /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) fn call() -> Weight { // Proof Size summary in bytes: - // Measured: `855` - // Estimated: `22095` - // Minimum execution time: 167_139_000 picoseconds. - Weight::from_parts(168_034_000, 22095) + // Measured: `759` + // Estimated: `21615` + // Minimum execution time: 162_969_000 picoseconds. + Weight::from_parts(163_846_000, 21615) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -348,10 +350,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `109` // Estimated: `7366` - // Minimum execution time: 306_518_000 picoseconds. - Weight::from_parts(325_652_407, 7366) - // Standard Error: 134 - .saturating_add(Weight::from_parts(93_502, 0).saturating_mul(c.into())) + // Minimum execution time: 407_615_000 picoseconds. + Weight::from_parts(437_892_160, 7366) + // Standard Error: 133 + .saturating_add(Weight::from_parts(95_316, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -365,10 +367,10 @@ impl WeightInfo for SubstrateWeight { /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) fn remove_code() -> Weight { // Proof Size summary in bytes: - // Measured: `287` - // Estimated: `8078` - // Minimum execution time: 29_084_000 picoseconds. - Weight::from_parts(29_350_000, 8078) + // Measured: `255` + // Estimated: `7950` + // Minimum execution time: 28_745_000 picoseconds. + Weight::from_parts(29_150_000, 7950) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -380,10 +382,10 @@ impl WeightInfo for SubstrateWeight { /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) fn set_code() -> Weight { // Proof Size summary in bytes: - // Measured: `666` - // Estimated: `19818` - // Minimum execution time: 32_996_000 picoseconds. - Weight::from_parts(33_365_000, 19818) + // Measured: `570` + // Estimated: `19530` + // Minimum execution time: 32_937_000 picoseconds. + Weight::from_parts(33_560_000, 19530) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -400,12 +402,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_caller(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `877 + r * (6 ±0)` - // Estimated: `22210 + r * (30 ±0)` - // Minimum execution time: 298_315_000 picoseconds. - Weight::from_parts(304_612_433, 22210) - // Standard Error: 904 - .saturating_add(Weight::from_parts(285_473, 0).saturating_mul(r.into())) + // Measured: `781 + r * (6 ±0)` + // Estimated: `21730 + r * (30 ±0)` + // Minimum execution time: 389_279_000 picoseconds. + Weight::from_parts(396_489_468, 21730) + // Standard Error: 1_139 + .saturating_add(Weight::from_parts(283_388, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -423,16 +425,16 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_is_contract(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `935 + r * (272 ±0)` - // Estimated: `22315 + r * (3835 ±0)` - // Minimum execution time: 299_169_000 picoseconds. - Weight::from_parts(138_157_704, 22315) - // Standard Error: 6_115 - .saturating_add(Weight::from_parts(3_244_482, 0).saturating_mul(r.into())) + // Measured: `839 + r * (240 ±0)` + // Estimated: `21835 + r * (3675 ±0)` + // Minimum execution time: 395_406_000 picoseconds. + Weight::from_parts(239_146_069, 21835) + // Standard Error: 6_148 + .saturating_add(Weight::from_parts(3_287_169, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 3835).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 3675).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -447,16 +449,16 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_code_hash(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `927 + r * (276 ±0)` - // Estimated: `22335 + r * (3855 ±0)` - // Minimum execution time: 299_262_000 picoseconds. - Weight::from_parts(157_105_627, 22335) - // Standard Error: 5_634 - .saturating_add(Weight::from_parts(3_995_666, 0).saturating_mul(r.into())) + // Measured: `831 + r * (244 ±0)` + // Estimated: `21855 + r * (3695 ±0)` + // Minimum execution time: 391_449_000 picoseconds. + Weight::from_parts(237_601_469, 21855) + // Standard Error: 6_040 + .saturating_add(Weight::from_parts(4_019_639, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 3855).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 3695).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -471,12 +473,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_own_code_hash(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `884 + r * (6 ±0)` - // Estimated: `22250 + r * (30 ±0)` - // Minimum execution time: 298_259_000 picoseconds. - Weight::from_parts(303_498_245, 22250) - // Standard Error: 874 - .saturating_add(Weight::from_parts(352_839, 0).saturating_mul(r.into())) + // Measured: `788 + r * (6 ±0)` + // Estimated: `21770 + r * (30 ±0)` + // Minimum execution time: 391_392_000 picoseconds. + Weight::from_parts(369_617_614, 21770) + // Standard Error: 8_580 + .saturating_add(Weight::from_parts(410_580, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -494,12 +496,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_caller_is_origin(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `874 + r * (3 ±0)` - // Estimated: `22215 + r * (15 ±0)` - // Minimum execution time: 295_689_000 picoseconds. - Weight::from_parts(314_004_541, 22215) - // Standard Error: 1_803 - .saturating_add(Weight::from_parts(131_102, 0).saturating_mul(r.into())) + // Measured: `778 + r * (3 ±0)` + // Estimated: `21735 + r * (15 ±0)` + // Minimum execution time: 388_848_000 picoseconds. + Weight::from_parts(398_526_947, 21735) + // Standard Error: 838 + .saturating_add(Weight::from_parts(135_240, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 15).saturating_mul(r.into())) @@ -517,12 +519,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_address(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `878 + r * (6 ±0)` - // Estimated: `22220 + r * (30 ±0)` - // Minimum execution time: 297_579_000 picoseconds. - Weight::from_parts(299_326_920, 22220) - // Standard Error: 990 - .saturating_add(Weight::from_parts(284_789, 0).saturating_mul(r.into())) + // Measured: `782 + r * (6 ±0)` + // Estimated: `21740 + r * (30 ±0)` + // Minimum execution time: 389_345_000 picoseconds. + Weight::from_parts(391_097_858, 21740) + // Standard Error: 6_060 + .saturating_add(Weight::from_parts(303_376, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -540,12 +542,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_gas_left(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `879 + r * (6 ±0)` - // Estimated: `22205 + r * (30 ±0)` - // Minimum execution time: 297_651_000 picoseconds. - Weight::from_parts(304_465_467, 22205) - // Standard Error: 736 - .saturating_add(Weight::from_parts(272_149, 0).saturating_mul(r.into())) + // Measured: `783 + r * (6 ±0)` + // Estimated: `21725 + r * (30 ±0)` + // Minimum execution time: 389_830_000 picoseconds. + Weight::from_parts(389_283_480, 21725) + // Standard Error: 1_364 + .saturating_add(Weight::from_parts(290_600, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -563,12 +565,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_balance(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1050 + r * (6 ±0)` - // Estimated: `25258 + r * (30 ±0)` - // Minimum execution time: 296_957_000 picoseconds. - Weight::from_parts(308_680_068, 25258) - // Standard Error: 1_377 - .saturating_add(Weight::from_parts(1_419_294, 0).saturating_mul(r.into())) + // Measured: `922 + r * (6 ±0)` + // Estimated: `24633 + r * (30 ±0)` + // Minimum execution time: 389_335_000 picoseconds. + Weight::from_parts(411_723_922, 24633) + // Standard Error: 2_092 + .saturating_add(Weight::from_parts(1_395_758, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -586,12 +588,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_value_transferred(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `888 + r * (6 ±0)` - // Estimated: `22305 + r * (30 ±0)` - // Minimum execution time: 297_735_000 picoseconds. - Weight::from_parts(301_533_807, 22305) - // Standard Error: 1_119 - .saturating_add(Weight::from_parts(277_289, 0).saturating_mul(r.into())) + // Measured: `792 + r * (6 ±0)` + // Estimated: `21825 + r * (30 ±0)` + // Minimum execution time: 390_594_000 picoseconds. + Weight::from_parts(397_317_482, 21825) + // Standard Error: 972 + .saturating_add(Weight::from_parts(278_843, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -609,12 +611,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_minimum_balance(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `886 + r * (6 ±0)` - // Estimated: `22295 + r * (30 ±0)` - // Minimum execution time: 299_599_000 picoseconds. - Weight::from_parts(303_664_496, 22295) - // Standard Error: 1_009 - .saturating_add(Weight::from_parts(280_353, 0).saturating_mul(r.into())) + // Measured: `790 + r * (6 ±0)` + // Estimated: `21815 + r * (30 ±0)` + // Minimum execution time: 388_172_000 picoseconds. + Weight::from_parts(395_664_962, 21815) + // Standard Error: 1_015 + .saturating_add(Weight::from_parts(278_782, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -632,12 +634,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_block_number(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `883 + r * (6 ±0)` - // Estimated: `22285 + r * (30 ±0)` - // Minimum execution time: 297_641_000 picoseconds. - Weight::from_parts(302_437_979, 22285) - // Standard Error: 669 - .saturating_add(Weight::from_parts(270_403, 0).saturating_mul(r.into())) + // Measured: `787 + r * (6 ±0)` + // Estimated: `21805 + r * (30 ±0)` + // Minimum execution time: 389_498_000 picoseconds. + Weight::from_parts(397_789_932, 21805) + // Standard Error: 965 + .saturating_add(Weight::from_parts(274_912, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -655,12 +657,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_now(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `874 + r * (6 ±0)` - // Estimated: `22215 + r * (30 ±0)` - // Minimum execution time: 297_217_000 picoseconds. - Weight::from_parts(299_538_157, 22215) - // Standard Error: 732 - .saturating_add(Weight::from_parts(280_800, 0).saturating_mul(r.into())) + // Measured: `778 + r * (6 ±0)` + // Estimated: `21735 + r * (30 ±0)` + // Minimum execution time: 388_680_000 picoseconds. + Weight::from_parts(366_943_812, 21735) + // Standard Error: 6_476 + .saturating_add(Weight::from_parts(330_939, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -680,12 +682,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_weight_to_fee(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `952 + r * (10 ±0)` - // Estimated: `25022 + r * (60 ±0)` - // Minimum execution time: 297_286_000 picoseconds. - Weight::from_parts(311_436_352, 25022) - // Standard Error: 6_811 - .saturating_add(Weight::from_parts(1_291_941, 0).saturating_mul(r.into())) + // Measured: `856 + r * (10 ±0)` + // Estimated: `24446 + r * (60 ±0)` + // Minimum execution time: 394_593_000 picoseconds. + Weight::from_parts(415_007_543, 24446) + // Standard Error: 2_624 + .saturating_add(Weight::from_parts(1_229_380, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 60).saturating_mul(r.into())) @@ -703,12 +705,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_gas(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `841 + r * (4 ±0)` - // Estimated: `22035 + r * (20 ±0)` - // Minimum execution time: 154_772_000 picoseconds. - Weight::from_parts(159_224_457, 22035) - // Standard Error: 212 - .saturating_add(Weight::from_parts(102_264, 0).saturating_mul(r.into())) + // Measured: `745 + r * (4 ±0)` + // Estimated: `21555 + r * (20 ±0)` + // Minimum execution time: 147_739_000 picoseconds. + Weight::from_parts(153_570_384, 21555) + // Standard Error: 232 + .saturating_add(Weight::from_parts(104_284, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 20).saturating_mul(r.into())) @@ -726,12 +728,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_input(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `876 + r * (6 ±0)` - // Estimated: `22220 + r * (30 ±0)` - // Minimum execution time: 297_248_000 picoseconds. - Weight::from_parts(303_805_584, 22220) - // Standard Error: 858 - .saturating_add(Weight::from_parts(223_587, 0).saturating_mul(r.into())) + // Measured: `780 + r * (6 ±0)` + // Estimated: `21740 + r * (30 ±0)` + // Minimum execution time: 388_814_000 picoseconds. + Weight::from_parts(395_698_084, 21740) + // Standard Error: 886 + .saturating_add(Weight::from_parts(226_309, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -749,12 +751,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `n` is `[0, 1048576]`. fn seal_input_per_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `880` - // Estimated: `22220` - // Minimum execution time: 298_464_000 picoseconds. - Weight::from_parts(300_996_431, 22220) + // Measured: `784` + // Estimated: `21740` + // Minimum execution time: 389_035_000 picoseconds. + Weight::from_parts(393_845_331, 21740) // Standard Error: 1 - .saturating_add(Weight::from_parts(600, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(619, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -771,12 +773,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1]`. fn seal_return(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `864 + r * (45 ±0)` - // Estimated: `22140 + r * (225 ±0)` - // Minimum execution time: 294_347_000 picoseconds. - Weight::from_parts(296_793_034, 22140) - // Standard Error: 277_251 - .saturating_add(Weight::from_parts(1_711_665, 0).saturating_mul(r.into())) + // Measured: `768 + r * (45 ±0)` + // Estimated: `21660 + r * (225 ±0)` + // Minimum execution time: 385_879_000 picoseconds. + Weight::from_parts(389_403_638, 21660) + // Standard Error: 927_261 + .saturating_add(Weight::from_parts(420_561, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 225).saturating_mul(r.into())) @@ -794,12 +796,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `n` is `[0, 1048576]`. fn seal_return_per_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `874` - // Estimated: `22255` - // Minimum execution time: 297_257_000 picoseconds. - Weight::from_parts(300_088_288, 22255) + // Measured: `778` + // Estimated: `21775` + // Minimum execution time: 389_618_000 picoseconds. + Weight::from_parts(389_633_719, 21775) // Standard Error: 1 - .saturating_add(Weight::from_parts(181, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(226, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -820,17 +822,17 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1]`. fn seal_terminate(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `906 + r * (452 ±0)` - // Estimated: `26183 + r * (15994 ±0)` - // Minimum execution time: 296_510_000 picoseconds. - Weight::from_parts(299_169_757, 26183) - // Standard Error: 205_313 - .saturating_add(Weight::from_parts(78_059_642, 0).saturating_mul(r.into())) + // Measured: `810 + r * (356 ±0)` + // Estimated: `25511 + r * (15321 ±0)` + // Minimum execution time: 387_902_000 picoseconds. + Weight::from_parts(391_038_244, 25511) + // Standard Error: 737_640 + .saturating_add(Weight::from_parts(82_046_655, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(T::DbWeight::get().writes((7_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_parts(0, 15994).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 15321).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -847,12 +849,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_random(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `921 + r * (10 ±0)` - // Estimated: `24859 + r * (60 ±0)` - // Minimum execution time: 299_299_000 picoseconds. - Weight::from_parts(314_487_015, 24859) - // Standard Error: 1_552 - .saturating_add(Weight::from_parts(1_753_960, 0).saturating_mul(r.into())) + // Measured: `825 + r * (10 ±0)` + // Estimated: `24283 + r * (60 ±0)` + // Minimum execution time: 389_498_000 picoseconds. + Weight::from_parts(408_415_048, 24283) + // Standard Error: 3_581 + .saturating_add(Weight::from_parts(1_721_474, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 60).saturating_mul(r.into())) @@ -870,12 +872,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_deposit_event(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `874 + r * (10 ±0)` - // Estimated: `22215 + r * (50 ±0)` - // Minimum execution time: 296_188_000 picoseconds. - Weight::from_parts(305_901_539, 22215) - // Standard Error: 2_782 - .saturating_add(Weight::from_parts(3_456_054, 0).saturating_mul(r.into())) + // Measured: `778 + r * (10 ±0)` + // Estimated: `21735 + r * (50 ±0)` + // Minimum execution time: 386_657_000 picoseconds. + Weight::from_parts(416_646_707, 21735) + // Standard Error: 2_793 + .saturating_add(Weight::from_parts(3_373_074, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 50).saturating_mul(r.into())) @@ -894,14 +896,14 @@ impl WeightInfo for SubstrateWeight { /// The range of component `n` is `[0, 16384]`. fn seal_deposit_event_per_topic_and_byte(t: u32, n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `893 + t * (32 ±0)` - // Estimated: `22320 + t * (2640 ±0)` - // Minimum execution time: 313_860_000 picoseconds. - Weight::from_parts(312_473_092, 22320) - // Standard Error: 250_852 - .saturating_add(Weight::from_parts(2_258_502, 0).saturating_mul(t.into())) - // Standard Error: 70 - .saturating_add(Weight::from_parts(312, 0).saturating_mul(n.into())) + // Measured: `797 + t * (32 ±0)` + // Estimated: `21840 + t * (2640 ±0)` + // Minimum execution time: 403_989_000 picoseconds. + Weight::from_parts(400_011_774, 21840) + // Standard Error: 131_516 + .saturating_add(Weight::from_parts(2_550_412, 0).saturating_mul(t.into())) + // Standard Error: 36 + .saturating_add(Weight::from_parts(602, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(t.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -921,12 +923,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_debug_message(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `873 + r * (7 ±0)` - // Estimated: `22205 + r * (35 ±0)` - // Minimum execution time: 162_043_000 picoseconds. - Weight::from_parts(166_132_332, 22205) - // Standard Error: 716 - .saturating_add(Weight::from_parts(184_981, 0).saturating_mul(r.into())) + // Measured: `777 + r * (7 ±0)` + // Estimated: `21725 + r * (35 ±0)` + // Minimum execution time: 164_748_000 picoseconds. + Weight::from_parts(166_466_864, 21725) + // Standard Error: 565 + .saturating_add(Weight::from_parts(192_341, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 35).saturating_mul(r.into())) @@ -944,12 +946,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[0, 1048576]`. fn seal_debug_message_per_byte(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `125824` - // Estimated: `270073` - // Minimum execution time: 414_433_000 picoseconds. - Weight::from_parts(417_483_627, 270073) + // Measured: `125728` + // Estimated: `269977` + // Minimum execution time: 511_683_000 picoseconds. + Weight::from_parts(520_233_393, 269977) // Standard Error: 1 - .saturating_add(Weight::from_parts(748, 0).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(772, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -958,12 +960,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 800]`. fn seal_set_storage(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `941 + r * (292 ±0)` - // Estimated: `939 + r * (293 ±0)` - // Minimum execution time: 299_500_000 picoseconds. - Weight::from_parts(194_466_413, 939) - // Standard Error: 9_986 - .saturating_add(Weight::from_parts(6_010_112, 0).saturating_mul(r.into())) + // Measured: `845 + r * (292 ±0)` + // Estimated: `843 + r * (293 ±0)` + // Minimum execution time: 389_435_000 picoseconds. + Weight::from_parts(281_747_058, 843) + // Standard Error: 10_767 + .saturating_add(Weight::from_parts(5_958_964, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -975,12 +977,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `n` is `[0, 16384]`. fn seal_set_storage_per_new_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1432` - // Estimated: `1405` - // Minimum execution time: 314_171_000 picoseconds. - Weight::from_parts(335_595_397, 1405) - // Standard Error: 67 - .saturating_add(Weight::from_parts(90, 0).saturating_mul(n.into())) + // Measured: `1304` + // Estimated: `1280` + // Minimum execution time: 404_472_000 picoseconds. + Weight::from_parts(422_723_317, 1280) + // Standard Error: 46 + .saturating_add(Weight::from_parts(414, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -989,12 +991,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `n` is `[0, 16384]`. fn seal_set_storage_per_old_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1295 + n * (1 ±0)` - // Estimated: `1292 + n * (1 ±0)` - // Minimum execution time: 313_479_000 picoseconds. - Weight::from_parts(317_435_100, 1292) - // Standard Error: 41 - .saturating_add(Weight::from_parts(106, 0).saturating_mul(n.into())) + // Measured: `1167 + n * (1 ±0)` + // Estimated: `1167 + n * (1 ±0)` + // Minimum execution time: 403_984_000 picoseconds. + Weight::from_parts(407_846_552, 1167) + // Standard Error: 37 + .saturating_add(Weight::from_parts(100, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -1004,12 +1006,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 800]`. fn seal_clear_storage(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `937 + r * (288 ±0)` - // Estimated: `941 + r * (289 ±0)` - // Minimum execution time: 297_831_000 picoseconds. - Weight::from_parts(196_983_778, 941) - // Standard Error: 9_899 - .saturating_add(Weight::from_parts(5_904_642, 0).saturating_mul(r.into())) + // Measured: `841 + r * (288 ±0)` + // Estimated: `845 + r * (289 ±0)` + // Minimum execution time: 389_344_000 picoseconds. + Weight::from_parts(288_785_026, 845) + // Standard Error: 10_086 + .saturating_add(Weight::from_parts(5_862_139, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -1021,10 +1023,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `n` is `[0, 16384]`. fn seal_clear_storage_per_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1291 + n * (1 ±0)` - // Estimated: `1288 + n * (1 ±0)` - // Minimum execution time: 320_156_000 picoseconds. - Weight::from_parts(327_504_368, 1288) + // Measured: `1163 + n * (1 ±0)` + // Estimated: `1163 + n * (1 ±0)` + // Minimum execution time: 405_369_000 picoseconds. + Weight::from_parts(408_679_687, 1163) + // Standard Error: 46 + .saturating_add(Weight::from_parts(89, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -1034,12 +1038,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 800]`. fn seal_get_storage(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `931 + r * (296 ±0)` - // Estimated: `936 + r * (297 ±0)` - // Minimum execution time: 305_849_000 picoseconds. - Weight::from_parts(219_649_351, 936) - // Standard Error: 9_157 - .saturating_add(Weight::from_parts(4_846_108, 0).saturating_mul(r.into())) + // Measured: `835 + r * (296 ±0)` + // Estimated: `840 + r * (297 ±0)` + // Minimum execution time: 401_659_000 picoseconds. + Weight::from_parts(323_477_612, 840) + // Standard Error: 10_231 + .saturating_add(Weight::from_parts(4_792_073, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -1050,12 +1054,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `n` is `[0, 16384]`. fn seal_get_storage_per_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1307 + n * (1 ±0)` - // Estimated: `1304 + n * (1 ±0)` - // Minimum execution time: 312_106_000 picoseconds. - Weight::from_parts(315_905_779, 1304) - // Standard Error: 44 - .saturating_add(Weight::from_parts(674, 0).saturating_mul(n.into())) + // Measured: `1179 + n * (1 ±0)` + // Estimated: `1179 + n * (1 ±0)` + // Minimum execution time: 403_688_000 picoseconds. + Weight::from_parts(406_289_664, 1179) + // Standard Error: 50 + .saturating_add(Weight::from_parts(886, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -1065,12 +1069,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 800]`. fn seal_contains_storage(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `952 + r * (288 ±0)` - // Estimated: `953 + r * (289 ±0)` - // Minimum execution time: 299_372_000 picoseconds. - Weight::from_parts(211_293_493, 953) - // Standard Error: 8_509 - .saturating_add(Weight::from_parts(4_688_993, 0).saturating_mul(r.into())) + // Measured: `856 + r * (288 ±0)` + // Estimated: `857 + r * (289 ±0)` + // Minimum execution time: 390_175_000 picoseconds. + Weight::from_parts(302_164_486, 857) + // Standard Error: 8_679 + .saturating_add(Weight::from_parts(4_699_510, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -1081,12 +1085,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `n` is `[0, 16384]`. fn seal_contains_storage_per_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1294 + n * (1 ±0)` - // Estimated: `1291 + n * (1 ±0)` - // Minimum execution time: 311_605_000 picoseconds. - Weight::from_parts(315_473_850, 1291) - // Standard Error: 37 - .saturating_add(Weight::from_parts(3, 0).saturating_mul(n.into())) + // Measured: `1166 + n * (1 ±0)` + // Estimated: `1166 + n * (1 ±0)` + // Minimum execution time: 402_763_000 picoseconds. + Weight::from_parts(406_245_416, 1166) + // Standard Error: 46 + .saturating_add(Weight::from_parts(178, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -1096,12 +1100,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 800]`. fn seal_take_storage(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `925 + r * (296 ±0)` - // Estimated: `932 + r * (297 ±0)` - // Minimum execution time: 298_231_000 picoseconds. - Weight::from_parts(200_178_698, 932) - // Standard Error: 10_452 - .saturating_add(Weight::from_parts(6_107_653, 0).saturating_mul(r.into())) + // Measured: `829 + r * (296 ±0)` + // Estimated: `836 + r * (297 ±0)` + // Minimum execution time: 390_309_000 picoseconds. + Weight::from_parts(287_077_727, 836) + // Standard Error: 10_225 + .saturating_add(Weight::from_parts(6_068_015, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -1113,12 +1117,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `n` is `[0, 16384]`. fn seal_take_storage_per_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1308 + n * (1 ±0)` - // Estimated: `1305 + n * (1 ±0)` - // Minimum execution time: 314_970_000 picoseconds. - Weight::from_parts(318_135_821, 1305) - // Standard Error: 26 - .saturating_add(Weight::from_parts(630, 0).saturating_mul(n.into())) + // Measured: `1180 + n * (1 ±0)` + // Estimated: `1180 + n * (1 ±0)` + // Minimum execution time: 405_598_000 picoseconds. + Weight::from_parts(408_629_496, 1180) + // Standard Error: 111 + .saturating_add(Weight::from_parts(1_000, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -1136,12 +1140,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_transfer(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1501 + r * (45 ±0)` - // Estimated: `27383 + r * (2700 ±0)` - // Minimum execution time: 299_629_000 picoseconds. - Weight::from_parts(150_915_187, 27383) - // Standard Error: 25_604 - .saturating_add(Weight::from_parts(20_859_844, 0).saturating_mul(r.into())) + // Measured: `1373 + r * (45 ±0)` + // Estimated: `26753 + r * (2700 ±0)` + // Minimum execution time: 391_947_000 picoseconds. + Weight::from_parts(314_094_313, 26753) + // Standard Error: 16_521 + .saturating_add(Weight::from_parts(20_248_871, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -1161,17 +1165,17 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_call(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1670 + r * (288 ±0)` - // Estimated: `27813 + r * (6391 ±0)` - // Minimum execution time: 299_578_000 picoseconds. - Weight::from_parts(300_036_000, 27813) - // Standard Error: 102_709 - .saturating_add(Weight::from_parts(283_767_316, 0).saturating_mul(r.into())) + // Measured: `1512 + r * (256 ±0)` + // Estimated: `27163 + r * (6231 ±0)` + // Minimum execution time: 390_930_000 picoseconds. + Weight::from_parts(391_585_000, 27163) + // Standard Error: 91_567 + .saturating_add(Weight::from_parts(374_905_136, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_parts(0, 6391).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 6231).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -1186,17 +1190,17 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_delegate_call(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `0 + r * (935 ±0)` - // Estimated: `22235 + r * (8322 ±10)` - // Minimum execution time: 298_943_000 picoseconds. - Weight::from_parts(299_619_000, 22235) - // Standard Error: 117_493 - .saturating_add(Weight::from_parts(280_555_517, 0).saturating_mul(r.into())) + // Measured: `0 + r * (902 ±0)` + // Estimated: `21755 + r * (8167 ±10)` + // Minimum execution time: 407_298_000 picoseconds. + Weight::from_parts(410_002_000, 21755) + // Standard Error: 103_426 + .saturating_add(Weight::from_parts(370_884_068, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_parts(0, 8322).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 8167).saturating_mul(r.into())) } /// Storage: System Account (r:3 w:2) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -1212,19 +1216,19 @@ impl WeightInfo for SubstrateWeight { /// The range of component `c` is `[0, 1048576]`. fn seal_call_per_transfer_clone_byte(t: u32, c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1314 + t * (268 ±0)` - // Estimated: `31815 + t * (6290 ±0)` - // Minimum execution time: 453_013_000 picoseconds. - Weight::from_parts(442_536_283, 31815) - // Standard Error: 1_339_541 - .saturating_add(Weight::from_parts(17_062_445, 0).saturating_mul(t.into())) - // Standard Error: 1 - .saturating_add(Weight::from_parts(604, 0).saturating_mul(c.into())) + // Measured: `1154 + t * (204 ±0)` + // Estimated: `31015 + t * (5970 ±0)` + // Minimum execution time: 549_121_000 picoseconds. + Weight::from_parts(538_922_585, 31015) + // Standard Error: 1_665_134 + .saturating_add(Weight::from_parts(14_694_211, 0).saturating_mul(t.into())) + // Standard Error: 2 + .saturating_add(Weight::from_parts(623, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(t.into()))) .saturating_add(T::DbWeight::get().writes(5_u64)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(t.into()))) - .saturating_add(Weight::from_parts(0, 6290).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 5970).saturating_mul(t.into())) } /// Storage: System Account (r:3202 w:3202) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -1243,17 +1247,17 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_instantiate(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1988 + r * (319 ±0)` - // Estimated: `34745 + r * (17090 ±0)` - // Minimum execution time: 300_123_000 picoseconds. - Weight::from_parts(300_406_000, 34745) - // Standard Error: 420_997 - .saturating_add(Weight::from_parts(382_704_025, 0).saturating_mul(r.into())) + // Measured: `1859 + r * (253 ±0)` + // Estimated: `33859 + r * (16628 ±0)` + // Minimum execution time: 397_460_000 picoseconds. + Weight::from_parts(397_918_000, 33859) + // Standard Error: 414_876 + .saturating_add(Weight::from_parts(471_162_877, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(6_u64)) .saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_parts(0, 17090).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 16628).saturating_mul(r.into())) } /// Storage: System Account (r:4 w:4) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -1274,21 +1278,21 @@ impl WeightInfo for SubstrateWeight { /// The range of component `s` is `[0, 983040]`. fn seal_instantiate_per_transfer_input_salt_byte(t: u32, i: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1231 + t * (219 ±0)` - // Estimated: `43797 + t * (3812 ±2)` - // Minimum execution time: 1_636_322_000 picoseconds. - Weight::from_parts(360_859_331, 43797) - // Standard Error: 4_816_923 - .saturating_add(Weight::from_parts(109_179_023, 0).saturating_mul(t.into())) + // Measured: `1071 + t * (187 ±0)` + // Estimated: `42684 + t * (3588 ±2)` + // Minimum execution time: 1_721_441_000 picoseconds. + Weight::from_parts(464_921_212, 42684) + // Standard Error: 4_872_465 + .saturating_add(Weight::from_parts(97_433_179, 0).saturating_mul(t.into())) // Standard Error: 7 - .saturating_add(Weight::from_parts(1_180, 0).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(1_172, 0).saturating_mul(i.into())) // Standard Error: 7 - .saturating_add(Weight::from_parts(1_344, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_370, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(t.into()))) .saturating_add(T::DbWeight::get().writes(10_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(t.into()))) - .saturating_add(Weight::from_parts(0, 3812).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 3588).saturating_mul(t.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -1303,12 +1307,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_hash_sha2_256(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `873 + r * (8 ±0)` - // Estimated: `22190 + r * (40 ±0)` - // Minimum execution time: 297_521_000 picoseconds. - Weight::from_parts(303_523_260, 22190) - // Standard Error: 1_162 - .saturating_add(Weight::from_parts(542_201, 0).saturating_mul(r.into())) + // Measured: `777 + r * (8 ±0)` + // Estimated: `21710 + r * (40 ±0)` + // Minimum execution time: 393_996_000 picoseconds. + Weight::from_parts(393_708_632, 21710) + // Standard Error: 1_057 + .saturating_add(Weight::from_parts(549_265, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 40).saturating_mul(r.into())) @@ -1326,12 +1330,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `n` is `[0, 1048576]`. fn seal_hash_sha2_256_per_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `881` - // Estimated: `22225` - // Minimum execution time: 299_877_000 picoseconds. - Weight::from_parts(293_538_014, 22225) - // Standard Error: 2 - .saturating_add(Weight::from_parts(3_967, 0).saturating_mul(n.into())) + // Measured: `785` + // Estimated: `21745` + // Minimum execution time: 390_056_000 picoseconds. + Weight::from_parts(388_198_639, 21745) + // Standard Error: 3 + .saturating_add(Weight::from_parts(3_994, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -1348,12 +1352,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_hash_keccak_256(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `875 + r * (8 ±0)` - // Estimated: `22205 + r * (40 ±0)` - // Minimum execution time: 297_672_000 picoseconds. - Weight::from_parts(299_933_312, 22205) - // Standard Error: 1_138 - .saturating_add(Weight::from_parts(713_189, 0).saturating_mul(r.into())) + // Measured: `779 + r * (8 ±0)` + // Estimated: `21725 + r * (40 ±0)` + // Minimum execution time: 392_871_000 picoseconds. + Weight::from_parts(391_931_762, 21725) + // Standard Error: 1_295 + .saturating_add(Weight::from_parts(722_102, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 40).saturating_mul(r.into())) @@ -1371,12 +1375,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `n` is `[0, 1048576]`. fn seal_hash_keccak_256_per_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `883` - // Estimated: `22245` - // Minimum execution time: 299_048_000 picoseconds. - Weight::from_parts(293_055_982, 22245) + // Measured: `787` + // Estimated: `21765` + // Minimum execution time: 390_901_000 picoseconds. + Weight::from_parts(391_780_657, 21765) // Standard Error: 2 - .saturating_add(Weight::from_parts(3_179, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(3_205, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -1393,12 +1397,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_hash_blake2_256(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `875 + r * (8 ±0)` - // Estimated: `22220 + r * (40 ±0)` - // Minimum execution time: 301_991_000 picoseconds. - Weight::from_parts(300_027_441, 22220) - // Standard Error: 981 - .saturating_add(Weight::from_parts(391_319, 0).saturating_mul(r.into())) + // Measured: `779 + r * (8 ±0)` + // Estimated: `21740 + r * (40 ±0)` + // Minimum execution time: 388_286_000 picoseconds. + Weight::from_parts(394_503_205, 21740) + // Standard Error: 924 + .saturating_add(Weight::from_parts(388_976, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 40).saturating_mul(r.into())) @@ -1416,12 +1420,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `n` is `[0, 1048576]`. fn seal_hash_blake2_256_per_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `883` - // Estimated: `22265` - // Minimum execution time: 296_522_000 picoseconds. - Weight::from_parts(296_121_638, 22265) + // Measured: `787` + // Estimated: `21785` + // Minimum execution time: 388_798_000 picoseconds. + Weight::from_parts(384_070_770, 21785) // Standard Error: 2 - .saturating_add(Weight::from_parts(916, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(962, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -1438,12 +1442,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_hash_blake2_128(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `875 + r * (8 ±0)` - // Estimated: `22225 + r * (40 ±0)` - // Minimum execution time: 296_228_000 picoseconds. - Weight::from_parts(301_472_299, 22225) - // Standard Error: 875 - .saturating_add(Weight::from_parts(381_027, 0).saturating_mul(r.into())) + // Measured: `779 + r * (8 ±0)` + // Estimated: `21745 + r * (40 ±0)` + // Minimum execution time: 394_087_000 picoseconds. + Weight::from_parts(395_768_667, 21745) + // Standard Error: 950 + .saturating_add(Weight::from_parts(388_882, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 40).saturating_mul(r.into())) @@ -1461,12 +1465,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `n` is `[0, 1048576]`. fn seal_hash_blake2_128_per_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `883` - // Estimated: `22235` - // Minimum execution time: 296_644_000 picoseconds. - Weight::from_parts(289_879_744, 22235) + // Measured: `787` + // Estimated: `21755` + // Minimum execution time: 389_375_000 picoseconds. + Weight::from_parts(383_839_843, 21755) // Standard Error: 2 - .saturating_add(Weight::from_parts(925, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(964, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -1483,12 +1487,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_ecdsa_recover(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `800 + r * (78 ±0)` - // Estimated: `21845 + r * (390 ±0)` - // Minimum execution time: 297_804_000 picoseconds. - Weight::from_parts(471_994_534, 21845) - // Standard Error: 9_479 - .saturating_add(Weight::from_parts(36_886_028, 0).saturating_mul(r.into())) + // Measured: `704 + r * (78 ±0)` + // Estimated: `21365 + r * (390 ±0)` + // Minimum execution time: 390_290_000 picoseconds. + Weight::from_parts(546_812_386, 21365) + // Standard Error: 9_645 + .saturating_add(Weight::from_parts(36_951_882, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 390).saturating_mul(r.into())) @@ -1506,12 +1510,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_ecdsa_to_eth_address(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `645 + r * (44 ±0)` - // Estimated: `21110 + r * (220 ±0)` - // Minimum execution time: 298_623_000 picoseconds. - Weight::from_parts(322_192_102, 21110) - // Standard Error: 3_207 - .saturating_add(Weight::from_parts(9_243_653, 0).saturating_mul(r.into())) + // Measured: `549 + r * (44 ±0)` + // Estimated: `20630 + r * (220 ±0)` + // Minimum execution time: 390_929_000 picoseconds. + Weight::from_parts(420_019_515, 20630) + // Standard Error: 3_605 + .saturating_add(Weight::from_parts(9_355_559, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 220).saturating_mul(r.into())) @@ -1531,17 +1535,17 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_set_code_hash(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `0 + r * (1030 ±0)` - // Estimated: `30592 + r * (11919 ±7)` - // Minimum execution time: 298_574_000 picoseconds. - Weight::from_parts(299_383_000, 30592) - // Standard Error: 44_061 - .saturating_add(Weight::from_parts(21_625_366, 0).saturating_mul(r.into())) + // Measured: `0 + r * (964 ±0)` + // Estimated: `29920 + r * (11544 ±7)` + // Minimum execution time: 392_237_000 picoseconds. + Weight::from_parts(393_119_000, 29920) + // Standard Error: 44_663 + .saturating_add(Weight::from_parts(21_290_746, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_parts(0, 11919).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 11544).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -1556,12 +1560,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_reentrance_count(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `869 + r * (3 ±0)` - // Estimated: `22215 + r * (15 ±0)` - // Minimum execution time: 297_014_000 picoseconds. - Weight::from_parts(301_226_615, 22215) - // Standard Error: 439 - .saturating_add(Weight::from_parts(143_017, 0).saturating_mul(r.into())) + // Measured: `773 + r * (3 ±0)` + // Estimated: `21735 + r * (15 ±0)` + // Minimum execution time: 389_739_000 picoseconds. + Weight::from_parts(394_640_912, 21735) + // Standard Error: 635 + .saturating_add(Weight::from_parts(138_748, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 15).saturating_mul(r.into())) @@ -1579,12 +1583,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_account_reentrance_count(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2072 + r * (39 ±0)` - // Estimated: `27645 + r * (200 ±0)` - // Minimum execution time: 299_074_000 picoseconds. - Weight::from_parts(336_979_016, 27645) - // Standard Error: 1_163 - .saturating_add(Weight::from_parts(227_998, 0).saturating_mul(r.into())) + // Measured: `1975 + r * (39 ±0)` + // Estimated: `27145 + r * (200 ±0)` + // Minimum execution time: 391_709_000 picoseconds. + Weight::from_parts(425_821_136, 27145) + // Standard Error: 1_204 + .saturating_add(Weight::from_parts(224_192, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 200).saturating_mul(r.into())) @@ -1604,12 +1608,12 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[0, 1600]`. fn seal_instantiation_nonce(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `872 + r * (3 ±0)` - // Estimated: `24580 + r * (18 ±0)` - // Minimum execution time: 296_959_000 picoseconds. - Weight::from_parts(303_796_839, 24580) - // Standard Error: 534 - .saturating_add(Weight::from_parts(118_978, 0).saturating_mul(r.into())) + // Measured: `776 + r * (3 ±0)` + // Estimated: `24004 + r * (18 ±0)` + // Minimum execution time: 389_561_000 picoseconds. + Weight::from_parts(397_911_345, 24004) + // Standard Error: 624 + .saturating_add(Weight::from_parts(118_696, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 18).saturating_mul(r.into())) @@ -1619,208 +1623,208 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_020_000 picoseconds. - Weight::from_parts(1_355_107, 0) - // Standard Error: 1 - .saturating_add(Weight::from_parts(4_110, 0).saturating_mul(r.into())) + // Minimum execution time: 1_029_000 picoseconds. + Weight::from_parts(1_355_319, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(4_180, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64load(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_224_000 picoseconds. - Weight::from_parts(1_819_284, 0) - // Standard Error: 10 - .saturating_add(Weight::from_parts(10_803, 0).saturating_mul(r.into())) + // Minimum execution time: 1_227_000 picoseconds. + Weight::from_parts(1_912_687, 0) + // Standard Error: 5 + .saturating_add(Weight::from_parts(11_638, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64store(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_216_000 picoseconds. - Weight::from_parts(1_795_011, 0) - // Standard Error: 5 - .saturating_add(Weight::from_parts(10_000, 0).saturating_mul(r.into())) + // Minimum execution time: 1_259_000 picoseconds. + Weight::from_parts(1_738_604, 0) + // Standard Error: 8 + .saturating_add(Weight::from_parts(10_943, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_select(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_127_000 picoseconds. - Weight::from_parts(1_491_730, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(11_471, 0).saturating_mul(r.into())) + // Minimum execution time: 1_119_000 picoseconds. + Weight::from_parts(1_417_413, 0) + // Standard Error: 10 + .saturating_add(Weight::from_parts(11_901, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_if(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_044_000 picoseconds. - Weight::from_parts(2_330_852, 0) - // Standard Error: 69 - .saturating_add(Weight::from_parts(12_866, 0).saturating_mul(r.into())) + // Minimum execution time: 1_073_000 picoseconds. + Weight::from_parts(1_412_786, 0) + // Standard Error: 6 + .saturating_add(Weight::from_parts(13_595, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_br(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_067_000 picoseconds. - Weight::from_parts(1_399_626, 0) - // Standard Error: 5 - .saturating_add(Weight::from_parts(6_430, 0).saturating_mul(r.into())) + // Minimum execution time: 1_056_000 picoseconds. + Weight::from_parts(1_342_582, 0) + // Standard Error: 4 + .saturating_add(Weight::from_parts(6_458, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_br_if(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_087_000 picoseconds. - Weight::from_parts(1_463_592, 0) - // Standard Error: 12 - .saturating_add(Weight::from_parts(9_707, 0).saturating_mul(r.into())) + // Minimum execution time: 1_053_000 picoseconds. + Weight::from_parts(1_457_607, 0) + // Standard Error: 15 + .saturating_add(Weight::from_parts(9_562, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_br_table(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_110_000 picoseconds. - Weight::from_parts(1_058_258, 0) - // Standard Error: 22 - .saturating_add(Weight::from_parts(11_713, 0).saturating_mul(r.into())) + // Minimum execution time: 1_071_000 picoseconds. + Weight::from_parts(1_100_261, 0) + // Standard Error: 19 + .saturating_add(Weight::from_parts(12_321, 0).saturating_mul(r.into())) } /// The range of component `e` is `[1, 256]`. fn instr_br_table_per_entry(_e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_189_000 picoseconds. - Weight::from_parts(1_416_188, 0) + // Minimum execution time: 1_131_000 picoseconds. + Weight::from_parts(1_345_248, 0) } /// The range of component `r` is `[0, 5000]`. fn instr_call(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_201_000 picoseconds. - Weight::from_parts(3_375_851, 0) - // Standard Error: 96 - .saturating_add(Weight::from_parts(22_970, 0).saturating_mul(r.into())) + // Minimum execution time: 1_085_000 picoseconds. + Weight::from_parts(2_007_213, 0) + // Standard Error: 22 + .saturating_add(Weight::from_parts(28_027, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_call_indirect(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_286_000 picoseconds. - Weight::from_parts(2_817_725, 0) - // Standard Error: 55 - .saturating_add(Weight::from_parts(29_437, 0).saturating_mul(r.into())) + // Minimum execution time: 1_226_000 picoseconds. + Weight::from_parts(4_349_892, 0) + // Standard Error: 202 + .saturating_add(Weight::from_parts(36_819, 0).saturating_mul(r.into())) } /// The range of component `l` is `[0, 1024]`. fn instr_call_per_local(l: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_319_000 picoseconds. - Weight::from_parts(1_636_286, 0) + // Minimum execution time: 1_266_000 picoseconds. + Weight::from_parts(1_556_360, 0) // Standard Error: 31 - .saturating_add(Weight::from_parts(1_240, 0).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(2_120, 0).saturating_mul(l.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_local_get(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_507_000 picoseconds. - Weight::from_parts(2_785_119, 0) - // Standard Error: 1 - .saturating_add(Weight::from_parts(4_601, 0).saturating_mul(r.into())) + // Minimum execution time: 3_373_000 picoseconds. + Weight::from_parts(3_606_375, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(4_097, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_local_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_494_000 picoseconds. - Weight::from_parts(2_948_015, 0) - // Standard Error: 14 - .saturating_add(Weight::from_parts(4_788, 0).saturating_mul(r.into())) + // Minimum execution time: 3_324_000 picoseconds. + Weight::from_parts(3_950_686, 0) + // Standard Error: 22 + .saturating_add(Weight::from_parts(4_956, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_local_tee(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_443_000 picoseconds. - Weight::from_parts(3_065_273, 0) - // Standard Error: 15 - .saturating_add(Weight::from_parts(6_489, 0).saturating_mul(r.into())) + // Minimum execution time: 3_333_000 picoseconds. + Weight::from_parts(3_674_540, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(6_728, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_global_get(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_214_000 picoseconds. - Weight::from_parts(1_634_049, 0) + // Minimum execution time: 1_149_000 picoseconds. + Weight::from_parts(1_604_200, 0) // Standard Error: 3 - .saturating_add(Weight::from_parts(8_960, 0).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(8_967, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_global_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_180_000 picoseconds. - Weight::from_parts(1_555_599, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(9_205, 0).saturating_mul(r.into())) + // Minimum execution time: 1_158_000 picoseconds. + Weight::from_parts(1_563_787, 0) + // Standard Error: 6 + .saturating_add(Weight::from_parts(9_546, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_memory_current(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_223_000 picoseconds. - Weight::from_parts(1_626_002, 0) - // Standard Error: 5 - .saturating_add(Weight::from_parts(8_181, 0).saturating_mul(r.into())) + // Minimum execution time: 1_197_000 picoseconds. + Weight::from_parts(1_832_456, 0) + // Standard Error: 133 + .saturating_add(Weight::from_parts(8_581, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 16]`. fn instr_memory_grow(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_148_000 picoseconds. - Weight::from_parts(307_155, 0) - // Standard Error: 138_541 - .saturating_add(Weight::from_parts(13_291_570, 0).saturating_mul(r.into())) + // Minimum execution time: 1_142_000 picoseconds. + Weight::from_parts(869_358, 0) + // Standard Error: 122_422 + .saturating_add(Weight::from_parts(15_527_865, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64clz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_079_000 picoseconds. - Weight::from_parts(1_372_409, 0) - // Standard Error: 50 - .saturating_add(Weight::from_parts(6_427, 0).saturating_mul(r.into())) + // Minimum execution time: 1_073_000 picoseconds. + Weight::from_parts(1_512_351, 0) + // Standard Error: 138 + .saturating_add(Weight::from_parts(6_546, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64ctz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_116_000 picoseconds. - Weight::from_parts(1_415_180, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(6_353, 0).saturating_mul(r.into())) + // Minimum execution time: 1_040_000 picoseconds. + Weight::from_parts(1_364_740, 0) + // Standard Error: 4 + .saturating_add(Weight::from_parts(6_499, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64popcnt(r: u32, ) -> Weight { @@ -1828,39 +1832,39 @@ impl WeightInfo for SubstrateWeight { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_058_000 picoseconds. - Weight::from_parts(1_314_206, 0) - // Standard Error: 35 - .saturating_add(Weight::from_parts(6_431, 0).saturating_mul(r.into())) + Weight::from_parts(1_420_732, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(6_457, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64eqz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_059_000 picoseconds. - Weight::from_parts(1_455_331, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(6_507, 0).saturating_mul(r.into())) + // Minimum execution time: 1_006_000 picoseconds. + Weight::from_parts(1_412_401, 0) + // Standard Error: 4 + .saturating_add(Weight::from_parts(6_655, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64extendsi32(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_057_000 picoseconds. - Weight::from_parts(1_421_085, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(6_177, 0).saturating_mul(r.into())) + // Minimum execution time: 1_073_000 picoseconds. + Weight::from_parts(1_397_411, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(6_404, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64extendui32(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_079_000 picoseconds. - Weight::from_parts(1_429_275, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(6_175, 0).saturating_mul(r.into())) + // Minimum execution time: 1_024_000 picoseconds. + Weight::from_parts(1_834_657, 0) + // Standard Error: 24 + .saturating_add(Weight::from_parts(6_268, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i32wrapi64(r: u32, ) -> Weight { @@ -1868,259 +1872,259 @@ impl WeightInfo for SubstrateWeight { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_065_000 picoseconds. - Weight::from_parts(1_403_813, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(6_192, 0).saturating_mul(r.into())) + Weight::from_parts(1_408_777, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(6_400, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64eq(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_061_000 picoseconds. - Weight::from_parts(1_421_984, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(9_094, 0).saturating_mul(r.into())) + // Minimum execution time: 1_034_000 picoseconds. + Weight::from_parts(1_467_661, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(9_477, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64ne(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_075_000 picoseconds. - Weight::from_parts(1_431_453, 0) + // Minimum execution time: 1_013_000 picoseconds. + Weight::from_parts(1_393_837, 0) // Standard Error: 2 - .saturating_add(Weight::from_parts(9_084, 0).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(9_454, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64lts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_100_000 picoseconds. - Weight::from_parts(1_452_384, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(9_081, 0).saturating_mul(r.into())) + // Minimum execution time: 1_077_000 picoseconds. + Weight::from_parts(1_454_762, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(9_443, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64ltu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_090_000 picoseconds. - Weight::from_parts(1_466_416, 0) - // Standard Error: 17 - .saturating_add(Weight::from_parts(9_091, 0).saturating_mul(r.into())) + // Minimum execution time: 1_059_000 picoseconds. + Weight::from_parts(1_380_320, 0) + // Standard Error: 10 + .saturating_add(Weight::from_parts(9_670, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64gts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_056_000 picoseconds. - Weight::from_parts(1_676_091, 0) - // Standard Error: 47 - .saturating_add(Weight::from_parts(9_082, 0).saturating_mul(r.into())) + // Minimum execution time: 1_075_000 picoseconds. + Weight::from_parts(1_458_406, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(9_603, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64gtu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_053_000 picoseconds. - Weight::from_parts(1_232_790, 0) - // Standard Error: 43 - .saturating_add(Weight::from_parts(9_329, 0).saturating_mul(r.into())) + // Minimum execution time: 1_033_000 picoseconds. + Weight::from_parts(1_683_526, 0) + // Standard Error: 32 + .saturating_add(Weight::from_parts(9_590, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64les(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_091_000 picoseconds. - Weight::from_parts(1_476_212, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(9_074, 0).saturating_mul(r.into())) + // Minimum execution time: 1_039_000 picoseconds. + Weight::from_parts(1_409_028, 0) + // Standard Error: 6 + .saturating_add(Weight::from_parts(9_488, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64leu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_083_000 picoseconds. - Weight::from_parts(1_484_966, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(9_184, 0).saturating_mul(r.into())) + // Minimum execution time: 1_057_000 picoseconds. + Weight::from_parts(1_442_344, 0) + // Standard Error: 7 + .saturating_add(Weight::from_parts(9_639, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64ges(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_089_000 picoseconds. - Weight::from_parts(1_516_766, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(9_063, 0).saturating_mul(r.into())) + // Minimum execution time: 1_087_000 picoseconds. + Weight::from_parts(1_481_974, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(9_437, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64geu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 996_000 picoseconds. - Weight::from_parts(1_460_638, 0) + // Minimum execution time: 1_095_000 picoseconds. + Weight::from_parts(1_449_627, 0) // Standard Error: 2 - .saturating_add(Weight::from_parts(9_076, 0).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(9_439, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64add(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_095_000 picoseconds. - Weight::from_parts(1_448_412, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(8_977, 0).saturating_mul(r.into())) + // Minimum execution time: 1_082_000 picoseconds. + Weight::from_parts(1_473_689, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(9_072, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64sub(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_071_000 picoseconds. - Weight::from_parts(1_459_165, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(8_852, 0).saturating_mul(r.into())) + // Minimum execution time: 1_074_000 picoseconds. + Weight::from_parts(1_439_013, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(9_078, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64mul(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_082_000 picoseconds. - Weight::from_parts(1_450_718, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(8_860, 0).saturating_mul(r.into())) + // Minimum execution time: 1_095_000 picoseconds. + Weight::from_parts(1_438_735, 0) + // Standard Error: 5 + .saturating_add(Weight::from_parts(9_035, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64divs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_065_000 picoseconds. - Weight::from_parts(1_436_871, 0) - // Standard Error: 9 - .saturating_add(Weight::from_parts(15_241, 0).saturating_mul(r.into())) + // Minimum execution time: 1_087_000 picoseconds. + Weight::from_parts(1_460_361, 0) + // Standard Error: 5 + .saturating_add(Weight::from_parts(15_417, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64divu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_065_000 picoseconds. - Weight::from_parts(1_423_806, 0) - // Standard Error: 17 - .saturating_add(Weight::from_parts(14_706, 0).saturating_mul(r.into())) + // Minimum execution time: 1_047_000 picoseconds. + Weight::from_parts(1_798_044, 0) + // Standard Error: 57 + .saturating_add(Weight::from_parts(14_531, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64rems(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_059_000 picoseconds. - Weight::from_parts(1_735_816, 0) - // Standard Error: 66 - .saturating_add(Weight::from_parts(15_230, 0).saturating_mul(r.into())) + // Minimum execution time: 1_018_000 picoseconds. + Weight::from_parts(1_616_403, 0) + // Standard Error: 22 + .saturating_add(Weight::from_parts(15_486, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64remu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_076_000 picoseconds. - Weight::from_parts(1_451_290, 0) - // Standard Error: 6 - .saturating_add(Weight::from_parts(14_530, 0).saturating_mul(r.into())) + // Minimum execution time: 1_061_000 picoseconds. + Weight::from_parts(1_471_495, 0) + // Standard Error: 4 + .saturating_add(Weight::from_parts(14_563, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64and(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_079_000 picoseconds. - Weight::from_parts(1_457_537, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(8_963, 0).saturating_mul(r.into())) + // Minimum execution time: 1_038_000 picoseconds. + Weight::from_parts(1_439_558, 0) + // Standard Error: 4 + .saturating_add(Weight::from_parts(9_091, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64or(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_032_000 picoseconds. - Weight::from_parts(1_475_315, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(8_956, 0).saturating_mul(r.into())) + // Minimum execution time: 1_036_000 picoseconds. + Weight::from_parts(1_473_059, 0) + // Standard Error: 5 + .saturating_add(Weight::from_parts(9_082, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64xor(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_056_000 picoseconds. - Weight::from_parts(1_450_071, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(8_960, 0).saturating_mul(r.into())) + // Minimum execution time: 1_063_000 picoseconds. + Weight::from_parts(1_469_656, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(9_086, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64shl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_116_000 picoseconds. - Weight::from_parts(1_429_705, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(9_027, 0).saturating_mul(r.into())) + // Minimum execution time: 1_085_000 picoseconds. + Weight::from_parts(1_490_457, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(9_291, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64shrs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_059_000 picoseconds. - Weight::from_parts(1_429_307, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(9_048, 0).saturating_mul(r.into())) + // Minimum execution time: 1_068_000 picoseconds. + Weight::from_parts(1_350_507, 0) + // Standard Error: 52 + .saturating_add(Weight::from_parts(9_404, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64shru(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_093_000 picoseconds. - Weight::from_parts(1_411_827, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(9_528, 0).saturating_mul(r.into())) + // Minimum execution time: 1_069_000 picoseconds. + Weight::from_parts(1_459_914, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(9_299, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64rotl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_115_000 picoseconds. - Weight::from_parts(1_441_025, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(9_043, 0).saturating_mul(r.into())) + // Minimum execution time: 1_045_000 picoseconds. + Weight::from_parts(2_204_589, 0) + // Standard Error: 190 + .saturating_add(Weight::from_parts(9_298, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64rotr(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_077_000 picoseconds. - Weight::from_parts(1_480_666, 0) + // Minimum execution time: 1_104_000 picoseconds. + Weight::from_parts(1_449_252, 0) // Standard Error: 4 - .saturating_add(Weight::from_parts(9_031, 0).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(9_312, 0).saturating_mul(r.into())) } } @@ -2132,8 +2136,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `109` // Estimated: `1594` - // Minimum execution time: 2_736_000 picoseconds. - Weight::from_parts(2_931_000, 1594) + // Minimum execution time: 2_620_000 picoseconds. + Weight::from_parts(2_871_000, 1594) .saturating_add(RocksDbWeight::get().reads(1_u64)) } /// Storage: Skipped Metadata (r:0 w:0) @@ -2141,12 +2145,12 @@ impl WeightInfo for () { /// The range of component `k` is `[0, 1024]`. fn on_initialize_per_trie_key(k: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `481 + k * (69 ±0)` - // Estimated: `471 + k * (70 ±0)` - // Minimum execution time: 10_759_000 picoseconds. - Weight::from_parts(6_965_683, 471) - // Standard Error: 1_019 - .saturating_add(Weight::from_parts(961_947, 0).saturating_mul(k.into())) + // Measured: `450 + k * (69 ±0)` + // Estimated: `440 + k * (70 ±0)` + // Minimum execution time: 10_892_000 picoseconds. + Weight::from_parts(7_354_304, 440) + // Standard Error: 1_014 + .saturating_add(Weight::from_parts(969_947, 0).saturating_mul(k.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -2158,12 +2162,12 @@ impl WeightInfo for () { /// The range of component `q` is `[0, 128]`. fn on_initialize_per_queue_item(q: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `281 + q * (33 ±0)` - // Estimated: `1753 + q * (33 ±0)` - // Minimum execution time: 2_633_000 picoseconds. - Weight::from_parts(10_668_837, 1753) - // Standard Error: 3_538 - .saturating_add(Weight::from_parts(1_277_168, 0).saturating_mul(q.into())) + // Measured: `250 + q * (33 ±0)` + // Estimated: `1725 + q * (33 ±0)` + // Minimum execution time: 2_627_000 picoseconds. + Weight::from_parts(11_046_710, 1725) + // Standard Error: 3_306 + .saturating_add(Weight::from_parts(1_281_055, 0).saturating_mul(q.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 33).saturating_mul(q.into())) @@ -2175,12 +2179,12 @@ impl WeightInfo for () { /// The range of component `c` is `[0, 61717]`. fn reinstrument(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `270 + c * (1 ±0)` - // Estimated: `4015 + c * (2 ±0)` - // Minimum execution time: 30_264_000 picoseconds. - Weight::from_parts(27_106_554, 4015) - // Standard Error: 53 - .saturating_add(Weight::from_parts(49_705, 0).saturating_mul(c.into())) + // Measured: `238 + c * (1 ±0)` + // Estimated: `3951 + c * (2 ±0)` + // Minimum execution time: 36_494_000 picoseconds. + Weight::from_parts(40_839_682, 3951) + // Standard Error: 77 + .saturating_add(Weight::from_parts(50_212, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 2).saturating_mul(c.into())) @@ -2198,12 +2202,12 @@ impl WeightInfo for () { /// The range of component `c` is `[0, 125952]`. fn call_with_code_per_byte(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `803` - // Estimated: `21880 + c * (5 ±0)` - // Minimum execution time: 309_249_000 picoseconds. - Weight::from_parts(323_353_590, 21880) - // Standard Error: 25 - .saturating_add(Weight::from_parts(31_359, 0).saturating_mul(c.into())) + // Measured: `707` + // Estimated: `21400 + c * (5 ±0)` + // Minimum execution time: 401_294_000 picoseconds. + Weight::from_parts(426_783_939, 21400) + // Standard Error: 50 + .saturating_add(Weight::from_parts(31_402, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 5).saturating_mul(c.into())) @@ -2231,14 +2235,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `270` // Estimated: `26207` - // Minimum execution time: 3_136_707_000 picoseconds. - Weight::from_parts(564_055_378, 26207) - // Standard Error: 286 - .saturating_add(Weight::from_parts(93_308, 0).saturating_mul(c.into())) - // Standard Error: 16 - .saturating_add(Weight::from_parts(1_165, 0).saturating_mul(i.into())) - // Standard Error: 16 - .saturating_add(Weight::from_parts(1_435, 0).saturating_mul(s.into())) + // Minimum execution time: 3_259_546_000 picoseconds. + Weight::from_parts(662_361_083, 26207) + // Standard Error: 299 + .saturating_add(Weight::from_parts(94_603, 0).saturating_mul(c.into())) + // Standard Error: 17 + .saturating_add(Weight::from_parts(1_157, 0).saturating_mul(i.into())) + // Standard Error: 17 + .saturating_add(Weight::from_parts(1_502, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(10_u64)) } @@ -2260,14 +2264,14 @@ impl WeightInfo for () { /// The range of component `s` is `[0, 1048576]`. fn instantiate(i: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `546` - // Estimated: `28969` - // Minimum execution time: 1_631_314_000 picoseconds. - Weight::from_parts(236_693_159, 28969) - // Standard Error: 8 - .saturating_add(Weight::from_parts(1_434, 0).saturating_mul(i.into())) - // Standard Error: 8 - .saturating_add(Weight::from_parts(1_445, 0).saturating_mul(s.into())) + // Measured: `482` + // Estimated: `28521` + // Minimum execution time: 1_609_726_000 picoseconds. + Weight::from_parts(220_473_847, 28521) + // Standard Error: 9 + .saturating_add(Weight::from_parts(1_447, 0).saturating_mul(i.into())) + // Standard Error: 9 + .saturating_add(Weight::from_parts(1_481, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -2283,10 +2287,10 @@ impl WeightInfo for () { /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) fn call() -> Weight { // Proof Size summary in bytes: - // Measured: `855` - // Estimated: `22095` - // Minimum execution time: 167_139_000 picoseconds. - Weight::from_parts(168_034_000, 22095) + // Measured: `759` + // Estimated: `21615` + // Minimum execution time: 162_969_000 picoseconds. + Weight::from_parts(163_846_000, 21615) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -2303,10 +2307,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `109` // Estimated: `7366` - // Minimum execution time: 306_518_000 picoseconds. - Weight::from_parts(325_652_407, 7366) - // Standard Error: 134 - .saturating_add(Weight::from_parts(93_502, 0).saturating_mul(c.into())) + // Minimum execution time: 407_615_000 picoseconds. + Weight::from_parts(437_892_160, 7366) + // Standard Error: 133 + .saturating_add(Weight::from_parts(95_316, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -2320,10 +2324,10 @@ impl WeightInfo for () { /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) fn remove_code() -> Weight { // Proof Size summary in bytes: - // Measured: `287` - // Estimated: `8078` - // Minimum execution time: 29_084_000 picoseconds. - Weight::from_parts(29_350_000, 8078) + // Measured: `255` + // Estimated: `7950` + // Minimum execution time: 28_745_000 picoseconds. + Weight::from_parts(29_150_000, 7950) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -2335,10 +2339,10 @@ impl WeightInfo for () { /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) fn set_code() -> Weight { // Proof Size summary in bytes: - // Measured: `666` - // Estimated: `19818` - // Minimum execution time: 32_996_000 picoseconds. - Weight::from_parts(33_365_000, 19818) + // Measured: `570` + // Estimated: `19530` + // Minimum execution time: 32_937_000 picoseconds. + Weight::from_parts(33_560_000, 19530) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -2355,12 +2359,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_caller(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `877 + r * (6 ±0)` - // Estimated: `22210 + r * (30 ±0)` - // Minimum execution time: 298_315_000 picoseconds. - Weight::from_parts(304_612_433, 22210) - // Standard Error: 904 - .saturating_add(Weight::from_parts(285_473, 0).saturating_mul(r.into())) + // Measured: `781 + r * (6 ±0)` + // Estimated: `21730 + r * (30 ±0)` + // Minimum execution time: 389_279_000 picoseconds. + Weight::from_parts(396_489_468, 21730) + // Standard Error: 1_139 + .saturating_add(Weight::from_parts(283_388, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -2378,16 +2382,16 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_is_contract(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `935 + r * (272 ±0)` - // Estimated: `22315 + r * (3835 ±0)` - // Minimum execution time: 299_169_000 picoseconds. - Weight::from_parts(138_157_704, 22315) - // Standard Error: 6_115 - .saturating_add(Weight::from_parts(3_244_482, 0).saturating_mul(r.into())) + // Measured: `839 + r * (240 ±0)` + // Estimated: `21835 + r * (3675 ±0)` + // Minimum execution time: 395_406_000 picoseconds. + Weight::from_parts(239_146_069, 21835) + // Standard Error: 6_148 + .saturating_add(Weight::from_parts(3_287_169, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 3835).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 3675).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -2402,16 +2406,16 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_code_hash(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `927 + r * (276 ±0)` - // Estimated: `22335 + r * (3855 ±0)` - // Minimum execution time: 299_262_000 picoseconds. - Weight::from_parts(157_105_627, 22335) - // Standard Error: 5_634 - .saturating_add(Weight::from_parts(3_995_666, 0).saturating_mul(r.into())) + // Measured: `831 + r * (244 ±0)` + // Estimated: `21855 + r * (3695 ±0)` + // Minimum execution time: 391_449_000 picoseconds. + Weight::from_parts(237_601_469, 21855) + // Standard Error: 6_040 + .saturating_add(Weight::from_parts(4_019_639, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 3855).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 3695).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -2426,12 +2430,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_own_code_hash(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `884 + r * (6 ±0)` - // Estimated: `22250 + r * (30 ±0)` - // Minimum execution time: 298_259_000 picoseconds. - Weight::from_parts(303_498_245, 22250) - // Standard Error: 874 - .saturating_add(Weight::from_parts(352_839, 0).saturating_mul(r.into())) + // Measured: `788 + r * (6 ±0)` + // Estimated: `21770 + r * (30 ±0)` + // Minimum execution time: 391_392_000 picoseconds. + Weight::from_parts(369_617_614, 21770) + // Standard Error: 8_580 + .saturating_add(Weight::from_parts(410_580, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -2449,12 +2453,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_caller_is_origin(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `874 + r * (3 ±0)` - // Estimated: `22215 + r * (15 ±0)` - // Minimum execution time: 295_689_000 picoseconds. - Weight::from_parts(314_004_541, 22215) - // Standard Error: 1_803 - .saturating_add(Weight::from_parts(131_102, 0).saturating_mul(r.into())) + // Measured: `778 + r * (3 ±0)` + // Estimated: `21735 + r * (15 ±0)` + // Minimum execution time: 388_848_000 picoseconds. + Weight::from_parts(398_526_947, 21735) + // Standard Error: 838 + .saturating_add(Weight::from_parts(135_240, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 15).saturating_mul(r.into())) @@ -2472,12 +2476,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_address(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `878 + r * (6 ±0)` - // Estimated: `22220 + r * (30 ±0)` - // Minimum execution time: 297_579_000 picoseconds. - Weight::from_parts(299_326_920, 22220) - // Standard Error: 990 - .saturating_add(Weight::from_parts(284_789, 0).saturating_mul(r.into())) + // Measured: `782 + r * (6 ±0)` + // Estimated: `21740 + r * (30 ±0)` + // Minimum execution time: 389_345_000 picoseconds. + Weight::from_parts(391_097_858, 21740) + // Standard Error: 6_060 + .saturating_add(Weight::from_parts(303_376, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -2495,12 +2499,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_gas_left(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `879 + r * (6 ±0)` - // Estimated: `22205 + r * (30 ±0)` - // Minimum execution time: 297_651_000 picoseconds. - Weight::from_parts(304_465_467, 22205) - // Standard Error: 736 - .saturating_add(Weight::from_parts(272_149, 0).saturating_mul(r.into())) + // Measured: `783 + r * (6 ±0)` + // Estimated: `21725 + r * (30 ±0)` + // Minimum execution time: 389_830_000 picoseconds. + Weight::from_parts(389_283_480, 21725) + // Standard Error: 1_364 + .saturating_add(Weight::from_parts(290_600, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -2518,12 +2522,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_balance(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1050 + r * (6 ±0)` - // Estimated: `25258 + r * (30 ±0)` - // Minimum execution time: 296_957_000 picoseconds. - Weight::from_parts(308_680_068, 25258) - // Standard Error: 1_377 - .saturating_add(Weight::from_parts(1_419_294, 0).saturating_mul(r.into())) + // Measured: `922 + r * (6 ±0)` + // Estimated: `24633 + r * (30 ±0)` + // Minimum execution time: 389_335_000 picoseconds. + Weight::from_parts(411_723_922, 24633) + // Standard Error: 2_092 + .saturating_add(Weight::from_parts(1_395_758, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -2541,12 +2545,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_value_transferred(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `888 + r * (6 ±0)` - // Estimated: `22305 + r * (30 ±0)` - // Minimum execution time: 297_735_000 picoseconds. - Weight::from_parts(301_533_807, 22305) - // Standard Error: 1_119 - .saturating_add(Weight::from_parts(277_289, 0).saturating_mul(r.into())) + // Measured: `792 + r * (6 ±0)` + // Estimated: `21825 + r * (30 ±0)` + // Minimum execution time: 390_594_000 picoseconds. + Weight::from_parts(397_317_482, 21825) + // Standard Error: 972 + .saturating_add(Weight::from_parts(278_843, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -2564,12 +2568,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_minimum_balance(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `886 + r * (6 ±0)` - // Estimated: `22295 + r * (30 ±0)` - // Minimum execution time: 299_599_000 picoseconds. - Weight::from_parts(303_664_496, 22295) - // Standard Error: 1_009 - .saturating_add(Weight::from_parts(280_353, 0).saturating_mul(r.into())) + // Measured: `790 + r * (6 ±0)` + // Estimated: `21815 + r * (30 ±0)` + // Minimum execution time: 388_172_000 picoseconds. + Weight::from_parts(395_664_962, 21815) + // Standard Error: 1_015 + .saturating_add(Weight::from_parts(278_782, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -2587,12 +2591,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_block_number(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `883 + r * (6 ±0)` - // Estimated: `22285 + r * (30 ±0)` - // Minimum execution time: 297_641_000 picoseconds. - Weight::from_parts(302_437_979, 22285) - // Standard Error: 669 - .saturating_add(Weight::from_parts(270_403, 0).saturating_mul(r.into())) + // Measured: `787 + r * (6 ±0)` + // Estimated: `21805 + r * (30 ±0)` + // Minimum execution time: 389_498_000 picoseconds. + Weight::from_parts(397_789_932, 21805) + // Standard Error: 965 + .saturating_add(Weight::from_parts(274_912, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -2610,12 +2614,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_now(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `874 + r * (6 ±0)` - // Estimated: `22215 + r * (30 ±0)` - // Minimum execution time: 297_217_000 picoseconds. - Weight::from_parts(299_538_157, 22215) - // Standard Error: 732 - .saturating_add(Weight::from_parts(280_800, 0).saturating_mul(r.into())) + // Measured: `778 + r * (6 ±0)` + // Estimated: `21735 + r * (30 ±0)` + // Minimum execution time: 388_680_000 picoseconds. + Weight::from_parts(366_943_812, 21735) + // Standard Error: 6_476 + .saturating_add(Weight::from_parts(330_939, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -2635,12 +2639,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_weight_to_fee(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `952 + r * (10 ±0)` - // Estimated: `25022 + r * (60 ±0)` - // Minimum execution time: 297_286_000 picoseconds. - Weight::from_parts(311_436_352, 25022) - // Standard Error: 6_811 - .saturating_add(Weight::from_parts(1_291_941, 0).saturating_mul(r.into())) + // Measured: `856 + r * (10 ±0)` + // Estimated: `24446 + r * (60 ±0)` + // Minimum execution time: 394_593_000 picoseconds. + Weight::from_parts(415_007_543, 24446) + // Standard Error: 2_624 + .saturating_add(Weight::from_parts(1_229_380, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 60).saturating_mul(r.into())) @@ -2658,12 +2662,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_gas(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `841 + r * (4 ±0)` - // Estimated: `22035 + r * (20 ±0)` - // Minimum execution time: 154_772_000 picoseconds. - Weight::from_parts(159_224_457, 22035) - // Standard Error: 212 - .saturating_add(Weight::from_parts(102_264, 0).saturating_mul(r.into())) + // Measured: `745 + r * (4 ±0)` + // Estimated: `21555 + r * (20 ±0)` + // Minimum execution time: 147_739_000 picoseconds. + Weight::from_parts(153_570_384, 21555) + // Standard Error: 232 + .saturating_add(Weight::from_parts(104_284, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 20).saturating_mul(r.into())) @@ -2681,12 +2685,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_input(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `876 + r * (6 ±0)` - // Estimated: `22220 + r * (30 ±0)` - // Minimum execution time: 297_248_000 picoseconds. - Weight::from_parts(303_805_584, 22220) - // Standard Error: 858 - .saturating_add(Weight::from_parts(223_587, 0).saturating_mul(r.into())) + // Measured: `780 + r * (6 ±0)` + // Estimated: `21740 + r * (30 ±0)` + // Minimum execution time: 388_814_000 picoseconds. + Weight::from_parts(395_698_084, 21740) + // Standard Error: 886 + .saturating_add(Weight::from_parts(226_309, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -2704,12 +2708,12 @@ impl WeightInfo for () { /// The range of component `n` is `[0, 1048576]`. fn seal_input_per_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `880` - // Estimated: `22220` - // Minimum execution time: 298_464_000 picoseconds. - Weight::from_parts(300_996_431, 22220) + // Measured: `784` + // Estimated: `21740` + // Minimum execution time: 389_035_000 picoseconds. + Weight::from_parts(393_845_331, 21740) // Standard Error: 1 - .saturating_add(Weight::from_parts(600, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(619, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -2726,12 +2730,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1]`. fn seal_return(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `864 + r * (45 ±0)` - // Estimated: `22140 + r * (225 ±0)` - // Minimum execution time: 294_347_000 picoseconds. - Weight::from_parts(296_793_034, 22140) - // Standard Error: 277_251 - .saturating_add(Weight::from_parts(1_711_665, 0).saturating_mul(r.into())) + // Measured: `768 + r * (45 ±0)` + // Estimated: `21660 + r * (225 ±0)` + // Minimum execution time: 385_879_000 picoseconds. + Weight::from_parts(389_403_638, 21660) + // Standard Error: 927_261 + .saturating_add(Weight::from_parts(420_561, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 225).saturating_mul(r.into())) @@ -2749,12 +2753,12 @@ impl WeightInfo for () { /// The range of component `n` is `[0, 1048576]`. fn seal_return_per_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `874` - // Estimated: `22255` - // Minimum execution time: 297_257_000 picoseconds. - Weight::from_parts(300_088_288, 22255) + // Measured: `778` + // Estimated: `21775` + // Minimum execution time: 389_618_000 picoseconds. + Weight::from_parts(389_633_719, 21775) // Standard Error: 1 - .saturating_add(Weight::from_parts(181, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(226, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -2775,17 +2779,17 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1]`. fn seal_terminate(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `906 + r * (452 ±0)` - // Estimated: `26183 + r * (15994 ±0)` - // Minimum execution time: 296_510_000 picoseconds. - Weight::from_parts(299_169_757, 26183) - // Standard Error: 205_313 - .saturating_add(Weight::from_parts(78_059_642, 0).saturating_mul(r.into())) + // Measured: `810 + r * (356 ±0)` + // Estimated: `25511 + r * (15321 ±0)` + // Minimum execution time: 387_902_000 picoseconds. + Weight::from_parts(391_038_244, 25511) + // Standard Error: 737_640 + .saturating_add(Weight::from_parts(82_046_655, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((6_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(RocksDbWeight::get().writes((7_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_parts(0, 15994).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 15321).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -2802,12 +2806,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_random(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `921 + r * (10 ±0)` - // Estimated: `24859 + r * (60 ±0)` - // Minimum execution time: 299_299_000 picoseconds. - Weight::from_parts(314_487_015, 24859) - // Standard Error: 1_552 - .saturating_add(Weight::from_parts(1_753_960, 0).saturating_mul(r.into())) + // Measured: `825 + r * (10 ±0)` + // Estimated: `24283 + r * (60 ±0)` + // Minimum execution time: 389_498_000 picoseconds. + Weight::from_parts(408_415_048, 24283) + // Standard Error: 3_581 + .saturating_add(Weight::from_parts(1_721_474, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 60).saturating_mul(r.into())) @@ -2825,12 +2829,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_deposit_event(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `874 + r * (10 ±0)` - // Estimated: `22215 + r * (50 ±0)` - // Minimum execution time: 296_188_000 picoseconds. - Weight::from_parts(305_901_539, 22215) - // Standard Error: 2_782 - .saturating_add(Weight::from_parts(3_456_054, 0).saturating_mul(r.into())) + // Measured: `778 + r * (10 ±0)` + // Estimated: `21735 + r * (50 ±0)` + // Minimum execution time: 386_657_000 picoseconds. + Weight::from_parts(416_646_707, 21735) + // Standard Error: 2_793 + .saturating_add(Weight::from_parts(3_373_074, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 50).saturating_mul(r.into())) @@ -2849,14 +2853,14 @@ impl WeightInfo for () { /// The range of component `n` is `[0, 16384]`. fn seal_deposit_event_per_topic_and_byte(t: u32, n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `893 + t * (32 ±0)` - // Estimated: `22320 + t * (2640 ±0)` - // Minimum execution time: 313_860_000 picoseconds. - Weight::from_parts(312_473_092, 22320) - // Standard Error: 250_852 - .saturating_add(Weight::from_parts(2_258_502, 0).saturating_mul(t.into())) - // Standard Error: 70 - .saturating_add(Weight::from_parts(312, 0).saturating_mul(n.into())) + // Measured: `797 + t * (32 ±0)` + // Estimated: `21840 + t * (2640 ±0)` + // Minimum execution time: 403_989_000 picoseconds. + Weight::from_parts(400_011_774, 21840) + // Standard Error: 131_516 + .saturating_add(Weight::from_parts(2_550_412, 0).saturating_mul(t.into())) + // Standard Error: 36 + .saturating_add(Weight::from_parts(602, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(t.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -2876,12 +2880,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_debug_message(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `873 + r * (7 ±0)` - // Estimated: `22205 + r * (35 ±0)` - // Minimum execution time: 162_043_000 picoseconds. - Weight::from_parts(166_132_332, 22205) - // Standard Error: 716 - .saturating_add(Weight::from_parts(184_981, 0).saturating_mul(r.into())) + // Measured: `777 + r * (7 ±0)` + // Estimated: `21725 + r * (35 ±0)` + // Minimum execution time: 164_748_000 picoseconds. + Weight::from_parts(166_466_864, 21725) + // Standard Error: 565 + .saturating_add(Weight::from_parts(192_341, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 35).saturating_mul(r.into())) @@ -2899,12 +2903,12 @@ impl WeightInfo for () { /// The range of component `i` is `[0, 1048576]`. fn seal_debug_message_per_byte(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `125824` - // Estimated: `270073` - // Minimum execution time: 414_433_000 picoseconds. - Weight::from_parts(417_483_627, 270073) + // Measured: `125728` + // Estimated: `269977` + // Minimum execution time: 511_683_000 picoseconds. + Weight::from_parts(520_233_393, 269977) // Standard Error: 1 - .saturating_add(Weight::from_parts(748, 0).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(772, 0).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -2913,12 +2917,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 800]`. fn seal_set_storage(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `941 + r * (292 ±0)` - // Estimated: `939 + r * (293 ±0)` - // Minimum execution time: 299_500_000 picoseconds. - Weight::from_parts(194_466_413, 939) - // Standard Error: 9_986 - .saturating_add(Weight::from_parts(6_010_112, 0).saturating_mul(r.into())) + // Measured: `845 + r * (292 ±0)` + // Estimated: `843 + r * (293 ±0)` + // Minimum execution time: 389_435_000 picoseconds. + Weight::from_parts(281_747_058, 843) + // Standard Error: 10_767 + .saturating_add(Weight::from_parts(5_958_964, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -2930,12 +2934,12 @@ impl WeightInfo for () { /// The range of component `n` is `[0, 16384]`. fn seal_set_storage_per_new_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1432` - // Estimated: `1405` - // Minimum execution time: 314_171_000 picoseconds. - Weight::from_parts(335_595_397, 1405) - // Standard Error: 67 - .saturating_add(Weight::from_parts(90, 0).saturating_mul(n.into())) + // Measured: `1304` + // Estimated: `1280` + // Minimum execution time: 404_472_000 picoseconds. + Weight::from_parts(422_723_317, 1280) + // Standard Error: 46 + .saturating_add(Weight::from_parts(414, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -2944,12 +2948,12 @@ impl WeightInfo for () { /// The range of component `n` is `[0, 16384]`. fn seal_set_storage_per_old_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1295 + n * (1 ±0)` - // Estimated: `1292 + n * (1 ±0)` - // Minimum execution time: 313_479_000 picoseconds. - Weight::from_parts(317_435_100, 1292) - // Standard Error: 41 - .saturating_add(Weight::from_parts(106, 0).saturating_mul(n.into())) + // Measured: `1167 + n * (1 ±0)` + // Estimated: `1167 + n * (1 ±0)` + // Minimum execution time: 403_984_000 picoseconds. + Weight::from_parts(407_846_552, 1167) + // Standard Error: 37 + .saturating_add(Weight::from_parts(100, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -2959,12 +2963,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 800]`. fn seal_clear_storage(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `937 + r * (288 ±0)` - // Estimated: `941 + r * (289 ±0)` - // Minimum execution time: 297_831_000 picoseconds. - Weight::from_parts(196_983_778, 941) - // Standard Error: 9_899 - .saturating_add(Weight::from_parts(5_904_642, 0).saturating_mul(r.into())) + // Measured: `841 + r * (288 ±0)` + // Estimated: `845 + r * (289 ±0)` + // Minimum execution time: 389_344_000 picoseconds. + Weight::from_parts(288_785_026, 845) + // Standard Error: 10_086 + .saturating_add(Weight::from_parts(5_862_139, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -2976,10 +2980,12 @@ impl WeightInfo for () { /// The range of component `n` is `[0, 16384]`. fn seal_clear_storage_per_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1291 + n * (1 ±0)` - // Estimated: `1288 + n * (1 ±0)` - // Minimum execution time: 320_156_000 picoseconds. - Weight::from_parts(327_504_368, 1288) + // Measured: `1163 + n * (1 ±0)` + // Estimated: `1163 + n * (1 ±0)` + // Minimum execution time: 405_369_000 picoseconds. + Weight::from_parts(408_679_687, 1163) + // Standard Error: 46 + .saturating_add(Weight::from_parts(89, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -2989,12 +2995,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 800]`. fn seal_get_storage(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `931 + r * (296 ±0)` - // Estimated: `936 + r * (297 ±0)` - // Minimum execution time: 305_849_000 picoseconds. - Weight::from_parts(219_649_351, 936) - // Standard Error: 9_157 - .saturating_add(Weight::from_parts(4_846_108, 0).saturating_mul(r.into())) + // Measured: `835 + r * (296 ±0)` + // Estimated: `840 + r * (297 ±0)` + // Minimum execution time: 401_659_000 picoseconds. + Weight::from_parts(323_477_612, 840) + // Standard Error: 10_231 + .saturating_add(Weight::from_parts(4_792_073, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -3005,12 +3011,12 @@ impl WeightInfo for () { /// The range of component `n` is `[0, 16384]`. fn seal_get_storage_per_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1307 + n * (1 ±0)` - // Estimated: `1304 + n * (1 ±0)` - // Minimum execution time: 312_106_000 picoseconds. - Weight::from_parts(315_905_779, 1304) - // Standard Error: 44 - .saturating_add(Weight::from_parts(674, 0).saturating_mul(n.into())) + // Measured: `1179 + n * (1 ±0)` + // Estimated: `1179 + n * (1 ±0)` + // Minimum execution time: 403_688_000 picoseconds. + Weight::from_parts(406_289_664, 1179) + // Standard Error: 50 + .saturating_add(Weight::from_parts(886, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -3020,12 +3026,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 800]`. fn seal_contains_storage(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `952 + r * (288 ±0)` - // Estimated: `953 + r * (289 ±0)` - // Minimum execution time: 299_372_000 picoseconds. - Weight::from_parts(211_293_493, 953) - // Standard Error: 8_509 - .saturating_add(Weight::from_parts(4_688_993, 0).saturating_mul(r.into())) + // Measured: `856 + r * (288 ±0)` + // Estimated: `857 + r * (289 ±0)` + // Minimum execution time: 390_175_000 picoseconds. + Weight::from_parts(302_164_486, 857) + // Standard Error: 8_679 + .saturating_add(Weight::from_parts(4_699_510, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -3036,12 +3042,12 @@ impl WeightInfo for () { /// The range of component `n` is `[0, 16384]`. fn seal_contains_storage_per_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1294 + n * (1 ±0)` - // Estimated: `1291 + n * (1 ±0)` - // Minimum execution time: 311_605_000 picoseconds. - Weight::from_parts(315_473_850, 1291) - // Standard Error: 37 - .saturating_add(Weight::from_parts(3, 0).saturating_mul(n.into())) + // Measured: `1166 + n * (1 ±0)` + // Estimated: `1166 + n * (1 ±0)` + // Minimum execution time: 402_763_000 picoseconds. + Weight::from_parts(406_245_416, 1166) + // Standard Error: 46 + .saturating_add(Weight::from_parts(178, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -3051,12 +3057,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 800]`. fn seal_take_storage(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `925 + r * (296 ±0)` - // Estimated: `932 + r * (297 ±0)` - // Minimum execution time: 298_231_000 picoseconds. - Weight::from_parts(200_178_698, 932) - // Standard Error: 10_452 - .saturating_add(Weight::from_parts(6_107_653, 0).saturating_mul(r.into())) + // Measured: `829 + r * (296 ±0)` + // Estimated: `836 + r * (297 ±0)` + // Minimum execution time: 390_309_000 picoseconds. + Weight::from_parts(287_077_727, 836) + // Standard Error: 10_225 + .saturating_add(Weight::from_parts(6_068_015, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -3068,12 +3074,12 @@ impl WeightInfo for () { /// The range of component `n` is `[0, 16384]`. fn seal_take_storage_per_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1308 + n * (1 ±0)` - // Estimated: `1305 + n * (1 ±0)` - // Minimum execution time: 314_970_000 picoseconds. - Weight::from_parts(318_135_821, 1305) - // Standard Error: 26 - .saturating_add(Weight::from_parts(630, 0).saturating_mul(n.into())) + // Measured: `1180 + n * (1 ±0)` + // Estimated: `1180 + n * (1 ±0)` + // Minimum execution time: 405_598_000 picoseconds. + Weight::from_parts(408_629_496, 1180) + // Standard Error: 111 + .saturating_add(Weight::from_parts(1_000, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -3091,12 +3097,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_transfer(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1501 + r * (45 ±0)` - // Estimated: `27383 + r * (2700 ±0)` - // Minimum execution time: 299_629_000 picoseconds. - Weight::from_parts(150_915_187, 27383) - // Standard Error: 25_604 - .saturating_add(Weight::from_parts(20_859_844, 0).saturating_mul(r.into())) + // Measured: `1373 + r * (45 ±0)` + // Estimated: `26753 + r * (2700 ±0)` + // Minimum execution time: 391_947_000 picoseconds. + Weight::from_parts(314_094_313, 26753) + // Standard Error: 16_521 + .saturating_add(Weight::from_parts(20_248_871, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(4_u64)) @@ -3116,17 +3122,17 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_call(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1670 + r * (288 ±0)` - // Estimated: `27813 + r * (6391 ±0)` - // Minimum execution time: 299_578_000 picoseconds. - Weight::from_parts(300_036_000, 27813) - // Standard Error: 102_709 - .saturating_add(Weight::from_parts(283_767_316, 0).saturating_mul(r.into())) + // Measured: `1512 + r * (256 ±0)` + // Estimated: `27163 + r * (6231 ±0)` + // Minimum execution time: 390_930_000 picoseconds. + Weight::from_parts(391_585_000, 27163) + // Standard Error: 91_567 + .saturating_add(Weight::from_parts(374_905_136, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_parts(0, 6391).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 6231).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -3141,17 +3147,17 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_delegate_call(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `0 + r * (935 ±0)` - // Estimated: `22235 + r * (8322 ±10)` - // Minimum execution time: 298_943_000 picoseconds. - Weight::from_parts(299_619_000, 22235) - // Standard Error: 117_493 - .saturating_add(Weight::from_parts(280_555_517, 0).saturating_mul(r.into())) + // Measured: `0 + r * (902 ±0)` + // Estimated: `21755 + r * (8167 ±10)` + // Minimum execution time: 407_298_000 picoseconds. + Weight::from_parts(410_002_000, 21755) + // Standard Error: 103_426 + .saturating_add(Weight::from_parts(370_884_068, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_parts(0, 8322).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 8167).saturating_mul(r.into())) } /// Storage: System Account (r:3 w:2) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -3167,19 +3173,19 @@ impl WeightInfo for () { /// The range of component `c` is `[0, 1048576]`. fn seal_call_per_transfer_clone_byte(t: u32, c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1314 + t * (268 ±0)` - // Estimated: `31815 + t * (6290 ±0)` - // Minimum execution time: 453_013_000 picoseconds. - Weight::from_parts(442_536_283, 31815) - // Standard Error: 1_339_541 - .saturating_add(Weight::from_parts(17_062_445, 0).saturating_mul(t.into())) - // Standard Error: 1 - .saturating_add(Weight::from_parts(604, 0).saturating_mul(c.into())) + // Measured: `1154 + t * (204 ±0)` + // Estimated: `31015 + t * (5970 ±0)` + // Minimum execution time: 549_121_000 picoseconds. + Weight::from_parts(538_922_585, 31015) + // Standard Error: 1_665_134 + .saturating_add(Weight::from_parts(14_694_211, 0).saturating_mul(t.into())) + // Standard Error: 2 + .saturating_add(Weight::from_parts(623, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(t.into()))) .saturating_add(RocksDbWeight::get().writes(5_u64)) .saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(t.into()))) - .saturating_add(Weight::from_parts(0, 6290).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 5970).saturating_mul(t.into())) } /// Storage: System Account (r:3202 w:3202) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -3198,17 +3204,17 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_instantiate(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1988 + r * (319 ±0)` - // Estimated: `34745 + r * (17090 ±0)` - // Minimum execution time: 300_123_000 picoseconds. - Weight::from_parts(300_406_000, 34745) - // Standard Error: 420_997 - .saturating_add(Weight::from_parts(382_704_025, 0).saturating_mul(r.into())) + // Measured: `1859 + r * (253 ±0)` + // Estimated: `33859 + r * (16628 ±0)` + // Minimum execution time: 397_460_000 picoseconds. + Weight::from_parts(397_918_000, 33859) + // Standard Error: 414_876 + .saturating_add(Weight::from_parts(471_162_877, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().reads((6_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(6_u64)) .saturating_add(RocksDbWeight::get().writes((5_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_parts(0, 17090).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 16628).saturating_mul(r.into())) } /// Storage: System Account (r:4 w:4) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -3229,21 +3235,21 @@ impl WeightInfo for () { /// The range of component `s` is `[0, 983040]`. fn seal_instantiate_per_transfer_input_salt_byte(t: u32, i: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1231 + t * (219 ±0)` - // Estimated: `43797 + t * (3812 ±2)` - // Minimum execution time: 1_636_322_000 picoseconds. - Weight::from_parts(360_859_331, 43797) - // Standard Error: 4_816_923 - .saturating_add(Weight::from_parts(109_179_023, 0).saturating_mul(t.into())) + // Measured: `1071 + t * (187 ±0)` + // Estimated: `42684 + t * (3588 ±2)` + // Minimum execution time: 1_721_441_000 picoseconds. + Weight::from_parts(464_921_212, 42684) + // Standard Error: 4_872_465 + .saturating_add(Weight::from_parts(97_433_179, 0).saturating_mul(t.into())) // Standard Error: 7 - .saturating_add(Weight::from_parts(1_180, 0).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(1_172, 0).saturating_mul(i.into())) // Standard Error: 7 - .saturating_add(Weight::from_parts(1_344, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_370, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(13_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(t.into()))) .saturating_add(RocksDbWeight::get().writes(10_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(t.into()))) - .saturating_add(Weight::from_parts(0, 3812).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 3588).saturating_mul(t.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -3258,12 +3264,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_hash_sha2_256(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `873 + r * (8 ±0)` - // Estimated: `22190 + r * (40 ±0)` - // Minimum execution time: 297_521_000 picoseconds. - Weight::from_parts(303_523_260, 22190) - // Standard Error: 1_162 - .saturating_add(Weight::from_parts(542_201, 0).saturating_mul(r.into())) + // Measured: `777 + r * (8 ±0)` + // Estimated: `21710 + r * (40 ±0)` + // Minimum execution time: 393_996_000 picoseconds. + Weight::from_parts(393_708_632, 21710) + // Standard Error: 1_057 + .saturating_add(Weight::from_parts(549_265, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 40).saturating_mul(r.into())) @@ -3281,12 +3287,12 @@ impl WeightInfo for () { /// The range of component `n` is `[0, 1048576]`. fn seal_hash_sha2_256_per_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `881` - // Estimated: `22225` - // Minimum execution time: 299_877_000 picoseconds. - Weight::from_parts(293_538_014, 22225) - // Standard Error: 2 - .saturating_add(Weight::from_parts(3_967, 0).saturating_mul(n.into())) + // Measured: `785` + // Estimated: `21745` + // Minimum execution time: 390_056_000 picoseconds. + Weight::from_parts(388_198_639, 21745) + // Standard Error: 3 + .saturating_add(Weight::from_parts(3_994, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -3303,12 +3309,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_hash_keccak_256(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `875 + r * (8 ±0)` - // Estimated: `22205 + r * (40 ±0)` - // Minimum execution time: 297_672_000 picoseconds. - Weight::from_parts(299_933_312, 22205) - // Standard Error: 1_138 - .saturating_add(Weight::from_parts(713_189, 0).saturating_mul(r.into())) + // Measured: `779 + r * (8 ±0)` + // Estimated: `21725 + r * (40 ±0)` + // Minimum execution time: 392_871_000 picoseconds. + Weight::from_parts(391_931_762, 21725) + // Standard Error: 1_295 + .saturating_add(Weight::from_parts(722_102, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 40).saturating_mul(r.into())) @@ -3326,12 +3332,12 @@ impl WeightInfo for () { /// The range of component `n` is `[0, 1048576]`. fn seal_hash_keccak_256_per_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `883` - // Estimated: `22245` - // Minimum execution time: 299_048_000 picoseconds. - Weight::from_parts(293_055_982, 22245) + // Measured: `787` + // Estimated: `21765` + // Minimum execution time: 390_901_000 picoseconds. + Weight::from_parts(391_780_657, 21765) // Standard Error: 2 - .saturating_add(Weight::from_parts(3_179, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(3_205, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -3348,12 +3354,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_hash_blake2_256(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `875 + r * (8 ±0)` - // Estimated: `22220 + r * (40 ±0)` - // Minimum execution time: 301_991_000 picoseconds. - Weight::from_parts(300_027_441, 22220) - // Standard Error: 981 - .saturating_add(Weight::from_parts(391_319, 0).saturating_mul(r.into())) + // Measured: `779 + r * (8 ±0)` + // Estimated: `21740 + r * (40 ±0)` + // Minimum execution time: 388_286_000 picoseconds. + Weight::from_parts(394_503_205, 21740) + // Standard Error: 924 + .saturating_add(Weight::from_parts(388_976, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 40).saturating_mul(r.into())) @@ -3371,12 +3377,12 @@ impl WeightInfo for () { /// The range of component `n` is `[0, 1048576]`. fn seal_hash_blake2_256_per_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `883` - // Estimated: `22265` - // Minimum execution time: 296_522_000 picoseconds. - Weight::from_parts(296_121_638, 22265) + // Measured: `787` + // Estimated: `21785` + // Minimum execution time: 388_798_000 picoseconds. + Weight::from_parts(384_070_770, 21785) // Standard Error: 2 - .saturating_add(Weight::from_parts(916, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(962, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -3393,12 +3399,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_hash_blake2_128(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `875 + r * (8 ±0)` - // Estimated: `22225 + r * (40 ±0)` - // Minimum execution time: 296_228_000 picoseconds. - Weight::from_parts(301_472_299, 22225) - // Standard Error: 875 - .saturating_add(Weight::from_parts(381_027, 0).saturating_mul(r.into())) + // Measured: `779 + r * (8 ±0)` + // Estimated: `21745 + r * (40 ±0)` + // Minimum execution time: 394_087_000 picoseconds. + Weight::from_parts(395_768_667, 21745) + // Standard Error: 950 + .saturating_add(Weight::from_parts(388_882, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 40).saturating_mul(r.into())) @@ -3416,12 +3422,12 @@ impl WeightInfo for () { /// The range of component `n` is `[0, 1048576]`. fn seal_hash_blake2_128_per_byte(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `883` - // Estimated: `22235` - // Minimum execution time: 296_644_000 picoseconds. - Weight::from_parts(289_879_744, 22235) + // Measured: `787` + // Estimated: `21755` + // Minimum execution time: 389_375_000 picoseconds. + Weight::from_parts(383_839_843, 21755) // Standard Error: 2 - .saturating_add(Weight::from_parts(925, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(964, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -3438,12 +3444,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_ecdsa_recover(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `800 + r * (78 ±0)` - // Estimated: `21845 + r * (390 ±0)` - // Minimum execution time: 297_804_000 picoseconds. - Weight::from_parts(471_994_534, 21845) - // Standard Error: 9_479 - .saturating_add(Weight::from_parts(36_886_028, 0).saturating_mul(r.into())) + // Measured: `704 + r * (78 ±0)` + // Estimated: `21365 + r * (390 ±0)` + // Minimum execution time: 390_290_000 picoseconds. + Weight::from_parts(546_812_386, 21365) + // Standard Error: 9_645 + .saturating_add(Weight::from_parts(36_951_882, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 390).saturating_mul(r.into())) @@ -3461,12 +3467,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_ecdsa_to_eth_address(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `645 + r * (44 ±0)` - // Estimated: `21110 + r * (220 ±0)` - // Minimum execution time: 298_623_000 picoseconds. - Weight::from_parts(322_192_102, 21110) - // Standard Error: 3_207 - .saturating_add(Weight::from_parts(9_243_653, 0).saturating_mul(r.into())) + // Measured: `549 + r * (44 ±0)` + // Estimated: `20630 + r * (220 ±0)` + // Minimum execution time: 390_929_000 picoseconds. + Weight::from_parts(420_019_515, 20630) + // Standard Error: 3_605 + .saturating_add(Weight::from_parts(9_355_559, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 220).saturating_mul(r.into())) @@ -3486,17 +3492,17 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_set_code_hash(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `0 + r * (1030 ±0)` - // Estimated: `30592 + r * (11919 ±7)` - // Minimum execution time: 298_574_000 picoseconds. - Weight::from_parts(299_383_000, 30592) - // Standard Error: 44_061 - .saturating_add(Weight::from_parts(21_625_366, 0).saturating_mul(r.into())) + // Measured: `0 + r * (964 ±0)` + // Estimated: `29920 + r * (11544 ±7)` + // Minimum execution time: 392_237_000 picoseconds. + Weight::from_parts(393_119_000, 29920) + // Standard Error: 44_663 + .saturating_add(Weight::from_parts(21_290_746, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_parts(0, 11919).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 11544).saturating_mul(r.into())) } /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) @@ -3511,12 +3517,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_reentrance_count(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `869 + r * (3 ±0)` - // Estimated: `22215 + r * (15 ±0)` - // Minimum execution time: 297_014_000 picoseconds. - Weight::from_parts(301_226_615, 22215) - // Standard Error: 439 - .saturating_add(Weight::from_parts(143_017, 0).saturating_mul(r.into())) + // Measured: `773 + r * (3 ±0)` + // Estimated: `21735 + r * (15 ±0)` + // Minimum execution time: 389_739_000 picoseconds. + Weight::from_parts(394_640_912, 21735) + // Standard Error: 635 + .saturating_add(Weight::from_parts(138_748, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 15).saturating_mul(r.into())) @@ -3534,12 +3540,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_account_reentrance_count(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2072 + r * (39 ±0)` - // Estimated: `27645 + r * (200 ±0)` - // Minimum execution time: 299_074_000 picoseconds. - Weight::from_parts(336_979_016, 27645) - // Standard Error: 1_163 - .saturating_add(Weight::from_parts(227_998, 0).saturating_mul(r.into())) + // Measured: `1975 + r * (39 ±0)` + // Estimated: `27145 + r * (200 ±0)` + // Minimum execution time: 391_709_000 picoseconds. + Weight::from_parts(425_821_136, 27145) + // Standard Error: 1_204 + .saturating_add(Weight::from_parts(224_192, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 200).saturating_mul(r.into())) @@ -3559,12 +3565,12 @@ impl WeightInfo for () { /// The range of component `r` is `[0, 1600]`. fn seal_instantiation_nonce(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `872 + r * (3 ±0)` - // Estimated: `24580 + r * (18 ±0)` - // Minimum execution time: 296_959_000 picoseconds. - Weight::from_parts(303_796_839, 24580) - // Standard Error: 534 - .saturating_add(Weight::from_parts(118_978, 0).saturating_mul(r.into())) + // Measured: `776 + r * (3 ±0)` + // Estimated: `24004 + r * (18 ±0)` + // Minimum execution time: 389_561_000 picoseconds. + Weight::from_parts(397_911_345, 24004) + // Standard Error: 624 + .saturating_add(Weight::from_parts(118_696, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 18).saturating_mul(r.into())) @@ -3574,208 +3580,208 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_020_000 picoseconds. - Weight::from_parts(1_355_107, 0) - // Standard Error: 1 - .saturating_add(Weight::from_parts(4_110, 0).saturating_mul(r.into())) + // Minimum execution time: 1_029_000 picoseconds. + Weight::from_parts(1_355_319, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(4_180, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64load(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_224_000 picoseconds. - Weight::from_parts(1_819_284, 0) - // Standard Error: 10 - .saturating_add(Weight::from_parts(10_803, 0).saturating_mul(r.into())) + // Minimum execution time: 1_227_000 picoseconds. + Weight::from_parts(1_912_687, 0) + // Standard Error: 5 + .saturating_add(Weight::from_parts(11_638, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64store(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_216_000 picoseconds. - Weight::from_parts(1_795_011, 0) - // Standard Error: 5 - .saturating_add(Weight::from_parts(10_000, 0).saturating_mul(r.into())) + // Minimum execution time: 1_259_000 picoseconds. + Weight::from_parts(1_738_604, 0) + // Standard Error: 8 + .saturating_add(Weight::from_parts(10_943, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_select(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_127_000 picoseconds. - Weight::from_parts(1_491_730, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(11_471, 0).saturating_mul(r.into())) + // Minimum execution time: 1_119_000 picoseconds. + Weight::from_parts(1_417_413, 0) + // Standard Error: 10 + .saturating_add(Weight::from_parts(11_901, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_if(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_044_000 picoseconds. - Weight::from_parts(2_330_852, 0) - // Standard Error: 69 - .saturating_add(Weight::from_parts(12_866, 0).saturating_mul(r.into())) + // Minimum execution time: 1_073_000 picoseconds. + Weight::from_parts(1_412_786, 0) + // Standard Error: 6 + .saturating_add(Weight::from_parts(13_595, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_br(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_067_000 picoseconds. - Weight::from_parts(1_399_626, 0) - // Standard Error: 5 - .saturating_add(Weight::from_parts(6_430, 0).saturating_mul(r.into())) + // Minimum execution time: 1_056_000 picoseconds. + Weight::from_parts(1_342_582, 0) + // Standard Error: 4 + .saturating_add(Weight::from_parts(6_458, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_br_if(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_087_000 picoseconds. - Weight::from_parts(1_463_592, 0) - // Standard Error: 12 - .saturating_add(Weight::from_parts(9_707, 0).saturating_mul(r.into())) + // Minimum execution time: 1_053_000 picoseconds. + Weight::from_parts(1_457_607, 0) + // Standard Error: 15 + .saturating_add(Weight::from_parts(9_562, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_br_table(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_110_000 picoseconds. - Weight::from_parts(1_058_258, 0) - // Standard Error: 22 - .saturating_add(Weight::from_parts(11_713, 0).saturating_mul(r.into())) + // Minimum execution time: 1_071_000 picoseconds. + Weight::from_parts(1_100_261, 0) + // Standard Error: 19 + .saturating_add(Weight::from_parts(12_321, 0).saturating_mul(r.into())) } /// The range of component `e` is `[1, 256]`. fn instr_br_table_per_entry(_e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_189_000 picoseconds. - Weight::from_parts(1_416_188, 0) + // Minimum execution time: 1_131_000 picoseconds. + Weight::from_parts(1_345_248, 0) } /// The range of component `r` is `[0, 5000]`. fn instr_call(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_201_000 picoseconds. - Weight::from_parts(3_375_851, 0) - // Standard Error: 96 - .saturating_add(Weight::from_parts(22_970, 0).saturating_mul(r.into())) + // Minimum execution time: 1_085_000 picoseconds. + Weight::from_parts(2_007_213, 0) + // Standard Error: 22 + .saturating_add(Weight::from_parts(28_027, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_call_indirect(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_286_000 picoseconds. - Weight::from_parts(2_817_725, 0) - // Standard Error: 55 - .saturating_add(Weight::from_parts(29_437, 0).saturating_mul(r.into())) + // Minimum execution time: 1_226_000 picoseconds. + Weight::from_parts(4_349_892, 0) + // Standard Error: 202 + .saturating_add(Weight::from_parts(36_819, 0).saturating_mul(r.into())) } /// The range of component `l` is `[0, 1024]`. fn instr_call_per_local(l: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_319_000 picoseconds. - Weight::from_parts(1_636_286, 0) + // Minimum execution time: 1_266_000 picoseconds. + Weight::from_parts(1_556_360, 0) // Standard Error: 31 - .saturating_add(Weight::from_parts(1_240, 0).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(2_120, 0).saturating_mul(l.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_local_get(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_507_000 picoseconds. - Weight::from_parts(2_785_119, 0) - // Standard Error: 1 - .saturating_add(Weight::from_parts(4_601, 0).saturating_mul(r.into())) + // Minimum execution time: 3_373_000 picoseconds. + Weight::from_parts(3_606_375, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(4_097, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_local_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_494_000 picoseconds. - Weight::from_parts(2_948_015, 0) - // Standard Error: 14 - .saturating_add(Weight::from_parts(4_788, 0).saturating_mul(r.into())) + // Minimum execution time: 3_324_000 picoseconds. + Weight::from_parts(3_950_686, 0) + // Standard Error: 22 + .saturating_add(Weight::from_parts(4_956, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_local_tee(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_443_000 picoseconds. - Weight::from_parts(3_065_273, 0) - // Standard Error: 15 - .saturating_add(Weight::from_parts(6_489, 0).saturating_mul(r.into())) + // Minimum execution time: 3_333_000 picoseconds. + Weight::from_parts(3_674_540, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(6_728, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_global_get(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_214_000 picoseconds. - Weight::from_parts(1_634_049, 0) + // Minimum execution time: 1_149_000 picoseconds. + Weight::from_parts(1_604_200, 0) // Standard Error: 3 - .saturating_add(Weight::from_parts(8_960, 0).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(8_967, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_global_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_180_000 picoseconds. - Weight::from_parts(1_555_599, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(9_205, 0).saturating_mul(r.into())) + // Minimum execution time: 1_158_000 picoseconds. + Weight::from_parts(1_563_787, 0) + // Standard Error: 6 + .saturating_add(Weight::from_parts(9_546, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_memory_current(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_223_000 picoseconds. - Weight::from_parts(1_626_002, 0) - // Standard Error: 5 - .saturating_add(Weight::from_parts(8_181, 0).saturating_mul(r.into())) + // Minimum execution time: 1_197_000 picoseconds. + Weight::from_parts(1_832_456, 0) + // Standard Error: 133 + .saturating_add(Weight::from_parts(8_581, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 16]`. fn instr_memory_grow(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_148_000 picoseconds. - Weight::from_parts(307_155, 0) - // Standard Error: 138_541 - .saturating_add(Weight::from_parts(13_291_570, 0).saturating_mul(r.into())) + // Minimum execution time: 1_142_000 picoseconds. + Weight::from_parts(869_358, 0) + // Standard Error: 122_422 + .saturating_add(Weight::from_parts(15_527_865, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64clz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_079_000 picoseconds. - Weight::from_parts(1_372_409, 0) - // Standard Error: 50 - .saturating_add(Weight::from_parts(6_427, 0).saturating_mul(r.into())) + // Minimum execution time: 1_073_000 picoseconds. + Weight::from_parts(1_512_351, 0) + // Standard Error: 138 + .saturating_add(Weight::from_parts(6_546, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64ctz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_116_000 picoseconds. - Weight::from_parts(1_415_180, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(6_353, 0).saturating_mul(r.into())) + // Minimum execution time: 1_040_000 picoseconds. + Weight::from_parts(1_364_740, 0) + // Standard Error: 4 + .saturating_add(Weight::from_parts(6_499, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64popcnt(r: u32, ) -> Weight { @@ -3783,39 +3789,39 @@ impl WeightInfo for () { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_058_000 picoseconds. - Weight::from_parts(1_314_206, 0) - // Standard Error: 35 - .saturating_add(Weight::from_parts(6_431, 0).saturating_mul(r.into())) + Weight::from_parts(1_420_732, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(6_457, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64eqz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_059_000 picoseconds. - Weight::from_parts(1_455_331, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(6_507, 0).saturating_mul(r.into())) + // Minimum execution time: 1_006_000 picoseconds. + Weight::from_parts(1_412_401, 0) + // Standard Error: 4 + .saturating_add(Weight::from_parts(6_655, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64extendsi32(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_057_000 picoseconds. - Weight::from_parts(1_421_085, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(6_177, 0).saturating_mul(r.into())) + // Minimum execution time: 1_073_000 picoseconds. + Weight::from_parts(1_397_411, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(6_404, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64extendui32(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_079_000 picoseconds. - Weight::from_parts(1_429_275, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(6_175, 0).saturating_mul(r.into())) + // Minimum execution time: 1_024_000 picoseconds. + Weight::from_parts(1_834_657, 0) + // Standard Error: 24 + .saturating_add(Weight::from_parts(6_268, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i32wrapi64(r: u32, ) -> Weight { @@ -3823,258 +3829,258 @@ impl WeightInfo for () { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_065_000 picoseconds. - Weight::from_parts(1_403_813, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(6_192, 0).saturating_mul(r.into())) + Weight::from_parts(1_408_777, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(6_400, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64eq(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_061_000 picoseconds. - Weight::from_parts(1_421_984, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(9_094, 0).saturating_mul(r.into())) + // Minimum execution time: 1_034_000 picoseconds. + Weight::from_parts(1_467_661, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(9_477, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64ne(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_075_000 picoseconds. - Weight::from_parts(1_431_453, 0) + // Minimum execution time: 1_013_000 picoseconds. + Weight::from_parts(1_393_837, 0) // Standard Error: 2 - .saturating_add(Weight::from_parts(9_084, 0).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(9_454, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64lts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_100_000 picoseconds. - Weight::from_parts(1_452_384, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(9_081, 0).saturating_mul(r.into())) + // Minimum execution time: 1_077_000 picoseconds. + Weight::from_parts(1_454_762, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(9_443, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64ltu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_090_000 picoseconds. - Weight::from_parts(1_466_416, 0) - // Standard Error: 17 - .saturating_add(Weight::from_parts(9_091, 0).saturating_mul(r.into())) + // Minimum execution time: 1_059_000 picoseconds. + Weight::from_parts(1_380_320, 0) + // Standard Error: 10 + .saturating_add(Weight::from_parts(9_670, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64gts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_056_000 picoseconds. - Weight::from_parts(1_676_091, 0) - // Standard Error: 47 - .saturating_add(Weight::from_parts(9_082, 0).saturating_mul(r.into())) + // Minimum execution time: 1_075_000 picoseconds. + Weight::from_parts(1_458_406, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(9_603, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64gtu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_053_000 picoseconds. - Weight::from_parts(1_232_790, 0) - // Standard Error: 43 - .saturating_add(Weight::from_parts(9_329, 0).saturating_mul(r.into())) + // Minimum execution time: 1_033_000 picoseconds. + Weight::from_parts(1_683_526, 0) + // Standard Error: 32 + .saturating_add(Weight::from_parts(9_590, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64les(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_091_000 picoseconds. - Weight::from_parts(1_476_212, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(9_074, 0).saturating_mul(r.into())) + // Minimum execution time: 1_039_000 picoseconds. + Weight::from_parts(1_409_028, 0) + // Standard Error: 6 + .saturating_add(Weight::from_parts(9_488, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64leu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_083_000 picoseconds. - Weight::from_parts(1_484_966, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(9_184, 0).saturating_mul(r.into())) + // Minimum execution time: 1_057_000 picoseconds. + Weight::from_parts(1_442_344, 0) + // Standard Error: 7 + .saturating_add(Weight::from_parts(9_639, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64ges(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_089_000 picoseconds. - Weight::from_parts(1_516_766, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(9_063, 0).saturating_mul(r.into())) + // Minimum execution time: 1_087_000 picoseconds. + Weight::from_parts(1_481_974, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(9_437, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64geu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 996_000 picoseconds. - Weight::from_parts(1_460_638, 0) + // Minimum execution time: 1_095_000 picoseconds. + Weight::from_parts(1_449_627, 0) // Standard Error: 2 - .saturating_add(Weight::from_parts(9_076, 0).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(9_439, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64add(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_095_000 picoseconds. - Weight::from_parts(1_448_412, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(8_977, 0).saturating_mul(r.into())) + // Minimum execution time: 1_082_000 picoseconds. + Weight::from_parts(1_473_689, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(9_072, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64sub(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_071_000 picoseconds. - Weight::from_parts(1_459_165, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(8_852, 0).saturating_mul(r.into())) + // Minimum execution time: 1_074_000 picoseconds. + Weight::from_parts(1_439_013, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(9_078, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64mul(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_082_000 picoseconds. - Weight::from_parts(1_450_718, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(8_860, 0).saturating_mul(r.into())) + // Minimum execution time: 1_095_000 picoseconds. + Weight::from_parts(1_438_735, 0) + // Standard Error: 5 + .saturating_add(Weight::from_parts(9_035, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64divs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_065_000 picoseconds. - Weight::from_parts(1_436_871, 0) - // Standard Error: 9 - .saturating_add(Weight::from_parts(15_241, 0).saturating_mul(r.into())) + // Minimum execution time: 1_087_000 picoseconds. + Weight::from_parts(1_460_361, 0) + // Standard Error: 5 + .saturating_add(Weight::from_parts(15_417, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64divu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_065_000 picoseconds. - Weight::from_parts(1_423_806, 0) - // Standard Error: 17 - .saturating_add(Weight::from_parts(14_706, 0).saturating_mul(r.into())) + // Minimum execution time: 1_047_000 picoseconds. + Weight::from_parts(1_798_044, 0) + // Standard Error: 57 + .saturating_add(Weight::from_parts(14_531, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64rems(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_059_000 picoseconds. - Weight::from_parts(1_735_816, 0) - // Standard Error: 66 - .saturating_add(Weight::from_parts(15_230, 0).saturating_mul(r.into())) + // Minimum execution time: 1_018_000 picoseconds. + Weight::from_parts(1_616_403, 0) + // Standard Error: 22 + .saturating_add(Weight::from_parts(15_486, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64remu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_076_000 picoseconds. - Weight::from_parts(1_451_290, 0) - // Standard Error: 6 - .saturating_add(Weight::from_parts(14_530, 0).saturating_mul(r.into())) + // Minimum execution time: 1_061_000 picoseconds. + Weight::from_parts(1_471_495, 0) + // Standard Error: 4 + .saturating_add(Weight::from_parts(14_563, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64and(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_079_000 picoseconds. - Weight::from_parts(1_457_537, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(8_963, 0).saturating_mul(r.into())) + // Minimum execution time: 1_038_000 picoseconds. + Weight::from_parts(1_439_558, 0) + // Standard Error: 4 + .saturating_add(Weight::from_parts(9_091, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64or(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_032_000 picoseconds. - Weight::from_parts(1_475_315, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(8_956, 0).saturating_mul(r.into())) + // Minimum execution time: 1_036_000 picoseconds. + Weight::from_parts(1_473_059, 0) + // Standard Error: 5 + .saturating_add(Weight::from_parts(9_082, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64xor(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_056_000 picoseconds. - Weight::from_parts(1_450_071, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(8_960, 0).saturating_mul(r.into())) + // Minimum execution time: 1_063_000 picoseconds. + Weight::from_parts(1_469_656, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(9_086, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64shl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_116_000 picoseconds. - Weight::from_parts(1_429_705, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(9_027, 0).saturating_mul(r.into())) + // Minimum execution time: 1_085_000 picoseconds. + Weight::from_parts(1_490_457, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(9_291, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64shrs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_059_000 picoseconds. - Weight::from_parts(1_429_307, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(9_048, 0).saturating_mul(r.into())) + // Minimum execution time: 1_068_000 picoseconds. + Weight::from_parts(1_350_507, 0) + // Standard Error: 52 + .saturating_add(Weight::from_parts(9_404, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64shru(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_093_000 picoseconds. - Weight::from_parts(1_411_827, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(9_528, 0).saturating_mul(r.into())) + // Minimum execution time: 1_069_000 picoseconds. + Weight::from_parts(1_459_914, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(9_299, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64rotl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_115_000 picoseconds. - Weight::from_parts(1_441_025, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(9_043, 0).saturating_mul(r.into())) + // Minimum execution time: 1_045_000 picoseconds. + Weight::from_parts(2_204_589, 0) + // Standard Error: 190 + .saturating_add(Weight::from_parts(9_298, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64rotr(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_077_000 picoseconds. - Weight::from_parts(1_480_666, 0) + // Minimum execution time: 1_104_000 picoseconds. + Weight::from_parts(1_449_252, 0) // Standard Error: 4 - .saturating_add(Weight::from_parts(9_031, 0).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(9_312, 0).saturating_mul(r.into())) } } diff --git a/frame/conviction-voting/src/weights.rs b/frame/conviction-voting/src/weights.rs index 765a4276aea59..baffe6e9aa361 100644 --- a/frame/conviction-voting/src/weights.rs +++ b/frame/conviction-voting/src/weights.rs @@ -77,8 +77,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `13074` // Estimated: `262809` - // Minimum execution time: 94_493_000 picoseconds. - Weight::from_parts(96_510_000, 262809) + // Minimum execution time: 90_838_000 picoseconds. + Weight::from_parts(94_253_000, 262809) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -96,8 +96,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `20216` // Estimated: `262809` - // Minimum execution time: 252_717_000 picoseconds. - Weight::from_parts(255_200_000, 262809) + // Minimum execution time: 248_334_000 picoseconds. + Weight::from_parts(252_205_000, 262809) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -111,8 +111,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `19968` // Estimated: `254521` - // Minimum execution time: 244_844_000 picoseconds. - Weight::from_parts(247_433_000, 254521) + // Minimum execution time: 233_916_000 picoseconds. + Weight::from_parts(235_534_000, 254521) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -124,8 +124,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `12675` // Estimated: `34537` - // Minimum execution time: 46_271_000 picoseconds. - Weight::from_parts(47_639_000, 34537) + // Minimum execution time: 46_834_000 picoseconds. + Weight::from_parts(48_332_000, 34537) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -144,10 +144,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `240 + r * (1627 ±0)` // Estimated: `180617 + r * (111908 ±0)` - // Minimum execution time: 37_578_000 picoseconds. - Weight::from_parts(39_035_446, 180617) - // Standard Error: 160_560 - .saturating_add(Weight::from_parts(39_642_553, 0).saturating_mul(r.into())) + // Minimum execution time: 37_203_000 picoseconds. + Weight::from_parts(38_725_091, 180617) + // Standard Error: 135_386 + .saturating_add(Weight::from_parts(39_511_808, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -165,10 +165,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `406 + r * (1376 ±0)` // Estimated: `172329 + r * (111908 ±0)` - // Minimum execution time: 22_997_000 picoseconds. - Weight::from_parts(24_180_222, 172329) - // Standard Error: 87_723 - .saturating_add(Weight::from_parts(36_189_677, 0).saturating_mul(r.into())) + // Minimum execution time: 23_005_000 picoseconds. + Weight::from_parts(23_767_300, 172329) + // Standard Error: 59_523 + .saturating_add(Weight::from_parts(35_032_200, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -185,8 +185,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `11734` // Estimated: `38994` - // Minimum execution time: 55_906_000 picoseconds. - Weight::from_parts(56_819_000, 38994) + // Minimum execution time: 55_064_000 picoseconds. + Weight::from_parts(56_516_000, 38994) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -208,8 +208,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `13074` // Estimated: `262809` - // Minimum execution time: 94_493_000 picoseconds. - Weight::from_parts(96_510_000, 262809) + // Minimum execution time: 90_838_000 picoseconds. + Weight::from_parts(94_253_000, 262809) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -227,8 +227,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `20216` // Estimated: `262809` - // Minimum execution time: 252_717_000 picoseconds. - Weight::from_parts(255_200_000, 262809) + // Minimum execution time: 248_334_000 picoseconds. + Weight::from_parts(252_205_000, 262809) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -242,8 +242,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `19968` // Estimated: `254521` - // Minimum execution time: 244_844_000 picoseconds. - Weight::from_parts(247_433_000, 254521) + // Minimum execution time: 233_916_000 picoseconds. + Weight::from_parts(235_534_000, 254521) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -255,8 +255,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `12675` // Estimated: `34537` - // Minimum execution time: 46_271_000 picoseconds. - Weight::from_parts(47_639_000, 34537) + // Minimum execution time: 46_834_000 picoseconds. + Weight::from_parts(48_332_000, 34537) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -275,10 +275,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `240 + r * (1627 ±0)` // Estimated: `180617 + r * (111908 ±0)` - // Minimum execution time: 37_578_000 picoseconds. - Weight::from_parts(39_035_446, 180617) - // Standard Error: 160_560 - .saturating_add(Weight::from_parts(39_642_553, 0).saturating_mul(r.into())) + // Minimum execution time: 37_203_000 picoseconds. + Weight::from_parts(38_725_091, 180617) + // Standard Error: 135_386 + .saturating_add(Weight::from_parts(39_511_808, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(4_u64)) @@ -296,10 +296,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `406 + r * (1376 ±0)` // Estimated: `172329 + r * (111908 ±0)` - // Minimum execution time: 22_997_000 picoseconds. - Weight::from_parts(24_180_222, 172329) - // Standard Error: 87_723 - .saturating_add(Weight::from_parts(36_189_677, 0).saturating_mul(r.into())) + // Minimum execution time: 23_005_000 picoseconds. + Weight::from_parts(23_767_300, 172329) + // Standard Error: 59_523 + .saturating_add(Weight::from_parts(35_032_200, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -316,8 +316,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `11734` // Estimated: `38994` - // Minimum execution time: 55_906_000 picoseconds. - Weight::from_parts(56_819_000, 38994) + // Minimum execution time: 55_064_000 picoseconds. + Weight::from_parts(56_516_000, 38994) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } diff --git a/frame/core-fellowship/src/weights.rs b/frame/core-fellowship/src/weights.rs index d436826665069..2d2a5bf08f951 100644 --- a/frame/core-fellowship/src/weights.rs +++ b/frame/core-fellowship/src/weights.rs @@ -72,8 +72,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_384_000 picoseconds. - Weight::from_parts(10_787_000, 0) + // Minimum execution time: 10_964_000 picoseconds. + Weight::from_parts(11_218_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: CoreFellowship Member (r:1 w:1) @@ -92,8 +92,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `16854` // Estimated: `35762` - // Minimum execution time: 61_847_000 picoseconds. - Weight::from_parts(62_453_000, 35762) + // Minimum execution time: 62_254_000 picoseconds. + Weight::from_parts(63_012_000, 35762) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -113,8 +113,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `16964` // Estimated: `35762` - // Minimum execution time: 64_449_000 picoseconds. - Weight::from_parts(65_298_000, 35762) + // Minimum execution time: 64_920_000 picoseconds. + Weight::from_parts(65_938_000, 35762) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -126,8 +126,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `355` // Estimated: `7021` - // Minimum execution time: 19_308_000 picoseconds. - Weight::from_parts(19_520_000, 7021) + // Minimum execution time: 18_888_000 picoseconds. + Weight::from_parts(19_161_000, 7021) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -145,8 +145,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `113` // Estimated: `10500` - // Minimum execution time: 29_228_000 picoseconds. - Weight::from_parts(29_683_000, 10500) + // Minimum execution time: 28_753_000 picoseconds. + Weight::from_parts(29_165_000, 10500) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -168,8 +168,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `16832` // Estimated: `32243` - // Minimum execution time: 59_745_000 picoseconds. - Weight::from_parts(60_290_000, 32243) + // Minimum execution time: 60_208_000 picoseconds. + Weight::from_parts(60_643_000, 32243) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -183,8 +183,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `326` // Estimated: `7021` - // Minimum execution time: 18_964_000 picoseconds. - Weight::from_parts(19_603_000, 7021) + // Minimum execution time: 18_509_000 picoseconds. + Weight::from_parts(18_814_000, 7021) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -196,8 +196,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `280` // Estimated: `7021` - // Minimum execution time: 18_752_000 picoseconds. - Weight::from_parts(19_035_000, 7021) + // Minimum execution time: 18_258_000 picoseconds. + Weight::from_parts(18_532_000, 7021) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -211,8 +211,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `16810` // Estimated: `26915` - // Minimum execution time: 44_972_000 picoseconds. - Weight::from_parts(45_391_000, 26915) + // Minimum execution time: 44_471_000 picoseconds. + Weight::from_parts(45_788_000, 26915) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -224,8 +224,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `79` // Estimated: `23408` - // Minimum execution time: 27_820_000 picoseconds. - Weight::from_parts(28_992_000, 23408) + // Minimum execution time: 29_049_000 picoseconds. + Weight::from_parts(29_474_000, 23408) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -239,8 +239,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_384_000 picoseconds. - Weight::from_parts(10_787_000, 0) + // Minimum execution time: 10_964_000 picoseconds. + Weight::from_parts(11_218_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: CoreFellowship Member (r:1 w:1) @@ -259,8 +259,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `16854` // Estimated: `35762` - // Minimum execution time: 61_847_000 picoseconds. - Weight::from_parts(62_453_000, 35762) + // Minimum execution time: 62_254_000 picoseconds. + Weight::from_parts(63_012_000, 35762) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -280,8 +280,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `16964` // Estimated: `35762` - // Minimum execution time: 64_449_000 picoseconds. - Weight::from_parts(65_298_000, 35762) + // Minimum execution time: 64_920_000 picoseconds. + Weight::from_parts(65_938_000, 35762) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -293,8 +293,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `355` // Estimated: `7021` - // Minimum execution time: 19_308_000 picoseconds. - Weight::from_parts(19_520_000, 7021) + // Minimum execution time: 18_888_000 picoseconds. + Weight::from_parts(19_161_000, 7021) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -312,8 +312,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `113` // Estimated: `10500` - // Minimum execution time: 29_228_000 picoseconds. - Weight::from_parts(29_683_000, 10500) + // Minimum execution time: 28_753_000 picoseconds. + Weight::from_parts(29_165_000, 10500) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -335,8 +335,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `16832` // Estimated: `32243` - // Minimum execution time: 59_745_000 picoseconds. - Weight::from_parts(60_290_000, 32243) + // Minimum execution time: 60_208_000 picoseconds. + Weight::from_parts(60_643_000, 32243) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -350,8 +350,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `326` // Estimated: `7021` - // Minimum execution time: 18_964_000 picoseconds. - Weight::from_parts(19_603_000, 7021) + // Minimum execution time: 18_509_000 picoseconds. + Weight::from_parts(18_814_000, 7021) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -363,8 +363,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `280` // Estimated: `7021` - // Minimum execution time: 18_752_000 picoseconds. - Weight::from_parts(19_035_000, 7021) + // Minimum execution time: 18_258_000 picoseconds. + Weight::from_parts(18_532_000, 7021) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -378,8 +378,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `16810` // Estimated: `26915` - // Minimum execution time: 44_972_000 picoseconds. - Weight::from_parts(45_391_000, 26915) + // Minimum execution time: 44_471_000 picoseconds. + Weight::from_parts(45_788_000, 26915) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -391,8 +391,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `79` // Estimated: `23408` - // Minimum execution time: 27_820_000 picoseconds. - Weight::from_parts(28_992_000, 23408) + // Minimum execution time: 29_049_000 picoseconds. + Weight::from_parts(29_474_000, 23408) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/democracy/src/weights.rs b/frame/democracy/src/weights.rs index e0c970a34b372..024da7b81ebf9 100644 --- a/frame/democracy/src/weights.rs +++ b/frame/democracy/src/weights.rs @@ -96,8 +96,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4801` // Estimated: `26379` - // Minimum execution time: 39_171_000 picoseconds. - Weight::from_parts(39_779_000, 26379) + // Minimum execution time: 38_491_000 picoseconds. + Weight::from_parts(38_913_000, 26379) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -107,8 +107,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3556` // Estimated: `6695` - // Minimum execution time: 35_694_000 picoseconds. - Weight::from_parts(36_181_000, 6695) + // Minimum execution time: 34_829_000 picoseconds. + Weight::from_parts(35_730_000, 6695) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -122,8 +122,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3470` // Estimated: `15690` - // Minimum execution time: 50_274_000 picoseconds. - Weight::from_parts(51_216_000, 15690) + // Minimum execution time: 49_509_000 picoseconds. + Weight::from_parts(49_955_000, 15690) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -137,8 +137,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3492` // Estimated: `15690` - // Minimum execution time: 50_559_000 picoseconds. - Weight::from_parts(51_030_000, 15690) + // Minimum execution time: 49_553_000 picoseconds. + Weight::from_parts(50_214_000, 15690) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -152,8 +152,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `366` // Estimated: `10682` - // Minimum execution time: 27_539_000 picoseconds. - Weight::from_parts(28_040_000, 10682) + // Minimum execution time: 27_846_000 picoseconds. + Weight::from_parts(28_099_000, 10682) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -175,8 +175,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `5910` // Estimated: `42332` - // Minimum execution time: 93_053_000 picoseconds. - Weight::from_parts(94_193_000, 42332) + // Minimum execution time: 93_185_000 picoseconds. + Weight::from_parts(94_385_000, 42332) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -188,8 +188,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3416` // Estimated: `8320` - // Minimum execution time: 14_664_000 picoseconds. - Weight::from_parts(15_064_000, 8320) + // Minimum execution time: 14_637_000 picoseconds. + Weight::from_parts(14_878_000, 8320) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -199,8 +199,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_073_000 picoseconds. - Weight::from_parts(4_242_000, 0) + // Minimum execution time: 3_946_000 picoseconds. + Weight::from_parts(4_111_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Democracy NextExternal (r:0 w:1) @@ -209,8 +209,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_779_000 picoseconds. - Weight::from_parts(4_091_000, 0) + // Minimum execution time: 4_059_000 picoseconds. + Weight::from_parts(4_122_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Democracy NextExternal (r:1 w:1) @@ -225,8 +225,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `286` // Estimated: `6624` - // Minimum execution time: 29_596_000 picoseconds. - Weight::from_parts(30_083_000, 6624) + // Minimum execution time: 30_183_000 picoseconds. + Weight::from_parts(31_000_000, 6624) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -240,8 +240,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3519` // Estimated: `11838` - // Minimum execution time: 34_721_000 picoseconds. - Weight::from_parts(34_989_000, 11838) + // Minimum execution time: 34_419_000 picoseconds. + Weight::from_parts(34_938_000, 11838) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -257,8 +257,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `5821` // Estimated: `31993` - // Minimum execution time: 74_835_000 picoseconds. - Weight::from_parts(75_807_000, 31993) + // Minimum execution time: 76_085_000 picoseconds. + Weight::from_parts(76_926_000, 31993) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -270,8 +270,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `271` // Estimated: `3518` - // Minimum execution time: 20_995_000 picoseconds. - Weight::from_parts(21_425_000, 3518) + // Minimum execution time: 20_904_000 picoseconds. + Weight::from_parts(21_189_000, 3518) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -286,10 +286,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `244 + r * (86 ±0)` // Estimated: `3968 + r * (2676 ±0)` - // Minimum execution time: 7_002_000 picoseconds. - Weight::from_parts(10_543_534, 3968) - // Standard Error: 7_286 - .saturating_add(Weight::from_parts(2_911_122, 0).saturating_mul(r.into())) + // Minimum execution time: 6_986_000 picoseconds. + Weight::from_parts(9_483_662, 3968) + // Standard Error: 6_953 + .saturating_add(Weight::from_parts(2_896_331, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -312,10 +312,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `244 + r * (86 ±0)` // Estimated: `25258 + r * (2676 ±0)` - // Minimum execution time: 10_824_000 picoseconds. - Weight::from_parts(14_187_527, 25258) - // Standard Error: 7_148 - .saturating_add(Weight::from_parts(2_886_910, 0).saturating_mul(r.into())) + // Minimum execution time: 10_545_000 picoseconds. + Weight::from_parts(13_500_521, 25258) + // Standard Error: 5_806 + .saturating_add(Weight::from_parts(2_868_417, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -332,10 +332,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `830 + r * (108 ±0)` // Estimated: `25554 + r * (2676 ±0)` - // Minimum execution time: 42_940_000 picoseconds. - Weight::from_parts(45_288_082, 25554) - // Standard Error: 6_380 - .saturating_add(Weight::from_parts(4_219_163, 0).saturating_mul(r.into())) + // Minimum execution time: 43_046_000 picoseconds. + Weight::from_parts(46_145_939, 25554) + // Standard Error: 18_882 + .saturating_add(Weight::from_parts(4_180_884, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -351,10 +351,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `493 + r * (108 ±0)` // Estimated: `14520 + r * (2676 ±0)` - // Minimum execution time: 22_203_000 picoseconds. - Weight::from_parts(22_307_372, 14520) - // Standard Error: 7_095 - .saturating_add(Weight::from_parts(4_202_995, 0).saturating_mul(r.into())) + // Minimum execution time: 22_690_000 picoseconds. + Weight::from_parts(23_233_847, 14520) + // Standard Error: 8_657 + .saturating_add(Weight::from_parts(4_171_289, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -367,8 +367,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_046_000 picoseconds. - Weight::from_parts(4_191_000, 0) + // Minimum execution time: 3_935_000 picoseconds. + Weight::from_parts(4_116_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Democracy VotingOf (r:1 w:1) @@ -382,10 +382,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `563` // Estimated: `15617` - // Minimum execution time: 22_585_000 picoseconds. - Weight::from_parts(28_461_437, 15617) - // Standard Error: 1_636 - .saturating_add(Weight::from_parts(19_140, 0).saturating_mul(r.into())) + // Minimum execution time: 22_099_000 picoseconds. + Weight::from_parts(28_406_952, 15617) + // Standard Error: 1_438 + .saturating_add(Weight::from_parts(17_468, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -400,10 +400,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `564 + r * (22 ±0)` // Estimated: `15617` - // Minimum execution time: 26_674_000 picoseconds. - Weight::from_parts(27_815_260, 15617) - // Standard Error: 490 - .saturating_add(Weight::from_parts(68_478, 0).saturating_mul(r.into())) + // Minimum execution time: 26_394_000 picoseconds. + Weight::from_parts(27_534_931, 15617) + // Standard Error: 496 + .saturating_add(Weight::from_parts(63_583, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -416,10 +416,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `728 + r * (26 ±0)` // Estimated: `10926` - // Minimum execution time: 17_381_000 picoseconds. - Weight::from_parts(19_728_665, 10926) - // Standard Error: 1_065 - .saturating_add(Weight::from_parts(84_481, 0).saturating_mul(r.into())) + // Minimum execution time: 17_018_000 picoseconds. + Weight::from_parts(19_422_171, 10926) + // Standard Error: 1_075 + .saturating_add(Weight::from_parts(78_289, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -432,10 +432,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `728 + r * (26 ±0)` // Estimated: `10926` - // Minimum execution time: 17_496_000 picoseconds. - Weight::from_parts(19_845_941, 10926) - // Standard Error: 1_169 - .saturating_add(Weight::from_parts(85_004, 0).saturating_mul(r.into())) + // Minimum execution time: 17_281_000 picoseconds. + Weight::from_parts(19_654_474, 10926) + // Standard Error: 1_795 + .saturating_add(Weight::from_parts(79_680, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -449,8 +449,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `356` // Estimated: `5173` - // Minimum execution time: 19_076_000 picoseconds. - Weight::from_parts(19_650_000, 5173) + // Minimum execution time: 19_045_000 picoseconds. + Weight::from_parts(19_460_000, 5173) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -462,8 +462,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `286` // Estimated: `5135` - // Minimum execution time: 17_588_000 picoseconds. - Weight::from_parts(17_781_000, 5135) + // Minimum execution time: 17_847_000 picoseconds. + Weight::from_parts(18_185_000, 5135) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -477,8 +477,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4888` // Estimated: `21743` - // Minimum execution time: 34_828_000 picoseconds. - Weight::from_parts(35_364_000, 21743) + // Minimum execution time: 33_556_000 picoseconds. + Weight::from_parts(34_123_000, 21743) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -490,8 +490,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4822` // Estimated: `21705` - // Minimum execution time: 32_035_000 picoseconds. - Weight::from_parts(32_554_000, 21705) + // Minimum execution time: 31_359_000 picoseconds. + Weight::from_parts(31_828_000, 21705) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -503,8 +503,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 15_279_000 picoseconds. - Weight::from_parts(15_556_000, 3556) + // Minimum execution time: 15_178_000 picoseconds. + Weight::from_parts(15_421_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -516,8 +516,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `302` // Estimated: `7184` - // Minimum execution time: 19_622_000 picoseconds. - Weight::from_parts(19_978_000, 7184) + // Minimum execution time: 19_645_000 picoseconds. + Weight::from_parts(19_870_000, 7184) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -537,8 +537,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4801` // Estimated: `26379` - // Minimum execution time: 39_171_000 picoseconds. - Weight::from_parts(39_779_000, 26379) + // Minimum execution time: 38_491_000 picoseconds. + Weight::from_parts(38_913_000, 26379) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -548,8 +548,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3556` // Estimated: `6695` - // Minimum execution time: 35_694_000 picoseconds. - Weight::from_parts(36_181_000, 6695) + // Minimum execution time: 34_829_000 picoseconds. + Weight::from_parts(35_730_000, 6695) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -563,8 +563,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3470` // Estimated: `15690` - // Minimum execution time: 50_274_000 picoseconds. - Weight::from_parts(51_216_000, 15690) + // Minimum execution time: 49_509_000 picoseconds. + Weight::from_parts(49_955_000, 15690) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -578,8 +578,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3492` // Estimated: `15690` - // Minimum execution time: 50_559_000 picoseconds. - Weight::from_parts(51_030_000, 15690) + // Minimum execution time: 49_553_000 picoseconds. + Weight::from_parts(50_214_000, 15690) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -593,8 +593,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `366` // Estimated: `10682` - // Minimum execution time: 27_539_000 picoseconds. - Weight::from_parts(28_040_000, 10682) + // Minimum execution time: 27_846_000 picoseconds. + Weight::from_parts(28_099_000, 10682) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -616,8 +616,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `5910` // Estimated: `42332` - // Minimum execution time: 93_053_000 picoseconds. - Weight::from_parts(94_193_000, 42332) + // Minimum execution time: 93_185_000 picoseconds. + Weight::from_parts(94_385_000, 42332) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -629,8 +629,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3416` // Estimated: `8320` - // Minimum execution time: 14_664_000 picoseconds. - Weight::from_parts(15_064_000, 8320) + // Minimum execution time: 14_637_000 picoseconds. + Weight::from_parts(14_878_000, 8320) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -640,8 +640,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_073_000 picoseconds. - Weight::from_parts(4_242_000, 0) + // Minimum execution time: 3_946_000 picoseconds. + Weight::from_parts(4_111_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Democracy NextExternal (r:0 w:1) @@ -650,8 +650,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_779_000 picoseconds. - Weight::from_parts(4_091_000, 0) + // Minimum execution time: 4_059_000 picoseconds. + Weight::from_parts(4_122_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Democracy NextExternal (r:1 w:1) @@ -666,8 +666,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `286` // Estimated: `6624` - // Minimum execution time: 29_596_000 picoseconds. - Weight::from_parts(30_083_000, 6624) + // Minimum execution time: 30_183_000 picoseconds. + Weight::from_parts(31_000_000, 6624) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -681,8 +681,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3519` // Estimated: `11838` - // Minimum execution time: 34_721_000 picoseconds. - Weight::from_parts(34_989_000, 11838) + // Minimum execution time: 34_419_000 picoseconds. + Weight::from_parts(34_938_000, 11838) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -698,8 +698,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `5821` // Estimated: `31993` - // Minimum execution time: 74_835_000 picoseconds. - Weight::from_parts(75_807_000, 31993) + // Minimum execution time: 76_085_000 picoseconds. + Weight::from_parts(76_926_000, 31993) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -711,8 +711,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `271` // Estimated: `3518` - // Minimum execution time: 20_995_000 picoseconds. - Weight::from_parts(21_425_000, 3518) + // Minimum execution time: 20_904_000 picoseconds. + Weight::from_parts(21_189_000, 3518) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -727,10 +727,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `244 + r * (86 ±0)` // Estimated: `3968 + r * (2676 ±0)` - // Minimum execution time: 7_002_000 picoseconds. - Weight::from_parts(10_543_534, 3968) - // Standard Error: 7_286 - .saturating_add(Weight::from_parts(2_911_122, 0).saturating_mul(r.into())) + // Minimum execution time: 6_986_000 picoseconds. + Weight::from_parts(9_483_662, 3968) + // Standard Error: 6_953 + .saturating_add(Weight::from_parts(2_896_331, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -753,10 +753,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `244 + r * (86 ±0)` // Estimated: `25258 + r * (2676 ±0)` - // Minimum execution time: 10_824_000 picoseconds. - Weight::from_parts(14_187_527, 25258) - // Standard Error: 7_148 - .saturating_add(Weight::from_parts(2_886_910, 0).saturating_mul(r.into())) + // Minimum execution time: 10_545_000 picoseconds. + Weight::from_parts(13_500_521, 25258) + // Standard Error: 5_806 + .saturating_add(Weight::from_parts(2_868_417, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -773,10 +773,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `830 + r * (108 ±0)` // Estimated: `25554 + r * (2676 ±0)` - // Minimum execution time: 42_940_000 picoseconds. - Weight::from_parts(45_288_082, 25554) - // Standard Error: 6_380 - .saturating_add(Weight::from_parts(4_219_163, 0).saturating_mul(r.into())) + // Minimum execution time: 43_046_000 picoseconds. + Weight::from_parts(46_145_939, 25554) + // Standard Error: 18_882 + .saturating_add(Weight::from_parts(4_180_884, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(4_u64)) @@ -792,10 +792,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `493 + r * (108 ±0)` // Estimated: `14520 + r * (2676 ±0)` - // Minimum execution time: 22_203_000 picoseconds. - Weight::from_parts(22_307_372, 14520) - // Standard Error: 7_095 - .saturating_add(Weight::from_parts(4_202_995, 0).saturating_mul(r.into())) + // Minimum execution time: 22_690_000 picoseconds. + Weight::from_parts(23_233_847, 14520) + // Standard Error: 8_657 + .saturating_add(Weight::from_parts(4_171_289, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -808,8 +808,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_046_000 picoseconds. - Weight::from_parts(4_191_000, 0) + // Minimum execution time: 3_935_000 picoseconds. + Weight::from_parts(4_116_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Democracy VotingOf (r:1 w:1) @@ -823,10 +823,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `563` // Estimated: `15617` - // Minimum execution time: 22_585_000 picoseconds. - Weight::from_parts(28_461_437, 15617) - // Standard Error: 1_636 - .saturating_add(Weight::from_parts(19_140, 0).saturating_mul(r.into())) + // Minimum execution time: 22_099_000 picoseconds. + Weight::from_parts(28_406_952, 15617) + // Standard Error: 1_438 + .saturating_add(Weight::from_parts(17_468, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -841,10 +841,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `564 + r * (22 ±0)` // Estimated: `15617` - // Minimum execution time: 26_674_000 picoseconds. - Weight::from_parts(27_815_260, 15617) - // Standard Error: 490 - .saturating_add(Weight::from_parts(68_478, 0).saturating_mul(r.into())) + // Minimum execution time: 26_394_000 picoseconds. + Weight::from_parts(27_534_931, 15617) + // Standard Error: 496 + .saturating_add(Weight::from_parts(63_583, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -857,10 +857,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `728 + r * (26 ±0)` // Estimated: `10926` - // Minimum execution time: 17_381_000 picoseconds. - Weight::from_parts(19_728_665, 10926) - // Standard Error: 1_065 - .saturating_add(Weight::from_parts(84_481, 0).saturating_mul(r.into())) + // Minimum execution time: 17_018_000 picoseconds. + Weight::from_parts(19_422_171, 10926) + // Standard Error: 1_075 + .saturating_add(Weight::from_parts(78_289, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -873,10 +873,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `728 + r * (26 ±0)` // Estimated: `10926` - // Minimum execution time: 17_496_000 picoseconds. - Weight::from_parts(19_845_941, 10926) - // Standard Error: 1_169 - .saturating_add(Weight::from_parts(85_004, 0).saturating_mul(r.into())) + // Minimum execution time: 17_281_000 picoseconds. + Weight::from_parts(19_654_474, 10926) + // Standard Error: 1_795 + .saturating_add(Weight::from_parts(79_680, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -890,8 +890,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `356` // Estimated: `5173` - // Minimum execution time: 19_076_000 picoseconds. - Weight::from_parts(19_650_000, 5173) + // Minimum execution time: 19_045_000 picoseconds. + Weight::from_parts(19_460_000, 5173) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -903,8 +903,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `286` // Estimated: `5135` - // Minimum execution time: 17_588_000 picoseconds. - Weight::from_parts(17_781_000, 5135) + // Minimum execution time: 17_847_000 picoseconds. + Weight::from_parts(18_185_000, 5135) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -918,8 +918,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4888` // Estimated: `21743` - // Minimum execution time: 34_828_000 picoseconds. - Weight::from_parts(35_364_000, 21743) + // Minimum execution time: 33_556_000 picoseconds. + Weight::from_parts(34_123_000, 21743) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -931,8 +931,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4822` // Estimated: `21705` - // Minimum execution time: 32_035_000 picoseconds. - Weight::from_parts(32_554_000, 21705) + // Minimum execution time: 31_359_000 picoseconds. + Weight::from_parts(31_828_000, 21705) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -944,8 +944,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 15_279_000 picoseconds. - Weight::from_parts(15_556_000, 3556) + // Minimum execution time: 15_178_000 picoseconds. + Weight::from_parts(15_421_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -957,8 +957,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `302` // Estimated: `7184` - // Minimum execution time: 19_622_000 picoseconds. - Weight::from_parts(19_978_000, 7184) + // Minimum execution time: 19_645_000 picoseconds. + Weight::from_parts(19_870_000, 7184) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/election-provider-multi-phase/src/weights.rs b/frame/election-provider-multi-phase/src/weights.rs index f9dfdfc19aa3d..ee30110c9920e 100644 --- a/frame/election-provider-multi-phase/src/weights.rs +++ b/frame/election-provider-multi-phase/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_election_provider_multi_phase //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -86,8 +86,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `994` // Estimated: `14903` - // Minimum execution time: 21_538_000 picoseconds. - Weight::from_parts(22_045_000, 14903) + // Minimum execution time: 21_893_000 picoseconds. + Weight::from_parts(22_595_000, 14903) .saturating_add(T::DbWeight::get().reads(8_u64)) } /// Storage: ElectionProviderMultiPhase Round (r:1 w:0) @@ -98,8 +98,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `114` // Estimated: `3198` - // Minimum execution time: 12_696_000 picoseconds. - Weight::from_parts(12_950_000, 3198) + // Minimum execution time: 12_496_000 picoseconds. + Weight::from_parts(12_750_000, 3198) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -111,8 +111,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `114` // Estimated: `3198` - // Minimum execution time: 14_029_000 picoseconds. - Weight::from_parts(14_288_000, 3198) + // Minimum execution time: 14_022_000 picoseconds. + Weight::from_parts(14_169_000, 3198) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -124,8 +124,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `174` // Estimated: `3767` - // Minimum execution time: 26_468_000 picoseconds. - Weight::from_parts(26_790_000, 3767) + // Minimum execution time: 27_041_000 picoseconds. + Weight::from_parts(27_578_000, 3767) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -135,8 +135,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `174` // Estimated: `3593` - // Minimum execution time: 18_401_000 picoseconds. - Weight::from_parts(18_686_000, 3593) + // Minimum execution time: 18_350_000 picoseconds. + Weight::from_parts(18_707_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -152,10 +152,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 266_901_000 picoseconds. - Weight::from_parts(270_251_000, 0) - // Standard Error: 1_758 - .saturating_add(Weight::from_parts(167_310, 0).saturating_mul(v.into())) + // Minimum execution time: 271_984_000 picoseconds. + Weight::from_parts(277_904_000, 0) + // Standard Error: 1_778 + .saturating_add(Weight::from_parts(170_888, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(3_u64)) } /// Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1) @@ -182,12 +182,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `337 + a * (768 ±0) + d * (48 ±0)` // Estimated: `16191 + a * (6912 ±0) + d * (441 ±0)` - // Minimum execution time: 286_523_000 picoseconds. - Weight::from_parts(19_101_753, 16191) - // Standard Error: 4_194 - .saturating_add(Weight::from_parts(398_102, 0).saturating_mul(a.into())) - // Standard Error: 6_287 - .saturating_add(Weight::from_parts(188_928, 0).saturating_mul(d.into())) + // Minimum execution time: 292_972_000 picoseconds. + Weight::from_parts(74_086_844, 16191) + // Standard Error: 3_984 + .saturating_add(Weight::from_parts(339_830, 0).saturating_mul(a.into())) + // Standard Error: 5_972 + .saturating_add(Weight::from_parts(143_597, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) .saturating_add(Weight::from_parts(0, 6912).saturating_mul(a.into())) @@ -209,8 +209,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `893` // Estimated: `11906` - // Minimum execution time: 47_876_000 picoseconds. - Weight::from_parts(48_464_000, 11906) + // Minimum execution time: 47_368_000 picoseconds. + Weight::from_parts(47_993_000, 11906) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -236,12 +236,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `219 + v * (553 ±0) + t * (32 ±0)` // Estimated: `11928 + v * (3871 ±0) + t * (224 ±0)` - // Minimum execution time: 4_702_825_000 picoseconds. - Weight::from_parts(4_752_015_000, 11928) - // Standard Error: 14_906 - .saturating_add(Weight::from_parts(131_585, 0).saturating_mul(v.into())) - // Standard Error: 44_174 - .saturating_add(Weight::from_parts(4_167_676, 0).saturating_mul(a.into())) + // Minimum execution time: 4_404_248_000 picoseconds. + Weight::from_parts(4_460_995_000, 11928) + // Standard Error: 13_776 + .saturating_add(Weight::from_parts(95_522, 0).saturating_mul(v.into())) + // Standard Error: 40_823 + .saturating_add(Weight::from_parts(3_914_262, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 3871).saturating_mul(v.into())) @@ -263,12 +263,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `194 + v * (553 ±0) + t * (32 ±0)` // Estimated: `6716 + v * (2212 ±0) + t * (128 ±0)` - // Minimum execution time: 4_069_075_000 picoseconds. - Weight::from_parts(4_105_635_000, 6716) - // Standard Error: 12_539 - .saturating_add(Weight::from_parts(163_040, 0).saturating_mul(v.into())) - // Standard Error: 37_160 - .saturating_add(Weight::from_parts(3_343_858, 0).saturating_mul(a.into())) + // Minimum execution time: 3_811_781_000 picoseconds. + Weight::from_parts(3_845_405_000, 6716) + // Standard Error: 11_805 + .saturating_add(Weight::from_parts(183_904, 0).saturating_mul(v.into())) + // Standard Error: 34_984 + .saturating_add(Weight::from_parts(2_918_479, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(Weight::from_parts(0, 2212).saturating_mul(v.into())) .saturating_add(Weight::from_parts(0, 128).saturating_mul(t.into())) @@ -297,8 +297,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `994` // Estimated: `14903` - // Minimum execution time: 21_538_000 picoseconds. - Weight::from_parts(22_045_000, 14903) + // Minimum execution time: 21_893_000 picoseconds. + Weight::from_parts(22_595_000, 14903) .saturating_add(RocksDbWeight::get().reads(8_u64)) } /// Storage: ElectionProviderMultiPhase Round (r:1 w:0) @@ -309,8 +309,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `114` // Estimated: `3198` - // Minimum execution time: 12_696_000 picoseconds. - Weight::from_parts(12_950_000, 3198) + // Minimum execution time: 12_496_000 picoseconds. + Weight::from_parts(12_750_000, 3198) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -322,8 +322,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `114` // Estimated: `3198` - // Minimum execution time: 14_029_000 picoseconds. - Weight::from_parts(14_288_000, 3198) + // Minimum execution time: 14_022_000 picoseconds. + Weight::from_parts(14_169_000, 3198) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -335,8 +335,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `174` // Estimated: `3767` - // Minimum execution time: 26_468_000 picoseconds. - Weight::from_parts(26_790_000, 3767) + // Minimum execution time: 27_041_000 picoseconds. + Weight::from_parts(27_578_000, 3767) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -346,8 +346,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `174` // Estimated: `3593` - // Minimum execution time: 18_401_000 picoseconds. - Weight::from_parts(18_686_000, 3593) + // Minimum execution time: 18_350_000 picoseconds. + Weight::from_parts(18_707_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -363,10 +363,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 266_901_000 picoseconds. - Weight::from_parts(270_251_000, 0) - // Standard Error: 1_758 - .saturating_add(Weight::from_parts(167_310, 0).saturating_mul(v.into())) + // Minimum execution time: 271_984_000 picoseconds. + Weight::from_parts(277_904_000, 0) + // Standard Error: 1_778 + .saturating_add(Weight::from_parts(170_888, 0).saturating_mul(v.into())) .saturating_add(RocksDbWeight::get().writes(3_u64)) } /// Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1) @@ -393,12 +393,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `337 + a * (768 ±0) + d * (48 ±0)` // Estimated: `16191 + a * (6912 ±0) + d * (441 ±0)` - // Minimum execution time: 286_523_000 picoseconds. - Weight::from_parts(19_101_753, 16191) - // Standard Error: 4_194 - .saturating_add(Weight::from_parts(398_102, 0).saturating_mul(a.into())) - // Standard Error: 6_287 - .saturating_add(Weight::from_parts(188_928, 0).saturating_mul(d.into())) + // Minimum execution time: 292_972_000 picoseconds. + Weight::from_parts(74_086_844, 16191) + // Standard Error: 3_984 + .saturating_add(Weight::from_parts(339_830, 0).saturating_mul(a.into())) + // Standard Error: 5_972 + .saturating_add(Weight::from_parts(143_597, 0).saturating_mul(d.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(8_u64)) .saturating_add(Weight::from_parts(0, 6912).saturating_mul(a.into())) @@ -420,8 +420,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `893` // Estimated: `11906` - // Minimum execution time: 47_876_000 picoseconds. - Weight::from_parts(48_464_000, 11906) + // Minimum execution time: 47_368_000 picoseconds. + Weight::from_parts(47_993_000, 11906) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -447,12 +447,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `219 + v * (553 ±0) + t * (32 ±0)` // Estimated: `11928 + v * (3871 ±0) + t * (224 ±0)` - // Minimum execution time: 4_702_825_000 picoseconds. - Weight::from_parts(4_752_015_000, 11928) - // Standard Error: 14_906 - .saturating_add(Weight::from_parts(131_585, 0).saturating_mul(v.into())) - // Standard Error: 44_174 - .saturating_add(Weight::from_parts(4_167_676, 0).saturating_mul(a.into())) + // Minimum execution time: 4_404_248_000 picoseconds. + Weight::from_parts(4_460_995_000, 11928) + // Standard Error: 13_776 + .saturating_add(Weight::from_parts(95_522, 0).saturating_mul(v.into())) + // Standard Error: 40_823 + .saturating_add(Weight::from_parts(3_914_262, 0).saturating_mul(a.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 3871).saturating_mul(v.into())) @@ -474,12 +474,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `194 + v * (553 ±0) + t * (32 ±0)` // Estimated: `6716 + v * (2212 ±0) + t * (128 ±0)` - // Minimum execution time: 4_069_075_000 picoseconds. - Weight::from_parts(4_105_635_000, 6716) - // Standard Error: 12_539 - .saturating_add(Weight::from_parts(163_040, 0).saturating_mul(v.into())) - // Standard Error: 37_160 - .saturating_add(Weight::from_parts(3_343_858, 0).saturating_mul(a.into())) + // Minimum execution time: 3_811_781_000 picoseconds. + Weight::from_parts(3_845_405_000, 6716) + // Standard Error: 11_805 + .saturating_add(Weight::from_parts(183_904, 0).saturating_mul(v.into())) + // Standard Error: 34_984 + .saturating_add(Weight::from_parts(2_918_479, 0).saturating_mul(a.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .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/frame/elections-phragmen/src/weights.rs b/frame/elections-phragmen/src/weights.rs index 0ff6ecf290036..a5255f1db025b 100644 --- a/frame/elections-phragmen/src/weights.rs +++ b/frame/elections-phragmen/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_elections_phragmen //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -83,10 +83,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `403 + v * (80 ±0)` // Estimated: `14292 + v * (320 ±0)` - // Minimum execution time: 30_206_000 picoseconds. - Weight::from_parts(30_696_455, 14292) - // Standard Error: 1_864 - .saturating_add(Weight::from_parts(124_941, 0).saturating_mul(v.into())) + // Minimum execution time: 29_611_000 picoseconds. + Weight::from_parts(30_280_941, 14292) + // Standard Error: 2_002 + .saturating_add(Weight::from_parts(128_747, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) @@ -106,10 +106,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `371 + v * (80 ±0)` // Estimated: `14164 + v * (320 ±0)` - // Minimum execution time: 40_331_000 picoseconds. - Weight::from_parts(40_936_971, 14164) - // Standard Error: 2_377 - .saturating_add(Weight::from_parts(142_332, 0).saturating_mul(v.into())) + // Minimum execution time: 39_865_000 picoseconds. + Weight::from_parts(40_439_465, 14164) + // Standard Error: 3_433 + .saturating_add(Weight::from_parts(147_825, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) @@ -129,10 +129,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `403 + v * (80 ±0)` // Estimated: `14292 + v * (320 ±0)` - // Minimum execution time: 40_343_000 picoseconds. - Weight::from_parts(41_055_673, 14292) - // Standard Error: 3_150 - .saturating_add(Weight::from_parts(129_894, 0).saturating_mul(v.into())) + // Minimum execution time: 39_585_000 picoseconds. + Weight::from_parts(40_473_319, 14292) + // Standard Error: 2_563 + .saturating_add(Weight::from_parts(147_788, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) @@ -145,8 +145,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `925` // Estimated: `9154` - // Minimum execution time: 36_348_000 picoseconds. - Weight::from_parts(36_677_000, 9154) + // Minimum execution time: 36_340_000 picoseconds. + Weight::from_parts(36_835_000, 9154) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -161,10 +161,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1570 + c * (48 ±0)` // Estimated: `9165 + c * (144 ±0)` - // Minimum execution time: 32_963_000 picoseconds. - Weight::from_parts(33_778_406, 9165) - // Standard Error: 2_792 - .saturating_add(Weight::from_parts(71_214, 0).saturating_mul(c.into())) + // Minimum execution time: 33_049_000 picoseconds. + Weight::from_parts(33_889_399, 9165) + // Standard Error: 1_239 + .saturating_add(Weight::from_parts(72_132, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 144).saturating_mul(c.into())) @@ -176,10 +176,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `285 + c * (48 ±0)` // Estimated: `1770 + c * (48 ±0)` - // Minimum execution time: 26_462_000 picoseconds. - Weight::from_parts(27_289_268, 1770) - // Standard Error: 915 - .saturating_add(Weight::from_parts(45_079, 0).saturating_mul(c.into())) + // Minimum execution time: 26_445_000 picoseconds. + Weight::from_parts(27_202_420, 1770) + // Standard Error: 888 + .saturating_add(Weight::from_parts(46_715, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into())) @@ -198,8 +198,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1900` // Estimated: `15440` - // Minimum execution time: 44_414_000 picoseconds. - Weight::from_parts(44_900_000, 15440) + // Minimum execution time: 44_554_000 picoseconds. + Weight::from_parts(44_932_000, 15440) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -209,8 +209,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `880` // Estimated: `2365` - // Minimum execution time: 28_688_000 picoseconds. - Weight::from_parts(29_027_000, 2365) + // Minimum execution time: 28_691_000 picoseconds. + Weight::from_parts(29_188_000, 2365) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -239,8 +239,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1900` // Estimated: `19033` - // Minimum execution time: 50_280_000 picoseconds. - Weight::from_parts(50_906_000, 19033) + // Minimum execution time: 50_856_000 picoseconds. + Weight::from_parts(51_144_000, 19033) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -262,10 +262,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1115 + v * (811 ±0)` // Estimated: `14388 + v * (12096 ±0)` - // Minimum execution time: 14_785_043_000 picoseconds. - Weight::from_parts(14_842_583_000, 14388) - // Standard Error: 242_757 - .saturating_add(Weight::from_parts(36_168_971, 0).saturating_mul(v.into())) + // Minimum execution time: 14_908_589_000 picoseconds. + Weight::from_parts(15_029_605_000, 14388) + // Standard Error: 244_694 + .saturating_add(Weight::from_parts(36_124_966, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) @@ -295,13 +295,13 @@ impl WeightInfo for SubstrateWeight { fn election_phragmen(c: u32, v: u32, e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + v * (606 ±0) + e * (28 ±0)` - // Estimated: `309059 + v * (5005 ±8) + e * (89 ±0) + c * (2135 ±7)` - // Minimum execution time: 1_074_961_000 picoseconds. - Weight::from_parts(1_079_460_000, 309059) - // Standard Error: 598_993 - .saturating_add(Weight::from_parts(17_097_981, 0).saturating_mul(v.into())) - // Standard Error: 38_432 - .saturating_add(Weight::from_parts(820_141, 0).saturating_mul(e.into())) + // Estimated: `309059 + v * (5005 ±6) + e * (89 ±0) + c * (2135 ±7)` + // Minimum execution time: 1_066_539_000 picoseconds. + Weight::from_parts(1_069_745_000, 309059) + // Standard Error: 512_210 + .saturating_add(Weight::from_parts(16_188_297, 0).saturating_mul(v.into())) + // Standard Error: 32_864 + .saturating_add(Weight::from_parts(687_283, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(21_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) @@ -330,10 +330,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `403 + v * (80 ±0)` // Estimated: `14292 + v * (320 ±0)` - // Minimum execution time: 30_206_000 picoseconds. - Weight::from_parts(30_696_455, 14292) - // Standard Error: 1_864 - .saturating_add(Weight::from_parts(124_941, 0).saturating_mul(v.into())) + // Minimum execution time: 29_611_000 picoseconds. + Weight::from_parts(30_280_941, 14292) + // Standard Error: 2_002 + .saturating_add(Weight::from_parts(128_747, 0).saturating_mul(v.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) @@ -353,10 +353,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `371 + v * (80 ±0)` // Estimated: `14164 + v * (320 ±0)` - // Minimum execution time: 40_331_000 picoseconds. - Weight::from_parts(40_936_971, 14164) - // Standard Error: 2_377 - .saturating_add(Weight::from_parts(142_332, 0).saturating_mul(v.into())) + // Minimum execution time: 39_865_000 picoseconds. + Weight::from_parts(40_439_465, 14164) + // Standard Error: 3_433 + .saturating_add(Weight::from_parts(147_825, 0).saturating_mul(v.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) @@ -376,10 +376,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `403 + v * (80 ±0)` // Estimated: `14292 + v * (320 ±0)` - // Minimum execution time: 40_343_000 picoseconds. - Weight::from_parts(41_055_673, 14292) - // Standard Error: 3_150 - .saturating_add(Weight::from_parts(129_894, 0).saturating_mul(v.into())) + // Minimum execution time: 39_585_000 picoseconds. + Weight::from_parts(40_473_319, 14292) + // Standard Error: 2_563 + .saturating_add(Weight::from_parts(147_788, 0).saturating_mul(v.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) @@ -392,8 +392,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `925` // Estimated: `9154` - // Minimum execution time: 36_348_000 picoseconds. - Weight::from_parts(36_677_000, 9154) + // Minimum execution time: 36_340_000 picoseconds. + Weight::from_parts(36_835_000, 9154) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -408,10 +408,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1570 + c * (48 ±0)` // Estimated: `9165 + c * (144 ±0)` - // Minimum execution time: 32_963_000 picoseconds. - Weight::from_parts(33_778_406, 9165) - // Standard Error: 2_792 - .saturating_add(Weight::from_parts(71_214, 0).saturating_mul(c.into())) + // Minimum execution time: 33_049_000 picoseconds. + Weight::from_parts(33_889_399, 9165) + // Standard Error: 1_239 + .saturating_add(Weight::from_parts(72_132, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 144).saturating_mul(c.into())) @@ -423,10 +423,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `285 + c * (48 ±0)` // Estimated: `1770 + c * (48 ±0)` - // Minimum execution time: 26_462_000 picoseconds. - Weight::from_parts(27_289_268, 1770) - // Standard Error: 915 - .saturating_add(Weight::from_parts(45_079, 0).saturating_mul(c.into())) + // Minimum execution time: 26_445_000 picoseconds. + Weight::from_parts(27_202_420, 1770) + // Standard Error: 888 + .saturating_add(Weight::from_parts(46_715, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into())) @@ -445,8 +445,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1900` // Estimated: `15440` - // Minimum execution time: 44_414_000 picoseconds. - Weight::from_parts(44_900_000, 15440) + // Minimum execution time: 44_554_000 picoseconds. + Weight::from_parts(44_932_000, 15440) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -456,8 +456,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `880` // Estimated: `2365` - // Minimum execution time: 28_688_000 picoseconds. - Weight::from_parts(29_027_000, 2365) + // Minimum execution time: 28_691_000 picoseconds. + Weight::from_parts(29_188_000, 2365) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -486,8 +486,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1900` // Estimated: `19033` - // Minimum execution time: 50_280_000 picoseconds. - Weight::from_parts(50_906_000, 19033) + // Minimum execution time: 50_856_000 picoseconds. + Weight::from_parts(51_144_000, 19033) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -509,10 +509,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1115 + v * (811 ±0)` // Estimated: `14388 + v * (12096 ±0)` - // Minimum execution time: 14_785_043_000 picoseconds. - Weight::from_parts(14_842_583_000, 14388) - // Standard Error: 242_757 - .saturating_add(Weight::from_parts(36_168_971, 0).saturating_mul(v.into())) + // Minimum execution time: 14_908_589_000 picoseconds. + Weight::from_parts(15_029_605_000, 14388) + // Standard Error: 244_694 + .saturating_add(Weight::from_parts(36_124_966, 0).saturating_mul(v.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(v.into()))) .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(v.into()))) @@ -542,13 +542,13 @@ impl WeightInfo for () { fn election_phragmen(c: u32, v: u32, e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + v * (606 ±0) + e * (28 ±0)` - // Estimated: `309059 + v * (5005 ±8) + e * (89 ±0) + c * (2135 ±7)` - // Minimum execution time: 1_074_961_000 picoseconds. - Weight::from_parts(1_079_460_000, 309059) - // Standard Error: 598_993 - .saturating_add(Weight::from_parts(17_097_981, 0).saturating_mul(v.into())) - // Standard Error: 38_432 - .saturating_add(Weight::from_parts(820_141, 0).saturating_mul(e.into())) + // Estimated: `309059 + v * (5005 ±6) + e * (89 ±0) + c * (2135 ±7)` + // Minimum execution time: 1_066_539_000 picoseconds. + Weight::from_parts(1_069_745_000, 309059) + // Standard Error: 512_210 + .saturating_add(Weight::from_parts(16_188_297, 0).saturating_mul(v.into())) + // Standard Error: 32_864 + .saturating_add(Weight::from_parts(687_283, 0).saturating_mul(e.into())) .saturating_add(RocksDbWeight::get().reads(21_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(v.into()))) diff --git a/frame/fast-unstake/src/weights.rs b/frame/fast-unstake/src/weights.rs index b47d4f056e524..c8c854661d696 100644 --- a/frame/fast-unstake/src/weights.rs +++ b/frame/fast-unstake/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_fast_unstake //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -94,10 +94,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1344 + b * (343 ±0)` // Estimated: `23254 + b * (17642 ±0)` - // Minimum execution time: 78_484_000 picoseconds. - Weight::from_parts(39_186_541, 23254) - // Standard Error: 37_606 - .saturating_add(Weight::from_parts(42_433_199, 0).saturating_mul(b.into())) + // Minimum execution time: 78_037_000 picoseconds. + Weight::from_parts(43_494_389, 23254) + // Standard Error: 50_067 + .saturating_add(Weight::from_parts(42_757_900, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -124,12 +124,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1512 + v * (10037 ±0) + b * (48 ±0)` // Estimated: `20889 + v * (22551 ±0) + b * (98 ±0)` - // Minimum execution time: 1_538_727_000 picoseconds. - Weight::from_parts(1_549_586_000, 20889) - // Standard Error: 14_184_223 - .saturating_add(Weight::from_parts(452_966_006, 0).saturating_mul(v.into())) - // Standard Error: 56_752_692 - .saturating_add(Weight::from_parts(1_775_601_329, 0).saturating_mul(b.into())) + // Minimum execution time: 1_494_978_000 picoseconds. + Weight::from_parts(1_509_043_000, 20889) + // Standard Error: 13_638_217 + .saturating_add(Weight::from_parts(439_027_013, 0).saturating_mul(v.into())) + // Standard Error: 54_568_060 + .saturating_add(Weight::from_parts(1_708_489_157, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -168,8 +168,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1964` // Estimated: `45775` - // Minimum execution time: 117_552_000 picoseconds. - Weight::from_parts(118_303_000, 45775) + // Minimum execution time: 116_821_000 picoseconds. + Weight::from_parts(117_579_000, 45775) .saturating_add(T::DbWeight::get().reads(14_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -187,8 +187,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1223` // Estimated: `18308` - // Minimum execution time: 42_291_000 picoseconds. - Weight::from_parts(42_835_000, 18308) + // Minimum execution time: 42_567_000 picoseconds. + Weight::from_parts(42_972_000, 18308) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -198,8 +198,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_551_000 picoseconds. - Weight::from_parts(3_632_000, 0) + // Minimum execution time: 3_226_000 picoseconds. + Weight::from_parts(3_398_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } @@ -239,10 +239,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1344 + b * (343 ±0)` // Estimated: `23254 + b * (17642 ±0)` - // Minimum execution time: 78_484_000 picoseconds. - Weight::from_parts(39_186_541, 23254) - // Standard Error: 37_606 - .saturating_add(Weight::from_parts(42_433_199, 0).saturating_mul(b.into())) + // Minimum execution time: 78_037_000 picoseconds. + Weight::from_parts(43_494_389, 23254) + // Standard Error: 50_067 + .saturating_add(Weight::from_parts(42_757_900, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((6_u64).saturating_mul(b.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -269,12 +269,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1512 + v * (10037 ±0) + b * (48 ±0)` // Estimated: `20889 + v * (22551 ±0) + b * (98 ±0)` - // Minimum execution time: 1_538_727_000 picoseconds. - Weight::from_parts(1_549_586_000, 20889) - // Standard Error: 14_184_223 - .saturating_add(Weight::from_parts(452_966_006, 0).saturating_mul(v.into())) - // Standard Error: 56_752_692 - .saturating_add(Weight::from_parts(1_775_601_329, 0).saturating_mul(b.into())) + // Minimum execution time: 1_494_978_000 picoseconds. + Weight::from_parts(1_509_043_000, 20889) + // Standard Error: 13_638_217 + .saturating_add(Weight::from_parts(439_027_013, 0).saturating_mul(v.into())) + // Standard Error: 54_568_060 + .saturating_add(Weight::from_parts(1_708_489_157, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -313,8 +313,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1964` // Estimated: `45775` - // Minimum execution time: 117_552_000 picoseconds. - Weight::from_parts(118_303_000, 45775) + // Minimum execution time: 116_821_000 picoseconds. + Weight::from_parts(117_579_000, 45775) .saturating_add(RocksDbWeight::get().reads(14_u64)) .saturating_add(RocksDbWeight::get().writes(9_u64)) } @@ -332,8 +332,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1223` // Estimated: `18308` - // Minimum execution time: 42_291_000 picoseconds. - Weight::from_parts(42_835_000, 18308) + // Minimum execution time: 42_567_000 picoseconds. + Weight::from_parts(42_972_000, 18308) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -343,8 +343,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_551_000 picoseconds. - Weight::from_parts(3_632_000, 0) + // Minimum execution time: 3_226_000 picoseconds. + Weight::from_parts(3_398_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } } diff --git a/frame/glutton/src/weights.rs b/frame/glutton/src/weights.rs index bd409645ae8ff..a346bc407cbcf 100644 --- a/frame/glutton/src/weights.rs +++ b/frame/glutton/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_glutton //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -74,10 +74,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `1489` - // Minimum execution time: 10_384_000 picoseconds. - Weight::from_parts(10_598_000, 1489) - // Standard Error: 1_369 - .saturating_add(Weight::from_parts(1_580_155, 0).saturating_mul(n.into())) + // Minimum execution time: 10_880_000 picoseconds. + Weight::from_parts(11_203_000, 1489) + // Standard Error: 1_357 + .saturating_add(Weight::from_parts(1_671_052, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) @@ -91,10 +91,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `65` // Estimated: `1489` - // Minimum execution time: 11_022_000 picoseconds. - Weight::from_parts(11_319_000, 1489) - // Standard Error: 1_108 - .saturating_add(Weight::from_parts(1_048_682, 0).saturating_mul(n.into())) + // Minimum execution time: 12_658_000 picoseconds. + Weight::from_parts(193_484, 1489) + // Standard Error: 6_446 + .saturating_add(Weight::from_parts(1_167_021, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) @@ -104,10 +104,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 660_000 picoseconds. - Weight::from_parts(7_814_200, 0) - // Standard Error: 33 - .saturating_add(Weight::from_parts(94_390, 0).saturating_mul(i.into())) + // Minimum execution time: 725_000 picoseconds. + Weight::from_parts(3_093_934, 0) + // Standard Error: 30 + .saturating_add(Weight::from_parts(92_826, 0).saturating_mul(i.into())) } /// Storage: Glutton TrashData (r:5000 w:0) /// Proof: Glutton TrashData (max_values: Some(65000), max_size: Some(1036), added: 3016, mode: MaxEncodedLen) @@ -116,10 +116,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `119036 + i * (1022 ±0)` // Estimated: `990 + i * (3016 ±0)` - // Minimum execution time: 712_000 picoseconds. - Weight::from_parts(814_000, 990) - // Standard Error: 1_805 - .saturating_add(Weight::from_parts(5_407_690, 0).saturating_mul(i.into())) + // Minimum execution time: 679_000 picoseconds. + Weight::from_parts(827_000, 990) + // Standard Error: 2_424 + .saturating_add(Weight::from_parts(5_638_375, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(Weight::from_parts(0, 3016).saturating_mul(i.into())) } @@ -133,8 +133,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1900466` // Estimated: `5242760` - // Minimum execution time: 54_903_045_000 picoseconds. - Weight::from_parts(55_194_691_000, 5242760) + // Minimum execution time: 55_839_857_000 picoseconds. + Weight::from_parts(56_326_267_000, 5242760) .saturating_add(T::DbWeight::get().reads(1739_u64)) } /// Storage: Glutton Storage (r:1 w:0) @@ -147,8 +147,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `9516` // Estimated: `19048` - // Minimum execution time: 97_295_331_000 picoseconds. - Weight::from_parts(97_853_502_000, 19048) + // Minimum execution time: 97_798_611_000 picoseconds. + Weight::from_parts(98_373_252_000, 19048) .saturating_add(T::DbWeight::get().reads(7_u64)) } /// Storage: Glutton Storage (r:1 w:0) @@ -159,8 +159,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `2978` - // Minimum execution time: 4_280_000 picoseconds. - Weight::from_parts(4_381_000, 2978) + // Minimum execution time: 4_421_000 picoseconds. + Weight::from_parts(4_539_000, 2978) .saturating_add(T::DbWeight::get().reads(2_u64)) } /// Storage: Glutton Compute (r:0 w:1) @@ -169,8 +169,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_758_000 picoseconds. - Weight::from_parts(8_988_000, 0) + // Minimum execution time: 9_463_000 picoseconds. + Weight::from_parts(9_660_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Glutton Storage (r:0 w:1) @@ -179,8 +179,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_901_000 picoseconds. - Weight::from_parts(9_291_000, 0) + // Minimum execution time: 9_760_000 picoseconds. + Weight::from_parts(9_958_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } @@ -196,10 +196,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4` // Estimated: `1489` - // Minimum execution time: 10_384_000 picoseconds. - Weight::from_parts(10_598_000, 1489) - // Standard Error: 1_369 - .saturating_add(Weight::from_parts(1_580_155, 0).saturating_mul(n.into())) + // Minimum execution time: 10_880_000 picoseconds. + Weight::from_parts(11_203_000, 1489) + // Standard Error: 1_357 + .saturating_add(Weight::from_parts(1_671_052, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(n.into()))) @@ -213,10 +213,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `65` // Estimated: `1489` - // Minimum execution time: 11_022_000 picoseconds. - Weight::from_parts(11_319_000, 1489) - // Standard Error: 1_108 - .saturating_add(Weight::from_parts(1_048_682, 0).saturating_mul(n.into())) + // Minimum execution time: 12_658_000 picoseconds. + Weight::from_parts(193_484, 1489) + // Standard Error: 6_446 + .saturating_add(Weight::from_parts(1_167_021, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(n.into()))) @@ -226,10 +226,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 660_000 picoseconds. - Weight::from_parts(7_814_200, 0) - // Standard Error: 33 - .saturating_add(Weight::from_parts(94_390, 0).saturating_mul(i.into())) + // Minimum execution time: 725_000 picoseconds. + Weight::from_parts(3_093_934, 0) + // Standard Error: 30 + .saturating_add(Weight::from_parts(92_826, 0).saturating_mul(i.into())) } /// Storage: Glutton TrashData (r:5000 w:0) /// Proof: Glutton TrashData (max_values: Some(65000), max_size: Some(1036), added: 3016, mode: MaxEncodedLen) @@ -238,10 +238,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `119036 + i * (1022 ±0)` // Estimated: `990 + i * (3016 ±0)` - // Minimum execution time: 712_000 picoseconds. - Weight::from_parts(814_000, 990) - // Standard Error: 1_805 - .saturating_add(Weight::from_parts(5_407_690, 0).saturating_mul(i.into())) + // Minimum execution time: 679_000 picoseconds. + Weight::from_parts(827_000, 990) + // Standard Error: 2_424 + .saturating_add(Weight::from_parts(5_638_375, 0).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(Weight::from_parts(0, 3016).saturating_mul(i.into())) } @@ -255,8 +255,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1900466` // Estimated: `5242760` - // Minimum execution time: 54_903_045_000 picoseconds. - Weight::from_parts(55_194_691_000, 5242760) + // Minimum execution time: 55_839_857_000 picoseconds. + Weight::from_parts(56_326_267_000, 5242760) .saturating_add(RocksDbWeight::get().reads(1739_u64)) } /// Storage: Glutton Storage (r:1 w:0) @@ -269,8 +269,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `9516` // Estimated: `19048` - // Minimum execution time: 97_295_331_000 picoseconds. - Weight::from_parts(97_853_502_000, 19048) + // Minimum execution time: 97_798_611_000 picoseconds. + Weight::from_parts(98_373_252_000, 19048) .saturating_add(RocksDbWeight::get().reads(7_u64)) } /// Storage: Glutton Storage (r:1 w:0) @@ -281,8 +281,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4` // Estimated: `2978` - // Minimum execution time: 4_280_000 picoseconds. - Weight::from_parts(4_381_000, 2978) + // Minimum execution time: 4_421_000 picoseconds. + Weight::from_parts(4_539_000, 2978) .saturating_add(RocksDbWeight::get().reads(2_u64)) } /// Storage: Glutton Compute (r:0 w:1) @@ -291,8 +291,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_758_000 picoseconds. - Weight::from_parts(8_988_000, 0) + // Minimum execution time: 9_463_000 picoseconds. + Weight::from_parts(9_660_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Glutton Storage (r:0 w:1) @@ -301,8 +301,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_901_000 picoseconds. - Weight::from_parts(9_291_000, 0) + // Minimum execution time: 9_760_000 picoseconds. + Weight::from_parts(9_958_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } } diff --git a/frame/identity/src/weights.rs b/frame/identity/src/weights.rs index bad6aa76854ea..b408cb8d407c8 100644 --- a/frame/identity/src/weights.rs +++ b/frame/identity/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_identity //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -79,10 +79,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `32 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 13_092_000 picoseconds. - Weight::from_parts(13_798_719, 2626) - // Standard Error: 1_553 - .saturating_add(Weight::from_parts(109_215, 0).saturating_mul(r.into())) + // Minimum execution time: 12_550_000 picoseconds. + Weight::from_parts(13_317_670, 2626) + // Standard Error: 1_696 + .saturating_add(Weight::from_parts(113_965, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -94,12 +94,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `442 + r * (5 ±0)` // Estimated: `11003` - // Minimum execution time: 30_800_000 picoseconds. - Weight::from_parts(31_140_040, 11003) - // Standard Error: 4_896 - .saturating_add(Weight::from_parts(69_348, 0).saturating_mul(r.into())) - // Standard Error: 955 - .saturating_add(Weight::from_parts(430_082, 0).saturating_mul(x.into())) + // Minimum execution time: 30_522_000 picoseconds. + Weight::from_parts(30_116_586, 11003) + // Standard Error: 3_641 + .saturating_add(Weight::from_parts(81_315, 0).saturating_mul(r.into())) + // Standard Error: 710 + .saturating_add(Weight::from_parts(427_028, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -114,10 +114,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `101` // Estimated: `18716 + s * (2589 ±0)` - // Minimum execution time: 10_301_000 picoseconds. - Weight::from_parts(23_255_636, 18716) - // Standard Error: 5_562 - .saturating_add(Weight::from_parts(2_978_765, 0).saturating_mul(s.into())) + // Minimum execution time: 10_128_000 picoseconds. + Weight::from_parts(24_531_417, 18716) + // Standard Error: 4_744 + .saturating_add(Weight::from_parts(2_957_983, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -135,10 +135,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `194 + p * (32 ±0)` // Estimated: `17726` - // Minimum execution time: 10_095_000 picoseconds. - Weight::from_parts(23_197_533, 17726) - // Standard Error: 3_460 - .saturating_add(Weight::from_parts(1_227_498, 0).saturating_mul(p.into())) + // Minimum execution time: 9_837_000 picoseconds. + Weight::from_parts(22_366_448, 17726) + // Standard Error: 3_067 + .saturating_add(Weight::from_parts(1_250_872, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -152,16 +152,18 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[1, 20]`. /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. - fn clear_identity(_r: u32, s: u32, x: u32, ) -> Weight { + fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `469 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `17726` - // Minimum execution time: 51_054_000 picoseconds. - Weight::from_parts(30_184_047, 17726) - // Standard Error: 2_441 - .saturating_add(Weight::from_parts(1_221_983, 0).saturating_mul(s.into())) - // Standard Error: 2_441 - .saturating_add(Weight::from_parts(234_084, 0).saturating_mul(x.into())) + // Minimum execution time: 49_738_000 picoseconds. + Weight::from_parts(25_858_845, 17726) + // Standard Error: 11_880 + .saturating_add(Weight::from_parts(133_584, 0).saturating_mul(r.into())) + // Standard Error: 2_320 + .saturating_add(Weight::from_parts(1_241_189, 0).saturating_mul(s.into())) + // Standard Error: 2_320 + .saturating_add(Weight::from_parts(234_802, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -172,16 +174,14 @@ impl WeightInfo for SubstrateWeight { /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen) /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. - fn request_judgement(r: u32, x: u32, ) -> Weight { + fn request_judgement(_r: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `367 + r * (57 ±0) + x * (66 ±0)` // Estimated: `13629` - // Minimum execution time: 32_747_000 picoseconds. - Weight::from_parts(29_557_659, 13629) - // Standard Error: 4_616 - .saturating_add(Weight::from_parts(200_494, 0).saturating_mul(r.into())) - // Standard Error: 900 - .saturating_add(Weight::from_parts(468_381, 0).saturating_mul(x.into())) + // Minimum execution time: 31_794_000 picoseconds. + Weight::from_parts(33_823_020, 13629) + // Standard Error: 815 + .saturating_add(Weight::from_parts(436_791, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -193,12 +193,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `398 + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 28_853_000 picoseconds. - Weight::from_parts(26_811_119, 11003) - // Standard Error: 15_667 - .saturating_add(Weight::from_parts(240_647, 0).saturating_mul(r.into())) - // Standard Error: 3_056 - .saturating_add(Weight::from_parts(462_536, 0).saturating_mul(x.into())) + // Minimum execution time: 28_335_000 picoseconds. + Weight::from_parts(29_315_778, 11003) + // Standard Error: 8_407 + .saturating_add(Weight::from_parts(58_084, 0).saturating_mul(r.into())) + // Standard Error: 1_640 + .saturating_add(Weight::from_parts(433_011, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -209,10 +209,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 8_413_000 picoseconds. - Weight::from_parts(8_846_436, 2626) - // Standard Error: 1_470 - .saturating_add(Weight::from_parts(113_780, 0).saturating_mul(r.into())) + // Minimum execution time: 7_972_000 picoseconds. + Weight::from_parts(8_352_481, 2626) + // Standard Error: 5_387 + .saturating_add(Weight::from_parts(139_934, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -223,10 +223,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 8_753_000 picoseconds. - Weight::from_parts(9_143_938, 2626) - // Standard Error: 1_490 - .saturating_add(Weight::from_parts(113_406, 0).saturating_mul(r.into())) + // Minimum execution time: 8_142_000 picoseconds. + Weight::from_parts(8_796_757, 2626) + // Standard Error: 2_259 + .saturating_add(Weight::from_parts(96_186, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -237,10 +237,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 8_320_000 picoseconds. - Weight::from_parts(8_800_306, 2626) - // Standard Error: 1_345 - .saturating_add(Weight::from_parts(125_258, 0).saturating_mul(r.into())) + // Minimum execution time: 8_129_000 picoseconds. + Weight::from_parts(8_532_841, 2626) + // Standard Error: 1_447 + .saturating_add(Weight::from_parts(110_498, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -254,12 +254,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `445 + r * (57 ±0) + x * (66 ±0)` // Estimated: `13629` - // Minimum execution time: 25_313_000 picoseconds. - Weight::from_parts(23_968_548, 13629) - // Standard Error: 4_143 - .saturating_add(Weight::from_parts(164_678, 0).saturating_mul(r.into())) - // Standard Error: 766 - .saturating_add(Weight::from_parts(713_576, 0).saturating_mul(x.into())) + // Minimum execution time: 24_502_000 picoseconds. + Weight::from_parts(24_312_224, 13629) + // Standard Error: 18_376 + .saturating_add(Weight::from_parts(113_612, 0).saturating_mul(r.into())) + // Standard Error: 3_400 + .saturating_add(Weight::from_parts(704_758, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -274,18 +274,16 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[1, 20]`. /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. - fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight { + fn kill_identity(_r: u32, s: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `676 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `21319` - // Minimum execution time: 64_638_000 picoseconds. - Weight::from_parts(43_317_654, 21319) - // Standard Error: 10_182 - .saturating_add(Weight::from_parts(61_967, 0).saturating_mul(r.into())) - // Standard Error: 1_988 - .saturating_add(Weight::from_parts(1_224_202, 0).saturating_mul(s.into())) - // Standard Error: 1_988 - .saturating_add(Weight::from_parts(233_897, 0).saturating_mul(x.into())) + // Minimum execution time: 65_622_000 picoseconds. + Weight::from_parts(52_252_453, 21319) + // Standard Error: 2_651 + .saturating_add(Weight::from_parts(1_179_144, 0).saturating_mul(s.into())) + // Standard Error: 2_651 + .saturating_add(Weight::from_parts(209_375, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -301,10 +299,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `475 + s * (36 ±0)` // Estimated: `21305` - // Minimum execution time: 28_661_000 picoseconds. - Weight::from_parts(33_432_641, 21305) - // Standard Error: 1_547 - .saturating_add(Weight::from_parts(71_314, 0).saturating_mul(s.into())) + // Minimum execution time: 27_816_000 picoseconds. + Weight::from_parts(32_784_271, 21305) + // Standard Error: 1_742 + .saturating_add(Weight::from_parts(78_281, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -317,10 +315,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `591 + s * (3 ±0)` // Estimated: `14582` - // Minimum execution time: 13_885_000 picoseconds. - Weight::from_parts(16_105_165, 14582) - // Standard Error: 562 - .saturating_add(Weight::from_parts(17_087, 0).saturating_mul(s.into())) + // Minimum execution time: 13_512_000 picoseconds. + Weight::from_parts(15_858_843, 14582) + // Standard Error: 559 + .saturating_add(Weight::from_parts(14_864, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -335,10 +333,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `638 + s * (35 ±0)` // Estimated: `21305` - // Minimum execution time: 32_192_000 picoseconds. - Weight::from_parts(35_393_444, 21305) - // Standard Error: 2_198 - .saturating_add(Weight::from_parts(62_316, 0).saturating_mul(s.into())) + // Minimum execution time: 31_661_000 picoseconds. + Weight::from_parts(34_821_218, 21305) + // Standard Error: 1_185 + .saturating_add(Weight::from_parts(56_664, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -351,10 +349,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `564 + s * (37 ±0)` // Estimated: `10302` - // Minimum execution time: 20_803_000 picoseconds. - Weight::from_parts(23_462_393, 10302) - // Standard Error: 1_619 - .saturating_add(Weight::from_parts(59_938, 0).saturating_mul(s.into())) + // Minimum execution time: 20_412_000 picoseconds. + Weight::from_parts(22_972_958, 10302) + // Standard Error: 1_174 + .saturating_add(Weight::from_parts(62_270, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -369,10 +367,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `32 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 13_092_000 picoseconds. - Weight::from_parts(13_798_719, 2626) - // Standard Error: 1_553 - .saturating_add(Weight::from_parts(109_215, 0).saturating_mul(r.into())) + // Minimum execution time: 12_550_000 picoseconds. + Weight::from_parts(13_317_670, 2626) + // Standard Error: 1_696 + .saturating_add(Weight::from_parts(113_965, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -384,12 +382,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `442 + r * (5 ±0)` // Estimated: `11003` - // Minimum execution time: 30_800_000 picoseconds. - Weight::from_parts(31_140_040, 11003) - // Standard Error: 4_896 - .saturating_add(Weight::from_parts(69_348, 0).saturating_mul(r.into())) - // Standard Error: 955 - .saturating_add(Weight::from_parts(430_082, 0).saturating_mul(x.into())) + // Minimum execution time: 30_522_000 picoseconds. + Weight::from_parts(30_116_586, 11003) + // Standard Error: 3_641 + .saturating_add(Weight::from_parts(81_315, 0).saturating_mul(r.into())) + // Standard Error: 710 + .saturating_add(Weight::from_parts(427_028, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -404,10 +402,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `101` // Estimated: `18716 + s * (2589 ±0)` - // Minimum execution time: 10_301_000 picoseconds. - Weight::from_parts(23_255_636, 18716) - // Standard Error: 5_562 - .saturating_add(Weight::from_parts(2_978_765, 0).saturating_mul(s.into())) + // Minimum execution time: 10_128_000 picoseconds. + Weight::from_parts(24_531_417, 18716) + // Standard Error: 4_744 + .saturating_add(Weight::from_parts(2_957_983, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(s.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -425,10 +423,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `194 + p * (32 ±0)` // Estimated: `17726` - // Minimum execution time: 10_095_000 picoseconds. - Weight::from_parts(23_197_533, 17726) - // Standard Error: 3_460 - .saturating_add(Weight::from_parts(1_227_498, 0).saturating_mul(p.into())) + // Minimum execution time: 9_837_000 picoseconds. + Weight::from_parts(22_366_448, 17726) + // Standard Error: 3_067 + .saturating_add(Weight::from_parts(1_250_872, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -442,16 +440,18 @@ impl WeightInfo for () { /// The range of component `r` is `[1, 20]`. /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. - fn clear_identity(_r: u32, s: u32, x: u32, ) -> Weight { + fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `469 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `17726` - // Minimum execution time: 51_054_000 picoseconds. - Weight::from_parts(30_184_047, 17726) - // Standard Error: 2_441 - .saturating_add(Weight::from_parts(1_221_983, 0).saturating_mul(s.into())) - // Standard Error: 2_441 - .saturating_add(Weight::from_parts(234_084, 0).saturating_mul(x.into())) + // Minimum execution time: 49_738_000 picoseconds. + Weight::from_parts(25_858_845, 17726) + // Standard Error: 11_880 + .saturating_add(Weight::from_parts(133_584, 0).saturating_mul(r.into())) + // Standard Error: 2_320 + .saturating_add(Weight::from_parts(1_241_189, 0).saturating_mul(s.into())) + // Standard Error: 2_320 + .saturating_add(Weight::from_parts(234_802, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -462,16 +462,14 @@ impl WeightInfo for () { /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen) /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. - fn request_judgement(r: u32, x: u32, ) -> Weight { + fn request_judgement(_r: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `367 + r * (57 ±0) + x * (66 ±0)` // Estimated: `13629` - // Minimum execution time: 32_747_000 picoseconds. - Weight::from_parts(29_557_659, 13629) - // Standard Error: 4_616 - .saturating_add(Weight::from_parts(200_494, 0).saturating_mul(r.into())) - // Standard Error: 900 - .saturating_add(Weight::from_parts(468_381, 0).saturating_mul(x.into())) + // Minimum execution time: 31_794_000 picoseconds. + Weight::from_parts(33_823_020, 13629) + // Standard Error: 815 + .saturating_add(Weight::from_parts(436_791, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -483,12 +481,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `398 + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 28_853_000 picoseconds. - Weight::from_parts(26_811_119, 11003) - // Standard Error: 15_667 - .saturating_add(Weight::from_parts(240_647, 0).saturating_mul(r.into())) - // Standard Error: 3_056 - .saturating_add(Weight::from_parts(462_536, 0).saturating_mul(x.into())) + // Minimum execution time: 28_335_000 picoseconds. + Weight::from_parts(29_315_778, 11003) + // Standard Error: 8_407 + .saturating_add(Weight::from_parts(58_084, 0).saturating_mul(r.into())) + // Standard Error: 1_640 + .saturating_add(Weight::from_parts(433_011, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -499,10 +497,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 8_413_000 picoseconds. - Weight::from_parts(8_846_436, 2626) - // Standard Error: 1_470 - .saturating_add(Weight::from_parts(113_780, 0).saturating_mul(r.into())) + // Minimum execution time: 7_972_000 picoseconds. + Weight::from_parts(8_352_481, 2626) + // Standard Error: 5_387 + .saturating_add(Weight::from_parts(139_934, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -513,10 +511,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 8_753_000 picoseconds. - Weight::from_parts(9_143_938, 2626) - // Standard Error: 1_490 - .saturating_add(Weight::from_parts(113_406, 0).saturating_mul(r.into())) + // Minimum execution time: 8_142_000 picoseconds. + Weight::from_parts(8_796_757, 2626) + // Standard Error: 2_259 + .saturating_add(Weight::from_parts(96_186, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -527,10 +525,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 8_320_000 picoseconds. - Weight::from_parts(8_800_306, 2626) - // Standard Error: 1_345 - .saturating_add(Weight::from_parts(125_258, 0).saturating_mul(r.into())) + // Minimum execution time: 8_129_000 picoseconds. + Weight::from_parts(8_532_841, 2626) + // Standard Error: 1_447 + .saturating_add(Weight::from_parts(110_498, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -544,12 +542,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `445 + r * (57 ±0) + x * (66 ±0)` // Estimated: `13629` - // Minimum execution time: 25_313_000 picoseconds. - Weight::from_parts(23_968_548, 13629) - // Standard Error: 4_143 - .saturating_add(Weight::from_parts(164_678, 0).saturating_mul(r.into())) - // Standard Error: 766 - .saturating_add(Weight::from_parts(713_576, 0).saturating_mul(x.into())) + // Minimum execution time: 24_502_000 picoseconds. + Weight::from_parts(24_312_224, 13629) + // Standard Error: 18_376 + .saturating_add(Weight::from_parts(113_612, 0).saturating_mul(r.into())) + // Standard Error: 3_400 + .saturating_add(Weight::from_parts(704_758, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -564,18 +562,16 @@ impl WeightInfo for () { /// The range of component `r` is `[1, 20]`. /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. - fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight { + fn kill_identity(_r: u32, s: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `676 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `21319` - // Minimum execution time: 64_638_000 picoseconds. - Weight::from_parts(43_317_654, 21319) - // Standard Error: 10_182 - .saturating_add(Weight::from_parts(61_967, 0).saturating_mul(r.into())) - // Standard Error: 1_988 - .saturating_add(Weight::from_parts(1_224_202, 0).saturating_mul(s.into())) - // Standard Error: 1_988 - .saturating_add(Weight::from_parts(233_897, 0).saturating_mul(x.into())) + // Minimum execution time: 65_622_000 picoseconds. + Weight::from_parts(52_252_453, 21319) + // Standard Error: 2_651 + .saturating_add(Weight::from_parts(1_179_144, 0).saturating_mul(s.into())) + // Standard Error: 2_651 + .saturating_add(Weight::from_parts(209_375, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -591,10 +587,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `475 + s * (36 ±0)` // Estimated: `21305` - // Minimum execution time: 28_661_000 picoseconds. - Weight::from_parts(33_432_641, 21305) - // Standard Error: 1_547 - .saturating_add(Weight::from_parts(71_314, 0).saturating_mul(s.into())) + // Minimum execution time: 27_816_000 picoseconds. + Weight::from_parts(32_784_271, 21305) + // Standard Error: 1_742 + .saturating_add(Weight::from_parts(78_281, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -607,10 +603,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `591 + s * (3 ±0)` // Estimated: `14582` - // Minimum execution time: 13_885_000 picoseconds. - Weight::from_parts(16_105_165, 14582) - // Standard Error: 562 - .saturating_add(Weight::from_parts(17_087, 0).saturating_mul(s.into())) + // Minimum execution time: 13_512_000 picoseconds. + Weight::from_parts(15_858_843, 14582) + // Standard Error: 559 + .saturating_add(Weight::from_parts(14_864, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -625,10 +621,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `638 + s * (35 ±0)` // Estimated: `21305` - // Minimum execution time: 32_192_000 picoseconds. - Weight::from_parts(35_393_444, 21305) - // Standard Error: 2_198 - .saturating_add(Weight::from_parts(62_316, 0).saturating_mul(s.into())) + // Minimum execution time: 31_661_000 picoseconds. + Weight::from_parts(34_821_218, 21305) + // Standard Error: 1_185 + .saturating_add(Weight::from_parts(56_664, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -641,10 +637,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `564 + s * (37 ±0)` // Estimated: `10302` - // Minimum execution time: 20_803_000 picoseconds. - Weight::from_parts(23_462_393, 10302) - // Standard Error: 1_619 - .saturating_add(Weight::from_parts(59_938, 0).saturating_mul(s.into())) + // Minimum execution time: 20_412_000 picoseconds. + Weight::from_parts(22_972_958, 10302) + // Standard Error: 1_174 + .saturating_add(Weight::from_parts(62_270, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/frame/im-online/src/weights.rs b/frame/im-online/src/weights.rs index f97df1c367562..498680b6bcb85 100644 --- a/frame/im-online/src/weights.rs +++ b/frame/im-online/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_im_online //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -72,17 +72,17 @@ impl WeightInfo for SubstrateWeight { fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `295 + k * (32 ±0)` - // Estimated: `10349544 + e * (35 ±0) + k * (64 ±0)` - // Minimum execution time: 106_224_000 picoseconds. - Weight::from_parts(79_172_319, 10349544) - // Standard Error: 259 - .saturating_add(Weight::from_parts(29_576, 0).saturating_mul(k.into())) - // Standard Error: 2_611 - .saturating_add(Weight::from_parts(422_369, 0).saturating_mul(e.into())) + // Estimated: `10349544 + k * (64 ±0) + e * (35 ±0)` + // Minimum execution time: 106_194_000 picoseconds. + Weight::from_parts(78_591_671, 10349544) + // Standard Error: 254 + .saturating_add(Weight::from_parts(29_513, 0).saturating_mul(k.into())) + // Standard Error: 2_568 + .saturating_add(Weight::from_parts(417_596, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) - .saturating_add(Weight::from_parts(0, 35).saturating_mul(e.into())) .saturating_add(Weight::from_parts(0, 64).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 35).saturating_mul(e.into())) } } @@ -103,16 +103,16 @@ impl WeightInfo for () { fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `295 + k * (32 ±0)` - // Estimated: `10349544 + e * (35 ±0) + k * (64 ±0)` - // Minimum execution time: 106_224_000 picoseconds. - Weight::from_parts(79_172_319, 10349544) - // Standard Error: 259 - .saturating_add(Weight::from_parts(29_576, 0).saturating_mul(k.into())) - // Standard Error: 2_611 - .saturating_add(Weight::from_parts(422_369, 0).saturating_mul(e.into())) + // Estimated: `10349544 + k * (64 ±0) + e * (35 ±0)` + // Minimum execution time: 106_194_000 picoseconds. + Weight::from_parts(78_591_671, 10349544) + // Standard Error: 254 + .saturating_add(Weight::from_parts(29_513, 0).saturating_mul(k.into())) + // Standard Error: 2_568 + .saturating_add(Weight::from_parts(417_596, 0).saturating_mul(e.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) - .saturating_add(Weight::from_parts(0, 35).saturating_mul(e.into())) .saturating_add(Weight::from_parts(0, 64).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 35).saturating_mul(e.into())) } } diff --git a/frame/indices/src/weights.rs b/frame/indices/src/weights.rs index 87160ccfbb208..aa279a15f7108 100644 --- a/frame/indices/src/weights.rs +++ b/frame/indices/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_indices //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -67,8 +67,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3534` - // Minimum execution time: 22_365_000 picoseconds. - Weight::from_parts(22_713_000, 3534) + // Minimum execution time: 22_432_000 picoseconds. + Weight::from_parts(22_955_000, 3534) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -80,8 +80,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `275` // Estimated: `7127` - // Minimum execution time: 28_380_000 picoseconds. - Weight::from_parts(29_251_000, 7127) + // Minimum execution time: 28_381_000 picoseconds. + Weight::from_parts(28_756_000, 7127) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -91,8 +91,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `172` // Estimated: `3534` - // Minimum execution time: 22_932_000 picoseconds. - Weight::from_parts(23_442_000, 3534) + // Minimum execution time: 23_112_000 picoseconds. + Weight::from_parts(23_341_000, 3534) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -104,8 +104,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `275` // Estimated: `7127` - // Minimum execution time: 25_223_000 picoseconds. - Weight::from_parts(25_519_000, 7127) + // Minimum execution time: 26_287_000 picoseconds. + Weight::from_parts(26_994_000, 7127) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -115,8 +115,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `172` // Estimated: `3534` - // Minimum execution time: 25_223_000 picoseconds. - Weight::from_parts(26_127_000, 3534) + // Minimum execution time: 25_443_000 picoseconds. + Weight::from_parts(26_109_000, 3534) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -130,8 +130,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3534` - // Minimum execution time: 22_365_000 picoseconds. - Weight::from_parts(22_713_000, 3534) + // Minimum execution time: 22_432_000 picoseconds. + Weight::from_parts(22_955_000, 3534) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -143,8 +143,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `275` // Estimated: `7127` - // Minimum execution time: 28_380_000 picoseconds. - Weight::from_parts(29_251_000, 7127) + // Minimum execution time: 28_381_000 picoseconds. + Weight::from_parts(28_756_000, 7127) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -154,8 +154,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `172` // Estimated: `3534` - // Minimum execution time: 22_932_000 picoseconds. - Weight::from_parts(23_442_000, 3534) + // Minimum execution time: 23_112_000 picoseconds. + Weight::from_parts(23_341_000, 3534) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -167,8 +167,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `275` // Estimated: `7127` - // Minimum execution time: 25_223_000 picoseconds. - Weight::from_parts(25_519_000, 7127) + // Minimum execution time: 26_287_000 picoseconds. + Weight::from_parts(26_994_000, 7127) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -178,8 +178,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `172` // Estimated: `3534` - // Minimum execution time: 25_223_000 picoseconds. - Weight::from_parts(26_127_000, 3534) + // Minimum execution time: 25_443_000 picoseconds. + Weight::from_parts(26_109_000, 3534) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/lottery/src/weights.rs b/frame/lottery/src/weights.rs index c8c373ad6f88d..0c7caeac4c0b7 100644 --- a/frame/lottery/src/weights.rs +++ b/frame/lottery/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_lottery //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -80,8 +80,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `452` // Estimated: `13121` - // Minimum execution time: 43_076_000 picoseconds. - Weight::from_parts(43_902_000, 13121) + // Minimum execution time: 42_940_000 picoseconds. + Weight::from_parts(43_681_000, 13121) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -92,10 +92,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_222_000 picoseconds. - Weight::from_parts(9_166_238, 0) - // Standard Error: 3_489 - .saturating_add(Weight::from_parts(328_564, 0).saturating_mul(n.into())) + // Minimum execution time: 8_283_000 picoseconds. + Weight::from_parts(9_210_462, 0) + // Standard Error: 3_408 + .saturating_add(Weight::from_parts(292_053, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Lottery Lottery (r:1 w:1) @@ -108,8 +108,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161` // Estimated: `6596` - // Minimum execution time: 36_555_000 picoseconds. - Weight::from_parts(37_008_000, 6596) + // Minimum execution time: 35_992_000 picoseconds. + Weight::from_parts(36_486_000, 6596) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -119,8 +119,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `219` // Estimated: `1514` - // Minimum execution time: 8_230_000 picoseconds. - Weight::from_parts(8_355_000, 1514) + // Minimum execution time: 8_168_000 picoseconds. + Weight::from_parts(8_350_000, 1514) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -138,8 +138,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `524` // Estimated: `16787` - // Minimum execution time: 60_097_000 picoseconds. - Weight::from_parts(62_055_000, 16787) + // Minimum execution time: 59_558_000 picoseconds. + Weight::from_parts(60_043_000, 16787) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -159,8 +159,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `524` // Estimated: `18276` - // Minimum execution time: 61_354_000 picoseconds. - Weight::from_parts(62_429_000, 18276) + // Minimum execution time: 60_757_000 picoseconds. + Weight::from_parts(61_852_000, 18276) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -186,8 +186,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `452` // Estimated: `13121` - // Minimum execution time: 43_076_000 picoseconds. - Weight::from_parts(43_902_000, 13121) + // Minimum execution time: 42_940_000 picoseconds. + Weight::from_parts(43_681_000, 13121) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -198,10 +198,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_222_000 picoseconds. - Weight::from_parts(9_166_238, 0) - // Standard Error: 3_489 - .saturating_add(Weight::from_parts(328_564, 0).saturating_mul(n.into())) + // Minimum execution time: 8_283_000 picoseconds. + Weight::from_parts(9_210_462, 0) + // Standard Error: 3_408 + .saturating_add(Weight::from_parts(292_053, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Lottery Lottery (r:1 w:1) @@ -214,8 +214,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161` // Estimated: `6596` - // Minimum execution time: 36_555_000 picoseconds. - Weight::from_parts(37_008_000, 6596) + // Minimum execution time: 35_992_000 picoseconds. + Weight::from_parts(36_486_000, 6596) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -225,8 +225,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `219` // Estimated: `1514` - // Minimum execution time: 8_230_000 picoseconds. - Weight::from_parts(8_355_000, 1514) + // Minimum execution time: 8_168_000 picoseconds. + Weight::from_parts(8_350_000, 1514) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -244,8 +244,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `524` // Estimated: `16787` - // Minimum execution time: 60_097_000 picoseconds. - Weight::from_parts(62_055_000, 16787) + // Minimum execution time: 59_558_000 picoseconds. + Weight::from_parts(60_043_000, 16787) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -265,8 +265,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `524` // Estimated: `18276` - // Minimum execution time: 61_354_000 picoseconds. - Weight::from_parts(62_429_000, 18276) + // Minimum execution time: 60_757_000 picoseconds. + Weight::from_parts(61_852_000, 18276) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } diff --git a/frame/membership/src/weights.rs b/frame/membership/src/weights.rs index 31c359b4469eb..7da30113f81c1 100644 --- a/frame/membership/src/weights.rs +++ b/frame/membership/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_membership //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -76,10 +76,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `174 + m * (64 ±0)` // Estimated: `6691 + m * (192 ±0)` - // Minimum execution time: 17_587_000 picoseconds. - Weight::from_parts(18_658_163, 6691) - // Standard Error: 710 - .saturating_add(Weight::from_parts(46_294, 0).saturating_mul(m.into())) + // Minimum execution time: 17_387_000 picoseconds. + Weight::from_parts(18_440_812, 6691) + // Standard Error: 668 + .saturating_add(Weight::from_parts(44_136, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -99,10 +99,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `278 + m * (64 ±0)` // Estimated: `8520 + m * (192 ±0)` - // Minimum execution time: 20_402_000 picoseconds. - Weight::from_parts(21_165_819, 8520) - // Standard Error: 643 - .saturating_add(Weight::from_parts(45_481, 0).saturating_mul(m.into())) + // Minimum execution time: 20_167_000 picoseconds. + Weight::from_parts(21_309_447, 8520) + // Standard Error: 723 + .saturating_add(Weight::from_parts(42_032, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -122,10 +122,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `278 + m * (64 ±0)` // Estimated: `8520 + m * (192 ±0)` - // Minimum execution time: 20_380_000 picoseconds. - Weight::from_parts(21_633_260, 8520) - // Standard Error: 770 - .saturating_add(Weight::from_parts(55_504, 0).saturating_mul(m.into())) + // Minimum execution time: 20_530_000 picoseconds. + Weight::from_parts(21_493_743, 8520) + // Standard Error: 728 + .saturating_add(Weight::from_parts(53_925, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -145,10 +145,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `278 + m * (64 ±0)` // Estimated: `8520 + m * (192 ±0)` - // Minimum execution time: 19_989_000 picoseconds. - Weight::from_parts(22_352_059, 8520) - // Standard Error: 2_878 - .saturating_add(Weight::from_parts(156_367, 0).saturating_mul(m.into())) + // Minimum execution time: 20_444_000 picoseconds. + Weight::from_parts(21_543_473, 8520) + // Standard Error: 792 + .saturating_add(Weight::from_parts(149_614, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -168,10 +168,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `278 + m * (64 ±0)` // Estimated: `8520 + m * (192 ±0)` - // Minimum execution time: 21_275_000 picoseconds. - Weight::from_parts(23_344_594, 8520) - // Standard Error: 2_750 - .saturating_add(Weight::from_parts(46_736, 0).saturating_mul(m.into())) + // Minimum execution time: 20_999_000 picoseconds. + Weight::from_parts(22_426_245, 8520) + // Standard Error: 682 + .saturating_add(Weight::from_parts(50_969, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -187,10 +187,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `32 + m * (32 ±0)` // Estimated: `4719 + m * (32 ±0)` - // Minimum execution time: 8_087_000 picoseconds. - Weight::from_parts(8_909_627, 4719) - // Standard Error: 1_572 - .saturating_add(Weight::from_parts(17_186, 0).saturating_mul(m.into())) + // Minimum execution time: 7_863_000 picoseconds. + Weight::from_parts(8_350_388, 4719) + // Standard Error: 360 + .saturating_add(Weight::from_parts(17_523, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) @@ -200,14 +200,12 @@ impl WeightInfo for SubstrateWeight { /// Storage: TechnicalCommittee Prime (r:0 w:1) /// Proof Skipped: TechnicalCommittee Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 100]`. - fn clear_prime(m: u32, ) -> Weight { + fn clear_prime(_m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_752_000 picoseconds. - Weight::from_parts(4_081_144, 0) - // Standard Error: 229 - .saturating_add(Weight::from_parts(1_298, 0).saturating_mul(m.into())) + // Minimum execution time: 3_725_000 picoseconds. + Weight::from_parts(4_325_874, 0) .saturating_add(T::DbWeight::get().writes(2_u64)) } } @@ -227,10 +225,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `174 + m * (64 ±0)` // Estimated: `6691 + m * (192 ±0)` - // Minimum execution time: 17_587_000 picoseconds. - Weight::from_parts(18_658_163, 6691) - // Standard Error: 710 - .saturating_add(Weight::from_parts(46_294, 0).saturating_mul(m.into())) + // Minimum execution time: 17_387_000 picoseconds. + Weight::from_parts(18_440_812, 6691) + // Standard Error: 668 + .saturating_add(Weight::from_parts(44_136, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -250,10 +248,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `278 + m * (64 ±0)` // Estimated: `8520 + m * (192 ±0)` - // Minimum execution time: 20_402_000 picoseconds. - Weight::from_parts(21_165_819, 8520) - // Standard Error: 643 - .saturating_add(Weight::from_parts(45_481, 0).saturating_mul(m.into())) + // Minimum execution time: 20_167_000 picoseconds. + Weight::from_parts(21_309_447, 8520) + // Standard Error: 723 + .saturating_add(Weight::from_parts(42_032, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -273,10 +271,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `278 + m * (64 ±0)` // Estimated: `8520 + m * (192 ±0)` - // Minimum execution time: 20_380_000 picoseconds. - Weight::from_parts(21_633_260, 8520) - // Standard Error: 770 - .saturating_add(Weight::from_parts(55_504, 0).saturating_mul(m.into())) + // Minimum execution time: 20_530_000 picoseconds. + Weight::from_parts(21_493_743, 8520) + // Standard Error: 728 + .saturating_add(Weight::from_parts(53_925, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -296,10 +294,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `278 + m * (64 ±0)` // Estimated: `8520 + m * (192 ±0)` - // Minimum execution time: 19_989_000 picoseconds. - Weight::from_parts(22_352_059, 8520) - // Standard Error: 2_878 - .saturating_add(Weight::from_parts(156_367, 0).saturating_mul(m.into())) + // Minimum execution time: 20_444_000 picoseconds. + Weight::from_parts(21_543_473, 8520) + // Standard Error: 792 + .saturating_add(Weight::from_parts(149_614, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -319,10 +317,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `278 + m * (64 ±0)` // Estimated: `8520 + m * (192 ±0)` - // Minimum execution time: 21_275_000 picoseconds. - Weight::from_parts(23_344_594, 8520) - // Standard Error: 2_750 - .saturating_add(Weight::from_parts(46_736, 0).saturating_mul(m.into())) + // Minimum execution time: 20_999_000 picoseconds. + Weight::from_parts(22_426_245, 8520) + // Standard Error: 682 + .saturating_add(Weight::from_parts(50_969, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -338,10 +336,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `32 + m * (32 ±0)` // Estimated: `4719 + m * (32 ±0)` - // Minimum execution time: 8_087_000 picoseconds. - Weight::from_parts(8_909_627, 4719) - // Standard Error: 1_572 - .saturating_add(Weight::from_parts(17_186, 0).saturating_mul(m.into())) + // Minimum execution time: 7_863_000 picoseconds. + Weight::from_parts(8_350_388, 4719) + // Standard Error: 360 + .saturating_add(Weight::from_parts(17_523, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) @@ -351,14 +349,12 @@ impl WeightInfo for () { /// Storage: TechnicalCommittee Prime (r:0 w:1) /// Proof Skipped: TechnicalCommittee Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 100]`. - fn clear_prime(m: u32, ) -> Weight { + fn clear_prime(_m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_752_000 picoseconds. - Weight::from_parts(4_081_144, 0) - // Standard Error: 229 - .saturating_add(Weight::from_parts(1_298, 0).saturating_mul(m.into())) + // Minimum execution time: 3_725_000 picoseconds. + Weight::from_parts(4_325_874, 0) .saturating_add(RocksDbWeight::get().writes(2_u64)) } } diff --git a/frame/message-queue/src/weights.rs b/frame/message-queue/src/weights.rs index fc44456db28bd..53f86275f21c4 100644 --- a/frame/message-queue/src/weights.rs +++ b/frame/message-queue/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_message_queue //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -74,8 +74,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `233` // Estimated: `7527` - // Minimum execution time: 12_561_000 picoseconds. - Weight::from_parts(12_758_000, 7527) + // Minimum execution time: 12_419_000 picoseconds. + Weight::from_parts(12_652_000, 7527) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -87,8 +87,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `233` // Estimated: `7527` - // Minimum execution time: 11_854_000 picoseconds. - Weight::from_parts(12_178_000, 7527) + // Minimum execution time: 11_676_000 picoseconds. + Weight::from_parts(11_916_000, 7527) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -98,8 +98,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3514` - // Minimum execution time: 7_900_000 picoseconds. - Weight::from_parts(8_046_000, 3514) + // Minimum execution time: 4_611_000 picoseconds. + Weight::from_parts(4_754_000, 3514) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -109,8 +109,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `113` // Estimated: `69049` - // Minimum execution time: 6_284_000 picoseconds. - Weight::from_parts(6_433_000, 69049) + // Minimum execution time: 6_174_000 picoseconds. + Weight::from_parts(6_307_000, 69049) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -120,8 +120,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `113` // Estimated: `69049` - // Minimum execution time: 6_418_000 picoseconds. - Weight::from_parts(6_633_000, 69049) + // Minimum execution time: 6_525_000 picoseconds. + Weight::from_parts(6_827_000, 69049) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -129,8 +129,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 52_661_000 picoseconds. - Weight::from_parts(52_994_000, 0) + // Minimum execution time: 53_003_000 picoseconds. + Weight::from_parts(53_380_000, 0) } /// Storage: MessageQueue ServiceHead (r:1 w:1) /// Proof: MessageQueue ServiceHead (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -140,8 +140,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `140` // Estimated: `5003` - // Minimum execution time: 7_132_000 picoseconds. - Weight::from_parts(7_386_000, 5003) + // Minimum execution time: 6_902_000 picoseconds. + Weight::from_parts(7_094_000, 5003) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -153,8 +153,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `65710` // Estimated: `72563` - // Minimum execution time: 54_377_000 picoseconds. - Weight::from_parts(54_804_000, 72563) + // Minimum execution time: 57_109_000 picoseconds. + Weight::from_parts(57_640_000, 72563) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -166,8 +166,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `65710` // Estimated: `72563` - // Minimum execution time: 69_461_000 picoseconds. - Weight::from_parts(70_016_000, 72563) + // Minimum execution time: 71_308_000 picoseconds. + Weight::from_parts(71_836_000, 72563) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -179,8 +179,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `65710` // Estimated: `72563` - // Minimum execution time: 81_787_000 picoseconds. - Weight::from_parts(83_100_000, 72563) + // Minimum execution time: 83_768_000 picoseconds. + Weight::from_parts(86_206_000, 72563) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -196,8 +196,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `233` // Estimated: `7527` - // Minimum execution time: 12_561_000 picoseconds. - Weight::from_parts(12_758_000, 7527) + // Minimum execution time: 12_419_000 picoseconds. + Weight::from_parts(12_652_000, 7527) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -209,8 +209,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `233` // Estimated: `7527` - // Minimum execution time: 11_854_000 picoseconds. - Weight::from_parts(12_178_000, 7527) + // Minimum execution time: 11_676_000 picoseconds. + Weight::from_parts(11_916_000, 7527) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -220,8 +220,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3514` - // Minimum execution time: 7_900_000 picoseconds. - Weight::from_parts(8_046_000, 3514) + // Minimum execution time: 4_611_000 picoseconds. + Weight::from_parts(4_754_000, 3514) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -231,8 +231,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `113` // Estimated: `69049` - // Minimum execution time: 6_284_000 picoseconds. - Weight::from_parts(6_433_000, 69049) + // Minimum execution time: 6_174_000 picoseconds. + Weight::from_parts(6_307_000, 69049) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -242,8 +242,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `113` // Estimated: `69049` - // Minimum execution time: 6_418_000 picoseconds. - Weight::from_parts(6_633_000, 69049) + // Minimum execution time: 6_525_000 picoseconds. + Weight::from_parts(6_827_000, 69049) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -251,8 +251,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 52_661_000 picoseconds. - Weight::from_parts(52_994_000, 0) + // Minimum execution time: 53_003_000 picoseconds. + Weight::from_parts(53_380_000, 0) } /// Storage: MessageQueue ServiceHead (r:1 w:1) /// Proof: MessageQueue ServiceHead (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -262,8 +262,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `140` // Estimated: `5003` - // Minimum execution time: 7_132_000 picoseconds. - Weight::from_parts(7_386_000, 5003) + // Minimum execution time: 6_902_000 picoseconds. + Weight::from_parts(7_094_000, 5003) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -275,8 +275,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `65710` // Estimated: `72563` - // Minimum execution time: 54_377_000 picoseconds. - Weight::from_parts(54_804_000, 72563) + // Minimum execution time: 57_109_000 picoseconds. + Weight::from_parts(57_640_000, 72563) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -288,8 +288,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `65710` // Estimated: `72563` - // Minimum execution time: 69_461_000 picoseconds. - Weight::from_parts(70_016_000, 72563) + // Minimum execution time: 71_308_000 picoseconds. + Weight::from_parts(71_836_000, 72563) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -301,8 +301,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `65710` // Estimated: `72563` - // Minimum execution time: 81_787_000 picoseconds. - Weight::from_parts(83_100_000, 72563) + // Minimum execution time: 83_768_000 picoseconds. + Weight::from_parts(86_206_000, 72563) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/frame/multisig/src/weights.rs b/frame/multisig/src/weights.rs index 8941ce44f9a2b..4eaa4ddc539cf 100644 --- a/frame/multisig/src/weights.rs +++ b/frame/multisig/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_multisig //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -68,10 +68,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 12_096_000 picoseconds. - Weight::from_parts(12_442_958, 0) + // Minimum execution time: 11_317_000 picoseconds. + Weight::from_parts(11_814_523, 0) // Standard Error: 1 - .saturating_add(Weight::from_parts(494, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(517, 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) @@ -81,12 +81,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `301 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 37_609_000 picoseconds. - Weight::from_parts(32_693_100, 6811) - // Standard Error: 449 - .saturating_add(Weight::from_parts(56_623, 0).saturating_mul(s.into())) + // Minimum execution time: 37_081_000 picoseconds. + Weight::from_parts(32_502_180, 6811) + // Standard Error: 474 + .saturating_add(Weight::from_parts(52_169, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_parts(1_203, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_259, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -98,12 +98,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `320` // Estimated: `6811` - // Minimum execution time: 27_434_000 picoseconds. - Weight::from_parts(22_659_090, 6811) - // Standard Error: 328 - .saturating_add(Weight::from_parts(53_508, 0).saturating_mul(s.into())) + // Minimum execution time: 26_411_000 picoseconds. + Weight::from_parts(22_403_053, 6811) + // Standard Error: 347 + .saturating_add(Weight::from_parts(49_219, 0).saturating_mul(s.into())) // Standard Error: 3 - .saturating_add(Weight::from_parts(1_213, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_242, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -117,12 +117,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `426 + s * (33 ±0)` // Estimated: `10404` - // Minimum execution time: 43_592_000 picoseconds. - Weight::from_parts(36_465_266, 10404) - // Standard Error: 1_049 - .saturating_add(Weight::from_parts(78_833, 0).saturating_mul(s.into())) - // Standard Error: 10 - .saturating_add(Weight::from_parts(1_238, 0).saturating_mul(z.into())) + // Minimum execution time: 42_179_000 picoseconds. + Weight::from_parts(36_616_071, 10404) + // Standard Error: 1_414 + .saturating_add(Weight::from_parts(63_072, 0).saturating_mul(s.into())) + // Standard Error: 13 + .saturating_add(Weight::from_parts(1_249, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -133,10 +133,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `301 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 30_216_000 picoseconds. - Weight::from_parts(31_430_373, 6811) - // Standard Error: 967 - .saturating_add(Weight::from_parts(57_035, 0).saturating_mul(s.into())) + // Minimum execution time: 29_992_000 picoseconds. + Weight::from_parts(31_275_615, 6811) + // Standard Error: 570 + .saturating_add(Weight::from_parts(54_565, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -147,10 +147,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `320` // Estimated: `6811` - // Minimum execution time: 19_960_000 picoseconds. - Weight::from_parts(21_281_659, 6811) - // Standard Error: 435 - .saturating_add(Weight::from_parts(56_445, 0).saturating_mul(s.into())) + // Minimum execution time: 20_182_000 picoseconds. + Weight::from_parts(21_336_213, 6811) + // Standard Error: 331 + .saturating_add(Weight::from_parts(45_709, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -161,10 +161,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `492 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 31_219_000 picoseconds. - Weight::from_parts(32_395_963, 6811) - // Standard Error: 500 - .saturating_add(Weight::from_parts(56_853, 0).saturating_mul(s.into())) + // Minimum execution time: 31_075_000 picoseconds. + Weight::from_parts(32_144_520, 6811) + // Standard Error: 489 + .saturating_add(Weight::from_parts(52_867, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -177,10 +177,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 12_096_000 picoseconds. - Weight::from_parts(12_442_958, 0) + // Minimum execution time: 11_317_000 picoseconds. + Weight::from_parts(11_814_523, 0) // Standard Error: 1 - .saturating_add(Weight::from_parts(494, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(517, 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) @@ -190,12 +190,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `301 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 37_609_000 picoseconds. - Weight::from_parts(32_693_100, 6811) - // Standard Error: 449 - .saturating_add(Weight::from_parts(56_623, 0).saturating_mul(s.into())) + // Minimum execution time: 37_081_000 picoseconds. + Weight::from_parts(32_502_180, 6811) + // Standard Error: 474 + .saturating_add(Weight::from_parts(52_169, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_parts(1_203, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_259, 0).saturating_mul(z.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -207,12 +207,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `320` // Estimated: `6811` - // Minimum execution time: 27_434_000 picoseconds. - Weight::from_parts(22_659_090, 6811) - // Standard Error: 328 - .saturating_add(Weight::from_parts(53_508, 0).saturating_mul(s.into())) + // Minimum execution time: 26_411_000 picoseconds. + Weight::from_parts(22_403_053, 6811) + // Standard Error: 347 + .saturating_add(Weight::from_parts(49_219, 0).saturating_mul(s.into())) // Standard Error: 3 - .saturating_add(Weight::from_parts(1_213, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_242, 0).saturating_mul(z.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -226,12 +226,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `426 + s * (33 ±0)` // Estimated: `10404` - // Minimum execution time: 43_592_000 picoseconds. - Weight::from_parts(36_465_266, 10404) - // Standard Error: 1_049 - .saturating_add(Weight::from_parts(78_833, 0).saturating_mul(s.into())) - // Standard Error: 10 - .saturating_add(Weight::from_parts(1_238, 0).saturating_mul(z.into())) + // Minimum execution time: 42_179_000 picoseconds. + Weight::from_parts(36_616_071, 10404) + // Standard Error: 1_414 + .saturating_add(Weight::from_parts(63_072, 0).saturating_mul(s.into())) + // Standard Error: 13 + .saturating_add(Weight::from_parts(1_249, 0).saturating_mul(z.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -242,10 +242,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `301 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 30_216_000 picoseconds. - Weight::from_parts(31_430_373, 6811) - // Standard Error: 967 - .saturating_add(Weight::from_parts(57_035, 0).saturating_mul(s.into())) + // Minimum execution time: 29_992_000 picoseconds. + Weight::from_parts(31_275_615, 6811) + // Standard Error: 570 + .saturating_add(Weight::from_parts(54_565, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -256,10 +256,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `320` // Estimated: `6811` - // Minimum execution time: 19_960_000 picoseconds. - Weight::from_parts(21_281_659, 6811) - // Standard Error: 435 - .saturating_add(Weight::from_parts(56_445, 0).saturating_mul(s.into())) + // Minimum execution time: 20_182_000 picoseconds. + Weight::from_parts(21_336_213, 6811) + // Standard Error: 331 + .saturating_add(Weight::from_parts(45_709, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -270,10 +270,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `492 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 31_219_000 picoseconds. - Weight::from_parts(32_395_963, 6811) - // Standard Error: 500 - .saturating_add(Weight::from_parts(56_853, 0).saturating_mul(s.into())) + // Minimum execution time: 31_075_000 picoseconds. + Weight::from_parts(32_144_520, 6811) + // Standard Error: 489 + .saturating_add(Weight::from_parts(52_867, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/nfts/src/weights.rs b/frame/nfts/src/weights.rs index c5010a73cc7cb..86438b8b147b8 100644 --- a/frame/nfts/src/weights.rs +++ b/frame/nfts/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_nfts //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -109,8 +109,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `182` // Estimated: `5038` - // Minimum execution time: 36_780_000 picoseconds. - Weight::from_parts(37_508_000, 5038) + // Minimum execution time: 37_694_000 picoseconds. + Weight::from_parts(37_872_000, 5038) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -128,8 +128,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `42` // Estimated: `5038` - // Minimum execution time: 25_144_000 picoseconds. - Weight::from_parts(25_800_000, 5038) + // Minimum execution time: 24_875_000 picoseconds. + Weight::from_parts(25_334_000, 5038) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -152,16 +152,14 @@ impl WeightInfo for SubstrateWeight { /// The range of component `m` is `[0, 1000]`. /// The range of component `c` is `[0, 1000]`. /// The range of component `a` is `[0, 1000]`. - fn destroy(m: u32, _c: u32, a: u32, ) -> Weight { + fn destroy(_m: u32, _c: u32, a: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `32186 + a * (332 ±0)` // Estimated: `2538589 + a * (2921 ±0)` - // Minimum execution time: 1_122_858_000 picoseconds. - Weight::from_parts(1_094_711_913, 2538589) - // Standard Error: 4_485 - .saturating_add(Weight::from_parts(3_481, 0).saturating_mul(m.into())) - // Standard Error: 4_485 - .saturating_add(Weight::from_parts(5_520_602, 0).saturating_mul(a.into())) + // Minimum execution time: 1_114_966_000 picoseconds. + Weight::from_parts(1_111_395_910, 2538589) + // Standard Error: 4_932 + .saturating_add(Weight::from_parts(5_507_077, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(1004_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(1005_u64)) @@ -184,8 +182,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `421` // Estimated: `18460` - // Minimum execution time: 48_590_000 picoseconds. - Weight::from_parts(49_260_000, 18460) + // Minimum execution time: 47_985_000 picoseconds. + Weight::from_parts(48_841_000, 18460) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -205,8 +203,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `421` // Estimated: `18460` - // Minimum execution time: 46_646_000 picoseconds. - Weight::from_parts(47_331_000, 18460) + // Minimum execution time: 46_290_000 picoseconds. + Weight::from_parts(46_722_000, 18460) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -230,8 +228,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `530` // Estimated: `14993` - // Minimum execution time: 46_976_000 picoseconds. - Weight::from_parts(47_606_000, 14993) + // Minimum execution time: 48_075_000 picoseconds. + Weight::from_parts(48_384_000, 14993) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -253,8 +251,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `559` // Estimated: `14926` - // Minimum execution time: 38_013_000 picoseconds. - Weight::from_parts(38_420_000, 14926) + // Minimum execution time: 37_631_000 picoseconds. + Weight::from_parts(38_099_000, 14926) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -269,10 +267,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `729 + i * (108 ±0)` // Estimated: `8077 + i * (3336 ±0)` - // Minimum execution time: 17_428_000 picoseconds. - Weight::from_parts(17_664_000, 8077) - // Standard Error: 16_385 - .saturating_add(Weight::from_parts(14_150_405, 0).saturating_mul(i.into())) + // Minimum execution time: 17_183_000 picoseconds. + Weight::from_parts(17_697_000, 8077) + // Standard Error: 20_944 + .saturating_add(Weight::from_parts(14_012_076, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) @@ -286,8 +284,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `401` // Estimated: `7047` - // Minimum execution time: 21_760_000 picoseconds. - Weight::from_parts(22_063_000, 7047) + // Minimum execution time: 21_280_000 picoseconds. + Weight::from_parts(21_554_000, 7047) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -299,8 +297,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `401` // Estimated: `7047` - // Minimum execution time: 21_622_000 picoseconds. - Weight::from_parts(22_056_000, 7047) + // Minimum execution time: 21_107_000 picoseconds. + Weight::from_parts(21_425_000, 7047) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -312,8 +310,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `306` // Estimated: `7087` - // Minimum execution time: 18_820_000 picoseconds. - Weight::from_parts(19_212_000, 7087) + // Minimum execution time: 18_285_000 picoseconds. + Weight::from_parts(18_745_000, 7087) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -327,8 +325,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `354` // Estimated: `7066` - // Minimum execution time: 25_433_000 picoseconds. - Weight::from_parts(25_793_000, 7066) + // Minimum execution time: 24_816_000 picoseconds. + Weight::from_parts(25_069_000, 7066) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -340,8 +338,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `335` // Estimated: `9627` - // Minimum execution time: 43_368_000 picoseconds. - Weight::from_parts(43_974_000, 9627) + // Minimum execution time: 42_529_000 picoseconds. + Weight::from_parts(43_136_000, 9627) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -353,8 +351,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `277` // Estimated: `3549` - // Minimum execution time: 20_009_000 picoseconds. - Weight::from_parts(20_220_000, 3549) + // Minimum execution time: 19_858_000 picoseconds. + Weight::from_parts(20_171_000, 3549) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -366,8 +364,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `242` // Estimated: `3549` - // Minimum execution time: 16_048_000 picoseconds. - Weight::from_parts(16_353_000, 3549) + // Minimum execution time: 15_723_000 picoseconds. + Weight::from_parts(16_093_000, 3549) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -379,8 +377,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `401` // Estimated: `7047` - // Minimum execution time: 20_890_000 picoseconds. - Weight::from_parts(21_237_000, 7047) + // Minimum execution time: 20_421_000 picoseconds. + Weight::from_parts(20_668_000, 7047) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -398,8 +396,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `505` // Estimated: `18045` - // Minimum execution time: 50_686_000 picoseconds. - Weight::from_parts(50_981_000, 18045) + // Minimum execution time: 50_681_000 picoseconds. + Weight::from_parts(51_381_000, 18045) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -411,8 +409,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `310` // Estimated: `7460` - // Minimum execution time: 28_714_000 picoseconds. - Weight::from_parts(29_044_000, 7460) + // Minimum execution time: 28_543_000 picoseconds. + Weight::from_parts(28_962_000, 7460) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -428,8 +426,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `916` // Estimated: `14507` - // Minimum execution time: 46_232_000 picoseconds. - Weight::from_parts(46_738_000, 14507) + // Minimum execution time: 45_670_000 picoseconds. + Weight::from_parts(46_231_000, 14507) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -441,8 +439,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `347` // Estimated: `8472` - // Minimum execution time: 19_332_000 picoseconds. - Weight::from_parts(19_765_000, 8472) + // Minimum execution time: 19_336_000 picoseconds. + Weight::from_parts(19_727_000, 8472) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -459,10 +457,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `803 + n * (364 ±0)` // Estimated: `15976 + n * (2921 ±0)` - // Minimum execution time: 29_227_000 picoseconds. - Weight::from_parts(29_661_000, 15976) + // Minimum execution time: 29_115_000 picoseconds. + Weight::from_parts(29_328_000, 15976) // Standard Error: 3_574 - .saturating_add(Weight::from_parts(5_442_937, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(5_504_833, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -483,8 +481,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `505` // Estimated: `17739` - // Minimum execution time: 41_297_000 picoseconds. - Weight::from_parts(41_902_000, 17739) + // Minimum execution time: 41_078_000 picoseconds. + Weight::from_parts(41_396_000, 17739) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -500,8 +498,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `608` // Estimated: `14201` - // Minimum execution time: 39_312_000 picoseconds. - Weight::from_parts(40_048_000, 14201) + // Minimum execution time: 38_782_000 picoseconds. + Weight::from_parts(39_283_000, 14201) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -517,8 +515,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `364` // Estimated: `14173` - // Minimum execution time: 36_932_000 picoseconds. - Weight::from_parts(38_207_000, 14173) + // Minimum execution time: 36_135_000 picoseconds. + Weight::from_parts(36_725_000, 14173) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -534,8 +532,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `475` // Estimated: `14173` - // Minimum execution time: 35_264_000 picoseconds. - Weight::from_parts(35_829_000, 14173) + // Minimum execution time: 34_527_000 picoseconds. + Weight::from_parts(35_302_000, 14173) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -547,8 +545,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `376` // Estimated: `7864` - // Minimum execution time: 22_819_000 picoseconds. - Weight::from_parts(23_121_000, 7864) + // Minimum execution time: 22_994_000 picoseconds. + Weight::from_parts(23_701_000, 7864) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -558,8 +556,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `384` // Estimated: `4326` - // Minimum execution time: 20_377_000 picoseconds. - Weight::from_parts(20_625_000, 4326) + // Minimum execution time: 19_947_000 picoseconds. + Weight::from_parts(20_353_000, 4326) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -569,8 +567,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `384` // Estimated: `4326` - // Minimum execution time: 19_180_000 picoseconds. - Weight::from_parts(19_468_000, 4326) + // Minimum execution time: 19_004_000 picoseconds. + Weight::from_parts(19_260_000, 4326) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -580,8 +578,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3517` - // Minimum execution time: 17_381_000 picoseconds. - Weight::from_parts(17_718_000, 3517) + // Minimum execution time: 17_228_000 picoseconds. + Weight::from_parts(17_536_000, 3517) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -593,8 +591,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `306` // Estimated: `7087` - // Minimum execution time: 20_373_000 picoseconds. - Weight::from_parts(20_662_000, 7087) + // Minimum execution time: 19_650_000 picoseconds. + Weight::from_parts(20_306_000, 7087) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -606,8 +604,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `289` // Estimated: `7072` - // Minimum execution time: 20_154_000 picoseconds. - Weight::from_parts(20_592_000, 7072) + // Minimum execution time: 20_120_000 picoseconds. + Weight::from_parts(20_337_000, 7072) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -623,8 +621,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `484` // Estimated: `11377` - // Minimum execution time: 25_644_000 picoseconds. - Weight::from_parts(25_999_000, 11377) + // Minimum execution time: 25_266_000 picoseconds. + Weight::from_parts(25_672_000, 11377) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -646,8 +644,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `671` // Estimated: `18480` - // Minimum execution time: 51_542_000 picoseconds. - Weight::from_parts(52_203_000, 18480) + // Minimum execution time: 50_779_000 picoseconds. + Weight::from_parts(51_204_000, 18480) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -656,10 +654,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_796_000 picoseconds. - Weight::from_parts(5_517_617, 0) - // Standard Error: 14_247 - .saturating_add(Weight::from_parts(3_757_796, 0).saturating_mul(n.into())) + // Minimum execution time: 2_612_000 picoseconds. + Weight::from_parts(5_251_138, 0) + // Standard Error: 12_911 + .saturating_add(Weight::from_parts(3_680_269, 0).saturating_mul(n.into())) } /// Storage: Nfts Item (r:2 w:0) /// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen) @@ -669,8 +667,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `460` // Estimated: `7662` - // Minimum execution time: 23_218_000 picoseconds. - Weight::from_parts(23_590_000, 7662) + // Minimum execution time: 23_207_000 picoseconds. + Weight::from_parts(23_623_000, 7662) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -682,8 +680,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `479` // Estimated: `7862` - // Minimum execution time: 22_536_000 picoseconds. - Weight::from_parts(22_874_000, 7862) + // Minimum execution time: 22_299_000 picoseconds. + Weight::from_parts(33_694_000, 7862) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -705,8 +703,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `800` // Estimated: `24321` - // Minimum execution time: 77_372_000 picoseconds. - Weight::from_parts(78_109_000, 24321) + // Minimum execution time: 77_139_000 picoseconds. + Weight::from_parts(78_236_000, 24321) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(10_u64)) } @@ -733,10 +731,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `595` // Estimated: `29192 + n * (2921 ±0)` - // Minimum execution time: 131_935_000 picoseconds. - Weight::from_parts(137_455_891, 29192) - // Standard Error: 31_617 - .saturating_add(Weight::from_parts(27_550_750, 0).saturating_mul(n.into())) + // Minimum execution time: 132_194_000 picoseconds. + Weight::from_parts(138_083_917, 29192) + // Standard Error: 61_505 + .saturating_add(Weight::from_parts(27_915_882, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(6_u64)) @@ -760,10 +758,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `625` // Estimated: `20142 + n * (2921 ±0)` - // Minimum execution time: 77_694_000 picoseconds. - Weight::from_parts(90_089_732, 20142) - // Standard Error: 71_327 - .saturating_add(Weight::from_parts(27_832_189, 0).saturating_mul(n.into())) + // Minimum execution time: 78_958_000 picoseconds. + Weight::from_parts(92_553_792, 20142) + // Standard Error: 86_310 + .saturating_add(Weight::from_parts(27_409_290, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -788,8 +786,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `182` // Estimated: `5038` - // Minimum execution time: 36_780_000 picoseconds. - Weight::from_parts(37_508_000, 5038) + // Minimum execution time: 37_694_000 picoseconds. + Weight::from_parts(37_872_000, 5038) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -807,8 +805,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `42` // Estimated: `5038` - // Minimum execution time: 25_144_000 picoseconds. - Weight::from_parts(25_800_000, 5038) + // Minimum execution time: 24_875_000 picoseconds. + Weight::from_parts(25_334_000, 5038) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -831,16 +829,14 @@ impl WeightInfo for () { /// The range of component `m` is `[0, 1000]`. /// The range of component `c` is `[0, 1000]`. /// The range of component `a` is `[0, 1000]`. - fn destroy(m: u32, _c: u32, a: u32, ) -> Weight { + fn destroy(_m: u32, _c: u32, a: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `32186 + a * (332 ±0)` // Estimated: `2538589 + a * (2921 ±0)` - // Minimum execution time: 1_122_858_000 picoseconds. - Weight::from_parts(1_094_711_913, 2538589) - // Standard Error: 4_485 - .saturating_add(Weight::from_parts(3_481, 0).saturating_mul(m.into())) - // Standard Error: 4_485 - .saturating_add(Weight::from_parts(5_520_602, 0).saturating_mul(a.into())) + // Minimum execution time: 1_114_966_000 picoseconds. + Weight::from_parts(1_111_395_910, 2538589) + // Standard Error: 4_932 + .saturating_add(Weight::from_parts(5_507_077, 0).saturating_mul(a.into())) .saturating_add(RocksDbWeight::get().reads(1004_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(RocksDbWeight::get().writes(1005_u64)) @@ -863,8 +859,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `421` // Estimated: `18460` - // Minimum execution time: 48_590_000 picoseconds. - Weight::from_parts(49_260_000, 18460) + // Minimum execution time: 47_985_000 picoseconds. + Weight::from_parts(48_841_000, 18460) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -884,8 +880,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `421` // Estimated: `18460` - // Minimum execution time: 46_646_000 picoseconds. - Weight::from_parts(47_331_000, 18460) + // Minimum execution time: 46_290_000 picoseconds. + Weight::from_parts(46_722_000, 18460) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -909,8 +905,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `530` // Estimated: `14993` - // Minimum execution time: 46_976_000 picoseconds. - Weight::from_parts(47_606_000, 14993) + // Minimum execution time: 48_075_000 picoseconds. + Weight::from_parts(48_384_000, 14993) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -932,8 +928,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `559` // Estimated: `14926` - // Minimum execution time: 38_013_000 picoseconds. - Weight::from_parts(38_420_000, 14926) + // Minimum execution time: 37_631_000 picoseconds. + Weight::from_parts(38_099_000, 14926) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -948,10 +944,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `729 + i * (108 ±0)` // Estimated: `8077 + i * (3336 ±0)` - // Minimum execution time: 17_428_000 picoseconds. - Weight::from_parts(17_664_000, 8077) - // Standard Error: 16_385 - .saturating_add(Weight::from_parts(14_150_405, 0).saturating_mul(i.into())) + // Minimum execution time: 17_183_000 picoseconds. + Weight::from_parts(17_697_000, 8077) + // Standard Error: 20_944 + .saturating_add(Weight::from_parts(14_012_076, 0).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(i.into()))) @@ -965,8 +961,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `401` // Estimated: `7047` - // Minimum execution time: 21_760_000 picoseconds. - Weight::from_parts(22_063_000, 7047) + // Minimum execution time: 21_280_000 picoseconds. + Weight::from_parts(21_554_000, 7047) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -978,8 +974,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `401` // Estimated: `7047` - // Minimum execution time: 21_622_000 picoseconds. - Weight::from_parts(22_056_000, 7047) + // Minimum execution time: 21_107_000 picoseconds. + Weight::from_parts(21_425_000, 7047) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -991,8 +987,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `306` // Estimated: `7087` - // Minimum execution time: 18_820_000 picoseconds. - Weight::from_parts(19_212_000, 7087) + // Minimum execution time: 18_285_000 picoseconds. + Weight::from_parts(18_745_000, 7087) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1006,8 +1002,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `354` // Estimated: `7066` - // Minimum execution time: 25_433_000 picoseconds. - Weight::from_parts(25_793_000, 7066) + // Minimum execution time: 24_816_000 picoseconds. + Weight::from_parts(25_069_000, 7066) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -1019,8 +1015,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `335` // Estimated: `9627` - // Minimum execution time: 43_368_000 picoseconds. - Weight::from_parts(43_974_000, 9627) + // Minimum execution time: 42_529_000 picoseconds. + Weight::from_parts(43_136_000, 9627) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -1032,8 +1028,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `277` // Estimated: `3549` - // Minimum execution time: 20_009_000 picoseconds. - Weight::from_parts(20_220_000, 3549) + // Minimum execution time: 19_858_000 picoseconds. + Weight::from_parts(20_171_000, 3549) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -1045,8 +1041,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `242` // Estimated: `3549` - // Minimum execution time: 16_048_000 picoseconds. - Weight::from_parts(16_353_000, 3549) + // Minimum execution time: 15_723_000 picoseconds. + Weight::from_parts(16_093_000, 3549) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1058,8 +1054,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `401` // Estimated: `7047` - // Minimum execution time: 20_890_000 picoseconds. - Weight::from_parts(21_237_000, 7047) + // Minimum execution time: 20_421_000 picoseconds. + Weight::from_parts(20_668_000, 7047) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1077,8 +1073,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `505` // Estimated: `18045` - // Minimum execution time: 50_686_000 picoseconds. - Weight::from_parts(50_981_000, 18045) + // Minimum execution time: 50_681_000 picoseconds. + Weight::from_parts(51_381_000, 18045) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1090,8 +1086,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `310` // Estimated: `7460` - // Minimum execution time: 28_714_000 picoseconds. - Weight::from_parts(29_044_000, 7460) + // Minimum execution time: 28_543_000 picoseconds. + Weight::from_parts(28_962_000, 7460) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1107,8 +1103,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `916` // Estimated: `14507` - // Minimum execution time: 46_232_000 picoseconds. - Weight::from_parts(46_738_000, 14507) + // Minimum execution time: 45_670_000 picoseconds. + Weight::from_parts(46_231_000, 14507) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1120,8 +1116,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `347` // Estimated: `8472` - // Minimum execution time: 19_332_000 picoseconds. - Weight::from_parts(19_765_000, 8472) + // Minimum execution time: 19_336_000 picoseconds. + Weight::from_parts(19_727_000, 8472) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1138,10 +1134,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `803 + n * (364 ±0)` // Estimated: `15976 + n * (2921 ±0)` - // Minimum execution time: 29_227_000 picoseconds. - Weight::from_parts(29_661_000, 15976) + // Minimum execution time: 29_115_000 picoseconds. + Weight::from_parts(29_328_000, 15976) // Standard Error: 3_574 - .saturating_add(Weight::from_parts(5_442_937, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(5_504_833, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -1162,8 +1158,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `505` // Estimated: `17739` - // Minimum execution time: 41_297_000 picoseconds. - Weight::from_parts(41_902_000, 17739) + // Minimum execution time: 41_078_000 picoseconds. + Weight::from_parts(41_396_000, 17739) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1179,8 +1175,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `608` // Estimated: `14201` - // Minimum execution time: 39_312_000 picoseconds. - Weight::from_parts(40_048_000, 14201) + // Minimum execution time: 38_782_000 picoseconds. + Weight::from_parts(39_283_000, 14201) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1196,8 +1192,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `364` // Estimated: `14173` - // Minimum execution time: 36_932_000 picoseconds. - Weight::from_parts(38_207_000, 14173) + // Minimum execution time: 36_135_000 picoseconds. + Weight::from_parts(36_725_000, 14173) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1213,8 +1209,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `475` // Estimated: `14173` - // Minimum execution time: 35_264_000 picoseconds. - Weight::from_parts(35_829_000, 14173) + // Minimum execution time: 34_527_000 picoseconds. + Weight::from_parts(35_302_000, 14173) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1226,8 +1222,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `376` // Estimated: `7864` - // Minimum execution time: 22_819_000 picoseconds. - Weight::from_parts(23_121_000, 7864) + // Minimum execution time: 22_994_000 picoseconds. + Weight::from_parts(23_701_000, 7864) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1237,8 +1233,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `384` // Estimated: `4326` - // Minimum execution time: 20_377_000 picoseconds. - Weight::from_parts(20_625_000, 4326) + // Minimum execution time: 19_947_000 picoseconds. + Weight::from_parts(20_353_000, 4326) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1248,8 +1244,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `384` // Estimated: `4326` - // Minimum execution time: 19_180_000 picoseconds. - Weight::from_parts(19_468_000, 4326) + // Minimum execution time: 19_004_000 picoseconds. + Weight::from_parts(19_260_000, 4326) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1259,8 +1255,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3517` - // Minimum execution time: 17_381_000 picoseconds. - Weight::from_parts(17_718_000, 3517) + // Minimum execution time: 17_228_000 picoseconds. + Weight::from_parts(17_536_000, 3517) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1272,8 +1268,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `306` // Estimated: `7087` - // Minimum execution time: 20_373_000 picoseconds. - Weight::from_parts(20_662_000, 7087) + // Minimum execution time: 19_650_000 picoseconds. + Weight::from_parts(20_306_000, 7087) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1285,8 +1281,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `289` // Estimated: `7072` - // Minimum execution time: 20_154_000 picoseconds. - Weight::from_parts(20_592_000, 7072) + // Minimum execution time: 20_120_000 picoseconds. + Weight::from_parts(20_337_000, 7072) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1302,8 +1298,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `484` // Estimated: `11377` - // Minimum execution time: 25_644_000 picoseconds. - Weight::from_parts(25_999_000, 11377) + // Minimum execution time: 25_266_000 picoseconds. + Weight::from_parts(25_672_000, 11377) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1325,8 +1321,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `671` // Estimated: `18480` - // Minimum execution time: 51_542_000 picoseconds. - Weight::from_parts(52_203_000, 18480) + // Minimum execution time: 50_779_000 picoseconds. + Weight::from_parts(51_204_000, 18480) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -1335,10 +1331,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_796_000 picoseconds. - Weight::from_parts(5_517_617, 0) - // Standard Error: 14_247 - .saturating_add(Weight::from_parts(3_757_796, 0).saturating_mul(n.into())) + // Minimum execution time: 2_612_000 picoseconds. + Weight::from_parts(5_251_138, 0) + // Standard Error: 12_911 + .saturating_add(Weight::from_parts(3_680_269, 0).saturating_mul(n.into())) } /// Storage: Nfts Item (r:2 w:0) /// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen) @@ -1348,8 +1344,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `460` // Estimated: `7662` - // Minimum execution time: 23_218_000 picoseconds. - Weight::from_parts(23_590_000, 7662) + // Minimum execution time: 23_207_000 picoseconds. + Weight::from_parts(23_623_000, 7662) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1361,8 +1357,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `479` // Estimated: `7862` - // Minimum execution time: 22_536_000 picoseconds. - Weight::from_parts(22_874_000, 7862) + // Minimum execution time: 22_299_000 picoseconds. + Weight::from_parts(33_694_000, 7862) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1384,8 +1380,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `800` // Estimated: `24321` - // Minimum execution time: 77_372_000 picoseconds. - Weight::from_parts(78_109_000, 24321) + // Minimum execution time: 77_139_000 picoseconds. + Weight::from_parts(78_236_000, 24321) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(10_u64)) } @@ -1412,10 +1408,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `595` // Estimated: `29192 + n * (2921 ±0)` - // Minimum execution time: 131_935_000 picoseconds. - Weight::from_parts(137_455_891, 29192) - // Standard Error: 31_617 - .saturating_add(Weight::from_parts(27_550_750, 0).saturating_mul(n.into())) + // Minimum execution time: 132_194_000 picoseconds. + Weight::from_parts(138_083_917, 29192) + // Standard Error: 61_505 + .saturating_add(Weight::from_parts(27_915_882, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(6_u64)) @@ -1439,10 +1435,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `625` // Estimated: `20142 + n * (2921 ±0)` - // Minimum execution time: 77_694_000 picoseconds. - Weight::from_parts(90_089_732, 20142) - // Standard Error: 71_327 - .saturating_add(Weight::from_parts(27_832_189, 0).saturating_mul(n.into())) + // Minimum execution time: 78_958_000 picoseconds. + Weight::from_parts(92_553_792, 20142) + // Standard Error: 86_310 + .saturating_add(Weight::from_parts(27_409_290, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) diff --git a/frame/nis/src/weights.rs b/frame/nis/src/weights.rs index 14b7b4d9c6f9a..f6c571b160642 100644 --- a/frame/nis/src/weights.rs +++ b/frame/nis/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_nis //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -78,10 +78,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `6182 + l * (48 ±0)` // Estimated: `63688` - // Minimum execution time: 31_160_000 picoseconds. - Weight::from_parts(39_023_414, 63688) + // Minimum execution time: 32_296_000 picoseconds. + Weight::from_parts(39_198_528, 63688) // Standard Error: 214 - .saturating_add(Weight::from_parts(46_106, 0).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(43_631, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -95,8 +95,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `54184` // Estimated: `63688` - // Minimum execution time: 85_703_000 picoseconds. - Weight::from_parts(86_613_000, 63688) + // Minimum execution time: 85_626_000 picoseconds. + Weight::from_parts(86_369_000, 63688) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -111,10 +111,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `6182 + l * (48 ±0)` // Estimated: `63688` - // Minimum execution time: 37_637_000 picoseconds. - Weight::from_parts(39_977_788, 63688) - // Standard Error: 152 - .saturating_add(Weight::from_parts(34_595, 0).saturating_mul(l.into())) + // Minimum execution time: 38_206_000 picoseconds. + Weight::from_parts(40_234_902, 63688) + // Standard Error: 149 + .saturating_add(Weight::from_parts(34_519, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -126,8 +126,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `191` // Estimated: `5118` - // Minimum execution time: 35_807_000 picoseconds. - Weight::from_parts(36_329_000, 5118) + // Minimum execution time: 36_053_000 picoseconds. + Weight::from_parts(36_570_000, 5118) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -143,8 +143,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `360` // Estimated: `13378` - // Minimum execution time: 51_342_000 picoseconds. - Weight::from_parts(51_976_000, 13378) + // Minimum execution time: 52_225_000 picoseconds. + Weight::from_parts(52_728_000, 13378) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -162,8 +162,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `773` // Estimated: `15906` - // Minimum execution time: 76_535_000 picoseconds. - Weight::from_parts(78_073_000, 15906) + // Minimum execution time: 76_668_000 picoseconds. + Weight::from_parts(77_685_000, 15906) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -183,8 +183,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `835` // Estimated: `20620` - // Minimum execution time: 84_680_000 picoseconds. - Weight::from_parts(85_661_000, 20620) + // Minimum execution time: 86_181_000 picoseconds. + Weight::from_parts(86_851_000, 20620) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -204,8 +204,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `674` // Estimated: `20620` - // Minimum execution time: 72_828_000 picoseconds. - Weight::from_parts(73_553_000, 20620) + // Minimum execution time: 74_189_000 picoseconds. + Weight::from_parts(74_631_000, 20620) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -219,8 +219,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `6624` // Estimated: `12605` - // Minimum execution time: 23_311_000 picoseconds. - Weight::from_parts(23_855_000, 12605) + // Minimum execution time: 22_902_000 picoseconds. + Weight::from_parts(23_376_000, 12605) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -230,8 +230,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `42` // Estimated: `51487` - // Minimum execution time: 4_485_000 picoseconds. - Weight::from_parts(4_717_000, 51487) + // Minimum execution time: 4_529_000 picoseconds. + Weight::from_parts(4_736_000, 51487) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -241,8 +241,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_837_000 picoseconds. - Weight::from_parts(12_913_000, 0) + // Minimum execution time: 7_668_000 picoseconds. + Weight::from_parts(7_965_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } @@ -260,10 +260,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `6182 + l * (48 ±0)` // Estimated: `63688` - // Minimum execution time: 31_160_000 picoseconds. - Weight::from_parts(39_023_414, 63688) + // Minimum execution time: 32_296_000 picoseconds. + Weight::from_parts(39_198_528, 63688) // Standard Error: 214 - .saturating_add(Weight::from_parts(46_106, 0).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(43_631, 0).saturating_mul(l.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -277,8 +277,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `54184` // Estimated: `63688` - // Minimum execution time: 85_703_000 picoseconds. - Weight::from_parts(86_613_000, 63688) + // Minimum execution time: 85_626_000 picoseconds. + Weight::from_parts(86_369_000, 63688) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -293,10 +293,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `6182 + l * (48 ±0)` // Estimated: `63688` - // Minimum execution time: 37_637_000 picoseconds. - Weight::from_parts(39_977_788, 63688) - // Standard Error: 152 - .saturating_add(Weight::from_parts(34_595, 0).saturating_mul(l.into())) + // Minimum execution time: 38_206_000 picoseconds. + Weight::from_parts(40_234_902, 63688) + // Standard Error: 149 + .saturating_add(Weight::from_parts(34_519, 0).saturating_mul(l.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -308,8 +308,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `191` // Estimated: `5118` - // Minimum execution time: 35_807_000 picoseconds. - Weight::from_parts(36_329_000, 5118) + // Minimum execution time: 36_053_000 picoseconds. + Weight::from_parts(36_570_000, 5118) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -325,8 +325,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `360` // Estimated: `13378` - // Minimum execution time: 51_342_000 picoseconds. - Weight::from_parts(51_976_000, 13378) + // Minimum execution time: 52_225_000 picoseconds. + Weight::from_parts(52_728_000, 13378) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -344,8 +344,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `773` // Estimated: `15906` - // Minimum execution time: 76_535_000 picoseconds. - Weight::from_parts(78_073_000, 15906) + // Minimum execution time: 76_668_000 picoseconds. + Weight::from_parts(77_685_000, 15906) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -365,8 +365,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `835` // Estimated: `20620` - // Minimum execution time: 84_680_000 picoseconds. - Weight::from_parts(85_661_000, 20620) + // Minimum execution time: 86_181_000 picoseconds. + Weight::from_parts(86_851_000, 20620) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -386,8 +386,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `674` // Estimated: `20620` - // Minimum execution time: 72_828_000 picoseconds. - Weight::from_parts(73_553_000, 20620) + // Minimum execution time: 74_189_000 picoseconds. + Weight::from_parts(74_631_000, 20620) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -401,8 +401,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `6624` // Estimated: `12605` - // Minimum execution time: 23_311_000 picoseconds. - Weight::from_parts(23_855_000, 12605) + // Minimum execution time: 22_902_000 picoseconds. + Weight::from_parts(23_376_000, 12605) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -412,8 +412,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `42` // Estimated: `51487` - // Minimum execution time: 4_485_000 picoseconds. - Weight::from_parts(4_717_000, 51487) + // Minimum execution time: 4_529_000 picoseconds. + Weight::from_parts(4_736_000, 51487) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -423,8 +423,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_837_000 picoseconds. - Weight::from_parts(12_913_000, 0) + // Minimum execution time: 7_668_000 picoseconds. + Weight::from_parts(7_965_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } } diff --git a/frame/nomination-pools/src/weights.rs b/frame/nomination-pools/src/weights.rs index 003ba93eb8a7e..77d5b2c9b1a9f 100644 --- a/frame/nomination-pools/src/weights.rs +++ b/frame/nomination-pools/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_nomination_pools //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -108,8 +108,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3300` // Estimated: `52435` - // Minimum execution time: 160_675_000 picoseconds. - Weight::from_parts(162_605_000, 52435) + // Minimum execution time: 160_412_000 picoseconds. + Weight::from_parts(161_324_000, 52435) .saturating_add(T::DbWeight::get().reads(18_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) } @@ -137,8 +137,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3310` // Estimated: `49070` - // Minimum execution time: 156_820_000 picoseconds. - Weight::from_parts(159_798_000, 49070) + // Minimum execution time: 155_883_000 picoseconds. + Weight::from_parts(157_770_000, 49070) .saturating_add(T::DbWeight::get().reads(15_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) } @@ -168,8 +168,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3375` // Estimated: `52576` - // Minimum execution time: 175_820_000 picoseconds. - Weight::from_parts(177_378_000, 52576) + // Minimum execution time: 176_074_000 picoseconds. + Weight::from_parts(177_696_000, 52576) .saturating_add(T::DbWeight::get().reads(16_u64)) .saturating_add(T::DbWeight::get().writes(13_u64)) } @@ -189,8 +189,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1171` // Estimated: `19532` - // Minimum execution time: 62_011_000 picoseconds. - Weight::from_parts(62_680_000, 19532) + // Minimum execution time: 61_861_000 picoseconds. + Weight::from_parts(62_389_000, 19532) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -228,8 +228,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3586` // Estimated: `82816` - // Minimum execution time: 163_294_000 picoseconds. - Weight::from_parts(164_375_000, 82816) + // Minimum execution time: 167_511_000 picoseconds. + Weight::from_parts(168_927_000, 82816) .saturating_add(T::DbWeight::get().reads(19_u64)) .saturating_add(T::DbWeight::get().writes(13_u64)) } @@ -248,10 +248,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1687` // Estimated: `18031` - // Minimum execution time: 54_775_000 picoseconds. - Weight::from_parts(55_724_944, 18031) - // Standard Error: 536 - .saturating_add(Weight::from_parts(10_059, 0).saturating_mul(s.into())) + // Minimum execution time: 54_921_000 picoseconds. + Weight::from_parts(56_129_544, 18031) + // Standard Error: 2_695 + .saturating_add(Weight::from_parts(4_432, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -280,10 +280,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2115` // Estimated: `54662` - // Minimum execution time: 106_820_000 picoseconds. - Weight::from_parts(109_870_849, 54662) - // Standard Error: 11_111 - .saturating_add(Weight::from_parts(2_006, 0).saturating_mul(s.into())) + // Minimum execution time: 106_007_000 picoseconds. + Weight::from_parts(108_128_238, 54662) + // Standard Error: 2_673 + .saturating_add(Weight::from_parts(1_887, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -330,14 +330,12 @@ impl WeightInfo for SubstrateWeight { /// Storage: NominationPools ClaimPermissions (r:0 w:1) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. - fn withdraw_unbonded_kill(s: u32, ) -> Weight { + fn withdraw_unbonded_kill(_s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `2470` // Estimated: `87490` - // Minimum execution time: 170_908_000 picoseconds. - Weight::from_parts(173_616_555, 87490) - // Standard Error: 2_324 - .saturating_add(Weight::from_parts(4_397, 0).saturating_mul(s.into())) + // Minimum execution time: 169_582_000 picoseconds. + Weight::from_parts(172_692_992, 87490) .saturating_add(T::DbWeight::get().reads(20_u64)) .saturating_add(T::DbWeight::get().writes(18_u64)) } @@ -387,8 +385,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1289` // Estimated: `51410` - // Minimum execution time: 148_934_000 picoseconds. - Weight::from_parts(149_702_000, 51410) + // Minimum execution time: 149_660_000 picoseconds. + Weight::from_parts(152_247_000, 51410) .saturating_add(T::DbWeight::get().reads(21_u64)) .saturating_add(T::DbWeight::get().writes(15_u64)) } @@ -421,10 +419,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1849` // Estimated: `33934 + n * (2520 ±0)` - // Minimum execution time: 68_986_000 picoseconds. - Weight::from_parts(69_474_269, 33934) - // Standard Error: 6_602 - .saturating_add(Weight::from_parts(1_416_294, 0).saturating_mul(n.into())) + // Minimum execution time: 68_872_000 picoseconds. + Weight::from_parts(68_584_874, 33934) + // Standard Error: 5_907 + .saturating_add(Weight::from_parts(1_432_859, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5_u64)) @@ -440,8 +438,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1438` // Estimated: `11778` - // Minimum execution time: 36_300_000 picoseconds. - Weight::from_parts(36_713_000, 11778) + // Minimum execution time: 36_402_000 picoseconds. + Weight::from_parts(36_673_000, 11778) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -456,10 +454,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `531` // Estimated: `8909` - // Minimum execution time: 14_976_000 picoseconds. - Weight::from_parts(15_538_088, 8909) - // Standard Error: 71 - .saturating_add(Weight::from_parts(1_548, 0).saturating_mul(n.into())) + // Minimum execution time: 14_892_000 picoseconds. + Weight::from_parts(15_406_167, 8909) + // Standard Error: 63 + .saturating_add(Weight::from_parts(1_709, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -479,8 +477,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_259_000 picoseconds. - Weight::from_parts(7_499_000, 0) + // Minimum execution time: 7_655_000 picoseconds. + Weight::from_parts(8_072_000, 0) .saturating_add(T::DbWeight::get().writes(6_u64)) } /// Storage: NominationPools BondedPools (r:1 w:1) @@ -489,8 +487,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `531` // Estimated: `3685` - // Minimum execution time: 20_454_000 picoseconds. - Weight::from_parts(20_771_000, 3685) + // Minimum execution time: 20_494_000 picoseconds. + Weight::from_parts(20_792_000, 3685) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -516,8 +514,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2012` // Estimated: `29455` - // Minimum execution time: 66_404_000 picoseconds. - Weight::from_parts(66_872_000, 29455) + // Minimum execution time: 66_518_000 picoseconds. + Weight::from_parts(66_932_000, 29455) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -533,8 +531,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `770` // Estimated: `12324` - // Minimum execution time: 34_240_000 picoseconds. - Weight::from_parts(34_797_000, 12324) + // Minimum execution time: 34_180_000 picoseconds. + Weight::from_parts(34_644_000, 12324) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -544,8 +542,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `571` // Estimated: `3685` - // Minimum execution time: 19_469_000 picoseconds. - Weight::from_parts(19_865_000, 3685) + // Minimum execution time: 19_598_000 picoseconds. + Weight::from_parts(19_778_000, 3685) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -555,8 +553,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `531` // Estimated: `3685` - // Minimum execution time: 20_423_000 picoseconds. - Weight::from_parts(20_620_000, 3685) + // Minimum execution time: 20_427_000 picoseconds. + Weight::from_parts(20_740_000, 3685) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -568,8 +566,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `542` // Estimated: `7208` - // Minimum execution time: 15_346_000 picoseconds. - Weight::from_parts(15_613_000, 7208) + // Minimum execution time: 15_287_000 picoseconds. + Weight::from_parts(15_590_000, 7208) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -585,8 +583,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `968` // Estimated: `12324` - // Minimum execution time: 48_749_000 picoseconds. - Weight::from_parts(49_131_000, 12324) + // Minimum execution time: 48_320_000 picoseconds. + Weight::from_parts(48_749_000, 12324) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -626,8 +624,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3300` // Estimated: `52435` - // Minimum execution time: 160_675_000 picoseconds. - Weight::from_parts(162_605_000, 52435) + // Minimum execution time: 160_412_000 picoseconds. + Weight::from_parts(161_324_000, 52435) .saturating_add(RocksDbWeight::get().reads(18_u64)) .saturating_add(RocksDbWeight::get().writes(12_u64)) } @@ -655,8 +653,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3310` // Estimated: `49070` - // Minimum execution time: 156_820_000 picoseconds. - Weight::from_parts(159_798_000, 49070) + // Minimum execution time: 155_883_000 picoseconds. + Weight::from_parts(157_770_000, 49070) .saturating_add(RocksDbWeight::get().reads(15_u64)) .saturating_add(RocksDbWeight::get().writes(12_u64)) } @@ -686,8 +684,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3375` // Estimated: `52576` - // Minimum execution time: 175_820_000 picoseconds. - Weight::from_parts(177_378_000, 52576) + // Minimum execution time: 176_074_000 picoseconds. + Weight::from_parts(177_696_000, 52576) .saturating_add(RocksDbWeight::get().reads(16_u64)) .saturating_add(RocksDbWeight::get().writes(13_u64)) } @@ -707,8 +705,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1171` // Estimated: `19532` - // Minimum execution time: 62_011_000 picoseconds. - Weight::from_parts(62_680_000, 19532) + // Minimum execution time: 61_861_000 picoseconds. + Weight::from_parts(62_389_000, 19532) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -746,8 +744,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3586` // Estimated: `82816` - // Minimum execution time: 163_294_000 picoseconds. - Weight::from_parts(164_375_000, 82816) + // Minimum execution time: 167_511_000 picoseconds. + Weight::from_parts(168_927_000, 82816) .saturating_add(RocksDbWeight::get().reads(19_u64)) .saturating_add(RocksDbWeight::get().writes(13_u64)) } @@ -766,10 +764,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1687` // Estimated: `18031` - // Minimum execution time: 54_775_000 picoseconds. - Weight::from_parts(55_724_944, 18031) - // Standard Error: 536 - .saturating_add(Weight::from_parts(10_059, 0).saturating_mul(s.into())) + // Minimum execution time: 54_921_000 picoseconds. + Weight::from_parts(56_129_544, 18031) + // Standard Error: 2_695 + .saturating_add(Weight::from_parts(4_432, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -798,10 +796,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `2115` // Estimated: `54662` - // Minimum execution time: 106_820_000 picoseconds. - Weight::from_parts(109_870_849, 54662) - // Standard Error: 11_111 - .saturating_add(Weight::from_parts(2_006, 0).saturating_mul(s.into())) + // Minimum execution time: 106_007_000 picoseconds. + Weight::from_parts(108_128_238, 54662) + // Standard Error: 2_673 + .saturating_add(Weight::from_parts(1_887, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(8_u64)) } @@ -848,14 +846,12 @@ impl WeightInfo for () { /// Storage: NominationPools ClaimPermissions (r:0 w:1) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. - fn withdraw_unbonded_kill(s: u32, ) -> Weight { + fn withdraw_unbonded_kill(_s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `2470` // Estimated: `87490` - // Minimum execution time: 170_908_000 picoseconds. - Weight::from_parts(173_616_555, 87490) - // Standard Error: 2_324 - .saturating_add(Weight::from_parts(4_397, 0).saturating_mul(s.into())) + // Minimum execution time: 169_582_000 picoseconds. + Weight::from_parts(172_692_992, 87490) .saturating_add(RocksDbWeight::get().reads(20_u64)) .saturating_add(RocksDbWeight::get().writes(18_u64)) } @@ -905,8 +901,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1289` // Estimated: `51410` - // Minimum execution time: 148_934_000 picoseconds. - Weight::from_parts(149_702_000, 51410) + // Minimum execution time: 149_660_000 picoseconds. + Weight::from_parts(152_247_000, 51410) .saturating_add(RocksDbWeight::get().reads(21_u64)) .saturating_add(RocksDbWeight::get().writes(15_u64)) } @@ -939,10 +935,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1849` // Estimated: `33934 + n * (2520 ±0)` - // Minimum execution time: 68_986_000 picoseconds. - Weight::from_parts(69_474_269, 33934) - // Standard Error: 6_602 - .saturating_add(Weight::from_parts(1_416_294, 0).saturating_mul(n.into())) + // Minimum execution time: 68_872_000 picoseconds. + Weight::from_parts(68_584_874, 33934) + // Standard Error: 5_907 + .saturating_add(Weight::from_parts(1_432_859, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(12_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(5_u64)) @@ -958,8 +954,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1438` // Estimated: `11778` - // Minimum execution time: 36_300_000 picoseconds. - Weight::from_parts(36_713_000, 11778) + // Minimum execution time: 36_402_000 picoseconds. + Weight::from_parts(36_673_000, 11778) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -974,10 +970,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `531` // Estimated: `8909` - // Minimum execution time: 14_976_000 picoseconds. - Weight::from_parts(15_538_088, 8909) - // Standard Error: 71 - .saturating_add(Weight::from_parts(1_548, 0).saturating_mul(n.into())) + // Minimum execution time: 14_892_000 picoseconds. + Weight::from_parts(15_406_167, 8909) + // Standard Error: 63 + .saturating_add(Weight::from_parts(1_709, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -997,8 +993,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_259_000 picoseconds. - Weight::from_parts(7_499_000, 0) + // Minimum execution time: 7_655_000 picoseconds. + Weight::from_parts(8_072_000, 0) .saturating_add(RocksDbWeight::get().writes(6_u64)) } /// Storage: NominationPools BondedPools (r:1 w:1) @@ -1007,8 +1003,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `531` // Estimated: `3685` - // Minimum execution time: 20_454_000 picoseconds. - Weight::from_parts(20_771_000, 3685) + // Minimum execution time: 20_494_000 picoseconds. + Weight::from_parts(20_792_000, 3685) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1034,8 +1030,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `2012` // Estimated: `29455` - // Minimum execution time: 66_404_000 picoseconds. - Weight::from_parts(66_872_000, 29455) + // Minimum execution time: 66_518_000 picoseconds. + Weight::from_parts(66_932_000, 29455) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -1051,8 +1047,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `770` // Estimated: `12324` - // Minimum execution time: 34_240_000 picoseconds. - Weight::from_parts(34_797_000, 12324) + // Minimum execution time: 34_180_000 picoseconds. + Weight::from_parts(34_644_000, 12324) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1062,8 +1058,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `571` // Estimated: `3685` - // Minimum execution time: 19_469_000 picoseconds. - Weight::from_parts(19_865_000, 3685) + // Minimum execution time: 19_598_000 picoseconds. + Weight::from_parts(19_778_000, 3685) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1073,8 +1069,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `531` // Estimated: `3685` - // Minimum execution time: 20_423_000 picoseconds. - Weight::from_parts(20_620_000, 3685) + // Minimum execution time: 20_427_000 picoseconds. + Weight::from_parts(20_740_000, 3685) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1086,8 +1082,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `542` // Estimated: `7208` - // Minimum execution time: 15_346_000 picoseconds. - Weight::from_parts(15_613_000, 7208) + // Minimum execution time: 15_287_000 picoseconds. + Weight::from_parts(15_590_000, 7208) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1103,8 +1099,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `968` // Estimated: `12324` - // Minimum execution time: 48_749_000 picoseconds. - Weight::from_parts(49_131_000, 12324) + // Minimum execution time: 48_320_000 picoseconds. + Weight::from_parts(48_749_000, 12324) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/frame/preimage/src/weights.rs b/frame/preimage/src/weights.rs index 168cb634c2d48..a73f264117be2 100644 --- a/frame/preimage/src/weights.rs +++ b/frame/preimage/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_preimage //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -77,10 +77,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `143` // Estimated: `3556` - // Minimum execution time: 27_010_000 picoseconds. - Weight::from_parts(27_665_000, 3556) + // Minimum execution time: 27_057_000 picoseconds. + Weight::from_parts(27_445_000, 3556) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_451, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -93,10 +93,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 16_984_000 picoseconds. - Weight::from_parts(17_455_000, 3556) + // Minimum execution time: 17_002_000 picoseconds. + Weight::from_parts(17_175_000, 3556) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_453, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -109,10 +109,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 16_579_000 picoseconds. - Weight::from_parts(16_849_000, 3556) + // Minimum execution time: 16_384_000 picoseconds. + Weight::from_parts(16_609_000, 3556) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_453, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -124,8 +124,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `289` // Estimated: `3556` - // Minimum execution time: 33_552_000 picoseconds. - Weight::from_parts(35_134_000, 3556) + // Minimum execution time: 33_732_000 picoseconds. + Weight::from_parts(34_588_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -137,8 +137,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 22_102_000 picoseconds. - Weight::from_parts(22_860_000, 3556) + // Minimum execution time: 20_953_000 picoseconds. + Weight::from_parts(22_540_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -148,8 +148,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `188` // Estimated: `3556` - // Minimum execution time: 19_590_000 picoseconds. - Weight::from_parts(20_638_000, 3556) + // Minimum execution time: 19_061_000 picoseconds. + Weight::from_parts(20_267_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -159,8 +159,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 11_689_000 picoseconds. - Weight::from_parts(12_577_000, 3556) + // Minimum execution time: 11_322_000 picoseconds. + Weight::from_parts(12_276_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -170,8 +170,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3556` - // Minimum execution time: 13_673_000 picoseconds. - Weight::from_parts(14_210_000, 3556) + // Minimum execution time: 13_473_000 picoseconds. + Weight::from_parts(14_322_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -181,8 +181,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 8_810_000 picoseconds. - Weight::from_parts(9_044_000, 3556) + // Minimum execution time: 8_533_000 picoseconds. + Weight::from_parts(8_720_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -194,8 +194,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 21_236_000 picoseconds. - Weight::from_parts(21_684_000, 3556) + // Minimum execution time: 20_694_000 picoseconds. + Weight::from_parts(21_946_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -205,8 +205,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 8_709_000 picoseconds. - Weight::from_parts(8_970_000, 3556) + // Minimum execution time: 8_261_000 picoseconds. + Weight::from_parts(8_584_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -216,8 +216,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 8_976_000 picoseconds. - Weight::from_parts(9_164_000, 3556) + // Minimum execution time: 8_542_000 picoseconds. + Weight::from_parts(8_840_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -234,10 +234,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `143` // Estimated: `3556` - // Minimum execution time: 27_010_000 picoseconds. - Weight::from_parts(27_665_000, 3556) + // Minimum execution time: 27_057_000 picoseconds. + Weight::from_parts(27_445_000, 3556) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_451, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -250,10 +250,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 16_984_000 picoseconds. - Weight::from_parts(17_455_000, 3556) + // Minimum execution time: 17_002_000 picoseconds. + Weight::from_parts(17_175_000, 3556) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_453, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -266,10 +266,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 16_579_000 picoseconds. - Weight::from_parts(16_849_000, 3556) + // Minimum execution time: 16_384_000 picoseconds. + Weight::from_parts(16_609_000, 3556) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_453, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -281,8 +281,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `289` // Estimated: `3556` - // Minimum execution time: 33_552_000 picoseconds. - Weight::from_parts(35_134_000, 3556) + // Minimum execution time: 33_732_000 picoseconds. + Weight::from_parts(34_588_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -294,8 +294,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 22_102_000 picoseconds. - Weight::from_parts(22_860_000, 3556) + // Minimum execution time: 20_953_000 picoseconds. + Weight::from_parts(22_540_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -305,8 +305,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `188` // Estimated: `3556` - // Minimum execution time: 19_590_000 picoseconds. - Weight::from_parts(20_638_000, 3556) + // Minimum execution time: 19_061_000 picoseconds. + Weight::from_parts(20_267_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -316,8 +316,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 11_689_000 picoseconds. - Weight::from_parts(12_577_000, 3556) + // Minimum execution time: 11_322_000 picoseconds. + Weight::from_parts(12_276_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -327,8 +327,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3556` - // Minimum execution time: 13_673_000 picoseconds. - Weight::from_parts(14_210_000, 3556) + // Minimum execution time: 13_473_000 picoseconds. + Weight::from_parts(14_322_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -338,8 +338,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 8_810_000 picoseconds. - Weight::from_parts(9_044_000, 3556) + // Minimum execution time: 8_533_000 picoseconds. + Weight::from_parts(8_720_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -351,8 +351,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 21_236_000 picoseconds. - Weight::from_parts(21_684_000, 3556) + // Minimum execution time: 20_694_000 picoseconds. + Weight::from_parts(21_946_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -362,8 +362,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 8_709_000 picoseconds. - Weight::from_parts(8_970_000, 3556) + // Minimum execution time: 8_261_000 picoseconds. + Weight::from_parts(8_584_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -373,8 +373,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 8_976_000 picoseconds. - Weight::from_parts(9_164_000, 3556) + // Minimum execution time: 8_542_000 picoseconds. + Weight::from_parts(8_840_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/proxy/src/weights.rs b/frame/proxy/src/weights.rs index 28e24c4682f18..c97ba568c750d 100644 --- a/frame/proxy/src/weights.rs +++ b/frame/proxy/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_proxy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -73,10 +73,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 16_407_000 picoseconds. - Weight::from_parts(17_044_509, 4706) - // Standard Error: 1_177 - .saturating_add(Weight::from_parts(36_533, 0).saturating_mul(p.into())) + // Minimum execution time: 16_120_000 picoseconds. + Weight::from_parts(16_842_667, 4706) + // Standard Error: 1_246 + .saturating_add(Weight::from_parts(27_645, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: Proxy Proxies (r:1 w:0) @@ -91,12 +91,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `488 + a * (68 ±0) + p * (37 ±0)` // Estimated: `13997` - // Minimum execution time: 38_523_000 picoseconds. - Weight::from_parts(39_227_232, 13997) - // Standard Error: 5_703 - .saturating_add(Weight::from_parts(136_003, 0).saturating_mul(a.into())) - // Standard Error: 5_893 - .saturating_add(Weight::from_parts(42_397, 0).saturating_mul(p.into())) + // Minimum execution time: 38_047_000 picoseconds. + Weight::from_parts(37_661_597, 13997) + // Standard Error: 4_351 + .saturating_add(Weight::from_parts(154_316, 0).saturating_mul(a.into())) + // Standard Error: 4_496 + .saturating_add(Weight::from_parts(57_295, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -110,12 +110,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `403 + a * (68 ±0)` // Estimated: `9291` - // Minimum execution time: 22_541_000 picoseconds. - Weight::from_parts(23_402_268, 9291) - // Standard Error: 3_242 - .saturating_add(Weight::from_parts(178_017, 0).saturating_mul(a.into())) - // Standard Error: 3_349 - .saturating_add(Weight::from_parts(6_230, 0).saturating_mul(p.into())) + // Minimum execution time: 22_404_000 picoseconds. + Weight::from_parts(23_183_006, 9291) + // Standard Error: 1_695 + .saturating_add(Weight::from_parts(172_410, 0).saturating_mul(a.into())) + // Standard Error: 1_751 + .saturating_add(Weight::from_parts(6_549, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -125,16 +125,14 @@ impl WeightInfo for SubstrateWeight { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. - fn reject_announcement(a: u32, p: u32, ) -> Weight { + fn reject_announcement(a: u32, _p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `403 + a * (68 ±0)` // Estimated: `9291` - // Minimum execution time: 22_539_000 picoseconds. - Weight::from_parts(23_479_286, 9291) - // Standard Error: 1_329 - .saturating_add(Weight::from_parts(174_021, 0).saturating_mul(a.into())) - // Standard Error: 1_373 - .saturating_add(Weight::from_parts(6_465, 0).saturating_mul(p.into())) + // Minimum execution time: 22_462_000 picoseconds. + Weight::from_parts(23_711_854, 9291) + // Standard Error: 1_563 + .saturating_add(Weight::from_parts(169_220, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -150,12 +148,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `420 + a * (68 ±0) + p * (37 ±0)` // Estimated: `13997` - // Minimum execution time: 32_049_000 picoseconds. - Weight::from_parts(35_352_453, 13997) - // Standard Error: 4_389 - .saturating_add(Weight::from_parts(144_573, 0).saturating_mul(a.into())) - // Standard Error: 4_535 - .saturating_add(Weight::from_parts(41_849, 0).saturating_mul(p.into())) + // Minimum execution time: 31_255_000 picoseconds. + Weight::from_parts(34_331_892, 13997) + // Standard Error: 4_422 + .saturating_add(Weight::from_parts(152_737, 0).saturating_mul(a.into())) + // Standard Error: 4_568 + .saturating_add(Weight::from_parts(52_726, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -166,10 +164,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 24_491_000 picoseconds. - Weight::from_parts(25_291_582, 4706) - // Standard Error: 11_080 - .saturating_add(Weight::from_parts(68_024, 0).saturating_mul(p.into())) + // Minimum execution time: 24_401_000 picoseconds. + Weight::from_parts(24_988_363, 4706) + // Standard Error: 1_804 + .saturating_add(Weight::from_parts(57_171, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -180,10 +178,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 23_849_000 picoseconds. - Weight::from_parts(25_370_806, 4706) - // Standard Error: 8_763 - .saturating_add(Weight::from_parts(63_413, 0).saturating_mul(p.into())) + // Minimum execution time: 23_763_000 picoseconds. + Weight::from_parts(24_939_514, 4706) + // Standard Error: 1_670 + .saturating_add(Weight::from_parts(65_743, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -194,24 +192,22 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 19_488_000 picoseconds. - Weight::from_parts(20_219_817, 4706) - // Standard Error: 1_385 - .saturating_add(Weight::from_parts(30_354, 0).saturating_mul(p.into())) + // Minimum execution time: 19_479_000 picoseconds. + Weight::from_parts(20_098_627, 4706) + // Standard Error: 1_305 + .saturating_add(Weight::from_parts(24_882, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Proxy Proxies (r:1 w:1) /// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen) /// The range of component `p` is `[1, 31]`. - fn create_pure(p: u32, ) -> Weight { + fn create_pure(_p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `173` // Estimated: `4706` - // Minimum execution time: 25_864_000 picoseconds. - Weight::from_parts(26_712_232, 4706) - // Standard Error: 1_331 - .saturating_add(Weight::from_parts(4_401, 0).saturating_mul(p.into())) + // Minimum execution time: 25_937_000 picoseconds. + Weight::from_parts(27_672_376, 4706) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -222,10 +218,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `198 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 20_488_000 picoseconds. - Weight::from_parts(21_135_155, 4706) - // Standard Error: 1_255 - .saturating_add(Weight::from_parts(36_312, 0).saturating_mul(p.into())) + // Minimum execution time: 20_209_000 picoseconds. + Weight::from_parts(20_872_572, 4706) + // Standard Error: 1_121 + .saturating_add(Weight::from_parts(35_391, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -240,10 +236,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 16_407_000 picoseconds. - Weight::from_parts(17_044_509, 4706) - // Standard Error: 1_177 - .saturating_add(Weight::from_parts(36_533, 0).saturating_mul(p.into())) + // Minimum execution time: 16_120_000 picoseconds. + Weight::from_parts(16_842_667, 4706) + // Standard Error: 1_246 + .saturating_add(Weight::from_parts(27_645, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) } /// Storage: Proxy Proxies (r:1 w:0) @@ -258,12 +254,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `488 + a * (68 ±0) + p * (37 ±0)` // Estimated: `13997` - // Minimum execution time: 38_523_000 picoseconds. - Weight::from_parts(39_227_232, 13997) - // Standard Error: 5_703 - .saturating_add(Weight::from_parts(136_003, 0).saturating_mul(a.into())) - // Standard Error: 5_893 - .saturating_add(Weight::from_parts(42_397, 0).saturating_mul(p.into())) + // Minimum execution time: 38_047_000 picoseconds. + Weight::from_parts(37_661_597, 13997) + // Standard Error: 4_351 + .saturating_add(Weight::from_parts(154_316, 0).saturating_mul(a.into())) + // Standard Error: 4_496 + .saturating_add(Weight::from_parts(57_295, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -277,12 +273,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `403 + a * (68 ±0)` // Estimated: `9291` - // Minimum execution time: 22_541_000 picoseconds. - Weight::from_parts(23_402_268, 9291) - // Standard Error: 3_242 - .saturating_add(Weight::from_parts(178_017, 0).saturating_mul(a.into())) - // Standard Error: 3_349 - .saturating_add(Weight::from_parts(6_230, 0).saturating_mul(p.into())) + // Minimum execution time: 22_404_000 picoseconds. + Weight::from_parts(23_183_006, 9291) + // Standard Error: 1_695 + .saturating_add(Weight::from_parts(172_410, 0).saturating_mul(a.into())) + // Standard Error: 1_751 + .saturating_add(Weight::from_parts(6_549, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -292,16 +288,14 @@ impl WeightInfo for () { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. - fn reject_announcement(a: u32, p: u32, ) -> Weight { + fn reject_announcement(a: u32, _p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `403 + a * (68 ±0)` // Estimated: `9291` - // Minimum execution time: 22_539_000 picoseconds. - Weight::from_parts(23_479_286, 9291) - // Standard Error: 1_329 - .saturating_add(Weight::from_parts(174_021, 0).saturating_mul(a.into())) - // Standard Error: 1_373 - .saturating_add(Weight::from_parts(6_465, 0).saturating_mul(p.into())) + // Minimum execution time: 22_462_000 picoseconds. + Weight::from_parts(23_711_854, 9291) + // Standard Error: 1_563 + .saturating_add(Weight::from_parts(169_220, 0).saturating_mul(a.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -317,12 +311,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `420 + a * (68 ±0) + p * (37 ±0)` // Estimated: `13997` - // Minimum execution time: 32_049_000 picoseconds. - Weight::from_parts(35_352_453, 13997) - // Standard Error: 4_389 - .saturating_add(Weight::from_parts(144_573, 0).saturating_mul(a.into())) - // Standard Error: 4_535 - .saturating_add(Weight::from_parts(41_849, 0).saturating_mul(p.into())) + // Minimum execution time: 31_255_000 picoseconds. + Weight::from_parts(34_331_892, 13997) + // Standard Error: 4_422 + .saturating_add(Weight::from_parts(152_737, 0).saturating_mul(a.into())) + // Standard Error: 4_568 + .saturating_add(Weight::from_parts(52_726, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -333,10 +327,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 24_491_000 picoseconds. - Weight::from_parts(25_291_582, 4706) - // Standard Error: 11_080 - .saturating_add(Weight::from_parts(68_024, 0).saturating_mul(p.into())) + // Minimum execution time: 24_401_000 picoseconds. + Weight::from_parts(24_988_363, 4706) + // Standard Error: 1_804 + .saturating_add(Weight::from_parts(57_171, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -347,10 +341,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 23_849_000 picoseconds. - Weight::from_parts(25_370_806, 4706) - // Standard Error: 8_763 - .saturating_add(Weight::from_parts(63_413, 0).saturating_mul(p.into())) + // Minimum execution time: 23_763_000 picoseconds. + Weight::from_parts(24_939_514, 4706) + // Standard Error: 1_670 + .saturating_add(Weight::from_parts(65_743, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -361,24 +355,22 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 19_488_000 picoseconds. - Weight::from_parts(20_219_817, 4706) - // Standard Error: 1_385 - .saturating_add(Weight::from_parts(30_354, 0).saturating_mul(p.into())) + // Minimum execution time: 19_479_000 picoseconds. + Weight::from_parts(20_098_627, 4706) + // Standard Error: 1_305 + .saturating_add(Weight::from_parts(24_882, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Proxy Proxies (r:1 w:1) /// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen) /// The range of component `p` is `[1, 31]`. - fn create_pure(p: u32, ) -> Weight { + fn create_pure(_p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `173` // Estimated: `4706` - // Minimum execution time: 25_864_000 picoseconds. - Weight::from_parts(26_712_232, 4706) - // Standard Error: 1_331 - .saturating_add(Weight::from_parts(4_401, 0).saturating_mul(p.into())) + // Minimum execution time: 25_937_000 picoseconds. + Weight::from_parts(27_672_376, 4706) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -389,10 +381,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `198 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 20_488_000 picoseconds. - Weight::from_parts(21_135_155, 4706) - // Standard Error: 1_255 - .saturating_add(Weight::from_parts(36_312, 0).saturating_mul(p.into())) + // Minimum execution time: 20_209_000 picoseconds. + Weight::from_parts(20_872_572, 4706) + // Standard Error: 1_121 + .saturating_add(Weight::from_parts(35_391, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/ranked-collective/src/weights.rs b/frame/ranked-collective/src/weights.rs index e25737a1df8f0..66919af94b4c6 100644 --- a/frame/ranked-collective/src/weights.rs +++ b/frame/ranked-collective/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_ranked_collective //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -74,8 +74,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `109` // Estimated: `6986` - // Minimum execution time: 19_174_000 picoseconds. - Weight::from_parts(19_391_000, 6986) + // Minimum execution time: 18_558_000 picoseconds. + Weight::from_parts(18_984_000, 6986) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -92,10 +92,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `583 + r * (281 ±0)` // Estimated: `14024 + r * (7547 ±0)` - // Minimum execution time: 30_972_000 picoseconds. - Weight::from_parts(35_526_205, 14024) - // Standard Error: 47_832 - .saturating_add(Weight::from_parts(12_838_739, 0).saturating_mul(r.into())) + // Minimum execution time: 29_857_000 picoseconds. + Weight::from_parts(33_306_771, 14024) + // Standard Error: 21_070 + .saturating_add(Weight::from_parts(12_707_867, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -115,10 +115,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `281 + r * (17 ±0)` // Estimated: `6986` - // Minimum execution time: 21_573_000 picoseconds. - Weight::from_parts(22_184_210, 6986) - // Standard Error: 10_584 - .saturating_add(Weight::from_parts(289_535, 0).saturating_mul(r.into())) + // Minimum execution time: 21_153_000 picoseconds. + Weight::from_parts(22_009_723, 6986) + // Standard Error: 4_868 + .saturating_add(Weight::from_parts(275_329, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -135,10 +135,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `599 + r * (72 ±0)` // Estimated: `14024` - // Minimum execution time: 30_249_000 picoseconds. - Weight::from_parts(32_702_502, 14024) - // Standard Error: 26_725 - .saturating_add(Weight::from_parts(651_139, 0).saturating_mul(r.into())) + // Minimum execution time: 30_073_000 picoseconds. + Weight::from_parts(32_315_111, 14024) + // Standard Error: 28_753 + .saturating_add(Weight::from_parts(672_232, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -154,8 +154,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `595` // Estimated: `230816` - // Minimum execution time: 46_972_000 picoseconds. - Weight::from_parts(47_617_000, 230816) + // Minimum execution time: 46_389_000 picoseconds. + Weight::from_parts(46_971_000, 230816) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -170,10 +170,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `429 + n * (50 ±0)` // Estimated: `8364 + n * (2540 ±0)` - // Minimum execution time: 15_301_000 picoseconds. - Weight::from_parts(19_308_613, 8364) - // Standard Error: 1_792 - .saturating_add(Weight::from_parts(1_015_251, 0).saturating_mul(n.into())) + // Minimum execution time: 15_163_000 picoseconds. + Weight::from_parts(19_698_097, 8364) + // Standard Error: 3_271 + .saturating_add(Weight::from_parts(1_002_132, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) @@ -195,8 +195,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `109` // Estimated: `6986` - // Minimum execution time: 19_174_000 picoseconds. - Weight::from_parts(19_391_000, 6986) + // Minimum execution time: 18_558_000 picoseconds. + Weight::from_parts(18_984_000, 6986) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -213,10 +213,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `583 + r * (281 ±0)` // Estimated: `14024 + r * (7547 ±0)` - // Minimum execution time: 30_972_000 picoseconds. - Weight::from_parts(35_526_205, 14024) - // Standard Error: 47_832 - .saturating_add(Weight::from_parts(12_838_739, 0).saturating_mul(r.into())) + // Minimum execution time: 29_857_000 picoseconds. + Weight::from_parts(33_306_771, 14024) + // Standard Error: 21_070 + .saturating_add(Weight::from_parts(12_707_867, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(4_u64)) @@ -236,10 +236,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `281 + r * (17 ±0)` // Estimated: `6986` - // Minimum execution time: 21_573_000 picoseconds. - Weight::from_parts(22_184_210, 6986) - // Standard Error: 10_584 - .saturating_add(Weight::from_parts(289_535, 0).saturating_mul(r.into())) + // Minimum execution time: 21_153_000 picoseconds. + Weight::from_parts(22_009_723, 6986) + // Standard Error: 4_868 + .saturating_add(Weight::from_parts(275_329, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -256,10 +256,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `599 + r * (72 ±0)` // Estimated: `14024` - // Minimum execution time: 30_249_000 picoseconds. - Weight::from_parts(32_702_502, 14024) - // Standard Error: 26_725 - .saturating_add(Weight::from_parts(651_139, 0).saturating_mul(r.into())) + // Minimum execution time: 30_073_000 picoseconds. + Weight::from_parts(32_315_111, 14024) + // Standard Error: 28_753 + .saturating_add(Weight::from_parts(672_232, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -275,8 +275,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `595` // Estimated: `230816` - // Minimum execution time: 46_972_000 picoseconds. - Weight::from_parts(47_617_000, 230816) + // Minimum execution time: 46_389_000 picoseconds. + Weight::from_parts(46_971_000, 230816) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -291,10 +291,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `429 + n * (50 ±0)` // Estimated: `8364 + n * (2540 ±0)` - // Minimum execution time: 15_301_000 picoseconds. - Weight::from_parts(19_308_613, 8364) - // Standard Error: 1_792 - .saturating_add(Weight::from_parts(1_015_251, 0).saturating_mul(n.into())) + // Minimum execution time: 15_163_000 picoseconds. + Weight::from_parts(19_698_097, 8364) + // Standard Error: 3_271 + .saturating_add(Weight::from_parts(1_002_132, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(n.into()))) diff --git a/frame/recovery/src/weights.rs b/frame/recovery/src/weights.rs index 8245b9606deee..73cd79f259f30 100644 --- a/frame/recovery/src/weights.rs +++ b/frame/recovery/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_recovery //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -71,8 +71,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `281` // Estimated: `3545` - // Minimum execution time: 9_937_000 picoseconds. - Weight::from_parts(10_213_000, 3545) + // Minimum execution time: 9_871_000 picoseconds. + Weight::from_parts(10_265_000, 3545) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: Recovery Proxy (r:0 w:1) @@ -81,8 +81,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_704_000 picoseconds. - Weight::from_parts(9_997_000, 0) + // Minimum execution time: 10_207_000 picoseconds. + Weight::from_parts(10_477_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Recovery Recoverable (r:1 w:1) @@ -92,10 +92,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `175` // Estimated: `3816` - // Minimum execution time: 23_260_000 picoseconds. - Weight::from_parts(24_408_081, 3816) - // Standard Error: 3_086 - .saturating_add(Weight::from_parts(41_628, 0).saturating_mul(n.into())) + // Minimum execution time: 23_744_000 picoseconds. + Weight::from_parts(24_471_525, 3816) + // Standard Error: 3_191 + .saturating_add(Weight::from_parts(44_963, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -107,8 +107,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `272` // Estimated: `7670` - // Minimum execution time: 28_148_000 picoseconds. - Weight::from_parts(28_577_000, 7670) + // Minimum execution time: 28_323_000 picoseconds. + Weight::from_parts(29_116_000, 7670) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -121,10 +121,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `360 + n * (64 ±0)` // Estimated: `7670` - // Minimum execution time: 20_395_000 picoseconds. - Weight::from_parts(21_287_972, 7670) - // Standard Error: 4_464 - .saturating_add(Weight::from_parts(170_214, 0).saturating_mul(n.into())) + // Minimum execution time: 20_530_000 picoseconds. + Weight::from_parts(21_387_291, 7670) + // Standard Error: 3_800 + .saturating_add(Weight::from_parts(128_496, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -139,10 +139,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `392 + n * (64 ±0)` // Estimated: `11215` - // Minimum execution time: 24_902_000 picoseconds. - Weight::from_parts(25_662_621, 11215) - // Standard Error: 3_101 - .saturating_add(Weight::from_parts(60_748, 0).saturating_mul(n.into())) + // Minimum execution time: 24_952_000 picoseconds. + Weight::from_parts(25_853_690, 11215) + // Standard Error: 3_875 + .saturating_add(Weight::from_parts(54_691, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -155,10 +155,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `513 + n * (32 ±0)` // Estimated: `7447` - // Minimum execution time: 30_071_000 picoseconds. - Weight::from_parts(30_727_760, 7447) - // Standard Error: 4_442 - .saturating_add(Weight::from_parts(98_153, 0).saturating_mul(n.into())) + // Minimum execution time: 30_088_000 picoseconds. + Weight::from_parts(30_928_118, 7447) + // Standard Error: 3_286 + .saturating_add(Weight::from_parts(78_898, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -167,12 +167,14 @@ impl WeightInfo for SubstrateWeight { /// Storage: Recovery Recoverable (r:1 w:1) /// Proof: Recovery Recoverable (max_values: None, max_size: Some(351), added: 2826, mode: MaxEncodedLen) /// The range of component `n` is `[1, 9]`. - fn remove_recovery(_n: u32, ) -> Weight { + fn remove_recovery(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `270 + n * (32 ±0)` // Estimated: `7670` - // Minimum execution time: 29_088_000 picoseconds. - Weight::from_parts(30_535_744, 7670) + // Minimum execution time: 29_015_000 picoseconds. + Weight::from_parts(29_667_060, 7670) + // Standard Error: 4_170 + .saturating_add(Weight::from_parts(90_738, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -182,8 +184,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `281` // Estimated: `3545` - // Minimum execution time: 12_712_000 picoseconds. - Weight::from_parts(12_980_000, 3545) + // Minimum execution time: 12_460_000 picoseconds. + Weight::from_parts(12_814_000, 3545) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -197,8 +199,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `281` // Estimated: `3545` - // Minimum execution time: 9_937_000 picoseconds. - Weight::from_parts(10_213_000, 3545) + // Minimum execution time: 9_871_000 picoseconds. + Weight::from_parts(10_265_000, 3545) .saturating_add(RocksDbWeight::get().reads(1_u64)) } /// Storage: Recovery Proxy (r:0 w:1) @@ -207,8 +209,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_704_000 picoseconds. - Weight::from_parts(9_997_000, 0) + // Minimum execution time: 10_207_000 picoseconds. + Weight::from_parts(10_477_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Recovery Recoverable (r:1 w:1) @@ -218,10 +220,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `175` // Estimated: `3816` - // Minimum execution time: 23_260_000 picoseconds. - Weight::from_parts(24_408_081, 3816) - // Standard Error: 3_086 - .saturating_add(Weight::from_parts(41_628, 0).saturating_mul(n.into())) + // Minimum execution time: 23_744_000 picoseconds. + Weight::from_parts(24_471_525, 3816) + // Standard Error: 3_191 + .saturating_add(Weight::from_parts(44_963, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -233,8 +235,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `272` // Estimated: `7670` - // Minimum execution time: 28_148_000 picoseconds. - Weight::from_parts(28_577_000, 7670) + // Minimum execution time: 28_323_000 picoseconds. + Weight::from_parts(29_116_000, 7670) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -247,10 +249,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `360 + n * (64 ±0)` // Estimated: `7670` - // Minimum execution time: 20_395_000 picoseconds. - Weight::from_parts(21_287_972, 7670) - // Standard Error: 4_464 - .saturating_add(Weight::from_parts(170_214, 0).saturating_mul(n.into())) + // Minimum execution time: 20_530_000 picoseconds. + Weight::from_parts(21_387_291, 7670) + // Standard Error: 3_800 + .saturating_add(Weight::from_parts(128_496, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -265,10 +267,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `392 + n * (64 ±0)` // Estimated: `11215` - // Minimum execution time: 24_902_000 picoseconds. - Weight::from_parts(25_662_621, 11215) - // Standard Error: 3_101 - .saturating_add(Weight::from_parts(60_748, 0).saturating_mul(n.into())) + // Minimum execution time: 24_952_000 picoseconds. + Weight::from_parts(25_853_690, 11215) + // Standard Error: 3_875 + .saturating_add(Weight::from_parts(54_691, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -281,10 +283,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `513 + n * (32 ±0)` // Estimated: `7447` - // Minimum execution time: 30_071_000 picoseconds. - Weight::from_parts(30_727_760, 7447) - // Standard Error: 4_442 - .saturating_add(Weight::from_parts(98_153, 0).saturating_mul(n.into())) + // Minimum execution time: 30_088_000 picoseconds. + Weight::from_parts(30_928_118, 7447) + // Standard Error: 3_286 + .saturating_add(Weight::from_parts(78_898, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -293,12 +295,14 @@ impl WeightInfo for () { /// Storage: Recovery Recoverable (r:1 w:1) /// Proof: Recovery Recoverable (max_values: None, max_size: Some(351), added: 2826, mode: MaxEncodedLen) /// The range of component `n` is `[1, 9]`. - fn remove_recovery(_n: u32, ) -> Weight { + fn remove_recovery(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `270 + n * (32 ±0)` // Estimated: `7670` - // Minimum execution time: 29_088_000 picoseconds. - Weight::from_parts(30_535_744, 7670) + // Minimum execution time: 29_015_000 picoseconds. + Weight::from_parts(29_667_060, 7670) + // Standard Error: 4_170 + .saturating_add(Weight::from_parts(90_738, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -308,8 +312,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `281` // Estimated: `3545` - // Minimum execution time: 12_712_000 picoseconds. - Weight::from_parts(12_980_000, 3545) + // Minimum execution time: 12_460_000 picoseconds. + Weight::from_parts(12_814_000, 3545) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/referenda/src/weights.rs b/frame/referenda/src/weights.rs index 3ac0f54ed8307..06b6b3a8ba165 100644 --- a/frame/referenda/src/weights.rs +++ b/frame/referenda/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_referenda //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -96,8 +96,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `220` // Estimated: `111976` - // Minimum execution time: 36_851_000 picoseconds. - Weight::from_parts(37_183_000, 111976) + // Minimum execution time: 36_288_000 picoseconds. + Weight::from_parts(36_852_000, 111976) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -109,8 +109,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `473` // Estimated: `223815` - // Minimum execution time: 49_435_000 picoseconds. - Weight::from_parts(50_056_000, 223815) + // Minimum execution time: 48_411_000 picoseconds. + Weight::from_parts(49_608_000, 223815) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -124,8 +124,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3107` // Estimated: `12787` - // Minimum execution time: 47_061_000 picoseconds. - Weight::from_parts(47_579_000, 12787) + // Minimum execution time: 47_166_000 picoseconds. + Weight::from_parts(47_572_000, 12787) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -139,8 +139,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3127` // Estimated: `12787` - // Minimum execution time: 46_513_000 picoseconds. - Weight::from_parts(47_212_000, 12787) + // Minimum execution time: 46_346_000 picoseconds. + Weight::from_parts(47_010_000, 12787) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -154,8 +154,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `473` // Estimated: `227294` - // Minimum execution time: 59_255_000 picoseconds. - Weight::from_parts(60_114_000, 227294) + // Minimum execution time: 59_891_000 picoseconds. + Weight::from_parts(60_382_000, 227294) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -169,8 +169,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `473` // Estimated: `227294` - // Minimum execution time: 57_927_000 picoseconds. - Weight::from_parts(58_625_000, 227294) + // Minimum execution time: 57_694_000 picoseconds. + Weight::from_parts(58_284_000, 227294) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -180,8 +180,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `351` // Estimated: `3831` - // Minimum execution time: 27_186_000 picoseconds. - Weight::from_parts(27_551_000, 3831) + // Minimum execution time: 27_166_000 picoseconds. + Weight::from_parts(27_652_000, 3831) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -191,8 +191,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `341` // Estimated: `3831` - // Minimum execution time: 27_339_000 picoseconds. - Weight::from_parts(27_828_000, 3831) + // Minimum execution time: 27_485_000 picoseconds. + Weight::from_parts(27_738_000, 3831) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -204,8 +204,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `381` // Estimated: `223815` - // Minimum execution time: 37_081_000 picoseconds. - Weight::from_parts(38_110_000, 223815) + // Minimum execution time: 36_359_000 picoseconds. + Weight::from_parts(36_898_000, 223815) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -219,8 +219,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `622` // Estimated: `227332` - // Minimum execution time: 70_195_000 picoseconds. - Weight::from_parts(71_451_000, 227332) + // Minimum execution time: 70_552_000 picoseconds. + Weight::from_parts(71_027_000, 227332) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -232,8 +232,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `174` // Estimated: `8956` - // Minimum execution time: 10_748_000 picoseconds. - Weight::from_parts(10_912_000, 8956) + // Minimum execution time: 10_524_000 picoseconds. + Weight::from_parts(10_710_000, 8956) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -247,8 +247,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4567` // Estimated: `229292` - // Minimum execution time: 89_144_000 picoseconds. - Weight::from_parts(90_552_000, 229292) + // Minimum execution time: 89_456_000 picoseconds. + Weight::from_parts(90_170_000, 229292) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -262,8 +262,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4567` // Estimated: `229292` - // Minimum execution time: 92_164_000 picoseconds. - Weight::from_parts(92_947_000, 229292) + // Minimum execution time: 91_298_000 picoseconds. + Weight::from_parts(92_063_000, 229292) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -277,8 +277,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4588` // Estimated: `119795` - // Minimum execution time: 59_212_000 picoseconds. - Weight::from_parts(59_843_000, 119795) + // Minimum execution time: 58_436_000 picoseconds. + Weight::from_parts(58_792_000, 119795) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -292,8 +292,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4574` // Estimated: `119795` - // Minimum execution time: 59_049_000 picoseconds. - Weight::from_parts(59_760_000, 119795) + // Minimum execution time: 58_487_000 picoseconds. + Weight::from_parts(59_062_000, 119795) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -309,8 +309,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4548` // Estimated: `123274` - // Minimum execution time: 61_774_000 picoseconds. - Weight::from_parts(62_480_000, 123274) + // Minimum execution time: 60_940_000 picoseconds. + Weight::from_parts(61_823_000, 123274) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -326,8 +326,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4582` // Estimated: `123274` - // Minimum execution time: 61_605_000 picoseconds. - Weight::from_parts(62_385_000, 123274) + // Minimum execution time: 60_942_000 picoseconds. + Weight::from_parts(61_667_000, 123274) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -339,8 +339,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `333` // Estimated: `114318` - // Minimum execution time: 24_423_000 picoseconds. - Weight::from_parts(24_747_000, 114318) + // Minimum execution time: 24_039_000 picoseconds. + Weight::from_parts(24_477_000, 114318) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -352,8 +352,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `381` // Estimated: `114318` - // Minimum execution time: 24_487_000 picoseconds. - Weight::from_parts(24_941_000, 114318) + // Minimum execution time: 24_399_000 picoseconds. + Weight::from_parts(24_673_000, 114318) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -363,8 +363,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `278` // Estimated: `3831` - // Minimum execution time: 17_454_000 picoseconds. - Weight::from_parts(17_697_000, 3831) + // Minimum execution time: 17_340_000 picoseconds. + Weight::from_parts(17_586_000, 3831) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -378,8 +378,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `381` // Estimated: `117797` - // Minimum execution time: 34_721_000 picoseconds. - Weight::from_parts(35_295_000, 117797) + // Minimum execution time: 33_980_000 picoseconds. + Weight::from_parts(34_456_000, 117797) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -393,8 +393,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `381` // Estimated: `117797` - // Minimum execution time: 36_587_000 picoseconds. - Weight::from_parts(37_095_000, 117797) + // Minimum execution time: 36_403_000 picoseconds. + Weight::from_parts(36_858_000, 117797) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -406,8 +406,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `434` // Estimated: `114318` - // Minimum execution time: 30_003_000 picoseconds. - Weight::from_parts(30_541_000, 114318) + // Minimum execution time: 30_062_000 picoseconds. + Weight::from_parts(30_503_000, 114318) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -419,8 +419,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `417` // Estimated: `114318` - // Minimum execution time: 30_479_000 picoseconds. - Weight::from_parts(30_900_000, 114318) + // Minimum execution time: 30_263_000 picoseconds. + Weight::from_parts(30_744_000, 114318) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -432,8 +432,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `434` // Estimated: `114318` - // Minimum execution time: 27_657_000 picoseconds. - Weight::from_parts(28_054_000, 114318) + // Minimum execution time: 27_226_000 picoseconds. + Weight::from_parts(27_854_000, 114318) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -445,8 +445,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `438` // Estimated: `114318` - // Minimum execution time: 26_713_000 picoseconds. - Weight::from_parts(27_284_000, 114318) + // Minimum execution time: 26_624_000 picoseconds. + Weight::from_parts(27_040_000, 114318) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -460,8 +460,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `438` // Estimated: `227328` - // Minimum execution time: 42_374_000 picoseconds. - Weight::from_parts(43_142_000, 227328) + // Minimum execution time: 42_097_000 picoseconds. + Weight::from_parts(42_848_000, 227328) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -473,8 +473,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `434` // Estimated: `114318` - // Minimum execution time: 30_213_000 picoseconds. - Weight::from_parts(30_633_000, 114318) + // Minimum execution time: 30_381_000 picoseconds. + Weight::from_parts(30_850_000, 114318) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -488,8 +488,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `422` // Estimated: `7387` - // Minimum execution time: 20_887_000 picoseconds. - Weight::from_parts(21_242_000, 7387) + // Minimum execution time: 20_669_000 picoseconds. + Weight::from_parts(20_892_000, 7387) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -501,8 +501,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `355` // Estimated: `7348` - // Minimum execution time: 18_702_000 picoseconds. - Weight::from_parts(18_880_000, 7348) + // Minimum execution time: 18_212_000 picoseconds. + Weight::from_parts(18_484_000, 7348) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -520,8 +520,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `220` // Estimated: `111976` - // Minimum execution time: 36_851_000 picoseconds. - Weight::from_parts(37_183_000, 111976) + // Minimum execution time: 36_288_000 picoseconds. + Weight::from_parts(36_852_000, 111976) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -533,8 +533,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `473` // Estimated: `223815` - // Minimum execution time: 49_435_000 picoseconds. - Weight::from_parts(50_056_000, 223815) + // Minimum execution time: 48_411_000 picoseconds. + Weight::from_parts(49_608_000, 223815) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -548,8 +548,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3107` // Estimated: `12787` - // Minimum execution time: 47_061_000 picoseconds. - Weight::from_parts(47_579_000, 12787) + // Minimum execution time: 47_166_000 picoseconds. + Weight::from_parts(47_572_000, 12787) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -563,8 +563,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3127` // Estimated: `12787` - // Minimum execution time: 46_513_000 picoseconds. - Weight::from_parts(47_212_000, 12787) + // Minimum execution time: 46_346_000 picoseconds. + Weight::from_parts(47_010_000, 12787) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -578,8 +578,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `473` // Estimated: `227294` - // Minimum execution time: 59_255_000 picoseconds. - Weight::from_parts(60_114_000, 227294) + // Minimum execution time: 59_891_000 picoseconds. + Weight::from_parts(60_382_000, 227294) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -593,8 +593,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `473` // Estimated: `227294` - // Minimum execution time: 57_927_000 picoseconds. - Weight::from_parts(58_625_000, 227294) + // Minimum execution time: 57_694_000 picoseconds. + Weight::from_parts(58_284_000, 227294) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -604,8 +604,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `351` // Estimated: `3831` - // Minimum execution time: 27_186_000 picoseconds. - Weight::from_parts(27_551_000, 3831) + // Minimum execution time: 27_166_000 picoseconds. + Weight::from_parts(27_652_000, 3831) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -615,8 +615,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `341` // Estimated: `3831` - // Minimum execution time: 27_339_000 picoseconds. - Weight::from_parts(27_828_000, 3831) + // Minimum execution time: 27_485_000 picoseconds. + Weight::from_parts(27_738_000, 3831) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -628,8 +628,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `381` // Estimated: `223815` - // Minimum execution time: 37_081_000 picoseconds. - Weight::from_parts(38_110_000, 223815) + // Minimum execution time: 36_359_000 picoseconds. + Weight::from_parts(36_898_000, 223815) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -643,8 +643,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `622` // Estimated: `227332` - // Minimum execution time: 70_195_000 picoseconds. - Weight::from_parts(71_451_000, 227332) + // Minimum execution time: 70_552_000 picoseconds. + Weight::from_parts(71_027_000, 227332) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -656,8 +656,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `174` // Estimated: `8956` - // Minimum execution time: 10_748_000 picoseconds. - Weight::from_parts(10_912_000, 8956) + // Minimum execution time: 10_524_000 picoseconds. + Weight::from_parts(10_710_000, 8956) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -671,8 +671,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4567` // Estimated: `229292` - // Minimum execution time: 89_144_000 picoseconds. - Weight::from_parts(90_552_000, 229292) + // Minimum execution time: 89_456_000 picoseconds. + Weight::from_parts(90_170_000, 229292) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -686,8 +686,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4567` // Estimated: `229292` - // Minimum execution time: 92_164_000 picoseconds. - Weight::from_parts(92_947_000, 229292) + // Minimum execution time: 91_298_000 picoseconds. + Weight::from_parts(92_063_000, 229292) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -701,8 +701,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4588` // Estimated: `119795` - // Minimum execution time: 59_212_000 picoseconds. - Weight::from_parts(59_843_000, 119795) + // Minimum execution time: 58_436_000 picoseconds. + Weight::from_parts(58_792_000, 119795) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -716,8 +716,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4574` // Estimated: `119795` - // Minimum execution time: 59_049_000 picoseconds. - Weight::from_parts(59_760_000, 119795) + // Minimum execution time: 58_487_000 picoseconds. + Weight::from_parts(59_062_000, 119795) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -733,8 +733,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4548` // Estimated: `123274` - // Minimum execution time: 61_774_000 picoseconds. - Weight::from_parts(62_480_000, 123274) + // Minimum execution time: 60_940_000 picoseconds. + Weight::from_parts(61_823_000, 123274) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -750,8 +750,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4582` // Estimated: `123274` - // Minimum execution time: 61_605_000 picoseconds. - Weight::from_parts(62_385_000, 123274) + // Minimum execution time: 60_942_000 picoseconds. + Weight::from_parts(61_667_000, 123274) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -763,8 +763,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `333` // Estimated: `114318` - // Minimum execution time: 24_423_000 picoseconds. - Weight::from_parts(24_747_000, 114318) + // Minimum execution time: 24_039_000 picoseconds. + Weight::from_parts(24_477_000, 114318) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -776,8 +776,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `381` // Estimated: `114318` - // Minimum execution time: 24_487_000 picoseconds. - Weight::from_parts(24_941_000, 114318) + // Minimum execution time: 24_399_000 picoseconds. + Weight::from_parts(24_673_000, 114318) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -787,8 +787,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `278` // Estimated: `3831` - // Minimum execution time: 17_454_000 picoseconds. - Weight::from_parts(17_697_000, 3831) + // Minimum execution time: 17_340_000 picoseconds. + Weight::from_parts(17_586_000, 3831) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -802,8 +802,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `381` // Estimated: `117797` - // Minimum execution time: 34_721_000 picoseconds. - Weight::from_parts(35_295_000, 117797) + // Minimum execution time: 33_980_000 picoseconds. + Weight::from_parts(34_456_000, 117797) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -817,8 +817,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `381` // Estimated: `117797` - // Minimum execution time: 36_587_000 picoseconds. - Weight::from_parts(37_095_000, 117797) + // Minimum execution time: 36_403_000 picoseconds. + Weight::from_parts(36_858_000, 117797) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -830,8 +830,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `434` // Estimated: `114318` - // Minimum execution time: 30_003_000 picoseconds. - Weight::from_parts(30_541_000, 114318) + // Minimum execution time: 30_062_000 picoseconds. + Weight::from_parts(30_503_000, 114318) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -843,8 +843,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `417` // Estimated: `114318` - // Minimum execution time: 30_479_000 picoseconds. - Weight::from_parts(30_900_000, 114318) + // Minimum execution time: 30_263_000 picoseconds. + Weight::from_parts(30_744_000, 114318) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -856,8 +856,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `434` // Estimated: `114318` - // Minimum execution time: 27_657_000 picoseconds. - Weight::from_parts(28_054_000, 114318) + // Minimum execution time: 27_226_000 picoseconds. + Weight::from_parts(27_854_000, 114318) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -869,8 +869,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `438` // Estimated: `114318` - // Minimum execution time: 26_713_000 picoseconds. - Weight::from_parts(27_284_000, 114318) + // Minimum execution time: 26_624_000 picoseconds. + Weight::from_parts(27_040_000, 114318) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -884,8 +884,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `438` // Estimated: `227328` - // Minimum execution time: 42_374_000 picoseconds. - Weight::from_parts(43_142_000, 227328) + // Minimum execution time: 42_097_000 picoseconds. + Weight::from_parts(42_848_000, 227328) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -897,8 +897,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `434` // Estimated: `114318` - // Minimum execution time: 30_213_000 picoseconds. - Weight::from_parts(30_633_000, 114318) + // Minimum execution time: 30_381_000 picoseconds. + Weight::from_parts(30_850_000, 114318) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -912,8 +912,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `422` // Estimated: `7387` - // Minimum execution time: 20_887_000 picoseconds. - Weight::from_parts(21_242_000, 7387) + // Minimum execution time: 20_669_000 picoseconds. + Weight::from_parts(20_892_000, 7387) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -925,8 +925,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `355` // Estimated: `7348` - // Minimum execution time: 18_702_000 picoseconds. - Weight::from_parts(18_880_000, 7348) + // Minimum execution time: 18_212_000 picoseconds. + Weight::from_parts(18_484_000, 7348) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/remark/src/weights.rs b/frame/remark/src/weights.rs index bb2e91b5dfbd0..300457860bf02 100644 --- a/frame/remark/src/weights.rs +++ b/frame/remark/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_remark //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -62,10 +62,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_284_000 picoseconds. - Weight::from_parts(4_054_843, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(1_094, 0).saturating_mul(l.into())) + // Minimum execution time: 9_230_000 picoseconds. + Weight::from_parts(9_289_000, 0) + // Standard Error: 1 + .saturating_add(Weight::from_parts(1_134, 0).saturating_mul(l.into())) } } @@ -76,9 +76,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_284_000 picoseconds. - Weight::from_parts(4_054_843, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(1_094, 0).saturating_mul(l.into())) + // Minimum execution time: 9_230_000 picoseconds. + Weight::from_parts(9_289_000, 0) + // Standard Error: 1 + .saturating_add(Weight::from_parts(1_134, 0).saturating_mul(l.into())) } } diff --git a/frame/salary/src/weights.rs b/frame/salary/src/weights.rs index 7195a144a65a3..7272ab3ede81b 100644 --- a/frame/salary/src/weights.rs +++ b/frame/salary/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_salary //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -69,8 +69,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `1541` - // Minimum execution time: 11_732_000 picoseconds. - Weight::from_parts(12_162_000, 1541) + // Minimum execution time: 11_827_000 picoseconds. + Weight::from_parts(12_143_000, 1541) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -80,8 +80,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `86` // Estimated: `1541` - // Minimum execution time: 12_966_000 picoseconds. - Weight::from_parts(13_443_000, 1541) + // Minimum execution time: 13_131_000 picoseconds. + Weight::from_parts(13_447_000, 1541) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -95,8 +95,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `362` // Estimated: `8591` - // Minimum execution time: 20_467_000 picoseconds. - Weight::from_parts(20_782_000, 8591) + // Minimum execution time: 20_046_000 picoseconds. + Weight::from_parts(20_485_000, 8591) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -110,8 +110,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `429` // Estimated: `8591` - // Minimum execution time: 23_547_000 picoseconds. - Weight::from_parts(23_911_000, 8591) + // Minimum execution time: 23_952_000 picoseconds. + Weight::from_parts(24_309_000, 8591) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -125,8 +125,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `429` // Estimated: `8591` - // Minimum execution time: 47_145_000 picoseconds. - Weight::from_parts(47_778_000, 8591) + // Minimum execution time: 46_819_000 picoseconds. + Weight::from_parts(47_404_000, 8591) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -142,8 +142,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `429` // Estimated: `12184` - // Minimum execution time: 48_763_000 picoseconds. - Weight::from_parts(49_853_000, 12184) + // Minimum execution time: 47_903_000 picoseconds. + Weight::from_parts(48_618_000, 12184) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -155,8 +155,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `170` // Estimated: `5084` - // Minimum execution time: 12_825_000 picoseconds. - Weight::from_parts(13_143_000, 5084) + // Minimum execution time: 12_769_000 picoseconds. + Weight::from_parts(12_950_000, 5084) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -170,8 +170,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4` // Estimated: `1541` - // Minimum execution time: 11_732_000 picoseconds. - Weight::from_parts(12_162_000, 1541) + // Minimum execution time: 11_827_000 picoseconds. + Weight::from_parts(12_143_000, 1541) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -181,8 +181,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `86` // Estimated: `1541` - // Minimum execution time: 12_966_000 picoseconds. - Weight::from_parts(13_443_000, 1541) + // Minimum execution time: 13_131_000 picoseconds. + Weight::from_parts(13_447_000, 1541) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -196,8 +196,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `362` // Estimated: `8591` - // Minimum execution time: 20_467_000 picoseconds. - Weight::from_parts(20_782_000, 8591) + // Minimum execution time: 20_046_000 picoseconds. + Weight::from_parts(20_485_000, 8591) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -211,8 +211,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `429` // Estimated: `8591` - // Minimum execution time: 23_547_000 picoseconds. - Weight::from_parts(23_911_000, 8591) + // Minimum execution time: 23_952_000 picoseconds. + Weight::from_parts(24_309_000, 8591) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -226,8 +226,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `429` // Estimated: `8591` - // Minimum execution time: 47_145_000 picoseconds. - Weight::from_parts(47_778_000, 8591) + // Minimum execution time: 46_819_000 picoseconds. + Weight::from_parts(47_404_000, 8591) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -243,8 +243,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `429` // Estimated: `12184` - // Minimum execution time: 48_763_000 picoseconds. - Weight::from_parts(49_853_000, 12184) + // Minimum execution time: 47_903_000 picoseconds. + Weight::from_parts(48_618_000, 12184) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -256,8 +256,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `170` // Estimated: `5084` - // Minimum execution time: 12_825_000 picoseconds. - Weight::from_parts(13_143_000, 5084) + // Minimum execution time: 12_769_000 picoseconds. + Weight::from_parts(12_950_000, 5084) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/frame/scheduler/src/weights.rs b/frame/scheduler/src/weights.rs index bccb502656a72..a95cc3eb20ead 100644 --- a/frame/scheduler/src/weights.rs +++ b/frame/scheduler/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_scheduler //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -74,8 +74,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `31` // Estimated: `1489` - // Minimum execution time: 3_965_000 picoseconds. - Weight::from_parts(4_126_000, 1489) + // Minimum execution time: 3_897_000 picoseconds. + Weight::from_parts(4_088_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -86,10 +86,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `81 + s * (177 ±0)` // Estimated: `110487` - // Minimum execution time: 3_662_000 picoseconds. - Weight::from_parts(8_746_597, 110487) - // Standard Error: 754 - .saturating_add(Weight::from_parts(309_350, 0).saturating_mul(s.into())) + // Minimum execution time: 3_725_000 picoseconds. + Weight::from_parts(8_778_502, 110487) + // Standard Error: 751 + .saturating_add(Weight::from_parts(308_850, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -97,8 +97,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_807_000 picoseconds. - Weight::from_parts(5_963_000, 0) + // Minimum execution time: 5_736_000 picoseconds. + Weight::from_parts(6_081_000, 0) } /// Storage: Preimage PreimageFor (r:1 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured) @@ -109,10 +109,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `179 + s * (1 ±0)` // Estimated: `7200 + s * (1 ±0)` - // Minimum execution time: 20_188_000 picoseconds. - Weight::from_parts(20_422_000, 7200) - // Standard Error: 1 - .saturating_add(Weight::from_parts(1_143, 0).saturating_mul(s.into())) + // Minimum execution time: 20_800_000 picoseconds. + Weight::from_parts(20_956_000, 7200) + // Standard Error: 0 + .saturating_add(Weight::from_parts(1_230, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) @@ -123,30 +123,30 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_787_000 picoseconds. - Weight::from_parts(8_046_000, 0) + // Minimum execution time: 7_574_000 picoseconds. + Weight::from_parts(7_854_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } fn service_task_periodic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_730_000 picoseconds. - Weight::from_parts(5_901_000, 0) + // Minimum execution time: 5_512_000 picoseconds. + Weight::from_parts(5_722_000, 0) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_569_000 picoseconds. - Weight::from_parts(2_710_000, 0) + // Minimum execution time: 2_590_000 picoseconds. + Weight::from_parts(2_755_000, 0) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_611_000 picoseconds. - Weight::from_parts(2_765_000, 0) + // Minimum execution time: 2_486_000 picoseconds. + Weight::from_parts(2_645_000, 0) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen) @@ -155,10 +155,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `81 + s * (177 ±0)` // Estimated: `110487` - // Minimum execution time: 14_237_000 picoseconds. - Weight::from_parts(18_553_929, 110487) - // Standard Error: 757 - .saturating_add(Weight::from_parts(327_347, 0).saturating_mul(s.into())) + // Minimum execution time: 13_934_000 picoseconds. + Weight::from_parts(18_421_475, 110487) + // Standard Error: 744 + .saturating_add(Weight::from_parts(315_203, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -171,10 +171,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `81 + s * (177 ±0)` // Estimated: `110487` - // Minimum execution time: 18_003_000 picoseconds. - Weight::from_parts(19_521_283, 110487) - // Standard Error: 901 - .saturating_add(Weight::from_parts(496_401, 0).saturating_mul(s.into())) + // Minimum execution time: 17_542_000 picoseconds. + Weight::from_parts(19_482_782, 110487) + // Standard Error: 858 + .saturating_add(Weight::from_parts(487_958, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -187,10 +187,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `596 + s * (178 ±0)` // Estimated: `114000` - // Minimum execution time: 17_713_000 picoseconds. - Weight::from_parts(24_442_945, 114000) - // Standard Error: 764 - .saturating_add(Weight::from_parts(330_307, 0).saturating_mul(s.into())) + // Minimum execution time: 17_371_000 picoseconds. + Weight::from_parts(23_766_890, 114000) + // Standard Error: 761 + .saturating_add(Weight::from_parts(317_822, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -203,10 +203,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `709 + s * (177 ±0)` // Estimated: `114000` - // Minimum execution time: 19_808_000 picoseconds. - Weight::from_parts(22_601_896, 114000) - // Standard Error: 991 - .saturating_add(Weight::from_parts(496_702, 0).saturating_mul(s.into())) + // Minimum execution time: 20_123_000 picoseconds. + Weight::from_parts(22_668_796, 114000) + // Standard Error: 1_147 + .saturating_add(Weight::from_parts(493_263, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -220,8 +220,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `31` // Estimated: `1489` - // Minimum execution time: 3_965_000 picoseconds. - Weight::from_parts(4_126_000, 1489) + // Minimum execution time: 3_897_000 picoseconds. + Weight::from_parts(4_088_000, 1489) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -232,10 +232,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `81 + s * (177 ±0)` // Estimated: `110487` - // Minimum execution time: 3_662_000 picoseconds. - Weight::from_parts(8_746_597, 110487) - // Standard Error: 754 - .saturating_add(Weight::from_parts(309_350, 0).saturating_mul(s.into())) + // Minimum execution time: 3_725_000 picoseconds. + Weight::from_parts(8_778_502, 110487) + // Standard Error: 751 + .saturating_add(Weight::from_parts(308_850, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -243,8 +243,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_807_000 picoseconds. - Weight::from_parts(5_963_000, 0) + // Minimum execution time: 5_736_000 picoseconds. + Weight::from_parts(6_081_000, 0) } /// Storage: Preimage PreimageFor (r:1 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured) @@ -255,10 +255,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `179 + s * (1 ±0)` // Estimated: `7200 + s * (1 ±0)` - // Minimum execution time: 20_188_000 picoseconds. - Weight::from_parts(20_422_000, 7200) - // Standard Error: 1 - .saturating_add(Weight::from_parts(1_143, 0).saturating_mul(s.into())) + // Minimum execution time: 20_800_000 picoseconds. + Weight::from_parts(20_956_000, 7200) + // Standard Error: 0 + .saturating_add(Weight::from_parts(1_230, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) @@ -269,30 +269,30 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_787_000 picoseconds. - Weight::from_parts(8_046_000, 0) + // Minimum execution time: 7_574_000 picoseconds. + Weight::from_parts(7_854_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } fn service_task_periodic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_730_000 picoseconds. - Weight::from_parts(5_901_000, 0) + // Minimum execution time: 5_512_000 picoseconds. + Weight::from_parts(5_722_000, 0) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_569_000 picoseconds. - Weight::from_parts(2_710_000, 0) + // Minimum execution time: 2_590_000 picoseconds. + Weight::from_parts(2_755_000, 0) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_611_000 picoseconds. - Weight::from_parts(2_765_000, 0) + // Minimum execution time: 2_486_000 picoseconds. + Weight::from_parts(2_645_000, 0) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen) @@ -301,10 +301,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `81 + s * (177 ±0)` // Estimated: `110487` - // Minimum execution time: 14_237_000 picoseconds. - Weight::from_parts(18_553_929, 110487) - // Standard Error: 757 - .saturating_add(Weight::from_parts(327_347, 0).saturating_mul(s.into())) + // Minimum execution time: 13_934_000 picoseconds. + Weight::from_parts(18_421_475, 110487) + // Standard Error: 744 + .saturating_add(Weight::from_parts(315_203, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -317,10 +317,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `81 + s * (177 ±0)` // Estimated: `110487` - // Minimum execution time: 18_003_000 picoseconds. - Weight::from_parts(19_521_283, 110487) - // Standard Error: 901 - .saturating_add(Weight::from_parts(496_401, 0).saturating_mul(s.into())) + // Minimum execution time: 17_542_000 picoseconds. + Weight::from_parts(19_482_782, 110487) + // Standard Error: 858 + .saturating_add(Weight::from_parts(487_958, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -333,10 +333,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `596 + s * (178 ±0)` // Estimated: `114000` - // Minimum execution time: 17_713_000 picoseconds. - Weight::from_parts(24_442_945, 114000) - // Standard Error: 764 - .saturating_add(Weight::from_parts(330_307, 0).saturating_mul(s.into())) + // Minimum execution time: 17_371_000 picoseconds. + Weight::from_parts(23_766_890, 114000) + // Standard Error: 761 + .saturating_add(Weight::from_parts(317_822, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -349,10 +349,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `709 + s * (177 ±0)` // Estimated: `114000` - // Minimum execution time: 19_808_000 picoseconds. - Weight::from_parts(22_601_896, 114000) - // Standard Error: 991 - .saturating_add(Weight::from_parts(496_702, 0).saturating_mul(s.into())) + // Minimum execution time: 20_123_000 picoseconds. + Weight::from_parts(22_668_796, 114000) + // Standard Error: 1_147 + .saturating_add(Weight::from_parts(493_263, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/frame/session/src/weights.rs b/frame/session/src/weights.rs index 3515ff4464a3a..695259b1aaa05 100644 --- a/frame/session/src/weights.rs +++ b/frame/session/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_session //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -68,8 +68,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1891` // Estimated: `22693` - // Minimum execution time: 48_165_000 picoseconds. - Weight::from_parts(48_967_000, 22693) + // Minimum execution time: 47_466_000 picoseconds. + Weight::from_parts(48_358_000, 22693) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -83,8 +83,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1758` // Estimated: `11537` - // Minimum execution time: 35_824_000 picoseconds. - Weight::from_parts(36_267_000, 11537) + // Minimum execution time: 34_990_000 picoseconds. + Weight::from_parts(36_072_000, 11537) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -102,8 +102,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1891` // Estimated: `22693` - // Minimum execution time: 48_165_000 picoseconds. - Weight::from_parts(48_967_000, 22693) + // Minimum execution time: 47_466_000 picoseconds. + Weight::from_parts(48_358_000, 22693) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -117,8 +117,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1758` // Estimated: `11537` - // Minimum execution time: 35_824_000 picoseconds. - Weight::from_parts(36_267_000, 11537) + // Minimum execution time: 34_990_000 picoseconds. + Weight::from_parts(36_072_000, 11537) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } diff --git a/frame/staking/src/weights.rs b/frame/staking/src/weights.rs index 01d874d55660b..7707c675268ba 100644 --- a/frame/staking/src/weights.rs +++ b/frame/staking/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_staking //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -100,8 +100,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1047` // Estimated: `14346` - // Minimum execution time: 46_401_000 picoseconds. - Weight::from_parts(46_987_000, 14346) + // Minimum execution time: 45_069_000 picoseconds. + Weight::from_parts(45_889_000, 14346) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -119,8 +119,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2028` // Estimated: `27838` - // Minimum execution time: 87_755_000 picoseconds. - Weight::from_parts(88_802_000, 27838) + // Minimum execution time: 86_912_000 picoseconds. + Weight::from_parts(87_747_000, 27838) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -146,8 +146,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2233` // Estimated: `38444` - // Minimum execution time: 95_698_000 picoseconds. - Weight::from_parts(96_971_000, 38444) + // Minimum execution time: 93_800_000 picoseconds. + Weight::from_parts(94_534_000, 38444) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -160,14 +160,12 @@ impl WeightInfo for SubstrateWeight { /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. - fn withdraw_unbonded_update(s: u32, ) -> Weight { + fn withdraw_unbonded_update(_s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1021` // Estimated: `14402` - // Minimum execution time: 38_239_000 picoseconds. - Weight::from_parts(39_615_452, 14402) - // Standard Error: 447 - .saturating_add(Weight::from_parts(9_199, 0).saturating_mul(s.into())) + // Minimum execution time: 37_664_000 picoseconds. + Weight::from_parts(39_385_045, 14402) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -204,10 +202,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2294 + s * (4 ±0)` // Estimated: `43999 + s * (4 ±0)` - // Minimum execution time: 84_251_000 picoseconds. - Weight::from_parts(90_113_319, 43999) - // Standard Error: 2_177 - .saturating_add(Weight::from_parts(1_278_840, 0).saturating_mul(s.into())) + // Minimum execution time: 82_108_000 picoseconds. + Weight::from_parts(87_929_427, 43999) + // Standard Error: 2_234 + .saturating_add(Weight::from_parts(1_278_910, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -239,8 +237,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1414` // Estimated: `30249` - // Minimum execution time: 60_509_000 picoseconds. - Weight::from_parts(61_305_000, 30249) + // Minimum execution time: 58_264_000 picoseconds. + Weight::from_parts(58_981_000, 30249) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -253,10 +251,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1260 + k * (569 ±0)` // Estimated: `5546 + k * (3033 ±0)` - // Minimum execution time: 30_063_000 picoseconds. - Weight::from_parts(31_774_698, 5546) - // Standard Error: 11_088 - .saturating_add(Weight::from_parts(7_869_325, 0).saturating_mul(k.into())) + // Minimum execution time: 29_170_000 picoseconds. + Weight::from_parts(28_424_961, 5546) + // Standard Error: 10_181 + .saturating_add(Weight::from_parts(7_850_372, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) @@ -289,10 +287,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1888 + n * (105 ±0)` // Estimated: `32878 + n * (2520 ±0)` - // Minimum execution time: 70_091_000 picoseconds. - Weight::from_parts(67_744_973, 32878) - // Standard Error: 12_799 - .saturating_add(Weight::from_parts(3_238_224, 0).saturating_mul(n.into())) + // Minimum execution time: 67_874_000 picoseconds. + Weight::from_parts(66_153_078, 32878) + // Standard Error: 17_412 + .saturating_add(Weight::from_parts(3_318_311, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(6_u64)) @@ -316,8 +314,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1748` // Estimated: `24862` - // Minimum execution time: 60_582_000 picoseconds. - Weight::from_parts(61_208_000, 24862) + // Minimum execution time: 60_052_000 picoseconds. + Weight::from_parts(60_528_000, 24862) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -329,8 +327,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `808` // Estimated: `4556` - // Minimum execution time: 15_630_000 picoseconds. - Weight::from_parts(16_018_000, 4556) + // Minimum execution time: 15_366_000 picoseconds. + Weight::from_parts(15_655_000, 4556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -342,8 +340,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `907` // Estimated: `11659` - // Minimum execution time: 23_895_000 picoseconds. - Weight::from_parts(24_306_000, 11659) + // Minimum execution time: 23_563_000 picoseconds. + Weight::from_parts(23_940_000, 11659) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -353,8 +351,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_694_000 picoseconds. - Weight::from_parts(3_820_000, 0) + // Minimum execution time: 3_711_000 picoseconds. + Weight::from_parts(3_870_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -363,8 +361,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_729_000 picoseconds. - Weight::from_parts(11_086_000, 0) + // Minimum execution time: 10_952_000 picoseconds. + Weight::from_parts(11_139_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -373,8 +371,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_959_000 picoseconds. - Weight::from_parts(11_371_000, 0) + // Minimum execution time: 10_777_000 picoseconds. + Weight::from_parts(11_100_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -383,8 +381,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_101_000 picoseconds. - Weight::from_parts(11_506_000, 0) + // Minimum execution time: 11_165_000 picoseconds. + Weight::from_parts(11_372_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Staking Invulnerables (r:0 w:1) @@ -394,10 +392,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_016_000 picoseconds. - Weight::from_parts(4_454_020, 0) - // Standard Error: 82 - .saturating_add(Weight::from_parts(10_703, 0).saturating_mul(v.into())) + // Minimum execution time: 4_000_000 picoseconds. + Weight::from_parts(4_784_601, 0) + // Standard Error: 72 + .saturating_add(Weight::from_parts(9_964, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Staking Bonded (r:1 w:1) @@ -431,10 +429,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2018 + s * (4 ±0)` // Estimated: `37678 + s * (4 ±0)` - // Minimum execution time: 76_338_000 picoseconds. - Weight::from_parts(82_426_098, 37678) - // Standard Error: 3_761 - .saturating_add(Weight::from_parts(1_279_343, 0).saturating_mul(s.into())) + // Minimum execution time: 76_780_000 picoseconds. + Weight::from_parts(84_138_117, 37678) + // Standard Error: 11_942 + .saturating_add(Weight::from_parts(1_263_944, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -447,10 +445,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `66639` // Estimated: `70104` - // Minimum execution time: 91_160_000 picoseconds. - Weight::from_parts(794_662_495, 70104) - // Standard Error: 51_479 - .saturating_add(Weight::from_parts(4_346_694, 0).saturating_mul(s.into())) + // Minimum execution time: 90_103_000 picoseconds. + Weight::from_parts(905_597_111, 70104) + // Standard Error: 60_039 + .saturating_add(Weight::from_parts(4_952_593, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -477,10 +475,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `20217 + n * (143 ±0)` // Estimated: `63416 + n * (8024 ±1)` - // Minimum execution time: 77_845_000 picoseconds. - Weight::from_parts(86_178_186, 63416) - // Standard Error: 21_971 - .saturating_add(Weight::from_parts(26_966_654, 0).saturating_mul(n.into())) + // Minimum execution time: 77_751_000 picoseconds. + Weight::from_parts(84_097_451, 63416) + // Standard Error: 40_643 + .saturating_add(Weight::from_parts(26_899_394, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -512,10 +510,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `34971 + n * (401 ±0)` // Estimated: `93244 + n * (15898 ±0)` - // Minimum execution time: 98_209_000 picoseconds. - Weight::from_parts(102_121_432, 93244) - // Standard Error: 25_633 - .saturating_add(Weight::from_parts(39_244_200, 0).saturating_mul(n.into())) + // Minimum execution time: 96_807_000 picoseconds. + Weight::from_parts(96_613_705, 93244) + // Standard Error: 61_147 + .saturating_add(Weight::from_parts(38_620_463, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -539,10 +537,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2029 + l * (7 ±0)` // Estimated: `31431` - // Minimum execution time: 87_067_000 picoseconds. - Weight::from_parts(87_971_483, 31431) - // Standard Error: 1_668 - .saturating_add(Weight::from_parts(56_024, 0).saturating_mul(l.into())) + // Minimum execution time: 85_495_000 picoseconds. + Weight::from_parts(86_624_710, 31431) + // Standard Error: 12_571 + .saturating_add(Weight::from_parts(76_616, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -577,10 +575,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2294 + s * (4 ±0)` // Estimated: `42515 + s * (4 ±0)` - // Minimum execution time: 90_421_000 picoseconds. - Weight::from_parts(91_873_866, 42515) - // Standard Error: 1_867 - .saturating_add(Weight::from_parts(1_275_581, 0).saturating_mul(s.into())) + // Minimum execution time: 88_431_000 picoseconds. + Weight::from_parts(87_059_824, 42515) + // Standard Error: 5_771 + .saturating_add(Weight::from_parts(1_442_422, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -625,13 +623,13 @@ impl WeightInfo for SubstrateWeight { fn new_era(v: u32, n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + v * (3598 ±0) + n * (720 ±0)` - // Estimated: `537749 + v * (16699 ±39) + n * (12763 ±3)` - // Minimum execution time: 552_452_000 picoseconds. - Weight::from_parts(555_250_000, 537749) - // Standard Error: 1_893_951 - .saturating_add(Weight::from_parts(61_059_451, 0).saturating_mul(v.into())) - // Standard Error: 188_721 - .saturating_add(Weight::from_parts(17_220_679, 0).saturating_mul(n.into())) + // Estimated: `537749 + v * (16699 ±0) + n * (12763 ±0)` + // Minimum execution time: 544_441_000 picoseconds. + Weight::from_parts(545_946_000, 537749) + // Standard Error: 1_840_403 + .saturating_add(Weight::from_parts(59_152_461, 0).saturating_mul(v.into())) + // Standard Error: 183_386 + .saturating_add(Weight::from_parts(16_721_424, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(206_u64)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -662,12 +660,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3135 + v * (395 ±0) + n * (911 ±0)` // Estimated: `518829 + v * (14295 ±0) + n * (11775 ±0)` - // Minimum execution time: 32_870_065_000 picoseconds. - Weight::from_parts(33_295_716_000, 518829) - // Standard Error: 371_824 - .saturating_add(Weight::from_parts(5_148_979, 0).saturating_mul(v.into())) - // Standard Error: 371_824 - .saturating_add(Weight::from_parts(3_376_262, 0).saturating_mul(n.into())) + // Minimum execution time: 32_482_788_000 picoseconds. + Weight::from_parts(32_710_577_000, 518829) + // Standard Error: 370_881 + .saturating_add(Weight::from_parts(5_373_939, 0).saturating_mul(v.into())) + // Standard Error: 370_881 + .saturating_add(Weight::from_parts(3_224_441, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(201_u64)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -684,10 +682,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `983 + v * (50 ±0)` // Estimated: `4999 + v * (2520 ±0)` - // Minimum execution time: 2_321_389_000 picoseconds. - Weight::from_parts(70_122_933, 4999) - // Standard Error: 7_249 - .saturating_add(Weight::from_parts(4_632_666, 0).saturating_mul(v.into())) + // Minimum execution time: 2_271_027_000 picoseconds. + Weight::from_parts(55_886_363, 4999) + // Standard Error: 9_609 + .saturating_add(Weight::from_parts(4_534_059, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(Weight::from_parts(0, 2520).saturating_mul(v.into())) @@ -708,8 +706,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_581_000 picoseconds. - Weight::from_parts(9_802_000, 0) + // Minimum execution time: 9_376_000 picoseconds. + Weight::from_parts(9_718_000, 0) .saturating_add(T::DbWeight::get().writes(6_u64)) } /// Storage: Staking MinCommission (r:0 w:1) @@ -728,8 +726,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_883_000 picoseconds. - Weight::from_parts(9_151_000, 0) + // Minimum execution time: 8_741_000 picoseconds. + Weight::from_parts(9_044_000, 0) .saturating_add(T::DbWeight::get().writes(6_u64)) } /// Storage: Staking Ledger (r:1 w:0) @@ -756,8 +754,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1871` // Estimated: `29338` - // Minimum execution time: 77_916_000 picoseconds. - Weight::from_parts(78_877_000, 29338) + // Minimum execution time: 75_100_000 picoseconds. + Weight::from_parts(75_767_000, 29338) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -769,8 +767,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `694` // Estimated: `4999` - // Minimum execution time: 16_658_000 picoseconds. - Weight::from_parts(16_968_000, 4999) + // Minimum execution time: 16_411_000 picoseconds. + Weight::from_parts(16_685_000, 4999) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -780,8 +778,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_982_000 picoseconds. - Weight::from_parts(5_232_000, 0) + // Minimum execution time: 5_065_000 picoseconds. + Weight::from_parts(5_263_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } @@ -802,8 +800,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1047` // Estimated: `14346` - // Minimum execution time: 46_401_000 picoseconds. - Weight::from_parts(46_987_000, 14346) + // Minimum execution time: 45_069_000 picoseconds. + Weight::from_parts(45_889_000, 14346) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -821,8 +819,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `2028` // Estimated: `27838` - // Minimum execution time: 87_755_000 picoseconds. - Weight::from_parts(88_802_000, 27838) + // Minimum execution time: 86_912_000 picoseconds. + Weight::from_parts(87_747_000, 27838) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -848,8 +846,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `2233` // Estimated: `38444` - // Minimum execution time: 95_698_000 picoseconds. - Weight::from_parts(96_971_000, 38444) + // Minimum execution time: 93_800_000 picoseconds. + Weight::from_parts(94_534_000, 38444) .saturating_add(RocksDbWeight::get().reads(12_u64)) .saturating_add(RocksDbWeight::get().writes(8_u64)) } @@ -862,14 +860,12 @@ impl WeightInfo for () { /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. - fn withdraw_unbonded_update(s: u32, ) -> Weight { + fn withdraw_unbonded_update(_s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1021` // Estimated: `14402` - // Minimum execution time: 38_239_000 picoseconds. - Weight::from_parts(39_615_452, 14402) - // Standard Error: 447 - .saturating_add(Weight::from_parts(9_199, 0).saturating_mul(s.into())) + // Minimum execution time: 37_664_000 picoseconds. + Weight::from_parts(39_385_045, 14402) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -906,10 +902,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `2294 + s * (4 ±0)` // Estimated: `43999 + s * (4 ±0)` - // Minimum execution time: 84_251_000 picoseconds. - Weight::from_parts(90_113_319, 43999) - // Standard Error: 2_177 - .saturating_add(Weight::from_parts(1_278_840, 0).saturating_mul(s.into())) + // Minimum execution time: 82_108_000 picoseconds. + Weight::from_parts(87_929_427, 43999) + // Standard Error: 2_234 + .saturating_add(Weight::from_parts(1_278_910, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(13_u64)) .saturating_add(RocksDbWeight::get().writes(12_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -941,8 +937,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1414` // Estimated: `30249` - // Minimum execution time: 60_509_000 picoseconds. - Weight::from_parts(61_305_000, 30249) + // Minimum execution time: 58_264_000 picoseconds. + Weight::from_parts(58_981_000, 30249) .saturating_add(RocksDbWeight::get().reads(11_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -955,10 +951,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1260 + k * (569 ±0)` // Estimated: `5546 + k * (3033 ±0)` - // Minimum execution time: 30_063_000 picoseconds. - Weight::from_parts(31_774_698, 5546) - // Standard Error: 11_088 - .saturating_add(Weight::from_parts(7_869_325, 0).saturating_mul(k.into())) + // Minimum execution time: 29_170_000 picoseconds. + Weight::from_parts(28_424_961, 5546) + // Standard Error: 10_181 + .saturating_add(Weight::from_parts(7_850_372, 0).saturating_mul(k.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(k.into()))) @@ -991,10 +987,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1888 + n * (105 ±0)` // Estimated: `32878 + n * (2520 ±0)` - // Minimum execution time: 70_091_000 picoseconds. - Weight::from_parts(67_744_973, 32878) - // Standard Error: 12_799 - .saturating_add(Weight::from_parts(3_238_224, 0).saturating_mul(n.into())) + // Minimum execution time: 67_874_000 picoseconds. + Weight::from_parts(66_153_078, 32878) + // Standard Error: 17_412 + .saturating_add(Weight::from_parts(3_318_311, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(12_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(6_u64)) @@ -1018,8 +1014,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1748` // Estimated: `24862` - // Minimum execution time: 60_582_000 picoseconds. - Weight::from_parts(61_208_000, 24862) + // Minimum execution time: 60_052_000 picoseconds. + Weight::from_parts(60_528_000, 24862) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -1031,8 +1027,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `808` // Estimated: `4556` - // Minimum execution time: 15_630_000 picoseconds. - Weight::from_parts(16_018_000, 4556) + // Minimum execution time: 15_366_000 picoseconds. + Weight::from_parts(15_655_000, 4556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1044,8 +1040,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `907` // Estimated: `11659` - // Minimum execution time: 23_895_000 picoseconds. - Weight::from_parts(24_306_000, 11659) + // Minimum execution time: 23_563_000 picoseconds. + Weight::from_parts(23_940_000, 11659) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -1055,8 +1051,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_694_000 picoseconds. - Weight::from_parts(3_820_000, 0) + // Minimum execution time: 3_711_000 picoseconds. + Weight::from_parts(3_870_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -1065,8 +1061,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_729_000 picoseconds. - Weight::from_parts(11_086_000, 0) + // Minimum execution time: 10_952_000 picoseconds. + Weight::from_parts(11_139_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -1075,8 +1071,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_959_000 picoseconds. - Weight::from_parts(11_371_000, 0) + // Minimum execution time: 10_777_000 picoseconds. + Weight::from_parts(11_100_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -1085,8 +1081,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_101_000 picoseconds. - Weight::from_parts(11_506_000, 0) + // Minimum execution time: 11_165_000 picoseconds. + Weight::from_parts(11_372_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Staking Invulnerables (r:0 w:1) @@ -1096,10 +1092,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_016_000 picoseconds. - Weight::from_parts(4_454_020, 0) - // Standard Error: 82 - .saturating_add(Weight::from_parts(10_703, 0).saturating_mul(v.into())) + // Minimum execution time: 4_000_000 picoseconds. + Weight::from_parts(4_784_601, 0) + // Standard Error: 72 + .saturating_add(Weight::from_parts(9_964, 0).saturating_mul(v.into())) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Staking Bonded (r:1 w:1) @@ -1133,10 +1129,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `2018 + s * (4 ±0)` // Estimated: `37678 + s * (4 ±0)` - // Minimum execution time: 76_338_000 picoseconds. - Weight::from_parts(82_426_098, 37678) - // Standard Error: 3_761 - .saturating_add(Weight::from_parts(1_279_343, 0).saturating_mul(s.into())) + // Minimum execution time: 76_780_000 picoseconds. + Weight::from_parts(84_138_117, 37678) + // Standard Error: 11_942 + .saturating_add(Weight::from_parts(1_263_944, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(11_u64)) .saturating_add(RocksDbWeight::get().writes(12_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -1149,10 +1145,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `66639` // Estimated: `70104` - // Minimum execution time: 91_160_000 picoseconds. - Weight::from_parts(794_662_495, 70104) - // Standard Error: 51_479 - .saturating_add(Weight::from_parts(4_346_694, 0).saturating_mul(s.into())) + // Minimum execution time: 90_103_000 picoseconds. + Weight::from_parts(905_597_111, 70104) + // Standard Error: 60_039 + .saturating_add(Weight::from_parts(4_952_593, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1179,10 +1175,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `20217 + n * (143 ±0)` // Estimated: `63416 + n * (8024 ±1)` - // Minimum execution time: 77_845_000 picoseconds. - Weight::from_parts(86_178_186, 63416) - // Standard Error: 21_971 - .saturating_add(Weight::from_parts(26_966_654, 0).saturating_mul(n.into())) + // Minimum execution time: 77_751_000 picoseconds. + Weight::from_parts(84_097_451, 63416) + // Standard Error: 40_643 + .saturating_add(Weight::from_parts(26_899_394, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -1214,10 +1210,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `34971 + n * (401 ±0)` // Estimated: `93244 + n * (15898 ±0)` - // Minimum execution time: 98_209_000 picoseconds. - Weight::from_parts(102_121_432, 93244) - // Standard Error: 25_633 - .saturating_add(Weight::from_parts(39_244_200, 0).saturating_mul(n.into())) + // Minimum execution time: 96_807_000 picoseconds. + Weight::from_parts(96_613_705, 93244) + // Standard Error: 61_147 + .saturating_add(Weight::from_parts(38_620_463, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(10_u64)) .saturating_add(RocksDbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -1241,10 +1237,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `2029 + l * (7 ±0)` // Estimated: `31431` - // Minimum execution time: 87_067_000 picoseconds. - Weight::from_parts(87_971_483, 31431) - // Standard Error: 1_668 - .saturating_add(Weight::from_parts(56_024, 0).saturating_mul(l.into())) + // Minimum execution time: 85_495_000 picoseconds. + Weight::from_parts(86_624_710, 31431) + // Standard Error: 12_571 + .saturating_add(Weight::from_parts(76_616, 0).saturating_mul(l.into())) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(8_u64)) } @@ -1279,10 +1275,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `2294 + s * (4 ±0)` // Estimated: `42515 + s * (4 ±0)` - // Minimum execution time: 90_421_000 picoseconds. - Weight::from_parts(91_873_866, 42515) - // Standard Error: 1_867 - .saturating_add(Weight::from_parts(1_275_581, 0).saturating_mul(s.into())) + // Minimum execution time: 88_431_000 picoseconds. + Weight::from_parts(87_059_824, 42515) + // Standard Error: 5_771 + .saturating_add(Weight::from_parts(1_442_422, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(12_u64)) .saturating_add(RocksDbWeight::get().writes(12_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -1327,13 +1323,13 @@ impl WeightInfo for () { fn new_era(v: u32, n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + v * (3598 ±0) + n * (720 ±0)` - // Estimated: `537749 + v * (16699 ±39) + n * (12763 ±3)` - // Minimum execution time: 552_452_000 picoseconds. - Weight::from_parts(555_250_000, 537749) - // Standard Error: 1_893_951 - .saturating_add(Weight::from_parts(61_059_451, 0).saturating_mul(v.into())) - // Standard Error: 188_721 - .saturating_add(Weight::from_parts(17_220_679, 0).saturating_mul(n.into())) + // Estimated: `537749 + v * (16699 ±0) + n * (12763 ±0)` + // Minimum execution time: 544_441_000 picoseconds. + Weight::from_parts(545_946_000, 537749) + // Standard Error: 1_840_403 + .saturating_add(Weight::from_parts(59_152_461, 0).saturating_mul(v.into())) + // Standard Error: 183_386 + .saturating_add(Weight::from_parts(16_721_424, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(206_u64)) .saturating_add(RocksDbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -1364,12 +1360,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3135 + v * (395 ±0) + n * (911 ±0)` // Estimated: `518829 + v * (14295 ±0) + n * (11775 ±0)` - // Minimum execution time: 32_870_065_000 picoseconds. - Weight::from_parts(33_295_716_000, 518829) - // Standard Error: 371_824 - .saturating_add(Weight::from_parts(5_148_979, 0).saturating_mul(v.into())) - // Standard Error: 371_824 - .saturating_add(Weight::from_parts(3_376_262, 0).saturating_mul(n.into())) + // Minimum execution time: 32_482_788_000 picoseconds. + Weight::from_parts(32_710_577_000, 518829) + // Standard Error: 370_881 + .saturating_add(Weight::from_parts(5_373_939, 0).saturating_mul(v.into())) + // Standard Error: 370_881 + .saturating_add(Weight::from_parts(3_224_441, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(201_u64)) .saturating_add(RocksDbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -1386,10 +1382,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `983 + v * (50 ±0)` // Estimated: `4999 + v * (2520 ±0)` - // Minimum execution time: 2_321_389_000 picoseconds. - Weight::from_parts(70_122_933, 4999) - // Standard Error: 7_249 - .saturating_add(Weight::from_parts(4_632_666, 0).saturating_mul(v.into())) + // Minimum execution time: 2_271_027_000 picoseconds. + Weight::from_parts(55_886_363, 4999) + // Standard Error: 9_609 + .saturating_add(Weight::from_parts(4_534_059, 0).saturating_mul(v.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(Weight::from_parts(0, 2520).saturating_mul(v.into())) @@ -1410,8 +1406,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_581_000 picoseconds. - Weight::from_parts(9_802_000, 0) + // Minimum execution time: 9_376_000 picoseconds. + Weight::from_parts(9_718_000, 0) .saturating_add(RocksDbWeight::get().writes(6_u64)) } /// Storage: Staking MinCommission (r:0 w:1) @@ -1430,8 +1426,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_883_000 picoseconds. - Weight::from_parts(9_151_000, 0) + // Minimum execution time: 8_741_000 picoseconds. + Weight::from_parts(9_044_000, 0) .saturating_add(RocksDbWeight::get().writes(6_u64)) } /// Storage: Staking Ledger (r:1 w:0) @@ -1458,8 +1454,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1871` // Estimated: `29338` - // Minimum execution time: 77_916_000 picoseconds. - Weight::from_parts(78_877_000, 29338) + // Minimum execution time: 75_100_000 picoseconds. + Weight::from_parts(75_767_000, 29338) .saturating_add(RocksDbWeight::get().reads(11_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -1471,8 +1467,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `694` // Estimated: `4999` - // Minimum execution time: 16_658_000 picoseconds. - Weight::from_parts(16_968_000, 4999) + // Minimum execution time: 16_411_000 picoseconds. + Weight::from_parts(16_685_000, 4999) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1482,8 +1478,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_982_000 picoseconds. - Weight::from_parts(5_232_000, 0) + // Minimum execution time: 5_065_000 picoseconds. + Weight::from_parts(5_263_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } } diff --git a/frame/state-trie-migration/src/weights.rs b/frame/state-trie-migration/src/weights.rs index 961cec7bcfa51..96b4cc7016d1e 100644 --- a/frame/state-trie-migration/src/weights.rs +++ b/frame/state-trie-migration/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_state_trie_migration //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -71,8 +71,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `108` // Estimated: `4020` - // Minimum execution time: 15_449_000 picoseconds. - Weight::from_parts(16_040_000, 4020) + // Minimum execution time: 15_272_000 picoseconds. + Weight::from_parts(15_756_000, 4020) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -82,16 +82,16 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `76` // Estimated: `1493` - // Minimum execution time: 4_632_000 picoseconds. - Weight::from_parts(4_768_000, 1493) + // Minimum execution time: 4_716_000 picoseconds. + Weight::from_parts(4_965_000, 1493) .saturating_add(T::DbWeight::get().reads(1_u64)) } fn migrate_custom_top_success() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_596_000 picoseconds. - Weight::from_parts(9_866_000, 0) + // Minimum execution time: 10_087_000 picoseconds. + Weight::from_parts(10_545_000, 0) } /// Storage: unknown `0x666f6f` (r:1 w:1) /// Proof Skipped: unknown `0x666f6f` (r:1 w:1) @@ -99,8 +99,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `113` // Estimated: `3578` - // Minimum execution time: 27_352_000 picoseconds. - Weight::from_parts(28_089_000, 3578) + // Minimum execution time: 26_785_000 picoseconds. + Weight::from_parts(27_417_000, 3578) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -108,8 +108,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_286_000 picoseconds. - Weight::from_parts(10_761_000, 0) + // Minimum execution time: 10_155_000 picoseconds. + Weight::from_parts(10_855_000, 0) } /// Storage: unknown `0x666f6f` (r:1 w:1) /// Proof Skipped: unknown `0x666f6f` (r:1 w:1) @@ -117,8 +117,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `105` // Estimated: `3570` - // Minimum execution time: 27_355_000 picoseconds. - Weight::from_parts(28_092_000, 3570) + // Minimum execution time: 27_222_000 picoseconds. + Weight::from_parts(27_767_000, 3570) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -129,10 +129,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `197 + v * (1 ±0)` // Estimated: `3662 + v * (1 ±0)` - // Minimum execution time: 6_004_000 picoseconds. - Weight::from_parts(6_188_000, 3662) + // Minimum execution time: 5_845_000 picoseconds. + Weight::from_parts(5_935_000, 3662) // Standard Error: 1 - .saturating_add(Weight::from_parts(1_073, 0).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(1_074, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(v.into())) @@ -149,8 +149,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `108` // Estimated: `4020` - // Minimum execution time: 15_449_000 picoseconds. - Weight::from_parts(16_040_000, 4020) + // Minimum execution time: 15_272_000 picoseconds. + Weight::from_parts(15_756_000, 4020) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -160,16 +160,16 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `76` // Estimated: `1493` - // Minimum execution time: 4_632_000 picoseconds. - Weight::from_parts(4_768_000, 1493) + // Minimum execution time: 4_716_000 picoseconds. + Weight::from_parts(4_965_000, 1493) .saturating_add(RocksDbWeight::get().reads(1_u64)) } fn migrate_custom_top_success() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_596_000 picoseconds. - Weight::from_parts(9_866_000, 0) + // Minimum execution time: 10_087_000 picoseconds. + Weight::from_parts(10_545_000, 0) } /// Storage: unknown `0x666f6f` (r:1 w:1) /// Proof Skipped: unknown `0x666f6f` (r:1 w:1) @@ -177,8 +177,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `113` // Estimated: `3578` - // Minimum execution time: 27_352_000 picoseconds. - Weight::from_parts(28_089_000, 3578) + // Minimum execution time: 26_785_000 picoseconds. + Weight::from_parts(27_417_000, 3578) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -186,8 +186,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_286_000 picoseconds. - Weight::from_parts(10_761_000, 0) + // Minimum execution time: 10_155_000 picoseconds. + Weight::from_parts(10_855_000, 0) } /// Storage: unknown `0x666f6f` (r:1 w:1) /// Proof Skipped: unknown `0x666f6f` (r:1 w:1) @@ -195,8 +195,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `105` // Estimated: `3570` - // Minimum execution time: 27_355_000 picoseconds. - Weight::from_parts(28_092_000, 3570) + // Minimum execution time: 27_222_000 picoseconds. + Weight::from_parts(27_767_000, 3570) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -207,10 +207,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `197 + v * (1 ±0)` // Estimated: `3662 + v * (1 ±0)` - // Minimum execution time: 6_004_000 picoseconds. - Weight::from_parts(6_188_000, 3662) + // Minimum execution time: 5_845_000 picoseconds. + Weight::from_parts(5_935_000, 3662) // Standard Error: 1 - .saturating_add(Weight::from_parts(1_073, 0).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(1_074, 0).saturating_mul(v.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(v.into())) diff --git a/frame/support/src/weights/block_weights.rs b/frame/support/src/weights/block_weights.rs index b8ac9a0383dee..36f291f3811fc 100644 --- a/frame/support/src/weights/block_weights.rs +++ b/frame/support/src/weights/block_weights.rs @@ -16,7 +16,7 @@ // limitations under the License. //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15 (Y/M/D) +//! DATE: 2023-03-16 (Y/M/D) //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development` @@ -44,17 +44,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 402_748, 458_228 - /// Average: 412_772 - /// Median: 406_151 - /// Std-Dev: 13480.33 + /// Min, Max: 400_748, 490_688 + /// Average: 410_657 + /// Median: 404_373 + /// Std-Dev: 13237.15 /// /// Percentiles nanoseconds: - /// 99th: 450_080 - /// 95th: 445_111 - /// 75th: 414_170 + /// 99th: 446_578 + /// 95th: 438_836 + /// 75th: 412_989 pub const BlockExecutionWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(412_772), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(410_657), 0); } #[cfg(test)] diff --git a/frame/support/src/weights/extrinsic_weights.rs b/frame/support/src/weights/extrinsic_weights.rs index 44b1b94aeb8ba..0cf80fb15b91a 100644 --- a/frame/support/src/weights/extrinsic_weights.rs +++ b/frame/support/src/weights/extrinsic_weights.rs @@ -16,7 +16,7 @@ // limitations under the License. //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15 (Y/M/D) +//! DATE: 2023-03-16 (Y/M/D) //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Development` @@ -44,17 +44,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 109_595, 114_170 - /// Average: 110_536 - /// Median: 110_233 - /// Std-Dev: 933.39 + /// Min, Max: 107_853, 111_361 + /// Average: 108_685 + /// Median: 108_411 + /// Std-Dev: 697.77 /// /// Percentiles nanoseconds: - /// 99th: 114_120 - /// 95th: 112_680 - /// 75th: 110_858 + /// 99th: 110_954 + /// 95th: 110_166 + /// 75th: 108_951 pub const ExtrinsicBaseWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(110_536), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(108_685), 0); } #[cfg(test)] diff --git a/frame/system/src/weights.rs b/frame/system/src/weights.rs index 34c0b62dcdd2f..108a37fa8a327 100644 --- a/frame/system/src/weights.rs +++ b/frame/system/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for frame_system //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -67,20 +67,20 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_519_000 picoseconds. - Weight::from_parts(2_576_000, 0) + // Minimum execution time: 2_311_000 picoseconds. + Weight::from_parts(2_414_000, 0) // Standard Error: 0 - .saturating_add(Weight::from_parts(365, 0).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(411, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_687_000 picoseconds. - Weight::from_parts(8_875_000, 0) + // Minimum execution time: 8_338_000 picoseconds. + Weight::from_parts(8_542_000, 0) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_121, 0).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_168, 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) @@ -90,8 +90,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1485` - // Minimum execution time: 5_281_000 picoseconds. - Weight::from_parts(5_383_000, 1485) + // Minimum execution time: 5_102_000 picoseconds. + Weight::from_parts(5_287_000, 1485) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -102,10 +102,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_346_000 picoseconds. - Weight::from_parts(2_491_000, 0) - // Standard Error: 815 - .saturating_add(Weight::from_parts(731_217, 0).saturating_mul(i.into())) + // Minimum execution time: 2_450_000 picoseconds. + Weight::from_parts(2_560_000, 0) + // Standard Error: 1_046 + .saturating_add(Weight::from_parts(734_133, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -115,10 +115,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_394_000 picoseconds. - Weight::from_parts(2_567_000, 0) - // Standard Error: 935 - .saturating_add(Weight::from_parts(554_023, 0).saturating_mul(i.into())) + // Minimum execution time: 2_412_000 picoseconds. + Weight::from_parts(2_538_000, 0) + // Standard Error: 1_012 + .saturating_add(Weight::from_parts(556_249, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -128,10 +128,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `116 + p * (69 ±0)` // Estimated: `121 + p * (70 ±0)` - // Minimum execution time: 4_706_000 picoseconds. - Weight::from_parts(4_858_000, 121) - // Standard Error: 1_291 - .saturating_add(Weight::from_parts(1_142_198, 0).saturating_mul(p.into())) + // Minimum execution time: 4_470_000 picoseconds. + Weight::from_parts(4_565_000, 121) + // Standard Error: 1_416 + .saturating_add(Weight::from_parts(1_147_954, 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())) @@ -145,20 +145,20 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_519_000 picoseconds. - Weight::from_parts(2_576_000, 0) + // Minimum execution time: 2_311_000 picoseconds. + Weight::from_parts(2_414_000, 0) // Standard Error: 0 - .saturating_add(Weight::from_parts(365, 0).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(411, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_687_000 picoseconds. - Weight::from_parts(8_875_000, 0) + // Minimum execution time: 8_338_000 picoseconds. + Weight::from_parts(8_542_000, 0) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_121, 0).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_168, 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) @@ -168,8 +168,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1485` - // Minimum execution time: 5_281_000 picoseconds. - Weight::from_parts(5_383_000, 1485) + // Minimum execution time: 5_102_000 picoseconds. + Weight::from_parts(5_287_000, 1485) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -180,10 +180,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_346_000 picoseconds. - Weight::from_parts(2_491_000, 0) - // Standard Error: 815 - .saturating_add(Weight::from_parts(731_217, 0).saturating_mul(i.into())) + // Minimum execution time: 2_450_000 picoseconds. + Weight::from_parts(2_560_000, 0) + // Standard Error: 1_046 + .saturating_add(Weight::from_parts(734_133, 0).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -193,10 +193,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_394_000 picoseconds. - Weight::from_parts(2_567_000, 0) - // Standard Error: 935 - .saturating_add(Weight::from_parts(554_023, 0).saturating_mul(i.into())) + // Minimum execution time: 2_412_000 picoseconds. + Weight::from_parts(2_538_000, 0) + // Standard Error: 1_012 + .saturating_add(Weight::from_parts(556_249, 0).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -206,10 +206,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `116 + p * (69 ±0)` // Estimated: `121 + p * (70 ±0)` - // Minimum execution time: 4_706_000 picoseconds. - Weight::from_parts(4_858_000, 121) - // Standard Error: 1_291 - .saturating_add(Weight::from_parts(1_142_198, 0).saturating_mul(p.into())) + // Minimum execution time: 4_470_000 picoseconds. + Weight::from_parts(4_565_000, 121) + // Standard Error: 1_416 + .saturating_add(Weight::from_parts(1_147_954, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into())) diff --git a/frame/timestamp/src/weights.rs b/frame/timestamp/src/weights.rs index e1ada6f63c961..50c2e38ca1288 100644 --- a/frame/timestamp/src/weights.rs +++ b/frame/timestamp/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_timestamp //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -66,8 +66,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `312` // Estimated: `2986` - // Minimum execution time: 10_913_000 picoseconds. - Weight::from_parts(11_453_000, 2986) + // Minimum execution time: 10_439_000 picoseconds. + Weight::from_parts(10_937_000, 2986) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -75,8 +75,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161` // Estimated: `0` - // Minimum execution time: 4_400_000 picoseconds. - Weight::from_parts(4_550_000, 0) + // Minimum execution time: 4_466_000 picoseconds. + Weight::from_parts(4_558_000, 0) } } @@ -90,8 +90,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `312` // Estimated: `2986` - // Minimum execution time: 10_913_000 picoseconds. - Weight::from_parts(11_453_000, 2986) + // Minimum execution time: 10_439_000 picoseconds. + Weight::from_parts(10_937_000, 2986) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -99,7 +99,7 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161` // Estimated: `0` - // Minimum execution time: 4_400_000 picoseconds. - Weight::from_parts(4_550_000, 0) + // Minimum execution time: 4_466_000 picoseconds. + Weight::from_parts(4_558_000, 0) } } diff --git a/frame/tips/src/weights.rs b/frame/tips/src/weights.rs index 205413d52d7ff..a0f043167c153 100644 --- a/frame/tips/src/weights.rs +++ b/frame/tips/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_tips //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -71,10 +71,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `6938` - // Minimum execution time: 26_789_000 picoseconds. - Weight::from_parts(27_619_925, 6938) - // Standard Error: 168 - .saturating_add(Weight::from_parts(1_352, 0).saturating_mul(r.into())) + // Minimum execution time: 26_257_000 picoseconds. + Weight::from_parts(26_900_842, 6938) + // Standard Error: 181 + .saturating_add(Weight::from_parts(2_984, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -86,8 +86,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `221` // Estimated: `3907` - // Minimum execution time: 25_322_000 picoseconds. - Weight::from_parts(26_107_000, 3907) + // Minimum execution time: 25_310_000 picoseconds. + Weight::from_parts(26_121_000, 3907) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -99,14 +99,16 @@ impl WeightInfo for SubstrateWeight { /// Proof Skipped: Tips Tips (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 300]`. /// The range of component `t` is `[1, 13]`. - fn tip_new(_r: u32, t: u32, ) -> Weight { + fn tip_new(r: u32, t: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `526 + t * (64 ±0)` // Estimated: `6528 + t * (192 ±0)` - // Minimum execution time: 21_112_000 picoseconds. - Weight::from_parts(21_825_317, 6528) - // Standard Error: 11_230 - .saturating_add(Weight::from_parts(86_081, 0).saturating_mul(t.into())) + // Minimum execution time: 20_579_000 picoseconds. + Weight::from_parts(21_151_260, 6528) + // Standard Error: 606 + .saturating_add(Weight::from_parts(10, 0).saturating_mul(r.into())) + // Standard Error: 14_414 + .saturating_add(Weight::from_parts(109_141, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(t.into())) @@ -120,10 +122,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `747 + t * (112 ±0)` // Estimated: `6444 + t * (224 ±0)` - // Minimum execution time: 16_703_000 picoseconds. - Weight::from_parts(16_679_429, 6444) - // Standard Error: 18_088 - .saturating_add(Weight::from_parts(281_667, 0).saturating_mul(t.into())) + // Minimum execution time: 16_035_000 picoseconds. + Weight::from_parts(16_252_857, 6444) + // Standard Error: 4_468 + .saturating_add(Weight::from_parts(198_653, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 224).saturating_mul(t.into())) @@ -141,10 +143,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `786 + t * (112 ±0)` // Estimated: `10874 + t * (336 ±0)` - // Minimum execution time: 46_106_000 picoseconds. - Weight::from_parts(47_844_269, 10874) - // Standard Error: 9_247 - .saturating_add(Weight::from_parts(87_804, 0).saturating_mul(t.into())) + // Minimum execution time: 45_570_000 picoseconds. + Weight::from_parts(46_349_619, 10874) + // Standard Error: 6_203 + .saturating_add(Weight::from_parts(146_275, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 336).saturating_mul(t.into())) @@ -154,12 +156,14 @@ impl WeightInfo for SubstrateWeight { /// Storage: Tips Reasons (r:0 w:1) /// Proof Skipped: Tips Reasons (max_values: None, max_size: None, mode: Measured) /// The range of component `t` is `[1, 13]`. - fn slash_tip(_t: u32, ) -> Weight { + fn slash_tip(t: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `269` // Estimated: `4003` - // Minimum execution time: 15_508_000 picoseconds. - Weight::from_parts(16_207_284, 4003) + // Minimum execution time: 15_080_000 picoseconds. + Weight::from_parts(15_624_539, 4003) + // Standard Error: 1_931 + .saturating_add(Weight::from_parts(7_095, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -176,10 +180,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4` // Estimated: `6938` - // Minimum execution time: 26_789_000 picoseconds. - Weight::from_parts(27_619_925, 6938) - // Standard Error: 168 - .saturating_add(Weight::from_parts(1_352, 0).saturating_mul(r.into())) + // Minimum execution time: 26_257_000 picoseconds. + Weight::from_parts(26_900_842, 6938) + // Standard Error: 181 + .saturating_add(Weight::from_parts(2_984, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -191,8 +195,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `221` // Estimated: `3907` - // Minimum execution time: 25_322_000 picoseconds. - Weight::from_parts(26_107_000, 3907) + // Minimum execution time: 25_310_000 picoseconds. + Weight::from_parts(26_121_000, 3907) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -204,14 +208,16 @@ impl WeightInfo for () { /// Proof Skipped: Tips Tips (max_values: None, max_size: None, mode: Measured) /// The range of component `r` is `[0, 300]`. /// The range of component `t` is `[1, 13]`. - fn tip_new(_r: u32, t: u32, ) -> Weight { + fn tip_new(r: u32, t: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `526 + t * (64 ±0)` // Estimated: `6528 + t * (192 ±0)` - // Minimum execution time: 21_112_000 picoseconds. - Weight::from_parts(21_825_317, 6528) - // Standard Error: 11_230 - .saturating_add(Weight::from_parts(86_081, 0).saturating_mul(t.into())) + // Minimum execution time: 20_579_000 picoseconds. + Weight::from_parts(21_151_260, 6528) + // Standard Error: 606 + .saturating_add(Weight::from_parts(10, 0).saturating_mul(r.into())) + // Standard Error: 14_414 + .saturating_add(Weight::from_parts(109_141, 0).saturating_mul(t.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(t.into())) @@ -225,10 +231,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `747 + t * (112 ±0)` // Estimated: `6444 + t * (224 ±0)` - // Minimum execution time: 16_703_000 picoseconds. - Weight::from_parts(16_679_429, 6444) - // Standard Error: 18_088 - .saturating_add(Weight::from_parts(281_667, 0).saturating_mul(t.into())) + // Minimum execution time: 16_035_000 picoseconds. + Weight::from_parts(16_252_857, 6444) + // Standard Error: 4_468 + .saturating_add(Weight::from_parts(198_653, 0).saturating_mul(t.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 224).saturating_mul(t.into())) @@ -246,10 +252,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `786 + t * (112 ±0)` // Estimated: `10874 + t * (336 ±0)` - // Minimum execution time: 46_106_000 picoseconds. - Weight::from_parts(47_844_269, 10874) - // Standard Error: 9_247 - .saturating_add(Weight::from_parts(87_804, 0).saturating_mul(t.into())) + // Minimum execution time: 45_570_000 picoseconds. + Weight::from_parts(46_349_619, 10874) + // Standard Error: 6_203 + .saturating_add(Weight::from_parts(146_275, 0).saturating_mul(t.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 336).saturating_mul(t.into())) @@ -259,12 +265,14 @@ impl WeightInfo for () { /// Storage: Tips Reasons (r:0 w:1) /// Proof Skipped: Tips Reasons (max_values: None, max_size: None, mode: Measured) /// The range of component `t` is `[1, 13]`. - fn slash_tip(_t: u32, ) -> Weight { + fn slash_tip(t: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `269` // Estimated: `4003` - // Minimum execution time: 15_508_000 picoseconds. - Weight::from_parts(16_207_284, 4003) + // Minimum execution time: 15_080_000 picoseconds. + Weight::from_parts(15_624_539, 4003) + // Standard Error: 1_931 + .saturating_add(Weight::from_parts(7_095, 0).saturating_mul(t.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/frame/transaction-storage/src/weights.rs b/frame/transaction-storage/src/weights.rs index 2845136b7d2a9..7e0a041ee8f73 100644 --- a/frame/transaction-storage/src/weights.rs +++ b/frame/transaction-storage/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_transaction_storage //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -70,10 +70,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `176` // Estimated: `41353` - // Minimum execution time: 33_286_000 picoseconds. - Weight::from_parts(33_596_000, 41353) + // Minimum execution time: 32_430_000 picoseconds. + Weight::from_parts(32_696_000, 41353) // Standard Error: 2 - .saturating_add(Weight::from_parts(4_954, 0).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(5_120, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -89,8 +89,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `326` // Estimated: `81704` - // Minimum execution time: 41_892_000 picoseconds. - Weight::from_parts(42_802_000, 81704) + // Minimum execution time: 40_152_000 picoseconds. + Weight::from_parts(41_499_000, 81704) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -108,8 +108,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `37145` // Estimated: `48332` - // Minimum execution time: 63_799_000 picoseconds. - Weight::from_parts(66_145_000, 48332) + // Minimum execution time: 63_648_000 picoseconds. + Weight::from_parts(65_631_000, 48332) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -128,10 +128,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `176` // Estimated: `41353` - // Minimum execution time: 33_286_000 picoseconds. - Weight::from_parts(33_596_000, 41353) + // Minimum execution time: 32_430_000 picoseconds. + Weight::from_parts(32_696_000, 41353) // Standard Error: 2 - .saturating_add(Weight::from_parts(4_954, 0).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(5_120, 0).saturating_mul(l.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -147,8 +147,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `326` // Estimated: `81704` - // Minimum execution time: 41_892_000 picoseconds. - Weight::from_parts(42_802_000, 81704) + // Minimum execution time: 40_152_000 picoseconds. + Weight::from_parts(41_499_000, 81704) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -166,8 +166,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `37145` // Estimated: `48332` - // Minimum execution time: 63_799_000 picoseconds. - Weight::from_parts(66_145_000, 48332) + // Minimum execution time: 63_648_000 picoseconds. + Weight::from_parts(65_631_000, 48332) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/treasury/src/weights.rs b/frame/treasury/src/weights.rs index a7c093a8001ec..0d83f22f1ac5a 100644 --- a/frame/treasury/src/weights.rs +++ b/frame/treasury/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_treasury //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -72,8 +72,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3376` - // Minimum execution time: 17_010_000 picoseconds. - Weight::from_parts(17_247_000, 3376) + // Minimum execution time: 16_729_000 picoseconds. + Weight::from_parts(17_071_000, 3376) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -85,8 +85,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `143` // Estimated: `1489` - // Minimum execution time: 25_780_000 picoseconds. - Weight::from_parts(41_064_000, 1489) + // Minimum execution time: 25_996_000 picoseconds. + Weight::from_parts(26_444_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -98,8 +98,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `301` // Estimated: `7166` - // Minimum execution time: 27_805_000 picoseconds. - Weight::from_parts(28_322_000, 7166) + // Minimum execution time: 27_401_000 picoseconds. + Weight::from_parts(27_919_000, 7166) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -112,10 +112,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `470 + p * (8 ±0)` // Estimated: `5460` - // Minimum execution time: 10_939_000 picoseconds. - Weight::from_parts(13_667_341, 5460) - // Standard Error: 907 - .saturating_add(Weight::from_parts(26_648, 0).saturating_mul(p.into())) + // Minimum execution time: 10_302_000 picoseconds. + Weight::from_parts(13_231_232, 5460) + // Standard Error: 1_042 + .saturating_add(Weight::from_parts(26_468, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -125,8 +125,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `127` // Estimated: `1887` - // Minimum execution time: 8_261_000 picoseconds. - Weight::from_parts(8_399_000, 1887) + // Minimum execution time: 7_772_000 picoseconds. + Weight::from_parts(7_998_000, 1887) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -145,10 +145,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `387 + p * (251 ±0)` // Estimated: `7255 + p * (7789 ±0)` - // Minimum execution time: 43_781_000 picoseconds. - Weight::from_parts(68_521_487, 7255) - // Standard Error: 58_804 - .saturating_add(Weight::from_parts(33_271_211, 0).saturating_mul(p.into())) + // Minimum execution time: 42_986_000 picoseconds. + Weight::from_parts(45_521_862, 7255) + // Standard Error: 34_588 + .saturating_add(Weight::from_parts(32_476_017, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -169,8 +169,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3376` - // Minimum execution time: 17_010_000 picoseconds. - Weight::from_parts(17_247_000, 3376) + // Minimum execution time: 16_729_000 picoseconds. + Weight::from_parts(17_071_000, 3376) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -182,8 +182,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `143` // Estimated: `1489` - // Minimum execution time: 25_780_000 picoseconds. - Weight::from_parts(41_064_000, 1489) + // Minimum execution time: 25_996_000 picoseconds. + Weight::from_parts(26_444_000, 1489) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -195,8 +195,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `301` // Estimated: `7166` - // Minimum execution time: 27_805_000 picoseconds. - Weight::from_parts(28_322_000, 7166) + // Minimum execution time: 27_401_000 picoseconds. + Weight::from_parts(27_919_000, 7166) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -209,10 +209,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `470 + p * (8 ±0)` // Estimated: `5460` - // Minimum execution time: 10_939_000 picoseconds. - Weight::from_parts(13_667_341, 5460) - // Standard Error: 907 - .saturating_add(Weight::from_parts(26_648, 0).saturating_mul(p.into())) + // Minimum execution time: 10_302_000 picoseconds. + Weight::from_parts(13_231_232, 5460) + // Standard Error: 1_042 + .saturating_add(Weight::from_parts(26_468, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -222,8 +222,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `127` // Estimated: `1887` - // Minimum execution time: 8_261_000 picoseconds. - Weight::from_parts(8_399_000, 1887) + // Minimum execution time: 7_772_000 picoseconds. + Weight::from_parts(7_998_000, 1887) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -242,10 +242,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `387 + p * (251 ±0)` // Estimated: `7255 + p * (7789 ±0)` - // Minimum execution time: 43_781_000 picoseconds. - Weight::from_parts(68_521_487, 7255) - // Standard Error: 58_804 - .saturating_add(Weight::from_parts(33_271_211, 0).saturating_mul(p.into())) + // Minimum execution time: 42_986_000 picoseconds. + Weight::from_parts(45_521_862, 7255) + // Standard Error: 34_588 + .saturating_add(Weight::from_parts(32_476_017, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) diff --git a/frame/uniques/src/weights.rs b/frame/uniques/src/weights.rs index 1f0e3772696f7..b566a712df8f7 100644 --- a/frame/uniques/src/weights.rs +++ b/frame/uniques/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_uniques //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -90,8 +90,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `249` // Estimated: `3643` - // Minimum execution time: 27_805_000 picoseconds. - Weight::from_parts(28_303_000, 3643) + // Minimum execution time: 27_997_000 picoseconds. + Weight::from_parts(28_783_000, 3643) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -103,8 +103,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `109` // Estimated: `3643` - // Minimum execution time: 16_257_000 picoseconds. - Weight::from_parts(16_626_000, 3643) + // Minimum execution time: 15_924_000 picoseconds. + Weight::from_parts(16_391_000, 3643) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -130,15 +130,15 @@ impl WeightInfo for SubstrateWeight { fn destroy(n: u32, m: u32, a: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `418 + n * (76 ±0) + m * (56 ±0) + a * (107 ±0)` - // Estimated: `9210 + n * (2597 ±0) + a * (2839 ±0) + m * (2583 ±0)` - // Minimum execution time: 2_510_772_000 picoseconds. - Weight::from_parts(2_522_511_000, 9210) - // Standard Error: 27_455 - .saturating_add(Weight::from_parts(6_708_827, 0).saturating_mul(n.into())) - // Standard Error: 27_455 - .saturating_add(Weight::from_parts(375_591, 0).saturating_mul(m.into())) - // Standard Error: 27_455 - .saturating_add(Weight::from_parts(251_697, 0).saturating_mul(a.into())) + // Estimated: `9210 + a * (2839 ±0) + n * (2597 ±0) + m * (2583 ±0)` + // Minimum execution time: 2_503_473_000 picoseconds. + Weight::from_parts(2_517_123_000, 9210) + // Standard Error: 26_715 + .saturating_add(Weight::from_parts(6_732_205, 0).saturating_mul(n.into())) + // Standard Error: 26_715 + .saturating_add(Weight::from_parts(348_453, 0).saturating_mul(m.into())) + // Standard Error: 26_715 + .saturating_add(Weight::from_parts(261_076, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(m.into()))) @@ -147,8 +147,8 @@ impl WeightInfo for SubstrateWeight { .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(m.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into()))) - .saturating_add(Weight::from_parts(0, 2597).saturating_mul(n.into())) .saturating_add(Weight::from_parts(0, 2839).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(0, 2597).saturating_mul(n.into())) .saturating_add(Weight::from_parts(0, 2583).saturating_mul(m.into())) } /// Storage: Uniques Asset (r:1 w:1) @@ -163,8 +163,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `349` // Estimated: `10719` - // Minimum execution time: 33_959_000 picoseconds. - Weight::from_parts(34_380_000, 10719) + // Minimum execution time: 33_264_000 picoseconds. + Weight::from_parts(33_886_000, 10719) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -180,8 +180,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `495` // Estimated: `7230` - // Minimum execution time: 34_194_000 picoseconds. - Weight::from_parts(34_808_000, 7230) + // Minimum execution time: 34_505_000 picoseconds. + Weight::from_parts(35_171_000, 7230) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -197,8 +197,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `495` // Estimated: `7230` - // Minimum execution time: 27_841_000 picoseconds. - Weight::from_parts(28_263_000, 7230) + // Minimum execution time: 27_903_000 picoseconds. + Weight::from_parts(28_236_000, 7230) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -211,10 +211,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `805 + i * (76 ±0)` // Estimated: `4633 + i * (2597 ±0)` - // Minimum execution time: 15_577_000 picoseconds. - Weight::from_parts(15_706_000, 4633) - // Standard Error: 17_679 - .saturating_add(Weight::from_parts(14_173_779, 0).saturating_mul(i.into())) + // Minimum execution time: 15_507_000 picoseconds. + Weight::from_parts(15_649_000, 4633) + // Standard Error: 15_724 + .saturating_add(Weight::from_parts(13_796_730, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -229,8 +229,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `495` // Estimated: `7230` - // Minimum execution time: 19_474_000 picoseconds. - Weight::from_parts(19_807_000, 7230) + // Minimum execution time: 19_196_000 picoseconds. + Weight::from_parts(19_672_000, 7230) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -242,8 +242,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `495` // Estimated: `7230` - // Minimum execution time: 19_526_000 picoseconds. - Weight::from_parts(19_818_000, 7230) + // Minimum execution time: 19_209_000 picoseconds. + Weight::from_parts(19_503_000, 7230) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -253,8 +253,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `349` // Estimated: `3643` - // Minimum execution time: 15_324_000 picoseconds. - Weight::from_parts(15_599_000, 3643) + // Minimum execution time: 14_507_000 picoseconds. + Weight::from_parts(14_809_000, 3643) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -264,8 +264,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `349` // Estimated: `3643` - // Minimum execution time: 15_294_000 picoseconds. - Weight::from_parts(15_504_000, 3643) + // Minimum execution time: 14_615_000 picoseconds. + Weight::from_parts(14_964_000, 3643) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -279,8 +279,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `423` // Estimated: `7160` - // Minimum execution time: 24_007_000 picoseconds. - Weight::from_parts(24_555_000, 7160) + // Minimum execution time: 23_088_000 picoseconds. + Weight::from_parts(23_533_000, 7160) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -290,8 +290,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `349` // Estimated: `3643` - // Minimum execution time: 15_616_000 picoseconds. - Weight::from_parts(15_897_000, 3643) + // Minimum execution time: 15_879_000 picoseconds. + Weight::from_parts(16_129_000, 3643) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -303,8 +303,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `349` // Estimated: `3643` - // Minimum execution time: 18_459_000 picoseconds. - Weight::from_parts(18_705_000, 3643) + // Minimum execution time: 18_114_000 picoseconds. + Weight::from_parts(18_454_000, 3643) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -318,8 +318,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `547` // Estimated: `11045` - // Minimum execution time: 39_056_000 picoseconds. - Weight::from_parts(39_513_000, 11045) + // Minimum execution time: 38_833_000 picoseconds. + Weight::from_parts(39_254_000, 11045) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -333,8 +333,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `936` // Estimated: `11045` - // Minimum execution time: 37_441_000 picoseconds. - Weight::from_parts(37_859_000, 11045) + // Minimum execution time: 37_091_000 picoseconds. + Weight::from_parts(37_577_000, 11045) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -346,8 +346,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `415` // Estimated: `7216` - // Minimum execution time: 29_456_000 picoseconds. - Weight::from_parts(29_930_000, 7216) + // Minimum execution time: 28_905_000 picoseconds. + Weight::from_parts(29_284_000, 7216) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -359,8 +359,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `547` // Estimated: `7216` - // Minimum execution time: 29_817_000 picoseconds. - Weight::from_parts(30_364_000, 7216) + // Minimum execution time: 29_743_000 picoseconds. + Weight::from_parts(30_813_000, 7216) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -372,8 +372,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `349` // Estimated: `7196` - // Minimum execution time: 29_392_000 picoseconds. - Weight::from_parts(29_878_000, 7196) + // Minimum execution time: 28_318_000 picoseconds. + Weight::from_parts(28_675_000, 7196) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -385,8 +385,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `461` // Estimated: `7196` - // Minimum execution time: 27_234_000 picoseconds. - Weight::from_parts(27_664_000, 7196) + // Minimum execution time: 26_617_000 picoseconds. + Weight::from_parts(27_137_000, 7196) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -398,8 +398,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `495` // Estimated: `7230` - // Minimum execution time: 20_447_000 picoseconds. - Weight::from_parts(20_886_000, 7230) + // Minimum execution time: 20_379_000 picoseconds. + Weight::from_parts(20_932_000, 7230) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -411,8 +411,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `528` // Estimated: `7230` - // Minimum execution time: 20_934_000 picoseconds. - Weight::from_parts(21_271_000, 7230) + // Minimum execution time: 20_259_000 picoseconds. + Weight::from_parts(20_609_000, 7230) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -422,8 +422,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `109` // Estimated: `3517` - // Minimum execution time: 17_004_000 picoseconds. - Weight::from_parts(17_401_000, 3517) + // Minimum execution time: 16_673_000 picoseconds. + Weight::from_parts(16_951_000, 3517) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -435,8 +435,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `349` // Estimated: `7132` - // Minimum execution time: 17_371_000 picoseconds. - Weight::from_parts(18_103_000, 7132) + // Minimum execution time: 17_188_000 picoseconds. + Weight::from_parts(17_489_000, 7132) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -448,8 +448,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `326` // Estimated: `3587` - // Minimum execution time: 17_624_000 picoseconds. - Weight::from_parts(17_866_000, 3587) + // Minimum execution time: 17_942_000 picoseconds. + Weight::from_parts(18_285_000, 3587) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -465,8 +465,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `607` // Estimated: `10784` - // Minimum execution time: 39_736_000 picoseconds. - Weight::from_parts(40_855_000, 10784) + // Minimum execution time: 38_985_000 picoseconds. + Weight::from_parts(40_393_000, 10784) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -482,8 +482,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `249` // Estimated: `3643` - // Minimum execution time: 27_805_000 picoseconds. - Weight::from_parts(28_303_000, 3643) + // Minimum execution time: 27_997_000 picoseconds. + Weight::from_parts(28_783_000, 3643) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -495,8 +495,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `109` // Estimated: `3643` - // Minimum execution time: 16_257_000 picoseconds. - Weight::from_parts(16_626_000, 3643) + // Minimum execution time: 15_924_000 picoseconds. + Weight::from_parts(16_391_000, 3643) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -522,15 +522,15 @@ impl WeightInfo for () { fn destroy(n: u32, m: u32, a: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `418 + n * (76 ±0) + m * (56 ±0) + a * (107 ±0)` - // Estimated: `9210 + n * (2597 ±0) + a * (2839 ±0) + m * (2583 ±0)` - // Minimum execution time: 2_510_772_000 picoseconds. - Weight::from_parts(2_522_511_000, 9210) - // Standard Error: 27_455 - .saturating_add(Weight::from_parts(6_708_827, 0).saturating_mul(n.into())) - // Standard Error: 27_455 - .saturating_add(Weight::from_parts(375_591, 0).saturating_mul(m.into())) - // Standard Error: 27_455 - .saturating_add(Weight::from_parts(251_697, 0).saturating_mul(a.into())) + // Estimated: `9210 + a * (2839 ±0) + n * (2597 ±0) + m * (2583 ±0)` + // Minimum execution time: 2_503_473_000 picoseconds. + Weight::from_parts(2_517_123_000, 9210) + // Standard Error: 26_715 + .saturating_add(Weight::from_parts(6_732_205, 0).saturating_mul(n.into())) + // Standard Error: 26_715 + .saturating_add(Weight::from_parts(348_453, 0).saturating_mul(m.into())) + // Standard Error: 26_715 + .saturating_add(Weight::from_parts(261_076, 0).saturating_mul(a.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(m.into()))) @@ -539,8 +539,8 @@ impl WeightInfo for () { .saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(m.into()))) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(a.into()))) - .saturating_add(Weight::from_parts(0, 2597).saturating_mul(n.into())) .saturating_add(Weight::from_parts(0, 2839).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(0, 2597).saturating_mul(n.into())) .saturating_add(Weight::from_parts(0, 2583).saturating_mul(m.into())) } /// Storage: Uniques Asset (r:1 w:1) @@ -555,8 +555,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `349` // Estimated: `10719` - // Minimum execution time: 33_959_000 picoseconds. - Weight::from_parts(34_380_000, 10719) + // Minimum execution time: 33_264_000 picoseconds. + Weight::from_parts(33_886_000, 10719) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -572,8 +572,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `495` // Estimated: `7230` - // Minimum execution time: 34_194_000 picoseconds. - Weight::from_parts(34_808_000, 7230) + // Minimum execution time: 34_505_000 picoseconds. + Weight::from_parts(35_171_000, 7230) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -589,8 +589,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `495` // Estimated: `7230` - // Minimum execution time: 27_841_000 picoseconds. - Weight::from_parts(28_263_000, 7230) + // Minimum execution time: 27_903_000 picoseconds. + Weight::from_parts(28_236_000, 7230) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -603,10 +603,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `805 + i * (76 ±0)` // Estimated: `4633 + i * (2597 ±0)` - // Minimum execution time: 15_577_000 picoseconds. - Weight::from_parts(15_706_000, 4633) - // Standard Error: 17_679 - .saturating_add(Weight::from_parts(14_173_779, 0).saturating_mul(i.into())) + // Minimum execution time: 15_507_000 picoseconds. + Weight::from_parts(15_649_000, 4633) + // Standard Error: 15_724 + .saturating_add(Weight::from_parts(13_796_730, 0).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -621,8 +621,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `495` // Estimated: `7230` - // Minimum execution time: 19_474_000 picoseconds. - Weight::from_parts(19_807_000, 7230) + // Minimum execution time: 19_196_000 picoseconds. + Weight::from_parts(19_672_000, 7230) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -634,8 +634,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `495` // Estimated: `7230` - // Minimum execution time: 19_526_000 picoseconds. - Weight::from_parts(19_818_000, 7230) + // Minimum execution time: 19_209_000 picoseconds. + Weight::from_parts(19_503_000, 7230) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -645,8 +645,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `349` // Estimated: `3643` - // Minimum execution time: 15_324_000 picoseconds. - Weight::from_parts(15_599_000, 3643) + // Minimum execution time: 14_507_000 picoseconds. + Weight::from_parts(14_809_000, 3643) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -656,8 +656,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `349` // Estimated: `3643` - // Minimum execution time: 15_294_000 picoseconds. - Weight::from_parts(15_504_000, 3643) + // Minimum execution time: 14_615_000 picoseconds. + Weight::from_parts(14_964_000, 3643) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -671,8 +671,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `423` // Estimated: `7160` - // Minimum execution time: 24_007_000 picoseconds. - Weight::from_parts(24_555_000, 7160) + // Minimum execution time: 23_088_000 picoseconds. + Weight::from_parts(23_533_000, 7160) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -682,8 +682,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `349` // Estimated: `3643` - // Minimum execution time: 15_616_000 picoseconds. - Weight::from_parts(15_897_000, 3643) + // Minimum execution time: 15_879_000 picoseconds. + Weight::from_parts(16_129_000, 3643) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -695,8 +695,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `349` // Estimated: `3643` - // Minimum execution time: 18_459_000 picoseconds. - Weight::from_parts(18_705_000, 3643) + // Minimum execution time: 18_114_000 picoseconds. + Weight::from_parts(18_454_000, 3643) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -710,8 +710,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `547` // Estimated: `11045` - // Minimum execution time: 39_056_000 picoseconds. - Weight::from_parts(39_513_000, 11045) + // Minimum execution time: 38_833_000 picoseconds. + Weight::from_parts(39_254_000, 11045) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -725,8 +725,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `936` // Estimated: `11045` - // Minimum execution time: 37_441_000 picoseconds. - Weight::from_parts(37_859_000, 11045) + // Minimum execution time: 37_091_000 picoseconds. + Weight::from_parts(37_577_000, 11045) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -738,8 +738,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `415` // Estimated: `7216` - // Minimum execution time: 29_456_000 picoseconds. - Weight::from_parts(29_930_000, 7216) + // Minimum execution time: 28_905_000 picoseconds. + Weight::from_parts(29_284_000, 7216) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -751,8 +751,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `547` // Estimated: `7216` - // Minimum execution time: 29_817_000 picoseconds. - Weight::from_parts(30_364_000, 7216) + // Minimum execution time: 29_743_000 picoseconds. + Weight::from_parts(30_813_000, 7216) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -764,8 +764,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `349` // Estimated: `7196` - // Minimum execution time: 29_392_000 picoseconds. - Weight::from_parts(29_878_000, 7196) + // Minimum execution time: 28_318_000 picoseconds. + Weight::from_parts(28_675_000, 7196) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -777,8 +777,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `461` // Estimated: `7196` - // Minimum execution time: 27_234_000 picoseconds. - Weight::from_parts(27_664_000, 7196) + // Minimum execution time: 26_617_000 picoseconds. + Weight::from_parts(27_137_000, 7196) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -790,8 +790,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `495` // Estimated: `7230` - // Minimum execution time: 20_447_000 picoseconds. - Weight::from_parts(20_886_000, 7230) + // Minimum execution time: 20_379_000 picoseconds. + Weight::from_parts(20_932_000, 7230) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -803,8 +803,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `528` // Estimated: `7230` - // Minimum execution time: 20_934_000 picoseconds. - Weight::from_parts(21_271_000, 7230) + // Minimum execution time: 20_259_000 picoseconds. + Weight::from_parts(20_609_000, 7230) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -814,8 +814,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `109` // Estimated: `3517` - // Minimum execution time: 17_004_000 picoseconds. - Weight::from_parts(17_401_000, 3517) + // Minimum execution time: 16_673_000 picoseconds. + Weight::from_parts(16_951_000, 3517) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -827,8 +827,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `349` // Estimated: `7132` - // Minimum execution time: 17_371_000 picoseconds. - Weight::from_parts(18_103_000, 7132) + // Minimum execution time: 17_188_000 picoseconds. + Weight::from_parts(17_489_000, 7132) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -840,8 +840,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `326` // Estimated: `3587` - // Minimum execution time: 17_624_000 picoseconds. - Weight::from_parts(17_866_000, 3587) + // Minimum execution time: 17_942_000 picoseconds. + Weight::from_parts(18_285_000, 3587) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -857,8 +857,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `607` // Estimated: `10784` - // Minimum execution time: 39_736_000 picoseconds. - Weight::from_parts(40_855_000, 10784) + // Minimum execution time: 38_985_000 picoseconds. + Weight::from_parts(40_393_000, 10784) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } diff --git a/frame/utility/src/weights.rs b/frame/utility/src/weights.rs index 0c50de4f5df88..216aff492f61f 100644 --- a/frame/utility/src/weights.rs +++ b/frame/utility/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_utility //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -66,44 +66,44 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_828_000 picoseconds. - Weight::from_parts(13_806_712, 0) - // Standard Error: 2_750 - .saturating_add(Weight::from_parts(4_169_287, 0).saturating_mul(c.into())) + // Minimum execution time: 7_545_000 picoseconds. + Weight::from_parts(24_376_726, 0) + // Standard Error: 2_822 + .saturating_add(Weight::from_parts(4_232_980, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_835_000 picoseconds. - Weight::from_parts(6_305_000, 0) + // Minimum execution time: 5_559_000 picoseconds. + Weight::from_parts(5_808_000, 0) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_010_000 picoseconds. - Weight::from_parts(10_539_696, 0) - // Standard Error: 2_681 - .saturating_add(Weight::from_parts(4_368_716, 0).saturating_mul(c.into())) + // Minimum execution time: 7_605_000 picoseconds. + Weight::from_parts(15_881_551, 0) + // Standard Error: 4_031 + .saturating_add(Weight::from_parts(4_543_332, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_139_000 picoseconds. - Weight::from_parts(10_679_000, 0) + // Minimum execution time: 9_620_000 picoseconds. + Weight::from_parts(10_207_000, 0) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_960_000 picoseconds. - Weight::from_parts(16_874_350, 0) - // Standard Error: 3_040 - .saturating_add(Weight::from_parts(4_151_507, 0).saturating_mul(c.into())) + // Minimum execution time: 7_645_000 picoseconds. + Weight::from_parts(18_392_626, 0) + // Standard Error: 2_382 + .saturating_add(Weight::from_parts(4_235_528, 0).saturating_mul(c.into())) } } @@ -114,43 +114,43 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_828_000 picoseconds. - Weight::from_parts(13_806_712, 0) - // Standard Error: 2_750 - .saturating_add(Weight::from_parts(4_169_287, 0).saturating_mul(c.into())) + // Minimum execution time: 7_545_000 picoseconds. + Weight::from_parts(24_376_726, 0) + // Standard Error: 2_822 + .saturating_add(Weight::from_parts(4_232_980, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_835_000 picoseconds. - Weight::from_parts(6_305_000, 0) + // Minimum execution time: 5_559_000 picoseconds. + Weight::from_parts(5_808_000, 0) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_010_000 picoseconds. - Weight::from_parts(10_539_696, 0) - // Standard Error: 2_681 - .saturating_add(Weight::from_parts(4_368_716, 0).saturating_mul(c.into())) + // Minimum execution time: 7_605_000 picoseconds. + Weight::from_parts(15_881_551, 0) + // Standard Error: 4_031 + .saturating_add(Weight::from_parts(4_543_332, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_139_000 picoseconds. - Weight::from_parts(10_679_000, 0) + // Minimum execution time: 9_620_000 picoseconds. + Weight::from_parts(10_207_000, 0) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_960_000 picoseconds. - Weight::from_parts(16_874_350, 0) - // Standard Error: 3_040 - .saturating_add(Weight::from_parts(4_151_507, 0).saturating_mul(c.into())) + // Minimum execution time: 7_645_000 picoseconds. + Weight::from_parts(18_392_626, 0) + // Standard Error: 2_382 + .saturating_add(Weight::from_parts(4_235_528, 0).saturating_mul(c.into())) } } diff --git a/frame/vesting/src/weights.rs b/frame/vesting/src/weights.rs index 400984f06823d..af65475033fb5 100644 --- a/frame/vesting/src/weights.rs +++ b/frame/vesting/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_vesting //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -74,12 +74,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `381 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9286` - // Minimum execution time: 31_657_000 picoseconds. - Weight::from_parts(30_569_947, 9286) - // Standard Error: 794 - .saturating_add(Weight::from_parts(63_114, 0).saturating_mul(l.into())) - // Standard Error: 1_413 - .saturating_add(Weight::from_parts(58_636, 0).saturating_mul(s.into())) + // Minimum execution time: 31_438_000 picoseconds. + Weight::from_parts(30_383_270, 9286) + // Standard Error: 836 + .saturating_add(Weight::from_parts(61_233, 0).saturating_mul(l.into())) + // Standard Error: 1_487 + .saturating_add(Weight::from_parts(67_309, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -93,12 +93,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `381 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9286` - // Minimum execution time: 30_474_000 picoseconds. - Weight::from_parts(30_227_344, 9286) - // Standard Error: 1_005 - .saturating_add(Weight::from_parts(56_742, 0).saturating_mul(l.into())) - // Standard Error: 1_788 - .saturating_add(Weight::from_parts(33_890, 0).saturating_mul(s.into())) + // Minimum execution time: 30_598_000 picoseconds. + Weight::from_parts(30_573_817, 9286) + // Standard Error: 1_253 + .saturating_add(Weight::from_parts(55_470, 0).saturating_mul(l.into())) + // Standard Error: 2_230 + .saturating_add(Weight::from_parts(20_111, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -114,12 +114,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `484 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12879` - // Minimum execution time: 33_681_000 picoseconds. - Weight::from_parts(32_540_534, 12879) - // Standard Error: 2_642 - .saturating_add(Weight::from_parts(62_200, 0).saturating_mul(l.into())) - // Standard Error: 4_701 - .saturating_add(Weight::from_parts(69_703, 0).saturating_mul(s.into())) + // Minimum execution time: 33_513_000 picoseconds. + Weight::from_parts(31_938_599, 12879) + // Standard Error: 1_010 + .saturating_add(Weight::from_parts(67_173, 0).saturating_mul(l.into())) + // Standard Error: 1_797 + .saturating_add(Weight::from_parts(76_323, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -135,12 +135,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `484 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12879` - // Minimum execution time: 32_255_000 picoseconds. - Weight::from_parts(31_637_918, 12879) - // Standard Error: 3_135 - .saturating_add(Weight::from_parts(62_121, 0).saturating_mul(l.into())) - // Standard Error: 5_579 - .saturating_add(Weight::from_parts(61_055, 0).saturating_mul(s.into())) + // Minimum execution time: 32_241_000 picoseconds. + Weight::from_parts(31_924_196, 12879) + // Standard Error: 988 + .saturating_add(Weight::from_parts(58_658, 0).saturating_mul(l.into())) + // Standard Error: 1_757 + .saturating_add(Weight::from_parts(30_685, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -156,12 +156,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `555 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12879` - // Minimum execution time: 51_697_000 picoseconds. - Weight::from_parts(52_048_055, 12879) - // Standard Error: 1_598 - .saturating_add(Weight::from_parts(60_508, 0).saturating_mul(l.into())) - // Standard Error: 2_843 - .saturating_add(Weight::from_parts(37_870, 0).saturating_mul(s.into())) + // Minimum execution time: 51_407_000 picoseconds. + Weight::from_parts(50_682_873, 12879) + // Standard Error: 2_204 + .saturating_add(Weight::from_parts(71_983, 0).saturating_mul(l.into())) + // Standard Error: 3_921 + .saturating_add(Weight::from_parts(55_534, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -177,12 +177,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `658 + l * (25 ±0) + s * (36 ±0)` // Estimated: `15482` - // Minimum execution time: 54_585_000 picoseconds. - Weight::from_parts(54_492_070, 15482) - // Standard Error: 1_694 - .saturating_add(Weight::from_parts(52_633, 0).saturating_mul(l.into())) - // Standard Error: 3_014 - .saturating_add(Weight::from_parts(45_485, 0).saturating_mul(s.into())) + // Minimum execution time: 53_863_000 picoseconds. + Weight::from_parts(53_669_542, 15482) + // Standard Error: 1_777 + .saturating_add(Weight::from_parts(59_741, 0).saturating_mul(l.into())) + // Standard Error: 3_161 + .saturating_add(Weight::from_parts(47_003, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -198,12 +198,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `482 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12879` - // Minimum execution time: 34_312_000 picoseconds. - Weight::from_parts(33_740_101, 12879) + // Minimum execution time: 33_811_000 picoseconds. + Weight::from_parts(32_740_397, 12879) // Standard Error: 996 - .saturating_add(Weight::from_parts(62_123, 0).saturating_mul(l.into())) - // Standard Error: 1_841 - .saturating_add(Weight::from_parts(56_463, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(68_445, 0).saturating_mul(l.into())) + // Standard Error: 1_839 + .saturating_add(Weight::from_parts(73_918, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -219,12 +219,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `482 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12879` - // Minimum execution time: 34_965_000 picoseconds. - Weight::from_parts(33_831_484, 12879) - // Standard Error: 1_530 - .saturating_add(Weight::from_parts(59_136, 0).saturating_mul(l.into())) - // Standard Error: 2_827 - .saturating_add(Weight::from_parts(58_493, 0).saturating_mul(s.into())) + // Minimum execution time: 34_301_000 picoseconds. + Weight::from_parts(33_304_945, 12879) + // Standard Error: 1_014 + .saturating_add(Weight::from_parts(67_107, 0).saturating_mul(l.into())) + // Standard Error: 1_873 + .saturating_add(Weight::from_parts(66_843, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -242,12 +242,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `381 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9286` - // Minimum execution time: 31_657_000 picoseconds. - Weight::from_parts(30_569_947, 9286) - // Standard Error: 794 - .saturating_add(Weight::from_parts(63_114, 0).saturating_mul(l.into())) - // Standard Error: 1_413 - .saturating_add(Weight::from_parts(58_636, 0).saturating_mul(s.into())) + // Minimum execution time: 31_438_000 picoseconds. + Weight::from_parts(30_383_270, 9286) + // Standard Error: 836 + .saturating_add(Weight::from_parts(61_233, 0).saturating_mul(l.into())) + // Standard Error: 1_487 + .saturating_add(Weight::from_parts(67_309, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -261,12 +261,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `381 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9286` - // Minimum execution time: 30_474_000 picoseconds. - Weight::from_parts(30_227_344, 9286) - // Standard Error: 1_005 - .saturating_add(Weight::from_parts(56_742, 0).saturating_mul(l.into())) - // Standard Error: 1_788 - .saturating_add(Weight::from_parts(33_890, 0).saturating_mul(s.into())) + // Minimum execution time: 30_598_000 picoseconds. + Weight::from_parts(30_573_817, 9286) + // Standard Error: 1_253 + .saturating_add(Weight::from_parts(55_470, 0).saturating_mul(l.into())) + // Standard Error: 2_230 + .saturating_add(Weight::from_parts(20_111, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -282,12 +282,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `484 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12879` - // Minimum execution time: 33_681_000 picoseconds. - Weight::from_parts(32_540_534, 12879) - // Standard Error: 2_642 - .saturating_add(Weight::from_parts(62_200, 0).saturating_mul(l.into())) - // Standard Error: 4_701 - .saturating_add(Weight::from_parts(69_703, 0).saturating_mul(s.into())) + // Minimum execution time: 33_513_000 picoseconds. + Weight::from_parts(31_938_599, 12879) + // Standard Error: 1_010 + .saturating_add(Weight::from_parts(67_173, 0).saturating_mul(l.into())) + // Standard Error: 1_797 + .saturating_add(Weight::from_parts(76_323, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -303,12 +303,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `484 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12879` - // Minimum execution time: 32_255_000 picoseconds. - Weight::from_parts(31_637_918, 12879) - // Standard Error: 3_135 - .saturating_add(Weight::from_parts(62_121, 0).saturating_mul(l.into())) - // Standard Error: 5_579 - .saturating_add(Weight::from_parts(61_055, 0).saturating_mul(s.into())) + // Minimum execution time: 32_241_000 picoseconds. + Weight::from_parts(31_924_196, 12879) + // Standard Error: 988 + .saturating_add(Weight::from_parts(58_658, 0).saturating_mul(l.into())) + // Standard Error: 1_757 + .saturating_add(Weight::from_parts(30_685, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -324,12 +324,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `555 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12879` - // Minimum execution time: 51_697_000 picoseconds. - Weight::from_parts(52_048_055, 12879) - // Standard Error: 1_598 - .saturating_add(Weight::from_parts(60_508, 0).saturating_mul(l.into())) - // Standard Error: 2_843 - .saturating_add(Weight::from_parts(37_870, 0).saturating_mul(s.into())) + // Minimum execution time: 51_407_000 picoseconds. + Weight::from_parts(50_682_873, 12879) + // Standard Error: 2_204 + .saturating_add(Weight::from_parts(71_983, 0).saturating_mul(l.into())) + // Standard Error: 3_921 + .saturating_add(Weight::from_parts(55_534, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -345,12 +345,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `658 + l * (25 ±0) + s * (36 ±0)` // Estimated: `15482` - // Minimum execution time: 54_585_000 picoseconds. - Weight::from_parts(54_492_070, 15482) - // Standard Error: 1_694 - .saturating_add(Weight::from_parts(52_633, 0).saturating_mul(l.into())) - // Standard Error: 3_014 - .saturating_add(Weight::from_parts(45_485, 0).saturating_mul(s.into())) + // Minimum execution time: 53_863_000 picoseconds. + Weight::from_parts(53_669_542, 15482) + // Standard Error: 1_777 + .saturating_add(Weight::from_parts(59_741, 0).saturating_mul(l.into())) + // Standard Error: 3_161 + .saturating_add(Weight::from_parts(47_003, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -366,12 +366,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `482 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12879` - // Minimum execution time: 34_312_000 picoseconds. - Weight::from_parts(33_740_101, 12879) + // Minimum execution time: 33_811_000 picoseconds. + Weight::from_parts(32_740_397, 12879) // Standard Error: 996 - .saturating_add(Weight::from_parts(62_123, 0).saturating_mul(l.into())) - // Standard Error: 1_841 - .saturating_add(Weight::from_parts(56_463, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(68_445, 0).saturating_mul(l.into())) + // Standard Error: 1_839 + .saturating_add(Weight::from_parts(73_918, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -387,12 +387,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `482 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12879` - // Minimum execution time: 34_965_000 picoseconds. - Weight::from_parts(33_831_484, 12879) - // Standard Error: 1_530 - .saturating_add(Weight::from_parts(59_136, 0).saturating_mul(l.into())) - // Standard Error: 2_827 - .saturating_add(Weight::from_parts(58_493, 0).saturating_mul(s.into())) + // Minimum execution time: 34_301_000 picoseconds. + Weight::from_parts(33_304_945, 12879) + // Standard Error: 1_014 + .saturating_add(Weight::from_parts(67_107, 0).saturating_mul(l.into())) + // Standard Error: 1_873 + .saturating_add(Weight::from_parts(66_843, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } diff --git a/frame/whitelist/src/weights.rs b/frame/whitelist/src/weights.rs index 536cd188761b1..c061cbfc09244 100644 --- a/frame/whitelist/src/weights.rs +++ b/frame/whitelist/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_whitelist //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -68,8 +68,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `217` // Estimated: `7061` - // Minimum execution time: 21_530_000 picoseconds. - Weight::from_parts(21_986_000, 7061) + // Minimum execution time: 21_430_000 picoseconds. + Weight::from_parts(21_786_000, 7061) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -81,8 +81,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `346` // Estimated: `7061` - // Minimum execution time: 18_980_000 picoseconds. - Weight::from_parts(19_474_000, 7061) + // Minimum execution time: 18_275_000 picoseconds. + Weight::from_parts(19_491_000, 7061) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -97,10 +97,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `422 + n * (1 ±0)` // Estimated: `10947 + n * (1 ±0)` - // Minimum execution time: 32_377_000 picoseconds. - Weight::from_parts(32_643_000, 10947) + // Minimum execution time: 31_336_000 picoseconds. + Weight::from_parts(31_578_000, 10947) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_147, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_234, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -114,10 +114,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `346` // Estimated: `7061` - // Minimum execution time: 23_421_000 picoseconds. - Weight::from_parts(24_488_523, 7061) - // Standard Error: 5 - .saturating_add(Weight::from_parts(1_217, 0).saturating_mul(n.into())) + // Minimum execution time: 23_414_000 picoseconds. + Weight::from_parts(24_410_193, 7061) + // Standard Error: 29 + .saturating_add(Weight::from_parts(1_286, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -133,8 +133,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `217` // Estimated: `7061` - // Minimum execution time: 21_530_000 picoseconds. - Weight::from_parts(21_986_000, 7061) + // Minimum execution time: 21_430_000 picoseconds. + Weight::from_parts(21_786_000, 7061) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -146,8 +146,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `346` // Estimated: `7061` - // Minimum execution time: 18_980_000 picoseconds. - Weight::from_parts(19_474_000, 7061) + // Minimum execution time: 18_275_000 picoseconds. + Weight::from_parts(19_491_000, 7061) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -162,10 +162,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `422 + n * (1 ±0)` // Estimated: `10947 + n * (1 ±0)` - // Minimum execution time: 32_377_000 picoseconds. - Weight::from_parts(32_643_000, 10947) + // Minimum execution time: 31_336_000 picoseconds. + Weight::from_parts(31_578_000, 10947) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_147, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_234, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -179,10 +179,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `346` // Estimated: `7061` - // Minimum execution time: 23_421_000 picoseconds. - Weight::from_parts(24_488_523, 7061) - // Standard Error: 5 - .saturating_add(Weight::from_parts(1_217, 0).saturating_mul(n.into())) + // Minimum execution time: 23_414_000 picoseconds. + Weight::from_parts(24_410_193, 7061) + // Standard Error: 29 + .saturating_add(Weight::from_parts(1_286, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } From 1212106c1a2accfe90818466d55efd8d96e0f955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Thei=C3=9Fen?= Date: Fri, 17 Mar 2023 09:45:35 +0100 Subject: [PATCH 5/6] Switch to level 2 --- utils/wasm-builder/src/wasm_project.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/wasm-builder/src/wasm_project.rs b/utils/wasm-builder/src/wasm_project.rs index 33550b3fb3efc..5f27e2ca66b37 100644 --- a/utils/wasm-builder/src/wasm_project.rs +++ b/utils/wasm-builder/src/wasm_project.rs @@ -692,7 +692,7 @@ fn compact_wasm_file( let (wasm_compact_path, wasm_compact_compressed_path) = if profile.wants_compact() { let wasm_compact_path = project.join(format!("{}.compact.wasm", out_name,)); let mut level = match &profile { - Profile::Production => wasm_opt::OptimizationOptions::new_opt_level_4(), + Profile::Production => wasm_opt::OptimizationOptions::new_opt_level_2(), Profile::Release => wasm_opt::OptimizationOptions::new_opt_level_1(), Profile::Debug => wasm_opt::OptimizationOptions::new_opt_level_0(), }; From ff14c95b5561e07bb4c5e207ae29d89cefb4c451 Mon Sep 17 00:00:00 2001 From: command-bot <> Date: Fri, 17 Mar 2023 16:48:37 +0000 Subject: [PATCH 6/6] ".git/.scripts/commands/bench/bench.sh" all --- frame/alliance/src/weights.rs | 342 +-- frame/assets/src/weights.rs | 254 +-- frame/bags-list/src/weights.rs | 26 +- frame/balances/src/weights.rs | 58 +- frame/benchmarking/src/weights.rs | 54 +- frame/bounties/src/weights.rs | 106 +- frame/child-bounties/src/weights.rs | 74 +- frame/collective/src/weights.rs | 246 +-- frame/contracts/src/weights.rs | 1850 +++++++++-------- frame/conviction-voting/src/weights.rs | 74 +- frame/core-fellowship/src/weights.rs | 82 +- frame/democracy/src/weights.rs | 290 +-- .../src/weights.rs | 136 +- frame/elections-phragmen/src/weights.rs | 152 +- frame/fast-unstake/src/weights.rs | 64 +- frame/glutton/src/weights.rs | 104 +- frame/identity/src/weights.rs | 320 +-- frame/im-online/src/weights.rs | 24 +- frame/indices/src/weights.rs | 40 +- frame/lottery/src/weights.rs | 56 +- frame/membership/src/weights.rs | 112 +- frame/message-queue/src/weights.rs | 80 +- frame/multisig/src/weights.rs | 136 +- frame/nfts/src/weights.rs | 368 ++-- frame/nis/src/weights.rs | 104 +- frame/nomination-pools/src/weights.rs | 200 +- frame/preimage/src/weights.rs | 112 +- frame/proxy/src/weights.rs | 192 +- frame/ranked-collective/src/weights.rs | 80 +- frame/recovery/src/weights.rs | 112 +- frame/referenda/src/weights.rs | 240 +-- frame/remark/src/weights.rs | 12 +- frame/salary/src/weights.rs | 56 +- frame/scheduler/src/weights.rs | 140 +- frame/session/src/weights.rs | 16 +- frame/staking/src/weights.rs | 368 ++-- frame/state-trie-migration/src/weights.rs | 60 +- frame/support/src/weights/block_weights.rs | 18 +- .../support/src/weights/extrinsic_weights.rs | 18 +- frame/system/src/weights.rs | 74 +- frame/timestamp/src/weights.rs | 16 +- frame/tips/src/weights.rs | 96 +- frame/transaction-storage/src/weights.rs | 32 +- frame/treasury/src/weights.rs | 64 +- frame/uniques/src/weights.rs | 240 +-- frame/utility/src/weights.rs | 64 +- frame/vesting/src/weights.rs | 192 +- frame/whitelist/src/weights.rs | 48 +- 48 files changed, 3819 insertions(+), 3783 deletions(-) diff --git a/frame/alliance/src/weights.rs b/frame/alliance/src/weights.rs index 986de9af82ac4..183beefb20f55 100644 --- a/frame/alliance/src/weights.rs +++ b/frame/alliance/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_alliance //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -93,14 +93,14 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `618 + m * (32 ±0) + p * (36 ±0)` // Estimated: `15463 + m * (124 ±0) + p * (148 ±0)` - // Minimum execution time: 32_343_000 picoseconds. - Weight::from_parts(35_473_870, 15463) - // Standard Error: 88 - .saturating_add(Weight::from_parts(1_314, 0).saturating_mul(b.into())) - // Standard Error: 920 - .saturating_add(Weight::from_parts(18_067, 0).saturating_mul(m.into())) - // Standard Error: 908 - .saturating_add(Weight::from_parts(120_244, 0).saturating_mul(p.into())) + // Minimum execution time: 32_098_000 picoseconds. + Weight::from_parts(35_367_198, 15463) + // Standard Error: 139 + .saturating_add(Weight::from_parts(1_176, 0).saturating_mul(b.into())) + // Standard Error: 1_452 + .saturating_add(Weight::from_parts(13_934, 0).saturating_mul(m.into())) + // Standard Error: 1_434 + .saturating_add(Weight::from_parts(125_890, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 124).saturating_mul(m.into())) @@ -115,10 +115,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1042 + m * (64 ±0)` // Estimated: `11182 + m * (64 ±0)` - // Minimum execution time: 26_359_000 picoseconds. - Weight::from_parts(29_140_847, 11182) - // Standard Error: 2_244 - .saturating_add(Weight::from_parts(52_362, 0).saturating_mul(m.into())) + // Minimum execution time: 26_028_000 picoseconds. + Weight::from_parts(28_219_680, 11182) + // Standard Error: 883 + .saturating_add(Weight::from_parts(56_203, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -139,12 +139,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `622 + m * (96 ±0) + p * (37 ±0)` // Estimated: `15551 + m * (384 ±0) + p * (148 ±0)` - // Minimum execution time: 40_793_000 picoseconds. - Weight::from_parts(39_029_420, 15551) - // Standard Error: 1_077 - .saturating_add(Weight::from_parts(45_173, 0).saturating_mul(m.into())) - // Standard Error: 1_050 - .saturating_add(Weight::from_parts(108_199, 0).saturating_mul(p.into())) + // Minimum execution time: 40_378_000 picoseconds. + Weight::from_parts(38_473_134, 15551) + // Standard Error: 1_158 + .saturating_add(Weight::from_parts(45_922, 0).saturating_mul(m.into())) + // Standard Error: 1_129 + .saturating_add(Weight::from_parts(107_669, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 384).saturating_mul(m.into())) @@ -167,14 +167,14 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `903 + m * (96 ±0) + p * (41 ±0)` // Estimated: `20072 + m * (392 ±0) + p * (160 ±0)` - // Minimum execution time: 51_725_000 picoseconds. - Weight::from_parts(49_367_017, 20072) - // Standard Error: 97 - .saturating_add(Weight::from_parts(991, 0).saturating_mul(b.into())) - // Standard Error: 1_031 - .saturating_add(Weight::from_parts(54_071, 0).saturating_mul(m.into())) - // Standard Error: 1_005 - .saturating_add(Weight::from_parts(120_639, 0).saturating_mul(p.into())) + // Minimum execution time: 51_517_000 picoseconds. + Weight::from_parts(49_116_660, 20072) + // Standard Error: 92 + .saturating_add(Weight::from_parts(1_054, 0).saturating_mul(b.into())) + // Standard Error: 975 + .saturating_add(Weight::from_parts(51_894, 0).saturating_mul(m.into())) + // Standard Error: 951 + .saturating_add(Weight::from_parts(117_988, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 392).saturating_mul(m.into())) @@ -198,12 +198,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `622 + m * (96 ±0) + p * (37 ±0)` // Estimated: `17666 + m * (480 ±0) + p * (185 ±0)` - // Minimum execution time: 42_257_000 picoseconds. - Weight::from_parts(39_763_873, 17666) - // Standard Error: 692 - .saturating_add(Weight::from_parts(46_848, 0).saturating_mul(m.into())) - // Standard Error: 684 - .saturating_add(Weight::from_parts(113_556, 0).saturating_mul(p.into())) + // Minimum execution time: 41_782_000 picoseconds. + Weight::from_parts(39_402_094, 17666) + // Standard Error: 903 + .saturating_add(Weight::from_parts(47_360, 0).saturating_mul(m.into())) + // Standard Error: 892 + .saturating_add(Weight::from_parts(112_800, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 480).saturating_mul(m.into())) @@ -228,14 +228,14 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `591 + m * (96 ±0) + p * (36 ±0)` // Estimated: `17471 + m * (485 ±0) + p * (180 ±0)` - // Minimum execution time: 42_257_000 picoseconds. - Weight::from_parts(39_986_154, 17471) - // Standard Error: 68 - .saturating_add(Weight::from_parts(308, 0).saturating_mul(b.into())) - // Standard Error: 730 - .saturating_add(Weight::from_parts(45_364, 0).saturating_mul(m.into())) - // Standard Error: 703 - .saturating_add(Weight::from_parts(109_180, 0).saturating_mul(p.into())) + // Minimum execution time: 41_751_000 picoseconds. + Weight::from_parts(38_674_712, 17471) + // Standard Error: 63 + .saturating_add(Weight::from_parts(818, 0).saturating_mul(b.into())) + // Standard Error: 683 + .saturating_add(Weight::from_parts(48_484, 0).saturating_mul(m.into())) + // Standard Error: 659 + .saturating_add(Weight::from_parts(111_176, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 485).saturating_mul(m.into())) @@ -251,12 +251,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `217` // Estimated: `14064` - // Minimum execution time: 31_340_000 picoseconds. - Weight::from_parts(23_473_415, 14064) + // Minimum execution time: 31_124_000 picoseconds. + Weight::from_parts(23_624_534, 14064) + // Standard Error: 468 + .saturating_add(Weight::from_parts(101_632, 0).saturating_mul(m.into())) // Standard Error: 463 - .saturating_add(Weight::from_parts(102_880, 0).saturating_mul(m.into())) - // Standard Error: 458 - .saturating_add(Weight::from_parts(89_142, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(86_851, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -279,14 +279,14 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0 + x * (50 ±0) + y * (51 ±0) + z * (251 ±0)` // Estimated: `35975 + x * (2587 ±0) + y * (2590 ±0) + z * (3113 ±1)` - // Minimum execution time: 278_825_000 picoseconds. - Weight::from_parts(279_864_000, 35975) - // Standard Error: 24_994 - .saturating_add(Weight::from_parts(516_695, 0).saturating_mul(x.into())) - // Standard Error: 24_873 - .saturating_add(Weight::from_parts(503_651, 0).saturating_mul(y.into())) - // Standard Error: 49_702 - .saturating_add(Weight::from_parts(11_132_159, 0).saturating_mul(z.into())) + // Minimum execution time: 270_619_000 picoseconds. + Weight::from_parts(272_150_000, 35975) + // Standard Error: 22_546 + .saturating_add(Weight::from_parts(527_392, 0).saturating_mul(x.into())) + // Standard Error: 22_438 + .saturating_add(Weight::from_parts(460_423, 0).saturating_mul(y.into())) + // Standard Error: 44_835 + .saturating_add(Weight::from_parts(11_362_503, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(y.into()))) @@ -303,8 +303,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_363_000 picoseconds. - Weight::from_parts(10_684_000, 0) + // Minimum execution time: 10_077_000 picoseconds. + Weight::from_parts(10_315_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Alliance Announcements (r:1 w:1) @@ -313,8 +313,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `246` // Estimated: `10187` - // Minimum execution time: 13_806_000 picoseconds. - Weight::from_parts(14_052_000, 10187) + // Minimum execution time: 13_498_000 picoseconds. + Weight::from_parts(13_827_000, 10187) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -324,8 +324,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `319` // Estimated: `10187` - // Minimum execution time: 14_725_000 picoseconds. - Weight::from_parts(14_986_000, 10187) + // Minimum execution time: 14_435_000 picoseconds. + Weight::from_parts(14_803_000, 10187) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -341,8 +341,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `468` // Estimated: `26328` - // Minimum execution time: 42_763_000 picoseconds. - Weight::from_parts(43_182_000, 26328) + // Minimum execution time: 42_127_000 picoseconds. + Weight::from_parts(42_519_000, 26328) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -354,8 +354,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `367` // Estimated: `22735` - // Minimum execution time: 28_890_000 picoseconds. - Weight::from_parts(29_236_000, 22735) + // Minimum execution time: 28_174_000 picoseconds. + Weight::from_parts(28_856_000, 22735) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -371,8 +371,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `443` // Estimated: `15176` - // Minimum execution time: 28_571_000 picoseconds. - Weight::from_parts(29_068_000, 15176) + // Minimum execution time: 28_226_000 picoseconds. + Weight::from_parts(28_936_000, 15176) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -390,8 +390,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `443` // Estimated: `26548` - // Minimum execution time: 36_601_000 picoseconds. - Weight::from_parts(37_332_000, 26548) + // Minimum execution time: 36_010_000 picoseconds. + Weight::from_parts(36_347_000, 26548) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -407,8 +407,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `687` // Estimated: `17315` - // Minimum execution time: 37_879_000 picoseconds. - Weight::from_parts(38_416_000, 17315) + // Minimum execution time: 38_516_000 picoseconds. + Weight::from_parts(39_371_000, 17315) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -428,8 +428,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `707` // Estimated: `28776` - // Minimum execution time: 61_897_000 picoseconds. - Weight::from_parts(62_723_000, 28776) + // Minimum execution time: 61_445_000 picoseconds. + Weight::from_parts(61_851_000, 28776) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -443,12 +443,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `246` // Estimated: `31874` - // Minimum execution time: 8_545_000 picoseconds. - Weight::from_parts(8_708_000, 31874) - // Standard Error: 5_437 - .saturating_add(Weight::from_parts(1_543_302, 0).saturating_mul(n.into())) - // Standard Error: 2_129 - .saturating_add(Weight::from_parts(66_006, 0).saturating_mul(l.into())) + // Minimum execution time: 8_189_000 picoseconds. + Weight::from_parts(8_310_000, 31874) + // Standard Error: 2_918 + .saturating_add(Weight::from_parts(1_535_198, 0).saturating_mul(n.into())) + // Standard Error: 1_143 + .saturating_add(Weight::from_parts(71_923, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -462,12 +462,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0 + n * (289 ±0) + l * (100 ±0)` // Estimated: `31874` - // Minimum execution time: 8_440_000 picoseconds. - Weight::from_parts(8_547_000, 31874) - // Standard Error: 189_691 - .saturating_add(Weight::from_parts(16_305_238, 0).saturating_mul(n.into())) - // Standard Error: 74_291 - .saturating_add(Weight::from_parts(412_449, 0).saturating_mul(l.into())) + // Minimum execution time: 8_239_000 picoseconds. + Weight::from_parts(8_359_000, 31874) + // Standard Error: 190_706 + .saturating_add(Weight::from_parts(16_235_634, 0).saturating_mul(n.into())) + // Standard Error: 74_689 + .saturating_add(Weight::from_parts(432_653, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -483,8 +483,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `443` // Estimated: `20862` - // Minimum execution time: 34_993_000 picoseconds. - Weight::from_parts(35_608_000, 20862) + // Minimum execution time: 34_420_000 picoseconds. + Weight::from_parts(34_904_000, 20862) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -509,14 +509,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `618 + m * (32 ±0) + p * (36 ±0)` // Estimated: `15463 + m * (124 ±0) + p * (148 ±0)` - // Minimum execution time: 32_343_000 picoseconds. - Weight::from_parts(35_473_870, 15463) - // Standard Error: 88 - .saturating_add(Weight::from_parts(1_314, 0).saturating_mul(b.into())) - // Standard Error: 920 - .saturating_add(Weight::from_parts(18_067, 0).saturating_mul(m.into())) - // Standard Error: 908 - .saturating_add(Weight::from_parts(120_244, 0).saturating_mul(p.into())) + // Minimum execution time: 32_098_000 picoseconds. + Weight::from_parts(35_367_198, 15463) + // Standard Error: 139 + .saturating_add(Weight::from_parts(1_176, 0).saturating_mul(b.into())) + // Standard Error: 1_452 + .saturating_add(Weight::from_parts(13_934, 0).saturating_mul(m.into())) + // Standard Error: 1_434 + .saturating_add(Weight::from_parts(125_890, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 124).saturating_mul(m.into())) @@ -531,10 +531,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1042 + m * (64 ±0)` // Estimated: `11182 + m * (64 ±0)` - // Minimum execution time: 26_359_000 picoseconds. - Weight::from_parts(29_140_847, 11182) - // Standard Error: 2_244 - .saturating_add(Weight::from_parts(52_362, 0).saturating_mul(m.into())) + // Minimum execution time: 26_028_000 picoseconds. + Weight::from_parts(28_219_680, 11182) + // Standard Error: 883 + .saturating_add(Weight::from_parts(56_203, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -555,12 +555,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `622 + m * (96 ±0) + p * (37 ±0)` // Estimated: `15551 + m * (384 ±0) + p * (148 ±0)` - // Minimum execution time: 40_793_000 picoseconds. - Weight::from_parts(39_029_420, 15551) - // Standard Error: 1_077 - .saturating_add(Weight::from_parts(45_173, 0).saturating_mul(m.into())) - // Standard Error: 1_050 - .saturating_add(Weight::from_parts(108_199, 0).saturating_mul(p.into())) + // Minimum execution time: 40_378_000 picoseconds. + Weight::from_parts(38_473_134, 15551) + // Standard Error: 1_158 + .saturating_add(Weight::from_parts(45_922, 0).saturating_mul(m.into())) + // Standard Error: 1_129 + .saturating_add(Weight::from_parts(107_669, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 384).saturating_mul(m.into())) @@ -583,14 +583,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `903 + m * (96 ±0) + p * (41 ±0)` // Estimated: `20072 + m * (392 ±0) + p * (160 ±0)` - // Minimum execution time: 51_725_000 picoseconds. - Weight::from_parts(49_367_017, 20072) - // Standard Error: 97 - .saturating_add(Weight::from_parts(991, 0).saturating_mul(b.into())) - // Standard Error: 1_031 - .saturating_add(Weight::from_parts(54_071, 0).saturating_mul(m.into())) - // Standard Error: 1_005 - .saturating_add(Weight::from_parts(120_639, 0).saturating_mul(p.into())) + // Minimum execution time: 51_517_000 picoseconds. + Weight::from_parts(49_116_660, 20072) + // Standard Error: 92 + .saturating_add(Weight::from_parts(1_054, 0).saturating_mul(b.into())) + // Standard Error: 975 + .saturating_add(Weight::from_parts(51_894, 0).saturating_mul(m.into())) + // Standard Error: 951 + .saturating_add(Weight::from_parts(117_988, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 392).saturating_mul(m.into())) @@ -614,12 +614,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `622 + m * (96 ±0) + p * (37 ±0)` // Estimated: `17666 + m * (480 ±0) + p * (185 ±0)` - // Minimum execution time: 42_257_000 picoseconds. - Weight::from_parts(39_763_873, 17666) - // Standard Error: 692 - .saturating_add(Weight::from_parts(46_848, 0).saturating_mul(m.into())) - // Standard Error: 684 - .saturating_add(Weight::from_parts(113_556, 0).saturating_mul(p.into())) + // Minimum execution time: 41_782_000 picoseconds. + Weight::from_parts(39_402_094, 17666) + // Standard Error: 903 + .saturating_add(Weight::from_parts(47_360, 0).saturating_mul(m.into())) + // Standard Error: 892 + .saturating_add(Weight::from_parts(112_800, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 480).saturating_mul(m.into())) @@ -644,14 +644,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `591 + m * (96 ±0) + p * (36 ±0)` // Estimated: `17471 + m * (485 ±0) + p * (180 ±0)` - // Minimum execution time: 42_257_000 picoseconds. - Weight::from_parts(39_986_154, 17471) - // Standard Error: 68 - .saturating_add(Weight::from_parts(308, 0).saturating_mul(b.into())) - // Standard Error: 730 - .saturating_add(Weight::from_parts(45_364, 0).saturating_mul(m.into())) - // Standard Error: 703 - .saturating_add(Weight::from_parts(109_180, 0).saturating_mul(p.into())) + // Minimum execution time: 41_751_000 picoseconds. + Weight::from_parts(38_674_712, 17471) + // Standard Error: 63 + .saturating_add(Weight::from_parts(818, 0).saturating_mul(b.into())) + // Standard Error: 683 + .saturating_add(Weight::from_parts(48_484, 0).saturating_mul(m.into())) + // Standard Error: 659 + .saturating_add(Weight::from_parts(111_176, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 485).saturating_mul(m.into())) @@ -667,12 +667,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `217` // Estimated: `14064` - // Minimum execution time: 31_340_000 picoseconds. - Weight::from_parts(23_473_415, 14064) + // Minimum execution time: 31_124_000 picoseconds. + Weight::from_parts(23_624_534, 14064) + // Standard Error: 468 + .saturating_add(Weight::from_parts(101_632, 0).saturating_mul(m.into())) // Standard Error: 463 - .saturating_add(Weight::from_parts(102_880, 0).saturating_mul(m.into())) - // Standard Error: 458 - .saturating_add(Weight::from_parts(89_142, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(86_851, 0).saturating_mul(z.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -695,14 +695,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0 + x * (50 ±0) + y * (51 ±0) + z * (251 ±0)` // Estimated: `35975 + x * (2587 ±0) + y * (2590 ±0) + z * (3113 ±1)` - // Minimum execution time: 278_825_000 picoseconds. - Weight::from_parts(279_864_000, 35975) - // Standard Error: 24_994 - .saturating_add(Weight::from_parts(516_695, 0).saturating_mul(x.into())) - // Standard Error: 24_873 - .saturating_add(Weight::from_parts(503_651, 0).saturating_mul(y.into())) - // Standard Error: 49_702 - .saturating_add(Weight::from_parts(11_132_159, 0).saturating_mul(z.into())) + // Minimum execution time: 270_619_000 picoseconds. + Weight::from_parts(272_150_000, 35975) + // Standard Error: 22_546 + .saturating_add(Weight::from_parts(527_392, 0).saturating_mul(x.into())) + // Standard Error: 22_438 + .saturating_add(Weight::from_parts(460_423, 0).saturating_mul(y.into())) + // Standard Error: 44_835 + .saturating_add(Weight::from_parts(11_362_503, 0).saturating_mul(z.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(x.into()))) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(y.into()))) @@ -719,8 +719,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_363_000 picoseconds. - Weight::from_parts(10_684_000, 0) + // Minimum execution time: 10_077_000 picoseconds. + Weight::from_parts(10_315_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Alliance Announcements (r:1 w:1) @@ -729,8 +729,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `246` // Estimated: `10187` - // Minimum execution time: 13_806_000 picoseconds. - Weight::from_parts(14_052_000, 10187) + // Minimum execution time: 13_498_000 picoseconds. + Weight::from_parts(13_827_000, 10187) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -740,8 +740,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `319` // Estimated: `10187` - // Minimum execution time: 14_725_000 picoseconds. - Weight::from_parts(14_986_000, 10187) + // Minimum execution time: 14_435_000 picoseconds. + Weight::from_parts(14_803_000, 10187) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -757,8 +757,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `468` // Estimated: `26328` - // Minimum execution time: 42_763_000 picoseconds. - Weight::from_parts(43_182_000, 26328) + // Minimum execution time: 42_127_000 picoseconds. + Weight::from_parts(42_519_000, 26328) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -770,8 +770,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `367` // Estimated: `22735` - // Minimum execution time: 28_890_000 picoseconds. - Weight::from_parts(29_236_000, 22735) + // Minimum execution time: 28_174_000 picoseconds. + Weight::from_parts(28_856_000, 22735) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -787,8 +787,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `443` // Estimated: `15176` - // Minimum execution time: 28_571_000 picoseconds. - Weight::from_parts(29_068_000, 15176) + // Minimum execution time: 28_226_000 picoseconds. + Weight::from_parts(28_936_000, 15176) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -806,8 +806,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `443` // Estimated: `26548` - // Minimum execution time: 36_601_000 picoseconds. - Weight::from_parts(37_332_000, 26548) + // Minimum execution time: 36_010_000 picoseconds. + Weight::from_parts(36_347_000, 26548) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -823,8 +823,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `687` // Estimated: `17315` - // Minimum execution time: 37_879_000 picoseconds. - Weight::from_parts(38_416_000, 17315) + // Minimum execution time: 38_516_000 picoseconds. + Weight::from_parts(39_371_000, 17315) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -844,8 +844,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `707` // Estimated: `28776` - // Minimum execution time: 61_897_000 picoseconds. - Weight::from_parts(62_723_000, 28776) + // Minimum execution time: 61_445_000 picoseconds. + Weight::from_parts(61_851_000, 28776) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -859,12 +859,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `246` // Estimated: `31874` - // Minimum execution time: 8_545_000 picoseconds. - Weight::from_parts(8_708_000, 31874) - // Standard Error: 5_437 - .saturating_add(Weight::from_parts(1_543_302, 0).saturating_mul(n.into())) - // Standard Error: 2_129 - .saturating_add(Weight::from_parts(66_006, 0).saturating_mul(l.into())) + // Minimum execution time: 8_189_000 picoseconds. + Weight::from_parts(8_310_000, 31874) + // Standard Error: 2_918 + .saturating_add(Weight::from_parts(1_535_198, 0).saturating_mul(n.into())) + // Standard Error: 1_143 + .saturating_add(Weight::from_parts(71_923, 0).saturating_mul(l.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -878,12 +878,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0 + n * (289 ±0) + l * (100 ±0)` // Estimated: `31874` - // Minimum execution time: 8_440_000 picoseconds. - Weight::from_parts(8_547_000, 31874) - // Standard Error: 189_691 - .saturating_add(Weight::from_parts(16_305_238, 0).saturating_mul(n.into())) - // Standard Error: 74_291 - .saturating_add(Weight::from_parts(412_449, 0).saturating_mul(l.into())) + // Minimum execution time: 8_239_000 picoseconds. + Weight::from_parts(8_359_000, 31874) + // Standard Error: 190_706 + .saturating_add(Weight::from_parts(16_235_634, 0).saturating_mul(n.into())) + // Standard Error: 74_689 + .saturating_add(Weight::from_parts(432_653, 0).saturating_mul(l.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -899,8 +899,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `443` // Estimated: `20862` - // Minimum execution time: 34_993_000 picoseconds. - Weight::from_parts(35_608_000, 20862) + // Minimum execution time: 34_420_000 picoseconds. + Weight::from_parts(34_904_000, 20862) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } diff --git a/frame/assets/src/weights.rs b/frame/assets/src/weights.rs index d3e5127d52151..bf9279f846043 100644 --- a/frame/assets/src/weights.rs +++ b/frame/assets/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_assets //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -91,8 +91,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `293` // Estimated: `7268` - // Minimum execution time: 27_223_000 picoseconds. - Weight::from_parts(28_072_000, 7268) + // Minimum execution time: 27_240_000 picoseconds. + Weight::from_parts(27_694_000, 7268) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -102,8 +102,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `153` // Estimated: `3675` - // Minimum execution time: 14_988_000 picoseconds. - Weight::from_parts(15_503_000, 3675) + // Minimum execution time: 15_533_000 picoseconds. + Weight::from_parts(15_802_000, 3675) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -113,8 +113,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `385` // Estimated: `3675` - // Minimum execution time: 15_890_000 picoseconds. - Weight::from_parts(16_306_000, 3675) + // Minimum execution time: 15_047_000 picoseconds. + Weight::from_parts(15_295_000, 3675) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -129,10 +129,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0 + c * (208 ±0)` // Estimated: `8232 + c * (5180 ±0)` - // Minimum execution time: 20_719_000 picoseconds. - Weight::from_parts(21_204_000, 8232) - // Standard Error: 7_421 - .saturating_add(Weight::from_parts(12_838_361, 0).saturating_mul(c.into())) + // Minimum execution time: 20_301_000 picoseconds. + Weight::from_parts(20_609_000, 8232) + // Standard Error: 8_182 + .saturating_add(Weight::from_parts(12_488_984, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -148,10 +148,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `522 + a * (86 ±0)` // Estimated: `7288 + a * (2623 ±0)` - // Minimum execution time: 20_928_000 picoseconds. - Weight::from_parts(21_141_000, 7288) - // Standard Error: 7_488 - .saturating_add(Weight::from_parts(13_077_054, 0).saturating_mul(a.into())) + // Minimum execution time: 20_288_000 picoseconds. + Weight::from_parts(20_812_000, 7288) + // Standard Error: 5_187 + .saturating_add(Weight::from_parts(12_487_981, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -166,8 +166,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `351` // Estimated: `7280` - // Minimum execution time: 16_475_000 picoseconds. - Weight::from_parts(16_721_000, 7280) + // Minimum execution time: 15_652_000 picoseconds. + Weight::from_parts(15_913_000, 7280) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -179,8 +179,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `351` // Estimated: `7242` - // Minimum execution time: 30_245_000 picoseconds. - Weight::from_parts(30_608_000, 7242) + // Minimum execution time: 27_737_000 picoseconds. + Weight::from_parts(28_302_000, 7242) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -192,8 +192,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `459` // Estimated: `7242` - // Minimum execution time: 36_713_000 picoseconds. - Weight::from_parts(37_159_000, 7242) + // Minimum execution time: 34_373_000 picoseconds. + Weight::from_parts(35_214_000, 7242) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -207,8 +207,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `498` // Estimated: `13412` - // Minimum execution time: 52_441_000 picoseconds. - Weight::from_parts(52_600_000, 13412) + // Minimum execution time: 47_837_000 picoseconds. + Weight::from_parts(48_644_000, 13412) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -222,8 +222,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `498` // Estimated: `13412` - // Minimum execution time: 45_832_000 picoseconds. - Weight::from_parts(47_017_000, 13412) + // Minimum execution time: 42_468_000 picoseconds. + Weight::from_parts(43_957_000, 13412) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -237,8 +237,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `498` // Estimated: `13412` - // Minimum execution time: 52_549_000 picoseconds. - Weight::from_parts(52_980_000, 13412) + // Minimum execution time: 48_110_000 picoseconds. + Weight::from_parts(48_602_000, 13412) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -250,8 +250,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `459` // Estimated: `7242` - // Minimum execution time: 20_647_000 picoseconds. - Weight::from_parts(20_962_000, 7242) + // Minimum execution time: 19_164_000 picoseconds. + Weight::from_parts(19_525_000, 7242) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -263,8 +263,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `459` // Estimated: `7242` - // Minimum execution time: 19_841_000 picoseconds. - Weight::from_parts(20_271_000, 7242) + // Minimum execution time: 19_211_000 picoseconds. + Weight::from_parts(19_774_000, 7242) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -274,8 +274,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `385` // Estimated: `3675` - // Minimum execution time: 15_794_000 picoseconds. - Weight::from_parts(16_144_000, 3675) + // Minimum execution time: 14_862_000 picoseconds. + Weight::from_parts(15_438_000, 3675) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -285,8 +285,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `385` // Estimated: `3675` - // Minimum execution time: 15_625_000 picoseconds. - Weight::from_parts(16_066_000, 3675) + // Minimum execution time: 15_079_000 picoseconds. + Weight::from_parts(15_411_000, 3675) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -298,8 +298,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `351` // Estimated: `7280` - // Minimum execution time: 17_579_000 picoseconds. - Weight::from_parts(17_928_000, 7280) + // Minimum execution time: 17_023_000 picoseconds. + Weight::from_parts(17_482_000, 7280) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -309,8 +309,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `351` // Estimated: `3675` - // Minimum execution time: 16_560_000 picoseconds. - Weight::from_parts(17_014_000, 3675) + // Minimum execution time: 15_582_000 picoseconds. + Weight::from_parts(16_065_000, 3675) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -320,14 +320,14 @@ impl WeightInfo for SubstrateWeight { /// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen) /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. - fn set_metadata(_n: u32, s: u32, ) -> Weight { + fn set_metadata(n: u32, _s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `351` // Estimated: `7280` - // Minimum execution time: 28_213_000 picoseconds. - Weight::from_parts(30_742_500, 7280) - // Standard Error: 5_942 - .saturating_add(Weight::from_parts(4_544, 0).saturating_mul(s.into())) + // Minimum execution time: 27_148_000 picoseconds. + Weight::from_parts(28_144_171, 7280) + // Standard Error: 5_376 + .saturating_add(Weight::from_parts(11_633, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -339,8 +339,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `515` // Estimated: `7280` - // Minimum execution time: 28_676_000 picoseconds. - Weight::from_parts(29_095_000, 7280) + // Minimum execution time: 27_408_000 picoseconds. + Weight::from_parts(28_183_000, 7280) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -354,10 +354,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `190` // Estimated: `7280` - // Minimum execution time: 16_413_000 picoseconds. - Weight::from_parts(18_086_485, 7280) - // Standard Error: 3_631 - .saturating_add(Weight::from_parts(1_560, 0).saturating_mul(s.into())) + // Minimum execution time: 16_066_000 picoseconds. + Weight::from_parts(17_440_391, 7280) + // Standard Error: 2_026 + .saturating_add(Weight::from_parts(1_184, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -369,8 +369,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `515` // Estimated: `7280` - // Minimum execution time: 28_060_000 picoseconds. - Weight::from_parts(28_396_000, 7280) + // Minimum execution time: 27_362_000 picoseconds. + Weight::from_parts(27_875_000, 7280) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -380,8 +380,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `351` // Estimated: `3675` - // Minimum execution time: 15_548_000 picoseconds. - Weight::from_parts(15_982_000, 3675) + // Minimum execution time: 14_630_000 picoseconds. + Weight::from_parts(14_992_000, 3675) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -393,8 +393,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `385` // Estimated: `7288` - // Minimum execution time: 31_445_000 picoseconds. - Weight::from_parts(31_967_000, 7288) + // Minimum execution time: 30_847_000 picoseconds. + Weight::from_parts(31_525_000, 7288) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -410,8 +410,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `668` // Estimated: `17025` - // Minimum execution time: 64_563_000 picoseconds. - Weight::from_parts(66_237_000, 17025) + // Minimum execution time: 63_762_000 picoseconds. + Weight::from_parts(65_432_000, 17025) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -423,8 +423,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `555` // Estimated: `7288` - // Minimum execution time: 34_440_000 picoseconds. - Weight::from_parts(34_829_000, 7288) + // Minimum execution time: 32_670_000 picoseconds. + Weight::from_parts(33_074_000, 7288) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -436,8 +436,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `555` // Estimated: `7288` - // Minimum execution time: 33_620_000 picoseconds. - Weight::from_parts(34_082_000, 7288) + // Minimum execution time: 32_782_000 picoseconds. + Weight::from_parts(33_293_000, 7288) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -447,8 +447,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `351` // Estimated: `3675` - // Minimum execution time: 16_226_000 picoseconds. - Weight::from_parts(16_636_000, 3675) + // Minimum execution time: 15_759_000 picoseconds. + Weight::from_parts(16_072_000, 3675) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -464,8 +464,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `293` // Estimated: `7268` - // Minimum execution time: 27_223_000 picoseconds. - Weight::from_parts(28_072_000, 7268) + // Minimum execution time: 27_240_000 picoseconds. + Weight::from_parts(27_694_000, 7268) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -475,8 +475,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `153` // Estimated: `3675` - // Minimum execution time: 14_988_000 picoseconds. - Weight::from_parts(15_503_000, 3675) + // Minimum execution time: 15_533_000 picoseconds. + Weight::from_parts(15_802_000, 3675) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -486,8 +486,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `385` // Estimated: `3675` - // Minimum execution time: 15_890_000 picoseconds. - Weight::from_parts(16_306_000, 3675) + // Minimum execution time: 15_047_000 picoseconds. + Weight::from_parts(15_295_000, 3675) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -502,10 +502,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0 + c * (208 ±0)` // Estimated: `8232 + c * (5180 ±0)` - // Minimum execution time: 20_719_000 picoseconds. - Weight::from_parts(21_204_000, 8232) - // Standard Error: 7_421 - .saturating_add(Weight::from_parts(12_838_361, 0).saturating_mul(c.into())) + // Minimum execution time: 20_301_000 picoseconds. + Weight::from_parts(20_609_000, 8232) + // Standard Error: 8_182 + .saturating_add(Weight::from_parts(12_488_984, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -521,10 +521,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `522 + a * (86 ±0)` // Estimated: `7288 + a * (2623 ±0)` - // Minimum execution time: 20_928_000 picoseconds. - Weight::from_parts(21_141_000, 7288) - // Standard Error: 7_488 - .saturating_add(Weight::from_parts(13_077_054, 0).saturating_mul(a.into())) + // Minimum execution time: 20_288_000 picoseconds. + Weight::from_parts(20_812_000, 7288) + // Standard Error: 5_187 + .saturating_add(Weight::from_parts(12_487_981, 0).saturating_mul(a.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -539,8 +539,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `351` // Estimated: `7280` - // Minimum execution time: 16_475_000 picoseconds. - Weight::from_parts(16_721_000, 7280) + // Minimum execution time: 15_652_000 picoseconds. + Weight::from_parts(15_913_000, 7280) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -552,8 +552,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `351` // Estimated: `7242` - // Minimum execution time: 30_245_000 picoseconds. - Weight::from_parts(30_608_000, 7242) + // Minimum execution time: 27_737_000 picoseconds. + Weight::from_parts(28_302_000, 7242) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -565,8 +565,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `459` // Estimated: `7242` - // Minimum execution time: 36_713_000 picoseconds. - Weight::from_parts(37_159_000, 7242) + // Minimum execution time: 34_373_000 picoseconds. + Weight::from_parts(35_214_000, 7242) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -580,8 +580,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `498` // Estimated: `13412` - // Minimum execution time: 52_441_000 picoseconds. - Weight::from_parts(52_600_000, 13412) + // Minimum execution time: 47_837_000 picoseconds. + Weight::from_parts(48_644_000, 13412) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -595,8 +595,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `498` // Estimated: `13412` - // Minimum execution time: 45_832_000 picoseconds. - Weight::from_parts(47_017_000, 13412) + // Minimum execution time: 42_468_000 picoseconds. + Weight::from_parts(43_957_000, 13412) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -610,8 +610,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `498` // Estimated: `13412` - // Minimum execution time: 52_549_000 picoseconds. - Weight::from_parts(52_980_000, 13412) + // Minimum execution time: 48_110_000 picoseconds. + Weight::from_parts(48_602_000, 13412) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -623,8 +623,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `459` // Estimated: `7242` - // Minimum execution time: 20_647_000 picoseconds. - Weight::from_parts(20_962_000, 7242) + // Minimum execution time: 19_164_000 picoseconds. + Weight::from_parts(19_525_000, 7242) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -636,8 +636,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `459` // Estimated: `7242` - // Minimum execution time: 19_841_000 picoseconds. - Weight::from_parts(20_271_000, 7242) + // Minimum execution time: 19_211_000 picoseconds. + Weight::from_parts(19_774_000, 7242) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -647,8 +647,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `385` // Estimated: `3675` - // Minimum execution time: 15_794_000 picoseconds. - Weight::from_parts(16_144_000, 3675) + // Minimum execution time: 14_862_000 picoseconds. + Weight::from_parts(15_438_000, 3675) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -658,8 +658,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `385` // Estimated: `3675` - // Minimum execution time: 15_625_000 picoseconds. - Weight::from_parts(16_066_000, 3675) + // Minimum execution time: 15_079_000 picoseconds. + Weight::from_parts(15_411_000, 3675) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -671,8 +671,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `351` // Estimated: `7280` - // Minimum execution time: 17_579_000 picoseconds. - Weight::from_parts(17_928_000, 7280) + // Minimum execution time: 17_023_000 picoseconds. + Weight::from_parts(17_482_000, 7280) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -682,8 +682,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `351` // Estimated: `3675` - // Minimum execution time: 16_560_000 picoseconds. - Weight::from_parts(17_014_000, 3675) + // Minimum execution time: 15_582_000 picoseconds. + Weight::from_parts(16_065_000, 3675) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -693,14 +693,14 @@ impl WeightInfo for () { /// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen) /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. - fn set_metadata(_n: u32, s: u32, ) -> Weight { + fn set_metadata(n: u32, _s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `351` // Estimated: `7280` - // Minimum execution time: 28_213_000 picoseconds. - Weight::from_parts(30_742_500, 7280) - // Standard Error: 5_942 - .saturating_add(Weight::from_parts(4_544, 0).saturating_mul(s.into())) + // Minimum execution time: 27_148_000 picoseconds. + Weight::from_parts(28_144_171, 7280) + // Standard Error: 5_376 + .saturating_add(Weight::from_parts(11_633, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -712,8 +712,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `515` // Estimated: `7280` - // Minimum execution time: 28_676_000 picoseconds. - Weight::from_parts(29_095_000, 7280) + // Minimum execution time: 27_408_000 picoseconds. + Weight::from_parts(28_183_000, 7280) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -727,10 +727,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `190` // Estimated: `7280` - // Minimum execution time: 16_413_000 picoseconds. - Weight::from_parts(18_086_485, 7280) - // Standard Error: 3_631 - .saturating_add(Weight::from_parts(1_560, 0).saturating_mul(s.into())) + // Minimum execution time: 16_066_000 picoseconds. + Weight::from_parts(17_440_391, 7280) + // Standard Error: 2_026 + .saturating_add(Weight::from_parts(1_184, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -742,8 +742,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `515` // Estimated: `7280` - // Minimum execution time: 28_060_000 picoseconds. - Weight::from_parts(28_396_000, 7280) + // Minimum execution time: 27_362_000 picoseconds. + Weight::from_parts(27_875_000, 7280) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -753,8 +753,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `351` // Estimated: `3675` - // Minimum execution time: 15_548_000 picoseconds. - Weight::from_parts(15_982_000, 3675) + // Minimum execution time: 14_630_000 picoseconds. + Weight::from_parts(14_992_000, 3675) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -766,8 +766,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `385` // Estimated: `7288` - // Minimum execution time: 31_445_000 picoseconds. - Weight::from_parts(31_967_000, 7288) + // Minimum execution time: 30_847_000 picoseconds. + Weight::from_parts(31_525_000, 7288) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -783,8 +783,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `668` // Estimated: `17025` - // Minimum execution time: 64_563_000 picoseconds. - Weight::from_parts(66_237_000, 17025) + // Minimum execution time: 63_762_000 picoseconds. + Weight::from_parts(65_432_000, 17025) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -796,8 +796,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `555` // Estimated: `7288` - // Minimum execution time: 34_440_000 picoseconds. - Weight::from_parts(34_829_000, 7288) + // Minimum execution time: 32_670_000 picoseconds. + Weight::from_parts(33_074_000, 7288) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -809,8 +809,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `555` // Estimated: `7288` - // Minimum execution time: 33_620_000 picoseconds. - Weight::from_parts(34_082_000, 7288) + // Minimum execution time: 32_782_000 picoseconds. + Weight::from_parts(33_293_000, 7288) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -820,8 +820,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `351` // Estimated: `3675` - // Minimum execution time: 16_226_000 picoseconds. - Weight::from_parts(16_636_000, 3675) + // Minimum execution time: 15_759_000 picoseconds. + Weight::from_parts(16_072_000, 3675) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/bags-list/src/weights.rs b/frame/bags-list/src/weights.rs index 789d7ab76e4ec..a29fee78049ad 100644 --- a/frame/bags-list/src/weights.rs +++ b/frame/bags-list/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_bags_list //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -71,8 +71,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1724` // Estimated: `23146` - // Minimum execution time: 62_683_000 picoseconds. - Weight::from_parts(63_561_000, 23146) + // Minimum execution time: 63_781_000 picoseconds. + Weight::from_parts(64_531_000, 23146) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -88,8 +88,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1618` // Estimated: `23074` - // Minimum execution time: 61_353_000 picoseconds. - Weight::from_parts(62_246_000, 23074) + // Minimum execution time: 61_318_000 picoseconds. + Weight::from_parts(61_925_000, 23074) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -107,8 +107,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1930` // Estimated: `30748` - // Minimum execution time: 68_490_000 picoseconds. - Weight::from_parts(69_420_000, 30748) + // Minimum execution time: 68_670_000 picoseconds. + Weight::from_parts(69_191_000, 30748) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -128,8 +128,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1724` // Estimated: `23146` - // Minimum execution time: 62_683_000 picoseconds. - Weight::from_parts(63_561_000, 23146) + // Minimum execution time: 63_781_000 picoseconds. + Weight::from_parts(64_531_000, 23146) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -145,8 +145,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1618` // Estimated: `23074` - // Minimum execution time: 61_353_000 picoseconds. - Weight::from_parts(62_246_000, 23074) + // Minimum execution time: 61_318_000 picoseconds. + Weight::from_parts(61_925_000, 23074) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -164,8 +164,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1930` // Estimated: `30748` - // Minimum execution time: 68_490_000 picoseconds. - Weight::from_parts(69_420_000, 30748) + // Minimum execution time: 68_670_000 picoseconds. + Weight::from_parts(69_191_000, 30748) .saturating_add(RocksDbWeight::get().reads(10_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } diff --git a/frame/balances/src/weights.rs b/frame/balances/src/weights.rs index e4d9659786bde..a1370607240ad 100644 --- a/frame/balances/src/weights.rs +++ b/frame/balances/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_balances //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -69,8 +69,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 37_194_000 picoseconds. - Weight::from_parts(37_716_000, 3593) + // Minimum execution time: 37_054_000 picoseconds. + Weight::from_parts(37_434_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -80,8 +80,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 27_685_000 picoseconds. - Weight::from_parts(28_156_000, 3593) + // Minimum execution time: 27_688_000 picoseconds. + Weight::from_parts(28_433_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -91,8 +91,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `174` // Estimated: `3593` - // Minimum execution time: 17_487_000 picoseconds. - Weight::from_parts(17_661_000, 3593) + // Minimum execution time: 17_320_000 picoseconds. + Weight::from_parts(17_822_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -102,8 +102,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `174` // Estimated: `3593` - // Minimum execution time: 20_922_000 picoseconds. - Weight::from_parts(21_437_000, 3593) + // Minimum execution time: 20_901_000 picoseconds. + Weight::from_parts(21_268_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -113,8 +113,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `103` // Estimated: `6196` - // Minimum execution time: 38_665_000 picoseconds. - Weight::from_parts(40_146_000, 6196) + // Minimum execution time: 38_580_000 picoseconds. + Weight::from_parts(39_244_000, 6196) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -124,8 +124,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 34_858_000 picoseconds. - Weight::from_parts(35_135_000, 3593) + // Minimum execution time: 34_773_000 picoseconds. + Weight::from_parts(35_370_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -135,8 +135,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `174` // Estimated: `3593` - // Minimum execution time: 16_141_000 picoseconds. - Weight::from_parts(16_535_000, 3593) + // Minimum execution time: 16_256_000 picoseconds. + Weight::from_parts(16_586_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -150,8 +150,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 37_194_000 picoseconds. - Weight::from_parts(37_716_000, 3593) + // Minimum execution time: 37_054_000 picoseconds. + Weight::from_parts(37_434_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -161,8 +161,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 27_685_000 picoseconds. - Weight::from_parts(28_156_000, 3593) + // Minimum execution time: 27_688_000 picoseconds. + Weight::from_parts(28_433_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -172,8 +172,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `174` // Estimated: `3593` - // Minimum execution time: 17_487_000 picoseconds. - Weight::from_parts(17_661_000, 3593) + // Minimum execution time: 17_320_000 picoseconds. + Weight::from_parts(17_822_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -183,8 +183,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `174` // Estimated: `3593` - // Minimum execution time: 20_922_000 picoseconds. - Weight::from_parts(21_437_000, 3593) + // Minimum execution time: 20_901_000 picoseconds. + Weight::from_parts(21_268_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -194,8 +194,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `103` // Estimated: `6196` - // Minimum execution time: 38_665_000 picoseconds. - Weight::from_parts(40_146_000, 6196) + // Minimum execution time: 38_580_000 picoseconds. + Weight::from_parts(39_244_000, 6196) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -205,8 +205,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 34_858_000 picoseconds. - Weight::from_parts(35_135_000, 3593) + // Minimum execution time: 34_773_000 picoseconds. + Weight::from_parts(35_370_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -216,8 +216,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `174` // Estimated: `3593` - // Minimum execution time: 16_141_000 picoseconds. - Weight::from_parts(16_535_000, 3593) + // Minimum execution time: 16_256_000 picoseconds. + Weight::from_parts(16_586_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/benchmarking/src/weights.rs b/frame/benchmarking/src/weights.rs index e65584c18386e..ad48ae9e560c3 100644 --- a/frame/benchmarking/src/weights.rs +++ b/frame/benchmarking/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for frame_benchmarking //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -67,49 +67,49 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 174_000 picoseconds. - Weight::from_parts(202_631, 0) + // Minimum execution time: 159_000 picoseconds. + Weight::from_parts(218_524, 0) } /// The range of component `i` is `[0, 1000000]`. fn subtraction(_i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 173_000 picoseconds. - Weight::from_parts(211_852, 0) + // Minimum execution time: 163_000 picoseconds. + Weight::from_parts(200_464, 0) } /// The range of component `i` is `[0, 1000000]`. fn multiplication(_i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 172_000 picoseconds. - Weight::from_parts(210_198, 0) + // Minimum execution time: 163_000 picoseconds. + Weight::from_parts(197_323, 0) } /// The range of component `i` is `[0, 1000000]`. fn division(_i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 170_000 picoseconds. - Weight::from_parts(203_112, 0) + // Minimum execution time: 171_000 picoseconds. + Weight::from_parts(215_113, 0) } fn hashing() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_639_562_000 picoseconds. - Weight::from_parts(22_896_626_000, 0) + // Minimum execution time: 21_308_694_000 picoseconds. + Weight::from_parts(21_455_067_000, 0) } /// The range of component `i` is `[0, 100]`. fn sr25519_verification(i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 223_000 picoseconds. + // Minimum execution time: 235_000 picoseconds. Weight::from_parts(240_000, 0) - // Standard Error: 13_473 - .saturating_add(Weight::from_parts(47_496_909, 0).saturating_mul(i.into())) + // Standard Error: 11_834 + .saturating_add(Weight::from_parts(47_423_400, 0).saturating_mul(i.into())) } } @@ -120,48 +120,48 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 174_000 picoseconds. - Weight::from_parts(202_631, 0) + // Minimum execution time: 159_000 picoseconds. + Weight::from_parts(218_524, 0) } /// The range of component `i` is `[0, 1000000]`. fn subtraction(_i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 173_000 picoseconds. - Weight::from_parts(211_852, 0) + // Minimum execution time: 163_000 picoseconds. + Weight::from_parts(200_464, 0) } /// The range of component `i` is `[0, 1000000]`. fn multiplication(_i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 172_000 picoseconds. - Weight::from_parts(210_198, 0) + // Minimum execution time: 163_000 picoseconds. + Weight::from_parts(197_323, 0) } /// The range of component `i` is `[0, 1000000]`. fn division(_i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 170_000 picoseconds. - Weight::from_parts(203_112, 0) + // Minimum execution time: 171_000 picoseconds. + Weight::from_parts(215_113, 0) } fn hashing() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_639_562_000 picoseconds. - Weight::from_parts(22_896_626_000, 0) + // Minimum execution time: 21_308_694_000 picoseconds. + Weight::from_parts(21_455_067_000, 0) } /// The range of component `i` is `[0, 100]`. fn sr25519_verification(i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 223_000 picoseconds. + // Minimum execution time: 235_000 picoseconds. Weight::from_parts(240_000, 0) - // Standard Error: 13_473 - .saturating_add(Weight::from_parts(47_496_909, 0).saturating_mul(i.into())) + // Standard Error: 11_834 + .saturating_add(Weight::from_parts(47_423_400, 0).saturating_mul(i.into())) } } diff --git a/frame/bounties/src/weights.rs b/frame/bounties/src/weights.rs index 4ac87723a6509..2e1b57a06c3d2 100644 --- a/frame/bounties/src/weights.rs +++ b/frame/bounties/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_bounties //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -76,12 +76,14 @@ impl WeightInfo for SubstrateWeight { /// Storage: Bounties Bounties (r:0 w:1) /// Proof: Bounties Bounties (max_values: None, max_size: Some(177), added: 2652, mode: MaxEncodedLen) /// The range of component `d` is `[0, 300]`. - fn propose_bounty(_d: u32, ) -> Weight { + fn propose_bounty(d: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `276` // Estimated: `5082` - // Minimum execution time: 26_465_000 picoseconds. - Weight::from_parts(28_507_580, 5082) + // Minimum execution time: 26_443_000 picoseconds. + Weight::from_parts(27_492_395, 5082) + // Standard Error: 161 + .saturating_add(Weight::from_parts(1_312, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -93,8 +95,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `368` // Estimated: `5529` - // Minimum execution time: 12_336_000 picoseconds. - Weight::from_parts(12_669_000, 5529) + // Minimum execution time: 12_229_000 picoseconds. + Weight::from_parts(12_388_000, 5529) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -104,8 +106,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `388` // Estimated: `3642` - // Minimum execution time: 10_798_000 picoseconds. - Weight::from_parts(11_023_000, 3642) + // Minimum execution time: 10_540_000 picoseconds. + Weight::from_parts(10_855_000, 3642) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -117,8 +119,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `564` // Estimated: `7235` - // Minimum execution time: 26_215_000 picoseconds. - Weight::from_parts(26_730_000, 7235) + // Minimum execution time: 26_034_000 picoseconds. + Weight::from_parts(26_467_000, 7235) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -130,8 +132,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `560` // Estimated: `7235` - // Minimum execution time: 24_670_000 picoseconds. - Weight::from_parts(24_945_000, 7235) + // Minimum execution time: 24_551_000 picoseconds. + Weight::from_parts(24_889_000, 7235) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -143,8 +145,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `538` // Estimated: `7123` - // Minimum execution time: 20_856_000 picoseconds. - Weight::from_parts(21_249_000, 7123) + // Minimum execution time: 20_742_000 picoseconds. + Weight::from_parts(21_186_000, 7123) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -160,8 +162,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `902` // Estimated: `15934` - // Minimum execution time: 80_294_000 picoseconds. - Weight::from_parts(81_619_000, 15934) + // Minimum execution time: 79_249_000 picoseconds. + Weight::from_parts(80_085_000, 15934) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -177,8 +179,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `582` // Estimated: `10716` - // Minimum execution time: 32_808_000 picoseconds. - Weight::from_parts(33_199_000, 10716) + // Minimum execution time: 32_781_000 picoseconds. + Weight::from_parts(33_143_000, 10716) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -194,8 +196,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `818` // Estimated: `13319` - // Minimum execution time: 55_942_000 picoseconds. - Weight::from_parts(56_598_000, 13319) + // Minimum execution time: 55_508_000 picoseconds. + Weight::from_parts(55_886_000, 13319) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -205,8 +207,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `424` // Estimated: `3642` - // Minimum execution time: 16_201_000 picoseconds. - Weight::from_parts(16_607_000, 3642) + // Minimum execution time: 16_204_000 picoseconds. + Weight::from_parts(16_690_000, 3642) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -221,10 +223,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4 + b * (297 ±0)` // Estimated: `3867 + b * (7858 ±0)` - // Minimum execution time: 5_435_000 picoseconds. - Weight::from_parts(8_077_029, 3867) - // Standard Error: 29_375 - .saturating_add(Weight::from_parts(32_961_795, 0).saturating_mul(b.into())) + // Minimum execution time: 5_302_000 picoseconds. + Weight::from_parts(456_851, 3867) + // Standard Error: 58_275 + .saturating_add(Weight::from_parts(33_391_735, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -244,12 +246,14 @@ impl WeightInfo for () { /// Storage: Bounties Bounties (r:0 w:1) /// Proof: Bounties Bounties (max_values: None, max_size: Some(177), added: 2652, mode: MaxEncodedLen) /// The range of component `d` is `[0, 300]`. - fn propose_bounty(_d: u32, ) -> Weight { + fn propose_bounty(d: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `276` // Estimated: `5082` - // Minimum execution time: 26_465_000 picoseconds. - Weight::from_parts(28_507_580, 5082) + // Minimum execution time: 26_443_000 picoseconds. + Weight::from_parts(27_492_395, 5082) + // Standard Error: 161 + .saturating_add(Weight::from_parts(1_312, 0).saturating_mul(d.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -261,8 +265,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `368` // Estimated: `5529` - // Minimum execution time: 12_336_000 picoseconds. - Weight::from_parts(12_669_000, 5529) + // Minimum execution time: 12_229_000 picoseconds. + Weight::from_parts(12_388_000, 5529) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -272,8 +276,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `388` // Estimated: `3642` - // Minimum execution time: 10_798_000 picoseconds. - Weight::from_parts(11_023_000, 3642) + // Minimum execution time: 10_540_000 picoseconds. + Weight::from_parts(10_855_000, 3642) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -285,8 +289,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `564` // Estimated: `7235` - // Minimum execution time: 26_215_000 picoseconds. - Weight::from_parts(26_730_000, 7235) + // Minimum execution time: 26_034_000 picoseconds. + Weight::from_parts(26_467_000, 7235) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -298,8 +302,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `560` // Estimated: `7235` - // Minimum execution time: 24_670_000 picoseconds. - Weight::from_parts(24_945_000, 7235) + // Minimum execution time: 24_551_000 picoseconds. + Weight::from_parts(24_889_000, 7235) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -311,8 +315,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `538` // Estimated: `7123` - // Minimum execution time: 20_856_000 picoseconds. - Weight::from_parts(21_249_000, 7123) + // Minimum execution time: 20_742_000 picoseconds. + Weight::from_parts(21_186_000, 7123) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -328,8 +332,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `902` // Estimated: `15934` - // Minimum execution time: 80_294_000 picoseconds. - Weight::from_parts(81_619_000, 15934) + // Minimum execution time: 79_249_000 picoseconds. + Weight::from_parts(80_085_000, 15934) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -345,8 +349,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `582` // Estimated: `10716` - // Minimum execution time: 32_808_000 picoseconds. - Weight::from_parts(33_199_000, 10716) + // Minimum execution time: 32_781_000 picoseconds. + Weight::from_parts(33_143_000, 10716) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -362,8 +366,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `818` // Estimated: `13319` - // Minimum execution time: 55_942_000 picoseconds. - Weight::from_parts(56_598_000, 13319) + // Minimum execution time: 55_508_000 picoseconds. + Weight::from_parts(55_886_000, 13319) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -373,8 +377,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `424` // Estimated: `3642` - // Minimum execution time: 16_201_000 picoseconds. - Weight::from_parts(16_607_000, 3642) + // Minimum execution time: 16_204_000 picoseconds. + Weight::from_parts(16_690_000, 3642) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -389,10 +393,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4 + b * (297 ±0)` // Estimated: `3867 + b * (7858 ±0)` - // Minimum execution time: 5_435_000 picoseconds. - Weight::from_parts(8_077_029, 3867) - // Standard Error: 29_375 - .saturating_add(Weight::from_parts(32_961_795, 0).saturating_mul(b.into())) + // Minimum execution time: 5_302_000 picoseconds. + Weight::from_parts(456_851, 3867) + // Standard Error: 58_275 + .saturating_add(Weight::from_parts(33_391_735, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(b.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) diff --git a/frame/child-bounties/src/weights.rs b/frame/child-bounties/src/weights.rs index 1b9781d079ad1..34328af4bf7f6 100644 --- a/frame/child-bounties/src/weights.rs +++ b/frame/child-bounties/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_child_bounties //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -77,12 +77,14 @@ impl WeightInfo for SubstrateWeight { /// Storage: ChildBounties ChildBounties (r:0 w:1) /// Proof: ChildBounties ChildBounties (max_values: None, max_size: Some(145), added: 2620, mode: MaxEncodedLen) /// The range of component `d` is `[0, 300]`. - fn add_child_bounty(_d: u32, ) -> Weight { + fn add_child_bounty(d: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `678` // Estimated: `14808` - // Minimum execution time: 55_074_000 picoseconds. - Weight::from_parts(58_127_897, 14808) + // Minimum execution time: 54_243_000 picoseconds. + Weight::from_parts(55_326_487, 14808) + // Standard Error: 207 + .saturating_add(Weight::from_parts(1_061, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -96,8 +98,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `732` // Estimated: `10745` - // Minimum execution time: 18_940_000 picoseconds. - Weight::from_parts(20_916_000, 10745) + // Minimum execution time: 18_943_000 picoseconds. + Weight::from_parts(19_283_000, 10745) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -111,8 +113,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `878` // Estimated: `10845` - // Minimum execution time: 31_417_000 picoseconds. - Weight::from_parts(31_865_000, 10845) + // Minimum execution time: 31_831_000 picoseconds. + Weight::from_parts(32_758_000, 10845) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -126,8 +128,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `878` // Estimated: `10845` - // Minimum execution time: 33_838_000 picoseconds. - Weight::from_parts(34_315_000, 10845) + // Minimum execution time: 34_155_000 picoseconds. + Weight::from_parts(34_677_000, 10845) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -139,8 +141,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `775` // Estimated: `7252` - // Minimum execution time: 23_008_000 picoseconds. - Weight::from_parts(23_309_000, 7252) + // Minimum execution time: 23_082_000 picoseconds. + Weight::from_parts(23_475_000, 7252) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -156,8 +158,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `648` // Estimated: `15890` - // Minimum execution time: 76_844_000 picoseconds. - Weight::from_parts(77_592_000, 15890) + // Minimum execution time: 75_766_000 picoseconds. + Weight::from_parts(76_289_000, 15890) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -177,8 +179,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `978` // Estimated: `20422` - // Minimum execution time: 54_543_000 picoseconds. - Weight::from_parts(55_272_000, 20422) + // Minimum execution time: 54_841_000 picoseconds. + Weight::from_parts(55_153_000, 20422) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -198,8 +200,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1165` // Estimated: `23025` - // Minimum execution time: 67_762_000 picoseconds. - Weight::from_parts(68_413_000, 23025) + // Minimum execution time: 67_282_000 picoseconds. + Weight::from_parts(67_810_000, 23025) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -220,12 +222,14 @@ impl WeightInfo for () { /// Storage: ChildBounties ChildBounties (r:0 w:1) /// Proof: ChildBounties ChildBounties (max_values: None, max_size: Some(145), added: 2620, mode: MaxEncodedLen) /// The range of component `d` is `[0, 300]`. - fn add_child_bounty(_d: u32, ) -> Weight { + fn add_child_bounty(d: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `678` // Estimated: `14808` - // Minimum execution time: 55_074_000 picoseconds. - Weight::from_parts(58_127_897, 14808) + // Minimum execution time: 54_243_000 picoseconds. + Weight::from_parts(55_326_487, 14808) + // Standard Error: 207 + .saturating_add(Weight::from_parts(1_061, 0).saturating_mul(d.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -239,8 +243,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `732` // Estimated: `10745` - // Minimum execution time: 18_940_000 picoseconds. - Weight::from_parts(20_916_000, 10745) + // Minimum execution time: 18_943_000 picoseconds. + Weight::from_parts(19_283_000, 10745) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -254,8 +258,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `878` // Estimated: `10845` - // Minimum execution time: 31_417_000 picoseconds. - Weight::from_parts(31_865_000, 10845) + // Minimum execution time: 31_831_000 picoseconds. + Weight::from_parts(32_758_000, 10845) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -269,8 +273,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `878` // Estimated: `10845` - // Minimum execution time: 33_838_000 picoseconds. - Weight::from_parts(34_315_000, 10845) + // Minimum execution time: 34_155_000 picoseconds. + Weight::from_parts(34_677_000, 10845) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -282,8 +286,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `775` // Estimated: `7252` - // Minimum execution time: 23_008_000 picoseconds. - Weight::from_parts(23_309_000, 7252) + // Minimum execution time: 23_082_000 picoseconds. + Weight::from_parts(23_475_000, 7252) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -299,8 +303,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `648` // Estimated: `15890` - // Minimum execution time: 76_844_000 picoseconds. - Weight::from_parts(77_592_000, 15890) + // Minimum execution time: 75_766_000 picoseconds. + Weight::from_parts(76_289_000, 15890) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -320,8 +324,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `978` // Estimated: `20422` - // Minimum execution time: 54_543_000 picoseconds. - Weight::from_parts(55_272_000, 20422) + // Minimum execution time: 54_841_000 picoseconds. + Weight::from_parts(55_153_000, 20422) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -341,8 +345,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1165` // Estimated: `23025` - // Minimum execution time: 67_762_000 picoseconds. - Weight::from_parts(68_413_000, 23025) + // Minimum execution time: 67_282_000 picoseconds. + Weight::from_parts(67_810_000, 23025) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } diff --git a/frame/collective/src/weights.rs b/frame/collective/src/weights.rs index d87d156bc8672..d33bcb265b8df 100644 --- a/frame/collective/src/weights.rs +++ b/frame/collective/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_collective //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -81,12 +81,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0 + m * (3232 ±0) + p * (3190 ±0)` // Estimated: `19428 + m * (7799 ±23) + p * (10110 ±23)` - // Minimum execution time: 17_590_000 picoseconds. - Weight::from_parts(17_878_000, 19428) - // Standard Error: 50_191 - .saturating_add(Weight::from_parts(3_934_377, 0).saturating_mul(m.into())) - // Standard Error: 50_191 - .saturating_add(Weight::from_parts(6_955_890, 0).saturating_mul(p.into())) + // Minimum execution time: 17_716_000 picoseconds. + Weight::from_parts(18_032_000, 19428) + // Standard Error: 50_290 + .saturating_add(Weight::from_parts(3_910_741, 0).saturating_mul(m.into())) + // Standard Error: 50_290 + .saturating_add(Weight::from_parts(6_953_602, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -102,12 +102,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `202 + m * (32 ±0)` // Estimated: `1688 + m * (32 ±0)` - // Minimum execution time: 17_466_000 picoseconds. - Weight::from_parts(16_620_777, 1688) - // Standard Error: 73 - .saturating_add(Weight::from_parts(1_671, 0).saturating_mul(b.into())) - // Standard Error: 758 - .saturating_add(Weight::from_parts(16_834, 0).saturating_mul(m.into())) + // Minimum execution time: 17_667_000 picoseconds. + Weight::from_parts(16_534_766, 1688) + // Standard Error: 145 + .saturating_add(Weight::from_parts(1_740, 0).saturating_mul(b.into())) + // Standard Error: 1_501 + .saturating_add(Weight::from_parts(20_496, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -121,12 +121,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `202 + m * (32 ±0)` // Estimated: `5356 + m * (64 ±0)` - // Minimum execution time: 19_629_000 picoseconds. - Weight::from_parts(19_462_001, 5356) - // Standard Error: 76 - .saturating_add(Weight::from_parts(1_439, 0).saturating_mul(b.into())) - // Standard Error: 787 - .saturating_add(Weight::from_parts(24_590, 0).saturating_mul(m.into())) + // Minimum execution time: 19_592_000 picoseconds. + Weight::from_parts(19_025_356, 5356) + // Standard Error: 43 + .saturating_add(Weight::from_parts(1_646, 0).saturating_mul(b.into())) + // Standard Error: 451 + .saturating_add(Weight::from_parts(28_289, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } @@ -147,14 +147,14 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `492 + m * (32 ±0) + p * (36 ±0)` // Estimated: `10015 + m * (165 ±0) + p * (180 ±0)` - // Minimum execution time: 27_130_000 picoseconds. - Weight::from_parts(26_807_500, 10015) - // Standard Error: 186 - .saturating_add(Weight::from_parts(3_261, 0).saturating_mul(b.into())) - // Standard Error: 1_946 - .saturating_add(Weight::from_parts(23_994, 0).saturating_mul(m.into())) - // Standard Error: 1_921 - .saturating_add(Weight::from_parts(124_040, 0).saturating_mul(p.into())) + // Minimum execution time: 27_769_000 picoseconds. + Weight::from_parts(27_481_418, 10015) + // Standard Error: 84 + .saturating_add(Weight::from_parts(2_878, 0).saturating_mul(b.into())) + // Standard Error: 878 + .saturating_add(Weight::from_parts(22_266, 0).saturating_mul(m.into())) + // Standard Error: 867 + .saturating_add(Weight::from_parts(122_154, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into())) @@ -169,10 +169,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `941 + m * (64 ±0)` // Estimated: `6830 + m * (128 ±0)` - // Minimum execution time: 22_861_000 picoseconds. - Weight::from_parts(23_566_387, 6830) - // Standard Error: 799 - .saturating_add(Weight::from_parts(53_291, 0).saturating_mul(m.into())) + // Minimum execution time: 23_045_000 picoseconds. + Weight::from_parts(23_669_509, 6830) + // Standard Error: 695 + .saturating_add(Weight::from_parts(52_523, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into())) @@ -191,12 +191,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `530 + m * (64 ±0) + p * (36 ±0)` // Estimated: `8475 + m * (260 ±0) + p * (144 ±0)` - // Minimum execution time: 28_908_000 picoseconds. - Weight::from_parts(29_027_874, 8475) - // Standard Error: 758 - .saturating_add(Weight::from_parts(28_240, 0).saturating_mul(m.into())) - // Standard Error: 739 - .saturating_add(Weight::from_parts(122_616, 0).saturating_mul(p.into())) + // Minimum execution time: 29_250_000 picoseconds. + Weight::from_parts(28_927_939, 8475) + // Standard Error: 722 + .saturating_add(Weight::from_parts(32_466, 0).saturating_mul(m.into())) + // Standard Error: 704 + .saturating_add(Weight::from_parts(121_613, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into())) @@ -217,14 +217,14 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `832 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `12636 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` - // Minimum execution time: 41_309_000 picoseconds. - Weight::from_parts(43_135_290, 12636) + // Minimum execution time: 42_117_000 picoseconds. + Weight::from_parts(43_784_790, 12636) // Standard Error: 107 - .saturating_add(Weight::from_parts(2_180, 0).saturating_mul(b.into())) - // Standard Error: 1_140 - .saturating_add(Weight::from_parts(17_232, 0).saturating_mul(m.into())) - // Standard Error: 1_111 - .saturating_add(Weight::from_parts(136_882, 0).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(2_185, 0).saturating_mul(b.into())) + // Standard Error: 1_135 + .saturating_add(Weight::from_parts(19_328, 0).saturating_mul(m.into())) + // Standard Error: 1_106 + .saturating_add(Weight::from_parts(133_329, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into())) @@ -247,12 +247,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `550 + m * (64 ±0) + p * (36 ±0)` // Estimated: `10570 + m * (325 ±0) + p * (180 ±0)` - // Minimum execution time: 32_309_000 picoseconds. - Weight::from_parts(32_459_685, 10570) - // Standard Error: 1_135 - .saturating_add(Weight::from_parts(23_404, 0).saturating_mul(m.into())) - // Standard Error: 1_106 - .saturating_add(Weight::from_parts(139_521, 0).saturating_mul(p.into())) + // Minimum execution time: 32_852_000 picoseconds. + Weight::from_parts(32_533_192, 10570) + // Standard Error: 2_541 + .saturating_add(Weight::from_parts(26_111, 0).saturating_mul(m.into())) + // Standard Error: 2_478 + .saturating_add(Weight::from_parts(144_457, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into())) @@ -275,14 +275,14 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `852 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `14905 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` - // Minimum execution time: 43_404_000 picoseconds. - Weight::from_parts(44_485_840, 14905) - // Standard Error: 151 - .saturating_add(Weight::from_parts(2_779, 0).saturating_mul(b.into())) - // Standard Error: 1_602 - .saturating_add(Weight::from_parts(23_528, 0).saturating_mul(m.into())) - // Standard Error: 1_562 - .saturating_add(Weight::from_parts(140_674, 0).saturating_mul(p.into())) + // Minimum execution time: 44_438_000 picoseconds. + Weight::from_parts(46_470_132, 14905) + // Standard Error: 109 + .saturating_add(Weight::from_parts(2_099, 0).saturating_mul(b.into())) + // Standard Error: 1_157 + .saturating_add(Weight::from_parts(20_741, 0).saturating_mul(m.into())) + // Standard Error: 1_128 + .saturating_add(Weight::from_parts(131_905, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into())) @@ -300,10 +300,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `359 + p * (32 ±0)` // Estimated: `2562 + p * (96 ±0)` - // Minimum execution time: 16_203_000 picoseconds. - Weight::from_parts(17_893_949, 2562) - // Standard Error: 932 - .saturating_add(Weight::from_parts(117_736, 0).saturating_mul(p.into())) + // Minimum execution time: 16_673_000 picoseconds. + Weight::from_parts(18_503_927, 2562) + // Standard Error: 874 + .saturating_add(Weight::from_parts(111_338, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into())) @@ -327,12 +327,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0 + m * (3232 ±0) + p * (3190 ±0)` // Estimated: `19428 + m * (7799 ±23) + p * (10110 ±23)` - // Minimum execution time: 17_590_000 picoseconds. - Weight::from_parts(17_878_000, 19428) - // Standard Error: 50_191 - .saturating_add(Weight::from_parts(3_934_377, 0).saturating_mul(m.into())) - // Standard Error: 50_191 - .saturating_add(Weight::from_parts(6_955_890, 0).saturating_mul(p.into())) + // Minimum execution time: 17_716_000 picoseconds. + Weight::from_parts(18_032_000, 19428) + // Standard Error: 50_290 + .saturating_add(Weight::from_parts(3_910_741, 0).saturating_mul(m.into())) + // Standard Error: 50_290 + .saturating_add(Weight::from_parts(6_953_602, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -348,12 +348,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `202 + m * (32 ±0)` // Estimated: `1688 + m * (32 ±0)` - // Minimum execution time: 17_466_000 picoseconds. - Weight::from_parts(16_620_777, 1688) - // Standard Error: 73 - .saturating_add(Weight::from_parts(1_671, 0).saturating_mul(b.into())) - // Standard Error: 758 - .saturating_add(Weight::from_parts(16_834, 0).saturating_mul(m.into())) + // Minimum execution time: 17_667_000 picoseconds. + Weight::from_parts(16_534_766, 1688) + // Standard Error: 145 + .saturating_add(Weight::from_parts(1_740, 0).saturating_mul(b.into())) + // Standard Error: 1_501 + .saturating_add(Weight::from_parts(20_496, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -367,12 +367,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `202 + m * (32 ±0)` // Estimated: `5356 + m * (64 ±0)` - // Minimum execution time: 19_629_000 picoseconds. - Weight::from_parts(19_462_001, 5356) - // Standard Error: 76 - .saturating_add(Weight::from_parts(1_439, 0).saturating_mul(b.into())) - // Standard Error: 787 - .saturating_add(Weight::from_parts(24_590, 0).saturating_mul(m.into())) + // Minimum execution time: 19_592_000 picoseconds. + Weight::from_parts(19_025_356, 5356) + // Standard Error: 43 + .saturating_add(Weight::from_parts(1_646, 0).saturating_mul(b.into())) + // Standard Error: 451 + .saturating_add(Weight::from_parts(28_289, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } @@ -393,14 +393,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `492 + m * (32 ±0) + p * (36 ±0)` // Estimated: `10015 + m * (165 ±0) + p * (180 ±0)` - // Minimum execution time: 27_130_000 picoseconds. - Weight::from_parts(26_807_500, 10015) - // Standard Error: 186 - .saturating_add(Weight::from_parts(3_261, 0).saturating_mul(b.into())) - // Standard Error: 1_946 - .saturating_add(Weight::from_parts(23_994, 0).saturating_mul(m.into())) - // Standard Error: 1_921 - .saturating_add(Weight::from_parts(124_040, 0).saturating_mul(p.into())) + // Minimum execution time: 27_769_000 picoseconds. + Weight::from_parts(27_481_418, 10015) + // Standard Error: 84 + .saturating_add(Weight::from_parts(2_878, 0).saturating_mul(b.into())) + // Standard Error: 878 + .saturating_add(Weight::from_parts(22_266, 0).saturating_mul(m.into())) + // Standard Error: 867 + .saturating_add(Weight::from_parts(122_154, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into())) @@ -415,10 +415,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `941 + m * (64 ±0)` // Estimated: `6830 + m * (128 ±0)` - // Minimum execution time: 22_861_000 picoseconds. - Weight::from_parts(23_566_387, 6830) - // Standard Error: 799 - .saturating_add(Weight::from_parts(53_291, 0).saturating_mul(m.into())) + // Minimum execution time: 23_045_000 picoseconds. + Weight::from_parts(23_669_509, 6830) + // Standard Error: 695 + .saturating_add(Weight::from_parts(52_523, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into())) @@ -437,12 +437,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `530 + m * (64 ±0) + p * (36 ±0)` // Estimated: `8475 + m * (260 ±0) + p * (144 ±0)` - // Minimum execution time: 28_908_000 picoseconds. - Weight::from_parts(29_027_874, 8475) - // Standard Error: 758 - .saturating_add(Weight::from_parts(28_240, 0).saturating_mul(m.into())) - // Standard Error: 739 - .saturating_add(Weight::from_parts(122_616, 0).saturating_mul(p.into())) + // Minimum execution time: 29_250_000 picoseconds. + Weight::from_parts(28_927_939, 8475) + // Standard Error: 722 + .saturating_add(Weight::from_parts(32_466, 0).saturating_mul(m.into())) + // Standard Error: 704 + .saturating_add(Weight::from_parts(121_613, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into())) @@ -463,14 +463,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `832 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `12636 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` - // Minimum execution time: 41_309_000 picoseconds. - Weight::from_parts(43_135_290, 12636) + // Minimum execution time: 42_117_000 picoseconds. + Weight::from_parts(43_784_790, 12636) // Standard Error: 107 - .saturating_add(Weight::from_parts(2_180, 0).saturating_mul(b.into())) - // Standard Error: 1_140 - .saturating_add(Weight::from_parts(17_232, 0).saturating_mul(m.into())) - // Standard Error: 1_111 - .saturating_add(Weight::from_parts(136_882, 0).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(2_185, 0).saturating_mul(b.into())) + // Standard Error: 1_135 + .saturating_add(Weight::from_parts(19_328, 0).saturating_mul(m.into())) + // Standard Error: 1_106 + .saturating_add(Weight::from_parts(133_329, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into())) @@ -493,12 +493,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `550 + m * (64 ±0) + p * (36 ±0)` // Estimated: `10570 + m * (325 ±0) + p * (180 ±0)` - // Minimum execution time: 32_309_000 picoseconds. - Weight::from_parts(32_459_685, 10570) - // Standard Error: 1_135 - .saturating_add(Weight::from_parts(23_404, 0).saturating_mul(m.into())) - // Standard Error: 1_106 - .saturating_add(Weight::from_parts(139_521, 0).saturating_mul(p.into())) + // Minimum execution time: 32_852_000 picoseconds. + Weight::from_parts(32_533_192, 10570) + // Standard Error: 2_541 + .saturating_add(Weight::from_parts(26_111, 0).saturating_mul(m.into())) + // Standard Error: 2_478 + .saturating_add(Weight::from_parts(144_457, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into())) @@ -521,14 +521,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `852 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `14905 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` - // Minimum execution time: 43_404_000 picoseconds. - Weight::from_parts(44_485_840, 14905) - // Standard Error: 151 - .saturating_add(Weight::from_parts(2_779, 0).saturating_mul(b.into())) - // Standard Error: 1_602 - .saturating_add(Weight::from_parts(23_528, 0).saturating_mul(m.into())) - // Standard Error: 1_562 - .saturating_add(Weight::from_parts(140_674, 0).saturating_mul(p.into())) + // Minimum execution time: 44_438_000 picoseconds. + Weight::from_parts(46_470_132, 14905) + // Standard Error: 109 + .saturating_add(Weight::from_parts(2_099, 0).saturating_mul(b.into())) + // Standard Error: 1_157 + .saturating_add(Weight::from_parts(20_741, 0).saturating_mul(m.into())) + // Standard Error: 1_128 + .saturating_add(Weight::from_parts(131_905, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into())) @@ -546,10 +546,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `359 + p * (32 ±0)` // Estimated: `2562 + p * (96 ±0)` - // Minimum execution time: 16_203_000 picoseconds. - Weight::from_parts(17_893_949, 2562) - // Standard Error: 932 - .saturating_add(Weight::from_parts(117_736, 0).saturating_mul(p.into())) + // Minimum execution time: 16_673_000 picoseconds. + Weight::from_parts(18_503_927, 2562) + // Standard Error: 874 + .saturating_add(Weight::from_parts(111_338, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into())) diff --git a/frame/contracts/src/weights.rs b/frame/contracts/src/weights.rs index 64a55111f835d..e50fb5677c9bd 100644 --- a/frame/contracts/src/weights.rs +++ b/frame/contracts/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_contracts //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -179,8 +179,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `109` // Estimated: `1594` - // Minimum execution time: 2_620_000 picoseconds. - Weight::from_parts(2_871_000, 1594) + // Minimum execution time: 2_725_000 picoseconds. + Weight::from_parts(2_859_000, 1594) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: Skipped Metadata (r:0 w:0) @@ -190,10 +190,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `450 + k * (69 ±0)` // Estimated: `440 + k * (70 ±0)` - // Minimum execution time: 10_892_000 picoseconds. - Weight::from_parts(7_354_304, 440) - // Standard Error: 1_014 - .saturating_add(Weight::from_parts(969_947, 0).saturating_mul(k.into())) + // Minimum execution time: 10_915_000 picoseconds. + Weight::from_parts(5_688_307, 440) + // Standard Error: 1_028 + .saturating_add(Weight::from_parts(974_162, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -207,10 +207,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `250 + q * (33 ±0)` // Estimated: `1725 + q * (33 ±0)` - // Minimum execution time: 2_627_000 picoseconds. - Weight::from_parts(11_046_710, 1725) - // Standard Error: 3_306 - .saturating_add(Weight::from_parts(1_281_055, 0).saturating_mul(q.into())) + // Minimum execution time: 2_649_000 picoseconds. + Weight::from_parts(10_583_266, 1725) + // Standard Error: 3_479 + .saturating_add(Weight::from_parts(1_290_424, 0).saturating_mul(q.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 33).saturating_mul(q.into())) @@ -224,10 +224,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `238 + c * (1 ±0)` // Estimated: `3951 + c * (2 ±0)` - // Minimum execution time: 36_494_000 picoseconds. - Weight::from_parts(40_839_682, 3951) - // Standard Error: 77 - .saturating_add(Weight::from_parts(50_212, 0).saturating_mul(c.into())) + // Minimum execution time: 36_955_000 picoseconds. + Weight::from_parts(38_344_216, 3951) + // Standard Error: 57 + .saturating_add(Weight::from_parts(51_136, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 2).saturating_mul(c.into())) @@ -247,10 +247,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `707` // Estimated: `21400 + c * (5 ±0)` - // Minimum execution time: 401_294_000 picoseconds. - Weight::from_parts(426_783_939, 21400) - // Standard Error: 50 - .saturating_add(Weight::from_parts(31_402, 0).saturating_mul(c.into())) + // Minimum execution time: 402_317_000 picoseconds. + Weight::from_parts(416_761_244, 21400) + // Standard Error: 30 + .saturating_add(Weight::from_parts(32_449, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 5).saturating_mul(c.into())) @@ -278,14 +278,14 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `270` // Estimated: `26207` - // Minimum execution time: 3_259_546_000 picoseconds. - Weight::from_parts(662_361_083, 26207) - // Standard Error: 299 - .saturating_add(Weight::from_parts(94_603, 0).saturating_mul(c.into())) + // Minimum execution time: 3_306_935_000 picoseconds. + Weight::from_parts(748_911_612, 26207) + // Standard Error: 300 + .saturating_add(Weight::from_parts(94_754, 0).saturating_mul(c.into())) // Standard Error: 17 - .saturating_add(Weight::from_parts(1_157, 0).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(1_149, 0).saturating_mul(i.into())) // Standard Error: 17 - .saturating_add(Weight::from_parts(1_502, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_458, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(10_u64)) } @@ -309,12 +309,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `482` // Estimated: `28521` - // Minimum execution time: 1_609_726_000 picoseconds. - Weight::from_parts(220_473_847, 28521) - // Standard Error: 9 - .saturating_add(Weight::from_parts(1_447, 0).saturating_mul(i.into())) - // Standard Error: 9 - .saturating_add(Weight::from_parts(1_481, 0).saturating_mul(s.into())) + // Minimum execution time: 1_637_691_000 picoseconds. + Weight::from_parts(233_706_549, 28521) + // Standard Error: 8 + .saturating_add(Weight::from_parts(1_483, 0).saturating_mul(i.into())) + // Standard Error: 8 + .saturating_add(Weight::from_parts(1_483, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -332,8 +332,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `759` // Estimated: `21615` - // Minimum execution time: 162_969_000 picoseconds. - Weight::from_parts(163_846_000, 21615) + // Minimum execution time: 162_592_000 picoseconds. + Weight::from_parts(163_339_000, 21615) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -350,10 +350,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `109` // Estimated: `7366` - // Minimum execution time: 407_615_000 picoseconds. - Weight::from_parts(437_892_160, 7366) - // Standard Error: 133 - .saturating_add(Weight::from_parts(95_316, 0).saturating_mul(c.into())) + // Minimum execution time: 404_239_000 picoseconds. + Weight::from_parts(419_204_694, 7366) + // Standard Error: 81 + .saturating_add(Weight::from_parts(96_237, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -369,8 +369,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `255` // Estimated: `7950` - // Minimum execution time: 28_745_000 picoseconds. - Weight::from_parts(29_150_000, 7950) + // Minimum execution time: 28_835_000 picoseconds. + Weight::from_parts(29_423_000, 7950) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -384,8 +384,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `570` // Estimated: `19530` - // Minimum execution time: 32_937_000 picoseconds. - Weight::from_parts(33_560_000, 19530) + // Minimum execution time: 33_170_000 picoseconds. + Weight::from_parts(33_551_000, 19530) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -404,10 +404,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `781 + r * (6 ±0)` // Estimated: `21730 + r * (30 ±0)` - // Minimum execution time: 389_279_000 picoseconds. - Weight::from_parts(396_489_468, 21730) - // Standard Error: 1_139 - .saturating_add(Weight::from_parts(283_388, 0).saturating_mul(r.into())) + // Minimum execution time: 389_328_000 picoseconds. + Weight::from_parts(391_755_084, 21730) + // Standard Error: 953 + .saturating_add(Weight::from_parts(280_475, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -427,10 +427,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `839 + r * (240 ±0)` // Estimated: `21835 + r * (3675 ±0)` - // Minimum execution time: 395_406_000 picoseconds. - Weight::from_parts(239_146_069, 21835) - // Standard Error: 6_148 - .saturating_add(Weight::from_parts(3_287_169, 0).saturating_mul(r.into())) + // Minimum execution time: 389_324_000 picoseconds. + Weight::from_parts(234_046_409, 21835) + // Standard Error: 6_207 + .saturating_add(Weight::from_parts(3_257_571, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -451,10 +451,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `831 + r * (244 ±0)` // Estimated: `21855 + r * (3695 ±0)` - // Minimum execution time: 391_449_000 picoseconds. - Weight::from_parts(237_601_469, 21855) - // Standard Error: 6_040 - .saturating_add(Weight::from_parts(4_019_639, 0).saturating_mul(r.into())) + // Minimum execution time: 391_100_000 picoseconds. + Weight::from_parts(224_112_488, 21855) + // Standard Error: 6_872 + .saturating_add(Weight::from_parts(4_044_247, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -475,10 +475,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `788 + r * (6 ±0)` // Estimated: `21770 + r * (30 ±0)` - // Minimum execution time: 391_392_000 picoseconds. - Weight::from_parts(369_617_614, 21770) - // Standard Error: 8_580 - .saturating_add(Weight::from_parts(410_580, 0).saturating_mul(r.into())) + // Minimum execution time: 389_450_000 picoseconds. + Weight::from_parts(394_320_797, 21770) + // Standard Error: 918 + .saturating_add(Weight::from_parts(361_691, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -498,10 +498,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `778 + r * (3 ±0)` // Estimated: `21735 + r * (15 ±0)` - // Minimum execution time: 388_848_000 picoseconds. - Weight::from_parts(398_526_947, 21735) - // Standard Error: 838 - .saturating_add(Weight::from_parts(135_240, 0).saturating_mul(r.into())) + // Minimum execution time: 387_734_000 picoseconds. + Weight::from_parts(394_114_815, 21735) + // Standard Error: 703 + .saturating_add(Weight::from_parts(137_144, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 15).saturating_mul(r.into())) @@ -521,10 +521,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `782 + r * (6 ±0)` // Estimated: `21740 + r * (30 ±0)` - // Minimum execution time: 389_345_000 picoseconds. - Weight::from_parts(391_097_858, 21740) - // Standard Error: 6_060 - .saturating_add(Weight::from_parts(303_376, 0).saturating_mul(r.into())) + // Minimum execution time: 388_952_000 picoseconds. + Weight::from_parts(397_638_606, 21740) + // Standard Error: 1_200 + .saturating_add(Weight::from_parts(276_194, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -544,10 +544,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `783 + r * (6 ±0)` // Estimated: `21725 + r * (30 ±0)` - // Minimum execution time: 389_830_000 picoseconds. - Weight::from_parts(389_283_480, 21725) - // Standard Error: 1_364 - .saturating_add(Weight::from_parts(290_600, 0).saturating_mul(r.into())) + // Minimum execution time: 389_229_000 picoseconds. + Weight::from_parts(393_363_083, 21725) + // Standard Error: 909 + .saturating_add(Weight::from_parts(276_330, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -567,10 +567,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `922 + r * (6 ±0)` // Estimated: `24633 + r * (30 ±0)` - // Minimum execution time: 389_335_000 picoseconds. - Weight::from_parts(411_723_922, 24633) - // Standard Error: 2_092 - .saturating_add(Weight::from_parts(1_395_758, 0).saturating_mul(r.into())) + // Minimum execution time: 389_900_000 picoseconds. + Weight::from_parts(398_193_986, 24633) + // Standard Error: 1_496 + .saturating_add(Weight::from_parts(1_421_841, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -590,10 +590,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `792 + r * (6 ±0)` // Estimated: `21825 + r * (30 ±0)` - // Minimum execution time: 390_594_000 picoseconds. - Weight::from_parts(397_317_482, 21825) - // Standard Error: 972 - .saturating_add(Weight::from_parts(278_843, 0).saturating_mul(r.into())) + // Minimum execution time: 390_237_000 picoseconds. + Weight::from_parts(398_038_161, 21825) + // Standard Error: 878 + .saturating_add(Weight::from_parts(274_099, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -613,10 +613,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `790 + r * (6 ±0)` // Estimated: `21815 + r * (30 ±0)` - // Minimum execution time: 388_172_000 picoseconds. - Weight::from_parts(395_664_962, 21815) - // Standard Error: 1_015 - .saturating_add(Weight::from_parts(278_782, 0).saturating_mul(r.into())) + // Minimum execution time: 388_257_000 picoseconds. + Weight::from_parts(393_328_540, 21815) + // Standard Error: 1_046 + .saturating_add(Weight::from_parts(278_614, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -636,10 +636,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `787 + r * (6 ±0)` // Estimated: `21805 + r * (30 ±0)` - // Minimum execution time: 389_498_000 picoseconds. - Weight::from_parts(397_789_932, 21805) - // Standard Error: 965 - .saturating_add(Weight::from_parts(274_912, 0).saturating_mul(r.into())) + // Minimum execution time: 389_213_000 picoseconds. + Weight::from_parts(395_660_073, 21805) + // Standard Error: 951 + .saturating_add(Weight::from_parts(273_621, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -659,10 +659,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `778 + r * (6 ±0)` // Estimated: `21735 + r * (30 ±0)` - // Minimum execution time: 388_680_000 picoseconds. - Weight::from_parts(366_943_812, 21735) - // Standard Error: 6_476 - .saturating_add(Weight::from_parts(330_939, 0).saturating_mul(r.into())) + // Minimum execution time: 389_026_000 picoseconds. + Weight::from_parts(388_458_441, 21735) + // Standard Error: 1_139 + .saturating_add(Weight::from_parts(286_248, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -684,10 +684,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `856 + r * (10 ±0)` // Estimated: `24446 + r * (60 ±0)` - // Minimum execution time: 394_593_000 picoseconds. - Weight::from_parts(415_007_543, 24446) - // Standard Error: 2_624 - .saturating_add(Weight::from_parts(1_229_380, 0).saturating_mul(r.into())) + // Minimum execution time: 390_056_000 picoseconds. + Weight::from_parts(405_946_756, 24446) + // Standard Error: 1_520 + .saturating_add(Weight::from_parts(1_275_186, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 60).saturating_mul(r.into())) @@ -707,10 +707,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `745 + r * (4 ±0)` // Estimated: `21555 + r * (20 ±0)` - // Minimum execution time: 147_739_000 picoseconds. - Weight::from_parts(153_570_384, 21555) - // Standard Error: 232 - .saturating_add(Weight::from_parts(104_284, 0).saturating_mul(r.into())) + // Minimum execution time: 148_783_000 picoseconds. + Weight::from_parts(152_778_480, 21555) + // Standard Error: 302 + .saturating_add(Weight::from_parts(104_938, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 20).saturating_mul(r.into())) @@ -730,10 +730,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `780 + r * (6 ±0)` // Estimated: `21740 + r * (30 ±0)` - // Minimum execution time: 388_814_000 picoseconds. - Weight::from_parts(395_698_084, 21740) - // Standard Error: 886 - .saturating_add(Weight::from_parts(226_309, 0).saturating_mul(r.into())) + // Minimum execution time: 389_439_000 picoseconds. + Weight::from_parts(394_561_041, 21740) + // Standard Error: 972 + .saturating_add(Weight::from_parts(225_483, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -753,10 +753,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `784` // Estimated: `21740` - // Minimum execution time: 389_035_000 picoseconds. - Weight::from_parts(393_845_331, 21740) + // Minimum execution time: 392_982_000 picoseconds. + Weight::from_parts(393_661_429, 21740) // Standard Error: 1 - .saturating_add(Weight::from_parts(619, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(644, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -775,10 +775,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `768 + r * (45 ±0)` // Estimated: `21660 + r * (225 ±0)` - // Minimum execution time: 385_879_000 picoseconds. - Weight::from_parts(389_403_638, 21660) - // Standard Error: 927_261 - .saturating_add(Weight::from_parts(420_561, 0).saturating_mul(r.into())) + // Minimum execution time: 385_780_000 picoseconds. + Weight::from_parts(391_964_157, 21660) + // Standard Error: 967_175 + .saturating_add(Weight::from_parts(1_721_842, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 225).saturating_mul(r.into())) @@ -798,10 +798,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `778` // Estimated: `21775` - // Minimum execution time: 389_618_000 picoseconds. - Weight::from_parts(389_633_719, 21775) + // Minimum execution time: 389_399_000 picoseconds. + Weight::from_parts(391_459_349, 21775) // Standard Error: 1 - .saturating_add(Weight::from_parts(226, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(227, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -824,10 +824,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `810 + r * (356 ±0)` // Estimated: `25511 + r * (15321 ±0)` - // Minimum execution time: 387_902_000 picoseconds. - Weight::from_parts(391_038_244, 25511) - // Standard Error: 737_640 - .saturating_add(Weight::from_parts(82_046_655, 0).saturating_mul(r.into())) + // Minimum execution time: 387_760_000 picoseconds. + Weight::from_parts(392_211_671, 25511) + // Standard Error: 1_123_414 + .saturating_add(Weight::from_parts(76_539_928, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -851,10 +851,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `825 + r * (10 ±0)` // Estimated: `24283 + r * (60 ±0)` - // Minimum execution time: 389_498_000 picoseconds. - Weight::from_parts(408_415_048, 24283) - // Standard Error: 3_581 - .saturating_add(Weight::from_parts(1_721_474, 0).saturating_mul(r.into())) + // Minimum execution time: 389_637_000 picoseconds. + Weight::from_parts(411_424_153, 24283) + // Standard Error: 2_277 + .saturating_add(Weight::from_parts(1_734_828, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 60).saturating_mul(r.into())) @@ -874,10 +874,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `778 + r * (10 ±0)` // Estimated: `21735 + r * (50 ±0)` - // Minimum execution time: 386_657_000 picoseconds. - Weight::from_parts(416_646_707, 21735) - // Standard Error: 2_793 - .saturating_add(Weight::from_parts(3_373_074, 0).saturating_mul(r.into())) + // Minimum execution time: 386_811_000 picoseconds. + Weight::from_parts(401_751_049, 21735) + // Standard Error: 3_432 + .saturating_add(Weight::from_parts(3_373_180, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 50).saturating_mul(r.into())) @@ -898,12 +898,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `797 + t * (32 ±0)` // Estimated: `21840 + t * (2640 ±0)` - // Minimum execution time: 403_989_000 picoseconds. - Weight::from_parts(400_011_774, 21840) - // Standard Error: 131_516 - .saturating_add(Weight::from_parts(2_550_412, 0).saturating_mul(t.into())) - // Standard Error: 36 - .saturating_add(Weight::from_parts(602, 0).saturating_mul(n.into())) + // Minimum execution time: 405_101_000 picoseconds. + Weight::from_parts(400_114_781, 21840) + // Standard Error: 137_268 + .saturating_add(Weight::from_parts(2_383_982, 0).saturating_mul(t.into())) + // Standard Error: 38 + .saturating_add(Weight::from_parts(649, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(t.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -925,10 +925,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `777 + r * (7 ±0)` // Estimated: `21725 + r * (35 ±0)` - // Minimum execution time: 164_748_000 picoseconds. - Weight::from_parts(166_466_864, 21725) - // Standard Error: 565 - .saturating_add(Weight::from_parts(192_341, 0).saturating_mul(r.into())) + // Minimum execution time: 162_878_000 picoseconds. + Weight::from_parts(167_912_154, 21725) + // Standard Error: 461 + .saturating_add(Weight::from_parts(188_840, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 35).saturating_mul(r.into())) @@ -948,10 +948,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `125728` // Estimated: `269977` - // Minimum execution time: 511_683_000 picoseconds. - Weight::from_parts(520_233_393, 269977) - // Standard Error: 1 - .saturating_add(Weight::from_parts(772, 0).saturating_mul(i.into())) + // Minimum execution time: 517_771_000 picoseconds. + Weight::from_parts(521_371_156, 269977) + // Standard Error: 2 + .saturating_add(Weight::from_parts(796, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -962,10 +962,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `845 + r * (292 ±0)` // Estimated: `843 + r * (293 ±0)` - // Minimum execution time: 389_435_000 picoseconds. - Weight::from_parts(281_747_058, 843) - // Standard Error: 10_767 - .saturating_add(Weight::from_parts(5_958_964, 0).saturating_mul(r.into())) + // Minimum execution time: 390_909_000 picoseconds. + Weight::from_parts(288_505_778, 843) + // Standard Error: 10_046 + .saturating_add(Weight::from_parts(6_062_352, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -979,10 +979,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1304` // Estimated: `1280` - // Minimum execution time: 404_472_000 picoseconds. - Weight::from_parts(422_723_317, 1280) - // Standard Error: 46 - .saturating_add(Weight::from_parts(414, 0).saturating_mul(n.into())) + // Minimum execution time: 407_821_000 picoseconds. + Weight::from_parts(430_684_861, 1280) + // Standard Error: 107 + .saturating_add(Weight::from_parts(43, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -993,10 +993,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1167 + n * (1 ±0)` // Estimated: `1167 + n * (1 ±0)` - // Minimum execution time: 403_984_000 picoseconds. - Weight::from_parts(407_846_552, 1167) - // Standard Error: 37 - .saturating_add(Weight::from_parts(100, 0).saturating_mul(n.into())) + // Minimum execution time: 406_496_000 picoseconds. + Weight::from_parts(409_922_311, 1167) + // Standard Error: 44 + .saturating_add(Weight::from_parts(156, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -1008,10 +1008,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `841 + r * (288 ±0)` // Estimated: `845 + r * (289 ±0)` - // Minimum execution time: 389_344_000 picoseconds. - Weight::from_parts(288_785_026, 845) - // Standard Error: 10_086 - .saturating_add(Weight::from_parts(5_862_139, 0).saturating_mul(r.into())) + // Minimum execution time: 391_754_000 picoseconds. + Weight::from_parts(299_414_735, 845) + // Standard Error: 11_138 + .saturating_add(Weight::from_parts(5_948_370, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -1025,10 +1025,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1163 + n * (1 ±0)` // Estimated: `1163 + n * (1 ±0)` - // Minimum execution time: 405_369_000 picoseconds. - Weight::from_parts(408_679_687, 1163) - // Standard Error: 46 - .saturating_add(Weight::from_parts(89, 0).saturating_mul(n.into())) + // Minimum execution time: 405_248_000 picoseconds. + Weight::from_parts(407_912_672, 1163) + // Standard Error: 38 + .saturating_add(Weight::from_parts(162, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -1040,10 +1040,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `835 + r * (296 ±0)` // Estimated: `840 + r * (297 ±0)` - // Minimum execution time: 401_659_000 picoseconds. - Weight::from_parts(323_477_612, 840) - // Standard Error: 10_231 - .saturating_add(Weight::from_parts(4_792_073, 0).saturating_mul(r.into())) + // Minimum execution time: 390_360_000 picoseconds. + Weight::from_parts(304_030_871, 840) + // Standard Error: 9_334 + .saturating_add(Weight::from_parts(4_909_446, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -1056,10 +1056,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1179 + n * (1 ±0)` // Estimated: `1179 + n * (1 ±0)` - // Minimum execution time: 403_688_000 picoseconds. - Weight::from_parts(406_289_664, 1179) - // Standard Error: 50 - .saturating_add(Weight::from_parts(886, 0).saturating_mul(n.into())) + // Minimum execution time: 403_903_000 picoseconds. + Weight::from_parts(411_898_368, 1179) + // Standard Error: 80 + .saturating_add(Weight::from_parts(436, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -1071,10 +1071,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `856 + r * (288 ±0)` // Estimated: `857 + r * (289 ±0)` - // Minimum execution time: 390_175_000 picoseconds. - Weight::from_parts(302_164_486, 857) - // Standard Error: 8_679 - .saturating_add(Weight::from_parts(4_699_510, 0).saturating_mul(r.into())) + // Minimum execution time: 391_304_000 picoseconds. + Weight::from_parts(305_268_293, 857) + // Standard Error: 8_792 + .saturating_add(Weight::from_parts(4_732_165, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -1087,10 +1087,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1166 + n * (1 ±0)` // Estimated: `1166 + n * (1 ±0)` - // Minimum execution time: 402_763_000 picoseconds. - Weight::from_parts(406_245_416, 1166) - // Standard Error: 46 - .saturating_add(Weight::from_parts(178, 0).saturating_mul(n.into())) + // Minimum execution time: 403_215_000 picoseconds. + Weight::from_parts(405_838_447, 1166) + // Standard Error: 42 + .saturating_add(Weight::from_parts(180, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -1102,10 +1102,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `829 + r * (296 ±0)` // Estimated: `836 + r * (297 ±0)` - // Minimum execution time: 390_309_000 picoseconds. - Weight::from_parts(287_077_727, 836) - // Standard Error: 10_225 - .saturating_add(Weight::from_parts(6_068_015, 0).saturating_mul(r.into())) + // Minimum execution time: 390_784_000 picoseconds. + Weight::from_parts(287_160_821, 836) + // Standard Error: 10_156 + .saturating_add(Weight::from_parts(6_132_759, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -1119,10 +1119,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1180 + n * (1 ±0)` // Estimated: `1180 + n * (1 ±0)` - // Minimum execution time: 405_598_000 picoseconds. - Weight::from_parts(408_629_496, 1180) - // Standard Error: 111 - .saturating_add(Weight::from_parts(1_000, 0).saturating_mul(n.into())) + // Minimum execution time: 406_134_000 picoseconds. + Weight::from_parts(411_008_042, 1180) + // Standard Error: 52 + .saturating_add(Weight::from_parts(673, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -1142,10 +1142,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1373 + r * (45 ±0)` // Estimated: `26753 + r * (2700 ±0)` - // Minimum execution time: 391_947_000 picoseconds. - Weight::from_parts(314_094_313, 26753) - // Standard Error: 16_521 - .saturating_add(Weight::from_parts(20_248_871, 0).saturating_mul(r.into())) + // Minimum execution time: 391_332_000 picoseconds. + Weight::from_parts(288_688_112, 26753) + // Standard Error: 19_860 + .saturating_add(Weight::from_parts(20_283_446, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -1167,10 +1167,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1512 + r * (256 ±0)` // Estimated: `27163 + r * (6231 ±0)` - // Minimum execution time: 390_930_000 picoseconds. - Weight::from_parts(391_585_000, 27163) - // Standard Error: 91_567 - .saturating_add(Weight::from_parts(374_905_136, 0).saturating_mul(r.into())) + // Minimum execution time: 392_343_000 picoseconds. + Weight::from_parts(393_064_000, 27163) + // Standard Error: 107_519 + .saturating_add(Weight::from_parts(375_322_236, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -1191,11 +1191,11 @@ impl WeightInfo for SubstrateWeight { fn seal_delegate_call(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + r * (902 ±0)` - // Estimated: `21755 + r * (8167 ±10)` - // Minimum execution time: 407_298_000 picoseconds. - Weight::from_parts(410_002_000, 21755) - // Standard Error: 103_426 - .saturating_add(Weight::from_parts(370_884_068, 0).saturating_mul(r.into())) + // Estimated: `21755 + r * (8167 ±7)` + // Minimum execution time: 390_783_000 picoseconds. + Weight::from_parts(391_611_000, 21755) + // Standard Error: 113_579 + .saturating_add(Weight::from_parts(371_355_400, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -1218,12 +1218,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1154 + t * (204 ±0)` // Estimated: `31015 + t * (5970 ±0)` - // Minimum execution time: 549_121_000 picoseconds. - Weight::from_parts(538_922_585, 31015) - // Standard Error: 1_665_134 - .saturating_add(Weight::from_parts(14_694_211, 0).saturating_mul(t.into())) + // Minimum execution time: 538_921_000 picoseconds. + Weight::from_parts(528_711_431, 31015) + // Standard Error: 1_477_875 + .saturating_add(Weight::from_parts(15_524_583, 0).saturating_mul(t.into())) // Standard Error: 2 - .saturating_add(Weight::from_parts(623, 0).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(650, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(t.into()))) .saturating_add(T::DbWeight::get().writes(5_u64)) @@ -1249,10 +1249,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1859 + r * (253 ±0)` // Estimated: `33859 + r * (16628 ±0)` - // Minimum execution time: 397_460_000 picoseconds. - Weight::from_parts(397_918_000, 33859) - // Standard Error: 414_876 - .saturating_add(Weight::from_parts(471_162_877, 0).saturating_mul(r.into())) + // Minimum execution time: 391_772_000 picoseconds. + Weight::from_parts(391_953_000, 33859) + // Standard Error: 423_175 + .saturating_add(Weight::from_parts(472_583_564, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(6_u64)) @@ -1280,14 +1280,14 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1071 + t * (187 ±0)` // Estimated: `42684 + t * (3588 ±2)` - // Minimum execution time: 1_721_441_000 picoseconds. - Weight::from_parts(464_921_212, 42684) - // Standard Error: 4_872_465 - .saturating_add(Weight::from_parts(97_433_179, 0).saturating_mul(t.into())) + // Minimum execution time: 1_759_954_000 picoseconds. + Weight::from_parts(476_400_152, 42684) + // Standard Error: 4_759_342 + .saturating_add(Weight::from_parts(102_703_652, 0).saturating_mul(t.into())) // Standard Error: 7 - .saturating_add(Weight::from_parts(1_172, 0).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(1_207, 0).saturating_mul(i.into())) // Standard Error: 7 - .saturating_add(Weight::from_parts(1_370, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_371, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(t.into()))) .saturating_add(T::DbWeight::get().writes(10_u64)) @@ -1309,10 +1309,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `777 + r * (8 ±0)` // Estimated: `21710 + r * (40 ±0)` - // Minimum execution time: 393_996_000 picoseconds. - Weight::from_parts(393_708_632, 21710) - // Standard Error: 1_057 - .saturating_add(Weight::from_parts(549_265, 0).saturating_mul(r.into())) + // Minimum execution time: 387_683_000 picoseconds. + Weight::from_parts(391_682_126, 21710) + // Standard Error: 1_077 + .saturating_add(Weight::from_parts(549_462, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 40).saturating_mul(r.into())) @@ -1332,10 +1332,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `785` // Estimated: `21745` - // Minimum execution time: 390_056_000 picoseconds. - Weight::from_parts(388_198_639, 21745) - // Standard Error: 3 - .saturating_add(Weight::from_parts(3_994, 0).saturating_mul(n.into())) + // Minimum execution time: 389_838_000 picoseconds. + Weight::from_parts(390_658_008, 21745) + // Standard Error: 2 + .saturating_add(Weight::from_parts(3_987, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -1354,10 +1354,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `779 + r * (8 ±0)` // Estimated: `21725 + r * (40 ±0)` - // Minimum execution time: 392_871_000 picoseconds. - Weight::from_parts(391_931_762, 21725) - // Standard Error: 1_295 - .saturating_add(Weight::from_parts(722_102, 0).saturating_mul(r.into())) + // Minimum execution time: 389_588_000 picoseconds. + Weight::from_parts(394_461_069, 21725) + // Standard Error: 1_368 + .saturating_add(Weight::from_parts(714_213, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 40).saturating_mul(r.into())) @@ -1377,10 +1377,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `787` // Estimated: `21765` - // Minimum execution time: 390_901_000 picoseconds. - Weight::from_parts(391_780_657, 21765) + // Minimum execution time: 389_768_000 picoseconds. + Weight::from_parts(386_758_493, 21765) // Standard Error: 2 - .saturating_add(Weight::from_parts(3_205, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(3_227, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -1399,10 +1399,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `779 + r * (8 ±0)` // Estimated: `21740 + r * (40 ±0)` - // Minimum execution time: 388_286_000 picoseconds. - Weight::from_parts(394_503_205, 21740) - // Standard Error: 924 - .saturating_add(Weight::from_parts(388_976, 0).saturating_mul(r.into())) + // Minimum execution time: 386_300_000 picoseconds. + Weight::from_parts(382_407_230, 21740) + // Standard Error: 1_257 + .saturating_add(Weight::from_parts(407_110, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 40).saturating_mul(r.into())) @@ -1422,10 +1422,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `787` // Estimated: `21785` - // Minimum execution time: 388_798_000 picoseconds. - Weight::from_parts(384_070_770, 21785) + // Minimum execution time: 395_508_000 picoseconds. + Weight::from_parts(386_764_616, 21785) // Standard Error: 2 - .saturating_add(Weight::from_parts(962, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(967, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -1444,10 +1444,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `779 + r * (8 ±0)` // Estimated: `21745 + r * (40 ±0)` - // Minimum execution time: 394_087_000 picoseconds. - Weight::from_parts(395_768_667, 21745) - // Standard Error: 950 - .saturating_add(Weight::from_parts(388_882, 0).saturating_mul(r.into())) + // Minimum execution time: 387_398_000 picoseconds. + Weight::from_parts(392_733_778, 21745) + // Standard Error: 956 + .saturating_add(Weight::from_parts(388_196, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 40).saturating_mul(r.into())) @@ -1467,10 +1467,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `787` // Estimated: `21755` - // Minimum execution time: 389_375_000 picoseconds. - Weight::from_parts(383_839_843, 21755) + // Minimum execution time: 388_644_000 picoseconds. + Weight::from_parts(381_837_090, 21755) // Standard Error: 2 - .saturating_add(Weight::from_parts(964, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(972, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -1488,11 +1488,11 @@ impl WeightInfo for SubstrateWeight { fn seal_ecdsa_recover(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `704 + r * (78 ±0)` - // Estimated: `21365 + r * (390 ±0)` - // Minimum execution time: 390_290_000 picoseconds. - Weight::from_parts(546_812_386, 21365) - // Standard Error: 9_645 - .saturating_add(Weight::from_parts(36_951_882, 0).saturating_mul(r.into())) + // Estimated: `21370 + r * (390 ±0)` + // Minimum execution time: 390_853_000 picoseconds. + Weight::from_parts(560_352_211, 21370) + // Standard Error: 9_522 + .saturating_add(Weight::from_parts(36_863_273, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 390).saturating_mul(r.into())) @@ -1512,10 +1512,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `549 + r * (44 ±0)` // Estimated: `20630 + r * (220 ±0)` - // Minimum execution time: 390_929_000 picoseconds. - Weight::from_parts(420_019_515, 20630) - // Standard Error: 3_605 - .saturating_add(Weight::from_parts(9_355_559, 0).saturating_mul(r.into())) + // Minimum execution time: 390_720_000 picoseconds. + Weight::from_parts(412_505_532, 20630) + // Standard Error: 3_303 + .saturating_add(Weight::from_parts(9_065_662, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 220).saturating_mul(r.into())) @@ -1536,11 +1536,11 @@ impl WeightInfo for SubstrateWeight { fn seal_set_code_hash(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + r * (964 ±0)` - // Estimated: `29920 + r * (11544 ±7)` - // Minimum execution time: 392_237_000 picoseconds. - Weight::from_parts(393_119_000, 29920) - // Standard Error: 44_663 - .saturating_add(Weight::from_parts(21_290_746, 0).saturating_mul(r.into())) + // Estimated: `29920 + r * (11544 ±10)` + // Minimum execution time: 391_562_000 picoseconds. + Weight::from_parts(392_026_000, 29920) + // Standard Error: 51_181 + .saturating_add(Weight::from_parts(21_606_220, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -1562,10 +1562,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `773 + r * (3 ±0)` // Estimated: `21735 + r * (15 ±0)` - // Minimum execution time: 389_739_000 picoseconds. - Weight::from_parts(394_640_912, 21735) - // Standard Error: 635 - .saturating_add(Weight::from_parts(138_748, 0).saturating_mul(r.into())) + // Minimum execution time: 388_484_000 picoseconds. + Weight::from_parts(394_080_146, 21735) + // Standard Error: 802 + .saturating_add(Weight::from_parts(140_886, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 15).saturating_mul(r.into())) @@ -1585,10 +1585,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1975 + r * (39 ±0)` // Estimated: `27145 + r * (200 ±0)` - // Minimum execution time: 391_709_000 picoseconds. - Weight::from_parts(425_821_136, 27145) - // Standard Error: 1_204 - .saturating_add(Weight::from_parts(224_192, 0).saturating_mul(r.into())) + // Minimum execution time: 392_129_000 picoseconds. + Weight::from_parts(423_949_234, 27145) + // Standard Error: 1_168 + .saturating_add(Weight::from_parts(223_739, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 200).saturating_mul(r.into())) @@ -1610,10 +1610,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `776 + r * (3 ±0)` // Estimated: `24004 + r * (18 ±0)` - // Minimum execution time: 389_561_000 picoseconds. - Weight::from_parts(397_911_345, 24004) - // Standard Error: 624 - .saturating_add(Weight::from_parts(118_696, 0).saturating_mul(r.into())) + // Minimum execution time: 388_079_000 picoseconds. + Weight::from_parts(396_331_195, 24004) + // Standard Error: 612 + .saturating_add(Weight::from_parts(119_977, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 18).saturating_mul(r.into())) @@ -1623,508 +1623,510 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_029_000 picoseconds. - Weight::from_parts(1_355_319, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(4_180, 0).saturating_mul(r.into())) + // Minimum execution time: 1_117_000 picoseconds. + Weight::from_parts(1_420_218, 0) + // Standard Error: 1 + .saturating_add(Weight::from_parts(4_069, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64load(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_227_000 picoseconds. - Weight::from_parts(1_912_687, 0) - // Standard Error: 5 - .saturating_add(Weight::from_parts(11_638, 0).saturating_mul(r.into())) + // Minimum execution time: 1_278_000 picoseconds. + Weight::from_parts(2_058_887, 0) + // Standard Error: 26 + .saturating_add(Weight::from_parts(11_464, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64store(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_259_000 picoseconds. - Weight::from_parts(1_738_604, 0) - // Standard Error: 8 - .saturating_add(Weight::from_parts(10_943, 0).saturating_mul(r.into())) + // Minimum execution time: 1_267_000 picoseconds. + Weight::from_parts(1_777_163, 0) + // Standard Error: 18 + .saturating_add(Weight::from_parts(11_016, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_select(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_119_000 picoseconds. - Weight::from_parts(1_417_413, 0) - // Standard Error: 10 - .saturating_add(Weight::from_parts(11_901, 0).saturating_mul(r.into())) + // Minimum execution time: 1_158_000 picoseconds. + Weight::from_parts(1_496_239, 0) + // Standard Error: 6 + .saturating_add(Weight::from_parts(11_662, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_if(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_073_000 picoseconds. - Weight::from_parts(1_412_786, 0) - // Standard Error: 6 - .saturating_add(Weight::from_parts(13_595, 0).saturating_mul(r.into())) + // Minimum execution time: 1_110_000 picoseconds. + Weight::from_parts(1_888_693, 0) + // Standard Error: 43 + .saturating_add(Weight::from_parts(13_925, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_br(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_056_000 picoseconds. - Weight::from_parts(1_342_582, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(6_458, 0).saturating_mul(r.into())) + // Minimum execution time: 1_122_000 picoseconds. + Weight::from_parts(1_391_351, 0) + // Standard Error: 5 + .saturating_add(Weight::from_parts(6_460, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_br_if(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_053_000 picoseconds. - Weight::from_parts(1_457_607, 0) - // Standard Error: 15 - .saturating_add(Weight::from_parts(9_562, 0).saturating_mul(r.into())) + // Minimum execution time: 1_139_000 picoseconds. + Weight::from_parts(1_499_912, 0) + // Standard Error: 20 + .saturating_add(Weight::from_parts(9_436, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_br_table(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_071_000 picoseconds. - Weight::from_parts(1_100_261, 0) - // Standard Error: 19 - .saturating_add(Weight::from_parts(12_321, 0).saturating_mul(r.into())) + // Minimum execution time: 1_178_000 picoseconds. + Weight::from_parts(1_140_170, 0) + // Standard Error: 27 + .saturating_add(Weight::from_parts(12_507, 0).saturating_mul(r.into())) } /// The range of component `e` is `[1, 256]`. - fn instr_br_table_per_entry(_e: u32, ) -> Weight { + fn instr_br_table_per_entry(e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_131_000 picoseconds. - Weight::from_parts(1_345_248, 0) + // Minimum execution time: 1_258_000 picoseconds. + Weight::from_parts(1_386_116, 0) + // Standard Error: 19 + .saturating_add(Weight::from_parts(191, 0).saturating_mul(e.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_call(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_085_000 picoseconds. - Weight::from_parts(2_007_213, 0) - // Standard Error: 22 - .saturating_add(Weight::from_parts(28_027, 0).saturating_mul(r.into())) + // Minimum execution time: 1_129_000 picoseconds. + Weight::from_parts(1_775_845, 0) + // Standard Error: 28 + .saturating_add(Weight::from_parts(27_240, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_call_indirect(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_226_000 picoseconds. - Weight::from_parts(4_349_892, 0) - // Standard Error: 202 - .saturating_add(Weight::from_parts(36_819, 0).saturating_mul(r.into())) + // Minimum execution time: 1_250_000 picoseconds. + Weight::from_parts(2_804_108, 0) + // Standard Error: 24 + .saturating_add(Weight::from_parts(35_255, 0).saturating_mul(r.into())) } /// The range of component `l` is `[0, 1024]`. fn instr_call_per_local(l: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_266_000 picoseconds. - Weight::from_parts(1_556_360, 0) - // Standard Error: 31 - .saturating_add(Weight::from_parts(2_120, 0).saturating_mul(l.into())) + // Minimum execution time: 1_347_000 picoseconds. + Weight::from_parts(1_628_265, 0) + // Standard Error: 40 + .saturating_add(Weight::from_parts(2_261, 0).saturating_mul(l.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_local_get(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_373_000 picoseconds. - Weight::from_parts(3_606_375, 0) + // Minimum execution time: 3_358_000 picoseconds. + Weight::from_parts(3_660_821, 0) // Standard Error: 2 - .saturating_add(Weight::from_parts(4_097, 0).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(4_073, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_local_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_324_000 picoseconds. - Weight::from_parts(3_950_686, 0) - // Standard Error: 22 - .saturating_add(Weight::from_parts(4_956, 0).saturating_mul(r.into())) + // Minimum execution time: 3_370_000 picoseconds. + Weight::from_parts(3_637_678, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(5_081, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_local_tee(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_333_000 picoseconds. - Weight::from_parts(3_674_540, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(6_728, 0).saturating_mul(r.into())) + // Minimum execution time: 3_336_000 picoseconds. + Weight::from_parts(3_800_128, 0) + // Standard Error: 18 + .saturating_add(Weight::from_parts(6_525, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_global_get(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_149_000 picoseconds. - Weight::from_parts(1_604_200, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(8_967, 0).saturating_mul(r.into())) + // Minimum execution time: 1_239_000 picoseconds. + Weight::from_parts(1_155_699, 0) + // Standard Error: 189 + .saturating_add(Weight::from_parts(9_457, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_global_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_158_000 picoseconds. - Weight::from_parts(1_563_787, 0) - // Standard Error: 6 - .saturating_add(Weight::from_parts(9_546, 0).saturating_mul(r.into())) + // Minimum execution time: 1_284_000 picoseconds. + Weight::from_parts(1_736_480, 0) + // Standard Error: 16 + .saturating_add(Weight::from_parts(9_419, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_memory_current(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_197_000 picoseconds. - Weight::from_parts(1_832_456, 0) - // Standard Error: 133 - .saturating_add(Weight::from_parts(8_581, 0).saturating_mul(r.into())) + // Minimum execution time: 1_296_000 picoseconds. + Weight::from_parts(1_641_289, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(8_476, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 16]`. fn instr_memory_grow(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_142_000 picoseconds. - Weight::from_parts(869_358, 0) - // Standard Error: 122_422 - .saturating_add(Weight::from_parts(15_527_865, 0).saturating_mul(r.into())) + // Minimum execution time: 1_143_000 picoseconds. + Weight::from_parts(192_369, 0) + // Standard Error: 135_486 + .saturating_add(Weight::from_parts(16_454_142, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64clz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_073_000 picoseconds. - Weight::from_parts(1_512_351, 0) - // Standard Error: 138 - .saturating_add(Weight::from_parts(6_546, 0).saturating_mul(r.into())) + // Minimum execution time: 1_136_000 picoseconds. + Weight::from_parts(1_570_043, 0) + // Standard Error: 4 + .saturating_add(Weight::from_parts(6_335, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64ctz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_040_000 picoseconds. - Weight::from_parts(1_364_740, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(6_499, 0).saturating_mul(r.into())) + // Minimum execution time: 1_124_000 picoseconds. + Weight::from_parts(1_494_476, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(6_347, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64popcnt(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_058_000 picoseconds. - Weight::from_parts(1_420_732, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(6_457, 0).saturating_mul(r.into())) + // Minimum execution time: 1_104_000 picoseconds. + Weight::from_parts(1_514_211, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(6_348, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64eqz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_006_000 picoseconds. - Weight::from_parts(1_412_401, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(6_655, 0).saturating_mul(r.into())) + // Minimum execution time: 1_149_000 picoseconds. + Weight::from_parts(1_462_104, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(6_503, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64extendsi32(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_073_000 picoseconds. - Weight::from_parts(1_397_411, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(6_404, 0).saturating_mul(r.into())) + // Minimum execution time: 1_113_000 picoseconds. + Weight::from_parts(1_475_433, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(6_225, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64extendui32(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_024_000 picoseconds. - Weight::from_parts(1_834_657, 0) - // Standard Error: 24 - .saturating_add(Weight::from_parts(6_268, 0).saturating_mul(r.into())) + // Minimum execution time: 1_120_000 picoseconds. + Weight::from_parts(1_466_487, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(6_244, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i32wrapi64(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_065_000 picoseconds. - Weight::from_parts(1_408_777, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(6_400, 0).saturating_mul(r.into())) + // Minimum execution time: 1_158_000 picoseconds. + Weight::from_parts(1_486_180, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(6_239, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64eq(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_034_000 picoseconds. - Weight::from_parts(1_467_661, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(9_477, 0).saturating_mul(r.into())) + // Minimum execution time: 1_062_000 picoseconds. + Weight::from_parts(1_523_809, 0) + // Standard Error: 5 + .saturating_add(Weight::from_parts(9_295, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64ne(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_013_000 picoseconds. - Weight::from_parts(1_393_837, 0) + // Minimum execution time: 1_139_000 picoseconds. + Weight::from_parts(1_488_925, 0) // Standard Error: 2 - .saturating_add(Weight::from_parts(9_454, 0).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(9_391, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64lts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_077_000 picoseconds. - Weight::from_parts(1_454_762, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(9_443, 0).saturating_mul(r.into())) + // Minimum execution time: 1_105_000 picoseconds. + Weight::from_parts(1_530_187, 0) + // Standard Error: 9 + .saturating_add(Weight::from_parts(9_418, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64ltu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_059_000 picoseconds. - Weight::from_parts(1_380_320, 0) - // Standard Error: 10 - .saturating_add(Weight::from_parts(9_670, 0).saturating_mul(r.into())) + // Minimum execution time: 1_094_000 picoseconds. + Weight::from_parts(1_462_208, 0) + // Standard Error: 6 + .saturating_add(Weight::from_parts(9_362, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64gts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_075_000 picoseconds. - Weight::from_parts(1_458_406, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(9_603, 0).saturating_mul(r.into())) + // Minimum execution time: 1_121_000 picoseconds. + Weight::from_parts(1_541_739, 0) + // Standard Error: 4 + .saturating_add(Weight::from_parts(9_337, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64gtu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_033_000 picoseconds. - Weight::from_parts(1_683_526, 0) - // Standard Error: 32 - .saturating_add(Weight::from_parts(9_590, 0).saturating_mul(r.into())) + // Minimum execution time: 1_117_000 picoseconds. + Weight::from_parts(1_525_560, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(9_307, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64les(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_039_000 picoseconds. - Weight::from_parts(1_409_028, 0) - // Standard Error: 6 - .saturating_add(Weight::from_parts(9_488, 0).saturating_mul(r.into())) + // Minimum execution time: 1_106_000 picoseconds. + Weight::from_parts(1_516_671, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(9_318, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64leu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_057_000 picoseconds. - Weight::from_parts(1_442_344, 0) - // Standard Error: 7 - .saturating_add(Weight::from_parts(9_639, 0).saturating_mul(r.into())) + // Minimum execution time: 1_157_000 picoseconds. + Weight::from_parts(1_524_009, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(9_386, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64ges(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_087_000 picoseconds. - Weight::from_parts(1_481_974, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(9_437, 0).saturating_mul(r.into())) + // Minimum execution time: 1_135_000 picoseconds. + Weight::from_parts(2_691_850, 0) + // Standard Error: 80 + .saturating_add(Weight::from_parts(8_995, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64geu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_095_000 picoseconds. - Weight::from_parts(1_449_627, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(9_439, 0).saturating_mul(r.into())) + // Minimum execution time: 1_118_000 picoseconds. + Weight::from_parts(1_522_284, 0) + // Standard Error: 5 + .saturating_add(Weight::from_parts(9_321, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64add(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_082_000 picoseconds. - Weight::from_parts(1_473_689, 0) + // Minimum execution time: 1_086_000 picoseconds. + Weight::from_parts(1_517_195, 0) // Standard Error: 2 - .saturating_add(Weight::from_parts(9_072, 0).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(8_908, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64sub(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_074_000 picoseconds. - Weight::from_parts(1_439_013, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(9_078, 0).saturating_mul(r.into())) + // Minimum execution time: 1_111_000 picoseconds. + Weight::from_parts(2_496_618, 0) + // Standard Error: 133 + .saturating_add(Weight::from_parts(8_741, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64mul(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_095_000 picoseconds. - Weight::from_parts(1_438_735, 0) - // Standard Error: 5 - .saturating_add(Weight::from_parts(9_035, 0).saturating_mul(r.into())) + // Minimum execution time: 1_118_000 picoseconds. + Weight::from_parts(1_448_106, 0) + // Standard Error: 6 + .saturating_add(Weight::from_parts(8_865, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64divs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_087_000 picoseconds. - Weight::from_parts(1_460_361, 0) - // Standard Error: 5 - .saturating_add(Weight::from_parts(15_417, 0).saturating_mul(r.into())) + // Minimum execution time: 1_108_000 picoseconds. + Weight::from_parts(1_551_380, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(14_969, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64divu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_047_000 picoseconds. - Weight::from_parts(1_798_044, 0) - // Standard Error: 57 - .saturating_add(Weight::from_parts(14_531, 0).saturating_mul(r.into())) + // Minimum execution time: 2_191_000 picoseconds. + Weight::from_parts(1_601_625, 0) + // Standard Error: 4 + .saturating_add(Weight::from_parts(14_178, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64rems(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_018_000 picoseconds. - Weight::from_parts(1_616_403, 0) - // Standard Error: 22 - .saturating_add(Weight::from_parts(15_486, 0).saturating_mul(r.into())) + // Minimum execution time: 1_170_000 picoseconds. + Weight::from_parts(1_527_254, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(14_934, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64remu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_061_000 picoseconds. - Weight::from_parts(1_471_495, 0) + // Minimum execution time: 1_166_000 picoseconds. + Weight::from_parts(1_523_472, 0) // Standard Error: 4 - .saturating_add(Weight::from_parts(14_563, 0).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(14_219, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64and(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_038_000 picoseconds. - Weight::from_parts(1_439_558, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(9_091, 0).saturating_mul(r.into())) + // Minimum execution time: 1_117_000 picoseconds. + Weight::from_parts(1_492_103, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(8_909, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64or(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_036_000 picoseconds. - Weight::from_parts(1_473_059, 0) - // Standard Error: 5 - .saturating_add(Weight::from_parts(9_082, 0).saturating_mul(r.into())) + // Minimum execution time: 1_145_000 picoseconds. + Weight::from_parts(1_501_670, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(8_904, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64xor(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_063_000 picoseconds. - Weight::from_parts(1_469_656, 0) + // Minimum execution time: 1_095_000 picoseconds. + Weight::from_parts(1_500_254, 0) // Standard Error: 3 - .saturating_add(Weight::from_parts(9_086, 0).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(8_911, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64shl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_085_000 picoseconds. - Weight::from_parts(1_490_457, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(9_291, 0).saturating_mul(r.into())) + // Minimum execution time: 1_112_000 picoseconds. + Weight::from_parts(1_877_880, 0) + // Standard Error: 99 + .saturating_add(Weight::from_parts(9_099, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64shrs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_068_000 picoseconds. - Weight::from_parts(1_350_507, 0) - // Standard Error: 52 - .saturating_add(Weight::from_parts(9_404, 0).saturating_mul(r.into())) + // Minimum execution time: 1_125_000 picoseconds. + Weight::from_parts(1_473_440, 0) + // Standard Error: 6 + .saturating_add(Weight::from_parts(9_116, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64shru(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_069_000 picoseconds. - Weight::from_parts(1_459_914, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(9_299, 0).saturating_mul(r.into())) + // Minimum execution time: 1_128_000 picoseconds. + Weight::from_parts(1_522_244, 0) + // Standard Error: 4 + .saturating_add(Weight::from_parts(9_126, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64rotl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_045_000 picoseconds. - Weight::from_parts(2_204_589, 0) - // Standard Error: 190 - .saturating_add(Weight::from_parts(9_298, 0).saturating_mul(r.into())) + // Minimum execution time: 1_129_000 picoseconds. + Weight::from_parts(1_533_763, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(9_118, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64rotr(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_104_000 picoseconds. - Weight::from_parts(1_449_252, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(9_312, 0).saturating_mul(r.into())) + // Minimum execution time: 1_146_000 picoseconds. + Weight::from_parts(1_492_671, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(9_079, 0).saturating_mul(r.into())) } } @@ -2136,8 +2138,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `109` // Estimated: `1594` - // Minimum execution time: 2_620_000 picoseconds. - Weight::from_parts(2_871_000, 1594) + // Minimum execution time: 2_725_000 picoseconds. + Weight::from_parts(2_859_000, 1594) .saturating_add(RocksDbWeight::get().reads(1_u64)) } /// Storage: Skipped Metadata (r:0 w:0) @@ -2147,10 +2149,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `450 + k * (69 ±0)` // Estimated: `440 + k * (70 ±0)` - // Minimum execution time: 10_892_000 picoseconds. - Weight::from_parts(7_354_304, 440) - // Standard Error: 1_014 - .saturating_add(Weight::from_parts(969_947, 0).saturating_mul(k.into())) + // Minimum execution time: 10_915_000 picoseconds. + Weight::from_parts(5_688_307, 440) + // Standard Error: 1_028 + .saturating_add(Weight::from_parts(974_162, 0).saturating_mul(k.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -2164,10 +2166,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `250 + q * (33 ±0)` // Estimated: `1725 + q * (33 ±0)` - // Minimum execution time: 2_627_000 picoseconds. - Weight::from_parts(11_046_710, 1725) - // Standard Error: 3_306 - .saturating_add(Weight::from_parts(1_281_055, 0).saturating_mul(q.into())) + // Minimum execution time: 2_649_000 picoseconds. + Weight::from_parts(10_583_266, 1725) + // Standard Error: 3_479 + .saturating_add(Weight::from_parts(1_290_424, 0).saturating_mul(q.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 33).saturating_mul(q.into())) @@ -2181,10 +2183,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `238 + c * (1 ±0)` // Estimated: `3951 + c * (2 ±0)` - // Minimum execution time: 36_494_000 picoseconds. - Weight::from_parts(40_839_682, 3951) - // Standard Error: 77 - .saturating_add(Weight::from_parts(50_212, 0).saturating_mul(c.into())) + // Minimum execution time: 36_955_000 picoseconds. + Weight::from_parts(38_344_216, 3951) + // Standard Error: 57 + .saturating_add(Weight::from_parts(51_136, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 2).saturating_mul(c.into())) @@ -2204,10 +2206,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `707` // Estimated: `21400 + c * (5 ±0)` - // Minimum execution time: 401_294_000 picoseconds. - Weight::from_parts(426_783_939, 21400) - // Standard Error: 50 - .saturating_add(Weight::from_parts(31_402, 0).saturating_mul(c.into())) + // Minimum execution time: 402_317_000 picoseconds. + Weight::from_parts(416_761_244, 21400) + // Standard Error: 30 + .saturating_add(Weight::from_parts(32_449, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 5).saturating_mul(c.into())) @@ -2235,14 +2237,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `270` // Estimated: `26207` - // Minimum execution time: 3_259_546_000 picoseconds. - Weight::from_parts(662_361_083, 26207) - // Standard Error: 299 - .saturating_add(Weight::from_parts(94_603, 0).saturating_mul(c.into())) + // Minimum execution time: 3_306_935_000 picoseconds. + Weight::from_parts(748_911_612, 26207) + // Standard Error: 300 + .saturating_add(Weight::from_parts(94_754, 0).saturating_mul(c.into())) // Standard Error: 17 - .saturating_add(Weight::from_parts(1_157, 0).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(1_149, 0).saturating_mul(i.into())) // Standard Error: 17 - .saturating_add(Weight::from_parts(1_502, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_458, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(10_u64)) } @@ -2266,12 +2268,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `482` // Estimated: `28521` - // Minimum execution time: 1_609_726_000 picoseconds. - Weight::from_parts(220_473_847, 28521) - // Standard Error: 9 - .saturating_add(Weight::from_parts(1_447, 0).saturating_mul(i.into())) - // Standard Error: 9 - .saturating_add(Weight::from_parts(1_481, 0).saturating_mul(s.into())) + // Minimum execution time: 1_637_691_000 picoseconds. + Weight::from_parts(233_706_549, 28521) + // Standard Error: 8 + .saturating_add(Weight::from_parts(1_483, 0).saturating_mul(i.into())) + // Standard Error: 8 + .saturating_add(Weight::from_parts(1_483, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -2289,8 +2291,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `759` // Estimated: `21615` - // Minimum execution time: 162_969_000 picoseconds. - Weight::from_parts(163_846_000, 21615) + // Minimum execution time: 162_592_000 picoseconds. + Weight::from_parts(163_339_000, 21615) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -2307,10 +2309,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `109` // Estimated: `7366` - // Minimum execution time: 407_615_000 picoseconds. - Weight::from_parts(437_892_160, 7366) - // Standard Error: 133 - .saturating_add(Weight::from_parts(95_316, 0).saturating_mul(c.into())) + // Minimum execution time: 404_239_000 picoseconds. + Weight::from_parts(419_204_694, 7366) + // Standard Error: 81 + .saturating_add(Weight::from_parts(96_237, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -2326,8 +2328,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `255` // Estimated: `7950` - // Minimum execution time: 28_745_000 picoseconds. - Weight::from_parts(29_150_000, 7950) + // Minimum execution time: 28_835_000 picoseconds. + Weight::from_parts(29_423_000, 7950) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -2341,8 +2343,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `570` // Estimated: `19530` - // Minimum execution time: 32_937_000 picoseconds. - Weight::from_parts(33_560_000, 19530) + // Minimum execution time: 33_170_000 picoseconds. + Weight::from_parts(33_551_000, 19530) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -2361,10 +2363,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `781 + r * (6 ±0)` // Estimated: `21730 + r * (30 ±0)` - // Minimum execution time: 389_279_000 picoseconds. - Weight::from_parts(396_489_468, 21730) - // Standard Error: 1_139 - .saturating_add(Weight::from_parts(283_388, 0).saturating_mul(r.into())) + // Minimum execution time: 389_328_000 picoseconds. + Weight::from_parts(391_755_084, 21730) + // Standard Error: 953 + .saturating_add(Weight::from_parts(280_475, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -2384,10 +2386,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `839 + r * (240 ±0)` // Estimated: `21835 + r * (3675 ±0)` - // Minimum execution time: 395_406_000 picoseconds. - Weight::from_parts(239_146_069, 21835) - // Standard Error: 6_148 - .saturating_add(Weight::from_parts(3_287_169, 0).saturating_mul(r.into())) + // Minimum execution time: 389_324_000 picoseconds. + Weight::from_parts(234_046_409, 21835) + // Standard Error: 6_207 + .saturating_add(Weight::from_parts(3_257_571, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -2408,10 +2410,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `831 + r * (244 ±0)` // Estimated: `21855 + r * (3695 ±0)` - // Minimum execution time: 391_449_000 picoseconds. - Weight::from_parts(237_601_469, 21855) - // Standard Error: 6_040 - .saturating_add(Weight::from_parts(4_019_639, 0).saturating_mul(r.into())) + // Minimum execution time: 391_100_000 picoseconds. + Weight::from_parts(224_112_488, 21855) + // Standard Error: 6_872 + .saturating_add(Weight::from_parts(4_044_247, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -2432,10 +2434,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `788 + r * (6 ±0)` // Estimated: `21770 + r * (30 ±0)` - // Minimum execution time: 391_392_000 picoseconds. - Weight::from_parts(369_617_614, 21770) - // Standard Error: 8_580 - .saturating_add(Weight::from_parts(410_580, 0).saturating_mul(r.into())) + // Minimum execution time: 389_450_000 picoseconds. + Weight::from_parts(394_320_797, 21770) + // Standard Error: 918 + .saturating_add(Weight::from_parts(361_691, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -2455,10 +2457,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `778 + r * (3 ±0)` // Estimated: `21735 + r * (15 ±0)` - // Minimum execution time: 388_848_000 picoseconds. - Weight::from_parts(398_526_947, 21735) - // Standard Error: 838 - .saturating_add(Weight::from_parts(135_240, 0).saturating_mul(r.into())) + // Minimum execution time: 387_734_000 picoseconds. + Weight::from_parts(394_114_815, 21735) + // Standard Error: 703 + .saturating_add(Weight::from_parts(137_144, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 15).saturating_mul(r.into())) @@ -2478,10 +2480,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `782 + r * (6 ±0)` // Estimated: `21740 + r * (30 ±0)` - // Minimum execution time: 389_345_000 picoseconds. - Weight::from_parts(391_097_858, 21740) - // Standard Error: 6_060 - .saturating_add(Weight::from_parts(303_376, 0).saturating_mul(r.into())) + // Minimum execution time: 388_952_000 picoseconds. + Weight::from_parts(397_638_606, 21740) + // Standard Error: 1_200 + .saturating_add(Weight::from_parts(276_194, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -2501,10 +2503,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `783 + r * (6 ±0)` // Estimated: `21725 + r * (30 ±0)` - // Minimum execution time: 389_830_000 picoseconds. - Weight::from_parts(389_283_480, 21725) - // Standard Error: 1_364 - .saturating_add(Weight::from_parts(290_600, 0).saturating_mul(r.into())) + // Minimum execution time: 389_229_000 picoseconds. + Weight::from_parts(393_363_083, 21725) + // Standard Error: 909 + .saturating_add(Weight::from_parts(276_330, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -2524,10 +2526,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `922 + r * (6 ±0)` // Estimated: `24633 + r * (30 ±0)` - // Minimum execution time: 389_335_000 picoseconds. - Weight::from_parts(411_723_922, 24633) - // Standard Error: 2_092 - .saturating_add(Weight::from_parts(1_395_758, 0).saturating_mul(r.into())) + // Minimum execution time: 389_900_000 picoseconds. + Weight::from_parts(398_193_986, 24633) + // Standard Error: 1_496 + .saturating_add(Weight::from_parts(1_421_841, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -2547,10 +2549,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `792 + r * (6 ±0)` // Estimated: `21825 + r * (30 ±0)` - // Minimum execution time: 390_594_000 picoseconds. - Weight::from_parts(397_317_482, 21825) - // Standard Error: 972 - .saturating_add(Weight::from_parts(278_843, 0).saturating_mul(r.into())) + // Minimum execution time: 390_237_000 picoseconds. + Weight::from_parts(398_038_161, 21825) + // Standard Error: 878 + .saturating_add(Weight::from_parts(274_099, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -2570,10 +2572,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `790 + r * (6 ±0)` // Estimated: `21815 + r * (30 ±0)` - // Minimum execution time: 388_172_000 picoseconds. - Weight::from_parts(395_664_962, 21815) - // Standard Error: 1_015 - .saturating_add(Weight::from_parts(278_782, 0).saturating_mul(r.into())) + // Minimum execution time: 388_257_000 picoseconds. + Weight::from_parts(393_328_540, 21815) + // Standard Error: 1_046 + .saturating_add(Weight::from_parts(278_614, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -2593,10 +2595,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `787 + r * (6 ±0)` // Estimated: `21805 + r * (30 ±0)` - // Minimum execution time: 389_498_000 picoseconds. - Weight::from_parts(397_789_932, 21805) - // Standard Error: 965 - .saturating_add(Weight::from_parts(274_912, 0).saturating_mul(r.into())) + // Minimum execution time: 389_213_000 picoseconds. + Weight::from_parts(395_660_073, 21805) + // Standard Error: 951 + .saturating_add(Weight::from_parts(273_621, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -2616,10 +2618,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `778 + r * (6 ±0)` // Estimated: `21735 + r * (30 ±0)` - // Minimum execution time: 388_680_000 picoseconds. - Weight::from_parts(366_943_812, 21735) - // Standard Error: 6_476 - .saturating_add(Weight::from_parts(330_939, 0).saturating_mul(r.into())) + // Minimum execution time: 389_026_000 picoseconds. + Weight::from_parts(388_458_441, 21735) + // Standard Error: 1_139 + .saturating_add(Weight::from_parts(286_248, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -2641,10 +2643,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `856 + r * (10 ±0)` // Estimated: `24446 + r * (60 ±0)` - // Minimum execution time: 394_593_000 picoseconds. - Weight::from_parts(415_007_543, 24446) - // Standard Error: 2_624 - .saturating_add(Weight::from_parts(1_229_380, 0).saturating_mul(r.into())) + // Minimum execution time: 390_056_000 picoseconds. + Weight::from_parts(405_946_756, 24446) + // Standard Error: 1_520 + .saturating_add(Weight::from_parts(1_275_186, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 60).saturating_mul(r.into())) @@ -2664,10 +2666,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `745 + r * (4 ±0)` // Estimated: `21555 + r * (20 ±0)` - // Minimum execution time: 147_739_000 picoseconds. - Weight::from_parts(153_570_384, 21555) - // Standard Error: 232 - .saturating_add(Weight::from_parts(104_284, 0).saturating_mul(r.into())) + // Minimum execution time: 148_783_000 picoseconds. + Weight::from_parts(152_778_480, 21555) + // Standard Error: 302 + .saturating_add(Weight::from_parts(104_938, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 20).saturating_mul(r.into())) @@ -2687,10 +2689,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `780 + r * (6 ±0)` // Estimated: `21740 + r * (30 ±0)` - // Minimum execution time: 388_814_000 picoseconds. - Weight::from_parts(395_698_084, 21740) - // Standard Error: 886 - .saturating_add(Weight::from_parts(226_309, 0).saturating_mul(r.into())) + // Minimum execution time: 389_439_000 picoseconds. + Weight::from_parts(394_561_041, 21740) + // Standard Error: 972 + .saturating_add(Weight::from_parts(225_483, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 30).saturating_mul(r.into())) @@ -2710,10 +2712,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `784` // Estimated: `21740` - // Minimum execution time: 389_035_000 picoseconds. - Weight::from_parts(393_845_331, 21740) + // Minimum execution time: 392_982_000 picoseconds. + Weight::from_parts(393_661_429, 21740) // Standard Error: 1 - .saturating_add(Weight::from_parts(619, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(644, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -2732,10 +2734,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `768 + r * (45 ±0)` // Estimated: `21660 + r * (225 ±0)` - // Minimum execution time: 385_879_000 picoseconds. - Weight::from_parts(389_403_638, 21660) - // Standard Error: 927_261 - .saturating_add(Weight::from_parts(420_561, 0).saturating_mul(r.into())) + // Minimum execution time: 385_780_000 picoseconds. + Weight::from_parts(391_964_157, 21660) + // Standard Error: 967_175 + .saturating_add(Weight::from_parts(1_721_842, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 225).saturating_mul(r.into())) @@ -2755,10 +2757,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `778` // Estimated: `21775` - // Minimum execution time: 389_618_000 picoseconds. - Weight::from_parts(389_633_719, 21775) + // Minimum execution time: 389_399_000 picoseconds. + Weight::from_parts(391_459_349, 21775) // Standard Error: 1 - .saturating_add(Weight::from_parts(226, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(227, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -2781,10 +2783,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `810 + r * (356 ±0)` // Estimated: `25511 + r * (15321 ±0)` - // Minimum execution time: 387_902_000 picoseconds. - Weight::from_parts(391_038_244, 25511) - // Standard Error: 737_640 - .saturating_add(Weight::from_parts(82_046_655, 0).saturating_mul(r.into())) + // Minimum execution time: 387_760_000 picoseconds. + Weight::from_parts(392_211_671, 25511) + // Standard Error: 1_123_414 + .saturating_add(Weight::from_parts(76_539_928, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((6_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -2808,10 +2810,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `825 + r * (10 ±0)` // Estimated: `24283 + r * (60 ±0)` - // Minimum execution time: 389_498_000 picoseconds. - Weight::from_parts(408_415_048, 24283) - // Standard Error: 3_581 - .saturating_add(Weight::from_parts(1_721_474, 0).saturating_mul(r.into())) + // Minimum execution time: 389_637_000 picoseconds. + Weight::from_parts(411_424_153, 24283) + // Standard Error: 2_277 + .saturating_add(Weight::from_parts(1_734_828, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 60).saturating_mul(r.into())) @@ -2831,10 +2833,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `778 + r * (10 ±0)` // Estimated: `21735 + r * (50 ±0)` - // Minimum execution time: 386_657_000 picoseconds. - Weight::from_parts(416_646_707, 21735) - // Standard Error: 2_793 - .saturating_add(Weight::from_parts(3_373_074, 0).saturating_mul(r.into())) + // Minimum execution time: 386_811_000 picoseconds. + Weight::from_parts(401_751_049, 21735) + // Standard Error: 3_432 + .saturating_add(Weight::from_parts(3_373_180, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 50).saturating_mul(r.into())) @@ -2855,12 +2857,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `797 + t * (32 ±0)` // Estimated: `21840 + t * (2640 ±0)` - // Minimum execution time: 403_989_000 picoseconds. - Weight::from_parts(400_011_774, 21840) - // Standard Error: 131_516 - .saturating_add(Weight::from_parts(2_550_412, 0).saturating_mul(t.into())) - // Standard Error: 36 - .saturating_add(Weight::from_parts(602, 0).saturating_mul(n.into())) + // Minimum execution time: 405_101_000 picoseconds. + Weight::from_parts(400_114_781, 21840) + // Standard Error: 137_268 + .saturating_add(Weight::from_parts(2_383_982, 0).saturating_mul(t.into())) + // Standard Error: 38 + .saturating_add(Weight::from_parts(649, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(t.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -2882,10 +2884,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `777 + r * (7 ±0)` // Estimated: `21725 + r * (35 ±0)` - // Minimum execution time: 164_748_000 picoseconds. - Weight::from_parts(166_466_864, 21725) - // Standard Error: 565 - .saturating_add(Weight::from_parts(192_341, 0).saturating_mul(r.into())) + // Minimum execution time: 162_878_000 picoseconds. + Weight::from_parts(167_912_154, 21725) + // Standard Error: 461 + .saturating_add(Weight::from_parts(188_840, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 35).saturating_mul(r.into())) @@ -2905,10 +2907,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `125728` // Estimated: `269977` - // Minimum execution time: 511_683_000 picoseconds. - Weight::from_parts(520_233_393, 269977) - // Standard Error: 1 - .saturating_add(Weight::from_parts(772, 0).saturating_mul(i.into())) + // Minimum execution time: 517_771_000 picoseconds. + Weight::from_parts(521_371_156, 269977) + // Standard Error: 2 + .saturating_add(Weight::from_parts(796, 0).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -2919,10 +2921,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `845 + r * (292 ±0)` // Estimated: `843 + r * (293 ±0)` - // Minimum execution time: 389_435_000 picoseconds. - Weight::from_parts(281_747_058, 843) - // Standard Error: 10_767 - .saturating_add(Weight::from_parts(5_958_964, 0).saturating_mul(r.into())) + // Minimum execution time: 390_909_000 picoseconds. + Weight::from_parts(288_505_778, 843) + // Standard Error: 10_046 + .saturating_add(Weight::from_parts(6_062_352, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -2936,10 +2938,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1304` // Estimated: `1280` - // Minimum execution time: 404_472_000 picoseconds. - Weight::from_parts(422_723_317, 1280) - // Standard Error: 46 - .saturating_add(Weight::from_parts(414, 0).saturating_mul(n.into())) + // Minimum execution time: 407_821_000 picoseconds. + Weight::from_parts(430_684_861, 1280) + // Standard Error: 107 + .saturating_add(Weight::from_parts(43, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -2950,10 +2952,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1167 + n * (1 ±0)` // Estimated: `1167 + n * (1 ±0)` - // Minimum execution time: 403_984_000 picoseconds. - Weight::from_parts(407_846_552, 1167) - // Standard Error: 37 - .saturating_add(Weight::from_parts(100, 0).saturating_mul(n.into())) + // Minimum execution time: 406_496_000 picoseconds. + Weight::from_parts(409_922_311, 1167) + // Standard Error: 44 + .saturating_add(Weight::from_parts(156, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -2965,10 +2967,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `841 + r * (288 ±0)` // Estimated: `845 + r * (289 ±0)` - // Minimum execution time: 389_344_000 picoseconds. - Weight::from_parts(288_785_026, 845) - // Standard Error: 10_086 - .saturating_add(Weight::from_parts(5_862_139, 0).saturating_mul(r.into())) + // Minimum execution time: 391_754_000 picoseconds. + Weight::from_parts(299_414_735, 845) + // Standard Error: 11_138 + .saturating_add(Weight::from_parts(5_948_370, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -2982,10 +2984,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1163 + n * (1 ±0)` // Estimated: `1163 + n * (1 ±0)` - // Minimum execution time: 405_369_000 picoseconds. - Weight::from_parts(408_679_687, 1163) - // Standard Error: 46 - .saturating_add(Weight::from_parts(89, 0).saturating_mul(n.into())) + // Minimum execution time: 405_248_000 picoseconds. + Weight::from_parts(407_912_672, 1163) + // Standard Error: 38 + .saturating_add(Weight::from_parts(162, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -2997,10 +2999,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `835 + r * (296 ±0)` // Estimated: `840 + r * (297 ±0)` - // Minimum execution time: 401_659_000 picoseconds. - Weight::from_parts(323_477_612, 840) - // Standard Error: 10_231 - .saturating_add(Weight::from_parts(4_792_073, 0).saturating_mul(r.into())) + // Minimum execution time: 390_360_000 picoseconds. + Weight::from_parts(304_030_871, 840) + // Standard Error: 9_334 + .saturating_add(Weight::from_parts(4_909_446, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -3013,10 +3015,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1179 + n * (1 ±0)` // Estimated: `1179 + n * (1 ±0)` - // Minimum execution time: 403_688_000 picoseconds. - Weight::from_parts(406_289_664, 1179) - // Standard Error: 50 - .saturating_add(Weight::from_parts(886, 0).saturating_mul(n.into())) + // Minimum execution time: 403_903_000 picoseconds. + Weight::from_parts(411_898_368, 1179) + // Standard Error: 80 + .saturating_add(Weight::from_parts(436, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -3028,10 +3030,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `856 + r * (288 ±0)` // Estimated: `857 + r * (289 ±0)` - // Minimum execution time: 390_175_000 picoseconds. - Weight::from_parts(302_164_486, 857) - // Standard Error: 8_679 - .saturating_add(Weight::from_parts(4_699_510, 0).saturating_mul(r.into())) + // Minimum execution time: 391_304_000 picoseconds. + Weight::from_parts(305_268_293, 857) + // Standard Error: 8_792 + .saturating_add(Weight::from_parts(4_732_165, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -3044,10 +3046,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1166 + n * (1 ±0)` // Estimated: `1166 + n * (1 ±0)` - // Minimum execution time: 402_763_000 picoseconds. - Weight::from_parts(406_245_416, 1166) - // Standard Error: 46 - .saturating_add(Weight::from_parts(178, 0).saturating_mul(n.into())) + // Minimum execution time: 403_215_000 picoseconds. + Weight::from_parts(405_838_447, 1166) + // Standard Error: 42 + .saturating_add(Weight::from_parts(180, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -3059,10 +3061,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `829 + r * (296 ±0)` // Estimated: `836 + r * (297 ±0)` - // Minimum execution time: 390_309_000 picoseconds. - Weight::from_parts(287_077_727, 836) - // Standard Error: 10_225 - .saturating_add(Weight::from_parts(6_068_015, 0).saturating_mul(r.into())) + // Minimum execution time: 390_784_000 picoseconds. + Weight::from_parts(287_160_821, 836) + // Standard Error: 10_156 + .saturating_add(Weight::from_parts(6_132_759, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -3076,10 +3078,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1180 + n * (1 ±0)` // Estimated: `1180 + n * (1 ±0)` - // Minimum execution time: 405_598_000 picoseconds. - Weight::from_parts(408_629_496, 1180) - // Standard Error: 111 - .saturating_add(Weight::from_parts(1_000, 0).saturating_mul(n.into())) + // Minimum execution time: 406_134_000 picoseconds. + Weight::from_parts(411_008_042, 1180) + // Standard Error: 52 + .saturating_add(Weight::from_parts(673, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -3099,10 +3101,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1373 + r * (45 ±0)` // Estimated: `26753 + r * (2700 ±0)` - // Minimum execution time: 391_947_000 picoseconds. - Weight::from_parts(314_094_313, 26753) - // Standard Error: 16_521 - .saturating_add(Weight::from_parts(20_248_871, 0).saturating_mul(r.into())) + // Minimum execution time: 391_332_000 picoseconds. + Weight::from_parts(288_688_112, 26753) + // Standard Error: 19_860 + .saturating_add(Weight::from_parts(20_283_446, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(4_u64)) @@ -3124,10 +3126,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1512 + r * (256 ±0)` // Estimated: `27163 + r * (6231 ±0)` - // Minimum execution time: 390_930_000 picoseconds. - Weight::from_parts(391_585_000, 27163) - // Standard Error: 91_567 - .saturating_add(Weight::from_parts(374_905_136, 0).saturating_mul(r.into())) + // Minimum execution time: 392_343_000 picoseconds. + Weight::from_parts(393_064_000, 27163) + // Standard Error: 107_519 + .saturating_add(Weight::from_parts(375_322_236, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -3148,11 +3150,11 @@ impl WeightInfo for () { fn seal_delegate_call(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + r * (902 ±0)` - // Estimated: `21755 + r * (8167 ±10)` - // Minimum execution time: 407_298_000 picoseconds. - Weight::from_parts(410_002_000, 21755) - // Standard Error: 103_426 - .saturating_add(Weight::from_parts(370_884_068, 0).saturating_mul(r.into())) + // Estimated: `21755 + r * (8167 ±7)` + // Minimum execution time: 390_783_000 picoseconds. + Weight::from_parts(391_611_000, 21755) + // Standard Error: 113_579 + .saturating_add(Weight::from_parts(371_355_400, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -3175,12 +3177,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1154 + t * (204 ±0)` // Estimated: `31015 + t * (5970 ±0)` - // Minimum execution time: 549_121_000 picoseconds. - Weight::from_parts(538_922_585, 31015) - // Standard Error: 1_665_134 - .saturating_add(Weight::from_parts(14_694_211, 0).saturating_mul(t.into())) + // Minimum execution time: 538_921_000 picoseconds. + Weight::from_parts(528_711_431, 31015) + // Standard Error: 1_477_875 + .saturating_add(Weight::from_parts(15_524_583, 0).saturating_mul(t.into())) // Standard Error: 2 - .saturating_add(Weight::from_parts(623, 0).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(650, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(t.into()))) .saturating_add(RocksDbWeight::get().writes(5_u64)) @@ -3206,10 +3208,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1859 + r * (253 ±0)` // Estimated: `33859 + r * (16628 ±0)` - // Minimum execution time: 397_460_000 picoseconds. - Weight::from_parts(397_918_000, 33859) - // Standard Error: 414_876 - .saturating_add(Weight::from_parts(471_162_877, 0).saturating_mul(r.into())) + // Minimum execution time: 391_772_000 picoseconds. + Weight::from_parts(391_953_000, 33859) + // Standard Error: 423_175 + .saturating_add(Weight::from_parts(472_583_564, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().reads((6_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(6_u64)) @@ -3237,14 +3239,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1071 + t * (187 ±0)` // Estimated: `42684 + t * (3588 ±2)` - // Minimum execution time: 1_721_441_000 picoseconds. - Weight::from_parts(464_921_212, 42684) - // Standard Error: 4_872_465 - .saturating_add(Weight::from_parts(97_433_179, 0).saturating_mul(t.into())) + // Minimum execution time: 1_759_954_000 picoseconds. + Weight::from_parts(476_400_152, 42684) + // Standard Error: 4_759_342 + .saturating_add(Weight::from_parts(102_703_652, 0).saturating_mul(t.into())) // Standard Error: 7 - .saturating_add(Weight::from_parts(1_172, 0).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(1_207, 0).saturating_mul(i.into())) // Standard Error: 7 - .saturating_add(Weight::from_parts(1_370, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_371, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(13_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(t.into()))) .saturating_add(RocksDbWeight::get().writes(10_u64)) @@ -3266,10 +3268,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `777 + r * (8 ±0)` // Estimated: `21710 + r * (40 ±0)` - // Minimum execution time: 393_996_000 picoseconds. - Weight::from_parts(393_708_632, 21710) - // Standard Error: 1_057 - .saturating_add(Weight::from_parts(549_265, 0).saturating_mul(r.into())) + // Minimum execution time: 387_683_000 picoseconds. + Weight::from_parts(391_682_126, 21710) + // Standard Error: 1_077 + .saturating_add(Weight::from_parts(549_462, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 40).saturating_mul(r.into())) @@ -3289,10 +3291,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `785` // Estimated: `21745` - // Minimum execution time: 390_056_000 picoseconds. - Weight::from_parts(388_198_639, 21745) - // Standard Error: 3 - .saturating_add(Weight::from_parts(3_994, 0).saturating_mul(n.into())) + // Minimum execution time: 389_838_000 picoseconds. + Weight::from_parts(390_658_008, 21745) + // Standard Error: 2 + .saturating_add(Weight::from_parts(3_987, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -3311,10 +3313,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `779 + r * (8 ±0)` // Estimated: `21725 + r * (40 ±0)` - // Minimum execution time: 392_871_000 picoseconds. - Weight::from_parts(391_931_762, 21725) - // Standard Error: 1_295 - .saturating_add(Weight::from_parts(722_102, 0).saturating_mul(r.into())) + // Minimum execution time: 389_588_000 picoseconds. + Weight::from_parts(394_461_069, 21725) + // Standard Error: 1_368 + .saturating_add(Weight::from_parts(714_213, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 40).saturating_mul(r.into())) @@ -3334,10 +3336,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `787` // Estimated: `21765` - // Minimum execution time: 390_901_000 picoseconds. - Weight::from_parts(391_780_657, 21765) + // Minimum execution time: 389_768_000 picoseconds. + Weight::from_parts(386_758_493, 21765) // Standard Error: 2 - .saturating_add(Weight::from_parts(3_205, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(3_227, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -3356,10 +3358,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `779 + r * (8 ±0)` // Estimated: `21740 + r * (40 ±0)` - // Minimum execution time: 388_286_000 picoseconds. - Weight::from_parts(394_503_205, 21740) - // Standard Error: 924 - .saturating_add(Weight::from_parts(388_976, 0).saturating_mul(r.into())) + // Minimum execution time: 386_300_000 picoseconds. + Weight::from_parts(382_407_230, 21740) + // Standard Error: 1_257 + .saturating_add(Weight::from_parts(407_110, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 40).saturating_mul(r.into())) @@ -3379,10 +3381,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `787` // Estimated: `21785` - // Minimum execution time: 388_798_000 picoseconds. - Weight::from_parts(384_070_770, 21785) + // Minimum execution time: 395_508_000 picoseconds. + Weight::from_parts(386_764_616, 21785) // Standard Error: 2 - .saturating_add(Weight::from_parts(962, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(967, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -3401,10 +3403,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `779 + r * (8 ±0)` // Estimated: `21745 + r * (40 ±0)` - // Minimum execution time: 394_087_000 picoseconds. - Weight::from_parts(395_768_667, 21745) - // Standard Error: 950 - .saturating_add(Weight::from_parts(388_882, 0).saturating_mul(r.into())) + // Minimum execution time: 387_398_000 picoseconds. + Weight::from_parts(392_733_778, 21745) + // Standard Error: 956 + .saturating_add(Weight::from_parts(388_196, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 40).saturating_mul(r.into())) @@ -3424,10 +3426,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `787` // Estimated: `21755` - // Minimum execution time: 389_375_000 picoseconds. - Weight::from_parts(383_839_843, 21755) + // Minimum execution time: 388_644_000 picoseconds. + Weight::from_parts(381_837_090, 21755) // Standard Error: 2 - .saturating_add(Weight::from_parts(964, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(972, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -3445,11 +3447,11 @@ impl WeightInfo for () { fn seal_ecdsa_recover(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `704 + r * (78 ±0)` - // Estimated: `21365 + r * (390 ±0)` - // Minimum execution time: 390_290_000 picoseconds. - Weight::from_parts(546_812_386, 21365) - // Standard Error: 9_645 - .saturating_add(Weight::from_parts(36_951_882, 0).saturating_mul(r.into())) + // Estimated: `21370 + r * (390 ±0)` + // Minimum execution time: 390_853_000 picoseconds. + Weight::from_parts(560_352_211, 21370) + // Standard Error: 9_522 + .saturating_add(Weight::from_parts(36_863_273, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 390).saturating_mul(r.into())) @@ -3469,10 +3471,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `549 + r * (44 ±0)` // Estimated: `20630 + r * (220 ±0)` - // Minimum execution time: 390_929_000 picoseconds. - Weight::from_parts(420_019_515, 20630) - // Standard Error: 3_605 - .saturating_add(Weight::from_parts(9_355_559, 0).saturating_mul(r.into())) + // Minimum execution time: 390_720_000 picoseconds. + Weight::from_parts(412_505_532, 20630) + // Standard Error: 3_303 + .saturating_add(Weight::from_parts(9_065_662, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 220).saturating_mul(r.into())) @@ -3493,11 +3495,11 @@ impl WeightInfo for () { fn seal_set_code_hash(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + r * (964 ±0)` - // Estimated: `29920 + r * (11544 ±7)` - // Minimum execution time: 392_237_000 picoseconds. - Weight::from_parts(393_119_000, 29920) - // Standard Error: 44_663 - .saturating_add(Weight::from_parts(21_290_746, 0).saturating_mul(r.into())) + // Estimated: `29920 + r * (11544 ±10)` + // Minimum execution time: 391_562_000 picoseconds. + Weight::from_parts(392_026_000, 29920) + // Standard Error: 51_181 + .saturating_add(Weight::from_parts(21_606_220, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -3519,10 +3521,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `773 + r * (3 ±0)` // Estimated: `21735 + r * (15 ±0)` - // Minimum execution time: 389_739_000 picoseconds. - Weight::from_parts(394_640_912, 21735) - // Standard Error: 635 - .saturating_add(Weight::from_parts(138_748, 0).saturating_mul(r.into())) + // Minimum execution time: 388_484_000 picoseconds. + Weight::from_parts(394_080_146, 21735) + // Standard Error: 802 + .saturating_add(Weight::from_parts(140_886, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 15).saturating_mul(r.into())) @@ -3542,10 +3544,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1975 + r * (39 ±0)` // Estimated: `27145 + r * (200 ±0)` - // Minimum execution time: 391_709_000 picoseconds. - Weight::from_parts(425_821_136, 27145) - // Standard Error: 1_204 - .saturating_add(Weight::from_parts(224_192, 0).saturating_mul(r.into())) + // Minimum execution time: 392_129_000 picoseconds. + Weight::from_parts(423_949_234, 27145) + // Standard Error: 1_168 + .saturating_add(Weight::from_parts(223_739, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 200).saturating_mul(r.into())) @@ -3567,10 +3569,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `776 + r * (3 ±0)` // Estimated: `24004 + r * (18 ±0)` - // Minimum execution time: 389_561_000 picoseconds. - Weight::from_parts(397_911_345, 24004) - // Standard Error: 624 - .saturating_add(Weight::from_parts(118_696, 0).saturating_mul(r.into())) + // Minimum execution time: 388_079_000 picoseconds. + Weight::from_parts(396_331_195, 24004) + // Standard Error: 612 + .saturating_add(Weight::from_parts(119_977, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 18).saturating_mul(r.into())) @@ -3580,507 +3582,509 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_029_000 picoseconds. - Weight::from_parts(1_355_319, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(4_180, 0).saturating_mul(r.into())) + // Minimum execution time: 1_117_000 picoseconds. + Weight::from_parts(1_420_218, 0) + // Standard Error: 1 + .saturating_add(Weight::from_parts(4_069, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64load(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_227_000 picoseconds. - Weight::from_parts(1_912_687, 0) - // Standard Error: 5 - .saturating_add(Weight::from_parts(11_638, 0).saturating_mul(r.into())) + // Minimum execution time: 1_278_000 picoseconds. + Weight::from_parts(2_058_887, 0) + // Standard Error: 26 + .saturating_add(Weight::from_parts(11_464, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64store(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_259_000 picoseconds. - Weight::from_parts(1_738_604, 0) - // Standard Error: 8 - .saturating_add(Weight::from_parts(10_943, 0).saturating_mul(r.into())) + // Minimum execution time: 1_267_000 picoseconds. + Weight::from_parts(1_777_163, 0) + // Standard Error: 18 + .saturating_add(Weight::from_parts(11_016, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_select(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_119_000 picoseconds. - Weight::from_parts(1_417_413, 0) - // Standard Error: 10 - .saturating_add(Weight::from_parts(11_901, 0).saturating_mul(r.into())) + // Minimum execution time: 1_158_000 picoseconds. + Weight::from_parts(1_496_239, 0) + // Standard Error: 6 + .saturating_add(Weight::from_parts(11_662, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_if(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_073_000 picoseconds. - Weight::from_parts(1_412_786, 0) - // Standard Error: 6 - .saturating_add(Weight::from_parts(13_595, 0).saturating_mul(r.into())) + // Minimum execution time: 1_110_000 picoseconds. + Weight::from_parts(1_888_693, 0) + // Standard Error: 43 + .saturating_add(Weight::from_parts(13_925, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_br(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_056_000 picoseconds. - Weight::from_parts(1_342_582, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(6_458, 0).saturating_mul(r.into())) + // Minimum execution time: 1_122_000 picoseconds. + Weight::from_parts(1_391_351, 0) + // Standard Error: 5 + .saturating_add(Weight::from_parts(6_460, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_br_if(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_053_000 picoseconds. - Weight::from_parts(1_457_607, 0) - // Standard Error: 15 - .saturating_add(Weight::from_parts(9_562, 0).saturating_mul(r.into())) + // Minimum execution time: 1_139_000 picoseconds. + Weight::from_parts(1_499_912, 0) + // Standard Error: 20 + .saturating_add(Weight::from_parts(9_436, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_br_table(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_071_000 picoseconds. - Weight::from_parts(1_100_261, 0) - // Standard Error: 19 - .saturating_add(Weight::from_parts(12_321, 0).saturating_mul(r.into())) + // Minimum execution time: 1_178_000 picoseconds. + Weight::from_parts(1_140_170, 0) + // Standard Error: 27 + .saturating_add(Weight::from_parts(12_507, 0).saturating_mul(r.into())) } /// The range of component `e` is `[1, 256]`. - fn instr_br_table_per_entry(_e: u32, ) -> Weight { + fn instr_br_table_per_entry(e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_131_000 picoseconds. - Weight::from_parts(1_345_248, 0) + // Minimum execution time: 1_258_000 picoseconds. + Weight::from_parts(1_386_116, 0) + // Standard Error: 19 + .saturating_add(Weight::from_parts(191, 0).saturating_mul(e.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_call(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_085_000 picoseconds. - Weight::from_parts(2_007_213, 0) - // Standard Error: 22 - .saturating_add(Weight::from_parts(28_027, 0).saturating_mul(r.into())) + // Minimum execution time: 1_129_000 picoseconds. + Weight::from_parts(1_775_845, 0) + // Standard Error: 28 + .saturating_add(Weight::from_parts(27_240, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_call_indirect(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_226_000 picoseconds. - Weight::from_parts(4_349_892, 0) - // Standard Error: 202 - .saturating_add(Weight::from_parts(36_819, 0).saturating_mul(r.into())) + // Minimum execution time: 1_250_000 picoseconds. + Weight::from_parts(2_804_108, 0) + // Standard Error: 24 + .saturating_add(Weight::from_parts(35_255, 0).saturating_mul(r.into())) } /// The range of component `l` is `[0, 1024]`. fn instr_call_per_local(l: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_266_000 picoseconds. - Weight::from_parts(1_556_360, 0) - // Standard Error: 31 - .saturating_add(Weight::from_parts(2_120, 0).saturating_mul(l.into())) + // Minimum execution time: 1_347_000 picoseconds. + Weight::from_parts(1_628_265, 0) + // Standard Error: 40 + .saturating_add(Weight::from_parts(2_261, 0).saturating_mul(l.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_local_get(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_373_000 picoseconds. - Weight::from_parts(3_606_375, 0) + // Minimum execution time: 3_358_000 picoseconds. + Weight::from_parts(3_660_821, 0) // Standard Error: 2 - .saturating_add(Weight::from_parts(4_097, 0).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(4_073, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_local_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_324_000 picoseconds. - Weight::from_parts(3_950_686, 0) - // Standard Error: 22 - .saturating_add(Weight::from_parts(4_956, 0).saturating_mul(r.into())) + // Minimum execution time: 3_370_000 picoseconds. + Weight::from_parts(3_637_678, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(5_081, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_local_tee(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_333_000 picoseconds. - Weight::from_parts(3_674_540, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(6_728, 0).saturating_mul(r.into())) + // Minimum execution time: 3_336_000 picoseconds. + Weight::from_parts(3_800_128, 0) + // Standard Error: 18 + .saturating_add(Weight::from_parts(6_525, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_global_get(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_149_000 picoseconds. - Weight::from_parts(1_604_200, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(8_967, 0).saturating_mul(r.into())) + // Minimum execution time: 1_239_000 picoseconds. + Weight::from_parts(1_155_699, 0) + // Standard Error: 189 + .saturating_add(Weight::from_parts(9_457, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_global_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_158_000 picoseconds. - Weight::from_parts(1_563_787, 0) - // Standard Error: 6 - .saturating_add(Weight::from_parts(9_546, 0).saturating_mul(r.into())) + // Minimum execution time: 1_284_000 picoseconds. + Weight::from_parts(1_736_480, 0) + // Standard Error: 16 + .saturating_add(Weight::from_parts(9_419, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_memory_current(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_197_000 picoseconds. - Weight::from_parts(1_832_456, 0) - // Standard Error: 133 - .saturating_add(Weight::from_parts(8_581, 0).saturating_mul(r.into())) + // Minimum execution time: 1_296_000 picoseconds. + Weight::from_parts(1_641_289, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(8_476, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 16]`. fn instr_memory_grow(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_142_000 picoseconds. - Weight::from_parts(869_358, 0) - // Standard Error: 122_422 - .saturating_add(Weight::from_parts(15_527_865, 0).saturating_mul(r.into())) + // Minimum execution time: 1_143_000 picoseconds. + Weight::from_parts(192_369, 0) + // Standard Error: 135_486 + .saturating_add(Weight::from_parts(16_454_142, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64clz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_073_000 picoseconds. - Weight::from_parts(1_512_351, 0) - // Standard Error: 138 - .saturating_add(Weight::from_parts(6_546, 0).saturating_mul(r.into())) + // Minimum execution time: 1_136_000 picoseconds. + Weight::from_parts(1_570_043, 0) + // Standard Error: 4 + .saturating_add(Weight::from_parts(6_335, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64ctz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_040_000 picoseconds. - Weight::from_parts(1_364_740, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(6_499, 0).saturating_mul(r.into())) + // Minimum execution time: 1_124_000 picoseconds. + Weight::from_parts(1_494_476, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(6_347, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64popcnt(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_058_000 picoseconds. - Weight::from_parts(1_420_732, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(6_457, 0).saturating_mul(r.into())) + // Minimum execution time: 1_104_000 picoseconds. + Weight::from_parts(1_514_211, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(6_348, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64eqz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_006_000 picoseconds. - Weight::from_parts(1_412_401, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(6_655, 0).saturating_mul(r.into())) + // Minimum execution time: 1_149_000 picoseconds. + Weight::from_parts(1_462_104, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(6_503, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64extendsi32(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_073_000 picoseconds. - Weight::from_parts(1_397_411, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(6_404, 0).saturating_mul(r.into())) + // Minimum execution time: 1_113_000 picoseconds. + Weight::from_parts(1_475_433, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(6_225, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64extendui32(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_024_000 picoseconds. - Weight::from_parts(1_834_657, 0) - // Standard Error: 24 - .saturating_add(Weight::from_parts(6_268, 0).saturating_mul(r.into())) + // Minimum execution time: 1_120_000 picoseconds. + Weight::from_parts(1_466_487, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(6_244, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i32wrapi64(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_065_000 picoseconds. - Weight::from_parts(1_408_777, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(6_400, 0).saturating_mul(r.into())) + // Minimum execution time: 1_158_000 picoseconds. + Weight::from_parts(1_486_180, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(6_239, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64eq(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_034_000 picoseconds. - Weight::from_parts(1_467_661, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(9_477, 0).saturating_mul(r.into())) + // Minimum execution time: 1_062_000 picoseconds. + Weight::from_parts(1_523_809, 0) + // Standard Error: 5 + .saturating_add(Weight::from_parts(9_295, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64ne(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_013_000 picoseconds. - Weight::from_parts(1_393_837, 0) + // Minimum execution time: 1_139_000 picoseconds. + Weight::from_parts(1_488_925, 0) // Standard Error: 2 - .saturating_add(Weight::from_parts(9_454, 0).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(9_391, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64lts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_077_000 picoseconds. - Weight::from_parts(1_454_762, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(9_443, 0).saturating_mul(r.into())) + // Minimum execution time: 1_105_000 picoseconds. + Weight::from_parts(1_530_187, 0) + // Standard Error: 9 + .saturating_add(Weight::from_parts(9_418, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64ltu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_059_000 picoseconds. - Weight::from_parts(1_380_320, 0) - // Standard Error: 10 - .saturating_add(Weight::from_parts(9_670, 0).saturating_mul(r.into())) + // Minimum execution time: 1_094_000 picoseconds. + Weight::from_parts(1_462_208, 0) + // Standard Error: 6 + .saturating_add(Weight::from_parts(9_362, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64gts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_075_000 picoseconds. - Weight::from_parts(1_458_406, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(9_603, 0).saturating_mul(r.into())) + // Minimum execution time: 1_121_000 picoseconds. + Weight::from_parts(1_541_739, 0) + // Standard Error: 4 + .saturating_add(Weight::from_parts(9_337, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64gtu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_033_000 picoseconds. - Weight::from_parts(1_683_526, 0) - // Standard Error: 32 - .saturating_add(Weight::from_parts(9_590, 0).saturating_mul(r.into())) + // Minimum execution time: 1_117_000 picoseconds. + Weight::from_parts(1_525_560, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(9_307, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64les(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_039_000 picoseconds. - Weight::from_parts(1_409_028, 0) - // Standard Error: 6 - .saturating_add(Weight::from_parts(9_488, 0).saturating_mul(r.into())) + // Minimum execution time: 1_106_000 picoseconds. + Weight::from_parts(1_516_671, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(9_318, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64leu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_057_000 picoseconds. - Weight::from_parts(1_442_344, 0) - // Standard Error: 7 - .saturating_add(Weight::from_parts(9_639, 0).saturating_mul(r.into())) + // Minimum execution time: 1_157_000 picoseconds. + Weight::from_parts(1_524_009, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(9_386, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64ges(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_087_000 picoseconds. - Weight::from_parts(1_481_974, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(9_437, 0).saturating_mul(r.into())) + // Minimum execution time: 1_135_000 picoseconds. + Weight::from_parts(2_691_850, 0) + // Standard Error: 80 + .saturating_add(Weight::from_parts(8_995, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64geu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_095_000 picoseconds. - Weight::from_parts(1_449_627, 0) - // Standard Error: 2 - .saturating_add(Weight::from_parts(9_439, 0).saturating_mul(r.into())) + // Minimum execution time: 1_118_000 picoseconds. + Weight::from_parts(1_522_284, 0) + // Standard Error: 5 + .saturating_add(Weight::from_parts(9_321, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64add(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_082_000 picoseconds. - Weight::from_parts(1_473_689, 0) + // Minimum execution time: 1_086_000 picoseconds. + Weight::from_parts(1_517_195, 0) // Standard Error: 2 - .saturating_add(Weight::from_parts(9_072, 0).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(8_908, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64sub(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_074_000 picoseconds. - Weight::from_parts(1_439_013, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(9_078, 0).saturating_mul(r.into())) + // Minimum execution time: 1_111_000 picoseconds. + Weight::from_parts(2_496_618, 0) + // Standard Error: 133 + .saturating_add(Weight::from_parts(8_741, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64mul(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_095_000 picoseconds. - Weight::from_parts(1_438_735, 0) - // Standard Error: 5 - .saturating_add(Weight::from_parts(9_035, 0).saturating_mul(r.into())) + // Minimum execution time: 1_118_000 picoseconds. + Weight::from_parts(1_448_106, 0) + // Standard Error: 6 + .saturating_add(Weight::from_parts(8_865, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64divs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_087_000 picoseconds. - Weight::from_parts(1_460_361, 0) - // Standard Error: 5 - .saturating_add(Weight::from_parts(15_417, 0).saturating_mul(r.into())) + // Minimum execution time: 1_108_000 picoseconds. + Weight::from_parts(1_551_380, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(14_969, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64divu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_047_000 picoseconds. - Weight::from_parts(1_798_044, 0) - // Standard Error: 57 - .saturating_add(Weight::from_parts(14_531, 0).saturating_mul(r.into())) + // Minimum execution time: 2_191_000 picoseconds. + Weight::from_parts(1_601_625, 0) + // Standard Error: 4 + .saturating_add(Weight::from_parts(14_178, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64rems(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_018_000 picoseconds. - Weight::from_parts(1_616_403, 0) - // Standard Error: 22 - .saturating_add(Weight::from_parts(15_486, 0).saturating_mul(r.into())) + // Minimum execution time: 1_170_000 picoseconds. + Weight::from_parts(1_527_254, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(14_934, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64remu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_061_000 picoseconds. - Weight::from_parts(1_471_495, 0) + // Minimum execution time: 1_166_000 picoseconds. + Weight::from_parts(1_523_472, 0) // Standard Error: 4 - .saturating_add(Weight::from_parts(14_563, 0).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(14_219, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64and(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_038_000 picoseconds. - Weight::from_parts(1_439_558, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(9_091, 0).saturating_mul(r.into())) + // Minimum execution time: 1_117_000 picoseconds. + Weight::from_parts(1_492_103, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(8_909, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64or(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_036_000 picoseconds. - Weight::from_parts(1_473_059, 0) - // Standard Error: 5 - .saturating_add(Weight::from_parts(9_082, 0).saturating_mul(r.into())) + // Minimum execution time: 1_145_000 picoseconds. + Weight::from_parts(1_501_670, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(8_904, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64xor(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_063_000 picoseconds. - Weight::from_parts(1_469_656, 0) + // Minimum execution time: 1_095_000 picoseconds. + Weight::from_parts(1_500_254, 0) // Standard Error: 3 - .saturating_add(Weight::from_parts(9_086, 0).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(8_911, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64shl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_085_000 picoseconds. - Weight::from_parts(1_490_457, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(9_291, 0).saturating_mul(r.into())) + // Minimum execution time: 1_112_000 picoseconds. + Weight::from_parts(1_877_880, 0) + // Standard Error: 99 + .saturating_add(Weight::from_parts(9_099, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64shrs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_068_000 picoseconds. - Weight::from_parts(1_350_507, 0) - // Standard Error: 52 - .saturating_add(Weight::from_parts(9_404, 0).saturating_mul(r.into())) + // Minimum execution time: 1_125_000 picoseconds. + Weight::from_parts(1_473_440, 0) + // Standard Error: 6 + .saturating_add(Weight::from_parts(9_116, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64shru(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_069_000 picoseconds. - Weight::from_parts(1_459_914, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(9_299, 0).saturating_mul(r.into())) + // Minimum execution time: 1_128_000 picoseconds. + Weight::from_parts(1_522_244, 0) + // Standard Error: 4 + .saturating_add(Weight::from_parts(9_126, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64rotl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_045_000 picoseconds. - Weight::from_parts(2_204_589, 0) - // Standard Error: 190 - .saturating_add(Weight::from_parts(9_298, 0).saturating_mul(r.into())) + // Minimum execution time: 1_129_000 picoseconds. + Weight::from_parts(1_533_763, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(9_118, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 5000]`. fn instr_i64rotr(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_104_000 picoseconds. - Weight::from_parts(1_449_252, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(9_312, 0).saturating_mul(r.into())) + // Minimum execution time: 1_146_000 picoseconds. + Weight::from_parts(1_492_671, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(9_079, 0).saturating_mul(r.into())) } } diff --git a/frame/conviction-voting/src/weights.rs b/frame/conviction-voting/src/weights.rs index baffe6e9aa361..b136ecbf932b5 100644 --- a/frame/conviction-voting/src/weights.rs +++ b/frame/conviction-voting/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_conviction_voting //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -77,8 +77,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `13074` // Estimated: `262809` - // Minimum execution time: 90_838_000 picoseconds. - Weight::from_parts(94_253_000, 262809) + // Minimum execution time: 93_667_000 picoseconds. + Weight::from_parts(95_795_000, 262809) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -96,8 +96,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `20216` // Estimated: `262809` - // Minimum execution time: 248_334_000 picoseconds. - Weight::from_parts(252_205_000, 262809) + // Minimum execution time: 250_795_000 picoseconds. + Weight::from_parts(252_561_000, 262809) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -111,8 +111,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `19968` // Estimated: `254521` - // Minimum execution time: 233_916_000 picoseconds. - Weight::from_parts(235_534_000, 254521) + // Minimum execution time: 235_176_000 picoseconds. + Weight::from_parts(237_958_000, 254521) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -124,8 +124,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `12675` // Estimated: `34537` - // Minimum execution time: 46_834_000 picoseconds. - Weight::from_parts(48_332_000, 34537) + // Minimum execution time: 46_474_000 picoseconds. + Weight::from_parts(47_055_000, 34537) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -144,10 +144,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `240 + r * (1627 ±0)` // Estimated: `180617 + r * (111908 ±0)` - // Minimum execution time: 37_203_000 picoseconds. - Weight::from_parts(38_725_091, 180617) - // Standard Error: 135_386 - .saturating_add(Weight::from_parts(39_511_808, 0).saturating_mul(r.into())) + // Minimum execution time: 37_621_000 picoseconds. + Weight::from_parts(38_903_528, 180617) + // Standard Error: 98_788 + .saturating_add(Weight::from_parts(40_501_071, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -165,10 +165,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `406 + r * (1376 ±0)` // Estimated: `172329 + r * (111908 ±0)` - // Minimum execution time: 23_005_000 picoseconds. - Weight::from_parts(23_767_300, 172329) - // Standard Error: 59_523 - .saturating_add(Weight::from_parts(35_032_200, 0).saturating_mul(r.into())) + // Minimum execution time: 22_810_000 picoseconds. + Weight::from_parts(23_771_948, 172329) + // Standard Error: 76_143 + .saturating_add(Weight::from_parts(35_497_351, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -185,8 +185,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `11734` // Estimated: `38994` - // Minimum execution time: 55_064_000 picoseconds. - Weight::from_parts(56_516_000, 38994) + // Minimum execution time: 54_720_000 picoseconds. + Weight::from_parts(55_934_000, 38994) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -208,8 +208,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `13074` // Estimated: `262809` - // Minimum execution time: 90_838_000 picoseconds. - Weight::from_parts(94_253_000, 262809) + // Minimum execution time: 93_667_000 picoseconds. + Weight::from_parts(95_795_000, 262809) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -227,8 +227,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `20216` // Estimated: `262809` - // Minimum execution time: 248_334_000 picoseconds. - Weight::from_parts(252_205_000, 262809) + // Minimum execution time: 250_795_000 picoseconds. + Weight::from_parts(252_561_000, 262809) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -242,8 +242,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `19968` // Estimated: `254521` - // Minimum execution time: 233_916_000 picoseconds. - Weight::from_parts(235_534_000, 254521) + // Minimum execution time: 235_176_000 picoseconds. + Weight::from_parts(237_958_000, 254521) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -255,8 +255,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `12675` // Estimated: `34537` - // Minimum execution time: 46_834_000 picoseconds. - Weight::from_parts(48_332_000, 34537) + // Minimum execution time: 46_474_000 picoseconds. + Weight::from_parts(47_055_000, 34537) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -275,10 +275,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `240 + r * (1627 ±0)` // Estimated: `180617 + r * (111908 ±0)` - // Minimum execution time: 37_203_000 picoseconds. - Weight::from_parts(38_725_091, 180617) - // Standard Error: 135_386 - .saturating_add(Weight::from_parts(39_511_808, 0).saturating_mul(r.into())) + // Minimum execution time: 37_621_000 picoseconds. + Weight::from_parts(38_903_528, 180617) + // Standard Error: 98_788 + .saturating_add(Weight::from_parts(40_501_071, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(4_u64)) @@ -296,10 +296,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `406 + r * (1376 ±0)` // Estimated: `172329 + r * (111908 ±0)` - // Minimum execution time: 23_005_000 picoseconds. - Weight::from_parts(23_767_300, 172329) - // Standard Error: 59_523 - .saturating_add(Weight::from_parts(35_032_200, 0).saturating_mul(r.into())) + // Minimum execution time: 22_810_000 picoseconds. + Weight::from_parts(23_771_948, 172329) + // Standard Error: 76_143 + .saturating_add(Weight::from_parts(35_497_351, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -316,8 +316,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `11734` // Estimated: `38994` - // Minimum execution time: 55_064_000 picoseconds. - Weight::from_parts(56_516_000, 38994) + // Minimum execution time: 54_720_000 picoseconds. + Weight::from_parts(55_934_000, 38994) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } diff --git a/frame/core-fellowship/src/weights.rs b/frame/core-fellowship/src/weights.rs index 2d2a5bf08f951..97411562ed8f2 100644 --- a/frame/core-fellowship/src/weights.rs +++ b/frame/core-fellowship/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_core_fellowship //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -72,8 +72,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_964_000 picoseconds. - Weight::from_parts(11_218_000, 0) + // Minimum execution time: 10_163_000 picoseconds. + Weight::from_parts(10_601_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: CoreFellowship Member (r:1 w:1) @@ -92,8 +92,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `16854` // Estimated: `35762` - // Minimum execution time: 62_254_000 picoseconds. - Weight::from_parts(63_012_000, 35762) + // Minimum execution time: 61_628_000 picoseconds. + Weight::from_parts(62_309_000, 35762) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -113,8 +113,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `16964` // Estimated: `35762` - // Minimum execution time: 64_920_000 picoseconds. - Weight::from_parts(65_938_000, 35762) + // Minimum execution time: 63_993_000 picoseconds. + Weight::from_parts(64_686_000, 35762) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -126,8 +126,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `355` // Estimated: `7021` - // Minimum execution time: 18_888_000 picoseconds. - Weight::from_parts(19_161_000, 7021) + // Minimum execution time: 18_678_000 picoseconds. + Weight::from_parts(19_060_000, 7021) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -145,8 +145,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `113` // Estimated: `10500` - // Minimum execution time: 28_753_000 picoseconds. - Weight::from_parts(29_165_000, 10500) + // Minimum execution time: 28_122_000 picoseconds. + Weight::from_parts(28_865_000, 10500) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -168,8 +168,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `16832` // Estimated: `32243` - // Minimum execution time: 60_208_000 picoseconds. - Weight::from_parts(60_643_000, 32243) + // Minimum execution time: 59_435_000 picoseconds. + Weight::from_parts(60_015_000, 32243) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -183,8 +183,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `326` // Estimated: `7021` - // Minimum execution time: 18_509_000 picoseconds. - Weight::from_parts(18_814_000, 7021) + // Minimum execution time: 18_247_000 picoseconds. + Weight::from_parts(18_695_000, 7021) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -196,8 +196,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `280` // Estimated: `7021` - // Minimum execution time: 18_258_000 picoseconds. - Weight::from_parts(18_532_000, 7021) + // Minimum execution time: 18_335_000 picoseconds. + Weight::from_parts(18_726_000, 7021) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -211,8 +211,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `16810` // Estimated: `26915` - // Minimum execution time: 44_471_000 picoseconds. - Weight::from_parts(45_788_000, 26915) + // Minimum execution time: 44_816_000 picoseconds. + Weight::from_parts(45_369_000, 26915) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -224,8 +224,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `79` // Estimated: `23408` - // Minimum execution time: 29_049_000 picoseconds. - Weight::from_parts(29_474_000, 23408) + // Minimum execution time: 29_246_000 picoseconds. + Weight::from_parts(29_686_000, 23408) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -239,8 +239,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_964_000 picoseconds. - Weight::from_parts(11_218_000, 0) + // Minimum execution time: 10_163_000 picoseconds. + Weight::from_parts(10_601_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: CoreFellowship Member (r:1 w:1) @@ -259,8 +259,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `16854` // Estimated: `35762` - // Minimum execution time: 62_254_000 picoseconds. - Weight::from_parts(63_012_000, 35762) + // Minimum execution time: 61_628_000 picoseconds. + Weight::from_parts(62_309_000, 35762) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -280,8 +280,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `16964` // Estimated: `35762` - // Minimum execution time: 64_920_000 picoseconds. - Weight::from_parts(65_938_000, 35762) + // Minimum execution time: 63_993_000 picoseconds. + Weight::from_parts(64_686_000, 35762) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -293,8 +293,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `355` // Estimated: `7021` - // Minimum execution time: 18_888_000 picoseconds. - Weight::from_parts(19_161_000, 7021) + // Minimum execution time: 18_678_000 picoseconds. + Weight::from_parts(19_060_000, 7021) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -312,8 +312,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `113` // Estimated: `10500` - // Minimum execution time: 28_753_000 picoseconds. - Weight::from_parts(29_165_000, 10500) + // Minimum execution time: 28_122_000 picoseconds. + Weight::from_parts(28_865_000, 10500) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -335,8 +335,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `16832` // Estimated: `32243` - // Minimum execution time: 60_208_000 picoseconds. - Weight::from_parts(60_643_000, 32243) + // Minimum execution time: 59_435_000 picoseconds. + Weight::from_parts(60_015_000, 32243) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -350,8 +350,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `326` // Estimated: `7021` - // Minimum execution time: 18_509_000 picoseconds. - Weight::from_parts(18_814_000, 7021) + // Minimum execution time: 18_247_000 picoseconds. + Weight::from_parts(18_695_000, 7021) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -363,8 +363,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `280` // Estimated: `7021` - // Minimum execution time: 18_258_000 picoseconds. - Weight::from_parts(18_532_000, 7021) + // Minimum execution time: 18_335_000 picoseconds. + Weight::from_parts(18_726_000, 7021) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -378,8 +378,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `16810` // Estimated: `26915` - // Minimum execution time: 44_471_000 picoseconds. - Weight::from_parts(45_788_000, 26915) + // Minimum execution time: 44_816_000 picoseconds. + Weight::from_parts(45_369_000, 26915) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -391,8 +391,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `79` // Estimated: `23408` - // Minimum execution time: 29_049_000 picoseconds. - Weight::from_parts(29_474_000, 23408) + // Minimum execution time: 29_246_000 picoseconds. + Weight::from_parts(29_686_000, 23408) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/democracy/src/weights.rs b/frame/democracy/src/weights.rs index 024da7b81ebf9..7baaf2df3486b 100644 --- a/frame/democracy/src/weights.rs +++ b/frame/democracy/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_democracy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -96,8 +96,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4801` // Estimated: `26379` - // Minimum execution time: 38_491_000 picoseconds. - Weight::from_parts(38_913_000, 26379) + // Minimum execution time: 38_355_000 picoseconds. + Weight::from_parts(38_814_000, 26379) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -107,8 +107,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3556` // Estimated: `6695` - // Minimum execution time: 34_829_000 picoseconds. - Weight::from_parts(35_730_000, 6695) + // Minimum execution time: 34_913_000 picoseconds. + Weight::from_parts(35_315_000, 6695) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -122,8 +122,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3470` // Estimated: `15690` - // Minimum execution time: 49_509_000 picoseconds. - Weight::from_parts(49_955_000, 15690) + // Minimum execution time: 49_553_000 picoseconds. + Weight::from_parts(50_313_000, 15690) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -137,8 +137,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3492` // Estimated: `15690` - // Minimum execution time: 49_553_000 picoseconds. - Weight::from_parts(50_214_000, 15690) + // Minimum execution time: 49_730_000 picoseconds. + Weight::from_parts(50_234_000, 15690) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -152,8 +152,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `366` // Estimated: `10682` - // Minimum execution time: 27_846_000 picoseconds. - Weight::from_parts(28_099_000, 10682) + // Minimum execution time: 27_396_000 picoseconds. + Weight::from_parts(27_785_000, 10682) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -175,8 +175,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `5910` // Estimated: `42332` - // Minimum execution time: 93_185_000 picoseconds. - Weight::from_parts(94_385_000, 42332) + // Minimum execution time: 91_822_000 picoseconds. + Weight::from_parts(92_386_000, 42332) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -188,8 +188,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3416` // Estimated: `8320` - // Minimum execution time: 14_637_000 picoseconds. - Weight::from_parts(14_878_000, 8320) + // Minimum execution time: 14_694_000 picoseconds. + Weight::from_parts(15_208_000, 8320) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -199,8 +199,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_946_000 picoseconds. - Weight::from_parts(4_111_000, 0) + // Minimum execution time: 4_000_000 picoseconds. + Weight::from_parts(4_217_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Democracy NextExternal (r:0 w:1) @@ -209,8 +209,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_059_000 picoseconds. - Weight::from_parts(4_122_000, 0) + // Minimum execution time: 3_896_000 picoseconds. + Weight::from_parts(4_144_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Democracy NextExternal (r:1 w:1) @@ -225,8 +225,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `286` // Estimated: `6624` - // Minimum execution time: 30_183_000 picoseconds. - Weight::from_parts(31_000_000, 6624) + // Minimum execution time: 29_367_000 picoseconds. + Weight::from_parts(30_507_000, 6624) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -240,8 +240,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3519` // Estimated: `11838` - // Minimum execution time: 34_419_000 picoseconds. - Weight::from_parts(34_938_000, 11838) + // Minimum execution time: 33_731_000 picoseconds. + Weight::from_parts(34_160_000, 11838) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -257,8 +257,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `5821` // Estimated: `31993` - // Minimum execution time: 76_085_000 picoseconds. - Weight::from_parts(76_926_000, 31993) + // Minimum execution time: 73_978_000 picoseconds. + Weight::from_parts(74_660_000, 31993) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -270,8 +270,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `271` // Estimated: `3518` - // Minimum execution time: 20_904_000 picoseconds. - Weight::from_parts(21_189_000, 3518) + // Minimum execution time: 20_710_000 picoseconds. + Weight::from_parts(21_077_000, 3518) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -286,10 +286,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `244 + r * (86 ±0)` // Estimated: `3968 + r * (2676 ±0)` - // Minimum execution time: 6_986_000 picoseconds. - Weight::from_parts(9_483_662, 3968) - // Standard Error: 6_953 - .saturating_add(Weight::from_parts(2_896_331, 0).saturating_mul(r.into())) + // Minimum execution time: 7_040_000 picoseconds. + Weight::from_parts(10_031_416, 3968) + // Standard Error: 5_277 + .saturating_add(Weight::from_parts(2_853_783, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -312,10 +312,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `244 + r * (86 ±0)` // Estimated: `25258 + r * (2676 ±0)` - // Minimum execution time: 10_545_000 picoseconds. - Weight::from_parts(13_500_521, 25258) - // Standard Error: 5_806 - .saturating_add(Weight::from_parts(2_868_417, 0).saturating_mul(r.into())) + // Minimum execution time: 10_411_000 picoseconds. + Weight::from_parts(13_073_608, 25258) + // Standard Error: 6_601 + .saturating_add(Weight::from_parts(2_844_564, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -332,10 +332,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `830 + r * (108 ±0)` // Estimated: `25554 + r * (2676 ±0)` - // Minimum execution time: 43_046_000 picoseconds. - Weight::from_parts(46_145_939, 25554) - // Standard Error: 18_882 - .saturating_add(Weight::from_parts(4_180_884, 0).saturating_mul(r.into())) + // Minimum execution time: 42_549_000 picoseconds. + Weight::from_parts(45_270_345, 25554) + // Standard Error: 6_832 + .saturating_add(Weight::from_parts(4_061_533, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -351,10 +351,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `493 + r * (108 ±0)` // Estimated: `14520 + r * (2676 ±0)` - // Minimum execution time: 22_690_000 picoseconds. - Weight::from_parts(23_233_847, 14520) - // Standard Error: 8_657 - .saturating_add(Weight::from_parts(4_171_289, 0).saturating_mul(r.into())) + // Minimum execution time: 22_279_000 picoseconds. + Weight::from_parts(23_898_582, 14520) + // Standard Error: 6_816 + .saturating_add(Weight::from_parts(4_060_762, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -367,8 +367,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_935_000 picoseconds. - Weight::from_parts(4_116_000, 0) + // Minimum execution time: 4_132_000 picoseconds. + Weight::from_parts(4_219_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Democracy VotingOf (r:1 w:1) @@ -382,10 +382,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `563` // Estimated: `15617` - // Minimum execution time: 22_099_000 picoseconds. - Weight::from_parts(28_406_952, 15617) - // Standard Error: 1_438 - .saturating_add(Weight::from_parts(17_468, 0).saturating_mul(r.into())) + // Minimum execution time: 22_038_000 picoseconds. + Weight::from_parts(28_108_733, 15617) + // Standard Error: 1_336 + .saturating_add(Weight::from_parts(21_491, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -400,10 +400,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `564 + r * (22 ±0)` // Estimated: `15617` - // Minimum execution time: 26_394_000 picoseconds. - Weight::from_parts(27_534_931, 15617) - // Standard Error: 496 - .saturating_add(Weight::from_parts(63_583, 0).saturating_mul(r.into())) + // Minimum execution time: 26_632_000 picoseconds. + Weight::from_parts(27_850_860, 15617) + // Standard Error: 501 + .saturating_add(Weight::from_parts(62_307, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -416,10 +416,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `728 + r * (26 ±0)` // Estimated: `10926` - // Minimum execution time: 17_018_000 picoseconds. - Weight::from_parts(19_422_171, 10926) - // Standard Error: 1_075 - .saturating_add(Weight::from_parts(78_289, 0).saturating_mul(r.into())) + // Minimum execution time: 16_929_000 picoseconds. + Weight::from_parts(19_431_705, 10926) + // Standard Error: 1_096 + .saturating_add(Weight::from_parts(80_184, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -432,10 +432,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `728 + r * (26 ±0)` // Estimated: `10926` - // Minimum execution time: 17_281_000 picoseconds. - Weight::from_parts(19_654_474, 10926) - // Standard Error: 1_795 - .saturating_add(Weight::from_parts(79_680, 0).saturating_mul(r.into())) + // Minimum execution time: 17_232_000 picoseconds. + Weight::from_parts(19_651_835, 10926) + // Standard Error: 1_087 + .saturating_add(Weight::from_parts(80_617, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -449,8 +449,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `356` // Estimated: `5173` - // Minimum execution time: 19_045_000 picoseconds. - Weight::from_parts(19_460_000, 5173) + // Minimum execution time: 19_194_000 picoseconds. + Weight::from_parts(19_655_000, 5173) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -462,8 +462,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `286` // Estimated: `5135` - // Minimum execution time: 17_847_000 picoseconds. - Weight::from_parts(18_185_000, 5135) + // Minimum execution time: 17_753_000 picoseconds. + Weight::from_parts(18_104_000, 5135) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -477,8 +477,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4888` // Estimated: `21743` - // Minimum execution time: 33_556_000 picoseconds. - Weight::from_parts(34_123_000, 21743) + // Minimum execution time: 34_154_000 picoseconds. + Weight::from_parts(34_471_000, 21743) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -490,8 +490,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4822` // Estimated: `21705` - // Minimum execution time: 31_359_000 picoseconds. - Weight::from_parts(31_828_000, 21705) + // Minimum execution time: 31_669_000 picoseconds. + Weight::from_parts(32_242_000, 21705) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -503,8 +503,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 15_178_000 picoseconds. - Weight::from_parts(15_421_000, 3556) + // Minimum execution time: 15_215_000 picoseconds. + Weight::from_parts(15_541_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -516,8 +516,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `302` // Estimated: `7184` - // Minimum execution time: 19_645_000 picoseconds. - Weight::from_parts(19_870_000, 7184) + // Minimum execution time: 19_522_000 picoseconds. + Weight::from_parts(19_882_000, 7184) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -537,8 +537,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4801` // Estimated: `26379` - // Minimum execution time: 38_491_000 picoseconds. - Weight::from_parts(38_913_000, 26379) + // Minimum execution time: 38_355_000 picoseconds. + Weight::from_parts(38_814_000, 26379) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -548,8 +548,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3556` // Estimated: `6695` - // Minimum execution time: 34_829_000 picoseconds. - Weight::from_parts(35_730_000, 6695) + // Minimum execution time: 34_913_000 picoseconds. + Weight::from_parts(35_315_000, 6695) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -563,8 +563,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3470` // Estimated: `15690` - // Minimum execution time: 49_509_000 picoseconds. - Weight::from_parts(49_955_000, 15690) + // Minimum execution time: 49_553_000 picoseconds. + Weight::from_parts(50_313_000, 15690) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -578,8 +578,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3492` // Estimated: `15690` - // Minimum execution time: 49_553_000 picoseconds. - Weight::from_parts(50_214_000, 15690) + // Minimum execution time: 49_730_000 picoseconds. + Weight::from_parts(50_234_000, 15690) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -593,8 +593,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `366` // Estimated: `10682` - // Minimum execution time: 27_846_000 picoseconds. - Weight::from_parts(28_099_000, 10682) + // Minimum execution time: 27_396_000 picoseconds. + Weight::from_parts(27_785_000, 10682) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -616,8 +616,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `5910` // Estimated: `42332` - // Minimum execution time: 93_185_000 picoseconds. - Weight::from_parts(94_385_000, 42332) + // Minimum execution time: 91_822_000 picoseconds. + Weight::from_parts(92_386_000, 42332) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -629,8 +629,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3416` // Estimated: `8320` - // Minimum execution time: 14_637_000 picoseconds. - Weight::from_parts(14_878_000, 8320) + // Minimum execution time: 14_694_000 picoseconds. + Weight::from_parts(15_208_000, 8320) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -640,8 +640,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_946_000 picoseconds. - Weight::from_parts(4_111_000, 0) + // Minimum execution time: 4_000_000 picoseconds. + Weight::from_parts(4_217_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Democracy NextExternal (r:0 w:1) @@ -650,8 +650,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_059_000 picoseconds. - Weight::from_parts(4_122_000, 0) + // Minimum execution time: 3_896_000 picoseconds. + Weight::from_parts(4_144_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Democracy NextExternal (r:1 w:1) @@ -666,8 +666,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `286` // Estimated: `6624` - // Minimum execution time: 30_183_000 picoseconds. - Weight::from_parts(31_000_000, 6624) + // Minimum execution time: 29_367_000 picoseconds. + Weight::from_parts(30_507_000, 6624) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -681,8 +681,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3519` // Estimated: `11838` - // Minimum execution time: 34_419_000 picoseconds. - Weight::from_parts(34_938_000, 11838) + // Minimum execution time: 33_731_000 picoseconds. + Weight::from_parts(34_160_000, 11838) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -698,8 +698,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `5821` // Estimated: `31993` - // Minimum execution time: 76_085_000 picoseconds. - Weight::from_parts(76_926_000, 31993) + // Minimum execution time: 73_978_000 picoseconds. + Weight::from_parts(74_660_000, 31993) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -711,8 +711,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `271` // Estimated: `3518` - // Minimum execution time: 20_904_000 picoseconds. - Weight::from_parts(21_189_000, 3518) + // Minimum execution time: 20_710_000 picoseconds. + Weight::from_parts(21_077_000, 3518) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -727,10 +727,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `244 + r * (86 ±0)` // Estimated: `3968 + r * (2676 ±0)` - // Minimum execution time: 6_986_000 picoseconds. - Weight::from_parts(9_483_662, 3968) - // Standard Error: 6_953 - .saturating_add(Weight::from_parts(2_896_331, 0).saturating_mul(r.into())) + // Minimum execution time: 7_040_000 picoseconds. + Weight::from_parts(10_031_416, 3968) + // Standard Error: 5_277 + .saturating_add(Weight::from_parts(2_853_783, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -753,10 +753,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `244 + r * (86 ±0)` // Estimated: `25258 + r * (2676 ±0)` - // Minimum execution time: 10_545_000 picoseconds. - Weight::from_parts(13_500_521, 25258) - // Standard Error: 5_806 - .saturating_add(Weight::from_parts(2_868_417, 0).saturating_mul(r.into())) + // Minimum execution time: 10_411_000 picoseconds. + Weight::from_parts(13_073_608, 25258) + // Standard Error: 6_601 + .saturating_add(Weight::from_parts(2_844_564, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -773,10 +773,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `830 + r * (108 ±0)` // Estimated: `25554 + r * (2676 ±0)` - // Minimum execution time: 43_046_000 picoseconds. - Weight::from_parts(46_145_939, 25554) - // Standard Error: 18_882 - .saturating_add(Weight::from_parts(4_180_884, 0).saturating_mul(r.into())) + // Minimum execution time: 42_549_000 picoseconds. + Weight::from_parts(45_270_345, 25554) + // Standard Error: 6_832 + .saturating_add(Weight::from_parts(4_061_533, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(4_u64)) @@ -792,10 +792,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `493 + r * (108 ±0)` // Estimated: `14520 + r * (2676 ±0)` - // Minimum execution time: 22_690_000 picoseconds. - Weight::from_parts(23_233_847, 14520) - // Standard Error: 8_657 - .saturating_add(Weight::from_parts(4_171_289, 0).saturating_mul(r.into())) + // Minimum execution time: 22_279_000 picoseconds. + Weight::from_parts(23_898_582, 14520) + // Standard Error: 6_816 + .saturating_add(Weight::from_parts(4_060_762, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -808,8 +808,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_935_000 picoseconds. - Weight::from_parts(4_116_000, 0) + // Minimum execution time: 4_132_000 picoseconds. + Weight::from_parts(4_219_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Democracy VotingOf (r:1 w:1) @@ -823,10 +823,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `563` // Estimated: `15617` - // Minimum execution time: 22_099_000 picoseconds. - Weight::from_parts(28_406_952, 15617) - // Standard Error: 1_438 - .saturating_add(Weight::from_parts(17_468, 0).saturating_mul(r.into())) + // Minimum execution time: 22_038_000 picoseconds. + Weight::from_parts(28_108_733, 15617) + // Standard Error: 1_336 + .saturating_add(Weight::from_parts(21_491, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -841,10 +841,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `564 + r * (22 ±0)` // Estimated: `15617` - // Minimum execution time: 26_394_000 picoseconds. - Weight::from_parts(27_534_931, 15617) - // Standard Error: 496 - .saturating_add(Weight::from_parts(63_583, 0).saturating_mul(r.into())) + // Minimum execution time: 26_632_000 picoseconds. + Weight::from_parts(27_850_860, 15617) + // Standard Error: 501 + .saturating_add(Weight::from_parts(62_307, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -857,10 +857,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `728 + r * (26 ±0)` // Estimated: `10926` - // Minimum execution time: 17_018_000 picoseconds. - Weight::from_parts(19_422_171, 10926) - // Standard Error: 1_075 - .saturating_add(Weight::from_parts(78_289, 0).saturating_mul(r.into())) + // Minimum execution time: 16_929_000 picoseconds. + Weight::from_parts(19_431_705, 10926) + // Standard Error: 1_096 + .saturating_add(Weight::from_parts(80_184, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -873,10 +873,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `728 + r * (26 ±0)` // Estimated: `10926` - // Minimum execution time: 17_281_000 picoseconds. - Weight::from_parts(19_654_474, 10926) - // Standard Error: 1_795 - .saturating_add(Weight::from_parts(79_680, 0).saturating_mul(r.into())) + // Minimum execution time: 17_232_000 picoseconds. + Weight::from_parts(19_651_835, 10926) + // Standard Error: 1_087 + .saturating_add(Weight::from_parts(80_617, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -890,8 +890,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `356` // Estimated: `5173` - // Minimum execution time: 19_045_000 picoseconds. - Weight::from_parts(19_460_000, 5173) + // Minimum execution time: 19_194_000 picoseconds. + Weight::from_parts(19_655_000, 5173) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -903,8 +903,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `286` // Estimated: `5135` - // Minimum execution time: 17_847_000 picoseconds. - Weight::from_parts(18_185_000, 5135) + // Minimum execution time: 17_753_000 picoseconds. + Weight::from_parts(18_104_000, 5135) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -918,8 +918,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4888` // Estimated: `21743` - // Minimum execution time: 33_556_000 picoseconds. - Weight::from_parts(34_123_000, 21743) + // Minimum execution time: 34_154_000 picoseconds. + Weight::from_parts(34_471_000, 21743) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -931,8 +931,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4822` // Estimated: `21705` - // Minimum execution time: 31_359_000 picoseconds. - Weight::from_parts(31_828_000, 21705) + // Minimum execution time: 31_669_000 picoseconds. + Weight::from_parts(32_242_000, 21705) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -944,8 +944,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 15_178_000 picoseconds. - Weight::from_parts(15_421_000, 3556) + // Minimum execution time: 15_215_000 picoseconds. + Weight::from_parts(15_541_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -957,8 +957,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `302` // Estimated: `7184` - // Minimum execution time: 19_645_000 picoseconds. - Weight::from_parts(19_870_000, 7184) + // Minimum execution time: 19_522_000 picoseconds. + Weight::from_parts(19_882_000, 7184) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/election-provider-multi-phase/src/weights.rs b/frame/election-provider-multi-phase/src/weights.rs index ee30110c9920e..f2620f5d7d32b 100644 --- a/frame/election-provider-multi-phase/src/weights.rs +++ b/frame/election-provider-multi-phase/src/weights.rs @@ -86,8 +86,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `994` // Estimated: `14903` - // Minimum execution time: 21_893_000 picoseconds. - Weight::from_parts(22_595_000, 14903) + // Minimum execution time: 21_690_000 picoseconds. + Weight::from_parts(22_220_000, 14903) .saturating_add(T::DbWeight::get().reads(8_u64)) } /// Storage: ElectionProviderMultiPhase Round (r:1 w:0) @@ -98,8 +98,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `114` // Estimated: `3198` - // Minimum execution time: 12_496_000 picoseconds. - Weight::from_parts(12_750_000, 3198) + // Minimum execution time: 12_594_000 picoseconds. + Weight::from_parts(12_761_000, 3198) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -111,8 +111,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `114` // Estimated: `3198` - // Minimum execution time: 14_022_000 picoseconds. - Weight::from_parts(14_169_000, 3198) + // Minimum execution time: 13_894_000 picoseconds. + Weight::from_parts(14_379_000, 3198) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -124,8 +124,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `174` // Estimated: `3767` - // Minimum execution time: 27_041_000 picoseconds. - Weight::from_parts(27_578_000, 3767) + // Minimum execution time: 25_815_000 picoseconds. + Weight::from_parts(26_268_000, 3767) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -135,8 +135,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `174` // Estimated: `3593` - // Minimum execution time: 18_350_000 picoseconds. - Weight::from_parts(18_707_000, 3593) + // Minimum execution time: 18_396_000 picoseconds. + Weight::from_parts(18_723_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -152,10 +152,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 271_984_000 picoseconds. - Weight::from_parts(277_904_000, 0) - // Standard Error: 1_778 - .saturating_add(Weight::from_parts(170_888, 0).saturating_mul(v.into())) + // Minimum execution time: 262_663_000 picoseconds. + Weight::from_parts(271_654_000, 0) + // Standard Error: 1_682 + .saturating_add(Weight::from_parts(173_016, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(3_u64)) } /// Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1) @@ -182,12 +182,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `337 + a * (768 ±0) + d * (48 ±0)` // Estimated: `16191 + a * (6912 ±0) + d * (441 ±0)` - // Minimum execution time: 292_972_000 picoseconds. - Weight::from_parts(74_086_844, 16191) - // Standard Error: 3_984 - .saturating_add(Weight::from_parts(339_830, 0).saturating_mul(a.into())) - // Standard Error: 5_972 - .saturating_add(Weight::from_parts(143_597, 0).saturating_mul(d.into())) + // Minimum execution time: 288_234_000 picoseconds. + Weight::from_parts(71_048_539, 16191) + // Standard Error: 4_605 + .saturating_add(Weight::from_parts(351_580, 0).saturating_mul(a.into())) + // Standard Error: 6_904 + .saturating_add(Weight::from_parts(112_265, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) .saturating_add(Weight::from_parts(0, 6912).saturating_mul(a.into())) @@ -209,8 +209,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `893` // Estimated: `11906` - // Minimum execution time: 47_368_000 picoseconds. - Weight::from_parts(47_993_000, 11906) + // Minimum execution time: 47_636_000 picoseconds. + Weight::from_parts(48_291_000, 11906) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -236,12 +236,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `219 + v * (553 ±0) + t * (32 ±0)` // Estimated: `11928 + v * (3871 ±0) + t * (224 ±0)` - // Minimum execution time: 4_404_248_000 picoseconds. - Weight::from_parts(4_460_995_000, 11928) - // Standard Error: 13_776 - .saturating_add(Weight::from_parts(95_522, 0).saturating_mul(v.into())) - // Standard Error: 40_823 - .saturating_add(Weight::from_parts(3_914_262, 0).saturating_mul(a.into())) + // Minimum execution time: 4_368_587_000 picoseconds. + Weight::from_parts(4_394_712_000, 11928) + // Standard Error: 13_743 + .saturating_add(Weight::from_parts(93_339, 0).saturating_mul(v.into())) + // Standard Error: 40_726 + .saturating_add(Weight::from_parts(3_799_662, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 3871).saturating_mul(v.into())) @@ -263,12 +263,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `194 + v * (553 ±0) + t * (32 ±0)` // Estimated: `6716 + v * (2212 ±0) + t * (128 ±0)` - // Minimum execution time: 3_811_781_000 picoseconds. - Weight::from_parts(3_845_405_000, 6716) - // Standard Error: 11_805 - .saturating_add(Weight::from_parts(183_904, 0).saturating_mul(v.into())) - // Standard Error: 34_984 - .saturating_add(Weight::from_parts(2_918_479, 0).saturating_mul(a.into())) + // Minimum execution time: 3_747_027_000 picoseconds. + Weight::from_parts(3_790_467_000, 6716) + // Standard Error: 11_958 + .saturating_add(Weight::from_parts(219_890, 0).saturating_mul(v.into())) + // Standard Error: 35_437 + .saturating_add(Weight::from_parts(2_869_252, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(Weight::from_parts(0, 2212).saturating_mul(v.into())) .saturating_add(Weight::from_parts(0, 128).saturating_mul(t.into())) @@ -297,8 +297,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `994` // Estimated: `14903` - // Minimum execution time: 21_893_000 picoseconds. - Weight::from_parts(22_595_000, 14903) + // Minimum execution time: 21_690_000 picoseconds. + Weight::from_parts(22_220_000, 14903) .saturating_add(RocksDbWeight::get().reads(8_u64)) } /// Storage: ElectionProviderMultiPhase Round (r:1 w:0) @@ -309,8 +309,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `114` // Estimated: `3198` - // Minimum execution time: 12_496_000 picoseconds. - Weight::from_parts(12_750_000, 3198) + // Minimum execution time: 12_594_000 picoseconds. + Weight::from_parts(12_761_000, 3198) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -322,8 +322,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `114` // Estimated: `3198` - // Minimum execution time: 14_022_000 picoseconds. - Weight::from_parts(14_169_000, 3198) + // Minimum execution time: 13_894_000 picoseconds. + Weight::from_parts(14_379_000, 3198) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -335,8 +335,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `174` // Estimated: `3767` - // Minimum execution time: 27_041_000 picoseconds. - Weight::from_parts(27_578_000, 3767) + // Minimum execution time: 25_815_000 picoseconds. + Weight::from_parts(26_268_000, 3767) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -346,8 +346,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `174` // Estimated: `3593` - // Minimum execution time: 18_350_000 picoseconds. - Weight::from_parts(18_707_000, 3593) + // Minimum execution time: 18_396_000 picoseconds. + Weight::from_parts(18_723_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -363,10 +363,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 271_984_000 picoseconds. - Weight::from_parts(277_904_000, 0) - // Standard Error: 1_778 - .saturating_add(Weight::from_parts(170_888, 0).saturating_mul(v.into())) + // Minimum execution time: 262_663_000 picoseconds. + Weight::from_parts(271_654_000, 0) + // Standard Error: 1_682 + .saturating_add(Weight::from_parts(173_016, 0).saturating_mul(v.into())) .saturating_add(RocksDbWeight::get().writes(3_u64)) } /// Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1) @@ -393,12 +393,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `337 + a * (768 ±0) + d * (48 ±0)` // Estimated: `16191 + a * (6912 ±0) + d * (441 ±0)` - // Minimum execution time: 292_972_000 picoseconds. - Weight::from_parts(74_086_844, 16191) - // Standard Error: 3_984 - .saturating_add(Weight::from_parts(339_830, 0).saturating_mul(a.into())) - // Standard Error: 5_972 - .saturating_add(Weight::from_parts(143_597, 0).saturating_mul(d.into())) + // Minimum execution time: 288_234_000 picoseconds. + Weight::from_parts(71_048_539, 16191) + // Standard Error: 4_605 + .saturating_add(Weight::from_parts(351_580, 0).saturating_mul(a.into())) + // Standard Error: 6_904 + .saturating_add(Weight::from_parts(112_265, 0).saturating_mul(d.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(8_u64)) .saturating_add(Weight::from_parts(0, 6912).saturating_mul(a.into())) @@ -420,8 +420,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `893` // Estimated: `11906` - // Minimum execution time: 47_368_000 picoseconds. - Weight::from_parts(47_993_000, 11906) + // Minimum execution time: 47_636_000 picoseconds. + Weight::from_parts(48_291_000, 11906) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -447,12 +447,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `219 + v * (553 ±0) + t * (32 ±0)` // Estimated: `11928 + v * (3871 ±0) + t * (224 ±0)` - // Minimum execution time: 4_404_248_000 picoseconds. - Weight::from_parts(4_460_995_000, 11928) - // Standard Error: 13_776 - .saturating_add(Weight::from_parts(95_522, 0).saturating_mul(v.into())) - // Standard Error: 40_823 - .saturating_add(Weight::from_parts(3_914_262, 0).saturating_mul(a.into())) + // Minimum execution time: 4_368_587_000 picoseconds. + Weight::from_parts(4_394_712_000, 11928) + // Standard Error: 13_743 + .saturating_add(Weight::from_parts(93_339, 0).saturating_mul(v.into())) + // Standard Error: 40_726 + .saturating_add(Weight::from_parts(3_799_662, 0).saturating_mul(a.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 3871).saturating_mul(v.into())) @@ -474,12 +474,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `194 + v * (553 ±0) + t * (32 ±0)` // Estimated: `6716 + v * (2212 ±0) + t * (128 ±0)` - // Minimum execution time: 3_811_781_000 picoseconds. - Weight::from_parts(3_845_405_000, 6716) - // Standard Error: 11_805 - .saturating_add(Weight::from_parts(183_904, 0).saturating_mul(v.into())) - // Standard Error: 34_984 - .saturating_add(Weight::from_parts(2_918_479, 0).saturating_mul(a.into())) + // Minimum execution time: 3_747_027_000 picoseconds. + Weight::from_parts(3_790_467_000, 6716) + // Standard Error: 11_958 + .saturating_add(Weight::from_parts(219_890, 0).saturating_mul(v.into())) + // Standard Error: 35_437 + .saturating_add(Weight::from_parts(2_869_252, 0).saturating_mul(a.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .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/frame/elections-phragmen/src/weights.rs b/frame/elections-phragmen/src/weights.rs index a5255f1db025b..8ec4ddbc39276 100644 --- a/frame/elections-phragmen/src/weights.rs +++ b/frame/elections-phragmen/src/weights.rs @@ -83,10 +83,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `403 + v * (80 ±0)` // Estimated: `14292 + v * (320 ±0)` - // Minimum execution time: 29_611_000 picoseconds. - Weight::from_parts(30_280_941, 14292) - // Standard Error: 2_002 - .saturating_add(Weight::from_parts(128_747, 0).saturating_mul(v.into())) + // Minimum execution time: 29_931_000 picoseconds. + Weight::from_parts(30_574_103, 14292) + // Standard Error: 2_132 + .saturating_add(Weight::from_parts(117_790, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) @@ -106,10 +106,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `371 + v * (80 ±0)` // Estimated: `14164 + v * (320 ±0)` - // Minimum execution time: 39_865_000 picoseconds. - Weight::from_parts(40_439_465, 14164) - // Standard Error: 3_433 - .saturating_add(Weight::from_parts(147_825, 0).saturating_mul(v.into())) + // Minimum execution time: 40_128_000 picoseconds. + Weight::from_parts(40_808_230, 14164) + // Standard Error: 2_768 + .saturating_add(Weight::from_parts(136_395, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) @@ -129,10 +129,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `403 + v * (80 ±0)` // Estimated: `14292 + v * (320 ±0)` - // Minimum execution time: 39_585_000 picoseconds. - Weight::from_parts(40_473_319, 14292) - // Standard Error: 2_563 - .saturating_add(Weight::from_parts(147_788, 0).saturating_mul(v.into())) + // Minimum execution time: 40_103_000 picoseconds. + Weight::from_parts(40_843_412, 14292) + // Standard Error: 3_011 + .saturating_add(Weight::from_parts(123_105, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) @@ -145,8 +145,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `925` // Estimated: `9154` - // Minimum execution time: 36_340_000 picoseconds. - Weight::from_parts(36_835_000, 9154) + // Minimum execution time: 36_273_000 picoseconds. + Weight::from_parts(37_560_000, 9154) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -161,10 +161,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1570 + c * (48 ±0)` // Estimated: `9165 + c * (144 ±0)` - // Minimum execution time: 33_049_000 picoseconds. - Weight::from_parts(33_889_399, 9165) - // Standard Error: 1_239 - .saturating_add(Weight::from_parts(72_132, 0).saturating_mul(c.into())) + // Minimum execution time: 32_722_000 picoseconds. + Weight::from_parts(33_464_953, 9165) + // Standard Error: 1_116 + .saturating_add(Weight::from_parts(74_034, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 144).saturating_mul(c.into())) @@ -176,10 +176,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `285 + c * (48 ±0)` // Estimated: `1770 + c * (48 ±0)` - // Minimum execution time: 26_445_000 picoseconds. - Weight::from_parts(27_202_420, 1770) - // Standard Error: 888 - .saturating_add(Weight::from_parts(46_715, 0).saturating_mul(c.into())) + // Minimum execution time: 26_252_000 picoseconds. + Weight::from_parts(27_113_897, 1770) + // Standard Error: 972 + .saturating_add(Weight::from_parts(46_537, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into())) @@ -198,8 +198,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1900` // Estimated: `15440` - // Minimum execution time: 44_554_000 picoseconds. - Weight::from_parts(44_932_000, 15440) + // Minimum execution time: 44_186_000 picoseconds. + Weight::from_parts(44_730_000, 15440) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -209,8 +209,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `880` // Estimated: `2365` - // Minimum execution time: 28_691_000 picoseconds. - Weight::from_parts(29_188_000, 2365) + // Minimum execution time: 28_891_000 picoseconds. + Weight::from_parts(29_222_000, 2365) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -239,8 +239,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1900` // Estimated: `19033` - // Minimum execution time: 50_856_000 picoseconds. - Weight::from_parts(51_144_000, 19033) + // Minimum execution time: 50_662_000 picoseconds. + Weight::from_parts(51_047_000, 19033) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -262,10 +262,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1115 + v * (811 ±0)` // Estimated: `14388 + v * (12096 ±0)` - // Minimum execution time: 14_908_589_000 picoseconds. - Weight::from_parts(15_029_605_000, 14388) - // Standard Error: 244_694 - .saturating_add(Weight::from_parts(36_124_966, 0).saturating_mul(v.into())) + // Minimum execution time: 14_879_428_000 picoseconds. + Weight::from_parts(14_987_343_000, 14388) + // Standard Error: 248_401 + .saturating_add(Weight::from_parts(36_227_288, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) @@ -296,12 +296,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0 + v * (606 ±0) + e * (28 ±0)` // Estimated: `309059 + v * (5005 ±6) + e * (89 ±0) + c * (2135 ±7)` - // Minimum execution time: 1_066_539_000 picoseconds. - Weight::from_parts(1_069_745_000, 309059) - // Standard Error: 512_210 - .saturating_add(Weight::from_parts(16_188_297, 0).saturating_mul(v.into())) - // Standard Error: 32_864 - .saturating_add(Weight::from_parts(687_283, 0).saturating_mul(e.into())) + // Minimum execution time: 1_084_136_000 picoseconds. + Weight::from_parts(1_087_677_000, 309059) + // Standard Error: 503_444 + .saturating_add(Weight::from_parts(16_191_128, 0).saturating_mul(v.into())) + // Standard Error: 32_302 + .saturating_add(Weight::from_parts(671_867, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(21_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) @@ -330,10 +330,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `403 + v * (80 ±0)` // Estimated: `14292 + v * (320 ±0)` - // Minimum execution time: 29_611_000 picoseconds. - Weight::from_parts(30_280_941, 14292) - // Standard Error: 2_002 - .saturating_add(Weight::from_parts(128_747, 0).saturating_mul(v.into())) + // Minimum execution time: 29_931_000 picoseconds. + Weight::from_parts(30_574_103, 14292) + // Standard Error: 2_132 + .saturating_add(Weight::from_parts(117_790, 0).saturating_mul(v.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) @@ -353,10 +353,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `371 + v * (80 ±0)` // Estimated: `14164 + v * (320 ±0)` - // Minimum execution time: 39_865_000 picoseconds. - Weight::from_parts(40_439_465, 14164) - // Standard Error: 3_433 - .saturating_add(Weight::from_parts(147_825, 0).saturating_mul(v.into())) + // Minimum execution time: 40_128_000 picoseconds. + Weight::from_parts(40_808_230, 14164) + // Standard Error: 2_768 + .saturating_add(Weight::from_parts(136_395, 0).saturating_mul(v.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) @@ -376,10 +376,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `403 + v * (80 ±0)` // Estimated: `14292 + v * (320 ±0)` - // Minimum execution time: 39_585_000 picoseconds. - Weight::from_parts(40_473_319, 14292) - // Standard Error: 2_563 - .saturating_add(Weight::from_parts(147_788, 0).saturating_mul(v.into())) + // Minimum execution time: 40_103_000 picoseconds. + Weight::from_parts(40_843_412, 14292) + // Standard Error: 3_011 + .saturating_add(Weight::from_parts(123_105, 0).saturating_mul(v.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) @@ -392,8 +392,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `925` // Estimated: `9154` - // Minimum execution time: 36_340_000 picoseconds. - Weight::from_parts(36_835_000, 9154) + // Minimum execution time: 36_273_000 picoseconds. + Weight::from_parts(37_560_000, 9154) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -408,10 +408,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1570 + c * (48 ±0)` // Estimated: `9165 + c * (144 ±0)` - // Minimum execution time: 33_049_000 picoseconds. - Weight::from_parts(33_889_399, 9165) - // Standard Error: 1_239 - .saturating_add(Weight::from_parts(72_132, 0).saturating_mul(c.into())) + // Minimum execution time: 32_722_000 picoseconds. + Weight::from_parts(33_464_953, 9165) + // Standard Error: 1_116 + .saturating_add(Weight::from_parts(74_034, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 144).saturating_mul(c.into())) @@ -423,10 +423,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `285 + c * (48 ±0)` // Estimated: `1770 + c * (48 ±0)` - // Minimum execution time: 26_445_000 picoseconds. - Weight::from_parts(27_202_420, 1770) - // Standard Error: 888 - .saturating_add(Weight::from_parts(46_715, 0).saturating_mul(c.into())) + // Minimum execution time: 26_252_000 picoseconds. + Weight::from_parts(27_113_897, 1770) + // Standard Error: 972 + .saturating_add(Weight::from_parts(46_537, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into())) @@ -445,8 +445,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1900` // Estimated: `15440` - // Minimum execution time: 44_554_000 picoseconds. - Weight::from_parts(44_932_000, 15440) + // Minimum execution time: 44_186_000 picoseconds. + Weight::from_parts(44_730_000, 15440) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -456,8 +456,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `880` // Estimated: `2365` - // Minimum execution time: 28_691_000 picoseconds. - Weight::from_parts(29_188_000, 2365) + // Minimum execution time: 28_891_000 picoseconds. + Weight::from_parts(29_222_000, 2365) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -486,8 +486,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1900` // Estimated: `19033` - // Minimum execution time: 50_856_000 picoseconds. - Weight::from_parts(51_144_000, 19033) + // Minimum execution time: 50_662_000 picoseconds. + Weight::from_parts(51_047_000, 19033) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -509,10 +509,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1115 + v * (811 ±0)` // Estimated: `14388 + v * (12096 ±0)` - // Minimum execution time: 14_908_589_000 picoseconds. - Weight::from_parts(15_029_605_000, 14388) - // Standard Error: 244_694 - .saturating_add(Weight::from_parts(36_124_966, 0).saturating_mul(v.into())) + // Minimum execution time: 14_879_428_000 picoseconds. + Weight::from_parts(14_987_343_000, 14388) + // Standard Error: 248_401 + .saturating_add(Weight::from_parts(36_227_288, 0).saturating_mul(v.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(v.into()))) .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(v.into()))) @@ -543,12 +543,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0 + v * (606 ±0) + e * (28 ±0)` // Estimated: `309059 + v * (5005 ±6) + e * (89 ±0) + c * (2135 ±7)` - // Minimum execution time: 1_066_539_000 picoseconds. - Weight::from_parts(1_069_745_000, 309059) - // Standard Error: 512_210 - .saturating_add(Weight::from_parts(16_188_297, 0).saturating_mul(v.into())) - // Standard Error: 32_864 - .saturating_add(Weight::from_parts(687_283, 0).saturating_mul(e.into())) + // Minimum execution time: 1_084_136_000 picoseconds. + Weight::from_parts(1_087_677_000, 309059) + // Standard Error: 503_444 + .saturating_add(Weight::from_parts(16_191_128, 0).saturating_mul(v.into())) + // Standard Error: 32_302 + .saturating_add(Weight::from_parts(671_867, 0).saturating_mul(e.into())) .saturating_add(RocksDbWeight::get().reads(21_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(v.into()))) diff --git a/frame/fast-unstake/src/weights.rs b/frame/fast-unstake/src/weights.rs index c8c854661d696..43985ec9779ca 100644 --- a/frame/fast-unstake/src/weights.rs +++ b/frame/fast-unstake/src/weights.rs @@ -94,10 +94,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1344 + b * (343 ±0)` // Estimated: `23254 + b * (17642 ±0)` - // Minimum execution time: 78_037_000 picoseconds. - Weight::from_parts(43_494_389, 23254) - // Standard Error: 50_067 - .saturating_add(Weight::from_parts(42_757_900, 0).saturating_mul(b.into())) + // Minimum execution time: 78_140_000 picoseconds. + Weight::from_parts(38_457_228, 23254) + // Standard Error: 36_007 + .saturating_add(Weight::from_parts(42_514_122, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -124,12 +124,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1512 + v * (10037 ±0) + b * (48 ±0)` // Estimated: `20889 + v * (22551 ±0) + b * (98 ±0)` - // Minimum execution time: 1_494_978_000 picoseconds. - Weight::from_parts(1_509_043_000, 20889) - // Standard Error: 13_638_217 - .saturating_add(Weight::from_parts(439_027_013, 0).saturating_mul(v.into())) - // Standard Error: 54_568_060 - .saturating_add(Weight::from_parts(1_708_489_157, 0).saturating_mul(b.into())) + // Minimum execution time: 1_508_817_000 picoseconds. + Weight::from_parts(1_524_274_000, 20889) + // Standard Error: 13_747_655 + .saturating_add(Weight::from_parts(439_241_839, 0).saturating_mul(v.into())) + // Standard Error: 55_005_933 + .saturating_add(Weight::from_parts(1_720_058_541, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -168,8 +168,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1964` // Estimated: `45775` - // Minimum execution time: 116_821_000 picoseconds. - Weight::from_parts(117_579_000, 45775) + // Minimum execution time: 116_828_000 picoseconds. + Weight::from_parts(118_063_000, 45775) .saturating_add(T::DbWeight::get().reads(14_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -187,8 +187,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1223` // Estimated: `18308` - // Minimum execution time: 42_567_000 picoseconds. - Weight::from_parts(42_972_000, 18308) + // Minimum execution time: 42_696_000 picoseconds. + Weight::from_parts(43_176_000, 18308) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -198,8 +198,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_226_000 picoseconds. - Weight::from_parts(3_398_000, 0) + // Minimum execution time: 3_161_000 picoseconds. + Weight::from_parts(3_298_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } @@ -239,10 +239,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1344 + b * (343 ±0)` // Estimated: `23254 + b * (17642 ±0)` - // Minimum execution time: 78_037_000 picoseconds. - Weight::from_parts(43_494_389, 23254) - // Standard Error: 50_067 - .saturating_add(Weight::from_parts(42_757_900, 0).saturating_mul(b.into())) + // Minimum execution time: 78_140_000 picoseconds. + Weight::from_parts(38_457_228, 23254) + // Standard Error: 36_007 + .saturating_add(Weight::from_parts(42_514_122, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((6_u64).saturating_mul(b.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -269,12 +269,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1512 + v * (10037 ±0) + b * (48 ±0)` // Estimated: `20889 + v * (22551 ±0) + b * (98 ±0)` - // Minimum execution time: 1_494_978_000 picoseconds. - Weight::from_parts(1_509_043_000, 20889) - // Standard Error: 13_638_217 - .saturating_add(Weight::from_parts(439_027_013, 0).saturating_mul(v.into())) - // Standard Error: 54_568_060 - .saturating_add(Weight::from_parts(1_708_489_157, 0).saturating_mul(b.into())) + // Minimum execution time: 1_508_817_000 picoseconds. + Weight::from_parts(1_524_274_000, 20889) + // Standard Error: 13_747_655 + .saturating_add(Weight::from_parts(439_241_839, 0).saturating_mul(v.into())) + // Standard Error: 55_005_933 + .saturating_add(Weight::from_parts(1_720_058_541, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -313,8 +313,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1964` // Estimated: `45775` - // Minimum execution time: 116_821_000 picoseconds. - Weight::from_parts(117_579_000, 45775) + // Minimum execution time: 116_828_000 picoseconds. + Weight::from_parts(118_063_000, 45775) .saturating_add(RocksDbWeight::get().reads(14_u64)) .saturating_add(RocksDbWeight::get().writes(9_u64)) } @@ -332,8 +332,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1223` // Estimated: `18308` - // Minimum execution time: 42_567_000 picoseconds. - Weight::from_parts(42_972_000, 18308) + // Minimum execution time: 42_696_000 picoseconds. + Weight::from_parts(43_176_000, 18308) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -343,8 +343,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_226_000 picoseconds. - Weight::from_parts(3_398_000, 0) + // Minimum execution time: 3_161_000 picoseconds. + Weight::from_parts(3_298_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } } diff --git a/frame/glutton/src/weights.rs b/frame/glutton/src/weights.rs index a346bc407cbcf..3801d734b6734 100644 --- a/frame/glutton/src/weights.rs +++ b/frame/glutton/src/weights.rs @@ -74,10 +74,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `1489` - // Minimum execution time: 10_880_000 picoseconds. - Weight::from_parts(11_203_000, 1489) - // Standard Error: 1_357 - .saturating_add(Weight::from_parts(1_671_052, 0).saturating_mul(n.into())) + // Minimum execution time: 10_123_000 picoseconds. + Weight::from_parts(10_231_000, 1489) + // Standard Error: 1_311 + .saturating_add(Weight::from_parts(1_586_018, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) @@ -91,10 +91,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `65` // Estimated: `1489` - // Minimum execution time: 12_658_000 picoseconds. - Weight::from_parts(193_484, 1489) - // Standard Error: 6_446 - .saturating_add(Weight::from_parts(1_167_021, 0).saturating_mul(n.into())) + // Minimum execution time: 10_907_000 picoseconds. + Weight::from_parts(141_591, 1489) + // Standard Error: 1_929 + .saturating_add(Weight::from_parts(1_081_173, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) @@ -104,10 +104,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 725_000 picoseconds. - Weight::from_parts(3_093_934, 0) - // Standard Error: 30 - .saturating_add(Weight::from_parts(92_826, 0).saturating_mul(i.into())) + // Minimum execution time: 675_000 picoseconds. + Weight::from_parts(690_000, 0) + // Standard Error: 26 + .saturating_add(Weight::from_parts(95_047, 0).saturating_mul(i.into())) } /// Storage: Glutton TrashData (r:5000 w:0) /// Proof: Glutton TrashData (max_values: Some(65000), max_size: Some(1036), added: 3016, mode: MaxEncodedLen) @@ -116,10 +116,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `119036 + i * (1022 ±0)` // Estimated: `990 + i * (3016 ±0)` - // Minimum execution time: 679_000 picoseconds. - Weight::from_parts(827_000, 990) - // Standard Error: 2_424 - .saturating_add(Weight::from_parts(5_638_375, 0).saturating_mul(i.into())) + // Minimum execution time: 728_000 picoseconds. + Weight::from_parts(784_000, 990) + // Standard Error: 2_931 + .saturating_add(Weight::from_parts(5_435_754, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(Weight::from_parts(0, 3016).saturating_mul(i.into())) } @@ -133,8 +133,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1900466` // Estimated: `5242760` - // Minimum execution time: 55_839_857_000 picoseconds. - Weight::from_parts(56_326_267_000, 5242760) + // Minimum execution time: 56_899_607_000 picoseconds. + Weight::from_parts(57_204_187_000, 5242760) .saturating_add(T::DbWeight::get().reads(1739_u64)) } /// Storage: Glutton Storage (r:1 w:0) @@ -147,8 +147,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `9516` // Estimated: `19048` - // Minimum execution time: 97_798_611_000 picoseconds. - Weight::from_parts(98_373_252_000, 19048) + // Minimum execution time: 101_551_675_000 picoseconds. + Weight::from_parts(101_932_795_000, 19048) .saturating_add(T::DbWeight::get().reads(7_u64)) } /// Storage: Glutton Storage (r:1 w:0) @@ -159,8 +159,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `2978` - // Minimum execution time: 4_421_000 picoseconds. - Weight::from_parts(4_539_000, 2978) + // Minimum execution time: 4_149_000 picoseconds. + Weight::from_parts(4_451_000, 2978) .saturating_add(T::DbWeight::get().reads(2_u64)) } /// Storage: Glutton Compute (r:0 w:1) @@ -169,8 +169,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_463_000 picoseconds. - Weight::from_parts(9_660_000, 0) + // Minimum execution time: 8_736_000 picoseconds. + Weight::from_parts(9_014_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Glutton Storage (r:0 w:1) @@ -179,8 +179,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_760_000 picoseconds. - Weight::from_parts(9_958_000, 0) + // Minimum execution time: 8_810_000 picoseconds. + Weight::from_parts(9_026_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } @@ -196,10 +196,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4` // Estimated: `1489` - // Minimum execution time: 10_880_000 picoseconds. - Weight::from_parts(11_203_000, 1489) - // Standard Error: 1_357 - .saturating_add(Weight::from_parts(1_671_052, 0).saturating_mul(n.into())) + // Minimum execution time: 10_123_000 picoseconds. + Weight::from_parts(10_231_000, 1489) + // Standard Error: 1_311 + .saturating_add(Weight::from_parts(1_586_018, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(n.into()))) @@ -213,10 +213,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `65` // Estimated: `1489` - // Minimum execution time: 12_658_000 picoseconds. - Weight::from_parts(193_484, 1489) - // Standard Error: 6_446 - .saturating_add(Weight::from_parts(1_167_021, 0).saturating_mul(n.into())) + // Minimum execution time: 10_907_000 picoseconds. + Weight::from_parts(141_591, 1489) + // Standard Error: 1_929 + .saturating_add(Weight::from_parts(1_081_173, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(n.into()))) @@ -226,10 +226,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 725_000 picoseconds. - Weight::from_parts(3_093_934, 0) - // Standard Error: 30 - .saturating_add(Weight::from_parts(92_826, 0).saturating_mul(i.into())) + // Minimum execution time: 675_000 picoseconds. + Weight::from_parts(690_000, 0) + // Standard Error: 26 + .saturating_add(Weight::from_parts(95_047, 0).saturating_mul(i.into())) } /// Storage: Glutton TrashData (r:5000 w:0) /// Proof: Glutton TrashData (max_values: Some(65000), max_size: Some(1036), added: 3016, mode: MaxEncodedLen) @@ -238,10 +238,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `119036 + i * (1022 ±0)` // Estimated: `990 + i * (3016 ±0)` - // Minimum execution time: 679_000 picoseconds. - Weight::from_parts(827_000, 990) - // Standard Error: 2_424 - .saturating_add(Weight::from_parts(5_638_375, 0).saturating_mul(i.into())) + // Minimum execution time: 728_000 picoseconds. + Weight::from_parts(784_000, 990) + // Standard Error: 2_931 + .saturating_add(Weight::from_parts(5_435_754, 0).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(Weight::from_parts(0, 3016).saturating_mul(i.into())) } @@ -255,8 +255,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1900466` // Estimated: `5242760` - // Minimum execution time: 55_839_857_000 picoseconds. - Weight::from_parts(56_326_267_000, 5242760) + // Minimum execution time: 56_899_607_000 picoseconds. + Weight::from_parts(57_204_187_000, 5242760) .saturating_add(RocksDbWeight::get().reads(1739_u64)) } /// Storage: Glutton Storage (r:1 w:0) @@ -269,8 +269,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `9516` // Estimated: `19048` - // Minimum execution time: 97_798_611_000 picoseconds. - Weight::from_parts(98_373_252_000, 19048) + // Minimum execution time: 101_551_675_000 picoseconds. + Weight::from_parts(101_932_795_000, 19048) .saturating_add(RocksDbWeight::get().reads(7_u64)) } /// Storage: Glutton Storage (r:1 w:0) @@ -281,8 +281,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4` // Estimated: `2978` - // Minimum execution time: 4_421_000 picoseconds. - Weight::from_parts(4_539_000, 2978) + // Minimum execution time: 4_149_000 picoseconds. + Weight::from_parts(4_451_000, 2978) .saturating_add(RocksDbWeight::get().reads(2_u64)) } /// Storage: Glutton Compute (r:0 w:1) @@ -291,8 +291,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_463_000 picoseconds. - Weight::from_parts(9_660_000, 0) + // Minimum execution time: 8_736_000 picoseconds. + Weight::from_parts(9_014_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Glutton Storage (r:0 w:1) @@ -301,8 +301,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_760_000 picoseconds. - Weight::from_parts(9_958_000, 0) + // Minimum execution time: 8_810_000 picoseconds. + Weight::from_parts(9_026_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } } diff --git a/frame/identity/src/weights.rs b/frame/identity/src/weights.rs index b408cb8d407c8..09c1f59fddc0d 100644 --- a/frame/identity/src/weights.rs +++ b/frame/identity/src/weights.rs @@ -79,10 +79,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `32 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 12_550_000 picoseconds. - Weight::from_parts(13_317_670, 2626) - // Standard Error: 1_696 - .saturating_add(Weight::from_parts(113_965, 0).saturating_mul(r.into())) + // Minimum execution time: 13_014_000 picoseconds. + Weight::from_parts(13_607_955, 2626) + // Standard Error: 1_370 + .saturating_add(Weight::from_parts(104_176, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -94,12 +94,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `442 + r * (5 ±0)` // Estimated: `11003` - // Minimum execution time: 30_522_000 picoseconds. - Weight::from_parts(30_116_586, 11003) - // Standard Error: 3_641 - .saturating_add(Weight::from_parts(81_315, 0).saturating_mul(r.into())) - // Standard Error: 710 - .saturating_add(Weight::from_parts(427_028, 0).saturating_mul(x.into())) + // Minimum execution time: 31_044_000 picoseconds. + Weight::from_parts(27_577_241, 11003) + // Standard Error: 3_464 + .saturating_add(Weight::from_parts(203_666, 0).saturating_mul(r.into())) + // Standard Error: 675 + .saturating_add(Weight::from_parts(447_442, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -114,10 +114,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `101` // Estimated: `18716 + s * (2589 ±0)` - // Minimum execution time: 10_128_000 picoseconds. - Weight::from_parts(24_531_417, 18716) - // Standard Error: 4_744 - .saturating_add(Weight::from_parts(2_957_983, 0).saturating_mul(s.into())) + // Minimum execution time: 10_258_000 picoseconds. + Weight::from_parts(25_141_244, 18716) + // Standard Error: 5_320 + .saturating_add(Weight::from_parts(2_925_508, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -135,10 +135,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `194 + p * (32 ±0)` // Estimated: `17726` - // Minimum execution time: 9_837_000 picoseconds. - Weight::from_parts(22_366_448, 17726) - // Standard Error: 3_067 - .saturating_add(Weight::from_parts(1_250_872, 0).saturating_mul(p.into())) + // Minimum execution time: 10_089_000 picoseconds. + Weight::from_parts(22_625_093, 17726) + // Standard Error: 3_132 + .saturating_add(Weight::from_parts(1_257_332, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -156,14 +156,14 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `469 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `17726` - // Minimum execution time: 49_738_000 picoseconds. - Weight::from_parts(25_858_845, 17726) - // Standard Error: 11_880 - .saturating_add(Weight::from_parts(133_584, 0).saturating_mul(r.into())) - // Standard Error: 2_320 - .saturating_add(Weight::from_parts(1_241_189, 0).saturating_mul(s.into())) - // Standard Error: 2_320 - .saturating_add(Weight::from_parts(234_802, 0).saturating_mul(x.into())) + // Minimum execution time: 50_579_000 picoseconds. + Weight::from_parts(30_091_245, 17726) + // Standard Error: 10_965 + .saturating_add(Weight::from_parts(57_484, 0).saturating_mul(r.into())) + // Standard Error: 2_141 + .saturating_add(Weight::from_parts(1_233_267, 0).saturating_mul(s.into())) + // Standard Error: 2_141 + .saturating_add(Weight::from_parts(218_896, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -174,14 +174,16 @@ impl WeightInfo for SubstrateWeight { /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen) /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. - fn request_judgement(_r: u32, x: u32, ) -> Weight { + fn request_judgement(r: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `367 + r * (57 ±0) + x * (66 ±0)` // Estimated: `13629` - // Minimum execution time: 31_794_000 picoseconds. - Weight::from_parts(33_823_020, 13629) - // Standard Error: 815 - .saturating_add(Weight::from_parts(436_791, 0).saturating_mul(x.into())) + // Minimum execution time: 33_719_000 picoseconds. + Weight::from_parts(30_711_996, 13629) + // Standard Error: 5_083 + .saturating_add(Weight::from_parts(173_794, 0).saturating_mul(r.into())) + // Standard Error: 991 + .saturating_add(Weight::from_parts(456_527, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -193,12 +195,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `398 + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 28_335_000 picoseconds. - Weight::from_parts(29_315_778, 11003) - // Standard Error: 8_407 - .saturating_add(Weight::from_parts(58_084, 0).saturating_mul(r.into())) - // Standard Error: 1_640 - .saturating_add(Weight::from_parts(433_011, 0).saturating_mul(x.into())) + // Minimum execution time: 28_501_000 picoseconds. + Weight::from_parts(28_171_963, 11003) + // Standard Error: 14_077 + .saturating_add(Weight::from_parts(165_763, 0).saturating_mul(r.into())) + // Standard Error: 2_746 + .saturating_add(Weight::from_parts(446_824, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -209,10 +211,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 7_972_000 picoseconds. - Weight::from_parts(8_352_481, 2626) - // Standard Error: 5_387 - .saturating_add(Weight::from_parts(139_934, 0).saturating_mul(r.into())) + // Minimum execution time: 8_207_000 picoseconds. + Weight::from_parts(8_496_743, 2626) + // Standard Error: 1_383 + .saturating_add(Weight::from_parts(128_235, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -223,10 +225,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 8_142_000 picoseconds. - Weight::from_parts(8_796_757, 2626) - // Standard Error: 2_259 - .saturating_add(Weight::from_parts(96_186, 0).saturating_mul(r.into())) + // Minimum execution time: 8_545_000 picoseconds. + Weight::from_parts(8_860_142, 2626) + // Standard Error: 4_613 + .saturating_add(Weight::from_parts(109_431, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -237,10 +239,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 8_129_000 picoseconds. - Weight::from_parts(8_532_841, 2626) - // Standard Error: 1_447 - .saturating_add(Weight::from_parts(110_498, 0).saturating_mul(r.into())) + // Minimum execution time: 8_209_000 picoseconds. + Weight::from_parts(8_606_652, 2626) + // Standard Error: 1_359 + .saturating_add(Weight::from_parts(112_316, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -254,12 +256,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `445 + r * (57 ±0) + x * (66 ±0)` // Estimated: `13629` - // Minimum execution time: 24_502_000 picoseconds. - Weight::from_parts(24_312_224, 13629) - // Standard Error: 18_376 - .saturating_add(Weight::from_parts(113_612, 0).saturating_mul(r.into())) - // Standard Error: 3_400 - .saturating_add(Weight::from_parts(704_758, 0).saturating_mul(x.into())) + // Minimum execution time: 25_130_000 picoseconds. + Weight::from_parts(22_882_106, 13629) + // Standard Error: 8_270 + .saturating_add(Weight::from_parts(173_976, 0).saturating_mul(r.into())) + // Standard Error: 1_530 + .saturating_add(Weight::from_parts(724_677, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -274,16 +276,18 @@ impl WeightInfo for SubstrateWeight { /// The range of component `r` is `[1, 20]`. /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. - fn kill_identity(_r: u32, s: u32, x: u32, ) -> Weight { + fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `676 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `21319` - // Minimum execution time: 65_622_000 picoseconds. - Weight::from_parts(52_252_453, 21319) - // Standard Error: 2_651 - .saturating_add(Weight::from_parts(1_179_144, 0).saturating_mul(s.into())) - // Standard Error: 2_651 - .saturating_add(Weight::from_parts(209_375, 0).saturating_mul(x.into())) + // Minimum execution time: 64_539_000 picoseconds. + Weight::from_parts(46_937_953, 21319) + // Standard Error: 17_062 + .saturating_add(Weight::from_parts(46_156, 0).saturating_mul(r.into())) + // Standard Error: 3_331 + .saturating_add(Weight::from_parts(1_234_636, 0).saturating_mul(s.into())) + // Standard Error: 3_331 + .saturating_add(Weight::from_parts(199_204, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -299,10 +303,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `475 + s * (36 ±0)` // Estimated: `21305` - // Minimum execution time: 27_816_000 picoseconds. - Weight::from_parts(32_784_271, 21305) - // Standard Error: 1_742 - .saturating_add(Weight::from_parts(78_281, 0).saturating_mul(s.into())) + // Minimum execution time: 28_682_000 picoseconds. + Weight::from_parts(33_447_225, 21305) + // Standard Error: 2_265 + .saturating_add(Weight::from_parts(74_405, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -315,10 +319,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `591 + s * (3 ±0)` // Estimated: `14582` - // Minimum execution time: 13_512_000 picoseconds. - Weight::from_parts(15_858_843, 14582) - // Standard Error: 559 - .saturating_add(Weight::from_parts(14_864, 0).saturating_mul(s.into())) + // Minimum execution time: 13_717_000 picoseconds. + Weight::from_parts(16_081_384, 14582) + // Standard Error: 577 + .saturating_add(Weight::from_parts(14_374, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -333,10 +337,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `638 + s * (35 ±0)` // Estimated: `21305` - // Minimum execution time: 31_661_000 picoseconds. - Weight::from_parts(34_821_218, 21305) - // Standard Error: 1_185 - .saturating_add(Weight::from_parts(56_664, 0).saturating_mul(s.into())) + // Minimum execution time: 31_827_000 picoseconds. + Weight::from_parts(35_319_958, 21305) + // Standard Error: 1_131 + .saturating_add(Weight::from_parts(58_674, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -349,10 +353,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `564 + s * (37 ±0)` // Estimated: `10302` - // Minimum execution time: 20_412_000 picoseconds. - Weight::from_parts(22_972_958, 10302) - // Standard Error: 1_174 - .saturating_add(Weight::from_parts(62_270, 0).saturating_mul(s.into())) + // Minimum execution time: 20_727_000 picoseconds. + Weight::from_parts(24_102_202, 10302) + // Standard Error: 3_439 + .saturating_add(Weight::from_parts(51_213, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -367,10 +371,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `32 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 12_550_000 picoseconds. - Weight::from_parts(13_317_670, 2626) - // Standard Error: 1_696 - .saturating_add(Weight::from_parts(113_965, 0).saturating_mul(r.into())) + // Minimum execution time: 13_014_000 picoseconds. + Weight::from_parts(13_607_955, 2626) + // Standard Error: 1_370 + .saturating_add(Weight::from_parts(104_176, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -382,12 +386,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `442 + r * (5 ±0)` // Estimated: `11003` - // Minimum execution time: 30_522_000 picoseconds. - Weight::from_parts(30_116_586, 11003) - // Standard Error: 3_641 - .saturating_add(Weight::from_parts(81_315, 0).saturating_mul(r.into())) - // Standard Error: 710 - .saturating_add(Weight::from_parts(427_028, 0).saturating_mul(x.into())) + // Minimum execution time: 31_044_000 picoseconds. + Weight::from_parts(27_577_241, 11003) + // Standard Error: 3_464 + .saturating_add(Weight::from_parts(203_666, 0).saturating_mul(r.into())) + // Standard Error: 675 + .saturating_add(Weight::from_parts(447_442, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -402,10 +406,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `101` // Estimated: `18716 + s * (2589 ±0)` - // Minimum execution time: 10_128_000 picoseconds. - Weight::from_parts(24_531_417, 18716) - // Standard Error: 4_744 - .saturating_add(Weight::from_parts(2_957_983, 0).saturating_mul(s.into())) + // Minimum execution time: 10_258_000 picoseconds. + Weight::from_parts(25_141_244, 18716) + // Standard Error: 5_320 + .saturating_add(Weight::from_parts(2_925_508, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(s.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -423,10 +427,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `194 + p * (32 ±0)` // Estimated: `17726` - // Minimum execution time: 9_837_000 picoseconds. - Weight::from_parts(22_366_448, 17726) - // Standard Error: 3_067 - .saturating_add(Weight::from_parts(1_250_872, 0).saturating_mul(p.into())) + // Minimum execution time: 10_089_000 picoseconds. + Weight::from_parts(22_625_093, 17726) + // Standard Error: 3_132 + .saturating_add(Weight::from_parts(1_257_332, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -444,14 +448,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `469 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `17726` - // Minimum execution time: 49_738_000 picoseconds. - Weight::from_parts(25_858_845, 17726) - // Standard Error: 11_880 - .saturating_add(Weight::from_parts(133_584, 0).saturating_mul(r.into())) - // Standard Error: 2_320 - .saturating_add(Weight::from_parts(1_241_189, 0).saturating_mul(s.into())) - // Standard Error: 2_320 - .saturating_add(Weight::from_parts(234_802, 0).saturating_mul(x.into())) + // Minimum execution time: 50_579_000 picoseconds. + Weight::from_parts(30_091_245, 17726) + // Standard Error: 10_965 + .saturating_add(Weight::from_parts(57_484, 0).saturating_mul(r.into())) + // Standard Error: 2_141 + .saturating_add(Weight::from_parts(1_233_267, 0).saturating_mul(s.into())) + // Standard Error: 2_141 + .saturating_add(Weight::from_parts(218_896, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -462,14 +466,16 @@ impl WeightInfo for () { /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen) /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. - fn request_judgement(_r: u32, x: u32, ) -> Weight { + fn request_judgement(r: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `367 + r * (57 ±0) + x * (66 ±0)` // Estimated: `13629` - // Minimum execution time: 31_794_000 picoseconds. - Weight::from_parts(33_823_020, 13629) - // Standard Error: 815 - .saturating_add(Weight::from_parts(436_791, 0).saturating_mul(x.into())) + // Minimum execution time: 33_719_000 picoseconds. + Weight::from_parts(30_711_996, 13629) + // Standard Error: 5_083 + .saturating_add(Weight::from_parts(173_794, 0).saturating_mul(r.into())) + // Standard Error: 991 + .saturating_add(Weight::from_parts(456_527, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -481,12 +487,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `398 + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 28_335_000 picoseconds. - Weight::from_parts(29_315_778, 11003) - // Standard Error: 8_407 - .saturating_add(Weight::from_parts(58_084, 0).saturating_mul(r.into())) - // Standard Error: 1_640 - .saturating_add(Weight::from_parts(433_011, 0).saturating_mul(x.into())) + // Minimum execution time: 28_501_000 picoseconds. + Weight::from_parts(28_171_963, 11003) + // Standard Error: 14_077 + .saturating_add(Weight::from_parts(165_763, 0).saturating_mul(r.into())) + // Standard Error: 2_746 + .saturating_add(Weight::from_parts(446_824, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -497,10 +503,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 7_972_000 picoseconds. - Weight::from_parts(8_352_481, 2626) - // Standard Error: 5_387 - .saturating_add(Weight::from_parts(139_934, 0).saturating_mul(r.into())) + // Minimum execution time: 8_207_000 picoseconds. + Weight::from_parts(8_496_743, 2626) + // Standard Error: 1_383 + .saturating_add(Weight::from_parts(128_235, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -511,10 +517,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 8_142_000 picoseconds. - Weight::from_parts(8_796_757, 2626) - // Standard Error: 2_259 - .saturating_add(Weight::from_parts(96_186, 0).saturating_mul(r.into())) + // Minimum execution time: 8_545_000 picoseconds. + Weight::from_parts(8_860_142, 2626) + // Standard Error: 4_613 + .saturating_add(Weight::from_parts(109_431, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -525,10 +531,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 8_129_000 picoseconds. - Weight::from_parts(8_532_841, 2626) - // Standard Error: 1_447 - .saturating_add(Weight::from_parts(110_498, 0).saturating_mul(r.into())) + // Minimum execution time: 8_209_000 picoseconds. + Weight::from_parts(8_606_652, 2626) + // Standard Error: 1_359 + .saturating_add(Weight::from_parts(112_316, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -542,12 +548,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `445 + r * (57 ±0) + x * (66 ±0)` // Estimated: `13629` - // Minimum execution time: 24_502_000 picoseconds. - Weight::from_parts(24_312_224, 13629) - // Standard Error: 18_376 - .saturating_add(Weight::from_parts(113_612, 0).saturating_mul(r.into())) - // Standard Error: 3_400 - .saturating_add(Weight::from_parts(704_758, 0).saturating_mul(x.into())) + // Minimum execution time: 25_130_000 picoseconds. + Weight::from_parts(22_882_106, 13629) + // Standard Error: 8_270 + .saturating_add(Weight::from_parts(173_976, 0).saturating_mul(r.into())) + // Standard Error: 1_530 + .saturating_add(Weight::from_parts(724_677, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -562,16 +568,18 @@ impl WeightInfo for () { /// The range of component `r` is `[1, 20]`. /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. - fn kill_identity(_r: u32, s: u32, x: u32, ) -> Weight { + fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `676 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `21319` - // Minimum execution time: 65_622_000 picoseconds. - Weight::from_parts(52_252_453, 21319) - // Standard Error: 2_651 - .saturating_add(Weight::from_parts(1_179_144, 0).saturating_mul(s.into())) - // Standard Error: 2_651 - .saturating_add(Weight::from_parts(209_375, 0).saturating_mul(x.into())) + // Minimum execution time: 64_539_000 picoseconds. + Weight::from_parts(46_937_953, 21319) + // Standard Error: 17_062 + .saturating_add(Weight::from_parts(46_156, 0).saturating_mul(r.into())) + // Standard Error: 3_331 + .saturating_add(Weight::from_parts(1_234_636, 0).saturating_mul(s.into())) + // Standard Error: 3_331 + .saturating_add(Weight::from_parts(199_204, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -587,10 +595,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `475 + s * (36 ±0)` // Estimated: `21305` - // Minimum execution time: 27_816_000 picoseconds. - Weight::from_parts(32_784_271, 21305) - // Standard Error: 1_742 - .saturating_add(Weight::from_parts(78_281, 0).saturating_mul(s.into())) + // Minimum execution time: 28_682_000 picoseconds. + Weight::from_parts(33_447_225, 21305) + // Standard Error: 2_265 + .saturating_add(Weight::from_parts(74_405, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -603,10 +611,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `591 + s * (3 ±0)` // Estimated: `14582` - // Minimum execution time: 13_512_000 picoseconds. - Weight::from_parts(15_858_843, 14582) - // Standard Error: 559 - .saturating_add(Weight::from_parts(14_864, 0).saturating_mul(s.into())) + // Minimum execution time: 13_717_000 picoseconds. + Weight::from_parts(16_081_384, 14582) + // Standard Error: 577 + .saturating_add(Weight::from_parts(14_374, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -621,10 +629,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `638 + s * (35 ±0)` // Estimated: `21305` - // Minimum execution time: 31_661_000 picoseconds. - Weight::from_parts(34_821_218, 21305) - // Standard Error: 1_185 - .saturating_add(Weight::from_parts(56_664, 0).saturating_mul(s.into())) + // Minimum execution time: 31_827_000 picoseconds. + Weight::from_parts(35_319_958, 21305) + // Standard Error: 1_131 + .saturating_add(Weight::from_parts(58_674, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -637,10 +645,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `564 + s * (37 ±0)` // Estimated: `10302` - // Minimum execution time: 20_412_000 picoseconds. - Weight::from_parts(22_972_958, 10302) - // Standard Error: 1_174 - .saturating_add(Weight::from_parts(62_270, 0).saturating_mul(s.into())) + // Minimum execution time: 20_727_000 picoseconds. + Weight::from_parts(24_102_202, 10302) + // Standard Error: 3_439 + .saturating_add(Weight::from_parts(51_213, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/frame/im-online/src/weights.rs b/frame/im-online/src/weights.rs index 498680b6bcb85..b9e4fef92b4d8 100644 --- a/frame/im-online/src/weights.rs +++ b/frame/im-online/src/weights.rs @@ -73,12 +73,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `295 + k * (32 ±0)` // Estimated: `10349544 + k * (64 ±0) + e * (35 ±0)` - // Minimum execution time: 106_194_000 picoseconds. - Weight::from_parts(78_591_671, 10349544) - // Standard Error: 254 - .saturating_add(Weight::from_parts(29_513, 0).saturating_mul(k.into())) - // Standard Error: 2_568 - .saturating_add(Weight::from_parts(417_596, 0).saturating_mul(e.into())) + // Minimum execution time: 104_844_000 picoseconds. + Weight::from_parts(80_348_609, 10349544) + // Standard Error: 263 + .saturating_add(Weight::from_parts(27_936, 0).saturating_mul(k.into())) + // Standard Error: 2_659 + .saturating_add(Weight::from_parts(409_425, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(k.into())) @@ -104,12 +104,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `295 + k * (32 ±0)` // Estimated: `10349544 + k * (64 ±0) + e * (35 ±0)` - // Minimum execution time: 106_194_000 picoseconds. - Weight::from_parts(78_591_671, 10349544) - // Standard Error: 254 - .saturating_add(Weight::from_parts(29_513, 0).saturating_mul(k.into())) - // Standard Error: 2_568 - .saturating_add(Weight::from_parts(417_596, 0).saturating_mul(e.into())) + // Minimum execution time: 104_844_000 picoseconds. + Weight::from_parts(80_348_609, 10349544) + // Standard Error: 263 + .saturating_add(Weight::from_parts(27_936, 0).saturating_mul(k.into())) + // Standard Error: 2_659 + .saturating_add(Weight::from_parts(409_425, 0).saturating_mul(e.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(k.into())) diff --git a/frame/indices/src/weights.rs b/frame/indices/src/weights.rs index aa279a15f7108..75007d175bd75 100644 --- a/frame/indices/src/weights.rs +++ b/frame/indices/src/weights.rs @@ -67,8 +67,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3534` - // Minimum execution time: 22_432_000 picoseconds. - Weight::from_parts(22_955_000, 3534) + // Minimum execution time: 22_187_000 picoseconds. + Weight::from_parts(22_577_000, 3534) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -80,8 +80,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `275` // Estimated: `7127` - // Minimum execution time: 28_381_000 picoseconds. - Weight::from_parts(28_756_000, 7127) + // Minimum execution time: 28_427_000 picoseconds. + Weight::from_parts(28_724_000, 7127) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -91,8 +91,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `172` // Estimated: `3534` - // Minimum execution time: 23_112_000 picoseconds. - Weight::from_parts(23_341_000, 3534) + // Minimum execution time: 23_336_000 picoseconds. + Weight::from_parts(23_818_000, 3534) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -104,8 +104,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `275` // Estimated: `7127` - // Minimum execution time: 26_287_000 picoseconds. - Weight::from_parts(26_994_000, 7127) + // Minimum execution time: 25_880_000 picoseconds. + Weight::from_parts(26_300_000, 7127) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -115,8 +115,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `172` // Estimated: `3534` - // Minimum execution time: 25_443_000 picoseconds. - Weight::from_parts(26_109_000, 3534) + // Minimum execution time: 25_499_000 picoseconds. + Weight::from_parts(25_864_000, 3534) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -130,8 +130,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3534` - // Minimum execution time: 22_432_000 picoseconds. - Weight::from_parts(22_955_000, 3534) + // Minimum execution time: 22_187_000 picoseconds. + Weight::from_parts(22_577_000, 3534) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -143,8 +143,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `275` // Estimated: `7127` - // Minimum execution time: 28_381_000 picoseconds. - Weight::from_parts(28_756_000, 7127) + // Minimum execution time: 28_427_000 picoseconds. + Weight::from_parts(28_724_000, 7127) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -154,8 +154,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `172` // Estimated: `3534` - // Minimum execution time: 23_112_000 picoseconds. - Weight::from_parts(23_341_000, 3534) + // Minimum execution time: 23_336_000 picoseconds. + Weight::from_parts(23_818_000, 3534) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -167,8 +167,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `275` // Estimated: `7127` - // Minimum execution time: 26_287_000 picoseconds. - Weight::from_parts(26_994_000, 7127) + // Minimum execution time: 25_880_000 picoseconds. + Weight::from_parts(26_300_000, 7127) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -178,8 +178,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `172` // Estimated: `3534` - // Minimum execution time: 25_443_000 picoseconds. - Weight::from_parts(26_109_000, 3534) + // Minimum execution time: 25_499_000 picoseconds. + Weight::from_parts(25_864_000, 3534) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/lottery/src/weights.rs b/frame/lottery/src/weights.rs index 0c7caeac4c0b7..ac436e699978c 100644 --- a/frame/lottery/src/weights.rs +++ b/frame/lottery/src/weights.rs @@ -80,8 +80,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `452` // Estimated: `13121` - // Minimum execution time: 42_940_000 picoseconds. - Weight::from_parts(43_681_000, 13121) + // Minimum execution time: 43_823_000 picoseconds. + Weight::from_parts(44_181_000, 13121) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -92,10 +92,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_283_000 picoseconds. - Weight::from_parts(9_210_462, 0) - // Standard Error: 3_408 - .saturating_add(Weight::from_parts(292_053, 0).saturating_mul(n.into())) + // Minimum execution time: 8_232_000 picoseconds. + Weight::from_parts(9_213_124, 0) + // Standard Error: 4_583 + .saturating_add(Weight::from_parts(321_729, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Lottery Lottery (r:1 w:1) @@ -108,8 +108,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161` // Estimated: `6596` - // Minimum execution time: 35_992_000 picoseconds. - Weight::from_parts(36_486_000, 6596) + // Minimum execution time: 36_149_000 picoseconds. + Weight::from_parts(36_771_000, 6596) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -119,8 +119,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `219` // Estimated: `1514` - // Minimum execution time: 8_168_000 picoseconds. - Weight::from_parts(8_350_000, 1514) + // Minimum execution time: 8_167_000 picoseconds. + Weight::from_parts(8_315_000, 1514) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -138,8 +138,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `524` // Estimated: `16787` - // Minimum execution time: 59_558_000 picoseconds. - Weight::from_parts(60_043_000, 16787) + // Minimum execution time: 60_470_000 picoseconds. + Weight::from_parts(88_505_000, 16787) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -159,8 +159,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `524` // Estimated: `18276` - // Minimum execution time: 60_757_000 picoseconds. - Weight::from_parts(61_852_000, 18276) + // Minimum execution time: 62_478_000 picoseconds. + Weight::from_parts(63_113_000, 18276) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -186,8 +186,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `452` // Estimated: `13121` - // Minimum execution time: 42_940_000 picoseconds. - Weight::from_parts(43_681_000, 13121) + // Minimum execution time: 43_823_000 picoseconds. + Weight::from_parts(44_181_000, 13121) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -198,10 +198,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_283_000 picoseconds. - Weight::from_parts(9_210_462, 0) - // Standard Error: 3_408 - .saturating_add(Weight::from_parts(292_053, 0).saturating_mul(n.into())) + // Minimum execution time: 8_232_000 picoseconds. + Weight::from_parts(9_213_124, 0) + // Standard Error: 4_583 + .saturating_add(Weight::from_parts(321_729, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Lottery Lottery (r:1 w:1) @@ -214,8 +214,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161` // Estimated: `6596` - // Minimum execution time: 35_992_000 picoseconds. - Weight::from_parts(36_486_000, 6596) + // Minimum execution time: 36_149_000 picoseconds. + Weight::from_parts(36_771_000, 6596) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -225,8 +225,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `219` // Estimated: `1514` - // Minimum execution time: 8_168_000 picoseconds. - Weight::from_parts(8_350_000, 1514) + // Minimum execution time: 8_167_000 picoseconds. + Weight::from_parts(8_315_000, 1514) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -244,8 +244,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `524` // Estimated: `16787` - // Minimum execution time: 59_558_000 picoseconds. - Weight::from_parts(60_043_000, 16787) + // Minimum execution time: 60_470_000 picoseconds. + Weight::from_parts(88_505_000, 16787) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -265,8 +265,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `524` // Estimated: `18276` - // Minimum execution time: 60_757_000 picoseconds. - Weight::from_parts(61_852_000, 18276) + // Minimum execution time: 62_478_000 picoseconds. + Weight::from_parts(63_113_000, 18276) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } diff --git a/frame/membership/src/weights.rs b/frame/membership/src/weights.rs index 7da30113f81c1..b8a318e3d3f3b 100644 --- a/frame/membership/src/weights.rs +++ b/frame/membership/src/weights.rs @@ -76,10 +76,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `174 + m * (64 ±0)` // Estimated: `6691 + m * (192 ±0)` - // Minimum execution time: 17_387_000 picoseconds. - Weight::from_parts(18_440_812, 6691) - // Standard Error: 668 - .saturating_add(Weight::from_parts(44_136, 0).saturating_mul(m.into())) + // Minimum execution time: 17_546_000 picoseconds. + Weight::from_parts(18_423_629, 6691) + // Standard Error: 840 + .saturating_add(Weight::from_parts(48_991, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -99,10 +99,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `278 + m * (64 ±0)` // Estimated: `8520 + m * (192 ±0)` - // Minimum execution time: 20_167_000 picoseconds. - Weight::from_parts(21_309_447, 8520) - // Standard Error: 723 - .saturating_add(Weight::from_parts(42_032, 0).saturating_mul(m.into())) + // Minimum execution time: 20_414_000 picoseconds. + Weight::from_parts(21_535_863, 8520) + // Standard Error: 796 + .saturating_add(Weight::from_parts(42_822, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -122,10 +122,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `278 + m * (64 ±0)` // Estimated: `8520 + m * (192 ±0)` - // Minimum execution time: 20_530_000 picoseconds. - Weight::from_parts(21_493_743, 8520) - // Standard Error: 728 - .saturating_add(Weight::from_parts(53_925, 0).saturating_mul(m.into())) + // Minimum execution time: 20_495_000 picoseconds. + Weight::from_parts(21_546_451, 8520) + // Standard Error: 742 + .saturating_add(Weight::from_parts(56_146, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -145,10 +145,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `278 + m * (64 ±0)` // Estimated: `8520 + m * (192 ±0)` - // Minimum execution time: 20_444_000 picoseconds. - Weight::from_parts(21_543_473, 8520) - // Standard Error: 792 - .saturating_add(Weight::from_parts(149_614, 0).saturating_mul(m.into())) + // Minimum execution time: 20_271_000 picoseconds. + Weight::from_parts(21_967_187, 8520) + // Standard Error: 3_725 + .saturating_add(Weight::from_parts(161_807, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -168,10 +168,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `278 + m * (64 ±0)` // Estimated: `8520 + m * (192 ±0)` - // Minimum execution time: 20_999_000 picoseconds. - Weight::from_parts(22_426_245, 8520) - // Standard Error: 682 - .saturating_add(Weight::from_parts(50_969, 0).saturating_mul(m.into())) + // Minimum execution time: 21_817_000 picoseconds. + Weight::from_parts(23_097_926, 8520) + // Standard Error: 834 + .saturating_add(Weight::from_parts(49_520, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -187,10 +187,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `32 + m * (32 ±0)` // Estimated: `4719 + m * (32 ±0)` - // Minimum execution time: 7_863_000 picoseconds. - Weight::from_parts(8_350_388, 4719) - // Standard Error: 360 - .saturating_add(Weight::from_parts(17_523, 0).saturating_mul(m.into())) + // Minimum execution time: 7_751_000 picoseconds. + Weight::from_parts(8_417_701, 4719) + // Standard Error: 341 + .saturating_add(Weight::from_parts(18_362, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) @@ -200,12 +200,14 @@ impl WeightInfo for SubstrateWeight { /// Storage: TechnicalCommittee Prime (r:0 w:1) /// Proof Skipped: TechnicalCommittee Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 100]`. - fn clear_prime(_m: u32, ) -> Weight { + fn clear_prime(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_725_000 picoseconds. - Weight::from_parts(4_325_874, 0) + // Minimum execution time: 3_668_000 picoseconds. + Weight::from_parts(3_973_674, 0) + // Standard Error: 122 + .saturating_add(Weight::from_parts(782, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().writes(2_u64)) } } @@ -225,10 +227,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `174 + m * (64 ±0)` // Estimated: `6691 + m * (192 ±0)` - // Minimum execution time: 17_387_000 picoseconds. - Weight::from_parts(18_440_812, 6691) - // Standard Error: 668 - .saturating_add(Weight::from_parts(44_136, 0).saturating_mul(m.into())) + // Minimum execution time: 17_546_000 picoseconds. + Weight::from_parts(18_423_629, 6691) + // Standard Error: 840 + .saturating_add(Weight::from_parts(48_991, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -248,10 +250,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `278 + m * (64 ±0)` // Estimated: `8520 + m * (192 ±0)` - // Minimum execution time: 20_167_000 picoseconds. - Weight::from_parts(21_309_447, 8520) - // Standard Error: 723 - .saturating_add(Weight::from_parts(42_032, 0).saturating_mul(m.into())) + // Minimum execution time: 20_414_000 picoseconds. + Weight::from_parts(21_535_863, 8520) + // Standard Error: 796 + .saturating_add(Weight::from_parts(42_822, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -271,10 +273,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `278 + m * (64 ±0)` // Estimated: `8520 + m * (192 ±0)` - // Minimum execution time: 20_530_000 picoseconds. - Weight::from_parts(21_493_743, 8520) - // Standard Error: 728 - .saturating_add(Weight::from_parts(53_925, 0).saturating_mul(m.into())) + // Minimum execution time: 20_495_000 picoseconds. + Weight::from_parts(21_546_451, 8520) + // Standard Error: 742 + .saturating_add(Weight::from_parts(56_146, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -294,10 +296,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `278 + m * (64 ±0)` // Estimated: `8520 + m * (192 ±0)` - // Minimum execution time: 20_444_000 picoseconds. - Weight::from_parts(21_543_473, 8520) - // Standard Error: 792 - .saturating_add(Weight::from_parts(149_614, 0).saturating_mul(m.into())) + // Minimum execution time: 20_271_000 picoseconds. + Weight::from_parts(21_967_187, 8520) + // Standard Error: 3_725 + .saturating_add(Weight::from_parts(161_807, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -317,10 +319,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `278 + m * (64 ±0)` // Estimated: `8520 + m * (192 ±0)` - // Minimum execution time: 20_999_000 picoseconds. - Weight::from_parts(22_426_245, 8520) - // Standard Error: 682 - .saturating_add(Weight::from_parts(50_969, 0).saturating_mul(m.into())) + // Minimum execution time: 21_817_000 picoseconds. + Weight::from_parts(23_097_926, 8520) + // Standard Error: 834 + .saturating_add(Weight::from_parts(49_520, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) @@ -336,10 +338,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `32 + m * (32 ±0)` // Estimated: `4719 + m * (32 ±0)` - // Minimum execution time: 7_863_000 picoseconds. - Weight::from_parts(8_350_388, 4719) - // Standard Error: 360 - .saturating_add(Weight::from_parts(17_523, 0).saturating_mul(m.into())) + // Minimum execution time: 7_751_000 picoseconds. + Weight::from_parts(8_417_701, 4719) + // Standard Error: 341 + .saturating_add(Weight::from_parts(18_362, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) @@ -349,12 +351,14 @@ impl WeightInfo for () { /// Storage: TechnicalCommittee Prime (r:0 w:1) /// Proof Skipped: TechnicalCommittee Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 100]`. - fn clear_prime(_m: u32, ) -> Weight { + fn clear_prime(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_725_000 picoseconds. - Weight::from_parts(4_325_874, 0) + // Minimum execution time: 3_668_000 picoseconds. + Weight::from_parts(3_973_674, 0) + // Standard Error: 122 + .saturating_add(Weight::from_parts(782, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().writes(2_u64)) } } diff --git a/frame/message-queue/src/weights.rs b/frame/message-queue/src/weights.rs index 53f86275f21c4..cde5d1a7ef22e 100644 --- a/frame/message-queue/src/weights.rs +++ b/frame/message-queue/src/weights.rs @@ -74,8 +74,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `233` // Estimated: `7527` - // Minimum execution time: 12_419_000 picoseconds. - Weight::from_parts(12_652_000, 7527) + // Minimum execution time: 12_031_000 picoseconds. + Weight::from_parts(12_376_000, 7527) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -87,8 +87,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `233` // Estimated: `7527` - // Minimum execution time: 11_676_000 picoseconds. - Weight::from_parts(11_916_000, 7527) + // Minimum execution time: 11_541_000 picoseconds. + Weight::from_parts(11_873_000, 7527) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -98,8 +98,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3514` - // Minimum execution time: 4_611_000 picoseconds. - Weight::from_parts(4_754_000, 3514) + // Minimum execution time: 4_667_000 picoseconds. + Weight::from_parts(4_813_000, 3514) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -109,8 +109,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `113` // Estimated: `69049` - // Minimum execution time: 6_174_000 picoseconds. - Weight::from_parts(6_307_000, 69049) + // Minimum execution time: 6_132_000 picoseconds. + Weight::from_parts(6_320_000, 69049) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -120,8 +120,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `113` // Estimated: `69049` - // Minimum execution time: 6_525_000 picoseconds. - Weight::from_parts(6_827_000, 69049) + // Minimum execution time: 6_403_000 picoseconds. + Weight::from_parts(6_699_000, 69049) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -129,8 +129,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 53_003_000 picoseconds. - Weight::from_parts(53_380_000, 0) + // Minimum execution time: 53_404_000 picoseconds. + Weight::from_parts(53_663_000, 0) } /// Storage: MessageQueue ServiceHead (r:1 w:1) /// Proof: MessageQueue ServiceHead (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -140,8 +140,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `140` // Estimated: `5003` - // Minimum execution time: 6_902_000 picoseconds. - Weight::from_parts(7_094_000, 5003) + // Minimum execution time: 7_313_000 picoseconds. + Weight::from_parts(7_491_000, 5003) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -153,8 +153,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `65710` // Estimated: `72563` - // Minimum execution time: 57_109_000 picoseconds. - Weight::from_parts(57_640_000, 72563) + // Minimum execution time: 56_899_000 picoseconds. + Weight::from_parts(57_612_000, 72563) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -166,8 +166,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `65710` // Estimated: `72563` - // Minimum execution time: 71_308_000 picoseconds. - Weight::from_parts(71_836_000, 72563) + // Minimum execution time: 71_813_000 picoseconds. + Weight::from_parts(72_555_000, 72563) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -179,8 +179,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `65710` // Estimated: `72563` - // Minimum execution time: 83_768_000 picoseconds. - Weight::from_parts(86_206_000, 72563) + // Minimum execution time: 83_655_000 picoseconds. + Weight::from_parts(86_355_000, 72563) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -196,8 +196,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `233` // Estimated: `7527` - // Minimum execution time: 12_419_000 picoseconds. - Weight::from_parts(12_652_000, 7527) + // Minimum execution time: 12_031_000 picoseconds. + Weight::from_parts(12_376_000, 7527) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -209,8 +209,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `233` // Estimated: `7527` - // Minimum execution time: 11_676_000 picoseconds. - Weight::from_parts(11_916_000, 7527) + // Minimum execution time: 11_541_000 picoseconds. + Weight::from_parts(11_873_000, 7527) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -220,8 +220,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3514` - // Minimum execution time: 4_611_000 picoseconds. - Weight::from_parts(4_754_000, 3514) + // Minimum execution time: 4_667_000 picoseconds. + Weight::from_parts(4_813_000, 3514) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -231,8 +231,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `113` // Estimated: `69049` - // Minimum execution time: 6_174_000 picoseconds. - Weight::from_parts(6_307_000, 69049) + // Minimum execution time: 6_132_000 picoseconds. + Weight::from_parts(6_320_000, 69049) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -242,8 +242,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `113` // Estimated: `69049` - // Minimum execution time: 6_525_000 picoseconds. - Weight::from_parts(6_827_000, 69049) + // Minimum execution time: 6_403_000 picoseconds. + Weight::from_parts(6_699_000, 69049) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -251,8 +251,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 53_003_000 picoseconds. - Weight::from_parts(53_380_000, 0) + // Minimum execution time: 53_404_000 picoseconds. + Weight::from_parts(53_663_000, 0) } /// Storage: MessageQueue ServiceHead (r:1 w:1) /// Proof: MessageQueue ServiceHead (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -262,8 +262,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `140` // Estimated: `5003` - // Minimum execution time: 6_902_000 picoseconds. - Weight::from_parts(7_094_000, 5003) + // Minimum execution time: 7_313_000 picoseconds. + Weight::from_parts(7_491_000, 5003) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -275,8 +275,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `65710` // Estimated: `72563` - // Minimum execution time: 57_109_000 picoseconds. - Weight::from_parts(57_640_000, 72563) + // Minimum execution time: 56_899_000 picoseconds. + Weight::from_parts(57_612_000, 72563) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -288,8 +288,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `65710` // Estimated: `72563` - // Minimum execution time: 71_308_000 picoseconds. - Weight::from_parts(71_836_000, 72563) + // Minimum execution time: 71_813_000 picoseconds. + Weight::from_parts(72_555_000, 72563) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -301,8 +301,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `65710` // Estimated: `72563` - // Minimum execution time: 83_768_000 picoseconds. - Weight::from_parts(86_206_000, 72563) + // Minimum execution time: 83_655_000 picoseconds. + Weight::from_parts(86_355_000, 72563) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/frame/multisig/src/weights.rs b/frame/multisig/src/weights.rs index 4eaa4ddc539cf..585897c2d6dd2 100644 --- a/frame/multisig/src/weights.rs +++ b/frame/multisig/src/weights.rs @@ -68,10 +68,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_317_000 picoseconds. - Weight::from_parts(11_814_523, 0) - // Standard Error: 1 - .saturating_add(Weight::from_parts(517, 0).saturating_mul(z.into())) + // Minimum execution time: 11_447_000 picoseconds. + Weight::from_parts(11_916_286, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(554, 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) @@ -81,12 +81,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `301 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 37_081_000 picoseconds. - Weight::from_parts(32_502_180, 6811) - // Standard Error: 474 - .saturating_add(Weight::from_parts(52_169, 0).saturating_mul(s.into())) - // Standard Error: 4 - .saturating_add(Weight::from_parts(1_259, 0).saturating_mul(z.into())) + // Minimum execution time: 36_943_000 picoseconds. + Weight::from_parts(32_418_203, 6811) + // Standard Error: 517 + .saturating_add(Weight::from_parts(53_515, 0).saturating_mul(s.into())) + // Standard Error: 5 + .saturating_add(Weight::from_parts(1_260, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -98,12 +98,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `320` // Estimated: `6811` - // Minimum execution time: 26_411_000 picoseconds. - Weight::from_parts(22_403_053, 6811) - // Standard Error: 347 - .saturating_add(Weight::from_parts(49_219, 0).saturating_mul(s.into())) - // Standard Error: 3 - .saturating_add(Weight::from_parts(1_242, 0).saturating_mul(z.into())) + // Minimum execution time: 26_801_000 picoseconds. + Weight::from_parts(22_289_559, 6811) + // Standard Error: 298 + .saturating_add(Weight::from_parts(52_342, 0).saturating_mul(s.into())) + // Standard Error: 2 + .saturating_add(Weight::from_parts(1_261, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -117,12 +117,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `426 + s * (33 ±0)` // Estimated: `10404` - // Minimum execution time: 42_179_000 picoseconds. - Weight::from_parts(36_616_071, 10404) - // Standard Error: 1_414 - .saturating_add(Weight::from_parts(63_072, 0).saturating_mul(s.into())) - // Standard Error: 13 - .saturating_add(Weight::from_parts(1_249, 0).saturating_mul(z.into())) + // Minimum execution time: 42_557_000 picoseconds. + Weight::from_parts(36_648_061, 10404) + // Standard Error: 1_657 + .saturating_add(Weight::from_parts(72_424, 0).saturating_mul(s.into())) + // Standard Error: 16 + .saturating_add(Weight::from_parts(1_230, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -133,10 +133,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `301 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 29_992_000 picoseconds. - Weight::from_parts(31_275_615, 6811) - // Standard Error: 570 - .saturating_add(Weight::from_parts(54_565, 0).saturating_mul(s.into())) + // Minimum execution time: 29_885_000 picoseconds. + Weight::from_parts(31_764_655, 6811) + // Standard Error: 3_487 + .saturating_add(Weight::from_parts(48_634, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -147,10 +147,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `320` // Estimated: `6811` - // Minimum execution time: 20_182_000 picoseconds. - Weight::from_parts(21_336_213, 6811) - // Standard Error: 331 - .saturating_add(Weight::from_parts(45_709, 0).saturating_mul(s.into())) + // Minimum execution time: 19_690_000 picoseconds. + Weight::from_parts(21_052_199, 6811) + // Standard Error: 488 + .saturating_add(Weight::from_parts(54_268, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -161,10 +161,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `492 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 31_075_000 picoseconds. - Weight::from_parts(32_144_520, 6811) - // Standard Error: 489 - .saturating_add(Weight::from_parts(52_867, 0).saturating_mul(s.into())) + // Minimum execution time: 31_064_000 picoseconds. + Weight::from_parts(32_195_835, 6811) + // Standard Error: 472 + .saturating_add(Weight::from_parts(53_236, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -177,10 +177,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_317_000 picoseconds. - Weight::from_parts(11_814_523, 0) - // Standard Error: 1 - .saturating_add(Weight::from_parts(517, 0).saturating_mul(z.into())) + // Minimum execution time: 11_447_000 picoseconds. + Weight::from_parts(11_916_286, 0) + // Standard Error: 2 + .saturating_add(Weight::from_parts(554, 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) @@ -190,12 +190,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `301 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 37_081_000 picoseconds. - Weight::from_parts(32_502_180, 6811) - // Standard Error: 474 - .saturating_add(Weight::from_parts(52_169, 0).saturating_mul(s.into())) - // Standard Error: 4 - .saturating_add(Weight::from_parts(1_259, 0).saturating_mul(z.into())) + // Minimum execution time: 36_943_000 picoseconds. + Weight::from_parts(32_418_203, 6811) + // Standard Error: 517 + .saturating_add(Weight::from_parts(53_515, 0).saturating_mul(s.into())) + // Standard Error: 5 + .saturating_add(Weight::from_parts(1_260, 0).saturating_mul(z.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -207,12 +207,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `320` // Estimated: `6811` - // Minimum execution time: 26_411_000 picoseconds. - Weight::from_parts(22_403_053, 6811) - // Standard Error: 347 - .saturating_add(Weight::from_parts(49_219, 0).saturating_mul(s.into())) - // Standard Error: 3 - .saturating_add(Weight::from_parts(1_242, 0).saturating_mul(z.into())) + // Minimum execution time: 26_801_000 picoseconds. + Weight::from_parts(22_289_559, 6811) + // Standard Error: 298 + .saturating_add(Weight::from_parts(52_342, 0).saturating_mul(s.into())) + // Standard Error: 2 + .saturating_add(Weight::from_parts(1_261, 0).saturating_mul(z.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -226,12 +226,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `426 + s * (33 ±0)` // Estimated: `10404` - // Minimum execution time: 42_179_000 picoseconds. - Weight::from_parts(36_616_071, 10404) - // Standard Error: 1_414 - .saturating_add(Weight::from_parts(63_072, 0).saturating_mul(s.into())) - // Standard Error: 13 - .saturating_add(Weight::from_parts(1_249, 0).saturating_mul(z.into())) + // Minimum execution time: 42_557_000 picoseconds. + Weight::from_parts(36_648_061, 10404) + // Standard Error: 1_657 + .saturating_add(Weight::from_parts(72_424, 0).saturating_mul(s.into())) + // Standard Error: 16 + .saturating_add(Weight::from_parts(1_230, 0).saturating_mul(z.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -242,10 +242,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `301 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 29_992_000 picoseconds. - Weight::from_parts(31_275_615, 6811) - // Standard Error: 570 - .saturating_add(Weight::from_parts(54_565, 0).saturating_mul(s.into())) + // Minimum execution time: 29_885_000 picoseconds. + Weight::from_parts(31_764_655, 6811) + // Standard Error: 3_487 + .saturating_add(Weight::from_parts(48_634, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -256,10 +256,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `320` // Estimated: `6811` - // Minimum execution time: 20_182_000 picoseconds. - Weight::from_parts(21_336_213, 6811) - // Standard Error: 331 - .saturating_add(Weight::from_parts(45_709, 0).saturating_mul(s.into())) + // Minimum execution time: 19_690_000 picoseconds. + Weight::from_parts(21_052_199, 6811) + // Standard Error: 488 + .saturating_add(Weight::from_parts(54_268, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -270,10 +270,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `492 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 31_075_000 picoseconds. - Weight::from_parts(32_144_520, 6811) - // Standard Error: 489 - .saturating_add(Weight::from_parts(52_867, 0).saturating_mul(s.into())) + // Minimum execution time: 31_064_000 picoseconds. + Weight::from_parts(32_195_835, 6811) + // Standard Error: 472 + .saturating_add(Weight::from_parts(53_236, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/nfts/src/weights.rs b/frame/nfts/src/weights.rs index 86438b8b147b8..a8681b70dd147 100644 --- a/frame/nfts/src/weights.rs +++ b/frame/nfts/src/weights.rs @@ -109,8 +109,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `182` // Estimated: `5038` - // Minimum execution time: 37_694_000 picoseconds. - Weight::from_parts(37_872_000, 5038) + // Minimum execution time: 36_863_000 picoseconds. + Weight::from_parts(37_344_000, 5038) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -128,8 +128,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `42` // Estimated: `5038` - // Minimum execution time: 24_875_000 picoseconds. - Weight::from_parts(25_334_000, 5038) + // Minimum execution time: 24_887_000 picoseconds. + Weight::from_parts(25_389_000, 5038) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -152,14 +152,16 @@ impl WeightInfo for SubstrateWeight { /// The range of component `m` is `[0, 1000]`. /// The range of component `c` is `[0, 1000]`. /// The range of component `a` is `[0, 1000]`. - fn destroy(_m: u32, _c: u32, a: u32, ) -> Weight { + fn destroy(m: u32, _c: u32, a: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `32186 + a * (332 ±0)` // Estimated: `2538589 + a * (2921 ±0)` - // Minimum execution time: 1_114_966_000 picoseconds. - Weight::from_parts(1_111_395_910, 2538589) - // Standard Error: 4_932 - .saturating_add(Weight::from_parts(5_507_077, 0).saturating_mul(a.into())) + // Minimum execution time: 1_112_120_000 picoseconds. + Weight::from_parts(1_075_874_332, 2538589) + // Standard Error: 5_602 + .saturating_add(Weight::from_parts(15_010, 0).saturating_mul(m.into())) + // Standard Error: 5_602 + .saturating_add(Weight::from_parts(5_457_074, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(1004_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(1005_u64)) @@ -182,8 +184,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `421` // Estimated: `18460` - // Minimum execution time: 47_985_000 picoseconds. - Weight::from_parts(48_841_000, 18460) + // Minimum execution time: 48_420_000 picoseconds. + Weight::from_parts(48_662_000, 18460) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -203,8 +205,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `421` // Estimated: `18460` - // Minimum execution time: 46_290_000 picoseconds. - Weight::from_parts(46_722_000, 18460) + // Minimum execution time: 46_354_000 picoseconds. + Weight::from_parts(47_039_000, 18460) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -228,8 +230,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `530` // Estimated: `14993` - // Minimum execution time: 48_075_000 picoseconds. - Weight::from_parts(48_384_000, 14993) + // Minimum execution time: 46_704_000 picoseconds. + Weight::from_parts(47_224_000, 14993) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -251,8 +253,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `559` // Estimated: `14926` - // Minimum execution time: 37_631_000 picoseconds. - Weight::from_parts(38_099_000, 14926) + // Minimum execution time: 38_548_000 picoseconds. + Weight::from_parts(38_946_000, 14926) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -267,10 +269,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `729 + i * (108 ±0)` // Estimated: `8077 + i * (3336 ±0)` - // Minimum execution time: 17_183_000 picoseconds. - Weight::from_parts(17_697_000, 8077) - // Standard Error: 20_944 - .saturating_add(Weight::from_parts(14_012_076, 0).saturating_mul(i.into())) + // Minimum execution time: 17_123_000 picoseconds. + Weight::from_parts(17_438_000, 8077) + // Standard Error: 17_176 + .saturating_add(Weight::from_parts(14_062_663, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) @@ -284,8 +286,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `401` // Estimated: `7047` - // Minimum execution time: 21_280_000 picoseconds. - Weight::from_parts(21_554_000, 7047) + // Minimum execution time: 21_688_000 picoseconds. + Weight::from_parts(32_018_000, 7047) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -297,8 +299,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `401` // Estimated: `7047` - // Minimum execution time: 21_107_000 picoseconds. - Weight::from_parts(21_425_000, 7047) + // Minimum execution time: 21_437_000 picoseconds. + Weight::from_parts(21_600_000, 7047) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -310,8 +312,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `306` // Estimated: `7087` - // Minimum execution time: 18_285_000 picoseconds. - Weight::from_parts(18_745_000, 7087) + // Minimum execution time: 18_485_000 picoseconds. + Weight::from_parts(18_937_000, 7087) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -325,8 +327,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `354` // Estimated: `7066` - // Minimum execution time: 24_816_000 picoseconds. - Weight::from_parts(25_069_000, 7066) + // Minimum execution time: 24_779_000 picoseconds. + Weight::from_parts(25_042_000, 7066) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -338,8 +340,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `335` // Estimated: `9627` - // Minimum execution time: 42_529_000 picoseconds. - Weight::from_parts(43_136_000, 9627) + // Minimum execution time: 42_652_000 picoseconds. + Weight::from_parts(43_121_000, 9627) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -351,8 +353,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `277` // Estimated: `3549` - // Minimum execution time: 19_858_000 picoseconds. - Weight::from_parts(20_171_000, 3549) + // Minimum execution time: 19_646_000 picoseconds. + Weight::from_parts(19_929_000, 3549) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -364,8 +366,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `242` // Estimated: `3549` - // Minimum execution time: 15_723_000 picoseconds. - Weight::from_parts(16_093_000, 3549) + // Minimum execution time: 16_340_000 picoseconds. + Weight::from_parts(16_525_000, 3549) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -377,8 +379,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `401` // Estimated: `7047` - // Minimum execution time: 20_421_000 picoseconds. - Weight::from_parts(20_668_000, 7047) + // Minimum execution time: 21_267_000 picoseconds. + Weight::from_parts(21_636_000, 7047) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -396,8 +398,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `505` // Estimated: `18045` - // Minimum execution time: 50_681_000 picoseconds. - Weight::from_parts(51_381_000, 18045) + // Minimum execution time: 50_174_000 picoseconds. + Weight::from_parts(50_827_000, 18045) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -409,8 +411,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `310` // Estimated: `7460` - // Minimum execution time: 28_543_000 picoseconds. - Weight::from_parts(28_962_000, 7460) + // Minimum execution time: 28_724_000 picoseconds. + Weight::from_parts(29_090_000, 7460) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -426,8 +428,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `916` // Estimated: `14507` - // Minimum execution time: 45_670_000 picoseconds. - Weight::from_parts(46_231_000, 14507) + // Minimum execution time: 45_905_000 picoseconds. + Weight::from_parts(46_418_000, 14507) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -439,8 +441,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `347` // Estimated: `8472` - // Minimum execution time: 19_336_000 picoseconds. - Weight::from_parts(19_727_000, 8472) + // Minimum execution time: 19_549_000 picoseconds. + Weight::from_parts(19_912_000, 8472) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -457,10 +459,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `803 + n * (364 ±0)` // Estimated: `15976 + n * (2921 ±0)` - // Minimum execution time: 29_115_000 picoseconds. - Weight::from_parts(29_328_000, 15976) - // Standard Error: 3_574 - .saturating_add(Weight::from_parts(5_504_833, 0).saturating_mul(n.into())) + // Minimum execution time: 28_861_000 picoseconds. + Weight::from_parts(29_173_000, 15976) + // Standard Error: 3_480 + .saturating_add(Weight::from_parts(5_497_410, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -481,8 +483,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `505` // Estimated: `17739` - // Minimum execution time: 41_078_000 picoseconds. - Weight::from_parts(41_396_000, 17739) + // Minimum execution time: 41_251_000 picoseconds. + Weight::from_parts(42_077_000, 17739) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -498,8 +500,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `608` // Estimated: `14201` - // Minimum execution time: 38_782_000 picoseconds. - Weight::from_parts(39_283_000, 14201) + // Minimum execution time: 39_305_000 picoseconds. + Weight::from_parts(39_778_000, 14201) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -515,8 +517,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `364` // Estimated: `14173` - // Minimum execution time: 36_135_000 picoseconds. - Weight::from_parts(36_725_000, 14173) + // Minimum execution time: 36_443_000 picoseconds. + Weight::from_parts(36_963_000, 14173) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -532,8 +534,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `475` // Estimated: `14173` - // Minimum execution time: 34_527_000 picoseconds. - Weight::from_parts(35_302_000, 14173) + // Minimum execution time: 35_024_000 picoseconds. + Weight::from_parts(35_522_000, 14173) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -545,8 +547,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `376` // Estimated: `7864` - // Minimum execution time: 22_994_000 picoseconds. - Weight::from_parts(23_701_000, 7864) + // Minimum execution time: 22_854_000 picoseconds. + Weight::from_parts(23_243_000, 7864) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -556,8 +558,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `384` // Estimated: `4326` - // Minimum execution time: 19_947_000 picoseconds. - Weight::from_parts(20_353_000, 4326) + // Minimum execution time: 20_048_000 picoseconds. + Weight::from_parts(20_369_000, 4326) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -567,8 +569,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `384` // Estimated: `4326` - // Minimum execution time: 19_004_000 picoseconds. - Weight::from_parts(19_260_000, 4326) + // Minimum execution time: 19_027_000 picoseconds. + Weight::from_parts(19_712_000, 4326) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -578,8 +580,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3517` - // Minimum execution time: 17_228_000 picoseconds. - Weight::from_parts(17_536_000, 3517) + // Minimum execution time: 16_995_000 picoseconds. + Weight::from_parts(17_306_000, 3517) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -591,8 +593,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `306` // Estimated: `7087` - // Minimum execution time: 19_650_000 picoseconds. - Weight::from_parts(20_306_000, 7087) + // Minimum execution time: 20_158_000 picoseconds. + Weight::from_parts(20_614_000, 7087) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -604,8 +606,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `289` // Estimated: `7072` - // Minimum execution time: 20_120_000 picoseconds. - Weight::from_parts(20_337_000, 7072) + // Minimum execution time: 20_028_000 picoseconds. + Weight::from_parts(20_671_000, 7072) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -621,8 +623,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `484` // Estimated: `11377` - // Minimum execution time: 25_266_000 picoseconds. - Weight::from_parts(25_672_000, 11377) + // Minimum execution time: 25_381_000 picoseconds. + Weight::from_parts(25_655_000, 11377) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -644,8 +646,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `671` // Estimated: `18480` - // Minimum execution time: 50_779_000 picoseconds. - Weight::from_parts(51_204_000, 18480) + // Minimum execution time: 50_392_000 picoseconds. + Weight::from_parts(50_884_000, 18480) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -654,10 +656,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_612_000 picoseconds. - Weight::from_parts(5_251_138, 0) - // Standard Error: 12_911 - .saturating_add(Weight::from_parts(3_680_269, 0).saturating_mul(n.into())) + // Minimum execution time: 2_854_000 picoseconds. + Weight::from_parts(5_329_544, 0) + // Standard Error: 12_875 + .saturating_add(Weight::from_parts(3_739_541, 0).saturating_mul(n.into())) } /// Storage: Nfts Item (r:2 w:0) /// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen) @@ -667,8 +669,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `460` // Estimated: `7662` - // Minimum execution time: 23_207_000 picoseconds. - Weight::from_parts(23_623_000, 7662) + // Minimum execution time: 22_784_000 picoseconds. + Weight::from_parts(23_371_000, 7662) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -680,8 +682,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `479` // Estimated: `7862` - // Minimum execution time: 22_299_000 picoseconds. - Weight::from_parts(33_694_000, 7862) + // Minimum execution time: 22_026_000 picoseconds. + Weight::from_parts(22_348_000, 7862) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -703,8 +705,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `800` // Estimated: `24321` - // Minimum execution time: 77_139_000 picoseconds. - Weight::from_parts(78_236_000, 24321) + // Minimum execution time: 76_455_000 picoseconds. + Weight::from_parts(77_527_000, 24321) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(10_u64)) } @@ -731,10 +733,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `595` // Estimated: `29192 + n * (2921 ±0)` - // Minimum execution time: 132_194_000 picoseconds. - Weight::from_parts(138_083_917, 29192) - // Standard Error: 61_505 - .saturating_add(Weight::from_parts(27_915_882, 0).saturating_mul(n.into())) + // Minimum execution time: 130_435_000 picoseconds. + Weight::from_parts(135_728_614, 29192) + // Standard Error: 96_534 + .saturating_add(Weight::from_parts(29_017_837, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(6_u64)) @@ -758,10 +760,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `625` // Estimated: `20142 + n * (2921 ±0)` - // Minimum execution time: 78_958_000 picoseconds. - Weight::from_parts(92_553_792, 20142) - // Standard Error: 86_310 - .saturating_add(Weight::from_parts(27_409_290, 0).saturating_mul(n.into())) + // Minimum execution time: 77_224_000 picoseconds. + Weight::from_parts(90_242_083, 20142) + // Standard Error: 75_028 + .saturating_add(Weight::from_parts(27_341_063, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -786,8 +788,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `182` // Estimated: `5038` - // Minimum execution time: 37_694_000 picoseconds. - Weight::from_parts(37_872_000, 5038) + // Minimum execution time: 36_863_000 picoseconds. + Weight::from_parts(37_344_000, 5038) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -805,8 +807,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `42` // Estimated: `5038` - // Minimum execution time: 24_875_000 picoseconds. - Weight::from_parts(25_334_000, 5038) + // Minimum execution time: 24_887_000 picoseconds. + Weight::from_parts(25_389_000, 5038) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -829,14 +831,16 @@ impl WeightInfo for () { /// The range of component `m` is `[0, 1000]`. /// The range of component `c` is `[0, 1000]`. /// The range of component `a` is `[0, 1000]`. - fn destroy(_m: u32, _c: u32, a: u32, ) -> Weight { + fn destroy(m: u32, _c: u32, a: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `32186 + a * (332 ±0)` // Estimated: `2538589 + a * (2921 ±0)` - // Minimum execution time: 1_114_966_000 picoseconds. - Weight::from_parts(1_111_395_910, 2538589) - // Standard Error: 4_932 - .saturating_add(Weight::from_parts(5_507_077, 0).saturating_mul(a.into())) + // Minimum execution time: 1_112_120_000 picoseconds. + Weight::from_parts(1_075_874_332, 2538589) + // Standard Error: 5_602 + .saturating_add(Weight::from_parts(15_010, 0).saturating_mul(m.into())) + // Standard Error: 5_602 + .saturating_add(Weight::from_parts(5_457_074, 0).saturating_mul(a.into())) .saturating_add(RocksDbWeight::get().reads(1004_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(RocksDbWeight::get().writes(1005_u64)) @@ -859,8 +863,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `421` // Estimated: `18460` - // Minimum execution time: 47_985_000 picoseconds. - Weight::from_parts(48_841_000, 18460) + // Minimum execution time: 48_420_000 picoseconds. + Weight::from_parts(48_662_000, 18460) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -880,8 +884,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `421` // Estimated: `18460` - // Minimum execution time: 46_290_000 picoseconds. - Weight::from_parts(46_722_000, 18460) + // Minimum execution time: 46_354_000 picoseconds. + Weight::from_parts(47_039_000, 18460) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -905,8 +909,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `530` // Estimated: `14993` - // Minimum execution time: 48_075_000 picoseconds. - Weight::from_parts(48_384_000, 14993) + // Minimum execution time: 46_704_000 picoseconds. + Weight::from_parts(47_224_000, 14993) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -928,8 +932,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `559` // Estimated: `14926` - // Minimum execution time: 37_631_000 picoseconds. - Weight::from_parts(38_099_000, 14926) + // Minimum execution time: 38_548_000 picoseconds. + Weight::from_parts(38_946_000, 14926) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -944,10 +948,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `729 + i * (108 ±0)` // Estimated: `8077 + i * (3336 ±0)` - // Minimum execution time: 17_183_000 picoseconds. - Weight::from_parts(17_697_000, 8077) - // Standard Error: 20_944 - .saturating_add(Weight::from_parts(14_012_076, 0).saturating_mul(i.into())) + // Minimum execution time: 17_123_000 picoseconds. + Weight::from_parts(17_438_000, 8077) + // Standard Error: 17_176 + .saturating_add(Weight::from_parts(14_062_663, 0).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(i.into()))) @@ -961,8 +965,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `401` // Estimated: `7047` - // Minimum execution time: 21_280_000 picoseconds. - Weight::from_parts(21_554_000, 7047) + // Minimum execution time: 21_688_000 picoseconds. + Weight::from_parts(32_018_000, 7047) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -974,8 +978,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `401` // Estimated: `7047` - // Minimum execution time: 21_107_000 picoseconds. - Weight::from_parts(21_425_000, 7047) + // Minimum execution time: 21_437_000 picoseconds. + Weight::from_parts(21_600_000, 7047) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -987,8 +991,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `306` // Estimated: `7087` - // Minimum execution time: 18_285_000 picoseconds. - Weight::from_parts(18_745_000, 7087) + // Minimum execution time: 18_485_000 picoseconds. + Weight::from_parts(18_937_000, 7087) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1002,8 +1006,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `354` // Estimated: `7066` - // Minimum execution time: 24_816_000 picoseconds. - Weight::from_parts(25_069_000, 7066) + // Minimum execution time: 24_779_000 picoseconds. + Weight::from_parts(25_042_000, 7066) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -1015,8 +1019,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `335` // Estimated: `9627` - // Minimum execution time: 42_529_000 picoseconds. - Weight::from_parts(43_136_000, 9627) + // Minimum execution time: 42_652_000 picoseconds. + Weight::from_parts(43_121_000, 9627) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -1028,8 +1032,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `277` // Estimated: `3549` - // Minimum execution time: 19_858_000 picoseconds. - Weight::from_parts(20_171_000, 3549) + // Minimum execution time: 19_646_000 picoseconds. + Weight::from_parts(19_929_000, 3549) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -1041,8 +1045,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `242` // Estimated: `3549` - // Minimum execution time: 15_723_000 picoseconds. - Weight::from_parts(16_093_000, 3549) + // Minimum execution time: 16_340_000 picoseconds. + Weight::from_parts(16_525_000, 3549) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1054,8 +1058,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `401` // Estimated: `7047` - // Minimum execution time: 20_421_000 picoseconds. - Weight::from_parts(20_668_000, 7047) + // Minimum execution time: 21_267_000 picoseconds. + Weight::from_parts(21_636_000, 7047) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1073,8 +1077,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `505` // Estimated: `18045` - // Minimum execution time: 50_681_000 picoseconds. - Weight::from_parts(51_381_000, 18045) + // Minimum execution time: 50_174_000 picoseconds. + Weight::from_parts(50_827_000, 18045) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1086,8 +1090,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `310` // Estimated: `7460` - // Minimum execution time: 28_543_000 picoseconds. - Weight::from_parts(28_962_000, 7460) + // Minimum execution time: 28_724_000 picoseconds. + Weight::from_parts(29_090_000, 7460) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1103,8 +1107,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `916` // Estimated: `14507` - // Minimum execution time: 45_670_000 picoseconds. - Weight::from_parts(46_231_000, 14507) + // Minimum execution time: 45_905_000 picoseconds. + Weight::from_parts(46_418_000, 14507) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1116,8 +1120,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `347` // Estimated: `8472` - // Minimum execution time: 19_336_000 picoseconds. - Weight::from_parts(19_727_000, 8472) + // Minimum execution time: 19_549_000 picoseconds. + Weight::from_parts(19_912_000, 8472) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1134,10 +1138,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `803 + n * (364 ±0)` // Estimated: `15976 + n * (2921 ±0)` - // Minimum execution time: 29_115_000 picoseconds. - Weight::from_parts(29_328_000, 15976) - // Standard Error: 3_574 - .saturating_add(Weight::from_parts(5_504_833, 0).saturating_mul(n.into())) + // Minimum execution time: 28_861_000 picoseconds. + Weight::from_parts(29_173_000, 15976) + // Standard Error: 3_480 + .saturating_add(Weight::from_parts(5_497_410, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -1158,8 +1162,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `505` // Estimated: `17739` - // Minimum execution time: 41_078_000 picoseconds. - Weight::from_parts(41_396_000, 17739) + // Minimum execution time: 41_251_000 picoseconds. + Weight::from_parts(42_077_000, 17739) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1175,8 +1179,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `608` // Estimated: `14201` - // Minimum execution time: 38_782_000 picoseconds. - Weight::from_parts(39_283_000, 14201) + // Minimum execution time: 39_305_000 picoseconds. + Weight::from_parts(39_778_000, 14201) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1192,8 +1196,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `364` // Estimated: `14173` - // Minimum execution time: 36_135_000 picoseconds. - Weight::from_parts(36_725_000, 14173) + // Minimum execution time: 36_443_000 picoseconds. + Weight::from_parts(36_963_000, 14173) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1209,8 +1213,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `475` // Estimated: `14173` - // Minimum execution time: 34_527_000 picoseconds. - Weight::from_parts(35_302_000, 14173) + // Minimum execution time: 35_024_000 picoseconds. + Weight::from_parts(35_522_000, 14173) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1222,8 +1226,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `376` // Estimated: `7864` - // Minimum execution time: 22_994_000 picoseconds. - Weight::from_parts(23_701_000, 7864) + // Minimum execution time: 22_854_000 picoseconds. + Weight::from_parts(23_243_000, 7864) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1233,8 +1237,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `384` // Estimated: `4326` - // Minimum execution time: 19_947_000 picoseconds. - Weight::from_parts(20_353_000, 4326) + // Minimum execution time: 20_048_000 picoseconds. + Weight::from_parts(20_369_000, 4326) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1244,8 +1248,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `384` // Estimated: `4326` - // Minimum execution time: 19_004_000 picoseconds. - Weight::from_parts(19_260_000, 4326) + // Minimum execution time: 19_027_000 picoseconds. + Weight::from_parts(19_712_000, 4326) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1255,8 +1259,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3517` - // Minimum execution time: 17_228_000 picoseconds. - Weight::from_parts(17_536_000, 3517) + // Minimum execution time: 16_995_000 picoseconds. + Weight::from_parts(17_306_000, 3517) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1268,8 +1272,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `306` // Estimated: `7087` - // Minimum execution time: 19_650_000 picoseconds. - Weight::from_parts(20_306_000, 7087) + // Minimum execution time: 20_158_000 picoseconds. + Weight::from_parts(20_614_000, 7087) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1281,8 +1285,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `289` // Estimated: `7072` - // Minimum execution time: 20_120_000 picoseconds. - Weight::from_parts(20_337_000, 7072) + // Minimum execution time: 20_028_000 picoseconds. + Weight::from_parts(20_671_000, 7072) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1298,8 +1302,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `484` // Estimated: `11377` - // Minimum execution time: 25_266_000 picoseconds. - Weight::from_parts(25_672_000, 11377) + // Minimum execution time: 25_381_000 picoseconds. + Weight::from_parts(25_655_000, 11377) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1321,8 +1325,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `671` // Estimated: `18480` - // Minimum execution time: 50_779_000 picoseconds. - Weight::from_parts(51_204_000, 18480) + // Minimum execution time: 50_392_000 picoseconds. + Weight::from_parts(50_884_000, 18480) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -1331,10 +1335,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_612_000 picoseconds. - Weight::from_parts(5_251_138, 0) - // Standard Error: 12_911 - .saturating_add(Weight::from_parts(3_680_269, 0).saturating_mul(n.into())) + // Minimum execution time: 2_854_000 picoseconds. + Weight::from_parts(5_329_544, 0) + // Standard Error: 12_875 + .saturating_add(Weight::from_parts(3_739_541, 0).saturating_mul(n.into())) } /// Storage: Nfts Item (r:2 w:0) /// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen) @@ -1344,8 +1348,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `460` // Estimated: `7662` - // Minimum execution time: 23_207_000 picoseconds. - Weight::from_parts(23_623_000, 7662) + // Minimum execution time: 22_784_000 picoseconds. + Weight::from_parts(23_371_000, 7662) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1357,8 +1361,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `479` // Estimated: `7862` - // Minimum execution time: 22_299_000 picoseconds. - Weight::from_parts(33_694_000, 7862) + // Minimum execution time: 22_026_000 picoseconds. + Weight::from_parts(22_348_000, 7862) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1380,8 +1384,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `800` // Estimated: `24321` - // Minimum execution time: 77_139_000 picoseconds. - Weight::from_parts(78_236_000, 24321) + // Minimum execution time: 76_455_000 picoseconds. + Weight::from_parts(77_527_000, 24321) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(10_u64)) } @@ -1408,10 +1412,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `595` // Estimated: `29192 + n * (2921 ±0)` - // Minimum execution time: 132_194_000 picoseconds. - Weight::from_parts(138_083_917, 29192) - // Standard Error: 61_505 - .saturating_add(Weight::from_parts(27_915_882, 0).saturating_mul(n.into())) + // Minimum execution time: 130_435_000 picoseconds. + Weight::from_parts(135_728_614, 29192) + // Standard Error: 96_534 + .saturating_add(Weight::from_parts(29_017_837, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(6_u64)) @@ -1435,10 +1439,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `625` // Estimated: `20142 + n * (2921 ±0)` - // Minimum execution time: 78_958_000 picoseconds. - Weight::from_parts(92_553_792, 20142) - // Standard Error: 86_310 - .saturating_add(Weight::from_parts(27_409_290, 0).saturating_mul(n.into())) + // Minimum execution time: 77_224_000 picoseconds. + Weight::from_parts(90_242_083, 20142) + // Standard Error: 75_028 + .saturating_add(Weight::from_parts(27_341_063, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) diff --git a/frame/nis/src/weights.rs b/frame/nis/src/weights.rs index f6c571b160642..7eee6b57ec346 100644 --- a/frame/nis/src/weights.rs +++ b/frame/nis/src/weights.rs @@ -78,10 +78,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `6182 + l * (48 ±0)` // Estimated: `63688` - // Minimum execution time: 32_296_000 picoseconds. - Weight::from_parts(39_198_528, 63688) - // Standard Error: 214 - .saturating_add(Weight::from_parts(43_631, 0).saturating_mul(l.into())) + // Minimum execution time: 32_459_000 picoseconds. + Weight::from_parts(39_404_690, 63688) + // Standard Error: 196 + .saturating_add(Weight::from_parts(46_651, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -95,8 +95,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `54184` // Estimated: `63688` - // Minimum execution time: 85_626_000 picoseconds. - Weight::from_parts(86_369_000, 63688) + // Minimum execution time: 87_103_000 picoseconds. + Weight::from_parts(87_934_000, 63688) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -111,10 +111,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `6182 + l * (48 ±0)` // Estimated: `63688` - // Minimum execution time: 38_206_000 picoseconds. - Weight::from_parts(40_234_902, 63688) - // Standard Error: 149 - .saturating_add(Weight::from_parts(34_519, 0).saturating_mul(l.into())) + // Minimum execution time: 38_863_000 picoseconds. + Weight::from_parts(40_781_272, 63688) + // Standard Error: 166 + .saturating_add(Weight::from_parts(35_467, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -126,8 +126,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `191` // Estimated: `5118` - // Minimum execution time: 36_053_000 picoseconds. - Weight::from_parts(36_570_000, 5118) + // Minimum execution time: 36_814_000 picoseconds. + Weight::from_parts(37_251_000, 5118) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -143,8 +143,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `360` // Estimated: `13378` - // Minimum execution time: 52_225_000 picoseconds. - Weight::from_parts(52_728_000, 13378) + // Minimum execution time: 52_876_000 picoseconds. + Weight::from_parts(53_290_000, 13378) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -162,8 +162,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `773` // Estimated: `15906` - // Minimum execution time: 76_668_000 picoseconds. - Weight::from_parts(77_685_000, 15906) + // Minimum execution time: 77_352_000 picoseconds. + Weight::from_parts(78_160_000, 15906) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -183,8 +183,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `835` // Estimated: `20620` - // Minimum execution time: 86_181_000 picoseconds. - Weight::from_parts(86_851_000, 20620) + // Minimum execution time: 86_064_000 picoseconds. + Weight::from_parts(87_705_000, 20620) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -204,8 +204,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `674` // Estimated: `20620` - // Minimum execution time: 74_189_000 picoseconds. - Weight::from_parts(74_631_000, 20620) + // Minimum execution time: 73_627_000 picoseconds. + Weight::from_parts(74_217_000, 20620) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -219,8 +219,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `6624` // Estimated: `12605` - // Minimum execution time: 22_902_000 picoseconds. - Weight::from_parts(23_376_000, 12605) + // Minimum execution time: 23_509_000 picoseconds. + Weight::from_parts(23_844_000, 12605) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -230,8 +230,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `42` // Estimated: `51487` - // Minimum execution time: 4_529_000 picoseconds. - Weight::from_parts(4_736_000, 51487) + // Minimum execution time: 4_645_000 picoseconds. + Weight::from_parts(4_838_000, 51487) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -241,8 +241,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_668_000 picoseconds. - Weight::from_parts(7_965_000, 0) + // Minimum execution time: 7_985_000 picoseconds. + Weight::from_parts(8_186_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } @@ -260,10 +260,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `6182 + l * (48 ±0)` // Estimated: `63688` - // Minimum execution time: 32_296_000 picoseconds. - Weight::from_parts(39_198_528, 63688) - // Standard Error: 214 - .saturating_add(Weight::from_parts(43_631, 0).saturating_mul(l.into())) + // Minimum execution time: 32_459_000 picoseconds. + Weight::from_parts(39_404_690, 63688) + // Standard Error: 196 + .saturating_add(Weight::from_parts(46_651, 0).saturating_mul(l.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -277,8 +277,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `54184` // Estimated: `63688` - // Minimum execution time: 85_626_000 picoseconds. - Weight::from_parts(86_369_000, 63688) + // Minimum execution time: 87_103_000 picoseconds. + Weight::from_parts(87_934_000, 63688) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -293,10 +293,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `6182 + l * (48 ±0)` // Estimated: `63688` - // Minimum execution time: 38_206_000 picoseconds. - Weight::from_parts(40_234_902, 63688) - // Standard Error: 149 - .saturating_add(Weight::from_parts(34_519, 0).saturating_mul(l.into())) + // Minimum execution time: 38_863_000 picoseconds. + Weight::from_parts(40_781_272, 63688) + // Standard Error: 166 + .saturating_add(Weight::from_parts(35_467, 0).saturating_mul(l.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -308,8 +308,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `191` // Estimated: `5118` - // Minimum execution time: 36_053_000 picoseconds. - Weight::from_parts(36_570_000, 5118) + // Minimum execution time: 36_814_000 picoseconds. + Weight::from_parts(37_251_000, 5118) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -325,8 +325,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `360` // Estimated: `13378` - // Minimum execution time: 52_225_000 picoseconds. - Weight::from_parts(52_728_000, 13378) + // Minimum execution time: 52_876_000 picoseconds. + Weight::from_parts(53_290_000, 13378) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -344,8 +344,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `773` // Estimated: `15906` - // Minimum execution time: 76_668_000 picoseconds. - Weight::from_parts(77_685_000, 15906) + // Minimum execution time: 77_352_000 picoseconds. + Weight::from_parts(78_160_000, 15906) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -365,8 +365,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `835` // Estimated: `20620` - // Minimum execution time: 86_181_000 picoseconds. - Weight::from_parts(86_851_000, 20620) + // Minimum execution time: 86_064_000 picoseconds. + Weight::from_parts(87_705_000, 20620) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -386,8 +386,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `674` // Estimated: `20620` - // Minimum execution time: 74_189_000 picoseconds. - Weight::from_parts(74_631_000, 20620) + // Minimum execution time: 73_627_000 picoseconds. + Weight::from_parts(74_217_000, 20620) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -401,8 +401,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `6624` // Estimated: `12605` - // Minimum execution time: 22_902_000 picoseconds. - Weight::from_parts(23_376_000, 12605) + // Minimum execution time: 23_509_000 picoseconds. + Weight::from_parts(23_844_000, 12605) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -412,8 +412,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `42` // Estimated: `51487` - // Minimum execution time: 4_529_000 picoseconds. - Weight::from_parts(4_736_000, 51487) + // Minimum execution time: 4_645_000 picoseconds. + Weight::from_parts(4_838_000, 51487) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -423,8 +423,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_668_000 picoseconds. - Weight::from_parts(7_965_000, 0) + // Minimum execution time: 7_985_000 picoseconds. + Weight::from_parts(8_186_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } } diff --git a/frame/nomination-pools/src/weights.rs b/frame/nomination-pools/src/weights.rs index 77d5b2c9b1a9f..b90050d4c9de8 100644 --- a/frame/nomination-pools/src/weights.rs +++ b/frame/nomination-pools/src/weights.rs @@ -108,8 +108,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3300` // Estimated: `52435` - // Minimum execution time: 160_412_000 picoseconds. - Weight::from_parts(161_324_000, 52435) + // Minimum execution time: 161_094_000 picoseconds. + Weight::from_parts(162_245_000, 52435) .saturating_add(T::DbWeight::get().reads(18_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) } @@ -137,8 +137,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3310` // Estimated: `49070` - // Minimum execution time: 155_883_000 picoseconds. - Weight::from_parts(157_770_000, 49070) + // Minimum execution time: 156_910_000 picoseconds. + Weight::from_parts(158_321_000, 49070) .saturating_add(T::DbWeight::get().reads(15_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) } @@ -168,8 +168,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3375` // Estimated: `52576` - // Minimum execution time: 176_074_000 picoseconds. - Weight::from_parts(177_696_000, 52576) + // Minimum execution time: 176_960_000 picoseconds. + Weight::from_parts(178_457_000, 52576) .saturating_add(T::DbWeight::get().reads(16_u64)) .saturating_add(T::DbWeight::get().writes(13_u64)) } @@ -189,8 +189,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1171` // Estimated: `19532` - // Minimum execution time: 61_861_000 picoseconds. - Weight::from_parts(62_389_000, 19532) + // Minimum execution time: 62_656_000 picoseconds. + Weight::from_parts(63_309_000, 19532) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -228,8 +228,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3586` // Estimated: `82816` - // Minimum execution time: 167_511_000 picoseconds. - Weight::from_parts(168_927_000, 82816) + // Minimum execution time: 162_339_000 picoseconds. + Weight::from_parts(163_610_000, 82816) .saturating_add(T::DbWeight::get().reads(19_u64)) .saturating_add(T::DbWeight::get().writes(13_u64)) } @@ -248,10 +248,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1687` // Estimated: `18031` - // Minimum execution time: 54_921_000 picoseconds. - Weight::from_parts(56_129_544, 18031) - // Standard Error: 2_695 - .saturating_add(Weight::from_parts(4_432, 0).saturating_mul(s.into())) + // Minimum execution time: 54_559_000 picoseconds. + Weight::from_parts(55_543_639, 18031) + // Standard Error: 422 + .saturating_add(Weight::from_parts(6_912, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -280,10 +280,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2115` // Estimated: `54662` - // Minimum execution time: 106_007_000 picoseconds. - Weight::from_parts(108_128_238, 54662) - // Standard Error: 2_673 - .saturating_add(Weight::from_parts(1_887, 0).saturating_mul(s.into())) + // Minimum execution time: 106_564_000 picoseconds. + Weight::from_parts(107_513_557, 54662) + // Standard Error: 1_357 + .saturating_add(Weight::from_parts(27_236, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -330,12 +330,14 @@ impl WeightInfo for SubstrateWeight { /// Storage: NominationPools ClaimPermissions (r:0 w:1) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. - fn withdraw_unbonded_kill(_s: u32, ) -> Weight { + fn withdraw_unbonded_kill(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `2470` // Estimated: `87490` - // Minimum execution time: 169_582_000 picoseconds. - Weight::from_parts(172_692_992, 87490) + // Minimum execution time: 170_702_000 picoseconds. + Weight::from_parts(173_791_313, 87490) + // Standard Error: 23_849 + .saturating_add(Weight::from_parts(41_355, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(20_u64)) .saturating_add(T::DbWeight::get().writes(18_u64)) } @@ -385,8 +387,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1289` // Estimated: `51410` - // Minimum execution time: 149_660_000 picoseconds. - Weight::from_parts(152_247_000, 51410) + // Minimum execution time: 148_942_000 picoseconds. + Weight::from_parts(152_603_000, 51410) .saturating_add(T::DbWeight::get().reads(21_u64)) .saturating_add(T::DbWeight::get().writes(15_u64)) } @@ -419,10 +421,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1849` // Estimated: `33934 + n * (2520 ±0)` - // Minimum execution time: 68_872_000 picoseconds. - Weight::from_parts(68_584_874, 33934) - // Standard Error: 5_907 - .saturating_add(Weight::from_parts(1_432_859, 0).saturating_mul(n.into())) + // Minimum execution time: 68_723_000 picoseconds. + Weight::from_parts(68_973_492, 33934) + // Standard Error: 7_046 + .saturating_add(Weight::from_parts(1_485_967, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5_u64)) @@ -438,8 +440,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1438` // Estimated: `11778` - // Minimum execution time: 36_402_000 picoseconds. - Weight::from_parts(36_673_000, 11778) + // Minimum execution time: 36_532_000 picoseconds. + Weight::from_parts(37_134_000, 11778) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -454,10 +456,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `531` // Estimated: `8909` - // Minimum execution time: 14_892_000 picoseconds. - Weight::from_parts(15_406_167, 8909) - // Standard Error: 63 - .saturating_add(Weight::from_parts(1_709, 0).saturating_mul(n.into())) + // Minimum execution time: 15_229_000 picoseconds. + Weight::from_parts(15_741_568, 8909) + // Standard Error: 70 + .saturating_add(Weight::from_parts(943, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -477,8 +479,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_655_000 picoseconds. - Weight::from_parts(8_072_000, 0) + // Minimum execution time: 7_213_000 picoseconds. + Weight::from_parts(7_475_000, 0) .saturating_add(T::DbWeight::get().writes(6_u64)) } /// Storage: NominationPools BondedPools (r:1 w:1) @@ -487,8 +489,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `531` // Estimated: `3685` - // Minimum execution time: 20_494_000 picoseconds. - Weight::from_parts(20_792_000, 3685) + // Minimum execution time: 20_443_000 picoseconds. + Weight::from_parts(20_744_000, 3685) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -514,8 +516,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2012` // Estimated: `29455` - // Minimum execution time: 66_518_000 picoseconds. - Weight::from_parts(66_932_000, 29455) + // Minimum execution time: 66_538_000 picoseconds. + Weight::from_parts(67_220_000, 29455) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -531,8 +533,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `770` // Estimated: `12324` - // Minimum execution time: 34_180_000 picoseconds. - Weight::from_parts(34_644_000, 12324) + // Minimum execution time: 34_195_000 picoseconds. + Weight::from_parts(34_686_000, 12324) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -542,8 +544,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `571` // Estimated: `3685` - // Minimum execution time: 19_598_000 picoseconds. - Weight::from_parts(19_778_000, 3685) + // Minimum execution time: 19_706_000 picoseconds. + Weight::from_parts(20_473_000, 3685) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -553,8 +555,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `531` // Estimated: `3685` - // Minimum execution time: 20_427_000 picoseconds. - Weight::from_parts(20_740_000, 3685) + // Minimum execution time: 20_414_000 picoseconds. + Weight::from_parts(20_779_000, 3685) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -566,8 +568,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `542` // Estimated: `7208` - // Minimum execution time: 15_287_000 picoseconds. - Weight::from_parts(15_590_000, 7208) + // Minimum execution time: 15_237_000 picoseconds. + Weight::from_parts(15_550_000, 7208) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -583,8 +585,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `968` // Estimated: `12324` - // Minimum execution time: 48_320_000 picoseconds. - Weight::from_parts(48_749_000, 12324) + // Minimum execution time: 48_756_000 picoseconds. + Weight::from_parts(49_366_000, 12324) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -624,8 +626,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3300` // Estimated: `52435` - // Minimum execution time: 160_412_000 picoseconds. - Weight::from_parts(161_324_000, 52435) + // Minimum execution time: 161_094_000 picoseconds. + Weight::from_parts(162_245_000, 52435) .saturating_add(RocksDbWeight::get().reads(18_u64)) .saturating_add(RocksDbWeight::get().writes(12_u64)) } @@ -653,8 +655,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3310` // Estimated: `49070` - // Minimum execution time: 155_883_000 picoseconds. - Weight::from_parts(157_770_000, 49070) + // Minimum execution time: 156_910_000 picoseconds. + Weight::from_parts(158_321_000, 49070) .saturating_add(RocksDbWeight::get().reads(15_u64)) .saturating_add(RocksDbWeight::get().writes(12_u64)) } @@ -684,8 +686,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3375` // Estimated: `52576` - // Minimum execution time: 176_074_000 picoseconds. - Weight::from_parts(177_696_000, 52576) + // Minimum execution time: 176_960_000 picoseconds. + Weight::from_parts(178_457_000, 52576) .saturating_add(RocksDbWeight::get().reads(16_u64)) .saturating_add(RocksDbWeight::get().writes(13_u64)) } @@ -705,8 +707,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1171` // Estimated: `19532` - // Minimum execution time: 61_861_000 picoseconds. - Weight::from_parts(62_389_000, 19532) + // Minimum execution time: 62_656_000 picoseconds. + Weight::from_parts(63_309_000, 19532) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -744,8 +746,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3586` // Estimated: `82816` - // Minimum execution time: 167_511_000 picoseconds. - Weight::from_parts(168_927_000, 82816) + // Minimum execution time: 162_339_000 picoseconds. + Weight::from_parts(163_610_000, 82816) .saturating_add(RocksDbWeight::get().reads(19_u64)) .saturating_add(RocksDbWeight::get().writes(13_u64)) } @@ -764,10 +766,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1687` // Estimated: `18031` - // Minimum execution time: 54_921_000 picoseconds. - Weight::from_parts(56_129_544, 18031) - // Standard Error: 2_695 - .saturating_add(Weight::from_parts(4_432, 0).saturating_mul(s.into())) + // Minimum execution time: 54_559_000 picoseconds. + Weight::from_parts(55_543_639, 18031) + // Standard Error: 422 + .saturating_add(Weight::from_parts(6_912, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -796,10 +798,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `2115` // Estimated: `54662` - // Minimum execution time: 106_007_000 picoseconds. - Weight::from_parts(108_128_238, 54662) - // Standard Error: 2_673 - .saturating_add(Weight::from_parts(1_887, 0).saturating_mul(s.into())) + // Minimum execution time: 106_564_000 picoseconds. + Weight::from_parts(107_513_557, 54662) + // Standard Error: 1_357 + .saturating_add(Weight::from_parts(27_236, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(8_u64)) } @@ -846,12 +848,14 @@ impl WeightInfo for () { /// Storage: NominationPools ClaimPermissions (r:0 w:1) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. - fn withdraw_unbonded_kill(_s: u32, ) -> Weight { + fn withdraw_unbonded_kill(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `2470` // Estimated: `87490` - // Minimum execution time: 169_582_000 picoseconds. - Weight::from_parts(172_692_992, 87490) + // Minimum execution time: 170_702_000 picoseconds. + Weight::from_parts(173_791_313, 87490) + // Standard Error: 23_849 + .saturating_add(Weight::from_parts(41_355, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(20_u64)) .saturating_add(RocksDbWeight::get().writes(18_u64)) } @@ -901,8 +905,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1289` // Estimated: `51410` - // Minimum execution time: 149_660_000 picoseconds. - Weight::from_parts(152_247_000, 51410) + // Minimum execution time: 148_942_000 picoseconds. + Weight::from_parts(152_603_000, 51410) .saturating_add(RocksDbWeight::get().reads(21_u64)) .saturating_add(RocksDbWeight::get().writes(15_u64)) } @@ -935,10 +939,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1849` // Estimated: `33934 + n * (2520 ±0)` - // Minimum execution time: 68_872_000 picoseconds. - Weight::from_parts(68_584_874, 33934) - // Standard Error: 5_907 - .saturating_add(Weight::from_parts(1_432_859, 0).saturating_mul(n.into())) + // Minimum execution time: 68_723_000 picoseconds. + Weight::from_parts(68_973_492, 33934) + // Standard Error: 7_046 + .saturating_add(Weight::from_parts(1_485_967, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(12_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(5_u64)) @@ -954,8 +958,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1438` // Estimated: `11778` - // Minimum execution time: 36_402_000 picoseconds. - Weight::from_parts(36_673_000, 11778) + // Minimum execution time: 36_532_000 picoseconds. + Weight::from_parts(37_134_000, 11778) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -970,10 +974,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `531` // Estimated: `8909` - // Minimum execution time: 14_892_000 picoseconds. - Weight::from_parts(15_406_167, 8909) - // Standard Error: 63 - .saturating_add(Weight::from_parts(1_709, 0).saturating_mul(n.into())) + // Minimum execution time: 15_229_000 picoseconds. + Weight::from_parts(15_741_568, 8909) + // Standard Error: 70 + .saturating_add(Weight::from_parts(943, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -993,8 +997,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_655_000 picoseconds. - Weight::from_parts(8_072_000, 0) + // Minimum execution time: 7_213_000 picoseconds. + Weight::from_parts(7_475_000, 0) .saturating_add(RocksDbWeight::get().writes(6_u64)) } /// Storage: NominationPools BondedPools (r:1 w:1) @@ -1003,8 +1007,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `531` // Estimated: `3685` - // Minimum execution time: 20_494_000 picoseconds. - Weight::from_parts(20_792_000, 3685) + // Minimum execution time: 20_443_000 picoseconds. + Weight::from_parts(20_744_000, 3685) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1030,8 +1034,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `2012` // Estimated: `29455` - // Minimum execution time: 66_518_000 picoseconds. - Weight::from_parts(66_932_000, 29455) + // Minimum execution time: 66_538_000 picoseconds. + Weight::from_parts(67_220_000, 29455) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -1047,8 +1051,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `770` // Estimated: `12324` - // Minimum execution time: 34_180_000 picoseconds. - Weight::from_parts(34_644_000, 12324) + // Minimum execution time: 34_195_000 picoseconds. + Weight::from_parts(34_686_000, 12324) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -1058,8 +1062,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `571` // Estimated: `3685` - // Minimum execution time: 19_598_000 picoseconds. - Weight::from_parts(19_778_000, 3685) + // Minimum execution time: 19_706_000 picoseconds. + Weight::from_parts(20_473_000, 3685) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1069,8 +1073,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `531` // Estimated: `3685` - // Minimum execution time: 20_427_000 picoseconds. - Weight::from_parts(20_740_000, 3685) + // Minimum execution time: 20_414_000 picoseconds. + Weight::from_parts(20_779_000, 3685) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1082,8 +1086,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `542` // Estimated: `7208` - // Minimum execution time: 15_287_000 picoseconds. - Weight::from_parts(15_590_000, 7208) + // Minimum execution time: 15_237_000 picoseconds. + Weight::from_parts(15_550_000, 7208) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1099,8 +1103,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `968` // Estimated: `12324` - // Minimum execution time: 48_320_000 picoseconds. - Weight::from_parts(48_749_000, 12324) + // Minimum execution time: 48_756_000 picoseconds. + Weight::from_parts(49_366_000, 12324) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/frame/preimage/src/weights.rs b/frame/preimage/src/weights.rs index a73f264117be2..891c7cdceb659 100644 --- a/frame/preimage/src/weights.rs +++ b/frame/preimage/src/weights.rs @@ -77,10 +77,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `143` // Estimated: `3556` - // Minimum execution time: 27_057_000 picoseconds. - Weight::from_parts(27_445_000, 3556) + // Minimum execution time: 27_544_000 picoseconds. + Weight::from_parts(27_745_000, 3556) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_451, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_457, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -93,10 +93,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 17_002_000 picoseconds. - Weight::from_parts(17_175_000, 3556) - // Standard Error: 0 - .saturating_add(Weight::from_parts(1_453, 0).saturating_mul(s.into())) + // Minimum execution time: 17_214_000 picoseconds. + Weight::from_parts(17_457_000, 3556) + // Standard Error: 1 + .saturating_add(Weight::from_parts(1_461, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -109,10 +109,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 16_384_000 picoseconds. - Weight::from_parts(16_609_000, 3556) + // Minimum execution time: 16_435_000 picoseconds. + Weight::from_parts(16_578_000, 3556) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_453, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_459, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -124,8 +124,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `289` // Estimated: `3556` - // Minimum execution time: 33_732_000 picoseconds. - Weight::from_parts(34_588_000, 3556) + // Minimum execution time: 33_087_000 picoseconds. + Weight::from_parts(34_893_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -137,8 +137,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 20_953_000 picoseconds. - Weight::from_parts(22_540_000, 3556) + // Minimum execution time: 20_919_000 picoseconds. + Weight::from_parts(21_719_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -148,8 +148,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `188` // Estimated: `3556` - // Minimum execution time: 19_061_000 picoseconds. - Weight::from_parts(20_267_000, 3556) + // Minimum execution time: 19_321_000 picoseconds. + Weight::from_parts(20_282_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -159,8 +159,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 11_322_000 picoseconds. - Weight::from_parts(12_276_000, 3556) + // Minimum execution time: 11_846_000 picoseconds. + Weight::from_parts(12_266_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -170,8 +170,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3556` - // Minimum execution time: 13_473_000 picoseconds. - Weight::from_parts(14_322_000, 3556) + // Minimum execution time: 13_897_000 picoseconds. + Weight::from_parts(14_257_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -181,8 +181,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 8_533_000 picoseconds. - Weight::from_parts(8_720_000, 3556) + // Minimum execution time: 8_762_000 picoseconds. + Weight::from_parts(9_102_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -194,8 +194,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 20_694_000 picoseconds. - Weight::from_parts(21_946_000, 3556) + // Minimum execution time: 19_573_000 picoseconds. + Weight::from_parts(20_682_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -205,8 +205,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 8_261_000 picoseconds. - Weight::from_parts(8_584_000, 3556) + // Minimum execution time: 8_603_000 picoseconds. + Weight::from_parts(8_809_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -216,8 +216,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 8_542_000 picoseconds. - Weight::from_parts(8_840_000, 3556) + // Minimum execution time: 8_489_000 picoseconds. + Weight::from_parts(8_832_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -234,10 +234,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `143` // Estimated: `3556` - // Minimum execution time: 27_057_000 picoseconds. - Weight::from_parts(27_445_000, 3556) + // Minimum execution time: 27_544_000 picoseconds. + Weight::from_parts(27_745_000, 3556) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_451, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_457, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -250,10 +250,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 17_002_000 picoseconds. - Weight::from_parts(17_175_000, 3556) - // Standard Error: 0 - .saturating_add(Weight::from_parts(1_453, 0).saturating_mul(s.into())) + // Minimum execution time: 17_214_000 picoseconds. + Weight::from_parts(17_457_000, 3556) + // Standard Error: 1 + .saturating_add(Weight::from_parts(1_461, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -266,10 +266,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 16_384_000 picoseconds. - Weight::from_parts(16_609_000, 3556) + // Minimum execution time: 16_435_000 picoseconds. + Weight::from_parts(16_578_000, 3556) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_453, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_459, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -281,8 +281,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `289` // Estimated: `3556` - // Minimum execution time: 33_732_000 picoseconds. - Weight::from_parts(34_588_000, 3556) + // Minimum execution time: 33_087_000 picoseconds. + Weight::from_parts(34_893_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -294,8 +294,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 20_953_000 picoseconds. - Weight::from_parts(22_540_000, 3556) + // Minimum execution time: 20_919_000 picoseconds. + Weight::from_parts(21_719_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -305,8 +305,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `188` // Estimated: `3556` - // Minimum execution time: 19_061_000 picoseconds. - Weight::from_parts(20_267_000, 3556) + // Minimum execution time: 19_321_000 picoseconds. + Weight::from_parts(20_282_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -316,8 +316,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 11_322_000 picoseconds. - Weight::from_parts(12_276_000, 3556) + // Minimum execution time: 11_846_000 picoseconds. + Weight::from_parts(12_266_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -327,8 +327,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3556` - // Minimum execution time: 13_473_000 picoseconds. - Weight::from_parts(14_322_000, 3556) + // Minimum execution time: 13_897_000 picoseconds. + Weight::from_parts(14_257_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -338,8 +338,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 8_533_000 picoseconds. - Weight::from_parts(8_720_000, 3556) + // Minimum execution time: 8_762_000 picoseconds. + Weight::from_parts(9_102_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -351,8 +351,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 20_694_000 picoseconds. - Weight::from_parts(21_946_000, 3556) + // Minimum execution time: 19_573_000 picoseconds. + Weight::from_parts(20_682_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -362,8 +362,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 8_261_000 picoseconds. - Weight::from_parts(8_584_000, 3556) + // Minimum execution time: 8_603_000 picoseconds. + Weight::from_parts(8_809_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -373,8 +373,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 8_542_000 picoseconds. - Weight::from_parts(8_840_000, 3556) + // Minimum execution time: 8_489_000 picoseconds. + Weight::from_parts(8_832_000, 3556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/proxy/src/weights.rs b/frame/proxy/src/weights.rs index c97ba568c750d..32fd80d3c6368 100644 --- a/frame/proxy/src/weights.rs +++ b/frame/proxy/src/weights.rs @@ -73,10 +73,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 16_120_000 picoseconds. - Weight::from_parts(16_842_667, 4706) - // Standard Error: 1_246 - .saturating_add(Weight::from_parts(27_645, 0).saturating_mul(p.into())) + // Minimum execution time: 16_348_000 picoseconds. + Weight::from_parts(17_081_085, 4706) + // Standard Error: 1_568 + .saturating_add(Weight::from_parts(31_761, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: Proxy Proxies (r:1 w:0) @@ -91,12 +91,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `488 + a * (68 ±0) + p * (37 ±0)` // Estimated: `13997` - // Minimum execution time: 38_047_000 picoseconds. - Weight::from_parts(37_661_597, 13997) - // Standard Error: 4_351 - .saturating_add(Weight::from_parts(154_316, 0).saturating_mul(a.into())) - // Standard Error: 4_496 - .saturating_add(Weight::from_parts(57_295, 0).saturating_mul(p.into())) + // Minimum execution time: 38_775_000 picoseconds. + Weight::from_parts(39_788_074, 13997) + // Standard Error: 4_359 + .saturating_add(Weight::from_parts(144_814, 0).saturating_mul(a.into())) + // Standard Error: 4_504 + .saturating_add(Weight::from_parts(18_535, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -106,16 +106,14 @@ impl WeightInfo for SubstrateWeight { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. - fn remove_announcement(a: u32, p: u32, ) -> Weight { + fn remove_announcement(a: u32, _p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `403 + a * (68 ±0)` // Estimated: `9291` - // Minimum execution time: 22_404_000 picoseconds. - Weight::from_parts(23_183_006, 9291) - // Standard Error: 1_695 - .saturating_add(Weight::from_parts(172_410, 0).saturating_mul(a.into())) - // Standard Error: 1_751 - .saturating_add(Weight::from_parts(6_549, 0).saturating_mul(p.into())) + // Minimum execution time: 22_958_000 picoseconds. + Weight::from_parts(23_866_941, 9291) + // Standard Error: 1_465 + .saturating_add(Weight::from_parts(171_998, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -125,14 +123,16 @@ impl WeightInfo for SubstrateWeight { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. - fn reject_announcement(a: u32, _p: u32, ) -> Weight { + fn reject_announcement(a: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `403 + a * (68 ±0)` // Estimated: `9291` - // Minimum execution time: 22_462_000 picoseconds. - Weight::from_parts(23_711_854, 9291) - // Standard Error: 1_563 - .saturating_add(Weight::from_parts(169_220, 0).saturating_mul(a.into())) + // Minimum execution time: 22_573_000 picoseconds. + Weight::from_parts(23_883_587, 9291) + // Standard Error: 2_836 + .saturating_add(Weight::from_parts(168_854, 0).saturating_mul(a.into())) + // Standard Error: 2_931 + .saturating_add(Weight::from_parts(4_928, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -148,12 +148,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `420 + a * (68 ±0) + p * (37 ±0)` // Estimated: `13997` - // Minimum execution time: 31_255_000 picoseconds. - Weight::from_parts(34_331_892, 13997) - // Standard Error: 4_422 - .saturating_add(Weight::from_parts(152_737, 0).saturating_mul(a.into())) - // Standard Error: 4_568 - .saturating_add(Weight::from_parts(52_726, 0).saturating_mul(p.into())) + // Minimum execution time: 32_053_000 picoseconds. + Weight::from_parts(35_372_454, 13997) + // Standard Error: 4_436 + .saturating_add(Weight::from_parts(143_246, 0).saturating_mul(a.into())) + // Standard Error: 4_583 + .saturating_add(Weight::from_parts(41_986, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -164,10 +164,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 24_401_000 picoseconds. - Weight::from_parts(24_988_363, 4706) - // Standard Error: 1_804 - .saturating_add(Weight::from_parts(57_171, 0).saturating_mul(p.into())) + // Minimum execution time: 24_538_000 picoseconds. + Weight::from_parts(25_448_253, 4706) + // Standard Error: 1_582 + .saturating_add(Weight::from_parts(54_817, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -178,10 +178,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 23_763_000 picoseconds. - Weight::from_parts(24_939_514, 4706) - // Standard Error: 1_670 - .saturating_add(Weight::from_parts(65_743, 0).saturating_mul(p.into())) + // Minimum execution time: 24_406_000 picoseconds. + Weight::from_parts(25_501_188, 4706) + // Standard Error: 1_523 + .saturating_add(Weight::from_parts(54_685, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -192,22 +192,24 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 19_479_000 picoseconds. - Weight::from_parts(20_098_627, 4706) - // Standard Error: 1_305 - .saturating_add(Weight::from_parts(24_882, 0).saturating_mul(p.into())) + // Minimum execution time: 19_540_000 picoseconds. + Weight::from_parts(20_215_882, 4706) + // Standard Error: 1_324 + .saturating_add(Weight::from_parts(28_106, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Proxy Proxies (r:1 w:1) /// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen) /// The range of component `p` is `[1, 31]`. - fn create_pure(_p: u32, ) -> Weight { + fn create_pure(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `173` // Estimated: `4706` - // Minimum execution time: 25_937_000 picoseconds. - Weight::from_parts(27_672_376, 4706) + // Minimum execution time: 26_261_000 picoseconds. + Weight::from_parts(26_967_085, 4706) + // Standard Error: 8_500 + .saturating_add(Weight::from_parts(27_062, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -218,10 +220,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `198 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 20_209_000 picoseconds. - Weight::from_parts(20_872_572, 4706) - // Standard Error: 1_121 - .saturating_add(Weight::from_parts(35_391, 0).saturating_mul(p.into())) + // Minimum execution time: 20_481_000 picoseconds. + Weight::from_parts(21_070_843, 4706) + // Standard Error: 1_278 + .saturating_add(Weight::from_parts(33_764, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -236,10 +238,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 16_120_000 picoseconds. - Weight::from_parts(16_842_667, 4706) - // Standard Error: 1_246 - .saturating_add(Weight::from_parts(27_645, 0).saturating_mul(p.into())) + // Minimum execution time: 16_348_000 picoseconds. + Weight::from_parts(17_081_085, 4706) + // Standard Error: 1_568 + .saturating_add(Weight::from_parts(31_761, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) } /// Storage: Proxy Proxies (r:1 w:0) @@ -254,12 +256,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `488 + a * (68 ±0) + p * (37 ±0)` // Estimated: `13997` - // Minimum execution time: 38_047_000 picoseconds. - Weight::from_parts(37_661_597, 13997) - // Standard Error: 4_351 - .saturating_add(Weight::from_parts(154_316, 0).saturating_mul(a.into())) - // Standard Error: 4_496 - .saturating_add(Weight::from_parts(57_295, 0).saturating_mul(p.into())) + // Minimum execution time: 38_775_000 picoseconds. + Weight::from_parts(39_788_074, 13997) + // Standard Error: 4_359 + .saturating_add(Weight::from_parts(144_814, 0).saturating_mul(a.into())) + // Standard Error: 4_504 + .saturating_add(Weight::from_parts(18_535, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -269,16 +271,14 @@ impl WeightInfo for () { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. - fn remove_announcement(a: u32, p: u32, ) -> Weight { + fn remove_announcement(a: u32, _p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `403 + a * (68 ±0)` // Estimated: `9291` - // Minimum execution time: 22_404_000 picoseconds. - Weight::from_parts(23_183_006, 9291) - // Standard Error: 1_695 - .saturating_add(Weight::from_parts(172_410, 0).saturating_mul(a.into())) - // Standard Error: 1_751 - .saturating_add(Weight::from_parts(6_549, 0).saturating_mul(p.into())) + // Minimum execution time: 22_958_000 picoseconds. + Weight::from_parts(23_866_941, 9291) + // Standard Error: 1_465 + .saturating_add(Weight::from_parts(171_998, 0).saturating_mul(a.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -288,14 +288,16 @@ impl WeightInfo for () { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. - fn reject_announcement(a: u32, _p: u32, ) -> Weight { + fn reject_announcement(a: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `403 + a * (68 ±0)` // Estimated: `9291` - // Minimum execution time: 22_462_000 picoseconds. - Weight::from_parts(23_711_854, 9291) - // Standard Error: 1_563 - .saturating_add(Weight::from_parts(169_220, 0).saturating_mul(a.into())) + // Minimum execution time: 22_573_000 picoseconds. + Weight::from_parts(23_883_587, 9291) + // Standard Error: 2_836 + .saturating_add(Weight::from_parts(168_854, 0).saturating_mul(a.into())) + // Standard Error: 2_931 + .saturating_add(Weight::from_parts(4_928, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -311,12 +313,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `420 + a * (68 ±0) + p * (37 ±0)` // Estimated: `13997` - // Minimum execution time: 31_255_000 picoseconds. - Weight::from_parts(34_331_892, 13997) - // Standard Error: 4_422 - .saturating_add(Weight::from_parts(152_737, 0).saturating_mul(a.into())) - // Standard Error: 4_568 - .saturating_add(Weight::from_parts(52_726, 0).saturating_mul(p.into())) + // Minimum execution time: 32_053_000 picoseconds. + Weight::from_parts(35_372_454, 13997) + // Standard Error: 4_436 + .saturating_add(Weight::from_parts(143_246, 0).saturating_mul(a.into())) + // Standard Error: 4_583 + .saturating_add(Weight::from_parts(41_986, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -327,10 +329,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 24_401_000 picoseconds. - Weight::from_parts(24_988_363, 4706) - // Standard Error: 1_804 - .saturating_add(Weight::from_parts(57_171, 0).saturating_mul(p.into())) + // Minimum execution time: 24_538_000 picoseconds. + Weight::from_parts(25_448_253, 4706) + // Standard Error: 1_582 + .saturating_add(Weight::from_parts(54_817, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -341,10 +343,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 23_763_000 picoseconds. - Weight::from_parts(24_939_514, 4706) - // Standard Error: 1_670 - .saturating_add(Weight::from_parts(65_743, 0).saturating_mul(p.into())) + // Minimum execution time: 24_406_000 picoseconds. + Weight::from_parts(25_501_188, 4706) + // Standard Error: 1_523 + .saturating_add(Weight::from_parts(54_685, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -355,22 +357,24 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 19_479_000 picoseconds. - Weight::from_parts(20_098_627, 4706) - // Standard Error: 1_305 - .saturating_add(Weight::from_parts(24_882, 0).saturating_mul(p.into())) + // Minimum execution time: 19_540_000 picoseconds. + Weight::from_parts(20_215_882, 4706) + // Standard Error: 1_324 + .saturating_add(Weight::from_parts(28_106, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Proxy Proxies (r:1 w:1) /// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen) /// The range of component `p` is `[1, 31]`. - fn create_pure(_p: u32, ) -> Weight { + fn create_pure(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `173` // Estimated: `4706` - // Minimum execution time: 25_937_000 picoseconds. - Weight::from_parts(27_672_376, 4706) + // Minimum execution time: 26_261_000 picoseconds. + Weight::from_parts(26_967_085, 4706) + // Standard Error: 8_500 + .saturating_add(Weight::from_parts(27_062, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -381,10 +385,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `198 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 20_209_000 picoseconds. - Weight::from_parts(20_872_572, 4706) - // Standard Error: 1_121 - .saturating_add(Weight::from_parts(35_391, 0).saturating_mul(p.into())) + // Minimum execution time: 20_481_000 picoseconds. + Weight::from_parts(21_070_843, 4706) + // Standard Error: 1_278 + .saturating_add(Weight::from_parts(33_764, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/ranked-collective/src/weights.rs b/frame/ranked-collective/src/weights.rs index 66919af94b4c6..4343f51c5fae5 100644 --- a/frame/ranked-collective/src/weights.rs +++ b/frame/ranked-collective/src/weights.rs @@ -74,8 +74,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `109` // Estimated: `6986` - // Minimum execution time: 18_558_000 picoseconds. - Weight::from_parts(18_984_000, 6986) + // Minimum execution time: 18_442_000 picoseconds. + Weight::from_parts(18_996_000, 6986) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -92,10 +92,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `583 + r * (281 ±0)` // Estimated: `14024 + r * (7547 ±0)` - // Minimum execution time: 29_857_000 picoseconds. - Weight::from_parts(33_306_771, 14024) - // Standard Error: 21_070 - .saturating_add(Weight::from_parts(12_707_867, 0).saturating_mul(r.into())) + // Minimum execution time: 30_172_000 picoseconds. + Weight::from_parts(34_038_450, 14024) + // Standard Error: 22_658 + .saturating_add(Weight::from_parts(12_688_929, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -115,10 +115,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `281 + r * (17 ±0)` // Estimated: `6986` - // Minimum execution time: 21_153_000 picoseconds. - Weight::from_parts(22_009_723, 6986) - // Standard Error: 4_868 - .saturating_add(Weight::from_parts(275_329, 0).saturating_mul(r.into())) + // Minimum execution time: 21_683_000 picoseconds. + Weight::from_parts(21_620_905, 6986) + // Standard Error: 43_301 + .saturating_add(Weight::from_parts(506_826, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -135,10 +135,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `599 + r * (72 ±0)` // Estimated: `14024` - // Minimum execution time: 30_073_000 picoseconds. - Weight::from_parts(32_315_111, 14024) - // Standard Error: 28_753 - .saturating_add(Weight::from_parts(672_232, 0).saturating_mul(r.into())) + // Minimum execution time: 30_254_000 picoseconds. + Weight::from_parts(32_678_778, 14024) + // Standard Error: 27_822 + .saturating_add(Weight::from_parts(655_170, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -154,8 +154,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `595` // Estimated: `230816` - // Minimum execution time: 46_389_000 picoseconds. - Weight::from_parts(46_971_000, 230816) + // Minimum execution time: 47_313_000 picoseconds. + Weight::from_parts(47_741_000, 230816) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -170,10 +170,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `429 + n * (50 ±0)` // Estimated: `8364 + n * (2540 ±0)` - // Minimum execution time: 15_163_000 picoseconds. - Weight::from_parts(19_698_097, 8364) - // Standard Error: 3_271 - .saturating_add(Weight::from_parts(1_002_132, 0).saturating_mul(n.into())) + // Minimum execution time: 15_849_000 picoseconds. + Weight::from_parts(20_371_988, 8364) + // Standard Error: 7_247 + .saturating_add(Weight::from_parts(1_011_094, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) @@ -195,8 +195,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `109` // Estimated: `6986` - // Minimum execution time: 18_558_000 picoseconds. - Weight::from_parts(18_984_000, 6986) + // Minimum execution time: 18_442_000 picoseconds. + Weight::from_parts(18_996_000, 6986) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -213,10 +213,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `583 + r * (281 ±0)` // Estimated: `14024 + r * (7547 ±0)` - // Minimum execution time: 29_857_000 picoseconds. - Weight::from_parts(33_306_771, 14024) - // Standard Error: 21_070 - .saturating_add(Weight::from_parts(12_707_867, 0).saturating_mul(r.into())) + // Minimum execution time: 30_172_000 picoseconds. + Weight::from_parts(34_038_450, 14024) + // Standard Error: 22_658 + .saturating_add(Weight::from_parts(12_688_929, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(4_u64)) @@ -236,10 +236,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `281 + r * (17 ±0)` // Estimated: `6986` - // Minimum execution time: 21_153_000 picoseconds. - Weight::from_parts(22_009_723, 6986) - // Standard Error: 4_868 - .saturating_add(Weight::from_parts(275_329, 0).saturating_mul(r.into())) + // Minimum execution time: 21_683_000 picoseconds. + Weight::from_parts(21_620_905, 6986) + // Standard Error: 43_301 + .saturating_add(Weight::from_parts(506_826, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -256,10 +256,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `599 + r * (72 ±0)` // Estimated: `14024` - // Minimum execution time: 30_073_000 picoseconds. - Weight::from_parts(32_315_111, 14024) - // Standard Error: 28_753 - .saturating_add(Weight::from_parts(672_232, 0).saturating_mul(r.into())) + // Minimum execution time: 30_254_000 picoseconds. + Weight::from_parts(32_678_778, 14024) + // Standard Error: 27_822 + .saturating_add(Weight::from_parts(655_170, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -275,8 +275,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `595` // Estimated: `230816` - // Minimum execution time: 46_389_000 picoseconds. - Weight::from_parts(46_971_000, 230816) + // Minimum execution time: 47_313_000 picoseconds. + Weight::from_parts(47_741_000, 230816) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -291,10 +291,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `429 + n * (50 ±0)` // Estimated: `8364 + n * (2540 ±0)` - // Minimum execution time: 15_163_000 picoseconds. - Weight::from_parts(19_698_097, 8364) - // Standard Error: 3_271 - .saturating_add(Weight::from_parts(1_002_132, 0).saturating_mul(n.into())) + // Minimum execution time: 15_849_000 picoseconds. + Weight::from_parts(20_371_988, 8364) + // Standard Error: 7_247 + .saturating_add(Weight::from_parts(1_011_094, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(n.into()))) diff --git a/frame/recovery/src/weights.rs b/frame/recovery/src/weights.rs index 73cd79f259f30..ef6abc6fdabf2 100644 --- a/frame/recovery/src/weights.rs +++ b/frame/recovery/src/weights.rs @@ -71,8 +71,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `281` // Estimated: `3545` - // Minimum execution time: 9_871_000 picoseconds. - Weight::from_parts(10_265_000, 3545) + // Minimum execution time: 10_373_000 picoseconds. + Weight::from_parts(10_776_000, 3545) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: Recovery Proxy (r:0 w:1) @@ -81,8 +81,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_207_000 picoseconds. - Weight::from_parts(10_477_000, 0) + // Minimum execution time: 10_479_000 picoseconds. + Weight::from_parts(10_847_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Recovery Recoverable (r:1 w:1) @@ -92,10 +92,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `175` // Estimated: `3816` - // Minimum execution time: 23_744_000 picoseconds. - Weight::from_parts(24_471_525, 3816) - // Standard Error: 3_191 - .saturating_add(Weight::from_parts(44_963, 0).saturating_mul(n.into())) + // Minimum execution time: 23_647_000 picoseconds. + Weight::from_parts(24_472_948, 3816) + // Standard Error: 5_151 + .saturating_add(Weight::from_parts(96_756, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -107,8 +107,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `272` // Estimated: `7670` - // Minimum execution time: 28_323_000 picoseconds. - Weight::from_parts(29_116_000, 7670) + // Minimum execution time: 28_611_000 picoseconds. + Weight::from_parts(28_902_000, 7670) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -121,10 +121,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `360 + n * (64 ±0)` // Estimated: `7670` - // Minimum execution time: 20_530_000 picoseconds. - Weight::from_parts(21_387_291, 7670) - // Standard Error: 3_800 - .saturating_add(Weight::from_parts(128_496, 0).saturating_mul(n.into())) + // Minimum execution time: 20_419_000 picoseconds. + Weight::from_parts(21_261_379, 7670) + // Standard Error: 3_832 + .saturating_add(Weight::from_parts(162_187, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -139,10 +139,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `392 + n * (64 ±0)` // Estimated: `11215` - // Minimum execution time: 24_952_000 picoseconds. - Weight::from_parts(25_853_690, 11215) - // Standard Error: 3_875 - .saturating_add(Weight::from_parts(54_691, 0).saturating_mul(n.into())) + // Minimum execution time: 25_131_000 picoseconds. + Weight::from_parts(25_795_348, 11215) + // Standard Error: 3_703 + .saturating_add(Weight::from_parts(124_263, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -155,10 +155,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `513 + n * (32 ±0)` // Estimated: `7447` - // Minimum execution time: 30_088_000 picoseconds. - Weight::from_parts(30_928_118, 7447) - // Standard Error: 3_286 - .saturating_add(Weight::from_parts(78_898, 0).saturating_mul(n.into())) + // Minimum execution time: 30_415_000 picoseconds. + Weight::from_parts(31_266_924, 7447) + // Standard Error: 3_311 + .saturating_add(Weight::from_parts(69_636, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -171,10 +171,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `270 + n * (32 ±0)` // Estimated: `7670` - // Minimum execution time: 29_015_000 picoseconds. - Weight::from_parts(29_667_060, 7670) - // Standard Error: 4_170 - .saturating_add(Weight::from_parts(90_738, 0).saturating_mul(n.into())) + // Minimum execution time: 29_360_000 picoseconds. + Weight::from_parts(30_162_888, 7670) + // Standard Error: 3_590 + .saturating_add(Weight::from_parts(52_268, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -184,8 +184,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `281` // Estimated: `3545` - // Minimum execution time: 12_460_000 picoseconds. - Weight::from_parts(12_814_000, 3545) + // Minimum execution time: 12_642_000 picoseconds. + Weight::from_parts(12_899_000, 3545) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -199,8 +199,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `281` // Estimated: `3545` - // Minimum execution time: 9_871_000 picoseconds. - Weight::from_parts(10_265_000, 3545) + // Minimum execution time: 10_373_000 picoseconds. + Weight::from_parts(10_776_000, 3545) .saturating_add(RocksDbWeight::get().reads(1_u64)) } /// Storage: Recovery Proxy (r:0 w:1) @@ -209,8 +209,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_207_000 picoseconds. - Weight::from_parts(10_477_000, 0) + // Minimum execution time: 10_479_000 picoseconds. + Weight::from_parts(10_847_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Recovery Recoverable (r:1 w:1) @@ -220,10 +220,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `175` // Estimated: `3816` - // Minimum execution time: 23_744_000 picoseconds. - Weight::from_parts(24_471_525, 3816) - // Standard Error: 3_191 - .saturating_add(Weight::from_parts(44_963, 0).saturating_mul(n.into())) + // Minimum execution time: 23_647_000 picoseconds. + Weight::from_parts(24_472_948, 3816) + // Standard Error: 5_151 + .saturating_add(Weight::from_parts(96_756, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -235,8 +235,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `272` // Estimated: `7670` - // Minimum execution time: 28_323_000 picoseconds. - Weight::from_parts(29_116_000, 7670) + // Minimum execution time: 28_611_000 picoseconds. + Weight::from_parts(28_902_000, 7670) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -249,10 +249,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `360 + n * (64 ±0)` // Estimated: `7670` - // Minimum execution time: 20_530_000 picoseconds. - Weight::from_parts(21_387_291, 7670) - // Standard Error: 3_800 - .saturating_add(Weight::from_parts(128_496, 0).saturating_mul(n.into())) + // Minimum execution time: 20_419_000 picoseconds. + Weight::from_parts(21_261_379, 7670) + // Standard Error: 3_832 + .saturating_add(Weight::from_parts(162_187, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -267,10 +267,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `392 + n * (64 ±0)` // Estimated: `11215` - // Minimum execution time: 24_952_000 picoseconds. - Weight::from_parts(25_853_690, 11215) - // Standard Error: 3_875 - .saturating_add(Weight::from_parts(54_691, 0).saturating_mul(n.into())) + // Minimum execution time: 25_131_000 picoseconds. + Weight::from_parts(25_795_348, 11215) + // Standard Error: 3_703 + .saturating_add(Weight::from_parts(124_263, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -283,10 +283,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `513 + n * (32 ±0)` // Estimated: `7447` - // Minimum execution time: 30_088_000 picoseconds. - Weight::from_parts(30_928_118, 7447) - // Standard Error: 3_286 - .saturating_add(Weight::from_parts(78_898, 0).saturating_mul(n.into())) + // Minimum execution time: 30_415_000 picoseconds. + Weight::from_parts(31_266_924, 7447) + // Standard Error: 3_311 + .saturating_add(Weight::from_parts(69_636, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -299,10 +299,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `270 + n * (32 ±0)` // Estimated: `7670` - // Minimum execution time: 29_015_000 picoseconds. - Weight::from_parts(29_667_060, 7670) - // Standard Error: 4_170 - .saturating_add(Weight::from_parts(90_738, 0).saturating_mul(n.into())) + // Minimum execution time: 29_360_000 picoseconds. + Weight::from_parts(30_162_888, 7670) + // Standard Error: 3_590 + .saturating_add(Weight::from_parts(52_268, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -312,8 +312,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `281` // Estimated: `3545` - // Minimum execution time: 12_460_000 picoseconds. - Weight::from_parts(12_814_000, 3545) + // Minimum execution time: 12_642_000 picoseconds. + Weight::from_parts(12_899_000, 3545) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/referenda/src/weights.rs b/frame/referenda/src/weights.rs index 06b6b3a8ba165..3fcdbce17e630 100644 --- a/frame/referenda/src/weights.rs +++ b/frame/referenda/src/weights.rs @@ -96,8 +96,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `220` // Estimated: `111976` - // Minimum execution time: 36_288_000 picoseconds. - Weight::from_parts(36_852_000, 111976) + // Minimum execution time: 36_642_000 picoseconds. + Weight::from_parts(37_133_000, 111976) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -109,8 +109,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `473` // Estimated: `223815` - // Minimum execution time: 48_411_000 picoseconds. - Weight::from_parts(49_608_000, 223815) + // Minimum execution time: 50_469_000 picoseconds. + Weight::from_parts(50_959_000, 223815) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -124,8 +124,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3107` // Estimated: `12787` - // Minimum execution time: 47_166_000 picoseconds. - Weight::from_parts(47_572_000, 12787) + // Minimum execution time: 47_086_000 picoseconds. + Weight::from_parts(47_652_000, 12787) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -139,8 +139,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3127` // Estimated: `12787` - // Minimum execution time: 46_346_000 picoseconds. - Weight::from_parts(47_010_000, 12787) + // Minimum execution time: 46_726_000 picoseconds. + Weight::from_parts(47_326_000, 12787) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -154,8 +154,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `473` // Estimated: `227294` - // Minimum execution time: 59_891_000 picoseconds. - Weight::from_parts(60_382_000, 227294) + // Minimum execution time: 60_618_000 picoseconds. + Weight::from_parts(61_019_000, 227294) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -169,8 +169,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `473` // Estimated: `227294` - // Minimum execution time: 57_694_000 picoseconds. - Weight::from_parts(58_284_000, 227294) + // Minimum execution time: 58_121_000 picoseconds. + Weight::from_parts(58_958_000, 227294) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -180,8 +180,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `351` // Estimated: `3831` - // Minimum execution time: 27_166_000 picoseconds. - Weight::from_parts(27_652_000, 3831) + // Minimum execution time: 27_322_000 picoseconds. + Weight::from_parts(27_759_000, 3831) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -191,8 +191,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `341` // Estimated: `3831` - // Minimum execution time: 27_485_000 picoseconds. - Weight::from_parts(27_738_000, 3831) + // Minimum execution time: 27_930_000 picoseconds. + Weight::from_parts(28_541_000, 3831) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -204,8 +204,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `381` // Estimated: `223815` - // Minimum execution time: 36_359_000 picoseconds. - Weight::from_parts(36_898_000, 223815) + // Minimum execution time: 36_803_000 picoseconds. + Weight::from_parts(37_284_000, 223815) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -219,8 +219,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `622` // Estimated: `227332` - // Minimum execution time: 70_552_000 picoseconds. - Weight::from_parts(71_027_000, 227332) + // Minimum execution time: 70_956_000 picoseconds. + Weight::from_parts(71_669_000, 227332) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -232,8 +232,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `174` // Estimated: `8956` - // Minimum execution time: 10_524_000 picoseconds. - Weight::from_parts(10_710_000, 8956) + // Minimum execution time: 10_703_000 picoseconds. + Weight::from_parts(10_891_000, 8956) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -247,8 +247,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4567` // Estimated: `229292` - // Minimum execution time: 89_456_000 picoseconds. - Weight::from_parts(90_170_000, 229292) + // Minimum execution time: 91_220_000 picoseconds. + Weight::from_parts(91_734_000, 229292) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -262,8 +262,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4567` // Estimated: `229292` - // Minimum execution time: 91_298_000 picoseconds. - Weight::from_parts(92_063_000, 229292) + // Minimum execution time: 91_759_000 picoseconds. + Weight::from_parts(93_038_000, 229292) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -277,8 +277,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4588` // Estimated: `119795` - // Minimum execution time: 58_436_000 picoseconds. - Weight::from_parts(58_792_000, 119795) + // Minimum execution time: 58_987_000 picoseconds. + Weight::from_parts(59_603_000, 119795) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -292,8 +292,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4574` // Estimated: `119795` - // Minimum execution time: 58_487_000 picoseconds. - Weight::from_parts(59_062_000, 119795) + // Minimum execution time: 58_978_000 picoseconds. + Weight::from_parts(59_444_000, 119795) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -309,8 +309,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4548` // Estimated: `123274` - // Minimum execution time: 60_940_000 picoseconds. - Weight::from_parts(61_823_000, 123274) + // Minimum execution time: 60_961_000 picoseconds. + Weight::from_parts(62_018_000, 123274) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -326,8 +326,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4582` // Estimated: `123274` - // Minimum execution time: 60_942_000 picoseconds. - Weight::from_parts(61_667_000, 123274) + // Minimum execution time: 60_909_000 picoseconds. + Weight::from_parts(61_380_000, 123274) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -339,8 +339,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `333` // Estimated: `114318` - // Minimum execution time: 24_039_000 picoseconds. - Weight::from_parts(24_477_000, 114318) + // Minimum execution time: 24_312_000 picoseconds. + Weight::from_parts(24_825_000, 114318) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -352,8 +352,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `381` // Estimated: `114318` - // Minimum execution time: 24_399_000 picoseconds. - Weight::from_parts(24_673_000, 114318) + // Minimum execution time: 25_353_000 picoseconds. + Weight::from_parts(25_668_000, 114318) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -363,8 +363,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `278` // Estimated: `3831` - // Minimum execution time: 17_340_000 picoseconds. - Weight::from_parts(17_586_000, 3831) + // Minimum execution time: 17_660_000 picoseconds. + Weight::from_parts(17_863_000, 3831) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -378,8 +378,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `381` // Estimated: `117797` - // Minimum execution time: 33_980_000 picoseconds. - Weight::from_parts(34_456_000, 117797) + // Minimum execution time: 34_179_000 picoseconds. + Weight::from_parts(34_572_000, 117797) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -393,8 +393,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `381` // Estimated: `117797` - // Minimum execution time: 36_403_000 picoseconds. - Weight::from_parts(36_858_000, 117797) + // Minimum execution time: 36_507_000 picoseconds. + Weight::from_parts(37_338_000, 117797) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -406,8 +406,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `434` // Estimated: `114318` - // Minimum execution time: 30_062_000 picoseconds. - Weight::from_parts(30_503_000, 114318) + // Minimum execution time: 30_427_000 picoseconds. + Weight::from_parts(30_652_000, 114318) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -419,8 +419,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `417` // Estimated: `114318` - // Minimum execution time: 30_263_000 picoseconds. - Weight::from_parts(30_744_000, 114318) + // Minimum execution time: 30_853_000 picoseconds. + Weight::from_parts(31_227_000, 114318) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -432,8 +432,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `434` // Estimated: `114318` - // Minimum execution time: 27_226_000 picoseconds. - Weight::from_parts(27_854_000, 114318) + // Minimum execution time: 27_615_000 picoseconds. + Weight::from_parts(28_172_000, 114318) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -445,8 +445,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `438` // Estimated: `114318` - // Minimum execution time: 26_624_000 picoseconds. - Weight::from_parts(27_040_000, 114318) + // Minimum execution time: 27_072_000 picoseconds. + Weight::from_parts(27_429_000, 114318) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -460,8 +460,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `438` // Estimated: `227328` - // Minimum execution time: 42_097_000 picoseconds. - Weight::from_parts(42_848_000, 227328) + // Minimum execution time: 43_275_000 picoseconds. + Weight::from_parts(43_982_000, 227328) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -473,8 +473,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `434` // Estimated: `114318` - // Minimum execution time: 30_381_000 picoseconds. - Weight::from_parts(30_850_000, 114318) + // Minimum execution time: 30_856_000 picoseconds. + Weight::from_parts(31_102_000, 114318) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -488,8 +488,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `422` // Estimated: `7387` - // Minimum execution time: 20_669_000 picoseconds. - Weight::from_parts(20_892_000, 7387) + // Minimum execution time: 20_754_000 picoseconds. + Weight::from_parts(21_052_000, 7387) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -501,8 +501,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `355` // Estimated: `7348` - // Minimum execution time: 18_212_000 picoseconds. - Weight::from_parts(18_484_000, 7348) + // Minimum execution time: 18_495_000 picoseconds. + Weight::from_parts(19_114_000, 7348) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -520,8 +520,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `220` // Estimated: `111976` - // Minimum execution time: 36_288_000 picoseconds. - Weight::from_parts(36_852_000, 111976) + // Minimum execution time: 36_642_000 picoseconds. + Weight::from_parts(37_133_000, 111976) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -533,8 +533,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `473` // Estimated: `223815` - // Minimum execution time: 48_411_000 picoseconds. - Weight::from_parts(49_608_000, 223815) + // Minimum execution time: 50_469_000 picoseconds. + Weight::from_parts(50_959_000, 223815) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -548,8 +548,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3107` // Estimated: `12787` - // Minimum execution time: 47_166_000 picoseconds. - Weight::from_parts(47_572_000, 12787) + // Minimum execution time: 47_086_000 picoseconds. + Weight::from_parts(47_652_000, 12787) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -563,8 +563,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3127` // Estimated: `12787` - // Minimum execution time: 46_346_000 picoseconds. - Weight::from_parts(47_010_000, 12787) + // Minimum execution time: 46_726_000 picoseconds. + Weight::from_parts(47_326_000, 12787) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -578,8 +578,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `473` // Estimated: `227294` - // Minimum execution time: 59_891_000 picoseconds. - Weight::from_parts(60_382_000, 227294) + // Minimum execution time: 60_618_000 picoseconds. + Weight::from_parts(61_019_000, 227294) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -593,8 +593,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `473` // Estimated: `227294` - // Minimum execution time: 57_694_000 picoseconds. - Weight::from_parts(58_284_000, 227294) + // Minimum execution time: 58_121_000 picoseconds. + Weight::from_parts(58_958_000, 227294) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -604,8 +604,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `351` // Estimated: `3831` - // Minimum execution time: 27_166_000 picoseconds. - Weight::from_parts(27_652_000, 3831) + // Minimum execution time: 27_322_000 picoseconds. + Weight::from_parts(27_759_000, 3831) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -615,8 +615,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `341` // Estimated: `3831` - // Minimum execution time: 27_485_000 picoseconds. - Weight::from_parts(27_738_000, 3831) + // Minimum execution time: 27_930_000 picoseconds. + Weight::from_parts(28_541_000, 3831) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -628,8 +628,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `381` // Estimated: `223815` - // Minimum execution time: 36_359_000 picoseconds. - Weight::from_parts(36_898_000, 223815) + // Minimum execution time: 36_803_000 picoseconds. + Weight::from_parts(37_284_000, 223815) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -643,8 +643,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `622` // Estimated: `227332` - // Minimum execution time: 70_552_000 picoseconds. - Weight::from_parts(71_027_000, 227332) + // Minimum execution time: 70_956_000 picoseconds. + Weight::from_parts(71_669_000, 227332) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -656,8 +656,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `174` // Estimated: `8956` - // Minimum execution time: 10_524_000 picoseconds. - Weight::from_parts(10_710_000, 8956) + // Minimum execution time: 10_703_000 picoseconds. + Weight::from_parts(10_891_000, 8956) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -671,8 +671,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4567` // Estimated: `229292` - // Minimum execution time: 89_456_000 picoseconds. - Weight::from_parts(90_170_000, 229292) + // Minimum execution time: 91_220_000 picoseconds. + Weight::from_parts(91_734_000, 229292) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -686,8 +686,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4567` // Estimated: `229292` - // Minimum execution time: 91_298_000 picoseconds. - Weight::from_parts(92_063_000, 229292) + // Minimum execution time: 91_759_000 picoseconds. + Weight::from_parts(93_038_000, 229292) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -701,8 +701,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4588` // Estimated: `119795` - // Minimum execution time: 58_436_000 picoseconds. - Weight::from_parts(58_792_000, 119795) + // Minimum execution time: 58_987_000 picoseconds. + Weight::from_parts(59_603_000, 119795) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -716,8 +716,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4574` // Estimated: `119795` - // Minimum execution time: 58_487_000 picoseconds. - Weight::from_parts(59_062_000, 119795) + // Minimum execution time: 58_978_000 picoseconds. + Weight::from_parts(59_444_000, 119795) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -733,8 +733,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4548` // Estimated: `123274` - // Minimum execution time: 60_940_000 picoseconds. - Weight::from_parts(61_823_000, 123274) + // Minimum execution time: 60_961_000 picoseconds. + Weight::from_parts(62_018_000, 123274) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -750,8 +750,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4582` // Estimated: `123274` - // Minimum execution time: 60_942_000 picoseconds. - Weight::from_parts(61_667_000, 123274) + // Minimum execution time: 60_909_000 picoseconds. + Weight::from_parts(61_380_000, 123274) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -763,8 +763,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `333` // Estimated: `114318` - // Minimum execution time: 24_039_000 picoseconds. - Weight::from_parts(24_477_000, 114318) + // Minimum execution time: 24_312_000 picoseconds. + Weight::from_parts(24_825_000, 114318) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -776,8 +776,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `381` // Estimated: `114318` - // Minimum execution time: 24_399_000 picoseconds. - Weight::from_parts(24_673_000, 114318) + // Minimum execution time: 25_353_000 picoseconds. + Weight::from_parts(25_668_000, 114318) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -787,8 +787,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `278` // Estimated: `3831` - // Minimum execution time: 17_340_000 picoseconds. - Weight::from_parts(17_586_000, 3831) + // Minimum execution time: 17_660_000 picoseconds. + Weight::from_parts(17_863_000, 3831) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -802,8 +802,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `381` // Estimated: `117797` - // Minimum execution time: 33_980_000 picoseconds. - Weight::from_parts(34_456_000, 117797) + // Minimum execution time: 34_179_000 picoseconds. + Weight::from_parts(34_572_000, 117797) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -817,8 +817,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `381` // Estimated: `117797` - // Minimum execution time: 36_403_000 picoseconds. - Weight::from_parts(36_858_000, 117797) + // Minimum execution time: 36_507_000 picoseconds. + Weight::from_parts(37_338_000, 117797) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -830,8 +830,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `434` // Estimated: `114318` - // Minimum execution time: 30_062_000 picoseconds. - Weight::from_parts(30_503_000, 114318) + // Minimum execution time: 30_427_000 picoseconds. + Weight::from_parts(30_652_000, 114318) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -843,8 +843,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `417` // Estimated: `114318` - // Minimum execution time: 30_263_000 picoseconds. - Weight::from_parts(30_744_000, 114318) + // Minimum execution time: 30_853_000 picoseconds. + Weight::from_parts(31_227_000, 114318) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -856,8 +856,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `434` // Estimated: `114318` - // Minimum execution time: 27_226_000 picoseconds. - Weight::from_parts(27_854_000, 114318) + // Minimum execution time: 27_615_000 picoseconds. + Weight::from_parts(28_172_000, 114318) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -869,8 +869,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `438` // Estimated: `114318` - // Minimum execution time: 26_624_000 picoseconds. - Weight::from_parts(27_040_000, 114318) + // Minimum execution time: 27_072_000 picoseconds. + Weight::from_parts(27_429_000, 114318) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -884,8 +884,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `438` // Estimated: `227328` - // Minimum execution time: 42_097_000 picoseconds. - Weight::from_parts(42_848_000, 227328) + // Minimum execution time: 43_275_000 picoseconds. + Weight::from_parts(43_982_000, 227328) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -897,8 +897,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `434` // Estimated: `114318` - // Minimum execution time: 30_381_000 picoseconds. - Weight::from_parts(30_850_000, 114318) + // Minimum execution time: 30_856_000 picoseconds. + Weight::from_parts(31_102_000, 114318) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -912,8 +912,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `422` // Estimated: `7387` - // Minimum execution time: 20_669_000 picoseconds. - Weight::from_parts(20_892_000, 7387) + // Minimum execution time: 20_754_000 picoseconds. + Weight::from_parts(21_052_000, 7387) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -925,8 +925,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `355` // Estimated: `7348` - // Minimum execution time: 18_212_000 picoseconds. - Weight::from_parts(18_484_000, 7348) + // Minimum execution time: 18_495_000 picoseconds. + Weight::from_parts(19_114_000, 7348) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/remark/src/weights.rs b/frame/remark/src/weights.rs index 300457860bf02..0f77d1aa08f54 100644 --- a/frame/remark/src/weights.rs +++ b/frame/remark/src/weights.rs @@ -62,10 +62,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_230_000 picoseconds. - Weight::from_parts(9_289_000, 0) + // Minimum execution time: 9_384_000 picoseconds. + Weight::from_parts(256_059, 0) // Standard Error: 1 - .saturating_add(Weight::from_parts(1_134, 0).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(1_144, 0).saturating_mul(l.into())) } } @@ -76,9 +76,9 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_230_000 picoseconds. - Weight::from_parts(9_289_000, 0) + // Minimum execution time: 9_384_000 picoseconds. + Weight::from_parts(256_059, 0) // Standard Error: 1 - .saturating_add(Weight::from_parts(1_134, 0).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(1_144, 0).saturating_mul(l.into())) } } diff --git a/frame/salary/src/weights.rs b/frame/salary/src/weights.rs index 7272ab3ede81b..0ccf8b1d6991e 100644 --- a/frame/salary/src/weights.rs +++ b/frame/salary/src/weights.rs @@ -69,8 +69,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `1541` - // Minimum execution time: 11_827_000 picoseconds. - Weight::from_parts(12_143_000, 1541) + // Minimum execution time: 11_385_000 picoseconds. + Weight::from_parts(11_789_000, 1541) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -80,8 +80,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `86` // Estimated: `1541` - // Minimum execution time: 13_131_000 picoseconds. - Weight::from_parts(13_447_000, 1541) + // Minimum execution time: 12_652_000 picoseconds. + Weight::from_parts(13_049_000, 1541) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -95,8 +95,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `362` // Estimated: `8591` - // Minimum execution time: 20_046_000 picoseconds. - Weight::from_parts(20_485_000, 8591) + // Minimum execution time: 19_659_000 picoseconds. + Weight::from_parts(19_869_000, 8591) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -110,8 +110,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `429` // Estimated: `8591` - // Minimum execution time: 23_952_000 picoseconds. - Weight::from_parts(24_309_000, 8591) + // Minimum execution time: 23_284_000 picoseconds. + Weight::from_parts(24_060_000, 8591) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -125,8 +125,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `429` // Estimated: `8591` - // Minimum execution time: 46_819_000 picoseconds. - Weight::from_parts(47_404_000, 8591) + // Minimum execution time: 47_542_000 picoseconds. + Weight::from_parts(48_974_000, 8591) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -142,8 +142,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `429` // Estimated: `12184` - // Minimum execution time: 47_903_000 picoseconds. - Weight::from_parts(48_618_000, 12184) + // Minimum execution time: 48_454_000 picoseconds. + Weight::from_parts(49_086_000, 12184) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -155,8 +155,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `170` // Estimated: `5084` - // Minimum execution time: 12_769_000 picoseconds. - Weight::from_parts(12_950_000, 5084) + // Minimum execution time: 12_760_000 picoseconds. + Weight::from_parts(12_879_000, 5084) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -170,8 +170,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4` // Estimated: `1541` - // Minimum execution time: 11_827_000 picoseconds. - Weight::from_parts(12_143_000, 1541) + // Minimum execution time: 11_385_000 picoseconds. + Weight::from_parts(11_789_000, 1541) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -181,8 +181,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `86` // Estimated: `1541` - // Minimum execution time: 13_131_000 picoseconds. - Weight::from_parts(13_447_000, 1541) + // Minimum execution time: 12_652_000 picoseconds. + Weight::from_parts(13_049_000, 1541) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -196,8 +196,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `362` // Estimated: `8591` - // Minimum execution time: 20_046_000 picoseconds. - Weight::from_parts(20_485_000, 8591) + // Minimum execution time: 19_659_000 picoseconds. + Weight::from_parts(19_869_000, 8591) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -211,8 +211,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `429` // Estimated: `8591` - // Minimum execution time: 23_952_000 picoseconds. - Weight::from_parts(24_309_000, 8591) + // Minimum execution time: 23_284_000 picoseconds. + Weight::from_parts(24_060_000, 8591) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -226,8 +226,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `429` // Estimated: `8591` - // Minimum execution time: 46_819_000 picoseconds. - Weight::from_parts(47_404_000, 8591) + // Minimum execution time: 47_542_000 picoseconds. + Weight::from_parts(48_974_000, 8591) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -243,8 +243,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `429` // Estimated: `12184` - // Minimum execution time: 47_903_000 picoseconds. - Weight::from_parts(48_618_000, 12184) + // Minimum execution time: 48_454_000 picoseconds. + Weight::from_parts(49_086_000, 12184) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -256,8 +256,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `170` // Estimated: `5084` - // Minimum execution time: 12_769_000 picoseconds. - Weight::from_parts(12_950_000, 5084) + // Minimum execution time: 12_760_000 picoseconds. + Weight::from_parts(12_879_000, 5084) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/frame/scheduler/src/weights.rs b/frame/scheduler/src/weights.rs index a95cc3eb20ead..a1b83be21596c 100644 --- a/frame/scheduler/src/weights.rs +++ b/frame/scheduler/src/weights.rs @@ -74,8 +74,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `31` // Estimated: `1489` - // Minimum execution time: 3_897_000 picoseconds. - Weight::from_parts(4_088_000, 1489) + // Minimum execution time: 4_044_000 picoseconds. + Weight::from_parts(4_229_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -86,10 +86,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `81 + s * (177 ±0)` // Estimated: `110487` - // Minimum execution time: 3_725_000 picoseconds. - Weight::from_parts(8_778_502, 110487) - // Standard Error: 751 - .saturating_add(Weight::from_parts(308_850, 0).saturating_mul(s.into())) + // Minimum execution time: 3_470_000 picoseconds. + Weight::from_parts(9_470_477, 110487) + // Standard Error: 1_034 + .saturating_add(Weight::from_parts(303_785, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -97,8 +97,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_736_000 picoseconds. - Weight::from_parts(6_081_000, 0) + // Minimum execution time: 5_739_000 picoseconds. + Weight::from_parts(6_017_000, 0) } /// Storage: Preimage PreimageFor (r:1 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured) @@ -109,10 +109,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `179 + s * (1 ±0)` // Estimated: `7200 + s * (1 ±0)` - // Minimum execution time: 20_800_000 picoseconds. - Weight::from_parts(20_956_000, 7200) + // Minimum execution time: 19_932_000 picoseconds. + Weight::from_parts(20_376_000, 7200) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_230, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_232, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) @@ -123,30 +123,30 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_574_000 picoseconds. - Weight::from_parts(7_854_000, 0) + // Minimum execution time: 7_642_000 picoseconds. + Weight::from_parts(7_907_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } fn service_task_periodic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_512_000 picoseconds. - Weight::from_parts(5_722_000, 0) + // Minimum execution time: 5_700_000 picoseconds. + Weight::from_parts(6_082_000, 0) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_590_000 picoseconds. - Weight::from_parts(2_755_000, 0) + // Minimum execution time: 2_623_000 picoseconds. + Weight::from_parts(2_904_000, 0) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_486_000 picoseconds. - Weight::from_parts(2_645_000, 0) + // Minimum execution time: 2_752_000 picoseconds. + Weight::from_parts(2_926_000, 0) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen) @@ -155,10 +155,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `81 + s * (177 ±0)` // Estimated: `110487` - // Minimum execution time: 13_934_000 picoseconds. - Weight::from_parts(18_421_475, 110487) - // Standard Error: 744 - .saturating_add(Weight::from_parts(315_203, 0).saturating_mul(s.into())) + // Minimum execution time: 13_884_000 picoseconds. + Weight::from_parts(17_553_721, 110487) + // Standard Error: 832 + .saturating_add(Weight::from_parts(321_819, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -171,10 +171,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `81 + s * (177 ±0)` // Estimated: `110487` - // Minimum execution time: 17_542_000 picoseconds. - Weight::from_parts(19_482_782, 110487) - // Standard Error: 858 - .saturating_add(Weight::from_parts(487_958, 0).saturating_mul(s.into())) + // Minimum execution time: 17_274_000 picoseconds. + Weight::from_parts(18_697_380, 110487) + // Standard Error: 1_086 + .saturating_add(Weight::from_parts(484_665, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -187,10 +187,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `596 + s * (178 ±0)` // Estimated: `114000` - // Minimum execution time: 17_371_000 picoseconds. - Weight::from_parts(23_766_890, 114000) - // Standard Error: 761 - .saturating_add(Weight::from_parts(317_822, 0).saturating_mul(s.into())) + // Minimum execution time: 16_806_000 picoseconds. + Weight::from_parts(23_143_372, 114000) + // Standard Error: 737 + .saturating_add(Weight::from_parts(322_180, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -203,10 +203,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `709 + s * (177 ±0)` // Estimated: `114000` - // Minimum execution time: 20_123_000 picoseconds. - Weight::from_parts(22_668_796, 114000) - // Standard Error: 1_147 - .saturating_add(Weight::from_parts(493_263, 0).saturating_mul(s.into())) + // Minimum execution time: 19_662_000 picoseconds. + Weight::from_parts(22_370_382, 114000) + // Standard Error: 665 + .saturating_add(Weight::from_parts(485_725, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -220,8 +220,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `31` // Estimated: `1489` - // Minimum execution time: 3_897_000 picoseconds. - Weight::from_parts(4_088_000, 1489) + // Minimum execution time: 4_044_000 picoseconds. + Weight::from_parts(4_229_000, 1489) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -232,10 +232,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `81 + s * (177 ±0)` // Estimated: `110487` - // Minimum execution time: 3_725_000 picoseconds. - Weight::from_parts(8_778_502, 110487) - // Standard Error: 751 - .saturating_add(Weight::from_parts(308_850, 0).saturating_mul(s.into())) + // Minimum execution time: 3_470_000 picoseconds. + Weight::from_parts(9_470_477, 110487) + // Standard Error: 1_034 + .saturating_add(Weight::from_parts(303_785, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -243,8 +243,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_736_000 picoseconds. - Weight::from_parts(6_081_000, 0) + // Minimum execution time: 5_739_000 picoseconds. + Weight::from_parts(6_017_000, 0) } /// Storage: Preimage PreimageFor (r:1 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured) @@ -255,10 +255,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `179 + s * (1 ±0)` // Estimated: `7200 + s * (1 ±0)` - // Minimum execution time: 20_800_000 picoseconds. - Weight::from_parts(20_956_000, 7200) + // Minimum execution time: 19_932_000 picoseconds. + Weight::from_parts(20_376_000, 7200) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_230, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_232, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) @@ -269,30 +269,30 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_574_000 picoseconds. - Weight::from_parts(7_854_000, 0) + // Minimum execution time: 7_642_000 picoseconds. + Weight::from_parts(7_907_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } fn service_task_periodic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_512_000 picoseconds. - Weight::from_parts(5_722_000, 0) + // Minimum execution time: 5_700_000 picoseconds. + Weight::from_parts(6_082_000, 0) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_590_000 picoseconds. - Weight::from_parts(2_755_000, 0) + // Minimum execution time: 2_623_000 picoseconds. + Weight::from_parts(2_904_000, 0) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_486_000 picoseconds. - Weight::from_parts(2_645_000, 0) + // Minimum execution time: 2_752_000 picoseconds. + Weight::from_parts(2_926_000, 0) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(107022), added: 109497, mode: MaxEncodedLen) @@ -301,10 +301,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `81 + s * (177 ±0)` // Estimated: `110487` - // Minimum execution time: 13_934_000 picoseconds. - Weight::from_parts(18_421_475, 110487) - // Standard Error: 744 - .saturating_add(Weight::from_parts(315_203, 0).saturating_mul(s.into())) + // Minimum execution time: 13_884_000 picoseconds. + Weight::from_parts(17_553_721, 110487) + // Standard Error: 832 + .saturating_add(Weight::from_parts(321_819, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -317,10 +317,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `81 + s * (177 ±0)` // Estimated: `110487` - // Minimum execution time: 17_542_000 picoseconds. - Weight::from_parts(19_482_782, 110487) - // Standard Error: 858 - .saturating_add(Weight::from_parts(487_958, 0).saturating_mul(s.into())) + // Minimum execution time: 17_274_000 picoseconds. + Weight::from_parts(18_697_380, 110487) + // Standard Error: 1_086 + .saturating_add(Weight::from_parts(484_665, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -333,10 +333,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `596 + s * (178 ±0)` // Estimated: `114000` - // Minimum execution time: 17_371_000 picoseconds. - Weight::from_parts(23_766_890, 114000) - // Standard Error: 761 - .saturating_add(Weight::from_parts(317_822, 0).saturating_mul(s.into())) + // Minimum execution time: 16_806_000 picoseconds. + Weight::from_parts(23_143_372, 114000) + // Standard Error: 737 + .saturating_add(Weight::from_parts(322_180, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -349,10 +349,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `709 + s * (177 ±0)` // Estimated: `114000` - // Minimum execution time: 20_123_000 picoseconds. - Weight::from_parts(22_668_796, 114000) - // Standard Error: 1_147 - .saturating_add(Weight::from_parts(493_263, 0).saturating_mul(s.into())) + // Minimum execution time: 19_662_000 picoseconds. + Weight::from_parts(22_370_382, 114000) + // Standard Error: 665 + .saturating_add(Weight::from_parts(485_725, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/frame/session/src/weights.rs b/frame/session/src/weights.rs index 695259b1aaa05..0b28ba6761129 100644 --- a/frame/session/src/weights.rs +++ b/frame/session/src/weights.rs @@ -68,8 +68,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1891` // Estimated: `22693` - // Minimum execution time: 47_466_000 picoseconds. - Weight::from_parts(48_358_000, 22693) + // Minimum execution time: 47_642_000 picoseconds. + Weight::from_parts(48_480_000, 22693) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -83,8 +83,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1758` // Estimated: `11537` - // Minimum execution time: 34_990_000 picoseconds. - Weight::from_parts(36_072_000, 11537) + // Minimum execution time: 35_589_000 picoseconds. + Weight::from_parts(35_956_000, 11537) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -102,8 +102,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1891` // Estimated: `22693` - // Minimum execution time: 47_466_000 picoseconds. - Weight::from_parts(48_358_000, 22693) + // Minimum execution time: 47_642_000 picoseconds. + Weight::from_parts(48_480_000, 22693) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -117,8 +117,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1758` // Estimated: `11537` - // Minimum execution time: 34_990_000 picoseconds. - Weight::from_parts(36_072_000, 11537) + // Minimum execution time: 35_589_000 picoseconds. + Weight::from_parts(35_956_000, 11537) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } diff --git a/frame/staking/src/weights.rs b/frame/staking/src/weights.rs index 7707c675268ba..9ead7adcef60f 100644 --- a/frame/staking/src/weights.rs +++ b/frame/staking/src/weights.rs @@ -100,8 +100,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1047` // Estimated: `14346` - // Minimum execution time: 45_069_000 picoseconds. - Weight::from_parts(45_889_000, 14346) + // Minimum execution time: 45_545_000 picoseconds. + Weight::from_parts(46_488_000, 14346) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -119,8 +119,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2028` // Estimated: `27838` - // Minimum execution time: 86_912_000 picoseconds. - Weight::from_parts(87_747_000, 27838) + // Minimum execution time: 86_383_000 picoseconds. + Weight::from_parts(86_969_000, 27838) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -146,8 +146,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2233` // Estimated: `38444` - // Minimum execution time: 93_800_000 picoseconds. - Weight::from_parts(94_534_000, 38444) + // Minimum execution time: 93_553_000 picoseconds. + Weight::from_parts(94_263_000, 38444) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -164,8 +164,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1021` // Estimated: `14402` - // Minimum execution time: 37_664_000 picoseconds. - Weight::from_parts(39_385_045, 14402) + // Minimum execution time: 37_686_000 picoseconds. + Weight::from_parts(40_559_543, 14402) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -202,10 +202,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2294 + s * (4 ±0)` // Estimated: `43999 + s * (4 ±0)` - // Minimum execution time: 82_108_000 picoseconds. - Weight::from_parts(87_929_427, 43999) - // Standard Error: 2_234 - .saturating_add(Weight::from_parts(1_278_910, 0).saturating_mul(s.into())) + // Minimum execution time: 82_161_000 picoseconds. + Weight::from_parts(88_173_684, 43999) + // Standard Error: 4_189 + .saturating_add(Weight::from_parts(1_264_708, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -237,8 +237,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1414` // Estimated: `30249` - // Minimum execution time: 58_264_000 picoseconds. - Weight::from_parts(58_981_000, 30249) + // Minimum execution time: 58_798_000 picoseconds. + Weight::from_parts(59_282_000, 30249) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -251,10 +251,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1260 + k * (569 ±0)` // Estimated: `5546 + k * (3033 ±0)` - // Minimum execution time: 29_170_000 picoseconds. - Weight::from_parts(28_424_961, 5546) - // Standard Error: 10_181 - .saturating_add(Weight::from_parts(7_850_372, 0).saturating_mul(k.into())) + // Minimum execution time: 29_833_000 picoseconds. + Weight::from_parts(28_807_447, 5546) + // Standard Error: 11_104 + .saturating_add(Weight::from_parts(7_939_501, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) @@ -287,10 +287,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1888 + n * (105 ±0)` // Estimated: `32878 + n * (2520 ±0)` - // Minimum execution time: 67_874_000 picoseconds. - Weight::from_parts(66_153_078, 32878) - // Standard Error: 17_412 - .saturating_add(Weight::from_parts(3_318_311, 0).saturating_mul(n.into())) + // Minimum execution time: 68_203_000 picoseconds. + Weight::from_parts(65_603_499, 32878) + // Standard Error: 14_253 + .saturating_add(Weight::from_parts(3_257_222, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(6_u64)) @@ -314,8 +314,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1748` // Estimated: `24862` - // Minimum execution time: 60_052_000 picoseconds. - Weight::from_parts(60_528_000, 24862) + // Minimum execution time: 59_644_000 picoseconds. + Weight::from_parts(59_986_000, 24862) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -327,8 +327,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `808` // Estimated: `4556` - // Minimum execution time: 15_366_000 picoseconds. - Weight::from_parts(15_655_000, 4556) + // Minimum execution time: 15_315_000 picoseconds. + Weight::from_parts(15_503_000, 4556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -340,8 +340,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `907` // Estimated: `11659` - // Minimum execution time: 23_563_000 picoseconds. - Weight::from_parts(23_940_000, 11659) + // Minimum execution time: 23_434_000 picoseconds. + Weight::from_parts(24_170_000, 11659) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -351,8 +351,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_711_000 picoseconds. - Weight::from_parts(3_870_000, 0) + // Minimum execution time: 3_548_000 picoseconds. + Weight::from_parts(3_790_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -361,8 +361,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_952_000 picoseconds. - Weight::from_parts(11_139_000, 0) + // Minimum execution time: 10_831_000 picoseconds. + Weight::from_parts(11_091_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -371,8 +371,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_777_000 picoseconds. - Weight::from_parts(11_100_000, 0) + // Minimum execution time: 11_056_000 picoseconds. + Weight::from_parts(11_270_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -381,8 +381,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_165_000 picoseconds. - Weight::from_parts(11_372_000, 0) + // Minimum execution time: 11_123_000 picoseconds. + Weight::from_parts(11_423_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Staking Invulnerables (r:0 w:1) @@ -392,10 +392,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_000_000 picoseconds. - Weight::from_parts(4_784_601, 0) - // Standard Error: 72 - .saturating_add(Weight::from_parts(9_964, 0).saturating_mul(v.into())) + // Minimum execution time: 3_871_000 picoseconds. + Weight::from_parts(4_438_558, 0) + // Standard Error: 64 + .saturating_add(Weight::from_parts(10_339, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Staking Bonded (r:1 w:1) @@ -429,10 +429,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2018 + s * (4 ±0)` // Estimated: `37678 + s * (4 ±0)` - // Minimum execution time: 76_780_000 picoseconds. - Weight::from_parts(84_138_117, 37678) - // Standard Error: 11_942 - .saturating_add(Weight::from_parts(1_263_944, 0).saturating_mul(s.into())) + // Minimum execution time: 75_068_000 picoseconds. + Weight::from_parts(80_092_999, 37678) + // Standard Error: 3_380 + .saturating_add(Weight::from_parts(1_303_039, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -445,10 +445,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `66639` // Estimated: `70104` - // Minimum execution time: 90_103_000 picoseconds. - Weight::from_parts(905_597_111, 70104) - // Standard Error: 60_039 - .saturating_add(Weight::from_parts(4_952_593, 0).saturating_mul(s.into())) + // Minimum execution time: 92_252_000 picoseconds. + Weight::from_parts(901_115_149, 70104) + // Standard Error: 59_148 + .saturating_add(Weight::from_parts(4_968_252, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -474,11 +474,11 @@ impl WeightInfo for SubstrateWeight { fn payout_stakers_dead_controller(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `20217 + n * (143 ±0)` - // Estimated: `63416 + n * (8024 ±1)` - // Minimum execution time: 77_751_000 picoseconds. - Weight::from_parts(84_097_451, 63416) - // Standard Error: 40_643 - .saturating_add(Weight::from_parts(26_899_394, 0).saturating_mul(n.into())) + // Estimated: `63416 + n * (8024 ±0)` + // Minimum execution time: 76_690_000 picoseconds. + Weight::from_parts(80_628_047, 63416) + // Standard Error: 27_765 + .saturating_add(Weight::from_parts(26_715_988, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -509,11 +509,11 @@ impl WeightInfo for SubstrateWeight { fn payout_stakers_alive_staked(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `34971 + n * (401 ±0)` - // Estimated: `93244 + n * (15898 ±0)` - // Minimum execution time: 96_807_000 picoseconds. - Weight::from_parts(96_613_705, 93244) - // Standard Error: 61_147 - .saturating_add(Weight::from_parts(38_620_463, 0).saturating_mul(n.into())) + // Estimated: `93244 + n * (15898 ±3)` + // Minimum execution time: 95_453_000 picoseconds. + Weight::from_parts(117_143_175, 93244) + // Standard Error: 25_398 + .saturating_add(Weight::from_parts(38_135_772, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -537,10 +537,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2029 + l * (7 ±0)` // Estimated: `31431` - // Minimum execution time: 85_495_000 picoseconds. - Weight::from_parts(86_624_710, 31431) - // Standard Error: 12_571 - .saturating_add(Weight::from_parts(76_616, 0).saturating_mul(l.into())) + // Minimum execution time: 85_576_000 picoseconds. + Weight::from_parts(86_446_820, 31431) + // Standard Error: 4_681 + .saturating_add(Weight::from_parts(68_281, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -575,10 +575,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2294 + s * (4 ±0)` // Estimated: `42515 + s * (4 ±0)` - // Minimum execution time: 88_431_000 picoseconds. - Weight::from_parts(87_059_824, 42515) - // Standard Error: 5_771 - .saturating_add(Weight::from_parts(1_442_422, 0).saturating_mul(s.into())) + // Minimum execution time: 87_939_000 picoseconds. + Weight::from_parts(90_380_997, 42515) + // Standard Error: 2_206 + .saturating_add(Weight::from_parts(1_259_502, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -624,12 +624,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0 + v * (3598 ±0) + n * (720 ±0)` // Estimated: `537749 + v * (16699 ±0) + n * (12763 ±0)` - // Minimum execution time: 544_441_000 picoseconds. - Weight::from_parts(545_946_000, 537749) - // Standard Error: 1_840_403 - .saturating_add(Weight::from_parts(59_152_461, 0).saturating_mul(v.into())) - // Standard Error: 183_386 - .saturating_add(Weight::from_parts(16_721_424, 0).saturating_mul(n.into())) + // Minimum execution time: 544_041_000 picoseconds. + Weight::from_parts(544_817_000, 537749) + // Standard Error: 1_838_469 + .saturating_add(Weight::from_parts(58_920_709, 0).saturating_mul(v.into())) + // Standard Error: 183_193 + .saturating_add(Weight::from_parts(16_869_725, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(206_u64)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -660,12 +660,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3135 + v * (395 ±0) + n * (911 ±0)` // Estimated: `518829 + v * (14295 ±0) + n * (11775 ±0)` - // Minimum execution time: 32_482_788_000 picoseconds. - Weight::from_parts(32_710_577_000, 518829) - // Standard Error: 370_881 - .saturating_add(Weight::from_parts(5_373_939, 0).saturating_mul(v.into())) - // Standard Error: 370_881 - .saturating_add(Weight::from_parts(3_224_441, 0).saturating_mul(n.into())) + // Minimum execution time: 32_221_138_000 picoseconds. + Weight::from_parts(32_406_973_000, 518829) + // Standard Error: 362_885 + .saturating_add(Weight::from_parts(5_237_214, 0).saturating_mul(v.into())) + // Standard Error: 362_885 + .saturating_add(Weight::from_parts(3_294_311, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(201_u64)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -682,10 +682,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `983 + v * (50 ±0)` // Estimated: `4999 + v * (2520 ±0)` - // Minimum execution time: 2_271_027_000 picoseconds. - Weight::from_parts(55_886_363, 4999) - // Standard Error: 9_609 - .saturating_add(Weight::from_parts(4_534_059, 0).saturating_mul(v.into())) + // Minimum execution time: 2_272_539_000 picoseconds. + Weight::from_parts(51_069_608, 4999) + // Standard Error: 8_180 + .saturating_add(Weight::from_parts(4_534_738, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(Weight::from_parts(0, 2520).saturating_mul(v.into())) @@ -706,8 +706,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_376_000 picoseconds. - Weight::from_parts(9_718_000, 0) + // Minimum execution time: 9_047_000 picoseconds. + Weight::from_parts(9_320_000, 0) .saturating_add(T::DbWeight::get().writes(6_u64)) } /// Storage: Staking MinCommission (r:0 w:1) @@ -726,8 +726,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_741_000 picoseconds. - Weight::from_parts(9_044_000, 0) + // Minimum execution time: 8_371_000 picoseconds. + Weight::from_parts(8_637_000, 0) .saturating_add(T::DbWeight::get().writes(6_u64)) } /// Storage: Staking Ledger (r:1 w:0) @@ -754,8 +754,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1871` // Estimated: `29338` - // Minimum execution time: 75_100_000 picoseconds. - Weight::from_parts(75_767_000, 29338) + // Minimum execution time: 74_790_000 picoseconds. + Weight::from_parts(77_344_000, 29338) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -767,8 +767,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `694` // Estimated: `4999` - // Minimum execution time: 16_411_000 picoseconds. - Weight::from_parts(16_685_000, 4999) + // Minimum execution time: 16_535_000 picoseconds. + Weight::from_parts(16_723_000, 4999) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -778,8 +778,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_065_000 picoseconds. - Weight::from_parts(5_263_000, 0) + // Minimum execution time: 4_879_000 picoseconds. + Weight::from_parts(5_115_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } @@ -800,8 +800,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1047` // Estimated: `14346` - // Minimum execution time: 45_069_000 picoseconds. - Weight::from_parts(45_889_000, 14346) + // Minimum execution time: 45_545_000 picoseconds. + Weight::from_parts(46_488_000, 14346) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -819,8 +819,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `2028` // Estimated: `27838` - // Minimum execution time: 86_912_000 picoseconds. - Weight::from_parts(87_747_000, 27838) + // Minimum execution time: 86_383_000 picoseconds. + Weight::from_parts(86_969_000, 27838) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -846,8 +846,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `2233` // Estimated: `38444` - // Minimum execution time: 93_800_000 picoseconds. - Weight::from_parts(94_534_000, 38444) + // Minimum execution time: 93_553_000 picoseconds. + Weight::from_parts(94_263_000, 38444) .saturating_add(RocksDbWeight::get().reads(12_u64)) .saturating_add(RocksDbWeight::get().writes(8_u64)) } @@ -864,8 +864,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1021` // Estimated: `14402` - // Minimum execution time: 37_664_000 picoseconds. - Weight::from_parts(39_385_045, 14402) + // Minimum execution time: 37_686_000 picoseconds. + Weight::from_parts(40_559_543, 14402) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -902,10 +902,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `2294 + s * (4 ±0)` // Estimated: `43999 + s * (4 ±0)` - // Minimum execution time: 82_108_000 picoseconds. - Weight::from_parts(87_929_427, 43999) - // Standard Error: 2_234 - .saturating_add(Weight::from_parts(1_278_910, 0).saturating_mul(s.into())) + // Minimum execution time: 82_161_000 picoseconds. + Weight::from_parts(88_173_684, 43999) + // Standard Error: 4_189 + .saturating_add(Weight::from_parts(1_264_708, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(13_u64)) .saturating_add(RocksDbWeight::get().writes(12_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -937,8 +937,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1414` // Estimated: `30249` - // Minimum execution time: 58_264_000 picoseconds. - Weight::from_parts(58_981_000, 30249) + // Minimum execution time: 58_798_000 picoseconds. + Weight::from_parts(59_282_000, 30249) .saturating_add(RocksDbWeight::get().reads(11_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -951,10 +951,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1260 + k * (569 ±0)` // Estimated: `5546 + k * (3033 ±0)` - // Minimum execution time: 29_170_000 picoseconds. - Weight::from_parts(28_424_961, 5546) - // Standard Error: 10_181 - .saturating_add(Weight::from_parts(7_850_372, 0).saturating_mul(k.into())) + // Minimum execution time: 29_833_000 picoseconds. + Weight::from_parts(28_807_447, 5546) + // Standard Error: 11_104 + .saturating_add(Weight::from_parts(7_939_501, 0).saturating_mul(k.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(k.into()))) @@ -987,10 +987,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1888 + n * (105 ±0)` // Estimated: `32878 + n * (2520 ±0)` - // Minimum execution time: 67_874_000 picoseconds. - Weight::from_parts(66_153_078, 32878) - // Standard Error: 17_412 - .saturating_add(Weight::from_parts(3_318_311, 0).saturating_mul(n.into())) + // Minimum execution time: 68_203_000 picoseconds. + Weight::from_parts(65_603_499, 32878) + // Standard Error: 14_253 + .saturating_add(Weight::from_parts(3_257_222, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(12_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(6_u64)) @@ -1014,8 +1014,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1748` // Estimated: `24862` - // Minimum execution time: 60_052_000 picoseconds. - Weight::from_parts(60_528_000, 24862) + // Minimum execution time: 59_644_000 picoseconds. + Weight::from_parts(59_986_000, 24862) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -1027,8 +1027,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `808` // Estimated: `4556` - // Minimum execution time: 15_366_000 picoseconds. - Weight::from_parts(15_655_000, 4556) + // Minimum execution time: 15_315_000 picoseconds. + Weight::from_parts(15_503_000, 4556) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1040,8 +1040,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `907` // Estimated: `11659` - // Minimum execution time: 23_563_000 picoseconds. - Weight::from_parts(23_940_000, 11659) + // Minimum execution time: 23_434_000 picoseconds. + Weight::from_parts(24_170_000, 11659) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -1051,8 +1051,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_711_000 picoseconds. - Weight::from_parts(3_870_000, 0) + // Minimum execution time: 3_548_000 picoseconds. + Weight::from_parts(3_790_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -1061,8 +1061,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_952_000 picoseconds. - Weight::from_parts(11_139_000, 0) + // Minimum execution time: 10_831_000 picoseconds. + Weight::from_parts(11_091_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -1071,8 +1071,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_777_000 picoseconds. - Weight::from_parts(11_100_000, 0) + // Minimum execution time: 11_056_000 picoseconds. + Weight::from_parts(11_270_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -1081,8 +1081,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_165_000 picoseconds. - Weight::from_parts(11_372_000, 0) + // Minimum execution time: 11_123_000 picoseconds. + Weight::from_parts(11_423_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Staking Invulnerables (r:0 w:1) @@ -1092,10 +1092,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_000_000 picoseconds. - Weight::from_parts(4_784_601, 0) - // Standard Error: 72 - .saturating_add(Weight::from_parts(9_964, 0).saturating_mul(v.into())) + // Minimum execution time: 3_871_000 picoseconds. + Weight::from_parts(4_438_558, 0) + // Standard Error: 64 + .saturating_add(Weight::from_parts(10_339, 0).saturating_mul(v.into())) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: Staking Bonded (r:1 w:1) @@ -1129,10 +1129,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `2018 + s * (4 ±0)` // Estimated: `37678 + s * (4 ±0)` - // Minimum execution time: 76_780_000 picoseconds. - Weight::from_parts(84_138_117, 37678) - // Standard Error: 11_942 - .saturating_add(Weight::from_parts(1_263_944, 0).saturating_mul(s.into())) + // Minimum execution time: 75_068_000 picoseconds. + Weight::from_parts(80_092_999, 37678) + // Standard Error: 3_380 + .saturating_add(Weight::from_parts(1_303_039, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(11_u64)) .saturating_add(RocksDbWeight::get().writes(12_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -1145,10 +1145,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `66639` // Estimated: `70104` - // Minimum execution time: 90_103_000 picoseconds. - Weight::from_parts(905_597_111, 70104) - // Standard Error: 60_039 - .saturating_add(Weight::from_parts(4_952_593, 0).saturating_mul(s.into())) + // Minimum execution time: 92_252_000 picoseconds. + Weight::from_parts(901_115_149, 70104) + // Standard Error: 59_148 + .saturating_add(Weight::from_parts(4_968_252, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1174,11 +1174,11 @@ impl WeightInfo for () { fn payout_stakers_dead_controller(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `20217 + n * (143 ±0)` - // Estimated: `63416 + n * (8024 ±1)` - // Minimum execution time: 77_751_000 picoseconds. - Weight::from_parts(84_097_451, 63416) - // Standard Error: 40_643 - .saturating_add(Weight::from_parts(26_899_394, 0).saturating_mul(n.into())) + // Estimated: `63416 + n * (8024 ±0)` + // Minimum execution time: 76_690_000 picoseconds. + Weight::from_parts(80_628_047, 63416) + // Standard Error: 27_765 + .saturating_add(Weight::from_parts(26_715_988, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -1209,11 +1209,11 @@ impl WeightInfo for () { fn payout_stakers_alive_staked(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `34971 + n * (401 ±0)` - // Estimated: `93244 + n * (15898 ±0)` - // Minimum execution time: 96_807_000 picoseconds. - Weight::from_parts(96_613_705, 93244) - // Standard Error: 61_147 - .saturating_add(Weight::from_parts(38_620_463, 0).saturating_mul(n.into())) + // Estimated: `93244 + n * (15898 ±3)` + // Minimum execution time: 95_453_000 picoseconds. + Weight::from_parts(117_143_175, 93244) + // Standard Error: 25_398 + .saturating_add(Weight::from_parts(38_135_772, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(10_u64)) .saturating_add(RocksDbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -1237,10 +1237,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `2029 + l * (7 ±0)` // Estimated: `31431` - // Minimum execution time: 85_495_000 picoseconds. - Weight::from_parts(86_624_710, 31431) - // Standard Error: 12_571 - .saturating_add(Weight::from_parts(76_616, 0).saturating_mul(l.into())) + // Minimum execution time: 85_576_000 picoseconds. + Weight::from_parts(86_446_820, 31431) + // Standard Error: 4_681 + .saturating_add(Weight::from_parts(68_281, 0).saturating_mul(l.into())) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(8_u64)) } @@ -1275,10 +1275,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `2294 + s * (4 ±0)` // Estimated: `42515 + s * (4 ±0)` - // Minimum execution time: 88_431_000 picoseconds. - Weight::from_parts(87_059_824, 42515) - // Standard Error: 5_771 - .saturating_add(Weight::from_parts(1_442_422, 0).saturating_mul(s.into())) + // Minimum execution time: 87_939_000 picoseconds. + Weight::from_parts(90_380_997, 42515) + // Standard Error: 2_206 + .saturating_add(Weight::from_parts(1_259_502, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(12_u64)) .saturating_add(RocksDbWeight::get().writes(12_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -1324,12 +1324,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0 + v * (3598 ±0) + n * (720 ±0)` // Estimated: `537749 + v * (16699 ±0) + n * (12763 ±0)` - // Minimum execution time: 544_441_000 picoseconds. - Weight::from_parts(545_946_000, 537749) - // Standard Error: 1_840_403 - .saturating_add(Weight::from_parts(59_152_461, 0).saturating_mul(v.into())) - // Standard Error: 183_386 - .saturating_add(Weight::from_parts(16_721_424, 0).saturating_mul(n.into())) + // Minimum execution time: 544_041_000 picoseconds. + Weight::from_parts(544_817_000, 537749) + // Standard Error: 1_838_469 + .saturating_add(Weight::from_parts(58_920_709, 0).saturating_mul(v.into())) + // Standard Error: 183_193 + .saturating_add(Weight::from_parts(16_869_725, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(206_u64)) .saturating_add(RocksDbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -1360,12 +1360,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `3135 + v * (395 ±0) + n * (911 ±0)` // Estimated: `518829 + v * (14295 ±0) + n * (11775 ±0)` - // Minimum execution time: 32_482_788_000 picoseconds. - Weight::from_parts(32_710_577_000, 518829) - // Standard Error: 370_881 - .saturating_add(Weight::from_parts(5_373_939, 0).saturating_mul(v.into())) - // Standard Error: 370_881 - .saturating_add(Weight::from_parts(3_224_441, 0).saturating_mul(n.into())) + // Minimum execution time: 32_221_138_000 picoseconds. + Weight::from_parts(32_406_973_000, 518829) + // Standard Error: 362_885 + .saturating_add(Weight::from_parts(5_237_214, 0).saturating_mul(v.into())) + // Standard Error: 362_885 + .saturating_add(Weight::from_parts(3_294_311, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(201_u64)) .saturating_add(RocksDbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(n.into()))) @@ -1382,10 +1382,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `983 + v * (50 ±0)` // Estimated: `4999 + v * (2520 ±0)` - // Minimum execution time: 2_271_027_000 picoseconds. - Weight::from_parts(55_886_363, 4999) - // Standard Error: 9_609 - .saturating_add(Weight::from_parts(4_534_059, 0).saturating_mul(v.into())) + // Minimum execution time: 2_272_539_000 picoseconds. + Weight::from_parts(51_069_608, 4999) + // Standard Error: 8_180 + .saturating_add(Weight::from_parts(4_534_738, 0).saturating_mul(v.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(Weight::from_parts(0, 2520).saturating_mul(v.into())) @@ -1406,8 +1406,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_376_000 picoseconds. - Weight::from_parts(9_718_000, 0) + // Minimum execution time: 9_047_000 picoseconds. + Weight::from_parts(9_320_000, 0) .saturating_add(RocksDbWeight::get().writes(6_u64)) } /// Storage: Staking MinCommission (r:0 w:1) @@ -1426,8 +1426,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_741_000 picoseconds. - Weight::from_parts(9_044_000, 0) + // Minimum execution time: 8_371_000 picoseconds. + Weight::from_parts(8_637_000, 0) .saturating_add(RocksDbWeight::get().writes(6_u64)) } /// Storage: Staking Ledger (r:1 w:0) @@ -1454,8 +1454,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1871` // Estimated: `29338` - // Minimum execution time: 75_100_000 picoseconds. - Weight::from_parts(75_767_000, 29338) + // Minimum execution time: 74_790_000 picoseconds. + Weight::from_parts(77_344_000, 29338) .saturating_add(RocksDbWeight::get().reads(11_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -1467,8 +1467,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `694` // Estimated: `4999` - // Minimum execution time: 16_411_000 picoseconds. - Weight::from_parts(16_685_000, 4999) + // Minimum execution time: 16_535_000 picoseconds. + Weight::from_parts(16_723_000, 4999) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1478,8 +1478,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_065_000 picoseconds. - Weight::from_parts(5_263_000, 0) + // Minimum execution time: 4_879_000 picoseconds. + Weight::from_parts(5_115_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } } diff --git a/frame/state-trie-migration/src/weights.rs b/frame/state-trie-migration/src/weights.rs index 96b4cc7016d1e..e5747dd58461d 100644 --- a/frame/state-trie-migration/src/weights.rs +++ b/frame/state-trie-migration/src/weights.rs @@ -71,8 +71,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `108` // Estimated: `4020` - // Minimum execution time: 15_272_000 picoseconds. - Weight::from_parts(15_756_000, 4020) + // Minimum execution time: 15_686_000 picoseconds. + Weight::from_parts(16_129_000, 4020) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -82,16 +82,16 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `76` // Estimated: `1493` - // Minimum execution time: 4_716_000 picoseconds. - Weight::from_parts(4_965_000, 1493) + // Minimum execution time: 4_861_000 picoseconds. + Weight::from_parts(5_096_000, 1493) .saturating_add(T::DbWeight::get().reads(1_u64)) } fn migrate_custom_top_success() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_087_000 picoseconds. - Weight::from_parts(10_545_000, 0) + // Minimum execution time: 9_963_000 picoseconds. + Weight::from_parts(10_339_000, 0) } /// Storage: unknown `0x666f6f` (r:1 w:1) /// Proof Skipped: unknown `0x666f6f` (r:1 w:1) @@ -99,8 +99,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `113` // Estimated: `3578` - // Minimum execution time: 26_785_000 picoseconds. - Weight::from_parts(27_417_000, 3578) + // Minimum execution time: 27_073_000 picoseconds. + Weight::from_parts(27_685_000, 3578) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -108,8 +108,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_155_000 picoseconds. - Weight::from_parts(10_855_000, 0) + // Minimum execution time: 10_331_000 picoseconds. + Weight::from_parts(10_493_000, 0) } /// Storage: unknown `0x666f6f` (r:1 w:1) /// Proof Skipped: unknown `0x666f6f` (r:1 w:1) @@ -117,8 +117,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `105` // Estimated: `3570` - // Minimum execution time: 27_222_000 picoseconds. - Weight::from_parts(27_767_000, 3570) + // Minimum execution time: 27_760_000 picoseconds. + Weight::from_parts(28_133_000, 3570) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -129,10 +129,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `197 + v * (1 ±0)` // Estimated: `3662 + v * (1 ±0)` - // Minimum execution time: 5_845_000 picoseconds. - Weight::from_parts(5_935_000, 3662) + // Minimum execution time: 5_677_000 picoseconds. + Weight::from_parts(5_878_000, 3662) // Standard Error: 1 - .saturating_add(Weight::from_parts(1_074, 0).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(1_076, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(v.into())) @@ -149,8 +149,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `108` // Estimated: `4020` - // Minimum execution time: 15_272_000 picoseconds. - Weight::from_parts(15_756_000, 4020) + // Minimum execution time: 15_686_000 picoseconds. + Weight::from_parts(16_129_000, 4020) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -160,16 +160,16 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `76` // Estimated: `1493` - // Minimum execution time: 4_716_000 picoseconds. - Weight::from_parts(4_965_000, 1493) + // Minimum execution time: 4_861_000 picoseconds. + Weight::from_parts(5_096_000, 1493) .saturating_add(RocksDbWeight::get().reads(1_u64)) } fn migrate_custom_top_success() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_087_000 picoseconds. - Weight::from_parts(10_545_000, 0) + // Minimum execution time: 9_963_000 picoseconds. + Weight::from_parts(10_339_000, 0) } /// Storage: unknown `0x666f6f` (r:1 w:1) /// Proof Skipped: unknown `0x666f6f` (r:1 w:1) @@ -177,8 +177,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `113` // Estimated: `3578` - // Minimum execution time: 26_785_000 picoseconds. - Weight::from_parts(27_417_000, 3578) + // Minimum execution time: 27_073_000 picoseconds. + Weight::from_parts(27_685_000, 3578) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -186,8 +186,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_155_000 picoseconds. - Weight::from_parts(10_855_000, 0) + // Minimum execution time: 10_331_000 picoseconds. + Weight::from_parts(10_493_000, 0) } /// Storage: unknown `0x666f6f` (r:1 w:1) /// Proof Skipped: unknown `0x666f6f` (r:1 w:1) @@ -195,8 +195,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `105` // Estimated: `3570` - // Minimum execution time: 27_222_000 picoseconds. - Weight::from_parts(27_767_000, 3570) + // Minimum execution time: 27_760_000 picoseconds. + Weight::from_parts(28_133_000, 3570) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -207,10 +207,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `197 + v * (1 ±0)` // Estimated: `3662 + v * (1 ±0)` - // Minimum execution time: 5_845_000 picoseconds. - Weight::from_parts(5_935_000, 3662) + // Minimum execution time: 5_677_000 picoseconds. + Weight::from_parts(5_878_000, 3662) // Standard Error: 1 - .saturating_add(Weight::from_parts(1_074, 0).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(1_076, 0).saturating_mul(v.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(v.into())) diff --git a/frame/support/src/weights/block_weights.rs b/frame/support/src/weights/block_weights.rs index 36f291f3811fc..d98a775b70b8c 100644 --- a/frame/support/src/weights/block_weights.rs +++ b/frame/support/src/weights/block_weights.rs @@ -16,7 +16,7 @@ // limitations under the License. //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16 (Y/M/D) +//! DATE: 2023-03-17 (Y/M/D) //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development` @@ -44,17 +44,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 400_748, 490_688 - /// Average: 410_657 - /// Median: 404_373 - /// Std-Dev: 13237.15 + /// Min, Max: 398_318, 458_247 + /// Average: 407_905 + /// Median: 401_387 + /// Std-Dev: 12475.72 /// /// Percentiles nanoseconds: - /// 99th: 446_578 - /// 95th: 438_836 - /// 75th: 412_989 + /// 99th: 442_801 + /// 95th: 434_641 + /// 75th: 410_800 pub const BlockExecutionWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(410_657), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(407_905), 0); } #[cfg(test)] diff --git a/frame/support/src/weights/extrinsic_weights.rs b/frame/support/src/weights/extrinsic_weights.rs index 0cf80fb15b91a..390c6ff97004a 100644 --- a/frame/support/src/weights/extrinsic_weights.rs +++ b/frame/support/src/weights/extrinsic_weights.rs @@ -16,7 +16,7 @@ // limitations under the License. //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16 (Y/M/D) +//! DATE: 2023-03-17 (Y/M/D) //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Development` @@ -44,17 +44,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 107_853, 111_361 - /// Average: 108_685 - /// Median: 108_411 - /// Std-Dev: 697.77 + /// Min, Max: 107_833, 112_494 + /// Average: 108_708 + /// Median: 108_425 + /// Std-Dev: 773.89 /// /// Percentiles nanoseconds: - /// 99th: 110_954 - /// 95th: 110_166 - /// 75th: 108_951 + /// 99th: 110_991 + /// 95th: 110_184 + /// 75th: 108_988 pub const ExtrinsicBaseWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(108_685), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(108_708), 0); } #[cfg(test)] diff --git a/frame/system/src/weights.rs b/frame/system/src/weights.rs index 108a37fa8a327..17ffacb5d6b3b 100644 --- a/frame/system/src/weights.rs +++ b/frame/system/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for frame_system //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-17, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -67,8 +67,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_311_000 picoseconds. - Weight::from_parts(2_414_000, 0) + // Minimum execution time: 2_390_000 picoseconds. + Weight::from_parts(2_498_000, 0) // Standard Error: 0 .saturating_add(Weight::from_parts(411, 0).saturating_mul(b.into())) } @@ -77,8 +77,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_338_000 picoseconds. - Weight::from_parts(8_542_000, 0) + // Minimum execution time: 8_580_000 picoseconds. + Weight::from_parts(8_837_000, 0) // Standard Error: 0 .saturating_add(Weight::from_parts(1_168, 0).saturating_mul(b.into())) } @@ -90,8 +90,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1485` - // Minimum execution time: 5_102_000 picoseconds. - Weight::from_parts(5_287_000, 1485) + // Minimum execution time: 5_116_000 picoseconds. + Weight::from_parts(5_374_000, 1485) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -102,10 +102,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_450_000 picoseconds. - Weight::from_parts(2_560_000, 0) - // Standard Error: 1_046 - .saturating_add(Weight::from_parts(734_133, 0).saturating_mul(i.into())) + // Minimum execution time: 2_554_000 picoseconds. + Weight::from_parts(2_632_000, 0) + // Standard Error: 980 + .saturating_add(Weight::from_parts(736_629, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -115,10 +115,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_412_000 picoseconds. - Weight::from_parts(2_538_000, 0) - // Standard Error: 1_012 - .saturating_add(Weight::from_parts(556_249, 0).saturating_mul(i.into())) + // Minimum execution time: 2_522_000 picoseconds. + Weight::from_parts(2_658_000, 0) + // Standard Error: 814 + .saturating_add(Weight::from_parts(554_963, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -128,10 +128,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `116 + p * (69 ±0)` // Estimated: `121 + p * (70 ±0)` - // Minimum execution time: 4_470_000 picoseconds. - Weight::from_parts(4_565_000, 121) - // Standard Error: 1_416 - .saturating_add(Weight::from_parts(1_147_954, 0).saturating_mul(p.into())) + // Minimum execution time: 4_703_000 picoseconds. + Weight::from_parts(4_833_000, 121) + // Standard Error: 1_687 + .saturating_add(Weight::from_parts(1_148_171, 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())) @@ -145,8 +145,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_311_000 picoseconds. - Weight::from_parts(2_414_000, 0) + // Minimum execution time: 2_390_000 picoseconds. + Weight::from_parts(2_498_000, 0) // Standard Error: 0 .saturating_add(Weight::from_parts(411, 0).saturating_mul(b.into())) } @@ -155,8 +155,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_338_000 picoseconds. - Weight::from_parts(8_542_000, 0) + // Minimum execution time: 8_580_000 picoseconds. + Weight::from_parts(8_837_000, 0) // Standard Error: 0 .saturating_add(Weight::from_parts(1_168, 0).saturating_mul(b.into())) } @@ -168,8 +168,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1485` - // Minimum execution time: 5_102_000 picoseconds. - Weight::from_parts(5_287_000, 1485) + // Minimum execution time: 5_116_000 picoseconds. + Weight::from_parts(5_374_000, 1485) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -180,10 +180,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_450_000 picoseconds. - Weight::from_parts(2_560_000, 0) - // Standard Error: 1_046 - .saturating_add(Weight::from_parts(734_133, 0).saturating_mul(i.into())) + // Minimum execution time: 2_554_000 picoseconds. + Weight::from_parts(2_632_000, 0) + // Standard Error: 980 + .saturating_add(Weight::from_parts(736_629, 0).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -193,10 +193,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_412_000 picoseconds. - Weight::from_parts(2_538_000, 0) - // Standard Error: 1_012 - .saturating_add(Weight::from_parts(556_249, 0).saturating_mul(i.into())) + // Minimum execution time: 2_522_000 picoseconds. + Weight::from_parts(2_658_000, 0) + // Standard Error: 814 + .saturating_add(Weight::from_parts(554_963, 0).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -206,10 +206,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `116 + p * (69 ±0)` // Estimated: `121 + p * (70 ±0)` - // Minimum execution time: 4_470_000 picoseconds. - Weight::from_parts(4_565_000, 121) - // Standard Error: 1_416 - .saturating_add(Weight::from_parts(1_147_954, 0).saturating_mul(p.into())) + // Minimum execution time: 4_703_000 picoseconds. + Weight::from_parts(4_833_000, 121) + // Standard Error: 1_687 + .saturating_add(Weight::from_parts(1_148_171, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into())) diff --git a/frame/timestamp/src/weights.rs b/frame/timestamp/src/weights.rs index 50c2e38ca1288..b1a262a52b7c6 100644 --- a/frame/timestamp/src/weights.rs +++ b/frame/timestamp/src/weights.rs @@ -66,8 +66,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `312` // Estimated: `2986` - // Minimum execution time: 10_439_000 picoseconds. - Weight::from_parts(10_937_000, 2986) + // Minimum execution time: 10_800_000 picoseconds. + Weight::from_parts(11_182_000, 2986) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -75,8 +75,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `161` // Estimated: `0` - // Minimum execution time: 4_466_000 picoseconds. - Weight::from_parts(4_558_000, 0) + // Minimum execution time: 4_365_000 picoseconds. + Weight::from_parts(4_585_000, 0) } } @@ -90,8 +90,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `312` // Estimated: `2986` - // Minimum execution time: 10_439_000 picoseconds. - Weight::from_parts(10_937_000, 2986) + // Minimum execution time: 10_800_000 picoseconds. + Weight::from_parts(11_182_000, 2986) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -99,7 +99,7 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `161` // Estimated: `0` - // Minimum execution time: 4_466_000 picoseconds. - Weight::from_parts(4_558_000, 0) + // Minimum execution time: 4_365_000 picoseconds. + Weight::from_parts(4_585_000, 0) } } diff --git a/frame/tips/src/weights.rs b/frame/tips/src/weights.rs index a0f043167c153..bc6465e23c866 100644 --- a/frame/tips/src/weights.rs +++ b/frame/tips/src/weights.rs @@ -71,10 +71,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `6938` - // Minimum execution time: 26_257_000 picoseconds. - Weight::from_parts(26_900_842, 6938) - // Standard Error: 181 - .saturating_add(Weight::from_parts(2_984, 0).saturating_mul(r.into())) + // Minimum execution time: 26_172_000 picoseconds. + Weight::from_parts(27_297_116, 6938) + // Standard Error: 651 + .saturating_add(Weight::from_parts(2_491, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -86,8 +86,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `221` // Estimated: `3907` - // Minimum execution time: 25_310_000 picoseconds. - Weight::from_parts(26_121_000, 3907) + // Minimum execution time: 25_482_000 picoseconds. + Weight::from_parts(26_078_000, 3907) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -103,12 +103,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `526 + t * (64 ±0)` // Estimated: `6528 + t * (192 ±0)` - // Minimum execution time: 20_579_000 picoseconds. - Weight::from_parts(21_151_260, 6528) - // Standard Error: 606 - .saturating_add(Weight::from_parts(10, 0).saturating_mul(r.into())) - // Standard Error: 14_414 - .saturating_add(Weight::from_parts(109_141, 0).saturating_mul(t.into())) + // Minimum execution time: 20_569_000 picoseconds. + Weight::from_parts(20_740_386, 6528) + // Standard Error: 114 + .saturating_add(Weight::from_parts(1_890, 0).saturating_mul(r.into())) + // Standard Error: 2_732 + .saturating_add(Weight::from_parts(92_907, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(t.into())) @@ -122,10 +122,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `747 + t * (112 ±0)` // Estimated: `6444 + t * (224 ±0)` - // Minimum execution time: 16_035_000 picoseconds. - Weight::from_parts(16_252_857, 6444) - // Standard Error: 4_468 - .saturating_add(Weight::from_parts(198_653, 0).saturating_mul(t.into())) + // Minimum execution time: 16_010_000 picoseconds. + Weight::from_parts(16_530_931, 6444) + // Standard Error: 4_481 + .saturating_add(Weight::from_parts(191_037, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 224).saturating_mul(t.into())) @@ -143,10 +143,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `786 + t * (112 ±0)` // Estimated: `10874 + t * (336 ±0)` - // Minimum execution time: 45_570_000 picoseconds. - Weight::from_parts(46_349_619, 10874) - // Standard Error: 6_203 - .saturating_add(Weight::from_parts(146_275, 0).saturating_mul(t.into())) + // Minimum execution time: 45_047_000 picoseconds. + Weight::from_parts(46_333_164, 10874) + // Standard Error: 7_126 + .saturating_add(Weight::from_parts(140_719, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 336).saturating_mul(t.into())) @@ -160,10 +160,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `269` // Estimated: `4003` - // Minimum execution time: 15_080_000 picoseconds. - Weight::from_parts(15_624_539, 4003) - // Standard Error: 1_931 - .saturating_add(Weight::from_parts(7_095, 0).saturating_mul(t.into())) + // Minimum execution time: 15_275_000 picoseconds. + Weight::from_parts(15_902_564, 4003) + // Standard Error: 2_017 + .saturating_add(Weight::from_parts(5_540, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -180,10 +180,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `4` // Estimated: `6938` - // Minimum execution time: 26_257_000 picoseconds. - Weight::from_parts(26_900_842, 6938) - // Standard Error: 181 - .saturating_add(Weight::from_parts(2_984, 0).saturating_mul(r.into())) + // Minimum execution time: 26_172_000 picoseconds. + Weight::from_parts(27_297_116, 6938) + // Standard Error: 651 + .saturating_add(Weight::from_parts(2_491, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -195,8 +195,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `221` // Estimated: `3907` - // Minimum execution time: 25_310_000 picoseconds. - Weight::from_parts(26_121_000, 3907) + // Minimum execution time: 25_482_000 picoseconds. + Weight::from_parts(26_078_000, 3907) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -212,12 +212,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `526 + t * (64 ±0)` // Estimated: `6528 + t * (192 ±0)` - // Minimum execution time: 20_579_000 picoseconds. - Weight::from_parts(21_151_260, 6528) - // Standard Error: 606 - .saturating_add(Weight::from_parts(10, 0).saturating_mul(r.into())) - // Standard Error: 14_414 - .saturating_add(Weight::from_parts(109_141, 0).saturating_mul(t.into())) + // Minimum execution time: 20_569_000 picoseconds. + Weight::from_parts(20_740_386, 6528) + // Standard Error: 114 + .saturating_add(Weight::from_parts(1_890, 0).saturating_mul(r.into())) + // Standard Error: 2_732 + .saturating_add(Weight::from_parts(92_907, 0).saturating_mul(t.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 192).saturating_mul(t.into())) @@ -231,10 +231,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `747 + t * (112 ±0)` // Estimated: `6444 + t * (224 ±0)` - // Minimum execution time: 16_035_000 picoseconds. - Weight::from_parts(16_252_857, 6444) - // Standard Error: 4_468 - .saturating_add(Weight::from_parts(198_653, 0).saturating_mul(t.into())) + // Minimum execution time: 16_010_000 picoseconds. + Weight::from_parts(16_530_931, 6444) + // Standard Error: 4_481 + .saturating_add(Weight::from_parts(191_037, 0).saturating_mul(t.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 224).saturating_mul(t.into())) @@ -252,10 +252,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `786 + t * (112 ±0)` // Estimated: `10874 + t * (336 ±0)` - // Minimum execution time: 45_570_000 picoseconds. - Weight::from_parts(46_349_619, 10874) - // Standard Error: 6_203 - .saturating_add(Weight::from_parts(146_275, 0).saturating_mul(t.into())) + // Minimum execution time: 45_047_000 picoseconds. + Weight::from_parts(46_333_164, 10874) + // Standard Error: 7_126 + .saturating_add(Weight::from_parts(140_719, 0).saturating_mul(t.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 336).saturating_mul(t.into())) @@ -269,10 +269,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `269` // Estimated: `4003` - // Minimum execution time: 15_080_000 picoseconds. - Weight::from_parts(15_624_539, 4003) - // Standard Error: 1_931 - .saturating_add(Weight::from_parts(7_095, 0).saturating_mul(t.into())) + // Minimum execution time: 15_275_000 picoseconds. + Weight::from_parts(15_902_564, 4003) + // Standard Error: 2_017 + .saturating_add(Weight::from_parts(5_540, 0).saturating_mul(t.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/frame/transaction-storage/src/weights.rs b/frame/transaction-storage/src/weights.rs index 7e0a041ee8f73..2535de022f314 100644 --- a/frame/transaction-storage/src/weights.rs +++ b/frame/transaction-storage/src/weights.rs @@ -70,10 +70,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `176` // Estimated: `41353` - // Minimum execution time: 32_430_000 picoseconds. - Weight::from_parts(32_696_000, 41353) - // Standard Error: 2 - .saturating_add(Weight::from_parts(5_120, 0).saturating_mul(l.into())) + // Minimum execution time: 32_776_000 picoseconds. + Weight::from_parts(33_171_000, 41353) + // Standard Error: 3 + .saturating_add(Weight::from_parts(5_150, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -89,8 +89,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `326` // Estimated: `81704` - // Minimum execution time: 40_152_000 picoseconds. - Weight::from_parts(41_499_000, 81704) + // Minimum execution time: 40_796_000 picoseconds. + Weight::from_parts(41_723_000, 81704) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -108,8 +108,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `37145` // Estimated: `48332` - // Minimum execution time: 63_648_000 picoseconds. - Weight::from_parts(65_631_000, 48332) + // Minimum execution time: 65_571_000 picoseconds. + Weight::from_parts(67_085_000, 48332) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -128,10 +128,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `176` // Estimated: `41353` - // Minimum execution time: 32_430_000 picoseconds. - Weight::from_parts(32_696_000, 41353) - // Standard Error: 2 - .saturating_add(Weight::from_parts(5_120, 0).saturating_mul(l.into())) + // Minimum execution time: 32_776_000 picoseconds. + Weight::from_parts(33_171_000, 41353) + // Standard Error: 3 + .saturating_add(Weight::from_parts(5_150, 0).saturating_mul(l.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -147,8 +147,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `326` // Estimated: `81704` - // Minimum execution time: 40_152_000 picoseconds. - Weight::from_parts(41_499_000, 81704) + // Minimum execution time: 40_796_000 picoseconds. + Weight::from_parts(41_723_000, 81704) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -166,8 +166,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `37145` // Estimated: `48332` - // Minimum execution time: 63_648_000 picoseconds. - Weight::from_parts(65_631_000, 48332) + // Minimum execution time: 65_571_000 picoseconds. + Weight::from_parts(67_085_000, 48332) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/frame/treasury/src/weights.rs b/frame/treasury/src/weights.rs index 0d83f22f1ac5a..031f1ac51a2a1 100644 --- a/frame/treasury/src/weights.rs +++ b/frame/treasury/src/weights.rs @@ -72,8 +72,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3376` - // Minimum execution time: 16_729_000 picoseconds. - Weight::from_parts(17_071_000, 3376) + // Minimum execution time: 17_361_000 picoseconds. + Weight::from_parts(17_817_000, 3376) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -85,8 +85,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `143` // Estimated: `1489` - // Minimum execution time: 25_996_000 picoseconds. - Weight::from_parts(26_444_000, 1489) + // Minimum execution time: 26_840_000 picoseconds. + Weight::from_parts(27_275_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -98,8 +98,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `301` // Estimated: `7166` - // Minimum execution time: 27_401_000 picoseconds. - Weight::from_parts(27_919_000, 7166) + // Minimum execution time: 28_542_000 picoseconds. + Weight::from_parts(29_079_000, 7166) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -112,10 +112,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `470 + p * (8 ±0)` // Estimated: `5460` - // Minimum execution time: 10_302_000 picoseconds. - Weight::from_parts(13_231_232, 5460) - // Standard Error: 1_042 - .saturating_add(Weight::from_parts(26_468, 0).saturating_mul(p.into())) + // Minimum execution time: 10_646_000 picoseconds. + Weight::from_parts(13_438_405, 5460) + // Standard Error: 916 + .saturating_add(Weight::from_parts(28_489, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -125,8 +125,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `127` // Estimated: `1887` - // Minimum execution time: 7_772_000 picoseconds. - Weight::from_parts(7_998_000, 1887) + // Minimum execution time: 8_277_000 picoseconds. + Weight::from_parts(8_380_000, 1887) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -145,10 +145,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `387 + p * (251 ±0)` // Estimated: `7255 + p * (7789 ±0)` - // Minimum execution time: 42_986_000 picoseconds. - Weight::from_parts(45_521_862, 7255) - // Standard Error: 34_588 - .saturating_add(Weight::from_parts(32_476_017, 0).saturating_mul(p.into())) + // Minimum execution time: 46_282_000 picoseconds. + Weight::from_parts(52_368_229, 7255) + // Standard Error: 29_605 + .saturating_add(Weight::from_parts(35_387_874, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -169,8 +169,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3376` - // Minimum execution time: 16_729_000 picoseconds. - Weight::from_parts(17_071_000, 3376) + // Minimum execution time: 17_361_000 picoseconds. + Weight::from_parts(17_817_000, 3376) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -182,8 +182,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `143` // Estimated: `1489` - // Minimum execution time: 25_996_000 picoseconds. - Weight::from_parts(26_444_000, 1489) + // Minimum execution time: 26_840_000 picoseconds. + Weight::from_parts(27_275_000, 1489) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -195,8 +195,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `301` // Estimated: `7166` - // Minimum execution time: 27_401_000 picoseconds. - Weight::from_parts(27_919_000, 7166) + // Minimum execution time: 28_542_000 picoseconds. + Weight::from_parts(29_079_000, 7166) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -209,10 +209,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `470 + p * (8 ±0)` // Estimated: `5460` - // Minimum execution time: 10_302_000 picoseconds. - Weight::from_parts(13_231_232, 5460) - // Standard Error: 1_042 - .saturating_add(Weight::from_parts(26_468, 0).saturating_mul(p.into())) + // Minimum execution time: 10_646_000 picoseconds. + Weight::from_parts(13_438_405, 5460) + // Standard Error: 916 + .saturating_add(Weight::from_parts(28_489, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -222,8 +222,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `127` // Estimated: `1887` - // Minimum execution time: 7_772_000 picoseconds. - Weight::from_parts(7_998_000, 1887) + // Minimum execution time: 8_277_000 picoseconds. + Weight::from_parts(8_380_000, 1887) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -242,10 +242,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `387 + p * (251 ±0)` // Estimated: `7255 + p * (7789 ±0)` - // Minimum execution time: 42_986_000 picoseconds. - Weight::from_parts(45_521_862, 7255) - // Standard Error: 34_588 - .saturating_add(Weight::from_parts(32_476_017, 0).saturating_mul(p.into())) + // Minimum execution time: 46_282_000 picoseconds. + Weight::from_parts(52_368_229, 7255) + // Standard Error: 29_605 + .saturating_add(Weight::from_parts(35_387_874, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) diff --git a/frame/uniques/src/weights.rs b/frame/uniques/src/weights.rs index b566a712df8f7..57ba0475825e2 100644 --- a/frame/uniques/src/weights.rs +++ b/frame/uniques/src/weights.rs @@ -90,8 +90,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `249` // Estimated: `3643` - // Minimum execution time: 27_997_000 picoseconds. - Weight::from_parts(28_783_000, 3643) + // Minimum execution time: 28_001_000 picoseconds. + Weight::from_parts(28_478_000, 3643) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -103,8 +103,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `109` // Estimated: `3643` - // Minimum execution time: 15_924_000 picoseconds. - Weight::from_parts(16_391_000, 3643) + // Minimum execution time: 24_675_000 picoseconds. + Weight::from_parts(25_025_000, 3643) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -131,14 +131,14 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `418 + n * (76 ±0) + m * (56 ±0) + a * (107 ±0)` // Estimated: `9210 + a * (2839 ±0) + n * (2597 ±0) + m * (2583 ±0)` - // Minimum execution time: 2_503_473_000 picoseconds. - Weight::from_parts(2_517_123_000, 9210) - // Standard Error: 26_715 - .saturating_add(Weight::from_parts(6_732_205, 0).saturating_mul(n.into())) - // Standard Error: 26_715 - .saturating_add(Weight::from_parts(348_453, 0).saturating_mul(m.into())) - // Standard Error: 26_715 - .saturating_add(Weight::from_parts(261_076, 0).saturating_mul(a.into())) + // Minimum execution time: 2_525_495_000 picoseconds. + Weight::from_parts(2_539_318_000, 9210) + // Standard Error: 27_271 + .saturating_add(Weight::from_parts(6_709_252, 0).saturating_mul(n.into())) + // Standard Error: 27_271 + .saturating_add(Weight::from_parts(389_193, 0).saturating_mul(m.into())) + // Standard Error: 27_271 + .saturating_add(Weight::from_parts(255_379, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(m.into()))) @@ -163,8 +163,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `349` // Estimated: `10719` - // Minimum execution time: 33_264_000 picoseconds. - Weight::from_parts(33_886_000, 10719) + // Minimum execution time: 33_763_000 picoseconds. + Weight::from_parts(34_217_000, 10719) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -180,8 +180,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `495` // Estimated: `7230` - // Minimum execution time: 34_505_000 picoseconds. - Weight::from_parts(35_171_000, 7230) + // Minimum execution time: 35_224_000 picoseconds. + Weight::from_parts(35_656_000, 7230) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -197,8 +197,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `495` // Estimated: `7230` - // Minimum execution time: 27_903_000 picoseconds. - Weight::from_parts(28_236_000, 7230) + // Minimum execution time: 27_996_000 picoseconds. + Weight::from_parts(28_336_000, 7230) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -211,10 +211,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `805 + i * (76 ±0)` // Estimated: `4633 + i * (2597 ±0)` - // Minimum execution time: 15_507_000 picoseconds. - Weight::from_parts(15_649_000, 4633) - // Standard Error: 15_724 - .saturating_add(Weight::from_parts(13_796_730, 0).saturating_mul(i.into())) + // Minimum execution time: 15_722_000 picoseconds. + Weight::from_parts(15_956_000, 4633) + // Standard Error: 17_989 + .saturating_add(Weight::from_parts(14_283_613, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -229,8 +229,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `495` // Estimated: `7230` - // Minimum execution time: 19_196_000 picoseconds. - Weight::from_parts(19_672_000, 7230) + // Minimum execution time: 19_488_000 picoseconds. + Weight::from_parts(19_956_000, 7230) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -242,8 +242,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `495` // Estimated: `7230` - // Minimum execution time: 19_209_000 picoseconds. - Weight::from_parts(19_503_000, 7230) + // Minimum execution time: 19_312_000 picoseconds. + Weight::from_parts(19_573_000, 7230) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -253,8 +253,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `349` // Estimated: `3643` - // Minimum execution time: 14_507_000 picoseconds. - Weight::from_parts(14_809_000, 3643) + // Minimum execution time: 15_031_000 picoseconds. + Weight::from_parts(15_462_000, 3643) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -264,8 +264,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `349` // Estimated: `3643` - // Minimum execution time: 14_615_000 picoseconds. - Weight::from_parts(14_964_000, 3643) + // Minimum execution time: 15_178_000 picoseconds. + Weight::from_parts(15_383_000, 3643) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -279,8 +279,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `423` // Estimated: `7160` - // Minimum execution time: 23_088_000 picoseconds. - Weight::from_parts(23_533_000, 7160) + // Minimum execution time: 23_376_000 picoseconds. + Weight::from_parts(23_917_000, 7160) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -290,8 +290,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `349` // Estimated: `3643` - // Minimum execution time: 15_879_000 picoseconds. - Weight::from_parts(16_129_000, 3643) + // Minimum execution time: 15_770_000 picoseconds. + Weight::from_parts(15_981_000, 3643) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -303,8 +303,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `349` // Estimated: `3643` - // Minimum execution time: 18_114_000 picoseconds. - Weight::from_parts(18_454_000, 3643) + // Minimum execution time: 18_457_000 picoseconds. + Weight::from_parts(18_865_000, 3643) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -318,8 +318,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `547` // Estimated: `11045` - // Minimum execution time: 38_833_000 picoseconds. - Weight::from_parts(39_254_000, 11045) + // Minimum execution time: 39_422_000 picoseconds. + Weight::from_parts(39_894_000, 11045) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -333,8 +333,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `936` // Estimated: `11045` - // Minimum execution time: 37_091_000 picoseconds. - Weight::from_parts(37_577_000, 11045) + // Minimum execution time: 37_635_000 picoseconds. + Weight::from_parts(38_032_000, 11045) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -346,8 +346,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `415` // Estimated: `7216` - // Minimum execution time: 28_905_000 picoseconds. - Weight::from_parts(29_284_000, 7216) + // Minimum execution time: 29_795_000 picoseconds. + Weight::from_parts(30_193_000, 7216) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -359,8 +359,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `547` // Estimated: `7216` - // Minimum execution time: 29_743_000 picoseconds. - Weight::from_parts(30_813_000, 7216) + // Minimum execution time: 30_028_000 picoseconds. + Weight::from_parts(30_424_000, 7216) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -372,8 +372,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `349` // Estimated: `7196` - // Minimum execution time: 28_318_000 picoseconds. - Weight::from_parts(28_675_000, 7196) + // Minimum execution time: 29_092_000 picoseconds. + Weight::from_parts(29_523_000, 7196) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -385,8 +385,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `461` // Estimated: `7196` - // Minimum execution time: 26_617_000 picoseconds. - Weight::from_parts(27_137_000, 7196) + // Minimum execution time: 27_113_000 picoseconds. + Weight::from_parts(27_494_000, 7196) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -398,8 +398,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `495` // Estimated: `7230` - // Minimum execution time: 20_379_000 picoseconds. - Weight::from_parts(20_932_000, 7230) + // Minimum execution time: 20_495_000 picoseconds. + Weight::from_parts(20_935_000, 7230) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -411,8 +411,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `528` // Estimated: `7230` - // Minimum execution time: 20_259_000 picoseconds. - Weight::from_parts(20_609_000, 7230) + // Minimum execution time: 20_370_000 picoseconds. + Weight::from_parts(20_986_000, 7230) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -422,8 +422,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `109` // Estimated: `3517` - // Minimum execution time: 16_673_000 picoseconds. - Weight::from_parts(16_951_000, 3517) + // Minimum execution time: 17_076_000 picoseconds. + Weight::from_parts(17_515_000, 3517) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -435,8 +435,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `349` // Estimated: `7132` - // Minimum execution time: 17_188_000 picoseconds. - Weight::from_parts(17_489_000, 7132) + // Minimum execution time: 17_500_000 picoseconds. + Weight::from_parts(17_783_000, 7132) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -448,8 +448,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `326` // Estimated: `3587` - // Minimum execution time: 17_942_000 picoseconds. - Weight::from_parts(18_285_000, 3587) + // Minimum execution time: 17_391_000 picoseconds. + Weight::from_parts(17_807_000, 3587) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -465,8 +465,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `607` // Estimated: `10784` - // Minimum execution time: 38_985_000 picoseconds. - Weight::from_parts(40_393_000, 10784) + // Minimum execution time: 39_721_000 picoseconds. + Weight::from_parts(40_209_000, 10784) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -482,8 +482,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `249` // Estimated: `3643` - // Minimum execution time: 27_997_000 picoseconds. - Weight::from_parts(28_783_000, 3643) + // Minimum execution time: 28_001_000 picoseconds. + Weight::from_parts(28_478_000, 3643) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -495,8 +495,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `109` // Estimated: `3643` - // Minimum execution time: 15_924_000 picoseconds. - Weight::from_parts(16_391_000, 3643) + // Minimum execution time: 24_675_000 picoseconds. + Weight::from_parts(25_025_000, 3643) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -523,14 +523,14 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `418 + n * (76 ±0) + m * (56 ±0) + a * (107 ±0)` // Estimated: `9210 + a * (2839 ±0) + n * (2597 ±0) + m * (2583 ±0)` - // Minimum execution time: 2_503_473_000 picoseconds. - Weight::from_parts(2_517_123_000, 9210) - // Standard Error: 26_715 - .saturating_add(Weight::from_parts(6_732_205, 0).saturating_mul(n.into())) - // Standard Error: 26_715 - .saturating_add(Weight::from_parts(348_453, 0).saturating_mul(m.into())) - // Standard Error: 26_715 - .saturating_add(Weight::from_parts(261_076, 0).saturating_mul(a.into())) + // Minimum execution time: 2_525_495_000 picoseconds. + Weight::from_parts(2_539_318_000, 9210) + // Standard Error: 27_271 + .saturating_add(Weight::from_parts(6_709_252, 0).saturating_mul(n.into())) + // Standard Error: 27_271 + .saturating_add(Weight::from_parts(389_193, 0).saturating_mul(m.into())) + // Standard Error: 27_271 + .saturating_add(Weight::from_parts(255_379, 0).saturating_mul(a.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(m.into()))) @@ -555,8 +555,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `349` // Estimated: `10719` - // Minimum execution time: 33_264_000 picoseconds. - Weight::from_parts(33_886_000, 10719) + // Minimum execution time: 33_763_000 picoseconds. + Weight::from_parts(34_217_000, 10719) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -572,8 +572,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `495` // Estimated: `7230` - // Minimum execution time: 34_505_000 picoseconds. - Weight::from_parts(35_171_000, 7230) + // Minimum execution time: 35_224_000 picoseconds. + Weight::from_parts(35_656_000, 7230) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -589,8 +589,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `495` // Estimated: `7230` - // Minimum execution time: 27_903_000 picoseconds. - Weight::from_parts(28_236_000, 7230) + // Minimum execution time: 27_996_000 picoseconds. + Weight::from_parts(28_336_000, 7230) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -603,10 +603,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `805 + i * (76 ±0)` // Estimated: `4633 + i * (2597 ±0)` - // Minimum execution time: 15_507_000 picoseconds. - Weight::from_parts(15_649_000, 4633) - // Standard Error: 15_724 - .saturating_add(Weight::from_parts(13_796_730, 0).saturating_mul(i.into())) + // Minimum execution time: 15_722_000 picoseconds. + Weight::from_parts(15_956_000, 4633) + // Standard Error: 17_989 + .saturating_add(Weight::from_parts(14_283_613, 0).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -621,8 +621,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `495` // Estimated: `7230` - // Minimum execution time: 19_196_000 picoseconds. - Weight::from_parts(19_672_000, 7230) + // Minimum execution time: 19_488_000 picoseconds. + Weight::from_parts(19_956_000, 7230) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -634,8 +634,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `495` // Estimated: `7230` - // Minimum execution time: 19_209_000 picoseconds. - Weight::from_parts(19_503_000, 7230) + // Minimum execution time: 19_312_000 picoseconds. + Weight::from_parts(19_573_000, 7230) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -645,8 +645,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `349` // Estimated: `3643` - // Minimum execution time: 14_507_000 picoseconds. - Weight::from_parts(14_809_000, 3643) + // Minimum execution time: 15_031_000 picoseconds. + Weight::from_parts(15_462_000, 3643) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -656,8 +656,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `349` // Estimated: `3643` - // Minimum execution time: 14_615_000 picoseconds. - Weight::from_parts(14_964_000, 3643) + // Minimum execution time: 15_178_000 picoseconds. + Weight::from_parts(15_383_000, 3643) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -671,8 +671,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `423` // Estimated: `7160` - // Minimum execution time: 23_088_000 picoseconds. - Weight::from_parts(23_533_000, 7160) + // Minimum execution time: 23_376_000 picoseconds. + Weight::from_parts(23_917_000, 7160) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -682,8 +682,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `349` // Estimated: `3643` - // Minimum execution time: 15_879_000 picoseconds. - Weight::from_parts(16_129_000, 3643) + // Minimum execution time: 15_770_000 picoseconds. + Weight::from_parts(15_981_000, 3643) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -695,8 +695,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `349` // Estimated: `3643` - // Minimum execution time: 18_114_000 picoseconds. - Weight::from_parts(18_454_000, 3643) + // Minimum execution time: 18_457_000 picoseconds. + Weight::from_parts(18_865_000, 3643) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -710,8 +710,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `547` // Estimated: `11045` - // Minimum execution time: 38_833_000 picoseconds. - Weight::from_parts(39_254_000, 11045) + // Minimum execution time: 39_422_000 picoseconds. + Weight::from_parts(39_894_000, 11045) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -725,8 +725,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `936` // Estimated: `11045` - // Minimum execution time: 37_091_000 picoseconds. - Weight::from_parts(37_577_000, 11045) + // Minimum execution time: 37_635_000 picoseconds. + Weight::from_parts(38_032_000, 11045) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -738,8 +738,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `415` // Estimated: `7216` - // Minimum execution time: 28_905_000 picoseconds. - Weight::from_parts(29_284_000, 7216) + // Minimum execution time: 29_795_000 picoseconds. + Weight::from_parts(30_193_000, 7216) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -751,8 +751,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `547` // Estimated: `7216` - // Minimum execution time: 29_743_000 picoseconds. - Weight::from_parts(30_813_000, 7216) + // Minimum execution time: 30_028_000 picoseconds. + Weight::from_parts(30_424_000, 7216) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -764,8 +764,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `349` // Estimated: `7196` - // Minimum execution time: 28_318_000 picoseconds. - Weight::from_parts(28_675_000, 7196) + // Minimum execution time: 29_092_000 picoseconds. + Weight::from_parts(29_523_000, 7196) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -777,8 +777,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `461` // Estimated: `7196` - // Minimum execution time: 26_617_000 picoseconds. - Weight::from_parts(27_137_000, 7196) + // Minimum execution time: 27_113_000 picoseconds. + Weight::from_parts(27_494_000, 7196) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -790,8 +790,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `495` // Estimated: `7230` - // Minimum execution time: 20_379_000 picoseconds. - Weight::from_parts(20_932_000, 7230) + // Minimum execution time: 20_495_000 picoseconds. + Weight::from_parts(20_935_000, 7230) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -803,8 +803,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `528` // Estimated: `7230` - // Minimum execution time: 20_259_000 picoseconds. - Weight::from_parts(20_609_000, 7230) + // Minimum execution time: 20_370_000 picoseconds. + Weight::from_parts(20_986_000, 7230) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -814,8 +814,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `109` // Estimated: `3517` - // Minimum execution time: 16_673_000 picoseconds. - Weight::from_parts(16_951_000, 3517) + // Minimum execution time: 17_076_000 picoseconds. + Weight::from_parts(17_515_000, 3517) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -827,8 +827,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `349` // Estimated: `7132` - // Minimum execution time: 17_188_000 picoseconds. - Weight::from_parts(17_489_000, 7132) + // Minimum execution time: 17_500_000 picoseconds. + Weight::from_parts(17_783_000, 7132) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -840,8 +840,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `326` // Estimated: `3587` - // Minimum execution time: 17_942_000 picoseconds. - Weight::from_parts(18_285_000, 3587) + // Minimum execution time: 17_391_000 picoseconds. + Weight::from_parts(17_807_000, 3587) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -857,8 +857,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `607` // Estimated: `10784` - // Minimum execution time: 38_985_000 picoseconds. - Weight::from_parts(40_393_000, 10784) + // Minimum execution time: 39_721_000 picoseconds. + Weight::from_parts(40_209_000, 10784) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } diff --git a/frame/utility/src/weights.rs b/frame/utility/src/weights.rs index 216aff492f61f..3f47e0047e46d 100644 --- a/frame/utility/src/weights.rs +++ b/frame/utility/src/weights.rs @@ -66,44 +66,44 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_545_000 picoseconds. - Weight::from_parts(24_376_726, 0) - // Standard Error: 2_822 - .saturating_add(Weight::from_parts(4_232_980, 0).saturating_mul(c.into())) + // Minimum execution time: 7_879_000 picoseconds. + Weight::from_parts(20_302_386, 0) + // Standard Error: 7_012 + .saturating_add(Weight::from_parts(4_270_112, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_559_000 picoseconds. - Weight::from_parts(5_808_000, 0) + // Minimum execution time: 5_454_000 picoseconds. + Weight::from_parts(5_869_000, 0) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_605_000 picoseconds. - Weight::from_parts(15_881_551, 0) - // Standard Error: 4_031 - .saturating_add(Weight::from_parts(4_543_332, 0).saturating_mul(c.into())) + // Minimum execution time: 7_706_000 picoseconds. + Weight::from_parts(11_856_670, 0) + // Standard Error: 2_543 + .saturating_add(Weight::from_parts(4_409_173, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_620_000 picoseconds. - Weight::from_parts(10_207_000, 0) + // Minimum execution time: 9_900_000 picoseconds. + Weight::from_parts(10_420_000, 0) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_645_000 picoseconds. - Weight::from_parts(18_392_626, 0) - // Standard Error: 2_382 - .saturating_add(Weight::from_parts(4_235_528, 0).saturating_mul(c.into())) + // Minimum execution time: 7_612_000 picoseconds. + Weight::from_parts(12_866_103, 0) + // Standard Error: 2_506 + .saturating_add(Weight::from_parts(4_260_163, 0).saturating_mul(c.into())) } } @@ -114,43 +114,43 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_545_000 picoseconds. - Weight::from_parts(24_376_726, 0) - // Standard Error: 2_822 - .saturating_add(Weight::from_parts(4_232_980, 0).saturating_mul(c.into())) + // Minimum execution time: 7_879_000 picoseconds. + Weight::from_parts(20_302_386, 0) + // Standard Error: 7_012 + .saturating_add(Weight::from_parts(4_270_112, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_559_000 picoseconds. - Weight::from_parts(5_808_000, 0) + // Minimum execution time: 5_454_000 picoseconds. + Weight::from_parts(5_869_000, 0) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_605_000 picoseconds. - Weight::from_parts(15_881_551, 0) - // Standard Error: 4_031 - .saturating_add(Weight::from_parts(4_543_332, 0).saturating_mul(c.into())) + // Minimum execution time: 7_706_000 picoseconds. + Weight::from_parts(11_856_670, 0) + // Standard Error: 2_543 + .saturating_add(Weight::from_parts(4_409_173, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_620_000 picoseconds. - Weight::from_parts(10_207_000, 0) + // Minimum execution time: 9_900_000 picoseconds. + Weight::from_parts(10_420_000, 0) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_645_000 picoseconds. - Weight::from_parts(18_392_626, 0) - // Standard Error: 2_382 - .saturating_add(Weight::from_parts(4_235_528, 0).saturating_mul(c.into())) + // Minimum execution time: 7_612_000 picoseconds. + Weight::from_parts(12_866_103, 0) + // Standard Error: 2_506 + .saturating_add(Weight::from_parts(4_260_163, 0).saturating_mul(c.into())) } } diff --git a/frame/vesting/src/weights.rs b/frame/vesting/src/weights.rs index af65475033fb5..3421a92e1ccbb 100644 --- a/frame/vesting/src/weights.rs +++ b/frame/vesting/src/weights.rs @@ -74,12 +74,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `381 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9286` - // Minimum execution time: 31_438_000 picoseconds. - Weight::from_parts(30_383_270, 9286) - // Standard Error: 836 - .saturating_add(Weight::from_parts(61_233, 0).saturating_mul(l.into())) - // Standard Error: 1_487 - .saturating_add(Weight::from_parts(67_309, 0).saturating_mul(s.into())) + // Minimum execution time: 32_081_000 picoseconds. + Weight::from_parts(30_540_973, 9286) + // Standard Error: 1_292 + .saturating_add(Weight::from_parts(73_072, 0).saturating_mul(l.into())) + // Standard Error: 2_298 + .saturating_add(Weight::from_parts(81_726, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -93,12 +93,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `381 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9286` - // Minimum execution time: 30_598_000 picoseconds. - Weight::from_parts(30_573_817, 9286) - // Standard Error: 1_253 - .saturating_add(Weight::from_parts(55_470, 0).saturating_mul(l.into())) - // Standard Error: 2_230 - .saturating_add(Weight::from_parts(20_111, 0).saturating_mul(s.into())) + // Minimum execution time: 31_492_000 picoseconds. + Weight::from_parts(31_698_433, 9286) + // Standard Error: 3_049 + .saturating_add(Weight::from_parts(45_232, 0).saturating_mul(l.into())) + // Standard Error: 5_425 + .saturating_add(Weight::from_parts(27_918, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -114,12 +114,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `484 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12879` - // Minimum execution time: 33_513_000 picoseconds. - Weight::from_parts(31_938_599, 12879) - // Standard Error: 1_010 - .saturating_add(Weight::from_parts(67_173, 0).saturating_mul(l.into())) - // Standard Error: 1_797 - .saturating_add(Weight::from_parts(76_323, 0).saturating_mul(s.into())) + // Minimum execution time: 34_012_000 picoseconds. + Weight::from_parts(32_880_332, 12879) + // Standard Error: 2_296 + .saturating_add(Weight::from_parts(69_517, 0).saturating_mul(l.into())) + // Standard Error: 4_086 + .saturating_add(Weight::from_parts(77_183, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -135,12 +135,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `484 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12879` - // Minimum execution time: 32_241_000 picoseconds. - Weight::from_parts(31_924_196, 12879) - // Standard Error: 988 - .saturating_add(Weight::from_parts(58_658, 0).saturating_mul(l.into())) - // Standard Error: 1_757 - .saturating_add(Weight::from_parts(30_685, 0).saturating_mul(s.into())) + // Minimum execution time: 33_359_000 picoseconds. + Weight::from_parts(32_885_749, 12879) + // Standard Error: 1_095 + .saturating_add(Weight::from_parts(59_032, 0).saturating_mul(l.into())) + // Standard Error: 1_949 + .saturating_add(Weight::from_parts(32_499, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -156,12 +156,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `555 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12879` - // Minimum execution time: 51_407_000 picoseconds. - Weight::from_parts(50_682_873, 12879) - // Standard Error: 2_204 - .saturating_add(Weight::from_parts(71_983, 0).saturating_mul(l.into())) - // Standard Error: 3_921 - .saturating_add(Weight::from_parts(55_534, 0).saturating_mul(s.into())) + // Minimum execution time: 52_325_000 picoseconds. + Weight::from_parts(52_405_860, 12879) + // Standard Error: 1_631 + .saturating_add(Weight::from_parts(51_540, 0).saturating_mul(l.into())) + // Standard Error: 2_902 + .saturating_add(Weight::from_parts(34_091, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -177,12 +177,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `658 + l * (25 ±0) + s * (36 ±0)` // Estimated: `15482` - // Minimum execution time: 53_863_000 picoseconds. - Weight::from_parts(53_669_542, 15482) - // Standard Error: 1_777 - .saturating_add(Weight::from_parts(59_741, 0).saturating_mul(l.into())) - // Standard Error: 3_161 - .saturating_add(Weight::from_parts(47_003, 0).saturating_mul(s.into())) + // Minimum execution time: 54_447_000 picoseconds. + Weight::from_parts(54_604_937, 15482) + // Standard Error: 5_542 + .saturating_add(Weight::from_parts(69_158, 0).saturating_mul(l.into())) + // Standard Error: 9_860 + .saturating_add(Weight::from_parts(56_326, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -198,12 +198,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `482 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12879` - // Minimum execution time: 33_811_000 picoseconds. - Weight::from_parts(32_740_397, 12879) - // Standard Error: 996 - .saturating_add(Weight::from_parts(68_445, 0).saturating_mul(l.into())) - // Standard Error: 1_839 - .saturating_add(Weight::from_parts(73_918, 0).saturating_mul(s.into())) + // Minimum execution time: 35_040_000 picoseconds. + Weight::from_parts(34_122_175, 12879) + // Standard Error: 2_183 + .saturating_add(Weight::from_parts(73_681, 0).saturating_mul(l.into())) + // Standard Error: 4_033 + .saturating_add(Weight::from_parts(67_486, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -219,12 +219,12 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `482 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12879` - // Minimum execution time: 34_301_000 picoseconds. - Weight::from_parts(33_304_945, 12879) - // Standard Error: 1_014 - .saturating_add(Weight::from_parts(67_107, 0).saturating_mul(l.into())) - // Standard Error: 1_873 - .saturating_add(Weight::from_parts(66_843, 0).saturating_mul(s.into())) + // Minimum execution time: 35_226_000 picoseconds. + Weight::from_parts(34_370_172, 12879) + // Standard Error: 971 + .saturating_add(Weight::from_parts(69_150, 0).saturating_mul(l.into())) + // Standard Error: 1_793 + .saturating_add(Weight::from_parts(58_906, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -242,12 +242,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `381 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9286` - // Minimum execution time: 31_438_000 picoseconds. - Weight::from_parts(30_383_270, 9286) - // Standard Error: 836 - .saturating_add(Weight::from_parts(61_233, 0).saturating_mul(l.into())) - // Standard Error: 1_487 - .saturating_add(Weight::from_parts(67_309, 0).saturating_mul(s.into())) + // Minimum execution time: 32_081_000 picoseconds. + Weight::from_parts(30_540_973, 9286) + // Standard Error: 1_292 + .saturating_add(Weight::from_parts(73_072, 0).saturating_mul(l.into())) + // Standard Error: 2_298 + .saturating_add(Weight::from_parts(81_726, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -261,12 +261,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `381 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9286` - // Minimum execution time: 30_598_000 picoseconds. - Weight::from_parts(30_573_817, 9286) - // Standard Error: 1_253 - .saturating_add(Weight::from_parts(55_470, 0).saturating_mul(l.into())) - // Standard Error: 2_230 - .saturating_add(Weight::from_parts(20_111, 0).saturating_mul(s.into())) + // Minimum execution time: 31_492_000 picoseconds. + Weight::from_parts(31_698_433, 9286) + // Standard Error: 3_049 + .saturating_add(Weight::from_parts(45_232, 0).saturating_mul(l.into())) + // Standard Error: 5_425 + .saturating_add(Weight::from_parts(27_918, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -282,12 +282,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `484 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12879` - // Minimum execution time: 33_513_000 picoseconds. - Weight::from_parts(31_938_599, 12879) - // Standard Error: 1_010 - .saturating_add(Weight::from_parts(67_173, 0).saturating_mul(l.into())) - // Standard Error: 1_797 - .saturating_add(Weight::from_parts(76_323, 0).saturating_mul(s.into())) + // Minimum execution time: 34_012_000 picoseconds. + Weight::from_parts(32_880_332, 12879) + // Standard Error: 2_296 + .saturating_add(Weight::from_parts(69_517, 0).saturating_mul(l.into())) + // Standard Error: 4_086 + .saturating_add(Weight::from_parts(77_183, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -303,12 +303,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `484 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12879` - // Minimum execution time: 32_241_000 picoseconds. - Weight::from_parts(31_924_196, 12879) - // Standard Error: 988 - .saturating_add(Weight::from_parts(58_658, 0).saturating_mul(l.into())) - // Standard Error: 1_757 - .saturating_add(Weight::from_parts(30_685, 0).saturating_mul(s.into())) + // Minimum execution time: 33_359_000 picoseconds. + Weight::from_parts(32_885_749, 12879) + // Standard Error: 1_095 + .saturating_add(Weight::from_parts(59_032, 0).saturating_mul(l.into())) + // Standard Error: 1_949 + .saturating_add(Weight::from_parts(32_499, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -324,12 +324,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `555 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12879` - // Minimum execution time: 51_407_000 picoseconds. - Weight::from_parts(50_682_873, 12879) - // Standard Error: 2_204 - .saturating_add(Weight::from_parts(71_983, 0).saturating_mul(l.into())) - // Standard Error: 3_921 - .saturating_add(Weight::from_parts(55_534, 0).saturating_mul(s.into())) + // Minimum execution time: 52_325_000 picoseconds. + Weight::from_parts(52_405_860, 12879) + // Standard Error: 1_631 + .saturating_add(Weight::from_parts(51_540, 0).saturating_mul(l.into())) + // Standard Error: 2_902 + .saturating_add(Weight::from_parts(34_091, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -345,12 +345,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `658 + l * (25 ±0) + s * (36 ±0)` // Estimated: `15482` - // Minimum execution time: 53_863_000 picoseconds. - Weight::from_parts(53_669_542, 15482) - // Standard Error: 1_777 - .saturating_add(Weight::from_parts(59_741, 0).saturating_mul(l.into())) - // Standard Error: 3_161 - .saturating_add(Weight::from_parts(47_003, 0).saturating_mul(s.into())) + // Minimum execution time: 54_447_000 picoseconds. + Weight::from_parts(54_604_937, 15482) + // Standard Error: 5_542 + .saturating_add(Weight::from_parts(69_158, 0).saturating_mul(l.into())) + // Standard Error: 9_860 + .saturating_add(Weight::from_parts(56_326, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -366,12 +366,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `482 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12879` - // Minimum execution time: 33_811_000 picoseconds. - Weight::from_parts(32_740_397, 12879) - // Standard Error: 996 - .saturating_add(Weight::from_parts(68_445, 0).saturating_mul(l.into())) - // Standard Error: 1_839 - .saturating_add(Weight::from_parts(73_918, 0).saturating_mul(s.into())) + // Minimum execution time: 35_040_000 picoseconds. + Weight::from_parts(34_122_175, 12879) + // Standard Error: 2_183 + .saturating_add(Weight::from_parts(73_681, 0).saturating_mul(l.into())) + // Standard Error: 4_033 + .saturating_add(Weight::from_parts(67_486, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -387,12 +387,12 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `482 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12879` - // Minimum execution time: 34_301_000 picoseconds. - Weight::from_parts(33_304_945, 12879) - // Standard Error: 1_014 - .saturating_add(Weight::from_parts(67_107, 0).saturating_mul(l.into())) - // Standard Error: 1_873 - .saturating_add(Weight::from_parts(66_843, 0).saturating_mul(s.into())) + // Minimum execution time: 35_226_000 picoseconds. + Weight::from_parts(34_370_172, 12879) + // Standard Error: 971 + .saturating_add(Weight::from_parts(69_150, 0).saturating_mul(l.into())) + // Standard Error: 1_793 + .saturating_add(Weight::from_parts(58_906, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } diff --git a/frame/whitelist/src/weights.rs b/frame/whitelist/src/weights.rs index c061cbfc09244..d85c49db0daa0 100644 --- a/frame/whitelist/src/weights.rs +++ b/frame/whitelist/src/weights.rs @@ -68,8 +68,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `217` // Estimated: `7061` - // Minimum execution time: 21_430_000 picoseconds. - Weight::from_parts(21_786_000, 7061) + // Minimum execution time: 21_617_000 picoseconds. + Weight::from_parts(22_042_000, 7061) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -81,8 +81,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `346` // Estimated: `7061` - // Minimum execution time: 18_275_000 picoseconds. - Weight::from_parts(19_491_000, 7061) + // Minimum execution time: 18_941_000 picoseconds. + Weight::from_parts(19_475_000, 7061) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -97,10 +97,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `422 + n * (1 ±0)` // Estimated: `10947 + n * (1 ±0)` - // Minimum execution time: 31_336_000 picoseconds. - Weight::from_parts(31_578_000, 10947) - // Standard Error: 0 - .saturating_add(Weight::from_parts(1_234, 0).saturating_mul(n.into())) + // Minimum execution time: 32_006_000 picoseconds. + Weight::from_parts(32_483_000, 10947) + // Standard Error: 1 + .saturating_add(Weight::from_parts(1_240, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -114,10 +114,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `346` // Estimated: `7061` - // Minimum execution time: 23_414_000 picoseconds. - Weight::from_parts(24_410_193, 7061) - // Standard Error: 29 - .saturating_add(Weight::from_parts(1_286, 0).saturating_mul(n.into())) + // Minimum execution time: 23_251_000 picoseconds. + Weight::from_parts(24_443_377, 7061) + // Standard Error: 5 + .saturating_add(Weight::from_parts(1_228, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -133,8 +133,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `217` // Estimated: `7061` - // Minimum execution time: 21_430_000 picoseconds. - Weight::from_parts(21_786_000, 7061) + // Minimum execution time: 21_617_000 picoseconds. + Weight::from_parts(22_042_000, 7061) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -146,8 +146,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `346` // Estimated: `7061` - // Minimum execution time: 18_275_000 picoseconds. - Weight::from_parts(19_491_000, 7061) + // Minimum execution time: 18_941_000 picoseconds. + Weight::from_parts(19_475_000, 7061) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -162,10 +162,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `422 + n * (1 ±0)` // Estimated: `10947 + n * (1 ±0)` - // Minimum execution time: 31_336_000 picoseconds. - Weight::from_parts(31_578_000, 10947) - // Standard Error: 0 - .saturating_add(Weight::from_parts(1_234, 0).saturating_mul(n.into())) + // Minimum execution time: 32_006_000 picoseconds. + Weight::from_parts(32_483_000, 10947) + // Standard Error: 1 + .saturating_add(Weight::from_parts(1_240, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -179,10 +179,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `346` // Estimated: `7061` - // Minimum execution time: 23_414_000 picoseconds. - Weight::from_parts(24_410_193, 7061) - // Standard Error: 29 - .saturating_add(Weight::from_parts(1_286, 0).saturating_mul(n.into())) + // Minimum execution time: 23_251_000 picoseconds. + Weight::from_parts(24_443_377, 7061) + // Standard Error: 5 + .saturating_add(Weight::from_parts(1_228, 0).saturating_mul(n.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) }