From a3de3011a539926a61e91972b430c9ca44bd48e7 Mon Sep 17 00:00:00 2001 From: Fredrik Simonsson Date: Wed, 13 Dec 2023 11:45:34 +0900 Subject: [PATCH] Update weights --- pallets/allocations/src/weights.rs | 50 +++--- pallets/grants/src/weights.rs | 34 ++-- pallets/reserve/src/weights.rs | 18 +- pallets/sponsorship/src/weights.rs | 130 +++++++------- pallets/uniques/src/weights.rs | 74 ++++---- runtimes/eden/src/weights/frame_system.rs | 48 +++--- runtimes/eden/src/weights/pallet_balances.rs | 38 ++-- .../src/weights/pallet_collator_selection.rs | 76 ++++---- runtimes/eden/src/weights/pallet_identity.rs | 162 +++++++++--------- .../eden/src/weights/pallet_membership.rs | 58 +++---- runtimes/eden/src/weights/pallet_multisig.rs | 70 ++++---- runtimes/eden/src/weights/pallet_preimage.rs | 58 +++---- runtimes/eden/src/weights/pallet_scheduler.rs | 72 ++++---- runtimes/eden/src/weights/pallet_timestamp.rs | 10 +- runtimes/eden/src/weights/pallet_uniques.rs | 122 ++++++------- runtimes/eden/src/weights/pallet_utility.rs | 34 ++-- runtimes/eden/src/weights/pallet_xcm.rs | 58 +++---- .../weights/pallet_xcm_benchmarks_fungible.rs | 36 +++- .../weights/pallet_xcm_benchmarks_generic.rs | 57 +++--- 19 files changed, 610 insertions(+), 595 deletions(-) diff --git a/pallets/allocations/src/weights.rs b/pallets/allocations/src/weights.rs index 3fe28627ae2..f9a9471836f 100644 --- a/pallets/allocations/src/weights.rs +++ b/pallets/allocations/src/weights.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_allocations //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-13, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `chain-bench-b606df9f`, CPU: `AMD EPYC 7B13` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -61,10 +61,10 @@ impl WeightInfo for SubstrateWeight { // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) /// The range of component `b` is `[1, 500]`. fn allocate(b: u32, ) -> Weight { - // Minimum execution time: 159_560 nanoseconds. - Weight::from_parts(40_825_165_u64, 0) - // Standard Error: 14_332 - .saturating_add(Weight::from_parts(58_926_825_u64, 0).saturating_mul(b as u64)) + // Minimum execution time: 165_650 nanoseconds. + Weight::from_parts(49_251_188_u64, 0) + // Standard Error: 22_949 + .saturating_add(Weight::from_parts(60_872_185_u64, 0).saturating_mul(b as u64)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b as u64))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -77,8 +77,8 @@ impl WeightInfo for SubstrateWeight { // Storage: `Allocations::NextSessionQuota` (r:0 w:1) // Proof: `Allocations::NextSessionQuota` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) fn calc_quota() -> Weight { - // Minimum execution time: 14_800 nanoseconds. - Weight::from_parts(15_390_000_u64, 0) + // Minimum execution time: 15_210 nanoseconds. + Weight::from_parts(15_880_000_u64, 0) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -91,8 +91,8 @@ impl WeightInfo for SubstrateWeight { // Storage: `Allocations::SessionQuota` (r:0 w:1) // Proof: `Allocations::SessionQuota` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) fn renew_quota() -> Weight { - // Minimum execution time: 14_590 nanoseconds. - Weight::from_parts(15_050_000_u64, 0) + // Minimum execution time: 15_100 nanoseconds. + Weight::from_parts(15_710_000_u64, 0) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -109,8 +109,8 @@ impl WeightInfo for SubstrateWeight { // Storage: `Allocations::NextSessionQuota` (r:0 w:1) // Proof: `Allocations::NextSessionQuota` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) fn checked_update_session_quota() -> Weight { - // Minimum execution time: 29_650 nanoseconds. - Weight::from_parts(30_080_000_u64, 0) + // Minimum execution time: 29_910 nanoseconds. + Weight::from_parts(30_769_000_u64, 0) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -123,8 +123,8 @@ impl WeightInfo for SubstrateWeight { // Storage: `Allocations::SessionQuotaRenewSchedule` (r:0 w:1) // Proof: `Allocations::SessionQuotaRenewSchedule` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) fn set_curve_starting_block() -> Weight { - // Minimum execution time: 9_280 nanoseconds. - Weight::from_parts(9_660_000_u64, 0) + // Minimum execution time: 9_380 nanoseconds. + Weight::from_parts(9_930_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -137,10 +137,10 @@ impl WeightInfo for () { // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) /// The range of component `b` is `[1, 500]`. fn allocate(b: u32, ) -> Weight { - // Minimum execution time: 159_560 nanoseconds. - Weight::from_parts(40_825_165_u64, 0) - // Standard Error: 14_332 - .saturating_add(Weight::from_parts(58_926_825_u64, 0).saturating_mul(b as u64)) + // Minimum execution time: 165_650 nanoseconds. + Weight::from_parts(49_251_188_u64, 0) + // Standard Error: 22_949 + .saturating_add(Weight::from_parts(60_872_185_u64, 0).saturating_mul(b as u64)) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b as u64))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -153,8 +153,8 @@ impl WeightInfo for () { // Storage: `Allocations::NextSessionQuota` (r:0 w:1) // Proof: `Allocations::NextSessionQuota` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) fn calc_quota() -> Weight { - // Minimum execution time: 14_800 nanoseconds. - Weight::from_parts(15_390_000_u64, 0) + // Minimum execution time: 15_210 nanoseconds. + Weight::from_parts(15_880_000_u64, 0) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -167,8 +167,8 @@ impl WeightInfo for () { // Storage: `Allocations::SessionQuota` (r:0 w:1) // Proof: `Allocations::SessionQuota` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) fn renew_quota() -> Weight { - // Minimum execution time: 14_590 nanoseconds. - Weight::from_parts(15_050_000_u64, 0) + // Minimum execution time: 15_100 nanoseconds. + Weight::from_parts(15_710_000_u64, 0) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -185,8 +185,8 @@ impl WeightInfo for () { // Storage: `Allocations::NextSessionQuota` (r:0 w:1) // Proof: `Allocations::NextSessionQuota` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) fn checked_update_session_quota() -> Weight { - // Minimum execution time: 29_650 nanoseconds. - Weight::from_parts(30_080_000_u64, 0) + // Minimum execution time: 29_910 nanoseconds. + Weight::from_parts(30_769_000_u64, 0) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -199,8 +199,8 @@ impl WeightInfo for () { // Storage: `Allocations::SessionQuotaRenewSchedule` (r:0 w:1) // Proof: `Allocations::SessionQuotaRenewSchedule` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) fn set_curve_starting_block() -> Weight { - // Minimum execution time: 9_280 nanoseconds. - Weight::from_parts(9_660_000_u64, 0) + // Minimum execution time: 9_380 nanoseconds. + Weight::from_parts(9_930_000_u64, 0) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } diff --git a/pallets/grants/src/weights.rs b/pallets/grants/src/weights.rs index da30217cb51..52af9c70fb8 100644 --- a/pallets/grants/src/weights.rs +++ b/pallets/grants/src/weights.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_grants //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-13, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `chain-bench-b606df9f`, CPU: `AMD EPYC 7B13` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -65,8 +65,8 @@ impl WeightInfo for SubstrateWeight { // Storage: `Balances::Freezes` (r:1 w:0) // Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) fn add_vesting_schedule() -> Weight { - // Minimum execution time: 117_460 nanoseconds. - Weight::from_parts(119_340_000_u64, 0) + // Minimum execution time: 120_040 nanoseconds. + Weight::from_parts(124_240_000_u64, 0) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -81,8 +81,8 @@ impl WeightInfo for SubstrateWeight { // Storage: `System::Account` (r:1 w:1) // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn claim() -> Weight { - // Minimum execution time: 52_469 nanoseconds. - Weight::from_parts(53_730_000_u64, 0) + // Minimum execution time: 52_300 nanoseconds. + Weight::from_parts(53_550_000_u64, 0) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -101,16 +101,16 @@ impl WeightInfo for SubstrateWeight { // Storage: `Vesting::CounterForVestingSchedules` (r:1 w:1) // Proof: `Vesting::CounterForVestingSchedules` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) fn cancel_all_vesting_schedules() -> Weight { - // Minimum execution time: 165_190 nanoseconds. - Weight::from_parts(166_880_000_u64, 0) + // Minimum execution time: 168_070 nanoseconds. + Weight::from_parts(173_320_000_u64, 0) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } // Storage: `Vesting::Renounced` (r:0 w:1) // Proof: `Vesting::Renounced` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) fn renounce() -> Weight { - // Minimum execution time: 13_170 nanoseconds. - Weight::from_parts(13_570_000_u64, 0) + // Minimum execution time: 13_340 nanoseconds. + Weight::from_parts(14_080_000_u64, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } @@ -127,8 +127,8 @@ impl WeightInfo for () { // Storage: `Balances::Freezes` (r:1 w:0) // Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) fn add_vesting_schedule() -> Weight { - // Minimum execution time: 117_460 nanoseconds. - Weight::from_parts(119_340_000_u64, 0) + // Minimum execution time: 120_040 nanoseconds. + Weight::from_parts(124_240_000_u64, 0) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -143,8 +143,8 @@ impl WeightInfo for () { // Storage: `System::Account` (r:1 w:1) // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn claim() -> Weight { - // Minimum execution time: 52_469 nanoseconds. - Weight::from_parts(53_730_000_u64, 0) + // Minimum execution time: 52_300 nanoseconds. + Weight::from_parts(53_550_000_u64, 0) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -163,16 +163,16 @@ impl WeightInfo for () { // Storage: `Vesting::CounterForVestingSchedules` (r:1 w:1) // Proof: `Vesting::CounterForVestingSchedules` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) fn cancel_all_vesting_schedules() -> Weight { - // Minimum execution time: 165_190 nanoseconds. - Weight::from_parts(166_880_000_u64, 0) + // Minimum execution time: 168_070 nanoseconds. + Weight::from_parts(173_320_000_u64, 0) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } // Storage: `Vesting::Renounced` (r:0 w:1) // Proof: `Vesting::Renounced` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) fn renounce() -> Weight { - // Minimum execution time: 13_170 nanoseconds. - Weight::from_parts(13_570_000_u64, 0) + // Minimum execution time: 13_340 nanoseconds. + Weight::from_parts(14_080_000_u64, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } } diff --git a/pallets/reserve/src/weights.rs b/pallets/reserve/src/weights.rs index 19080ba9e2b..4191f42d2b2 100644 --- a/pallets/reserve/src/weights.rs +++ b/pallets/reserve/src/weights.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_reserve //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-13, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `chain-bench-b606df9f`, CPU: `AMD EPYC 7B13` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -55,16 +55,16 @@ impl WeightInfo for SubstrateWeight { // Storage: `System::Account` (r:2 w:2) // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn tip() -> Weight { - // Minimum execution time: 67_140 nanoseconds. - Weight::from_parts(68_670_000_u64, 0) + // Minimum execution time: 70_110 nanoseconds. + Weight::from_parts(72_090_000_u64, 0) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } // Storage: `System::Account` (r:2 w:2) // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn spend() -> Weight { - // Minimum execution time: 75_820 nanoseconds. - Weight::from_parts(77_300_000_u64, 0) + // Minimum execution time: 79_060 nanoseconds. + Weight::from_parts(80_470_000_u64, 0) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -74,16 +74,16 @@ impl WeightInfo for () { // Storage: `System::Account` (r:2 w:2) // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn tip() -> Weight { - // Minimum execution time: 67_140 nanoseconds. - Weight::from_parts(68_670_000_u64, 0) + // Minimum execution time: 70_110 nanoseconds. + Weight::from_parts(72_090_000_u64, 0) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } // Storage: `System::Account` (r:2 w:2) // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn spend() -> Weight { - // Minimum execution time: 75_820 nanoseconds. - Weight::from_parts(77_300_000_u64, 0) + // Minimum execution time: 79_060 nanoseconds. + Weight::from_parts(80_470_000_u64, 0) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/pallets/sponsorship/src/weights.rs b/pallets/sponsorship/src/weights.rs index 50b88c47d1b..5c765734448 100644 --- a/pallets/sponsorship/src/weights.rs +++ b/pallets/sponsorship/src/weights.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_sponsorship //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-13, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `chain-bench-b606df9f`, CPU: `AMD EPYC 7B13` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -66,8 +66,8 @@ impl WeightInfo for SubstrateWeight { // Storage: `Sponsorship::Pot` (r:1 w:1) // Proof: `Sponsorship::Pot` (`max_values`: None, `max_size`: None, mode: `Measured`) fn create_pot() -> Weight { - // Minimum execution time: 40_000 nanoseconds. - Weight::from_parts(41_350_000_u64, 0) + // Minimum execution time: 41_640 nanoseconds. + Weight::from_parts(43_050_000_u64, 0) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -78,8 +78,8 @@ impl WeightInfo for SubstrateWeight { // Storage: `Sponsorship::User` (r:1 w:0) // Proof: `Sponsorship::User` (`max_values`: None, `max_size`: None, mode: `Measured`) fn remove_pot() -> Weight { - // Minimum execution time: 28_320 nanoseconds. - Weight::from_parts(28_980_000_u64, 0) + // Minimum execution time: 29_140 nanoseconds. + Weight::from_parts(30_480_000_u64, 0) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -88,16 +88,16 @@ impl WeightInfo for SubstrateWeight { // Storage: `Sponsorship::Pot` (r:1 w:1) // Proof: `Sponsorship::Pot` (`max_values`: None, `max_size`: None, mode: `Measured`) fn update_pot_limits() -> Weight { - // Minimum execution time: 21_490 nanoseconds. - Weight::from_parts(22_110_000_u64, 0) + // Minimum execution time: 22_560 nanoseconds. + Weight::from_parts(23_130_000_u64, 0) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } // Storage: `Sponsorship::Pot` (r:1 w:1) // Proof: `Sponsorship::Pot` (`max_values`: None, `max_size`: None, mode: `Measured`) fn update_sponsorship_type() -> Weight { - // Minimum execution time: 18_120 nanoseconds. - Weight::from_parts(19_060_000_u64, 0) + // Minimum execution time: 18_980 nanoseconds. + Weight::from_parts(19_540_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -113,10 +113,10 @@ impl WeightInfo for SubstrateWeight { // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) /// The range of component `l` is `[1, 1000]`. fn register_users(l: u32, ) -> Weight { - // Minimum execution time: 70_260 nanoseconds. - Weight::from_parts(70_770_000_u64, 0) - // Standard Error: 10_182 - .saturating_add(Weight::from_parts(44_597_301_u64, 0).saturating_mul(l as u64)) + // Minimum execution time: 71_760 nanoseconds. + Weight::from_parts(72_560_000_u64, 0) + // Standard Error: 11_650 + .saturating_add(Weight::from_parts(45_986_453_u64, 0).saturating_mul(l as u64)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(l as u64))) .saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(l as u64))) @@ -133,10 +133,10 @@ impl WeightInfo for SubstrateWeight { // Proof: `Sponsorship::UserRegistrationCount` (`max_values`: None, `max_size`: None, mode: `Measured`) /// The range of component `l` is `[1, 1000]`. fn remove_users(l: u32, ) -> Weight { - // Minimum execution time: 135_989 nanoseconds. - Weight::from_parts(137_530_000_u64, 0) - // Standard Error: 56_658 - .saturating_add(Weight::from_parts(119_489_290_u64, 0).saturating_mul(l as u64)) + // Minimum execution time: 139_100 nanoseconds. + Weight::from_parts(140_630_000_u64, 0) + // Standard Error: 61_620 + .saturating_add(Weight::from_parts(122_776_792_u64, 0).saturating_mul(l as u64)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(l as u64))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -150,10 +150,10 @@ impl WeightInfo for SubstrateWeight { // Proof: `Sponsorship::User` (`max_values`: None, `max_size`: None, mode: `Measured`) /// The range of component `l` is `[1, 1000]`. fn update_users_limits(l: u32, ) -> Weight { - // Minimum execution time: 31_070 nanoseconds. - Weight::from_parts(31_300_000_u64, 0) - // Standard Error: 9_792 - .saturating_add(Weight::from_parts(9_190_432_u64, 0).saturating_mul(l as u64)) + // Minimum execution time: 31_270 nanoseconds. + Weight::from_parts(31_949_000_u64, 0) + // Standard Error: 9_793 + .saturating_add(Weight::from_parts(9_475_596_u64, 0).saturating_mul(l as u64)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(l as u64))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -166,8 +166,8 @@ impl WeightInfo for SubstrateWeight { // Storage: `System::Account` (r:2 w:2) // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn pre_sponsor() -> Weight { - // Minimum execution time: 77_509 nanoseconds. - Weight::from_parts(78_280_000_u64, 0) + // Minimum execution time: 78_790 nanoseconds. + Weight::from_parts(80_860_000_u64, 0) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -178,8 +178,8 @@ impl WeightInfo for SubstrateWeight { // Storage: `Sponsorship::Pot` (r:0 w:1) // Proof: `Sponsorship::Pot` (`max_values`: None, `max_size`: None, mode: `Measured`) fn post_sponsor() -> Weight { - // Minimum execution time: 69_650 nanoseconds. - Weight::from_parts(70_800_000_u64, 0) + // Minimum execution time: 71_660 nanoseconds. + Weight::from_parts(72_360_000_u64, 0) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -189,10 +189,10 @@ impl WeightInfo for SubstrateWeight { // Proof: `Sponsorship::UserRegistrationCount` (`max_values`: None, `max_size`: None, mode: `Measured`) /// The range of component `l` is `[1, 1000]`. fn migrate_users(l: u32, ) -> Weight { - // Minimum execution time: 22_720 nanoseconds. - Weight::from_parts(22_971_000_u64, 0) - // Standard Error: 3_023 - .saturating_add(Weight::from_parts(10_514_036_u64, 0).saturating_mul(l as u64)) + // Minimum execution time: 22_540 nanoseconds. + Weight::from_parts(22_930_000_u64, 0) + // Standard Error: 3_486 + .saturating_add(Weight::from_parts(10_661_741_u64, 0).saturating_mul(l as u64)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(l as u64))) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(l as u64))) @@ -201,10 +201,10 @@ impl WeightInfo for SubstrateWeight { // Proof: `Sponsorship::Pot` (`max_values`: None, `max_size`: None, mode: `Measured`) /// The range of component `l` is `[1, 1000]`. fn migrate_pots(l: u32, ) -> Weight { - // Minimum execution time: 18_130 nanoseconds. - Weight::from_parts(18_710_000_u64, 0) - // Standard Error: 2_991 - .saturating_add(Weight::from_parts(5_980_964_u64, 0).saturating_mul(l as u64)) + // Minimum execution time: 18_400 nanoseconds. + Weight::from_parts(18_990_000_u64, 0) + // Standard Error: 2_823 + .saturating_add(Weight::from_parts(6_018_841_u64, 0).saturating_mul(l as u64)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(l as u64))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(l as u64))) @@ -217,8 +217,8 @@ impl WeightInfo for () { // Storage: `Sponsorship::Pot` (r:1 w:1) // Proof: `Sponsorship::Pot` (`max_values`: None, `max_size`: None, mode: `Measured`) fn create_pot() -> Weight { - // Minimum execution time: 40_000 nanoseconds. - Weight::from_parts(41_350_000_u64, 0) + // Minimum execution time: 41_640 nanoseconds. + Weight::from_parts(43_050_000_u64, 0) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -229,8 +229,8 @@ impl WeightInfo for () { // Storage: `Sponsorship::User` (r:1 w:0) // Proof: `Sponsorship::User` (`max_values`: None, `max_size`: None, mode: `Measured`) fn remove_pot() -> Weight { - // Minimum execution time: 28_320 nanoseconds. - Weight::from_parts(28_980_000_u64, 0) + // Minimum execution time: 29_140 nanoseconds. + Weight::from_parts(30_480_000_u64, 0) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -239,16 +239,16 @@ impl WeightInfo for () { // Storage: `Sponsorship::Pot` (r:1 w:1) // Proof: `Sponsorship::Pot` (`max_values`: None, `max_size`: None, mode: `Measured`) fn update_pot_limits() -> Weight { - // Minimum execution time: 21_490 nanoseconds. - Weight::from_parts(22_110_000_u64, 0) + // Minimum execution time: 22_560 nanoseconds. + Weight::from_parts(23_130_000_u64, 0) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } // Storage: `Sponsorship::Pot` (r:1 w:1) // Proof: `Sponsorship::Pot` (`max_values`: None, `max_size`: None, mode: `Measured`) fn update_sponsorship_type() -> Weight { - // Minimum execution time: 18_120 nanoseconds. - Weight::from_parts(19_060_000_u64, 0) + // Minimum execution time: 18_980 nanoseconds. + Weight::from_parts(19_540_000_u64, 0) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -264,10 +264,10 @@ impl WeightInfo for () { // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) /// The range of component `l` is `[1, 1000]`. fn register_users(l: u32, ) -> Weight { - // Minimum execution time: 70_260 nanoseconds. - Weight::from_parts(70_770_000_u64, 0) - // Standard Error: 10_182 - .saturating_add(Weight::from_parts(44_597_301_u64, 0).saturating_mul(l as u64)) + // Minimum execution time: 71_760 nanoseconds. + Weight::from_parts(72_560_000_u64, 0) + // Standard Error: 11_650 + .saturating_add(Weight::from_parts(45_986_453_u64, 0).saturating_mul(l as u64)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(l as u64))) .saturating_add(RocksDbWeight::get().writes((4_u64).saturating_mul(l as u64))) @@ -284,10 +284,10 @@ impl WeightInfo for () { // Proof: `Sponsorship::UserRegistrationCount` (`max_values`: None, `max_size`: None, mode: `Measured`) /// The range of component `l` is `[1, 1000]`. fn remove_users(l: u32, ) -> Weight { - // Minimum execution time: 135_989 nanoseconds. - Weight::from_parts(137_530_000_u64, 0) - // Standard Error: 56_658 - .saturating_add(Weight::from_parts(119_489_290_u64, 0).saturating_mul(l as u64)) + // Minimum execution time: 139_100 nanoseconds. + Weight::from_parts(140_630_000_u64, 0) + // Standard Error: 61_620 + .saturating_add(Weight::from_parts(122_776_792_u64, 0).saturating_mul(l as u64)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(l as u64))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -301,10 +301,10 @@ impl WeightInfo for () { // Proof: `Sponsorship::User` (`max_values`: None, `max_size`: None, mode: `Measured`) /// The range of component `l` is `[1, 1000]`. fn update_users_limits(l: u32, ) -> Weight { - // Minimum execution time: 31_070 nanoseconds. - Weight::from_parts(31_300_000_u64, 0) - // Standard Error: 9_792 - .saturating_add(Weight::from_parts(9_190_432_u64, 0).saturating_mul(l as u64)) + // Minimum execution time: 31_270 nanoseconds. + Weight::from_parts(31_949_000_u64, 0) + // Standard Error: 9_793 + .saturating_add(Weight::from_parts(9_475_596_u64, 0).saturating_mul(l as u64)) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(l as u64))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -317,8 +317,8 @@ impl WeightInfo for () { // Storage: `System::Account` (r:2 w:2) // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn pre_sponsor() -> Weight { - // Minimum execution time: 77_509 nanoseconds. - Weight::from_parts(78_280_000_u64, 0) + // Minimum execution time: 78_790 nanoseconds. + Weight::from_parts(80_860_000_u64, 0) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -329,8 +329,8 @@ impl WeightInfo for () { // Storage: `Sponsorship::Pot` (r:0 w:1) // Proof: `Sponsorship::Pot` (`max_values`: None, `max_size`: None, mode: `Measured`) fn post_sponsor() -> Weight { - // Minimum execution time: 69_650 nanoseconds. - Weight::from_parts(70_800_000_u64, 0) + // Minimum execution time: 71_660 nanoseconds. + Weight::from_parts(72_360_000_u64, 0) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -340,10 +340,10 @@ impl WeightInfo for () { // Proof: `Sponsorship::UserRegistrationCount` (`max_values`: None, `max_size`: None, mode: `Measured`) /// The range of component `l` is `[1, 1000]`. fn migrate_users(l: u32, ) -> Weight { - // Minimum execution time: 22_720 nanoseconds. - Weight::from_parts(22_971_000_u64, 0) - // Standard Error: 3_023 - .saturating_add(Weight::from_parts(10_514_036_u64, 0).saturating_mul(l as u64)) + // Minimum execution time: 22_540 nanoseconds. + Weight::from_parts(22_930_000_u64, 0) + // Standard Error: 3_486 + .saturating_add(Weight::from_parts(10_661_741_u64, 0).saturating_mul(l as u64)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(l as u64))) .saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(l as u64))) @@ -352,10 +352,10 @@ impl WeightInfo for () { // Proof: `Sponsorship::Pot` (`max_values`: None, `max_size`: None, mode: `Measured`) /// The range of component `l` is `[1, 1000]`. fn migrate_pots(l: u32, ) -> Weight { - // Minimum execution time: 18_130 nanoseconds. - Weight::from_parts(18_710_000_u64, 0) - // Standard Error: 2_991 - .saturating_add(Weight::from_parts(5_980_964_u64, 0).saturating_mul(l as u64)) + // Minimum execution time: 18_400 nanoseconds. + Weight::from_parts(18_990_000_u64, 0) + // Standard Error: 2_823 + .saturating_add(Weight::from_parts(6_018_841_u64, 0).saturating_mul(l as u64)) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(l as u64))) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(l as u64))) diff --git a/pallets/uniques/src/weights.rs b/pallets/uniques/src/weights.rs index 9784bdcfbcf..b2417dc5201 100644 --- a/pallets/uniques/src/weights.rs +++ b/pallets/uniques/src/weights.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_nodle_uniques //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-13, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `chain-bench-b606df9f`, CPU: `AMD EPYC 7B13` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -82,14 +82,14 @@ impl WeightInfo for SubstrateWeight { /// The range of component `m` is `[0, 1000]`. /// The range of component `a` is `[0, 1000]`. fn destroy(n: u32, m: u32, a: u32, ) -> Weight { - // Minimum execution time: 3_300_430 nanoseconds. - Weight::from_parts(3_323_830_000_u64, 0) - // Standard Error: 29_156 - .saturating_add(Weight::from_parts(35_327_247_u64, 0).saturating_mul(n as u64)) - // Standard Error: 29_156 - .saturating_add(Weight::from_parts(262_305_u64, 0).saturating_mul(m as u64)) - // Standard Error: 29_156 - .saturating_add(Weight::from_parts(347_396_u64, 0).saturating_mul(a as u64)) + // Minimum execution time: 3_386_000 nanoseconds. + Weight::from_parts(3_401_720_000_u64, 0) + // Standard Error: 31_656 + .saturating_add(Weight::from_parts(36_363_801_u64, 0).saturating_mul(n as u64)) + // Standard Error: 31_656 + .saturating_add(Weight::from_parts(251_483_u64, 0).saturating_mul(m as u64)) + // Standard Error: 31_656 + .saturating_add(Weight::from_parts(371_577_u64, 0).saturating_mul(a as u64)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(n as u64))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(m as u64))) @@ -114,8 +114,8 @@ impl WeightInfo for SubstrateWeight { // Storage: `NodleUniques::ItemExtraDeposits` (r:0 w:1) // Proof: `NodleUniques::ItemExtraDeposits` (`max_values`: None, `max_size`: Some(56), added: 2531, mode: `MaxEncodedLen`) fn mint_with_extra_deposit() -> Weight { - // Minimum execution time: 88_420 nanoseconds. - Weight::from_parts(90_260_000_u64, 0) + // Minimum execution time: 89_020 nanoseconds. + Weight::from_parts(90_579_000_u64, 0) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -132,8 +132,8 @@ impl WeightInfo for SubstrateWeight { // Storage: `Uniques::ItemPriceOf` (r:0 w:1) // Proof: `Uniques::ItemPriceOf` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) fn burn() -> Weight { - // Minimum execution time: 87_660 nanoseconds. - Weight::from_parts(89_210_000_u64, 0) + // Minimum execution time: 88_160 nanoseconds. + Weight::from_parts(90_270_000_u64, 0) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -146,8 +146,8 @@ impl WeightInfo for SubstrateWeight { // Storage: `NodleUniques::CollectionExtraDepositDetails` (r:0 w:1) // Proof: `NodleUniques::CollectionExtraDepositDetails` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`) fn create_with_extra_deposit_limit() -> Weight { - // Minimum execution time: 51_600 nanoseconds. - Weight::from_parts(53_360_000_u64, 0) + // Minimum execution time: 52_450 nanoseconds. + Weight::from_parts(57_230_000_u64, 0) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -162,8 +162,8 @@ impl WeightInfo for SubstrateWeight { // Storage: `Uniques::ClassAccount` (r:0 w:2) // Proof: `Uniques::ClassAccount` (`max_values`: None, `max_size`: Some(68), added: 2543, mode: `MaxEncodedLen`) fn transfer_ownership() -> Weight { - // Minimum execution time: 79_780 nanoseconds. - Weight::from_parts(80_800_000_u64, 0) + // Minimum execution time: 79_930 nanoseconds. + Weight::from_parts(81_020_000_u64, 0) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -172,8 +172,8 @@ impl WeightInfo for SubstrateWeight { // Storage: `NodleUniques::CollectionExtraDepositDetails` (r:1 w:1) // Proof: `NodleUniques::CollectionExtraDepositDetails` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`) fn update_extra_deposit_limit() -> Weight { - // Minimum execution time: 27_890 nanoseconds. - Weight::from_parts(29_030_000_u64, 0) + // Minimum execution time: 28_780 nanoseconds. + Weight::from_parts(29_770_000_u64, 0) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -206,14 +206,14 @@ impl WeightInfo for () { /// The range of component `m` is `[0, 1000]`. /// The range of component `a` is `[0, 1000]`. fn destroy(n: u32, m: u32, a: u32, ) -> Weight { - // Minimum execution time: 3_300_430 nanoseconds. - Weight::from_parts(3_323_830_000_u64, 0) - // Standard Error: 29_156 - .saturating_add(Weight::from_parts(35_327_247_u64, 0).saturating_mul(n as u64)) - // Standard Error: 29_156 - .saturating_add(Weight::from_parts(262_305_u64, 0).saturating_mul(m as u64)) - // Standard Error: 29_156 - .saturating_add(Weight::from_parts(347_396_u64, 0).saturating_mul(a as u64)) + // Minimum execution time: 3_386_000 nanoseconds. + Weight::from_parts(3_401_720_000_u64, 0) + // Standard Error: 31_656 + .saturating_add(Weight::from_parts(36_363_801_u64, 0).saturating_mul(n as u64)) + // Standard Error: 31_656 + .saturating_add(Weight::from_parts(251_483_u64, 0).saturating_mul(m as u64)) + // Standard Error: 31_656 + .saturating_add(Weight::from_parts(371_577_u64, 0).saturating_mul(a as u64)) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(n as u64))) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(m as u64))) @@ -238,8 +238,8 @@ impl WeightInfo for () { // Storage: `NodleUniques::ItemExtraDeposits` (r:0 w:1) // Proof: `NodleUniques::ItemExtraDeposits` (`max_values`: None, `max_size`: Some(56), added: 2531, mode: `MaxEncodedLen`) fn mint_with_extra_deposit() -> Weight { - // Minimum execution time: 88_420 nanoseconds. - Weight::from_parts(90_260_000_u64, 0) + // Minimum execution time: 89_020 nanoseconds. + Weight::from_parts(90_579_000_u64, 0) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -256,8 +256,8 @@ impl WeightInfo for () { // Storage: `Uniques::ItemPriceOf` (r:0 w:1) // Proof: `Uniques::ItemPriceOf` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) fn burn() -> Weight { - // Minimum execution time: 87_660 nanoseconds. - Weight::from_parts(89_210_000_u64, 0) + // Minimum execution time: 88_160 nanoseconds. + Weight::from_parts(90_270_000_u64, 0) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -270,8 +270,8 @@ impl WeightInfo for () { // Storage: `NodleUniques::CollectionExtraDepositDetails` (r:0 w:1) // Proof: `NodleUniques::CollectionExtraDepositDetails` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`) fn create_with_extra_deposit_limit() -> Weight { - // Minimum execution time: 51_600 nanoseconds. - Weight::from_parts(53_360_000_u64, 0) + // Minimum execution time: 52_450 nanoseconds. + Weight::from_parts(57_230_000_u64, 0) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -286,8 +286,8 @@ impl WeightInfo for () { // Storage: `Uniques::ClassAccount` (r:0 w:2) // Proof: `Uniques::ClassAccount` (`max_values`: None, `max_size`: Some(68), added: 2543, mode: `MaxEncodedLen`) fn transfer_ownership() -> Weight { - // Minimum execution time: 79_780 nanoseconds. - Weight::from_parts(80_800_000_u64, 0) + // Minimum execution time: 79_930 nanoseconds. + Weight::from_parts(81_020_000_u64, 0) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -296,8 +296,8 @@ impl WeightInfo for () { // Storage: `NodleUniques::CollectionExtraDepositDetails` (r:1 w:1) // Proof: `NodleUniques::CollectionExtraDepositDetails` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`) fn update_extra_deposit_limit() -> Weight { - // Minimum execution time: 27_890 nanoseconds. - Weight::from_parts(29_030_000_u64, 0) + // Minimum execution time: 28_780 nanoseconds. + Weight::from_parts(29_770_000_u64, 0) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/runtimes/eden/src/weights/frame_system.rs b/runtimes/eden/src/weights/frame_system.rs index 515a011aa28..6b68f392534 100644 --- a/runtimes/eden/src/weights/frame_system.rs +++ b/runtimes/eden/src/weights/frame_system.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for frame_system //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-13, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `chain-bench-b606df9f`, CPU: `AMD EPYC 7B13` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -48,25 +48,25 @@ pub struct WeightInfo(PhantomData); impl frame_system::WeightInfo for WeightInfo { /// The range of component `b` is `[0, 3932160]`. fn remark(b: u32, ) -> Weight { - // Minimum execution time: 3_010 nanoseconds. - Weight::from_parts(3_156_119_u64, 0) + // Minimum execution time: 3_420 nanoseconds. + Weight::from_parts(3_335_188_u64, 0) // Standard Error: 0 - .saturating_add(Weight::from_parts(359_u64, 0).saturating_mul(b as u64)) + .saturating_add(Weight::from_parts(360_u64, 0).saturating_mul(b as u64)) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { - // Minimum execution time: 11_820 nanoseconds. - Weight::from_parts(23_469_999_u64, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(1_800_u64, 0).saturating_mul(b as u64)) + // Minimum execution time: 12_180 nanoseconds. + Weight::from_parts(22_437_864_u64, 0) + // Standard Error: 1 + .saturating_add(Weight::from_parts(1_796_u64, 0).saturating_mul(b as u64)) } // Storage: `System::Digest` (r:1 w:1) // Proof: `System::Digest` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) // Storage: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1) // Proof: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1) fn set_heap_pages() -> Weight { - // Minimum execution time: 6_140 nanoseconds. - Weight::from_parts(6_500_000_u64, 0) + // Minimum execution time: 6_380 nanoseconds. + Weight::from_parts(6_760_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -83,8 +83,8 @@ impl frame_system::WeightInfo for WeightInfo { // Storage: `ParachainSystem::DidSetValidationCode` (r:0 w:1) // Proof: `ParachainSystem::DidSetValidationCode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) fn set_code() -> Weight { - // Minimum execution time: 163_981_875 nanoseconds. - Weight::from_parts(169_531_684_000_u64, 0) + // Minimum execution time: 163_788_754 nanoseconds. + Weight::from_parts(168_509_354_000_u64, 0) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -92,30 +92,30 @@ impl frame_system::WeightInfo for WeightInfo { // Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`) /// The range of component `i` is `[0, 1000]`. fn set_storage(i: u32, ) -> Weight { - // Minimum execution time: 3_260 nanoseconds. - Weight::from_parts(3_340_000_u64, 0) - // Standard Error: 1_913 - .saturating_add(Weight::from_parts(1_039_759_u64, 0).saturating_mul(i as u64)) + // Minimum execution time: 3_380 nanoseconds. + Weight::from_parts(3_510_000_u64, 0) + // Standard Error: 2_025 + .saturating_add(Weight::from_parts(1_060_422_u64, 0).saturating_mul(i as u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i as u64))) } // Storage: `Skipped::Metadata` (r:0 w:0) // Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`) /// The range of component `i` is `[0, 1000]`. fn kill_storage(i: u32, ) -> Weight { - // Minimum execution time: 3_270 nanoseconds. - Weight::from_parts(3_360_000_u64, 0) - // Standard Error: 842 - .saturating_add(Weight::from_parts(697_816_u64, 0).saturating_mul(i as u64)) + // Minimum execution time: 3_420 nanoseconds. + Weight::from_parts(3_640_000_u64, 0) + // Standard Error: 841 + .saturating_add(Weight::from_parts(708_729_u64, 0).saturating_mul(i as u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i as u64))) } // Storage: `Skipped::Metadata` (r:0 w:0) // Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`) /// The range of component `p` is `[0, 1000]`. fn kill_prefix(p: u32, ) -> Weight { - // Minimum execution time: 6_400 nanoseconds. - Weight::from_parts(6_560_000_u64, 0) - // Standard Error: 1_167 - .saturating_add(Weight::from_parts(1_237_516_u64, 0).saturating_mul(p as u64)) + // Minimum execution time: 6_780 nanoseconds. + Weight::from_parts(6_920_000_u64, 0) + // Standard Error: 1_138 + .saturating_add(Weight::from_parts(1_261_255_u64, 0).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p as u64))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p as u64))) } diff --git a/runtimes/eden/src/weights/pallet_balances.rs b/runtimes/eden/src/weights/pallet_balances.rs index 460f4dee9fb..94012e5b996 100644 --- a/runtimes/eden/src/weights/pallet_balances.rs +++ b/runtimes/eden/src/weights/pallet_balances.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_balances //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-13, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `chain-bench-b606df9f`, CPU: `AMD EPYC 7B13` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -49,56 +49,56 @@ impl pallet_balances::WeightInfo for WeightInfo { // Storage: `System::Account` (r:1 w:1) // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn transfer_allow_death() -> Weight { - // Minimum execution time: 88_960 nanoseconds. - Weight::from_parts(90_900_000_u64, 0) + // Minimum execution time: 90_920 nanoseconds. + Weight::from_parts(92_760_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } // Storage: `System::Account` (r:1 w:1) // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn transfer_keep_alive() -> Weight { - // Minimum execution time: 66_510 nanoseconds. - Weight::from_parts(67_410_000_u64, 0) + // Minimum execution time: 67_830 nanoseconds. + Weight::from_parts(69_320_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } // Storage: `System::Account` (r:1 w:1) // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn force_set_balance_creating() -> Weight { - // Minimum execution time: 24_470 nanoseconds. - Weight::from_parts(25_530_000_u64, 0) + // Minimum execution time: 24_990 nanoseconds. + Weight::from_parts(25_740_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } // Storage: `System::Account` (r:1 w:1) // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn force_set_balance_killing() -> Weight { - // Minimum execution time: 36_420 nanoseconds. - Weight::from_parts(37_810_000_u64, 0) + // Minimum execution time: 36_770 nanoseconds. + Weight::from_parts(37_480_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } // Storage: `System::Account` (r:2 w:2) // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn force_transfer() -> Weight { - // Minimum execution time: 90_851 nanoseconds. - Weight::from_parts(92_929_000_u64, 0) + // Minimum execution time: 92_530 nanoseconds. + Weight::from_parts(94_020_000_u64, 0) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } // Storage: `System::Account` (r:1 w:1) // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn transfer_all() -> Weight { - // Minimum execution time: 83_060 nanoseconds. - Weight::from_parts(84_890_000_u64, 0) + // Minimum execution time: 84_969 nanoseconds. + Weight::from_parts(87_390_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } // Storage: `System::Account` (r:1 w:1) // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn force_unreserve() -> Weight { - // Minimum execution time: 29_170 nanoseconds. - Weight::from_parts(29_930_000_u64, 0) + // Minimum execution time: 29_490 nanoseconds. + Weight::from_parts(30_360_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -106,10 +106,10 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) /// The range of component `u` is `[1, 1000]`. fn upgrade_accounts(u: u32, ) -> Weight { - // Minimum execution time: 26_760 nanoseconds. - Weight::from_parts(27_450_000_u64, 0) - // Standard Error: 12_076 - .saturating_add(Weight::from_parts(22_675_173_u64, 0).saturating_mul(u as u64)) + // Minimum execution time: 27_680 nanoseconds. + Weight::from_parts(27_990_000_u64, 0) + // Standard Error: 11_783 + .saturating_add(Weight::from_parts(23_260_297_u64, 0).saturating_mul(u as u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(u as u64))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(u as u64))) } diff --git a/runtimes/eden/src/weights/pallet_collator_selection.rs b/runtimes/eden/src/weights/pallet_collator_selection.rs index 0e31451c2c6..1ccf320db46 100644 --- a/runtimes/eden/src/weights/pallet_collator_selection.rs +++ b/runtimes/eden/src/weights/pallet_collator_selection.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_collator_selection //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-13, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `chain-bench-b606df9f`, CPU: `AMD EPYC 7B13` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -52,10 +52,10 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof: `CollatorSelection::Invulnerables` (`max_values`: Some(1), `max_size`: Some(1601), added: 2096, mode: `MaxEncodedLen`) /// The range of component `b` is `[1, 50]`. fn set_invulnerables(b: u32, ) -> Weight { - // Minimum execution time: 21_220 nanoseconds. - Weight::from_parts(19_278_611_u64, 0) - // Standard Error: 6_122 - .saturating_add(Weight::from_parts(4_176_457_u64, 0).saturating_mul(b as u64)) + // Minimum execution time: 22_090 nanoseconds. + Weight::from_parts(20_110_557_u64, 0) + // Standard Error: 5_261 + .saturating_add(Weight::from_parts(4_236_857_u64, 0).saturating_mul(b as u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b as u64))) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -70,12 +70,12 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// The range of component `b` is `[1, 49]`. /// The range of component `c` is `[1, 999]`. fn add_invulnerable(b: u32, c: u32, ) -> Weight { - // Minimum execution time: 69_740 nanoseconds. - Weight::from_parts(65_261_293_u64, 0) - // Standard Error: 15_445 - .saturating_add(Weight::from_parts(18_255_u64, 0).saturating_mul(b as u64)) - // Standard Error: 756 - .saturating_add(Weight::from_parts(86_339_u64, 0).saturating_mul(c as u64)) + // Minimum execution time: 72_411 nanoseconds. + Weight::from_parts(65_530_748_u64, 0) + // Standard Error: 18_181 + .saturating_add(Weight::from_parts(37_057_u64, 0).saturating_mul(b as u64)) + // Standard Error: 890 + .saturating_add(Weight::from_parts(91_763_u64, 0).saturating_mul(c as u64)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -85,25 +85,25 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof: `CollatorSelection::Invulnerables` (`max_values`: Some(1), `max_size`: Some(1601), added: 2096, mode: `MaxEncodedLen`) /// The range of component `b` is `[4, 50]`. fn remove_invulnerable(b: u32, ) -> Weight { - // Minimum execution time: 22_440 nanoseconds. - Weight::from_parts(23_332_577_u64, 0) - // Standard Error: 962 - .saturating_add(Weight::from_parts(64_138_u64, 0).saturating_mul(b as u64)) + // Minimum execution time: 23_520 nanoseconds. + Weight::from_parts(24_526_513_u64, 0) + // Standard Error: 1_300 + .saturating_add(Weight::from_parts(64_411_u64, 0).saturating_mul(b as u64)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } // Storage: `CollatorSelection::DesiredCandidates` (r:0 w:1) // Proof: `CollatorSelection::DesiredCandidates` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) fn set_desired_candidates() -> Weight { - // Minimum execution time: 10_749 nanoseconds. - Weight::from_parts(11_280_000_u64, 0) + // Minimum execution time: 12_120 nanoseconds. + Weight::from_parts(12_680_000_u64, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } // Storage: `CollatorSelection::CandidacyBond` (r:0 w:1) // Proof: `CollatorSelection::CandidacyBond` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) fn set_candidacy_bond() -> Weight { - // Minimum execution time: 10_590 nanoseconds. - Weight::from_parts(11_020_000_u64, 0) + // Minimum execution time: 11_880 nanoseconds. + Weight::from_parts(12_200_000_u64, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } // Storage: `CollatorSelection::Candidates` (r:1 w:1) @@ -120,10 +120,10 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof: `CollatorSelection::LastAuthoredBlock` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`) /// The range of component `c` is `[1, 999]`. fn register_as_candidate(c: u32, ) -> Weight { - // Minimum execution time: 61_800 nanoseconds. - Weight::from_parts(62_250_240_u64, 0) - // Standard Error: 1_294 - .saturating_add(Weight::from_parts(87_516_u64, 0).saturating_mul(c as u64)) + // Minimum execution time: 62_180 nanoseconds. + Weight::from_parts(60_802_215_u64, 0) + // Standard Error: 1_437 + .saturating_add(Weight::from_parts(95_230_u64, 0).saturating_mul(c as u64)) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -135,10 +135,10 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof: `CollatorSelection::LastAuthoredBlock` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`) /// The range of component `c` is `[2, 1000]`. fn leave_intent(c: u32, ) -> Weight { - // Minimum execution time: 49_440 nanoseconds. - Weight::from_parts(49_311_286_u64, 0) - // Standard Error: 1_261 - .saturating_add(Weight::from_parts(79_006_u64, 0).saturating_mul(c as u64)) + // Minimum execution time: 49_929 nanoseconds. + Weight::from_parts(48_207_349_u64, 0) + // Standard Error: 1_432 + .saturating_add(Weight::from_parts(85_844_u64, 0).saturating_mul(c as u64)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -149,8 +149,8 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Storage: `CollatorSelection::LastAuthoredBlock` (r:0 w:1) // Proof: `CollatorSelection::LastAuthoredBlock` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`) fn note_author() -> Weight { - // Minimum execution time: 74_360 nanoseconds. - Weight::from_parts(75_830_000_u64, 0) + // Minimum execution time: 76_090 nanoseconds. + Weight::from_parts(77_420_000_u64, 0) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -166,22 +166,14 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) /// The range of component `r` is `[1, 1000]`. /// The range of component `c` is `[1, 1000]`. - fn new_session(_r: u32, c: u32, ) -> Weight { - // Minimum execution time: 30_540 nanoseconds. - Weight::from_parts(31_460_000_u64, 0) - // Standard Error: 953_343 - .saturating_add(Weight::from_parts(40_181_408_u64, 0).saturating_mul(c as u64)) + fn new_session(r: u32, c: u32, ) -> Weight { + // Minimum execution time: 30_720 nanoseconds. + Weight::from_parts(31_400_000_u64, 0) + // Standard Error: 970_248 + .saturating_add(Weight::from_parts(40_919_584_u64, 0).saturating_mul(c as u64)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c as u64))) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c as u64))) } - -// fn add_invulnerable(_b: u32, _c: u32) -> Weight { -// Default::default() -// } - -// fn remove_invulnerable(_b: u32) -> Weight { -// Default::default() -// } } diff --git a/runtimes/eden/src/weights/pallet_identity.rs b/runtimes/eden/src/weights/pallet_identity.rs index b4ed19428d9..e2c0e877c4e 100644 --- a/runtimes/eden/src/weights/pallet_identity.rs +++ b/runtimes/eden/src/weights/pallet_identity.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_identity //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-13, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `chain-bench-b606df9f`, CPU: `AMD EPYC 7B13` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -50,10 +50,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof: `Identity::Registrars` (`max_values`: Some(1), `max_size`: Some(1141), added: 1636, mode: `MaxEncodedLen`) /// The range of component `r` is `[1, 19]`. fn add_registrar(r: u32, ) -> Weight { - // Minimum execution time: 17_660 nanoseconds. - Weight::from_parts(18_817_843_u64, 0) - // Standard Error: 2_458 - .saturating_add(Weight::from_parts(100_477_u64, 0).saturating_mul(r as u64)) + // Minimum execution time: 17_810 nanoseconds. + Weight::from_parts(18_994_679_u64, 0) + // Standard Error: 2_574 + .saturating_add(Weight::from_parts(100_505_u64, 0).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -62,12 +62,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn set_identity(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 50_300 nanoseconds. - Weight::from_parts(49_507_329_u64, 0) - // Standard Error: 6_381 - .saturating_add(Weight::from_parts(95_778_u64, 0).saturating_mul(r as u64)) - // Standard Error: 1_245 - .saturating_add(Weight::from_parts(881_945_u64, 0).saturating_mul(x as u64)) + // Minimum execution time: 50_580 nanoseconds. + Weight::from_parts(49_907_622_u64, 0) + // Standard Error: 7_971 + .saturating_add(Weight::from_parts(108_365_u64, 0).saturating_mul(r as u64)) + // Standard Error: 1_555 + .saturating_add(Weight::from_parts(878_173_u64, 0).saturating_mul(x as u64)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -79,10 +79,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof: `Identity::SuperOf` (`max_values`: None, `max_size`: Some(114), added: 2589, mode: `MaxEncodedLen`) /// The range of component `s` is `[0, 100]`. fn set_subs_new(s: u32, ) -> Weight { - // Minimum execution time: 15_029 nanoseconds. - Weight::from_parts(36_102_451_u64, 0) - // Standard Error: 6_061 - .saturating_add(Weight::from_parts(5_232_207_u64, 0).saturating_mul(s as u64)) + // Minimum execution time: 14_540 nanoseconds. + Weight::from_parts(37_201_121_u64, 0) + // Standard Error: 6_711 + .saturating_add(Weight::from_parts(5_271_330_u64, 0).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s as u64))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -96,10 +96,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof: `Identity::SuperOf` (`max_values`: None, `max_size`: Some(114), added: 2589, mode: `MaxEncodedLen`) /// The range of component `p` is `[0, 100]`. fn set_subs_old(p: u32, ) -> Weight { - // Minimum execution time: 14_889 nanoseconds. - Weight::from_parts(35_849_838_u64, 0) - // Standard Error: 5_020 - .saturating_add(Weight::from_parts(2_028_586_u64, 0).saturating_mul(p as u64)) + // Minimum execution time: 14_900 nanoseconds. + Weight::from_parts(35_500_844_u64, 0) + // Standard Error: 5_200 + .saturating_add(Weight::from_parts(2_078_958_u64, 0).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p as u64))) @@ -114,14 +114,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight { - // Minimum execution time: 95_190 nanoseconds. - Weight::from_parts(51_120_333_u64, 0) - // Standard Error: 10_482 - .saturating_add(Weight::from_parts(46_958_u64, 0).saturating_mul(r as u64)) - // Standard Error: 2_046 - .saturating_add(Weight::from_parts(2_017_340_u64, 0).saturating_mul(s as u64)) - // Standard Error: 2_046 - .saturating_add(Weight::from_parts(465_024_u64, 0).saturating_mul(x as u64)) + // Minimum execution time: 95_060 nanoseconds. + Weight::from_parts(49_806_623_u64, 0) + // Standard Error: 14_508 + .saturating_add(Weight::from_parts(124_109_u64, 0).saturating_mul(r as u64)) + // Standard Error: 2_833 + .saturating_add(Weight::from_parts(2_045_432_u64, 0).saturating_mul(s as u64)) + // Standard Error: 2_833 + .saturating_add(Weight::from_parts(485_345_u64, 0).saturating_mul(x as u64)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s as u64))) @@ -133,12 +133,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn request_judgement(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 49_280 nanoseconds. - Weight::from_parts(48_178_468_u64, 0) - // Standard Error: 8_224 - .saturating_add(Weight::from_parts(134_086_u64, 0).saturating_mul(r as u64)) - // Standard Error: 1_604 - .saturating_add(Weight::from_parts(893_504_u64, 0).saturating_mul(x as u64)) + // Minimum execution time: 49_780 nanoseconds. + Weight::from_parts(48_410_100_u64, 0) + // Standard Error: 10_494 + .saturating_add(Weight::from_parts(144_814_u64, 0).saturating_mul(r as u64)) + // Standard Error: 2_047 + .saturating_add(Weight::from_parts(913_961_u64, 0).saturating_mul(x as u64)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -147,12 +147,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn cancel_request(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 46_130 nanoseconds. - Weight::from_parts(44_713_461_u64, 0) - // Standard Error: 7_879 - .saturating_add(Weight::from_parts(107_189_u64, 0).saturating_mul(r as u64)) - // Standard Error: 1_537 - .saturating_add(Weight::from_parts(911_404_u64, 0).saturating_mul(x as u64)) + // Minimum execution time: 45_950 nanoseconds. + Weight::from_parts(46_152_838_u64, 0) + // Standard Error: 9_097 + .saturating_add(Weight::from_parts(70_800_u64, 0).saturating_mul(r as u64)) + // Standard Error: 1_775 + .saturating_add(Weight::from_parts(902_855_u64, 0).saturating_mul(x as u64)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -160,10 +160,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof: `Identity::Registrars` (`max_values`: Some(1), `max_size`: Some(1141), added: 1636, mode: `MaxEncodedLen`) /// The range of component `r` is `[1, 19]`. fn set_fee(r: u32, ) -> Weight { - // Minimum execution time: 10_880 nanoseconds. - Weight::from_parts(11_732_473_u64, 0) - // Standard Error: 1_638 - .saturating_add(Weight::from_parts(77_335_u64, 0).saturating_mul(r as u64)) + // Minimum execution time: 10_720 nanoseconds. + Weight::from_parts(11_398_666_u64, 0) + // Standard Error: 1_791 + .saturating_add(Weight::from_parts(81_322_u64, 0).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -171,10 +171,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof: `Identity::Registrars` (`max_values`: Some(1), `max_size`: Some(1141), added: 1636, mode: `MaxEncodedLen`) /// The range of component `r` is `[1, 19]`. fn set_account_id(r: u32, ) -> Weight { - // Minimum execution time: 11_210 nanoseconds. - Weight::from_parts(11_956_179_u64, 0) - // Standard Error: 1_558 - .saturating_add(Weight::from_parts(72_337_u64, 0).saturating_mul(r as u64)) + // Minimum execution time: 11_120 nanoseconds. + Weight::from_parts(11_724_728_u64, 0) + // Standard Error: 1_535 + .saturating_add(Weight::from_parts(73_951_u64, 0).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -182,10 +182,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof: `Identity::Registrars` (`max_values`: Some(1), `max_size`: Some(1141), added: 1636, mode: `MaxEncodedLen`) /// The range of component `r` is `[1, 19]`. fn set_fields(r: u32, ) -> Weight { - // Minimum execution time: 10_680 nanoseconds. - Weight::from_parts(11_578_069_u64, 0) - // Standard Error: 1_702 - .saturating_add(Weight::from_parts(74_478_u64, 0).saturating_mul(r as u64)) + // Minimum execution time: 10_750 nanoseconds. + Weight::from_parts(11_453_675_u64, 0) + // Standard Error: 1_660 + .saturating_add(Weight::from_parts(75_850_u64, 0).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -196,12 +196,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 19]`. /// The range of component `x` is `[0, 100]`. fn provide_judgement(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 34_680 nanoseconds. - Weight::from_parts(32_823_845_u64, 0) - // Standard Error: 10_530 - .saturating_add(Weight::from_parts(144_065_u64, 0).saturating_mul(r as u64)) - // Standard Error: 1_948 - .saturating_add(Weight::from_parts(1_406_346_u64, 0).saturating_mul(x as u64)) + // Minimum execution time: 34_469 nanoseconds. + Weight::from_parts(32_798_258_u64, 0) + // Standard Error: 9_948 + .saturating_add(Weight::from_parts(151_965_u64, 0).saturating_mul(r as u64)) + // Standard Error: 1_840 + .saturating_add(Weight::from_parts(1_389_398_u64, 0).saturating_mul(x as u64)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -217,14 +217,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight { - // Minimum execution time: 121_170 nanoseconds. - Weight::from_parts(77_541_808_u64, 0) - // Standard Error: 10_306 - .saturating_add(Weight::from_parts(97_527_u64, 0).saturating_mul(r as u64)) - // Standard Error: 2_012 - .saturating_add(Weight::from_parts(2_078_027_u64, 0).saturating_mul(s as u64)) - // Standard Error: 2_012 - .saturating_add(Weight::from_parts(469_446_u64, 0).saturating_mul(x as u64)) + // Minimum execution time: 121_780 nanoseconds. + Weight::from_parts(79_531_985_u64, 0) + // Standard Error: 13_002 + .saturating_add(Weight::from_parts(160_496_u64, 0).saturating_mul(r as u64)) + // Standard Error: 2_539 + .saturating_add(Weight::from_parts(2_072_192_u64, 0).saturating_mul(s as u64)) + // Standard Error: 2_539 + .saturating_add(Weight::from_parts(466_513_u64, 0).saturating_mul(x as u64)) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s as u64))) @@ -237,10 +237,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof: `Identity::SubsOf` (`max_values`: None, `max_size`: Some(3258), added: 5733, mode: `MaxEncodedLen`) /// The range of component `s` is `[0, 99]`. fn add_sub(s: u32, ) -> Weight { - // Minimum execution time: 45_220 nanoseconds. - Weight::from_parts(50_433_258_u64, 0) - // Standard Error: 1_470 - .saturating_add(Weight::from_parts(76_458_u64, 0).saturating_mul(s as u64)) + // Minimum execution time: 45_460 nanoseconds. + Weight::from_parts(50_997_918_u64, 0) + // Standard Error: 1_748 + .saturating_add(Weight::from_parts(74_302_u64, 0).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -250,10 +250,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof: `Identity::SuperOf` (`max_values`: None, `max_size`: Some(114), added: 2589, mode: `MaxEncodedLen`) /// The range of component `s` is `[1, 100]`. fn rename_sub(s: u32, ) -> Weight { - // Minimum execution time: 19_771 nanoseconds. - Weight::from_parts(22_221_878_u64, 0) - // Standard Error: 636 - .saturating_add(Weight::from_parts(27_580_u64, 0).saturating_mul(s as u64)) + // Minimum execution time: 19_550 nanoseconds. + Weight::from_parts(21_850_878_u64, 0) + // Standard Error: 688 + .saturating_add(Weight::from_parts(27_334_u64, 0).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -265,10 +265,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof: `Identity::SubsOf` (`max_values`: None, `max_size`: Some(3258), added: 5733, mode: `MaxEncodedLen`) /// The range of component `s` is `[1, 100]`. fn remove_sub(s: u32, ) -> Weight { - // Minimum execution time: 48_520 nanoseconds. - Weight::from_parts(52_619_390_u64, 0) - // Standard Error: 1_126 - .saturating_add(Weight::from_parts(58_598_u64, 0).saturating_mul(s as u64)) + // Minimum execution time: 49_331 nanoseconds. + Weight::from_parts(52_965_548_u64, 0) + // Standard Error: 1_411 + .saturating_add(Weight::from_parts(52_318_u64, 0).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -280,10 +280,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) /// The range of component `s` is `[0, 99]`. fn quit_sub(s: u32, ) -> Weight { - // Minimum execution time: 34_120 nanoseconds. - Weight::from_parts(36_776_043_u64, 0) - // Standard Error: 894 - .saturating_add(Weight::from_parts(67_331_u64, 0).saturating_mul(s as u64)) + // Minimum execution time: 34_090 nanoseconds. + Weight::from_parts(36_806_262_u64, 0) + // Standard Error: 922 + .saturating_add(Weight::from_parts(62_352_u64, 0).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/runtimes/eden/src/weights/pallet_membership.rs b/runtimes/eden/src/weights/pallet_membership.rs index 16715e77729..f1863e7f4c8 100644 --- a/runtimes/eden/src/weights/pallet_membership.rs +++ b/runtimes/eden/src/weights/pallet_membership.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_membership //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-13, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `chain-bench-b606df9f`, CPU: `AMD EPYC 7B13` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -56,10 +56,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Proof: `TechnicalCommittee::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// The range of component `m` is `[1, 49]`. fn add_member(m: u32, ) -> Weight { - // Minimum execution time: 22_870 nanoseconds. - Weight::from_parts(24_018_070_u64, 0) - // Standard Error: 1_234 - .saturating_add(Weight::from_parts(25_899_u64, 0).saturating_mul(m as u64)) + // Minimum execution time: 23_130 nanoseconds. + Weight::from_parts(24_154_771_u64, 0) + // Standard Error: 1_783 + .saturating_add(Weight::from_parts(28_550_u64, 0).saturating_mul(m as u64)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -75,10 +75,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Proof: `TechnicalCommittee::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// The range of component `m` is `[2, 50]`. fn remove_member(m: u32, ) -> Weight { - // Minimum execution time: 26_489 nanoseconds. - Weight::from_parts(27_779_749_u64, 0) - // Standard Error: 1_896 - .saturating_add(Weight::from_parts(25_620_u64, 0).saturating_mul(m as u64)) + // Minimum execution time: 26_890 nanoseconds. + Weight::from_parts(28_018_700_u64, 0) + // Standard Error: 1_188 + .saturating_add(Weight::from_parts(15_764_u64, 0).saturating_mul(m as u64)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -94,10 +94,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Proof: `TechnicalCommittee::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// The range of component `m` is `[2, 50]`. fn swap_member(m: u32, ) -> Weight { - // Minimum execution time: 27_120 nanoseconds. - Weight::from_parts(28_083_033_u64, 0) - // Standard Error: 1_153 - .saturating_add(Weight::from_parts(38_567_u64, 0).saturating_mul(m as u64)) + // Minimum execution time: 26_790 nanoseconds. + Weight::from_parts(27_905_285_u64, 0) + // Standard Error: 1_441 + .saturating_add(Weight::from_parts(45_826_u64, 0).saturating_mul(m as u64)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -113,10 +113,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Proof: `TechnicalCommittee::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// The range of component `m` is `[1, 50]`. fn reset_member(m: u32, ) -> Weight { - // Minimum execution time: 26_569 nanoseconds. - Weight::from_parts(28_314_027_u64, 0) - // Standard Error: 1_834 - .saturating_add(Weight::from_parts(180_043_u64, 0).saturating_mul(m as u64)) + // Minimum execution time: 26_650 nanoseconds. + Weight::from_parts(28_583_860_u64, 0) + // Standard Error: 1_812 + .saturating_add(Weight::from_parts(176_503_u64, 0).saturating_mul(m as u64)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -132,10 +132,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Proof: `TechnicalCommittee::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// The range of component `m` is `[1, 50]`. fn change_key(m: u32, ) -> Weight { - // Minimum execution time: 27_820 nanoseconds. - Weight::from_parts(28_452_902_u64, 0) - // Standard Error: 1_628 - .saturating_add(Weight::from_parts(56_277_u64, 0).saturating_mul(m as u64)) + // Minimum execution time: 28_220 nanoseconds. + Weight::from_parts(29_147_036_u64, 0) + // Standard Error: 2_044 + .saturating_add(Weight::from_parts(43_165_u64, 0).saturating_mul(m as u64)) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -147,10 +147,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Proof: `TechnicalCommittee::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// The range of component `m` is `[1, 50]`. fn set_prime(m: u32, ) -> Weight { - // Minimum execution time: 10_730 nanoseconds. - Weight::from_parts(11_486_281_u64, 0) - // Standard Error: 723 - .saturating_add(Weight::from_parts(10_350_u64, 0).saturating_mul(m as u64)) + // Minimum execution time: 10_480 nanoseconds. + Weight::from_parts(11_194_186_u64, 0) + // Standard Error: 684 + .saturating_add(Weight::from_parts(9_188_u64, 0).saturating_mul(m as u64)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -160,10 +160,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Proof: `TechnicalCommittee::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) /// The range of component `m` is `[1, 50]`. fn clear_prime(m: u32, ) -> Weight { - // Minimum execution time: 4_811 nanoseconds. - Weight::from_parts(5_198_814_u64, 0) - // Standard Error: 333 - .saturating_add(Weight::from_parts(857_u64, 0).saturating_mul(m as u64)) + // Minimum execution time: 4_889 nanoseconds. + Weight::from_parts(5_245_754_u64, 0) + // Standard Error: 331 + .saturating_add(Weight::from_parts(947_u64, 0).saturating_mul(m as u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } } diff --git a/runtimes/eden/src/weights/pallet_multisig.rs b/runtimes/eden/src/weights/pallet_multisig.rs index aceb1c90945..36276cfb5b4 100644 --- a/runtimes/eden/src/weights/pallet_multisig.rs +++ b/runtimes/eden/src/weights/pallet_multisig.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_multisig //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-13, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `chain-bench-b606df9f`, CPU: `AMD EPYC 7B13` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -48,22 +48,22 @@ pub struct WeightInfo(PhantomData); impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_threshold_1(z: u32, ) -> Weight { - // Minimum execution time: 15_810 nanoseconds. - Weight::from_parts(16_843_166_u64, 0) - // Standard Error: 4 - .saturating_add(Weight::from_parts(511_u64, 0).saturating_mul(z as u64)) + // Minimum execution time: 16_160 nanoseconds. + Weight::from_parts(17_061_737_u64, 0) + // Standard Error: 3 + .saturating_add(Weight::from_parts(522_u64, 0).saturating_mul(z as u64)) } // Storage: `Multisig::Multisigs` (r:1 w:1) // Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(3346), added: 5821, mode: `MaxEncodedLen`) /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_create(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 58_760 nanoseconds. - Weight::from_parts(52_089_028_u64, 0) - // Standard Error: 877 - .saturating_add(Weight::from_parts(85_022_u64, 0).saturating_mul(s as u64)) - // Standard Error: 8 - .saturating_add(Weight::from_parts(1_474_u64, 0).saturating_mul(z as u64)) + // Minimum execution time: 59_210 nanoseconds. + Weight::from_parts(53_402_047_u64, 0) + // Standard Error: 1_175 + .saturating_add(Weight::from_parts(79_478_u64, 0).saturating_mul(s as u64)) + // Standard Error: 11 + .saturating_add(Weight::from_parts(1_454_u64, 0).saturating_mul(z as u64)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -72,12 +72,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[3, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_approve(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 36_120 nanoseconds. - Weight::from_parts(29_089_829_u64, 0) - // Standard Error: 551 - .saturating_add(Weight::from_parts(81_641_u64, 0).saturating_mul(s as u64)) - // Standard Error: 5 - .saturating_add(Weight::from_parts(1_468_u64, 0).saturating_mul(z as u64)) + // Minimum execution time: 36_410 nanoseconds. + Weight::from_parts(29_267_844_u64, 0) + // Standard Error: 748 + .saturating_add(Weight::from_parts(84_316_u64, 0).saturating_mul(s as u64)) + // Standard Error: 7 + .saturating_add(Weight::from_parts(1_493_u64, 0).saturating_mul(z as u64)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -88,12 +88,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_complete(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 64_990 nanoseconds. - Weight::from_parts(54_473_892_u64, 0) - // Standard Error: 1_370 - .saturating_add(Weight::from_parts(117_869_u64, 0).saturating_mul(s as u64)) - // Standard Error: 13 - .saturating_add(Weight::from_parts(1_614_u64, 0).saturating_mul(z as u64)) + // Minimum execution time: 65_350 nanoseconds. + Weight::from_parts(55_517_291_u64, 0) + // Standard Error: 1_178 + .saturating_add(Weight::from_parts(115_869_u64, 0).saturating_mul(s as u64)) + // Standard Error: 11 + .saturating_add(Weight::from_parts(1_549_u64, 0).saturating_mul(z as u64)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -101,10 +101,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(3346), added: 5821, mode: `MaxEncodedLen`) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_create(s: u32, ) -> Weight { - // Minimum execution time: 47_720 nanoseconds. - Weight::from_parts(49_826_422_u64, 0) - // Standard Error: 840 - .saturating_add(Weight::from_parts(91_527_u64, 0).saturating_mul(s as u64)) + // Minimum execution time: 48_300 nanoseconds. + Weight::from_parts(50_706_487_u64, 0) + // Standard Error: 1_254 + .saturating_add(Weight::from_parts(89_210_u64, 0).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -112,10 +112,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(3346), added: 5821, mode: `MaxEncodedLen`) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_approve(s: u32, ) -> Weight { - // Minimum execution time: 26_330 nanoseconds. - Weight::from_parts(27_380_596_u64, 0) - // Standard Error: 812 - .saturating_add(Weight::from_parts(84_280_u64, 0).saturating_mul(s as u64)) + // Minimum execution time: 26_190 nanoseconds. + Weight::from_parts(27_482_256_u64, 0) + // Standard Error: 730 + .saturating_add(Weight::from_parts(87_281_u64, 0).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -123,10 +123,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(3346), added: 5821, mode: `MaxEncodedLen`) /// The range of component `s` is `[2, 100]`. fn cancel_as_multi(s: u32, ) -> Weight { - // Minimum execution time: 48_180 nanoseconds. - Weight::from_parts(49_695_571_u64, 0) - // Standard Error: 1_518 - .saturating_add(Weight::from_parts(93_146_u64, 0).saturating_mul(s as u64)) + // Minimum execution time: 49_100 nanoseconds. + Weight::from_parts(50_683_052_u64, 0) + // Standard Error: 966 + .saturating_add(Weight::from_parts(89_541_u64, 0).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtimes/eden/src/weights/pallet_preimage.rs b/runtimes/eden/src/weights/pallet_preimage.rs index 2aa6b88dee1..c8b3c44d1c5 100644 --- a/runtimes/eden/src/weights/pallet_preimage.rs +++ b/runtimes/eden/src/weights/pallet_preimage.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_preimage //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-13, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `chain-bench-b606df9f`, CPU: `AMD EPYC 7B13` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -52,10 +52,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) /// The range of component `s` is `[0, 4194304]`. fn note_preimage(s: u32, ) -> Weight { - // Minimum execution time: 45_590 nanoseconds. - Weight::from_parts(46_309_000_u64, 0) - // Standard Error: 10 - .saturating_add(Weight::from_parts(2_780_u64, 0).saturating_mul(s as u64)) + // Minimum execution time: 45_930 nanoseconds. + Weight::from_parts(46_680_000_u64, 0) + // Standard Error: 9 + .saturating_add(Weight::from_parts(2_706_u64, 0).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -65,10 +65,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) /// The range of component `s` is `[0, 4194304]`. fn note_requested_preimage(s: u32, ) -> Weight { - // Minimum execution time: 24_520 nanoseconds. - Weight::from_parts(24_890_000_u64, 0) + // Minimum execution time: 24_940 nanoseconds. + Weight::from_parts(25_330_000_u64, 0) // Standard Error: 10 - .saturating_add(Weight::from_parts(2_744_u64, 0).saturating_mul(s as u64)) + .saturating_add(Weight::from_parts(2_772_u64, 0).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -78,10 +78,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) /// The range of component `s` is `[0, 4194304]`. fn note_no_deposit_preimage(s: u32, ) -> Weight { - // Minimum execution time: 23_729 nanoseconds. - Weight::from_parts(24_200_000_u64, 0) + // Minimum execution time: 23_851 nanoseconds. + Weight::from_parts(24_160_000_u64, 0) // Standard Error: 9 - .saturating_add(Weight::from_parts(2_779_u64, 0).saturating_mul(s as u64)) + .saturating_add(Weight::from_parts(2_714_u64, 0).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -90,8 +90,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: `Preimage::PreimageFor` (r:0 w:1) // Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) fn unnote_preimage() -> Weight { - // Minimum execution time: 52_990 nanoseconds. - Weight::from_parts(54_030_000_u64, 0) + // Minimum execution time: 54_860 nanoseconds. + Weight::from_parts(56_720_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -100,40 +100,40 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: `Preimage::PreimageFor` (r:0 w:1) // Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) fn unnote_no_deposit_preimage() -> Weight { - // Minimum execution time: 30_660 nanoseconds. - Weight::from_parts(31_470_000_u64, 0) + // Minimum execution time: 31_360 nanoseconds. + Weight::from_parts(33_560_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } // Storage: `Preimage::StatusFor` (r:1 w:1) // Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) fn request_preimage() -> Weight { - // Minimum execution time: 26_289 nanoseconds. - Weight::from_parts(27_370_000_u64, 0) + // Minimum execution time: 25_670 nanoseconds. + Weight::from_parts(26_940_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } // Storage: `Preimage::StatusFor` (r:1 w:1) // Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) fn request_no_deposit_preimage() -> Weight { - // Minimum execution time: 15_940 nanoseconds. - Weight::from_parts(16_600_000_u64, 0) + // Minimum execution time: 16_410 nanoseconds. + Weight::from_parts(17_070_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } // Storage: `Preimage::StatusFor` (r:1 w:1) // Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) fn request_unnoted_preimage() -> Weight { - // Minimum execution time: 20_380 nanoseconds. - Weight::from_parts(20_940_000_u64, 0) + // Minimum execution time: 20_400 nanoseconds. + Weight::from_parts(21_090_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } // Storage: `Preimage::StatusFor` (r:1 w:1) // Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) fn request_requested_preimage() -> Weight { - // Minimum execution time: 12_931 nanoseconds. - Weight::from_parts(13_340_000_u64, 0) + // Minimum execution time: 13_150 nanoseconds. + Weight::from_parts(13_690_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -142,24 +142,24 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: `Preimage::PreimageFor` (r:0 w:1) // Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) fn unrequest_preimage() -> Weight { - // Minimum execution time: 28_100 nanoseconds. - Weight::from_parts(29_020_000_u64, 0) + // Minimum execution time: 28_540 nanoseconds. + Weight::from_parts(29_700_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } // Storage: `Preimage::StatusFor` (r:1 w:1) // Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) fn unrequest_unnoted_preimage() -> Weight { - // Minimum execution time: 12_830 nanoseconds. - Weight::from_parts(13_289_000_u64, 0) + // Minimum execution time: 12_980 nanoseconds. + Weight::from_parts(13_651_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } // Storage: `Preimage::StatusFor` (r:1 w:1) // Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) fn unrequest_multi_referenced_preimage() -> Weight { - // Minimum execution time: 12_890 nanoseconds. - Weight::from_parts(13_420_000_u64, 0) + // Minimum execution time: 13_269 nanoseconds. + Weight::from_parts(13_710_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/runtimes/eden/src/weights/pallet_scheduler.rs b/runtimes/eden/src/weights/pallet_scheduler.rs index 302a13f9aa9..bceaa259be4 100644 --- a/runtimes/eden/src/weights/pallet_scheduler.rs +++ b/runtimes/eden/src/weights/pallet_scheduler.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_scheduler //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-13, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `chain-bench-b606df9f`, CPU: `AMD EPYC 7B13` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -49,8 +49,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: `Scheduler::IncompleteSince` (r:1 w:1) // Proof: `Scheduler::IncompleteSince` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) fn service_agendas_base() -> Weight { - // Minimum execution time: 5_170 nanoseconds. - Weight::from_parts(5_400_000_u64, 0) + // Minimum execution time: 5_150 nanoseconds. + Weight::from_parts(5_380_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -58,16 +58,16 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) /// The range of component `s` is `[0, 50]`. fn service_agenda_base(s: u32, ) -> Weight { - // Minimum execution time: 4_990 nanoseconds. - Weight::from_parts(8_987_346_u64, 0) - // Standard Error: 3_683 - .saturating_add(Weight::from_parts(1_161_170_u64, 0).saturating_mul(s as u64)) + // Minimum execution time: 5_140 nanoseconds. + Weight::from_parts(8_785_896_u64, 0) + // Standard Error: 3_836 + .saturating_add(Weight::from_parts(1_181_728_u64, 0).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } fn service_task_base() -> Weight { - // Minimum execution time: 8_730 nanoseconds. - Weight::from_parts(8_960_000_u64, 0) + // Minimum execution time: 8_620 nanoseconds. + Weight::from_parts(8_940_000_u64, 0) } // Storage: `Preimage::PreimageFor` (r:1 w:1) // Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `Measured`) @@ -75,40 +75,40 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) /// The range of component `s` is `[128, 4194304]`. fn service_task_fetched(s: u32, ) -> Weight { - // Minimum execution time: 29_980 nanoseconds. - Weight::from_parts(30_260_000_u64, 0) - // Standard Error: 16 - .saturating_add(Weight::from_parts(1_345_u64, 0).saturating_mul(s as u64)) + // Minimum execution time: 30_300 nanoseconds. + Weight::from_parts(30_740_000_u64, 0) + // Standard Error: 11 + .saturating_add(Weight::from_parts(1_205_u64, 0).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } // Storage: `Scheduler::Lookup` (r:0 w:1) // Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) fn service_task_named() -> Weight { - // Minimum execution time: 11_170 nanoseconds. - Weight::from_parts(11_550_000_u64, 0) + // Minimum execution time: 11_190 nanoseconds. + Weight::from_parts(11_720_000_u64, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } fn service_task_periodic() -> Weight { // Minimum execution time: 8_690 nanoseconds. - Weight::from_parts(8_989_000_u64, 0) + Weight::from_parts(8_990_000_u64, 0) } fn execute_dispatch_signed() -> Weight { - // Minimum execution time: 3_760 nanoseconds. - Weight::from_parts(4_040_000_u64, 0) + // Minimum execution time: 3_960 nanoseconds. + Weight::from_parts(4_060_000_u64, 0) } fn execute_dispatch_unsigned() -> Weight { - // Minimum execution time: 3_700 nanoseconds. - Weight::from_parts(4_040_000_u64, 0) + // Minimum execution time: 3_830 nanoseconds. + Weight::from_parts(4_070_000_u64, 0) } // Storage: `Scheduler::Agenda` (r:1 w:1) // Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) /// The range of component `s` is `[0, 49]`. fn schedule(s: u32, ) -> Weight { - // Minimum execution time: 19_220 nanoseconds. - Weight::from_parts(23_476_797_u64, 0) - // Standard Error: 4_295 - .saturating_add(Weight::from_parts(1_165_736_u64, 0).saturating_mul(s as u64)) + // Minimum execution time: 19_589 nanoseconds. + Weight::from_parts(23_106_155_u64, 0) + // Standard Error: 3_901 + .saturating_add(Weight::from_parts(1_198_121_u64, 0).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -118,10 +118,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) /// The range of component `s` is `[1, 50]`. fn cancel(s: u32, ) -> Weight { - // Minimum execution time: 26_110 nanoseconds. - Weight::from_parts(23_666_253_u64, 0) - // Standard Error: 5_053 - .saturating_add(Weight::from_parts(2_143_084_u64, 0).saturating_mul(s as u64)) + // Minimum execution time: 26_330 nanoseconds. + Weight::from_parts(23_566_555_u64, 0) + // Standard Error: 5_009 + .saturating_add(Weight::from_parts(2_171_855_u64, 0).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -131,10 +131,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) /// The range of component `s` is `[0, 49]`. fn schedule_named(s: u32, ) -> Weight { - // Minimum execution time: 24_360 nanoseconds. - Weight::from_parts(29_126_992_u64, 0) - // Standard Error: 4_416 - .saturating_add(Weight::from_parts(1_211_220_u64, 0).saturating_mul(s as u64)) + // Minimum execution time: 24_510 nanoseconds. + Weight::from_parts(29_266_571_u64, 0) + // Standard Error: 4_228 + .saturating_add(Weight::from_parts(1_228_365_u64, 0).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -144,10 +144,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) /// The range of component `s` is `[1, 50]`. fn cancel_named(s: u32, ) -> Weight { - // Minimum execution time: 27_830 nanoseconds. - Weight::from_parts(26_473_864_u64, 0) - // Standard Error: 5_729 - .saturating_add(Weight::from_parts(2_131_314_u64, 0).saturating_mul(s as u64)) + // Minimum execution time: 28_370 nanoseconds. + Weight::from_parts(26_474_710_u64, 0) + // Standard Error: 5_501 + .saturating_add(Weight::from_parts(2_201_346_u64, 0).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/runtimes/eden/src/weights/pallet_timestamp.rs b/runtimes/eden/src/weights/pallet_timestamp.rs index d36be5aafd9..8f212b5d2ce 100644 --- a/runtimes/eden/src/weights/pallet_timestamp.rs +++ b/runtimes/eden/src/weights/pallet_timestamp.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_timestamp //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-13, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `chain-bench-b606df9f`, CPU: `AMD EPYC 7B13` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -49,13 +49,13 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Storage: `Timestamp::Now` (r:1 w:1) // Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) fn set() -> Weight { - // Minimum execution time: 9_950 nanoseconds. - Weight::from_parts(10_320_000_u64, 0) + // Minimum execution time: 9_930 nanoseconds. + Weight::from_parts(10_230_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } fn on_finalize() -> Weight { - // Minimum execution time: 5_420 nanoseconds. - Weight::from_parts(5_600_000_u64, 0) + // Minimum execution time: 5_350 nanoseconds. + Weight::from_parts(5_510_000_u64, 0) } } diff --git a/runtimes/eden/src/weights/pallet_uniques.rs b/runtimes/eden/src/weights/pallet_uniques.rs index 04d5c3e4555..258abd57a45 100644 --- a/runtimes/eden/src/weights/pallet_uniques.rs +++ b/runtimes/eden/src/weights/pallet_uniques.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_uniques //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-13, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `chain-bench-b606df9f`, CPU: `AMD EPYC 7B13` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -51,8 +51,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: `Uniques::ClassAccount` (r:0 w:1) // Proof: `Uniques::ClassAccount` (`max_values`: None, `max_size`: Some(68), added: 2543, mode: `MaxEncodedLen`) fn create() -> Weight { - // Minimum execution time: 44_670 nanoseconds. - Weight::from_parts(45_830_000_u64, 0) + // Minimum execution time: 45_970 nanoseconds. + Weight::from_parts(47_160_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -61,8 +61,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: `Uniques::ClassAccount` (r:0 w:1) // Proof: `Uniques::ClassAccount` (`max_values`: None, `max_size`: Some(68), added: 2543, mode: `MaxEncodedLen`) fn force_create() -> Weight { - // Minimum execution time: 20_310 nanoseconds. - Weight::from_parts(21_040_000_u64, 0) + // Minimum execution time: 21_070 nanoseconds. + Weight::from_parts(21_760_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -86,14 +86,14 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// The range of component `m` is `[0, 1000]`. /// The range of component `a` is `[0, 1000]`. fn destroy(n: u32, m: u32, a: u32, ) -> Weight { - // Minimum execution time: 2_764_170 nanoseconds. - Weight::from_parts(2_790_440_000_u64, 0) - // Standard Error: 25_587 - .saturating_add(Weight::from_parts(9_979_963_u64, 0).saturating_mul(n as u64)) - // Standard Error: 25_587 - .saturating_add(Weight::from_parts(263_483_u64, 0).saturating_mul(m as u64)) - // Standard Error: 25_587 - .saturating_add(Weight::from_parts(327_596_u64, 0).saturating_mul(a as u64)) + // Minimum execution time: 2_835_620 nanoseconds. + Weight::from_parts(2_845_709_000_u64, 0) + // Standard Error: 27_513 + .saturating_add(Weight::from_parts(10_077_207_u64, 0).saturating_mul(n as u64)) + // Standard Error: 27_513 + .saturating_add(Weight::from_parts(314_372_u64, 0).saturating_mul(m as u64)) + // Standard Error: 27_513 + .saturating_add(Weight::from_parts(298_814_u64, 0).saturating_mul(a as u64)) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n as u64))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(m as u64))) @@ -112,8 +112,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: `Uniques::Account` (r:0 w:1) // Proof: `Uniques::Account` (`max_values`: None, `max_size`: Some(88), added: 2563, mode: `MaxEncodedLen`) fn mint() -> Weight { - // Minimum execution time: 52_870 nanoseconds. - Weight::from_parts(54_250_000_u64, 0) + // Minimum execution time: 55_111 nanoseconds. + Weight::from_parts(56_030_000_u64, 0) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -126,8 +126,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: `Uniques::ItemPriceOf` (r:0 w:1) // Proof: `Uniques::ItemPriceOf` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) fn burn() -> Weight { - // Minimum execution time: 55_580 nanoseconds. - Weight::from_parts(56_260_000_u64, 0) + // Minimum execution time: 57_300 nanoseconds. + Weight::from_parts(58_250_000_u64, 0) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -140,8 +140,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: `Uniques::ItemPriceOf` (r:0 w:1) // Proof: `Uniques::ItemPriceOf` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) fn transfer() -> Weight { - // Minimum execution time: 39_750 nanoseconds. - Weight::from_parts(40_670_000_u64, 0) + // Minimum execution time: 40_450 nanoseconds. + Weight::from_parts(41_550_000_u64, 0) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -151,10 +151,10 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof: `Uniques::Asset` (`max_values`: None, `max_size`: Some(122), added: 2597, mode: `MaxEncodedLen`) /// The range of component `i` is `[0, 5000]`. fn redeposit(i: u32, ) -> Weight { - // Minimum execution time: 20_650 nanoseconds. - Weight::from_parts(21_209_000_u64, 0) - // Standard Error: 13_652 - .saturating_add(Weight::from_parts(25_338_219_u64, 0).saturating_mul(i as u64)) + // Minimum execution time: 21_080 nanoseconds. + Weight::from_parts(21_430_000_u64, 0) + // Standard Error: 17_175 + .saturating_add(Weight::from_parts(26_270_016_u64, 0).saturating_mul(i as u64)) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i as u64))) .saturating_add(T::DbWeight::get().writes(1_u64)) @@ -165,8 +165,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: `Uniques::Class` (r:1 w:0) // Proof: `Uniques::Class` (`max_values`: None, `max_size`: Some(178), added: 2653, mode: `MaxEncodedLen`) fn freeze() -> Weight { - // Minimum execution time: 26_191 nanoseconds. - Weight::from_parts(27_410_000_u64, 0) + // Minimum execution time: 27_100 nanoseconds. + Weight::from_parts(27_840_000_u64, 0) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -175,24 +175,24 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: `Uniques::Class` (r:1 w:0) // Proof: `Uniques::Class` (`max_values`: None, `max_size`: Some(178), added: 2653, mode: `MaxEncodedLen`) fn thaw() -> Weight { - // Minimum execution time: 26_110 nanoseconds. - Weight::from_parts(26_960_000_u64, 0) + // Minimum execution time: 26_780 nanoseconds. + Weight::from_parts(27_650_000_u64, 0) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } // Storage: `Uniques::Class` (r:1 w:1) // Proof: `Uniques::Class` (`max_values`: None, `max_size`: Some(178), added: 2653, mode: `MaxEncodedLen`) fn freeze_collection() -> Weight { - // Minimum execution time: 19_480 nanoseconds. - Weight::from_parts(20_020_000_u64, 0) + // Minimum execution time: 19_730 nanoseconds. + Weight::from_parts(20_300_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } // Storage: `Uniques::Class` (r:1 w:1) // Proof: `Uniques::Class` (`max_values`: None, `max_size`: Some(178), added: 2653, mode: `MaxEncodedLen`) fn thaw_collection() -> Weight { - // Minimum execution time: 19_020 nanoseconds. - Weight::from_parts(19_770_000_u64, 0) + // Minimum execution time: 19_600 nanoseconds. + Weight::from_parts(20_440_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -203,16 +203,16 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: `Uniques::ClassAccount` (r:0 w:2) // Proof: `Uniques::ClassAccount` (`max_values`: None, `max_size`: Some(68), added: 2543, mode: `MaxEncodedLen`) fn transfer_ownership() -> Weight { - // Minimum execution time: 31_120 nanoseconds. - Weight::from_parts(31_810_000_u64, 0) + // Minimum execution time: 31_930 nanoseconds. + Weight::from_parts(32_940_000_u64, 0) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } // Storage: `Uniques::Class` (r:1 w:1) // Proof: `Uniques::Class` (`max_values`: None, `max_size`: Some(178), added: 2653, mode: `MaxEncodedLen`) fn set_team() -> Weight { - // Minimum execution time: 19_940 nanoseconds. - Weight::from_parts(20_800_000_u64, 0) + // Minimum execution time: 20_310 nanoseconds. + Weight::from_parts(21_110_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -221,8 +221,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: `Uniques::ClassAccount` (r:0 w:1) // Proof: `Uniques::ClassAccount` (`max_values`: None, `max_size`: Some(68), added: 2543, mode: `MaxEncodedLen`) fn force_item_status() -> Weight { - // Minimum execution time: 24_100 nanoseconds. - Weight::from_parts(24_790_000_u64, 0) + // Minimum execution time: 24_750 nanoseconds. + Weight::from_parts(25_350_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -233,8 +233,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: `Uniques::Attribute` (r:1 w:1) // Proof: `Uniques::Attribute` (`max_values`: None, `max_size`: Some(364), added: 2839, mode: `MaxEncodedLen`) fn set_attribute() -> Weight { - // Minimum execution time: 59_820 nanoseconds. - Weight::from_parts(60_870_000_u64, 0) + // Minimum execution time: 60_490 nanoseconds. + Weight::from_parts(61_900_000_u64, 0) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -245,8 +245,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: `Uniques::Attribute` (r:1 w:1) // Proof: `Uniques::Attribute` (`max_values`: None, `max_size`: Some(364), added: 2839, mode: `MaxEncodedLen`) fn clear_attribute() -> Weight { - // Minimum execution time: 56_080 nanoseconds. - Weight::from_parts(56_950_000_u64, 0) + // Minimum execution time: 57_180 nanoseconds. + Weight::from_parts(59_530_000_u64, 0) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -255,8 +255,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: `Uniques::InstanceMetadataOf` (r:1 w:1) // Proof: `Uniques::InstanceMetadataOf` (`max_values`: None, `max_size`: Some(187), added: 2662, mode: `MaxEncodedLen`) fn set_metadata() -> Weight { - // Minimum execution time: 44_000 nanoseconds. - Weight::from_parts(44_830_000_u64, 0) + // Minimum execution time: 45_710 nanoseconds. + Weight::from_parts(46_700_000_u64, 0) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -265,8 +265,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: `Uniques::InstanceMetadataOf` (r:1 w:1) // Proof: `Uniques::InstanceMetadataOf` (`max_values`: None, `max_size`: Some(187), added: 2662, mode: `MaxEncodedLen`) fn clear_metadata() -> Weight { - // Minimum execution time: 44_780 nanoseconds. - Weight::from_parts(45_830_000_u64, 0) + // Minimum execution time: 46_270 nanoseconds. + Weight::from_parts(47_490_000_u64, 0) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -275,8 +275,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: `Uniques::ClassMetadataOf` (r:1 w:1) // Proof: `Uniques::ClassMetadataOf` (`max_values`: None, `max_size`: Some(167), added: 2642, mode: `MaxEncodedLen`) fn set_collection_metadata() -> Weight { - // Minimum execution time: 45_690 nanoseconds. - Weight::from_parts(46_660_000_u64, 0) + // Minimum execution time: 46_691 nanoseconds. + Weight::from_parts(47_749_000_u64, 0) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -285,8 +285,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: `Uniques::ClassMetadataOf` (r:1 w:1) // Proof: `Uniques::ClassMetadataOf` (`max_values`: None, `max_size`: Some(167), added: 2642, mode: `MaxEncodedLen`) fn clear_collection_metadata() -> Weight { - // Minimum execution time: 44_650 nanoseconds. - Weight::from_parts(45_380_000_u64, 0) + // Minimum execution time: 45_280 nanoseconds. + Weight::from_parts(46_409_000_u64, 0) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -295,8 +295,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: `Uniques::Asset` (r:1 w:1) // Proof: `Uniques::Asset` (`max_values`: None, `max_size`: Some(122), added: 2597, mode: `MaxEncodedLen`) fn approve_transfer() -> Weight { - // Minimum execution time: 26_710 nanoseconds. - Weight::from_parts(27_660_000_u64, 0) + // Minimum execution time: 27_980 nanoseconds. + Weight::from_parts(28_770_000_u64, 0) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -305,16 +305,16 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: `Uniques::Asset` (r:1 w:1) // Proof: `Uniques::Asset` (`max_values`: None, `max_size`: Some(122), added: 2597, mode: `MaxEncodedLen`) fn cancel_approval() -> Weight { - // Minimum execution time: 26_540 nanoseconds. - Weight::from_parts(27_600_000_u64, 0) + // Minimum execution time: 27_850 nanoseconds. + Weight::from_parts(28_691_000_u64, 0) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } // Storage: `Uniques::OwnershipAcceptance` (r:1 w:1) // Proof: `Uniques::OwnershipAcceptance` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`) fn set_accept_ownership() -> Weight { - // Minimum execution time: 22_140 nanoseconds. - Weight::from_parts(22_820_000_u64, 0) + // Minimum execution time: 22_370 nanoseconds. + Weight::from_parts(23_429_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -323,8 +323,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: `Uniques::Class` (r:1 w:0) // Proof: `Uniques::Class` (`max_values`: None, `max_size`: Some(178), added: 2653, mode: `MaxEncodedLen`) fn set_collection_max_supply() -> Weight { - // Minimum execution time: 23_420 nanoseconds. - Weight::from_parts(24_150_000_u64, 0) + // Minimum execution time: 23_840 nanoseconds. + Weight::from_parts(24_320_000_u64, 0) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -333,8 +333,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: `Uniques::ItemPriceOf` (r:0 w:1) // Proof: `Uniques::ItemPriceOf` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) fn set_price() -> Weight { - // Minimum execution time: 22_810 nanoseconds. - Weight::from_parts(23_860_000_u64, 0) + // Minimum execution time: 23_550 nanoseconds. + Weight::from_parts(23_970_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -347,8 +347,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: `Uniques::Account` (r:0 w:2) // Proof: `Uniques::Account` (`max_values`: None, `max_size`: Some(88), added: 2563, mode: `MaxEncodedLen`) fn buy_item() -> Weight { - // Minimum execution time: 53_150 nanoseconds. - Weight::from_parts(54_180_000_u64, 0) + // Minimum execution time: 53_940 nanoseconds. + Weight::from_parts(54_890_000_u64, 0) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } diff --git a/runtimes/eden/src/weights/pallet_utility.rs b/runtimes/eden/src/weights/pallet_utility.rs index 8c04237004e..b2299e7017a 100644 --- a/runtimes/eden/src/weights/pallet_utility.rs +++ b/runtimes/eden/src/weights/pallet_utility.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_utility //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-13, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `chain-bench-b606df9f`, CPU: `AMD EPYC 7B13` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -48,31 +48,31 @@ pub struct WeightInfo(PhantomData); impl pallet_utility::WeightInfo for WeightInfo { /// The range of component `c` is `[0, 1000]`. fn batch(c: u32, ) -> Weight { - // Minimum execution time: 10_880 nanoseconds. - Weight::from_parts(15_875_585_u64, 0) - // Standard Error: 2_154 - .saturating_add(Weight::from_parts(7_561_652_u64, 0).saturating_mul(c as u64)) + // Minimum execution time: 10_940 nanoseconds. + Weight::from_parts(17_578_851_u64, 0) + // Standard Error: 2_173 + .saturating_add(Weight::from_parts(7_852_738_u64, 0).saturating_mul(c as u64)) } fn as_derivative() -> Weight { - // Minimum execution time: 7_290 nanoseconds. - Weight::from_parts(7_560_000_u64, 0) + // Minimum execution time: 7_610 nanoseconds. + Weight::from_parts(7_780_000_u64, 0) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { - // Minimum execution time: 10_740 nanoseconds. - Weight::from_parts(15_096_659_u64, 0) - // Standard Error: 2_999 - .saturating_add(Weight::from_parts(8_046_511_u64, 0).saturating_mul(c as u64)) + // Minimum execution time: 11_010 nanoseconds. + Weight::from_parts(22_762_643_u64, 0) + // Standard Error: 2_130 + .saturating_add(Weight::from_parts(8_374_331_u64, 0).saturating_mul(c as u64)) } fn dispatch_as() -> Weight { - // Minimum execution time: 14_060 nanoseconds. - Weight::from_parts(14_420_000_u64, 0) + // Minimum execution time: 14_490 nanoseconds. + Weight::from_parts(15_110_000_u64, 0) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { - // Minimum execution time: 10_720 nanoseconds. - Weight::from_parts(10_330_736_u64, 0) - // Standard Error: 2_817 - .saturating_add(Weight::from_parts(7_543_936_u64, 0).saturating_mul(c as u64)) + // Minimum execution time: 10_990 nanoseconds. + Weight::from_parts(24_159_908_u64, 0) + // Standard Error: 1_900 + .saturating_add(Weight::from_parts(7_851_231_u64, 0).saturating_mul(c as u64)) } } diff --git a/runtimes/eden/src/weights/pallet_xcm.rs b/runtimes/eden/src/weights/pallet_xcm.rs index 99f7ae89de8..8dce9d5a7d7 100644 --- a/runtimes/eden/src/weights/pallet_xcm.rs +++ b/runtimes/eden/src/weights/pallet_xcm.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_xcm //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-13, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! HOSTNAME: `chain-bench-b606df9f`, CPU: `AMD EPYC 7B13` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 @@ -57,8 +57,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1) // Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) fn send() -> Weight { - // Minimum execution time: 40_820 nanoseconds. - Weight::from_parts(42_040_000_u64, 0) + // Minimum execution time: 42_340 nanoseconds. + Weight::from_parts(43_950_000_u64, 0) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -71,8 +71,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: `ParachainInfo::ParachainId` (r:1 w:0) // Proof: `ParachainInfo::ParachainId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) fn reserve_transfer_assets() -> Weight { - // Minimum execution time: 34_180 nanoseconds. - Weight::from_parts(34_940_000_u64, 0) + // Minimum execution time: 34_810 nanoseconds. + Weight::from_parts(35_700_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) } // Storage: `Benchmark::Override` (r:0 w:0) @@ -84,15 +84,15 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: `PolkadotXcm::SupportedVersion` (r:0 w:1) // Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`) fn force_xcm_version() -> Weight { - // Minimum execution time: 14_780 nanoseconds. - Weight::from_parts(15_291_000_u64, 0) + // Minimum execution time: 15_070 nanoseconds. + Weight::from_parts(15_531_000_u64, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } // Storage: `PolkadotXcm::SafeXcmVersion` (r:0 w:1) // Proof: `PolkadotXcm::SafeXcmVersion` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) fn force_default_xcm_version() -> Weight { - // Minimum execution time: 4_480 nanoseconds. - Weight::from_parts(4_690_000_u64, 0) + // Minimum execution time: 4_820 nanoseconds. + Weight::from_parts(5_120_000_u64, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } // Storage: `PolkadotXcm::VersionNotifiers` (r:1 w:1) @@ -112,8 +112,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: `PolkadotXcm::Queries` (r:0 w:1) // Proof: `PolkadotXcm::Queries` (`max_values`: None, `max_size`: None, mode: `Measured`) fn force_subscribe_version_notify() -> Weight { - // Minimum execution time: 48_950 nanoseconds. - Weight::from_parts(49_990_000_u64, 0) + // Minimum execution time: 50_430 nanoseconds. + Weight::from_parts(52_410_000_u64, 0) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -132,39 +132,39 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: `PolkadotXcm::Queries` (r:0 w:1) // Proof: `PolkadotXcm::Queries` (`max_values`: None, `max_size`: None, mode: `Measured`) fn force_unsubscribe_version_notify() -> Weight { - // Minimum execution time: 49_391 nanoseconds. - Weight::from_parts(50_970_000_u64, 0) + // Minimum execution time: 50_749 nanoseconds. + Weight::from_parts(52_960_000_u64, 0) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } // Storage: `PolkadotXcm::XcmExecutionSuspended` (r:0 w:1) // Proof: `PolkadotXcm::XcmExecutionSuspended` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) fn force_suspension() -> Weight { - // Minimum execution time: 4_520 nanoseconds. - Weight::from_parts(4_790_000_u64, 0) + // Minimum execution time: 4_890 nanoseconds. + Weight::from_parts(5_130_000_u64, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } // Storage: `PolkadotXcm::SupportedVersion` (r:4 w:2) // Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`) fn migrate_supported_version() -> Weight { - // Minimum execution time: 25_970 nanoseconds. - Weight::from_parts(27_080_000_u64, 0) + // Minimum execution time: 26_660 nanoseconds. + Weight::from_parts(29_530_000_u64, 0) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } // Storage: `PolkadotXcm::VersionNotifiers` (r:4 w:2) // Proof: `PolkadotXcm::VersionNotifiers` (`max_values`: None, `max_size`: None, mode: `Measured`) fn migrate_version_notifiers() -> Weight { - // Minimum execution time: 26_100 nanoseconds. - Weight::from_parts(26_950_000_u64, 0) + // Minimum execution time: 26_000 nanoseconds. + Weight::from_parts(26_791_000_u64, 0) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } // Storage: `PolkadotXcm::VersionNotifyTargets` (r:5 w:0) // Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`) fn already_notified_target() -> Weight { - // Minimum execution time: 28_190 nanoseconds. - Weight::from_parts(28_560_000_u64, 0) + // Minimum execution time: 27_700 nanoseconds. + Weight::from_parts(28_230_000_u64, 0) .saturating_add(T::DbWeight::get().reads(5_u64)) } // Storage: `PolkadotXcm::VersionNotifyTargets` (r:2 w:1) @@ -180,23 +180,23 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1) // Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) fn notify_current_targets() -> Weight { - // Minimum execution time: 45_860 nanoseconds. - Weight::from_parts(46_960_000_u64, 0) + // Minimum execution time: 46_130 nanoseconds. + Weight::from_parts(47_520_000_u64, 0) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } // Storage: `PolkadotXcm::VersionNotifyTargets` (r:3 w:0) // Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`) fn notify_target_migration_fail() -> Weight { - // Minimum execution time: 14_810 nanoseconds. - Weight::from_parts(15_370_000_u64, 0) + // Minimum execution time: 14_960 nanoseconds. + Weight::from_parts(15_320_000_u64, 0) .saturating_add(T::DbWeight::get().reads(3_u64)) } // Storage: `PolkadotXcm::VersionNotifyTargets` (r:4 w:2) // Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`) fn migrate_version_notify_targets() -> Weight { - // Minimum execution time: 26_600 nanoseconds. - Weight::from_parts(27_200_000_u64, 0) + // Minimum execution time: 26_590 nanoseconds. + Weight::from_parts(27_980_000_u64, 0) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -213,8 +213,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1) // Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) fn migrate_and_notify_old_targets() -> Weight { - // Minimum execution time: 56_190 nanoseconds. - Weight::from_parts(58_100_000_u64, 0) + // Minimum execution time: 57_340 nanoseconds. + Weight::from_parts(58_690_000_u64, 0) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } diff --git a/runtimes/eden/src/weights/pallet_xcm_benchmarks_fungible.rs b/runtimes/eden/src/weights/pallet_xcm_benchmarks_fungible.rs index 49776a8bdb4..c1964beba50 100644 --- a/runtimes/eden/src/weights/pallet_xcm_benchmarks_fungible.rs +++ b/runtimes/eden/src/weights/pallet_xcm_benchmarks_fungible.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for `pallet_xcm_benchmarks::fungible` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-13, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -48,14 +48,14 @@ impl WeightInfo { // Storage: `System::Account` (r:1 w:1) // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) pub(crate) fn withdraw_asset() -> Weight { - Weight::from_parts(38_660_000_u64, 0) + Weight::from_parts(40_060_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } // Storage: `System::Account` (r:2 w:2) // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) pub(crate) fn transfer_asset() -> Weight { - Weight::from_parts(85_330_000_u64, 0) + Weight::from_parts(92_080_000_u64, 0) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -74,19 +74,41 @@ impl WeightInfo { // Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1) // Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn transfer_reserve_asset() -> Weight { - Weight::from_parts(117_950_000_u64, 0) + Weight::from_parts(123_260_000_u64, 0) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } // Storage: `Benchmark::Override` (r:0 w:0) // Proof: `Benchmark::Override` (`max_values`: None, `max_size`: None, mode: `Measured`) + pub(crate) fn reserve_asset_deposited() -> Weight { + Weight::from_parts(500_000_000_000_u64, 0) + } + // Storage: `ParachainInfo::ParachainId` (r:1 w:0) + // Proof: `ParachainInfo::ParachainId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) + // Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0) + // Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`) + // Storage: `PolkadotXcm::VersionDiscoveryQueue` (r:1 w:1) + // Proof: `PolkadotXcm::VersionDiscoveryQueue` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + // Storage: `PolkadotXcm::SafeXcmVersion` (r:1 w:0) + // Proof: `PolkadotXcm::SafeXcmVersion` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + // Storage: `ParachainSystem::HostConfiguration` (r:1 w:0) + // Proof: `ParachainSystem::HostConfiguration` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + // Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1) + // Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + pub(crate) fn initiate_reserve_withdraw() -> Weight { + Weight::from_parts(46_920_000_u64, 0) + .saturating_add(T::DbWeight::get().reads(6_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) + } + // Storage: `Benchmark::Override` (r:0 w:0) + // Proof: `Benchmark::Override` (`max_values`: None, `max_size`: None, mode: `Measured`) pub(crate) fn receive_teleported_asset() -> Weight { Weight::from_parts(500_000_000_000_u64, 0) } // Storage: `System::Account` (r:1 w:1) // Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) pub(crate) fn deposit_asset() -> Weight { - Weight::from_parts(41_870_000_u64, 0) + Weight::from_parts(42_750_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -105,7 +127,7 @@ impl WeightInfo { // Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1) // Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn deposit_reserve_asset() -> Weight { - Weight::from_parts(82_960_000_u64, 0) + Weight::from_parts(81_670_000_u64, 0) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -122,7 +144,7 @@ impl WeightInfo { // Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1) // Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn initiate_teleport() -> Weight { - Weight::from_parts(47_020_000_u64, 0) + Weight::from_parts(47_240_000_u64, 0) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/runtimes/eden/src/weights/pallet_xcm_benchmarks_generic.rs b/runtimes/eden/src/weights/pallet_xcm_benchmarks_generic.rs index f9826b1a8ee..1c07b299567 100644 --- a/runtimes/eden/src/weights/pallet_xcm_benchmarks_generic.rs +++ b/runtimes/eden/src/weights/pallet_xcm_benchmarks_generic.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for `pallet_xcm_benchmarks::generic` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-12-13, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -58,12 +58,12 @@ impl WeightInfo { // Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1) // Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn report_holding() -> Weight { - Weight::from_parts(49_820_000_u64, 0) + Weight::from_parts(49_950_000_u64, 0) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } pub(crate) fn buy_execution() -> Weight { - Weight::from_parts(4_510_000_u64, 0) + Weight::from_parts(4_620_000_u64, 0) } // Storage: `PolkadotXcm::Queries` (r:1 w:0) // Proof: `PolkadotXcm::Queries` (`max_values`: None, `max_size`: None, mode: `Measured`) @@ -72,25 +72,25 @@ impl WeightInfo { .saturating_add(T::DbWeight::get().reads(1_u64)) } pub(crate) fn transact() -> Weight { - Weight::from_parts(18_300_000_u64, 0) + Weight::from_parts(18_460_000_u64, 0) } pub(crate) fn refund_surplus() -> Weight { - Weight::from_parts(4_420_000_u64, 0) + Weight::from_parts(4_570_000_u64, 0) } pub(crate) fn set_error_handler() -> Weight { - Weight::from_parts(4_320_000_u64, 0) + Weight::from_parts(4_440_000_u64, 0) } pub(crate) fn set_appendix() -> Weight { - Weight::from_parts(4_280_000_u64, 0) + Weight::from_parts(4_380_000_u64, 0) } pub(crate) fn clear_error() -> Weight { - Weight::from_parts(4_200_000_u64, 0) + Weight::from_parts(4_330_000_u64, 0) } pub(crate) fn descend_origin() -> Weight { - Weight::from_parts(5_080_000_u64, 0) + Weight::from_parts(5_260_000_u64, 0) } pub(crate) fn clear_origin() -> Weight { - Weight::from_parts(4_230_000_u64, 0) + Weight::from_parts(4_350_000_u64, 0) } // Storage: `ParachainInfo::ParachainId` (r:1 w:0) // Proof: `ParachainInfo::ParachainId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) @@ -105,19 +105,19 @@ impl WeightInfo { // Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1) // Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn report_error() -> Weight { - Weight::from_parts(39_880_000_u64, 0) + Weight::from_parts(39_700_000_u64, 0) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } // Storage: `PolkadotXcm::AssetTraps` (r:1 w:1) // Proof: `PolkadotXcm::AssetTraps` (`max_values`: None, `max_size`: None, mode: `Measured`) pub(crate) fn claim_asset() -> Weight { - Weight::from_parts(24_370_000_u64, 0) + Weight::from_parts(24_550_000_u64, 0) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } pub(crate) fn trap() -> Weight { - Weight::from_parts(4_240_000_u64, 0) + Weight::from_parts(4_370_000_u64, 0) } // Storage: `PolkadotXcm::VersionNotifyTargets` (r:1 w:1) // Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`) @@ -132,16 +132,17 @@ impl WeightInfo { // Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1) // Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn subscribe_version() -> Weight { - Weight::from_parts(45_380_000_u64, 0) + Weight::from_parts(45_430_000_u64, 0) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } // Storage: `PolkadotXcm::VersionNotifyTargets` (r:0 w:1) // Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`) pub(crate) fn unsubscribe_version() -> Weight { - Weight::from_parts(8_060_000_u64, 0) + Weight::from_parts(8_180_000_u64, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } + // WARNING THIS FUNCTION WAS NOT UPDAED DATE: 2023-12-13 // Storage: `ParachainInfo::ParachainId` (r:1 w:0) // Proof: `ParachainInfo::ParachainId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) // Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0) @@ -160,19 +161,19 @@ impl WeightInfo { .saturating_add(T::DbWeight::get().writes(2_u64)) } pub(crate) fn burn_asset() -> Weight { - Weight::from_parts(6_351_000_u64, 0) + Weight::from_parts(6_550_000_u64, 0) } pub(crate) fn expect_asset() -> Weight { - Weight::from_parts(4_600_000_u64, 0) + Weight::from_parts(4_760_000_u64, 0) } pub(crate) fn expect_origin() -> Weight { - Weight::from_parts(4_340_000_u64, 0) + Weight::from_parts(4_560_000_u64, 0) } pub(crate) fn expect_error() -> Weight { - Weight::from_parts(4_180_000_u64, 0) + Weight::from_parts(4_330_000_u64, 0) } pub(crate) fn expect_transact_status() -> Weight { - Weight::from_parts(4_500_000_u64, 0) + Weight::from_parts(4_630_000_u64, 0) } // Storage: `ParachainInfo::ParachainId` (r:1 w:0) // Proof: `ParachainInfo::ParachainId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) @@ -187,12 +188,12 @@ impl WeightInfo { // Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1) // Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn query_pallet() -> Weight { - Weight::from_parts(50_510_000_u64, 0) + Weight::from_parts(50_020_000_u64, 0) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } pub(crate) fn expect_pallet() -> Weight { - Weight::from_parts(12_790_000_u64, 0) + Weight::from_parts(12_880_000_u64, 0) } // Storage: `ParachainInfo::ParachainId` (r:1 w:0) // Proof: `ParachainInfo::ParachainId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) @@ -207,23 +208,23 @@ impl WeightInfo { // Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1) // Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) pub(crate) fn report_transact_status() -> Weight { - Weight::from_parts(40_470_000_u64, 0) + Weight::from_parts(40_040_000_u64, 0) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } pub(crate) fn clear_transact_status() -> Weight { - Weight::from_parts(4_340_000_u64, 0) + Weight::from_parts(4_490_000_u64, 0) } pub(crate) fn set_topic() -> Weight { - Weight::from_parts(4_210_000_u64, 0) + Weight::from_parts(4_400_000_u64, 0) } pub(crate) fn clear_topic() -> Weight { - Weight::from_parts(4_220_000_u64, 0) + Weight::from_parts(4_369_000_u64, 0) } pub(crate) fn set_fees_mode() -> Weight { - Weight::from_parts(4_190_000_u64, 0) + Weight::from_parts(4_310_000_u64, 0) } pub(crate) fn unpaid_execution() -> Weight { - Weight::from_parts(4_360_000_u64, 0) + Weight::from_parts(4_600_000_u64, 0) } }