From fda5c054561fecdd12575dc7bae5e0c3897fa527 Mon Sep 17 00:00:00 2001 From: Mokhtar Naamani Date: Mon, 1 May 2023 09:54:59 +0400 Subject: [PATCH] generated new weights on ref hardware --- runtime-modules/bounty/src/weights.rs | 220 +++--- runtime-modules/constitution/src/weights.rs | 14 +- runtime-modules/content/src/weights.rs | 690 +++++++++--------- runtime-modules/council/src/weights.rs | 88 +-- runtime-modules/forum/src/weights.rs | 342 ++++----- runtime-modules/membership/src/weights.rs | 142 ++-- runtime-modules/project-token/src/weights.rs | 50 +- .../proposals/codex/src/weights.rs | 306 ++++---- .../proposals/discussion/src/weights.rs | 36 +- .../proposals/engine/src/weights.rs | 86 +-- runtime-modules/referendum/src/weights.rs | 74 +- runtime-modules/storage/src/weights.rs | 204 +++--- runtime-modules/utility/src/weights.rs | 26 +- runtime-modules/working-group/src/weights.rs | 176 ++--- runtime/src/weights/block_weights.rs | 20 +- runtime/src/weights/extrinsic_weights.rs | 20 +- runtime/src/weights/frame_system.rs | 54 +- runtime/src/weights/pallet_bags_list.rs | 18 +- runtime/src/weights/pallet_balances.rs | 34 +- .../pallet_election_provider_multi_phase.rs | 80 +- runtime/src/weights/pallet_im_online.rs | 27 +- runtime/src/weights/pallet_multisig.rs | 82 +-- runtime/src/weights/pallet_session.rs | 14 +- runtime/src/weights/pallet_staking.rs | 248 ++++--- runtime/src/weights/pallet_timestamp.rs | 14 +- runtime/src/weights/pallet_vesting.rs | 118 +-- runtime/src/weights/rocksdb_weights.rs | 36 +- runtime/src/weights/substrate_utility.rs | 38 +- 28 files changed, 1629 insertions(+), 1628 deletions(-) diff --git a/runtime-modules/bounty/src/weights.rs b/runtime-modules/bounty/src/weights.rs index ffd8c55418..d2ebb51759 100644 --- a/runtime-modules/bounty/src/weights.rs +++ b/runtime-modules/bounty/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for bounty //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15, STEPS: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=bounty // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/joystream-pallet-weight-template.hbs // --output=./scripts/../runtime-modules/bounty/src/weights.rs @@ -95,15 +95,15 @@ impl WeightInfo for SubstrateWeight { /// The range of component `j` is `[1, 50]`. fn create_bounty_by_council(i: u32, j: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `395 + j * (168 ±0)` + // Measured: `463 + j * (166 ±0)` // Estimated: `3613 + j * (2600 ±0)` - // Minimum execution time: 89_000 nanoseconds. - Weight::from_ref_time(45_561_327) + // Minimum execution time: 188_421 nanoseconds. + Weight::from_ref_time(75_620_767) .saturating_add(Weight::from_proof_size(3613)) - // Standard Error: 136_643 - .saturating_add(Weight::from_ref_time(510_101).saturating_mul(i.into())) - // Standard Error: 276_076 - .saturating_add(Weight::from_ref_time(2_928_571).saturating_mul(j.into())) + // Standard Error: 7_948 + .saturating_add(Weight::from_ref_time(1_138_259).saturating_mul(i.into())) + // Standard Error: 16_092 + .saturating_add(Weight::from_ref_time(4_436_688).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(j.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -121,15 +121,15 @@ impl WeightInfo for SubstrateWeight { /// The range of component `j` is `[1, 50]`. fn create_bounty_by_member(i: u32, j: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `462 + j * (168 ±0)` + // Measured: `501 + j * (168 ±0)` // Estimated: `8305 + j * (2600 ±0)` - // Minimum execution time: 93_000 nanoseconds. - Weight::from_ref_time(51_142_547) + // Minimum execution time: 193_826 nanoseconds. + Weight::from_ref_time(88_109_671) .saturating_add(Weight::from_proof_size(8305)) - // Standard Error: 91_189 - .saturating_add(Weight::from_ref_time(469_696).saturating_mul(i.into())) - // Standard Error: 184_239 - .saturating_add(Weight::from_ref_time(2_887_755).saturating_mul(j.into())) + // Standard Error: 8_400 + .saturating_add(Weight::from_ref_time(1_074_934).saturating_mul(i.into())) + // Standard Error: 17_008 + .saturating_add(Weight::from_ref_time(4_352_352).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(j.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -147,8 +147,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `620` // Estimated: `8685` - // Minimum execution time: 41_000 nanoseconds. - Weight::from_ref_time(43_000_000) + // Minimum execution time: 67_627 nanoseconds. + Weight::from_ref_time(68_828_000) .saturating_add(Weight::from_proof_size(8685)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -165,8 +165,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `620` // Estimated: `8685` - // Minimum execution time: 58_000 nanoseconds. - Weight::from_ref_time(58_000_000) + // Minimum execution time: 97_950 nanoseconds. + Weight::from_ref_time(99_171_000) .saturating_add(Weight::from_proof_size(8685)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -183,8 +183,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `620` // Estimated: `8685` - // Minimum execution time: 38_000 nanoseconds. - Weight::from_ref_time(39_000_000) + // Minimum execution time: 67_557 nanoseconds. + Weight::from_ref_time(68_641_000) .saturating_add(Weight::from_proof_size(8685)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -201,8 +201,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `620` // Estimated: `8685` - // Minimum execution time: 58_000 nanoseconds. - Weight::from_ref_time(58_000_000) + // Minimum execution time: 97_430 nanoseconds. + Weight::from_ref_time(98_920_000) .saturating_add(Weight::from_proof_size(8685)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -215,8 +215,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `315` // Estimated: `8127` - // Minimum execution time: 22_000 nanoseconds. - Weight::from_ref_time(27_000_000) + // Minimum execution time: 39_082 nanoseconds. + Weight::from_ref_time(39_964_000) .saturating_add(Weight::from_proof_size(8127)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -229,8 +229,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `315` // Estimated: `8127` - // Minimum execution time: 27_000 nanoseconds. - Weight::from_ref_time(28_000_000) + // Minimum execution time: 45_856 nanoseconds. + Weight::from_ref_time(46_963_000) .saturating_add(Weight::from_proof_size(8127)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -243,8 +243,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `306` // Estimated: `8127` - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(22_000_000) + // Minimum execution time: 39_197 nanoseconds. + Weight::from_ref_time(39_814_000) .saturating_add(Weight::from_proof_size(8127)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -261,8 +261,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `800` // Estimated: `13377` - // Minimum execution time: 48_000 nanoseconds. - Weight::from_ref_time(49_000_000) + // Minimum execution time: 82_104 nanoseconds. + Weight::from_ref_time(83_047_000) .saturating_add(Weight::from_proof_size(13377)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -279,8 +279,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `616` // Estimated: `8685` - // Minimum execution time: 41_000 nanoseconds. - Weight::from_ref_time(41_000_000) + // Minimum execution time: 70_281 nanoseconds. + Weight::from_ref_time(70_827_000) .saturating_add(Weight::from_proof_size(8685)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -297,8 +297,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `907` // Estimated: `13377` - // Minimum execution time: 48_000 nanoseconds. - Weight::from_ref_time(51_000_000) + // Minimum execution time: 78_804 nanoseconds. + Weight::from_ref_time(79_844_000) .saturating_add(Weight::from_proof_size(13377)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -315,8 +315,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `715` // Estimated: `8685` - // Minimum execution time: 40_000 nanoseconds. - Weight::from_ref_time(40_000_000) + // Minimum execution time: 68_534 nanoseconds. + Weight::from_ref_time(69_548_000) .saturating_add(Weight::from_proof_size(8685)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -339,15 +339,15 @@ impl WeightInfo for SubstrateWeight { /// The range of component `j` is `[1, 50]`. fn announce_work_entry(i: u32, j: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `806 + j * (41 ±0)` + // Measured: `1067 + j * (36 ±0)` // Estimated: `15023` - // Minimum execution time: 62_000 nanoseconds. - Weight::from_ref_time(46_633_168) + // Minimum execution time: 104_412 nanoseconds. + Weight::from_ref_time(84_559_006) .saturating_add(Weight::from_proof_size(15023)) - // Standard Error: 90_815 - .saturating_add(Weight::from_ref_time(550_505).saturating_mul(i.into())) - // Standard Error: 183_484 - .saturating_add(Weight::from_ref_time(316_326).saturating_mul(j.into())) + // Standard Error: 3_769 + .saturating_add(Weight::from_ref_time(1_284_525).saturating_mul(i.into())) + // Standard Error: 7_631 + .saturating_add(Weight::from_ref_time(368_774).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -362,11 +362,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `696` // Estimated: `8183` - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(24_000_000) + // Minimum execution time: 40_341 nanoseconds. + Weight::from_ref_time(42_355_748) .saturating_add(Weight::from_proof_size(8183)) - // Standard Error: 80_000 - .saturating_add(Weight::from_ref_time(550_000).saturating_mul(i.into())) + // Standard Error: 2_741 + .saturating_add(Weight::from_ref_time(1_236_917).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -386,21 +386,17 @@ impl WeightInfo for SubstrateWeight { /// The range of component `k` is `[0, 100]`. /// The range of component `w` is `[1, 20]`. /// The range of component `r` is `[1, 20]`. - fn submit_oracle_judgment_by_council(j: u32, k: u32, w: u32, r: u32, ) -> Weight { + fn submit_oracle_judgment_by_council(_j: u32, _k: u32, w: u32, r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `979 + w * (576 ±0) + r * (576 ±0)` + // Measured: `989 + w * (576 ±0) + r * (576 ±0)` // Estimated: `6129 + w * (11545 ±0) + r * (11545 ±0)` - // Minimum execution time: 962_000 nanoseconds. - Weight::from_ref_time(7_355_263) + // Minimum execution time: 1_551_412 nanoseconds. + Weight::from_ref_time(1_570_319_000) .saturating_add(Weight::from_proof_size(6129)) - // Standard Error: 141_557 - .saturating_add(Weight::from_ref_time(562_500).saturating_mul(j.into())) - // Standard Error: 141_557 - .saturating_add(Weight::from_ref_time(617_500).saturating_mul(k.into())) - // Standard Error: 745_037 - .saturating_add(Weight::from_ref_time(39_776_315).saturating_mul(w.into())) - // Standard Error: 745_037 - .saturating_add(Weight::from_ref_time(51_618_421).saturating_mul(r.into())) + // Standard Error: 451_018 + .saturating_add(Weight::from_ref_time(38_106_635).saturating_mul(w.into())) + // Standard Error: 451_018 + .saturating_add(Weight::from_ref_time(54_928_319).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(w.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(r.into()))) @@ -426,21 +422,17 @@ impl WeightInfo for SubstrateWeight { /// The range of component `k` is `[0, 100]`. /// The range of component `w` is `[1, 20]`. /// The range of component `r` is `[1, 19]`. - fn submit_oracle_judgment_by_member(j: u32, k: u32, w: u32, r: u32, ) -> Weight { + fn submit_oracle_judgment_by_member(_j: u32, _k: u32, w: u32, r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1132 + w * (578 ±0) + r * (579 ±0)` + // Measured: `1117 + w * (579 ±0) + r * (579 ±0)` // Estimated: `8729 + w * (11545 ±0) + r * (11545 ±0)` - // Minimum execution time: 964_000 nanoseconds. - Weight::from_ref_time(3_223_684) + // Minimum execution time: 1_560_712 nanoseconds. + Weight::from_ref_time(1_571_970_000) .saturating_add(Weight::from_proof_size(8729)) - // Standard Error: 104_103 - .saturating_add(Weight::from_ref_time(520_000).saturating_mul(j.into())) - // Standard Error: 104_103 - .saturating_add(Weight::from_ref_time(675_000).saturating_mul(k.into())) - // Standard Error: 547_912 - .saturating_add(Weight::from_ref_time(40_026_315).saturating_mul(w.into())) - // Standard Error: 578_351 - .saturating_add(Weight::from_ref_time(51_750_000).saturating_mul(r.into())) + // Standard Error: 449_548 + .saturating_add(Weight::from_ref_time(38_446_416).saturating_mul(w.into())) + // Standard Error: 473_583 + .saturating_add(Weight::from_ref_time(53_920_276).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(w.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(r.into()))) @@ -456,8 +448,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `216` // Estimated: `3015` - // Minimum execution time: 17_000 nanoseconds. - Weight::from_ref_time(17_000_000) + // Minimum execution time: 29_582 nanoseconds. + Weight::from_ref_time(30_303_000) .saturating_add(Weight::from_proof_size(3015)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -470,8 +462,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `493` // Estimated: `5615` - // Minimum execution time: 20_000 nanoseconds. - Weight::from_ref_time(20_000_000) + // Minimum execution time: 36_182 nanoseconds. + Weight::from_ref_time(36_815_000) .saturating_add(Weight::from_proof_size(5615)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -484,8 +476,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `538` // Estimated: `5615` - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(21_000_000) + // Minimum execution time: 37_485 nanoseconds. + Weight::from_ref_time(38_548_000) .saturating_add(Weight::from_proof_size(5615)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -498,8 +490,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `669` // Estimated: `8215` - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(23_000_000) + // Minimum execution time: 41_300 nanoseconds. + Weight::from_ref_time(42_374_000) .saturating_add(Weight::from_proof_size(8215)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -512,8 +504,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `501` // Estimated: `5615` - // Minimum execution time: 20_000 nanoseconds. - Weight::from_ref_time(20_000_000) + // Minimum execution time: 35_897 nanoseconds. + Weight::from_ref_time(36_786_000) .saturating_add(Weight::from_proof_size(5615)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -526,8 +518,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `622` // Estimated: `5615` - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(22_000_000) + // Minimum execution time: 38_443 nanoseconds. + Weight::from_ref_time(38_978_000) .saturating_add(Weight::from_proof_size(5615)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -546,8 +538,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1022` // Estimated: `14560` - // Minimum execution time: 37_000 nanoseconds. - Weight::from_ref_time(38_000_000) + // Minimum execution time: 65_585 nanoseconds. + Weight::from_ref_time(66_316_000) .saturating_add(Weight::from_proof_size(14560)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -564,8 +556,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `738` // Estimated: `8685` - // Minimum execution time: 38_000 nanoseconds. - Weight::from_ref_time(38_000_000) + // Minimum execution time: 67_751 nanoseconds. + Weight::from_ref_time(68_569_000) .saturating_add(Weight::from_proof_size(8685)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -582,8 +574,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1035` // Estimated: `13377` - // Minimum execution time: 46_000 nanoseconds. - Weight::from_ref_time(51_000_000) + // Minimum execution time: 77_515 nanoseconds. + Weight::from_ref_time(79_395_000) .saturating_add(Weight::from_proof_size(13377)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -600,8 +592,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `611` // Estimated: `8685` - // Minimum execution time: 60_000 nanoseconds. - Weight::from_ref_time(60_000_000) + // Minimum execution time: 99_735 nanoseconds. + Weight::from_ref_time(100_642_000) .saturating_add(Weight::from_proof_size(8685)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -620,8 +612,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1076` // Estimated: `13888` - // Minimum execution time: 69_000 nanoseconds. - Weight::from_ref_time(70_000_000) + // Minimum execution time: 117_474 nanoseconds. + Weight::from_ref_time(121_142_000) .saturating_add(Weight::from_proof_size(13888)) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -635,11 +627,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `555` // Estimated: `5168` - // Minimum execution time: 17_000 nanoseconds. - Weight::from_ref_time(17_000_000) + // Minimum execution time: 30_959 nanoseconds. + Weight::from_ref_time(31_654_337) .saturating_add(Weight::from_proof_size(5168)) - // Standard Error: 75_000 - .saturating_add(Weight::from_ref_time(565_000).saturating_mul(i.into())) + // Standard Error: 2_064 + .saturating_add(Weight::from_ref_time(1_243_665).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) } // Storage: Membership MembershipById (r:1 w:0) @@ -651,11 +643,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `454` // Estimated: `5156` - // Minimum execution time: 17_000 nanoseconds. - Weight::from_ref_time(17_500_000) + // Minimum execution time: 30_162 nanoseconds. + Weight::from_ref_time(29_958_534) .saturating_add(Weight::from_proof_size(5156)) - // Standard Error: 90_138 - .saturating_add(Weight::from_ref_time(505_000).saturating_mul(i.into())) + // Standard Error: 12_068 + .saturating_add(Weight::from_ref_time(1_113_401).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) } // Storage: Bounty Bounties (r:1 w:0) @@ -665,11 +657,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `236` // Estimated: `3015` - // Minimum execution time: 13_000 nanoseconds. - Weight::from_ref_time(13_500_000) + // Minimum execution time: 22_911 nanoseconds. + Weight::from_ref_time(23_604_997) .saturating_add(Weight::from_proof_size(3015)) - // Standard Error: 90_138 - .saturating_add(Weight::from_ref_time(525_000).saturating_mul(i.into())) + // Standard Error: 2_365 + .saturating_add(Weight::from_ref_time(1_081_347).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) } // Storage: Bounty Bounties (r:1 w:0) @@ -679,11 +671,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `236` // Estimated: `3015` - // Minimum execution time: 13_000 nanoseconds. - Weight::from_ref_time(13_000_000) + // Minimum execution time: 22_842 nanoseconds. + Weight::from_ref_time(23_387_934) .saturating_add(Weight::from_proof_size(3015)) - // Standard Error: 85_000 - .saturating_add(Weight::from_ref_time(535_000).saturating_mul(i.into())) + // Standard Error: 1_934 + .saturating_add(Weight::from_ref_time(1_087_562).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) } } @@ -735,10 +727,10 @@ impl WeightInfo for () { fn submit_work(i: u32, ) -> Weight { Weight::from_ref_time(0) } - fn submit_oracle_judgment_by_council(j: u32, k: u32, w: u32, r: u32, ) -> Weight { + fn submit_oracle_judgment_by_council(_j: u32, _k: u32, w: u32, r: u32, ) -> Weight { Weight::from_ref_time(0) } - fn submit_oracle_judgment_by_member(j: u32, k: u32, w: u32, r: u32, ) -> Weight { + fn submit_oracle_judgment_by_member(_j: u32, _k: u32, w: u32, r: u32, ) -> Weight { Weight::from_ref_time(0) } fn switch_oracle_to_council_by_council_successful() -> Weight { diff --git a/runtime-modules/constitution/src/weights.rs b/runtime-modules/constitution/src/weights.rs index c818de0fe9..e831485f91 100644 --- a/runtime-modules/constitution/src/weights.rs +++ b/runtime-modules/constitution/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for pallet_constitution //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15, STEPS: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=pallet_constitution // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/joystream-pallet-weight-template.hbs // --output=./scripts/../runtime-modules/constitution/src/weights.rs @@ -57,11 +57,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_000 nanoseconds. - Weight::from_ref_time(8_498_429) + // Minimum execution time: 15_025 nanoseconds. + Weight::from_ref_time(17_014_984) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 80 - .saturating_add(Weight::from_ref_time(1_570).saturating_mul(i.into())) + // Standard Error: 9 + .saturating_add(Weight::from_ref_time(2_488).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes(1_u64)) } } diff --git a/runtime-modules/content/src/weights.rs b/runtime-modules/content/src/weights.rs index 37f9700cd2..3a417d5b7b 100644 --- a/runtime-modules/content/src/weights.rs +++ b/runtime-modules/content/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for content //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15, STEPS: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=content // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/joystream-pallet-weight-template.hbs // --output=./scripts/../runtime-modules/content/src/weights.rs @@ -162,27 +162,27 @@ impl WeightInfo for SubstrateWeight { // Storage: Content ChannelById (r:0 w:1) // Proof: Content ChannelById (max_values: None, max_size: Some(889), added: 3364, mode: MaxEncodedLen) /// The range of component `a` is `[1, 10]`. - /// The range of component `b` is `[3, 13]`. + /// The range of component `b` is `[1, 13]`. /// The range of component `c` is `[1, 51]`. /// The range of component `d` is `[1, 10]`. /// The range of component `e` is `[1, 100]`. fn create_channel(a: u32, b: u32, c: u32, d: u32, e: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2462 + a * (185 ±0) + b * (104 ±0) + c * (40 ±0)` - // Estimated: `26685 + c * (2855 ±0) + a * (2600 ±0) + b * (2581 ±0)` - // Minimum execution time: 450_000 nanoseconds. - Weight::from_ref_time(171_694_915) + // Measured: `2455 + a * (174 ±0) + b * (104 ±0) + c * (40 ±0)` + // Estimated: `26685 + b * (2581 ±0) + c * (2855 ±0) + a * (2600 ±0)` + // Minimum execution time: 701_845 nanoseconds. + Weight::from_ref_time(249_105_407) .saturating_add(Weight::from_proof_size(26685)) - // Standard Error: 979_137 - .saturating_add(Weight::from_ref_time(5_851_851).saturating_mul(a.into())) - // Standard Error: 881_223 - .saturating_add(Weight::from_ref_time(8_816_666).saturating_mul(b.into())) - // Standard Error: 176_244 - .saturating_add(Weight::from_ref_time(9_013_333).saturating_mul(c.into())) - // Standard Error: 979_137 - .saturating_add(Weight::from_ref_time(5_851_851).saturating_mul(d.into())) - // Standard Error: 89_012 - .saturating_add(Weight::from_ref_time(471_380).saturating_mul(e.into())) + // Standard Error: 130_589 + .saturating_add(Weight::from_ref_time(7_261_295).saturating_mul(a.into())) + // Standard Error: 98_985 + .saturating_add(Weight::from_ref_time(13_859_781).saturating_mul(b.into())) + // Standard Error: 24_969 + .saturating_add(Weight::from_ref_time(13_165_018).saturating_mul(c.into())) + // Standard Error: 130_589 + .saturating_add(Weight::from_ref_time(8_480_098).saturating_mul(d.into())) + // Standard Error: 12_650 + .saturating_add(Weight::from_ref_time(1_143_000).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(15_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into()))) @@ -191,9 +191,9 @@ impl WeightInfo for SubstrateWeight { .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(d.into()))) + .saturating_add(Weight::from_proof_size(2581).saturating_mul(b.into())) .saturating_add(Weight::from_proof_size(2855).saturating_mul(c.into())) .saturating_add(Weight::from_proof_size(2600).saturating_mul(a.into())) - .saturating_add(Weight::from_proof_size(2581).saturating_mul(b.into())) } // Storage: Content ChannelById (r:1 w:1) // Proof: Content ChannelById (max_values: None, max_size: Some(889), added: 3364, mode: MaxEncodedLen) @@ -225,24 +225,24 @@ impl WeightInfo for SubstrateWeight { /// The range of component `b` is `[1, 10]`. /// The range of component `c` is `[1, 10]`. /// The range of component `d` is `[1, 100]`. - /// The range of component `e` is `[3, 13]`. + /// The range of component `e` is `[1, 13]`. fn channel_update_with_assets(a: u32, b: u32, c: u32, d: u32, e: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `4888 + a * (181 ±0) + c * (383 ±0) + e * (112 ±0)` - // Estimated: `22820 + c * (5233 ±0) + e * (2581 ±0) + a * (2600 ±0)` - // Minimum execution time: 556_000 nanoseconds. - Weight::from_ref_time(254_062_794) + // Measured: `4820 + a * (181 ±0) + c * (390 ±0) + e * (112 ±0)` + // Estimated: `22820 + c * (5233 ±0) + a * (2600 ±0) + e * (2581 ±0)` + // Minimum execution time: 812_771 nanoseconds. + Weight::from_ref_time(353_029_844) .saturating_add(Weight::from_proof_size(22820)) - // Standard Error: 753_228 - .saturating_add(Weight::from_ref_time(7_759_259).saturating_mul(a.into())) - // Standard Error: 753_228 - .saturating_add(Weight::from_ref_time(6_314_814).saturating_mul(b.into())) - // Standard Error: 753_228 - .saturating_add(Weight::from_ref_time(20_925_925).saturating_mul(c.into())) - // Standard Error: 68_475 - .saturating_add(Weight::from_ref_time(553_872).saturating_mul(d.into())) - // Standard Error: 677_905 - .saturating_add(Weight::from_ref_time(7_183_333).saturating_mul(e.into())) + // Standard Error: 106_344 + .saturating_add(Weight::from_ref_time(7_254_507).saturating_mul(a.into())) + // Standard Error: 106_344 + .saturating_add(Weight::from_ref_time(10_586_508).saturating_mul(b.into())) + // Standard Error: 106_344 + .saturating_add(Weight::from_ref_time(31_814_927).saturating_mul(c.into())) + // Standard Error: 10_300 + .saturating_add(Weight::from_ref_time(1_226_596).saturating_mul(d.into())) + // Standard Error: 80_603 + .saturating_add(Weight::from_ref_time(11_009_627).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into()))) @@ -252,8 +252,8 @@ impl WeightInfo for SubstrateWeight { .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(e.into()))) .saturating_add(Weight::from_proof_size(5233).saturating_mul(c.into())) - .saturating_add(Weight::from_proof_size(2581).saturating_mul(e.into())) .saturating_add(Weight::from_proof_size(2600).saturating_mul(a.into())) + .saturating_add(Weight::from_proof_size(2581).saturating_mul(e.into())) } // Storage: Content ChannelById (r:1 w:1) // Proof: Content ChannelById (max_values: None, max_size: Some(889), added: 3364, mode: MaxEncodedLen) @@ -267,15 +267,15 @@ impl WeightInfo for SubstrateWeight { /// The range of component `b` is `[1, 100]`. fn channel_update_without_assets(a: u32, b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `3441 + a * (181 ±0)` + // Measured: `3436 + a * (181 ±0)` // Estimated: `9616 + a * (2600 ±0)` - // Minimum execution time: 209_000 nanoseconds. - Weight::from_ref_time(160_020_202) + // Minimum execution time: 277_615 nanoseconds. + Weight::from_ref_time(203_377_691) .saturating_add(Weight::from_proof_size(9616)) - // Standard Error: 655_775 - .saturating_add(Weight::from_ref_time(7_000_000).saturating_mul(a.into())) - // Standard Error: 59_615 - .saturating_add(Weight::from_ref_time(479_797).saturating_mul(b.into())) + // Standard Error: 45_587 + .saturating_add(Weight::from_ref_time(7_618_936).saturating_mul(a.into())) + // Standard Error: 4_396 + .saturating_add(Weight::from_ref_time(1_121_997).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -298,21 +298,21 @@ impl WeightInfo for SubstrateWeight { // Storage: System Account (r:13 w:13) // Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `a` is `[1, 10]`. - /// The range of component `b` is `[3, 13]`. + /// The range of component `b` is `[1, 13]`. /// The range of component `c` is `[1, 51]`. fn delete_channel(a: u32, b: u32, c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `4282 + a * (400 ±0) + b * (112 ±0) + c * (56 ±0)` + // Measured: `4290 + a * (408 ±0) + b * (112 ±0) + c * (56 ±0)` // Estimated: `23494 + a * (5233 ±0) + c * (2855 ±0) + b * (2581 ±0)` - // Minimum execution time: 511_000 nanoseconds. - Weight::from_ref_time(208_402_222) + // Minimum execution time: 741_443 nanoseconds. + Weight::from_ref_time(289_902_955) .saturating_add(Weight::from_proof_size(23494)) - // Standard Error: 700_253 - .saturating_add(Weight::from_ref_time(21_527_777).saturating_mul(a.into())) - // Standard Error: 630_228 - .saturating_add(Weight::from_ref_time(6_425_000).saturating_mul(b.into())) - // Standard Error: 126_045 - .saturating_add(Weight::from_ref_time(6_295_000).saturating_mul(c.into())) + // Standard Error: 119_200 + .saturating_add(Weight::from_ref_time(31_509_314).saturating_mul(a.into())) + // Standard Error: 90_239 + .saturating_add(Weight::from_ref_time(12_043_158).saturating_mul(b.into())) + // Standard Error: 22_746 + .saturating_add(Weight::from_ref_time(8_934_800).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into()))) @@ -335,8 +335,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2064` // Estimated: `6517` - // Minimum execution time: 88_000 nanoseconds. - Weight::from_ref_time(89_000_000) + // Minimum execution time: 115_100 nanoseconds. + Weight::from_ref_time(116_628_000) .saturating_add(Weight::from_proof_size(6517)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -352,11 +352,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3129` // Estimated: `9616` - // Minimum execution time: 170_000 nanoseconds. - Weight::from_ref_time(170_994_949) + // Minimum execution time: 206_867 nanoseconds. + Weight::from_ref_time(208_256_287) .saturating_add(Weight::from_proof_size(9616)) - // Standard Error: 117_145 - .saturating_add(Weight::from_ref_time(505_050).saturating_mul(a.into())) + // Standard Error: 6_710 + .saturating_add(Weight::from_ref_time(1_113_825).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -379,21 +379,21 @@ impl WeightInfo for SubstrateWeight { // Storage: System Account (r:11 w:11) // Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `a` is `[1, 10]`. - /// The range of component `b` is `[3, 13]`. + /// The range of component `b` is `[1, 13]`. /// The range of component `c` is `[1, 100]`. fn delete_channel_assets_as_moderator(a: u32, b: u32, c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `4668 + a * (400 ±0) + b * (112 ±0)` + // Measured: `4678 + a * (408 ±0) + b * (112 ±0)` // Estimated: `16680 + a * (5233 ±0) + b * (2581 ±0)` - // Minimum execution time: 378_000 nanoseconds. - Weight::from_ref_time(215_814_141) + // Minimum execution time: 577_791 nanoseconds. + Weight::from_ref_time(277_456_944) .saturating_add(Weight::from_proof_size(16680)) - // Standard Error: 1_064_653 - .saturating_add(Weight::from_ref_time(20_500_000).saturating_mul(a.into())) - // Standard Error: 958_188 - .saturating_add(Weight::from_ref_time(7_200_000).saturating_mul(b.into())) - // Standard Error: 96_786 - .saturating_add(Weight::from_ref_time(585_858).saturating_mul(c.into())) + // Standard Error: 96_024 + .saturating_add(Weight::from_ref_time(31_571_916).saturating_mul(a.into())) + // Standard Error: 72_696 + .saturating_add(Weight::from_ref_time(11_393_019).saturating_mul(b.into())) + // Standard Error: 9_278 + .saturating_add(Weight::from_ref_time(1_326_464).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into()))) @@ -420,24 +420,24 @@ impl WeightInfo for SubstrateWeight { // Storage: System Account (r:12 w:12) // Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `a` is `[1, 10]`. - /// The range of component `b` is `[3, 13]`. + /// The range of component `b` is `[1, 13]`. /// The range of component `c` is `[1, 51]`. /// The range of component `d` is `[1, 100]`. fn delete_channel_as_moderator(a: u32, b: u32, c: u32, d: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `4010 + a * (400 ±0) + b * (112 ±0) + c * (56 ±0)` + // Measured: `4018 + a * (408 ±0) + b * (112 ±0) + c * (56 ±0)` // Estimated: `20891 + b * (2581 ±0) + a * (5233 ±0) + c * (2855 ±0)` - // Minimum execution time: 547_000 nanoseconds. - Weight::from_ref_time(191_668_888) + // Minimum execution time: 843_158 nanoseconds. + Weight::from_ref_time(285_688_114) .saturating_add(Weight::from_proof_size(20891)) - // Standard Error: 1_264_989 - .saturating_add(Weight::from_ref_time(21_083_333).saturating_mul(a.into())) - // Standard Error: 1_138_490 - .saturating_add(Weight::from_ref_time(7_375_000).saturating_mul(b.into())) - // Standard Error: 227_698 - .saturating_add(Weight::from_ref_time(6_345_000).saturating_mul(c.into())) - // Standard Error: 114_999 - .saturating_add(Weight::from_ref_time(527_777).saturating_mul(d.into())) + // Standard Error: 130_063 + .saturating_add(Weight::from_ref_time(31_718_704).saturating_mul(a.into())) + // Standard Error: 98_537 + .saturating_add(Weight::from_ref_time(11_263_461).saturating_mul(b.into())) + // Standard Error: 24_849 + .saturating_add(Weight::from_ref_time(8_828_935).saturating_mul(c.into())) + // Standard Error: 12_586 + .saturating_add(Weight::from_ref_time(1_130_649).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into()))) @@ -461,11 +461,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3135` // Estimated: `9616` - // Minimum execution time: 132_000 nanoseconds. - Weight::from_ref_time(132_434_343) + // Minimum execution time: 170_596 nanoseconds. + Weight::from_ref_time(168_655_319) .saturating_add(Weight::from_proof_size(9616)) - // Standard Error: 91_468 - .saturating_add(Weight::from_ref_time(565_656).saturating_mul(a.into())) + // Standard Error: 6_044 + .saturating_add(Weight::from_ref_time(1_300_300).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) } // Storage: Content VideoById (r:1 w:1) @@ -489,21 +489,21 @@ impl WeightInfo for SubstrateWeight { // Storage: System Account (r:21 w:21) // Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `a` is `[1, 20]`. - /// The range of component `b` is `[3, 13]`. + /// The range of component `b` is `[1, 13]`. /// The range of component `c` is `[1, 100]`. fn delete_video_assets_as_moderator(a: u32, b: u32, c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `5212 + a * (386 ±0) + b * (112 ±0)` + // Measured: `5727 + a * (379 ±0) + b * (112 ±0)` // Estimated: `19668 + b * (2581 ±0) + a * (5233 ±0)` - // Minimum execution time: 349_000 nanoseconds. - Weight::from_ref_time(172_121_889) + // Minimum execution time: 551_206 nanoseconds. + Weight::from_ref_time(263_379_387) .saturating_add(Weight::from_proof_size(19668)) - // Standard Error: 578_423 - .saturating_add(Weight::from_ref_time(21_039_473).saturating_mul(a.into())) - // Standard Error: 1_099_005 - .saturating_add(Weight::from_ref_time(8_075_000).saturating_mul(b.into())) - // Standard Error: 111_010 - .saturating_add(Weight::from_ref_time(613_636).saturating_mul(c.into())) + // Standard Error: 76_829 + .saturating_add(Weight::from_ref_time(31_359_899).saturating_mul(a.into())) + // Standard Error: 118_935 + .saturating_add(Weight::from_ref_time(11_430_305).saturating_mul(b.into())) + // Standard Error: 15_181 + .saturating_add(Weight::from_ref_time(1_288_325).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into()))) @@ -534,21 +534,21 @@ impl WeightInfo for SubstrateWeight { // Storage: System Account (r:22 w:22) // Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `a` is `[1, 20]`. - /// The range of component `b` is `[3, 13]`. + /// The range of component `b` is `[1, 13]`. /// The range of component `c` is `[1, 100]`. fn delete_video_as_moderator_with_assets(a: u32, b: u32, c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `4782 + a * (390 ±0) + b * (112 ±0)` + // Measured: `5031 + a * (386 ±0) + b * (112 ±0)` // Estimated: `22271 + a * (5233 ±0) + b * (2581 ±0)` - // Minimum execution time: 365_000 nanoseconds. - Weight::from_ref_time(203_444_670) + // Minimum execution time: 562_709 nanoseconds. + Weight::from_ref_time(264_351_495) .saturating_add(Weight::from_proof_size(22271)) - // Standard Error: 463_990 - .saturating_add(Weight::from_ref_time(20_513_157).saturating_mul(a.into())) - // Standard Error: 881_582 - .saturating_add(Weight::from_ref_time(8_025_000).saturating_mul(b.into())) - // Standard Error: 89_048 - .saturating_add(Weight::from_ref_time(467_171).saturating_mul(c.into())) + // Standard Error: 70_781 + .saturating_add(Weight::from_ref_time(32_393_362).saturating_mul(a.into())) + // Standard Error: 109_572 + .saturating_add(Weight::from_ref_time(12_352_882).saturating_mul(b.into())) + // Standard Error: 13_986 + .saturating_add(Weight::from_ref_time(1_091_527).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into()))) @@ -573,11 +573,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3099` // Estimated: `15207` - // Minimum execution time: 160_000 nanoseconds. - Weight::from_ref_time(160_000_000) + // Minimum execution time: 212_126 nanoseconds. + Weight::from_ref_time(212_897_972) .saturating_add(Weight::from_proof_size(15207)) - // Standard Error: 80_965 - .saturating_add(Weight::from_ref_time(500_000).saturating_mul(a.into())) + // Standard Error: 5_728 + .saturating_add(Weight::from_ref_time(1_090_128).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -594,11 +594,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3087` // Estimated: `12604` - // Minimum execution time: 128_000 nanoseconds. - Weight::from_ref_time(127_449_494) + // Minimum execution time: 173_011 nanoseconds. + Weight::from_ref_time(170_075_230) .saturating_add(Weight::from_proof_size(12604)) - // Standard Error: 75_757 - .saturating_add(Weight::from_ref_time(550_505).saturating_mul(a.into())) + // Standard Error: 4_954 + .saturating_add(Weight::from_ref_time(1_260_564).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) } // Storage: Instance3WorkingGroup CurrentLead (r:1 w:0) @@ -614,11 +614,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `924` // Estimated: `3656` - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(24_000_000) + // Minimum execution time: 40_428 nanoseconds. + Weight::from_ref_time(45_633_412) .saturating_add(Weight::from_proof_size(3656)) - // Standard Error: 40_000 - .saturating_add(Weight::from_ref_time(2_000_000).saturating_mul(a.into())) + // Standard Error: 7_146 + .saturating_add(Weight::from_ref_time(1_982_340).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -633,11 +633,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2178` // Estimated: `6755` - // Minimum execution time: 67_000 nanoseconds. - Weight::from_ref_time(67_500_000) + // Minimum execution time: 91_627 nanoseconds. + Weight::from_ref_time(97_421_837) .saturating_add(Weight::from_proof_size(6755)) - // Standard Error: 121_655 - .saturating_add(Weight::from_ref_time(2_620_000).saturating_mul(a.into())) + // Standard Error: 9_948 + .saturating_add(Weight::from_ref_time(2_115_931).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -651,8 +651,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2178` // Estimated: `6755` - // Minimum execution time: 78_000 nanoseconds. - Weight::from_ref_time(82_000_000) + // Minimum execution time: 96_163 nanoseconds. + Weight::from_ref_time(96_963_000) .saturating_add(Weight::from_proof_size(6755)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -667,8 +667,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2309` // Estimated: `9405` - // Minimum execution time: 118_000 nanoseconds. - Weight::from_ref_time(120_000_000) + // Minimum execution time: 144_159 nanoseconds. + Weight::from_ref_time(145_427_000) .saturating_add(Weight::from_proof_size(9405)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -683,8 +683,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2178` // Estimated: `6755` - // Minimum execution time: 115_000 nanoseconds. - Weight::from_ref_time(116_000_000) + // Minimum execution time: 137_762 nanoseconds. + Weight::from_ref_time(139_037_000) .saturating_add(Weight::from_proof_size(6755)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -720,21 +720,21 @@ impl WeightInfo for SubstrateWeight { // Storage: Content VideoById (r:0 w:1) // Proof: Content VideoById (max_values: None, max_size: Some(513), added: 2988, mode: MaxEncodedLen) /// The range of component `a` is `[1, 20]`. - /// The range of component `b` is `[3, 13]`. + /// The range of component `b` is `[1, 13]`. /// The range of component `c` is `[1, 100]`. fn create_video_without_nft(a: u32, b: u32, c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `4820 + b * (112 ±0)` // Estimated: `26437 + b * (2581 ±0)` - // Minimum execution time: 408_000 nanoseconds. - Weight::from_ref_time(252_855_901) + // Minimum execution time: 624_040 nanoseconds. + Weight::from_ref_time(348_598_297) .saturating_add(Weight::from_proof_size(26437)) - // Standard Error: 321_763 - .saturating_add(Weight::from_ref_time(6_078_947).saturating_mul(a.into())) - // Standard Error: 611_350 - .saturating_add(Weight::from_ref_time(7_850_000).saturating_mul(b.into())) - // Standard Error: 61_752 - .saturating_add(Weight::from_ref_time(515_151).saturating_mul(c.into())) + // Standard Error: 52_536 + .saturating_add(Weight::from_ref_time(9_165_681).saturating_mul(a.into())) + // Standard Error: 81_329 + .saturating_add(Weight::from_ref_time(11_849_473).saturating_mul(b.into())) + // Standard Error: 10_381 + .saturating_add(Weight::from_ref_time(1_291_174).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(14_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(8_u64)) @@ -807,32 +807,32 @@ impl WeightInfo for SubstrateWeight { // Storage: Content VideoById (r:0 w:1) // Proof: Content VideoById (max_values: None, max_size: Some(513), added: 2988, mode: MaxEncodedLen) /// The range of component `a` is `[1, 20]`. - /// The range of component `b` is `[3, 13]`. + /// The range of component `b` is `[1, 13]`. /// The range of component `c` is `[2, 20]`. /// The range of component `d` is `[1, 100]`. fn create_video_with_nft(a: u32, b: u32, c: u32, d: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `5809 + b * (112 ±0) + c * (191 ±0)` - // Estimated: `37098 + b * (2581 ±0) + c * (2600 ±0)` - // Minimum execution time: 517_000 nanoseconds. - Weight::from_ref_time(303_416_799) + // Measured: `5905 + b * (112 ±0) + c * (187 ±0)` + // Estimated: `37098 + c * (2600 ±0) + b * (2581 ±0)` + // Minimum execution time: 788_140 nanoseconds. + Weight::from_ref_time(436_913_202) .saturating_add(Weight::from_proof_size(37098)) - // Standard Error: 366_063 - .saturating_add(Weight::from_ref_time(6_184_210).saturating_mul(a.into())) - // Standard Error: 695_521 - .saturating_add(Weight::from_ref_time(7_500_000).saturating_mul(b.into())) - // Standard Error: 386_400 - .saturating_add(Weight::from_ref_time(3_194_444).saturating_mul(c.into())) - // Standard Error: 70_254 - .saturating_add(Weight::from_ref_time(510_101).saturating_mul(d.into())) + // Standard Error: 57_854 + .saturating_add(Weight::from_ref_time(9_243_305).saturating_mul(a.into())) + // Standard Error: 89_539 + .saturating_add(Weight::from_ref_time(11_578_887).saturating_mul(b.into())) + // Standard Error: 61_001 + .saturating_add(Weight::from_ref_time(4_614_105).saturating_mul(c.into())) + // Standard Error: 11_437 + .saturating_add(Weight::from_ref_time(1_243_637).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(31_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(10_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(b.into()))) - .saturating_add(Weight::from_proof_size(2581).saturating_mul(b.into())) .saturating_add(Weight::from_proof_size(2600).saturating_mul(c.into())) + .saturating_add(Weight::from_proof_size(2581).saturating_mul(b.into())) } // Storage: Content VideoById (r:1 w:0) // Proof: Content VideoById (max_values: None, max_size: Some(513), added: 2988, mode: MaxEncodedLen) @@ -847,11 +847,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3087` // Estimated: `12604` - // Minimum execution time: 131_000 nanoseconds. - Weight::from_ref_time(131_045_454) + // Minimum execution time: 174_724 nanoseconds. + Weight::from_ref_time(174_334_852) .saturating_add(Weight::from_proof_size(12604)) - // Standard Error: 45_734 - .saturating_add(Weight::from_ref_time(454_545).saturating_mul(a.into())) + // Standard Error: 4_496 + .saturating_add(Weight::from_ref_time(1_105_708).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) } // Storage: Content VideoById (r:1 w:1) @@ -882,23 +882,23 @@ impl WeightInfo for SubstrateWeight { // Proof: Storage NextDataObjectId (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// The range of component `a` is `[1, 20]`. /// The range of component `b` is `[1, 20]`. - /// The range of component `c` is `[3, 13]`. + /// The range of component `c` is `[1, 13]`. /// The range of component `d` is `[1, 100]`. fn update_video_with_assets_without_nft(a: u32, b: u32, c: u32, d: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `4848 + b * (390 ±0) + c * (112 ±0)` + // Measured: `4956 + b * (384 ±0) + c * (112 ±0)` // Estimated: `25808 + b * (5233 ±0) + c * (2581 ±0)` - // Minimum execution time: 500_000 nanoseconds. - Weight::from_ref_time(219_960_592) + // Minimum execution time: 775_577 nanoseconds. + Weight::from_ref_time(315_369_040) .saturating_add(Weight::from_proof_size(25808)) - // Standard Error: 362_704 - .saturating_add(Weight::from_ref_time(5_776_315).saturating_mul(a.into())) - // Standard Error: 362_704 - .saturating_add(Weight::from_ref_time(20_855_263).saturating_mul(b.into())) - // Standard Error: 689_137 - .saturating_add(Weight::from_ref_time(7_375_000).saturating_mul(c.into())) - // Standard Error: 69_609 - .saturating_add(Weight::from_ref_time(532_828).saturating_mul(d.into())) + // Standard Error: 69_802 + .saturating_add(Weight::from_ref_time(9_296_613).saturating_mul(a.into())) + // Standard Error: 69_802 + .saturating_add(Weight::from_ref_time(31_856_386).saturating_mul(b.into())) + // Standard Error: 108_030 + .saturating_add(Weight::from_ref_time(10_974_056).saturating_mul(c.into())) + // Standard Error: 13_799 + .saturating_add(Weight::from_ref_time(1_184_020).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) @@ -955,15 +955,15 @@ impl WeightInfo for SubstrateWeight { /// The range of component `b` is `[1, 100]`. fn update_video_without_assets_with_nft(a: u32, b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `4294 + a * (202 ±0)` + // Measured: `4399 + a * (200 ±0)` // Estimated: `23265 + a * (2600 ±0)` - // Minimum execution time: 248_000 nanoseconds. - Weight::from_ref_time(200_358_585) + // Minimum execution time: 367_769 nanoseconds. + Weight::from_ref_time(278_759_473) .saturating_add(Weight::from_proof_size(23265)) - // Standard Error: 340_962 - .saturating_add(Weight::from_ref_time(3_083_333).saturating_mul(a.into())) - // Standard Error: 61_993 - .saturating_add(Weight::from_ref_time(474_747).saturating_mul(b.into())) + // Standard Error: 36_221 + .saturating_add(Weight::from_ref_time(4_434_739).saturating_mul(a.into())) + // Standard Error: 6_782 + .saturating_add(Weight::from_ref_time(1_165_146).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(21_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -1031,26 +1031,26 @@ impl WeightInfo for SubstrateWeight { // Proof: Storage NextDataObjectId (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// The range of component `a` is `[1, 20]`. /// The range of component `b` is `[1, 20]`. - /// The range of component `c` is `[3, 13]`. + /// The range of component `c` is `[1, 13]`. /// The range of component `d` is `[2, 20]`. /// The range of component `e` is `[1, 100]`. fn update_video_with_assets_with_nft(a: u32, b: u32, c: u32, d: u32, e: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `5261 + b * (433 ±0) + c * (112 ±0) + d * (217 ±0)` - // Estimated: `36469 + c * (2581 ±0) + d * (2600 ±0) + b * (5233 ±0)` - // Minimum execution time: 636_000 nanoseconds. - Weight::from_ref_time(268_761_137) + // Measured: `5422 + b * (432 ±0) + c * (112 ±0) + d * (210 ±0)` + // Estimated: `36469 + b * (5233 ±0) + c * (2581 ±0) + d * (2600 ±0)` + // Minimum execution time: 970_536 nanoseconds. + Weight::from_ref_time(411_266_383) .saturating_add(Weight::from_proof_size(36469)) - // Standard Error: 316_519 - .saturating_add(Weight::from_ref_time(6_342_105).saturating_mul(a.into())) - // Standard Error: 316_519 - .saturating_add(Weight::from_ref_time(20_894_736).saturating_mul(b.into())) - // Standard Error: 601_387 - .saturating_add(Weight::from_ref_time(7_600_000).saturating_mul(c.into())) - // Standard Error: 334_104 - .saturating_add(Weight::from_ref_time(3_305_555).saturating_mul(d.into())) - // Standard Error: 60_746 - .saturating_add(Weight::from_ref_time(590_909).saturating_mul(e.into())) + // Standard Error: 69_266 + .saturating_add(Weight::from_ref_time(8_878_081).saturating_mul(a.into())) + // Standard Error: 69_266 + .saturating_add(Weight::from_ref_time(31_544_666).saturating_mul(b.into())) + // Standard Error: 107_182 + .saturating_add(Weight::from_ref_time(12_085_063).saturating_mul(c.into())) + // Standard Error: 73_029 + .saturating_add(Weight::from_ref_time(4_600_375).saturating_mul(d.into())) + // Standard Error: 13_698 + .saturating_add(Weight::from_ref_time(1_292_689).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(29_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) @@ -1059,9 +1059,9 @@ impl WeightInfo for SubstrateWeight { .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) + .saturating_add(Weight::from_proof_size(5233).saturating_mul(b.into())) .saturating_add(Weight::from_proof_size(2581).saturating_mul(c.into())) .saturating_add(Weight::from_proof_size(2600).saturating_mul(d.into())) - .saturating_add(Weight::from_proof_size(5233).saturating_mul(b.into())) } // Storage: Content VideoById (r:1 w:1) // Proof: Content VideoById (max_values: None, max_size: Some(513), added: 2988, mode: MaxEncodedLen) @@ -1077,8 +1077,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3371` // Estimated: `17810` - // Minimum execution time: 167_000 nanoseconds. - Weight::from_ref_time(167_000_000) + // Minimum execution time: 220_309 nanoseconds. + Weight::from_ref_time(222_816_000) .saturating_add(Weight::from_proof_size(17810)) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -1104,18 +1104,18 @@ impl WeightInfo for SubstrateWeight { // Storage: System Account (r:23 w:23) // Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `a` is `[1, 20]`. - /// The range of component `b` is `[3, 13]`. + /// The range of component `b` is `[1, 13]`. fn delete_video_with_assets(a: u32, b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `5054 + a * (390 ±0) + b * (112 ±0)` + // Measured: `5288 + a * (386 ±0) + b * (112 ±0)` // Estimated: `24874 + b * (2581 ±0) + a * (5233 ±0)` - // Minimum execution time: 328_000 nanoseconds. - Weight::from_ref_time(213_697_368) + // Minimum execution time: 461_287 nanoseconds. + Weight::from_ref_time(279_742_573) .saturating_add(Weight::from_proof_size(24874)) - // Standard Error: 199_259 - .saturating_add(Weight::from_ref_time(20_552_631).saturating_mul(a.into())) - // Standard Error: 378_593 - .saturating_add(Weight::from_ref_time(7_250_000).saturating_mul(b.into())) + // Standard Error: 46_959 + .saturating_add(Weight::from_ref_time(32_323_758).saturating_mul(a.into())) + // Standard Error: 72_720 + .saturating_add(Weight::from_ref_time(11_853_735).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into()))) @@ -1138,13 +1138,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `a` is `[0, 10]`. fn initialize_channel_transfer(a: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `3629 + a * (196 ±0)` + // Measured: `3667 + a * (200 ±0)` // Estimated: `12719 + a * (2600 ±0)` - // Minimum execution time: 153_000 nanoseconds. - Weight::from_ref_time(153_000_000) + // Minimum execution time: 198_158 nanoseconds. + Weight::from_ref_time(204_112_960) .saturating_add(Weight::from_proof_size(12719)) - // Standard Error: 100_000 - .saturating_add(Weight::from_ref_time(7_400_000).saturating_mul(a.into())) + // Standard Error: 37_710 + .saturating_add(Weight::from_ref_time(7_686_514).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -1160,8 +1160,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3135` // Estimated: `9616` - // Minimum execution time: 165_000 nanoseconds. - Weight::from_ref_time(166_000_000) + // Minimum execution time: 200_282 nanoseconds. + Weight::from_ref_time(201_979_000) .saturating_add(Weight::from_proof_size(9616)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -1179,11 +1179,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1800 + a * (30 ±0)` // Estimated: `7028` - // Minimum execution time: 60_000 nanoseconds. - Weight::from_ref_time(60_500_000) + // Minimum execution time: 91_978 nanoseconds. + Weight::from_ref_time(96_082_756) .saturating_add(Weight::from_proof_size(7028)) - // Standard Error: 111_803 - .saturating_add(Weight::from_ref_time(6_550_000).saturating_mul(a.into())) + // Standard Error: 17_846 + .saturating_add(Weight::from_ref_time(5_562_789).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -1202,13 +1202,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `a` is `[0, 10]`. fn accept_channel_transfer_member_to_curator(a: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2862 + a * (33 ±0)` + // Measured: `2862 + a * (30 ±0)` // Estimated: `12231` - // Minimum execution time: 80_000 nanoseconds. - Weight::from_ref_time(80_500_000) + // Minimum execution time: 128_011 nanoseconds. + Weight::from_ref_time(132_722_747) .saturating_add(Weight::from_proof_size(12231)) - // Standard Error: 70_710 - .saturating_add(Weight::from_ref_time(6_600_000).saturating_mul(a.into())) + // Standard Error: 20_581 + .saturating_add(Weight::from_ref_time(5_704_638).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -1221,13 +1221,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `a` is `[0, 10]`. fn accept_channel_transfer_member_to_member(a: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2422 + a * (53 ±0)` + // Measured: `2468 + a * (55 ±0)` // Estimated: `13770` - // Minimum execution time: 81_000 nanoseconds. - Weight::from_ref_time(81_500_000) + // Minimum execution time: 127_236 nanoseconds. + Weight::from_ref_time(133_587_638) .saturating_add(Weight::from_proof_size(13770)) - // Standard Error: 50_000 - .saturating_add(Weight::from_ref_time(6_550_000).saturating_mul(a.into())) + // Standard Error: 25_521 + .saturating_add(Weight::from_ref_time(5_684_947).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -1243,24 +1243,24 @@ impl WeightInfo for SubstrateWeight { // Proof: Token BloatBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) // Storage: Token SymbolsUsed (r:1 w:1) // Proof: Token SymbolsUsed (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) - // Storage: Membership MembershipById (r:1024 w:0) + // Storage: Membership MembershipById (r:1023 w:0) // Proof: Membership MembershipById (max_values: None, max_size: Some(125), added: 2600, mode: MaxEncodedLen) // Storage: System Account (r:2 w:2) // Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) - // Storage: Token AccountInfoByTokenAndMember (r:0 w:1024) + // Storage: Token AccountInfoByTokenAndMember (r:0 w:1023) // Proof: Token AccountInfoByTokenAndMember (max_values: None, max_size: Some(489), added: 2964, mode: MaxEncodedLen) // Storage: Token TokenInfoById (r:0 w:1) // Proof: Token TokenInfoById (max_values: None, max_size: Some(339), added: 2814, mode: MaxEncodedLen) /// The range of component `a` is `[1, 1024]`. fn issue_creator_token(a: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `4114 + a * (166 ±0)` + // Measured: `5183 + a * (165 ±0)` // Estimated: `18359 + a * (2600 ±0)` - // Minimum execution time: 205_000 nanoseconds. - Weight::from_ref_time(197_575_268) + // Minimum execution time: 286_247 nanoseconds. + Weight::from_ref_time(71_853_853) .saturating_add(Weight::from_proof_size(18359)) - // Standard Error: 26_899 - .saturating_add(Weight::from_ref_time(8_424_731).saturating_mul(a.into())) + // Standard Error: 17_963 + .saturating_add(Weight::from_ref_time(12_573_822).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(6_u64)) @@ -1285,17 +1285,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 `[1, 1024]`. /// The range of component `b` is `[1, 100]`. - fn creator_token_issuer_transfer(a: u32, b: u32, ) -> Weight { + fn creator_token_issuer_transfer(a: u32, _b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `4858 + a * (166 ±0)` + // Measured: `5931 + a * (165 ±0)` // Estimated: `21111 + a * (5564 ±0)` - // Minimum execution time: 236_000 nanoseconds. - Weight::from_ref_time(155_946_236) + // Minimum execution time: 388_994 nanoseconds. + Weight::from_ref_time(140_850_078) .saturating_add(Weight::from_proof_size(21111)) - // Standard Error: 18_383 - .saturating_add(Weight::from_ref_time(10_250_733).saturating_mul(a.into())) - // Standard Error: 189_959 - .saturating_add(Weight::from_ref_time(803_030).saturating_mul(b.into())) + // Standard Error: 17_137 + .saturating_add(Weight::from_ref_time(15_693_549).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -1314,8 +1312,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3245` // Estimated: `12430` - // Minimum execution time: 134_000 nanoseconds. - Weight::from_ref_time(135_000_000) + // Minimum execution time: 176_737 nanoseconds. + Weight::from_ref_time(178_330_000) .saturating_add(Weight::from_proof_size(12430)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -1334,8 +1332,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3212` // Estimated: `12430` - // Minimum execution time: 156_000 nanoseconds. - Weight::from_ref_time(157_000_000) + // Minimum execution time: 203_850 nanoseconds. + Weight::from_ref_time(204_917_000) .saturating_add(Weight::from_proof_size(12430)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -1357,11 +1355,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3684` // Estimated: `15893` - // Minimum execution time: 150_000 nanoseconds. - Weight::from_ref_time(151_904_040) + // Minimum execution time: 210_154 nanoseconds. + Weight::from_ref_time(209_749_690) .saturating_add(Weight::from_proof_size(15893)) - // Standard Error: 89_495 - .saturating_add(Weight::from_ref_time(595_959).saturating_mul(a.into())) + // Standard Error: 6_061 + .saturating_add(Weight::from_ref_time(1_347_188).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -1379,8 +1377,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3341` // Estimated: `12929` - // Minimum execution time: 139_000 nanoseconds. - Weight::from_ref_time(143_000_000) + // Minimum execution time: 186_845 nanoseconds. + Weight::from_ref_time(188_523_000) .saturating_add(Weight::from_proof_size(12929)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -1401,8 +1399,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4106` // Estimated: `15905` - // Minimum execution time: 149_000 nanoseconds. - Weight::from_ref_time(153_000_000) + // Minimum execution time: 204_981 nanoseconds. + Weight::from_ref_time(206_691_000) .saturating_add(Weight::from_proof_size(15905)) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -1427,8 +1425,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3996` // Estimated: `19145` - // Minimum execution time: 174_000 nanoseconds. - Weight::from_ref_time(175_000_000) + // Minimum execution time: 244_981 nanoseconds. + Weight::from_ref_time(246_597_000) .saturating_add(Weight::from_proof_size(19145)) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -1449,8 +1447,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3275` // Estimated: `20185` - // Minimum execution time: 94_000 nanoseconds. - Weight::from_ref_time(94_000_000) + // Minimum execution time: 156_536 nanoseconds. + Weight::from_ref_time(157_365_000) .saturating_add(Weight::from_proof_size(20185)) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -1469,8 +1467,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3730` // Estimated: `17636` - // Minimum execution time: 153_000 nanoseconds. - Weight::from_ref_time(153_000_000) + // Minimum execution time: 212_310 nanoseconds. + Weight::from_ref_time(214_971_000) .saturating_add(Weight::from_proof_size(17636)) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -1487,8 +1485,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3245` // Estimated: `12430` - // Minimum execution time: 156_000 nanoseconds. - Weight::from_ref_time(185_000_000) + // Minimum execution time: 206_107 nanoseconds. + Weight::from_ref_time(212_061_000) .saturating_add(Weight::from_proof_size(12430)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -1505,8 +1503,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2829` // Estimated: `11742` - // Minimum execution time: 71_000 nanoseconds. - Weight::from_ref_time(82_000_000) + // Minimum execution time: 130_383 nanoseconds. + Weight::from_ref_time(134_486_000) .saturating_add(Weight::from_proof_size(11742)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -1539,8 +1537,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `425` // Estimated: `13204` - // Minimum execution time: 73_000 nanoseconds. - Weight::from_ref_time(75_000_000) + // Minimum execution time: 126_144 nanoseconds. + Weight::from_ref_time(127_435_000) .saturating_add(Weight::from_proof_size(13204)) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) @@ -1559,8 +1557,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2208` // Estimated: `9631` - // Minimum execution time: 65_000 nanoseconds. - Weight::from_ref_time(65_000_000) + // Minimum execution time: 106_763 nanoseconds. + Weight::from_ref_time(108_989_000) .saturating_add(Weight::from_proof_size(9631)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -1575,8 +1573,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2257` // Estimated: `11170` - // Minimum execution time: 61_000 nanoseconds. - Weight::from_ref_time(64_000_000) + // Minimum execution time: 102_536 nanoseconds. + Weight::from_ref_time(103_811_000) .saturating_add(Weight::from_proof_size(11170)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -1604,11 +1602,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2331` // Estimated: `11676` - // Minimum execution time: 93_000 nanoseconds. - Weight::from_ref_time(93_500_000) + // Minimum execution time: 143_783 nanoseconds. + Weight::from_ref_time(145_107_230) .saturating_add(Weight::from_proof_size(11676)) - // Standard Error: 124_225 - .saturating_add(Weight::from_ref_time(500_000).saturating_mul(h.into())) + // Standard Error: 11_433 + .saturating_add(Weight::from_ref_time(650_339).saturating_mul(h.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -1633,11 +1631,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2685` // Estimated: `13726` - // Minimum execution time: 107_000 nanoseconds. - Weight::from_ref_time(106_833_333) + // Minimum execution time: 167_077 nanoseconds. + Weight::from_ref_time(168_599_352) .saturating_add(Weight::from_proof_size(13726)) - // Standard Error: 175_682 - .saturating_add(Weight::from_ref_time(666_666).saturating_mul(h.into())) + // Standard Error: 9_370 + .saturating_add(Weight::from_ref_time(687_888).saturating_mul(h.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -1664,11 +1662,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2330` // Estimated: `11676` - // Minimum execution time: 105_000 nanoseconds. - Weight::from_ref_time(105_277_777) + // Minimum execution time: 164_298 nanoseconds. + Weight::from_ref_time(166_140_937) .saturating_add(Weight::from_proof_size(11676)) - // Standard Error: 200_308 - .saturating_add(Weight::from_ref_time(722_222).saturating_mul(h.into())) + // Standard Error: 15_465 + .saturating_add(Weight::from_ref_time(809_088).saturating_mul(h.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -1718,15 +1716,15 @@ impl WeightInfo for SubstrateWeight { /// The range of component `b` is `[1, 100]`. fn issue_nft(w: u32, b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `4015 + w * (207 ±0)` + // Measured: `4158 + w * (204 ±0)` // Estimated: `20665 + w * (2600 ±0)` - // Minimum execution time: 249_000 nanoseconds. - Weight::from_ref_time(194_262_626) + // Minimum execution time: 361_707 nanoseconds. + Weight::from_ref_time(269_794_005) .saturating_add(Weight::from_proof_size(20665)) - // Standard Error: 409_506 - .saturating_add(Weight::from_ref_time(3_083_333).saturating_mul(w.into())) - // Standard Error: 74_455 - .saturating_add(Weight::from_ref_time(570_707).saturating_mul(b.into())) + // Standard Error: 32_845 + .saturating_add(Weight::from_ref_time(4_426_106).saturating_mul(w.into())) + // Standard Error: 6_150 + .saturating_add(Weight::from_ref_time(1_327_974).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(20_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(w.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -1744,8 +1742,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3112` // Estimated: `12604` - // Minimum execution time: 183_000 nanoseconds. - Weight::from_ref_time(185_000_000) + // Minimum execution time: 236_981 nanoseconds. + Weight::from_ref_time(237_858_000) .saturating_add(Weight::from_proof_size(12604)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -1760,8 +1758,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2397` // Estimated: `8952` - // Minimum execution time: 49_000 nanoseconds. - Weight::from_ref_time(49_000_000) + // Minimum execution time: 80_073 nanoseconds. + Weight::from_ref_time(80_896_000) .saturating_add(Weight::from_proof_size(8952)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -1780,8 +1778,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4034` // Estimated: `15204` - // Minimum execution time: 193_000 nanoseconds. - Weight::from_ref_time(197_000_000) + // Minimum execution time: 246_150 nanoseconds. + Weight::from_ref_time(247_216_000) .saturating_add(Weight::from_proof_size(15204)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -1798,8 +1796,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3137` // Estimated: `12604` - // Minimum execution time: 185_000 nanoseconds. - Weight::from_ref_time(188_000_000) + // Minimum execution time: 235_663 nanoseconds. + Weight::from_ref_time(237_825_000) .saturating_add(Weight::from_proof_size(12604)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -1818,8 +1816,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3462` // Estimated: `19860` - // Minimum execution time: 95_000 nanoseconds. - Weight::from_ref_time(95_000_000) + // Minimum execution time: 154_891 nanoseconds. + Weight::from_ref_time(156_372_000) .saturating_add(Weight::from_proof_size(19860)) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -1836,8 +1834,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3112` // Estimated: `12604` - // Minimum execution time: 186_000 nanoseconds. - Weight::from_ref_time(187_000_000) + // Minimum execution time: 235_562 nanoseconds. + Weight::from_ref_time(236_669_000) .saturating_add(Weight::from_proof_size(12604)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -1854,8 +1852,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3128` // Estimated: `12604` - // Minimum execution time: 188_000 nanoseconds. - Weight::from_ref_time(191_000_000) + // Minimum execution time: 237_003 nanoseconds. + Weight::from_ref_time(238_333_000) .saturating_add(Weight::from_proof_size(12604)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -1872,8 +1870,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3128` // Estimated: `12604` - // Minimum execution time: 188_000 nanoseconds. - Weight::from_ref_time(189_000_000) + // Minimum execution time: 237_354 nanoseconds. + Weight::from_ref_time(238_209_000) .saturating_add(Weight::from_proof_size(12604)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -1892,8 +1890,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3453` // Estimated: `19860` - // Minimum execution time: 96_000 nanoseconds. - Weight::from_ref_time(97_000_000) + // Minimum execution time: 154_882 nanoseconds. + Weight::from_ref_time(155_868_000) .saturating_add(Weight::from_proof_size(19860)) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -1904,8 +1902,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `546` // Estimated: `496` - // Minimum execution time: 13_000 nanoseconds. - Weight::from_ref_time(14_000_000) + // Minimum execution time: 21_081 nanoseconds. + Weight::from_ref_time(21_555_000) .saturating_add(Weight::from_proof_size(496)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -1916,8 +1914,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `599` // Estimated: `507` - // Minimum execution time: 14_000 nanoseconds. - Weight::from_ref_time(14_000_000) + // Minimum execution time: 21_844 nanoseconds. + Weight::from_ref_time(22_326_000) .saturating_add(Weight::from_proof_size(507)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -1932,8 +1930,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2801` // Estimated: `9616` - // Minimum execution time: 139_000 nanoseconds. - Weight::from_ref_time(142_000_000) + // Minimum execution time: 177_994 nanoseconds. + Weight::from_ref_time(179_930_000) .saturating_add(Weight::from_proof_size(9616)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -1969,13 +1967,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `w` is `[2, 20]`. fn start_english_auction(w: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `4082 + w * (207 ±0)` + // Measured: `4207 + w * (206 ±0)` // Estimated: `17143 + w * (2600 ±0)` - // Minimum execution time: 219_000 nanoseconds. - Weight::from_ref_time(213_444_444) + // Minimum execution time: 289_143 nanoseconds. + Weight::from_ref_time(283_451_444) .saturating_add(Weight::from_proof_size(17143)) - // Standard Error: 78_567 - .saturating_add(Weight::from_ref_time(3_277_777).saturating_mul(w.into())) + // Standard Error: 28_868 + .saturating_add(Weight::from_ref_time(4_845_873).saturating_mul(w.into())) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(w.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -1993,8 +1991,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3335` // Estimated: `12604` - // Minimum execution time: 191_000 nanoseconds. - Weight::from_ref_time(195_000_000) + // Minimum execution time: 240_038 nanoseconds. + Weight::from_ref_time(241_601_000) .saturating_add(Weight::from_proof_size(12604)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -2013,8 +2011,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4462` // Estimated: `27666` - // Minimum execution time: 130_000 nanoseconds. - Weight::from_ref_time(132_000_000) + // Minimum execution time: 208_881 nanoseconds. + Weight::from_ref_time(211_080_000) .saturating_add(Weight::from_proof_size(27666)) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) @@ -2033,8 +2031,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3345` // Estimated: `17260` - // Minimum execution time: 93_000 nanoseconds. - Weight::from_ref_time(93_000_000) + // Minimum execution time: 150_992 nanoseconds. + Weight::from_ref_time(152_609_000) .saturating_add(Weight::from_proof_size(17260)) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -2062,13 +2060,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `w` is `[2, 20]`. fn start_open_auction(w: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `3987 + w * (202 ±0)` + // Measured: `4088 + w * (201 ±0)` // Estimated: `15123 + w * (2600 ±0)` - // Minimum execution time: 210_000 nanoseconds. - Weight::from_ref_time(206_166_666) + // Minimum execution time: 272_657 nanoseconds. + Weight::from_ref_time(267_794_327) .saturating_add(Weight::from_proof_size(15123)) - // Standard Error: 141_639 - .saturating_add(Weight::from_ref_time(3_166_666).saturating_mul(w.into())) + // Standard Error: 28_186 + .saturating_add(Weight::from_ref_time(4_877_293).saturating_mul(w.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(w.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -2086,8 +2084,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3322` // Estimated: `12604` - // Minimum execution time: 188_000 nanoseconds. - Weight::from_ref_time(189_000_000) + // Minimum execution time: 245_595 nanoseconds. + Weight::from_ref_time(248_223_000) .saturating_add(Weight::from_proof_size(12604)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -2106,8 +2104,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3387` // Estimated: `16709` - // Minimum execution time: 80_000 nanoseconds. - Weight::from_ref_time(81_000_000) + // Minimum execution time: 128_473 nanoseconds. + Weight::from_ref_time(129_879_000) .saturating_add(Weight::from_proof_size(16709)) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -2128,8 +2126,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3678` // Estimated: `22411` - // Minimum execution time: 102_000 nanoseconds. - Weight::from_ref_time(103_000_000) + // Minimum execution time: 168_754 nanoseconds. + Weight::from_ref_time(170_293_000) .saturating_add(Weight::from_proof_size(22411)) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) @@ -2150,8 +2148,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `4087` // Estimated: `25014` - // Minimum execution time: 122_000 nanoseconds. - Weight::from_ref_time(123_000_000) + // Minimum execution time: 197_214 nanoseconds. + Weight::from_ref_time(199_192_000) .saturating_add(Weight::from_proof_size(25014)) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) @@ -2167,11 +2165,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1730` // Estimated: `6517` - // Minimum execution time: 42_000 nanoseconds. - Weight::from_ref_time(41_393_939) + // Minimum execution time: 70_164 nanoseconds. + Weight::from_ref_time(69_263_730) .saturating_add(Weight::from_proof_size(6517)) - // Standard Error: 40_404 - .saturating_add(Weight::from_ref_time(606_060).saturating_mul(b.into())) + // Standard Error: 2_313 + .saturating_add(Weight::from_ref_time(1_262_314).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) } // Storage: Content ChannelById (r:1 w:0) @@ -2185,11 +2183,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2801` // Estimated: `9616` - // Minimum execution time: 120_000 nanoseconds. - Weight::from_ref_time(120_969_696) + // Minimum execution time: 160_445 nanoseconds. + Weight::from_ref_time(159_409_005) .saturating_add(Weight::from_proof_size(9616)) - // Standard Error: 82_216 - .saturating_add(Weight::from_ref_time(530_303).saturating_mul(b.into())) + // Standard Error: 5_101 + .saturating_add(Weight::from_ref_time(1_092_041).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) } // Storage: Content VideoById (r:1 w:0) @@ -2205,11 +2203,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `3335` // Estimated: `12604` - // Minimum execution time: 170_000 nanoseconds. - Weight::from_ref_time(170_964_646) + // Minimum execution time: 224_033 nanoseconds. + Weight::from_ref_time(220_159_202) .saturating_add(Weight::from_proof_size(12604)) - // Standard Error: 87_185 - .saturating_add(Weight::from_ref_time(535_353).saturating_mul(b.into())) + // Standard Error: 4_302 + .saturating_add(Weight::from_ref_time(1_076_268).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) } // Storage: Instance3WorkingGroup CurrentLead (r:1 w:0) @@ -2222,8 +2220,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `371` // Estimated: `3153` - // Minimum execution time: 16_000 nanoseconds. - Weight::from_ref_time(17_000_000) + // Minimum execution time: 29_168 nanoseconds. + Weight::from_ref_time(29_840_000) .saturating_add(Weight::from_proof_size(3153)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -2238,8 +2236,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `371` // Estimated: `3153` - // Minimum execution time: 16_000 nanoseconds. - Weight::from_ref_time(16_000_000) + // Minimum execution time: 29_109 nanoseconds. + Weight::from_ref_time(29_695_000) .saturating_add(Weight::from_proof_size(3153)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -2344,7 +2342,7 @@ impl WeightInfo for () { fn issue_creator_token(a: u32, ) -> Weight { Weight::from_ref_time(0) } - fn creator_token_issuer_transfer(a: u32, b: u32, ) -> Weight { + fn creator_token_issuer_transfer(a: u32, _b: u32, ) -> Weight { Weight::from_ref_time(0) } fn make_creator_token_permissionless() -> Weight { diff --git a/runtime-modules/council/src/weights.rs b/runtime-modules/council/src/weights.rs index 62fba4a1ea..603e8f8432 100644 --- a/runtime-modules/council/src/weights.rs +++ b/runtime-modules/council/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for council //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15, STEPS: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=council // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/joystream-pallet-weight-template.hbs // --output=./scripts/../runtime-modules/council/src/weights.rs @@ -72,8 +72,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_000 nanoseconds. - Weight::from_ref_time(8_000_000) + // Minimum execution time: 14_197 nanoseconds. + Weight::from_ref_time(14_745_000) .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -83,8 +83,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_000 nanoseconds. - Weight::from_ref_time(8_000_000) + // Minimum execution time: 13_883 nanoseconds. + Weight::from_ref_time(14_431_000) .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -95,13 +95,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[1, 100]`. fn funding_request(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `319 + i * (5 ±0)` + // Measured: `714 + i * (2 ±0)` // Estimated: `511 + i * (2603 ±0)` - // Minimum execution time: 31_000 nanoseconds. - Weight::from_ref_time(12_757_575) + // Minimum execution time: 53_626 nanoseconds. + Weight::from_ref_time(39_042_363) .saturating_add(Weight::from_proof_size(511)) - // Standard Error: 132_858 - .saturating_add(Weight::from_ref_time(20_242_424).saturating_mul(i.into())) + // Standard Error: 29_821 + .saturating_add(Weight::from_ref_time(30_304_622).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)) @@ -118,8 +118,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `276` // Estimated: `1022` - // Minimum execution time: 14_000 nanoseconds. - Weight::from_ref_time(16_000_000) + // Minimum execution time: 22_776 nanoseconds. + Weight::from_ref_time(23_449_000) .saturating_add(Weight::from_proof_size(1022)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -138,8 +138,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1169` // Estimated: `9651` - // Minimum execution time: 46_000 nanoseconds. - Weight::from_ref_time(47_000_000) + // Minimum execution time: 78_829 nanoseconds. + Weight::from_ref_time(79_478_000) .saturating_add(Weight::from_proof_size(9651)) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) @@ -152,8 +152,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `270` // Estimated: `1011` - // Minimum execution time: 10_000 nanoseconds. - Weight::from_ref_time(11_000_000) + // Minimum execution time: 17_711 nanoseconds. + Weight::from_ref_time(18_080_000) .saturating_add(Weight::from_proof_size(1011)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -169,11 +169,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `379` // Estimated: `1600` - // Minimum execution time: 16_000 nanoseconds. - Weight::from_ref_time(15_925_000) + // Minimum execution time: 29_238 nanoseconds. + Weight::from_ref_time(31_249_668) .saturating_add(Weight::from_proof_size(1600)) - // Standard Error: 5_000 - .saturating_add(Weight::from_ref_time(25_000).saturating_mul(i.into())) + // Standard Error: 807 + .saturating_add(Weight::from_ref_time(30_072).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -185,8 +185,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `274` // Estimated: `1011` - // Minimum execution time: 10_000 nanoseconds. - Weight::from_ref_time(10_000_000) + // Minimum execution time: 18_237 nanoseconds. + Weight::from_ref_time(18_726_000) .saturating_add(Weight::from_proof_size(1011)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -209,8 +209,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `877` // Estimated: `15156` - // Minimum execution time: 40_000 nanoseconds. - Weight::from_ref_time(41_000_000) + // Minimum execution time: 71_130 nanoseconds. + Weight::from_ref_time(71_757_000) .saturating_add(Weight::from_proof_size(15156)) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -229,8 +229,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1074` // Estimated: `12116` - // Minimum execution time: 31_000 nanoseconds. - Weight::from_ref_time(31_000_000) + // Minimum execution time: 54_879 nanoseconds. + Weight::from_ref_time(55_765_000) .saturating_add(Weight::from_proof_size(12116)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -248,11 +248,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `744` // Estimated: `6247` - // Minimum execution time: 22_000 nanoseconds. - Weight::from_ref_time(22_000_000) + // Minimum execution time: 38_473 nanoseconds. + Weight::from_ref_time(40_640_536) .saturating_add(Weight::from_proof_size(6247)) - // Standard Error: 75_000 - .saturating_add(Weight::from_ref_time(1_575_000).saturating_mul(i.into())) + // Standard Error: 2_390 + .saturating_add(Weight::from_ref_time(2_541_999).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -272,8 +272,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1074` // Estimated: `12624` - // Minimum execution time: 33_000 nanoseconds. - Weight::from_ref_time(34_000_000) + // Minimum execution time: 59_635 nanoseconds. + Weight::from_ref_time(60_483_000) .saturating_add(Weight::from_proof_size(12624)) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -284,8 +284,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_000 nanoseconds. - Weight::from_ref_time(8_000_000) + // Minimum execution time: 13_565 nanoseconds. + Weight::from_ref_time(13_784_000) .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -295,8 +295,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_000 nanoseconds. - Weight::from_ref_time(8_000_000) + // Minimum execution time: 12_772 nanoseconds. + Weight::from_ref_time(14_085_000) .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -310,8 +310,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `730` // Estimated: `5714` - // Minimum execution time: 29_000 nanoseconds. - Weight::from_ref_time(30_000_000) + // Minimum execution time: 51_624 nanoseconds. + Weight::from_ref_time(52_626_000) .saturating_add(Weight::from_proof_size(5714)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -326,8 +326,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `744` // Estimated: `5739` - // Minimum execution time: 18_000 nanoseconds. - Weight::from_ref_time(19_000_000) + // Minimum execution time: 31_915 nanoseconds. + Weight::from_ref_time(32_539_000) .saturating_add(Weight::from_proof_size(5739)) .saturating_add(T::DbWeight::get().reads(3_u64)) } @@ -339,8 +339,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1006` // Estimated: `3420` - // Minimum execution time: 18_000 nanoseconds. - Weight::from_ref_time(19_000_000) + // Minimum execution time: 33_336 nanoseconds. + Weight::from_ref_time(34_046_000) .saturating_add(Weight::from_proof_size(3420)) .saturating_add(T::DbWeight::get().reads(2_u64)) } diff --git a/runtime-modules/forum/src/weights.rs b/runtime-modules/forum/src/weights.rs index ea024155cf..647f43f0fd 100644 --- a/runtime-modules/forum/src/weights.rs +++ b/runtime-modules/forum/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for forum //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15, STEPS: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=forum // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/joystream-pallet-weight-template.hbs // --output=./scripts/../runtime-modules/forum/src/weights.rs @@ -89,17 +89,17 @@ impl WeightInfo for SubstrateWeight { /// The range of component `k` is `[0, 100]`. fn create_category(i: u32, j: u32, k: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `432 + i * (144 ±0)` + // Measured: `396 + i * (150 ±0)` // Estimated: `4159 + i * (2746 ±0)` - // Minimum execution time: 194_000 nanoseconds. - Weight::from_ref_time(37_450_000) + // Minimum execution time: 319_233 nanoseconds. + Weight::from_ref_time(36_579_449) .saturating_add(Weight::from_proof_size(4159)) - // Standard Error: 1_639_740 - .saturating_add(Weight::from_ref_time(4_050_000).saturating_mul(i.into())) - // Standard Error: 81_987 - .saturating_add(Weight::from_ref_time(1_372_500).saturating_mul(j.into())) - // Standard Error: 81_987 - .saturating_add(Weight::from_ref_time(1_407_500).saturating_mul(k.into())) + // Standard Error: 238_032 + .saturating_add(Weight::from_ref_time(10_878_474).saturating_mul(i.into())) + // Standard Error: 13_232 + .saturating_add(Weight::from_ref_time(2_224_668).saturating_mul(j.into())) + // Standard Error: 13_232 + .saturating_add(Weight::from_ref_time(2_433_320).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -117,8 +117,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `665` // Estimated: `5899` - // Minimum execution time: 29_000 nanoseconds. - Weight::from_ref_time(29_000_000) + // Minimum execution time: 51_825 nanoseconds. + Weight::from_ref_time(52_746_000) .saturating_add(Weight::from_proof_size(5899)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -135,8 +135,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `735` // Estimated: `8422` - // Minimum execution time: 29_000 nanoseconds. - Weight::from_ref_time(30_000_000) + // Minimum execution time: 53_111 nanoseconds. + Weight::from_ref_time(53_678_000) .saturating_add(Weight::from_proof_size(8422)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -150,13 +150,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[1, 6]`. fn update_category_archival_status_lead(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `507 + i * (151 ±0)` + // Measured: `509 + i * (151 ±0)` // Estimated: `3153 + i * (2746 ±0)` - // Minimum execution time: 26_000 nanoseconds. - Weight::from_ref_time(23_700_000) + // Minimum execution time: 45_120 nanoseconds. + Weight::from_ref_time(41_148_204) .saturating_add(Weight::from_proof_size(3153)) - // Standard Error: 141_421 - .saturating_add(Weight::from_ref_time(2_800_000).saturating_mul(i.into())) + // Standard Error: 23_706 + .saturating_add(Weight::from_ref_time(4_912_266).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)) @@ -171,13 +171,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[1, 6]`. fn update_category_archival_status_moderator(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `577 + i * (151 ±0)` + // Measured: `579 + i * (151 ±0)` // Estimated: `2650 + i * (5269 ±0)` - // Minimum execution time: 26_000 nanoseconds. - Weight::from_ref_time(21_900_000) + // Minimum execution time: 47_721 nanoseconds. + Weight::from_ref_time(41_988_265) .saturating_add(Weight::from_proof_size(2650)) - // Standard Error: 141_421 - .saturating_add(Weight::from_ref_time(4_600_000).saturating_mul(i.into())) + // Standard Error: 18_526 + .saturating_add(Weight::from_ref_time(7_472_402).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -193,15 +193,15 @@ impl WeightInfo for SubstrateWeight { /// The range of component `j` is `[0, 99]`. fn update_category_title_lead(i: u32, j: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `507 + i * (151 ±0)` + // Measured: `509 + i * (151 ±0)` // Estimated: `3153 + i * (2746 ±0)` - // Minimum execution time: 41_000 nanoseconds. - Weight::from_ref_time(23_100_000) + // Minimum execution time: 70_796 nanoseconds. + Weight::from_ref_time(38_388_441) .saturating_add(Weight::from_proof_size(3153)) - // Standard Error: 439_696 - .saturating_add(Weight::from_ref_time(3_400_000).saturating_mul(i.into())) - // Standard Error: 22_206 - .saturating_add(Weight::from_ref_time(1_237_373).saturating_mul(j.into())) + // Standard Error: 48_723 + .saturating_add(Weight::from_ref_time(5_559_509).saturating_mul(i.into())) + // Standard Error: 2_729 + .saturating_add(Weight::from_ref_time(1_856_479).saturating_mul(j.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)) @@ -217,15 +217,15 @@ impl WeightInfo for SubstrateWeight { /// The range of component `j` is `[0, 99]`. fn update_category_title_moderator(i: u32, j: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `577 + i * (151 ±0)` + // Measured: `579 + i * (151 ±0)` // Estimated: `2650 + i * (5269 ±0)` - // Minimum execution time: 51_000 nanoseconds. - Weight::from_ref_time(16_100_000) + // Minimum execution time: 84_929 nanoseconds. + Weight::from_ref_time(36_751_374) .saturating_add(Weight::from_proof_size(2650)) - // Standard Error: 115_470 - .saturating_add(Weight::from_ref_time(5_900_000).saturating_mul(i.into())) - // Standard Error: 5_831 - .saturating_add(Weight::from_ref_time(1_297_979).saturating_mul(j.into())) + // Standard Error: 40_917 + .saturating_add(Weight::from_ref_time(8_013_089).saturating_mul(i.into())) + // Standard Error: 2_292 + .saturating_add(Weight::from_ref_time(1_881_289).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -241,15 +241,15 @@ impl WeightInfo for SubstrateWeight { /// The range of component `j` is `[0, 99]`. fn update_category_description_lead(i: u32, j: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `507 + i * (151 ±0)` + // Measured: `509 + i * (151 ±0)` // Estimated: `3153 + i * (2746 ±0)` - // Minimum execution time: 41_000 nanoseconds. - Weight::from_ref_time(27_700_000) + // Minimum execution time: 70_213 nanoseconds. + Weight::from_ref_time(38_035_563) .saturating_add(Weight::from_proof_size(3153)) - // Standard Error: 115_470 - .saturating_add(Weight::from_ref_time(2_300_000).saturating_mul(i.into())) - // Standard Error: 5_831 - .saturating_add(Weight::from_ref_time(1_242_424).saturating_mul(j.into())) + // Standard Error: 40_030 + .saturating_add(Weight::from_ref_time(5_478_427).saturating_mul(i.into())) + // Standard Error: 2_242 + .saturating_add(Weight::from_ref_time(1_853_025).saturating_mul(j.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)) @@ -265,15 +265,15 @@ impl WeightInfo for SubstrateWeight { /// The range of component `j` is `[0, 99]`. fn update_category_description_moderator(i: u32, j: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `577 + i * (151 ±0)` + // Measured: `579 + i * (151 ±0)` // Estimated: `2650 + i * (5269 ±0)` - // Minimum execution time: 50_000 nanoseconds. - Weight::from_ref_time(24_000_000) + // Minimum execution time: 83_991 nanoseconds. + Weight::from_ref_time(39_148_026) .saturating_add(Weight::from_proof_size(2650)) - // Standard Error: 182_574 - .saturating_add(Weight::from_ref_time(4_500_000).saturating_mul(i.into())) - // Standard Error: 9_220 - .saturating_add(Weight::from_ref_time(1_227_272).saturating_mul(j.into())) + // Standard Error: 37_108 + .saturating_add(Weight::from_ref_time(7_672_056).saturating_mul(i.into())) + // Standard Error: 2_078 + .saturating_add(Weight::from_ref_time(1_865_042).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -290,13 +290,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[1, 6]`. fn delete_category_lead(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `507 + i * (151 ±0)` + // Measured: `509 + i * (151 ±0)` // Estimated: `3656 + i * (2746 ±0)` - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(19_900_000) + // Minimum execution time: 43_559 nanoseconds. + Weight::from_ref_time(41_291_243) .saturating_add(Weight::from_proof_size(3656)) - // Standard Error: 100_000 - .saturating_add(Weight::from_ref_time(4_100_000).saturating_mul(i.into())) + // Standard Error: 71_768 + .saturating_add(Weight::from_ref_time(6_627_418).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -313,17 +313,17 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[3, 6]`. fn delete_category_moderator(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `580 + i * (151 ±0)` - // Estimated: `8199 + i * (3755 ±0)` - // Minimum execution time: 38_000 nanoseconds. - Weight::from_ref_time(24_000_000) + // Measured: `578 + i * (151 ±0)` + // Estimated: `8199 + i * (3469 ±17)` + // Minimum execution time: 66_438 nanoseconds. + Weight::from_ref_time(46_528_303) .saturating_add(Weight::from_proof_size(8199)) - // Standard Error: 333_333 - .saturating_add(Weight::from_ref_time(4_666_666).saturating_mul(i.into())) + // Standard Error: 27_798 + .saturating_add(Weight::from_ref_time(7_370_334).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_proof_size(3755).saturating_mul(i.into())) + .saturating_add(Weight::from_proof_size(3469).saturating_mul(i.into())) } // Storage: Membership MembershipById (r:1 w:0) // Proof: Membership MembershipById (max_values: None, max_size: Some(125), added: 2600, mode: MaxEncodedLen) @@ -344,17 +344,17 @@ impl WeightInfo for SubstrateWeight { /// The range of component `k` is `[0, 100]`. fn create_thread(i: u32, j: u32, k: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `684 + i * (151 ±0)` + // Measured: `686 + i * (151 ±0)` // Estimated: `11408 + i * (2746 ±0)` - // Minimum execution time: 145_000 nanoseconds. - Weight::from_ref_time(91_400_000) + // Minimum execution time: 280_680 nanoseconds. + Weight::from_ref_time(121_941_933) .saturating_add(Weight::from_proof_size(11408)) - // Standard Error: 1_636_306 - .saturating_add(Weight::from_ref_time(2_100_000).saturating_mul(i.into())) - // Standard Error: 81_815 - .saturating_add(Weight::from_ref_time(435_000).saturating_mul(j.into())) - // Standard Error: 81_815 - .saturating_add(Weight::from_ref_time(1_465_000).saturating_mul(k.into())) + // Standard Error: 207_368 + .saturating_add(Weight::from_ref_time(8_168_510).saturating_mul(i.into())) + // Standard Error: 11_527 + .saturating_add(Weight::from_ref_time(1_068_628).saturating_mul(j.into())) + // Standard Error: 11_527 + .saturating_add(Weight::from_ref_time(2_584_395).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(7_u64)) @@ -370,15 +370,15 @@ impl WeightInfo for SubstrateWeight { /// The range of component `j` is `[0, 100]`. fn edit_thread_metadata(i: u32, j: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `637 + i * (151 ±0)` + // Measured: `639 + i * (151 ±0)` // Estimated: `5196 + i * (2746 ±0)` - // Minimum execution time: 40_000 nanoseconds. - Weight::from_ref_time(20_200_000) + // Minimum execution time: 69_389 nanoseconds. + Weight::from_ref_time(41_692_281) .saturating_add(Weight::from_proof_size(5196)) - // Standard Error: 1_675_310 - .saturating_add(Weight::from_ref_time(3_300_000).saturating_mul(i.into())) - // Standard Error: 83_765 - .saturating_add(Weight::from_ref_time(555_000).saturating_mul(j.into())) + // Standard Error: 31_896 + .saturating_add(Weight::from_ref_time(4_888_717).saturating_mul(i.into())) + // Standard Error: 1_765 + .saturating_add(Weight::from_ref_time(1_224_077).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(Weight::from_proof_size(2746).saturating_mul(i.into())) @@ -394,13 +394,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[1, 6]`. fn delete_thread(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `948 + i * (151 ±0)` + // Measured: `950 + i * (151 ±0)` // Estimated: `10402 + i * (2746 ±0)` - // Minimum execution time: 48_000 nanoseconds. - Weight::from_ref_time(44_900_000) + // Minimum execution time: 84_820 nanoseconds. + Weight::from_ref_time(82_928_658) .saturating_add(Weight::from_proof_size(10402)) - // Standard Error: 316_227 - .saturating_add(Weight::from_ref_time(3_600_000).saturating_mul(i.into())) + // Standard Error: 43_665 + .saturating_add(Weight::from_ref_time(4_976_700).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -417,17 +417,17 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[1, 6]`. fn move_thread_to_category_lead(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `859 + i * (122 ±0)` - // Estimated: `9044 + i * (2197 ±0)` - // Minimum execution time: 40_000 nanoseconds. - Weight::from_ref_time(36_100_000) - .saturating_add(Weight::from_proof_size(9044)) - // Standard Error: 100_000 - .saturating_add(Weight::from_ref_time(3_900_000).saturating_mul(i.into())) + // Measured: `690 + i * (150 ±0)` + // Estimated: `7894 + i * (2218 ±24)` + // Minimum execution time: 70_017 nanoseconds. + Weight::from_ref_time(62_459_071) + .saturating_add(Weight::from_proof_size(7894)) + // Standard Error: 70_190 + .saturating_add(Weight::from_ref_time(6_448_848).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) - .saturating_add(Weight::from_proof_size(2197).saturating_mul(i.into())) + .saturating_add(Weight::from_proof_size(2218).saturating_mul(i.into())) } // Storage: Instance1WorkingGroup WorkerById (r:1 w:0) // Proof: Instance1WorkingGroup WorkerById (max_values: None, max_size: Some(175), added: 2650, mode: MaxEncodedLen) @@ -440,13 +440,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[1, 6]`. fn move_thread_to_category_moderator(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `925 + i * (187 ±0)` + // Measured: `913 + i * (185 ±0)` // Estimated: `10515 + i * (5269 ±0)` - // Minimum execution time: 48_000 nanoseconds. - Weight::from_ref_time(41_800_000) + // Minimum execution time: 82_216 nanoseconds. + Weight::from_ref_time(73_954_559) .saturating_add(Weight::from_proof_size(10515)) - // Standard Error: 223_606 - .saturating_add(Weight::from_ref_time(6_700_000).saturating_mul(i.into())) + // Standard Error: 26_321 + .saturating_add(Weight::from_ref_time(9_840_448).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -466,15 +466,15 @@ impl WeightInfo for SubstrateWeight { /// The range of component `k` is `[0, 100]`. fn moderate_thread_lead(i: u32, k: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `823 + i * (151 ±0)` + // Measured: `825 + i * (151 ±0)` // Estimated: `8352 + i * (2746 ±0)` - // Minimum execution time: 62_000 nanoseconds. - Weight::from_ref_time(45_100_000) + // Minimum execution time: 107_012 nanoseconds. + Weight::from_ref_time(80_968_478) .saturating_add(Weight::from_proof_size(8352)) - // Standard Error: 1_677_299 - .saturating_add(Weight::from_ref_time(2_900_000).saturating_mul(i.into())) - // Standard Error: 83_864 - .saturating_add(Weight::from_ref_time(545_000).saturating_mul(k.into())) + // Standard Error: 51_851 + .saturating_add(Weight::from_ref_time(4_425_114).saturating_mul(i.into())) + // Standard Error: 2_870 + .saturating_add(Weight::from_ref_time(1_254_059).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -494,15 +494,15 @@ impl WeightInfo for SubstrateWeight { /// The range of component `k` is `[0, 100]`. fn moderate_thread_moderator(i: u32, k: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `896 + i * (151 ±0)` + // Measured: `898 + i * (151 ±0)` // Estimated: `7849 + i * (5269 ±0)` - // Minimum execution time: 72_000 nanoseconds. - Weight::from_ref_time(45_000_000) + // Minimum execution time: 120_539 nanoseconds. + Weight::from_ref_time(78_911_391) .saturating_add(Weight::from_proof_size(7849)) - // Standard Error: 1_675_310 - .saturating_add(Weight::from_ref_time(4_500_000).saturating_mul(i.into())) - // Standard Error: 83_765 - .saturating_add(Weight::from_ref_time(545_000).saturating_mul(k.into())) + // Standard Error: 116_623 + .saturating_add(Weight::from_ref_time(7_096_197).saturating_mul(i.into())) + // Standard Error: 6_455 + .saturating_add(Weight::from_ref_time(1_275_965).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -524,15 +524,15 @@ impl WeightInfo for SubstrateWeight { /// The range of component `j` is `[0, 100]`. fn add_post(i: u32, j: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `981 + i * (151 ±0)` + // Measured: `983 + i * (151 ±0)` // Estimated: `10905 + i * (2746 ±0)` - // Minimum execution time: 78_000 nanoseconds. - Weight::from_ref_time(58_200_000) + // Minimum execution time: 132_530 nanoseconds. + Weight::from_ref_time(106_990_265) .saturating_add(Weight::from_proof_size(10905)) - // Standard Error: 752_772 - .saturating_add(Weight::from_ref_time(3_300_000).saturating_mul(i.into())) - // Standard Error: 37_638 - .saturating_add(Weight::from_ref_time(1_560_000).saturating_mul(j.into())) + // Standard Error: 71_954 + .saturating_add(Weight::from_ref_time(4_568_001).saturating_mul(i.into())) + // Standard Error: 3_982 + .saturating_add(Weight::from_ref_time(2_570_237).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(5_u64)) @@ -550,15 +550,15 @@ impl WeightInfo for SubstrateWeight { /// The range of component `j` is `[0, 100]`. fn edit_post_text(i: u32, j: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `816 + i * (151 ±0)` + // Measured: `818 + i * (151 ±0)` // Estimated: `7820 + i * (2746 ±0)` - // Minimum execution time: 49_000 nanoseconds. - Weight::from_ref_time(32_000_000) + // Minimum execution time: 85_074 nanoseconds. + Weight::from_ref_time(54_435_493) .saturating_add(Weight::from_proof_size(7820)) - // Standard Error: 1_754_992 - .saturating_add(Weight::from_ref_time(3_000_000).saturating_mul(i.into())) - // Standard Error: 87_749 - .saturating_add(Weight::from_ref_time(1_575_000).saturating_mul(j.into())) + // Standard Error: 164_020 + .saturating_add(Weight::from_ref_time(5_486_991).saturating_mul(i.into())) + // Standard Error: 9_079 + .saturating_add(Weight::from_ref_time(2_547_456).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -580,15 +580,15 @@ impl WeightInfo for SubstrateWeight { /// The range of component `j` is `[0, 100]`. fn moderate_post_lead(i: u32, j: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1035 + i * (151 ±0)` + // Measured: `1037 + i * (151 ±0)` // Estimated: `10976 + i * (2746 ±0)` - // Minimum execution time: 77_000 nanoseconds. - Weight::from_ref_time(51_700_000) + // Minimum execution time: 129_703 nanoseconds. + Weight::from_ref_time(95_498_625) .saturating_add(Weight::from_proof_size(10976)) - // Standard Error: 1_792_577 - .saturating_add(Weight::from_ref_time(4_300_000).saturating_mul(i.into())) - // Standard Error: 89_628 - .saturating_add(Weight::from_ref_time(565_000).saturating_mul(j.into())) + // Standard Error: 107_838 + .saturating_add(Weight::from_ref_time(5_879_509).saturating_mul(i.into())) + // Standard Error: 5_969 + .saturating_add(Weight::from_ref_time(1_262_526).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -610,15 +610,15 @@ impl WeightInfo for SubstrateWeight { /// The range of component `j` is `[0, 100]`. fn moderate_post_moderator(i: u32, j: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1108 + i * (151 ±0)` + // Measured: `1110 + i * (151 ±0)` // Estimated: `10473 + i * (5269 ±0)` - // Minimum execution time: 87_000 nanoseconds. - Weight::from_ref_time(56_200_000) + // Minimum execution time: 143_970 nanoseconds. + Weight::from_ref_time(99_846_862) .saturating_add(Weight::from_proof_size(10473)) - // Standard Error: 1_870_828 - .saturating_add(Weight::from_ref_time(5_300_000).saturating_mul(i.into())) - // Standard Error: 93_541 - .saturating_add(Weight::from_ref_time(555_000).saturating_mul(j.into())) + // Standard Error: 36_147 + .saturating_add(Weight::from_ref_time(7_579_614).saturating_mul(i.into())) + // Standard Error: 2_000 + .saturating_add(Weight::from_ref_time(1_235_729).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -639,22 +639,22 @@ impl WeightInfo for SubstrateWeight { /// The range of component `k` is `[1, 20]`. fn delete_posts(i: u32, _j: u32, k: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1097 + i * (151 ±0) + k * (132 ±0)` - // Estimated: `10402 + k * (2624 ±0) + i * (2746 ±0)` - // Minimum execution time: 126_000 nanoseconds. - Weight::from_ref_time(126_000_000) + // Measured: `1100 + i * (151 ±0) + k * (132 ±0)` + // Estimated: `10402 + i * (2746 ±0) + k * (2624 ±0)` + // Minimum execution time: 244_506 nanoseconds. + Weight::from_ref_time(245_922_000) .saturating_add(Weight::from_proof_size(10402)) - // Standard Error: 6_233_050 - .saturating_add(Weight::from_ref_time(7_382_472).saturating_mul(i.into())) - // Standard Error: 1_780_788 - .saturating_add(Weight::from_ref_time(31_743_476).saturating_mul(k.into())) + // Standard Error: 523_091 + .saturating_add(Weight::from_ref_time(10_054_088).saturating_mul(i.into())) + // Standard Error: 154_122 + .saturating_add(Weight::from_ref_time(45_013_558).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) - .saturating_add(Weight::from_proof_size(2624).saturating_mul(k.into())) .saturating_add(Weight::from_proof_size(2746).saturating_mul(i.into())) + .saturating_add(Weight::from_proof_size(2624).saturating_mul(k.into())) } // Storage: Instance1WorkingGroup CurrentLead (r:1 w:0) // Proof: Instance1WorkingGroup CurrentLead (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) @@ -668,21 +668,21 @@ impl WeightInfo for SubstrateWeight { /// The range of component `j` is `[0, 20]`. fn set_stickied_threads_lead(i: u32, j: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `507 + i * (151 ±0) + j * (107 ±0)` - // Estimated: `3282 + j * (2590 ±0) + i * (2746 ±0)` - // Minimum execution time: 41_000 nanoseconds. - Weight::from_ref_time(20_600_000) - .saturating_add(Weight::from_proof_size(3282)) - // Standard Error: 230_940 - .saturating_add(Weight::from_ref_time(3_400_000).saturating_mul(i.into())) - // Standard Error: 57_735 - .saturating_add(Weight::from_ref_time(4_250_000).saturating_mul(j.into())) + // Measured: `584 + i * (151 ±0) + j * (103 ±0)` + // Estimated: `3153 + i * (2746 ±0) + j * (2596 ±0)` + // Minimum execution time: 69_950 nanoseconds. + Weight::from_ref_time(44_644_267) + .saturating_add(Weight::from_proof_size(3153)) + // Standard Error: 38_233 + .saturating_add(Weight::from_ref_time(4_873_203).saturating_mul(i.into())) + // Standard Error: 10_331 + .saturating_add(Weight::from_ref_time(6_151_155).saturating_mul(j.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().reads((1_u64).saturating_mul(j.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) - .saturating_add(Weight::from_proof_size(2590).saturating_mul(j.into())) .saturating_add(Weight::from_proof_size(2746).saturating_mul(i.into())) + .saturating_add(Weight::from_proof_size(2596).saturating_mul(j.into())) } // Storage: Instance1WorkingGroup WorkerById (r:1 w:0) // Proof: Instance1WorkingGroup WorkerById (max_values: None, max_size: Some(175), added: 2650, mode: MaxEncodedLen) @@ -696,21 +696,21 @@ impl WeightInfo for SubstrateWeight { /// The range of component `j` is `[0, 20]`. fn set_stickied_threads_moderator(i: u32, j: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `577 + i * (151 ±0) + j * (107 ±0)` - // Estimated: `2779 + i * (5269 ±0) + j * (2590 ±0)` - // Minimum execution time: 49_000 nanoseconds. - Weight::from_ref_time(24_300_000) - .saturating_add(Weight::from_proof_size(2779)) - // Standard Error: 496_655 - .saturating_add(Weight::from_ref_time(4_200_000).saturating_mul(i.into())) - // Standard Error: 124_163 - .saturating_add(Weight::from_ref_time(4_225_000).saturating_mul(j.into())) + // Measured: `657 + i * (151 ±0) + j * (103 ±0)` + // Estimated: `2650 + i * (5269 ±0) + j * (2596 ±0)` + // Minimum execution time: 83_657 nanoseconds. + Weight::from_ref_time(42_631_378) + .saturating_add(Weight::from_proof_size(2650)) + // Standard Error: 34_822 + .saturating_add(Weight::from_ref_time(7_488_243).saturating_mul(i.into())) + // Standard Error: 9_409 + .saturating_add(Weight::from_ref_time(6_187_498).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(j.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_proof_size(5269).saturating_mul(i.into())) - .saturating_add(Weight::from_proof_size(2590).saturating_mul(j.into())) + .saturating_add(Weight::from_proof_size(2596).saturating_mul(j.into())) } } diff --git a/runtime-modules/membership/src/weights.rs b/runtime-modules/membership/src/weights.rs index 6af9770c98..5784af6864 100644 --- a/runtime-modules/membership/src/weights.rs +++ b/runtime-modules/membership/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for membership //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15, STEPS: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=membership // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/joystream-pallet-weight-template.hbs // --output=./scripts/../runtime-modules/membership/src/weights.rs @@ -89,13 +89,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `212` // Estimated: `6647` - // Minimum execution time: 84_000 nanoseconds. - Weight::from_ref_time(53_000_000) + // Minimum execution time: 172_001 nanoseconds. + Weight::from_ref_time(69_590_815) .saturating_add(Weight::from_proof_size(6647)) - // Standard Error: 90_737 - .saturating_add(Weight::from_ref_time(1_290_000).saturating_mul(i.into())) - // Standard Error: 90_737 - .saturating_add(Weight::from_ref_time(375_000).saturating_mul(j.into())) + // Standard Error: 15_432 + .saturating_add(Weight::from_ref_time(2_283_164).saturating_mul(i.into())) + // Standard Error: 15_432 + .saturating_add(Weight::from_ref_time(1_114_319).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -119,13 +119,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `523` // Estimated: `9743` - // Minimum execution time: 94_000 nanoseconds. - Weight::from_ref_time(61_500_000) + // Minimum execution time: 203_326 nanoseconds. + Weight::from_ref_time(91_732_330) .saturating_add(Weight::from_proof_size(9743)) - // Standard Error: 87_273 - .saturating_add(Weight::from_ref_time(1_360_000).saturating_mul(i.into())) - // Standard Error: 87_273 - .saturating_add(Weight::from_ref_time(385_000).saturating_mul(j.into())) + // Standard Error: 14_290 + .saturating_add(Weight::from_ref_time(2_285_284).saturating_mul(i.into())) + // Standard Error: 14_290 + .saturating_add(Weight::from_ref_time(1_305_164).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -139,13 +139,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `297` // Estimated: `5131` - // Minimum execution time: 65_000 nanoseconds. - Weight::from_ref_time(35_500_000) + // Minimum execution time: 143_971 nanoseconds. + Weight::from_ref_time(45_574_000) .saturating_add(Weight::from_proof_size(5131)) - // Standard Error: 92_826 - .saturating_add(Weight::from_ref_time(1_410_000).saturating_mul(i.into())) - // Standard Error: 92_826 - .saturating_add(Weight::from_ref_time(385_000).saturating_mul(j.into())) + // Standard Error: 13_636 + .saturating_add(Weight::from_ref_time(2_516_779).saturating_mul(i.into())) + // Standard Error: 13_636 + .saturating_add(Weight::from_ref_time(1_135_915).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -153,8 +153,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_000 nanoseconds. - Weight::from_ref_time(3_000_000) + // Minimum execution time: 5_386 nanoseconds. + Weight::from_ref_time(5_600_000) .saturating_add(Weight::from_proof_size(0)) } // Storage: Membership MembershipById (r:1 w:1) @@ -163,8 +163,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `252` // Estimated: `2600` - // Minimum execution time: 13_000 nanoseconds. - Weight::from_ref_time(14_000_000) + // Minimum execution time: 24_126 nanoseconds. + Weight::from_ref_time(24_982_000) .saturating_add(Weight::from_proof_size(2600)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -175,8 +175,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `252` // Estimated: `2600` - // Minimum execution time: 14_000 nanoseconds. - Weight::from_ref_time(14_000_000) + // Minimum execution time: 24_073 nanoseconds. + Weight::from_ref_time(24_735_000) .saturating_add(Weight::from_proof_size(2600)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -187,8 +187,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `252` // Estimated: `2600` - // Minimum execution time: 13_000 nanoseconds. - Weight::from_ref_time(14_000_000) + // Minimum execution time: 24_298 nanoseconds. + Weight::from_ref_time(24_720_000) .saturating_add(Weight::from_proof_size(2600)) .saturating_add(T::DbWeight::get().reads(1_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: 7_000 nanoseconds. - Weight::from_ref_time(8_000_000) + // Minimum execution time: 12_756 nanoseconds. + Weight::from_ref_time(13_215_000) .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -210,8 +210,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `420` // Estimated: `5200` - // Minimum execution time: 19_000 nanoseconds. - Weight::from_ref_time(19_000_000) + // Minimum execution time: 33_018 nanoseconds. + Weight::from_ref_time(33_583_000) .saturating_add(Weight::from_proof_size(5200)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -236,13 +236,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `582` // Estimated: `13033` - // Minimum execution time: 91_000 nanoseconds. - Weight::from_ref_time(70_590_909) + // Minimum execution time: 189_550 nanoseconds. + Weight::from_ref_time(97_221_906) .saturating_add(Weight::from_proof_size(13033)) - // Standard Error: 100_503 - .saturating_add(Weight::from_ref_time(1_409_090).saturating_mul(i.into())) - // Standard Error: 99_498 - .saturating_add(Weight::from_ref_time(270_000).saturating_mul(j.into())) + // Standard Error: 15_282 + .saturating_add(Weight::from_ref_time(2_242_387).saturating_mul(i.into())) + // Standard Error: 15_101 + .saturating_add(Weight::from_ref_time(1_116_129).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -264,13 +264,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `292` // Estimated: `18902` - // Minimum execution time: 139_000 nanoseconds. - Weight::from_ref_time(108_131_313) + // Minimum execution time: 263_823 nanoseconds. + Weight::from_ref_time(157_858_373) .saturating_add(Weight::from_proof_size(18902)) - // Standard Error: 90_815 - .saturating_add(Weight::from_ref_time(1_368_686).saturating_mul(i.into())) - // Standard Error: 89_907 - .saturating_add(Weight::from_ref_time(370_000).saturating_mul(j.into())) + // Standard Error: 24_358 + .saturating_add(Weight::from_ref_time(2_335_509).saturating_mul(i.into())) + // Standard Error: 24_069 + .saturating_add(Weight::from_ref_time(1_196_975).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -280,8 +280,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000 nanoseconds. - Weight::from_ref_time(8_000_000) + // Minimum execution time: 13_388 nanoseconds. + Weight::from_ref_time(13_798_000) .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -293,8 +293,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `665` // Estimated: `5250` - // Minimum execution time: 19_000 nanoseconds. - Weight::from_ref_time(19_000_000) + // Minimum execution time: 32_578 nanoseconds. + Weight::from_ref_time(33_501_000) .saturating_add(Weight::from_proof_size(5250)) .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: `665` // Estimated: `5753` - // Minimum execution time: 19_000 nanoseconds. - Weight::from_ref_time(20_000_000) + // Minimum execution time: 33_967 nanoseconds. + Weight::from_ref_time(34_983_000) .saturating_add(Weight::from_proof_size(5753)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -321,8 +321,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000 nanoseconds. - Weight::from_ref_time(8_000_000) + // Minimum execution time: 12_907 nanoseconds. + Weight::from_ref_time(13_532_000) .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -332,8 +332,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000 nanoseconds. - Weight::from_ref_time(7_000_000) + // Minimum execution time: 12_667 nanoseconds. + Weight::from_ref_time(13_000_000) .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -349,8 +349,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `520` // Estimated: `11509` - // Minimum execution time: 30_000 nanoseconds. - Weight::from_ref_time(32_000_000) + // Minimum execution time: 53_290 nanoseconds. + Weight::from_ref_time(54_588_000) .saturating_add(Weight::from_proof_size(11509)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -363,8 +363,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `331` // Estimated: `5132` - // Minimum execution time: 20_000 nanoseconds. - Weight::from_ref_time(21_000_000) + // Minimum execution time: 35_469 nanoseconds. + Weight::from_ref_time(36_290_000) .saturating_add(Weight::from_proof_size(5132)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -381,8 +381,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `637` // Estimated: `11509` - // Minimum execution time: 30_000 nanoseconds. - Weight::from_ref_time(30_000_000) + // Minimum execution time: 51_153 nanoseconds. + Weight::from_ref_time(52_392_000) .saturating_add(Weight::from_proof_size(11509)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -393,8 +393,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `252` // Estimated: `2600` - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(12_000_000) + // Minimum execution time: 21_218 nanoseconds. + Weight::from_ref_time(21_505_000) .saturating_add(Weight::from_proof_size(2600)) .saturating_add(T::DbWeight::get().reads(1_u64)) } @@ -406,8 +406,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `510` // Estimated: `7806` - // Minimum execution time: 38_000 nanoseconds. - Weight::from_ref_time(39_000_000) + // Minimum execution time: 62_776 nanoseconds. + Weight::from_ref_time(63_407_000) .saturating_add(Weight::from_proof_size(7806)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -426,13 +426,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `6` // Estimated: `3533` - // Minimum execution time: 66_000 nanoseconds. - Weight::from_ref_time(20_449_494) + // Minimum execution time: 153_777 nanoseconds. + Weight::from_ref_time(29_798_904) .saturating_add(Weight::from_proof_size(3533)) - // Standard Error: 82_267 - .saturating_add(Weight::from_ref_time(1_550_505).saturating_mul(i.into())) - // Standard Error: 81_445 - .saturating_add(Weight::from_ref_time(475_000).saturating_mul(j.into())) + // Standard Error: 13_431 + .saturating_add(Weight::from_ref_time(2_707_535).saturating_mul(i.into())) + // Standard Error: 13_272 + .saturating_add(Weight::from_ref_time(1_355_694).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } diff --git a/runtime-modules/project-token/src/weights.rs b/runtime-modules/project-token/src/weights.rs index 938697cf08..7e959a268b 100644 --- a/runtime-modules/project-token/src/weights.rs +++ b/runtime-modules/project-token/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for project_token //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15, STEPS: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=project_token // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/joystream-pallet-weight-template.hbs // --output=./scripts/../runtime-modules/project-token/src/weights.rs @@ -68,17 +68,15 @@ impl WeightInfo for SubstrateWeight { // Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `o` is `[1, 1024]`. /// The range of component `m` is `[1, 100]`. - fn transfer(o: u32, m: u32, ) -> Weight { + fn transfer(o: u32, _m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1478 + o * (165 ±0)` + // Measured: `1800 + o * (165 ±0)` // Estimated: `14095 + o * (5564 ±0)` - // Minimum execution time: 123_000 nanoseconds. - Weight::from_ref_time(24_933_854) + // Minimum execution time: 253_999 nanoseconds. + Weight::from_ref_time(255_429_000) .saturating_add(Weight::from_proof_size(14095)) - // Standard Error: 20_068 - .saturating_add(Weight::from_ref_time(9_591_397).saturating_mul(o.into())) - // Standard Error: 207_378 - .saturating_add(Weight::from_ref_time(974_747).saturating_mul(m.into())) + // Standard Error: 10_580 + .saturating_add(Weight::from_ref_time(14_311_797).saturating_mul(o.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(o.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -97,8 +95,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1179` // Estimated: `13584` - // Minimum execution time: 45_000 nanoseconds. - Weight::from_ref_time(46_000_000) + // Minimum execution time: 76_987 nanoseconds. + Weight::from_ref_time(77_895_000) .saturating_add(Weight::from_proof_size(13584)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -118,11 +116,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1173` // Estimated: `14095` - // Minimum execution time: 59_000 nanoseconds. - Weight::from_ref_time(58_500_000) + // Minimum execution time: 100_817 nanoseconds. + Weight::from_ref_time(104_474_421) .saturating_add(Weight::from_proof_size(14095)) - // Standard Error: 283_278 - .saturating_add(Weight::from_ref_time(1_000_000).saturating_mul(h.into())) + // Standard Error: 94_840 + .saturating_add(Weight::from_ref_time(470_863).saturating_mul(h.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -142,8 +140,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1441` // Estimated: `17197` - // Minimum execution time: 80_000 nanoseconds. - Weight::from_ref_time(80_000_000) + // Minimum execution time: 133_502 nanoseconds. + Weight::from_ref_time(135_329_000) .saturating_add(Weight::from_proof_size(17197)) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) @@ -160,8 +158,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1589` // Estimated: `13584` - // Minimum execution time: 55_000 nanoseconds. - Weight::from_ref_time(56_000_000) + // Minimum execution time: 92_423 nanoseconds. + Weight::from_ref_time(94_180_000) .saturating_add(Weight::from_proof_size(13584)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -176,8 +174,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1211` // Estimated: `8378` - // Minimum execution time: 31_000 nanoseconds. - Weight::from_ref_time(31_000_000) + // Minimum execution time: 53_350 nanoseconds. + Weight::from_ref_time(54_296_000) .saturating_add(Weight::from_proof_size(8378)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -192,8 +190,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1095` // Estimated: `8378` - // Minimum execution time: 32_000 nanoseconds. - Weight::from_ref_time(33_000_000) + // Minimum execution time: 54_870 nanoseconds. + Weight::from_ref_time(55_701_000) .saturating_add(Weight::from_proof_size(8378)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -202,7 +200,7 @@ impl WeightInfo for SubstrateWeight { // Default implementation for tests impl WeightInfo for () { - fn transfer(o: u32, m: u32, ) -> Weight { + fn transfer(o: u32, _m: u32, ) -> Weight { Weight::from_ref_time(0) } fn dust_account() -> Weight { diff --git a/runtime-modules/proposals/codex/src/weights.rs b/runtime-modules/proposals/codex/src/weights.rs index dcd19bd91b..f3f6b97435 100644 --- a/runtime-modules/proposals/codex/src/weights.rs +++ b/runtime-modules/proposals/codex/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for proposals_codex //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15, STEPS: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=proposals_codex // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/joystream-pallet-weight-template.hbs // --output=./scripts/../runtime-modules/proposals/codex/src/weights.rs @@ -97,15 +97,19 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[1, 100]`. /// The range of component `t` is `[1, 20]`. /// The range of component `d` is `[1, 20]`. - fn create_proposal_signal(i: u32, _t: u32, _d: u32, ) -> Weight { + fn create_proposal_signal(i: u32, t: u32, d: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `748` // Estimated: `13010` - // Minimum execution time: 86_000 nanoseconds. - Weight::from_ref_time(139_119_085) + // Minimum execution time: 168_279 nanoseconds. + Weight::from_ref_time(121_795_019) .saturating_add(Weight::from_proof_size(13010)) - // Standard Error: 284_547 - .saturating_add(Weight::from_ref_time(828_282).saturating_mul(i.into())) + // Standard Error: 8_302 + .saturating_add(Weight::from_ref_time(2_222_500).saturating_mul(i.into())) + // Standard Error: 42_015 + .saturating_add(Weight::from_ref_time(905_353).saturating_mul(t.into())) + // Standard Error: 42_015 + .saturating_add(Weight::from_ref_time(1_223_391).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -138,15 +142,15 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `748` // Estimated: `13010` - // Minimum execution time: 85_000 nanoseconds. - Weight::from_ref_time(76_070_042) + // Minimum execution time: 165_639 nanoseconds. + Weight::from_ref_time(114_603_300) .saturating_add(Weight::from_proof_size(13010)) - // Standard Error: 110_405 - .saturating_add(Weight::from_ref_time(851_010).saturating_mul(i.into())) - // Standard Error: 575_272 - .saturating_add(Weight::from_ref_time(302_631).saturating_mul(t.into())) - // Standard Error: 575_272 - .saturating_add(Weight::from_ref_time(276_315).saturating_mul(d.into())) + // Standard Error: 7_610 + .saturating_add(Weight::from_ref_time(2_247_648).saturating_mul(i.into())) + // Standard Error: 38_512 + .saturating_add(Weight::from_ref_time(995_866).saturating_mul(t.into())) + // Standard Error: 38_512 + .saturating_add(Weight::from_ref_time(1_350_730).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -179,15 +183,15 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `748` // Estimated: `13010` - // Minimum execution time: 73_000 nanoseconds. - Weight::from_ref_time(54_710_526) + // Minimum execution time: 136_387 nanoseconds. + Weight::from_ref_time(113_852_680) .saturating_add(Weight::from_proof_size(13010)) - // Standard Error: 176_040 - .saturating_add(Weight::from_ref_time(184_210).saturating_mul(i.into())) - // Standard Error: 176_040 - .saturating_add(Weight::from_ref_time(763_157).saturating_mul(t.into())) - // Standard Error: 176_040 - .saturating_add(Weight::from_ref_time(842_105).saturating_mul(d.into())) + // Standard Error: 51_631 + .saturating_add(Weight::from_ref_time(7_179).saturating_mul(i.into())) + // Standard Error: 51_631 + .saturating_add(Weight::from_ref_time(1_432_417).saturating_mul(t.into())) + // Standard Error: 51_631 + .saturating_add(Weight::from_ref_time(1_322_421).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -221,13 +225,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1264` // Estimated: `13509` - // Minimum execution time: 72_000 nanoseconds. - Weight::from_ref_time(60_605_263) + // Minimum execution time: 135_990 nanoseconds. + Weight::from_ref_time(106_104_601) .saturating_add(Weight::from_proof_size(13509)) - // Standard Error: 259_625 - .saturating_add(Weight::from_ref_time(631_578).saturating_mul(t.into())) - // Standard Error: 259_625 - .saturating_add(Weight::from_ref_time(763_157).saturating_mul(d.into())) + // Standard Error: 24_695 + .saturating_add(Weight::from_ref_time(1_445_542).saturating_mul(t.into())) + // Standard Error: 24_695 + .saturating_add(Weight::from_ref_time(1_687_940).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -259,13 +263,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1110` // Estimated: `15625` - // Minimum execution time: 77_000 nanoseconds. - Weight::from_ref_time(68_421_052) + // Minimum execution time: 144_427 nanoseconds. + Weight::from_ref_time(117_565_761) .saturating_add(Weight::from_proof_size(15625)) - // Standard Error: 167_816 - .saturating_add(Weight::from_ref_time(552_631).saturating_mul(t.into())) - // Standard Error: 167_816 - .saturating_add(Weight::from_ref_time(526_315).saturating_mul(d.into())) + // Standard Error: 16_155 + .saturating_add(Weight::from_ref_time(1_300_435).saturating_mul(t.into())) + // Standard Error: 16_155 + .saturating_add(Weight::from_ref_time(1_562_037).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -298,15 +302,15 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `748` // Estimated: `13010` - // Minimum execution time: 81_000 nanoseconds. - Weight::from_ref_time(66_677_033) + // Minimum execution time: 168_327 nanoseconds. + Weight::from_ref_time(122_937_332) .saturating_add(Weight::from_proof_size(13010)) - // Standard Error: 112_678 - .saturating_add(Weight::from_ref_time(954_545).saturating_mul(i.into())) - // Standard Error: 587_113 - .saturating_add(Weight::from_ref_time(342_105).saturating_mul(t.into())) - // Standard Error: 587_113 - .saturating_add(Weight::from_ref_time(526_315).saturating_mul(d.into())) + // Standard Error: 8_387 + .saturating_add(Weight::from_ref_time(2_461_409).saturating_mul(i.into())) + // Standard Error: 42_446 + .saturating_add(Weight::from_ref_time(873_092).saturating_mul(t.into())) + // Standard Error: 42_446 + .saturating_add(Weight::from_ref_time(1_094_578).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -342,13 +346,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1199` // Estimated: `18242` - // Minimum execution time: 79_000 nanoseconds. - Weight::from_ref_time(65_947_368) + // Minimum execution time: 149_667 nanoseconds. + Weight::from_ref_time(120_402_800) .saturating_add(Weight::from_proof_size(18242)) - // Standard Error: 188_545 - .saturating_add(Weight::from_ref_time(736_842).saturating_mul(t.into())) - // Standard Error: 188_545 - .saturating_add(Weight::from_ref_time(815_789).saturating_mul(d.into())) + // Standard Error: 15_250 + .saturating_add(Weight::from_ref_time(1_392_186).saturating_mul(t.into())) + // Standard Error: 15_250 + .saturating_add(Weight::from_ref_time(1_674_345).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -380,13 +384,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `748` // Estimated: `13010` - // Minimum execution time: 67_000 nanoseconds. - Weight::from_ref_time(55_578_947) + // Minimum execution time: 129_980 nanoseconds. + Weight::from_ref_time(104_728_151) .saturating_add(Weight::from_proof_size(13010)) - // Standard Error: 231_419 - .saturating_add(Weight::from_ref_time(631_578).saturating_mul(t.into())) - // Standard Error: 231_419 - .saturating_add(Weight::from_ref_time(789_473).saturating_mul(d.into())) + // Standard Error: 22_786 + .saturating_add(Weight::from_ref_time(1_225_902).saturating_mul(t.into())) + // Standard Error: 22_786 + .saturating_add(Weight::from_ref_time(1_547_157).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -420,13 +424,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `883` // Estimated: `13513` - // Minimum execution time: 73_000 nanoseconds. - Weight::from_ref_time(61_078_947) + // Minimum execution time: 135_812 nanoseconds. + Weight::from_ref_time(107_722_679) .saturating_add(Weight::from_proof_size(13513)) - // Standard Error: 213_790 - .saturating_add(Weight::from_ref_time(736_842).saturating_mul(t.into())) - // Standard Error: 213_790 - .saturating_add(Weight::from_ref_time(684_210).saturating_mul(d.into())) + // Standard Error: 18_958 + .saturating_add(Weight::from_ref_time(1_348_737).saturating_mul(t.into())) + // Standard Error: 18_958 + .saturating_add(Weight::from_ref_time(1_588_174).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -460,13 +464,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `883` // Estimated: `13513` - // Minimum execution time: 73_000 nanoseconds. - Weight::from_ref_time(61_131_578) + // Minimum execution time: 136_463 nanoseconds. + Weight::from_ref_time(109_968_760) .saturating_add(Weight::from_proof_size(13513)) - // Standard Error: 215_939 - .saturating_add(Weight::from_ref_time(657_894).saturating_mul(t.into())) - // Standard Error: 215_939 - .saturating_add(Weight::from_ref_time(710_526).saturating_mul(d.into())) + // Standard Error: 18_091 + .saturating_add(Weight::from_ref_time(1_294_254).saturating_mul(t.into())) + // Standard Error: 18_091 + .saturating_add(Weight::from_ref_time(1_503_221).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -500,13 +504,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `883` // Estimated: `13513` - // Minimum execution time: 72_000 nanoseconds. - Weight::from_ref_time(59_552_631) + // Minimum execution time: 136_331 nanoseconds. + Weight::from_ref_time(109_448_455) .saturating_add(Weight::from_proof_size(13513)) - // Standard Error: 203_841 - .saturating_add(Weight::from_ref_time(684_210).saturating_mul(t.into())) - // Standard Error: 203_841 - .saturating_add(Weight::from_ref_time(763_157).saturating_mul(d.into())) + // Standard Error: 15_765 + .saturating_add(Weight::from_ref_time(1_289_154).saturating_mul(t.into())) + // Standard Error: 15_765 + .saturating_add(Weight::from_ref_time(1_530_278).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -540,13 +544,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `883` // Estimated: `13513` - // Minimum execution time: 72_000 nanoseconds. - Weight::from_ref_time(60_605_263) + // Minimum execution time: 136_451 nanoseconds. + Weight::from_ref_time(108_047_954) .saturating_add(Weight::from_proof_size(13513)) - // Standard Error: 229_415 - .saturating_add(Weight::from_ref_time(631_578).saturating_mul(t.into())) - // Standard Error: 229_415 - .saturating_add(Weight::from_ref_time(763_157).saturating_mul(d.into())) + // Standard Error: 16_349 + .saturating_add(Weight::from_ref_time(1_353_018).saturating_mul(t.into())) + // Standard Error: 16_349 + .saturating_add(Weight::from_ref_time(1_557_467).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -579,15 +583,15 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `748` // Estimated: `13010` - // Minimum execution time: 82_000 nanoseconds. - Weight::from_ref_time(81_414_673) + // Minimum execution time: 166_931 nanoseconds. + Weight::from_ref_time(116_434_686) .saturating_add(Weight::from_proof_size(13010)) - // Standard Error: 131_628 - .saturating_add(Weight::from_ref_time(848_484).saturating_mul(i.into())) - // Standard Error: 685_853 - .saturating_add(Weight::from_ref_time(52_631).saturating_mul(t.into())) - // Standard Error: 685_853 - .saturating_add(Weight::from_ref_time(184_210).saturating_mul(d.into())) + // Standard Error: 7_995 + .saturating_add(Weight::from_ref_time(2_220_836).saturating_mul(i.into())) + // Standard Error: 40_462 + .saturating_add(Weight::from_ref_time(1_025_560).saturating_mul(t.into())) + // Standard Error: 40_462 + .saturating_add(Weight::from_ref_time(1_249_053).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -621,13 +625,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `932` // Estimated: `15599` - // Minimum execution time: 73_000 nanoseconds. - Weight::from_ref_time(61_657_894) + // Minimum execution time: 138_288 nanoseconds. + Weight::from_ref_time(111_028_404) .saturating_add(Weight::from_proof_size(15599)) - // Standard Error: 203_841 - .saturating_add(Weight::from_ref_time(631_578).saturating_mul(t.into())) - // Standard Error: 203_841 - .saturating_add(Weight::from_ref_time(710_526).saturating_mul(d.into())) + // Standard Error: 49_302 + .saturating_add(Weight::from_ref_time(1_433_172).saturating_mul(t.into())) + // Standard Error: 49_302 + .saturating_add(Weight::from_ref_time(1_506_172).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -659,13 +663,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `748` // Estimated: `13010` - // Minimum execution time: 68_000 nanoseconds. - Weight::from_ref_time(55_500_000) + // Minimum execution time: 129_663 nanoseconds. + Weight::from_ref_time(103_995_278) .saturating_add(Weight::from_proof_size(13010)) - // Standard Error: 225_354 - .saturating_add(Weight::from_ref_time(763_157).saturating_mul(t.into())) - // Standard Error: 225_354 - .saturating_add(Weight::from_ref_time(736_842).saturating_mul(d.into())) + // Standard Error: 31_797 + .saturating_add(Weight::from_ref_time(1_195_120).saturating_mul(t.into())) + // Standard Error: 31_797 + .saturating_add(Weight::from_ref_time(1_599_111).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -697,13 +701,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `748` // Estimated: `13010` - // Minimum execution time: 68_000 nanoseconds. - Weight::from_ref_time(53_973_684) + // Minimum execution time: 129_918 nanoseconds. + Weight::from_ref_time(101_877_833) .saturating_add(Weight::from_proof_size(13010)) - // Standard Error: 195_753 - .saturating_add(Weight::from_ref_time(736_842).saturating_mul(t.into())) - // Standard Error: 195_753 - .saturating_add(Weight::from_ref_time(789_473).saturating_mul(d.into())) + // Standard Error: 14_762 + .saturating_add(Weight::from_ref_time(1_311_760).saturating_mul(t.into())) + // Standard Error: 14_762 + .saturating_add(Weight::from_ref_time(1_570_803).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -735,13 +739,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `748` // Estimated: `13010` - // Minimum execution time: 68_000 nanoseconds. - Weight::from_ref_time(57_131_578) + // Minimum execution time: 129_749 nanoseconds. + Weight::from_ref_time(102_373_145) .saturating_add(Weight::from_proof_size(13010)) - // Standard Error: 244_042 - .saturating_add(Weight::from_ref_time(605_263).saturating_mul(t.into())) - // Standard Error: 244_042 - .saturating_add(Weight::from_ref_time(763_157).saturating_mul(d.into())) + // Standard Error: 38_796 + .saturating_add(Weight::from_ref_time(1_388_467).saturating_mul(t.into())) + // Standard Error: 38_796 + .saturating_add(Weight::from_ref_time(1_520_884).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -773,13 +777,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `748` // Estimated: `13010` - // Minimum execution time: 68_000 nanoseconds. - Weight::from_ref_time(55_526_315) + // Minimum execution time: 130_699 nanoseconds. + Weight::from_ref_time(102_879_878) .saturating_add(Weight::from_proof_size(13010)) - // Standard Error: 237_328 - .saturating_add(Weight::from_ref_time(657_894).saturating_mul(t.into())) - // Standard Error: 237_328 - .saturating_add(Weight::from_ref_time(815_789).saturating_mul(d.into())) + // Standard Error: 15_942 + .saturating_add(Weight::from_ref_time(1_302_797).saturating_mul(t.into())) + // Standard Error: 15_942 + .saturating_add(Weight::from_ref_time(1_524_297).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -811,13 +815,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `748` // Estimated: `13010` - // Minimum execution time: 68_000 nanoseconds. - Weight::from_ref_time(55_078_947) + // Minimum execution time: 128_590 nanoseconds. + Weight::from_ref_time(103_411_521) .saturating_add(Weight::from_proof_size(13010)) - // Standard Error: 193_380 - .saturating_add(Weight::from_ref_time(710_526).saturating_mul(t.into())) - // Standard Error: 193_380 - .saturating_add(Weight::from_ref_time(710_526).saturating_mul(d.into())) + // Standard Error: 16_618 + .saturating_add(Weight::from_ref_time(1_263_130).saturating_mul(t.into())) + // Standard Error: 16_618 + .saturating_add(Weight::from_ref_time(1_513_734).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -849,13 +853,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `748` // Estimated: `13010` - // Minimum execution time: 67_000 nanoseconds. - Weight::from_ref_time(58_263_157) + // Minimum execution time: 129_283 nanoseconds. + Weight::from_ref_time(100_819_015) .saturating_add(Weight::from_proof_size(13010)) - // Standard Error: 236_354 - .saturating_add(Weight::from_ref_time(552_631).saturating_mul(t.into())) - // Standard Error: 236_354 - .saturating_add(Weight::from_ref_time(684_210).saturating_mul(d.into())) + // Standard Error: 15_687 + .saturating_add(Weight::from_ref_time(1_362_001).saturating_mul(t.into())) + // Standard Error: 15_687 + .saturating_add(Weight::from_ref_time(1_607_589).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -887,13 +891,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `748` // Estimated: `13010` - // Minimum execution time: 68_000 nanoseconds. - Weight::from_ref_time(56_657_894) + // Minimum execution time: 129_372 nanoseconds. + Weight::from_ref_time(101_649_691) .saturating_add(Weight::from_proof_size(13010)) - // Standard Error: 203_841 - .saturating_add(Weight::from_ref_time(631_578).saturating_mul(t.into())) - // Standard Error: 203_841 - .saturating_add(Weight::from_ref_time(710_526).saturating_mul(d.into())) + // Standard Error: 17_429 + .saturating_add(Weight::from_ref_time(1_311_031).saturating_mul(t.into())) + // Standard Error: 17_429 + .saturating_add(Weight::from_ref_time(1_580_951).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -925,13 +929,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `748` // Estimated: `13010` - // Minimum execution time: 68_000 nanoseconds. - Weight::from_ref_time(55_078_947) + // Minimum execution time: 129_443 nanoseconds. + Weight::from_ref_time(100_755_605) .saturating_add(Weight::from_proof_size(13010)) - // Standard Error: 195_753 - .saturating_add(Weight::from_ref_time(684_210).saturating_mul(t.into())) - // Standard Error: 195_753 - .saturating_add(Weight::from_ref_time(736_842).saturating_mul(d.into())) + // Standard Error: 15_869 + .saturating_add(Weight::from_ref_time(1_373_149).saturating_mul(t.into())) + // Standard Error: 15_869 + .saturating_add(Weight::from_ref_time(1_603_975).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -964,15 +968,15 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `748` // Estimated: `13010` - // Minimum execution time: 83_000 nanoseconds. - Weight::from_ref_time(66_500_000) + // Minimum execution time: 164_554 nanoseconds. + Weight::from_ref_time(116_215_664) .saturating_add(Weight::from_proof_size(13010)) - // Standard Error: 697_368 - .saturating_add(Weight::from_ref_time(578_947).saturating_mul(t.into())) - // Standard Error: 697_368 - .saturating_add(Weight::from_ref_time(421_052).saturating_mul(d.into())) - // Standard Error: 132_500 - .saturating_add(Weight::from_ref_time(895_000).saturating_mul(i.into())) + // Standard Error: 62_380 + .saturating_add(Weight::from_ref_time(1_030_472).saturating_mul(t.into())) + // Standard Error: 62_380 + .saturating_add(Weight::from_ref_time(1_320_282).saturating_mul(d.into())) + // Standard Error: 12_181 + .saturating_add(Weight::from_ref_time(2_306_996).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -980,7 +984,7 @@ impl WeightInfo for SubstrateWeight { // Default implementation for tests impl WeightInfo for () { - fn create_proposal_signal(i: u32, _t: u32, _d: u32, ) -> Weight { + fn create_proposal_signal(i: u32, t: u32, d: u32, ) -> Weight { Weight::from_ref_time(0) } fn create_proposal_runtime_upgrade(i: u32, t: u32, d: u32, ) -> Weight { diff --git a/runtime-modules/proposals/discussion/src/weights.rs b/runtime-modules/proposals/discussion/src/weights.rs index 54f0ff8692..6104b465b2 100644 --- a/runtime-modules/proposals/discussion/src/weights.rs +++ b/runtime-modules/proposals/discussion/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for proposals_discussion //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15, STEPS: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=proposals_discussion // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/joystream-pallet-weight-template.hbs // --output=./scripts/../runtime-modules/proposals/discussion/src/weights.rs @@ -70,11 +70,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2120` // Estimated: `11802` - // Minimum execution time: 63_000 nanoseconds. - Weight::from_ref_time(63_500_000) + // Minimum execution time: 107_564 nanoseconds. + Weight::from_ref_time(109_669_013) .saturating_add(Weight::from_proof_size(11802)) - // Standard Error: 50_249 - .saturating_add(Weight::from_ref_time(545_000).saturating_mul(j.into())) + // Standard Error: 2_367 + .saturating_add(Weight::from_ref_time(1_287_875).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -89,11 +89,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `626` // Estimated: `7857` - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(24_500_000) + // Minimum execution time: 42_043 nanoseconds. + Weight::from_ref_time(42_212_217) .saturating_add(Weight::from_proof_size(7857)) - // Standard Error: 75_166 - .saturating_add(Weight::from_ref_time(560_000).saturating_mul(j.into())) + // Standard Error: 2_775 + .saturating_add(Weight::from_ref_time(1_266_074).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -109,8 +109,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `932` // Estimated: `13063` - // Minimum execution time: 41_000 nanoseconds. - Weight::from_ref_time(42_000_000) + // Minimum execution time: 69_322 nanoseconds. + Weight::from_ref_time(70_333_000) .saturating_add(Weight::from_proof_size(13063)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -124,13 +124,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[1, 20]`. fn change_thread_mode(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1113 + i * (168 ±0)` + // Measured: `1182 + i * (165 ±0)` // Estimated: `3493 + i * (2600 ±0)` - // Minimum execution time: 30_000 nanoseconds. - Weight::from_ref_time(26_973_684) + // Minimum execution time: 50_747 nanoseconds. + Weight::from_ref_time(49_034_143) .saturating_add(Weight::from_proof_size(3493)) - // Standard Error: 26_315 - .saturating_add(Weight::from_ref_time(3_026_315).saturating_mul(i.into())) + // Standard Error: 14_801 + .saturating_add(Weight::from_ref_time(4_542_454).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)) diff --git a/runtime-modules/proposals/engine/src/weights.rs b/runtime-modules/proposals/engine/src/weights.rs index 5f375bf63a..b3cdde2d04 100644 --- a/runtime-modules/proposals/engine/src/weights.rs +++ b/runtime-modules/proposals/engine/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for proposals_engine //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15, STEPS: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=proposals_engine // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/joystream-pallet-weight-template.hbs // --output=./scripts/../runtime-modules/proposals/engine/src/weights.rs @@ -72,11 +72,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1432` // Estimated: `8555` - // Minimum execution time: 31_000 nanoseconds. - Weight::from_ref_time(32_000_000) + // Minimum execution time: 53_399 nanoseconds. + Weight::from_ref_time(54_184_554) .saturating_add(Weight::from_proof_size(8555)) - // Standard Error: 80_622 - .saturating_add(Weight::from_ref_time(490_000).saturating_mul(i.into())) + // Standard Error: 1_612 + .saturating_add(Weight::from_ref_time(1_093_687).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -100,8 +100,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `976` // Estimated: `12091` - // Minimum execution time: 70_000 nanoseconds. - Weight::from_ref_time(70_000_000) + // Minimum execution time: 114_711 nanoseconds. + Weight::from_ref_time(115_693_000) .saturating_add(Weight::from_proof_size(12091)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) @@ -124,8 +124,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `691` // Estimated: `9491` - // Minimum execution time: 39_000 nanoseconds. - Weight::from_ref_time(42_000_000) + // Minimum execution time: 64_722 nanoseconds. + Weight::from_ref_time(65_340_000) .saturating_add(Weight::from_proof_size(9491)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) @@ -138,8 +138,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `612` // Estimated: `5215` - // Minimum execution time: 18_000 nanoseconds. - Weight::from_ref_time(18_000_000) + // Minimum execution time: 31_309 nanoseconds. + Weight::from_ref_time(31_666_000) .saturating_add(Weight::from_proof_size(5215)) .saturating_add(T::DbWeight::get().reads(2_u64)) } @@ -164,13 +164,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[1, 20]`. fn on_initialize_immediate_execution_decode_fails(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1036 + i * (553 ±0)` + // Measured: `1011 + i * (556 ±0)` // Estimated: `3934 + i * (3159739 ±0)` - // Minimum execution time: 59_000 nanoseconds. - Weight::from_ref_time(18_605_263) + // Minimum execution time: 98_625 nanoseconds. + Weight::from_ref_time(39_169_918) .saturating_add(Weight::from_proof_size(3934)) - // Standard Error: 78_947 - .saturating_add(Weight::from_ref_time(40_394_736).saturating_mul(i.into())) + // Standard Error: 62_379 + .saturating_add(Weight::from_ref_time(60_858_947).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -192,13 +192,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[1, 20]`. fn on_initialize_pending_execution_decode_fails(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `156 + i * (252 ±0)` + // Measured: `165 + i * (252 ±0)` // Estimated: `3114 + i * (3153362 ±0)` - // Minimum execution time: 31_000 nanoseconds. - Weight::from_ref_time(9_552_631) + // Minimum execution time: 52_105 nanoseconds. + Weight::from_ref_time(25_363_129) .saturating_add(Weight::from_proof_size(3114)) - // Standard Error: 184_210 - .saturating_add(Weight::from_ref_time(21_447_368).saturating_mul(i.into())) + // Standard Error: 37_086 + .saturating_add(Weight::from_ref_time(31_036_076).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -212,13 +212,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[1, 20]`. fn on_initialize_approved_pending_constitutionality(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `841 + i * (172 ±0)` + // Measured: `844 + i * (172 ±0)` // Estimated: `3435 + i * (2615 ±0)` - // Minimum execution time: 28_000 nanoseconds. - Weight::from_ref_time(13_236_842) + // Minimum execution time: 48_072 nanoseconds. + Weight::from_ref_time(28_775_215) .saturating_add(Weight::from_proof_size(3435)) - // Standard Error: 37_216 - .saturating_add(Weight::from_ref_time(15_263_157).saturating_mul(i.into())) + // Standard Error: 29_537 + .saturating_add(Weight::from_ref_time(21_185_616).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()))) @@ -245,13 +245,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[1, 20]`. fn on_initialize_rejected(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1053 + i * (587 ±0)` + // Measured: `1024 + i * (591 ±0)` // Estimated: `3934 + i * (16552 ±0)` - // Minimum execution time: 74_000 nanoseconds. - Weight::from_ref_time(18_263_157) + // Minimum execution time: 122_622 nanoseconds. + Weight::from_ref_time(35_619_212) .saturating_add(Weight::from_proof_size(3934)) - // Standard Error: 74_432 - .saturating_add(Weight::from_ref_time(56_736_842).saturating_mul(i.into())) + // Standard Error: 83_105 + .saturating_add(Weight::from_ref_time(85_539_483).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -279,13 +279,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[1, 20]`. fn on_initialize_slashed(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1053 + i * (587 ±0)` + // Measured: `1024 + i * (591 ±0)` // Estimated: `3934 + i * (16552 ±0)` - // Minimum execution time: 68_000 nanoseconds. - Weight::from_ref_time(18_526_315) + // Minimum execution time: 112_313 nanoseconds. + Weight::from_ref_time(35_017_044) .saturating_add(Weight::from_proof_size(3934)) - // Standard Error: 212_164 - .saturating_add(Weight::from_ref_time(49_973_684).saturating_mul(i.into())) + // Standard Error: 80_909 + .saturating_add(Weight::from_ref_time(75_360_488).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -311,13 +311,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[1, 20]`. fn cancel_active_and_pending_proposals(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `403 + i * (587 ±0)` + // Measured: `374 + i * (591 ±0)` // Estimated: `3114 + i * (16552 ±0)` - // Minimum execution time: 43_000 nanoseconds. - Weight::from_ref_time(13_578_947) + // Minimum execution time: 73_108 nanoseconds. + Weight::from_ref_time(25_512_617) .saturating_add(Weight::from_proof_size(3114)) - // Standard Error: 148_864 - .saturating_add(Weight::from_ref_time(31_421_052).saturating_mul(i.into())) + // Standard Error: 46_668 + .saturating_add(Weight::from_ref_time(49_452_910).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) diff --git a/runtime-modules/referendum/src/weights.rs b/runtime-modules/referendum/src/weights.rs index a86bb7c5d5..d574ac2ff9 100644 --- a/runtime-modules/referendum/src/weights.rs +++ b/runtime-modules/referendum/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for referendum //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15, STEPS: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=referendum // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/joystream-pallet-weight-template.hbs // --output=./scripts/../runtime-modules/referendum/src/weights.rs @@ -67,13 +67,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[0, 2]`. fn on_initialize_revealing(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `474 + i * (41 ±0)` + // Measured: `474 + i * (58 ±0)` // Estimated: `1092` - // Minimum execution time: 18_000 nanoseconds. - Weight::from_ref_time(18_000_000) + // Minimum execution time: 30_360 nanoseconds. + Weight::from_ref_time(31_158_714) .saturating_add(Weight::from_proof_size(1092)) - // Standard Error: 0 - .saturating_add(Weight::from_ref_time(500_000).saturating_mul(i.into())) + // Standard Error: 16_421 + .saturating_add(Weight::from_ref_time(643_219).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -83,8 +83,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `128` // Estimated: `589` - // Minimum execution time: 9_000 nanoseconds. - Weight::from_ref_time(10_000_000) + // Minimum execution time: 15_281 nanoseconds. + Weight::from_ref_time(15_658_000) .saturating_add(Weight::from_proof_size(589)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -103,8 +103,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `323` // Estimated: `12077` - // Minimum execution time: 29_000 nanoseconds. - Weight::from_ref_time(30_000_000) + // Minimum execution time: 49_579 nanoseconds. + Weight::from_ref_time(50_307_000) .saturating_add(Weight::from_proof_size(12077)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -120,13 +120,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[0, 2]`. fn reveal_vote_space_for_new_winner(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `753 + i * (113 ±0)` + // Measured: `753 + i * (133 ±0)` // Estimated: `6316` - // Minimum execution time: 30_000 nanoseconds. - Weight::from_ref_time(30_000_000) + // Minimum execution time: 51_454 nanoseconds. + Weight::from_ref_time(53_232_130) .saturating_add(Weight::from_proof_size(6316)) - // Standard Error: 500_000 - .saturating_add(Weight::from_ref_time(1_500_000).saturating_mul(i.into())) + // Standard Error: 34_348 + .saturating_add(Weight::from_ref_time(1_682_771).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -141,13 +141,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[0, 2]`. fn reveal_vote_space_not_in_winners(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `886 + i * (91 ±0)` + // Measured: `886 + i * (93 ±0)` // Estimated: `6316` - // Minimum execution time: 31_000 nanoseconds. - Weight::from_ref_time(31_000_000) + // Minimum execution time: 52_998 nanoseconds. + Weight::from_ref_time(54_295_859) .saturating_add(Weight::from_proof_size(6316)) - // Standard Error: 250_000 - .saturating_add(Weight::from_ref_time(250_000).saturating_mul(i.into())) + // Standard Error: 26_588 + .saturating_add(Weight::from_ref_time(1_037_309).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -160,13 +160,15 @@ impl WeightInfo for SubstrateWeight { // Storage: Council AnnouncementPeriodNr (r:1 w:0) // Proof: Council AnnouncementPeriodNr (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// The range of component `i` is `[0, 2]`. - fn reveal_vote_space_replace_last_winner(_i: u32, ) -> Weight { + fn reveal_vote_space_replace_last_winner(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `886 + i * (91 ±0)` + // Measured: `886 + i * (93 ±0)` // Estimated: `6316` - // Minimum execution time: 31_000 nanoseconds. - Weight::from_ref_time(31_500_000) + // Minimum execution time: 53_329 nanoseconds. + Weight::from_ref_time(54_740_456) .saturating_add(Weight::from_proof_size(6316)) + // Standard Error: 33_066 + .saturating_add(Weight::from_ref_time(805_829).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -181,13 +183,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[0, 2]`. fn reveal_vote_already_existing(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `849 + i * (93 ±0)` + // Measured: `849 + i * (96 ±0)` // Estimated: `6316` - // Minimum execution time: 30_000 nanoseconds. - Weight::from_ref_time(30_000_000) + // Minimum execution time: 51_714 nanoseconds. + Weight::from_ref_time(52_917_166) .saturating_add(Weight::from_proof_size(6316)) - // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_000_000).saturating_mul(i.into())) + // Standard Error: 29_527 + .saturating_add(Weight::from_ref_time(1_864_048).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -203,8 +205,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `846` // Estimated: `9468` - // Minimum execution time: 30_000 nanoseconds. - Weight::from_ref_time(31_000_000) + // Minimum execution time: 53_358 nanoseconds. + Weight::from_ref_time(53_945_000) .saturating_add(Weight::from_proof_size(9468)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -215,8 +217,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `72` // Estimated: `2523` - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(15_000_000) + // Minimum execution time: 18_151 nanoseconds. + Weight::from_ref_time(18_848_000) .saturating_add(Weight::from_proof_size(2523)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -240,7 +242,7 @@ impl WeightInfo for () { fn reveal_vote_space_not_in_winners(i: u32, ) -> Weight { Weight::from_ref_time(0) } - fn reveal_vote_space_replace_last_winner(_i: u32, ) -> Weight { + fn reveal_vote_space_replace_last_winner(i: u32, ) -> Weight { Weight::from_ref_time(0) } fn reveal_vote_already_existing(i: u32, ) -> Weight { diff --git a/runtime-modules/storage/src/weights.rs b/runtime-modules/storage/src/weights.rs index 5a6fe604b3..2e80954ffc 100644 --- a/runtime-modules/storage/src/weights.rs +++ b/runtime-modules/storage/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for storage //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15, STEPS: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=storage // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/joystream-pallet-weight-template.hbs // --output=./scripts/../runtime-modules/storage/src/weights.rs @@ -94,8 +94,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `698` // Estimated: `5734` - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(22_000_000) + // Minimum execution time: 36_148 nanoseconds. + Weight::from_ref_time(37_145_000) .saturating_add(Weight::from_proof_size(5734)) .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: `437` // Estimated: `3153` - // Minimum execution time: 17_000 nanoseconds. - Weight::from_ref_time(18_000_000) + // Minimum execution time: 27_706 nanoseconds. + Weight::from_ref_time(28_400_000) .saturating_add(Weight::from_proof_size(3153)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -126,8 +126,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `437` // Estimated: `3153` - // Minimum execution time: 16_000 nanoseconds. - Weight::from_ref_time(17_000_000) + // Minimum execution time: 28_265 nanoseconds. + Weight::from_ref_time(28_647_000) .saturating_add(Weight::from_proof_size(3153)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -142,8 +142,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `437` // Estimated: `3153` - // Minimum execution time: 16_000 nanoseconds. - Weight::from_ref_time(16_000_000) + // Minimum execution time: 27_905 nanoseconds. + Weight::from_ref_time(28_418_000) .saturating_add(Weight::from_proof_size(3153)) .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: `437` // Estimated: `3153` - // Minimum execution time: 17_000 nanoseconds. - Weight::from_ref_time(18_000_000) + // Minimum execution time: 29_650 nanoseconds. + Weight::from_ref_time(30_113_000) .saturating_add(Weight::from_proof_size(3153)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -176,8 +176,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `437` // Estimated: `3153` - // Minimum execution time: 16_000 nanoseconds. - Weight::from_ref_time(16_000_000) + // Minimum execution time: 28_311 nanoseconds. + Weight::from_ref_time(28_751_000) .saturating_add(Weight::from_proof_size(3153)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -192,8 +192,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `550` // Estimated: `6262` - // Minimum execution time: 19_000 nanoseconds. - Weight::from_ref_time(20_000_000) + // Minimum execution time: 34_526 nanoseconds. + Weight::from_ref_time(35_285_000) .saturating_add(Weight::from_proof_size(6262)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -212,13 +212,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `577` // Estimated: `3656 + i * (2538 ±0) + j * (2538 ±0)` - // Minimum execution time: 1_615_000 nanoseconds. - Weight::from_ref_time(88_000_000) + // Minimum execution time: 2_277_081 nanoseconds. + Weight::from_ref_time(37_100_067) .saturating_add(Weight::from_proof_size(3656)) - // Standard Error: 40_070 - .saturating_add(Weight::from_ref_time(3_336_000).saturating_mul(i.into())) - // Standard Error: 40_070 - .saturating_add(Weight::from_ref_time(1_531_500).saturating_mul(j.into())) + // Standard Error: 8_106 + .saturating_add(Weight::from_ref_time(4_840_366).saturating_mul(i.into())) + // Standard Error: 8_106 + .saturating_add(Weight::from_ref_time(2_238_599).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(j.into()))) @@ -243,8 +243,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `553` // Estimated: `4662` - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(23_000_000) + // Minimum execution time: 38_956 nanoseconds. + Weight::from_ref_time(39_840_000) .saturating_add(Weight::from_proof_size(4662)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -263,15 +263,15 @@ impl WeightInfo for SubstrateWeight { /// The range of component `j` is `[1, 13]`. fn update_storage_buckets_for_bag(i: u32, j: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `667 + i * (105 ±0) + j * (115 ±0)` + // Measured: `698 + i * (105 ±0) + j * (113 ±0)` // Estimated: `7091 + i * (2581 ±0) + j * (2581 ±0)` - // Minimum execution time: 183_000 nanoseconds. - Weight::from_ref_time(25_458_333) + // Minimum execution time: 276_487 nanoseconds. + Weight::from_ref_time(57_000_798) .saturating_add(Weight::from_proof_size(7091)) - // Standard Error: 83_333 - .saturating_add(Weight::from_ref_time(12_333_333).saturating_mul(i.into())) - // Standard Error: 83_333 - .saturating_add(Weight::from_ref_time(11_208_333).saturating_mul(j.into())) + // Standard Error: 28_853 + .saturating_add(Weight::from_ref_time(17_356_577).saturating_mul(i.into())) + // Standard Error: 28_853 + .saturating_add(Weight::from_ref_time(15_858_971).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(j.into()))) @@ -291,8 +291,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `743` // Estimated: `5734` - // Minimum execution time: 22_000 nanoseconds. - Weight::from_ref_time(23_000_000) + // Minimum execution time: 39_376 nanoseconds. + Weight::from_ref_time(40_082_000) .saturating_add(Weight::from_proof_size(5734)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -307,8 +307,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `896` // Estimated: `8384` - // Minimum execution time: 25_000 nanoseconds. - Weight::from_ref_time(26_000_000) + // Minimum execution time: 43_209 nanoseconds. + Weight::from_ref_time(44_193_000) .saturating_add(Weight::from_proof_size(8384)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -323,8 +323,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `776` // Estimated: `5734` - // Minimum execution time: 22_000 nanoseconds. - Weight::from_ref_time(23_000_000) + // Minimum execution time: 39_169 nanoseconds. + Weight::from_ref_time(40_197_000) .saturating_add(Weight::from_proof_size(5734)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -339,8 +339,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `698` // Estimated: `5734` - // Minimum execution time: 22_000 nanoseconds. - Weight::from_ref_time(22_000_000) + // Minimum execution time: 37_308 nanoseconds. + Weight::from_ref_time(38_210_000) .saturating_add(Weight::from_proof_size(5734)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -359,8 +359,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `756` // Estimated: `6740` - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(25_000_000) + // Minimum execution time: 42_513 nanoseconds. + Weight::from_ref_time(43_529_000) .saturating_add(Weight::from_proof_size(6740)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -373,8 +373,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `743` // Estimated: `5231` - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(22_000_000) + // Minimum execution time: 37_978 nanoseconds. + Weight::from_ref_time(39_368_000) .saturating_add(Weight::from_proof_size(5231)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -388,11 +388,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `776` // Estimated: `5231` - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(20_392_392) + // Minimum execution time: 37_127 nanoseconds. + Weight::from_ref_time(27_402_643) .saturating_add(Weight::from_proof_size(5231)) - // Standard Error: 65_065 - .saturating_add(Weight::from_ref_time(607_607).saturating_mul(i.into())) + // Standard Error: 1_443 + .saturating_add(Weight::from_ref_time(1_301_891).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) } // Storage: Storage StorageBucketById (r:1 w:0) @@ -406,11 +406,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `451 + i * (136 ±0)` // Estimated: `6020 + i * (2630 ±0)` - // Minimum execution time: 26_000 nanoseconds. - Weight::from_ref_time(16_290_726) + // Minimum execution time: 46_873 nanoseconds. + Weight::from_ref_time(47_267_000) .saturating_add(Weight::from_proof_size(6020)) - // Standard Error: 35_087 - .saturating_add(Weight::from_ref_time(9_709_273).saturating_mul(i.into())) + // Standard Error: 43_587 + .saturating_add(Weight::from_ref_time(13_671_351).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()))) @@ -430,8 +430,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `517` // Estimated: `4159` - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(22_000_000) + // Minimum execution time: 37_172 nanoseconds. + Weight::from_ref_time(37_880_000) .saturating_add(Weight::from_proof_size(4159)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -452,8 +452,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `628` // Estimated: `15236` - // Minimum execution time: 31_000 nanoseconds. - Weight::from_ref_time(34_000_000) + // Minimum execution time: 51_929 nanoseconds. + Weight::from_ref_time(53_120_000) .saturating_add(Weight::from_proof_size(15236)) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -470,8 +470,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `609` // Estimated: `5660` - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(24_000_000) + // Minimum execution time: 41_988 nanoseconds. + Weight::from_ref_time(42_624_000) .saturating_add(Weight::from_proof_size(5660)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -486,8 +486,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `671` // Estimated: `6008` - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(24_000_000) + // Minimum execution time: 41_267 nanoseconds. + Weight::from_ref_time(42_117_000) .saturating_add(Weight::from_proof_size(6008)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -502,8 +502,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `671` // Estimated: `6008` - // Minimum execution time: 22_000 nanoseconds. - Weight::from_ref_time(23_000_000) + // Minimum execution time: 40_103 nanoseconds. + Weight::from_ref_time(41_953_000) .saturating_add(Weight::from_proof_size(6008)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -524,15 +524,15 @@ impl WeightInfo for SubstrateWeight { /// The range of component `j` is `[1, 51]`. fn update_distribution_buckets_for_bag(i: u32, j: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `750 + i * (41 ±0) + j * (57 ±0)` + // Measured: `745 + i * (41 ±0) + j * (57 ±0)` // Estimated: `9598 + i * (2855 ±0) + j * (2855 ±0)` - // Minimum execution time: 440_000 nanoseconds. - Weight::from_ref_time(21_150_000) + // Minimum execution time: 638_008 nanoseconds. + Weight::from_ref_time(53_350_370) .saturating_add(Weight::from_proof_size(9598)) - // Standard Error: 75_277 - .saturating_add(Weight::from_ref_time(8_110_000).saturating_mul(i.into())) - // Standard Error: 75_277 - .saturating_add(Weight::from_ref_time(8_240_000).saturating_mul(j.into())) + // Standard Error: 27_112 + .saturating_add(Weight::from_ref_time(11_512_011).saturating_mul(i.into())) + // Standard Error: 27_112 + .saturating_add(Weight::from_ref_time(11_805_404).saturating_mul(j.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(j.into()))) @@ -552,8 +552,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `404` // Estimated: `3153` - // Minimum execution time: 16_000 nanoseconds. - Weight::from_ref_time(16_000_000) + // Minimum execution time: 27_786 nanoseconds. + Weight::from_ref_time(28_324_000) .saturating_add(Weight::from_proof_size(3153)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -568,8 +568,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `671` // Estimated: `6008` - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(24_000_000) + // Minimum execution time: 40_952 nanoseconds. + Weight::from_ref_time(41_627_000) .saturating_add(Weight::from_proof_size(6008)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -585,13 +585,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[2, 7]`. fn update_families_in_dynamic_bag_creation_policy(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `575 + i * (36 ±0)` + // Measured: `577 + i * (36 ±0)` // Estimated: `6262 + i * (2507 ±0)` - // Minimum execution time: 27_000 nanoseconds. - Weight::from_ref_time(19_800_000) + // Minimum execution time: 47_344 nanoseconds. + Weight::from_ref_time(38_574_738) .saturating_add(Weight::from_proof_size(6262)) - // Standard Error: 0 - .saturating_add(Weight::from_ref_time(3_600_000).saturating_mul(i.into())) + // Standard Error: 16_162 + .saturating_add(Weight::from_ref_time(5_223_673).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -607,8 +607,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `869` // Estimated: `8658` - // Minimum execution time: 27_000 nanoseconds. - Weight::from_ref_time(27_000_000) + // Minimum execution time: 47_617 nanoseconds. + Weight::from_ref_time(48_650_000) .saturating_add(Weight::from_proof_size(8658)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -623,8 +623,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `716` // Estimated: `6008` - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(25_000_000) + // Minimum execution time: 43_921 nanoseconds. + Weight::from_ref_time(44_471_000) .saturating_add(Weight::from_proof_size(6008)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -639,8 +639,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `716` // Estimated: `6008` - // Minimum execution time: 25_000 nanoseconds. - Weight::from_ref_time(25_000_000) + // Minimum execution time: 43_723 nanoseconds. + Weight::from_ref_time(44_626_000) .saturating_add(Weight::from_proof_size(6008)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -656,11 +656,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `609` // Estimated: `5660` - // Minimum execution time: 20_000 nanoseconds. - Weight::from_ref_time(19_950_450) + // Minimum execution time: 37_169 nanoseconds. + Weight::from_ref_time(29_571_585) .saturating_add(Weight::from_proof_size(5660)) - // Standard Error: 69_571 - .saturating_add(Weight::from_ref_time(549_549).saturating_mul(i.into())) + // Standard Error: 2_108 + .saturating_add(Weight::from_ref_time(1_304_414).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) } // Storage: Instance9WorkingGroup WorkerById (r:1 w:0) @@ -671,8 +671,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `716` // Estimated: `5505` - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(25_000_000) + // Minimum execution time: 43_061 nanoseconds. + Weight::from_ref_time(43_643_000) .saturating_add(Weight::from_proof_size(5505)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -686,11 +686,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `716` // Estimated: `5505` - // Minimum execution time: 22_000 nanoseconds. - Weight::from_ref_time(21_443_443) + // Minimum execution time: 40_447 nanoseconds. + Weight::from_ref_time(30_665_028) .saturating_add(Weight::from_proof_size(5505)) - // Standard Error: 73_073 - .saturating_add(Weight::from_ref_time(556_556).saturating_mul(i.into())) + // Standard Error: 4_420 + .saturating_add(Weight::from_ref_time(1_307_577).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) } // Storage: Instance2WorkingGroup WorkerById (r:1 w:0) @@ -702,11 +702,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `776` // Estimated: `5231` - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(20_446_946) + // Minimum execution time: 36_997 nanoseconds. + Weight::from_ref_time(27_384_630) .saturating_add(Weight::from_proof_size(5231)) - // Standard Error: 73_573 - .saturating_add(Weight::from_ref_time(553_053).saturating_mul(i.into())) + // Standard Error: 1_163 + .saturating_add(Weight::from_ref_time(1_294_171).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) } // Storage: Instance9WorkingGroup WorkerById (r:1 w:0) @@ -718,11 +718,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `716` // Estimated: `5505` - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(22_398_398) + // Minimum execution time: 40_420 nanoseconds. + Weight::from_ref_time(33_242_070) .saturating_add(Weight::from_proof_size(5505)) - // Standard Error: 54_054 - .saturating_add(Weight::from_ref_time(601_601).saturating_mul(i.into())) + // Standard Error: 1_473 + .saturating_add(Weight::from_ref_time(1_290_246).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) } } diff --git a/runtime-modules/utility/src/weights.rs b/runtime-modules/utility/src/weights.rs index 9f09c79aaf..9a742993b9 100644 --- a/runtime-modules/utility/src/weights.rs +++ b/runtime-modules/utility/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for joystream_utility //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15, STEPS: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=joystream_utility // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/joystream-pallet-weight-template.hbs // --output=./scripts/../runtime-modules/utility/src/weights.rs @@ -58,11 +58,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_000 nanoseconds. - Weight::from_ref_time(7_959_595) + // Minimum execution time: 13_973 nanoseconds. + Weight::from_ref_time(12_690_102) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 70_887 - .saturating_add(Weight::from_ref_time(540_404).saturating_mul(i.into())) + // Standard Error: 1_027 + .saturating_add(Weight::from_ref_time(1_202_086).saturating_mul(i.into())) } // Storage: Instance1WorkingGroup Budget (r:1 w:1) // Proof: Instance1WorkingGroup Budget (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) @@ -72,8 +72,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `291` // Estimated: `1022` - // Minimum execution time: 20_000 nanoseconds. - Weight::from_ref_time(20_000_000) + // Minimum execution time: 33_055 nanoseconds. + Weight::from_ref_time(33_816_000) .saturating_add(Weight::from_proof_size(1022)) .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: `291` // Estimated: `1022` - // Minimum execution time: 19_000 nanoseconds. - Weight::from_ref_time(20_000_000) + // Minimum execution time: 32_556 nanoseconds. + Weight::from_ref_time(33_611_000) .saturating_add(Weight::from_proof_size(1022)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -98,8 +98,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `133` // Estimated: `2603` - // Minimum execution time: 22_000 nanoseconds. - Weight::from_ref_time(24_000_000) + // Minimum execution time: 38_459 nanoseconds. + Weight::from_ref_time(39_296_000) .saturating_add(Weight::from_proof_size(2603)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) diff --git a/runtime-modules/working-group/src/weights.rs b/runtime-modules/working-group/src/weights.rs index 9c1516ebdc..bbc1e68fea 100644 --- a/runtime-modules/working-group/src/weights.rs +++ b/runtime-modules/working-group/src/weights.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for working_group //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15, STEPS: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=working_group // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/joystream-pallet-weight-template.hbs // --output=./scripts/../runtime-modules/working-group/src/weights.rs @@ -89,13 +89,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[2, 30]`. fn on_initialize_leaving(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `244 + i * (518 ±0)` + // Measured: `260 + i * (517 ±0)` // Estimated: `4163 + i * (9027 ±0)` - // Minimum execution time: 91_000 nanoseconds. - Weight::from_ref_time(20_214_285) + // Minimum execution time: 147_481 nanoseconds. + Weight::from_ref_time(43_530_922) .saturating_add(Weight::from_proof_size(4163)) - // Standard Error: 50_507 - .saturating_add(Weight::from_ref_time(35_892_857).saturating_mul(i.into())) + // Standard Error: 61_804 + .saturating_add(Weight::from_ref_time(54_219_510).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -111,13 +111,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[2, 30]`. fn on_initialize_rewarding_with_missing_reward(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `227 + i * (375 ±0)` + // Measured: `246 + i * (374 ±0)` // Estimated: `3161 + i * (5253 ±0)` - // Minimum execution time: 87_000 nanoseconds. - Weight::from_ref_time(16_321_428) + // Minimum execution time: 133_981 nanoseconds. + Weight::from_ref_time(26_619_279) .saturating_add(Weight::from_proof_size(3161)) - // Standard Error: 130_001 - .saturating_add(Weight::from_ref_time(35_839_285).saturating_mul(i.into())) + // Standard Error: 83_368 + .saturating_add(Weight::from_ref_time(52_587_608).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -131,13 +131,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[2, 30]`. fn on_initialize_rewarding_with_missing_reward_cant_pay(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `231 + i * (194 ±0)` + // Measured: `230 + i * (194 ±0)` // Estimated: `3161 + i * (2650 ±0)` - // Minimum execution time: 43_000 nanoseconds. - Weight::from_ref_time(12_321_428) + // Minimum execution time: 68_807 nanoseconds. + Weight::from_ref_time(20_846_803) .saturating_add(Weight::from_proof_size(3161)) - // Standard Error: 130_001 - .saturating_add(Weight::from_ref_time(15_839_285).saturating_mul(i.into())) + // Standard Error: 28_444 + .saturating_add(Weight::from_ref_time(22_540_730).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()))) @@ -152,13 +152,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[2, 30]`. fn on_initialize_rewarding_without_missing_reward(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `243 + i * (359 ±0)` + // Measured: `262 + i * (358 ±0)` // Estimated: `3161 + i * (5253 ±0)` - // Minimum execution time: 73_000 nanoseconds. - Weight::from_ref_time(29_000_000) + // Minimum execution time: 115_073 nanoseconds. + Weight::from_ref_time(51_743_831) .saturating_add(Weight::from_proof_size(3161)) - // Standard Error: 446_785 - .saturating_add(Weight::from_ref_time(22_250_000).saturating_mul(i.into())) + // Standard Error: 38_422 + .saturating_add(Weight::from_ref_time(31_311_620).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -184,11 +184,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `826` // Estimated: `14601` - // Minimum execution time: 44_000 nanoseconds. - Weight::from_ref_time(45_484_848) + // Minimum execution time: 75_245 nanoseconds. + Weight::from_ref_time(73_767_805) .saturating_add(Weight::from_proof_size(14601)) - // Standard Error: 58_898 - .saturating_add(Weight::from_ref_time(1_515_151).saturating_mul(i.into())) + // Standard Error: 5_546 + .saturating_add(Weight::from_ref_time(2_577_451).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -208,8 +208,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `453` // Estimated: `6737` - // Minimum execution time: 31_000 nanoseconds. - Weight::from_ref_time(32_000_000) + // Minimum execution time: 55_929 nanoseconds. + Weight::from_ref_time(56_615_000) .saturating_add(Weight::from_proof_size(6737)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) @@ -233,18 +233,18 @@ impl WeightInfo for SubstrateWeight { /// The range of component `i` is `[2, 30]`. fn fill_opening_worker(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `772 + i * (219 ±0)` - // Estimated: `15764 + i * (2456 ±94)` - // Minimum execution time: 55_000 nanoseconds. - Weight::from_ref_time(34_892_857) + // Measured: `859 + i * (218 ±0)` + // Estimated: `15764 + i * (2378 ±6)` + // Minimum execution time: 92_040 nanoseconds. + Weight::from_ref_time(64_995_384) .saturating_add(Weight::from_proof_size(15764)) - // Standard Error: 164_634 - .saturating_add(Weight::from_ref_time(10_553_571).saturating_mul(i.into())) + // Standard Error: 23_614 + .saturating_add(Weight::from_ref_time(15_829_151).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(i.into()))) - .saturating_add(Weight::from_proof_size(2456).saturating_mul(i.into())) + .saturating_add(Weight::from_proof_size(2378).saturating_mul(i.into())) } // Storage: Instance3WorkingGroup WorkerById (r:1 w:1) // Proof: Instance3WorkingGroup WorkerById (max_values: None, max_size: Some(175), added: 2650, mode: MaxEncodedLen) @@ -254,8 +254,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `705` // Estimated: `5250` - // Minimum execution time: 20_000 nanoseconds. - Weight::from_ref_time(22_000_000) + // Minimum execution time: 34_324 nanoseconds. + Weight::from_ref_time(34_683_000) .saturating_add(Weight::from_proof_size(5250)) .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: `954` // Estimated: `12119` - // Minimum execution time: 40_000 nanoseconds. - Weight::from_ref_time(42_000_000) + // Minimum execution time: 66_439 nanoseconds. + Weight::from_ref_time(67_517_000) .saturating_add(Weight::from_proof_size(12119)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -290,8 +290,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `647` // Estimated: `9020` - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(25_000_000) + // Minimum execution time: 44_723 nanoseconds. + Weight::from_ref_time(45_232_000) .saturating_add(Weight::from_proof_size(9020)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -309,11 +309,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `961` // Estimated: `12180` - // Minimum execution time: 51_000 nanoseconds. - Weight::from_ref_time(51_500_000) + // Minimum execution time: 85_533 nanoseconds. + Weight::from_ref_time(87_448_043) .saturating_add(Weight::from_proof_size(12180)) - // Standard Error: 80_156 - .saturating_add(Weight::from_ref_time(505_000).saturating_mul(i.into())) + // Standard Error: 1_830 + .saturating_add(Weight::from_ref_time(1_063_294).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -334,11 +334,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `964` // Estimated: `13190` - // Minimum execution time: 81_000 nanoseconds. - Weight::from_ref_time(81_000_000) + // Minimum execution time: 133_139 nanoseconds. + Weight::from_ref_time(138_731_950) .saturating_add(Weight::from_proof_size(13190)) - // Standard Error: 110_000 - .saturating_add(Weight::from_ref_time(900_000).saturating_mul(i.into())) + // Standard Error: 16_152 + .saturating_add(Weight::from_ref_time(2_072_036).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -359,11 +359,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `787` // Estimated: `10540` - // Minimum execution time: 79_000 nanoseconds. - Weight::from_ref_time(79_500_000) + // Minimum execution time: 129_624 nanoseconds. + Weight::from_ref_time(133_352_671) .saturating_add(Weight::from_proof_size(10540)) - // Standard Error: 135_092 - .saturating_add(Weight::from_ref_time(970_000).saturating_mul(i.into())) + // Standard Error: 8_782 + .saturating_add(Weight::from_ref_time(2_133_147).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -377,8 +377,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `784` // Estimated: `9027` - // Minimum execution time: 32_000 nanoseconds. - Weight::from_ref_time(32_000_000) + // Minimum execution time: 54_079 nanoseconds. + Weight::from_ref_time(55_275_000) .saturating_add(Weight::from_proof_size(9027)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -395,8 +395,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `961` // Estimated: `12180` - // Minimum execution time: 38_000 nanoseconds. - Weight::from_ref_time(38_000_000) + // Minimum execution time: 64_560 nanoseconds. + Weight::from_ref_time(65_339_000) .saturating_add(Weight::from_proof_size(12180)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -413,8 +413,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `629` // Estimated: `6267` - // Minimum execution time: 25_000 nanoseconds. - Weight::from_ref_time(26_000_000) + // Minimum execution time: 43_898 nanoseconds. + Weight::from_ref_time(44_735_000) .saturating_add(Weight::from_proof_size(6267)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -429,8 +429,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `497` // Estimated: `5714` - // Minimum execution time: 26_000 nanoseconds. - Weight::from_ref_time(27_000_000) + // Minimum execution time: 46_418 nanoseconds. + Weight::from_ref_time(47_482_000) .saturating_add(Weight::from_proof_size(5714)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -443,8 +443,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `634` // Estimated: `5803` - // Minimum execution time: 20_000 nanoseconds. - Weight::from_ref_time(21_000_000) + // Minimum execution time: 36_425 nanoseconds. + Weight::from_ref_time(37_050_000) .saturating_add(Weight::from_proof_size(5803)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -460,11 +460,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `420` // Estimated: `3153` - // Minimum execution time: 16_000 nanoseconds. - Weight::from_ref_time(16_000_000) + // Minimum execution time: 28_858 nanoseconds. + Weight::from_ref_time(30_207_005) .saturating_add(Weight::from_proof_size(3153)) - // Standard Error: 75_000 - .saturating_add(Weight::from_ref_time(1_535_000).saturating_mul(i.into())) + // Standard Error: 2_321 + .saturating_add(Weight::from_ref_time(2_378_923).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -474,8 +474,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `420` // Estimated: `2650` - // Minimum execution time: 15_000 nanoseconds. - Weight::from_ref_time(16_000_000) + // Minimum execution time: 27_803 nanoseconds. + Weight::from_ref_time(28_412_000) .saturating_add(Weight::from_proof_size(2650)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -486,8 +486,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000 nanoseconds. - Weight::from_ref_time(8_000_000) + // Minimum execution time: 13_294 nanoseconds. + Weight::from_ref_time(13_633_000) .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -508,11 +508,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `784` // Estimated: `10033` - // Minimum execution time: 44_000 nanoseconds. - Weight::from_ref_time(44_500_000) + // Minimum execution time: 76_253 nanoseconds. + Weight::from_ref_time(74_977_049) .saturating_add(Weight::from_proof_size(10033)) - // Standard Error: 50_249 - .saturating_add(Weight::from_ref_time(1_565_000).saturating_mul(i.into())) + // Standard Error: 28_997 + .saturating_add(Weight::from_ref_time(2_664_875).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -523,11 +523,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `420` // Estimated: `2650` - // Minimum execution time: 16_000 nanoseconds. - Weight::from_ref_time(16_000_000) + // Minimum execution time: 28_525 nanoseconds. + Weight::from_ref_time(29_219_350) .saturating_add(Weight::from_proof_size(2650)) - // Standard Error: 80_000 - .saturating_add(Weight::from_ref_time(510_000).saturating_mul(i.into())) + // Standard Error: 2_810 + .saturating_add(Weight::from_ref_time(1_067_735).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -540,11 +540,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `420` // Estimated: `3153` - // Minimum execution time: 14_000 nanoseconds. - Weight::from_ref_time(14_500_000) + // Minimum execution time: 26_185 nanoseconds. + Weight::from_ref_time(26_841_469) .saturating_add(Weight::from_proof_size(3153)) - // Standard Error: 90_138 - .saturating_add(Weight::from_ref_time(575_000).saturating_mul(i.into())) + // Standard Error: 1_011 + .saturating_add(Weight::from_ref_time(1_234_944).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) } // Storage: Instance3WorkingGroup WorkerById (r:1 w:0) @@ -554,11 +554,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `457` // Estimated: `2650` - // Minimum execution time: 15_000 nanoseconds. - Weight::from_ref_time(15_000_000) + // Minimum execution time: 26_107 nanoseconds. + Weight::from_ref_time(27_269_995) .saturating_add(Weight::from_proof_size(2650)) - // Standard Error: 65_000 - .saturating_add(Weight::from_ref_time(545_000).saturating_mul(i.into())) + // Standard Error: 1_627 + .saturating_add(Weight::from_ref_time(1_206_341).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) } } diff --git a/runtime/src/weights/block_weights.rs b/runtime/src/weights/block_weights.rs index 9d95a6062c..c5241608ef 100644 --- a/runtime/src/weights/block_weights.rs +++ b/runtime/src/weights/block_weights.rs @@ -1,6 +1,6 @@ //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15 (Y/M/D) -//! HOSTNAME: `Mokhtars-MacBook-Pro.local`, CPU: `` +//! DATE: 2023-04-27 (Y/M/D) +//! HOSTNAME: `ip-172-31-3-111`, CPU: `Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz` //! //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Development` //! WARMUPS: `10`, REPEAT: `100` @@ -25,17 +25,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 340_208, 367_791 - /// Average: 344_857 - /// Median: 344_125 - /// Std-Dev: 3238.98 + /// Min, Max: 546_742, 599_177 + /// Average: 558_311 + /// Median: 553_503 + /// Std-Dev: 11462.26 /// /// Percentiles nanoseconds: - /// 99th: 351_916 - /// 95th: 349_625 - /// 75th: 345_583 + /// 99th: 590_212 + /// 95th: 583_232 + /// 75th: 563_450 pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(344_857)); + Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(558_311)); } #[cfg(test)] diff --git a/runtime/src/weights/extrinsic_weights.rs b/runtime/src/weights/extrinsic_weights.rs index 2a5d40fa5f..c96b949c69 100644 --- a/runtime/src/weights/extrinsic_weights.rs +++ b/runtime/src/weights/extrinsic_weights.rs @@ -1,6 +1,6 @@ //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15 (Y/M/D) -//! HOSTNAME: `Mokhtars-MacBook-Pro.local`, CPU: `` +//! DATE: 2023-04-27 (Y/M/D) +//! HOSTNAME: `ip-172-31-3-111`, CPU: `Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz` //! //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Development` //! WARMUPS: `10`, REPEAT: `100` @@ -25,17 +25,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 81_325, 85_065 - /// Average: 81_792 - /// Median: 81_763 - /// Std-Dev: 423.06 + /// Min, Max: 131_166, 134_219 + /// Average: 132_220 + /// Median: 132_065 + /// Std-Dev: 591.09 /// /// Percentiles nanoseconds: - /// 99th: 82_519 - /// 95th: 82_208 - /// 75th: 81_941 + /// 99th: 133_738 + /// 95th: 133_375 + /// 75th: 132_459 pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(81_792)); + Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(132_220)); } #[cfg(test)] diff --git a/runtime/src/weights/frame_system.rs b/runtime/src/weights/frame_system.rs index c71551d7f8..2727c409d0 100644 --- a/runtime/src/weights/frame_system.rs +++ b/runtime/src/weights/frame_system.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: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=frame_system // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/frame-weight-template.hbs // --output=./scripts/../runtime/src/weights/frame_system.rs @@ -52,22 +52,22 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_000 nanoseconds. - Weight::from_ref_time(2_500_000) + // Minimum execution time: 2_755 nanoseconds. + Weight::from_ref_time(2_895_000) .saturating_add(Weight::from_proof_size(0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(209).saturating_mul(b.into())) + .saturating_add(Weight::from_ref_time(478).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: 6_000 nanoseconds. - Weight::from_ref_time(6_500_000) + // Minimum execution time: 10_588 nanoseconds. + Weight::from_ref_time(10_935_000) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 11 - .saturating_add(Weight::from_ref_time(1_255).saturating_mul(b.into())) + // Standard Error: 2 + .saturating_add(Weight::from_ref_time(1_941).saturating_mul(b.into())) } // Storage: System Digest (r:1 w:1) // Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured) @@ -77,8 +77,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `495` - // Minimum execution time: 3_000 nanoseconds. - Weight::from_ref_time(3_000_000) + // Minimum execution time: 5_901 nanoseconds. + Weight::from_ref_time(6_352_000) .saturating_add(Weight::from_proof_size(495)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -90,11 +90,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_000 nanoseconds. - Weight::from_ref_time(2_000_000) + // Minimum execution time: 2_928 nanoseconds. + Weight::from_ref_time(2_976_000) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 18_000 - .saturating_add(Weight::from_ref_time(725_000).saturating_mul(i.into())) + // Standard Error: 1_151 + .saturating_add(Weight::from_ref_time(1_033_928).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) @@ -104,11 +104,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_000 nanoseconds. - Weight::from_ref_time(2_000_000) + // Minimum execution time: 2_793 nanoseconds. + Weight::from_ref_time(2_924_000) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 0 - .saturating_add(Weight::from_ref_time(542_000).saturating_mul(i.into())) + // Standard Error: 1_104 + .saturating_add(Weight::from_ref_time(765_238).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } // Storage: Skipped Metadata (r:0 w:0) @@ -116,13 +116,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `p` is `[0, 1000]`. fn kill_prefix(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `39 + p * (69 ±0)` - // Estimated: `39 + p * (70 ±0)` - // Minimum execution time: 4_000 nanoseconds. - Weight::from_ref_time(4_000_000) - .saturating_add(Weight::from_proof_size(39)) - // Standard Error: 4_500 - .saturating_add(Weight::from_ref_time(1_027_500).saturating_mul(p.into())) + // Measured: `91 + p * (69 ±0)` + // Estimated: `96 + p * (70 ±0)` + // Minimum execution time: 5_298 nanoseconds. + Weight::from_ref_time(5_354_000) + .saturating_add(Weight::from_proof_size(96)) + // Standard Error: 1_755 + .saturating_add(Weight::from_ref_time(1_563_975).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())) diff --git a/runtime/src/weights/pallet_bags_list.rs b/runtime/src/weights/pallet_bags_list.rs index 55e48cd9e3..bc151cb029 100644 --- a/runtime/src/weights/pallet_bags_list.rs +++ b/runtime/src/weights/pallet_bags_list.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: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=pallet_bags_list // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/frame-weight-template.hbs // --output=./scripts/../runtime/src/weights/pallet_bags_list.rs @@ -59,8 +59,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1797` // Estimated: `19330` - // Minimum execution time: 51_000 nanoseconds. - Weight::from_ref_time(52_000_000) + // Minimum execution time: 84_957 nanoseconds. + Weight::from_ref_time(86_387_000) .saturating_add(Weight::from_proof_size(19330)) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) @@ -77,8 +77,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1691` // Estimated: `19258` - // Minimum execution time: 50_000 nanoseconds. - Weight::from_ref_time(53_000_000) + // Minimum execution time: 84_062 nanoseconds. + Weight::from_ref_time(85_397_000) .saturating_add(Weight::from_proof_size(19258)) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) @@ -97,8 +97,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2035` // Estimated: `26086` - // Minimum execution time: 56_000 nanoseconds. - Weight::from_ref_time(59_000_000) + // Minimum execution time: 94_363 nanoseconds. + Weight::from_ref_time(95_505_000) .saturating_add(Weight::from_proof_size(26086)) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) diff --git a/runtime/src/weights/pallet_balances.rs b/runtime/src/weights/pallet_balances.rs index edaf688714..899f137306 100644 --- a/runtime/src/weights/pallet_balances.rs +++ b/runtime/src/weights/pallet_balances.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: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=pallet_balances // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/frame-weight-template.hbs // --output=./scripts/../runtime/src/weights/pallet_balances.rs @@ -53,8 +53,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1817` // Estimated: `2603` - // Minimum execution time: 45_000 nanoseconds. - Weight::from_ref_time(47_000_000) + // Minimum execution time: 75_128 nanoseconds. + Weight::from_ref_time(75_911_000) .saturating_add(Weight::from_proof_size(2603)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -65,8 +65,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1601` // Estimated: `2603` - // Minimum execution time: 33_000 nanoseconds. - Weight::from_ref_time(34_000_000) + // Minimum execution time: 56_367 nanoseconds. + Weight::from_ref_time(57_296_000) .saturating_add(Weight::from_proof_size(2603)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -77,8 +77,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1884` // Estimated: `2603` - // Minimum execution time: 25_000 nanoseconds. - Weight::from_ref_time(27_000_000) + // Minimum execution time: 40_990 nanoseconds. + Weight::from_ref_time(41_619_000) .saturating_add(Weight::from_proof_size(2603)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -89,8 +89,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1884` // Estimated: `2603` - // Minimum execution time: 26_000 nanoseconds. - Weight::from_ref_time(27_000_000) + // Minimum execution time: 45_324 nanoseconds. + Weight::from_ref_time(46_020_000) .saturating_add(Weight::from_proof_size(2603)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -101,8 +101,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1817` // Estimated: `5206` - // Minimum execution time: 44_000 nanoseconds. - Weight::from_ref_time(45_000_000) + // Minimum execution time: 74_895 nanoseconds. + Weight::from_ref_time(76_397_000) .saturating_add(Weight::from_proof_size(5206)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -113,8 +113,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1601` // Estimated: `2603` - // Minimum execution time: 39_000 nanoseconds. - Weight::from_ref_time(53_000_000) + // Minimum execution time: 65_402 nanoseconds. + Weight::from_ref_time(66_014_000) .saturating_add(Weight::from_proof_size(2603)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -125,8 +125,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1668` // Estimated: `2603` - // Minimum execution time: 20_000 nanoseconds. - Weight::from_ref_time(21_000_000) + // Minimum execution time: 35_108 nanoseconds. + Weight::from_ref_time(35_979_000) .saturating_add(Weight::from_proof_size(2603)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) diff --git a/runtime/src/weights/pallet_election_provider_multi_phase.rs b/runtime/src/weights/pallet_election_provider_multi_phase.rs index 9dff8ab724..26145ee644 100644 --- a/runtime/src/weights/pallet_election_provider_multi_phase.rs +++ b/runtime/src/weights/pallet_election_provider_multi_phase.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-15, STEPS: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=pallet_election_provider_multi_phase // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/frame-weight-template.hbs // --output=./scripts/../runtime/src/weights/pallet_election_provider_multi_phase.rs @@ -67,8 +67,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `845` // Estimated: `6834` - // Minimum execution time: 18_000 nanoseconds. - Weight::from_ref_time(20_000_000) + // Minimum execution time: 27_108 nanoseconds. + Weight::from_ref_time(28_077_000) .saturating_add(Weight::from_proof_size(6834)) .saturating_add(T::DbWeight::get().reads(8_u64)) } @@ -80,8 +80,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `42` // Estimated: `1074` - // Minimum execution time: 11_000 nanoseconds. - Weight::from_ref_time(12_000_000) + // Minimum execution time: 18_329 nanoseconds. + Weight::from_ref_time(19_064_000) .saturating_add(Weight::from_proof_size(1074)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -94,8 +94,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `42` // Estimated: `1074` - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(13_000_000) + // Minimum execution time: 20_072 nanoseconds. + Weight::from_ref_time(20_465_000) .saturating_add(Weight::from_proof_size(1074)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -108,8 +108,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `206` // Estimated: `2809` - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(24_000_000) + // Minimum execution time: 39_103 nanoseconds. + Weight::from_ref_time(39_629_000) .saturating_add(Weight::from_proof_size(2809)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -120,8 +120,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `206` // Estimated: `2603` - // Minimum execution time: 15_000 nanoseconds. - Weight::from_ref_time(16_000_000) + // Minimum execution time: 27_184 nanoseconds. + Weight::from_ref_time(27_468_000) .saturating_add(Weight::from_proof_size(2603)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -134,17 +134,15 @@ impl WeightInfo for SubstrateWeight { // Proof Skipped: ElectionProviderMultiPhase Snapshot (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `v` is `[1000, 2000]`. /// The range of component `t` is `[500, 1000]`. - fn create_snapshot_internal(v: u32, t: u32, ) -> Weight { + fn create_snapshot_internal(v: u32, _t: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 222_000 nanoseconds. - Weight::from_ref_time(18_500_000) + // Minimum execution time: 461_868 nanoseconds. + Weight::from_ref_time(506_018_000) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 28_310 - .saturating_add(Weight::from_ref_time(173_500).saturating_mul(v.into())) - // Standard Error: 56_621 - .saturating_add(Weight::from_ref_time(61_000).saturating_mul(t.into())) + // Standard Error: 4_207 + .saturating_add(Weight::from_ref_time(213_839).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(3_u64)) } // Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1) @@ -169,15 +167,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `d` is `[200, 400]`. fn elect_queued(a: u32, d: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `448 + a * (768 ±0) + d * (48 ±0)` - // Estimated: `9477 + a * (6912 ±0) + d * (441 ±0)` - // Minimum execution time: 275_000 nanoseconds. - Weight::from_ref_time(76_999_999) - .saturating_add(Weight::from_proof_size(9477)) - // Standard Error: 53_834 - .saturating_add(Weight::from_ref_time(165_000).saturating_mul(a.into())) - // Standard Error: 80_751 - .saturating_add(Weight::from_ref_time(340_000).saturating_mul(d.into())) + // Measured: `296 + a * (768 ±0) + d * (48 ±0)` + // Estimated: `8892 + a * (6912 ±0) + d * (441 ±0)` + // Minimum execution time: 537_472 nanoseconds. + Weight::from_ref_time(555_750_000) + .saturating_add(Weight::from_proof_size(8892)) + // Standard Error: 7_225 + .saturating_add(Weight::from_ref_time(442_283).saturating_mul(a.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())) @@ -199,8 +195,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1189` // Estimated: `8436` - // Minimum execution time: 37_000 nanoseconds. - Weight::from_ref_time(37_000_000) + // Minimum execution time: 70_876 nanoseconds. + Weight::from_ref_time(71_855_000) .saturating_add(Weight::from_proof_size(8436)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -227,11 +223,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `179 + v * (553 ±0) + t * (32 ±0)` // Estimated: `4718 + v * (3871 ±0) + t * (224 ±0)` - // Minimum execution time: 4_486_000 nanoseconds. - Weight::from_ref_time(4_486_000_000) + // Minimum execution time: 8_119_269 nanoseconds. + Weight::from_ref_time(8_326_087_000) .saturating_add(Weight::from_proof_size(4718)) - // Standard Error: 705_898 - .saturating_add(Weight::from_ref_time(4_067_187).saturating_mul(a.into())) + // Standard Error: 25_345 + .saturating_add(Weight::from_ref_time(173_567).saturating_mul(v.into())) + // Standard Error: 75_109 + .saturating_add(Weight::from_ref_time(7_035_583).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())) @@ -253,13 +251,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `154 + v * (553 ±0) + t * (32 ±0)` // Estimated: `2596 + v * (2212 ±0) + t * (128 ±0)` - // Minimum execution time: 3_662_000 nanoseconds. - Weight::from_ref_time(3_662_000_000) + // Minimum execution time: 7_057_908 nanoseconds. + Weight::from_ref_time(7_258_224_000) .saturating_add(Weight::from_proof_size(2596)) - // Standard Error: 202_002 - .saturating_add(Weight::from_ref_time(46_624).saturating_mul(v.into())) - // Standard Error: 597_591 - .saturating_add(Weight::from_ref_time(3_149_558).saturating_mul(a.into())) + // Standard Error: 22_978 + .saturating_add(Weight::from_ref_time(405_949).saturating_mul(v.into())) + // Standard Error: 68_094 + .saturating_add(Weight::from_ref_time(5_622_957).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())) diff --git a/runtime/src/weights/pallet_im_online.rs b/runtime/src/weights/pallet_im_online.rs index e001994d7e..c2c0bca620 100644 --- a/runtime/src/weights/pallet_im_online.rs +++ b/runtime/src/weights/pallet_im_online.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-15, STEPS: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=pallet_im_online // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/frame-weight-template.hbs // --output=./scripts/../runtime/src/weights/pallet_im_online.rs @@ -61,17 +61,18 @@ impl WeightInfo for SubstrateWeight { /// The range of component `e` is `[1, 100]`. fn validate_unsigned_and_then_heartbeat(k: u32, e: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `357 + k * (32 ±0)` - // Estimated: `10348241 + k * (64 ±0)` - // Minimum execution time: 98_000 nanoseconds. - Weight::from_ref_time(57_440_804) - .saturating_add(Weight::from_proof_size(10348241)) - // Standard Error: 5_950 - .saturating_add(Weight::from_ref_time(44_044).saturating_mul(k.into())) - // Standard Error: 60_042 - .saturating_add(Weight::from_ref_time(515_151).saturating_mul(e.into())) - .saturating_add(T::DbWeight::get().reads(5_u64)) + // Measured: `359 + k * (32 ±0)` + // Estimated: `10345712 + e * (25 ±0) + k * (64 ±0)` + // Minimum execution time: 151_479 nanoseconds. + Weight::from_ref_time(106_415_209) + .saturating_add(Weight::from_proof_size(10345712)) + // Standard Error: 408 + .saturating_add(Weight::from_ref_time(51_073).saturating_mul(k.into())) + // Standard Error: 4_112 + .saturating_add(Weight::from_ref_time(582_904).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())) } } diff --git a/runtime/src/weights/pallet_multisig.rs b/runtime/src/weights/pallet_multisig.rs index e231003021..8399bc537d 100644 --- a/runtime/src/weights/pallet_multisig.rs +++ b/runtime/src/weights/pallet_multisig.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-15, STEPS: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=pallet_multisig // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/frame-weight-template.hbs // --output=./scripts/../runtime/src/weights/pallet_multisig.rs @@ -52,11 +52,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_000 nanoseconds. - Weight::from_ref_time(10_000_000) + // Minimum execution time: 18_604 nanoseconds. + Weight::from_ref_time(19_689_603) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 350 - .saturating_add(Weight::from_ref_time(750).saturating_mul(z.into())) + // Standard Error: 4 + .saturating_add(Weight::from_ref_time(733).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) @@ -64,15 +64,15 @@ impl WeightInfo for SubstrateWeight { /// The range of component `z` is `[0, 10000]`. fn as_multi_create(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `313 + s * (3 ±0)` + // Measured: `382 + s * (2 ±0)` // Estimated: `5821` - // Minimum execution time: 31_000 nanoseconds. - Weight::from_ref_time(25_857_142) + // Minimum execution time: 57_734 nanoseconds. + Weight::from_ref_time(44_212_087) .saturating_add(Weight::from_proof_size(5821)) - // Standard Error: 17_673 - .saturating_add(Weight::from_ref_time(71_428).saturating_mul(s.into())) - // Standard Error: 173 - .saturating_add(Weight::from_ref_time(1_350).saturating_mul(z.into())) + // Standard Error: 4_761 + .saturating_add(Weight::from_ref_time(154_221).saturating_mul(s.into())) + // Standard Error: 46 + .saturating_add(Weight::from_ref_time(2_277).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -84,13 +84,13 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `351` // Estimated: `5821` - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(18_376_288) + // Minimum execution time: 43_135 nanoseconds. + Weight::from_ref_time(31_001_407) .saturating_add(Weight::from_proof_size(5821)) - // Standard Error: 18_345 - .saturating_add(Weight::from_ref_time(41_237).saturating_mul(s.into())) - // Standard Error: 177 - .saturating_add(Weight::from_ref_time(1_400).saturating_mul(z.into())) + // Standard Error: 871 + .saturating_add(Weight::from_ref_time(136_583).saturating_mul(s.into())) + // Standard Error: 8 + .saturating_add(Weight::from_ref_time(2_104).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -102,15 +102,15 @@ impl WeightInfo for SubstrateWeight { /// The range of component `z` is `[0, 10000]`. fn as_multi_complete(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `488 + s * (34 ±0)` + // Measured: `519 + s * (33 ±0)` // Estimated: `8424` - // Minimum execution time: 34_000 nanoseconds. - Weight::from_ref_time(28_387_755) + // Minimum execution time: 66_307 nanoseconds. + Weight::from_ref_time(51_060_192) .saturating_add(Weight::from_proof_size(8424)) - // Standard Error: 17_176 - .saturating_add(Weight::from_ref_time(56_122).saturating_mul(s.into())) - // Standard Error: 168 - .saturating_add(Weight::from_ref_time(1_450).saturating_mul(z.into())) + // Standard Error: 1_556 + .saturating_add(Weight::from_ref_time(166_796).saturating_mul(s.into())) + // Standard Error: 15 + .saturating_add(Weight::from_ref_time(2_105).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -119,13 +119,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `s` is `[2, 100]`. fn approve_as_multi_create(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `313 + s * (3 ±0)` + // Measured: `389 + s * (2 ±0)` // Estimated: `5821` - // Minimum execution time: 25_000 nanoseconds. - Weight::from_ref_time(24_867_346) + // Minimum execution time: 43_627 nanoseconds. + Weight::from_ref_time(45_045_985) .saturating_add(Weight::from_proof_size(5821)) - // Standard Error: 15_306 - .saturating_add(Weight::from_ref_time(66_326).saturating_mul(s.into())) + // Standard Error: 2_250 + .saturating_add(Weight::from_ref_time(146_019).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -136,11 +136,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `351` // Estimated: `5821` - // Minimum execution time: 15_000 nanoseconds. - Weight::from_ref_time(14_867_346) + // Minimum execution time: 28_071 nanoseconds. + Weight::from_ref_time(29_595_446) .saturating_add(Weight::from_proof_size(5821)) - // Standard Error: 15_306 - .saturating_add(Weight::from_ref_time(66_326).saturating_mul(s.into())) + // Standard Error: 1_002 + .saturating_add(Weight::from_ref_time(134_532).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -149,13 +149,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `s` is `[2, 100]`. fn cancel_as_multi(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `552 + s * (2 ±0)` + // Measured: `588 + s * (1 ±0)` // Estimated: `5821` - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(26_377_551) + // Minimum execution time: 42_944 nanoseconds. + Weight::from_ref_time(45_425_149) .saturating_add(Weight::from_proof_size(5821)) - // Standard Error: 36_076 - .saturating_add(Weight::from_ref_time(61_224).saturating_mul(s.into())) + // Standard Error: 1_200 + .saturating_add(Weight::from_ref_time(136_371).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/src/weights/pallet_session.rs b/runtime/src/weights/pallet_session.rs index d92cbe78c8..5a71677b1c 100644 --- a/runtime/src/weights/pallet_session.rs +++ b/runtime/src/weights/pallet_session.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-15, STEPS: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=pallet_session // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/frame-weight-template.hbs // --output=./scripts/../runtime/src/weights/pallet_session.rs @@ -57,8 +57,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1868` // Estimated: `19821` - // Minimum execution time: 40_000 nanoseconds. - Weight::from_ref_time(41_000_000) + // Minimum execution time: 70_580 nanoseconds. + Weight::from_ref_time(71_628_000) .saturating_add(Weight::from_proof_size(19821)) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) @@ -73,8 +73,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1767` // Estimated: `9719` - // Minimum execution time: 29_000 nanoseconds. - Weight::from_ref_time(30_000_000) + // Minimum execution time: 52_284 nanoseconds. + Weight::from_ref_time(53_042_000) .saturating_add(Weight::from_proof_size(9719)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) diff --git a/runtime/src/weights/pallet_staking.rs b/runtime/src/weights/pallet_staking.rs index 804448be37..3cd869e0a9 100644 --- a/runtime/src/weights/pallet_staking.rs +++ b/runtime/src/weights/pallet_staking.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-15, STEPS: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=pallet_staking // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/frame-weight-template.hbs // --output=./scripts/../runtime/src/weights/pallet_staking.rs @@ -61,8 +61,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1031` // Estimated: `10530` - // Minimum execution time: 38_000 nanoseconds. - Weight::from_ref_time(40_000_000) + // Minimum execution time: 64_730 nanoseconds. + Weight::from_ref_time(66_893_000) .saturating_add(Weight::from_proof_size(10530)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) @@ -81,8 +81,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2164` // Estimated: `23032` - // Minimum execution time: 72_000 nanoseconds. - Weight::from_ref_time(72_000_000) + // Minimum execution time: 121_987 nanoseconds. + Weight::from_ref_time(123_327_000) .saturating_add(Weight::from_proof_size(23032)) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) @@ -109,8 +109,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2397` // Estimated: `29678` - // Minimum execution time: 78_000 nanoseconds. - Weight::from_ref_time(80_000_000) + // Minimum execution time: 132_739 nanoseconds. + Weight::from_ref_time(135_138_000) .saturating_add(Weight::from_proof_size(29678)) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) @@ -128,11 +128,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `995` // Estimated: `10586` - // Minimum execution time: 28_000 nanoseconds. - Weight::from_ref_time(28_500_000) + // Minimum execution time: 49_141 nanoseconds. + Weight::from_ref_time(51_020_718) .saturating_add(Weight::from_proof_size(10586)) - // Standard Error: 5_000 - .saturating_add(Weight::from_ref_time(5_000).saturating_mul(s.into())) + // Standard Error: 1_114 + .saturating_add(Weight::from_ref_time(53_151).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -167,17 +167,17 @@ impl WeightInfo for SubstrateWeight { /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_kill(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2307 + s * (5 ±0)` - // Estimated: `32281 + s * (5 ±0)` - // Minimum execution time: 68_000 nanoseconds. - Weight::from_ref_time(68_000_000) - .saturating_add(Weight::from_proof_size(32281)) - // Standard Error: 10_000 - .saturating_add(Weight::from_ref_time(1_360_000).saturating_mul(s.into())) + // Measured: `2410 + s * (4 ±0)` + // Estimated: `32371 + s * (4 ±0)` + // Minimum execution time: 117_106 nanoseconds. + Weight::from_ref_time(127_217_330) + .saturating_add(Weight::from_proof_size(32371)) + // Standard Error: 4_778 + .saturating_add(Weight::from_ref_time(1_861_863).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(13_u64)) - .saturating_add(T::DbWeight::get().writes(11_u64)) + .saturating_add(T::DbWeight::get().writes(12_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(5).saturating_mul(s.into())) + .saturating_add(Weight::from_proof_size(4).saturating_mul(s.into())) } // Storage: Staking Ledger (r:1 w:0) // Proof: Staking Ledger (max_values: None, max_size: Some(1235), added: 3710, mode: MaxEncodedLen) @@ -205,8 +205,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1414` // Estimated: `22132` - // Minimum execution time: 53_000 nanoseconds. - Weight::from_ref_time(53_000_000) + // Minimum execution time: 91_588 nanoseconds. + Weight::from_ref_time(93_820_000) .saturating_add(Weight::from_proof_size(22132)) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) @@ -218,13 +218,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `k` is `[1, 128]`. fn kick(k: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1126 + k * (601 ±0)` + // Measured: `1227 + k * (601 ±0)` // Estimated: `3710 + k * (3033 ±0)` - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(15_759_842) + // Minimum execution time: 41_732 nanoseconds. + Weight::from_ref_time(42_440_389) .saturating_add(Weight::from_proof_size(3710)) - // Standard Error: 11_811 - .saturating_add(Weight::from_ref_time(7_240_157).saturating_mul(k.into())) + // Standard Error: 11_765 + .saturating_add(Weight::from_ref_time(11_007_656).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()))) @@ -255,13 +255,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `n` is `[1, 16]`. fn nominate(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1879 + n * (100 ±0)` + // Measured: `1876 + n * (104 ±0)` // Estimated: `22132 + n * (2520 ±0)` - // Minimum execution time: 56_000 nanoseconds. - Weight::from_ref_time(53_200_000) + // Minimum execution time: 96_632 nanoseconds. + Weight::from_ref_time(95_145_932) .saturating_add(Weight::from_proof_size(22132)) - // Standard Error: 0 - .saturating_add(Weight::from_ref_time(2_800_000).saturating_mul(n.into())) + // Standard Error: 18_886 + .saturating_add(Weight::from_ref_time(4_179_861).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)) @@ -285,8 +285,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1763` // Estimated: `18076` - // Minimum execution time: 47_000 nanoseconds. - Weight::from_ref_time(48_000_000) + // Minimum execution time: 83_143 nanoseconds. + Weight::from_ref_time(85_167_000) .saturating_add(Weight::from_proof_size(18076)) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) @@ -299,8 +299,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `753` // Estimated: `3710` - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(13_000_000) + // Minimum execution time: 21_044 nanoseconds. + Weight::from_ref_time(21_617_000) .saturating_add(Weight::from_proof_size(3710)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -313,8 +313,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `852` // Estimated: `9967` - // Minimum execution time: 18_000 nanoseconds. - Weight::from_ref_time(18_000_000) + // Minimum execution time: 32_052 nanoseconds. + Weight::from_ref_time(32_597_000) .saturating_add(Weight::from_proof_size(9967)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -325,8 +325,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_000 nanoseconds. - Weight::from_ref_time(3_000_000) + // Minimum execution time: 4_178 nanoseconds. + Weight::from_ref_time(4_390_000) .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -336,8 +336,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_000 nanoseconds. - Weight::from_ref_time(10_000_000) + // Minimum execution time: 15_117 nanoseconds. + Weight::from_ref_time(15_471_000) .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -347,8 +347,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_000 nanoseconds. - Weight::from_ref_time(9_000_000) + // Minimum execution time: 15_595 nanoseconds. + Weight::from_ref_time(15_880_000) .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -358,8 +358,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_000 nanoseconds. - Weight::from_ref_time(9_000_000) + // Minimum execution time: 15_658 nanoseconds. + Weight::from_ref_time(16_034_000) .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -370,11 +370,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_000 nanoseconds. - Weight::from_ref_time(2_500_000) + // Minimum execution time: 4_520 nanoseconds. + Weight::from_ref_time(5_515_161) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 1_767 - .saturating_add(Weight::from_ref_time(7_500).saturating_mul(v.into())) + // Standard Error: 85 + .saturating_add(Weight::from_ref_time(12_125).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(1_u64)) } // Storage: Staking Bonded (r:1 w:1) @@ -406,17 +406,17 @@ impl WeightInfo for SubstrateWeight { /// The range of component `s` is `[0, 100]`. fn force_unstake(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2005 + s * (5 ±0)` - // Estimated: `27770 + s * (5 ±0)` - // Minimum execution time: 61_000 nanoseconds. - Weight::from_ref_time(61_000_000) - .saturating_add(Weight::from_proof_size(27770)) - // Standard Error: 25_000 - .saturating_add(Weight::from_ref_time(1_335_000).saturating_mul(s.into())) + // Measured: `2108 + s * (4 ±0)` + // Estimated: `27860 + s * (4 ±0)` + // Minimum execution time: 106_008 nanoseconds. + Weight::from_ref_time(115_275_967) + .saturating_add(Weight::from_proof_size(27860)) + // Standard Error: 8_320 + .saturating_add(Weight::from_ref_time(1_867_725).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(11_u64)) - .saturating_add(T::DbWeight::get().writes(11_u64)) + .saturating_add(T::DbWeight::get().writes(12_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(5).saturating_mul(s.into())) + .saturating_add(Weight::from_proof_size(4).saturating_mul(s.into())) } // Storage: Staking UnappliedSlashes (r:1 w:1) // Proof Skipped: Staking UnappliedSlashes (max_values: None, max_size: None, mode: Measured) @@ -425,11 +425,11 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `66590` // Estimated: `69065` - // Minimum execution time: 131_000 nanoseconds. - Weight::from_ref_time(128_993_993) + // Minimum execution time: 140_799 nanoseconds. + Weight::from_ref_time(1_056_177_366) .saturating_add(Weight::from_proof_size(69065)) - // Standard Error: 44_069 - .saturating_add(Weight::from_ref_time(3_506_006).saturating_mul(s.into())) + // Standard Error: 71_856 + .saturating_add(Weight::from_ref_time(6_325_737).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -454,18 +454,18 @@ impl WeightInfo for SubstrateWeight { /// The range of component `n` is `[0, 256]`. fn payout_stakers_dead_controller(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `4238 + n * (196 ±0)` - // Estimated: `30368 + n * (8090 ±0)` - // Minimum execution time: 66_000 nanoseconds. - Weight::from_ref_time(67_500_000) - .saturating_add(Weight::from_proof_size(30368)) - // Standard Error: 51_118 - .saturating_add(Weight::from_ref_time(25_052_734).saturating_mul(n.into())) + // Measured: `20587 + n * (140 ±0)` + // Estimated: `55312 + n * (8020 ±0)` + // Minimum execution time: 115_382 nanoseconds. + Weight::from_ref_time(147_804_619) + .saturating_add(Weight::from_proof_size(55312)) + // Standard Error: 25_747 + .saturating_add(Weight::from_ref_time(38_213_292).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)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_proof_size(8090).saturating_mul(n.into())) + .saturating_add(Weight::from_proof_size(8020).saturating_mul(n.into())) } // Storage: Staking CurrentEra (r:1 w:0) // Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -490,18 +490,18 @@ impl WeightInfo for SubstrateWeight { /// The range of component `n` is `[0, 256]`. fn payout_stakers_alive_staked(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `5341 + n * (555 ±0)` - // Estimated: `36348 + n * (16292 ±0)` - // Minimum execution time: 81_000 nanoseconds. - Weight::from_ref_time(82_000_000) - .saturating_add(Weight::from_proof_size(36348)) - // Standard Error: 87_977 - .saturating_add(Weight::from_ref_time(33_744_140).saturating_mul(n.into())) + // Measured: `35490 + n * (456 ±0)` + // Estimated: `84430 + n * (16152 ±0)` + // Minimum execution time: 140_071 nanoseconds. + Weight::from_ref_time(146_167_931) + .saturating_add(Weight::from_proof_size(84430)) + // Standard Error: 60_804 + .saturating_add(Weight::from_ref_time(53_754_330).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)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_proof_size(16292).saturating_mul(n.into())) + .saturating_add(Weight::from_proof_size(16152).saturating_mul(n.into())) } // Storage: Staking Ledger (r:1 w:1) // Proof: Staking Ledger (max_values: None, max_size: Some(1235), added: 3710, mode: MaxEncodedLen) @@ -518,13 +518,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `l` is `[1, 32]`. fn rebond(l: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2163 + l * (8 ±0)` + // Measured: `2165 + l * (8 ±0)` // Estimated: `25635` - // Minimum execution time: 70_000 nanoseconds. - Weight::from_ref_time(70_435_483) + // Minimum execution time: 121_756 nanoseconds. + Weight::from_ref_time(124_496_329) .saturating_add(Weight::from_proof_size(25635)) - // Standard Error: 22_809 - .saturating_add(Weight::from_ref_time(64_516).saturating_mul(l.into())) + // Standard Error: 7_581 + .saturating_add(Weight::from_ref_time(72_661).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -557,13 +557,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `s` is `[1, 100]`. fn reap_stash(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2376 + s * (4 ±0)` - // Estimated: `31852 + s * (4 ±0)` - // Minimum execution time: 74_000 nanoseconds. - Weight::from_ref_time(73_247_474) - .saturating_add(Weight::from_proof_size(31852)) - // Standard Error: 15_971 - .saturating_add(Weight::from_ref_time(1_252_525).saturating_mul(s.into())) + // Measured: `2410 + s * (4 ±0)` + // Estimated: `31878 + s * (4 ±0)` + // Minimum execution time: 127_389 nanoseconds. + Weight::from_ref_time(132_204_999) + .saturating_add(Weight::from_proof_size(31878)) + // Standard Error: 3_382 + .saturating_add(Weight::from_ref_time(1_822_052).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()))) @@ -607,22 +607,22 @@ impl WeightInfo for SubstrateWeight { /// The range of component `n` is `[0, 100]`. fn new_era(v: u32, n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `0 + v * (3667 ±0) + n * (810 ±0)` - // Estimated: `527459 + v * (16553 ±0) + n * (13095 ±0)` - // Minimum execution time: 491_000 nanoseconds. - Weight::from_ref_time(491_000_000) + // Measured: `0 + v * (3656 ±0) + n * (810 ±0)` + // Estimated: `527459 + v * (16909 ±39) + n * (13083 ±3)` + // Minimum execution time: 796_754 nanoseconds. + Weight::from_ref_time(799_286_000) .saturating_add(Weight::from_proof_size(527459)) - // Standard Error: 32_475_368 - .saturating_add(Weight::from_ref_time(41_610_320).saturating_mul(v.into())) - // Standard Error: 3_255_645 - .saturating_add(Weight::from_ref_time(15_158_932).saturating_mul(n.into())) + // Standard Error: 2_723_680 + .saturating_add(Weight::from_ref_time(88_552_691).saturating_mul(v.into())) + // Standard Error: 271_399 + .saturating_add(Weight::from_ref_time(22_785_670).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()))) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) - .saturating_add(Weight::from_proof_size(16553).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(13095).saturating_mul(n.into())) + .saturating_add(Weight::from_proof_size(16909).saturating_mul(v.into())) + .saturating_add(Weight::from_proof_size(13083).saturating_mul(n.into())) } // Storage: BagsList CounterForListNodes (r:1 w:0) // Proof: BagsList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -644,15 +644,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `n` is `[500, 1000]`. fn get_npos_voters(v: u32, n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2900 + v * (453 ±0) + n * (1001 ±0)` + // Measured: `2911 + v * (453 ±0) + n * (1001 ±0)` // Estimated: `511899 + v * (14439 ±0) + n * (11919 ±0)` - // Minimum execution time: 15_399_000 nanoseconds. - Weight::from_ref_time(494_500_000) + // Minimum execution time: 24_085_643 nanoseconds. + Weight::from_ref_time(24_220_889_000) .saturating_add(Weight::from_proof_size(511899)) - // Standard Error: 4_910_925 - .saturating_add(Weight::from_ref_time(15_282_499).saturating_mul(v.into())) - // Standard Error: 1_964_370 - .saturating_add(Weight::from_ref_time(18_618_999).saturating_mul(n.into())) + // Standard Error: 258_694 + .saturating_add(Weight::from_ref_time(14_304_026).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()))) @@ -667,13 +665,13 @@ impl WeightInfo for SubstrateWeight { /// The range of component `v` is `[200, 400]`. fn get_npos_targets(v: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `552 + v * (50 ±0)` + // Measured: `512 + v * (50 ±0)` // Estimated: `3019 + v * (2520 ±0)` - // Minimum execution time: 1_455_000 nanoseconds. - Weight::from_ref_time(1_455_000_000) + // Minimum execution time: 2_018_940 nanoseconds. + Weight::from_ref_time(2_057_997_000) .saturating_add(Weight::from_proof_size(3019)) - // Standard Error: 877_712 - .saturating_add(Weight::from_ref_time(3_119_000).saturating_mul(v.into())) + // Standard Error: 61_208 + .saturating_add(Weight::from_ref_time(3_720_720).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())) @@ -694,8 +692,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_000 nanoseconds. - Weight::from_ref_time(6_000_000) + // Minimum execution time: 10_108 nanoseconds. + Weight::from_ref_time(10_493_000) .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -715,8 +713,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_000 nanoseconds. - Weight::from_ref_time(6_000_000) + // Minimum execution time: 9_230 nanoseconds. + Weight::from_ref_time(9_694_000) .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -744,8 +742,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1873` // Estimated: `19582` - // Minimum execution time: 58_000 nanoseconds. - Weight::from_ref_time(60_000_000) + // Minimum execution time: 103_562 nanoseconds. + Weight::from_ref_time(105_339_000) .saturating_add(Weight::from_proof_size(19582)) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) @@ -758,8 +756,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `613` // Estimated: `3019` - // Minimum execution time: 11_000 nanoseconds. - Weight::from_ref_time(11_000_000) + // Minimum execution time: 19_630 nanoseconds. + Weight::from_ref_time(20_129_000) .saturating_add(Weight::from_proof_size(3019)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -770,8 +768,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_000 nanoseconds. - Weight::from_ref_time(3_000_000) + // Minimum execution time: 4_351 nanoseconds. + Weight::from_ref_time(4_647_000) .saturating_add(Weight::from_proof_size(0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtime/src/weights/pallet_timestamp.rs b/runtime/src/weights/pallet_timestamp.rs index 7bc2f6ec20..28e5e6b5e4 100644 --- a/runtime/src/weights/pallet_timestamp.rs +++ b/runtime/src/weights/pallet_timestamp.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-15, STEPS: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=pallet_timestamp // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/frame-weight-template.hbs // --output=./scripts/../runtime/src/weights/pallet_timestamp.rs @@ -55,8 +55,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `249` // Estimated: `1006` - // Minimum execution time: 9_000 nanoseconds. - Weight::from_ref_time(11_000_000) + // Minimum execution time: 15_292 nanoseconds. + Weight::from_ref_time(15_939_000) .saturating_add(Weight::from_proof_size(1006)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -65,8 +65,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `94` // Estimated: `0` - // Minimum execution time: 4_000 nanoseconds. - Weight::from_ref_time(5_000_000) + // Minimum execution time: 6_684 nanoseconds. + Weight::from_ref_time(6_942_000) .saturating_add(Weight::from_proof_size(0)) } } diff --git a/runtime/src/weights/pallet_vesting.rs b/runtime/src/weights/pallet_vesting.rs index b76c163947..3e8b58a1de 100644 --- a/runtime/src/weights/pallet_vesting.rs +++ b/runtime/src/weights/pallet_vesting.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-15, STEPS: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=pallet_vesting // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/frame-weight-template.hbs // --output=./scripts/../runtime/src/weights/pallet_vesting.rs @@ -55,15 +55,15 @@ impl WeightInfo for SubstrateWeight { /// The range of component `s` is `[1, 28]`. fn vest_locked(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `304 + l * (25 ±0) + s * (36 ±0)` + // Measured: `340 + l * (25 ±0) + s * (36 ±0)` // Estimated: `7306` - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(23_462_962) + // Minimum execution time: 42_483 nanoseconds. + Weight::from_ref_time(41_177_411) .saturating_add(Weight::from_proof_size(7306)) - // Standard Error: 8_331 - .saturating_add(Weight::from_ref_time(51_020).saturating_mul(l.into())) - // Standard Error: 15_120 - .saturating_add(Weight::from_ref_time(37_037).saturating_mul(s.into())) + // Standard Error: 7_207 + .saturating_add(Weight::from_ref_time(92_946).saturating_mul(l.into())) + // Standard Error: 12_822 + .saturating_add(Weight::from_ref_time(127_768).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -75,15 +75,15 @@ impl WeightInfo for SubstrateWeight { /// The range of component `s` is `[1, 28]`. fn vest_unlocked(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `304 + l * (25 ±0) + s * (36 ±0)` + // Measured: `340 + l * (25 ±0) + s * (36 ±0)` // Estimated: `7306` - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(23_444_444) + // Minimum execution time: 41_464 nanoseconds. + Weight::from_ref_time(40_804_769) .saturating_add(Weight::from_proof_size(7306)) - // Standard Error: 8_331 - .saturating_add(Weight::from_ref_time(20_408).saturating_mul(l.into())) - // Standard Error: 15_120 - .saturating_add(Weight::from_ref_time(55_555).saturating_mul(s.into())) + // Standard Error: 1_666 + .saturating_add(Weight::from_ref_time(91_264).saturating_mul(l.into())) + // Standard Error: 2_965 + .saturating_add(Weight::from_ref_time(54_498).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -95,15 +95,17 @@ impl WeightInfo for SubstrateWeight { // Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. - fn vest_other_locked(l: u32, _s: u32, ) -> Weight { + fn vest_other_locked(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `476 + l * (25 ±0) + s * (36 ±0)` + // Measured: `512 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` - // Minimum execution time: 27_000 nanoseconds. - Weight::from_ref_time(28_555_555) + // Minimum execution time: 47_749 nanoseconds. + Weight::from_ref_time(45_566_710) .saturating_add(Weight::from_proof_size(9909)) - // Standard Error: 24_994 - .saturating_add(Weight::from_ref_time(61_224).saturating_mul(l.into())) + // Standard Error: 5_471 + .saturating_add(Weight::from_ref_time(97_286).saturating_mul(l.into())) + // Standard Error: 9_734 + .saturating_add(Weight::from_ref_time(126_445).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -115,15 +117,17 @@ impl WeightInfo for SubstrateWeight { // Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. - fn vest_other_unlocked(_l: u32, s: u32, ) -> Weight { + fn vest_other_unlocked(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `476 + l * (25 ±0) + s * (36 ±0)` + // Measured: `512 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` - // Minimum execution time: 26_000 nanoseconds. - Weight::from_ref_time(26_962_962) + // Minimum execution time: 45_883 nanoseconds. + Weight::from_ref_time(44_453_967) .saturating_add(Weight::from_proof_size(9909)) - // Standard Error: 30_240 - .saturating_add(Weight::from_ref_time(37_037).saturating_mul(s.into())) + // Standard Error: 6_004 + .saturating_add(Weight::from_ref_time(107_530).saturating_mul(l.into())) + // Standard Error: 10_682 + .saturating_add(Weight::from_ref_time(98_500).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -135,15 +139,17 @@ impl WeightInfo for SubstrateWeight { // Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[0, 27]`. - fn vested_transfer(l: u32, _s: u32, ) -> Weight { + fn vested_transfer(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `215 + l * (25 ±0) + s * (47 ±0)` + // Measured: `546 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` - // Minimum execution time: 42_000 nanoseconds. - Weight::from_ref_time(45_000_000) + // Minimum execution time: 69_570 nanoseconds. + Weight::from_ref_time(69_991_859) .saturating_add(Weight::from_proof_size(9909)) - // Standard Error: 26_346 - .saturating_add(Weight::from_ref_time(51_020).saturating_mul(l.into())) + // Standard Error: 3_953 + .saturating_add(Weight::from_ref_time(87_229).saturating_mul(l.into())) + // Standard Error: 7_033 + .saturating_add(Weight::from_ref_time(59_975).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -155,15 +161,17 @@ impl WeightInfo for SubstrateWeight { // Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[0, 27]`. - fn force_vested_transfer(l: u32, _s: u32, ) -> Weight { + fn force_vested_transfer(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `387 + l * (25 ±0) + s * (47 ±0)` + // Measured: `718 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12512` - // Minimum execution time: 44_000 nanoseconds. - Weight::from_ref_time(45_500_000) + // Minimum execution time: 73_355 nanoseconds. + Weight::from_ref_time(73_756_121) .saturating_add(Weight::from_proof_size(12512)) - // Standard Error: 8_331 - .saturating_add(Weight::from_ref_time(61_224).saturating_mul(l.into())) + // Standard Error: 3_720 + .saturating_add(Weight::from_ref_time(96_445).saturating_mul(l.into())) + // Standard Error: 6_619 + .saturating_add(Weight::from_ref_time(62_475).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -175,15 +183,17 @@ impl WeightInfo for SubstrateWeight { // Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[2, 28]`. - fn not_unlocking_merge_schedules(_l: u32, s: u32, ) -> Weight { + fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `439 + l * (25 ±0) + s * (36 ±0)` + // Measured: `473 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` - // Minimum execution time: 28_000 nanoseconds. - Weight::from_ref_time(28_384_615) + // Minimum execution time: 48_465 nanoseconds. + Weight::from_ref_time(46_999_690) .saturating_add(Weight::from_proof_size(9909)) - // Standard Error: 64_740 - .saturating_add(Weight::from_ref_time(57_692).saturating_mul(s.into())) + // Standard Error: 2_472 + .saturating_add(Weight::from_ref_time(86_199).saturating_mul(l.into())) + // Standard Error: 4_566 + .saturating_add(Weight::from_ref_time(95_866).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -197,15 +207,15 @@ impl WeightInfo for SubstrateWeight { /// The range of component `s` is `[2, 28]`. fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `439 + l * (25 ±0) + s * (36 ±0)` + // Measured: `473 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` - // Minimum execution time: 27_000 nanoseconds. - Weight::from_ref_time(25_346_153) + // Minimum execution time: 47_710 nanoseconds. + Weight::from_ref_time(46_127_323) .saturating_add(Weight::from_proof_size(9909)) - // Standard Error: 8_331 - .saturating_add(Weight::from_ref_time(51_020).saturating_mul(l.into())) - // Standard Error: 15_701 - .saturating_add(Weight::from_ref_time(76_923).saturating_mul(s.into())) + // Standard Error: 1_706 + .saturating_add(Weight::from_ref_time(108_392).saturating_mul(l.into())) + // Standard Error: 3_150 + .saturating_add(Weight::from_ref_time(114_361).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } diff --git a/runtime/src/weights/rocksdb_weights.rs b/runtime/src/weights/rocksdb_weights.rs index 61ee7ee5a3..c2db1ddc54 100644 --- a/runtime/src/weights/rocksdb_weights.rs +++ b/runtime/src/weights/rocksdb_weights.rs @@ -1,6 +1,6 @@ //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15 (Y/M/D) -//! HOSTNAME: `Mokhtars-MacBook-Pro.local`, CPU: `` +//! DATE: 2023-04-27 (Y/M/D) +//! HOSTNAME: `ip-172-31-3-111`, CPU: `Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz` //! //! DATABASE: `RocksDb`, RUNTIME: `Development` //! BLOCK-NUM: `BlockId::Number(0)` @@ -33,31 +33,31 @@ pub mod constants { /// Calculated by multiplying the *Average* of all values with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 1_500, 131_541 - /// Average: 3_669 - /// Median: 2_791 - /// Std-Dev: 10036.9 + /// Min, Max: 2_107, 402_151 + /// Average: 6_130 + /// Median: 3_650 + /// Std-Dev: 31027.98 /// /// Percentiles nanoseconds: - /// 99th: 5_250 - /// 95th: 4_083 - /// 75th: 3_375 - read: 3_669 * constants::WEIGHT_REF_TIME_PER_NANOS, + /// 99th: 6_277 + /// 95th: 5_200 + /// 75th: 4_224 + read: 6_130 * constants::WEIGHT_REF_TIME_PER_NANOS, /// Time to write one storage item. /// Calculated by multiplying the *Average* of all values with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 8_750, 2_699_750 - /// Average: 33_878 - /// Median: 17_041 - /// Std-Dev: 208867.55 + /// Min, Max: 12_814, 9_382_678 + /// Average: 82_187 + /// Median: 23_537 + /// Std-Dev: 728541.68 /// /// Percentiles nanoseconds: - /// 99th: 48_875 - /// 95th: 25_333 - /// 75th: 20_666 - write: 33_878 * constants::WEIGHT_REF_TIME_PER_NANOS, + /// 99th: 124_856 + /// 95th: 36_498 + /// 75th: 28_349 + write: 82_187 * constants::WEIGHT_REF_TIME_PER_NANOS, }; } diff --git a/runtime/src/weights/substrate_utility.rs b/runtime/src/weights/substrate_utility.rs index e6bb81f20b..2c3e1ba656 100644 --- a/runtime/src/weights/substrate_utility.rs +++ b/runtime/src/weights/substrate_utility.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for substrate_utility //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-15, STEPS: `2`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-04-27, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("prod-test"), DB CACHE: 1024 // Executed Command: @@ -28,8 +28,8 @@ // --pallet=substrate_utility // --extrinsic=* // --chain=prod-test -// --steps=2 -// --repeat=2 +// --steps=50 +// --repeat=20 // --execution=wasm // --template=./scripts/../devops/frame-weight-template.hbs // --output=./scripts/../runtime/src/weights/substrate_utility.rs @@ -52,18 +52,18 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_000 nanoseconds. - Weight::from_ref_time(6_000_000) + // Minimum execution time: 9_428 nanoseconds. + Weight::from_ref_time(24_705_350) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 13_536 - .saturating_add(Weight::from_ref_time(4_182_500).saturating_mul(c.into())) + // Standard Error: 5_709 + .saturating_add(Weight::from_ref_time(5_929_583).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_000 nanoseconds. - Weight::from_ref_time(5_000_000) + // Minimum execution time: 6_772 nanoseconds. + Weight::from_ref_time(7_208_000) .saturating_add(Weight::from_proof_size(0)) } /// The range of component `c` is `[0, 1000]`. @@ -71,18 +71,18 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_000 nanoseconds. - Weight::from_ref_time(5_500_000) + // Minimum execution time: 9_364 nanoseconds. + Weight::from_ref_time(7_047_135) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 50_502 - .saturating_add(Weight::from_ref_time(4_343_000).saturating_mul(c.into())) + // Standard Error: 3_568 + .saturating_add(Weight::from_ref_time(6_198_059).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_000 nanoseconds. - Weight::from_ref_time(7_000_000) + // Minimum execution time: 12_028 nanoseconds. + Weight::from_ref_time(12_448_000) .saturating_add(Weight::from_proof_size(0)) } /// The range of component `c` is `[0, 1000]`. @@ -90,10 +90,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_000 nanoseconds. - Weight::from_ref_time(5_000_000) + // Minimum execution time: 9_516 nanoseconds. + Weight::from_ref_time(7_204_792) .saturating_add(Weight::from_proof_size(0)) - // Standard Error: 8_000 - .saturating_add(Weight::from_ref_time(4_174_000).saturating_mul(c.into())) + // Standard Error: 3_989 + .saturating_add(Weight::from_ref_time(6_035_872).saturating_mul(c.into())) } }