From 46aae1ff71c749bb366fa3da295fdb8f42cae9f8 Mon Sep 17 00:00:00 2001 From: Emiliano <84690100+metricaez@users.noreply.github.com> Date: Sun, 27 Aug 2023 15:39:17 -0300 Subject: [PATCH] fix benchmark TrustedTeleporter to polkadot-v1.0.0 branch (#268) * fix benchmark TrustedTeleporter * Fixing polkad version for check cache * ".git/.scripts/commands/bench-all/bench-all.sh" --runtime=trappist --target_dir=trappist --------- Co-authored-by: Hector Bulgarini Co-authored-by: command-bot <> --- .github/workflows/check.yml | 2 +- runtime/trappist/src/lib.rs | 8 +- runtime/trappist/src/weights/block_weights.rs | 18 +- .../src/weights/cumulus_pallet_xcmp_queue.rs | 10 +- .../trappist/src/weights/extrinsic_weights.rs | 18 +- runtime/trappist/src/weights/frame_system.rs | 48 +- .../src/weights/pallet_asset_registry.rs | 10 +- runtime/trappist/src/weights/pallet_assets.rs | 154 +++-- .../trappist/src/weights/pallet_balances.rs | 38 +- .../src/weights/pallet_collator_selection.rs | 66 +- .../trappist/src/weights/pallet_collective.rs | 124 ++-- .../trappist/src/weights/pallet_contracts.rs | 592 +++++++++--------- .../trappist/src/weights/pallet_democracy.rs | 146 ++--- runtime/trappist/src/weights/pallet_dex.rs | 26 +- .../trappist/src/weights/pallet_identity.rs | 162 ++--- .../src/weights/pallet_lockdown_mode.rs | 10 +- .../trappist/src/weights/pallet_multisig.rs | 68 +- .../trappist/src/weights/pallet_preimage.rs | 62 +- .../trappist/src/weights/pallet_scheduler.rs | 72 +-- .../trappist/src/weights/pallet_session.rs | 10 +- .../trappist/src/weights/pallet_timestamp.rs | 10 +- .../trappist/src/weights/pallet_treasury.rs | 34 +- .../trappist/src/weights/pallet_uniques.rs | 120 ++-- .../trappist/src/weights/pallet_utility.rs | 34 +- .../weights/trappist_runtime_benchmarks.rs | 14 +- .../xcm/pallet_xcm_benchmarks_fungible.rs | 39 +- .../xcm/pallet_xcm_benchmarks_generic.rs | 118 ++-- 27 files changed, 1005 insertions(+), 1008 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e4c6844c..688e5bda 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -11,7 +11,7 @@ on: workflow_dispatch: env: - POLKA_VERSION: 0.9.43 + POLKA_VERSION: 1.0.0 jobs: lint: diff --git a/runtime/trappist/src/lib.rs b/runtime/trappist/src/lib.rs index cd944242..26972867 100644 --- a/runtime/trappist/src/lib.rs +++ b/runtime/trappist/src/lib.rs @@ -1102,7 +1102,7 @@ impl_runtime_apis! { impl cumulus_pallet_session_benchmarking::Config for Runtime {} use xcm::latest::prelude::*; - use xcm_config::{RelayLocation, SelfReserve}; + use xcm_config::{RelayLocation, SelfReserve, RockmineLocation}; use pallet_xcm_benchmarks::asset_instance_from; impl pallet_xcm_benchmarks::Config for Runtime { @@ -1139,9 +1139,9 @@ impl_runtime_apis! { } parameter_types! { - pub const TrustedTeleporter: Option<(MultiLocation, MultiAsset)> = Some(( - RelayLocation::get(), - MultiAsset { fun: Fungible(1 * UNITS), id: Concrete(RelayLocation::get()) }, + pub TrustedTeleporter: Option<(MultiLocation, MultiAsset)> = Some(( + RockmineLocation::get(), + MultiAsset { fun: Fungible(1 * UNITS), id: Concrete(SelfReserve::get()) }, )); pub const CheckedAccount: Option<(AccountId, xcm_builder::MintLocation)> = None; diff --git a/runtime/trappist/src/weights/block_weights.rs b/runtime/trappist/src/weights/block_weights.rs index eee8e5d4..fb799287 100644 --- a/runtime/trappist/src/weights/block_weights.rs +++ b/runtime/trappist/src/weights/block_weights.rs @@ -16,7 +16,7 @@ // limitations under the License. //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-24 (Y/M/D) +//! DATE: 2023-08-26 (Y/M/D) //! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! //! SHORT-NAME: `block`, LONG-NAME: `BlockExecution`, RUNTIME: `Trappist Development` @@ -43,17 +43,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 402_595, 452_121 - /// Average: 414_941 - /// Median: 412_791 - /// Std-Dev: 9010.6 + /// Min, Max: 402_910, 446_938 + /// Average: 413_923 + /// Median: 411_806 + /// Std-Dev: 7586.11 /// /// Percentiles nanoseconds: - /// 99th: 437_367 - /// 95th: 431_867 - /// 75th: 419_312 + /// 99th: 436_540 + /// 95th: 427_648 + /// 75th: 416_723 pub const BlockExecutionWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(414_941), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(413_923), 0); } #[cfg(test)] diff --git a/runtime/trappist/src/weights/cumulus_pallet_xcmp_queue.rs b/runtime/trappist/src/weights/cumulus_pallet_xcmp_queue.rs index 6e09d7b2..9189028d 100644 --- a/runtime/trappist/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/runtime/trappist/src/weights/cumulus_pallet_xcmp_queue.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for `cumulus_pallet_xcmp_queue` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 @@ -56,8 +56,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `76` // Estimated: `1561` - // Minimum execution time: 6_084_000 picoseconds. - Weight::from_parts(6_381_000, 0) + // Minimum execution time: 5_965_000 picoseconds. + Weight::from_parts(6_251_000, 0) .saturating_add(Weight::from_parts(0, 1561)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -68,8 +68,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `76` // Estimated: `1561` - // Minimum execution time: 6_054_000 picoseconds. - Weight::from_parts(6_371_000, 0) + // Minimum execution time: 6_004_000 picoseconds. + Weight::from_parts(6_248_000, 0) .saturating_add(Weight::from_parts(0, 1561)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/trappist/src/weights/extrinsic_weights.rs b/runtime/trappist/src/weights/extrinsic_weights.rs index 6957b34f..2d8d3db4 100644 --- a/runtime/trappist/src/weights/extrinsic_weights.rs +++ b/runtime/trappist/src/weights/extrinsic_weights.rs @@ -16,7 +16,7 @@ // limitations under the License. //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-24 (Y/M/D) +//! DATE: 2023-08-26 (Y/M/D) //! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! //! SHORT-NAME: `extrinsic`, LONG-NAME: `ExtrinsicBase`, RUNTIME: `Trappist Development` @@ -43,17 +43,17 @@ parameter_types! { /// Calculated by multiplying the *Average* with `1.0` and adding `0`. /// /// Stats nanoseconds: - /// Min, Max: 129_804, 132_466 - /// Average: 130_640 - /// Median: 130_566 - /// Std-Dev: 463.47 + /// Min, Max: 129_619, 131_382 + /// Average: 130_429 + /// Median: 130_391 + /// Std-Dev: 387.49 /// /// Percentiles nanoseconds: - /// 99th: 131_854 - /// 95th: 131_439 - /// 75th: 130_880 + /// 99th: 131_366 + /// 95th: 131_114 + /// 75th: 130_644 pub const ExtrinsicBaseWeight: Weight = - Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(130_640), 0); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(130_429), 0); } #[cfg(test)] diff --git a/runtime/trappist/src/weights/frame_system.rs b/runtime/trappist/src/weights/frame_system.rs index ac8aa3e1..cb5e1e0f 100644 --- a/runtime/trappist/src/weights/frame_system.rs +++ b/runtime/trappist/src/weights/frame_system.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for `frame_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 @@ -55,22 +55,22 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_922_000 picoseconds. - Weight::from_parts(561_193, 0) + // Minimum execution time: 1_854_000 picoseconds. + Weight::from_parts(2_569_318, 0) .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_parts(387, 0).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(386, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_267_000 picoseconds. - Weight::from_parts(45_638_767, 0) + // Minimum execution time: 7_401_000 picoseconds. + Weight::from_parts(7_634_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 5 - .saturating_add(Weight::from_parts(1_664, 0).saturating_mul(b.into())) + // Standard Error: 1 + .saturating_add(Weight::from_parts(1_687, 0).saturating_mul(b.into())) } /// Storage: `System::Digest` (r:1 w:1) /// Proof: `System::Digest` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) @@ -80,8 +80,8 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1485` - // Minimum execution time: 3_736_000 picoseconds. - Weight::from_parts(4_001_000, 0) + // Minimum execution time: 3_840_000 picoseconds. + Weight::from_parts(4_030_000, 0) .saturating_add(Weight::from_parts(0, 1485)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -102,8 +102,8 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `190` // Estimated: `1675` - // Minimum execution time: 98_065_522_000 picoseconds. - Weight::from_parts(102_442_602_000, 0) + // Minimum execution time: 96_170_225_000 picoseconds. + Weight::from_parts(99_038_661_000, 0) .saturating_add(Weight::from_parts(0, 1675)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) @@ -115,11 +115,11 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_031_000 picoseconds. - Weight::from_parts(2_091_000, 0) + // Minimum execution time: 1_978_000 picoseconds. + Weight::from_parts(2_079_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 2_058 - .saturating_add(Weight::from_parts(752_972, 0).saturating_mul(i.into())) + // Standard Error: 1_924 + .saturating_add(Weight::from_parts(751_028, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: `Skipped::Metadata` (r:0 w:0) @@ -129,11 +129,11 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_029_000 picoseconds. - Weight::from_parts(2_078_000, 0) + // Minimum execution time: 1_990_000 picoseconds. + Weight::from_parts(2_088_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 892 - .saturating_add(Weight::from_parts(569_363, 0).saturating_mul(i.into())) + // Standard Error: 913 + .saturating_add(Weight::from_parts(573_335, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: `Skipped::Metadata` (r:0 w:0) @@ -143,11 +143,11 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `83 + p * (69 ±0)` // Estimated: `89 + p * (70 ±0)` - // Minimum execution time: 3_741_000 picoseconds. - Weight::from_parts(3_905_000, 0) + // Minimum execution time: 3_808_000 picoseconds. + Weight::from_parts(3_898_000, 0) .saturating_add(Weight::from_parts(0, 89)) - // Standard Error: 1_601 - .saturating_add(Weight::from_parts(1_191_940, 0).saturating_mul(p.into())) + // Standard Error: 1_271 + .saturating_add(Weight::from_parts(1_189_465, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into())) diff --git a/runtime/trappist/src/weights/pallet_asset_registry.rs b/runtime/trappist/src/weights/pallet_asset_registry.rs index 265df321..e5dd5b7e 100644 --- a/runtime/trappist/src/weights/pallet_asset_registry.rs +++ b/runtime/trappist/src/weights/pallet_asset_registry.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for `pallet_asset_registry` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 @@ -60,8 +60,8 @@ impl pallet_asset_registry::WeightInfo for WeightInfo pallet_asset_registry::WeightInfo for WeightInfo pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `145` // Estimated: `3675` - // Minimum execution time: 26_777_000 picoseconds. - Weight::from_parts(27_373_000, 0) + // Minimum execution time: 27_738_000 picoseconds. + Weight::from_parts(28_500_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -70,8 +70,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3675` - // Minimum execution time: 12_467_000 picoseconds. - Weight::from_parts(12_831_000, 0) + // Minimum execution time: 12_672_000 picoseconds. + Weight::from_parts(13_297_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -82,8 +82,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `314` // Estimated: `3675` - // Minimum execution time: 13_576_000 picoseconds. - Weight::from_parts(13_866_000, 0) + // Minimum execution time: 13_650_000 picoseconds. + Weight::from_parts(14_083_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -99,11 +99,11 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0 + c * (208 ±0)` // Estimated: `3675 + c * (2609 ±0)` - // Minimum execution time: 17_105_000 picoseconds. - Weight::from_parts(17_327_000, 0) + // Minimum execution time: 16_939_000 picoseconds. + Weight::from_parts(17_463_000, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 13_806 - .saturating_add(Weight::from_parts(15_010_609, 0).saturating_mul(c.into())) + // Standard Error: 10_104 + .saturating_add(Weight::from_parts(14_891_731, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -119,11 +119,11 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `451 + a * (86 ±0)` // Estimated: `3675 + a * (2623 ±0)` - // Minimum execution time: 16_973_000 picoseconds. - Weight::from_parts(17_432_000, 0) + // Minimum execution time: 17_221_000 picoseconds. + Weight::from_parts(17_561_000, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 5_915 - .saturating_add(Weight::from_parts(15_492_077, 0).saturating_mul(a.into())) + // Standard Error: 6_765 + .saturating_add(Weight::from_parts(15_552_892, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -138,8 +138,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 14_454_000 picoseconds. - Weight::from_parts(14_883_000, 0) + // Minimum execution time: 14_396_000 picoseconds. + Weight::from_parts(15_042_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -152,8 +152,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 24_975_000 picoseconds. - Weight::from_parts(25_789_000, 0) + // Minimum execution time: 26_097_000 picoseconds. + Weight::from_parts(26_984_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -166,8 +166,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `388` // Estimated: `3675` - // Minimum execution time: 30_737_000 picoseconds. - Weight::from_parts(31_251_000, 0) + // Minimum execution time: 31_100_000 picoseconds. + Weight::from_parts(32_468_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -182,8 +182,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `440` // Estimated: `6208` - // Minimum execution time: 43_613_000 picoseconds. - Weight::from_parts(44_566_000, 0) + // Minimum execution time: 44_393_000 picoseconds. + Weight::from_parts(45_509_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -198,8 +198,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `440` // Estimated: `6208` - // Minimum execution time: 38_244_000 picoseconds. - Weight::from_parts(38_802_000, 0) + // Minimum execution time: 38_898_000 picoseconds. + Weight::from_parts(40_107_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -214,8 +214,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `440` // Estimated: `6208` - // Minimum execution time: 43_684_000 picoseconds. - Weight::from_parts(44_572_000, 0) + // Minimum execution time: 44_535_000 picoseconds. + Weight::from_parts(46_662_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -228,8 +228,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `388` // Estimated: `3675` - // Minimum execution time: 16_532_000 picoseconds. - Weight::from_parts(16_914_000, 0) + // Minimum execution time: 16_981_000 picoseconds. + Weight::from_parts(17_399_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -242,8 +242,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `388` // Estimated: `3675` - // Minimum execution time: 16_257_000 picoseconds. - Weight::from_parts(16_737_000, 0) + // Minimum execution time: 16_860_000 picoseconds. + Weight::from_parts(17_305_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -254,8 +254,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `314` // Estimated: `3675` - // Minimum execution time: 12_425_000 picoseconds. - Weight::from_parts(12_859_000, 0) + // Minimum execution time: 12_976_000 picoseconds. + Weight::from_parts(13_332_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -266,8 +266,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `314` // Estimated: `3675` - // Minimum execution time: 12_445_000 picoseconds. - Weight::from_parts(12_880_000, 0) + // Minimum execution time: 12_760_000 picoseconds. + Weight::from_parts(13_266_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -280,8 +280,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 14_544_000 picoseconds. - Weight::from_parts(15_029_000, 0) + // Minimum execution time: 14_587_000 picoseconds. + Weight::from_parts(15_106_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -292,8 +292,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 13_501_000 picoseconds. - Weight::from_parts(13_899_000, 0) + // Minimum execution time: 13_678_000 picoseconds. + Weight::from_parts(14_102_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -304,17 +304,15 @@ impl pallet_assets::WeightInfo for WeightInfo { /// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(140), added: 2615, mode: `MaxEncodedLen`) /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. - fn set_metadata(n: u32, s: u32, ) -> Weight { + fn set_metadata(n: u32, _s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 27_233_000 picoseconds. - Weight::from_parts(27_944_431, 0) + // Minimum execution time: 27_762_000 picoseconds. + Weight::from_parts(29_007_775, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 519 - .saturating_add(Weight::from_parts(3_676, 0).saturating_mul(n.into())) - // Standard Error: 519 - .saturating_add(Weight::from_parts(1_632, 0).saturating_mul(s.into())) + // Standard Error: 692 + .saturating_add(Weight::from_parts(800, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -326,8 +324,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `444` // Estimated: `3675` - // Minimum execution time: 28_292_000 picoseconds. - Weight::from_parts(29_127_000, 0) + // Minimum execution time: 28_882_000 picoseconds. + Weight::from_parts(29_275_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -342,13 +340,13 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `119` // Estimated: `3675` - // Minimum execution time: 13_616_000 picoseconds. - Weight::from_parts(14_176_795, 0) + // Minimum execution time: 13_763_000 picoseconds. + Weight::from_parts(14_521_022, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 413 - .saturating_add(Weight::from_parts(3_037, 0).saturating_mul(n.into())) - // Standard Error: 413 - .saturating_add(Weight::from_parts(1_621, 0).saturating_mul(s.into())) + // Standard Error: 435 + .saturating_add(Weight::from_parts(826, 0).saturating_mul(n.into())) + // Standard Error: 435 + .saturating_add(Weight::from_parts(1_553, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -360,8 +358,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `444` // Estimated: `3675` - // Minimum execution time: 28_324_000 picoseconds. - Weight::from_parts(30_297_000, 0) + // Minimum execution time: 28_452_000 picoseconds. + Weight::from_parts(29_071_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -372,8 +370,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 12_820_000 picoseconds. - Weight::from_parts(13_275_000, 0) + // Minimum execution time: 13_009_000 picoseconds. + Weight::from_parts(13_416_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -386,8 +384,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `314` // Estimated: `3675` - // Minimum execution time: 31_702_000 picoseconds. - Weight::from_parts(32_803_000, 0) + // Minimum execution time: 31_479_000 picoseconds. + Weight::from_parts(32_704_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -404,8 +402,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `610` // Estimated: `6208` - // Minimum execution time: 63_027_000 picoseconds. - Weight::from_parts(64_180_000, 0) + // Minimum execution time: 64_037_000 picoseconds. + Weight::from_parts(66_508_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -418,8 +416,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `484` // Estimated: `3675` - // Minimum execution time: 33_000_000 picoseconds. - Weight::from_parts(34_046_000, 0) + // Minimum execution time: 34_376_000 picoseconds. + Weight::from_parts(34_844_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -432,8 +430,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `484` // Estimated: `3675` - // Minimum execution time: 33_991_000 picoseconds. - Weight::from_parts(34_876_000, 0) + // Minimum execution time: 35_044_000 picoseconds. + Weight::from_parts(35_563_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -444,8 +442,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 13_977_000 picoseconds. - Weight::from_parts(14_409_000, 0) + // Minimum execution time: 14_125_000 picoseconds. + Weight::from_parts(14_344_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -460,8 +458,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `420` // Estimated: `3675` - // Minimum execution time: 33_548_000 picoseconds. - Weight::from_parts(33_904_000, 0) + // Minimum execution time: 34_437_000 picoseconds. + Weight::from_parts(35_003_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -474,8 +472,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 30_435_000 picoseconds. - Weight::from_parts(31_177_000, 0) + // Minimum execution time: 31_010_000 picoseconds. + Weight::from_parts(31_583_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -490,8 +488,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `546` // Estimated: `3675` - // Minimum execution time: 30_512_000 picoseconds. - Weight::from_parts(31_412_000, 0) + // Minimum execution time: 31_614_000 picoseconds. + Weight::from_parts(32_479_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -504,8 +502,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `439` // Estimated: `3675` - // Minimum execution time: 27_968_000 picoseconds. - Weight::from_parts(28_712_000, 0) + // Minimum execution time: 28_961_000 picoseconds. + Weight::from_parts(29_465_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -518,8 +516,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `388` // Estimated: `3675` - // Minimum execution time: 16_403_000 picoseconds. - Weight::from_parts(16_933_000, 0) + // Minimum execution time: 16_654_000 picoseconds. + Weight::from_parts(17_210_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/trappist/src/weights/pallet_balances.rs b/runtime/trappist/src/weights/pallet_balances.rs index aedcee49..c1d865d6 100644 --- a/runtime/trappist/src/weights/pallet_balances.rs +++ b/runtime/trappist/src/weights/pallet_balances.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for `pallet_balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 @@ -56,8 +56,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 56_075_000 picoseconds. - Weight::from_parts(57_042_000, 0) + // Minimum execution time: 56_818_000 picoseconds. + Weight::from_parts(58_028_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -68,8 +68,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 42_071_000 picoseconds. - Weight::from_parts(42_538_000, 0) + // Minimum execution time: 42_513_000 picoseconds. + Weight::from_parts(43_227_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -80,8 +80,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `103` // Estimated: `3593` - // Minimum execution time: 16_103_000 picoseconds. - Weight::from_parts(16_447_000, 0) + // Minimum execution time: 16_190_000 picoseconds. + Weight::from_parts(16_781_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -92,8 +92,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `103` // Estimated: `3593` - // Minimum execution time: 23_543_000 picoseconds. - Weight::from_parts(24_005_000, 0) + // Minimum execution time: 23_905_000 picoseconds. + Weight::from_parts(24_572_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -104,8 +104,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `103` // Estimated: `6196` - // Minimum execution time: 58_920_000 picoseconds. - Weight::from_parts(59_960_000, 0) + // Minimum execution time: 60_244_000 picoseconds. + Weight::from_parts(61_386_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -116,8 +116,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 52_024_000 picoseconds. - Weight::from_parts(52_865_000, 0) + // Minimum execution time: 53_027_000 picoseconds. + Weight::from_parts(53_803_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -128,8 +128,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `103` // Estimated: `3593` - // Minimum execution time: 18_812_000 picoseconds. - Weight::from_parts(19_937_000, 0) + // Minimum execution time: 19_264_000 picoseconds. + Weight::from_parts(19_934_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -141,11 +141,11 @@ impl pallet_balances::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0 + u * (136 ±0)` // Estimated: `990 + u * (2603 ±0)` - // Minimum execution time: 18_566_000 picoseconds. - Weight::from_parts(19_094_000, 0) + // Minimum execution time: 18_726_000 picoseconds. + Weight::from_parts(19_097_000, 0) .saturating_add(Weight::from_parts(0, 990)) - // Standard Error: 19_703 - .saturating_add(Weight::from_parts(15_946_008, 0).saturating_mul(u.into())) + // Standard Error: 12_054 + .saturating_add(Weight::from_parts(15_529_177, 0).saturating_mul(u.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(u.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(u.into()))) .saturating_add(Weight::from_parts(0, 2603).saturating_mul(u.into())) diff --git a/runtime/trappist/src/weights/pallet_collator_selection.rs b/runtime/trappist/src/weights/pallet_collator_selection.rs index b4ab405b..7befbe85 100644 --- a/runtime/trappist/src/weights/pallet_collator_selection.rs +++ b/runtime/trappist/src/weights/pallet_collator_selection.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for `pallet_collator_selection` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 @@ -59,11 +59,11 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `214 + b * (78 ±0)` // Estimated: `1203 + b * (2554 ±0)` - // Minimum execution time: 14_667_000 picoseconds. - Weight::from_parts(10_181_719, 0) + // Minimum execution time: 14_481_000 picoseconds. + Weight::from_parts(13_046_765, 0) .saturating_add(Weight::from_parts(0, 1203)) - // Standard Error: 6_204 - .saturating_add(Weight::from_parts(3_287_870, 0).saturating_mul(b.into())) + // Standard Error: 4_207 + .saturating_add(Weight::from_parts(3_165_019, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 2554).saturating_mul(b.into())) @@ -82,13 +82,13 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1293 + b * (32 ±0) + c * (48 ±0)` // Estimated: `49487 + b * (33 ±0) + c * (49 ±0)` - // Minimum execution time: 59_277_000 picoseconds. - Weight::from_parts(56_511_953, 0) + // Minimum execution time: 58_785_000 picoseconds. + Weight::from_parts(30_692_962, 0) .saturating_add(Weight::from_parts(0, 49487)) - // Standard Error: 14_395 - .saturating_add(Weight::from_parts(1_653, 0).saturating_mul(b.into())) - // Standard Error: 1_412 - .saturating_add(Weight::from_parts(135_399, 0).saturating_mul(c.into())) + // Standard Error: 11_663 + .saturating_add(Weight::from_parts(134_755, 0).saturating_mul(b.into())) + // Standard Error: 1_144 + .saturating_add(Weight::from_parts(143_885, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 33).saturating_mul(b.into())) @@ -103,11 +103,11 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `82 + b * (32 ±0)` // Estimated: `49487` - // Minimum execution time: 14_747_000 picoseconds. - Weight::from_parts(16_073_002, 0) + // Minimum execution time: 14_907_000 picoseconds. + Weight::from_parts(16_646_499, 0) .saturating_add(Weight::from_parts(0, 49487)) - // Standard Error: 998 - .saturating_add(Weight::from_parts(101_242, 0).saturating_mul(b.into())) + // Standard Error: 1_284 + .saturating_add(Weight::from_parts(86_309, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -117,8 +117,8 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_012_000 picoseconds. - Weight::from_parts(7_356_000, 0) + // Minimum execution time: 6_781_000 picoseconds. + Weight::from_parts(7_245_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -128,8 +128,8 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_940_000 picoseconds. - Weight::from_parts(7_390_000, 0) + // Minimum execution time: 6_964_000 picoseconds. + Weight::from_parts(7_132_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -150,11 +150,11 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `1104 + c * (48 ±0)` // Estimated: `49487 + c * (49 ±0)` - // Minimum execution time: 41_290_000 picoseconds. - Weight::from_parts(41_109_335, 0) + // Minimum execution time: 40_770_000 picoseconds. + Weight::from_parts(38_439_287, 0) .saturating_add(Weight::from_parts(0, 49487)) - // Standard Error: 1_266 - .saturating_add(Weight::from_parts(146_424, 0).saturating_mul(c.into())) + // Standard Error: 1_086 + .saturating_add(Weight::from_parts(127_430, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(c.into())) @@ -170,11 +170,11 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `539 + c * (48 ±0)` // Estimated: `49487` - // Minimum execution time: 32_203_000 picoseconds. - Weight::from_parts(30_013_127, 0) + // Minimum execution time: 32_090_000 picoseconds. + Weight::from_parts(29_138_619, 0) .saturating_add(Weight::from_parts(0, 49487)) - // Standard Error: 1_906 - .saturating_add(Weight::from_parts(161_100, 0).saturating_mul(c.into())) + // Standard Error: 1_662 + .saturating_add(Weight::from_parts(126_955, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -188,8 +188,8 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `140` // Estimated: `6196` - // Minimum execution time: 46_692_000 picoseconds. - Weight::from_parts(47_369_000, 0) + // Minimum execution time: 46_372_000 picoseconds. + Weight::from_parts(47_215_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) @@ -210,11 +210,11 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `22758 + c * (97 ±0) + r * (116 ±0)` // Estimated: `49487 + c * (2519 ±0) + r * (2603 ±0)` - // Minimum execution time: 17_219_000 picoseconds. - Weight::from_parts(17_633_000, 0) + // Minimum execution time: 17_564_000 picoseconds. + Weight::from_parts(17_805_000, 0) .saturating_add(Weight::from_parts(0, 49487)) - // Standard Error: 725_083 - .saturating_add(Weight::from_parts(31_164_153, 0).saturating_mul(c.into())) + // Standard Error: 711_641 + .saturating_add(Weight::from_parts(30_269_769, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/trappist/src/weights/pallet_collective.rs b/runtime/trappist/src/weights/pallet_collective.rs index aee03cc1..365f34d3 100644 --- a/runtime/trappist/src/weights/pallet_collective.rs +++ b/runtime/trappist/src/weights/pallet_collective.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for `pallet_collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 @@ -64,14 +64,14 @@ impl pallet_collective::WeightInfo for WeightInfo { fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + m * (3232 ±0) + p * (3190 ±0)` - // Estimated: `15691 + m * (1967 ±23) + p * (4332 ±23)` - // Minimum execution time: 17_064_000 picoseconds. - Weight::from_parts(17_209_000, 0) + // Estimated: `15691 + m * (1967 ±24) + p * (4332 ±24)` + // Minimum execution time: 16_486_000 picoseconds. + Weight::from_parts(16_725_000, 0) .saturating_add(Weight::from_parts(0, 15691)) - // Standard Error: 58_432 - .saturating_add(Weight::from_parts(4_372_865, 0).saturating_mul(m.into())) - // Standard Error: 58_432 - .saturating_add(Weight::from_parts(7_995_566, 0).saturating_mul(p.into())) + // Standard Error: 58_472 + .saturating_add(Weight::from_parts(4_474_428, 0).saturating_mul(m.into())) + // Standard Error: 58_472 + .saturating_add(Weight::from_parts(7_818_259, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -89,13 +89,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `132 + m * (32 ±0)` // Estimated: `1618 + m * (32 ±0)` - // Minimum execution time: 19_867_000 picoseconds. - Weight::from_parts(19_409_609, 0) + // Minimum execution time: 19_312_000 picoseconds. + Weight::from_parts(18_749_406, 0) .saturating_add(Weight::from_parts(0, 1618)) - // Standard Error: 28 - .saturating_add(Weight::from_parts(1_507, 0).saturating_mul(b.into())) - // Standard Error: 291 - .saturating_add(Weight::from_parts(11_974, 0).saturating_mul(m.into())) + // Standard Error: 24 + .saturating_add(Weight::from_parts(1_522, 0).saturating_mul(b.into())) + // Standard Error: 251 + .saturating_add(Weight::from_parts(11_851, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -111,13 +111,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `132 + m * (32 ±0)` // Estimated: `3598 + m * (32 ±0)` - // Minimum execution time: 22_826_000 picoseconds. - Weight::from_parts(22_088_312, 0) + // Minimum execution time: 22_207_000 picoseconds. + Weight::from_parts(21_292_878, 0) .saturating_add(Weight::from_parts(0, 3598)) // Standard Error: 28 - .saturating_add(Weight::from_parts(1_634, 0).saturating_mul(b.into())) - // Standard Error: 298 - .saturating_add(Weight::from_parts(21_599, 0).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(1_689, 0).saturating_mul(b.into())) + // Standard Error: 296 + .saturating_add(Weight::from_parts(22_700, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -138,15 +138,15 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `322 + m * (32 ±0) + p * (36 ±0)` // Estimated: `3714 + m * (33 ±0) + p * (36 ±0)` - // Minimum execution time: 25_616_000 picoseconds. - Weight::from_parts(23_973_448, 0) + // Minimum execution time: 25_035_000 picoseconds. + Weight::from_parts(23_379_122, 0) .saturating_add(Weight::from_parts(0, 3714)) - // Standard Error: 129 - .saturating_add(Weight::from_parts(3_668, 0).saturating_mul(b.into())) - // Standard Error: 1_353 - .saturating_add(Weight::from_parts(23_244, 0).saturating_mul(m.into())) - // Standard Error: 1_336 - .saturating_add(Weight::from_parts(220_546, 0).saturating_mul(p.into())) + // Standard Error: 101 + .saturating_add(Weight::from_parts(3_464, 0).saturating_mul(b.into())) + // Standard Error: 1_063 + .saturating_add(Weight::from_parts(32_567, 0).saturating_mul(m.into())) + // Standard Error: 1_049 + .saturating_add(Weight::from_parts(185_330, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 33).saturating_mul(m.into())) @@ -161,11 +161,11 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `771 + m * (64 ±0)` // Estimated: `4235 + m * (64 ±0)` - // Minimum execution time: 28_228_000 picoseconds. - Weight::from_parts(30_149_009, 0) + // Minimum execution time: 25_490_000 picoseconds. + Weight::from_parts(26_254_762, 0) .saturating_add(Weight::from_parts(0, 4235)) - // Standard Error: 1_329 - .saturating_add(Weight::from_parts(48_679, 0).saturating_mul(m.into())) + // Standard Error: 1_166 + .saturating_add(Weight::from_parts(46_636, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) @@ -184,13 +184,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `360 + m * (64 ±0) + p * (36 ±0)` // Estimated: `3805 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 28_258_000 picoseconds. - Weight::from_parts(27_297_146, 0) + // Minimum execution time: 27_843_000 picoseconds. + Weight::from_parts(27_627_734, 0) .saturating_add(Weight::from_parts(0, 3805)) - // Standard Error: 1_452 - .saturating_add(Weight::from_parts(32_962, 0).saturating_mul(m.into())) - // Standard Error: 1_415 - .saturating_add(Weight::from_parts(207_637, 0).saturating_mul(p.into())) + // Standard Error: 1_082 + .saturating_add(Weight::from_parts(34_168, 0).saturating_mul(m.into())) + // Standard Error: 1_055 + .saturating_add(Weight::from_parts(182_018, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into())) @@ -213,15 +213,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `762 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `4079 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 44_259_000 picoseconds. - Weight::from_parts(40_801_062, 0) + // Minimum execution time: 43_930_000 picoseconds. + Weight::from_parts(45_611_037, 0) .saturating_add(Weight::from_parts(0, 4079)) - // Standard Error: 261 - .saturating_add(Weight::from_parts(5_506, 0).saturating_mul(b.into())) - // Standard Error: 2_762 - .saturating_add(Weight::from_parts(15_725, 0).saturating_mul(m.into())) - // Standard Error: 2_692 - .saturating_add(Weight::from_parts(305_229, 0).saturating_mul(p.into())) + // Standard Error: 213 + .saturating_add(Weight::from_parts(3_540, 0).saturating_mul(b.into())) + // Standard Error: 2_202 + .saturating_add(Weight::from_parts(239_811, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -244,13 +242,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `380 + m * (64 ±0) + p * (36 ±0)` // Estimated: `3825 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 30_606_000 picoseconds. - Weight::from_parts(28_850_342, 0) + // Minimum execution time: 30_409_000 picoseconds. + Weight::from_parts(30_635_900, 0) .saturating_add(Weight::from_parts(0, 3825)) - // Standard Error: 1_427 - .saturating_add(Weight::from_parts(47_558, 0).saturating_mul(m.into())) - // Standard Error: 1_392 - .saturating_add(Weight::from_parts(214_109, 0).saturating_mul(p.into())) + // Standard Error: 962 + .saturating_add(Weight::from_parts(34_839, 0).saturating_mul(m.into())) + // Standard Error: 938 + .saturating_add(Weight::from_parts(178_434, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into())) @@ -275,15 +273,15 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `782 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `4099 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 47_706_000 picoseconds. - Weight::from_parts(44_145_935, 0) + // Minimum execution time: 47_040_000 picoseconds. + Weight::from_parts(45_577_250, 0) .saturating_add(Weight::from_parts(0, 4099)) - // Standard Error: 200 - .saturating_add(Weight::from_parts(4_867, 0).saturating_mul(b.into())) - // Standard Error: 2_113 - .saturating_add(Weight::from_parts(31_067, 0).saturating_mul(m.into())) - // Standard Error: 2_060 - .saturating_add(Weight::from_parts(319_446, 0).saturating_mul(p.into())) + // Standard Error: 183 + .saturating_add(Weight::from_parts(4_008, 0).saturating_mul(b.into())) + // Standard Error: 1_939 + .saturating_add(Weight::from_parts(39_750, 0).saturating_mul(m.into())) + // Standard Error: 1_890 + .saturating_add(Weight::from_parts(244_455, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) @@ -301,11 +299,11 @@ impl pallet_collective::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `189 + p * (32 ±0)` // Estimated: `1674 + p * (32 ±0)` - // Minimum execution time: 15_415_000 picoseconds. - Weight::from_parts(16_536_373, 0) + // Minimum execution time: 15_260_000 picoseconds. + Weight::from_parts(16_396_646, 0) .saturating_add(Weight::from_parts(0, 1674)) - // Standard Error: 965 - .saturating_add(Weight::from_parts(192_068, 0).saturating_mul(p.into())) + // Standard Error: 890 + .saturating_add(Weight::from_parts(171_555, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into())) diff --git a/runtime/trappist/src/weights/pallet_contracts.rs b/runtime/trappist/src/weights/pallet_contracts.rs index d58ea7bb..8313ebf1 100644 --- a/runtime/trappist/src/weights/pallet_contracts.rs +++ b/runtime/trappist/src/weights/pallet_contracts.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for `pallet_contracts` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 @@ -56,8 +56,8 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `76` // Estimated: `1561` - // Minimum execution time: 3_128_000 picoseconds. - Weight::from_parts(3_343_000, 0) + // Minimum execution time: 3_086_000 picoseconds. + Weight::from_parts(3_326_000, 0) .saturating_add(Weight::from_parts(0, 1561)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -68,11 +68,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `391 + k * (69 ±0)` // Estimated: `381 + k * (70 ±0)` - // Minimum execution time: 13_600_000 picoseconds. - Weight::from_parts(13_850_000, 0) + // Minimum execution time: 13_726_000 picoseconds. + Weight::from_parts(14_114_000, 0) .saturating_add(Weight::from_parts(0, 381)) - // Standard Error: 1_527 - .saturating_add(Weight::from_parts(1_198_100, 0).saturating_mul(k.into())) + // Standard Error: 1_347 + .saturating_add(Weight::from_parts(1_107_782, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -86,11 +86,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `145 + c * (1 ±0)` // Estimated: `6083 + c * (1 ±0)` - // Minimum execution time: 8_292_000 picoseconds. - Weight::from_parts(5_626_483, 0) + // Minimum execution time: 8_673_000 picoseconds. + Weight::from_parts(6_073_543, 0) .saturating_add(Weight::from_parts(0, 6083)) // Standard Error: 5 - .saturating_add(Weight::from_parts(1_636, 0).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(1_634, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(c.into())) @@ -103,8 +103,8 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `482` // Estimated: `6422` - // Minimum execution time: 16_847_000 picoseconds. - Weight::from_parts(17_357_000, 0) + // Minimum execution time: 16_784_000 picoseconds. + Weight::from_parts(17_222_000, 0) .saturating_add(Weight::from_parts(0, 6422)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) @@ -118,11 +118,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `105 + k * (1 ±0)` // Estimated: `3569 + k * (1 ±0)` - // Minimum execution time: 4_189_000 picoseconds. - Weight::from_parts(4_265_000, 0) + // Minimum execution time: 4_237_000 picoseconds. + Weight::from_parts(4_409_000, 0) .saturating_add(Weight::from_parts(0, 3569)) - // Standard Error: 658 - .saturating_add(Weight::from_parts(988_970, 0).saturating_mul(k.into())) + // Standard Error: 498 + .saturating_add(Weight::from_parts(1_034_703, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) @@ -141,11 +141,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `259 + c * (1 ±0)` // Estimated: `6197 + c * (1 ±0)` - // Minimum execution time: 16_332_000 picoseconds. - Weight::from_parts(16_803_043, 0) + // Minimum execution time: 16_490_000 picoseconds. + Weight::from_parts(17_089_182, 0) .saturating_add(Weight::from_parts(0, 6197)) // Standard Error: 2 - .saturating_add(Weight::from_parts(444, 0).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(440, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(c.into())) @@ -156,8 +156,8 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `76` // Estimated: `1561` - // Minimum execution time: 3_712_000 picoseconds. - Weight::from_parts(3_874_000, 0) + // Minimum execution time: 3_777_000 picoseconds. + Weight::from_parts(4_050_000, 0) .saturating_add(Weight::from_parts(0, 1561)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -170,8 +170,8 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `100` // Estimated: `3565` - // Minimum execution time: 10_682_000 picoseconds. - Weight::from_parts(11_059_000, 0) + // Minimum execution time: 10_971_000 picoseconds. + Weight::from_parts(11_285_000, 0) .saturating_add(Weight::from_parts(0, 3565)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -182,8 +182,8 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3541` - // Minimum execution time: 4_201_000 picoseconds. - Weight::from_parts(4_380_000, 0) + // Minimum execution time: 4_175_000 picoseconds. + Weight::from_parts(4_359_000, 0) .saturating_add(Weight::from_parts(0, 3541)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -195,8 +195,8 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `101` // Estimated: `3566` - // Minimum execution time: 5_908_000 picoseconds. - Weight::from_parts(6_201_000, 0) + // Minimum execution time: 6_027_000 picoseconds. + Weight::from_parts(6_293_000, 0) .saturating_add(Weight::from_parts(0, 3566)) .saturating_add(T::DbWeight::get().reads(2)) } @@ -208,8 +208,8 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3541` - // Minimum execution time: 6_024_000 picoseconds. - Weight::from_parts(6_394_000, 0) + // Minimum execution time: 6_238_000 picoseconds. + Weight::from_parts(6_407_000, 0) .saturating_add(Weight::from_parts(0, 3541)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -233,11 +233,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `661 + c * (1 ±0)` // Estimated: `6608 + c * (1 ±0)` - // Minimum execution time: 296_449_000 picoseconds. - Weight::from_parts(255_785_430, 0) + // Minimum execution time: 288_076_000 picoseconds. + Weight::from_parts(277_780_138, 0) .saturating_add(Weight::from_parts(0, 6608)) - // Standard Error: 79 - .saturating_add(Weight::from_parts(33_654, 0).saturating_mul(c.into())) + // Standard Error: 69 + .saturating_add(Weight::from_parts(33_046, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(c.into())) @@ -265,15 +265,15 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `152` // Estimated: `8578` - // Minimum execution time: 5_325_646_000 picoseconds. - Weight::from_parts(884_048_609, 0) + // Minimum execution time: 4_794_521_000 picoseconds. + Weight::from_parts(286_457_873, 0) .saturating_add(Weight::from_parts(0, 8578)) - // Standard Error: 478 - .saturating_add(Weight::from_parts(99_033, 0).saturating_mul(c.into())) - // Standard Error: 57 - .saturating_add(Weight::from_parts(2_243, 0).saturating_mul(i.into())) - // Standard Error: 57 - .saturating_add(Weight::from_parts(2_232, 0).saturating_mul(s.into())) + // Standard Error: 258 + .saturating_add(Weight::from_parts(101_165, 0).saturating_mul(c.into())) + // Standard Error: 31 + .saturating_add(Weight::from_parts(2_322, 0).saturating_mul(i.into())) + // Standard Error: 31 + .saturating_add(Weight::from_parts(2_263, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -299,13 +299,13 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `376` // Estimated: `6354` - // Minimum execution time: 2_373_629_000 picoseconds. - Weight::from_parts(2_419_881_000, 0) + // Minimum execution time: 2_322_485_000 picoseconds. + Weight::from_parts(152_828_702, 0) .saturating_add(Weight::from_parts(0, 6354)) - // Standard Error: 28 - .saturating_add(Weight::from_parts(819, 0).saturating_mul(i.into())) - // Standard Error: 28 - .saturating_add(Weight::from_parts(975, 0).saturating_mul(s.into())) + // Standard Error: 33 + .saturating_add(Weight::from_parts(2_139, 0).saturating_mul(i.into())) + // Standard Error: 33 + .saturating_add(Weight::from_parts(2_213, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -327,8 +327,8 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `763` // Estimated: `6703` - // Minimum execution time: 201_880_000 picoseconds. - Weight::from_parts(211_139_000, 0) + // Minimum execution time: 200_381_000 picoseconds. + Weight::from_parts(207_161_000, 0) .saturating_add(Weight::from_parts(0, 6703)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) @@ -346,11 +346,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3541` - // Minimum execution time: 260_883_000 picoseconds. - Weight::from_parts(178_098_554, 0) + // Minimum execution time: 240_193_000 picoseconds. + Weight::from_parts(206_451_026, 0) .saturating_add(Weight::from_parts(0, 3541)) - // Standard Error: 110 - .saturating_add(Weight::from_parts(66_278, 0).saturating_mul(c.into())) + // Standard Error: 87 + .saturating_add(Weight::from_parts(64_815, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -366,8 +366,8 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `191` // Estimated: `3656` - // Minimum execution time: 32_731_000 picoseconds. - Weight::from_parts(33_746_000, 0) + // Minimum execution time: 33_045_000 picoseconds. + Weight::from_parts(33_930_000, 0) .saturating_add(Weight::from_parts(0, 3656)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -384,8 +384,8 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `517` // Estimated: `8932` - // Minimum execution time: 34_325_000 picoseconds. - Weight::from_parts(35_013_000, 0) + // Minimum execution time: 34_037_000 picoseconds. + Weight::from_parts(35_351_000, 0) .saturating_add(Weight::from_parts(0, 8932)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) @@ -409,11 +409,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `765 + r * (6 ±0)` // Estimated: `6706 + r * (6 ±0)` - // Minimum execution time: 268_644_000 picoseconds. - Weight::from_parts(279_331_460, 0) + // Minimum execution time: 269_511_000 picoseconds. + Weight::from_parts(281_065_473, 0) .saturating_add(Weight::from_parts(0, 6706)) - // Standard Error: 590 - .saturating_add(Weight::from_parts(331_731, 0).saturating_mul(r.into())) + // Standard Error: 493 + .saturating_add(Weight::from_parts(325_878, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) @@ -437,11 +437,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `823 + r * (240 ±0)` // Estimated: `6727 + r * (2715 ±0)` - // Minimum execution time: 269_108_000 picoseconds. - Weight::from_parts(76_940_434, 0) + // Minimum execution time: 260_579_000 picoseconds. + Weight::from_parts(113_092_089, 0) .saturating_add(Weight::from_parts(0, 6727)) - // Standard Error: 7_884 - .saturating_add(Weight::from_parts(3_947_770, 0).saturating_mul(r.into())) + // Standard Error: 6_545 + .saturating_add(Weight::from_parts(3_776_291, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -466,11 +466,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `815 + r * (244 ±0)` // Estimated: `6731 + r * (2719 ±0)` - // Minimum execution time: 260_546_000 picoseconds. - Weight::from_parts(43_948_951, 0) + // Minimum execution time: 255_262_000 picoseconds. + Weight::from_parts(119_113_275, 0) .saturating_add(Weight::from_parts(0, 6731)) - // Standard Error: 9_815 - .saturating_add(Weight::from_parts(4_902_668, 0).saturating_mul(r.into())) + // Standard Error: 6_288 + .saturating_add(Weight::from_parts(4_528_503, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -495,11 +495,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `772 + r * (6 ±0)` // Estimated: `6714 + r * (6 ±0)` - // Minimum execution time: 271_026_000 picoseconds. - Weight::from_parts(279_976_333, 0) + // Minimum execution time: 255_828_000 picoseconds. + Weight::from_parts(281_626_590, 0) .saturating_add(Weight::from_parts(0, 6714)) - // Standard Error: 615 - .saturating_add(Weight::from_parts(431_937, 0).saturating_mul(r.into())) + // Standard Error: 478 + .saturating_add(Weight::from_parts(412_071, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) @@ -523,11 +523,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `762 + r * (3 ±0)` // Estimated: `6707 + r * (3 ±0)` - // Minimum execution time: 270_645_000 picoseconds. - Weight::from_parts(277_679_471, 0) + // Minimum execution time: 249_190_000 picoseconds. + Weight::from_parts(275_311_695, 0) .saturating_add(Weight::from_parts(0, 6707)) - // Standard Error: 404 - .saturating_add(Weight::from_parts(175_927, 0).saturating_mul(r.into())) + // Standard Error: 364 + .saturating_add(Weight::from_parts(174_008, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 3).saturating_mul(r.into())) @@ -549,11 +549,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `652 + r * (3 ±0)` // Estimated: `6592 + r * (3 ±0)` - // Minimum execution time: 247_895_000 picoseconds. - Weight::from_parts(264_305_028, 0) + // Minimum execution time: 247_375_000 picoseconds. + Weight::from_parts(264_846_244, 0) .saturating_add(Weight::from_parts(0, 6592)) - // Standard Error: 355 - .saturating_add(Weight::from_parts(156_297, 0).saturating_mul(r.into())) + // Standard Error: 316 + .saturating_add(Weight::from_parts(151_554, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 3).saturating_mul(r.into())) @@ -577,11 +577,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `766 + r * (6 ±0)` // Estimated: `6708 + r * (6 ±0)` - // Minimum execution time: 273_281_000 picoseconds. - Weight::from_parts(282_127_479, 0) + // Minimum execution time: 261_692_000 picoseconds. + Weight::from_parts(280_659_588, 0) .saturating_add(Weight::from_parts(0, 6708)) - // Standard Error: 521 - .saturating_add(Weight::from_parts(329_134, 0).saturating_mul(r.into())) + // Standard Error: 397 + .saturating_add(Weight::from_parts(331_191, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) @@ -605,11 +605,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `762 + r * (6 ±0)` // Estimated: `6703 + r * (6 ±0)` - // Minimum execution time: 267_954_000 picoseconds. - Weight::from_parts(280_561_611, 0) + // Minimum execution time: 258_370_000 picoseconds. + Weight::from_parts(279_150_283, 0) .saturating_add(Weight::from_parts(0, 6703)) - // Standard Error: 562 - .saturating_add(Weight::from_parts(366_085, 0).saturating_mul(r.into())) + // Standard Error: 535 + .saturating_add(Weight::from_parts(362_194, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) @@ -633,11 +633,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `869 + r * (6 ±0)` // Estimated: `6810 + r * (6 ±0)` - // Minimum execution time: 269_728_000 picoseconds. - Weight::from_parts(288_600_695, 0) + // Minimum execution time: 258_665_000 picoseconds. + Weight::from_parts(291_068_898, 0) .saturating_add(Weight::from_parts(0, 6810)) - // Standard Error: 1_286 - .saturating_add(Weight::from_parts(1_548_907, 0).saturating_mul(r.into())) + // Standard Error: 1_071 + .saturating_add(Weight::from_parts(1_550_046, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) @@ -661,11 +661,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `776 + r * (6 ±0)` // Estimated: `6725 + r * (6 ±0)` - // Minimum execution time: 273_056_000 picoseconds. - Weight::from_parts(282_850_976, 0) + // Minimum execution time: 268_171_000 picoseconds. + Weight::from_parts(281_994_714, 0) .saturating_add(Weight::from_parts(0, 6725)) - // Standard Error: 448 - .saturating_add(Weight::from_parts(323_984, 0).saturating_mul(r.into())) + // Standard Error: 472 + .saturating_add(Weight::from_parts(324_202, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) @@ -689,11 +689,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `774 + r * (6 ±0)` // Estimated: `6723 + r * (6 ±0)` - // Minimum execution time: 270_861_000 picoseconds. - Weight::from_parts(280_390_986, 0) + // Minimum execution time: 252_044_000 picoseconds. + Weight::from_parts(282_412_981, 0) .saturating_add(Weight::from_parts(0, 6723)) - // Standard Error: 445 - .saturating_add(Weight::from_parts(324_740, 0).saturating_mul(r.into())) + // Standard Error: 402 + .saturating_add(Weight::from_parts(317_694, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) @@ -717,11 +717,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `771 + r * (6 ±0)` // Estimated: `6721 + r * (6 ±0)` - // Minimum execution time: 268_823_000 picoseconds. - Weight::from_parts(278_943_558, 0) + // Minimum execution time: 257_460_000 picoseconds. + Weight::from_parts(279_616_453, 0) .saturating_add(Weight::from_parts(0, 6721)) - // Standard Error: 508 - .saturating_add(Weight::from_parts(329_248, 0).saturating_mul(r.into())) + // Standard Error: 420 + .saturating_add(Weight::from_parts(319_071, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) @@ -745,11 +745,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `762 + r * (6 ±0)` // Estimated: `6707 + r * (6 ±0)` - // Minimum execution time: 269_976_000 picoseconds. - Weight::from_parts(280_897_141, 0) + // Minimum execution time: 256_798_000 picoseconds. + Weight::from_parts(282_498_949, 0) .saturating_add(Weight::from_parts(0, 6707)) - // Standard Error: 452 - .saturating_add(Weight::from_parts(322_150, 0).saturating_mul(r.into())) + // Standard Error: 402 + .saturating_add(Weight::from_parts(320_611, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) @@ -775,11 +775,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `773 + r * (14 ±0)` // Estimated: `6710 + r * (14 ±0)` - // Minimum execution time: 272_782_000 picoseconds. - Weight::from_parts(282_490_801, 0) + // Minimum execution time: 267_079_000 picoseconds. + Weight::from_parts(285_854_375, 0) .saturating_add(Weight::from_parts(0, 6710)) - // Standard Error: 1_134 - .saturating_add(Weight::from_parts(1_582_335, 0).saturating_mul(r.into())) + // Standard Error: 924 + .saturating_add(Weight::from_parts(1_575_376, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 14).saturating_mul(r.into())) @@ -803,11 +803,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `764 + r * (6 ±0)` // Estimated: `6708 + r * (6 ±0)` - // Minimum execution time: 270_811_000 picoseconds. - Weight::from_parts(282_512_338, 0) + // Minimum execution time: 254_855_000 picoseconds. + Weight::from_parts(302_911_728, 0) .saturating_add(Weight::from_parts(0, 6708)) - // Standard Error: 489 - .saturating_add(Weight::from_parts(270_052, 0).saturating_mul(r.into())) + // Standard Error: 6_389 + .saturating_add(Weight::from_parts(248_785, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) @@ -831,11 +831,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `768` // Estimated: `6708` - // Minimum execution time: 271_506_000 picoseconds. - Weight::from_parts(217_678_650, 0) + // Minimum execution time: 262_739_000 picoseconds. + Weight::from_parts(224_846_747, 0) .saturating_add(Weight::from_parts(0, 6708)) - // Standard Error: 24 - .saturating_add(Weight::from_parts(1_034, 0).saturating_mul(n.into())) + // Standard Error: 27 + .saturating_add(Weight::from_parts(1_011, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -858,11 +858,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `752 + r * (45 ±0)` // Estimated: `6692 + r * (45 ±0)` - // Minimum execution time: 252_562_000 picoseconds. - Weight::from_parts(274_036_383, 0) + // Minimum execution time: 248_339_000 picoseconds. + Weight::from_parts(272_336_208, 0) .saturating_add(Weight::from_parts(0, 6692)) - // Standard Error: 817_344 - .saturating_add(Weight::from_parts(1_018_216, 0).saturating_mul(r.into())) + // Standard Error: 732_951 + .saturating_add(Weight::from_parts(5_090_191, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 45).saturating_mul(r.into())) @@ -886,11 +886,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `762` // Estimated: `6715` - // Minimum execution time: 268_095_000 picoseconds. - Weight::from_parts(275_760_089, 0) + // Minimum execution time: 270_153_000 picoseconds. + Weight::from_parts(279_613_992, 0) .saturating_add(Weight::from_parts(0, 6715)) // Standard Error: 0 - .saturating_add(Weight::from_parts(319, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(315, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -917,11 +917,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `794 + r * (249 ±0)` // Estimated: `6734 + r * (7674 ±0)` - // Minimum execution time: 254_347_000 picoseconds. - Weight::from_parts(276_376_828, 0) + // Minimum execution time: 252_498_000 picoseconds. + Weight::from_parts(275_788_657, 0) .saturating_add(Weight::from_parts(0, 6734)) - // Standard Error: 780_427 - .saturating_add(Weight::from_parts(123_943_671, 0).saturating_mul(r.into())) + // Standard Error: 707_407 + .saturating_add(Weight::from_parts(125_448_142, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -949,11 +949,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `773 + r * (10 ±0)` // Estimated: `6719 + r * (10 ±0)` - // Minimum execution time: 266_497_000 picoseconds. - Weight::from_parts(284_840_580, 0) + // Minimum execution time: 258_744_000 picoseconds. + Weight::from_parts(283_000_865, 0) .saturating_add(Weight::from_parts(0, 6719)) - // Standard Error: 1_229 - .saturating_add(Weight::from_parts(1_887_265, 0).saturating_mul(r.into())) + // Standard Error: 1_258 + .saturating_add(Weight::from_parts(1_881_086, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 10).saturating_mul(r.into())) @@ -977,11 +977,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `762 + r * (10 ±0)` // Estimated: `6707 + r * (10 ±0)` - // Minimum execution time: 267_444_000 picoseconds. - Weight::from_parts(285_391_504, 0) + // Minimum execution time: 260_838_000 picoseconds. + Weight::from_parts(282_771_313, 0) .saturating_add(Weight::from_parts(0, 6707)) - // Standard Error: 1_575 - .saturating_add(Weight::from_parts(4_003_039, 0).saturating_mul(r.into())) + // Standard Error: 1_683 + .saturating_add(Weight::from_parts(4_068_300, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 10).saturating_mul(r.into())) @@ -1006,13 +1006,13 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `781 + t * (32 ±0)` // Estimated: `6728 + t * (2508 ±0)` - // Minimum execution time: 271_761_000 picoseconds. - Weight::from_parts(280_839_166, 0) + // Minimum execution time: 271_919_000 picoseconds. + Weight::from_parts(286_304_257, 0) .saturating_add(Weight::from_parts(0, 6728)) - // Standard Error: 83_337 - .saturating_add(Weight::from_parts(3_199_285, 0).saturating_mul(t.into())) - // Standard Error: 23 - .saturating_add(Weight::from_parts(1_101, 0).saturating_mul(n.into())) + // Standard Error: 77_833 + .saturating_add(Weight::from_parts(2_341_446, 0).saturating_mul(t.into())) + // Standard Error: 21 + .saturating_add(Weight::from_parts(628, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(t.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -1038,11 +1038,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `761 + r * (7 ±0)` // Estimated: `6705 + r * (7 ±0)` - // Minimum execution time: 165_875_000 picoseconds. - Weight::from_parts(175_276_593, 0) + // Minimum execution time: 163_640_000 picoseconds. + Weight::from_parts(175_069_770, 0) .saturating_add(Weight::from_parts(0, 6705)) - // Standard Error: 345 - .saturating_add(Weight::from_parts(214_389, 0).saturating_mul(r.into())) + // Standard Error: 336 + .saturating_add(Weight::from_parts(213_589, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 7).saturating_mul(r.into())) @@ -1066,11 +1066,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `125712` // Estimated: `131654` - // Minimum execution time: 419_845_000 picoseconds. - Weight::from_parts(391_898_858, 0) + // Minimum execution time: 419_405_000 picoseconds. + Weight::from_parts(386_672_885, 0) .saturating_add(Weight::from_parts(0, 131654)) // Standard Error: 12 - .saturating_add(Weight::from_parts(1_053, 0).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(1_038, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1081,11 +1081,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `834 + r * (292 ±0)` // Estimated: `832 + r * (293 ±0)` - // Minimum execution time: 259_302_000 picoseconds. - Weight::from_parts(179_064_686, 0) + // Minimum execution time: 255_229_000 picoseconds. + Weight::from_parts(182_281_948, 0) .saturating_add(Weight::from_parts(0, 832)) - // Standard Error: 9_429 - .saturating_add(Weight::from_parts(6_830_130, 0).saturating_mul(r.into())) + // Standard Error: 9_184 + .saturating_add(Weight::from_parts(6_547_085, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -1099,11 +1099,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1257` // Estimated: `1249` - // Minimum execution time: 293_397_000 picoseconds. - Weight::from_parts(336_255_515, 0) + // Minimum execution time: 296_058_000 picoseconds. + Weight::from_parts(332_258_803, 0) .saturating_add(Weight::from_parts(0, 1249)) - // Standard Error: 57 - .saturating_add(Weight::from_parts(241, 0).saturating_mul(n.into())) + // Standard Error: 44 + .saturating_add(Weight::from_parts(612, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -1114,11 +1114,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1157 + n * (1 ±0)` // Estimated: `1157 + n * (1 ±0)` - // Minimum execution time: 279_611_000 picoseconds. - Weight::from_parts(302_225_439, 0) + // Minimum execution time: 276_329_000 picoseconds. + Weight::from_parts(298_441_527, 0) .saturating_add(Weight::from_parts(0, 1157)) - // Standard Error: 37 - .saturating_add(Weight::from_parts(2, 0).saturating_mul(n.into())) + // Standard Error: 35 + .saturating_add(Weight::from_parts(413, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -1130,11 +1130,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `831 + r * (288 ±0)` // Estimated: `835 + r * (289 ±0)` - // Minimum execution time: 267_592_000 picoseconds. - Weight::from_parts(161_197_852, 0) + // Minimum execution time: 263_605_000 picoseconds. + Weight::from_parts(182_895_444, 0) .saturating_add(Weight::from_parts(0, 835)) - // Standard Error: 10_806 - .saturating_add(Weight::from_parts(6_826_386, 0).saturating_mul(r.into())) + // Standard Error: 9_853 + .saturating_add(Weight::from_parts(6_400_813, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -1148,11 +1148,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1153 + n * (1 ±0)` // Estimated: `1153 + n * (1 ±0)` - // Minimum execution time: 273_417_000 picoseconds. - Weight::from_parts(298_781_064, 0) + // Minimum execution time: 272_586_000 picoseconds. + Weight::from_parts(301_090_026, 0) .saturating_add(Weight::from_parts(0, 1153)) // Standard Error: 42 - .saturating_add(Weight::from_parts(433, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(12, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -1164,11 +1164,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `825 + r * (296 ±0)` // Estimated: `829 + r * (297 ±0)` - // Minimum execution time: 270_392_000 picoseconds. - Weight::from_parts(172_856_585, 0) + // Minimum execution time: 270_486_000 picoseconds. + Weight::from_parts(190_797_084, 0) .saturating_add(Weight::from_parts(0, 829)) - // Standard Error: 10_514 - .saturating_add(Weight::from_parts(5_776_184, 0).saturating_mul(r.into())) + // Standard Error: 9_399 + .saturating_add(Weight::from_parts(5_483_695, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -1181,11 +1181,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1169 + n * (1 ±0)` // Estimated: `1169 + n * (1 ±0)` - // Minimum execution time: 281_433_000 picoseconds. - Weight::from_parts(304_439_018, 0) + // Minimum execution time: 274_576_000 picoseconds. + Weight::from_parts(298_240_786, 0) .saturating_add(Weight::from_parts(0, 1169)) - // Standard Error: 41 - .saturating_add(Weight::from_parts(396, 0).saturating_mul(n.into())) + // Standard Error: 35 + .saturating_add(Weight::from_parts(796, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -1197,11 +1197,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `845 + r * (288 ±0)` // Estimated: `847 + r * (289 ±0)` - // Minimum execution time: 260_801_000 picoseconds. - Weight::from_parts(188_665_658, 0) + // Minimum execution time: 253_828_000 picoseconds. + Weight::from_parts(187_673_785, 0) .saturating_add(Weight::from_parts(0, 847)) - // Standard Error: 8_875 - .saturating_add(Weight::from_parts(5_584_734, 0).saturating_mul(r.into())) + // Standard Error: 9_074 + .saturating_add(Weight::from_parts(5_287_474, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -1214,11 +1214,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1156 + n * (1 ±0)` // Estimated: `1156 + n * (1 ±0)` - // Minimum execution time: 275_394_000 picoseconds. - Weight::from_parts(296_361_827, 0) + // Minimum execution time: 273_240_000 picoseconds. + Weight::from_parts(297_450_174, 0) .saturating_add(Weight::from_parts(0, 1156)) - // Standard Error: 35 - .saturating_add(Weight::from_parts(427, 0).saturating_mul(n.into())) + // Standard Error: 33 + .saturating_add(Weight::from_parts(238, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -1230,11 +1230,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `818 + r * (296 ±0)` // Estimated: `826 + r * (297 ±0)` - // Minimum execution time: 273_172_000 picoseconds. - Weight::from_parts(183_862_133, 0) + // Minimum execution time: 258_163_000 picoseconds. + Weight::from_parts(163_843_832, 0) .saturating_add(Weight::from_parts(0, 826)) - // Standard Error: 11_097 - .saturating_add(Weight::from_parts(7_027_635, 0).saturating_mul(r.into())) + // Standard Error: 11_755 + .saturating_add(Weight::from_parts(6_710_642, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -1248,11 +1248,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1170 + n * (1 ±0)` // Estimated: `1170 + n * (1 ±0)` - // Minimum execution time: 281_586_000 picoseconds. - Weight::from_parts(305_176_433, 0) + // Minimum execution time: 279_031_000 picoseconds. + Weight::from_parts(297_407_314, 0) .saturating_add(Weight::from_parts(0, 1170)) - // Standard Error: 45 - .saturating_add(Weight::from_parts(527, 0).saturating_mul(n.into())) + // Standard Error: 33 + .saturating_add(Weight::from_parts(950, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -1276,11 +1276,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `881 + r * (45 ±0)` // Estimated: `6837 + r * (2520 ±0)` - // Minimum execution time: 268_624_000 picoseconds. - Weight::from_parts(145_537_122, 0) + // Minimum execution time: 255_857_000 picoseconds. + Weight::from_parts(48_095_185, 0) .saturating_add(Weight::from_parts(0, 6837)) - // Standard Error: 18_326 - .saturating_add(Weight::from_parts(38_693_210, 0).saturating_mul(r.into())) + // Standard Error: 26_618 + .saturating_add(Weight::from_parts(38_371_648, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -1306,11 +1306,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1205 + r * (276 ±0)` // Estimated: `9390 + r * (2752 ±0)` - // Minimum execution time: 264_850_000 picoseconds. - Weight::from_parts(277_452_000, 0) + // Minimum execution time: 261_254_000 picoseconds. + Weight::from_parts(278_418_000, 0) .saturating_add(Weight::from_parts(0, 9390)) - // Standard Error: 120_497 - .saturating_add(Weight::from_parts(253_623_757, 0).saturating_mul(r.into())) + // Standard Error: 96_299 + .saturating_add(Weight::from_parts(245_358_155, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -1336,11 +1336,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0 + r * (576 ±0)` // Estimated: `6711 + r * (2637 ±3)` - // Minimum execution time: 271_554_000 picoseconds. - Weight::from_parts(273_818_000, 0) + // Minimum execution time: 252_238_000 picoseconds. + Weight::from_parts(271_768_000, 0) .saturating_add(Weight::from_parts(0, 6711)) - // Standard Error: 175_888 - .saturating_add(Weight::from_parts(252_529_247, 0).saturating_mul(r.into())) + // Standard Error: 155_104 + .saturating_add(Weight::from_parts(246_259_094, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -1367,13 +1367,13 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1237 + t * (277 ±0)` // Estimated: `12127 + t * (5227 ±0)` - // Minimum execution time: 455_220_000 picoseconds. - Weight::from_parts(17_658_856, 0) + // Minimum execution time: 463_152_000 picoseconds. + Weight::from_parts(86_255_517, 0) .saturating_add(Weight::from_parts(0, 12127)) - // Standard Error: 12_498_070 - .saturating_add(Weight::from_parts(397_099_648, 0).saturating_mul(t.into())) - // Standard Error: 18 - .saturating_add(Weight::from_parts(1_108, 0).saturating_mul(c.into())) + // Standard Error: 11_514_576 + .saturating_add(Weight::from_parts(344_960_377, 0).saturating_mul(t.into())) + // Standard Error: 16 + .saturating_add(Weight::from_parts(983, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(t.into()))) .saturating_add(T::DbWeight::get().writes(6)) @@ -1401,11 +1401,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `898 + r * (255 ±0)` // Estimated: `6726 + r * (5205 ±0)` - // Minimum execution time: 664_957_000 picoseconds. - Weight::from_parts(678_704_000, 0) + // Minimum execution time: 630_914_000 picoseconds. + Weight::from_parts(638_968_000, 0) .saturating_add(Weight::from_parts(0, 6726)) - // Standard Error: 401_617 - .saturating_add(Weight::from_parts(387_367_293, 0).saturating_mul(r.into())) + // Standard Error: 378_175 + .saturating_add(Weight::from_parts(392_243_125, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(6)) @@ -1435,15 +1435,13 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1094 + t * (118 ±0)` // Estimated: `9510 + t * (2575 ±1)` - // Minimum execution time: 2_814_526_000 picoseconds. - Weight::from_parts(307_471_176, 0) + // Minimum execution time: 2_669_572_000 picoseconds. + Weight::from_parts(1_414_276_492, 0) .saturating_add(Weight::from_parts(0, 9510)) - // Standard Error: 12_931_543 - .saturating_add(Weight::from_parts(194_696_364, 0).saturating_mul(t.into())) - // Standard Error: 20 - .saturating_add(Weight::from_parts(2_454, 0).saturating_mul(i.into())) - // Standard Error: 20 - .saturating_add(Weight::from_parts(2_602, 0).saturating_mul(s.into())) + // Standard Error: 36 + .saturating_add(Weight::from_parts(1_441, 0).saturating_mul(i.into())) + // Standard Error: 36 + .saturating_add(Weight::from_parts(1_594, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(15)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(t.into()))) .saturating_add(T::DbWeight::get().writes(10)) @@ -1469,11 +1467,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `761 + r * (8 ±0)` // Estimated: `6702 + r * (8 ±0)` - // Minimum execution time: 265_561_000 picoseconds. - Weight::from_parts(278_385_446, 0) + // Minimum execution time: 267_441_000 picoseconds. + Weight::from_parts(275_356_143, 0) .saturating_add(Weight::from_parts(0, 6702)) - // Standard Error: 646 - .saturating_add(Weight::from_parts(375_102, 0).saturating_mul(r.into())) + // Standard Error: 479 + .saturating_add(Weight::from_parts(375_335, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 8).saturating_mul(r.into())) @@ -1497,11 +1495,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `769` // Estimated: `6709` - // Minimum execution time: 255_611_000 picoseconds. - Weight::from_parts(284_647_535, 0) + // Minimum execution time: 259_468_000 picoseconds. + Weight::from_parts(280_660_136, 0) .saturating_add(Weight::from_parts(0, 6709)) - // Standard Error: 2 - .saturating_add(Weight::from_parts(1_379, 0).saturating_mul(n.into())) + // Standard Error: 6 + .saturating_add(Weight::from_parts(1_364, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1524,11 +1522,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `763 + r * (8 ±0)` // Estimated: `6705 + r * (8 ±0)` - // Minimum execution time: 268_195_000 picoseconds. - Weight::from_parts(281_611_010, 0) + // Minimum execution time: 260_867_000 picoseconds. + Weight::from_parts(276_261_003, 0) .saturating_add(Weight::from_parts(0, 6705)) - // Standard Error: 776 - .saturating_add(Weight::from_parts(772_879, 0).saturating_mul(r.into())) + // Standard Error: 541 + .saturating_add(Weight::from_parts(765_057, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 8).saturating_mul(r.into())) @@ -1552,11 +1550,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `771` // Estimated: `6713` - // Minimum execution time: 267_523_000 picoseconds. - Weight::from_parts(282_820_342, 0) + // Minimum execution time: 260_919_000 picoseconds. + Weight::from_parts(298_719_304, 0) .saturating_add(Weight::from_parts(0, 6713)) - // Standard Error: 2 - .saturating_add(Weight::from_parts(3_705, 0).saturating_mul(n.into())) + // Standard Error: 1 + .saturating_add(Weight::from_parts(3_605, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1579,11 +1577,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `763 + r * (8 ±0)` // Estimated: `6708 + r * (8 ±0)` - // Minimum execution time: 255_846_000 picoseconds. - Weight::from_parts(278_115_712, 0) + // Minimum execution time: 251_662_000 picoseconds. + Weight::from_parts(274_532_217, 0) .saturating_add(Weight::from_parts(0, 6708)) - // Standard Error: 631 - .saturating_add(Weight::from_parts(445_358, 0).saturating_mul(r.into())) + // Standard Error: 527 + .saturating_add(Weight::from_parts(456_002, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 8).saturating_mul(r.into())) @@ -1607,11 +1605,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `771` // Estimated: `6717` - // Minimum execution time: 269_827_000 picoseconds. - Weight::from_parts(296_508_163, 0) + // Minimum execution time: 256_405_000 picoseconds. + Weight::from_parts(250_795_154, 0) .saturating_add(Weight::from_parts(0, 6717)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(1_438, 0).saturating_mul(n.into())) + // Standard Error: 27 + .saturating_add(Weight::from_parts(1_597, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1634,11 +1632,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `763 + r * (8 ±0)` // Estimated: `6709 + r * (8 ±0)` - // Minimum execution time: 257_479_000 picoseconds. - Weight::from_parts(277_709_605, 0) + // Minimum execution time: 268_488_000 picoseconds. + Weight::from_parts(275_176_782, 0) .saturating_add(Weight::from_parts(0, 6709)) - // Standard Error: 434 - .saturating_add(Weight::from_parts(442_561, 0).saturating_mul(r.into())) + // Standard Error: 379 + .saturating_add(Weight::from_parts(444_507, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 8).saturating_mul(r.into())) @@ -1662,11 +1660,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `771` // Estimated: `6711` - // Minimum execution time: 267_332_000 picoseconds. - Weight::from_parts(290_583_495, 0) + // Minimum execution time: 263_835_000 picoseconds. + Weight::from_parts(301_765_133, 0) .saturating_add(Weight::from_parts(0, 6711)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(1_452, 0).saturating_mul(n.into())) + // Standard Error: 3 + .saturating_add(Weight::from_parts(1_432, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -1689,11 +1687,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `896 + n * (1 ±0)` // Estimated: `6833 + n * (1 ±0)` - // Minimum execution time: 337_818_000 picoseconds. - Weight::from_parts(344_756_344, 0) + // Minimum execution time: 333_743_000 picoseconds. + Weight::from_parts(343_488_119, 0) .saturating_add(Weight::from_parts(0, 6833)) // Standard Error: 16 - .saturating_add(Weight::from_parts(6_328, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(6_365, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) @@ -1715,13 +1713,13 @@ impl pallet_contracts::WeightInfo for WeightInfo { /// The range of component `r` is `[0, 160]`. fn seal_sr25519_verify(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `710 + r * (112 ±0)` + // Measured: `709 + r * (112 ±0)` // Estimated: `6650 + r * (112 ±0)` - // Minimum execution time: 270_514_000 picoseconds. - Weight::from_parts(334_488_308, 0) + // Minimum execution time: 271_010_000 picoseconds. + Weight::from_parts(330_449_848, 0) .saturating_add(Weight::from_parts(0, 6650)) - // Standard Error: 14_752 - .saturating_add(Weight::from_parts(55_819_337, 0).saturating_mul(r.into())) + // Standard Error: 13_203 + .saturating_add(Weight::from_parts(55_706_337, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 112).saturating_mul(r.into())) @@ -1744,12 +1742,12 @@ impl pallet_contracts::WeightInfo for WeightInfo { fn seal_ecdsa_recover(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `806 + r * (76 ±0)` - // Estimated: `6700 + r * (77 ±0)` - // Minimum execution time: 269_963_000 picoseconds. - Weight::from_parts(325_796_027, 0) - .saturating_add(Weight::from_parts(0, 6700)) - // Standard Error: 14_513 - .saturating_add(Weight::from_parts(46_511_174, 0).saturating_mul(r.into())) + // Estimated: `6701 + r * (77 ±0)` + // Minimum execution time: 255_480_000 picoseconds. + Weight::from_parts(346_138_231, 0) + .saturating_add(Weight::from_parts(0, 6701)) + // Standard Error: 15_561 + .saturating_add(Weight::from_parts(46_090_320, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 77).saturating_mul(r.into())) @@ -1773,11 +1771,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `776 + r * (42 ±0)` // Estimated: `6715 + r * (42 ±0)` - // Minimum execution time: 270_070_000 picoseconds. - Weight::from_parts(324_734_361, 0) + // Minimum execution time: 261_379_000 picoseconds. + Weight::from_parts(308_296_787, 0) .saturating_add(Weight::from_parts(0, 6715)) - // Standard Error: 20_002 - .saturating_add(Weight::from_parts(12_050_469, 0).saturating_mul(r.into())) + // Standard Error: 12_335 + .saturating_add(Weight::from_parts(11_953_421, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 42).saturating_mul(r.into())) @@ -1800,12 +1798,12 @@ impl pallet_contracts::WeightInfo for WeightInfo { fn seal_set_code_hash(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + r * (965 ±0)` - // Estimated: `6706 + r * (3090 ±7)` - // Minimum execution time: 262_014_000 picoseconds. - Weight::from_parts(273_658_000, 0) + // Estimated: `6706 + r * (3090 ±10)` + // Minimum execution time: 260_319_000 picoseconds. + Weight::from_parts(273_708_000, 0) .saturating_add(Weight::from_parts(0, 6706)) - // Standard Error: 57_094 - .saturating_add(Weight::from_parts(25_770_249, 0).saturating_mul(r.into())) + // Standard Error: 49_060 + .saturating_add(Weight::from_parts(24_035_913, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -1831,11 +1829,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `757 + r * (3 ±0)` // Estimated: `6707 + r * (3 ±0)` - // Minimum execution time: 265_200_000 picoseconds. - Weight::from_parts(275_259_160, 0) + // Minimum execution time: 251_444_000 picoseconds. + Weight::from_parts(275_800_719, 0) .saturating_add(Weight::from_parts(0, 6707)) - // Standard Error: 318 - .saturating_add(Weight::from_parts(164_251, 0).saturating_mul(r.into())) + // Standard Error: 408 + .saturating_add(Weight::from_parts(164_169, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 3).saturating_mul(r.into())) @@ -1859,11 +1857,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1997 + r * (39 ±0)` // Estimated: `7824 + r * (40 ±0)` - // Minimum execution time: 270_414_000 picoseconds. - Weight::from_parts(386_299_696, 0) + // Minimum execution time: 251_535_000 picoseconds. + Weight::from_parts(325_895_606, 0) .saturating_add(Weight::from_parts(0, 7824)) - // Standard Error: 3_180 - .saturating_add(Weight::from_parts(282_116, 0).saturating_mul(r.into())) + // Standard Error: 2_109 + .saturating_add(Weight::from_parts(332_007, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 40).saturating_mul(r.into())) @@ -1889,11 +1887,11 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `760 + r * (3 ±0)` // Estimated: `6707 + r * (3 ±0)` - // Minimum execution time: 265_984_000 picoseconds. - Weight::from_parts(276_406_088, 0) + // Minimum execution time: 255_613_000 picoseconds. + Weight::from_parts(277_137_544, 0) .saturating_add(Weight::from_parts(0, 6707)) - // Standard Error: 322 - .saturating_add(Weight::from_parts(144_339, 0).saturating_mul(r.into())) + // Standard Error: 336 + .saturating_add(Weight::from_parts(144_014, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 3).saturating_mul(r.into())) @@ -1903,10 +1901,10 @@ impl pallet_contracts::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_620_000 picoseconds. - Weight::from_parts(1_788_512, 0) + // Minimum execution time: 1_592_000 picoseconds. + Weight::from_parts(1_602_100, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 12 - .saturating_add(Weight::from_parts(10_682, 0).saturating_mul(r.into())) + // Standard Error: 14 + .saturating_add(Weight::from_parts(10_737, 0).saturating_mul(r.into())) } } diff --git a/runtime/trappist/src/weights/pallet_democracy.rs b/runtime/trappist/src/weights/pallet_democracy.rs index 366abb9b..7945fb4f 100644 --- a/runtime/trappist/src/weights/pallet_democracy.rs +++ b/runtime/trappist/src/weights/pallet_democracy.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for `pallet_democracy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 @@ -62,8 +62,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4768` // Estimated: `18187` - // Minimum execution time: 46_309_000 picoseconds. - Weight::from_parts(47_261_000, 0) + // Minimum execution time: 46_834_000 picoseconds. + Weight::from_parts(49_267_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -74,8 +74,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3523` // Estimated: `6695` - // Minimum execution time: 40_069_000 picoseconds. - Weight::from_parts(40_740_000, 0) + // Minimum execution time: 40_838_000 picoseconds. + Weight::from_parts(42_073_000, 0) .saturating_add(Weight::from_parts(0, 6695)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -92,8 +92,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3399` // Estimated: `7260` - // Minimum execution time: 53_924_000 picoseconds. - Weight::from_parts(55_423_000, 0) + // Minimum execution time: 53_747_000 picoseconds. + Weight::from_parts(55_689_000, 0) .saturating_add(Weight::from_parts(0, 7260)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) @@ -110,8 +110,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3421` // Estimated: `7260` - // Minimum execution time: 58_988_000 picoseconds. - Weight::from_parts(60_878_000, 0) + // Minimum execution time: 60_100_000 picoseconds. + Weight::from_parts(61_492_000, 0) .saturating_add(Weight::from_parts(0, 7260)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) @@ -126,8 +126,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `333` // Estimated: `3666` - // Minimum execution time: 26_382_000 picoseconds. - Weight::from_parts(27_179_000, 0) + // Minimum execution time: 26_571_000 picoseconds. + Weight::from_parts(27_390_000, 0) .saturating_add(Weight::from_parts(0, 3666)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -150,8 +150,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `6216` // Estimated: `18187` - // Minimum execution time: 112_490_000 picoseconds. - Weight::from_parts(114_008_000, 0) + // Minimum execution time: 115_007_000 picoseconds. + Weight::from_parts(117_411_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) @@ -164,8 +164,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3383` // Estimated: `6703` - // Minimum execution time: 13_182_000 picoseconds. - Weight::from_parts(13_980_000, 0) + // Minimum execution time: 13_421_000 picoseconds. + Weight::from_parts(13_952_000, 0) .saturating_add(Weight::from_parts(0, 6703)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -176,8 +176,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_684_000 picoseconds. - Weight::from_parts(2_865_000, 0) + // Minimum execution time: 2_800_000 picoseconds. + Weight::from_parts(2_954_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -187,8 +187,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_877_000 picoseconds. - Weight::from_parts(3_115_000, 0) + // Minimum execution time: 2_989_000 picoseconds. + Weight::from_parts(3_181_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -204,8 +204,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `253` // Estimated: `3518` - // Minimum execution time: 28_002_000 picoseconds. - Weight::from_parts(28_742_000, 0) + // Minimum execution time: 28_231_000 picoseconds. + Weight::from_parts(28_888_000, 0) .saturating_add(Weight::from_parts(0, 3518)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(5)) @@ -220,8 +220,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3486` // Estimated: `6703` - // Minimum execution time: 30_182_000 picoseconds. - Weight::from_parts(31_115_000, 0) + // Minimum execution time: 30_827_000 picoseconds. + Weight::from_parts(31_568_000, 0) .saturating_add(Weight::from_parts(0, 6703)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -238,8 +238,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `6127` // Estimated: `18187` - // Minimum execution time: 93_069_000 picoseconds. - Weight::from_parts(94_277_000, 0) + // Minimum execution time: 95_296_000 picoseconds. + Weight::from_parts(97_280_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -252,8 +252,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `238` // Estimated: `3518` - // Minimum execution time: 20_101_000 picoseconds. - Weight::from_parts(20_642_000, 0) + // Minimum execution time: 20_505_000 picoseconds. + Weight::from_parts(20_974_000, 0) .saturating_add(Weight::from_parts(0, 3518)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -269,11 +269,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `211 + r * (86 ±0)` // Estimated: `1489 + r * (2676 ±0)` - // Minimum execution time: 7_324_000 picoseconds. - Weight::from_parts(8_519_231, 0) + // Minimum execution time: 7_368_000 picoseconds. + Weight::from_parts(8_947_649, 0) .saturating_add(Weight::from_parts(0, 1489)) - // Standard Error: 6_803 - .saturating_add(Weight::from_parts(3_147_240, 0).saturating_mul(r.into())) + // Standard Error: 6_822 + .saturating_add(Weight::from_parts(3_109_454, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -296,11 +296,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `211 + r * (86 ±0)` // Estimated: `18187 + r * (2676 ±0)` - // Minimum execution time: 10_532_000 picoseconds. - Weight::from_parts(11_478_031, 0) + // Minimum execution time: 10_397_000 picoseconds. + Weight::from_parts(11_264_999, 0) .saturating_add(Weight::from_parts(0, 18187)) - // Standard Error: 6_783 - .saturating_add(Weight::from_parts(3_183_245, 0).saturating_mul(r.into())) + // Standard Error: 7_962 + .saturating_add(Weight::from_parts(3_171_176, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -319,11 +319,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `763 + r * (108 ±0)` // Estimated: `19800 + r * (2676 ±0)` - // Minimum execution time: 40_562_000 picoseconds. - Weight::from_parts(46_737_739, 0) + // Minimum execution time: 39_758_000 picoseconds. + Weight::from_parts(45_332_711, 0) .saturating_add(Weight::from_parts(0, 19800)) - // Standard Error: 8_294 - .saturating_add(Weight::from_parts(4_051_313, 0).saturating_mul(r.into())) + // Standard Error: 8_285 + .saturating_add(Weight::from_parts(4_126_141, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -339,11 +339,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `460 + r * (108 ±0)` // Estimated: `13530 + r * (2676 ±0)` - // Minimum execution time: 20_792_000 picoseconds. - Weight::from_parts(21_701_882, 0) + // Minimum execution time: 21_161_000 picoseconds. + Weight::from_parts(22_004_586, 0) .saturating_add(Weight::from_parts(0, 13530)) - // Standard Error: 7_256 - .saturating_add(Weight::from_parts(4_049_220, 0).saturating_mul(r.into())) + // Standard Error: 6_220 + .saturating_add(Weight::from_parts(4_060_377, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -356,8 +356,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_070_000 picoseconds. - Weight::from_parts(3_271_000, 0) + // Minimum execution time: 3_023_000 picoseconds. + Weight::from_parts(3_175_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -374,11 +374,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `455` // Estimated: `7260` - // Minimum execution time: 22_696_000 picoseconds. - Weight::from_parts(37_268_268, 0) + // Minimum execution time: 22_965_000 picoseconds. + Weight::from_parts(37_288_184, 0) .saturating_add(Weight::from_parts(0, 7260)) - // Standard Error: 3_627 - .saturating_add(Weight::from_parts(103_329, 0).saturating_mul(r.into())) + // Standard Error: 3_509 + .saturating_add(Weight::from_parts(104_929, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -395,11 +395,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `456 + r * (22 ±0)` // Estimated: `7260` - // Minimum execution time: 32_957_000 picoseconds. - Weight::from_parts(35_826_200, 0) + // Minimum execution time: 33_090_000 picoseconds. + Weight::from_parts(35_489_623, 0) .saturating_add(Weight::from_parts(0, 7260)) - // Standard Error: 1_734 - .saturating_add(Weight::from_parts(124_247, 0).saturating_mul(r.into())) + // Standard Error: 1_425 + .saturating_add(Weight::from_parts(142_076, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -412,11 +412,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `695 + r * (26 ±0)` // Estimated: `7260` - // Minimum execution time: 15_305_000 picoseconds. - Weight::from_parts(18_578_690, 0) + // Minimum execution time: 15_345_000 picoseconds. + Weight::from_parts(18_722_027, 0) .saturating_add(Weight::from_parts(0, 7260)) - // Standard Error: 1_641 - .saturating_add(Weight::from_parts(120_580, 0).saturating_mul(r.into())) + // Standard Error: 1_698 + .saturating_add(Weight::from_parts(121_898, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -429,11 +429,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `695 + r * (26 ±0)` // Estimated: `7260` - // Minimum execution time: 15_024_000 picoseconds. - Weight::from_parts(18_233_877, 0) + // Minimum execution time: 15_364_000 picoseconds. + Weight::from_parts(18_688_010, 0) .saturating_add(Weight::from_parts(0, 7260)) - // Standard Error: 1_743 - .saturating_add(Weight::from_parts(126_498, 0).saturating_mul(r.into())) + // Standard Error: 1_708 + .saturating_add(Weight::from_parts(123_404, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -447,8 +447,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `323` // Estimated: `3556` - // Minimum execution time: 19_063_000 picoseconds. - Weight::from_parts(19_648_000, 0) + // Minimum execution time: 19_195_000 picoseconds. + Weight::from_parts(19_656_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -461,8 +461,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `253` // Estimated: `3518` - // Minimum execution time: 17_091_000 picoseconds. - Weight::from_parts(17_495_000, 0) + // Minimum execution time: 17_378_000 picoseconds. + Weight::from_parts(17_640_000, 0) .saturating_add(Weight::from_parts(0, 3518)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -477,8 +477,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4855` // Estimated: `18187` - // Minimum execution time: 40_902_000 picoseconds. - Weight::from_parts(41_650_000, 0) + // Minimum execution time: 41_353_000 picoseconds. + Weight::from_parts(42_468_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -491,8 +491,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4789` // Estimated: `18187` - // Minimum execution time: 38_216_000 picoseconds. - Weight::from_parts(38_660_000, 0) + // Minimum execution time: 38_009_000 picoseconds. + Weight::from_parts(39_119_000, 0) .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -505,8 +505,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 15_078_000 picoseconds. - Weight::from_parts(15_523_000, 0) + // Minimum execution time: 14_937_000 picoseconds. + Weight::from_parts(15_421_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -519,8 +519,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `269` // Estimated: `3666` - // Minimum execution time: 19_147_000 picoseconds. - Weight::from_parts(19_541_000, 0) + // Minimum execution time: 18_978_000 picoseconds. + Weight::from_parts(19_510_000, 0) .saturating_add(Weight::from_parts(0, 3666)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/trappist/src/weights/pallet_dex.rs b/runtime/trappist/src/weights/pallet_dex.rs index 447fb660..ae02e106 100644 --- a/runtime/trappist/src/weights/pallet_dex.rs +++ b/runtime/trappist/src/weights/pallet_dex.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for `pallet_dex` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 @@ -62,8 +62,8 @@ impl pallet_dex::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `464` // Estimated: `8817` - // Minimum execution time: 124_213_000 picoseconds. - Weight::from_parts(126_618_000, 0) + // Minimum execution time: 122_846_000 picoseconds. + Weight::from_parts(125_951_000, 0) .saturating_add(Weight::from_parts(0, 8817)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) @@ -80,8 +80,8 @@ impl pallet_dex::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1040` // Estimated: `8817` - // Minimum execution time: 115_651_000 picoseconds. - Weight::from_parts(118_674_000, 0) + // Minimum execution time: 114_727_000 picoseconds. + Weight::from_parts(116_176_000, 0) .saturating_add(Weight::from_parts(0, 8817)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) @@ -98,8 +98,8 @@ impl pallet_dex::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1040` // Estimated: `8817` - // Minimum execution time: 122_772_000 picoseconds. - Weight::from_parts(124_449_000, 0) + // Minimum execution time: 120_437_000 picoseconds. + Weight::from_parts(121_910_000, 0) .saturating_add(Weight::from_parts(0, 8817)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) @@ -116,8 +116,8 @@ impl pallet_dex::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `797` // Estimated: `6208` - // Minimum execution time: 94_459_000 picoseconds. - Weight::from_parts(96_254_000, 0) + // Minimum execution time: 91_984_000 picoseconds. + Weight::from_parts(93_540_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -134,8 +134,8 @@ impl pallet_dex::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `797` // Estimated: `6208` - // Minimum execution time: 95_076_000 picoseconds. - Weight::from_parts(96_752_000, 0) + // Minimum execution time: 93_936_000 picoseconds. + Weight::from_parts(95_359_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -150,8 +150,8 @@ impl pallet_dex::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1217` // Estimated: `11426` - // Minimum execution time: 108_010_000 picoseconds. - Weight::from_parts(111_252_000, 0) + // Minimum execution time: 105_970_000 picoseconds. + Weight::from_parts(106_805_000, 0) .saturating_add(Weight::from_parts(0, 11426)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(8)) diff --git a/runtime/trappist/src/weights/pallet_identity.rs b/runtime/trappist/src/weights/pallet_identity.rs index ff362f9e..532983e4 100644 --- a/runtime/trappist/src/weights/pallet_identity.rs +++ b/runtime/trappist/src/weights/pallet_identity.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for `pallet_identity` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 @@ -57,11 +57,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `32 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 12_310_000 picoseconds. - Weight::from_parts(13_385_765, 0) + // Minimum execution time: 12_498_000 picoseconds. + Weight::from_parts(13_282_682, 0) .saturating_add(Weight::from_parts(0, 2626)) - // Standard Error: 1_697 - .saturating_add(Weight::from_parts(81_783, 0).saturating_mul(r.into())) + // Standard Error: 1_684 + .saturating_add(Weight::from_parts(87_391, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -73,13 +73,13 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `442 + r * (5 ±0)` // Estimated: `11003` - // Minimum execution time: 32_098_000 picoseconds. - Weight::from_parts(29_943_425, 0) + // Minimum execution time: 32_268_000 picoseconds. + Weight::from_parts(30_589_814, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 3_269 - .saturating_add(Weight::from_parts(156_368, 0).saturating_mul(r.into())) - // Standard Error: 638 - .saturating_add(Weight::from_parts(458_813, 0).saturating_mul(x.into())) + // Standard Error: 3_776 + .saturating_add(Weight::from_parts(125_849, 0).saturating_mul(r.into())) + // Standard Error: 736 + .saturating_add(Weight::from_parts(463_056, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -94,11 +94,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `101` // Estimated: `11003 + s * (2589 ±0)` - // Minimum execution time: 9_020_000 picoseconds. - Weight::from_parts(22_060_723, 0) + // Minimum execution time: 9_105_000 picoseconds. + Weight::from_parts(22_301_022, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 4_086 - .saturating_add(Weight::from_parts(3_105_450, 0).saturating_mul(s.into())) + // Standard Error: 4_388 + .saturating_add(Weight::from_parts(3_119_894, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -116,11 +116,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `194 + p * (32 ±0)` // Estimated: `11003` - // Minimum execution time: 8_886_000 picoseconds. - Weight::from_parts(22_577_539, 0) + // Minimum execution time: 9_015_000 picoseconds. + Weight::from_parts(22_372_621, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 3_374 - .saturating_add(Weight::from_parts(1_324_214, 0).saturating_mul(p.into())) + // Standard Error: 3_467 + .saturating_add(Weight::from_parts(1_349_643, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -138,15 +138,15 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `469 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 56_626_000 picoseconds. - Weight::from_parts(33_129_409, 0) + // Minimum execution time: 55_487_000 picoseconds. + Weight::from_parts(32_144_815, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 8_654 - .saturating_add(Weight::from_parts(96_569, 0).saturating_mul(r.into())) - // Standard Error: 1_689 - .saturating_add(Weight::from_parts(1_278_295, 0).saturating_mul(s.into())) - // Standard Error: 1_689 - .saturating_add(Weight::from_parts(255_557, 0).saturating_mul(x.into())) + // Standard Error: 11_235 + .saturating_add(Weight::from_parts(142_586, 0).saturating_mul(r.into())) + // Standard Error: 2_194 + .saturating_add(Weight::from_parts(1_358_471, 0).saturating_mul(s.into())) + // Standard Error: 2_194 + .saturating_add(Weight::from_parts(247_188, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -161,13 +161,13 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `367 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 32_693_000 picoseconds. - Weight::from_parts(31_729_617, 0) + // Minimum execution time: 32_557_000 picoseconds. + Weight::from_parts(30_635_170, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 4_229 - .saturating_add(Weight::from_parts(96_502, 0).saturating_mul(r.into())) - // Standard Error: 825 - .saturating_add(Weight::from_parts(469_764, 0).saturating_mul(x.into())) + // Standard Error: 4_595 + .saturating_add(Weight::from_parts(138_114, 0).saturating_mul(r.into())) + // Standard Error: 896 + .saturating_add(Weight::from_parts(479_756, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -179,13 +179,13 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `398 + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 29_284_000 picoseconds. - Weight::from_parts(28_349_973, 0) + // Minimum execution time: 29_094_000 picoseconds. + Weight::from_parts(28_341_732, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 3_501 - .saturating_add(Weight::from_parts(94_382, 0).saturating_mul(r.into())) - // Standard Error: 683 - .saturating_add(Weight::from_parts(458_687, 0).saturating_mul(x.into())) + // Standard Error: 3_290 + .saturating_add(Weight::from_parts(95_817, 0).saturating_mul(r.into())) + // Standard Error: 642 + .saturating_add(Weight::from_parts(474_214, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -196,11 +196,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 7_620_000 picoseconds. - Weight::from_parts(8_153_122, 0) + // Minimum execution time: 7_634_000 picoseconds. + Weight::from_parts(8_077_478, 0) .saturating_add(Weight::from_parts(0, 2626)) - // Standard Error: 1_185 - .saturating_add(Weight::from_parts(63_324, 0).saturating_mul(r.into())) + // Standard Error: 1_633 + .saturating_add(Weight::from_parts(79_445, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -211,11 +211,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 6_820_000 picoseconds. - Weight::from_parts(7_358_419, 0) + // Minimum execution time: 6_836_000 picoseconds. + Weight::from_parts(7_257_400, 0) .saturating_add(Weight::from_parts(0, 2626)) - // Standard Error: 930 - .saturating_add(Weight::from_parts(60_519, 0).saturating_mul(r.into())) + // Standard Error: 1_034 + .saturating_add(Weight::from_parts(68_549, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -226,11 +226,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 6_951_000 picoseconds. - Weight::from_parts(7_442_787, 0) + // Minimum execution time: 6_751_000 picoseconds. + Weight::from_parts(7_303_990, 0) .saturating_add(Weight::from_parts(0, 2626)) - // Standard Error: 869 - .saturating_add(Weight::from_parts(61_414, 0).saturating_mul(r.into())) + // Standard Error: 1_047 + .saturating_add(Weight::from_parts(69_351, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -244,13 +244,13 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `445 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 22_881_000 picoseconds. - Weight::from_parts(21_661_396, 0) + // Minimum execution time: 22_444_000 picoseconds. + Weight::from_parts(21_599_992, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 4_213 - .saturating_add(Weight::from_parts(109_098, 0).saturating_mul(r.into())) - // Standard Error: 779 - .saturating_add(Weight::from_parts(752_615, 0).saturating_mul(x.into())) + // Standard Error: 4_345 + .saturating_add(Weight::from_parts(87_256, 0).saturating_mul(r.into())) + // Standard Error: 803 + .saturating_add(Weight::from_parts(774_101, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -269,15 +269,15 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `643 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 61_152_000 picoseconds. - Weight::from_parts(36_549_163, 0) + // Minimum execution time: 61_956_000 picoseconds. + Weight::from_parts(38_393_402, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 9_220 - .saturating_add(Weight::from_parts(164_089, 0).saturating_mul(r.into())) - // Standard Error: 1_800 - .saturating_add(Weight::from_parts(1_314_174, 0).saturating_mul(s.into())) - // Standard Error: 1_800 - .saturating_add(Weight::from_parts(260_277, 0).saturating_mul(x.into())) + // Standard Error: 10_135 + .saturating_add(Weight::from_parts(138_471, 0).saturating_mul(r.into())) + // Standard Error: 1_979 + .saturating_add(Weight::from_parts(1_332_992, 0).saturating_mul(s.into())) + // Standard Error: 1_979 + .saturating_add(Weight::from_parts(255_737, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -293,11 +293,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `475 + s * (36 ±0)` // Estimated: `11003` - // Minimum execution time: 29_088_000 picoseconds. - Weight::from_parts(33_111_666, 0) + // Minimum execution time: 29_061_000 picoseconds. + Weight::from_parts(33_042_875, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 1_026 - .saturating_add(Weight::from_parts(85_871, 0).saturating_mul(s.into())) + // Standard Error: 975 + .saturating_add(Weight::from_parts(88_595, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -310,11 +310,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `591 + s * (3 ±0)` // Estimated: `11003` - // Minimum execution time: 12_139_000 picoseconds. - Weight::from_parts(13_600_379, 0) + // Minimum execution time: 12_260_000 picoseconds. + Weight::from_parts(13_724_359, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 446 - .saturating_add(Weight::from_parts(38_384, 0).saturating_mul(s.into())) + // Standard Error: 447 + .saturating_add(Weight::from_parts(38_060, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -329,11 +329,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `638 + s * (35 ±0)` // Estimated: `11003` - // Minimum execution time: 31_737_000 picoseconds. - Weight::from_parts(34_491_670, 0) + // Minimum execution time: 31_985_000 picoseconds. + Weight::from_parts(34_715_046, 0) .saturating_add(Weight::from_parts(0, 11003)) - // Standard Error: 700 - .saturating_add(Weight::from_parts(82_186, 0).saturating_mul(s.into())) + // Standard Error: 971 + .saturating_add(Weight::from_parts(83_313, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -348,11 +348,11 @@ impl pallet_identity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `667 + s * (37 ±0)` // Estimated: `6723` - // Minimum execution time: 23_934_000 picoseconds. - Weight::from_parts(25_947_414, 0) + // Minimum execution time: 24_154_000 picoseconds. + Weight::from_parts(26_248_523, 0) .saturating_add(Weight::from_parts(0, 6723)) - // Standard Error: 655 - .saturating_add(Weight::from_parts(75_357, 0).saturating_mul(s.into())) + // Standard Error: 696 + .saturating_add(Weight::from_parts(74_385, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/trappist/src/weights/pallet_lockdown_mode.rs b/runtime/trappist/src/weights/pallet_lockdown_mode.rs index acb936c0..7c18234b 100644 --- a/runtime/trappist/src/weights/pallet_lockdown_mode.rs +++ b/runtime/trappist/src/weights/pallet_lockdown_mode.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for `pallet_lockdown_mode` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 @@ -58,8 +58,8 @@ impl pallet_lockdown_mode::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 14_323_000 picoseconds. - Weight::from_parts(14_782_000, 0) + // Minimum execution time: 13_889_000 picoseconds. + Weight::from_parts(14_755_000, 0) .saturating_add(Weight::from_parts(0, 1486)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -72,8 +72,8 @@ impl pallet_lockdown_mode::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 14_139_000 picoseconds. - Weight::from_parts(14_669_000, 0) + // Minimum execution time: 13_967_000 picoseconds. + Weight::from_parts(14_779_000, 0) .saturating_add(Weight::from_parts(0, 1486)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) diff --git a/runtime/trappist/src/weights/pallet_multisig.rs b/runtime/trappist/src/weights/pallet_multisig.rs index c0e62e3b..df86a3ff 100644 --- a/runtime/trappist/src/weights/pallet_multisig.rs +++ b/runtime/trappist/src/weights/pallet_multisig.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for `pallet_multisig` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 @@ -57,11 +57,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 18_494_000 picoseconds. - Weight::from_parts(19_369_602, 0) + // Minimum execution time: 18_677_000 picoseconds. + Weight::from_parts(19_562_698, 0) .saturating_add(Weight::from_parts(0, 1486)) - // Standard Error: 3 - .saturating_add(Weight::from_parts(530, 0).saturating_mul(z.into())) + // Standard Error: 5 + .saturating_add(Weight::from_parts(501, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: `Multisig::Multisigs` (r:1 w:1) @@ -72,13 +72,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `262 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 45_283_000 picoseconds. - Weight::from_parts(33_866_470, 0) + // Minimum execution time: 44_214_000 picoseconds. + Weight::from_parts(34_092_512, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 715 - .saturating_add(Weight::from_parts(120_924, 0).saturating_mul(s.into())) - // Standard Error: 7 - .saturating_add(Weight::from_parts(1_437, 0).saturating_mul(z.into())) + // Standard Error: 1_052 + .saturating_add(Weight::from_parts(122_206, 0).saturating_mul(s.into())) + // Standard Error: 10 + .saturating_add(Weight::from_parts(1_413, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -90,13 +90,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `282` // Estimated: `6811` - // Minimum execution time: 28_889_000 picoseconds. - Weight::from_parts(19_903_563, 0) + // Minimum execution time: 29_112_000 picoseconds. + Weight::from_parts(20_103_640, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 423 - .saturating_add(Weight::from_parts(102_253, 0).saturating_mul(s.into())) + // Standard Error: 486 + .saturating_add(Weight::from_parts(104_420, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_parts(1_451, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_405, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -112,13 +112,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `485 + s * (33 ±0)` // Estimated: `6811` - // Minimum execution time: 54_018_000 picoseconds. - Weight::from_parts(40_571_604, 0) + // Minimum execution time: 54_344_000 picoseconds. + Weight::from_parts(40_593_722, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 971 - .saturating_add(Weight::from_parts(150_123, 0).saturating_mul(s.into())) - // Standard Error: 9 - .saturating_add(Weight::from_parts(1_576, 0).saturating_mul(z.into())) + // Standard Error: 1_364 + .saturating_add(Weight::from_parts(155_318, 0).saturating_mul(s.into())) + // Standard Error: 13 + .saturating_add(Weight::from_parts(1_551, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -129,11 +129,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `263 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 31_634_000 picoseconds. - Weight::from_parts(32_434_515, 0) + // Minimum execution time: 31_599_000 picoseconds. + Weight::from_parts(32_273_133, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 760 - .saturating_add(Weight::from_parts(119_156, 0).saturating_mul(s.into())) + // Standard Error: 745 + .saturating_add(Weight::from_parts(119_326, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -144,11 +144,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `282` // Estimated: `6811` - // Minimum execution time: 18_182_000 picoseconds. - Weight::from_parts(18_428_623, 0) + // Minimum execution time: 17_943_000 picoseconds. + Weight::from_parts(18_261_281, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 452 - .saturating_add(Weight::from_parts(101_963, 0).saturating_mul(s.into())) + // Standard Error: 628 + .saturating_add(Weight::from_parts(108_939, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -159,11 +159,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `454 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 32_938_000 picoseconds. - Weight::from_parts(33_633_258, 0) + // Minimum execution time: 32_446_000 picoseconds. + Weight::from_parts(33_688_786, 0) .saturating_add(Weight::from_parts(0, 6811)) - // Standard Error: 729 - .saturating_add(Weight::from_parts(115_176, 0).saturating_mul(s.into())) + // Standard Error: 773 + .saturating_add(Weight::from_parts(111_173, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/trappist/src/weights/pallet_preimage.rs b/runtime/trappist/src/weights/pallet_preimage.rs index e327f065..395371a1 100644 --- a/runtime/trappist/src/weights/pallet_preimage.rs +++ b/runtime/trappist/src/weights/pallet_preimage.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for `pallet_preimage` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 @@ -59,11 +59,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `143` // Estimated: `3556` - // Minimum execution time: 30_215_000 picoseconds. - Weight::from_parts(205_515_976, 0) + // Minimum execution time: 30_333_000 picoseconds. + Weight::from_parts(30_516_000, 0) .saturating_add(Weight::from_parts(0, 3556)) - // Standard Error: 8 - .saturating_add(Weight::from_parts(1_901, 0).saturating_mul(s.into())) + // Standard Error: 3 + .saturating_add(Weight::from_parts(2_313, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -76,11 +76,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 16_960_000 picoseconds. - Weight::from_parts(20_574_120, 0) + // Minimum execution time: 17_094_000 picoseconds. + Weight::from_parts(17_424_000, 0) .saturating_add(Weight::from_parts(0, 3556)) - // Standard Error: 2 - .saturating_add(Weight::from_parts(2_186, 0).saturating_mul(s.into())) + // Standard Error: 5 + .saturating_add(Weight::from_parts(2_398, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -93,11 +93,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 15_977_000 picoseconds. - Weight::from_parts(42_717_528, 0) + // Minimum execution time: 16_299_000 picoseconds. + Weight::from_parts(16_502_000, 0) .saturating_add(Weight::from_parts(0, 3556)) - // Standard Error: 5 - .saturating_add(Weight::from_parts(2_191, 0).saturating_mul(s.into())) + // Standard Error: 4 + .saturating_add(Weight::from_parts(2_380, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -109,8 +109,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `289` // Estimated: `3556` - // Minimum execution time: 38_738_000 picoseconds. - Weight::from_parts(39_607_000, 0) + // Minimum execution time: 50_966_000 picoseconds. + Weight::from_parts(53_767_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -123,8 +123,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 22_296_000 picoseconds. - Weight::from_parts(23_193_000, 0) + // Minimum execution time: 33_467_000 picoseconds. + Weight::from_parts(35_400_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -135,8 +135,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `188` // Estimated: `3556` - // Minimum execution time: 20_397_000 picoseconds. - Weight::from_parts(20_894_000, 0) + // Minimum execution time: 30_818_000 picoseconds. + Weight::from_parts(32_160_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -147,8 +147,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 12_826_000 picoseconds. - Weight::from_parts(13_125_000, 0) + // Minimum execution time: 18_576_000 picoseconds. + Weight::from_parts(20_030_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -159,8 +159,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3556` - // Minimum execution time: 16_419_000 picoseconds. - Weight::from_parts(16_864_000, 0) + // Minimum execution time: 17_343_000 picoseconds. + Weight::from_parts(18_142_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -171,8 +171,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 9_390_000 picoseconds. - Weight::from_parts(9_626_000, 0) + // Minimum execution time: 9_482_000 picoseconds. + Weight::from_parts(10_089_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -185,8 +185,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 21_139_000 picoseconds. - Weight::from_parts(22_819_000, 0) + // Minimum execution time: 30_707_000 picoseconds. + Weight::from_parts(32_917_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -197,8 +197,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 9_468_000 picoseconds. - Weight::from_parts(9_763_000, 0) + // Minimum execution time: 9_749_000 picoseconds. + Weight::from_parts(10_296_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -209,8 +209,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 9_206_000 picoseconds. - Weight::from_parts(9_575_000, 0) + // Minimum execution time: 9_838_000 picoseconds. + Weight::from_parts(10_310_000, 0) .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/runtime/trappist/src/weights/pallet_scheduler.rs b/runtime/trappist/src/weights/pallet_scheduler.rs index 59f21882..d6575b08 100644 --- a/runtime/trappist/src/weights/pallet_scheduler.rs +++ b/runtime/trappist/src/weights/pallet_scheduler.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for `pallet_scheduler` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 @@ -56,8 +56,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `31` // Estimated: `1489` - // Minimum execution time: 3_366_000 picoseconds. - Weight::from_parts(3_514_000, 0) + // Minimum execution time: 3_348_000 picoseconds. + Weight::from_parts(3_556_000, 0) .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -69,11 +69,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `81 + s * (177 ±0)` // Estimated: `402327` - // Minimum execution time: 2_993_000 picoseconds. - Weight::from_parts(63_733, 0) + // Minimum execution time: 3_037_000 picoseconds. + Weight::from_parts(3_080_000, 0) .saturating_add(Weight::from_parts(0, 402327)) - // Standard Error: 1_976 - .saturating_add(Weight::from_parts(909_502, 0).saturating_mul(s.into())) + // Standard Error: 1_301 + .saturating_add(Weight::from_parts(926_116, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -81,8 +81,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_795_000 picoseconds. - Weight::from_parts(5_984_000, 0) + // Minimum execution time: 5_598_000 picoseconds. + Weight::from_parts(5_968_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Preimage::PreimageFor` (r:1 w:1) @@ -94,11 +94,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `179 + s * (1 ±0)` // Estimated: `3644 + s * (1 ±0)` - // Minimum execution time: 20_600_000 picoseconds. - Weight::from_parts(20_898_000, 0) + // Minimum execution time: 20_542_000 picoseconds. + Weight::from_parts(20_984_000, 0) .saturating_add(Weight::from_parts(0, 3644)) - // Standard Error: 8 - .saturating_add(Weight::from_parts(1_234, 0).saturating_mul(s.into())) + // Standard Error: 2 + .saturating_add(Weight::from_parts(1_254, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) @@ -110,7 +110,7 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_908_000 picoseconds. - Weight::from_parts(7_222_000, 0) + Weight::from_parts(7_152_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -118,8 +118,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_679_000 picoseconds. - Weight::from_parts(5_919_000, 0) + // Minimum execution time: 5_614_000 picoseconds. + Weight::from_parts(5_857_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `LockdownMode::LockdownModeStatus` (r:1 w:0) @@ -128,8 +128,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 6_629_000 picoseconds. - Weight::from_parts(7_019_000, 0) + // Minimum execution time: 6_490_000 picoseconds. + Weight::from_parts(6_814_000, 0) .saturating_add(Weight::from_parts(0, 1486)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -137,8 +137,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_627_000 picoseconds. - Weight::from_parts(2_846_000, 0) + // Minimum execution time: 2_619_000 picoseconds. + Weight::from_parts(2_897_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Scheduler::Agenda` (r:1 w:1) @@ -148,11 +148,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `81 + s * (177 ±0)` // Estimated: `402327` - // Minimum execution time: 12_143_000 picoseconds. - Weight::from_parts(10_485_094, 0) + // Minimum execution time: 11_999_000 picoseconds. + Weight::from_parts(8_235_168, 0) .saturating_add(Weight::from_parts(0, 402327)) - // Standard Error: 2_170 - .saturating_add(Weight::from_parts(923_155, 0).saturating_mul(s.into())) + // Standard Error: 2_846 + .saturating_add(Weight::from_parts(985_681, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -165,11 +165,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `81 + s * (177 ±0)` // Estimated: `402327` - // Minimum execution time: 17_757_000 picoseconds. - Weight::from_parts(9_268_167, 0) + // Minimum execution time: 17_386_000 picoseconds. + Weight::from_parts(6_790_669, 0) .saturating_add(Weight::from_parts(0, 402327)) - // Standard Error: 2_312 - .saturating_add(Weight::from_parts(1_619_450, 0).saturating_mul(s.into())) + // Standard Error: 3_302 + .saturating_add(Weight::from_parts(1_669_219, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -182,11 +182,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `596 + s * (178 ±0)` // Estimated: `402327` - // Minimum execution time: 15_405_000 picoseconds. - Weight::from_parts(15_859_004, 0) + // Minimum execution time: 14_745_000 picoseconds. + Weight::from_parts(10_356_226, 0) .saturating_add(Weight::from_parts(0, 402327)) - // Standard Error: 2_218 - .saturating_add(Weight::from_parts(932_207, 0).saturating_mul(s.into())) + // Standard Error: 2_438 + .saturating_add(Weight::from_parts(988_778, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -199,11 +199,11 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `709 + s * (177 ±0)` // Estimated: `402327` - // Minimum execution time: 19_219_000 picoseconds. - Weight::from_parts(11_446_668, 0) + // Minimum execution time: 18_828_000 picoseconds. + Weight::from_parts(4_796_140, 0) .saturating_add(Weight::from_parts(0, 402327)) - // Standard Error: 2_396 - .saturating_add(Weight::from_parts(1_632_806, 0).saturating_mul(s.into())) + // Standard Error: 2_598 + .saturating_add(Weight::from_parts(1_698_468, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/trappist/src/weights/pallet_session.rs b/runtime/trappist/src/weights/pallet_session.rs index d9132231..a7631b05 100644 --- a/runtime/trappist/src/weights/pallet_session.rs +++ b/runtime/trappist/src/weights/pallet_session.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for `pallet_session` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 @@ -58,8 +58,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `297` // Estimated: `3762` - // Minimum execution time: 15_479_000 picoseconds. - Weight::from_parts(16_020_000, 0) + // Minimum execution time: 16_116_000 picoseconds. + Weight::from_parts(16_439_000, 0) .saturating_add(Weight::from_parts(0, 3762)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -72,8 +72,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `279` // Estimated: `3744` - // Minimum execution time: 11_361_000 picoseconds. - Weight::from_parts(11_641_000, 0) + // Minimum execution time: 11_465_000 picoseconds. + Weight::from_parts(11_910_000, 0) .saturating_add(Weight::from_parts(0, 3744)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) diff --git a/runtime/trappist/src/weights/pallet_timestamp.rs b/runtime/trappist/src/weights/pallet_timestamp.rs index 35ca7f1d..558e2334 100644 --- a/runtime/trappist/src/weights/pallet_timestamp.rs +++ b/runtime/trappist/src/weights/pallet_timestamp.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for `pallet_timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 @@ -58,8 +58,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `190` // Estimated: `1493` - // Minimum execution time: 9_758_000 picoseconds. - Weight::from_parts(10_249_000, 0) + // Minimum execution time: 9_722_000 picoseconds. + Weight::from_parts(9_970_000, 0) .saturating_add(Weight::from_parts(0, 1493)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -68,8 +68,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `128` // Estimated: `0` - // Minimum execution time: 4_794_000 picoseconds. - Weight::from_parts(5_009_000, 0) + // Minimum execution time: 4_654_000 picoseconds. + Weight::from_parts(4_852_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/trappist/src/weights/pallet_treasury.rs b/runtime/trappist/src/weights/pallet_treasury.rs index a9da0453..57f9cdff 100644 --- a/runtime/trappist/src/weights/pallet_treasury.rs +++ b/runtime/trappist/src/weights/pallet_treasury.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for `pallet_treasury` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 @@ -54,8 +54,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 189_000 picoseconds. - Weight::from_parts(230_000, 0) + // Minimum execution time: 216_000 picoseconds. + Weight::from_parts(245_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `Treasury::ProposalCount` (r:1 w:1) @@ -66,8 +66,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `107` // Estimated: `1489` - // Minimum execution time: 27_148_000 picoseconds. - Weight::from_parts(28_012_000, 0) + // Minimum execution time: 27_746_000 picoseconds. + Weight::from_parts(28_591_000, 0) .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -80,8 +80,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `368` // Estimated: `6196` - // Minimum execution time: 42_680_000 picoseconds. - Weight::from_parts(43_732_000, 0) + // Minimum execution time: 43_671_000 picoseconds. + Weight::from_parts(44_353_000, 0) .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -95,11 +95,11 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `433 + p * (8 ±0)` // Estimated: `3573` - // Minimum execution time: 9_009_000 picoseconds. - Weight::from_parts(11_284_240, 0) + // Minimum execution time: 8_923_000 picoseconds. + Weight::from_parts(11_618_864, 0) .saturating_add(Weight::from_parts(0, 3573)) - // Standard Error: 1_007 - .saturating_add(Weight::from_parts(84_041, 0).saturating_mul(p.into())) + // Standard Error: 1_095 + .saturating_add(Weight::from_parts(83_353, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -109,8 +109,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `90` // Estimated: `1887` - // Minimum execution time: 6_387_000 picoseconds. - Weight::from_parts(6_520_000, 0) + // Minimum execution time: 6_337_000 picoseconds. + Weight::from_parts(6_662_000, 0) .saturating_add(Weight::from_parts(0, 1887)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -130,11 +130,11 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0 + p * (251 ±0)` // Estimated: `3593 + p * (5206 ±0)` - // Minimum execution time: 29_731_000 picoseconds. - Weight::from_parts(37_491_047, 0) + // Minimum execution time: 29_845_000 picoseconds. + Weight::from_parts(29_092_999, 0) .saturating_add(Weight::from_parts(0, 3593)) - // Standard Error: 15_020 - .saturating_add(Weight::from_parts(41_202_875, 0).saturating_mul(p.into())) + // Standard Error: 18_097 + .saturating_add(Weight::from_parts(41_814_763, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(4)) diff --git a/runtime/trappist/src/weights/pallet_uniques.rs b/runtime/trappist/src/weights/pallet_uniques.rs index 85ddd397..005e1429 100644 --- a/runtime/trappist/src/weights/pallet_uniques.rs +++ b/runtime/trappist/src/weights/pallet_uniques.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for `pallet_uniques` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 @@ -58,8 +58,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `179` // Estimated: `3643` - // Minimum execution time: 29_309_000 picoseconds. - Weight::from_parts(30_441_000, 0) + // Minimum execution time: 29_573_000 picoseconds. + Weight::from_parts(30_405_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -72,8 +72,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3643` - // Minimum execution time: 14_643_000 picoseconds. - Weight::from_parts(15_299_000, 0) + // Minimum execution time: 15_030_000 picoseconds. + Weight::from_parts(15_486_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -101,13 +101,15 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `327 + a * (107 ±0) + m * (56 ±0) + n * (76 ±0)` // Estimated: `3643 + a * (2839 ±0) + m * (2583 ±0) + n * (2597 ±0)` - // Minimum execution time: 2_733_024_000 picoseconds. - Weight::from_parts(2_756_013_000, 0) + // Minimum execution time: 2_913_100_000 picoseconds. + Weight::from_parts(2_938_765_000, 0) .saturating_add(Weight::from_parts(0, 3643)) - // Standard Error: 44_510 - .saturating_add(Weight::from_parts(8_371_274, 0).saturating_mul(n.into())) - // Standard Error: 44_510 - .saturating_add(Weight::from_parts(318_452, 0).saturating_mul(m.into())) + // Standard Error: 37_622 + .saturating_add(Weight::from_parts(6_842_358, 0).saturating_mul(n.into())) + // Standard Error: 37_622 + .saturating_add(Weight::from_parts(402_738, 0).saturating_mul(m.into())) + // Standard Error: 37_622 + .saturating_add(Weight::from_parts(595_206, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(m.into()))) @@ -132,8 +134,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `316` // Estimated: `3643` - // Minimum execution time: 34_497_000 picoseconds. - Weight::from_parts(35_109_000, 0) + // Minimum execution time: 35_076_000 picoseconds. + Weight::from_parts(36_001_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -150,8 +152,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `462` // Estimated: `3643` - // Minimum execution time: 36_604_000 picoseconds. - Weight::from_parts(37_472_000, 0) + // Minimum execution time: 36_361_000 picoseconds. + Weight::from_parts(37_358_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) @@ -168,8 +170,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `462` // Estimated: `3643` - // Minimum execution time: 26_425_000 picoseconds. - Weight::from_parts(26_882_000, 0) + // Minimum execution time: 26_059_000 picoseconds. + Weight::from_parts(26_705_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) @@ -183,11 +185,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `772 + i * (76 ±0)` // Estimated: `3643 + i * (2597 ±0)` - // Minimum execution time: 13_885_000 picoseconds. - Weight::from_parts(14_129_000, 0) + // Minimum execution time: 14_017_000 picoseconds. + Weight::from_parts(14_174_000, 0) .saturating_add(Weight::from_parts(0, 3643)) - // Standard Error: 28_093 - .saturating_add(Weight::from_parts(18_600_872, 0).saturating_mul(i.into())) + // Standard Error: 24_576 + .saturating_add(Weight::from_parts(17_780_780, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -202,8 +204,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `462` // Estimated: `3643` - // Minimum execution time: 17_590_000 picoseconds. - Weight::from_parts(18_366_000, 0) + // Minimum execution time: 18_243_000 picoseconds. + Weight::from_parts(18_790_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -216,8 +218,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `462` // Estimated: `3643` - // Minimum execution time: 18_311_000 picoseconds. - Weight::from_parts(18_696_000, 0) + // Minimum execution time: 17_896_000 picoseconds. + Weight::from_parts(18_577_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -228,8 +230,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `316` // Estimated: `3643` - // Minimum execution time: 13_045_000 picoseconds. - Weight::from_parts(13_592_000, 0) + // Minimum execution time: 13_139_000 picoseconds. + Weight::from_parts(13_416_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -240,8 +242,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `316` // Estimated: `3643` - // Minimum execution time: 12_905_000 picoseconds. - Weight::from_parts(13_269_000, 0) + // Minimum execution time: 13_003_000 picoseconds. + Weight::from_parts(13_339_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -256,8 +258,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `390` // Estimated: `3643` - // Minimum execution time: 21_359_000 picoseconds. - Weight::from_parts(21_721_000, 0) + // Minimum execution time: 21_260_000 picoseconds. + Weight::from_parts(21_656_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) @@ -268,8 +270,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `316` // Estimated: `3643` - // Minimum execution time: 13_042_000 picoseconds. - Weight::from_parts(13_573_000, 0) + // Minimum execution time: 12_990_000 picoseconds. + Weight::from_parts(13_462_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -282,8 +284,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `316` // Estimated: `3643` - // Minimum execution time: 16_590_000 picoseconds. - Weight::from_parts(16_871_000, 0) + // Minimum execution time: 16_505_000 picoseconds. + Weight::from_parts(16_807_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -298,8 +300,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `514` // Estimated: `3829` - // Minimum execution time: 38_898_000 picoseconds. - Weight::from_parts(39_624_000, 0) + // Minimum execution time: 38_793_000 picoseconds. + Weight::from_parts(39_497_000, 0) .saturating_add(Weight::from_parts(0, 3829)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -314,8 +316,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `903` // Estimated: `3829` - // Minimum execution time: 37_468_000 picoseconds. - Weight::from_parts(38_464_000, 0) + // Minimum execution time: 37_735_000 picoseconds. + Weight::from_parts(39_113_000, 0) .saturating_add(Weight::from_parts(0, 3829)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -328,8 +330,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `382` // Estimated: `3643` - // Minimum execution time: 28_851_000 picoseconds. - Weight::from_parts(29_410_000, 0) + // Minimum execution time: 29_106_000 picoseconds. + Weight::from_parts(29_821_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -342,8 +344,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `514` // Estimated: `3643` - // Minimum execution time: 30_104_000 picoseconds. - Weight::from_parts(31_081_000, 0) + // Minimum execution time: 30_471_000 picoseconds. + Weight::from_parts(31_200_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -356,8 +358,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `316` // Estimated: `3643` - // Minimum execution time: 29_868_000 picoseconds. - Weight::from_parts(30_662_000, 0) + // Minimum execution time: 30_107_000 picoseconds. + Weight::from_parts(30_870_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -370,8 +372,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `428` // Estimated: `3643` - // Minimum execution time: 29_090_000 picoseconds. - Weight::from_parts(30_034_000, 0) + // Minimum execution time: 29_476_000 picoseconds. + Weight::from_parts(29_872_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -384,8 +386,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `462` // Estimated: `3643` - // Minimum execution time: 18_910_000 picoseconds. - Weight::from_parts(19_307_000, 0) + // Minimum execution time: 19_050_000 picoseconds. + Weight::from_parts(19_896_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -398,8 +400,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `495` // Estimated: `3643` - // Minimum execution time: 19_098_000 picoseconds. - Weight::from_parts(19_371_000, 0) + // Minimum execution time: 18_854_000 picoseconds. + Weight::from_parts(19_544_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -410,8 +412,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3517` - // Minimum execution time: 14_403_000 picoseconds. - Weight::from_parts(14_719_000, 0) + // Minimum execution time: 14_306_000 picoseconds. + Weight::from_parts(14_830_000, 0) .saturating_add(Weight::from_parts(0, 3517)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -424,8 +426,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `316` // Estimated: `3643` - // Minimum execution time: 15_627_000 picoseconds. - Weight::from_parts(16_146_000, 0) + // Minimum execution time: 15_677_000 picoseconds. + Weight::from_parts(16_253_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -438,8 +440,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `293` // Estimated: `3587` - // Minimum execution time: 15_522_000 picoseconds. - Weight::from_parts(15_870_000, 0) + // Minimum execution time: 15_267_000 picoseconds. + Weight::from_parts(16_077_000, 0) .saturating_add(Weight::from_parts(0, 3587)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -456,8 +458,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `574` // Estimated: `3643` - // Minimum execution time: 35_775_000 picoseconds. - Weight::from_parts(36_426_000, 0) + // Minimum execution time: 35_386_000 picoseconds. + Weight::from_parts(36_297_000, 0) .saturating_add(Weight::from_parts(0, 3643)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) diff --git a/runtime/trappist/src/weights/pallet_utility.rs b/runtime/trappist/src/weights/pallet_utility.rs index e3f4e112..7166622e 100644 --- a/runtime/trappist/src/weights/pallet_utility.rs +++ b/runtime/trappist/src/weights/pallet_utility.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for `pallet_utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 @@ -57,11 +57,11 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 6_865_000 picoseconds. - Weight::from_parts(11_333_757, 0) + // Minimum execution time: 7_035_000 picoseconds. + Weight::from_parts(17_579_112, 0) .saturating_add(Weight::from_parts(0, 1486)) - // Standard Error: 3_359 - .saturating_add(Weight::from_parts(6_544_658, 0).saturating_mul(c.into())) + // Standard Error: 3_201 + .saturating_add(Weight::from_parts(6_510_068, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: `LockdownMode::LockdownModeStatus` (r:1 w:0) @@ -70,8 +70,8 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 9_112_000 picoseconds. - Weight::from_parts(9_378_000, 0) + // Minimum execution time: 8_990_000 picoseconds. + Weight::from_parts(9_357_000, 0) .saturating_add(Weight::from_parts(0, 1486)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -82,19 +82,19 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 6_816_000 picoseconds. - Weight::from_parts(12_446_396, 0) + // Minimum execution time: 7_032_000 picoseconds. + Weight::from_parts(14_348_451, 0) .saturating_add(Weight::from_parts(0, 1486)) - // Standard Error: 3_652 - .saturating_add(Weight::from_parts(6_843_225, 0).saturating_mul(c.into())) + // Standard Error: 3_139 + .saturating_add(Weight::from_parts(6_786_490, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_438_000 picoseconds. - Weight::from_parts(9_684_000, 0) + // Minimum execution time: 9_253_000 picoseconds. + Weight::from_parts(9_580_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `LockdownMode::LockdownModeStatus` (r:1 w:0) @@ -104,11 +104,11 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 6_842_000 picoseconds. - Weight::from_parts(11_705_203, 0) + // Minimum execution time: 6_904_000 picoseconds. + Weight::from_parts(15_457_754, 0) .saturating_add(Weight::from_parts(0, 1486)) - // Standard Error: 4_368 - .saturating_add(Weight::from_parts(6_548_247, 0).saturating_mul(c.into())) + // Standard Error: 3_897 + .saturating_add(Weight::from_parts(6_522_548, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) } } diff --git a/runtime/trappist/src/weights/trappist_runtime_benchmarks.rs b/runtime/trappist/src/weights/trappist_runtime_benchmarks.rs index bde2b0b7..11a7d0d3 100644 --- a/runtime/trappist/src/weights/trappist_runtime_benchmarks.rs +++ b/runtime/trappist/src/weights/trappist_runtime_benchmarks.rs @@ -18,7 +18,7 @@ //! Autogenerated weights for `trappist_runtime_benchmarks` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: ``, WASM-EXECUTION: `Compiled`, CHAIN: `Some("trappist-dev")`, DB CACHE: 1024 @@ -58,8 +58,8 @@ impl trappist_runtime_benchmarks::WeightInfo for Weight // Proof Size summary in bytes: // Measured: `131` // Estimated: `4087` - // Minimum execution time: 8_400_000 picoseconds. - Weight::from_parts(8_563_000, 0) + // Minimum execution time: 8_512_000 picoseconds. + Weight::from_parts(8_927_000, 0) .saturating_add(Weight::from_parts(0, 4087)) .saturating_add(T::DbWeight::get().reads(2)) } @@ -69,8 +69,8 @@ impl trappist_runtime_benchmarks::WeightInfo for Weight // Proof Size summary in bytes: // Measured: `42` // Estimated: `4087` - // Minimum execution time: 4_479_000 picoseconds. - Weight::from_parts(4_629_000, 0) + // Minimum execution time: 4_442_000 picoseconds. + Weight::from_parts(4_661_000, 0) .saturating_add(Weight::from_parts(0, 4087)) .saturating_add(T::DbWeight::get().reads(1)) } @@ -78,8 +78,8 @@ impl trappist_runtime_benchmarks::WeightInfo for Weight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_063_000 picoseconds. - Weight::from_parts(1_102_000, 0) + // Minimum execution time: 1_062_000 picoseconds. + Weight::from_parts(1_095_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs b/runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs index 5cd27444..98037202 100644 --- a/runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs +++ b/runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs @@ -18,7 +18,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-08-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 @@ -57,8 +57,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `101` // Estimated: `3593` - // Minimum execution time: 26_846_000 picoseconds. - Weight::from_parts(27_726_000, 3593) + // Minimum execution time: 27_235_000 picoseconds. + Weight::from_parts(27_646_000, 3593) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -68,8 +68,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `101` // Estimated: `6196` - // Minimum execution time: 51_825_000 picoseconds. - Weight::from_parts(52_679_000, 6196) + // Minimum execution time: 52_286_000 picoseconds. + Weight::from_parts(52_727_000, 6196) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -91,19 +91,20 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `241` // Estimated: `6196` - // Minimum execution time: 74_236_000 picoseconds. - Weight::from_parts(75_191_000, 6196) + // Minimum execution time: 73_831_000 picoseconds. + Weight::from_parts(75_381_000, 6196) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } - /// Storage: `Benchmark::Override` (r:0 w:0) - /// Proof: `Benchmark::Override` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: `AssetRegistry::AssetMultiLocationId` (r:1 w:0) + /// Proof: `AssetRegistry::AssetMultiLocationId` (`max_values`: None, `max_size`: Some(622), added: 3097, mode: `MaxEncodedLen`) pub(crate) fn receive_teleported_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `0` - // Minimum execution time: 500_000_000_000 picoseconds. - Weight::from_parts(500_000_000_000, 0) + // Measured: `42` + // Estimated: `4087` + // Minimum execution time: 7_655_000 picoseconds. + Weight::from_parts(8_036_000, 4087) + .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: `System::Account` (r:1 w:1) /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) @@ -111,8 +112,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 25_870_000 picoseconds. - Weight::from_parts(26_637_000, 3593) + // Minimum execution time: 25_578_000 picoseconds. + Weight::from_parts(26_925_000, 3593) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -134,8 +135,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3605` - // Minimum execution time: 51_239_000 picoseconds. - Weight::from_parts(52_373_000, 3605) + // Minimum execution time: 50_960_000 picoseconds. + Weight::from_parts(53_843_000, 3605) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -157,8 +158,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `182` // Estimated: `4087` - // Minimum execution time: 34_696_000 picoseconds. - Weight::from_parts(35_313_000, 4087) + // Minimum execution time: 33_861_000 picoseconds. + Weight::from_parts(35_066_000, 4087) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_generic.rs b/runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_generic.rs index 2eafe043..020a116e 100644 --- a/runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +++ b/runtime/trappist/src/weights/xcm/pallet_xcm_benchmarks_generic.rs @@ -18,7 +18,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-08-24, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `runner-aahe6cbd-project-647-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("trappist-dev"), DB CACHE: 1024 @@ -67,8 +67,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3605` - // Minimum execution time: 392_115_000 picoseconds. - Weight::from_parts(407_870_000, 3605) + // Minimum execution time: 394_204_000 picoseconds. + Weight::from_parts(413_178_000, 3605) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -76,8 +76,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_877_000 picoseconds. - Weight::from_parts(4_249_000, 0) + // Minimum execution time: 3_702_000 picoseconds. + Weight::from_parts(3_864_000, 0) } /// Storage: `PolkadotXcm::Queries` (r:1 w:0) /// Proof: `PolkadotXcm::Queries` (`max_values`: None, `max_size`: None, mode: `Measured`) @@ -85,8 +85,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `32` // Estimated: `3497` - // Minimum execution time: 10_340_000 picoseconds. - Weight::from_parts(10_725_000, 3497) + // Minimum execution time: 10_564_000 picoseconds. + Weight::from_parts(11_033_000, 3497) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: `LockdownMode::LockdownModeStatus` (r:1 w:0) @@ -95,51 +95,51 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 16_054_000 picoseconds. - Weight::from_parts(16_688_000, 1486) + // Minimum execution time: 16_507_000 picoseconds. + Weight::from_parts(16_760_000, 1486) .saturating_add(T::DbWeight::get().reads(1)) } pub(crate) fn refund_surplus() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_934_000 picoseconds. - Weight::from_parts(4_102_000, 0) + // Minimum execution time: 3_984_000 picoseconds. + Weight::from_parts(4_199_000, 0) } pub(crate) fn set_error_handler() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_601_000 picoseconds. - Weight::from_parts(2_767_000, 0) + // Minimum execution time: 2_613_000 picoseconds. + Weight::from_parts(2_787_000, 0) } pub(crate) fn set_appendix() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_608_000 picoseconds. - Weight::from_parts(2_760_000, 0) + // Minimum execution time: 2_619_000 picoseconds. + Weight::from_parts(2_852_000, 0) } pub(crate) fn clear_error() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_552_000 picoseconds. - Weight::from_parts(2_707_000, 0) + // Minimum execution time: 2_566_000 picoseconds. + Weight::from_parts(2_821_000, 0) } pub(crate) fn descend_origin() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_272_000 picoseconds. - Weight::from_parts(3_458_000, 0) + // Minimum execution time: 3_254_000 picoseconds. + Weight::from_parts(3_429_000, 0) } pub(crate) fn clear_origin() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_596_000 picoseconds. - Weight::from_parts(2_700_000, 0) + // Minimum execution time: 2_614_000 picoseconds. + Weight::from_parts(2_816_000, 0) } /// Storage: `ParachainInfo::ParachainId` (r:1 w:0) /// Proof: `ParachainInfo::ParachainId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) @@ -157,8 +157,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3605` - // Minimum execution time: 26_310_000 picoseconds. - Weight::from_parts(27_219_000, 3605) + // Minimum execution time: 26_315_000 picoseconds. + Weight::from_parts(27_134_000, 3605) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -168,8 +168,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `90` // Estimated: `3555` - // Minimum execution time: 15_253_000 picoseconds. - Weight::from_parts(15_688_000, 3555) + // Minimum execution time: 15_486_000 picoseconds. + Weight::from_parts(15_847_000, 3555) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -177,8 +177,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_571_000 picoseconds. - Weight::from_parts(2_741_000, 0) + // Minimum execution time: 2_597_000 picoseconds. + Weight::from_parts(2_751_000, 0) } /// Storage: `PolkadotXcm::VersionNotifyTargets` (r:1 w:1) /// Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`) @@ -196,8 +196,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `108` // Estimated: `3573` - // Minimum execution time: 28_220_000 picoseconds. - Weight::from_parts(28_586_000, 3573) + // Minimum execution time: 28_113_000 picoseconds. + Weight::from_parts(28_964_000, 3573) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -207,8 +207,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_335_000 picoseconds. - Weight::from_parts(4_571_000, 0) + // Minimum execution time: 4_406_000 picoseconds. + Weight::from_parts(4_570_000, 0) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: `ParachainInfo::ParachainId` (r:1 w:0) @@ -227,8 +227,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3605` - // Minimum execution time: 444_629_000 picoseconds. - Weight::from_parts(464_251_000, 3605) + // Minimum execution time: 448_475_000 picoseconds. + Weight::from_parts(464_658_000, 3605) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -236,36 +236,36 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 135_305_000 picoseconds. - Weight::from_parts(146_476_000, 0) + // Minimum execution time: 135_179_000 picoseconds. + Weight::from_parts(146_633_000, 0) } pub(crate) fn expect_asset() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_905_000 picoseconds. - Weight::from_parts(12_026_000, 0) + // Minimum execution time: 11_927_000 picoseconds. + Weight::from_parts(12_143_000, 0) } pub(crate) fn expect_origin() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_665_000 picoseconds. - Weight::from_parts(2_810_000, 0) + // Minimum execution time: 2_708_000 picoseconds. + Weight::from_parts(2_878_000, 0) } pub(crate) fn expect_error() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_602_000 picoseconds. - Weight::from_parts(2_795_000, 0) + // Minimum execution time: 2_540_000 picoseconds. + Weight::from_parts(2_740_000, 0) } pub(crate) fn expect_transact_status() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_742_000 picoseconds. - Weight::from_parts(2_918_000, 0) + // Minimum execution time: 2_850_000 picoseconds. + Weight::from_parts(3_004_000, 0) } /// Storage: `ParachainInfo::ParachainId` (r:1 w:0) /// Proof: `ParachainInfo::ParachainId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) @@ -283,8 +283,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3605` - // Minimum execution time: 30_992_000 picoseconds. - Weight::from_parts(31_946_000, 3605) + // Minimum execution time: 31_233_000 picoseconds. + Weight::from_parts(32_003_000, 3605) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -292,8 +292,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_833_000 picoseconds. - Weight::from_parts(6_110_000, 0) + // Minimum execution time: 5_873_000 picoseconds. + Weight::from_parts(6_130_000, 0) } /// Storage: `ParachainInfo::ParachainId` (r:1 w:0) /// Proof: `ParachainInfo::ParachainId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) @@ -311,8 +311,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3605` - // Minimum execution time: 26_413_000 picoseconds. - Weight::from_parts(27_059_000, 3605) + // Minimum execution time: 26_743_000 picoseconds. + Weight::from_parts(27_193_000, 3605) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -320,35 +320,35 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_675_000 picoseconds. - Weight::from_parts(2_823_000, 0) + // Minimum execution time: 2_700_000 picoseconds. + Weight::from_parts(2_860_000, 0) } pub(crate) fn set_topic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_599_000 picoseconds. - Weight::from_parts(2_697_000, 0) + // Minimum execution time: 2_584_000 picoseconds. + Weight::from_parts(2_821_000, 0) } pub(crate) fn clear_topic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_552_000 picoseconds. - Weight::from_parts(2_708_000, 0) + // Minimum execution time: 2_616_000 picoseconds. + Weight::from_parts(2_828_000, 0) } pub(crate) fn set_fees_mode() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_592_000 picoseconds. - Weight::from_parts(2_726_000, 0) + // Minimum execution time: 2_617_000 picoseconds. + Weight::from_parts(2_790_000, 0) } pub(crate) fn unpaid_execution() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_685_000 picoseconds. - Weight::from_parts(2_813_000, 0) + // Minimum execution time: 2_725_000 picoseconds. + Weight::from_parts(2_886_000, 0) } }