From 339fb1935c63f09dba40e3a505e0c0112f131812 Mon Sep 17 00:00:00 2001 From: Paritytech CI <52199148+paritytech-ci@users.noreply.github.com> Date: Fri, 24 Mar 2023 10:04:58 +0100 Subject: [PATCH] [benchmarks] pr with weights (#2374) Co-authored-by: paritytech-ci --- .../src/weights/cumulus_pallet_xcmp_queue.rs | 22 +-- .../src/weights/frame_system.rs | 51 +++---- .../src/weights/pallet_balances.rs | 76 +++++----- .../src/weights/pallet_collator_selection.rs | 80 +++++----- .../src/weights/pallet_multisig.rs | 106 +++++++------- .../src/weights/pallet_session.rs | 22 +-- .../src/weights/pallet_timestamp.rs | 18 +-- .../src/weights/pallet_utility.rs | 38 ++--- .../src/weights/pallet_xcm.rs | 106 +++++++------- .../xcm/pallet_xcm_benchmarks_fungible.rs | 46 +++--- .../xcm/pallet_xcm_benchmarks_generic.rs | 137 +++++++++--------- .../src/weights/cumulus_pallet_xcmp_queue.rs | 22 +-- .../src/weights/frame_system.rs | 51 +++---- .../src/weights/pallet_balances.rs | 76 +++++----- .../src/weights/pallet_collator_selection.rs | 80 +++++----- .../src/weights/pallet_multisig.rs | 106 +++++++------- .../src/weights/pallet_session.rs | 22 +-- .../src/weights/pallet_timestamp.rs | 18 +-- .../src/weights/pallet_utility.rs | 38 ++--- .../src/weights/pallet_xcm.rs | 106 +++++++------- .../xcm/pallet_xcm_benchmarks_fungible.rs | 46 +++--- .../xcm/pallet_xcm_benchmarks_generic.rs | 137 +++++++++--------- .../src/weights/cumulus_pallet_xcmp_queue.rs | 22 +-- .../src/weights/frame_system.rs | 51 +++---- .../src/weights/pallet_balances.rs | 76 +++++----- .../src/weights/pallet_collator_selection.rs | 80 +++++----- .../src/weights/pallet_multisig.rs | 110 +++++++------- .../src/weights/pallet_session.rs | 22 +-- .../src/weights/pallet_timestamp.rs | 18 +-- .../src/weights/pallet_utility.rs | 38 ++--- .../src/weights/pallet_xcm.rs | 106 +++++++------- .../xcm/pallet_xcm_benchmarks_fungible.rs | 46 +++--- .../xcm/pallet_xcm_benchmarks_generic.rs | 134 ++++++++--------- 33 files changed, 1054 insertions(+), 1053 deletions(-) diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/cumulus_pallet_xcmp_queue.rs b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/cumulus_pallet_xcmp_queue.rs index 8f8db4b53c5..4fa7848e6ff 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/cumulus_pallet_xcmp_queue.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `cumulus_pallet_xcmp_queue` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -52,10 +52,10 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn fn set_config_with_u32() -> Weight { // Proof Size summary in bytes: // Measured: `76` - // Estimated: `571` - // Minimum execution time: 4_956 nanoseconds. - Weight::from_parts(5_247_000, 0) - .saturating_add(Weight::from_parts(0, 571)) + // Estimated: `1561` + // Minimum execution time: 5_373_000 picoseconds. + Weight::from_parts(5_599_000, 0) + .saturating_add(Weight::from_parts(0, 1561)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -64,10 +64,10 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn fn set_config_with_weight() -> Weight { // Proof Size summary in bytes: // Measured: `76` - // Estimated: `571` - // Minimum execution time: 4_875 nanoseconds. - Weight::from_parts(5_123_000, 0) - .saturating_add(Weight::from_parts(0, 571)) + // Estimated: `1561` + // Minimum execution time: 5_534_000 picoseconds. + Weight::from_parts(5_769_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/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/frame_system.rs b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/frame_system.rs index 0d8b7fd939e..65925307177 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/frame_system.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/frame_system.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `frame_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -52,22 +52,22 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_541 nanoseconds. - Weight::from_parts(1_600_000, 0) + // Minimum execution time: 2_314_000 picoseconds. + Weight::from_parts(2_371_000, 0) .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_parts(368, 0).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(369, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_433 nanoseconds. - Weight::from_parts(6_528_000, 0) + // Minimum execution time: 7_667_000 picoseconds. + Weight::from_parts(7_755_000, 0) .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_718, 0).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_414, 0).saturating_mul(b.into())) } /// Storage: System Digest (r:1 w:1) /// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured) @@ -76,10 +76,10 @@ impl frame_system::WeightInfo for WeightInfo { fn set_heap_pages() -> Weight { // Proof Size summary in bytes: // Measured: `0` - // Estimated: `495` - // Minimum execution time: 3_378 nanoseconds. - Weight::from_parts(3_546_000, 0) - .saturating_add(Weight::from_parts(0, 495)) + // Estimated: `1485` + // Minimum execution time: 4_135_000 picoseconds. + Weight::from_parts(4_368_000, 0) + .saturating_add(Weight::from_parts(0, 1485)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -90,11 +90,11 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_595 nanoseconds. - Weight::from_parts(1_637_000, 0) + // Minimum execution time: 2_351_000 picoseconds. + Weight::from_parts(2_396_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1_677 - .saturating_add(Weight::from_parts(581_830, 0).saturating_mul(i.into())) + // Standard Error: 1_912 + .saturating_add(Weight::from_parts(729_478, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -104,11 +104,11 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_602 nanoseconds. - Weight::from_parts(1_645_000, 0) + // Minimum execution time: 2_417_000 picoseconds. + Weight::from_parts(2_546_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 808 - .saturating_add(Weight::from_parts(448_210, 0).saturating_mul(i.into())) + // Standard Error: 842 + .saturating_add(Weight::from_parts(542_458, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -118,11 +118,12 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `68 + p * (69 ±0)` // Estimated: `66 + p * (70 ±0)` - // Minimum execution time: 3_400 nanoseconds. - Weight::from_parts(3_518_000, 0) + // Minimum execution time: 4_324_000 picoseconds. + Weight::from_parts(4_432_000, 0) .saturating_add(Weight::from_parts(0, 66)) - // Standard Error: 949 - .saturating_add(Weight::from_parts(952_748, 0).saturating_mul(p.into())) + // Standard Error: 1_165 + .saturating_add(Weight::from_parts(1_070_662, 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/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_balances.rs b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_balances.rs index 62162cb4dc5..075c6b6038c 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_balances.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_balances.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `pallet_balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -51,11 +51,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `1314` - // Estimated: `2603` - // Minimum execution time: 45_555 nanoseconds. - Weight::from_parts(46_097_000, 0) - .saturating_add(Weight::from_parts(0, 2603)) + // Measured: `0` + // Estimated: `3593` + // Minimum execution time: 34_147_000 picoseconds. + Weight::from_parts(34_681_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -63,11 +63,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_keep_alive() -> Weight { // Proof Size summary in bytes: - // Measured: `1198` - // Estimated: `2603` - // Minimum execution time: 34_465 nanoseconds. - Weight::from_parts(35_054_000, 0) - .saturating_add(Weight::from_parts(0, 2603)) + // Measured: `0` + // Estimated: `3593` + // Minimum execution time: 25_961_000 picoseconds. + Weight::from_parts(26_543_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -75,11 +75,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn set_balance_creating() -> Weight { // Proof Size summary in bytes: - // Measured: `1348` - // Estimated: `2603` - // Minimum execution time: 25_670 nanoseconds. - Weight::from_parts(26_254_000, 0) - .saturating_add(Weight::from_parts(0, 2603)) + // Measured: `174` + // Estimated: `3593` + // Minimum execution time: 15_954_000 picoseconds. + Weight::from_parts(16_276_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -87,11 +87,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn set_balance_killing() -> Weight { // Proof Size summary in bytes: - // Measured: `1348` - // Estimated: `2603` - // Minimum execution time: 28_919 nanoseconds. - Weight::from_parts(29_611_000, 0) - .saturating_add(Weight::from_parts(0, 2603)) + // Measured: `174` + // Estimated: `3593` + // Minimum execution time: 19_074_000 picoseconds. + Weight::from_parts(19_635_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -99,11 +99,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn force_transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `1310` - // Estimated: `5206` - // Minimum execution time: 44_604 nanoseconds. - Weight::from_parts(45_498_000, 0) - .saturating_add(Weight::from_parts(0, 5206)) + // Measured: `103` + // Estimated: `6196` + // Minimum execution time: 36_772_000 picoseconds. + Weight::from_parts(37_193_000, 0) + .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -111,11 +111,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_all() -> Weight { // Proof Size summary in bytes: - // Measured: `1198` - // Estimated: `2603` - // Minimum execution time: 39_412 nanoseconds. - Weight::from_parts(40_181_000, 0) - .saturating_add(Weight::from_parts(0, 2603)) + // Measured: `0` + // Estimated: `3593` + // Minimum execution time: 32_430_000 picoseconds. + Weight::from_parts(32_766_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -123,11 +123,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn force_unreserve() -> Weight { // Proof Size summary in bytes: - // Measured: `1232` - // Estimated: `2603` - // Minimum execution time: 22_520 nanoseconds. - Weight::from_parts(23_045_000, 0) - .saturating_add(Weight::from_parts(0, 2603)) + // Measured: `174` + // Estimated: `3593` + // Minimum execution time: 15_239_000 picoseconds. + Weight::from_parts(15_620_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_collator_selection.rs b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_collator_selection.rs index 7dc16ab0f0e..37d874e0b75 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_collator_selection.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_collator_selection.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `pallet_collator_selection` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -55,12 +55,12 @@ impl pallet_collator_selection::WeightInfo for WeightIn fn set_invulnerables(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `214 + b * (78 ±0)` - // Estimated: `213 + b * (2554 ±0)` - // Minimum execution time: 13_768 nanoseconds. - Weight::from_parts(15_128_018, 0) - .saturating_add(Weight::from_parts(0, 213)) - // Standard Error: 3_110 - .saturating_add(Weight::from_parts(2_490_861, 0).saturating_mul(b.into())) + // Estimated: `1203 + b * (2554 ±0)` + // Minimum execution time: 14_680_000 picoseconds. + Weight::from_parts(15_646_800, 0) + .saturating_add(Weight::from_parts(0, 1203)) + // Standard Error: 4_021 + .saturating_add(Weight::from_parts(2_556_895, 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())) @@ -71,8 +71,8 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_359 nanoseconds. - Weight::from_parts(6_591_000, 0) + // Minimum execution time: 6_979_000 picoseconds. + Weight::from_parts(7_322_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -82,8 +82,8 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_722 nanoseconds. - Weight::from_parts(6_963_000, 0) + // Minimum execution time: 7_328_000 picoseconds. + Weight::from_parts(7_524_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -102,13 +102,13 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// The range of component `c` is `[1, 999]`. fn register_as_candidate(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1167 + c * (48 ±0)` - // Estimated: `56785 + c * (49 ±0)` - // Minimum execution time: 35_190 nanoseconds. - Weight::from_parts(27_223_783, 0) - .saturating_add(Weight::from_parts(0, 56785)) - // Standard Error: 1_270 - .saturating_add(Weight::from_parts(103_824, 0).saturating_mul(c.into())) + // Measured: `1104 + c * (48 ±0)` + // Estimated: `61672 + c * (49 ±0)` + // Minimum execution time: 37_388_000 picoseconds. + Weight::from_parts(30_491_072, 0) + .saturating_add(Weight::from_parts(0, 61672)) + // Standard Error: 1_155 + .saturating_add(Weight::from_parts(100_794, 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())) @@ -120,13 +120,13 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// The range of component `c` is `[6, 1000]`. fn leave_intent(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `503 + c * (48 ±0)` - // Estimated: `48497` - // Minimum execution time: 26_271 nanoseconds. - Weight::from_parts(16_336_190, 0) - .saturating_add(Weight::from_parts(0, 48497)) - // Standard Error: 1_250 - .saturating_add(Weight::from_parts(105_123, 0).saturating_mul(c.into())) + // Measured: `428 + c * (48 ±0)` + // Estimated: `49487` + // Minimum execution time: 29_110_000 picoseconds. + Weight::from_parts(19_158_409, 0) + .saturating_add(Weight::from_parts(0, 49487)) + // Standard Error: 1_269 + .saturating_add(Weight::from_parts(104_083, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -138,11 +138,11 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) fn note_author() -> Weight { // Proof Size summary in bytes: - // Measured: `187` - // Estimated: `5749` - // Minimum execution time: 26_583 nanoseconds. - Weight::from_parts(26_888_000, 0) - .saturating_add(Weight::from_parts(0, 5749)) + // Measured: `155` + // Estimated: `7729` + // Minimum execution time: 29_086_000 picoseconds. + Weight::from_parts(29_931_000, 0) + .saturating_add(Weight::from_parts(0, 7729)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -160,18 +160,18 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// The range of component `c` is `[1, 1000]`. fn new_session(r: u32, c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `22878 + r * (148 ±0) + c * (97 ±0)` - // Estimated: `52737 + c * (2519 ±0) + r * (2602 ±0)` - // Minimum execution time: 16_250 nanoseconds. - Weight::from_parts(16_601_000, 0) - .saturating_add(Weight::from_parts(0, 52737)) - // Standard Error: 763_853 - .saturating_add(Weight::from_parts(27_869_355, 0).saturating_mul(c.into())) + // Measured: `22815 + r * (116 ±0) + c * (97 ±0)` + // Estimated: `56697 + r * (2602 ±0) + c * (2520 ±0)` + // Minimum execution time: 16_710_000 picoseconds. + Weight::from_parts(16_907_000, 0) + .saturating_add(Weight::from_parts(0, 56697)) + // Standard Error: 800_677 + .saturating_add(Weight::from_parts(29_001_374, 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)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_parts(0, 2519).saturating_mul(c.into())) .saturating_add(Weight::from_parts(0, 2602).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2520).saturating_mul(c.into())) } } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_multisig.rs b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_multisig.rs index 0a0445094a1..56d954f12a0 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_multisig.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_multisig.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `pallet_multisig` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -52,11 +52,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 12_039 nanoseconds. - Weight::from_parts(12_378_049, 0) + // Minimum execution time: 12_068_000 picoseconds. + Weight::from_parts(12_319_883, 0) .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 1 - .saturating_add(Weight::from_parts(485, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(493, 0).saturating_mul(z.into())) } /// Storage: Multisig Multisigs (r:1 w:1) /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) @@ -64,15 +64,15 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_create(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `314 + s * (2 ±0)` - // Estimated: `5821` - // Minimum execution time: 35_309 nanoseconds. - Weight::from_parts(28_767_595, 0) - .saturating_add(Weight::from_parts(0, 5821)) - // Standard Error: 572 - .saturating_add(Weight::from_parts(73_429, 0).saturating_mul(s.into())) + // Measured: `263 + s * (2 ±0)` + // Estimated: `6811` + // Minimum execution time: 36_523_000 picoseconds. + Weight::from_parts(31_295_135, 0) + .saturating_add(Weight::from_parts(0, 6811)) + // Standard Error: 542 + .saturating_add(Weight::from_parts(60_423, 0).saturating_mul(s.into())) // Standard Error: 5 - .saturating_add(Weight::from_parts(1_487, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_200, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -82,15 +82,15 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_approve(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `313` - // Estimated: `5821` - // Minimum execution time: 26_191 nanoseconds. - Weight::from_parts(19_850_530, 0) - .saturating_add(Weight::from_parts(0, 5821)) - // Standard Error: 440 - .saturating_add(Weight::from_parts(68_426, 0).saturating_mul(s.into())) - // Standard Error: 4 - .saturating_add(Weight::from_parts(1_505, 0).saturating_mul(z.into())) + // Measured: `282` + // Estimated: `6811` + // Minimum execution time: 27_342_000 picoseconds. + Weight::from_parts(21_614_247, 0) + .saturating_add(Weight::from_parts(0, 6811)) + // Standard Error: 546 + .saturating_add(Weight::from_parts(57_563, 0).saturating_mul(s.into())) + // Standard Error: 5 + .saturating_add(Weight::from_parts(1_202, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -102,15 +102,15 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_complete(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `451 + s * (33 ±0)` - // Estimated: `8424` - // Minimum execution time: 39_875 nanoseconds. - Weight::from_parts(32_057_678, 0) - .saturating_add(Weight::from_parts(0, 8424)) - // Standard Error: 715 - .saturating_add(Weight::from_parts(84_736, 0).saturating_mul(s.into())) - // Standard Error: 7 - .saturating_add(Weight::from_parts(1_511, 0).saturating_mul(z.into())) + // Measured: `388 + s * (33 ±0)` + // Estimated: `10404` + // Minimum execution time: 41_465_000 picoseconds. + Weight::from_parts(34_511_085, 0) + .saturating_add(Weight::from_parts(0, 10404)) + // Standard Error: 467 + .saturating_add(Weight::from_parts(78_918, 0).saturating_mul(s.into())) + // Standard Error: 4 + .saturating_add(Weight::from_parts(1_201, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,13 +119,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. fn approve_as_multi_create(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `321 + s * (2 ±0)` - // Estimated: `5821` - // Minimum execution time: 25_536 nanoseconds. - Weight::from_parts(27_146_180, 0) - .saturating_add(Weight::from_parts(0, 5821)) - // Standard Error: 991 - .saturating_add(Weight::from_parts(77_408, 0).saturating_mul(s.into())) + // Measured: `263 + s * (2 ±0)` + // Estimated: `6811` + // Minimum execution time: 27_868_000 picoseconds. + Weight::from_parts(29_407_652, 0) + .saturating_add(Weight::from_parts(0, 6811)) + // Standard Error: 632 + .saturating_add(Weight::from_parts(69_333, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -134,13 +134,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. fn approve_as_multi_approve(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `313` - // Estimated: `5821` - // Minimum execution time: 17_409 nanoseconds. - Weight::from_parts(18_559_189, 0) - .saturating_add(Weight::from_parts(0, 5821)) - // Standard Error: 518 - .saturating_add(Weight::from_parts(72_083, 0).saturating_mul(s.into())) + // Measured: `282` + // Estimated: `6811` + // Minimum execution time: 18_599_000 picoseconds. + Weight::from_parts(19_776_275, 0) + .saturating_add(Weight::from_parts(0, 6811)) + // Standard Error: 522 + .saturating_add(Weight::from_parts(64_680, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -149,13 +149,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. fn cancel_as_multi(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `517 + s * (1 ±0)` - // Estimated: `5821` - // Minimum execution time: 26_502 nanoseconds. - Weight::from_parts(28_258_573, 0) - .saturating_add(Weight::from_parts(0, 5821)) - // Standard Error: 819 - .saturating_add(Weight::from_parts(78_480, 0).saturating_mul(s.into())) + // Measured: `454 + s * (1 ±0)` + // Estimated: `6811` + // Minimum execution time: 28_857_000 picoseconds. + Weight::from_parts(30_337_509, 0) + .saturating_add(Weight::from_parts(0, 6811)) + // Standard Error: 652 + .saturating_add(Weight::from_parts(67_443, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_session.rs b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_session.rs index 2ec610d8eb1..bef2a83bc7c 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_session.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_session.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `pallet_session` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -54,10 +54,10 @@ impl pallet_session::WeightInfo for WeightInfo { fn set_keys() -> Weight { // Proof Size summary in bytes: // Measured: `297` - // Estimated: `5544` - // Minimum execution time: 15_673 nanoseconds. - Weight::from_parts(16_101_000, 0) - .saturating_add(Weight::from_parts(0, 5544)) + // Estimated: `7524` + // Minimum execution time: 17_925_000 picoseconds. + Weight::from_parts(18_292_000, 0) + .saturating_add(Weight::from_parts(0, 7524)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -68,10 +68,10 @@ impl pallet_session::WeightInfo for WeightInfo { fn purge_keys() -> Weight { // Proof Size summary in bytes: // Measured: `279` - // Estimated: `3033` - // Minimum execution time: 12_241 nanoseconds. - Weight::from_parts(12_552_000, 0) - .saturating_add(Weight::from_parts(0, 3033)) + // Estimated: `4023` + // Minimum execution time: 13_384_000 picoseconds. + Weight::from_parts(13_788_000, 0) + .saturating_add(Weight::from_parts(0, 4023)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_timestamp.rs b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_timestamp.rs index 47ec5a76e3f..c6b5b01504f 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_timestamp.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_timestamp.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `pallet_timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -54,10 +54,10 @@ impl pallet_timestamp::WeightInfo for WeightInfo { fn set() -> Weight { // Proof Size summary in bytes: // Measured: `49` - // Estimated: `1006` - // Minimum execution time: 7_105 nanoseconds. - Weight::from_parts(7_296_000, 0) - .saturating_add(Weight::from_parts(0, 1006)) + // Estimated: `2986` + // Minimum execution time: 7_946_000 picoseconds. + Weight::from_parts(8_181_000, 0) + .saturating_add(Weight::from_parts(0, 2986)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -65,8 +65,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `57` // Estimated: `0` - // Minimum execution time: 3_270 nanoseconds. - Weight::from_parts(3_398_000, 0) + // Minimum execution time: 3_219_000 picoseconds. + Weight::from_parts(3_298_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_utility.rs b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_utility.rs index 2e3d628c32d..93eaff447ae 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_utility.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_utility.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `pallet_utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -52,18 +52,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_752 nanoseconds. - Weight::from_parts(15_025_089, 0) + // Minimum execution time: 6_837_000 picoseconds. + Weight::from_parts(16_686_299, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1_912 - .saturating_add(Weight::from_parts(3_735_986, 0).saturating_mul(c.into())) + // Standard Error: 3_233 + .saturating_add(Weight::from_parts(4_587_331, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_237 nanoseconds. - Weight::from_parts(4_392_000, 0) + // Minimum execution time: 5_582_000 picoseconds. + Weight::from_parts(5_700_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. @@ -71,18 +71,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_645 nanoseconds. - Weight::from_parts(16_082_395, 0) + // Minimum execution time: 6_907_000 picoseconds. + Weight::from_parts(4_826_975, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 2_061 - .saturating_add(Weight::from_parts(3_918_503, 0).saturating_mul(c.into())) + // Standard Error: 3_801 + .saturating_add(Weight::from_parts(4_836_457, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_613 nanoseconds. - Weight::from_parts(7_868_000, 0) + // Minimum execution time: 8_998_000 picoseconds. + Weight::from_parts(9_220_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. @@ -90,10 +90,10 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_909 nanoseconds. - Weight::from_parts(11_406_668, 0) + // Minimum execution time: 6_961_000 picoseconds. + Weight::from_parts(7_518_503, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 2_399 - .saturating_add(Weight::from_parts(3_759_278, 0).saturating_mul(c.into())) + // Standard Error: 3_307 + .saturating_add(Weight::from_parts(4_649_665, 0).saturating_mul(c.into())) } } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_xcm.rs b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_xcm.rs index f625acb21f0..6210755b2bd 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_xcm.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_xcm.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `pallet_xcm` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024 // Executed Command: @@ -60,10 +60,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn send() -> Weight { // Proof Size summary in bytes: // Measured: `38` - // Estimated: `4645` - // Minimum execution time: 23_601 nanoseconds. - Weight::from_parts(24_078_000, 0) - .saturating_add(Weight::from_parts(0, 4645)) + // Estimated: `9595` + // Minimum execution time: 26_368_000 picoseconds. + Weight::from_parts(27_314_000, 0) + .saturating_add(Weight::from_parts(0, 9595)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -72,10 +72,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn teleport_assets() -> Weight { // Proof Size summary in bytes: // Measured: `32` - // Estimated: `499` - // Minimum execution time: 23_225 nanoseconds. - Weight::from_parts(23_887_000, 0) - .saturating_add(Weight::from_parts(0, 499)) + // Estimated: `1489` + // Minimum execution time: 24_998_000 picoseconds. + Weight::from_parts(25_321_000, 0) + .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: Benchmark Override (r:0 w:0) @@ -84,7 +84,7 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 18_446_744_073_709_551 nanoseconds. + // Minimum execution time: 18_446_744_073_709_551_000 picoseconds. Weight::from_parts(18_446_744_073_709_551_000, 0) .saturating_add(Weight::from_parts(0, 0)) } @@ -94,7 +94,7 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 18_446_744_073_709_551 nanoseconds. + // Minimum execution time: 18_446_744_073_709_551_000 picoseconds. Weight::from_parts(18_446_744_073_709_551_000, 0) .saturating_add(Weight::from_parts(0, 0)) } @@ -104,8 +104,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_434 nanoseconds. - Weight::from_parts(8_839_000, 0) + // Minimum execution time: 9_733_000 picoseconds. + Weight::from_parts(10_002_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -115,8 +115,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_484 nanoseconds. - Weight::from_parts(2_611_000, 0) + // Minimum execution time: 3_073_000 picoseconds. + Weight::from_parts(3_178_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -139,10 +139,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn force_subscribe_version_notify() -> Weight { // Proof Size summary in bytes: // Measured: `38` - // Estimated: `7729` - // Minimum execution time: 28_465 nanoseconds. - Weight::from_parts(29_023_000, 0) - .saturating_add(Weight::from_parts(0, 7729)) + // Estimated: `14659` + // Minimum execution time: 31_313_000 picoseconds. + Weight::from_parts(31_916_000, 0) + .saturating_add(Weight::from_parts(0, 14659)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -163,10 +163,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn force_unsubscribe_version_notify() -> Weight { // Proof Size summary in bytes: // Measured: `220` - // Estimated: `8470` - // Minimum execution time: 31_086 nanoseconds. - Weight::from_parts(31_385_000, 0) - .saturating_add(Weight::from_parts(0, 8470)) + // Estimated: `14410` + // Minimum execution time: 32_721_000 picoseconds. + Weight::from_parts(33_013_000, 0) + .saturating_add(Weight::from_parts(0, 14410)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -175,10 +175,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn migrate_supported_version() -> Weight { // Proof Size summary in bytes: // Measured: `95` - // Estimated: `9995` - // Minimum execution time: 13_701 nanoseconds. - Weight::from_parts(13_987_000, 0) - .saturating_add(Weight::from_parts(0, 9995)) + // Estimated: `10985` + // Minimum execution time: 15_020_000 picoseconds. + Weight::from_parts(15_358_000, 0) + .saturating_add(Weight::from_parts(0, 10985)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -187,10 +187,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn migrate_version_notifiers() -> Weight { // Proof Size summary in bytes: // Measured: `99` - // Estimated: `9999` - // Minimum execution time: 13_723 nanoseconds. - Weight::from_parts(14_166_000, 0) - .saturating_add(Weight::from_parts(0, 9999)) + // Estimated: `10989` + // Minimum execution time: 15_095_000 picoseconds. + Weight::from_parts(15_309_000, 0) + .saturating_add(Weight::from_parts(0, 10989)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -199,10 +199,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn already_notified_target() -> Weight { // Proof Size summary in bytes: // Measured: `106` - // Estimated: `12481` - // Minimum execution time: 15_381 nanoseconds. - Weight::from_parts(16_770_000, 0) - .saturating_add(Weight::from_parts(0, 12481)) + // Estimated: `13471` + // Minimum execution time: 15_809_000 picoseconds. + Weight::from_parts(16_139_000, 0) + .saturating_add(Weight::from_parts(0, 13471)) .saturating_add(T::DbWeight::get().reads(5)) } /// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1) @@ -220,10 +220,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn notify_current_targets() -> Weight { // Proof Size summary in bytes: // Measured: `106` - // Estimated: `10041` - // Minimum execution time: 27_952 nanoseconds. - Weight::from_parts(28_321_000, 0) - .saturating_add(Weight::from_parts(0, 10041)) + // Estimated: `15981` + // Minimum execution time: 28_167_000 picoseconds. + Weight::from_parts(28_747_000, 0) + .saturating_add(Weight::from_parts(0, 15981)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -232,10 +232,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn notify_target_migration_fail() -> Weight { // Proof Size summary in bytes: // Measured: `136` - // Estimated: `7561` - // Minimum execution time: 8_516 nanoseconds. - Weight::from_parts(8_922_000, 0) - .saturating_add(Weight::from_parts(0, 7561)) + // Estimated: `8551` + // Minimum execution time: 8_484_000 picoseconds. + Weight::from_parts(8_776_000, 0) + .saturating_add(Weight::from_parts(0, 8551)) .saturating_add(T::DbWeight::get().reads(3)) } /// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2) @@ -243,10 +243,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn migrate_version_notify_targets() -> Weight { // Proof Size summary in bytes: // Measured: `106` - // Estimated: `10006` - // Minimum execution time: 16_615 nanoseconds. - Weight::from_parts(17_074_000, 0) - .saturating_add(Weight::from_parts(0, 10006)) + // Estimated: `10996` + // Minimum execution time: 15_814_000 picoseconds. + Weight::from_parts(16_131_000, 0) + .saturating_add(Weight::from_parts(0, 10996)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -265,10 +265,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn migrate_and_notify_old_targets() -> Weight { // Proof Size summary in bytes: // Measured: `112` - // Estimated: `15027` - // Minimum execution time: 36_726 nanoseconds. - Weight::from_parts(37_319_000, 0) - .saturating_add(Weight::from_parts(0, 15027)) + // Estimated: `20967` + // Minimum execution time: 34_500_000 picoseconds. + Weight::from_parts(34_978_000, 0) + .saturating_add(Weight::from_parts(0, 20967)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs index f2bda0d0fdf..648e0c7368a 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs @@ -19,24 +19,24 @@ //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev //! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024 // Executed Command: -// ./target/production/polkadot-parachain +// ./artifacts/polkadot-parachain // benchmark // pallet -// --steps=50 -// --repeat=20 -// --extrinsic= +// --template=./templates/xcm-bench-template.hbs +// --chain=bridge-hub-kusama-dev // --execution=wasm // --wasm-execution=compiled -// --heap-pages=4096 // --pallet=pallet_xcm_benchmarks::fungible -// --chain=bridge-hub-kusama-dev +// --extrinsic=* +// --steps=50 +// --repeat=20 +// --json // --header=./file_header.txt -// --template=./templates/xcm-bench-template.hbs -// --output=./parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/xcm/ +// --output=./parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -54,8 +54,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `101` // Estimated: `3593` - // Minimum execution time: 22_950_000 picoseconds. - Weight::from_parts(23_170_000, 3593) + // Minimum execution time: 19_924_000 picoseconds. + Weight::from_parts(20_322_000, 3593) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -65,8 +65,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `153` // Estimated: `6196` - // Minimum execution time: 48_472_000 picoseconds. - Weight::from_parts(49_063_000, 6196) + // Minimum execution time: 32_669_000 picoseconds. + Weight::from_parts(33_313_000, 6196) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -88,8 +88,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `223` // Estimated: `18205` - // Minimum execution time: 71_887_000 picoseconds. - Weight::from_parts(73_047_000, 18205) + // Minimum execution time: 55_574_000 picoseconds. + Weight::from_parts(56_148_000, 18205) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -97,8 +97,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_215_000 picoseconds. - Weight::from_parts(4_324_000, 0) + // Minimum execution time: 4_271_000 picoseconds. + Weight::from_parts(4_338_000, 0) } // Storage: System Account (r:1 w:1) // Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) @@ -106,8 +106,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `52` // Estimated: `3593` - // Minimum execution time: 26_047_000 picoseconds. - Weight::from_parts(26_386_000, 3593) + // Minimum execution time: 23_972_000 picoseconds. + Weight::from_parts(24_305_000, 3593) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -129,8 +129,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `122` // Estimated: `15097` - // Minimum execution time: 51_076_000 picoseconds. - Weight::from_parts(51_638_000, 15097) + // Minimum execution time: 53_095_000 picoseconds. + Weight::from_parts(53_586_000, 15097) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -150,8 +150,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `70` // Estimated: `11244` - // Minimum execution time: 28_242_000 picoseconds. - Weight::from_parts(28_778_000, 11244) + // Minimum execution time: 30_394_000 picoseconds. + Weight::from_parts(31_238_000, 11244) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/xcm/pallet_xcm_benchmarks_generic.rs b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/xcm/pallet_xcm_benchmarks_generic.rs index 06d99ecdc55..738940ca868 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/xcm/pallet_xcm_benchmarks_generic.rs @@ -17,27 +17,26 @@ //! Autogenerated weights for `pallet_xcm_benchmarks::generic` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-20, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024 // Executed Command: -// target/production/polkadot-parachain +// ./artifacts/polkadot-parachain // benchmark // pallet -// --steps=50 -// --repeat=20 -// --extrinsic=* +// --template=./templates/xcm-bench-template.hbs +// --chain=bridge-hub-kusama-dev // --execution=wasm // --wasm-execution=compiled -// --heap-pages=4096 -// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/cumulus/.git/.artifacts/bench.json // --pallet=pallet_xcm_benchmarks::generic -// --chain=bridge-hub-kusama-dev +// --extrinsic=* +// --steps=50 +// --repeat=20 +// --json // --header=./file_header.txt -// --template=./templates/xcm-bench-template.hbs -// --output=./parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/xcm/ +// --output=./parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/xcm/pallet_xcm_benchmarks_generic.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -65,8 +64,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `70` // Estimated: `11244` - // Minimum execution time: 32_352_000 picoseconds. - Weight::from_parts(32_888_000, 11244) + // Minimum execution time: 30_841_000 picoseconds. + Weight::from_parts(31_223_000, 11244) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -74,8 +73,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_953_000 picoseconds. - Weight::from_parts(3_074_000, 0) + // Minimum execution time: 2_749_000 picoseconds. + Weight::from_parts(2_894_000, 0) } // Storage: PolkadotXcm Queries (r:1 w:0) // Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured) @@ -83,58 +82,58 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `32` // Estimated: `3497` - // Minimum execution time: 10_911_000 picoseconds. - Weight::from_parts(11_165_000, 3497) + // Minimum execution time: 10_637_000 picoseconds. + Weight::from_parts(10_904_000, 3497) .saturating_add(T::DbWeight::get().reads(1)) } pub fn transact() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 13_130_000 picoseconds. - Weight::from_parts(13_550_000, 0) + // Minimum execution time: 12_587_000 picoseconds. + Weight::from_parts(12_882_000, 0) } pub fn refund_surplus() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_254_000 picoseconds. - Weight::from_parts(3_371_000, 0) + // Minimum execution time: 3_088_000 picoseconds. + Weight::from_parts(3_165_000, 0) } pub fn set_error_handler() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_729_000 picoseconds. - Weight::from_parts(4_785_000, 0) + // Minimum execution time: 2_748_000 picoseconds. + Weight::from_parts(2_868_000, 0) } pub fn set_appendix() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_686_000 picoseconds. - Weight::from_parts(4_740_000, 0) + // Minimum execution time: 2_897_000 picoseconds. + Weight::from_parts(2_970_000, 0) } pub fn clear_error() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_921_000 picoseconds. - Weight::from_parts(3_038_000, 0) + // Minimum execution time: 2_793_000 picoseconds. + Weight::from_parts(2_883_000, 0) } pub fn descend_origin() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_927_000 picoseconds. - Weight::from_parts(4_046_000, 0) + // Minimum execution time: 3_690_000 picoseconds. + Weight::from_parts(3_745_000, 0) } pub fn clear_origin() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_990_000 picoseconds. - Weight::from_parts(3_109_000, 0) + // Minimum execution time: 2_760_000 picoseconds. + Weight::from_parts(2_807_000, 0) } // Storage: ParachainInfo ParachainId (r:1 w:0) // Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -152,8 +151,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `70` // Estimated: `11244` - // Minimum execution time: 25_335_000 picoseconds. - Weight::from_parts(25_862_000, 11244) + // Minimum execution time: 24_591_000 picoseconds. + Weight::from_parts(25_237_000, 11244) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -163,8 +162,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `90` // Estimated: `3555` - // Minimum execution time: 15_097_000 picoseconds. - Weight::from_parts(15_401_000, 3555) + // Minimum execution time: 14_596_000 picoseconds. + Weight::from_parts(15_010_000, 3555) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -172,8 +171,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_693_000 picoseconds. - Weight::from_parts(4_750_000, 0) + // Minimum execution time: 2_770_000 picoseconds. + Weight::from_parts(2_860_000, 0) } // Storage: PolkadotXcm VersionNotifyTargets (r:1 w:1) // Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured) @@ -191,8 +190,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `38` // Estimated: `13098` - // Minimum execution time: 26_630_000 picoseconds. - Weight::from_parts(27_169_000, 13098) + // Minimum execution time: 25_644_000 picoseconds. + Weight::from_parts(26_269_000, 13098) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -202,8 +201,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_050_000 picoseconds. - Weight::from_parts(5_304_000, 0) + // Minimum execution time: 4_969_000 picoseconds. + Weight::from_parts(5_167_000, 0) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: ParachainInfo ParachainId (r:1 w:0) @@ -222,8 +221,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `70` // Estimated: `11244` - // Minimum execution time: 28_942_000 picoseconds. - Weight::from_parts(29_475_000, 11244) + // Minimum execution time: 27_894_000 picoseconds. + Weight::from_parts(28_294_000, 11244) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -231,36 +230,36 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_736_000 picoseconds. - Weight::from_parts(4_871_000, 0) + // Minimum execution time: 4_595_000 picoseconds. + Weight::from_parts(4_709_000, 0) } pub fn expect_asset() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_127_000 picoseconds. - Weight::from_parts(3_217_000, 0) + // Minimum execution time: 2_957_000 picoseconds. + Weight::from_parts(3_035_000, 0) } pub fn expect_origin() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_972_000 picoseconds. - Weight::from_parts(3_073_000, 0) + // Minimum execution time: 3_091_000 picoseconds. + Weight::from_parts(3_197_000, 0) } pub fn expect_error() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_737_000 picoseconds. - Weight::from_parts(4_810_000, 0) + // Minimum execution time: 2_953_000 picoseconds. + Weight::from_parts(3_036_000, 0) } pub fn expect_transact_status() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_166_000 picoseconds. - Weight::from_parts(3_240_000, 0) + // Minimum execution time: 3_275_000 picoseconds. + Weight::from_parts(3_382_000, 0) } // Storage: ParachainInfo ParachainId (r:1 w:0) // Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -278,8 +277,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `70` // Estimated: `11244` - // Minimum execution time: 44_516_000 picoseconds. - Weight::from_parts(45_018_000, 11244) + // Minimum execution time: 30_240_000 picoseconds. + Weight::from_parts(30_533_000, 11244) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -287,8 +286,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_137_000 picoseconds. - Weight::from_parts(5_289_000, 0) + // Minimum execution time: 5_276_000 picoseconds. + Weight::from_parts(5_363_000, 0) } // Storage: ParachainInfo ParachainId (r:1 w:0) // Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -306,8 +305,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `70` // Estimated: `11244` - // Minimum execution time: 25_978_000 picoseconds. - Weight::from_parts(26_490_000, 11244) + // Minimum execution time: 27_019_000 picoseconds. + Weight::from_parts(27_675_000, 11244) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -315,35 +314,35 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_018_000 picoseconds. - Weight::from_parts(3_148_000, 0) + // Minimum execution time: 3_136_000 picoseconds. + Weight::from_parts(3_210_000, 0) } pub fn set_topic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_667_000 picoseconds. - Weight::from_parts(4_737_000, 0) + // Minimum execution time: 2_989_000 picoseconds. + Weight::from_parts(3_067_000, 0) } pub fn clear_topic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_955_000 picoseconds. - Weight::from_parts(3_018_000, 0) + // Minimum execution time: 3_004_000 picoseconds. + Weight::from_parts(3_101_000, 0) } pub fn set_fees_mode() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_008_000 picoseconds. - Weight::from_parts(3_113_000, 0) + // Minimum execution time: 2_996_000 picoseconds. + Weight::from_parts(3_068_000, 0) } pub fn unpaid_execution() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_137_000 picoseconds. - Weight::from_parts(3_230_000, 0) + // Minimum execution time: 3_102_000 picoseconds. + Weight::from_parts(3_210_000, 0) } } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/cumulus_pallet_xcmp_queue.rs b/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/cumulus_pallet_xcmp_queue.rs index 9ef3bbf0e06..77de70742ca 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/cumulus_pallet_xcmp_queue.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `cumulus_pallet_xcmp_queue` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -52,10 +52,10 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn fn set_config_with_u32() -> Weight { // Proof Size summary in bytes: // Measured: `76` - // Estimated: `571` - // Minimum execution time: 4_798 nanoseconds. - Weight::from_parts(5_139_000, 0) - .saturating_add(Weight::from_parts(0, 571)) + // Estimated: `1561` + // Minimum execution time: 5_593_000 picoseconds. + Weight::from_parts(5_728_000, 0) + .saturating_add(Weight::from_parts(0, 1561)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -64,10 +64,10 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn fn set_config_with_weight() -> Weight { // Proof Size summary in bytes: // Measured: `76` - // Estimated: `571` - // Minimum execution time: 4_942 nanoseconds. - Weight::from_parts(5_056_000, 0) - .saturating_add(Weight::from_parts(0, 571)) + // Estimated: `1561` + // Minimum execution time: 5_432_000 picoseconds. + Weight::from_parts(5_592_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/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/frame_system.rs b/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/frame_system.rs index 996fbc01dc8..6560a1546a5 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/frame_system.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/frame_system.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `frame_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -52,22 +52,22 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_628 nanoseconds. - Weight::from_parts(1_691_000, 0) + // Minimum execution time: 2_129_000 picoseconds. + Weight::from_parts(2_213_000, 0) .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_parts(369, 0).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(370, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_332 nanoseconds. - Weight::from_parts(6_564_000, 0) + // Minimum execution time: 7_415_000 picoseconds. + Weight::from_parts(7_510_000, 0) .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_714, 0).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_412, 0).saturating_mul(b.into())) } /// Storage: System Digest (r:1 w:1) /// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured) @@ -76,10 +76,10 @@ impl frame_system::WeightInfo for WeightInfo { fn set_heap_pages() -> Weight { // Proof Size summary in bytes: // Measured: `0` - // Estimated: `495` - // Minimum execution time: 3_441 nanoseconds. - Weight::from_parts(3_684_000, 0) - .saturating_add(Weight::from_parts(0, 495)) + // Estimated: `1485` + // Minimum execution time: 4_227_000 picoseconds. + Weight::from_parts(4_495_000, 0) + .saturating_add(Weight::from_parts(0, 1485)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -90,11 +90,11 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_698 nanoseconds. - Weight::from_parts(1_802_000, 0) + // Minimum execution time: 2_349_000 picoseconds. + Weight::from_parts(2_381_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1_738 - .saturating_add(Weight::from_parts(576_825, 0).saturating_mul(i.into())) + // Standard Error: 1_813 + .saturating_add(Weight::from_parts(685_377, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -104,11 +104,11 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_782 nanoseconds. - Weight::from_parts(1_826_000, 0) + // Minimum execution time: 2_250_000 picoseconds. + Weight::from_parts(2_317_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 808 - .saturating_add(Weight::from_parts(446_795, 0).saturating_mul(i.into())) + // Standard Error: 911 + .saturating_add(Weight::from_parts(494_503, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -118,11 +118,12 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `68 + p * (69 ±0)` // Estimated: `66 + p * (70 ±0)` - // Minimum execution time: 3_444 nanoseconds. - Weight::from_parts(3_538_000, 0) + // Minimum execution time: 4_239_000 picoseconds. + Weight::from_parts(4_380_000, 0) .saturating_add(Weight::from_parts(0, 66)) - // Standard Error: 920 - .saturating_add(Weight::from_parts(950_898, 0).saturating_mul(p.into())) + // Standard Error: 1_255 + .saturating_add(Weight::from_parts(1_012_115, 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/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_balances.rs b/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_balances.rs index 832c4dc5a30..1830246940e 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_balances.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_balances.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `pallet_balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -51,11 +51,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `1316` - // Estimated: `2603` - // Minimum execution time: 44_427 nanoseconds. - Weight::from_parts(45_164_000, 0) - .saturating_add(Weight::from_parts(0, 2603)) + // Measured: `0` + // Estimated: `3593` + // Minimum execution time: 35_006_000 picoseconds. + Weight::from_parts(35_375_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -63,11 +63,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_keep_alive() -> Weight { // Proof Size summary in bytes: - // Measured: `1200` - // Estimated: `2603` - // Minimum execution time: 34_287 nanoseconds. - Weight::from_parts(34_918_000, 0) - .saturating_add(Weight::from_parts(0, 2603)) + // Measured: `0` + // Estimated: `3593` + // Minimum execution time: 25_755_000 picoseconds. + Weight::from_parts(26_176_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -75,11 +75,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn set_balance_creating() -> Weight { // Proof Size summary in bytes: - // Measured: `1350` - // Estimated: `2603` - // Minimum execution time: 25_850 nanoseconds. - Weight::from_parts(26_521_000, 0) - .saturating_add(Weight::from_parts(0, 2603)) + // Measured: `174` + // Estimated: `3593` + // Minimum execution time: 15_651_000 picoseconds. + Weight::from_parts(16_056_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -87,11 +87,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn set_balance_killing() -> Weight { // Proof Size summary in bytes: - // Measured: `1350` - // Estimated: `2603` - // Minimum execution time: 29_118 nanoseconds. - Weight::from_parts(29_706_000, 0) - .saturating_add(Weight::from_parts(0, 2603)) + // Measured: `174` + // Estimated: `3593` + // Minimum execution time: 18_932_000 picoseconds. + Weight::from_parts(19_186_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -99,11 +99,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn force_transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `1312` - // Estimated: `5206` - // Minimum execution time: 45_010 nanoseconds. - Weight::from_parts(45_568_000, 0) - .saturating_add(Weight::from_parts(0, 5206)) + // Measured: `103` + // Estimated: `6196` + // Minimum execution time: 36_593_000 picoseconds. + Weight::from_parts(36_971_000, 0) + .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -111,11 +111,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_all() -> Weight { // Proof Size summary in bytes: - // Measured: `1200` - // Estimated: `2603` - // Minimum execution time: 39_332 nanoseconds. - Weight::from_parts(40_015_000, 0) - .saturating_add(Weight::from_parts(0, 2603)) + // Measured: `0` + // Estimated: `3593` + // Minimum execution time: 31_795_000 picoseconds. + Weight::from_parts(32_237_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -123,11 +123,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn force_unreserve() -> Weight { // Proof Size summary in bytes: - // Measured: `1234` - // Estimated: `2603` - // Minimum execution time: 22_710 nanoseconds. - Weight::from_parts(23_111_000, 0) - .saturating_add(Weight::from_parts(0, 2603)) + // Measured: `174` + // Estimated: `3593` + // Minimum execution time: 15_120_000 picoseconds. + Weight::from_parts(15_360_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_collator_selection.rs b/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_collator_selection.rs index 6140c4de67d..5c35eff5f53 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_collator_selection.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_collator_selection.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `pallet_collator_selection` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -55,12 +55,12 @@ impl pallet_collator_selection::WeightInfo for WeightIn fn set_invulnerables(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `214 + b * (78 ±0)` - // Estimated: `213 + b * (2554 ±0)` - // Minimum execution time: 13_937 nanoseconds. - Weight::from_parts(14_498_919, 0) - .saturating_add(Weight::from_parts(0, 213)) - // Standard Error: 2_987 - .saturating_add(Weight::from_parts(2_491_437, 0).saturating_mul(b.into())) + // Estimated: `1203 + b * (2554 ±0)` + // Minimum execution time: 14_444_000 picoseconds. + Weight::from_parts(15_006_377, 0) + .saturating_add(Weight::from_parts(0, 1203)) + // Standard Error: 2_965 + .saturating_add(Weight::from_parts(2_598_095, 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())) @@ -71,8 +71,8 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_465 nanoseconds. - Weight::from_parts(6_739_000, 0) + // Minimum execution time: 6_886_000 picoseconds. + Weight::from_parts(7_053_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -82,8 +82,8 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_624 nanoseconds. - Weight::from_parts(6_822_000, 0) + // Minimum execution time: 7_233_000 picoseconds. + Weight::from_parts(7_420_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -102,13 +102,13 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// The range of component `c` is `[1, 999]`. fn register_as_candidate(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1167 + c * (48 ±0)` - // Estimated: `56785 + c * (49 ±0)` - // Minimum execution time: 34_794 nanoseconds. - Weight::from_parts(27_197_409, 0) - .saturating_add(Weight::from_parts(0, 56785)) - // Standard Error: 1_259 - .saturating_add(Weight::from_parts(101_424, 0).saturating_mul(c.into())) + // Measured: `1104 + c * (48 ±0)` + // Estimated: `61672 + c * (49 ±0)` + // Minimum execution time: 37_455_000 picoseconds. + Weight::from_parts(29_651_534, 0) + .saturating_add(Weight::from_parts(0, 61672)) + // Standard Error: 1_287 + .saturating_add(Weight::from_parts(103_531, 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())) @@ -120,13 +120,13 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// The range of component `c` is `[6, 1000]`. fn leave_intent(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `503 + c * (48 ±0)` - // Estimated: `48497` - // Minimum execution time: 26_471 nanoseconds. - Weight::from_parts(16_092_836, 0) - .saturating_add(Weight::from_parts(0, 48497)) - // Standard Error: 1_283 - .saturating_add(Weight::from_parts(103_788, 0).saturating_mul(c.into())) + // Measured: `428 + c * (48 ±0)` + // Estimated: `49487` + // Minimum execution time: 29_548_000 picoseconds. + Weight::from_parts(18_882_873, 0) + .saturating_add(Weight::from_parts(0, 49487)) + // Standard Error: 1_273 + .saturating_add(Weight::from_parts(105_000, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -138,11 +138,11 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) fn note_author() -> Weight { // Proof Size summary in bytes: - // Measured: `187` - // Estimated: `5749` - // Minimum execution time: 25_597 nanoseconds. - Weight::from_parts(25_981_000, 0) - .saturating_add(Weight::from_parts(0, 5749)) + // Measured: `155` + // Estimated: `7729` + // Minimum execution time: 28_960_000 picoseconds. + Weight::from_parts(29_435_000, 0) + .saturating_add(Weight::from_parts(0, 7729)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -160,18 +160,18 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// The range of component `c` is `[1, 1000]`. fn new_session(r: u32, c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `22878 + r * (148 ±0) + c * (97 ±0)` - // Estimated: `52737 + c * (2519 ±0) + r * (2602 ±0)` - // Minimum execution time: 15_961 nanoseconds. - Weight::from_parts(16_207_000, 0) - .saturating_add(Weight::from_parts(0, 52737)) - // Standard Error: 748_921 - .saturating_add(Weight::from_parts(27_460_211, 0).saturating_mul(c.into())) + // Measured: `22815 + r * (116 ±0) + c * (97 ±0)` + // Estimated: `56697 + c * (2520 ±0) + r * (2602 ±0)` + // Minimum execution time: 16_727_000 picoseconds. + Weight::from_parts(16_932_000, 0) + .saturating_add(Weight::from_parts(0, 56697)) + // Standard Error: 798_306 + .saturating_add(Weight::from_parts(28_951_019, 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)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_parts(0, 2519).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 2520).saturating_mul(c.into())) .saturating_add(Weight::from_parts(0, 2602).saturating_mul(r.into())) } } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_multisig.rs b/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_multisig.rs index aec763c0d53..9ab2d5a58a6 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_multisig.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_multisig.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `pallet_multisig` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -52,11 +52,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_693 nanoseconds. - Weight::from_parts(12_218_501, 0) + // Minimum execution time: 11_761_000 picoseconds. + Weight::from_parts(12_373_119, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(479, 0).saturating_mul(z.into())) + // Standard Error: 3 + .saturating_add(Weight::from_parts(482, 0).saturating_mul(z.into())) } /// Storage: Multisig Multisigs (r:1 w:1) /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) @@ -64,15 +64,15 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_create(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `314 + s * (2 ±0)` - // Estimated: `5821` - // Minimum execution time: 35_181 nanoseconds. - Weight::from_parts(28_585_764, 0) - .saturating_add(Weight::from_parts(0, 5821)) - // Standard Error: 609 - .saturating_add(Weight::from_parts(72_658, 0).saturating_mul(s.into())) + // Measured: `263 + s * (2 ±0)` + // Estimated: `6811` + // Minimum execution time: 36_964_000 picoseconds. + Weight::from_parts(31_553_347, 0) + .saturating_add(Weight::from_parts(0, 6811)) + // Standard Error: 571 + .saturating_add(Weight::from_parts(62_042, 0).saturating_mul(s.into())) // Standard Error: 5 - .saturating_add(Weight::from_parts(1_476, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_178, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -82,15 +82,15 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_approve(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `313` - // Estimated: `5821` - // Minimum execution time: 26_110 nanoseconds. - Weight::from_parts(19_809_417, 0) - .saturating_add(Weight::from_parts(0, 5821)) - // Standard Error: 448 - .saturating_add(Weight::from_parts(69_542, 0).saturating_mul(s.into())) + // Measured: `282` + // Estimated: `6811` + // Minimum execution time: 27_113_000 picoseconds. + Weight::from_parts(21_794_796, 0) + .saturating_add(Weight::from_parts(0, 6811)) + // Standard Error: 423 + .saturating_add(Weight::from_parts(59_156, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_parts(1_514, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_193, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -102,15 +102,15 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_complete(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `451 + s * (33 ±0)` - // Estimated: `8424` - // Minimum execution time: 39_991 nanoseconds. - Weight::from_parts(31_329_529, 0) - .saturating_add(Weight::from_parts(0, 8424)) - // Standard Error: 567 - .saturating_add(Weight::from_parts(90_826, 0).saturating_mul(s.into())) - // Standard Error: 5 - .saturating_add(Weight::from_parts(1_527, 0).saturating_mul(z.into())) + // Measured: `388 + s * (33 ±0)` + // Estimated: `10404` + // Minimum execution time: 41_979_000 picoseconds. + Weight::from_parts(34_970_639, 0) + .saturating_add(Weight::from_parts(0, 10404)) + // Standard Error: 481 + .saturating_add(Weight::from_parts(76_814, 0).saturating_mul(s.into())) + // Standard Error: 4 + .saturating_add(Weight::from_parts(1_191, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,13 +119,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. fn approve_as_multi_create(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `321 + s * (2 ±0)` - // Estimated: `5821` - // Minimum execution time: 25_124 nanoseconds. - Weight::from_parts(26_655_548, 0) - .saturating_add(Weight::from_parts(0, 5821)) - // Standard Error: 743 - .saturating_add(Weight::from_parts(78_904, 0).saturating_mul(s.into())) + // Measured: `263 + s * (2 ±0)` + // Estimated: `6811` + // Minimum execution time: 28_113_000 picoseconds. + Weight::from_parts(29_657_007, 0) + .saturating_add(Weight::from_parts(0, 6811)) + // Standard Error: 746 + .saturating_add(Weight::from_parts(67_176, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -134,13 +134,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. fn approve_as_multi_approve(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `313` - // Estimated: `5821` - // Minimum execution time: 16_950 nanoseconds. - Weight::from_parts(18_308_894, 0) - .saturating_add(Weight::from_parts(0, 5821)) - // Standard Error: 676 - .saturating_add(Weight::from_parts(71_574, 0).saturating_mul(s.into())) + // Measured: `282` + // Estimated: `6811` + // Minimum execution time: 19_227_000 picoseconds. + Weight::from_parts(20_043_765, 0) + .saturating_add(Weight::from_parts(0, 6811)) + // Standard Error: 1_458 + .saturating_add(Weight::from_parts(70_065, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -149,13 +149,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. fn cancel_as_multi(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `517 + s * (1 ±0)` - // Estimated: `5821` - // Minimum execution time: 26_127 nanoseconds. - Weight::from_parts(27_889_146, 0) - .saturating_add(Weight::from_parts(0, 5821)) - // Standard Error: 729 - .saturating_add(Weight::from_parts(78_618, 0).saturating_mul(s.into())) + // Measured: `454 + s * (1 ±0)` + // Estimated: `6811` + // Minimum execution time: 29_358_000 picoseconds. + Weight::from_parts(30_953_779, 0) + .saturating_add(Weight::from_parts(0, 6811)) + // Standard Error: 662 + .saturating_add(Weight::from_parts(62_100, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_session.rs b/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_session.rs index 9008424b30b..cd7f40253b5 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_session.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_session.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `pallet_session` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -54,10 +54,10 @@ impl pallet_session::WeightInfo for WeightInfo { fn set_keys() -> Weight { // Proof Size summary in bytes: // Measured: `297` - // Estimated: `5544` - // Minimum execution time: 15_314 nanoseconds. - Weight::from_parts(15_944_000, 0) - .saturating_add(Weight::from_parts(0, 5544)) + // Estimated: `7524` + // Minimum execution time: 17_305_000 picoseconds. + Weight::from_parts(17_673_000, 0) + .saturating_add(Weight::from_parts(0, 7524)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -68,10 +68,10 @@ impl pallet_session::WeightInfo for WeightInfo { fn purge_keys() -> Weight { // Proof Size summary in bytes: // Measured: `279` - // Estimated: `3033` - // Minimum execution time: 11_831 nanoseconds. - Weight::from_parts(12_113_000, 0) - .saturating_add(Weight::from_parts(0, 3033)) + // Estimated: `4023` + // Minimum execution time: 13_593_000 picoseconds. + Weight::from_parts(13_826_000, 0) + .saturating_add(Weight::from_parts(0, 4023)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_timestamp.rs b/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_timestamp.rs index 0d1f0325958..b22fe963f12 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_timestamp.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_timestamp.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `pallet_timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -54,10 +54,10 @@ impl pallet_timestamp::WeightInfo for WeightInfo { fn set() -> Weight { // Proof Size summary in bytes: // Measured: `49` - // Estimated: `1006` - // Minimum execution time: 6_885 nanoseconds. - Weight::from_parts(7_281_000, 0) - .saturating_add(Weight::from_parts(0, 1006)) + // Estimated: `2986` + // Minimum execution time: 7_665_000 picoseconds. + Weight::from_parts(7_892_000, 0) + .saturating_add(Weight::from_parts(0, 2986)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -65,8 +65,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `57` // Estimated: `0` - // Minimum execution time: 3_222 nanoseconds. - Weight::from_parts(3_321_000, 0) + // Minimum execution time: 3_226_000 picoseconds. + Weight::from_parts(3_339_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_utility.rs b/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_utility.rs index a88680f69c5..34c36b874a1 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_utility.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_utility.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `pallet_utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -52,18 +52,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_910 nanoseconds. - Weight::from_parts(5_269_110, 0) + // Minimum execution time: 7_083_000 picoseconds. + Weight::from_parts(13_037_767, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 2_509 - .saturating_add(Weight::from_parts(3_869_188, 0).saturating_mul(c.into())) + // Standard Error: 3_155 + .saturating_add(Weight::from_parts(4_503_244, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_304 nanoseconds. - Weight::from_parts(4_463_000, 0) + // Minimum execution time: 5_705_000 picoseconds. + Weight::from_parts(5_799_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. @@ -71,18 +71,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_985 nanoseconds. - Weight::from_parts(10_119_502, 0) + // Minimum execution time: 7_248_000 picoseconds. + Weight::from_parts(14_495_670, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 2_585 - .saturating_add(Weight::from_parts(4_063_211, 0).saturating_mul(c.into())) + // Standard Error: 3_240 + .saturating_add(Weight::from_parts(4_790_508, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_746 nanoseconds. - Weight::from_parts(8_027_000, 0) + // Minimum execution time: 9_355_000 picoseconds. + Weight::from_parts(9_596_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. @@ -90,10 +90,10 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_082 nanoseconds. - Weight::from_parts(10_385_233, 0) + // Minimum execution time: 6_985_000 picoseconds. + Weight::from_parts(17_435_570, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 2_217 - .saturating_add(Weight::from_parts(3_855_940, 0).saturating_mul(c.into())) + // Standard Error: 3_165 + .saturating_add(Weight::from_parts(4_492_577, 0).saturating_mul(c.into())) } } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_xcm.rs b/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_xcm.rs index c1d015a2442..db01f989e76 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_xcm.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_xcm.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `pallet_xcm` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024 // Executed Command: @@ -60,10 +60,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn send() -> Weight { // Proof Size summary in bytes: // Measured: `38` - // Estimated: `4645` - // Minimum execution time: 24_136 nanoseconds. - Weight::from_parts(24_562_000, 0) - .saturating_add(Weight::from_parts(0, 4645)) + // Estimated: `9595` + // Minimum execution time: 25_890_000 picoseconds. + Weight::from_parts(26_601_000, 0) + .saturating_add(Weight::from_parts(0, 9595)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -72,10 +72,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn teleport_assets() -> Weight { // Proof Size summary in bytes: // Measured: `32` - // Estimated: `499` - // Minimum execution time: 23_272 nanoseconds. - Weight::from_parts(23_644_000, 0) - .saturating_add(Weight::from_parts(0, 499)) + // Estimated: `1489` + // Minimum execution time: 24_961_000 picoseconds. + Weight::from_parts(25_332_000, 0) + .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: Benchmark Override (r:0 w:0) @@ -84,7 +84,7 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 18_446_744_073_709_551 nanoseconds. + // Minimum execution time: 18_446_744_073_709_551_000 picoseconds. Weight::from_parts(18_446_744_073_709_551_000, 0) .saturating_add(Weight::from_parts(0, 0)) } @@ -94,7 +94,7 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 18_446_744_073_709_551 nanoseconds. + // Minimum execution time: 18_446_744_073_709_551_000 picoseconds. Weight::from_parts(18_446_744_073_709_551_000, 0) .saturating_add(Weight::from_parts(0, 0)) } @@ -104,8 +104,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_377 nanoseconds. - Weight::from_parts(8_642_000, 0) + // Minimum execution time: 9_662_000 picoseconds. + Weight::from_parts(9_844_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -115,8 +115,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_435 nanoseconds. - Weight::from_parts(2_556_000, 0) + // Minimum execution time: 2_994_000 picoseconds. + Weight::from_parts(3_160_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -139,10 +139,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn force_subscribe_version_notify() -> Weight { // Proof Size summary in bytes: // Measured: `38` - // Estimated: `7729` - // Minimum execution time: 28_539 nanoseconds. - Weight::from_parts(29_177_000, 0) - .saturating_add(Weight::from_parts(0, 7729)) + // Estimated: `14659` + // Minimum execution time: 31_632_000 picoseconds. + Weight::from_parts(31_919_000, 0) + .saturating_add(Weight::from_parts(0, 14659)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -163,10 +163,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn force_unsubscribe_version_notify() -> Weight { // Proof Size summary in bytes: // Measured: `220` - // Estimated: `8470` - // Minimum execution time: 30_607 nanoseconds. - Weight::from_parts(31_019_000, 0) - .saturating_add(Weight::from_parts(0, 8470)) + // Estimated: `14410` + // Minimum execution time: 32_570_000 picoseconds. + Weight::from_parts(33_292_000, 0) + .saturating_add(Weight::from_parts(0, 14410)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -175,10 +175,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn migrate_supported_version() -> Weight { // Proof Size summary in bytes: // Measured: `95` - // Estimated: `9995` - // Minimum execution time: 13_842 nanoseconds. - Weight::from_parts(14_281_000, 0) - .saturating_add(Weight::from_parts(0, 9995)) + // Estimated: `10985` + // Minimum execution time: 14_829_000 picoseconds. + Weight::from_parts(15_171_000, 0) + .saturating_add(Weight::from_parts(0, 10985)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -187,10 +187,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn migrate_version_notifiers() -> Weight { // Proof Size summary in bytes: // Measured: `99` - // Estimated: `9999` - // Minimum execution time: 13_505 nanoseconds. - Weight::from_parts(13_981_000, 0) - .saturating_add(Weight::from_parts(0, 9999)) + // Estimated: `10989` + // Minimum execution time: 14_774_000 picoseconds. + Weight::from_parts(15_232_000, 0) + .saturating_add(Weight::from_parts(0, 10989)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -199,10 +199,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn already_notified_target() -> Weight { // Proof Size summary in bytes: // Measured: `106` - // Estimated: `12481` - // Minimum execution time: 16_415 nanoseconds. - Weight::from_parts(16_752_000, 0) - .saturating_add(Weight::from_parts(0, 12481)) + // Estimated: `13471` + // Minimum execution time: 15_289_000 picoseconds. + Weight::from_parts(15_543_000, 0) + .saturating_add(Weight::from_parts(0, 13471)) .saturating_add(T::DbWeight::get().reads(5)) } /// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1) @@ -220,10 +220,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn notify_current_targets() -> Weight { // Proof Size summary in bytes: // Measured: `106` - // Estimated: `10041` - // Minimum execution time: 29_952 nanoseconds. - Weight::from_parts(30_592_000, 0) - .saturating_add(Weight::from_parts(0, 10041)) + // Estimated: `15981` + // Minimum execution time: 27_849_000 picoseconds. + Weight::from_parts(28_243_000, 0) + .saturating_add(Weight::from_parts(0, 15981)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -232,10 +232,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn notify_target_migration_fail() -> Weight { // Proof Size summary in bytes: // Measured: `136` - // Estimated: `7561` - // Minimum execution time: 8_259 nanoseconds. - Weight::from_parts(8_608_000, 0) - .saturating_add(Weight::from_parts(0, 7561)) + // Estimated: `8551` + // Minimum execution time: 8_260_000 picoseconds. + Weight::from_parts(8_477_000, 0) + .saturating_add(Weight::from_parts(0, 8551)) .saturating_add(T::DbWeight::get().reads(3)) } /// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2) @@ -243,10 +243,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn migrate_version_notify_targets() -> Weight { // Proof Size summary in bytes: // Measured: `106` - // Estimated: `10006` - // Minimum execution time: 16_259 nanoseconds. - Weight::from_parts(16_574_000, 0) - .saturating_add(Weight::from_parts(0, 10006)) + // Estimated: `10996` + // Minimum execution time: 15_132_000 picoseconds. + Weight::from_parts(15_581_000, 0) + .saturating_add(Weight::from_parts(0, 10996)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -265,10 +265,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn migrate_and_notify_old_targets() -> Weight { // Proof Size summary in bytes: // Measured: `112` - // Estimated: `15027` - // Minimum execution time: 35_748 nanoseconds. - Weight::from_parts(36_667_000, 0) - .saturating_add(Weight::from_parts(0, 15027)) + // Estimated: `20967` + // Minimum execution time: 34_016_000 picoseconds. + Weight::from_parts(34_627_000, 0) + .saturating_add(Weight::from_parts(0, 20967)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs b/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs index a7527f00baf..16110f554b2 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs @@ -19,24 +19,24 @@ //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev //! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024 // Executed Command: -// ./target/production/polkadot-parachain +// ./artifacts/polkadot-parachain // benchmark // pallet -// --steps=50 -// --repeat=20 -// --extrinsic= +// --template=./templates/xcm-bench-template.hbs +// --chain=bridge-hub-polkadot-dev // --execution=wasm // --wasm-execution=compiled -// --heap-pages=4096 // --pallet=pallet_xcm_benchmarks::fungible -// --chain=bridge-hub-polkadot-dev +// --extrinsic=* +// --steps=50 +// --repeat=20 +// --json // --header=./file_header.txt -// --template=./templates/xcm-bench-template.hbs -// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/xcm/ +// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -54,8 +54,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `101` // Estimated: `3593` - // Minimum execution time: 22_155_000 picoseconds. - Weight::from_parts(22_991_000, 3593) + // Minimum execution time: 20_647_000 picoseconds. + Weight::from_parts(20_978_000, 3593) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -65,8 +65,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `153` // Estimated: `6196` - // Minimum execution time: 48_986_000 picoseconds. - Weight::from_parts(49_467_000, 6196) + // Minimum execution time: 32_995_000 picoseconds. + Weight::from_parts(33_365_000, 6196) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -88,8 +88,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `223` // Estimated: `18205` - // Minimum execution time: 72_291_000 picoseconds. - Weight::from_parts(72_898_000, 18205) + // Minimum execution time: 56_568_000 picoseconds. + Weight::from_parts(57_462_000, 18205) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -97,8 +97,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_225_000 picoseconds. - Weight::from_parts(4_328_000, 0) + // Minimum execution time: 4_070_000 picoseconds. + Weight::from_parts(4_200_000, 0) } // Storage: System Account (r:1 w:1) // Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) @@ -106,8 +106,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `52` // Estimated: `3593` - // Minimum execution time: 26_357_000 picoseconds. - Weight::from_parts(26_841_000, 3593) + // Minimum execution time: 24_036_000 picoseconds. + Weight::from_parts(24_587_000, 3593) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -129,8 +129,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `122` // Estimated: `15097` - // Minimum execution time: 50_981_000 picoseconds. - Weight::from_parts(51_488_000, 15097) + // Minimum execution time: 49_836_000 picoseconds. + Weight::from_parts(50_507_000, 15097) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -150,8 +150,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `70` // Estimated: `11244` - // Minimum execution time: 28_333_000 picoseconds. - Weight::from_parts(28_863_000, 11244) + // Minimum execution time: 28_353_000 picoseconds. + Weight::from_parts(29_151_000, 11244) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/xcm/pallet_xcm_benchmarks_generic.rs b/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/xcm/pallet_xcm_benchmarks_generic.rs index 44bd54ab174..f8320dad59b 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/xcm/pallet_xcm_benchmarks_generic.rs @@ -17,27 +17,26 @@ //! Autogenerated weights for `pallet_xcm_benchmarks::generic` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-03-21, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024 // Executed Command: -// target/production/polkadot-parachain +// ./artifacts/polkadot-parachain // benchmark // pallet -// --steps=50 -// --repeat=20 -// --extrinsic=* +// --template=./templates/xcm-bench-template.hbs +// --chain=bridge-hub-polkadot-dev // --execution=wasm // --wasm-execution=compiled -// --heap-pages=4096 -// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/cumulus/.git/.artifacts/bench.json // --pallet=pallet_xcm_benchmarks::generic -// --chain=bridge-hub-polkadot-dev +// --extrinsic=* +// --steps=50 +// --repeat=20 +// --json // --header=./file_header.txt -// --template=./templates/xcm-bench-template.hbs -// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/xcm/ +// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/xcm/pallet_xcm_benchmarks_generic.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -65,8 +64,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `70` // Estimated: `11244` - // Minimum execution time: 47_079_000 picoseconds. - Weight::from_parts(47_477_000, 11244) + // Minimum execution time: 30_983_000 picoseconds. + Weight::from_parts(31_396_000, 11244) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -74,8 +73,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_810_000 picoseconds. - Weight::from_parts(4_856_000, 0) + // Minimum execution time: 2_966_000 picoseconds. + Weight::from_parts(3_066_000, 0) } // Storage: PolkadotXcm Queries (r:1 w:0) // Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured) @@ -83,58 +82,58 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `32` // Estimated: `3497` - // Minimum execution time: 11_148_000 picoseconds. - Weight::from_parts(17_709_000, 3497) + // Minimum execution time: 11_159_000 picoseconds. + Weight::from_parts(11_390_000, 3497) .saturating_add(T::DbWeight::get().reads(1)) } pub fn transact() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 12_942_000 picoseconds. - Weight::from_parts(13_226_000, 0) + // Minimum execution time: 12_987_000 picoseconds. + Weight::from_parts(13_337_000, 0) } pub fn refund_surplus() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_413_000 picoseconds. - Weight::from_parts(3_490_000, 0) + // Minimum execution time: 3_107_000 picoseconds. + Weight::from_parts(3_182_000, 0) } pub fn set_error_handler() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_110_000 picoseconds. - Weight::from_parts(3_144_000, 0) + // Minimum execution time: 2_957_000 picoseconds. + Weight::from_parts(3_022_000, 0) } pub fn set_appendix() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_038_000 picoseconds. - Weight::from_parts(3_118_000, 0) + // Minimum execution time: 2_979_000 picoseconds. + Weight::from_parts(3_088_000, 0) } pub fn clear_error() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_044_000 picoseconds. - Weight::from_parts(4_700_000, 0) + // Minimum execution time: 2_934_000 picoseconds. + Weight::from_parts(2_989_000, 0) } pub fn descend_origin() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_936_000 picoseconds. - Weight::from_parts(4_039_000, 0) + // Minimum execution time: 3_817_000 picoseconds. + Weight::from_parts(3_898_000, 0) } pub fn clear_origin() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_070_000 picoseconds. - Weight::from_parts(3_286_000, 0) + // Minimum execution time: 3_021_000 picoseconds. + Weight::from_parts(3_083_000, 0) } // Storage: ParachainInfo ParachainId (r:1 w:0) // Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -152,8 +151,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `70` // Estimated: `11244` - // Minimum execution time: 25_430_000 picoseconds. - Weight::from_parts(25_714_000, 11244) + // Minimum execution time: 25_036_000 picoseconds. + Weight::from_parts(25_379_000, 11244) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -163,8 +162,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `90` // Estimated: `3555` - // Minimum execution time: 15_180_000 picoseconds. - Weight::from_parts(24_431_000, 3555) + // Minimum execution time: 15_074_000 picoseconds. + Weight::from_parts(15_310_000, 3555) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -172,8 +171,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_682_000 picoseconds. - Weight::from_parts(4_753_000, 0) + // Minimum execution time: 2_996_000 picoseconds. + Weight::from_parts(3_040_000, 0) } // Storage: PolkadotXcm VersionNotifyTargets (r:1 w:1) // Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured) @@ -191,8 +190,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `38` // Estimated: `13098` - // Minimum execution time: 26_337_000 picoseconds. - Weight::from_parts(26_730_000, 13098) + // Minimum execution time: 26_142_000 picoseconds. + Weight::from_parts(26_578_000, 13098) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -202,8 +201,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_260_000 picoseconds. - Weight::from_parts(5_417_000, 0) + // Minimum execution time: 5_216_000 picoseconds. + Weight::from_parts(5_304_000, 0) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: ParachainInfo ParachainId (r:1 w:0) @@ -222,8 +221,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `70` // Estimated: `11244` - // Minimum execution time: 28_590_000 picoseconds. - Weight::from_parts(28_931_000, 11244) + // Minimum execution time: 28_236_000 picoseconds. + Weight::from_parts(28_614_000, 11244) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -231,36 +230,36 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_745_000 picoseconds. - Weight::from_parts(4_853_000, 0) + // Minimum execution time: 4_701_000 picoseconds. + Weight::from_parts(4_783_000, 0) } pub fn expect_asset() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_214_000 picoseconds. - Weight::from_parts(3_276_000, 0) + // Minimum execution time: 3_121_000 picoseconds. + Weight::from_parts(3_177_000, 0) } pub fn expect_origin() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_779_000 picoseconds. - Weight::from_parts(4_824_000, 0) + // Minimum execution time: 3_106_000 picoseconds. + Weight::from_parts(3_343_000, 0) } pub fn expect_error() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_986_000 picoseconds. - Weight::from_parts(3_098_000, 0) + // Minimum execution time: 3_151_000 picoseconds. + Weight::from_parts(3_226_000, 0) } pub fn expect_transact_status() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_272_000 picoseconds. - Weight::from_parts(3_351_000, 0) + // Minimum execution time: 3_362_000 picoseconds. + Weight::from_parts(3_453_000, 0) } // Storage: ParachainInfo ParachainId (r:1 w:0) // Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -278,8 +277,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `70` // Estimated: `11244` - // Minimum execution time: 28_219_000 picoseconds. - Weight::from_parts(28_796_000, 11244) + // Minimum execution time: 30_472_000 picoseconds. + Weight::from_parts(30_906_000, 11244) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -287,8 +286,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_023_000 picoseconds. - Weight::from_parts(5_108_000, 0) + // Minimum execution time: 5_383_000 picoseconds. + Weight::from_parts(5_496_000, 0) } // Storage: ParachainInfo ParachainId (r:1 w:0) // Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -306,8 +305,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `70` // Estimated: `11244` - // Minimum execution time: 25_253_000 picoseconds. - Weight::from_parts(25_685_000, 11244) + // Minimum execution time: 26_946_000 picoseconds. + Weight::from_parts(27_774_000, 11244) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -315,35 +314,35 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_085_000 picoseconds. - Weight::from_parts(3_135_000, 0) + // Minimum execution time: 3_192_000 picoseconds. + Weight::from_parts(3_262_000, 0) } pub fn set_topic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_099_000 picoseconds. - Weight::from_parts(3_147_000, 0) + // Minimum execution time: 3_129_000 picoseconds. + Weight::from_parts(3_199_000, 0) } pub fn clear_topic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_101_000 picoseconds. - Weight::from_parts(3_174_000, 0) + // Minimum execution time: 3_156_000 picoseconds. + Weight::from_parts(3_202_000, 0) } pub fn set_fees_mode() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_034_000 picoseconds. - Weight::from_parts(3_118_000, 0) + // Minimum execution time: 3_114_000 picoseconds. + Weight::from_parts(3_208_000, 0) } pub fn unpaid_execution() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_156_000 picoseconds. - Weight::from_parts(3_254_000, 0) + // Minimum execution time: 3_315_000 picoseconds. + Weight::from_parts(3_374_000, 0) } } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/cumulus_pallet_xcmp_queue.rs b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/cumulus_pallet_xcmp_queue.rs index 5b1d95701e3..638e1354d91 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/cumulus_pallet_xcmp_queue.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `cumulus_pallet_xcmp_queue` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -52,10 +52,10 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn fn set_config_with_u32() -> Weight { // Proof Size summary in bytes: // Measured: `76` - // Estimated: `571` - // Minimum execution time: 4_865 nanoseconds. - Weight::from_parts(5_007_000, 0) - .saturating_add(Weight::from_parts(0, 571)) + // Estimated: `1561` + // Minimum execution time: 5_434_000 picoseconds. + Weight::from_parts(5_663_000, 0) + .saturating_add(Weight::from_parts(0, 1561)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -64,10 +64,10 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn fn set_config_with_weight() -> Weight { // Proof Size summary in bytes: // Measured: `76` - // Estimated: `571` - // Minimum execution time: 4_893 nanoseconds. - Weight::from_parts(5_198_000, 0) - .saturating_add(Weight::from_parts(0, 571)) + // Estimated: `1561` + // Minimum execution time: 5_301_000 picoseconds. + Weight::from_parts(5_415_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/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/frame_system.rs b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/frame_system.rs index 612ff1690fb..ed5e6270415 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/frame_system.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/frame_system.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `frame_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -52,22 +52,22 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_592 nanoseconds. - Weight::from_parts(679_524, 0) + // Minimum execution time: 2_311_000 picoseconds. + Weight::from_parts(2_347_000, 0) .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_parts(367, 0).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(370, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_673 nanoseconds. - Weight::from_parts(6_751_000, 0) + // Minimum execution time: 7_875_000 picoseconds. + Weight::from_parts(7_972_000, 0) .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_715, 0).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_410, 0).saturating_mul(b.into())) } /// Storage: System Digest (r:1 w:1) /// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured) @@ -76,10 +76,10 @@ impl frame_system::WeightInfo for WeightInfo { fn set_heap_pages() -> Weight { // Proof Size summary in bytes: // Measured: `0` - // Estimated: `495` - // Minimum execution time: 3_408 nanoseconds. - Weight::from_parts(3_633_000, 0) - .saturating_add(Weight::from_parts(0, 495)) + // Estimated: `1485` + // Minimum execution time: 4_309_000 picoseconds. + Weight::from_parts(4_457_000, 0) + .saturating_add(Weight::from_parts(0, 1485)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -90,11 +90,11 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_727 nanoseconds. - Weight::from_parts(1_753_000, 0) + // Minimum execution time: 2_526_000 picoseconds. + Weight::from_parts(2_564_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1_876 - .saturating_add(Weight::from_parts(581_935, 0).saturating_mul(i.into())) + // Standard Error: 1_869 + .saturating_add(Weight::from_parts(678_765, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -104,11 +104,11 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_743 nanoseconds. - Weight::from_parts(1_769_000, 0) + // Minimum execution time: 2_526_000 picoseconds. + Weight::from_parts(2_603_000, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 803 - .saturating_add(Weight::from_parts(446_779, 0).saturating_mul(i.into())) + // Standard Error: 899 + .saturating_add(Weight::from_parts(497_948, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -118,11 +118,12 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `68 + p * (69 ±0)` // Estimated: `66 + p * (70 ±0)` - // Minimum execution time: 3_536 nanoseconds. - Weight::from_parts(3_649_000, 0) + // Minimum execution time: 4_280_000 picoseconds. + Weight::from_parts(4_398_000, 0) .saturating_add(Weight::from_parts(0, 66)) - // Standard Error: 949 - .saturating_add(Weight::from_parts(986_632, 0).saturating_mul(p.into())) + // Standard Error: 1_108 + .saturating_add(Weight::from_parts(1_011_188, 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/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_balances.rs b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_balances.rs index 3ad0900fe98..9b6cb8b0ff0 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_balances.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_balances.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `pallet_balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -51,11 +51,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `1314` - // Estimated: `2603` - // Minimum execution time: 47_893 nanoseconds. - Weight::from_parts(48_384_000, 0) - .saturating_add(Weight::from_parts(0, 2603)) + // Measured: `0` + // Estimated: `3593` + // Minimum execution time: 35_746_000 picoseconds. + Weight::from_parts(36_167_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -63,11 +63,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_keep_alive() -> Weight { // Proof Size summary in bytes: - // Measured: `1198` - // Estimated: `2603` - // Minimum execution time: 35_027 nanoseconds. - Weight::from_parts(35_675_000, 0) - .saturating_add(Weight::from_parts(0, 2603)) + // Measured: `0` + // Estimated: `3593` + // Minimum execution time: 26_301_000 picoseconds. + Weight::from_parts(26_847_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -75,11 +75,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn set_balance_creating() -> Weight { // Proof Size summary in bytes: - // Measured: `1348` - // Estimated: `2603` - // Minimum execution time: 26_009 nanoseconds. - Weight::from_parts(26_448_000, 0) - .saturating_add(Weight::from_parts(0, 2603)) + // Measured: `174` + // Estimated: `3593` + // Minimum execution time: 16_073_000 picoseconds. + Weight::from_parts(16_292_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -87,11 +87,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn set_balance_killing() -> Weight { // Proof Size summary in bytes: - // Measured: `1348` - // Estimated: `2603` - // Minimum execution time: 30_006 nanoseconds. - Weight::from_parts(30_501_000, 0) - .saturating_add(Weight::from_parts(0, 2603)) + // Measured: `174` + // Estimated: `3593` + // Minimum execution time: 19_589_000 picoseconds. + Weight::from_parts(20_034_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -99,11 +99,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn force_transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `1310` - // Estimated: `5206` - // Minimum execution time: 46_787 nanoseconds. - Weight::from_parts(47_700_000, 0) - .saturating_add(Weight::from_parts(0, 5206)) + // Measured: `103` + // Estimated: `6196` + // Minimum execution time: 37_416_000 picoseconds. + Weight::from_parts(37_894_000, 0) + .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -111,11 +111,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_all() -> Weight { // Proof Size summary in bytes: - // Measured: `1198` - // Estimated: `2603` - // Minimum execution time: 43_890 nanoseconds. - Weight::from_parts(44_914_000, 0) - .saturating_add(Weight::from_parts(0, 2603)) + // Measured: `0` + // Estimated: `3593` + // Minimum execution time: 32_565_000 picoseconds. + Weight::from_parts(33_087_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -123,11 +123,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn force_unreserve() -> Weight { // Proof Size summary in bytes: - // Measured: `1232` - // Estimated: `2603` - // Minimum execution time: 26_785 nanoseconds. - Weight::from_parts(27_404_000, 0) - .saturating_add(Weight::from_parts(0, 2603)) + // Measured: `174` + // Estimated: `3593` + // Minimum execution time: 15_291_000 picoseconds. + Weight::from_parts(15_614_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_collator_selection.rs b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_collator_selection.rs index dcf8f3170b5..cf4ee2028f7 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_collator_selection.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_collator_selection.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `pallet_collator_selection` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -55,12 +55,12 @@ impl pallet_collator_selection::WeightInfo for WeightIn fn set_invulnerables(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `214 + b * (78 ±0)` - // Estimated: `213 + b * (2554 ±0)` - // Minimum execution time: 14_254 nanoseconds. - Weight::from_parts(15_028_628, 0) - .saturating_add(Weight::from_parts(0, 213)) - // Standard Error: 3_094 - .saturating_add(Weight::from_parts(2_490_219, 0).saturating_mul(b.into())) + // Estimated: `1203 + b * (2554 ±0)` + // Minimum execution time: 14_833_000 picoseconds. + Weight::from_parts(15_349_415, 0) + .saturating_add(Weight::from_parts(0, 1203)) + // Standard Error: 3_477 + .saturating_add(Weight::from_parts(2_639_530, 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())) @@ -71,8 +71,8 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_548 nanoseconds. - Weight::from_parts(6_775_000, 0) + // Minimum execution time: 7_190_000 picoseconds. + Weight::from_parts(7_558_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -82,8 +82,8 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_922 nanoseconds. - Weight::from_parts(7_184_000, 0) + // Minimum execution time: 7_435_000 picoseconds. + Weight::from_parts(7_790_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -102,13 +102,13 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// The range of component `c` is `[1, 999]`. fn register_as_candidate(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1167 + c * (48 ±0)` - // Estimated: `56785 + c * (49 ±0)` - // Minimum execution time: 35_329 nanoseconds. - Weight::from_parts(27_879_325, 0) - .saturating_add(Weight::from_parts(0, 56785)) - // Standard Error: 1_269 - .saturating_add(Weight::from_parts(108_458, 0).saturating_mul(c.into())) + // Measured: `1104 + c * (48 ±0)` + // Estimated: `61672 + c * (49 ±0)` + // Minimum execution time: 38_999_000 picoseconds. + Weight::from_parts(31_254_595, 0) + .saturating_add(Weight::from_parts(0, 61672)) + // Standard Error: 1_266 + .saturating_add(Weight::from_parts(108_612, 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())) @@ -120,13 +120,13 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// The range of component `c` is `[6, 1000]`. fn leave_intent(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `503 + c * (48 ±0)` - // Estimated: `48497` - // Minimum execution time: 27_322 nanoseconds. - Weight::from_parts(16_354_913, 0) - .saturating_add(Weight::from_parts(0, 48497)) - // Standard Error: 1_399 - .saturating_add(Weight::from_parts(108_840, 0).saturating_mul(c.into())) + // Measured: `428 + c * (48 ±0)` + // Estimated: `49487` + // Minimum execution time: 29_894_000 picoseconds. + Weight::from_parts(19_491_329, 0) + .saturating_add(Weight::from_parts(0, 49487)) + // Standard Error: 1_328 + .saturating_add(Weight::from_parts(109_217, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -138,11 +138,11 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) fn note_author() -> Weight { // Proof Size summary in bytes: - // Measured: `187` - // Estimated: `5749` - // Minimum execution time: 26_074 nanoseconds. - Weight::from_parts(26_574_000, 0) - .saturating_add(Weight::from_parts(0, 5749)) + // Measured: `155` + // Estimated: `7729` + // Minimum execution time: 29_666_000 picoseconds. + Weight::from_parts(30_017_000, 0) + .saturating_add(Weight::from_parts(0, 7729)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -160,18 +160,18 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// The range of component `c` is `[1, 1000]`. fn new_session(r: u32, c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `22878 + r * (148 ±0) + c * (97 ±0)` - // Estimated: `52737 + r * (2602 ±0) + c * (2519 ±0)` - // Minimum execution time: 15_727 nanoseconds. - Weight::from_parts(16_001_000, 0) - .saturating_add(Weight::from_parts(0, 52737)) - // Standard Error: 792_964 - .saturating_add(Weight::from_parts(28_827_951, 0).saturating_mul(c.into())) + // Measured: `22815 + r * (116 ±0) + c * (97 ±0)` + // Estimated: `56697 + r * (2602 ±0) + c * (2520 ±0)` + // Minimum execution time: 17_009_000 picoseconds. + Weight::from_parts(17_119_000, 0) + .saturating_add(Weight::from_parts(0, 56697)) + // Standard Error: 839_085 + .saturating_add(Weight::from_parts(30_312_617, 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)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) .saturating_add(Weight::from_parts(0, 2602).saturating_mul(r.into())) - .saturating_add(Weight::from_parts(0, 2519).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 2520).saturating_mul(c.into())) } } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_multisig.rs b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_multisig.rs index c39e4a6bd31..df58cf7952a 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_multisig.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_multisig.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `pallet_multisig` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -52,11 +52,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_903 nanoseconds. - Weight::from_parts(12_398_025, 0) + // Minimum execution time: 12_203_000 picoseconds. + Weight::from_parts(12_687_394, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 1 - .saturating_add(Weight::from_parts(550, 0).saturating_mul(z.into())) + // Standard Error: 2 + .saturating_add(Weight::from_parts(556, 0).saturating_mul(z.into())) } /// Storage: Multisig Multisigs (r:1 w:1) /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) @@ -64,15 +64,15 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_create(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `314 + s * (2 ±0)` - // Estimated: `5821` - // Minimum execution time: 35_780 nanoseconds. - Weight::from_parts(29_310_705, 0) - .saturating_add(Weight::from_parts(0, 5821)) - // Standard Error: 602 - .saturating_add(Weight::from_parts(70_837, 0).saturating_mul(s.into())) - // Standard Error: 5 - .saturating_add(Weight::from_parts(1_545, 0).saturating_mul(z.into())) + // Measured: `263 + s * (2 ±0)` + // Estimated: `6811` + // Minimum execution time: 37_793_000 picoseconds. + Weight::from_parts(32_841_866, 0) + .saturating_add(Weight::from_parts(0, 6811)) + // Standard Error: 973 + .saturating_add(Weight::from_parts(64_271, 0).saturating_mul(s.into())) + // Standard Error: 9 + .saturating_add(Weight::from_parts(1_189, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -82,15 +82,15 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_approve(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `313` - // Estimated: `5821` - // Minimum execution time: 26_552 nanoseconds. - Weight::from_parts(19_998_713, 0) - .saturating_add(Weight::from_parts(0, 5821)) - // Standard Error: 711 - .saturating_add(Weight::from_parts(72_463, 0).saturating_mul(s.into())) - // Standard Error: 6 - .saturating_add(Weight::from_parts(1_573, 0).saturating_mul(z.into())) + // Measured: `282` + // Estimated: `6811` + // Minimum execution time: 27_835_000 picoseconds. + Weight::from_parts(22_419_199, 0) + .saturating_add(Weight::from_parts(0, 6811)) + // Standard Error: 535 + .saturating_add(Weight::from_parts(59_729, 0).saturating_mul(s.into())) + // Standard Error: 5 + .saturating_add(Weight::from_parts(1_259, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -102,15 +102,15 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_complete(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `451 + s * (33 ±0)` - // Estimated: `8424` - // Minimum execution time: 40_836 nanoseconds. - Weight::from_parts(32_275_692, 0) - .saturating_add(Weight::from_parts(0, 8424)) - // Standard Error: 673 - .saturating_add(Weight::from_parts(92_895, 0).saturating_mul(s.into())) - // Standard Error: 6 - .saturating_add(Weight::from_parts(1_569, 0).saturating_mul(z.into())) + // Measured: `388 + s * (33 ±0)` + // Estimated: `10404` + // Minimum execution time: 43_060_000 picoseconds. + Weight::from_parts(36_326_276, 0) + .saturating_add(Weight::from_parts(0, 10404)) + // Standard Error: 497 + .saturating_add(Weight::from_parts(76_443, 0).saturating_mul(s.into())) + // Standard Error: 4 + .saturating_add(Weight::from_parts(1_257, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,13 +119,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. fn approve_as_multi_create(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `321 + s * (2 ±0)` - // Estimated: `5821` - // Minimum execution time: 26_440 nanoseconds. - Weight::from_parts(27_434_937, 0) - .saturating_add(Weight::from_parts(0, 5821)) - // Standard Error: 725 - .saturating_add(Weight::from_parts(80_283, 0).saturating_mul(s.into())) + // Measured: `263 + s * (2 ±0)` + // Estimated: `6811` + // Minimum execution time: 29_242_000 picoseconds. + Weight::from_parts(30_673_516, 0) + .saturating_add(Weight::from_parts(0, 6811)) + // Standard Error: 651 + .saturating_add(Weight::from_parts(67_820, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -134,13 +134,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. fn approve_as_multi_approve(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `313` - // Estimated: `5821` - // Minimum execution time: 17_335 nanoseconds. - Weight::from_parts(18_873_349, 0) - .saturating_add(Weight::from_parts(0, 5821)) - // Standard Error: 490 - .saturating_add(Weight::from_parts(74_017, 0).saturating_mul(s.into())) + // Measured: `282` + // Estimated: `6811` + // Minimum execution time: 19_344_000 picoseconds. + Weight::from_parts(20_956_909, 0) + .saturating_add(Weight::from_parts(0, 6811)) + // Standard Error: 781 + .saturating_add(Weight::from_parts(65_374, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -149,13 +149,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. fn cancel_as_multi(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `517 + s * (1 ±0)` - // Estimated: `5821` - // Minimum execution time: 26_731 nanoseconds. - Weight::from_parts(28_534_422, 0) - .saturating_add(Weight::from_parts(0, 5821)) - // Standard Error: 740 - .saturating_add(Weight::from_parts(78_223, 0).saturating_mul(s.into())) + // Measured: `454 + s * (1 ±0)` + // Estimated: `6811` + // Minimum execution time: 30_222_000 picoseconds. + Weight::from_parts(31_457_558, 0) + .saturating_add(Weight::from_parts(0, 6811)) + // Standard Error: 648 + .saturating_add(Weight::from_parts(67_068, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_session.rs b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_session.rs index 136f7ec532e..67883fab331 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_session.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_session.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `pallet_session` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -54,10 +54,10 @@ impl pallet_session::WeightInfo for WeightInfo { fn set_keys() -> Weight { // Proof Size summary in bytes: // Measured: `297` - // Estimated: `5544` - // Minimum execution time: 15_721 nanoseconds. - Weight::from_parts(16_081_000, 0) - .saturating_add(Weight::from_parts(0, 5544)) + // Estimated: `7524` + // Minimum execution time: 17_590_000 picoseconds. + Weight::from_parts(18_134_000, 0) + .saturating_add(Weight::from_parts(0, 7524)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -68,10 +68,10 @@ impl pallet_session::WeightInfo for WeightInfo { fn purge_keys() -> Weight { // Proof Size summary in bytes: // Measured: `279` - // Estimated: `3033` - // Minimum execution time: 12_031 nanoseconds. - Weight::from_parts(12_339_000, 0) - .saturating_add(Weight::from_parts(0, 3033)) + // Estimated: `4023` + // Minimum execution time: 13_479_000 picoseconds. + Weight::from_parts(13_956_000, 0) + .saturating_add(Weight::from_parts(0, 4023)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_timestamp.rs b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_timestamp.rs index d3db098c7f7..7be7f6691f0 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_timestamp.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_timestamp.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `pallet_timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -54,10 +54,10 @@ impl pallet_timestamp::WeightInfo for WeightInfo { fn set() -> Weight { // Proof Size summary in bytes: // Measured: `49` - // Estimated: `1006` - // Minimum execution time: 7_216 nanoseconds. - Weight::from_parts(7_445_000, 0) - .saturating_add(Weight::from_parts(0, 1006)) + // Estimated: `2986` + // Minimum execution time: 7_610_000 picoseconds. + Weight::from_parts(7_887_000, 0) + .saturating_add(Weight::from_parts(0, 2986)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -65,8 +65,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `57` // Estimated: `0` - // Minimum execution time: 3_181 nanoseconds. - Weight::from_parts(3_322_000, 0) + // Minimum execution time: 3_100_000 picoseconds. + Weight::from_parts(3_180_000, 0) .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_utility.rs b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_utility.rs index ad7c0b79161..2420a70d1fb 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_utility.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_utility.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `pallet_utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -52,18 +52,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_179 nanoseconds. - Weight::from_parts(19_315_482, 0) + // Minimum execution time: 7_051_000 picoseconds. + Weight::from_parts(10_722_806, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 3_383 - .saturating_add(Weight::from_parts(4_126_811, 0).saturating_mul(c.into())) + // Standard Error: 4_213 + .saturating_add(Weight::from_parts(4_992_366, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_474 nanoseconds. - Weight::from_parts(4_666_000, 0) + // Minimum execution time: 5_831_000 picoseconds. + Weight::from_parts(6_014_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. @@ -71,18 +71,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_210 nanoseconds. - Weight::from_parts(12_190_913, 0) + // Minimum execution time: 7_394_000 picoseconds. + Weight::from_parts(15_396_332, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 2_328 - .saturating_add(Weight::from_parts(4_370_533, 0).saturating_mul(c.into())) + // Standard Error: 3_533 + .saturating_add(Weight::from_parts(5_302_383, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_194 nanoseconds. - Weight::from_parts(8_300_000, 0) + // Minimum execution time: 9_730_000 picoseconds. + Weight::from_parts(9_988_000, 0) .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. @@ -90,10 +90,10 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_207 nanoseconds. - Weight::from_parts(9_704_236, 0) + // Minimum execution time: 7_395_000 picoseconds. + Weight::from_parts(14_933_943, 0) .saturating_add(Weight::from_parts(0, 0)) - // Standard Error: 4_155 - .saturating_add(Weight::from_parts(4_130_222, 0).saturating_mul(c.into())) + // Standard Error: 3_208 + .saturating_add(Weight::from_parts(4_963_051, 0).saturating_mul(c.into())) } } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_xcm.rs b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_xcm.rs index d640aa27a07..6472867bfbc 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_xcm.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_xcm.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Parity Technologies (UK) Ltd. +// Copyright Parity Technologies (UK) Ltd. // This file is part of Cumulus. // Cumulus is free software: you can redistribute it and/or modify @@ -17,9 +17,9 @@ //! Autogenerated weights for `pallet_xcm` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024 // Executed Command: @@ -60,10 +60,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn send() -> Weight { // Proof Size summary in bytes: // Measured: `38` - // Estimated: `4645` - // Minimum execution time: 25_656 nanoseconds. - Weight::from_parts(25_942_000, 0) - .saturating_add(Weight::from_parts(0, 4645)) + // Estimated: `9595` + // Minimum execution time: 27_429_000 picoseconds. + Weight::from_parts(28_626_000, 0) + .saturating_add(Weight::from_parts(0, 9595)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -72,10 +72,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn teleport_assets() -> Weight { // Proof Size summary in bytes: // Measured: `32` - // Estimated: `499` - // Minimum execution time: 26_559 nanoseconds. - Weight::from_parts(27_040_000, 0) - .saturating_add(Weight::from_parts(0, 499)) + // Estimated: `1489` + // Minimum execution time: 27_626_000 picoseconds. + Weight::from_parts(28_561_000, 0) + .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: Benchmark Override (r:0 w:0) @@ -84,7 +84,7 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 18_446_744_073_709_551 nanoseconds. + // Minimum execution time: 18_446_744_073_709_551_000 picoseconds. Weight::from_parts(18_446_744_073_709_551_000, 0) .saturating_add(Weight::from_parts(0, 0)) } @@ -94,7 +94,7 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 18_446_744_073_709_551 nanoseconds. + // Minimum execution time: 18_446_744_073_709_551_000 picoseconds. Weight::from_parts(18_446_744_073_709_551_000, 0) .saturating_add(Weight::from_parts(0, 0)) } @@ -104,8 +104,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_204 nanoseconds. - Weight::from_parts(9_400_000, 0) + // Minimum execution time: 10_264_000 picoseconds. + Weight::from_parts(10_601_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -115,8 +115,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_652 nanoseconds. - Weight::from_parts(2_790_000, 0) + // Minimum execution time: 3_218_000 picoseconds. + Weight::from_parts(3_311_000, 0) .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -139,10 +139,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn force_subscribe_version_notify() -> Weight { // Proof Size summary in bytes: // Measured: `38` - // Estimated: `7729` - // Minimum execution time: 29_636 nanoseconds. - Weight::from_parts(30_041_000, 0) - .saturating_add(Weight::from_parts(0, 7729)) + // Estimated: `14659` + // Minimum execution time: 33_037_000 picoseconds. + Weight::from_parts(33_559_000, 0) + .saturating_add(Weight::from_parts(0, 14659)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -163,10 +163,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn force_unsubscribe_version_notify() -> Weight { // Proof Size summary in bytes: // Measured: `220` - // Estimated: `8470` - // Minimum execution time: 31_854 nanoseconds. - Weight::from_parts(32_416_000, 0) - .saturating_add(Weight::from_parts(0, 8470)) + // Estimated: `14410` + // Minimum execution time: 34_280_000 picoseconds. + Weight::from_parts(34_943_000, 0) + .saturating_add(Weight::from_parts(0, 14410)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -175,10 +175,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn migrate_supported_version() -> Weight { // Proof Size summary in bytes: // Measured: `95` - // Estimated: `9995` - // Minimum execution time: 13_994 nanoseconds. - Weight::from_parts(14_361_000, 0) - .saturating_add(Weight::from_parts(0, 9995)) + // Estimated: `10985` + // Minimum execution time: 15_106_000 picoseconds. + Weight::from_parts(15_383_000, 0) + .saturating_add(Weight::from_parts(0, 10985)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -187,10 +187,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn migrate_version_notifiers() -> Weight { // Proof Size summary in bytes: // Measured: `99` - // Estimated: `9999` - // Minimum execution time: 14_337 nanoseconds. - Weight::from_parts(14_651_000, 0) - .saturating_add(Weight::from_parts(0, 9999)) + // Estimated: `10989` + // Minimum execution time: 15_129_000 picoseconds. + Weight::from_parts(15_489_000, 0) + .saturating_add(Weight::from_parts(0, 10989)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -199,10 +199,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn already_notified_target() -> Weight { // Proof Size summary in bytes: // Measured: `106` - // Estimated: `12481` - // Minimum execution time: 15_624 nanoseconds. - Weight::from_parts(15_936_000, 0) - .saturating_add(Weight::from_parts(0, 12481)) + // Estimated: `13471` + // Minimum execution time: 15_526_000 picoseconds. + Weight::from_parts(15_778_000, 0) + .saturating_add(Weight::from_parts(0, 13471)) .saturating_add(T::DbWeight::get().reads(5)) } /// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1) @@ -220,10 +220,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn notify_current_targets() -> Weight { // Proof Size summary in bytes: // Measured: `106` - // Estimated: `10041` - // Minimum execution time: 26_774 nanoseconds. - Weight::from_parts(27_140_000, 0) - .saturating_add(Weight::from_parts(0, 10041)) + // Estimated: `15981` + // Minimum execution time: 29_457_000 picoseconds. + Weight::from_parts(29_970_000, 0) + .saturating_add(Weight::from_parts(0, 15981)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -232,10 +232,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn notify_target_migration_fail() -> Weight { // Proof Size summary in bytes: // Measured: `136` - // Estimated: `7561` - // Minimum execution time: 7_233 nanoseconds. - Weight::from_parts(7_487_000, 0) - .saturating_add(Weight::from_parts(0, 7561)) + // Estimated: `8551` + // Minimum execution time: 8_264_000 picoseconds. + Weight::from_parts(8_518_000, 0) + .saturating_add(Weight::from_parts(0, 8551)) .saturating_add(T::DbWeight::get().reads(3)) } /// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2) @@ -243,10 +243,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn migrate_version_notify_targets() -> Weight { // Proof Size summary in bytes: // Measured: `106` - // Estimated: `10006` - // Minimum execution time: 14_801 nanoseconds. - Weight::from_parts(15_090_000, 0) - .saturating_add(Weight::from_parts(0, 10006)) + // Estimated: `10996` + // Minimum execution time: 15_633_000 picoseconds. + Weight::from_parts(16_006_000, 0) + .saturating_add(Weight::from_parts(0, 10996)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -265,10 +265,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn migrate_and_notify_old_targets() -> Weight { // Proof Size summary in bytes: // Measured: `112` - // Estimated: `15027` - // Minimum execution time: 32_613 nanoseconds. - Weight::from_parts(32_978_000, 0) - .saturating_add(Weight::from_parts(0, 15027)) + // Estimated: `20967` + // Minimum execution time: 35_849_000 picoseconds. + Weight::from_parts(36_545_000, 0) + .saturating_add(Weight::from_parts(0, 20967)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs index 36bcef1cc4a..731111e358e 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs @@ -19,24 +19,24 @@ //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev //! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024 // Executed Command: -// ./target/production/polkadot-parachain +// ./artifacts/polkadot-parachain // benchmark // pallet -// --steps=50 -// --repeat=20 -// --extrinsic= +// --template=./templates/xcm-bench-template.hbs +// --chain=bridge-hub-rococo-dev // --execution=wasm // --wasm-execution=compiled -// --heap-pages=4096 // --pallet=pallet_xcm_benchmarks::fungible -// --chain=bridge-hub-rococo-dev +// --extrinsic=* +// --steps=50 +// --repeat=20 +// --json // --header=./file_header.txt -// --template=./templates/xcm-bench-template.hbs -// --output=./parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/xcm/ +// --output=./parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -54,8 +54,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `101` // Estimated: `3593` - // Minimum execution time: 22_222_000 picoseconds. - Weight::from_parts(22_591_000, 3593) + // Minimum execution time: 21_045_000 picoseconds. + Weight::from_parts(21_781_000, 3593) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -65,8 +65,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `153` // Estimated: `6196` - // Minimum execution time: 47_612_000 picoseconds. - Weight::from_parts(48_901_000, 6196) + // Minimum execution time: 33_123_000 picoseconds. + Weight::from_parts(33_378_000, 6196) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -88,8 +88,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `223` // Estimated: `18205` - // Minimum execution time: 72_062_000 picoseconds. - Weight::from_parts(73_077_000, 18205) + // Minimum execution time: 57_689_000 picoseconds. + Weight::from_parts(58_320_000, 18205) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -97,8 +97,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_363_000 picoseconds. - Weight::from_parts(4_430_000, 0) + // Minimum execution time: 4_838_000 picoseconds. + Weight::from_parts(4_906_000, 0) } // Storage: System Account (r:1 w:1) // Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) @@ -106,8 +106,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `52` // Estimated: `3593` - // Minimum execution time: 26_314_000 picoseconds. - Weight::from_parts(26_624_000, 3593) + // Minimum execution time: 25_197_000 picoseconds. + Weight::from_parts(25_562_000, 3593) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -129,8 +129,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `122` // Estimated: `15097` - // Minimum execution time: 51_846_000 picoseconds. - Weight::from_parts(52_430_000, 15097) + // Minimum execution time: 52_159_000 picoseconds. + Weight::from_parts(52_637_000, 15097) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -150,8 +150,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `70` // Estimated: `11244` - // Minimum execution time: 28_548_000 picoseconds. - Weight::from_parts(28_880_000, 11244) + // Minimum execution time: 30_471_000 picoseconds. + Weight::from_parts(31_112_000, 11244) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/xcm/pallet_xcm_benchmarks_generic.rs b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/xcm/pallet_xcm_benchmarks_generic.rs index d3df54c32e5..8572163a52b 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/xcm/pallet_xcm_benchmarks_generic.rs @@ -19,24 +19,24 @@ //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev //! DATE: 2023-03-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024 // Executed Command: -// ./target/production/polkadot-parachain +// ./artifacts/polkadot-parachain // benchmark // pallet -// --steps=50 -// --repeat=20 -// --extrinsic= +// --template=./templates/xcm-bench-template.hbs +// --chain=bridge-hub-rococo-dev // --execution=wasm // --wasm-execution=compiled -// --heap-pages=4096 // --pallet=pallet_xcm_benchmarks::generic -// --chain=bridge-hub-rococo-dev +// --extrinsic=* +// --steps=50 +// --repeat=20 +// --json // --header=./file_header.txt -// --template=./templates/xcm-bench-template.hbs -// --output=./parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/xcm/ +// --output=./parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/xcm/pallet_xcm_benchmarks_generic.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -64,8 +64,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `70` // Estimated: `11244` - // Minimum execution time: 32_220_000 picoseconds. - Weight::from_parts(32_574_000, 11244) + // Minimum execution time: 34_238_000 picoseconds. + Weight::from_parts(34_851_000, 11244) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -73,8 +73,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_996_000 picoseconds. - Weight::from_parts(3_070_000, 0) + // Minimum execution time: 3_358_000 picoseconds. + Weight::from_parts(3_437_000, 0) } // Storage: PolkadotXcm Queries (r:1 w:0) // Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured) @@ -82,58 +82,58 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `32` // Estimated: `3497` - // Minimum execution time: 11_181_000 picoseconds. - Weight::from_parts(11_426_000, 3497) + // Minimum execution time: 11_623_000 picoseconds. + Weight::from_parts(11_814_000, 3497) .saturating_add(T::DbWeight::get().reads(1)) } pub fn transact() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 13_273_000 picoseconds. - Weight::from_parts(13_574_000, 0) + // Minimum execution time: 13_934_000 picoseconds. + Weight::from_parts(14_111_000, 0) } pub fn refund_surplus() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_283_000 picoseconds. - Weight::from_parts(3_387_000, 0) + // Minimum execution time: 3_562_000 picoseconds. + Weight::from_parts(3_689_000, 0) } pub fn set_error_handler() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_008_000 picoseconds. - Weight::from_parts(3_062_000, 0) + // Minimum execution time: 3_280_000 picoseconds. + Weight::from_parts(3_345_000, 0) } pub fn set_appendix() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_901_000 picoseconds. - Weight::from_parts(2_989_000, 0) + // Minimum execution time: 3_243_000 picoseconds. + Weight::from_parts(3_335_000, 0) } pub fn clear_error() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_924_000 picoseconds. - Weight::from_parts(3_008_000, 0) + // Minimum execution time: 3_280_000 picoseconds. + Weight::from_parts(3_347_000, 0) } pub fn descend_origin() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_820_000 picoseconds. - Weight::from_parts(3_887_000, 0) + // Minimum execution time: 4_270_000 picoseconds. + Weight::from_parts(4_358_000, 0) } pub fn clear_origin() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_939_000 picoseconds. - Weight::from_parts(3_004_000, 0) + // Minimum execution time: 3_245_000 picoseconds. + Weight::from_parts(3_320_000, 0) } // Storage: ParachainInfo ParachainId (r:1 w:0) // Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -151,8 +151,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `70` // Estimated: `11244` - // Minimum execution time: 25_166_000 picoseconds. - Weight::from_parts(25_591_000, 11244) + // Minimum execution time: 26_653_000 picoseconds. + Weight::from_parts(27_139_000, 11244) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -162,8 +162,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `90` // Estimated: `3555` - // Minimum execution time: 15_169_000 picoseconds. - Weight::from_parts(15_391_000, 3555) + // Minimum execution time: 15_478_000 picoseconds. + Weight::from_parts(15_763_000, 3555) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -171,8 +171,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_909_000 picoseconds. - Weight::from_parts(3_048_000, 0) + // Minimum execution time: 3_237_000 picoseconds. + Weight::from_parts(3_314_000, 0) } // Storage: PolkadotXcm VersionNotifyTargets (r:1 w:1) // Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured) @@ -190,8 +190,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `38` // Estimated: `13098` - // Minimum execution time: 26_031_000 picoseconds. - Weight::from_parts(26_630_000, 13098) + // Minimum execution time: 29_098_000 picoseconds. + Weight::from_parts(29_368_000, 13098) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -201,8 +201,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_011_000 picoseconds. - Weight::from_parts(5_237_000, 0) + // Minimum execution time: 6_253_000 picoseconds. + Weight::from_parts(6_467_000, 0) .saturating_add(T::DbWeight::get().writes(1)) } // Storage: ParachainInfo ParachainId (r:1 w:0) @@ -221,8 +221,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `70` // Estimated: `11244` - // Minimum execution time: 28_361_000 picoseconds. - Weight::from_parts(28_811_000, 11244) + // Minimum execution time: 35_061_000 picoseconds. + Weight::from_parts(35_510_000, 11244) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -230,36 +230,36 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_542_000 picoseconds. - Weight::from_parts(4_636_000, 0) + // Minimum execution time: 6_154_000 picoseconds. + Weight::from_parts(6_266_000, 0) } pub fn expect_asset() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_041_000 picoseconds. - Weight::from_parts(3_123_000, 0) + // Minimum execution time: 4_009_000 picoseconds. + Weight::from_parts(4_088_000, 0) } pub fn expect_origin() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_004_000 picoseconds. - Weight::from_parts(3_103_000, 0) + // Minimum execution time: 3_873_000 picoseconds. + Weight::from_parts(3_996_000, 0) } pub fn expect_error() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_976_000 picoseconds. - Weight::from_parts(3_033_000, 0) + // Minimum execution time: 3_759_000 picoseconds. + Weight::from_parts(3_820_000, 0) } pub fn expect_transact_status() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_116_000 picoseconds. - Weight::from_parts(3_196_000, 0) + // Minimum execution time: 3_985_000 picoseconds. + Weight::from_parts(4_132_000, 0) } // Storage: ParachainInfo ParachainId (r:1 w:0) // Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -277,8 +277,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `70` // Estimated: `11244` - // Minimum execution time: 28_513_000 picoseconds. - Weight::from_parts(28_839_000, 11244) + // Minimum execution time: 34_686_000 picoseconds. + Weight::from_parts(35_233_000, 11244) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -286,8 +286,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_977_000 picoseconds. - Weight::from_parts(5_091_000, 0) + // Minimum execution time: 6_129_000 picoseconds. + Weight::from_parts(6_244_000, 0) } // Storage: ParachainInfo ParachainId (r:1 w:0) // Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -305,8 +305,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `70` // Estimated: `11244` - // Minimum execution time: 25_256_000 picoseconds. - Weight::from_parts(25_827_000, 11244) + // Minimum execution time: 31_502_000 picoseconds. + Weight::from_parts(32_131_000, 11244) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -314,35 +314,35 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_979_000 picoseconds. - Weight::from_parts(3_078_000, 0) + // Minimum execution time: 3_747_000 picoseconds. + Weight::from_parts(3_832_000, 0) } pub fn set_topic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_939_000 picoseconds. - Weight::from_parts(3_000_000, 0) + // Minimum execution time: 3_825_000 picoseconds. + Weight::from_parts(3_857_000, 0) } pub fn clear_topic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_832_000 picoseconds. - Weight::from_parts(2_910_000, 0) + // Minimum execution time: 3_777_000 picoseconds. + Weight::from_parts(3_868_000, 0) } pub fn set_fees_mode() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_901_000 picoseconds. - Weight::from_parts(2_977_000, 0) + // Minimum execution time: 3_710_000 picoseconds. + Weight::from_parts(3_820_000, 0) } pub fn unpaid_execution() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_031_000 picoseconds. - Weight::from_parts(3_128_000, 0) + // Minimum execution time: 3_876_000 picoseconds. + Weight::from_parts(4_012_000, 0) } }