From 17fe1b17f7d2d70167ca519c09f130d75256b977 Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Wed, 27 Mar 2024 17:05:05 +0100 Subject: [PATCH] Fresh weights for `pallet_treasury` and `pallet_asset_conversion` for 1.2.0 release (#256) Chain specs are based on the commit: bc9491d23078efce52c0b78bb1b1e3186817b4c1: - [X] Does not require a CHANGELOG entry ## The comparison of this branch with `main` ### Polkadot Just small changes, I had to adjust the threshold from the default 5 to 0.1 to see the changes. ``` subweight compare commits \ --path-pattern "./relay/polkadot/**/weights/**/*.rs" \ --format markdown --no-color \ --change added changed \ --method asymptotic --ignore-errors --threshold 0.1 \ remotes/polkadot-fellows/main \ origin/bko-weights ``` | File | Extrinsic | Old | New | Change [%] | |-----------------------------------------------|-------------------------|----------|----------|------------| | relay/polkadot/src/weights/pallet_treasury.rs | approve_proposal | 168.49us | 169.27us | +0.46 | | relay/polkadot/src/weights/pallet_treasury.rs | spend | 266.62us | 267.67us | +0.39 | | relay/polkadot/src/weights/pallet_treasury.rs | on_initialize_proposals | 40.67ms | 40.73ms | +0.13 | | relay/polkadot/src/weights/pallet_treasury.rs | check_status | 271.60us | 270.88us | -0.26 | ### Kusama Just small changes, I had to adjust the threshold from the default 5 to 0.1 to see the changes. ``` subweight compare commits \ --path-pattern "./relay/kusama/**/weights/**/*.rs" \ --format markdown --no-color \ --change added changed \ --method asymptotic --ignore-errors --threshold 0.1 \ remotes/polkadot-fellows/main \ origin/bko-weights ``` | File | Extrinsic | Old | New | Change [%] | |---------------------------------------------|-------------------------|----------|----------|------------| | relay/kusama/src/weights/pallet_treasury.rs | spend | 266.81us | 267.89us | +0.40 | | relay/kusama/src/weights/pallet_treasury.rs | approve_proposal | 170.40us | 170.81us | +0.24 | | relay/kusama/src/weights/pallet_treasury.rs | propose_spend | 246.66us | 246.27us | -0.16 | | relay/kusama/src/weights/pallet_treasury.rs | on_initialize_proposals | 40.95ms | 40.88ms | -0.18 | | relay/kusama/src/weights/pallet_treasury.rs | reject_proposal | 286.94us | 284.91us | -0.71 | ### Collectives-polkadot Just small changes, I had to adjust the threshold from the default 5 to 0.1 to see the changes. ``` subweight compare commits \ --path-pattern "./system-parachains/collectives/collectives-polkadot/**/weights/**/*.rs" \ --format markdown --no-color \ --change added changed \ --method asymptotic --ignore-errors --threshold 0.1 \ remotes/polkadot-fellows/main \ origin/bko-weights ``` | File | Extrinsic | Old | New | Change [%] | |-----------------------------------------------------------------------------------|------------------|----------|----------|------------| | system-parachains/collectives/collectives-polkadot/src/weights/pallet_treasury.rs | spend | 266.11us | 267.90us | +0.67 | | system-parachains/collectives/collectives-polkadot/src/weights/pallet_treasury.rs | void_spend | 136.47us | 137.12us | +0.48 | | system-parachains/collectives/collectives-polkadot/src/weights/pallet_treasury.rs | check_status | 273.70us | 274.38us | +0.25 | | system-parachains/collectives/collectives-polkadot/src/weights/pallet_treasury.rs | spend_local | 360.21us | 359.81us | -0.11 | | system-parachains/collectives/collectives-polkadot/src/weights/pallet_treasury.rs | approve_proposal | 168.75us | 168.53us | -0.13 | ### AssetHubKusama ``` subweight compare commits \ --path-pattern "./system-parachains/asset-hubs/asset-hub-kusama/**/weights/**/*.rs" \ --format markdown --no-color \ --change added changed \ --method asymptotic --ignore-errors \ remotes/polkadot-fellows/main \ origin/bko-weights ``` | File | Extrinsic | Old | New | Change [%] | |--------------------------------------------------------------------------------------|-------------|----------|----------|------------| | system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_assets_pool.rs | refund | 264.63us | 403.23us | +52.37 | | system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_assets_pool.rs | touch | 265.89us | 403.72us | +51.84 | | system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_asset_conversion.rs | create_pool | 574.29us | 728.94us | +26.93 | ### AssetHubPolkadot ``` subweight compare commits \ --path-pattern "./system-parachains/asset-hubs/asset-hub-polkadot/**/weights/**/*.rs" \ --format markdown --no-color \ --change added changed \ --method asymptotic --ignore-errors \ remotes/polkadot-fellows/main \ origin/bko-weights ``` | File | Extrinsic | Old | New | Change [%] | |----------------------------------------------------------------------------------------|------------------------------|----------|----------|------------| | system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_assets_pool.rs | refund | 264.91us | 402.91us | +52.09 | | system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_assets_pool.rs | touch | 266.41us | 403.36us | +51.40 | | system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_asset_conversion.rs | create_pool | 977.14us | 727.48us | -25.55 | | system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_asset_conversion.rs | swap_tokens_for_exact_tokens | 1.57ms | 590.36us | -62.48 | | system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_asset_conversion.rs | swap_exact_tokens_for_tokens | 1.59ms | 590.42us | -62.77 | | system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_assets_pool.rs | create | 135.77us | 0ps | -100.00 | --- relay/kusama/src/weights/pallet_treasury.rs | 50 ++-- relay/polkadot/src/weights/pallet_treasury.rs | 52 ++--- .../src/weights/pallet_asset_conversion.rs | 42 ++-- .../src/weights/pallet_assets_foreign.rs | 150 ++++++------ .../src/weights/pallet_assets_local.rs | 154 +++++++------ .../src/weights/pallet_assets_pool.rs | 170 +++++++------- .../src/weights/pallet_asset_conversion.rs | 109 +++++---- .../src/weights/pallet_assets_foreign.rs | 160 +++++++------ .../src/weights/pallet_assets_local.rs | 160 +++++++------ .../src/weights/pallet_assets_pool.rs | 217 +++++++++--------- .../src/weights/pallet_treasury.rs | 50 ++-- 11 files changed, 668 insertions(+), 646 deletions(-) diff --git a/relay/kusama/src/weights/pallet_treasury.rs b/relay/kusama/src/weights/pallet_treasury.rs index 5a1c3dc95b..ae737aaec8 100644 --- a/relay/kusama/src/weights/pallet_treasury.rs +++ b/relay/kusama/src/weights/pallet_treasury.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_treasury` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-03-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ggwpez-ref-hw`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("./kusama-chain-spec.json")`, DB CACHE: 1024 @@ -56,8 +56,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `109` // Estimated: `1887` - // Minimum execution time: 10_366_000 picoseconds. - Weight::from_parts(10_612_000, 0) + // Minimum execution time: 10_024_000 picoseconds. + Weight::from_parts(10_616_000, 0) .saturating_add(Weight::from_parts(0, 1887)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) @@ -70,8 +70,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `210` // Estimated: `1489` - // Minimum execution time: 21_070_000 picoseconds. - Weight::from_parts(21_663_000, 0) + // Minimum execution time: 20_638_000 picoseconds. + Weight::from_parts(21_268_000, 0) .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -84,8 +84,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `368` // Estimated: `3593` - // Minimum execution time: 35_323_000 picoseconds. - Weight::from_parts(36_936_000, 0) + // Minimum execution time: 34_278_000 picoseconds. + Weight::from_parts(34_910_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -99,11 +99,11 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `537 + p * (8 ±0)` // Estimated: `3573` - // Minimum execution time: 7_321_000 picoseconds. - Weight::from_parts(11_781_267, 0) + // Minimum execution time: 7_257_000 picoseconds. + Weight::from_parts(11_672_494, 0) .saturating_add(Weight::from_parts(0, 3573)) - // Standard Error: 1_807 - .saturating_add(Weight::from_parts(87_029, 0).saturating_mul(p.into())) + // Standard Error: 1_672 + .saturating_add(Weight::from_parts(92_309, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -113,8 +113,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `194` // Estimated: `1887` - // Minimum execution time: 5_669_000 picoseconds. - Weight::from_parts(5_830_000, 0) + // Minimum execution time: 5_593_000 picoseconds. + Weight::from_parts(5_786_000, 0) .saturating_add(Weight::from_parts(0, 1887)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -134,11 +134,11 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `398 + p * (251 ±0)` // Estimated: `3593 + p * (5206 ±0)` - // Minimum execution time: 44_406_000 picoseconds. - Weight::from_parts(45_248_843, 0) + // Minimum execution time: 43_718_000 picoseconds. + Weight::from_parts(35_023_570, 0) .saturating_add(Weight::from_parts(0, 3593)) - // Standard Error: 15_018 - .saturating_add(Weight::from_parts(33_145_718, 0).saturating_mul(p.into())) + // Standard Error: 21_102 + .saturating_add(Weight::from_parts(32_523_118, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -155,8 +155,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `182` // Estimated: `4703` - // Minimum execution time: 16_363_000 picoseconds. - Weight::from_parts(16_810_000, 0) + // Minimum execution time: 17_254_000 picoseconds. + Weight::from_parts(17_888_000, 0) .saturating_add(Weight::from_parts(0, 4703)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -179,8 +179,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `359` // Estimated: `5318` - // Minimum execution time: 41_487_000 picoseconds. - Weight::from_parts(42_285_000, 0) + // Minimum execution time: 41_219_000 picoseconds. + Weight::from_parts(42_268_000, 0) .saturating_add(Weight::from_parts(0, 5318)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) @@ -193,8 +193,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `273` // Estimated: `5318` - // Minimum execution time: 22_397_000 picoseconds. - Weight::from_parts(22_974_000, 0) + // Minimum execution time: 22_291_000 picoseconds. + Weight::from_parts(22_859_000, 0) .saturating_add(Weight::from_parts(0, 5318)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -205,8 +205,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `245` // Estimated: `5318` - // Minimum execution time: 12_123_000 picoseconds. - Weight::from_parts(12_528_000, 0) + // Minimum execution time: 12_056_000 picoseconds. + Weight::from_parts(12_518_000, 0) .saturating_add(Weight::from_parts(0, 5318)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/relay/polkadot/src/weights/pallet_treasury.rs b/relay/polkadot/src/weights/pallet_treasury.rs index b741fbb157..a973f9ed92 100644 --- a/relay/polkadot/src/weights/pallet_treasury.rs +++ b/relay/polkadot/src/weights/pallet_treasury.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_treasury` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-03-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ggwpez-ref-hw`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("./polkadot-chain-spec.json")`, DB CACHE: 1024 @@ -56,8 +56,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `1887` - // Minimum execution time: 9_752_000 picoseconds. - Weight::from_parts(10_227_000, 0) + // Minimum execution time: 9_723_000 picoseconds. + Weight::from_parts(10_187_000, 0) .saturating_add(Weight::from_parts(0, 1887)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) @@ -70,8 +70,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `143` // Estimated: `1489` - // Minimum execution time: 20_389_000 picoseconds. - Weight::from_parts(20_889_000, 0) + // Minimum execution time: 20_572_000 picoseconds. + Weight::from_parts(21_023_000, 0) .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -84,8 +84,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `301` // Estimated: `3593` - // Minimum execution time: 31_420_000 picoseconds. - Weight::from_parts(32_086_000, 0) + // Minimum execution time: 31_500_000 picoseconds. + Weight::from_parts(32_257_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -99,11 +99,11 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `470 + p * (8 ±0)` // Estimated: `3573` - // Minimum execution time: 6_947_000 picoseconds. - Weight::from_parts(8_945_290, 0) + // Minimum execution time: 6_910_000 picoseconds. + Weight::from_parts(8_782_990, 0) .saturating_add(Weight::from_parts(0, 3573)) - // Standard Error: 1_739 - .saturating_add(Weight::from_parts(96_420, 0).saturating_mul(p.into())) + // Standard Error: 1_895 + .saturating_add(Weight::from_parts(105_912, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -113,8 +113,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `127` // Estimated: `1887` - // Minimum execution time: 5_421_000 picoseconds. - Weight::from_parts(5_688_000, 0) + // Minimum execution time: 5_426_000 picoseconds. + Weight::from_parts(5_616_000, 0) .saturating_add(Weight::from_parts(0, 1887)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -134,11 +134,11 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `285 + p * (251 ±0)` // Estimated: `1887 + p * (5206 ±0)` - // Minimum execution time: 28_474_000 picoseconds. - Weight::from_parts(28_984_839, 0) + // Minimum execution time: 27_682_000 picoseconds. + Weight::from_parts(22_668_590, 0) .saturating_add(Weight::from_parts(0, 1887)) - // Standard Error: 12_492 - .saturating_add(Weight::from_parts(31_761_137, 0).saturating_mul(p.into())) + // Standard Error: 20_024 + .saturating_add(Weight::from_parts(32_368_340, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(3)) @@ -155,8 +155,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `115` // Estimated: `4703` - // Minimum execution time: 16_129_000 picoseconds. - Weight::from_parts(16_617_000, 0) + // Minimum execution time: 17_122_000 picoseconds. + Weight::from_parts(17_668_000, 0) .saturating_add(Weight::from_parts(0, 4703)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -177,10 +177,10 @@ impl pallet_treasury::WeightInfo for WeightInfo { /// Proof: `XcmPallet::Queries` (`max_values`: None, `max_size`: None, mode: `Measured`) fn payout() -> Weight { // Proof Size summary in bytes: - // Measured: `254` + // Measured: `287` // Estimated: `5318` - // Minimum execution time: 37_418_000 picoseconds. - Weight::from_parts(38_281_000, 0) + // Minimum execution time: 37_800_000 picoseconds. + Weight::from_parts(38_787_000, 0) .saturating_add(Weight::from_parts(0, 5318)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) @@ -193,8 +193,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `206` // Estimated: `5318` - // Minimum execution time: 20_602_000 picoseconds. - Weight::from_parts(21_596_000, 0) + // Minimum execution time: 20_219_000 picoseconds. + Weight::from_parts(20_881_000, 0) .saturating_add(Weight::from_parts(0, 5318)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -205,8 +205,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `178` // Estimated: `5318` - // Minimum execution time: 11_660_000 picoseconds. - Weight::from_parts(12_224_000, 0) + // Minimum execution time: 11_864_000 picoseconds. + Weight::from_parts(12_306_000, 0) .saturating_add(Weight::from_parts(0, 5318)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_asset_conversion.rs b/system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_asset_conversion.rs index a7462722d9..b6211dcf42 100644 --- a/system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_asset_conversion.rs +++ b/system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_asset_conversion.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_asset_conversion` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-03-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ggwpez-ref-hw`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("./asset-hub-kusama-chain-spec.json")`, DB CACHE: 1024 @@ -48,6 +48,8 @@ pub struct WeightInfo(PhantomData); impl pallet_asset_conversion::WeightInfo for WeightInfo { /// Storage: `AssetConversion::Pools` (r:1 w:1) /// Proof: `AssetConversion::Pools` (`max_values`: None, `max_size`: Some(1224), added: 3699, mode: `MaxEncodedLen`) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) /// Storage: `ForeignAssets::Asset` (r:1 w:0) /// Proof: `ForeignAssets::Asset` (`max_values`: None, `max_size`: Some(808), added: 3283, mode: `MaxEncodedLen`) /// Storage: `AssetConversion::NextPoolAssetId` (r:1 w:1) @@ -58,13 +60,13 @@ impl pallet_asset_conversion::WeightInfo for WeightInfo /// Proof: `PoolAssets::Account` (`max_values`: None, `max_size`: Some(134), added: 2609, mode: `MaxEncodedLen`) fn create_pool() -> Weight { // Proof Size summary in bytes: - // Measured: `365` + // Measured: `417` // Estimated: `4689` - // Minimum execution time: 48_053_000 picoseconds. - Weight::from_parts(49_295_000, 0) + // Minimum execution time: 77_795_000 picoseconds. + Weight::from_parts(78_941_000, 0) .saturating_add(Weight::from_parts(0, 4689)) - .saturating_add(T::DbWeight::get().reads(5)) - .saturating_add(T::DbWeight::get().writes(4)) + .saturating_add(T::DbWeight::get().reads(6)) + .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: `AssetConversion::Pools` (r:1 w:0) /// Proof: `AssetConversion::Pools` (`max_values`: None, `max_size`: Some(1224), added: 3699, mode: `MaxEncodedLen`) @@ -82,8 +84,8 @@ impl pallet_asset_conversion::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `975` // Estimated: `7404` - // Minimum execution time: 131_714_000 picoseconds. - Weight::from_parts(135_360_000, 0) + // Minimum execution time: 135_682_000 picoseconds. + Weight::from_parts(139_176_000, 0) .saturating_add(Weight::from_parts(0, 7404)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) @@ -104,8 +106,8 @@ impl pallet_asset_conversion::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `1130` // Estimated: `7404` - // Minimum execution time: 124_074_000 picoseconds. - Weight::from_parts(126_497_000, 0) + // Minimum execution time: 126_317_000 picoseconds. + Weight::from_parts(127_921_000, 0) .saturating_add(Weight::from_parts(0, 7404)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) @@ -120,12 +122,12 @@ impl pallet_asset_conversion::WeightInfo for WeightInfo fn swap_exact_tokens_for_tokens(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + n * (507 ±0)` - // Estimated: `7404 + n * (94 ±7)` - // Minimum execution time: 82_684_000 picoseconds. - Weight::from_parts(84_254_000, 0) + // Estimated: `7404 + n * (94 ±10)` + // Minimum execution time: 85_017_000 picoseconds. + Weight::from_parts(86_900_000, 0) .saturating_add(Weight::from_parts(0, 7404)) - // Standard Error: 160_067 - .saturating_add(Weight::from_parts(1_149_866, 0).saturating_mul(n.into())) + // Standard Error: 163_576 + .saturating_add(Weight::from_parts(1_220_235, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 94).saturating_mul(n.into())) @@ -140,12 +142,12 @@ impl pallet_asset_conversion::WeightInfo for WeightInfo fn swap_tokens_for_exact_tokens(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + n * (507 ±0)` - // Estimated: `7404 + n * (94 ±10)` - // Minimum execution time: 82_867_000 picoseconds. - Weight::from_parts(84_579_000, 0) + // Estimated: `7404 + n * (94 ±7)` + // Minimum execution time: 85_535_000 picoseconds. + Weight::from_parts(87_173_000, 0) .saturating_add(Weight::from_parts(0, 7404)) - // Standard Error: 163_485 - .saturating_add(Weight::from_parts(1_154_618, 0).saturating_mul(n.into())) + // Standard Error: 166_274 + .saturating_add(Weight::from_parts(1_233_981, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(Weight::from_parts(0, 94).saturating_mul(n.into())) diff --git a/system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_assets_foreign.rs b/system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_assets_foreign.rs index a1431f8dc4..3cda674653 100644 --- a/system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_assets_foreign.rs +++ b/system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_assets_foreign.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_assets` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-03-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ggwpez-ref-hw`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("./asset-hub-kusama-chain-spec.json")`, DB CACHE: 1024 @@ -56,8 +56,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `4273` - // Minimum execution time: 26_021_000 picoseconds. - Weight::from_parts(26_841_000, 0) + // Minimum execution time: 27_033_000 picoseconds. + Weight::from_parts(27_822_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -68,8 +68,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4` // Estimated: `4273` - // Minimum execution time: 9_092_000 picoseconds. - Weight::from_parts(9_528_000, 0) + // Minimum execution time: 9_640_000 picoseconds. + Weight::from_parts(10_132_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -80,8 +80,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `276` // Estimated: `4273` - // Minimum execution time: 10_579_000 picoseconds. - Weight::from_parts(11_050_000, 0) + // Minimum execution time: 11_035_000 picoseconds. + Weight::from_parts(11_573_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -99,11 +99,11 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `84 + c * (208 ±0)` // Estimated: `4273 + c * (3207 ±0)` - // Minimum execution time: 14_834_000 picoseconds. - Weight::from_parts(15_219_000, 0) + // Minimum execution time: 15_514_000 picoseconds. + Weight::from_parts(15_764_000, 0) .saturating_add(Weight::from_parts(0, 4273)) - // Standard Error: 3_959 - .saturating_add(Weight::from_parts(12_667_478, 0).saturating_mul(c.into())) + // Standard Error: 7_137 + .saturating_add(Weight::from_parts(13_433_345, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -121,11 +121,11 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `413 + a * (86 ±0)` // Estimated: `4273 + a * (3221 ±0)` - // Minimum execution time: 14_806_000 picoseconds. - Weight::from_parts(15_200_000, 0) + // Minimum execution time: 15_397_000 picoseconds. + Weight::from_parts(15_933_000, 0) .saturating_add(Weight::from_parts(0, 4273)) - // Standard Error: 2_487 - .saturating_add(Weight::from_parts(13_356_714, 0).saturating_mul(a.into())) + // Standard Error: 3_943 + .saturating_add(Weight::from_parts(13_719_961, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -140,8 +140,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `242` // Estimated: `4273` - // Minimum execution time: 12_575_000 picoseconds. - Weight::from_parts(13_082_000, 0) + // Minimum execution time: 13_223_000 picoseconds. + Weight::from_parts(13_714_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -154,8 +154,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `242` // Estimated: `4273` - // Minimum execution time: 21_104_000 picoseconds. - Weight::from_parts(21_703_000, 0) + // Minimum execution time: 21_802_000 picoseconds. + Weight::from_parts(22_972_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -168,8 +168,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `350` // Estimated: `4273` - // Minimum execution time: 27_736_000 picoseconds. - Weight::from_parts(28_262_000, 0) + // Minimum execution time: 28_314_000 picoseconds. + Weight::from_parts(29_306_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -184,8 +184,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `389` // Estimated: `7404` - // Minimum execution time: 38_991_000 picoseconds. - Weight::from_parts(39_851_000, 0) + // Minimum execution time: 39_871_000 picoseconds. + Weight::from_parts(41_755_000, 0) .saturating_add(Weight::from_parts(0, 7404)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -200,8 +200,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `389` // Estimated: `7404` - // Minimum execution time: 34_635_000 picoseconds. - Weight::from_parts(35_860_000, 0) + // Minimum execution time: 36_152_000 picoseconds. + Weight::from_parts(37_445_000, 0) .saturating_add(Weight::from_parts(0, 7404)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -216,8 +216,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `389` // Estimated: `7404` - // Minimum execution time: 39_222_000 picoseconds. - Weight::from_parts(40_105_000, 0) + // Minimum execution time: 39_827_000 picoseconds. + Weight::from_parts(41_037_000, 0) .saturating_add(Weight::from_parts(0, 7404)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -230,8 +230,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `350` // Estimated: `4273` - // Minimum execution time: 14_223_000 picoseconds. - Weight::from_parts(14_721_000, 0) + // Minimum execution time: 14_483_000 picoseconds. + Weight::from_parts(15_253_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -244,8 +244,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `350` // Estimated: `4273` - // Minimum execution time: 14_369_000 picoseconds. - Weight::from_parts(14_874_000, 0) + // Minimum execution time: 15_049_000 picoseconds. + Weight::from_parts(15_418_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -256,8 +256,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `276` // Estimated: `4273` - // Minimum execution time: 10_477_000 picoseconds. - Weight::from_parts(11_023_000, 0) + // Minimum execution time: 10_898_000 picoseconds. + Weight::from_parts(11_342_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -268,8 +268,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `276` // Estimated: `4273` - // Minimum execution time: 10_525_000 picoseconds. - Weight::from_parts(10_982_000, 0) + // Minimum execution time: 11_133_000 picoseconds. + Weight::from_parts(11_453_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -282,8 +282,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `242` // Estimated: `4273` - // Minimum execution time: 12_981_000 picoseconds. - Weight::from_parts(13_423_000, 0) + // Minimum execution time: 13_390_000 picoseconds. + Weight::from_parts(14_105_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -294,8 +294,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `242` // Estimated: `4273` - // Minimum execution time: 11_376_000 picoseconds. - Weight::from_parts(11_716_000, 0) + // Minimum execution time: 11_813_000 picoseconds. + Weight::from_parts(12_364_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -314,13 +314,13 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `242` // Estimated: `4273` - // Minimum execution time: 22_956_000 picoseconds. - Weight::from_parts(24_029_563, 0) + // Minimum execution time: 23_699_000 picoseconds. + Weight::from_parts(24_755_724, 0) .saturating_add(Weight::from_parts(0, 4273)) - // Standard Error: 276 - .saturating_add(Weight::from_parts(2_045, 0).saturating_mul(n.into())) - // Standard Error: 276 - .saturating_add(Weight::from_parts(2_585, 0).saturating_mul(s.into())) + // Standard Error: 330 + .saturating_add(Weight::from_parts(1_913, 0).saturating_mul(n.into())) + // Standard Error: 330 + .saturating_add(Weight::from_parts(1_676, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -332,8 +332,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `406` // Estimated: `4273` - // Minimum execution time: 24_441_000 picoseconds. - Weight::from_parts(24_956_000, 0) + // Minimum execution time: 25_290_000 picoseconds. + Weight::from_parts(26_070_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -352,13 +352,13 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `81` // Estimated: `4273` - // Minimum execution time: 11_369_000 picoseconds. - Weight::from_parts(11_948_675, 0) + // Minimum execution time: 11_875_000 picoseconds. + Weight::from_parts(12_537_597, 0) .saturating_add(Weight::from_parts(0, 4273)) // Standard Error: 162 - .saturating_add(Weight::from_parts(625, 0).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_128, 0).saturating_mul(n.into())) // Standard Error: 162 - .saturating_add(Weight::from_parts(1_610, 0).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_756, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -370,8 +370,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `406` // Estimated: `4273` - // Minimum execution time: 23_386_000 picoseconds. - Weight::from_parts(24_013_000, 0) + // Minimum execution time: 24_010_000 picoseconds. + Weight::from_parts(24_910_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -382,8 +382,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `242` // Estimated: `4273` - // Minimum execution time: 10_422_000 picoseconds. - Weight::from_parts(10_894_000, 0) + // Minimum execution time: 10_859_000 picoseconds. + Weight::from_parts(11_241_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -396,8 +396,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `276` // Estimated: `4273` - // Minimum execution time: 26_189_000 picoseconds. - Weight::from_parts(27_223_000, 0) + // Minimum execution time: 27_075_000 picoseconds. + Weight::from_parts(27_879_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -414,8 +414,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `559` // Estimated: `7404` - // Minimum execution time: 57_286_000 picoseconds. - Weight::from_parts(58_719_000, 0) + // Minimum execution time: 58_360_000 picoseconds. + Weight::from_parts(60_040_000, 0) .saturating_add(Weight::from_parts(0, 7404)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -428,8 +428,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `446` // Estimated: `4273` - // Minimum execution time: 29_327_000 picoseconds. - Weight::from_parts(30_168_000, 0) + // Minimum execution time: 29_687_000 picoseconds. + Weight::from_parts(30_588_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -442,8 +442,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `446` // Estimated: `4273` - // Minimum execution time: 29_525_000 picoseconds. - Weight::from_parts(30_353_000, 0) + // Minimum execution time: 30_147_000 picoseconds. + Weight::from_parts(30_862_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -454,8 +454,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `242` // Estimated: `4273` - // Minimum execution time: 11_506_000 picoseconds. - Weight::from_parts(11_929_000, 0) + // Minimum execution time: 12_208_000 picoseconds. + Weight::from_parts(12_534_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -470,8 +470,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `345` // Estimated: `4273` - // Minimum execution time: 28_560_000 picoseconds. - Weight::from_parts(29_543_000, 0) + // Minimum execution time: 29_350_000 picoseconds. + Weight::from_parts(30_263_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -484,8 +484,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `242` // Estimated: `4273` - // Minimum execution time: 26_312_000 picoseconds. - Weight::from_parts(27_032_000, 0) + // Minimum execution time: 27_113_000 picoseconds. + Weight::from_parts(27_962_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -500,8 +500,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `471` // Estimated: `4273` - // Minimum execution time: 27_660_000 picoseconds. - Weight::from_parts(28_538_000, 0) + // Minimum execution time: 28_462_000 picoseconds. + Weight::from_parts(29_272_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -514,8 +514,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `401` // Estimated: `4273` - // Minimum execution time: 25_359_000 picoseconds. - Weight::from_parts(25_993_000, 0) + // Minimum execution time: 25_955_000 picoseconds. + Weight::from_parts(26_704_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -528,8 +528,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `350` // Estimated: `4273` - // Minimum execution time: 14_322_000 picoseconds. - Weight::from_parts(14_763_000, 0) + // Minimum execution time: 14_980_000 picoseconds. + Weight::from_parts(15_522_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_assets_local.rs b/system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_assets_local.rs index fb88ff198a..5fee1e882d 100644 --- a/system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_assets_local.rs +++ b/system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_assets_local.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_assets` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-03-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ggwpez-ref-hw`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("./asset-hub-kusama-chain-spec.json")`, DB CACHE: 1024 @@ -54,8 +54,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `146` // Estimated: `3675` - // Minimum execution time: 21_585_000 picoseconds. - Weight::from_parts(22_451_000, 0) + // Minimum execution time: 22_290_000 picoseconds. + Weight::from_parts(22_946_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -66,8 +66,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `6` // Estimated: `3675` - // Minimum execution time: 7_782_000 picoseconds. - Weight::from_parts(8_247_000, 0) + // Minimum execution time: 7_717_000 picoseconds. + Weight::from_parts(8_349_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -78,8 +78,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `277` // Estimated: `3675` - // Minimum execution time: 9_206_000 picoseconds. - Weight::from_parts(9_689_000, 0) + // Minimum execution time: 9_549_000 picoseconds. + Weight::from_parts(10_027_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -97,11 +97,11 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `85 + c * (208 ±0)` // Estimated: `3675 + c * (2609 ±0)` - // Minimum execution time: 12_902_000 picoseconds. - Weight::from_parts(13_293_000, 0) + // Minimum execution time: 13_229_000 picoseconds. + Weight::from_parts(13_603_000, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 3_889 - .saturating_add(Weight::from_parts(12_460_476, 0).saturating_mul(c.into())) + // Standard Error: 7_217 + .saturating_add(Weight::from_parts(13_281_948, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -119,11 +119,11 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `414 + a * (86 ±0)` // Estimated: `3675 + a * (2623 ±0)` - // Minimum execution time: 12_982_000 picoseconds. - Weight::from_parts(13_285_000, 0) + // Minimum execution time: 13_270_000 picoseconds. + Weight::from_parts(13_609_000, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 2_407 - .saturating_add(Weight::from_parts(13_204_636, 0).saturating_mul(a.into())) + // Standard Error: 3_861 + .saturating_add(Weight::from_parts(13_758_458, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -138,8 +138,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `243` // Estimated: `3675` - // Minimum execution time: 10_895_000 picoseconds. - Weight::from_parts(11_300_000, 0) + // Minimum execution time: 11_212_000 picoseconds. + Weight::from_parts(11_608_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -152,8 +152,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `243` // Estimated: `3675` - // Minimum execution time: 19_278_000 picoseconds. - Weight::from_parts(19_923_000, 0) + // Minimum execution time: 19_817_000 picoseconds. + Weight::from_parts(20_487_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -166,8 +166,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `351` // Estimated: `3675` - // Minimum execution time: 25_245_000 picoseconds. - Weight::from_parts(25_942_000, 0) + // Minimum execution time: 25_920_000 picoseconds. + Weight::from_parts(26_569_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -182,8 +182,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `390` // Estimated: `6208` - // Minimum execution time: 36_135_000 picoseconds. - Weight::from_parts(37_057_000, 0) + // Minimum execution time: 36_718_000 picoseconds. + Weight::from_parts(37_653_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -198,8 +198,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `390` // Estimated: `6208` - // Minimum execution time: 32_038_000 picoseconds. - Weight::from_parts(33_207_000, 0) + // Minimum execution time: 32_690_000 picoseconds. + Weight::from_parts(33_771_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -214,8 +214,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `390` // Estimated: `6208` - // Minimum execution time: 35_955_000 picoseconds. - Weight::from_parts(37_003_000, 0) + // Minimum execution time: 36_990_000 picoseconds. + Weight::from_parts(37_799_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -228,8 +228,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `351` // Estimated: `3675` - // Minimum execution time: 12_888_000 picoseconds. - Weight::from_parts(13_403_000, 0) + // Minimum execution time: 13_202_000 picoseconds. + Weight::from_parts(13_602_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -242,8 +242,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `351` // Estimated: `3675` - // Minimum execution time: 12_660_000 picoseconds. - Weight::from_parts(13_194_000, 0) + // Minimum execution time: 13_024_000 picoseconds. + Weight::from_parts(13_436_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -254,8 +254,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `277` // Estimated: `3675` - // Minimum execution time: 9_014_000 picoseconds. - Weight::from_parts(9_411_000, 0) + // Minimum execution time: 9_279_000 picoseconds. + Weight::from_parts(9_624_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -266,8 +266,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `277` // Estimated: `3675` - // Minimum execution time: 9_165_000 picoseconds. - Weight::from_parts(9_457_000, 0) + // Minimum execution time: 9_227_000 picoseconds. + Weight::from_parts(9_621_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -280,8 +280,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `243` // Estimated: `3675` - // Minimum execution time: 11_274_000 picoseconds. - Weight::from_parts(11_730_000, 0) + // Minimum execution time: 11_565_000 picoseconds. + Weight::from_parts(12_230_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -292,8 +292,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `243` // Estimated: `3675` - // Minimum execution time: 9_794_000 picoseconds. - Weight::from_parts(10_388_000, 0) + // Minimum execution time: 10_066_000 picoseconds. + Weight::from_parts(10_570_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -312,13 +312,13 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `243` // Estimated: `3675` - // Minimum execution time: 21_558_000 picoseconds. - Weight::from_parts(22_568_189, 0) + // Minimum execution time: 21_918_000 picoseconds. + Weight::from_parts(22_915_726, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 324 - .saturating_add(Weight::from_parts(1_387, 0).saturating_mul(n.into())) - // Standard Error: 324 - .saturating_add(Weight::from_parts(3_138, 0).saturating_mul(s.into())) + // Standard Error: 417 + .saturating_add(Weight::from_parts(2_629, 0).saturating_mul(n.into())) + // Standard Error: 417 + .saturating_add(Weight::from_parts(2_224, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -330,8 +330,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `407` // Estimated: `3675` - // Minimum execution time: 21_957_000 picoseconds. - Weight::from_parts(22_939_000, 0) + // Minimum execution time: 22_884_000 picoseconds. + Weight::from_parts(23_649_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -346,15 +346,17 @@ impl pallet_assets::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 50]`. /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. - fn force_set_metadata(_n: u32, s: u32, ) -> Weight { + fn force_set_metadata(n: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `82` // Estimated: `3675` - // Minimum execution time: 10_370_000 picoseconds. - Weight::from_parts(11_074_164, 0) + // Minimum execution time: 10_590_000 picoseconds. + Weight::from_parts(11_221_352, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 195 - .saturating_add(Weight::from_parts(581, 0).saturating_mul(s.into())) + // Standard Error: 191 + .saturating_add(Weight::from_parts(379, 0).saturating_mul(n.into())) + // Standard Error: 191 + .saturating_add(Weight::from_parts(1_249, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -366,8 +368,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `407` // Estimated: `3675` - // Minimum execution time: 22_123_000 picoseconds. - Weight::from_parts(22_812_000, 0) + // Minimum execution time: 22_627_000 picoseconds. + Weight::from_parts(23_093_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -378,8 +380,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `243` // Estimated: `3675` - // Minimum execution time: 9_334_000 picoseconds. - Weight::from_parts(9_780_000, 0) + // Minimum execution time: 9_715_000 picoseconds. + Weight::from_parts(10_098_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -392,8 +394,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `277` // Estimated: `3675` - // Minimum execution time: 24_924_000 picoseconds. - Weight::from_parts(25_562_000, 0) + // Minimum execution time: 25_570_000 picoseconds. + Weight::from_parts(26_227_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -410,8 +412,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `560` // Estimated: `6208` - // Minimum execution time: 53_371_000 picoseconds. - Weight::from_parts(54_660_000, 0) + // Minimum execution time: 54_482_000 picoseconds. + Weight::from_parts(55_592_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -424,8 +426,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `447` // Estimated: `3675` - // Minimum execution time: 27_520_000 picoseconds. - Weight::from_parts(28_255_000, 0) + // Minimum execution time: 27_527_000 picoseconds. + Weight::from_parts(28_562_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -438,8 +440,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `447` // Estimated: `3675` - // Minimum execution time: 27_536_000 picoseconds. - Weight::from_parts(28_264_000, 0) + // Minimum execution time: 27_734_000 picoseconds. + Weight::from_parts(28_709_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -450,8 +452,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `243` // Estimated: `3675` - // Minimum execution time: 10_394_000 picoseconds. - Weight::from_parts(10_788_000, 0) + // Minimum execution time: 10_615_000 picoseconds. + Weight::from_parts(11_141_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -466,8 +468,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `346` // Estimated: `3675` - // Minimum execution time: 26_727_000 picoseconds. - Weight::from_parts(27_727_000, 0) + // Minimum execution time: 27_395_000 picoseconds. + Weight::from_parts(28_184_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -480,8 +482,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `243` // Estimated: `3675` - // Minimum execution time: 24_089_000 picoseconds. - Weight::from_parts(25_230_000, 0) + // Minimum execution time: 25_043_000 picoseconds. + Weight::from_parts(25_998_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -496,8 +498,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `472` // Estimated: `3675` - // Minimum execution time: 26_060_000 picoseconds. - Weight::from_parts(27_232_000, 0) + // Minimum execution time: 26_857_000 picoseconds. + Weight::from_parts(27_565_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -510,8 +512,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `402` // Estimated: `3675` - // Minimum execution time: 23_836_000 picoseconds. - Weight::from_parts(24_455_000, 0) + // Minimum execution time: 24_297_000 picoseconds. + Weight::from_parts(25_121_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -524,8 +526,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `351` // Estimated: `3675` - // Minimum execution time: 12_767_000 picoseconds. - Weight::from_parts(13_231_000, 0) + // Minimum execution time: 13_056_000 picoseconds. + Weight::from_parts(13_481_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_assets_pool.rs b/system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_assets_pool.rs index 80bfb984a3..568fe7dc74 100644 --- a/system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_assets_pool.rs +++ b/system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_assets_pool.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_assets` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-03-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ggwpez-ref-hw`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("./asset-hub-kusama-chain-spec.json")`, DB CACHE: 1024 @@ -52,8 +52,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3675` - // Minimum execution time: 9_472_000 picoseconds. - Weight::from_parts(9_938_000, 0) + // Minimum execution time: 9_813_000 picoseconds. + Weight::from_parts(10_267_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -64,8 +64,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3675` - // Minimum execution time: 9_148_000 picoseconds. - Weight::from_parts(9_628_000, 0) + // Minimum execution time: 9_402_000 picoseconds. + Weight::from_parts(9_910_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -76,8 +76,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `314` // Estimated: `3675` - // Minimum execution time: 9_563_000 picoseconds. - Weight::from_parts(10_066_000, 0) + // Minimum execution time: 10_046_000 picoseconds. + Weight::from_parts(10_361_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -95,11 +95,11 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `122 + c * (208 ±0)` // Estimated: `3675 + c * (2609 ±0)` - // Minimum execution time: 13_629_000 picoseconds. - Weight::from_parts(14_021_000, 0) + // Minimum execution time: 13_970_000 picoseconds. + Weight::from_parts(14_313_000, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 4_137 - .saturating_add(Weight::from_parts(12_438_689, 0).saturating_mul(c.into())) + // Standard Error: 7_143 + .saturating_add(Weight::from_parts(13_255_535, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -117,11 +117,11 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `451 + a * (86 ±0)` // Estimated: `3675 + a * (2623 ±0)` - // Minimum execution time: 13_596_000 picoseconds. - Weight::from_parts(13_995_000, 0) + // Minimum execution time: 14_066_000 picoseconds. + Weight::from_parts(14_437_000, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 2_343 - .saturating_add(Weight::from_parts(13_216_757, 0).saturating_mul(a.into())) + // Standard Error: 3_861 + .saturating_add(Weight::from_parts(13_734_373, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -136,8 +136,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 11_284_000 picoseconds. - Weight::from_parts(11_681_000, 0) + // Minimum execution time: 11_620_000 picoseconds. + Weight::from_parts(12_055_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -150,8 +150,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 19_891_000 picoseconds. - Weight::from_parts(20_425_000, 0) + // Minimum execution time: 20_313_000 picoseconds. + Weight::from_parts(20_817_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -164,8 +164,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `388` // Estimated: `3675` - // Minimum execution time: 25_821_000 picoseconds. - Weight::from_parts(26_503_000, 0) + // Minimum execution time: 26_126_000 picoseconds. + Weight::from_parts(26_869_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -180,8 +180,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `427` // Estimated: `6208` - // Minimum execution time: 36_516_000 picoseconds. - Weight::from_parts(37_451_000, 0) + // Minimum execution time: 37_269_000 picoseconds. + Weight::from_parts(39_183_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -196,8 +196,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `427` // Estimated: `6208` - // Minimum execution time: 32_382_000 picoseconds. - Weight::from_parts(33_515_000, 0) + // Minimum execution time: 33_100_000 picoseconds. + Weight::from_parts(33_945_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -212,8 +212,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `427` // Estimated: `6208` - // Minimum execution time: 36_411_000 picoseconds. - Weight::from_parts(37_459_000, 0) + // Minimum execution time: 37_194_000 picoseconds. + Weight::from_parts(38_098_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -226,8 +226,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `388` // Estimated: `3675` - // Minimum execution time: 13_427_000 picoseconds. - Weight::from_parts(13_925_000, 0) + // Minimum execution time: 13_627_000 picoseconds. + Weight::from_parts(14_089_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -240,8 +240,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `388` // Estimated: `3675` - // Minimum execution time: 13_383_000 picoseconds. - Weight::from_parts(13_833_000, 0) + // Minimum execution time: 13_345_000 picoseconds. + Weight::from_parts(13_882_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -252,8 +252,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `314` // Estimated: `3675` - // Minimum execution time: 9_561_000 picoseconds. - Weight::from_parts(9_922_000, 0) + // Minimum execution time: 9_730_000 picoseconds. + Weight::from_parts(10_184_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -264,8 +264,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `314` // Estimated: `3675` - // Minimum execution time: 9_318_000 picoseconds. - Weight::from_parts(9_804_000, 0) + // Minimum execution time: 9_680_000 picoseconds. + Weight::from_parts(10_097_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -278,8 +278,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 11_711_000 picoseconds. - Weight::from_parts(12_253_000, 0) + // Minimum execution time: 12_209_000 picoseconds. + Weight::from_parts(12_773_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -290,8 +290,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 10_567_000 picoseconds. - Weight::from_parts(10_937_000, 0) + // Minimum execution time: 10_807_000 picoseconds. + Weight::from_parts(11_236_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -310,13 +310,13 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 11_669_000 picoseconds. - Weight::from_parts(12_328_918, 0) + // Minimum execution time: 11_681_000 picoseconds. + Weight::from_parts(12_389_831, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 192 - .saturating_add(Weight::from_parts(1_113, 0).saturating_mul(n.into())) - // Standard Error: 192 - .saturating_add(Weight::from_parts(2_695, 0).saturating_mul(s.into())) + // Standard Error: 201 + .saturating_add(Weight::from_parts(3_071, 0).saturating_mul(n.into())) + // Standard Error: 201 + .saturating_add(Weight::from_parts(2_814, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -328,8 +328,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `444` // Estimated: `3675` - // Minimum execution time: 12_321_000 picoseconds. - Weight::from_parts(12_906_000, 0) + // Minimum execution time: 12_706_000 picoseconds. + Weight::from_parts(13_212_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -348,13 +348,13 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `119` // Estimated: `3675` - // Minimum execution time: 10_718_000 picoseconds. - Weight::from_parts(11_363_898, 0) + // Minimum execution time: 10_867_000 picoseconds. + Weight::from_parts(11_540_263, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 153 - .saturating_add(Weight::from_parts(859, 0).saturating_mul(n.into())) - // Standard Error: 153 - .saturating_add(Weight::from_parts(1_666, 0).saturating_mul(s.into())) + // Standard Error: 161 + .saturating_add(Weight::from_parts(1_338, 0).saturating_mul(n.into())) + // Standard Error: 161 + .saturating_add(Weight::from_parts(1_443, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -366,8 +366,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `444` // Estimated: `3675` - // Minimum execution time: 12_056_000 picoseconds. - Weight::from_parts(12_511_000, 0) + // Minimum execution time: 12_174_000 picoseconds. + Weight::from_parts(12_612_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -378,8 +378,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 9_796_000 picoseconds. - Weight::from_parts(10_165_000, 0) + // Minimum execution time: 10_028_000 picoseconds. + Weight::from_parts(10_497_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -392,8 +392,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `314` // Estimated: `3675` - // Minimum execution time: 25_407_000 picoseconds. - Weight::from_parts(26_375_000, 0) + // Minimum execution time: 25_723_000 picoseconds. + Weight::from_parts(26_638_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -410,8 +410,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `597` // Estimated: `6208` - // Minimum execution time: 53_620_000 picoseconds. - Weight::from_parts(55_487_000, 0) + // Minimum execution time: 54_777_000 picoseconds. + Weight::from_parts(56_078_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -424,8 +424,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `484` // Estimated: `3675` - // Minimum execution time: 28_186_000 picoseconds. - Weight::from_parts(28_824_000, 0) + // Minimum execution time: 28_187_000 picoseconds. + Weight::from_parts(29_067_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -438,8 +438,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `484` // Estimated: `3675` - // Minimum execution time: 28_085_000 picoseconds. - Weight::from_parts(28_948_000, 0) + // Minimum execution time: 28_111_000 picoseconds. + Weight::from_parts(29_155_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -450,8 +450,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 10_900_000 picoseconds. - Weight::from_parts(11_335_000, 0) + // Minimum execution time: 11_108_000 picoseconds. + Weight::from_parts(11_657_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -460,15 +460,17 @@ impl pallet_assets::WeightInfo for WeightInfo { /// Proof: `PoolAssets::Account` (`max_values`: None, `max_size`: Some(134), added: 2609, mode: `MaxEncodedLen`) /// Storage: `PoolAssets::Asset` (r:1 w:1) /// Proof: `PoolAssets::Asset` (`max_values`: None, `max_size`: Some(210), added: 2685, mode: `MaxEncodedLen`) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn touch() -> Weight { // Proof Size summary in bytes: - // Measured: `280` + // Measured: `383` // Estimated: `3675` - // Minimum execution time: 15_428_000 picoseconds. - Weight::from_parts(15_892_000, 0) + // Minimum execution time: 27_909_000 picoseconds. + Weight::from_parts(28_722_000, 0) .saturating_add(Weight::from_parts(0, 3675)) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(2)) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: `PoolAssets::Account` (r:1 w:1) /// Proof: `PoolAssets::Account` (`max_values`: None, `max_size`: Some(134), added: 2609, mode: `MaxEncodedLen`) @@ -478,8 +480,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 14_417_000 picoseconds. - Weight::from_parts(15_042_000, 0) + // Minimum execution time: 25_590_000 picoseconds. + Weight::from_parts(26_297_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -488,15 +490,17 @@ impl pallet_assets::WeightInfo for WeightInfo { /// Proof: `PoolAssets::Account` (`max_values`: None, `max_size`: Some(134), added: 2609, mode: `MaxEncodedLen`) /// Storage: `PoolAssets::Asset` (r:1 w:1) /// Proof: `PoolAssets::Asset` (`max_values`: None, `max_size`: Some(210), added: 2685, mode: `MaxEncodedLen`) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn refund() -> Weight { // Proof Size summary in bytes: - // Measured: `406` + // Measured: `509` // Estimated: `3675` - // Minimum execution time: 14_034_000 picoseconds. - Weight::from_parts(14_630_000, 0) + // Minimum execution time: 27_330_000 picoseconds. + Weight::from_parts(28_227_000, 0) .saturating_add(Weight::from_parts(0, 3675)) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(2)) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: `PoolAssets::Account` (r:1 w:1) /// Proof: `PoolAssets::Account` (`max_values`: None, `max_size`: Some(134), added: 2609, mode: `MaxEncodedLen`) @@ -506,8 +510,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `439` // Estimated: `3675` - // Minimum execution time: 13_187_000 picoseconds. - Weight::from_parts(13_727_000, 0) + // Minimum execution time: 24_578_000 picoseconds. + Weight::from_parts(25_597_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -520,8 +524,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `388` // Estimated: `3675` - // Minimum execution time: 13_145_000 picoseconds. - Weight::from_parts(13_684_000, 0) + // Minimum execution time: 13_545_000 picoseconds. + Weight::from_parts(13_987_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_asset_conversion.rs b/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_asset_conversion.rs index 97b959858f..fe5d1c6b08 100644 --- a/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_asset_conversion.rs +++ b/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_asset_conversion.rs @@ -1,39 +1,38 @@ -// Copyright (C) Parity Technologies (UK) Ltd. -// This file is part of Polkadot. - -// Polkadot is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. - -// Polkadot is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. - -// You should have received a copy of the GNU General Public License -// along with Polkadot. If not, see . +// Copyright (C) Parity Technologies and the various Polkadot contributors, see Contributions.md +// for a list of specific contributors. +// SPDX-License-Identifier: Apache-2.0 +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. //! Autogenerated weights for `pallet_asset_conversion` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-03-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ggwpez-ref-hw`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` -//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("../asset-hub-kusama-chain-spec.json")`, DB CACHE: 1024 +//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("./asset-hub-polkadot-chain-spec.json")`, DB CACHE: 1024 // Executed Command: // ./target/production/polkadot // benchmark // pallet -// --chain=../asset-hub-kusama-chain-spec.json +// --chain=./asset-hub-polkadot-chain-spec.json // --steps=50 // --repeat=20 // --pallet=pallet_asset_conversion // --extrinsic=* // --wasm-execution=compiled // --heap-pages=4096 -// --output=./asset-hub-kusama-weights +// --output=./asset-hub-polkadot-weights/ // --header=./file_header.txt #![cfg_attr(rustfmt, rustfmt_skip)] @@ -49,11 +48,9 @@ pub struct WeightInfo(PhantomData); impl pallet_asset_conversion::WeightInfo for WeightInfo { /// Storage: `AssetConversion::Pools` (r:1 w:1) /// Proof: `AssetConversion::Pools` (`max_values`: None, `max_size`: Some(1224), added: 3699, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:2 w:1) + /// Storage: `System::Account` (r:1 w:1) /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `ForeignAssets::Account` (r:1 w:1) - /// Proof: `ForeignAssets::Account` (`max_values`: None, `max_size`: Some(732), added: 3207, mode: `MaxEncodedLen`) - /// Storage: `ForeignAssets::Asset` (r:1 w:1) + /// Storage: `ForeignAssets::Asset` (r:1 w:0) /// Proof: `ForeignAssets::Asset` (`max_values`: None, `max_size`: Some(808), added: 3283, mode: `MaxEncodedLen`) /// Storage: `AssetConversion::NextPoolAssetId` (r:1 w:1) /// Proof: `AssetConversion::NextPoolAssetId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) @@ -63,54 +60,54 @@ impl pallet_asset_conversion::WeightInfo for WeightInfo /// Proof: `PoolAssets::Account` (`max_values`: None, `max_size`: Some(134), added: 2609, mode: `MaxEncodedLen`) fn create_pool() -> Weight { // Proof Size summary in bytes: - // Measured: `499` - // Estimated: `6196` - // Minimum execution time: 74_492_000 picoseconds. - Weight::from_parts(77_141_000, 0) - .saturating_add(Weight::from_parts(0, 6196)) - .saturating_add(T::DbWeight::get().reads(8)) - .saturating_add(T::DbWeight::get().writes(7)) + // Measured: `365` + // Estimated: `4689` + // Minimum execution time: 75_771_000 picoseconds. + Weight::from_parts(77_476_000, 0) + .saturating_add(Weight::from_parts(0, 4689)) + .saturating_add(T::DbWeight::get().reads(6)) + .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: `AssetConversion::Pools` (r:1 w:0) /// Proof: `AssetConversion::Pools` (`max_values`: None, `max_size`: Some(1224), added: 3699, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) /// Storage: `ForeignAssets::Asset` (r:1 w:1) /// Proof: `ForeignAssets::Asset` (`max_values`: None, `max_size`: Some(808), added: 3283, mode: `MaxEncodedLen`) /// Storage: `ForeignAssets::Account` (r:2 w:2) /// Proof: `ForeignAssets::Account` (`max_values`: None, `max_size`: Some(732), added: 3207, mode: `MaxEncodedLen`) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) /// Storage: `PoolAssets::Asset` (r:1 w:1) /// Proof: `PoolAssets::Asset` (`max_values`: None, `max_size`: Some(210), added: 2685, mode: `MaxEncodedLen`) /// Storage: `PoolAssets::Account` (r:2 w:2) /// Proof: `PoolAssets::Account` (`max_values`: None, `max_size`: Some(134), added: 2609, mode: `MaxEncodedLen`) fn add_liquidity() -> Weight { // Proof Size summary in bytes: - // Measured: `1188` + // Measured: `975` // Estimated: `7404` - // Minimum execution time: 136_659_000 picoseconds. - Weight::from_parts(138_677_000, 0) + // Minimum execution time: 135_346_000 picoseconds. + Weight::from_parts(137_193_000, 0) .saturating_add(Weight::from_parts(0, 7404)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } /// Storage: `AssetConversion::Pools` (r:1 w:0) /// Proof: `AssetConversion::Pools` (`max_values`: None, `max_size`: Some(1224), added: 3699, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) /// Storage: `ForeignAssets::Asset` (r:1 w:1) /// Proof: `ForeignAssets::Asset` (`max_values`: None, `max_size`: Some(808), added: 3283, mode: `MaxEncodedLen`) /// Storage: `ForeignAssets::Account` (r:2 w:2) /// Proof: `ForeignAssets::Account` (`max_values`: None, `max_size`: Some(732), added: 3207, mode: `MaxEncodedLen`) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) /// Storage: `PoolAssets::Asset` (r:1 w:1) /// Proof: `PoolAssets::Asset` (`max_values`: None, `max_size`: Some(210), added: 2685, mode: `MaxEncodedLen`) /// Storage: `PoolAssets::Account` (r:1 w:1) /// Proof: `PoolAssets::Account` (`max_values`: None, `max_size`: Some(134), added: 2609, mode: `MaxEncodedLen`) fn remove_liquidity() -> Weight { // Proof Size summary in bytes: - // Measured: `1177` + // Measured: `1130` // Estimated: `7404` - // Minimum execution time: 126_575_000 picoseconds. - Weight::from_parts(128_510_000, 0) + // Minimum execution time: 127_356_000 picoseconds. + Weight::from_parts(129_345_000, 0) .saturating_add(Weight::from_parts(0, 7404)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) @@ -121,18 +118,19 @@ impl pallet_asset_conversion::WeightInfo for WeightInfo /// Proof: `ForeignAssets::Account` (`max_values`: None, `max_size`: Some(732), added: 3207, mode: `MaxEncodedLen`) /// Storage: `System::Account` (r:2 w:2) /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// The range of component `n` is `[2, 3]`. fn swap_exact_tokens_for_tokens(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `0 + n * (557 ±0)` - // Estimated: `7404 + n * (393 ±92)` - // Minimum execution time: 930_000_000 picoseconds. - Weight::from_parts(960_000_000, 0) + // Measured: `0 + n * (578 ±0)` + // Estimated: `7404 + n * (94 ±7)` + // Minimum execution time: 84_932_000 picoseconds. + Weight::from_parts(86_728_000, 0) .saturating_add(Weight::from_parts(0, 7404)) - // Standard Error: 17_993_720 - .saturating_add(Weight::from_parts(41_959_183, 0).saturating_mul(n.into())) + // Standard Error: 172_244 + .saturating_add(Weight::from_parts(1_231_312, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) - .saturating_add(Weight::from_parts(0, 393).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 94).saturating_mul(n.into())) } /// Storage: `System::Account` (r:2 w:2) /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) @@ -140,17 +138,18 @@ impl pallet_asset_conversion::WeightInfo for WeightInfo /// Proof: `ForeignAssets::Asset` (`max_values`: None, `max_size`: Some(808), added: 3283, mode: `MaxEncodedLen`) /// Storage: `ForeignAssets::Account` (r:4 w:4) /// Proof: `ForeignAssets::Account` (`max_values`: None, `max_size`: Some(732), added: 3207, mode: `MaxEncodedLen`) + /// The range of component `n` is `[2, 3]`. fn swap_tokens_for_exact_tokens(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `0 + n * (557 ±0)` - // Estimated: `7404 + n * (393 ±92)` - // Minimum execution time: 940_000_000 picoseconds. - Weight::from_parts(956_000_000, 0) + // Measured: `0 + n * (578 ±0)` + // Estimated: `7404 + n * (94 ±7)` + // Minimum execution time: 85_253_000 picoseconds. + Weight::from_parts(86_737_000, 0) .saturating_add(Weight::from_parts(0, 7404)) - // Standard Error: 15_746_647 - .saturating_add(Weight::from_parts(39_193_877, 0).saturating_mul(n.into())) + // Standard Error: 174_940 + .saturating_add(Weight::from_parts(1_207_793, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) - .saturating_add(Weight::from_parts(0, 393).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 94).saturating_mul(n.into())) } } diff --git a/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_assets_foreign.rs b/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_assets_foreign.rs index e7cace5da3..c03d6ef1ff 100644 --- a/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_assets_foreign.rs +++ b/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_assets_foreign.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_assets` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-03-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ggwpez-ref-hw`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("./asset-hub-polkadot-chain-spec.json")`, DB CACHE: 1024 @@ -56,8 +56,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `4273` - // Minimum execution time: 25_683_000 picoseconds. - Weight::from_parts(26_786_000, 0) + // Minimum execution time: 26_333_000 picoseconds. + Weight::from_parts(27_053_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) @@ -68,8 +68,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4` // Estimated: `4273` - // Minimum execution time: 8_853_000 picoseconds. - Weight::from_parts(9_202_000, 0) + // Minimum execution time: 9_447_000 picoseconds. + Weight::from_parts(9_799_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -80,8 +80,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `276` // Estimated: `4273` - // Minimum execution time: 10_239_000 picoseconds. - Weight::from_parts(10_713_000, 0) + // Minimum execution time: 10_686_000 picoseconds. + Weight::from_parts(11_250_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -94,15 +94,16 @@ impl pallet_assets::WeightInfo for WeightInfo { /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) /// The range of component `c` is `[0, 1000]`. /// The range of component `c` is `[0, 1000]`. + /// The range of component `c` is `[0, 1000]`. fn destroy_accounts(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `84 + c * (208 ±0)` // Estimated: `4273 + c * (3207 ±0)` - // Minimum execution time: 14_645_000 picoseconds. - Weight::from_parts(15_053_000, 0) + // Minimum execution time: 15_211_000 picoseconds. + Weight::from_parts(15_404_000, 0) .saturating_add(Weight::from_parts(0, 4273)) - // Standard Error: 4_907 - .saturating_add(Weight::from_parts(12_587_854, 0).saturating_mul(c.into())) + // Standard Error: 7_220 + .saturating_add(Weight::from_parts(13_183_375, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -115,15 +116,16 @@ impl pallet_assets::WeightInfo for WeightInfo { /// Proof: `ForeignAssets::Approvals` (`max_values`: None, `max_size`: Some(746), added: 3221, mode: `MaxEncodedLen`) /// The range of component `a` is `[0, 1000]`. /// The range of component `a` is `[0, 1000]`. + /// The range of component `a` is `[0, 1000]`. fn destroy_approvals(a: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `413 + a * (86 ±0)` // Estimated: `4273 + a * (3221 ±0)` - // Minimum execution time: 14_786_000 picoseconds. - Weight::from_parts(15_104_000, 0) + // Minimum execution time: 15_063_000 picoseconds. + Weight::from_parts(15_371_000, 0) .saturating_add(Weight::from_parts(0, 4273)) - // Standard Error: 2_847 - .saturating_add(Weight::from_parts(13_203_202, 0).saturating_mul(a.into())) + // Standard Error: 4_345 + .saturating_add(Weight::from_parts(13_785_267, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -138,8 +140,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `242` // Estimated: `4273` - // Minimum execution time: 12_391_000 picoseconds. - Weight::from_parts(12_808_000, 0) + // Minimum execution time: 12_715_000 picoseconds. + Weight::from_parts(13_175_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -152,8 +154,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `242` // Estimated: `4273` - // Minimum execution time: 21_307_000 picoseconds. - Weight::from_parts(21_813_000, 0) + // Minimum execution time: 21_073_000 picoseconds. + Weight::from_parts(21_770_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -166,8 +168,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `350` // Estimated: `4273` - // Minimum execution time: 27_724_000 picoseconds. - Weight::from_parts(28_370_000, 0) + // Minimum execution time: 27_665_000 picoseconds. + Weight::from_parts(28_445_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -182,8 +184,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `389` // Estimated: `7404` - // Minimum execution time: 38_754_000 picoseconds. - Weight::from_parts(39_737_000, 0) + // Minimum execution time: 38_879_000 picoseconds. + Weight::from_parts(39_931_000, 0) .saturating_add(Weight::from_parts(0, 7404)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -198,8 +200,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `389` // Estimated: `7404` - // Minimum execution time: 35_362_000 picoseconds. - Weight::from_parts(35_987_000, 0) + // Minimum execution time: 34_924_000 picoseconds. + Weight::from_parts(36_060_000, 0) .saturating_add(Weight::from_parts(0, 7404)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -214,8 +216,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `389` // Estimated: `7404` - // Minimum execution time: 38_907_000 picoseconds. - Weight::from_parts(39_854_000, 0) + // Minimum execution time: 38_972_000 picoseconds. + Weight::from_parts(40_110_000, 0) .saturating_add(Weight::from_parts(0, 7404)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -228,8 +230,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `350` // Estimated: `4273` - // Minimum execution time: 14_062_000 picoseconds. - Weight::from_parts(14_547_000, 0) + // Minimum execution time: 14_090_000 picoseconds. + Weight::from_parts(14_649_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -242,8 +244,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `350` // Estimated: `4273` - // Minimum execution time: 13_974_000 picoseconds. - Weight::from_parts(14_588_000, 0) + // Minimum execution time: 14_394_000 picoseconds. + Weight::from_parts(15_121_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -254,8 +256,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `276` // Estimated: `4273` - // Minimum execution time: 10_290_000 picoseconds. - Weight::from_parts(10_585_000, 0) + // Minimum execution time: 10_483_000 picoseconds. + Weight::from_parts(10_812_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -266,8 +268,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `276` // Estimated: `4273` - // Minimum execution time: 10_366_000 picoseconds. - Weight::from_parts(10_727_000, 0) + // Minimum execution time: 10_518_000 picoseconds. + Weight::from_parts(10_963_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -280,8 +282,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `242` // Estimated: `4273` - // Minimum execution time: 12_870_000 picoseconds. - Weight::from_parts(13_156_000, 0) + // Minimum execution time: 12_995_000 picoseconds. + Weight::from_parts(13_390_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -292,8 +294,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `242` // Estimated: `4273` - // Minimum execution time: 11_040_000 picoseconds. - Weight::from_parts(11_530_000, 0) + // Minimum execution time: 11_539_000 picoseconds. + Weight::from_parts(12_028_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -306,17 +308,19 @@ impl pallet_assets::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 50]`. /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. + /// The range of component `n` is `[0, 50]`. + /// The range of component `s` is `[0, 50]`. fn set_metadata(n: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `242` // Estimated: `4273` - // Minimum execution time: 22_778_000 picoseconds. - Weight::from_parts(23_796_121, 0) + // Minimum execution time: 23_085_000 picoseconds. + Weight::from_parts(24_131_087, 0) .saturating_add(Weight::from_parts(0, 4273)) - // Standard Error: 320 - .saturating_add(Weight::from_parts(1_906, 0).saturating_mul(n.into())) - // Standard Error: 320 - .saturating_add(Weight::from_parts(3_878, 0).saturating_mul(s.into())) + // Standard Error: 314 + .saturating_add(Weight::from_parts(120, 0).saturating_mul(n.into())) + // Standard Error: 314 + .saturating_add(Weight::from_parts(1_613, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -328,8 +332,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `406` // Estimated: `4273` - // Minimum execution time: 23_941_000 picoseconds. - Weight::from_parts(24_598_000, 0) + // Minimum execution time: 24_640_000 picoseconds. + Weight::from_parts(25_384_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -342,15 +346,19 @@ impl pallet_assets::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 50]`. /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. - fn force_set_metadata(_n: u32, s: u32, ) -> Weight { + /// The range of component `n` is `[0, 50]`. + /// The range of component `s` is `[0, 50]`. + fn force_set_metadata(n: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `81` // Estimated: `4273` - // Minimum execution time: 11_360_000 picoseconds. - Weight::from_parts(12_187_825, 0) + // Minimum execution time: 11_209_000 picoseconds. + Weight::from_parts(12_061_058, 0) .saturating_add(Weight::from_parts(0, 4273)) - // Standard Error: 210 - .saturating_add(Weight::from_parts(1_199, 0).saturating_mul(s.into())) + // Standard Error: 218 + .saturating_add(Weight::from_parts(375, 0).saturating_mul(n.into())) + // Standard Error: 218 + .saturating_add(Weight::from_parts(856, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -362,8 +370,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `406` // Estimated: `4273` - // Minimum execution time: 23_255_000 picoseconds. - Weight::from_parts(23_948_000, 0) + // Minimum execution time: 23_513_000 picoseconds. + Weight::from_parts(24_349_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -374,8 +382,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `242` // Estimated: `4273` - // Minimum execution time: 10_259_000 picoseconds. - Weight::from_parts(10_545_000, 0) + // Minimum execution time: 10_396_000 picoseconds. + Weight::from_parts(10_894_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -388,8 +396,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `276` // Estimated: `4273` - // Minimum execution time: 26_489_000 picoseconds. - Weight::from_parts(26_854_000, 0) + // Minimum execution time: 26_610_000 picoseconds. + Weight::from_parts(27_494_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -406,8 +414,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `559` // Estimated: `7404` - // Minimum execution time: 57_717_000 picoseconds. - Weight::from_parts(58_951_000, 0) + // Minimum execution time: 56_907_000 picoseconds. + Weight::from_parts(58_366_000, 0) .saturating_add(Weight::from_parts(0, 7404)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -420,8 +428,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `446` // Estimated: `4273` - // Minimum execution time: 28_683_000 picoseconds. - Weight::from_parts(29_496_000, 0) + // Minimum execution time: 29_118_000 picoseconds. + Weight::from_parts(30_183_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -434,8 +442,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `446` // Estimated: `4273` - // Minimum execution time: 28_992_000 picoseconds. - Weight::from_parts(29_858_000, 0) + // Minimum execution time: 29_640_000 picoseconds. + Weight::from_parts(30_603_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -446,8 +454,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `242` // Estimated: `4273` - // Minimum execution time: 11_557_000 picoseconds. - Weight::from_parts(12_218_000, 0) + // Minimum execution time: 11_633_000 picoseconds. + Weight::from_parts(12_045_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -462,8 +470,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `345` // Estimated: `4273` - // Minimum execution time: 28_522_000 picoseconds. - Weight::from_parts(29_332_000, 0) + // Minimum execution time: 29_078_000 picoseconds. + Weight::from_parts(29_984_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -476,8 +484,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `242` // Estimated: `4273` - // Minimum execution time: 25_761_000 picoseconds. - Weight::from_parts(26_512_000, 0) + // Minimum execution time: 26_343_000 picoseconds. + Weight::from_parts(27_195_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -492,8 +500,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `471` // Estimated: `4273` - // Minimum execution time: 27_966_000 picoseconds. - Weight::from_parts(28_886_000, 0) + // Minimum execution time: 28_093_000 picoseconds. + Weight::from_parts(28_951_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -506,8 +514,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `401` // Estimated: `4273` - // Minimum execution time: 25_838_000 picoseconds. - Weight::from_parts(26_591_000, 0) + // Minimum execution time: 25_481_000 picoseconds. + Weight::from_parts(26_516_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -520,8 +528,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `350` // Estimated: `4273` - // Minimum execution time: 14_211_000 picoseconds. - Weight::from_parts(14_694_000, 0) + // Minimum execution time: 14_447_000 picoseconds. + Weight::from_parts(15_011_000, 0) .saturating_add(Weight::from_parts(0, 4273)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_assets_local.rs b/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_assets_local.rs index 3d96b21cd6..0a65136267 100644 --- a/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_assets_local.rs +++ b/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_assets_local.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_assets` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-03-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ggwpez-ref-hw`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("./asset-hub-polkadot-chain-spec.json")`, DB CACHE: 1024 @@ -54,8 +54,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `146` // Estimated: `3675` - // Minimum execution time: 21_384_000 picoseconds. - Weight::from_parts(22_227_000, 0) + // Minimum execution time: 22_356_000 picoseconds. + Weight::from_parts(23_247_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -66,8 +66,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `6` // Estimated: `3675` - // Minimum execution time: 7_593_000 picoseconds. - Weight::from_parts(7_995_000, 0) + // Minimum execution time: 7_665_000 picoseconds. + Weight::from_parts(8_277_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -78,8 +78,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `277` // Estimated: `3675` - // Minimum execution time: 9_315_000 picoseconds. - Weight::from_parts(9_679_000, 0) + // Minimum execution time: 9_285_000 picoseconds. + Weight::from_parts(9_669_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -92,15 +92,16 @@ impl pallet_assets::WeightInfo for WeightInfo { /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) /// The range of component `c` is `[0, 1000]`. /// The range of component `c` is `[0, 1000]`. + /// The range of component `c` is `[0, 1000]`. fn destroy_accounts(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `85 + c * (208 ±0)` // Estimated: `3675 + c * (2609 ±0)` - // Minimum execution time: 13_125_000 picoseconds. - Weight::from_parts(13_274_000, 0) + // Minimum execution time: 13_127_000 picoseconds. + Weight::from_parts(13_443_000, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 4_778 - .saturating_add(Weight::from_parts(12_343_095, 0).saturating_mul(c.into())) + // Standard Error: 7_173 + .saturating_add(Weight::from_parts(13_055_243, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -113,15 +114,16 @@ impl pallet_assets::WeightInfo for WeightInfo { /// Proof: `Assets::Approvals` (`max_values`: None, `max_size`: Some(148), added: 2623, mode: `MaxEncodedLen`) /// The range of component `a` is `[0, 1000]`. /// The range of component `a` is `[0, 1000]`. + /// The range of component `a` is `[0, 1000]`. fn destroy_approvals(a: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `414 + a * (86 ±0)` // Estimated: `3675 + a * (2623 ±0)` - // Minimum execution time: 12_899_000 picoseconds. - Weight::from_parts(13_268_000, 0) + // Minimum execution time: 13_260_000 picoseconds. + Weight::from_parts(13_471_000, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 2_962 - .saturating_add(Weight::from_parts(13_117_886, 0).saturating_mul(a.into())) + // Standard Error: 3_866 + .saturating_add(Weight::from_parts(13_625_219, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -136,8 +138,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `243` // Estimated: `3675` - // Minimum execution time: 11_061_000 picoseconds. - Weight::from_parts(11_573_000, 0) + // Minimum execution time: 10_630_000 picoseconds. + Weight::from_parts(11_338_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -150,8 +152,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `243` // Estimated: `3675` - // Minimum execution time: 19_481_000 picoseconds. - Weight::from_parts(20_131_000, 0) + // Minimum execution time: 19_553_000 picoseconds. + Weight::from_parts(20_083_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -164,8 +166,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `351` // Estimated: `3675` - // Minimum execution time: 25_011_000 picoseconds. - Weight::from_parts(26_109_000, 0) + // Minimum execution time: 25_595_000 picoseconds. + Weight::from_parts(26_335_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -180,8 +182,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `390` // Estimated: `6208` - // Minimum execution time: 36_265_000 picoseconds. - Weight::from_parts(37_009_000, 0) + // Minimum execution time: 36_443_000 picoseconds. + Weight::from_parts(37_762_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -196,8 +198,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `390` // Estimated: `6208` - // Minimum execution time: 31_940_000 picoseconds. - Weight::from_parts(33_027_000, 0) + // Minimum execution time: 32_305_000 picoseconds. + Weight::from_parts(33_252_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -212,8 +214,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `390` // Estimated: `6208` - // Minimum execution time: 36_066_000 picoseconds. - Weight::from_parts(37_147_000, 0) + // Minimum execution time: 36_162_000 picoseconds. + Weight::from_parts(36_953_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -226,8 +228,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `351` // Estimated: `3675` - // Minimum execution time: 12_886_000 picoseconds. - Weight::from_parts(13_395_000, 0) + // Minimum execution time: 12_898_000 picoseconds. + Weight::from_parts(13_390_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -240,8 +242,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `351` // Estimated: `3675` - // Minimum execution time: 12_802_000 picoseconds. - Weight::from_parts(13_419_000, 0) + // Minimum execution time: 12_736_000 picoseconds. + Weight::from_parts(13_458_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -252,8 +254,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `277` // Estimated: `3675` - // Minimum execution time: 9_184_000 picoseconds. - Weight::from_parts(9_526_000, 0) + // Minimum execution time: 9_034_000 picoseconds. + Weight::from_parts(9_475_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -264,8 +266,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `277` // Estimated: `3675` - // Minimum execution time: 9_004_000 picoseconds. - Weight::from_parts(9_456_000, 0) + // Minimum execution time: 8_951_000 picoseconds. + Weight::from_parts(9_335_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -278,8 +280,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `243` // Estimated: `3675` - // Minimum execution time: 11_614_000 picoseconds. - Weight::from_parts(11_986_000, 0) + // Minimum execution time: 11_342_000 picoseconds. + Weight::from_parts(11_716_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -290,8 +292,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `243` // Estimated: `3675` - // Minimum execution time: 10_051_000 picoseconds. - Weight::from_parts(10_373_000, 0) + // Minimum execution time: 9_950_000 picoseconds. + Weight::from_parts(10_375_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -304,17 +306,19 @@ impl pallet_assets::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 50]`. /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. + /// The range of component `n` is `[0, 50]`. + /// The range of component `s` is `[0, 50]`. fn set_metadata(n: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `243` // Estimated: `3675` - // Minimum execution time: 21_383_000 picoseconds. - Weight::from_parts(22_376_316, 0) + // Minimum execution time: 21_545_000 picoseconds. + Weight::from_parts(22_769_148, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 378 - .saturating_add(Weight::from_parts(1_758, 0).saturating_mul(n.into())) - // Standard Error: 378 - .saturating_add(Weight::from_parts(2_702, 0).saturating_mul(s.into())) + // Standard Error: 365 + .saturating_add(Weight::from_parts(1_576, 0).saturating_mul(n.into())) + // Standard Error: 365 + .saturating_add(Weight::from_parts(681, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -326,8 +330,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `407` // Estimated: `3675` - // Minimum execution time: 22_530_000 picoseconds. - Weight::from_parts(23_041_000, 0) + // Minimum execution time: 22_304_000 picoseconds. + Weight::from_parts(23_067_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -340,15 +344,19 @@ impl pallet_assets::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 50]`. /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. - fn force_set_metadata(_n: u32, s: u32, ) -> Weight { + /// The range of component `n` is `[0, 50]`. + /// The range of component `s` is `[0, 50]`. + fn force_set_metadata(n: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `82` // Estimated: `3675` - // Minimum execution time: 10_299_000 picoseconds. - Weight::from_parts(10_931_844, 0) + // Minimum execution time: 10_404_000 picoseconds. + Weight::from_parts(11_082_792, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 238 - .saturating_add(Weight::from_parts(686, 0).saturating_mul(s.into())) + // Standard Error: 200 + .saturating_add(Weight::from_parts(803, 0).saturating_mul(n.into())) + // Standard Error: 200 + .saturating_add(Weight::from_parts(1_223, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -360,8 +368,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `407` // Estimated: `3675` - // Minimum execution time: 22_155_000 picoseconds. - Weight::from_parts(22_788_000, 0) + // Minimum execution time: 22_095_000 picoseconds. + Weight::from_parts(22_899_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -372,8 +380,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `243` // Estimated: `3675` - // Minimum execution time: 9_395_000 picoseconds. - Weight::from_parts(9_928_000, 0) + // Minimum execution time: 9_477_000 picoseconds. + Weight::from_parts(9_866_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -386,8 +394,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `277` // Estimated: `3675` - // Minimum execution time: 25_063_000 picoseconds. - Weight::from_parts(25_787_000, 0) + // Minimum execution time: 24_960_000 picoseconds. + Weight::from_parts(25_890_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -404,8 +412,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `560` // Estimated: `6208` - // Minimum execution time: 54_020_000 picoseconds. - Weight::from_parts(54_947_000, 0) + // Minimum execution time: 54_045_000 picoseconds. + Weight::from_parts(55_088_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -418,8 +426,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `447` // Estimated: `3675` - // Minimum execution time: 27_115_000 picoseconds. - Weight::from_parts(27_952_000, 0) + // Minimum execution time: 27_024_000 picoseconds. + Weight::from_parts(28_164_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -432,8 +440,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `447` // Estimated: `3675` - // Minimum execution time: 27_362_000 picoseconds. - Weight::from_parts(28_240_000, 0) + // Minimum execution time: 27_704_000 picoseconds. + Weight::from_parts(28_333_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -444,8 +452,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `243` // Estimated: `3675` - // Minimum execution time: 10_384_000 picoseconds. - Weight::from_parts(10_743_000, 0) + // Minimum execution time: 10_375_000 picoseconds. + Weight::from_parts(10_885_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -460,8 +468,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `346` // Estimated: `3675` - // Minimum execution time: 26_973_000 picoseconds. - Weight::from_parts(27_783_000, 0) + // Minimum execution time: 26_960_000 picoseconds. + Weight::from_parts(28_038_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -474,8 +482,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `243` // Estimated: `3675` - // Minimum execution time: 24_257_000 picoseconds. - Weight::from_parts(25_085_000, 0) + // Minimum execution time: 24_579_000 picoseconds. + Weight::from_parts(25_234_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -490,8 +498,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `472` // Estimated: `3675` - // Minimum execution time: 26_494_000 picoseconds. - Weight::from_parts(27_152_000, 0) + // Minimum execution time: 26_764_000 picoseconds. + Weight::from_parts(27_690_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) @@ -504,8 +512,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `402` // Estimated: `3675` - // Minimum execution time: 24_357_000 picoseconds. - Weight::from_parts(25_067_000, 0) + // Minimum execution time: 23_938_000 picoseconds. + Weight::from_parts(25_110_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -518,8 +526,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `351` // Estimated: `3675` - // Minimum execution time: 12_924_000 picoseconds. - Weight::from_parts(13_497_000, 0) + // Minimum execution time: 12_544_000 picoseconds. + Weight::from_parts(13_219_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_assets_pool.rs b/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_assets_pool.rs index 922137b547..df4cf24bf6 100644 --- a/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_assets_pool.rs +++ b/system-parachains/asset-hubs/asset-hub-polkadot/src/weights/pallet_assets_pool.rs @@ -1,39 +1,38 @@ -// Copyright (C) Parity Technologies (UK) Ltd. -// This file is part of Polkadot. - -// Polkadot is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. - -// Polkadot is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. - -// You should have received a copy of the GNU General Public License -// along with Polkadot. If not, see . +// Copyright (C) Parity Technologies and the various Polkadot contributors, see Contributions.md +// for a list of specific contributors. +// SPDX-License-Identifier: Apache-2.0 +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. //! Autogenerated weights for `pallet_assets` //! -//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-12-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-03-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ggwpez-ref-hw`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` -//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("../asset-hub-kusama-chain-spec.json")`, DB CACHE: 1024 +//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("./asset-hub-polkadot-chain-spec.json")`, DB CACHE: 1024 // Executed Command: // ./target/production/polkadot // benchmark // pallet -// --chain=../asset-hub-kusama-chain-spec.json +// --chain=./asset-hub-polkadot-chain-spec.json // --steps=50 // --repeat=20 // --pallet=pallet_assets // --extrinsic=* // --wasm-execution=compiled // --heap-pages=4096 -// --output=./asset-hub-kusama-weights +// --output=./asset-hub-polkadot-weights/ // --header=./file_header.txt #![cfg_attr(rustfmt, rustfmt_skip)] @@ -47,17 +46,13 @@ use core::marker::PhantomData; /// Weight functions for `pallet_assets`. pub struct WeightInfo(PhantomData); impl pallet_assets::WeightInfo for WeightInfo { - /// Storage: `PoolAssets::Asset` (r:1 w:1) - /// Proof: `PoolAssets::Asset` (`max_values`: None, `max_size`: Some(210), added: 2685, mode: `MaxEncodedLen`) fn create() -> Weight { // Proof Size summary in bytes: - // Measured: `42` - // Estimated: `3675` - // Minimum execution time: 10_327_000 picoseconds. - Weight::from_parts(10_767_000, 0) - .saturating_add(Weight::from_parts(0, 3675)) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + // Measured: `0` + // Estimated: `0` + // Minimum execution time: 0_000 picoseconds. + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: `PoolAssets::Asset` (r:1 w:1) /// Proof: `PoolAssets::Asset` (`max_values`: None, `max_size`: Some(210), added: 2685, mode: `MaxEncodedLen`) @@ -65,8 +60,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3675` - // Minimum execution time: 9_859_000 picoseconds. - Weight::from_parts(10_313_000, 0) + // Minimum execution time: 9_103_000 picoseconds. + Weight::from_parts(9_673_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -77,8 +72,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `314` // Estimated: `3675` - // Minimum execution time: 10_349_000 picoseconds. - Weight::from_parts(10_780_000, 0) + // Minimum execution time: 9_683_000 picoseconds. + Weight::from_parts(10_258_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -96,11 +91,11 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `122 + c * (208 ±0)` // Estimated: `3675 + c * (2609 ±0)` - // Minimum execution time: 14_416_000 picoseconds. - Weight::from_parts(14_691_000, 0) + // Minimum execution time: 13_986_000 picoseconds. + Weight::from_parts(14_271_000, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 7_257 - .saturating_add(Weight::from_parts(13_166_740, 0).saturating_mul(c.into())) + // Standard Error: 7_173 + .saturating_add(Weight::from_parts(13_049_924, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -118,11 +113,11 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `451 + a * (86 ±0)` // Estimated: `3675 + a * (2623 ±0)` - // Minimum execution time: 14_333_000 picoseconds. - Weight::from_parts(14_651_000, 0) + // Minimum execution time: 13_773_000 picoseconds. + Weight::from_parts(14_104_000, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 4_812 - .saturating_add(Weight::from_parts(13_784_978, 0).saturating_mul(a.into())) + // Standard Error: 3_958 + .saturating_add(Weight::from_parts(13_616_108, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -137,8 +132,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 11_770_000 picoseconds. - Weight::from_parts(12_178_000, 0) + // Minimum execution time: 11_331_000 picoseconds. + Weight::from_parts(11_776_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -151,8 +146,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 20_274_000 picoseconds. - Weight::from_parts(21_083_000, 0) + // Minimum execution time: 19_816_000 picoseconds. + Weight::from_parts(20_473_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -165,8 +160,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `388` // Estimated: `3675` - // Minimum execution time: 26_271_000 picoseconds. - Weight::from_parts(27_277_000, 0) + // Minimum execution time: 25_619_000 picoseconds. + Weight::from_parts(26_296_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -181,8 +176,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `427` // Estimated: `6208` - // Minimum execution time: 37_162_000 picoseconds. - Weight::from_parts(38_134_000, 0) + // Minimum execution time: 36_684_000 picoseconds. + Weight::from_parts(37_375_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -197,8 +192,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `427` // Estimated: `6208` - // Minimum execution time: 32_987_000 picoseconds. - Weight::from_parts(33_868_000, 0) + // Minimum execution time: 32_776_000 picoseconds. + Weight::from_parts(33_662_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -213,8 +208,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `427` // Estimated: `6208` - // Minimum execution time: 37_562_000 picoseconds. - Weight::from_parts(38_201_000, 0) + // Minimum execution time: 36_626_000 picoseconds. + Weight::from_parts(37_485_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) @@ -227,8 +222,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `388` // Estimated: `3675` - // Minimum execution time: 14_035_000 picoseconds. - Weight::from_parts(14_629_000, 0) + // Minimum execution time: 13_388_000 picoseconds. + Weight::from_parts(13_813_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -241,8 +236,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `388` // Estimated: `3675` - // Minimum execution time: 14_047_000 picoseconds. - Weight::from_parts(14_523_000, 0) + // Minimum execution time: 13_283_000 picoseconds. + Weight::from_parts(13_747_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -253,8 +248,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `314` // Estimated: `3675` - // Minimum execution time: 10_020_000 picoseconds. - Weight::from_parts(10_489_000, 0) + // Minimum execution time: 9_469_000 picoseconds. + Weight::from_parts(9_978_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -265,8 +260,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `314` // Estimated: `3675` - // Minimum execution time: 10_016_000 picoseconds. - Weight::from_parts(10_344_000, 0) + // Minimum execution time: 9_378_000 picoseconds. + Weight::from_parts(9_886_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -279,8 +274,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 12_335_000 picoseconds. - Weight::from_parts(12_920_000, 0) + // Minimum execution time: 11_950_000 picoseconds. + Weight::from_parts(12_403_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -291,8 +286,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 11_099_000 picoseconds. - Weight::from_parts(11_545_000, 0) + // Minimum execution time: 10_571_000 picoseconds. + Weight::from_parts(11_100_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -311,13 +306,13 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 11_847_000 picoseconds. - Weight::from_parts(12_587_711, 0) + // Minimum execution time: 11_544_000 picoseconds. + Weight::from_parts(12_361_071, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 202 - .saturating_add(Weight::from_parts(2_693, 0).saturating_mul(n.into())) - // Standard Error: 202 - .saturating_add(Weight::from_parts(2_968, 0).saturating_mul(s.into())) + // Standard Error: 221 + .saturating_add(Weight::from_parts(1_643, 0).saturating_mul(n.into())) + // Standard Error: 221 + .saturating_add(Weight::from_parts(1_144, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -329,8 +324,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `444` // Estimated: `3675` - // Minimum execution time: 12_969_000 picoseconds. - Weight::from_parts(13_612_000, 0) + // Minimum execution time: 12_246_000 picoseconds. + Weight::from_parts(12_849_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -349,13 +344,13 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `119` // Estimated: `3675` - // Minimum execution time: 11_159_000 picoseconds. - Weight::from_parts(11_752_476, 0) + // Minimum execution time: 10_729_000 picoseconds. + Weight::from_parts(11_366_424, 0) .saturating_add(Weight::from_parts(0, 3675)) - // Standard Error: 192 - .saturating_add(Weight::from_parts(1_592, 0).saturating_mul(n.into())) - // Standard Error: 192 - .saturating_add(Weight::from_parts(2_277, 0).saturating_mul(s.into())) + // Standard Error: 191 + .saturating_add(Weight::from_parts(1_328, 0).saturating_mul(n.into())) + // Standard Error: 191 + .saturating_add(Weight::from_parts(1_232, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -367,8 +362,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `444` // Estimated: `3675` - // Minimum execution time: 12_375_000 picoseconds. - Weight::from_parts(13_011_000, 0) + // Minimum execution time: 12_103_000 picoseconds. + Weight::from_parts(12_616_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) @@ -379,8 +374,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 10_409_000 picoseconds. - Weight::from_parts(10_977_000, 0) + // Minimum execution time: 9_924_000 picoseconds. + Weight::from_parts(10_441_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -393,8 +388,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `314` // Estimated: `3675` - // Minimum execution time: 26_135_000 picoseconds. - Weight::from_parts(26_736_000, 0) + // Minimum execution time: 25_453_000 picoseconds. + Weight::from_parts(26_285_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -411,8 +406,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `597` // Estimated: `6208` - // Minimum execution time: 55_219_000 picoseconds. - Weight::from_parts(56_400_000, 0) + // Minimum execution time: 54_168_000 picoseconds. + Weight::from_parts(55_330_000, 0) .saturating_add(Weight::from_parts(0, 6208)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) @@ -425,8 +420,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `484` // Estimated: `3675` - // Minimum execution time: 28_475_000 picoseconds. - Weight::from_parts(29_194_000, 0) + // Minimum execution time: 27_730_000 picoseconds. + Weight::from_parts(28_499_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -439,8 +434,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `484` // Estimated: `3675` - // Minimum execution time: 28_943_000 picoseconds. - Weight::from_parts(29_674_000, 0) + // Minimum execution time: 27_849_000 picoseconds. + Weight::from_parts(28_749_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -451,8 +446,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 11_309_000 picoseconds. - Weight::from_parts(11_601_000, 0) + // Minimum execution time: 10_744_000 picoseconds. + Weight::from_parts(11_342_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -461,15 +456,17 @@ impl pallet_assets::WeightInfo for WeightInfo { /// Proof: `PoolAssets::Account` (`max_values`: None, `max_size`: Some(134), added: 2609, mode: `MaxEncodedLen`) /// Storage: `PoolAssets::Asset` (r:1 w:1) /// Proof: `PoolAssets::Asset` (`max_values`: None, `max_size`: Some(210), added: 2685, mode: `MaxEncodedLen`) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn touch() -> Weight { // Proof Size summary in bytes: - // Measured: `280` + // Measured: `383` // Estimated: `3675` - // Minimum execution time: 15_731_000 picoseconds. - Weight::from_parts(16_413_000, 0) + // Minimum execution time: 27_585_000 picoseconds. + Weight::from_parts(28_360_000, 0) .saturating_add(Weight::from_parts(0, 3675)) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(2)) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: `PoolAssets::Account` (r:1 w:1) /// Proof: `PoolAssets::Account` (`max_values`: None, `max_size`: Some(134), added: 2609, mode: `MaxEncodedLen`) @@ -479,8 +476,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `280` // Estimated: `3675` - // Minimum execution time: 15_119_000 picoseconds. - Weight::from_parts(15_668_000, 0) + // Minimum execution time: 24_866_000 picoseconds. + Weight::from_parts(25_658_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -489,15 +486,17 @@ impl pallet_assets::WeightInfo for WeightInfo { /// Proof: `PoolAssets::Account` (`max_values`: None, `max_size`: Some(134), added: 2609, mode: `MaxEncodedLen`) /// Storage: `PoolAssets::Asset` (r:1 w:1) /// Proof: `PoolAssets::Asset` (`max_values`: None, `max_size`: Some(210), added: 2685, mode: `MaxEncodedLen`) + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) fn refund() -> Weight { // Proof Size summary in bytes: - // Measured: `406` + // Measured: `509` // Estimated: `3675` - // Minimum execution time: 14_162_000 picoseconds. - Weight::from_parts(14_911_000, 0) + // Minimum execution time: 27_040_000 picoseconds. + Weight::from_parts(27_910_000, 0) .saturating_add(Weight::from_parts(0, 3675)) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(2)) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: `PoolAssets::Account` (r:1 w:1) /// Proof: `PoolAssets::Account` (`max_values`: None, `max_size`: Some(134), added: 2609, mode: `MaxEncodedLen`) @@ -507,8 +506,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `439` // Estimated: `3675` - // Minimum execution time: 13_897_000 picoseconds. - Weight::from_parts(14_365_000, 0) + // Minimum execution time: 24_684_000 picoseconds. + Weight::from_parts(25_393_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -521,8 +520,8 @@ impl pallet_assets::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `388` // Estimated: `3675` - // Minimum execution time: 14_060_000 picoseconds. - Weight::from_parts(14_496_000, 0) + // Minimum execution time: 13_122_000 picoseconds. + Weight::from_parts(13_661_000, 0) .saturating_add(Weight::from_parts(0, 3675)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) diff --git a/system-parachains/collectives/collectives-polkadot/src/weights/pallet_treasury.rs b/system-parachains/collectives/collectives-polkadot/src/weights/pallet_treasury.rs index 1a28180ae0..4a73e70097 100644 --- a/system-parachains/collectives/collectives-polkadot/src/weights/pallet_treasury.rs +++ b/system-parachains/collectives/collectives-polkadot/src/weights/pallet_treasury.rs @@ -16,7 +16,7 @@ //! Autogenerated weights for `pallet_treasury` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 -//! DATE: 2024-03-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-03-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `ggwpez-ref-hw`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` //! WASM-EXECUTION: `Compiled`, CHAIN: `Some("./collectives-polkadot-chain-spec.json")`, DB CACHE: 1024 @@ -56,8 +56,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `6` // Estimated: `1887` - // Minimum execution time: 9_544_000 picoseconds. - Weight::from_parts(10_211_000, 0) + // Minimum execution time: 9_404_000 picoseconds. + Weight::from_parts(9_806_000, 0) .saturating_add(Weight::from_parts(0, 1887)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) @@ -70,8 +70,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `107` // Estimated: `1489` - // Minimum execution time: 20_278_000 picoseconds. - Weight::from_parts(20_753_000, 0) + // Minimum execution time: 20_507_000 picoseconds. + Weight::from_parts(20_975_000, 0) .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) @@ -84,8 +84,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `265` // Estimated: `3593` - // Minimum execution time: 23_607_000 picoseconds. - Weight::from_parts(24_077_000, 0) + // Minimum execution time: 23_196_000 picoseconds. + Weight::from_parts(23_955_000, 0) .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -99,11 +99,11 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `433 + p * (8 ±0)` // Estimated: `3573` - // Minimum execution time: 6_624_000 picoseconds. - Weight::from_parts(9_554_125, 0) + // Minimum execution time: 6_515_000 picoseconds. + Weight::from_parts(9_685_396, 0) .saturating_add(Weight::from_parts(0, 3573)) - // Standard Error: 1_262 - .saturating_add(Weight::from_parts(92_869, 0).saturating_mul(p.into())) + // Standard Error: 1_398 + .saturating_add(Weight::from_parts(89_345, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -113,8 +113,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `90` // Estimated: `1887` - // Minimum execution time: 4_946_000 picoseconds. - Weight::from_parts(5_158_000, 0) + // Minimum execution time: 4_996_000 picoseconds. + Weight::from_parts(5_157_000, 0) .saturating_add(Weight::from_parts(0, 1887)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) @@ -134,11 +134,11 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `269 + p * (253 ±0)` // Estimated: `3593 + p * (5206 ±0)` - // Minimum execution time: 18_405_000 picoseconds. - Weight::from_parts(16_739_373, 0) + // Minimum execution time: 19_053_000 picoseconds. + Weight::from_parts(13_219_334, 0) .saturating_add(Weight::from_parts(0, 3593)) - // Standard Error: 15_829 - .saturating_add(Weight::from_parts(33_184_583, 0).saturating_mul(p.into())) + // Standard Error: 20_090 + .saturating_add(Weight::from_parts(33_311_475, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(4)) @@ -155,8 +155,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `82` // Estimated: `4703` - // Minimum execution time: 15_444_000 picoseconds. - Weight::from_parts(16_110_000, 0) + // Minimum execution time: 17_162_000 picoseconds. + Weight::from_parts(17_903_000, 0) .saturating_add(Weight::from_parts(0, 4703)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -187,8 +187,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `522` // Estimated: `5318` - // Minimum execution time: 52_154_000 picoseconds. - Weight::from_parts(53_585_000, 0) + // Minimum execution time: 52_750_000 picoseconds. + Weight::from_parts(54_363_000, 0) .saturating_add(Weight::from_parts(0, 5318)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(6)) @@ -201,8 +201,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `313` // Estimated: `5318` - // Minimum execution time: 23_138_000 picoseconds. - Weight::from_parts(23_701_000, 0) + // Minimum execution time: 23_322_000 picoseconds. + Weight::from_parts(24_375_000, 0) .saturating_add(Weight::from_parts(0, 5318)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) @@ -213,8 +213,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `143` // Estimated: `5318` - // Minimum execution time: 11_282_000 picoseconds. - Weight::from_parts(11_465_000, 0) + // Minimum execution time: 11_788_000 picoseconds. + Weight::from_parts(12_125_000, 0) .saturating_add(Weight::from_parts(0, 5318)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1))