From 1c1070f060c308516ff4530e5fc0b6aa7a49d4ae Mon Sep 17 00:00:00 2001 From: Miguel Hervas Date: Thu, 12 Jan 2023 10:55:52 -0700 Subject: [PATCH] Re-generate runtime weights (#1164) * add content permissions + rm free space * add new weights --- .github/workflows/docker.yml | 12 -- .github/workflows/docs.yml | 2 + runtime/altair/src/weights/frame_system.rs | 44 ++--- runtime/altair/src/weights/pallet_anchors.rs | 20 +-- runtime/altair/src/weights/pallet_balances.rs | 32 ++-- .../src/weights/pallet_collator_allowlist.rs | 12 +- .../altair/src/weights/pallet_collective.rs | 128 +++++++------- .../src/weights/pallet_crowdloan_claim.rs | 40 ++--- .../src/weights/pallet_crowdloan_reward.rs | 20 +-- .../altair/src/weights/pallet_democracy.rs | 124 ++++++------- runtime/altair/src/weights/pallet_fees.rs | 8 +- runtime/altair/src/weights/pallet_identity.rs | 164 +++++++++--------- .../src/weights/pallet_interest_accrual.rs | 12 +- runtime/altair/src/weights/pallet_loans.rs | 92 +++++----- .../src/weights/pallet_migration_manager.rs | 36 ++-- runtime/altair/src/weights/pallet_multisig.rs | 72 ++++---- .../altair/src/weights/pallet_nft_sales.rs | 16 +- .../altair/src/weights/pallet_permissions.rs | 28 +-- .../src/weights/pallet_pool_registry.rs | 44 ++--- .../altair/src/weights/pallet_pool_system.rs | 48 ++--- runtime/altair/src/weights/pallet_preimage.rs | 64 +++---- runtime/altair/src/weights/pallet_proxy.rs | 100 +++++------ .../src/weights/pallet_restricted_tokens.rs | 44 ++--- .../altair/src/weights/pallet_scheduler.rs | 76 ++++---- .../altair/src/weights/pallet_timestamp.rs | 12 +- runtime/altair/src/weights/pallet_treasury.rs | 36 ++-- runtime/altair/src/weights/pallet_uniques.rs | 124 ++++++------- runtime/altair/src/weights/pallet_utility.rs | 36 ++-- runtime/altair/src/weights/pallet_vesting.rs | 100 +++++------ .../centrifuge/src/weights/frame_system.rs | 44 ++--- .../centrifuge/src/weights/pallet_anchors.rs | 20 +-- .../centrifuge/src/weights/pallet_balances.rs | 32 ++-- .../src/weights/pallet_collator_allowlist.rs | 12 +- .../src/weights/pallet_collective.rs | 128 +++++++------- .../src/weights/pallet_crowdloan_claim.rs | 40 ++--- .../src/weights/pallet_crowdloan_reward.rs | 20 +-- .../src/weights/pallet_democracy.rs | 124 ++++++------- runtime/centrifuge/src/weights/pallet_fees.rs | 8 +- .../centrifuge/src/weights/pallet_identity.rs | 164 +++++++++--------- .../src/weights/pallet_migration_manager.rs | 36 ++-- .../centrifuge/src/weights/pallet_multisig.rs | 70 ++++---- .../centrifuge/src/weights/pallet_preimage.rs | 60 +++---- .../centrifuge/src/weights/pallet_proxy.rs | 96 +++++----- .../src/weights/pallet_scheduler.rs | 74 ++++---- .../src/weights/pallet_timestamp.rs | 12 +- .../centrifuge/src/weights/pallet_treasury.rs | 36 ++-- .../centrifuge/src/weights/pallet_utility.rs | 36 ++-- .../centrifuge/src/weights/pallet_vesting.rs | 84 ++++----- 48 files changed, 1319 insertions(+), 1323 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 001bd35865..63e5671f23 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -28,18 +28,6 @@ jobs: echo "Listing 100 largest packages" dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n | tail -n 100 df -h - echo "Removing large packages" - sudo apt-get remove -y '^dotnet-.*' - sudo apt-get remove -y '^llvm-.*' - sudo apt-get remove -y 'php.*' - sudo apt-get remove -y 'mysql.*' - sudo apt-get remove -y azure-cli google-cloud-sdk google-chrome-stable firefox powershell - sudo apt-get autoremove -y - sudo apt-get clean - df -h - echo "Removing large directories" - rm -rf /usr/share/dotnet/ - df -h - name: Set docker tag run: | if [ "${WORKFLOW_TAG}" != "" ]; then diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d60164aabf..bd84622f5b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -4,6 +4,8 @@ on: branches: [main] jobs: docs: + permissions: + contents: write runs-on: ubuntu-latest env: RUST_TOOLCHAIN: "nightly-2022-08-05" diff --git a/runtime/altair/src/weights/frame_system.rs b/runtime/altair/src/weights/frame_system.rs index bfbc81f573..eb35daf926 100644 --- a/runtime/altair/src/weights/frame_system.rs +++ b/runtime/altair/src/weights/frame_system.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `frame_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -32,51 +32,51 @@ pub struct WeightInfo(PhantomData); impl frame_system::WeightInfo for WeightInfo { /// The range of component `b` is `[0, 3932160]`. fn remark(b: u32, ) -> Weight { - // Minimum execution time: 4_000 nanoseconds. - Weight::from_ref_time(4_156_551 as u64) + // Minimum execution time: 8_001 nanoseconds. + Weight::from_ref_time(11_535_975 as u64) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(209 as u64).saturating_mul(b as u64)) + .saturating_add(Weight::from_ref_time(533 as u64).saturating_mul(b as u64)) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(12_000_000 as u64) + // Minimum execution time: 26_100 nanoseconds. + Weight::from_ref_time(12_616_396 as u64) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_211 as u64).saturating_mul(b as u64)) + .saturating_add(Weight::from_ref_time(1_890 as u64).saturating_mul(b as u64)) } // Storage: System Digest (r:1 w:1) // Storage: unknown [0x3a686561707061676573] (r:0 w:1) fn set_heap_pages() -> Weight { - // Minimum execution time: 8_000 nanoseconds. - Weight::from_ref_time(8_000_000 as u64) + // Minimum execution time: 16_900 nanoseconds. + Weight::from_ref_time(17_300_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn set_storage(i: u32, ) -> Weight { - // Minimum execution time: 3_000 nanoseconds. - Weight::from_ref_time(4_000_000 as u64) - // Standard Error: 787 - .saturating_add(Weight::from_ref_time(742_603 as u64).saturating_mul(i as u64)) + // Minimum execution time: 8_100 nanoseconds. + Weight::from_ref_time(89_306 as u64) + // Standard Error: 1_702 + .saturating_add(Weight::from_ref_time(1_148_953 as u64).saturating_mul(i as u64)) .saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(i as u64))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn kill_storage(i: u32, ) -> Weight { - // Minimum execution time: 3_000 nanoseconds. - Weight::from_ref_time(4_000_000 as u64) - // Standard Error: 818 - .saturating_add(Weight::from_ref_time(549_650 as u64).saturating_mul(i as u64)) + // Minimum execution time: 8_000 nanoseconds. + Weight::from_ref_time(3_259_984 as u64) + // Standard Error: 1_635 + .saturating_add(Weight::from_ref_time(901_614 as u64).saturating_mul(i as u64)) .saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(i as u64))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `p` is `[0, 1000]`. fn kill_prefix(p: u32, ) -> Weight { - // Minimum execution time: 5_000 nanoseconds. - Weight::from_ref_time(6_000_000 as u64) - // Standard Error: 1_062 - .saturating_add(Weight::from_ref_time(1_109_469 as u64).saturating_mul(p as u64)) + // Minimum execution time: 11_600 nanoseconds. + Weight::from_ref_time(11_700_000 as u64) + // Standard Error: 1_579 + .saturating_add(Weight::from_ref_time(1_663_730 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(p as u64))) } } diff --git a/runtime/altair/src/weights/pallet_anchors.rs b/runtime/altair/src/weights/pallet_anchors.rs index dbb045f6b9..39efeb030d 100644 --- a/runtime/altair/src/weights/pallet_anchors.rs +++ b/runtime/altair/src/weights/pallet_anchors.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_anchors` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -34,8 +34,8 @@ impl pallet_anchors::WeightInfo for WeightInfo { // Storage: Anchor PreCommits (r:1 w:1) // Storage: Fees FeeBalances (r:1 w:0) fn pre_commit() -> Weight { - // Minimum execution time: 30_000 nanoseconds. - Weight::from_ref_time(31_000_000 as u64) + // Minimum execution time: 62_801 nanoseconds. + Weight::from_ref_time(63_801_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -49,15 +49,15 @@ impl pallet_anchors::WeightInfo for WeightInfo { // Storage: Anchor AnchorIndexes (r:0 w:1) // Storage: unknown [0xdb4faa73ca6d2016e53c7156087c176b79b169c409b8a0063a07964f3187f9e9] (r:0 w:1) fn commit() -> Weight { - // Minimum execution time: 47_000 nanoseconds. - Weight::from_ref_time(48_000_000 as u64) + // Minimum execution time: 95_601 nanoseconds. + Weight::from_ref_time(96_501_000 as u64) .saturating_add(T::DbWeight::get().reads(7 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } // Storage: Anchor PreCommits (r:100 w:100) fn evict_pre_commits() -> Weight { - // Minimum execution time: 1_238_000 nanoseconds. - Weight::from_ref_time(1_256_000_000 as u64) + // Minimum execution time: 2_018_428 nanoseconds. + Weight::from_ref_time(2_033_028_000 as u64) .saturating_add(T::DbWeight::get().reads(100 as u64)) .saturating_add(T::DbWeight::get().writes(100 as u64)) } @@ -269,8 +269,8 @@ impl pallet_anchors::WeightInfo for WeightInfo { // Storage: unknown [0xee60c64e1e32117f948ee71d391f978e8ac98c2bd869322fc25164502e3f7a9b] (r:0 w:1) // Storage: unknown [0xf7e4b8a5415405a940e730546df85583c8c23956d99a3be18e09eebf3639d312] (r:0 w:1) fn evict_anchors() -> Weight { - // Minimum execution time: 1_360_000 nanoseconds. - Weight::from_ref_time(1_367_000_000 as u64) + // Minimum execution time: 2_229_631 nanoseconds. + Weight::from_ref_time(2_257_632_000 as u64) .saturating_add(T::DbWeight::get().reads(404 as u64)) .saturating_add(T::DbWeight::get().writes(402 as u64)) } diff --git a/runtime/altair/src/weights/pallet_balances.rs b/runtime/altair/src/weights/pallet_balances.rs index afcc9e1edb..ba0f39fb11 100644 --- a/runtime/altair/src/weights/pallet_balances.rs +++ b/runtime/altair/src/weights/pallet_balances.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -32,50 +32,50 @@ pub struct WeightInfo(PhantomData); impl pallet_balances::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) fn transfer() -> Weight { - // Minimum execution time: 46_000 nanoseconds. - Weight::from_ref_time(47_000_000 as u64) + // Minimum execution time: 87_501 nanoseconds. + Weight::from_ref_time(88_701_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) fn transfer_keep_alive() -> Weight { - // Minimum execution time: 33_000 nanoseconds. - Weight::from_ref_time(34_000_000 as u64) + // Minimum execution time: 64_201 nanoseconds. + Weight::from_ref_time(65_301_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) fn set_balance_creating() -> Weight { - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(24_000_000 as u64) + // Minimum execution time: 47_701 nanoseconds. + Weight::from_ref_time(48_700_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) fn set_balance_killing() -> Weight { - // Minimum execution time: 26_000 nanoseconds. - Weight::from_ref_time(27_000_000 as u64) + // Minimum execution time: 53_100 nanoseconds. + Weight::from_ref_time(54_001_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:2 w:2) fn force_transfer() -> Weight { - // Minimum execution time: 49_000 nanoseconds. - Weight::from_ref_time(50_000_000 as u64) + // Minimum execution time: 86_201 nanoseconds. + Weight::from_ref_time(87_202_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: System Account (r:1 w:1) fn transfer_all() -> Weight { - // Minimum execution time: 41_000 nanoseconds. - Weight::from_ref_time(43_000_000 as u64) + // Minimum execution time: 74_801 nanoseconds. + Weight::from_ref_time(76_201_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) fn force_unreserve() -> Weight { - // Minimum execution time: 20_000 nanoseconds. - Weight::from_ref_time(21_000_000 as u64) + // Minimum execution time: 40_401 nanoseconds. + Weight::from_ref_time(41_400_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } diff --git a/runtime/altair/src/weights/pallet_collator_allowlist.rs b/runtime/altair/src/weights/pallet_collator_allowlist.rs index 97d2f3db8c..b102d8be6f 100644 --- a/runtime/altair/src/weights/pallet_collator_allowlist.rs +++ b/runtime/altair/src/weights/pallet_collator_allowlist.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_collator_allowlist` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -33,15 +33,15 @@ impl pallet_collator_allowlist::WeightInfo for WeightIn // Storage: Session NextKeys (r:1 w:0) // Storage: CollatorAllowlist Allowlist (r:1 w:1) fn add() -> Weight { - // Minimum execution time: 20_000 nanoseconds. - Weight::from_ref_time(21_000_000 as u64) + // Minimum execution time: 41_501 nanoseconds. + Weight::from_ref_time(42_201_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: CollatorAllowlist Allowlist (r:1 w:1) fn remove() -> Weight { - // Minimum execution time: 16_000 nanoseconds. - Weight::from_ref_time(17_000_000 as u64) + // Minimum execution time: 35_100 nanoseconds. + Weight::from_ref_time(35_601_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } diff --git a/runtime/altair/src/weights/pallet_collective.rs b/runtime/altair/src/weights/pallet_collective.rs index 9f67ac6f04..e818ee28e6 100644 --- a/runtime/altair/src/weights/pallet_collective.rs +++ b/runtime/altair/src/weights/pallet_collective.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -38,12 +38,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `n` is `[0, 100]`. /// The range of component `p` is `[0, 100]`. fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { - // Minimum execution time: 15_000 nanoseconds. - Weight::from_ref_time(15_000_000 as u64) - // Standard Error: 56_128 - .saturating_add(Weight::from_ref_time(4_333_022 as u64).saturating_mul(m as u64)) - // Standard Error: 56_128 - .saturating_add(Weight::from_ref_time(7_023_204 as u64).saturating_mul(p as u64)) + // Minimum execution time: 31_201 nanoseconds. + Weight::from_ref_time(31_701_000 as u64) + // Standard Error: 97_225 + .saturating_add(Weight::from_ref_time(7_459_011 as u64).saturating_mul(m as u64)) + // Standard Error: 97_225 + .saturating_add(Weight::from_ref_time(12_388_486 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(p as u64))) .saturating_add(T::DbWeight::get().writes(2 as u64)) @@ -53,12 +53,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[1, 1024]`. /// The range of component `m` is `[1, 100]`. fn execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 19_000 nanoseconds. - Weight::from_ref_time(18_946_097 as u64) - // Standard Error: 66 - .saturating_add(Weight::from_ref_time(1_175 as u64).saturating_mul(b as u64)) - // Standard Error: 681 - .saturating_add(Weight::from_ref_time(11_012 as u64).saturating_mul(m as u64)) + // Minimum execution time: 40_700 nanoseconds. + Weight::from_ref_time(39_351_559 as u64) + // Standard Error: 146 + .saturating_add(Weight::from_ref_time(2_124 as u64).saturating_mul(b as u64)) + // Standard Error: 1_511 + .saturating_add(Weight::from_ref_time(29_692 as u64).saturating_mul(m as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) } // Storage: Council Members (r:1 w:0) @@ -66,12 +66,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[1, 1024]`. /// The range of component `m` is `[1, 100]`. fn propose_execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(20_877_569 as u64) - // Standard Error: 58 - .saturating_add(Weight::from_ref_time(1_447 as u64).saturating_mul(b as u64)) - // Standard Error: 605 - .saturating_add(Weight::from_ref_time(10_137 as u64).saturating_mul(m as u64)) + // Minimum execution time: 44_500 nanoseconds. + Weight::from_ref_time(45_516_160 as u64) + // Standard Error: 536 + .saturating_add(Weight::from_ref_time(258 as u64).saturating_mul(b as u64)) + // Standard Error: 5_530 + .saturating_add(Weight::from_ref_time(40_016 as u64).saturating_mul(m as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) } // Storage: Council Members (r:1 w:0) @@ -83,14 +83,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[2, 100]`. /// The range of component `p` is `[1, 100]`. fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 27_000 nanoseconds. - Weight::from_ref_time(28_054_850 as u64) - // Standard Error: 306 - .saturating_add(Weight::from_ref_time(1_409 as u64).saturating_mul(b as u64)) - // Standard Error: 3_196 - .saturating_add(Weight::from_ref_time(11_208 as u64).saturating_mul(m as u64)) - // Standard Error: 3_156 - .saturating_add(Weight::from_ref_time(143_288 as u64).saturating_mul(p as u64)) + // Minimum execution time: 56_701 nanoseconds. + Weight::from_ref_time(51_381_102 as u64) + // Standard Error: 309 + .saturating_add(Weight::from_ref_time(8_875 as u64).saturating_mul(b as u64)) + // Standard Error: 3_231 + .saturating_add(Weight::from_ref_time(58_683 as u64).saturating_mul(m as u64)) + // Standard Error: 3_190 + .saturating_add(Weight::from_ref_time(404_877 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } @@ -98,10 +98,10 @@ impl pallet_collective::WeightInfo for WeightInfo { // Storage: Council Voting (r:1 w:1) /// The range of component `m` is `[5, 100]`. fn vote(m: u32, ) -> Weight { - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(24_302_996 as u64) - // Standard Error: 1_433 - .saturating_add(Weight::from_ref_time(25_509 as u64).saturating_mul(m as u64)) + // Minimum execution time: 61_401 nanoseconds. + Weight::from_ref_time(67_249_387 as u64) + // Standard Error: 3_459 + .saturating_add(Weight::from_ref_time(96_256 as u64).saturating_mul(m as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -112,12 +112,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 28_000 nanoseconds. - Weight::from_ref_time(26_845_685 as u64) - // Standard Error: 4_760 - .saturating_add(Weight::from_ref_time(50_367 as u64).saturating_mul(m as u64)) - // Standard Error: 4_641 - .saturating_add(Weight::from_ref_time(154_451 as u64).saturating_mul(p as u64)) + // Minimum execution time: 59_901 nanoseconds. + Weight::from_ref_time(62_531_840 as u64) + // Standard Error: 1_997 + .saturating_add(Weight::from_ref_time(40_352 as u64).saturating_mul(m as u64)) + // Standard Error: 1_948 + .saturating_add(Weight::from_ref_time(376_902 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -129,14 +129,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 39_000 nanoseconds. - Weight::from_ref_time(35_728_354 as u64) - // Standard Error: 362 - .saturating_add(Weight::from_ref_time(2_713 as u64).saturating_mul(b as u64)) - // Standard Error: 3_835 - .saturating_add(Weight::from_ref_time(39_953 as u64).saturating_mul(m as u64)) - // Standard Error: 3_738 - .saturating_add(Weight::from_ref_time(156_460 as u64).saturating_mul(p as u64)) + // Minimum execution time: 82_001 nanoseconds. + Weight::from_ref_time(77_244_228 as u64) + // Standard Error: 270 + .saturating_add(Weight::from_ref_time(5_365 as u64).saturating_mul(b as u64)) + // Standard Error: 2_859 + .saturating_add(Weight::from_ref_time(72_623 as u64).saturating_mul(m as u64)) + // Standard Error: 2_787 + .saturating_add(Weight::from_ref_time(404_097 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -148,12 +148,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 31_000 nanoseconds. - Weight::from_ref_time(33_108_664 as u64) - // Standard Error: 1_094 - .saturating_add(Weight::from_ref_time(14_319 as u64).saturating_mul(m as u64)) - // Standard Error: 1_067 - .saturating_add(Weight::from_ref_time(113_391 as u64).saturating_mul(p as u64)) + // Minimum execution time: 66_101 nanoseconds. + Weight::from_ref_time(64_697_794 as u64) + // Standard Error: 2_851 + .saturating_add(Weight::from_ref_time(69_767 as u64).saturating_mul(m as u64)) + // Standard Error: 2_780 + .saturating_add(Weight::from_ref_time(383_436 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -166,14 +166,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 41_000 nanoseconds. - Weight::from_ref_time(41_594_574 as u64) - // Standard Error: 281 - .saturating_add(Weight::from_ref_time(1_477 as u64).saturating_mul(b as u64)) - // Standard Error: 2_976 - .saturating_add(Weight::from_ref_time(24_285 as u64).saturating_mul(m as u64)) - // Standard Error: 2_901 - .saturating_add(Weight::from_ref_time(135_615 as u64).saturating_mul(p as u64)) + // Minimum execution time: 86_201 nanoseconds. + Weight::from_ref_time(79_549_812 as u64) + // Standard Error: 283 + .saturating_add(Weight::from_ref_time(6_470 as u64).saturating_mul(b as u64)) + // Standard Error: 2_996 + .saturating_add(Weight::from_ref_time(89_296 as u64).saturating_mul(m as u64)) + // Standard Error: 2_920 + .saturating_add(Weight::from_ref_time(412_087 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -182,10 +182,10 @@ impl pallet_collective::WeightInfo for WeightInfo { // Storage: Council ProposalOf (r:0 w:1) /// The range of component `p` is `[1, 100]`. fn disapprove_proposal(p: u32, ) -> Weight { - // Minimum execution time: 19_000 nanoseconds. - Weight::from_ref_time(19_876_266 as u64) - // Standard Error: 3_443 - .saturating_add(Weight::from_ref_time(140_738 as u64).saturating_mul(p as u64)) + // Minimum execution time: 38_900 nanoseconds. + Weight::from_ref_time(43_718_970 as u64) + // Standard Error: 3_308 + .saturating_add(Weight::from_ref_time(376_115 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } diff --git a/runtime/altair/src/weights/pallet_crowdloan_claim.rs b/runtime/altair/src/weights/pallet_crowdloan_claim.rs index 1edd70b22c..a7b2610684 100644 --- a/runtime/altair/src/weights/pallet_crowdloan_claim.rs +++ b/runtime/altair/src/weights/pallet_crowdloan_claim.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_crowdloan_claim` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -42,8 +42,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Storage: System Account (r:2 w:2) // Storage: Balances Locks (r:1 w:1) fn claim_reward_ed25519() -> Weight { - // Minimum execution time: 143_000 nanoseconds. - Weight::from_ref_time(145_000_000 as u64) + // Minimum execution time: 267_804 nanoseconds. + Weight::from_ref_time(268_904_000 as u64) .saturating_add(T::DbWeight::get().reads(12 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } @@ -59,8 +59,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Storage: System Account (r:2 w:2) // Storage: Balances Locks (r:1 w:1) fn claim_reward_sr25519() -> Weight { - // Minimum execution time: 145_000 nanoseconds. - Weight::from_ref_time(148_000_000 as u64) + // Minimum execution time: 270_304 nanoseconds. + Weight::from_ref_time(271_904_000 as u64) .saturating_add(T::DbWeight::get().reads(12 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } @@ -76,8 +76,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Storage: System Account (r:2 w:2) // Storage: Balances Locks (r:1 w:1) fn claim_reward_ecdsa() -> Weight { - // Minimum execution time: 141_000 nanoseconds. - Weight::from_ref_time(143_000_000 as u64) + // Minimum execution time: 249_603 nanoseconds. + Weight::from_ref_time(251_104_000 as u64) .saturating_add(T::DbWeight::get().reads(12 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } @@ -89,39 +89,39 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Storage: CrowdloanClaim CrowdloanTrieIndex (r:0 w:1) // Storage: CrowdloanClaim LockedAt (r:0 w:1) fn initialize() -> Weight { - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(22_000_000 as u64) + // Minimum execution time: 42_201 nanoseconds. + Weight::from_ref_time(42_901_000 as u64) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().writes(6 as u64)) } // Storage: CrowdloanClaim LeaseStart (r:0 w:1) fn set_lease_start() -> Weight { - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(13_000_000 as u64) + // Minimum execution time: 25_301 nanoseconds. + Weight::from_ref_time(26_200_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: CrowdloanClaim LeasePeriod (r:0 w:1) fn set_lease_period() -> Weight { - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(13_000_000 as u64) + // Minimum execution time: 25_500 nanoseconds. + Weight::from_ref_time(26_100_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: CrowdloanClaim Contributions (r:0 w:1) fn set_contributions_root() -> Weight { - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(13_000_000 as u64) + // Minimum execution time: 27_100 nanoseconds. + Weight::from_ref_time(27_600_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: CrowdloanClaim LockedAt (r:0 w:1) fn set_locked_at() -> Weight { - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(14_000_000 as u64) + // Minimum execution time: 25_600 nanoseconds. + Weight::from_ref_time(26_300_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: CrowdloanClaim CrowdloanTrieIndex (r:0 w:1) fn set_crowdloan_trie_index() -> Weight { - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(13_000_000 as u64) + // Minimum execution time: 25_700 nanoseconds. + Weight::from_ref_time(26_101_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } } diff --git a/runtime/altair/src/weights/pallet_crowdloan_reward.rs b/runtime/altair/src/weights/pallet_crowdloan_reward.rs index 51d9c1750f..eda9b5806d 100644 --- a/runtime/altair/src/weights/pallet_crowdloan_reward.rs +++ b/runtime/altair/src/weights/pallet_crowdloan_reward.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_crowdloan_reward` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -34,26 +34,26 @@ impl pallet_crowdloan_reward::WeightInfo for WeightInfo // Storage: CrowdloanReward VestingPeriod (r:0 w:1) // Storage: CrowdloanReward DirectPayoutRatio (r:0 w:1) fn initialize() -> Weight { - // Minimum execution time: 14_000 nanoseconds. - Weight::from_ref_time(14_000_000 as u64) + // Minimum execution time: 28_400 nanoseconds. + Weight::from_ref_time(29_201_000 as u64) .saturating_add(T::DbWeight::get().writes(3 as u64)) } // Storage: CrowdloanReward VestingStart (r:0 w:1) fn set_vesting_start() -> Weight { - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(13_000_000 as u64) + // Minimum execution time: 25_701 nanoseconds. + Weight::from_ref_time(26_300_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: CrowdloanReward VestingPeriod (r:0 w:1) fn set_vesting_period() -> Weight { - // Minimum execution time: 13_000 nanoseconds. - Weight::from_ref_time(13_000_000 as u64) + // Minimum execution time: 25_400 nanoseconds. + Weight::from_ref_time(25_900_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: CrowdloanReward DirectPayoutRatio (r:0 w:1) fn set_direct_payout_ratio() -> Weight { - // Minimum execution time: 13_000 nanoseconds. - Weight::from_ref_time(13_000_000 as u64) + // Minimum execution time: 25_501 nanoseconds. + Weight::from_ref_time(26_000_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } } diff --git a/runtime/altair/src/weights/pallet_democracy.rs b/runtime/altair/src/weights/pallet_democracy.rs index 3e9a9160bc..8b71b8bf35 100644 --- a/runtime/altair/src/weights/pallet_democracy.rs +++ b/runtime/altair/src/weights/pallet_democracy.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_democracy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -35,15 +35,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy Blacklist (r:1 w:0) // Storage: Democracy DepositOf (r:0 w:1) fn propose() -> Weight { - // Minimum execution time: 39_000 nanoseconds. - Weight::from_ref_time(41_000_000 as u64) + // Minimum execution time: 101_101 nanoseconds. + Weight::from_ref_time(103_101_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } // Storage: Democracy DepositOf (r:1 w:1) fn second() -> Weight { - // Minimum execution time: 35_000 nanoseconds. - Weight::from_ref_time(37_000_000 as u64) + // Minimum execution time: 86_001 nanoseconds. + Weight::from_ref_time(89_401_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -51,8 +51,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vote_new() -> Weight { - // Minimum execution time: 47_000 nanoseconds. - Weight::from_ref_time(51_000_000 as u64) + // Minimum execution time: 107_902 nanoseconds. + Weight::from_ref_time(109_402_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -60,16 +60,16 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vote_existing() -> Weight { - // Minimum execution time: 47_000 nanoseconds. - Weight::from_ref_time(48_000_000 as u64) + // Minimum execution time: 107_302 nanoseconds. + Weight::from_ref_time(109_001_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy Cancellations (r:1 w:1) fn emergency_cancel() -> Weight { - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(21_000_000 as u64) + // Minimum execution time: 42_101 nanoseconds. + Weight::from_ref_time(43_101_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -80,45 +80,45 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy Blacklist (r:0 w:1) fn blacklist() -> Weight { - // Minimum execution time: 81_000 nanoseconds. - Weight::from_ref_time(85_000_000 as u64) + // Minimum execution time: 167_103 nanoseconds. + Weight::from_ref_time(171_202_000 as u64) .saturating_add(T::DbWeight::get().reads(6 as u64)) .saturating_add(T::DbWeight::get().writes(7 as u64)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy Blacklist (r:1 w:0) fn external_propose() -> Weight { - // Minimum execution time: 15_000 nanoseconds. - Weight::from_ref_time(16_000_000 as u64) + // Minimum execution time: 32_100 nanoseconds. + Weight::from_ref_time(32_601_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Democracy NextExternal (r:0 w:1) fn external_propose_majority() -> Weight { - // Minimum execution time: 5_000 nanoseconds. - Weight::from_ref_time(5_000_000 as u64) + // Minimum execution time: 10_400 nanoseconds. + Weight::from_ref_time(10_800_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Democracy NextExternal (r:0 w:1) fn external_propose_default() -> Weight { - // Minimum execution time: 5_000 nanoseconds. - Weight::from_ref_time(5_000_000 as u64) + // Minimum execution time: 10_500 nanoseconds. + Weight::from_ref_time(10_800_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy ReferendumCount (r:1 w:1) // Storage: Democracy ReferendumInfoOf (r:0 w:1) fn fast_track() -> Weight { - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(22_000_000 as u64) + // Minimum execution time: 42_200 nanoseconds. + Weight::from_ref_time(42_801_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy Blacklist (r:1 w:1) fn veto_external() -> Weight { - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(25_000_000 as u64) + // Minimum execution time: 51_001 nanoseconds. + Weight::from_ref_time(51_801_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -126,15 +126,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy DepositOf (r:1 w:1) // Storage: System Account (r:2 w:2) fn cancel_proposal() -> Weight { - // Minimum execution time: 69_000 nanoseconds. - Weight::from_ref_time(72_000_000 as u64) + // Minimum execution time: 143_602 nanoseconds. + Weight::from_ref_time(146_702_000 as u64) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } // Storage: Democracy ReferendumInfoOf (r:0 w:1) fn cancel_referendum() -> Weight { - // Minimum execution time: 13_000 nanoseconds. - Weight::from_ref_time(13_000_000 as u64) + // Minimum execution time: 27_501 nanoseconds. + Weight::from_ref_time(27_900_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Democracy LowestUnbaked (r:1 w:1) @@ -142,10 +142,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:0) /// The range of component `r` is `[0, 99]`. fn on_initialize_base(r: u32, ) -> Weight { - // Minimum execution time: 6_000 nanoseconds. - Weight::from_ref_time(4_561_932 as u64) - // Standard Error: 18_255 - .saturating_add(Weight::from_ref_time(2_624_277 as u64).saturating_mul(r as u64)) + // Minimum execution time: 12_500 nanoseconds. + Weight::from_ref_time(18_497_435 as u64) + // Standard Error: 6_117 + .saturating_add(Weight::from_ref_time(4_063_798 as u64).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(r as u64))) .saturating_add(T::DbWeight::get().writes(1 as u64)) @@ -158,10 +158,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:0) /// The range of component `r` is `[0, 99]`. fn on_initialize_base_with_launch_period(r: u32, ) -> Weight { - // Minimum execution time: 9_000 nanoseconds. - Weight::from_ref_time(7_459_017 as u64) - // Standard Error: 22_852 - .saturating_add(Weight::from_ref_time(2_677_906 as u64).saturating_mul(r as u64)) + // Minimum execution time: 17_300 nanoseconds. + Weight::from_ref_time(23_334_817 as u64) + // Standard Error: 21_985 + .saturating_add(Weight::from_ref_time(4_101_140 as u64).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(r as u64))) .saturating_add(T::DbWeight::get().writes(1 as u64)) @@ -171,10 +171,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:2) /// The range of component `r` is `[0, 99]`. fn delegate(r: u32, ) -> Weight { - // Minimum execution time: 40_000 nanoseconds. - Weight::from_ref_time(43_390_482 as u64) - // Standard Error: 24_561 - .saturating_add(Weight::from_ref_time(3_726_101 as u64).saturating_mul(r as u64)) + // Minimum execution time: 82_601 nanoseconds. + Weight::from_ref_time(90_001_289 as u64) + // Standard Error: 13_974 + .saturating_add(Weight::from_ref_time(6_137_967 as u64).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(r as u64))) .saturating_add(T::DbWeight::get().writes(4 as u64)) @@ -184,10 +184,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:2) /// The range of component `r` is `[0, 99]`. fn undelegate(r: u32, ) -> Weight { - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(20_979_009 as u64) - // Standard Error: 25_725 - .saturating_add(Weight::from_ref_time(3_864_728 as u64).saturating_mul(r as u64)) + // Minimum execution time: 49_200 nanoseconds. + Weight::from_ref_time(52_647_740 as u64) + // Standard Error: 8_097 + .saturating_add(Weight::from_ref_time(6_077_621 as u64).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(r as u64))) .saturating_add(T::DbWeight::get().writes(2 as u64)) @@ -195,8 +195,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { } // Storage: Democracy PublicProps (r:0 w:1) fn clear_public_proposals() -> Weight { - // Minimum execution time: 4_000 nanoseconds. - Weight::from_ref_time(5_000_000 as u64) + // Minimum execution time: 12_600 nanoseconds. + Weight::from_ref_time(12_901_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Democracy VotingOf (r:1 w:1) @@ -204,10 +204,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `r` is `[0, 99]`. fn unlock_remove(r: u32, ) -> Weight { - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(30_357_019 as u64) - // Standard Error: 3_338 - .saturating_add(Weight::from_ref_time(40_534 as u64).saturating_mul(r as u64)) + // Minimum execution time: 49_201 nanoseconds. + Weight::from_ref_time(60_697_710 as u64) + // Standard Error: 2_874 + .saturating_add(Weight::from_ref_time(154_619 as u64).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -216,10 +216,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `r` is `[0, 99]`. fn unlock_set(r: u32, ) -> Weight { - // Minimum execution time: 27_000 nanoseconds. - Weight::from_ref_time(28_849_057 as u64) - // Standard Error: 2_301 - .saturating_add(Weight::from_ref_time(73_662 as u64).saturating_mul(r as u64)) + // Minimum execution time: 57_601 nanoseconds. + Weight::from_ref_time(58_844_285 as u64) + // Standard Error: 2_080 + .saturating_add(Weight::from_ref_time(253_584 as u64).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -227,10 +227,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) /// The range of component `r` is `[1, 100]`. fn remove_vote(r: u32, ) -> Weight { - // Minimum execution time: 14_000 nanoseconds. - Weight::from_ref_time(16_238_592 as u64) - // Standard Error: 1_052 - .saturating_add(Weight::from_ref_time(71_079 as u64).saturating_mul(r as u64)) + // Minimum execution time: 32_201 nanoseconds. + Weight::from_ref_time(35_765_615 as u64) + // Standard Error: 2_718 + .saturating_add(Weight::from_ref_time(238_589 as u64).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -238,10 +238,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) /// The range of component `r` is `[1, 100]`. fn remove_other_vote(r: u32, ) -> Weight { - // Minimum execution time: 14_000 nanoseconds. - Weight::from_ref_time(15_970_747 as u64) - // Standard Error: 2_206 - .saturating_add(Weight::from_ref_time(92_667 as u64).saturating_mul(r as u64)) + // Minimum execution time: 32_300 nanoseconds. + Weight::from_ref_time(35_398_002 as u64) + // Standard Error: 2_237 + .saturating_add(Weight::from_ref_time(243_764 as u64).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } diff --git a/runtime/altair/src/weights/pallet_fees.rs b/runtime/altair/src/weights/pallet_fees.rs index df074382e8..ee642f61a9 100644 --- a/runtime/altair/src/weights/pallet_fees.rs +++ b/runtime/altair/src/weights/pallet_fees.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_fees` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -32,8 +32,8 @@ pub struct WeightInfo(PhantomData); impl pallet_fees::WeightInfo for WeightInfo { // Storage: Fees FeeBalances (r:0 w:1) fn set_fee() -> Weight { - // Minimum execution time: 13_000 nanoseconds. - Weight::from_ref_time(14_000_000 as u64) + // Minimum execution time: 27_600 nanoseconds. + Weight::from_ref_time(27_900_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } } diff --git a/runtime/altair/src/weights/pallet_identity.rs b/runtime/altair/src/weights/pallet_identity.rs index bbeede7311..28aa98cbde 100644 --- a/runtime/altair/src/weights/pallet_identity.rs +++ b/runtime/altair/src/weights/pallet_identity.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_identity` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -33,21 +33,23 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity Registrars (r:1 w:1) /// The range of component `r` is `[1, 19]`. fn add_registrar(r: u32, ) -> Weight { - // Minimum execution time: 16_000 nanoseconds. - Weight::from_ref_time(17_303_984 as u64) - // Standard Error: 5_704 - .saturating_add(Weight::from_ref_time(88_026 as u64).saturating_mul(r as u64)) + // Minimum execution time: 34_300 nanoseconds. + Weight::from_ref_time(36_405_130 as u64) + // Standard Error: 5_627 + .saturating_add(Weight::from_ref_time(338_132 as u64).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Identity IdentityOf (r:1 w:1) /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. - fn set_identity(_r: u32, x: u32, ) -> Weight { - // Minimum execution time: 35_000 nanoseconds. - Weight::from_ref_time(36_632_926 as u64) - // Standard Error: 2_491 - .saturating_add(Weight::from_ref_time(446_378 as u64).saturating_mul(x as u64)) + fn set_identity(r: u32, x: u32, ) -> Weight { + // Minimum execution time: 72_701 nanoseconds. + Weight::from_ref_time(68_281_173 as u64) + // Standard Error: 5_153 + .saturating_add(Weight::from_ref_time(335_993 as u64).saturating_mul(r as u64)) + // Standard Error: 1_005 + .saturating_add(Weight::from_ref_time(708_516 as u64).saturating_mul(x as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -56,10 +58,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:2 w:2) /// The range of component `s` is `[0, 100]`. fn set_subs_new(s: u32, ) -> Weight { - // Minimum execution time: 9_000 nanoseconds. - Weight::from_ref_time(25_551_932 as u64) - // Standard Error: 4_731 - .saturating_add(Weight::from_ref_time(2_982_876 as u64).saturating_mul(s as u64)) + // Minimum execution time: 22_301 nanoseconds. + Weight::from_ref_time(57_500_642 as u64) + // Standard Error: 18_595 + .saturating_add(Weight::from_ref_time(4_953_310 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(s as u64))) .saturating_add(T::DbWeight::get().writes(1 as u64)) @@ -70,10 +72,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:0 w:2) /// The range of component `p` is `[0, 100]`. fn set_subs_old(p: u32, ) -> Weight { - // Minimum execution time: 9_000 nanoseconds. - Weight::from_ref_time(24_811_504 as u64) - // Standard Error: 4_853 - .saturating_add(Weight::from_ref_time(1_287_853 as u64).saturating_mul(p as u64)) + // Minimum execution time: 22_001 nanoseconds. + Weight::from_ref_time(55_742_942 as u64) + // Standard Error: 8_496 + .saturating_add(Weight::from_ref_time(2_131_957 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) .saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(p as u64))) @@ -85,14 +87,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight { - // Minimum execution time: 54_000 nanoseconds. - Weight::from_ref_time(19_180_220 as u64) - // Standard Error: 36_575 - .saturating_add(Weight::from_ref_time(409_698 as u64).saturating_mul(r as u64)) - // Standard Error: 7_142 - .saturating_add(Weight::from_ref_time(1_332_435 as u64).saturating_mul(s as u64)) - // Standard Error: 7_142 - .saturating_add(Weight::from_ref_time(294_712 as u64).saturating_mul(x as u64)) + // Minimum execution time: 105_102 nanoseconds. + Weight::from_ref_time(67_703_451 as u64) + // Standard Error: 9_264 + .saturating_add(Weight::from_ref_time(345_507 as u64).saturating_mul(r as u64)) + // Standard Error: 1_809 + .saturating_add(Weight::from_ref_time(2_086_115 as u64).saturating_mul(s as u64)) + // Standard Error: 1_809 + .saturating_add(Weight::from_ref_time(360_251 as u64).saturating_mul(x as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) .saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(s as u64))) @@ -102,12 +104,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn request_judgement(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 35_000 nanoseconds. - Weight::from_ref_time(35_063_844 as u64) - // Standard Error: 5_677 - .saturating_add(Weight::from_ref_time(47_111 as u64).saturating_mul(r as u64)) - // Standard Error: 1_107 - .saturating_add(Weight::from_ref_time(467_522 as u64).saturating_mul(x as u64)) + // Minimum execution time: 76_001 nanoseconds. + Weight::from_ref_time(72_908_005 as u64) + // Standard Error: 15_298 + .saturating_add(Weight::from_ref_time(313_413 as u64).saturating_mul(r as u64)) + // Standard Error: 2_985 + .saturating_add(Weight::from_ref_time(714_087 as u64).saturating_mul(x as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -115,42 +117,42 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn cancel_request(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 32_000 nanoseconds. - Weight::from_ref_time(31_333_915 as u64) - // Standard Error: 4_739 - .saturating_add(Weight::from_ref_time(70_224 as u64).saturating_mul(r as u64)) - // Standard Error: 924 - .saturating_add(Weight::from_ref_time(462_908 as u64).saturating_mul(x as u64)) + // Minimum execution time: 69_301 nanoseconds. + Weight::from_ref_time(67_139_794 as u64) + // Standard Error: 15_366 + .saturating_add(Weight::from_ref_time(282_235 as u64).saturating_mul(r as u64)) + // Standard Error: 2_998 + .saturating_add(Weight::from_ref_time(712_579 as u64).saturating_mul(x as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Identity Registrars (r:1 w:1) /// The range of component `r` is `[1, 19]`. fn set_fee(r: u32, ) -> Weight { - // Minimum execution time: 8_000 nanoseconds. - Weight::from_ref_time(8_833_226 as u64) - // Standard Error: 3_239 - .saturating_add(Weight::from_ref_time(83_274 as u64).saturating_mul(r as u64)) + // Minimum execution time: 19_000 nanoseconds. + Weight::from_ref_time(19_840_192 as u64) + // Standard Error: 2_788 + .saturating_add(Weight::from_ref_time(271_588 as u64).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Identity Registrars (r:1 w:1) /// The range of component `r` is `[1, 19]`. fn set_account_id(r: u32, ) -> Weight { - // Minimum execution time: 8_000 nanoseconds. - Weight::from_ref_time(8_986_070 as u64) - // Standard Error: 3_121 - .saturating_add(Weight::from_ref_time(81_295 as u64).saturating_mul(r as u64)) + // Minimum execution time: 19_200 nanoseconds. + Weight::from_ref_time(20_026_790 as u64) + // Standard Error: 4_145 + .saturating_add(Weight::from_ref_time(293_352 as u64).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Identity Registrars (r:1 w:1) /// The range of component `r` is `[1, 19]`. fn set_fields(r: u32, ) -> Weight { - // Minimum execution time: 8_000 nanoseconds. - Weight::from_ref_time(9_162_425 as u64) - // Standard Error: 3_356 - .saturating_add(Weight::from_ref_time(66_551 as u64).saturating_mul(r as u64)) + // Minimum execution time: 19_300 nanoseconds. + Weight::from_ref_time(20_059_907 as u64) + // Standard Error: 3_041 + .saturating_add(Weight::from_ref_time(268_973 as u64).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -159,12 +161,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 19]`. /// The range of component `x` is `[0, 100]`. fn provide_judgement(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 25_000 nanoseconds. - Weight::from_ref_time(24_451_904 as u64) - // Standard Error: 10_912 - .saturating_add(Weight::from_ref_time(52_561 as u64).saturating_mul(r as u64)) - // Standard Error: 2_019 - .saturating_add(Weight::from_ref_time(773_389 as u64).saturating_mul(x as u64)) + // Minimum execution time: 56_801 nanoseconds. + Weight::from_ref_time(54_755_634 as u64) + // Standard Error: 12_939 + .saturating_add(Weight::from_ref_time(306_023 as u64).saturating_mul(r as u64)) + // Standard Error: 2_394 + .saturating_add(Weight::from_ref_time(1_162_078 as u64).saturating_mul(x as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -176,14 +178,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight { - // Minimum execution time: 68_000 nanoseconds. - Weight::from_ref_time(39_598_618 as u64) - // Standard Error: 39_658 - .saturating_add(Weight::from_ref_time(459_777 as u64).saturating_mul(r as u64)) - // Standard Error: 7_744 - .saturating_add(Weight::from_ref_time(1_279_939 as u64).saturating_mul(s as u64)) - // Standard Error: 7_744 - .saturating_add(Weight::from_ref_time(265_644 as u64).saturating_mul(x as u64)) + // Minimum execution time: 128_102 nanoseconds. + Weight::from_ref_time(93_638_078 as u64) + // Standard Error: 10_206 + .saturating_add(Weight::from_ref_time(311_145 as u64).saturating_mul(r as u64)) + // Standard Error: 1_993 + .saturating_add(Weight::from_ref_time(2_059_183 as u64).saturating_mul(s as u64)) + // Standard Error: 1_993 + .saturating_add(Weight::from_ref_time(351_832 as u64).saturating_mul(x as u64)) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) .saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(s as u64))) @@ -193,10 +195,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[0, 99]`. fn add_sub(s: u32, ) -> Weight { - // Minimum execution time: 31_000 nanoseconds. - Weight::from_ref_time(36_138_010 as u64) - // Standard Error: 2_869 - .saturating_add(Weight::from_ref_time(66_952 as u64).saturating_mul(s as u64)) + // Minimum execution time: 64_501 nanoseconds. + Weight::from_ref_time(75_384_711 as u64) + // Standard Error: 6_070 + .saturating_add(Weight::from_ref_time(188_046 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -204,10 +206,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:1 w:1) /// The range of component `s` is `[1, 100]`. fn rename_sub(s: u32, ) -> Weight { - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(13_776_218 as u64) - // Standard Error: 1_313 - .saturating_add(Weight::from_ref_time(23_106 as u64).saturating_mul(s as u64)) + // Minimum execution time: 28_400 nanoseconds. + Weight::from_ref_time(32_049_870 as u64) + // Standard Error: 3_239 + .saturating_add(Weight::from_ref_time(124_763 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -216,10 +218,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[1, 100]`. fn remove_sub(s: u32, ) -> Weight { - // Minimum execution time: 34_000 nanoseconds. - Weight::from_ref_time(37_224_006 as u64) - // Standard Error: 2_911 - .saturating_add(Weight::from_ref_time(55_457 as u64).saturating_mul(s as u64)) + // Minimum execution time: 71_201 nanoseconds. + Weight::from_ref_time(75_705_499 as u64) + // Standard Error: 2_899 + .saturating_add(Weight::from_ref_time(195_115 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -227,10 +229,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[0, 99]`. fn quit_sub(s: u32, ) -> Weight { - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(25_999_137 as u64) - // Standard Error: 1_833 - .saturating_add(Weight::from_ref_time(53_954 as u64).saturating_mul(s as u64)) + // Minimum execution time: 49_600 nanoseconds. + Weight::from_ref_time(54_218_039 as u64) + // Standard Error: 2_079 + .saturating_add(Weight::from_ref_time(205_492 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } diff --git a/runtime/altair/src/weights/pallet_interest_accrual.rs b/runtime/altair/src/weights/pallet_interest_accrual.rs index 10161b98f7..706f198b81 100644 --- a/runtime/altair/src/weights/pallet_interest_accrual.rs +++ b/runtime/altair/src/weights/pallet_interest_accrual.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_interest_accrual` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -32,9 +32,9 @@ pub struct WeightInfo(PhantomData); impl pallet_interest_accrual::WeightInfo for WeightInfo { /// The range of component `n` is `[1, 25]`. fn calculate_accumulated_rate(n: u32, ) -> Weight { - // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0 as u64) - // Standard Error: 1_052 - .saturating_add(Weight::from_ref_time(450_028 as u64).saturating_mul(n as u64)) + // Minimum execution time: 800 nanoseconds. + Weight::from_ref_time(801_000 as u64) + // Standard Error: 1_919 + .saturating_add(Weight::from_ref_time(924_319 as u64).saturating_mul(n as u64)) } } diff --git a/runtime/altair/src/weights/pallet_loans.rs b/runtime/altair/src/weights/pallet_loans.rs index ce2afe688f..fe093dd8e7 100644 --- a/runtime/altair/src/weights/pallet_loans.rs +++ b/runtime/altair/src/weights/pallet_loans.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_loans` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -37,8 +37,8 @@ impl pallet_loans::WeightInfo for WeightInfo { // Storage: Loans PoolNAV (r:0 w:1) // Storage: Loans LoanNftClassToPool (r:0 w:1) fn initialise_pool() -> Weight { - // Minimum execution time: 31_000 nanoseconds. - Weight::from_ref_time(33_000_000 as u64) + // Minimum execution time: 73_001 nanoseconds. + Weight::from_ref_time(74_801_000 as u64) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -53,8 +53,8 @@ impl pallet_loans::WeightInfo for WeightInfo { // Storage: Uniques Account (r:0 w:3) // Storage: Uniques ItemPriceOf (r:0 w:1) fn create() -> Weight { - // Minimum execution time: 84_000 nanoseconds. - Weight::from_ref_time(85_000_000 as u64) + // Minimum execution time: 167_302 nanoseconds. + Weight::from_ref_time(169_702_000 as u64) .saturating_add(T::DbWeight::get().reads(9 as u64)) .saturating_add(T::DbWeight::get().writes(9 as u64)) } @@ -68,10 +68,10 @@ impl pallet_loans::WeightInfo for WeightInfo { // Storage: Loans PoolNAV (r:1 w:1) /// The range of component `n` is `[1, 300]`. fn price(n: u32, ) -> Weight { - // Minimum execution time: 59_000 nanoseconds. - Weight::from_ref_time(61_777_061 as u64) - // Standard Error: 6_569 - .saturating_add(Weight::from_ref_time(551_532 as u64).saturating_mul(n as u64)) + // Minimum execution time: 122_402 nanoseconds. + Weight::from_ref_time(138_060_973 as u64) + // Standard Error: 4_382 + .saturating_add(Weight::from_ref_time(856_590 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(8 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } @@ -79,8 +79,8 @@ impl pallet_loans::WeightInfo for WeightInfo { // Storage: Loans PoolToLoanNftClass (r:1 w:0) // Storage: Loans PoolWriteOffGroups (r:1 w:1) fn add_write_off_group() -> Weight { - // Minimum execution time: 28_000 nanoseconds. - Weight::from_ref_time(29_000_000 as u64) + // Minimum execution time: 70_801 nanoseconds. + Weight::from_ref_time(72_501_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -97,10 +97,10 @@ impl pallet_loans::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:0) /// The range of component `n` is `[1, 300]`. fn initial_borrow(n: u32, ) -> Weight { - // Minimum execution time: 117_000 nanoseconds. - Weight::from_ref_time(120_479_091 as u64) - // Standard Error: 7_556 - .saturating_add(Weight::from_ref_time(418_070 as u64).saturating_mul(n as u64)) + // Minimum execution time: 236_403 nanoseconds. + Weight::from_ref_time(261_536_525 as u64) + // Standard Error: 5_719 + .saturating_add(Weight::from_ref_time(615_938 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(12 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } @@ -117,10 +117,10 @@ impl pallet_loans::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:0) /// The range of component `n` is `[1, 300]`. fn further_borrows(n: u32, ) -> Weight { - // Minimum execution time: 155_000 nanoseconds. - Weight::from_ref_time(163_259_951 as u64) - // Standard Error: 7_994 - .saturating_add(Weight::from_ref_time(389_855 as u64).saturating_mul(n as u64)) + // Minimum execution time: 324_804 nanoseconds. + Weight::from_ref_time(348_984_194 as u64) + // Standard Error: 5_425 + .saturating_add(Weight::from_ref_time(588_377 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(12 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } @@ -137,10 +137,10 @@ impl pallet_loans::WeightInfo for WeightInfo { // Storage: OrmlTokens Accounts (r:2 w:2) /// The range of component `n` is `[1, 300]`. fn repay(n: u32, ) -> Weight { - // Minimum execution time: 138_000 nanoseconds. - Weight::from_ref_time(152_003_751 as u64) - // Standard Error: 6_910 - .saturating_add(Weight::from_ref_time(332_397 as u64).saturating_mul(n as u64)) + // Minimum execution time: 286_504 nanoseconds. + Weight::from_ref_time(306_279_818 as u64) + // Standard Error: 4_393 + .saturating_add(Weight::from_ref_time(566_454 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(12 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } @@ -154,13 +154,11 @@ impl pallet_loans::WeightInfo for WeightInfo { // Storage: Loans PoolNAV (r:1 w:1) /// The range of component `n` is `[1, 300]`. /// The range of component `m` is `[1, 100]`. - fn write_off(n: u32, m: u32, ) -> Weight { - // Minimum execution time: 89_000 nanoseconds. - Weight::from_ref_time(87_957_090 as u64) - // Standard Error: 4_904 - .saturating_add(Weight::from_ref_time(415_977 as u64).saturating_mul(n as u64)) - // Standard Error: 14_806 - .saturating_add(Weight::from_ref_time(2_503 as u64).saturating_mul(m as u64)) + fn write_off(n: u32, _m: u32, ) -> Weight { + // Minimum execution time: 191_003 nanoseconds. + Weight::from_ref_time(219_001_097 as u64) + // Standard Error: 2_786 + .saturating_add(Weight::from_ref_time(549_854 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(9 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } @@ -175,10 +173,10 @@ impl pallet_loans::WeightInfo for WeightInfo { // Storage: Loans PoolNAV (r:1 w:1) /// The range of component `n` is `[1, 300]`. fn admin_write_off(n: u32, ) -> Weight { - // Minimum execution time: 91_000 nanoseconds. - Weight::from_ref_time(90_123_169 as u64) - // Standard Error: 5_654 - .saturating_add(Weight::from_ref_time(442_813 as u64).saturating_mul(n as u64)) + // Minimum execution time: 203_003 nanoseconds. + Weight::from_ref_time(213_225_714 as u64) + // Standard Error: 4_206 + .saturating_add(Weight::from_ref_time(588_653 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(10 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } @@ -194,10 +192,10 @@ impl pallet_loans::WeightInfo for WeightInfo { // Storage: Uniques ItemPriceOf (r:0 w:2) /// The range of component `n` is `[1, 300]`. fn repay_and_close(n: u32, ) -> Weight { - // Minimum execution time: 94_000 nanoseconds. - Weight::from_ref_time(103_605_287 as u64) - // Standard Error: 5_944 - .saturating_add(Weight::from_ref_time(385_886 as u64).saturating_mul(n as u64)) + // Minimum execution time: 191_303 nanoseconds. + Weight::from_ref_time(213_857_279 as u64) + // Standard Error: 5_553 + .saturating_add(Weight::from_ref_time(676_755 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(9 as u64)) .saturating_add(T::DbWeight::get().writes(12 as u64)) } @@ -213,10 +211,10 @@ impl pallet_loans::WeightInfo for WeightInfo { // Storage: Uniques ItemPriceOf (r:0 w:2) /// The range of component `n` is `[1, 300]`. fn write_off_and_close(n: u32, ) -> Weight { - // Minimum execution time: 96_000 nanoseconds. - Weight::from_ref_time(96_853_759 as u64) - // Standard Error: 5_054 - .saturating_add(Weight::from_ref_time(410_320 as u64).saturating_mul(n as u64)) + // Minimum execution time: 193_203 nanoseconds. + Weight::from_ref_time(222_919_685 as u64) + // Standard Error: 6_971 + .saturating_add(Weight::from_ref_time(623_838 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(9 as u64)) .saturating_add(T::DbWeight::get().writes(12 as u64)) } @@ -227,10 +225,10 @@ impl pallet_loans::WeightInfo for WeightInfo { // Storage: Loans PoolNAV (r:0 w:1) /// The range of component `n` is `[1, 300]`. fn update_nav(n: u32, ) -> Weight { - // Minimum execution time: 57_000 nanoseconds. - Weight::from_ref_time(18_182_238 as u64) - // Standard Error: 42_035 - .saturating_add(Weight::from_ref_time(25_349_551 as u64).saturating_mul(n as u64)) + // Minimum execution time: 128_002 nanoseconds. + Weight::from_ref_time(106_674_201 as u64) + // Standard Error: 9_618 + .saturating_add(Weight::from_ref_time(49_001_727 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(n as u64))) .saturating_add(T::DbWeight::get().writes(2 as u64)) diff --git a/runtime/altair/src/weights/pallet_migration_manager.rs b/runtime/altair/src/weights/pallet_migration_manager.rs index c5b0c4a0e8..e385f987e0 100644 --- a/runtime/altair/src/weights/pallet_migration_manager.rs +++ b/runtime/altair/src/weights/pallet_migration_manager.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_migration_manager` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -32,8 +32,8 @@ pub struct WeightInfo(PhantomData); impl pallet_migration_manager::WeightInfo for WeightInfo { // Storage: Migration Status (r:1 w:1) fn finalize() -> Weight { - // Minimum execution time: 17_000 nanoseconds. - Weight::from_ref_time(17_000_000 as u64) + // Minimum execution time: 34_700 nanoseconds. + Weight::from_ref_time(35_300_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -41,18 +41,18 @@ impl pallet_migration_manager::WeightInfo for WeightInf // Storage: System Account (r:0 w:1) /// The range of component `n` is `[1, 100]`. fn migrate_system_account(n: u32, ) -> Weight { - // Minimum execution time: 18_000 nanoseconds. - Weight::from_ref_time(17_491_982 as u64) - // Standard Error: 3_347 - .saturating_add(Weight::from_ref_time(931_067 as u64).saturating_mul(n as u64)) + // Minimum execution time: 37_301 nanoseconds. + Weight::from_ref_time(38_064_508 as u64) + // Standard Error: 9_915 + .saturating_add(Weight::from_ref_time(1_497_066 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) .saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(n as u64))) } // Storage: Migration Status (r:1 w:1) fn migrate_balances_issuance() -> Weight { - // Minimum execution time: 20_000 nanoseconds. - Weight::from_ref_time(21_000_000 as u64) + // Minimum execution time: 41_101 nanoseconds. + Weight::from_ref_time(41_700_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -62,10 +62,10 @@ impl pallet_migration_manager::WeightInfo for WeightInf // Storage: System Account (r:1 w:1) /// The range of component `n` is `[1, 10]`. fn migrate_vesting_vesting(n: u32, ) -> Weight { - // Minimum execution time: 56_000 nanoseconds. - Weight::from_ref_time(43_829_898 as u64) - // Standard Error: 67_791 - .saturating_add(Weight::from_ref_time(24_055_000 as u64).saturating_mul(n as u64)) + // Minimum execution time: 209_403 nanoseconds. + Weight::from_ref_time(186_190_557 as u64) + // Standard Error: 173_109 + .saturating_add(Weight::from_ref_time(42_823_095 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().reads((3 as u64).saturating_mul(n as u64))) .saturating_add(T::DbWeight::get().writes(1 as u64)) @@ -75,10 +75,10 @@ impl pallet_migration_manager::WeightInfo for WeightInf // Storage: Proxy Proxies (r:0 w:1) /// The range of component `n` is `[1, 10]`. fn migrate_proxy_proxies(n: u32, ) -> Weight { - // Minimum execution time: 30_000 nanoseconds. - Weight::from_ref_time(30_991_220 as u64) - // Standard Error: 81_788 - .saturating_add(Weight::from_ref_time(6_297_764 as u64).saturating_mul(n as u64)) + // Minimum execution time: 154_603 nanoseconds. + Weight::from_ref_time(175_139_074 as u64) + // Standard Error: 126_925 + .saturating_add(Weight::from_ref_time(8_433_197 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) .saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(n as u64))) diff --git a/runtime/altair/src/weights/pallet_multisig.rs b/runtime/altair/src/weights/pallet_multisig.rs index ed97fb01aa..e3673c5c43 100644 --- a/runtime/altair/src/weights/pallet_multisig.rs +++ b/runtime/altair/src/weights/pallet_multisig.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_multisig` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -32,22 +32,22 @@ pub struct WeightInfo(PhantomData); impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_threshold_1(z: u32, ) -> Weight { - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(12_766_246 as u64) - // Standard Error: 7 - .saturating_add(Weight::from_ref_time(297 as u64).saturating_mul(z as u64)) + // Minimum execution time: 37_001 nanoseconds. + Weight::from_ref_time(37_825_046 as u64) + // Standard Error: 13 + .saturating_add(Weight::from_ref_time(798 as u64).saturating_mul(z as u64)) } // Storage: Multisig Multisigs (r:1 w:1) // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_create(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 38_000 nanoseconds. - Weight::from_ref_time(31_604_063 as u64) - // Standard Error: 1_087 - .saturating_add(Weight::from_ref_time(68_236 as u64).saturating_mul(s as u64)) - // Standard Error: 10 - .saturating_add(Weight::from_ref_time(1_325 as u64).saturating_mul(z as u64)) + // Minimum execution time: 86_501 nanoseconds. + Weight::from_ref_time(69_328_003 as u64) + // Standard Error: 2_239 + .saturating_add(Weight::from_ref_time(237_157 as u64).saturating_mul(s as u64)) + // Standard Error: 21 + .saturating_add(Weight::from_ref_time(2_122 as u64).saturating_mul(z as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -55,12 +55,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[3, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_approve(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 28_000 nanoseconds. - Weight::from_ref_time(21_922_251 as u64) - // Standard Error: 915 - .saturating_add(Weight::from_ref_time(61_838 as u64).saturating_mul(s as u64)) - // Standard Error: 8 - .saturating_add(Weight::from_ref_time(1_287 as u64).saturating_mul(z as u64)) + // Minimum execution time: 68_701 nanoseconds. + Weight::from_ref_time(51_097_315 as u64) + // Standard Error: 1_921 + .saturating_add(Weight::from_ref_time(223_898 as u64).saturating_mul(s as u64)) + // Standard Error: 18 + .saturating_add(Weight::from_ref_time(2_015 as u64).saturating_mul(z as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -69,12 +69,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_complete(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 42_000 nanoseconds. - Weight::from_ref_time(35_100_085 as u64) - // Standard Error: 2_508 - .saturating_add(Weight::from_ref_time(81_753 as u64).saturating_mul(s as u64)) - // Standard Error: 24 - .saturating_add(Weight::from_ref_time(1_261 as u64).saturating_mul(z as u64)) + // Minimum execution time: 91_301 nanoseconds. + Weight::from_ref_time(74_950_044 as u64) + // Standard Error: 3_462 + .saturating_add(Weight::from_ref_time(245_705 as u64).saturating_mul(s as u64)) + // Standard Error: 33 + .saturating_add(Weight::from_ref_time(2_120 as u64).saturating_mul(z as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -82,30 +82,30 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_create(s: u32, ) -> Weight { - // Minimum execution time: 30_000 nanoseconds. - Weight::from_ref_time(32_062_285 as u64) - // Standard Error: 1_909 - .saturating_add(Weight::from_ref_time(62_504 as u64).saturating_mul(s as u64)) + // Minimum execution time: 63_701 nanoseconds. + Weight::from_ref_time(66_646_362 as u64) + // Standard Error: 2_241 + .saturating_add(Weight::from_ref_time(227_841 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Multisig Multisigs (r:1 w:1) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_approve(s: u32, ) -> Weight { - // Minimum execution time: 20_000 nanoseconds. - Weight::from_ref_time(21_760_163 as u64) - // Standard Error: 2_620 - .saturating_add(Weight::from_ref_time(60_506 as u64).saturating_mul(s as u64)) + // Minimum execution time: 45_400 nanoseconds. + Weight::from_ref_time(47_628_571 as u64) + // Standard Error: 2_007 + .saturating_add(Weight::from_ref_time(225_722 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Multisig Multisigs (r:1 w:1) /// The range of component `s` is `[2, 100]`. fn cancel_as_multi(s: u32, ) -> Weight { - // Minimum execution time: 31_000 nanoseconds. - Weight::from_ref_time(31_686_775 as u64) - // Standard Error: 985 - .saturating_add(Weight::from_ref_time(48_847 as u64).saturating_mul(s as u64)) + // Minimum execution time: 63_301 nanoseconds. + Weight::from_ref_time(65_701_580 as u64) + // Standard Error: 1_653 + .saturating_add(Weight::from_ref_time(231_532 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } diff --git a/runtime/altair/src/weights/pallet_nft_sales.rs b/runtime/altair/src/weights/pallet_nft_sales.rs index 9e48d7704f..2747542f34 100644 --- a/runtime/altair/src/weights/pallet_nft_sales.rs +++ b/runtime/altair/src/weights/pallet_nft_sales.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_nft_sales` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -37,8 +37,8 @@ impl pallet_nft_sales::WeightInfo for WeightInfo { // Storage: Uniques ItemPriceOf (r:0 w:1) // Storage: NftSales NftsBySeller (r:0 w:1) fn add() -> Weight { - // Minimum execution time: 42_000 nanoseconds. - Weight::from_ref_time(43_000_000 as u64) + // Minimum execution time: 86_502 nanoseconds. + Weight::from_ref_time(87_301_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(6 as u64)) } @@ -49,8 +49,8 @@ impl pallet_nft_sales::WeightInfo for WeightInfo { // Storage: Uniques ItemPriceOf (r:0 w:1) // Storage: NftSales NftsBySeller (r:0 w:1) fn remove() -> Weight { - // Minimum execution time: 42_000 nanoseconds. - Weight::from_ref_time(45_000_000 as u64) + // Minimum execution time: 86_101 nanoseconds. + Weight::from_ref_time(87_201_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } @@ -63,8 +63,8 @@ impl pallet_nft_sales::WeightInfo for WeightInfo { // Storage: Uniques ItemPriceOf (r:0 w:1) // Storage: NftSales NftsBySeller (r:0 w:1) fn buy() -> Weight { - // Minimum execution time: 70_000 nanoseconds. - Weight::from_ref_time(73_000_000 as u64) + // Minimum execution time: 138_602 nanoseconds. + Weight::from_ref_time(139_602_000 as u64) .saturating_add(T::DbWeight::get().reads(6 as u64)) .saturating_add(T::DbWeight::get().writes(9 as u64)) } diff --git a/runtime/altair/src/weights/pallet_permissions.rs b/runtime/altair/src/weights/pallet_permissions.rs index 9f6dc643c3..45500cff48 100644 --- a/runtime/altair/src/weights/pallet_permissions.rs +++ b/runtime/altair/src/weights/pallet_permissions.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_permissions` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -33,46 +33,46 @@ impl pallet_permissions::WeightInfo for WeightInfo { // Storage: Permissions PermissionCount (r:1 w:1) // Storage: Permissions Permission (r:1 w:1) fn add_as_admin() -> Weight { - // Minimum execution time: 19_000 nanoseconds. - Weight::from_ref_time(20_000_000 as u64) + // Minimum execution time: 39_600 nanoseconds. + Weight::from_ref_time(40_600_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Permissions Permission (r:2 w:1) // Storage: Permissions PermissionCount (r:1 w:1) fn add_as_editor() -> Weight { - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(25_000_000 as u64) + // Minimum execution time: 49_201 nanoseconds. + Weight::from_ref_time(50_301_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Permissions PermissionCount (r:1 w:1) // Storage: Permissions Permission (r:1 w:1) fn remove_as_admin() -> Weight { - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(22_000_000 as u64) + // Minimum execution time: 43_401 nanoseconds. + Weight::from_ref_time(44_500_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Permissions Permission (r:2 w:1) // Storage: Permissions PermissionCount (r:1 w:1) fn remove_as_editor() -> Weight { - // Minimum execution time: 26_000 nanoseconds. - Weight::from_ref_time(27_000_000 as u64) + // Minimum execution time: 52_000 nanoseconds. + Weight::from_ref_time(52_500_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Permissions Permission (r:1 w:1) fn purge() -> Weight { - // Minimum execution time: 20_000 nanoseconds. - Weight::from_ref_time(21_000_000 as u64) + // Minimum execution time: 39_300 nanoseconds. + Weight::from_ref_time(40_000_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Permissions Permission (r:1 w:1) fn admin_purge() -> Weight { - // Minimum execution time: 19_000 nanoseconds. - Weight::from_ref_time(20_000_000 as u64) + // Minimum execution time: 43_801 nanoseconds. + Weight::from_ref_time(44_500_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } diff --git a/runtime/altair/src/weights/pallet_pool_registry.rs b/runtime/altair/src/weights/pallet_pool_registry.rs index bdf288905d..316c4e6869 100644 --- a/runtime/altair/src/weights/pallet_pool_registry.rs +++ b/runtime/altair/src/weights/pallet_pool_registry.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_pool_registry` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -42,10 +42,10 @@ impl pallet_pool_registry::WeightInfo for WeightInfo // Storage: PoolSystem PoolDeposit (r:0 w:1) /// The range of component `n` is `[1, 5]`. fn register(n: u32, ) -> Weight { - // Minimum execution time: 62_000 nanoseconds. - Weight::from_ref_time(45_184_871 as u64) - // Standard Error: 88_001 - .saturating_add(Weight::from_ref_time(16_917_114 as u64).saturating_mul(n as u64)) + // Minimum execution time: 128_802 nanoseconds. + Weight::from_ref_time(103_871_751 as u64) + // Standard Error: 39_502 + .saturating_add(Weight::from_ref_time(27_702_342 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(8 as u64)) .saturating_add(T::DbWeight::get().reads((2 as u64).saturating_mul(n as u64))) .saturating_add(T::DbWeight::get().writes(6 as u64)) @@ -59,10 +59,10 @@ impl pallet_pool_registry::WeightInfo for WeightInfo // Storage: PoolSystem ScheduledUpdate (r:0 w:1) /// The range of component `n` is `[1, 5]`. fn update_no_execution(n: u32, ) -> Weight { - // Minimum execution time: 36_000 nanoseconds. - Weight::from_ref_time(36_701_810 as u64) - // Standard Error: 41_000 - .saturating_add(Weight::from_ref_time(1_842_932 as u64).saturating_mul(n as u64)) + // Minimum execution time: 79_301 nanoseconds. + Weight::from_ref_time(75_328_653 as u64) + // Standard Error: 207_902 + .saturating_add(Weight::from_ref_time(4_606_499 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(n as u64))) .saturating_add(T::DbWeight::get().writes(1 as u64)) @@ -76,10 +76,10 @@ impl pallet_pool_registry::WeightInfo for WeightInfo // Storage: PoolSystem ScheduledUpdate (r:0 w:1) /// The range of component `n` is `[1, 5]`. fn update_and_execute(n: u32, ) -> Weight { - // Minimum execution time: 57_000 nanoseconds. - Weight::from_ref_time(54_181_425 as u64) - // Standard Error: 62_532 - .saturating_add(Weight::from_ref_time(6_169_275 as u64).saturating_mul(n as u64)) + // Minimum execution time: 116_502 nanoseconds. + Weight::from_ref_time(117_001_349 as u64) + // Standard Error: 545_607 + .saturating_add(Weight::from_ref_time(7_810_548 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(6 as u64)) .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(n as u64))) .saturating_add(T::DbWeight::get().writes(3 as u64)) @@ -92,10 +92,10 @@ impl pallet_pool_registry::WeightInfo for WeightInfo // Storage: OrmlAssetRegistry Metadata (r:2 w:1) /// The range of component `n` is `[1, 5]`. fn execute_update(n: u32, ) -> Weight { - // Minimum execution time: 49_000 nanoseconds. - Weight::from_ref_time(45_816_296 as u64) - // Standard Error: 36_779 - .saturating_add(Weight::from_ref_time(5_686_390 as u64).saturating_mul(n as u64)) + // Minimum execution time: 106_201 nanoseconds. + Weight::from_ref_time(98_682_425 as u64) + // Standard Error: 46_698 + .saturating_add(Weight::from_ref_time(10_009_727 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(6 as u64)) .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(n as u64))) .saturating_add(T::DbWeight::get().writes(3 as u64)) @@ -104,10 +104,10 @@ impl pallet_pool_registry::WeightInfo for WeightInfo // Storage: PoolRegistry PoolMetadata (r:0 w:1) /// The range of component `n` is `[0, 46]`. fn set_metadata(n: u32, ) -> Weight { - // Minimum execution time: 19_000 nanoseconds. - Weight::from_ref_time(20_295_122 as u64) - // Standard Error: 3_109 - .saturating_add(Weight::from_ref_time(10_252 as u64).saturating_mul(n as u64)) + // Minimum execution time: 42_800 nanoseconds. + Weight::from_ref_time(45_664_145 as u64) + // Standard Error: 12_243 + .saturating_add(Weight::from_ref_time(23_548 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } diff --git a/runtime/altair/src/weights/pallet_pool_system.rs b/runtime/altair/src/weights/pallet_pool_system.rs index ff24eed563..f37f7b2938 100644 --- a/runtime/altair/src/weights/pallet_pool_system.rs +++ b/runtime/altair/src/weights/pallet_pool_system.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_pool_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -33,8 +33,8 @@ impl pallet_pool_system::WeightInfo for WeightInfo { // Storage: Permissions Permission (r:1 w:0) // Storage: PoolSystem Pool (r:1 w:1) fn set_max_reserve() -> Weight { - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(25_000_000 as u64) + // Minimum execution time: 52_101 nanoseconds. + Weight::from_ref_time(52_901_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -54,10 +54,10 @@ impl pallet_pool_system::WeightInfo for WeightInfo { // Storage: Investments ClearedRedeemOrders (r:0 w:1) /// The range of component `n` is `[1, 5]`. fn close_epoch_no_orders(n: u32, ) -> Weight { - // Minimum execution time: 86_000 nanoseconds. - Weight::from_ref_time(37_351_635 as u64) - // Standard Error: 79_054 - .saturating_add(Weight::from_ref_time(52_954_906 as u64).saturating_mul(n as u64)) + // Minimum execution time: 169_202 nanoseconds. + Weight::from_ref_time(81_363_379 as u64) + // Standard Error: 67_367 + .saturating_add(Weight::from_ref_time(91_546_687 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().reads((8 as u64).saturating_mul(n as u64))) .saturating_add(T::DbWeight::get().writes(1 as u64)) @@ -76,10 +76,10 @@ impl pallet_pool_system::WeightInfo for WeightInfo { // Storage: Investments RedeemOrderId (r:1 w:1) /// The range of component `n` is `[1, 5]`. fn close_epoch_no_execution(n: u32, ) -> Weight { - // Minimum execution time: 60_000 nanoseconds. - Weight::from_ref_time(38_377_278 as u64) - // Standard Error: 30_218 - .saturating_add(Weight::from_ref_time(23_119_334 as u64).saturating_mul(n as u64)) + // Minimum execution time: 125_602 nanoseconds. + Weight::from_ref_time(89_349_021 as u64) + // Standard Error: 37_016 + .saturating_add(Weight::from_ref_time(39_093_988 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().reads((7 as u64).saturating_mul(n as u64))) .saturating_add(T::DbWeight::get().writes(2 as u64)) @@ -102,10 +102,10 @@ impl pallet_pool_system::WeightInfo for WeightInfo { // Storage: Investments ClearedRedeemOrders (r:0 w:1) /// The range of component `n` is `[1, 5]`. fn close_epoch_execute(n: u32, ) -> Weight { - // Minimum execution time: 147_000 nanoseconds. - Weight::from_ref_time(91_081_950 as u64) - // Standard Error: 103_276 - .saturating_add(Weight::from_ref_time(57_533_352 as u64).saturating_mul(n as u64)) + // Minimum execution time: 279_404 nanoseconds. + Weight::from_ref_time(190_021_094 as u64) + // Standard Error: 83_327 + .saturating_add(Weight::from_ref_time(93_952_832 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(8 as u64)) .saturating_add(T::DbWeight::get().reads((8 as u64).saturating_mul(n as u64))) .saturating_add(T::DbWeight::get().writes(7 as u64)) @@ -115,10 +115,10 @@ impl pallet_pool_system::WeightInfo for WeightInfo { // Storage: PoolSystem Pool (r:1 w:0) /// The range of component `n` is `[1, 5]`. fn submit_solution(n: u32, ) -> Weight { - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(23_530_198 as u64) - // Standard Error: 15_849 - .saturating_add(Weight::from_ref_time(1_103_095 as u64).saturating_mul(n as u64)) + // Minimum execution time: 54_901 nanoseconds. + Weight::from_ref_time(53_779_317 as u64) + // Standard Error: 15_443 + .saturating_add(Weight::from_ref_time(2_701_951 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -138,10 +138,10 @@ impl pallet_pool_system::WeightInfo for WeightInfo { // Storage: Investments ClearedRedeemOrders (r:0 w:1) /// The range of component `n` is `[1, 5]`. fn execute_epoch(n: u32, ) -> Weight { - // Minimum execution time: 122_000 nanoseconds. - Weight::from_ref_time(85_270_852 as u64) - // Standard Error: 68_272 - .saturating_add(Weight::from_ref_time(39_625_058 as u64).saturating_mul(n as u64)) + // Minimum execution time: 237_403 nanoseconds. + Weight::from_ref_time(172_163_224 as u64) + // Standard Error: 43_466 + .saturating_add(Weight::from_ref_time(68_504_560 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(8 as u64)) .saturating_add(T::DbWeight::get().reads((7 as u64).saturating_mul(n as u64))) .saturating_add(T::DbWeight::get().writes(8 as u64)) diff --git a/runtime/altair/src/weights/pallet_preimage.rs b/runtime/altair/src/weights/pallet_preimage.rs index e71ebd143c..56228228c9 100644 --- a/runtime/altair/src/weights/pallet_preimage.rs +++ b/runtime/altair/src/weights/pallet_preimage.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_preimage` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -34,10 +34,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_preimage(s: u32, ) -> Weight { - // Minimum execution time: 29_000 nanoseconds. - Weight::from_ref_time(29_000_000 as u64) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_386 as u64).saturating_mul(s as u64)) + // Minimum execution time: 59_401 nanoseconds. + Weight::from_ref_time(60_101_000 as u64) + // Standard Error: 3 + .saturating_add(Weight::from_ref_time(2_344 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -45,10 +45,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_requested_preimage(s: u32, ) -> Weight { - // Minimum execution time: 19_000 nanoseconds. - Weight::from_ref_time(19_000_000 as u64) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_370 as u64).saturating_mul(s as u64)) + // Minimum execution time: 41_800 nanoseconds. + Weight::from_ref_time(42_100_000 as u64) + // Standard Error: 2 + .saturating_add(Weight::from_ref_time(2_345 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -56,76 +56,76 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_no_deposit_preimage(s: u32, ) -> Weight { - // Minimum execution time: 18_000 nanoseconds. - Weight::from_ref_time(19_000_000 as u64) - // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_362 as u64).saturating_mul(s as u64)) + // Minimum execution time: 50_701 nanoseconds. + Weight::from_ref_time(51_500_000 as u64) + // Standard Error: 2 + .saturating_add(Weight::from_ref_time(2_332 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unnote_preimage() -> Weight { - // Minimum execution time: 38_000 nanoseconds. - Weight::from_ref_time(41_000_000 as u64) + // Minimum execution time: 88_600 nanoseconds. + Weight::from_ref_time(93_599_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unnote_no_deposit_preimage() -> Weight { - // Minimum execution time: 27_000 nanoseconds. - Weight::from_ref_time(29_000_000 as u64) + // Minimum execution time: 63_300 nanoseconds. + Weight::from_ref_time(68_800_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_preimage() -> Weight { - // Minimum execution time: 25_000 nanoseconds. - Weight::from_ref_time(26_000_000 as u64) + // Minimum execution time: 61_901 nanoseconds. + Weight::from_ref_time(64_101_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_no_deposit_preimage() -> Weight { - // Minimum execution time: 13_000 nanoseconds. - Weight::from_ref_time(14_000_000 as u64) + // Minimum execution time: 34_900 nanoseconds. + Weight::from_ref_time(42_001_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_unnoted_preimage() -> Weight { - // Minimum execution time: 15_000 nanoseconds. - Weight::from_ref_time(16_000_000 as u64) + // Minimum execution time: 39_000 nanoseconds. + Weight::from_ref_time(40_101_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_requested_preimage() -> Weight { - // Minimum execution time: 8_000 nanoseconds. - Weight::from_ref_time(8_000_000 as u64) + // Minimum execution time: 19_600 nanoseconds. + Weight::from_ref_time(20_000_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unrequest_preimage() -> Weight { - // Minimum execution time: 26_000 nanoseconds. - Weight::from_ref_time(28_000_000 as u64) + // Minimum execution time: 58_801 nanoseconds. + Weight::from_ref_time(65_201_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Preimage StatusFor (r:1 w:1) fn unrequest_unnoted_preimage() -> Weight { - // Minimum execution time: 8_000 nanoseconds. - Weight::from_ref_time(8_000_000 as u64) + // Minimum execution time: 19_100 nanoseconds. + Weight::from_ref_time(19_601_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Preimage StatusFor (r:1 w:1) fn unrequest_multi_referenced_preimage() -> Weight { - // Minimum execution time: 8_000 nanoseconds. - Weight::from_ref_time(8_000_000 as u64) + // Minimum execution time: 18_800 nanoseconds. + Weight::from_ref_time(19_500_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } diff --git a/runtime/altair/src/weights/pallet_proxy.rs b/runtime/altair/src/weights/pallet_proxy.rs index b3e7fabefc..e92150b581 100644 --- a/runtime/altair/src/weights/pallet_proxy.rs +++ b/runtime/altair/src/weights/pallet_proxy.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_proxy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -33,10 +33,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: Proxy Proxies (r:1 w:0) /// The range of component `p` is `[1, 31]`. fn proxy(p: u32, ) -> Weight { - // Minimum execution time: 19_000 nanoseconds. - Weight::from_ref_time(19_727_398 as u64) - // Standard Error: 2_299 - .saturating_add(Weight::from_ref_time(17_693 as u64).saturating_mul(p as u64)) + // Minimum execution time: 42_400 nanoseconds. + Weight::from_ref_time(43_721_324 as u64) + // Standard Error: 3_448 + .saturating_add(Weight::from_ref_time(72_419 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) } // Storage: Proxy Proxies (r:1 w:0) @@ -44,11 +44,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. - fn proxy_announced(a: u32, _p: u32, ) -> Weight { - // Minimum execution time: 36_000 nanoseconds. - Weight::from_ref_time(40_006_273 as u64) - // Standard Error: 7_477 - .saturating_add(Weight::from_ref_time(132_294 as u64).saturating_mul(a as u64)) + fn proxy_announced(a: u32, p: u32, ) -> Weight { + // Minimum execution time: 77_801 nanoseconds. + Weight::from_ref_time(78_174_593 as u64) + // Standard Error: 3_646 + .saturating_add(Weight::from_ref_time(270_963 as u64).saturating_mul(a as u64)) + // Standard Error: 3_767 + .saturating_add(Weight::from_ref_time(87_863 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -57,12 +59,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn remove_announcement(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(24_068_127 as u64) - // Standard Error: 6_442 - .saturating_add(Weight::from_ref_time(231_574 as u64).saturating_mul(a as u64)) - // Standard Error: 6_655 - .saturating_add(Weight::from_ref_time(54_658 as u64).saturating_mul(p as u64)) + // Minimum execution time: 52_800 nanoseconds. + Weight::from_ref_time(55_107_492 as u64) + // Standard Error: 10_312 + .saturating_add(Weight::from_ref_time(274_732 as u64).saturating_mul(a as u64)) + // Standard Error: 10_654 + .saturating_add(Weight::from_ref_time(16_863 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -71,12 +73,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn reject_announcement(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(25_774_612 as u64) - // Standard Error: 2_398 - .saturating_add(Weight::from_ref_time(116_536 as u64).saturating_mul(a as u64)) - // Standard Error: 2_478 - .saturating_add(Weight::from_ref_time(5_842 as u64).saturating_mul(p as u64)) + // Minimum execution time: 52_601 nanoseconds. + Weight::from_ref_time(54_048_939 as u64) + // Standard Error: 2_918 + .saturating_add(Weight::from_ref_time(284_450 as u64).saturating_mul(a as u64)) + // Standard Error: 3_015 + .saturating_add(Weight::from_ref_time(27_368 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -86,42 +88,42 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn announce(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 32_000 nanoseconds. - Weight::from_ref_time(33_620_403 as u64) - // Standard Error: 3_613 - .saturating_add(Weight::from_ref_time(150_074 as u64).saturating_mul(a as u64)) - // Standard Error: 3_733 - .saturating_add(Weight::from_ref_time(35_872 as u64).saturating_mul(p as u64)) + // Minimum execution time: 69_001 nanoseconds. + Weight::from_ref_time(70_557_565 as u64) + // Standard Error: 3_793 + .saturating_add(Weight::from_ref_time(249_612 as u64).saturating_mul(a as u64)) + // Standard Error: 3_919 + .saturating_add(Weight::from_ref_time(73_744 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn add_proxy(p: u32, ) -> Weight { - // Minimum execution time: 28_000 nanoseconds. - Weight::from_ref_time(28_919_331 as u64) - // Standard Error: 3_359 - .saturating_add(Weight::from_ref_time(47_723 as u64).saturating_mul(p as u64)) + // Minimum execution time: 58_000 nanoseconds. + Weight::from_ref_time(59_221_202 as u64) + // Standard Error: 12_921 + .saturating_add(Weight::from_ref_time(154_890 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn remove_proxy(p: u32, ) -> Weight { - // Minimum execution time: 27_000 nanoseconds. - Weight::from_ref_time(28_407_091 as u64) - // Standard Error: 2_744 - .saturating_add(Weight::from_ref_time(76_733 as u64).saturating_mul(p as u64)) + // Minimum execution time: 57_100 nanoseconds. + Weight::from_ref_time(61_254_704 as u64) + // Standard Error: 18_676 + .saturating_add(Weight::from_ref_time(77_615 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn remove_proxies(p: u32, ) -> Weight { - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(25_122_074 as u64) - // Standard Error: 4_556 - .saturating_add(Weight::from_ref_time(10_433 as u64).saturating_mul(p as u64)) + // Minimum execution time: 49_601 nanoseconds. + Weight::from_ref_time(52_599_797 as u64) + // Standard Error: 12_409 + .saturating_add(Weight::from_ref_time(14_418 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -129,20 +131,20 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn create_pure(p: u32, ) -> Weight { - // Minimum execution time: 29_000 nanoseconds. - Weight::from_ref_time(30_392_505 as u64) - // Standard Error: 2_659 - .saturating_add(Weight::from_ref_time(6_153 as u64).saturating_mul(p as u64)) + // Minimum execution time: 62_801 nanoseconds. + Weight::from_ref_time(64_461_301 as u64) + // Standard Error: 3_149 + .saturating_add(Weight::from_ref_time(48_532 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[0, 30]`. fn kill_pure(p: u32, ) -> Weight { - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(24_870_511 as u64) - // Standard Error: 4_065 - .saturating_add(Weight::from_ref_time(53_683 as u64).saturating_mul(p as u64)) + // Minimum execution time: 51_200 nanoseconds. + Weight::from_ref_time(53_223_536 as u64) + // Standard Error: 13_356 + .saturating_add(Weight::from_ref_time(94_754 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } diff --git a/runtime/altair/src/weights/pallet_restricted_tokens.rs b/runtime/altair/src/weights/pallet_restricted_tokens.rs index d14e3b7571..5c6ddeef00 100644 --- a/runtime/altair/src/weights/pallet_restricted_tokens.rs +++ b/runtime/altair/src/weights/pallet_restricted_tokens.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_restricted_tokens` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -32,68 +32,68 @@ pub struct WeightInfo(PhantomData); impl pallet_restricted_tokens::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) fn transfer_native() -> Weight { - // Minimum execution time: 42_000 nanoseconds. - Weight::from_ref_time(43_000_000 as u64) + // Minimum execution time: 80_301 nanoseconds. + Weight::from_ref_time(81_201_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: OrmlTokens Accounts (r:2 w:2) // Storage: System Account (r:1 w:1) fn transfer_other() -> Weight { - // Minimum execution time: 43_000 nanoseconds. - Weight::from_ref_time(44_000_000 as u64) + // Minimum execution time: 83_801 nanoseconds. + Weight::from_ref_time(84_702_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } // Storage: System Account (r:1 w:1) fn transfer_keep_alive_native() -> Weight { - // Minimum execution time: 38_000 nanoseconds. - Weight::from_ref_time(39_000_000 as u64) + // Minimum execution time: 72_701 nanoseconds. + Weight::from_ref_time(73_601_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: OrmlTokens Accounts (r:2 w:2) // Storage: System Account (r:1 w:1) fn transfer_keep_alive_other() -> Weight { - // Minimum execution time: 40_000 nanoseconds. - Weight::from_ref_time(41_000_000 as u64) + // Minimum execution time: 78_001 nanoseconds. + Weight::from_ref_time(78_802_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } // Storage: System Account (r:1 w:1) fn transfer_all_native() -> Weight { - // Minimum execution time: 45_000 nanoseconds. - Weight::from_ref_time(46_000_000 as u64) + // Minimum execution time: 83_901 nanoseconds. + Weight::from_ref_time(85_301_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: OrmlTokens Accounts (r:2 w:2) // Storage: System Account (r:1 w:1) fn transfer_all_other() -> Weight { - // Minimum execution time: 46_000 nanoseconds. - Weight::from_ref_time(47_000_000 as u64) + // Minimum execution time: 88_401 nanoseconds. + Weight::from_ref_time(89_401_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } // Storage: System Account (r:1 w:1) fn force_transfer_native() -> Weight { - // Minimum execution time: 42_000 nanoseconds. - Weight::from_ref_time(43_000_000 as u64) + // Minimum execution time: 80_501 nanoseconds. + Weight::from_ref_time(81_402_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: OrmlTokens Accounts (r:2 w:2) // Storage: System Account (r:1 w:1) fn force_transfer_other() -> Weight { - // Minimum execution time: 42_000 nanoseconds. - Weight::from_ref_time(43_000_000 as u64) + // Minimum execution time: 84_001 nanoseconds. + Weight::from_ref_time(85_302_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } // Storage: System Account (r:1 w:1) fn set_balance_native() -> Weight { - // Minimum execution time: 43_000 nanoseconds. - Weight::from_ref_time(44_000_000 as u64) + // Minimum execution time: 82_701 nanoseconds. + Weight::from_ref_time(83_801_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -101,8 +101,8 @@ impl pallet_restricted_tokens::WeightInfo for WeightInf // Storage: OrmlTokens TotalIssuance (r:1 w:1) // Storage: System Account (r:1 w:1) fn set_balance_other() -> Weight { - // Minimum execution time: 51_000 nanoseconds. - Weight::from_ref_time(51_000_000 as u64) + // Minimum execution time: 94_102 nanoseconds. + Weight::from_ref_time(95_601_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } diff --git a/runtime/altair/src/weights/pallet_scheduler.rs b/runtime/altair/src/weights/pallet_scheduler.rs index 56fdbcdaad..de2cc0cd4d 100644 --- a/runtime/altair/src/weights/pallet_scheduler.rs +++ b/runtime/altair/src/weights/pallet_scheduler.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_scheduler` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -32,61 +32,61 @@ pub struct WeightInfo(PhantomData); impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler IncompleteSince (r:1 w:1) fn service_agendas_base() -> Weight { - // Minimum execution time: 4_000 nanoseconds. - Weight::from_ref_time(4_000_000 as u64) + // Minimum execution time: 8_700 nanoseconds. + Weight::from_ref_time(9_100_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 50]`. fn service_agenda_base(s: u32, ) -> Weight { - // Minimum execution time: 3_000 nanoseconds. - Weight::from_ref_time(6_435_902 as u64) - // Standard Error: 2_540 - .saturating_add(Weight::from_ref_time(636_708 as u64).saturating_mul(s as u64)) + // Minimum execution time: 7_900 nanoseconds. + Weight::from_ref_time(15_416_320 as u64) + // Standard Error: 5_739 + .saturating_add(Weight::from_ref_time(1_066_497 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } fn service_task_base() -> Weight { - // Minimum execution time: 9_000 nanoseconds. - Weight::from_ref_time(10_000_000 as u64) + // Minimum execution time: 18_801 nanoseconds. + Weight::from_ref_time(19_501_000 as u64) } // Storage: Preimage PreimageFor (r:1 w:1) // Storage: Preimage StatusFor (r:1 w:1) /// The range of component `s` is `[128, 4194304]`. fn service_task_fetched(s: u32, ) -> Weight { - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(22_000_000 as u64) - // Standard Error: 2 - .saturating_add(Weight::from_ref_time(781 as u64).saturating_mul(s as u64)) + // Minimum execution time: 43_001 nanoseconds. + Weight::from_ref_time(43_601_000 as u64) + // Standard Error: 3 + .saturating_add(Weight::from_ref_time(1_653 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Scheduler Lookup (r:0 w:1) fn service_task_named() -> Weight { - // Minimum execution time: 10_000 nanoseconds. - Weight::from_ref_time(11_000_000 as u64) + // Minimum execution time: 22_201 nanoseconds. + Weight::from_ref_time(22_600_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } fn service_task_periodic() -> Weight { - // Minimum execution time: 9_000 nanoseconds. - Weight::from_ref_time(10_000_000 as u64) + // Minimum execution time: 19_000 nanoseconds. + Weight::from_ref_time(19_600_000 as u64) } fn execute_dispatch_signed() -> Weight { - // Minimum execution time: 4_000 nanoseconds. - Weight::from_ref_time(4_000_000 as u64) + // Minimum execution time: 9_000 nanoseconds. + Weight::from_ref_time(9_500_000 as u64) } fn execute_dispatch_unsigned() -> Weight { - // Minimum execution time: 4_000 nanoseconds. - Weight::from_ref_time(4_000_000 as u64) + // Minimum execution time: 9_200 nanoseconds. + Weight::from_ref_time(12_500_000 as u64) } // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 49]`. fn schedule(s: u32, ) -> Weight { - // Minimum execution time: 17_000 nanoseconds. - Weight::from_ref_time(19_420_000 as u64) - // Standard Error: 1_804 - .saturating_add(Weight::from_ref_time(601_795 as u64).saturating_mul(s as u64)) + // Minimum execution time: 34_800 nanoseconds. + Weight::from_ref_time(44_075_716 as u64) + // Standard Error: 11_436 + .saturating_add(Weight::from_ref_time(1_063_194 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -94,10 +94,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Lookup (r:0 w:1) /// The range of component `s` is `[1, 50]`. fn cancel(s: u32, ) -> Weight { - // Minimum execution time: 18_000 nanoseconds. - Weight::from_ref_time(18_844_571 as u64) - // Standard Error: 1_757 - .saturating_add(Weight::from_ref_time(609_781 as u64).saturating_mul(s as u64)) + // Minimum execution time: 39_400 nanoseconds. + Weight::from_ref_time(42_137_322 as u64) + // Standard Error: 7_277 + .saturating_add(Weight::from_ref_time(1_081_656 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -105,10 +105,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 49]`. fn schedule_named(s: u32, ) -> Weight { - // Minimum execution time: 19_000 nanoseconds. - Weight::from_ref_time(22_556_000 as u64) - // Standard Error: 2_787 - .saturating_add(Weight::from_ref_time(626_775 as u64).saturating_mul(s as u64)) + // Minimum execution time: 40_601 nanoseconds. + Weight::from_ref_time(49_338_917 as u64) + // Standard Error: 5_728 + .saturating_add(Weight::from_ref_time(1_141_599 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -116,10 +116,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[1, 50]`. fn cancel_named(s: u32, ) -> Weight { - // Minimum execution time: 19_000 nanoseconds. - Weight::from_ref_time(20_597_714 as u64) - // Standard Error: 2_362 - .saturating_add(Weight::from_ref_time(629_579 as u64).saturating_mul(s as u64)) + // Minimum execution time: 41_901 nanoseconds. + Weight::from_ref_time(46_372_365 as u64) + // Standard Error: 8_636 + .saturating_add(Weight::from_ref_time(1_085_713 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } diff --git a/runtime/altair/src/weights/pallet_timestamp.rs b/runtime/altair/src/weights/pallet_timestamp.rs index a066a71a94..aaa6b072a1 100644 --- a/runtime/altair/src/weights/pallet_timestamp.rs +++ b/runtime/altair/src/weights/pallet_timestamp.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -33,13 +33,13 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Storage: Timestamp Now (r:1 w:1) // Storage: Aura CurrentSlot (r:1 w:0) fn set() -> Weight { - // Minimum execution time: 9_000 nanoseconds. - Weight::from_ref_time(10_000_000 as u64) + // Minimum execution time: 19_901 nanoseconds. + Weight::from_ref_time(20_601_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } fn on_finalize() -> Weight { - // Minimum execution time: 4_000 nanoseconds. - Weight::from_ref_time(4_000_000 as u64) + // Minimum execution time: 9_100 nanoseconds. + Weight::from_ref_time(9_300_000 as u64) } } diff --git a/runtime/altair/src/weights/pallet_treasury.rs b/runtime/altair/src/weights/pallet_treasury.rs index 3dfb1d22e2..9a00b634e9 100644 --- a/runtime/altair/src/weights/pallet_treasury.rs +++ b/runtime/altair/src/weights/pallet_treasury.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_treasury` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -31,22 +31,22 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_treasury::WeightInfo for WeightInfo { fn spend() -> Weight { - // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0 as u64) + // Minimum execution time: 400 nanoseconds. + Weight::from_ref_time(500_000 as u64) } // Storage: Treasury ProposalCount (r:1 w:1) // Storage: Treasury Proposals (r:0 w:1) fn propose_spend() -> Weight { - // Minimum execution time: 27_000 nanoseconds. - Weight::from_ref_time(28_000_000 as u64) + // Minimum execution time: 55_901 nanoseconds. + Weight::from_ref_time(56_601_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Treasury Proposals (r:1 w:1) // Storage: System Account (r:2 w:2) fn reject_proposal() -> Weight { - // Minimum execution time: 40_000 nanoseconds. - Weight::from_ref_time(41_000_000 as u64) + // Minimum execution time: 79_601 nanoseconds. + Weight::from_ref_time(80_402_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -54,17 +54,17 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Storage: Treasury Approvals (r:1 w:1) /// The range of component `p` is `[0, 99]`. fn approve_proposal(p: u32, ) -> Weight { - // Minimum execution time: 9_000 nanoseconds. - Weight::from_ref_time(11_437_303 as u64) - // Standard Error: 887 - .saturating_add(Weight::from_ref_time(31_837 as u64).saturating_mul(p as u64)) + // Minimum execution time: 22_300 nanoseconds. + Weight::from_ref_time(28_205_014 as u64) + // Standard Error: 2_772 + .saturating_add(Weight::from_ref_time(272_663 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Treasury Approvals (r:1 w:1) fn remove_approval() -> Weight { - // Minimum execution time: 7_000 nanoseconds. - Weight::from_ref_time(8_000_000 as u64) + // Minimum execution time: 18_400 nanoseconds. + Weight::from_ref_time(19_000_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -73,10 +73,10 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Storage: Treasury Proposals (r:2 w:0) /// The range of component `p` is `[0, 100]`. fn on_initialize_proposals(p: u32, ) -> Weight { - // Minimum execution time: 25_000 nanoseconds. - Weight::from_ref_time(19_805_929 as u64) - // Standard Error: 8_845 - .saturating_add(Weight::from_ref_time(2_435_138 as u64).saturating_mul(p as u64)) + // Minimum execution time: 51_600 nanoseconds. + Weight::from_ref_time(45_380_794 as u64) + // Standard Error: 7_202 + .saturating_add(Weight::from_ref_time(4_081_466 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(p as u64))) .saturating_add(T::DbWeight::get().writes(1 as u64)) diff --git a/runtime/altair/src/weights/pallet_uniques.rs b/runtime/altair/src/weights/pallet_uniques.rs index 5216921d16..a67b5b4e3c 100644 --- a/runtime/altair/src/weights/pallet_uniques.rs +++ b/runtime/altair/src/weights/pallet_uniques.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_uniques` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -33,16 +33,16 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: Uniques Class (r:1 w:1) // Storage: Uniques ClassAccount (r:0 w:1) fn create() -> Weight { - // Minimum execution time: 28_000 nanoseconds. - Weight::from_ref_time(29_000_000 as u64) + // Minimum execution time: 60_400 nanoseconds. + Weight::from_ref_time(79_801_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Uniques Class (r:1 w:1) // Storage: Uniques ClassAccount (r:0 w:1) fn force_create() -> Weight { - // Minimum execution time: 18_000 nanoseconds. - Weight::from_ref_time(18_000_000 as u64) + // Minimum execution time: 38_100 nanoseconds. + Weight::from_ref_time(38_600_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -58,14 +58,14 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// The range of component `m` is `[0, 1000]`. /// The range of component `a` is `[0, 1000]`. fn destroy(n: u32, m: u32, a: u32, ) -> Weight { - // Minimum execution time: 2_749_000 nanoseconds. - Weight::from_ref_time(2_860_000_000 as u64) - // Standard Error: 35_464 - .saturating_add(Weight::from_ref_time(9_915_784 as u64).saturating_mul(n as u64)) - // Standard Error: 35_464 - .saturating_add(Weight::from_ref_time(41_777 as u64).saturating_mul(m as u64)) - // Standard Error: 35_464 - .saturating_add(Weight::from_ref_time(575_313 as u64).saturating_mul(a as u64)) + // Minimum execution time: 4_160_259 nanoseconds. + Weight::from_ref_time(4_212_360_000 as u64) + // Standard Error: 48_841 + .saturating_add(Weight::from_ref_time(15_673_983 as u64).saturating_mul(n as u64)) + // Standard Error: 48_841 + .saturating_add(Weight::from_ref_time(449_762 as u64).saturating_mul(m as u64)) + // Standard Error: 48_841 + .saturating_add(Weight::from_ref_time(918_850 as u64).saturating_mul(a as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(n as u64))) .saturating_add(T::DbWeight::get().writes(4 as u64)) @@ -78,8 +78,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: Uniques CollectionMaxSupply (r:1 w:0) // Storage: Uniques Account (r:0 w:1) fn mint() -> Weight { - // Minimum execution time: 35_000 nanoseconds. - Weight::from_ref_time(36_000_000 as u64) + // Minimum execution time: 73_701 nanoseconds. + Weight::from_ref_time(74_501_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -88,8 +88,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: Uniques Account (r:0 w:1) // Storage: Uniques ItemPriceOf (r:0 w:1) fn burn() -> Weight { - // Minimum execution time: 37_000 nanoseconds. - Weight::from_ref_time(38_000_000 as u64) + // Minimum execution time: 77_401 nanoseconds. + Weight::from_ref_time(78_301_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } @@ -98,8 +98,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: Uniques Account (r:0 w:2) // Storage: Uniques ItemPriceOf (r:0 w:1) fn transfer() -> Weight { - // Minimum execution time: 28_000 nanoseconds. - Weight::from_ref_time(29_000_000 as u64) + // Minimum execution time: 60_201 nanoseconds. + Weight::from_ref_time(61_100_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } @@ -107,10 +107,10 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: Uniques Asset (r:102 w:102) /// The range of component `i` is `[0, 5000]`. fn redeposit(i: u32, ) -> Weight { - // Minimum execution time: 18_000 nanoseconds. - Weight::from_ref_time(18_000_000 as u64) - // Standard Error: 23_247 - .saturating_add(Weight::from_ref_time(13_604_210 as u64).saturating_mul(i as u64)) + // Minimum execution time: 38_900 nanoseconds. + Weight::from_ref_time(39_101_000 as u64) + // Standard Error: 16_293 + .saturating_add(Weight::from_ref_time(22_586_340 as u64).saturating_mul(i as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(i as u64))) .saturating_add(T::DbWeight::get().writes(1 as u64)) @@ -119,30 +119,30 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: Uniques Asset (r:1 w:1) // Storage: Uniques Class (r:1 w:0) fn freeze() -> Weight { - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(22_000_000 as u64) + // Minimum execution time: 45_901 nanoseconds. + Weight::from_ref_time(46_701_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Uniques Asset (r:1 w:1) // Storage: Uniques Class (r:1 w:0) fn thaw() -> Weight { - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(21_000_000 as u64) + // Minimum execution time: 46_301 nanoseconds. + Weight::from_ref_time(46_900_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Uniques Class (r:1 w:1) fn freeze_collection() -> Weight { - // Minimum execution time: 17_000 nanoseconds. - Weight::from_ref_time(17_000_000 as u64) + // Minimum execution time: 37_600 nanoseconds. + Weight::from_ref_time(38_200_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Uniques Class (r:1 w:1) fn thaw_collection() -> Weight { - // Minimum execution time: 16_000 nanoseconds. - Weight::from_ref_time(18_000_000 as u64) + // Minimum execution time: 37_600 nanoseconds. + Weight::from_ref_time(38_400_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -150,23 +150,23 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: Uniques Class (r:1 w:1) // Storage: Uniques ClassAccount (r:0 w:2) fn transfer_ownership() -> Weight { - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(25_000_000 as u64) + // Minimum execution time: 51_901 nanoseconds. + Weight::from_ref_time(52_501_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } // Storage: Uniques Class (r:1 w:1) fn set_team() -> Weight { - // Minimum execution time: 17_000 nanoseconds. - Weight::from_ref_time(18_000_000 as u64) + // Minimum execution time: 38_901 nanoseconds. + Weight::from_ref_time(39_201_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Uniques Class (r:1 w:1) // Storage: Uniques ClassAccount (r:0 w:1) fn force_item_status() -> Weight { - // Minimum execution time: 20_000 nanoseconds. - Weight::from_ref_time(20_000_000 as u64) + // Minimum execution time: 43_400 nanoseconds. + Weight::from_ref_time(43_901_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -174,8 +174,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: Uniques InstanceMetadataOf (r:1 w:0) // Storage: Uniques Attribute (r:1 w:1) fn set_attribute() -> Weight { - // Minimum execution time: 43_000 nanoseconds. - Weight::from_ref_time(44_000_000 as u64) + // Minimum execution time: 88_801 nanoseconds. + Weight::from_ref_time(89_301_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -183,79 +183,79 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: Uniques InstanceMetadataOf (r:1 w:0) // Storage: Uniques Attribute (r:1 w:1) fn clear_attribute() -> Weight { - // Minimum execution time: 43_000 nanoseconds. - Weight::from_ref_time(44_000_000 as u64) + // Minimum execution time: 87_101 nanoseconds. + Weight::from_ref_time(87_901_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Uniques Class (r:1 w:1) // Storage: Uniques InstanceMetadataOf (r:1 w:1) fn set_metadata() -> Weight { - // Minimum execution time: 32_000 nanoseconds. - Weight::from_ref_time(33_000_000 as u64) + // Minimum execution time: 69_000 nanoseconds. + Weight::from_ref_time(70_001_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Uniques Class (r:1 w:1) // Storage: Uniques InstanceMetadataOf (r:1 w:1) fn clear_metadata() -> Weight { - // Minimum execution time: 34_000 nanoseconds. - Weight::from_ref_time(34_000_000 as u64) + // Minimum execution time: 70_401 nanoseconds. + Weight::from_ref_time(71_700_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Uniques Class (r:1 w:1) // Storage: Uniques ClassMetadataOf (r:1 w:1) fn set_collection_metadata() -> Weight { - // Minimum execution time: 32_000 nanoseconds. - Weight::from_ref_time(32_000_000 as u64) + // Minimum execution time: 67_400 nanoseconds. + Weight::from_ref_time(68_001_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Uniques Class (r:1 w:0) // Storage: Uniques ClassMetadataOf (r:1 w:1) fn clear_collection_metadata() -> Weight { - // Minimum execution time: 32_000 nanoseconds. - Weight::from_ref_time(34_000_000 as u64) + // Minimum execution time: 65_601 nanoseconds. + Weight::from_ref_time(66_401_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Uniques Class (r:1 w:0) // Storage: Uniques Asset (r:1 w:1) fn approve_transfer() -> Weight { - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(22_000_000 as u64) + // Minimum execution time: 47_801 nanoseconds. + Weight::from_ref_time(48_401_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Uniques Class (r:1 w:0) // Storage: Uniques Asset (r:1 w:1) fn cancel_approval() -> Weight { - // Minimum execution time: 22_000 nanoseconds. - Weight::from_ref_time(22_000_000 as u64) + // Minimum execution time: 47_500 nanoseconds. + Weight::from_ref_time(48_201_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Uniques OwnershipAcceptance (r:1 w:1) fn set_accept_ownership() -> Weight { - // Minimum execution time: 20_000 nanoseconds. - Weight::from_ref_time(21_000_000 as u64) + // Minimum execution time: 43_901 nanoseconds. + Weight::from_ref_time(44_701_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Uniques CollectionMaxSupply (r:1 w:1) // Storage: Uniques Class (r:1 w:0) fn set_collection_max_supply() -> Weight { - // Minimum execution time: 19_000 nanoseconds. - Weight::from_ref_time(20_000_000 as u64) + // Minimum execution time: 41_901 nanoseconds. + Weight::from_ref_time(44_700_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Uniques Asset (r:1 w:0) // Storage: Uniques ItemPriceOf (r:0 w:1) fn set_price() -> Weight { - // Minimum execution time: 19_000 nanoseconds. - Weight::from_ref_time(19_000_000 as u64) + // Minimum execution time: 42_600 nanoseconds. + Weight::from_ref_time(43_300_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -264,8 +264,8 @@ impl pallet_uniques::WeightInfo for WeightInfo { // Storage: Uniques Class (r:1 w:0) // Storage: Uniques Account (r:0 w:2) fn buy_item() -> Weight { - // Minimum execution time: 39_000 nanoseconds. - Weight::from_ref_time(40_000_000 as u64) + // Minimum execution time: 80_401 nanoseconds. + Weight::from_ref_time(81_401_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } diff --git a/runtime/altair/src/weights/pallet_utility.rs b/runtime/altair/src/weights/pallet_utility.rs index fdd5e1db05..bf6abd1407 100644 --- a/runtime/altair/src/weights/pallet_utility.rs +++ b/runtime/altair/src/weights/pallet_utility.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -32,31 +32,31 @@ pub struct WeightInfo(PhantomData); impl pallet_utility::WeightInfo for WeightInfo { /// The range of component `c` is `[0, 1000]`. fn batch(c: u32, ) -> Weight { - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(16_232_156 as u64) - // Standard Error: 3_091 - .saturating_add(Weight::from_ref_time(5_468_937 as u64).saturating_mul(c as u64)) + // Minimum execution time: 24_400 nanoseconds. + Weight::from_ref_time(33_647_204 as u64) + // Standard Error: 3_603 + .saturating_add(Weight::from_ref_time(8_521_381 as u64).saturating_mul(c as u64)) } fn as_derivative() -> Weight { - // Minimum execution time: 6_000 nanoseconds. - Weight::from_ref_time(7_000_000 as u64) + // Minimum execution time: 14_000 nanoseconds. + Weight::from_ref_time(14_400_000 as u64) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { - // Minimum execution time: 11_000 nanoseconds. - Weight::from_ref_time(22_089_669 as u64) - // Standard Error: 2_900 - .saturating_add(Weight::from_ref_time(5_702_767 as u64).saturating_mul(c as u64)) + // Minimum execution time: 24_000 nanoseconds. + Weight::from_ref_time(38_979_775 as u64) + // Standard Error: 3_428 + .saturating_add(Weight::from_ref_time(8_826_788 as u64).saturating_mul(c as u64)) } fn dispatch_as() -> Weight { - // Minimum execution time: 15_000 nanoseconds. - Weight::from_ref_time(15_000_000 as u64) + // Minimum execution time: 28_700 nanoseconds. + Weight::from_ref_time(29_600_000 as u64) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { - // Minimum execution time: 11_000 nanoseconds. - Weight::from_ref_time(10_961_430 as u64) - // Standard Error: 3_891 - .saturating_add(Weight::from_ref_time(5_496_713 as u64).saturating_mul(c as u64)) + // Minimum execution time: 23_901 nanoseconds. + Weight::from_ref_time(38_721_193 as u64) + // Standard Error: 3_414 + .saturating_add(Weight::from_ref_time(8_480_455 as u64).saturating_mul(c as u64)) } } diff --git a/runtime/altair/src/weights/pallet_vesting.rs b/runtime/altair/src/weights/pallet_vesting.rs index e63a37d719..7dd2212944 100644 --- a/runtime/altair/src/weights/pallet_vesting.rs +++ b/runtime/altair/src/weights/pallet_vesting.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_vesting` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -35,12 +35,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_locked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 35_000 nanoseconds. - Weight::from_ref_time(34_619_515 as u64) - // Standard Error: 1_131 - .saturating_add(Weight::from_ref_time(34_464 as u64).saturating_mul(l as u64)) - // Standard Error: 2_012 - .saturating_add(Weight::from_ref_time(85_757 as u64).saturating_mul(s as u64)) + // Minimum execution time: 74_601 nanoseconds. + Weight::from_ref_time(73_195_140 as u64) + // Standard Error: 2_462 + .saturating_add(Weight::from_ref_time(96_479 as u64).saturating_mul(l as u64)) + // Standard Error: 4_380 + .saturating_add(Weight::from_ref_time(106_962 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -49,12 +49,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_unlocked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 35_000 nanoseconds. - Weight::from_ref_time(34_102_355 as u64) - // Standard Error: 1_133 - .saturating_add(Weight::from_ref_time(34_149 as u64).saturating_mul(l as u64)) - // Standard Error: 2_016 - .saturating_add(Weight::from_ref_time(62_220 as u64).saturating_mul(s as u64)) + // Minimum execution time: 72_901 nanoseconds. + Weight::from_ref_time(72_852_219 as u64) + // Standard Error: 3_108 + .saturating_add(Weight::from_ref_time(73_341 as u64).saturating_mul(l as u64)) + // Standard Error: 5_530 + .saturating_add(Weight::from_ref_time(80_398 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -64,12 +64,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_other_locked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 35_000 nanoseconds. - Weight::from_ref_time(34_271_963 as u64) - // Standard Error: 1_629 - .saturating_add(Weight::from_ref_time(36_910 as u64).saturating_mul(l as u64)) - // Standard Error: 2_899 - .saturating_add(Weight::from_ref_time(86_265 as u64).saturating_mul(s as u64)) + // Minimum execution time: 72_301 nanoseconds. + Weight::from_ref_time(71_799_715 as u64) + // Standard Error: 7_519 + .saturating_add(Weight::from_ref_time(118_280 as u64).saturating_mul(l as u64)) + // Standard Error: 13_378 + .saturating_add(Weight::from_ref_time(112_520 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -79,12 +79,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 28]`. fn vest_other_unlocked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 34_000 nanoseconds. - Weight::from_ref_time(33_328_660 as u64) - // Standard Error: 1_226 - .saturating_add(Weight::from_ref_time(40_985 as u64).saturating_mul(l as u64)) - // Standard Error: 2_181 - .saturating_add(Weight::from_ref_time(68_387 as u64).saturating_mul(s as u64)) + // Minimum execution time: 71_701 nanoseconds. + Weight::from_ref_time(71_864_532 as u64) + // Standard Error: 2_377 + .saturating_add(Weight::from_ref_time(78_878 as u64).saturating_mul(l as u64)) + // Standard Error: 4_230 + .saturating_add(Weight::from_ref_time(70_103 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -94,12 +94,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[0, 27]`. fn vested_transfer(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 52_000 nanoseconds. - Weight::from_ref_time(50_104_443 as u64) - // Standard Error: 5_008 - .saturating_add(Weight::from_ref_time(85_492 as u64).saturating_mul(l as u64)) - // Standard Error: 8_911 - .saturating_add(Weight::from_ref_time(103_785 as u64).saturating_mul(s as u64)) + // Minimum execution time: 103_301 nanoseconds. + Weight::from_ref_time(104_808_264 as u64) + // Standard Error: 4_841 + .saturating_add(Weight::from_ref_time(80_808 as u64).saturating_mul(l as u64)) + // Standard Error: 8_614 + .saturating_add(Weight::from_ref_time(43_341 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -109,12 +109,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[0, 27]`. fn force_vested_transfer(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 52_000 nanoseconds. - Weight::from_ref_time(54_822_120 as u64) - // Standard Error: 6_214 - .saturating_add(Weight::from_ref_time(3_995 as u64).saturating_mul(l as u64)) - // Standard Error: 11_056 - .saturating_add(Weight::from_ref_time(41_801 as u64).saturating_mul(s as u64)) + // Minimum execution time: 101_702 nanoseconds. + Weight::from_ref_time(103_240_863 as u64) + // Standard Error: 4_656 + .saturating_add(Weight::from_ref_time(74_105 as u64).saturating_mul(l as u64)) + // Standard Error: 8_284 + .saturating_add(Weight::from_ref_time(53_710 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } @@ -124,12 +124,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[2, 28]`. fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 36_000 nanoseconds. - Weight::from_ref_time(36_280_801 as u64) - // Standard Error: 4_835 - .saturating_add(Weight::from_ref_time(39_560 as u64).saturating_mul(l as u64)) - // Standard Error: 8_930 - .saturating_add(Weight::from_ref_time(102_651 as u64).saturating_mul(s as u64)) + // Minimum execution time: 76_201 nanoseconds. + Weight::from_ref_time(75_182_142 as u64) + // Standard Error: 3_901 + .saturating_add(Weight::from_ref_time(89_328 as u64).saturating_mul(l as u64)) + // Standard Error: 7_204 + .saturating_add(Weight::from_ref_time(105_564 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -139,12 +139,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[2, 28]`. fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 36_000 nanoseconds. - Weight::from_ref_time(34_643_841 as u64) - // Standard Error: 6_887 - .saturating_add(Weight::from_ref_time(52_420 as u64).saturating_mul(l as u64)) - // Standard Error: 12_719 - .saturating_add(Weight::from_ref_time(195_563 as u64).saturating_mul(s as u64)) + // Minimum execution time: 74_901 nanoseconds. + Weight::from_ref_time(74_190_043 as u64) + // Standard Error: 1_789 + .saturating_add(Weight::from_ref_time(102_421 as u64).saturating_mul(l as u64)) + // Standard Error: 3_304 + .saturating_add(Weight::from_ref_time(115_837 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } diff --git a/runtime/centrifuge/src/weights/frame_system.rs b/runtime/centrifuge/src/weights/frame_system.rs index b987bd52c9..6c71ba05e0 100644 --- a/runtime/centrifuge/src/weights/frame_system.rs +++ b/runtime/centrifuge/src/weights/frame_system.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `frame_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-09, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -32,51 +32,51 @@ pub struct WeightInfo(PhantomData); impl frame_system::WeightInfo for WeightInfo { /// The range of component `b` is `[0, 3932160]`. fn remark(b: u32, ) -> Weight { - // Minimum execution time: 4_000 nanoseconds. - Weight::from_ref_time(5_114_197 as u64) + // Minimum execution time: 8_000 nanoseconds. + Weight::from_ref_time(18_699_566 as u64) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(206 as u64).saturating_mul(b as u64)) + .saturating_add(Weight::from_ref_time(530 as u64).saturating_mul(b as u64)) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(13_000_000 as u64) + // Minimum execution time: 25_200 nanoseconds. + Weight::from_ref_time(7_044_024 as u64) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_178 as u64).saturating_mul(b as u64)) + .saturating_add(Weight::from_ref_time(1_900 as u64).saturating_mul(b as u64)) } // Storage: System Digest (r:1 w:1) // Storage: unknown [0x3a686561707061676573] (r:0 w:1) fn set_heap_pages() -> Weight { - // Minimum execution time: 8_000 nanoseconds. - Weight::from_ref_time(8_000_000 as u64) + // Minimum execution time: 17_000 nanoseconds. + Weight::from_ref_time(17_400_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn set_storage(i: u32, ) -> Weight { - // Minimum execution time: 3_000 nanoseconds. - Weight::from_ref_time(4_000_000 as u64) - // Standard Error: 1_187 - .saturating_add(Weight::from_ref_time(732_900 as u64).saturating_mul(i as u64)) + // Minimum execution time: 8_200 nanoseconds. + Weight::from_ref_time(8_400_000 as u64) + // Standard Error: 1_013 + .saturating_add(Weight::from_ref_time(1_145_462 as u64).saturating_mul(i as u64)) .saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(i as u64))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn kill_storage(i: u32, ) -> Weight { - // Minimum execution time: 4_000 nanoseconds. - Weight::from_ref_time(4_000_000 as u64) - // Standard Error: 1_462 - .saturating_add(Weight::from_ref_time(554_101 as u64).saturating_mul(i as u64)) + // Minimum execution time: 8_201 nanoseconds. + Weight::from_ref_time(1_369_422 as u64) + // Standard Error: 1_771 + .saturating_add(Weight::from_ref_time(912_473 as u64).saturating_mul(i as u64)) .saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(i as u64))) } // Storage: Skipped Metadata (r:0 w:0) /// The range of component `p` is `[0, 1000]`. fn kill_prefix(p: u32, ) -> Weight { - // Minimum execution time: 5_000 nanoseconds. - Weight::from_ref_time(7_476_958 as u64) - // Standard Error: 3_089 - .saturating_add(Weight::from_ref_time(1_091_005 as u64).saturating_mul(p as u64)) + // Minimum execution time: 11_500 nanoseconds. + Weight::from_ref_time(11_600_000 as u64) + // Standard Error: 1_873 + .saturating_add(Weight::from_ref_time(1_719_294 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(p as u64))) } } diff --git a/runtime/centrifuge/src/weights/pallet_anchors.rs b/runtime/centrifuge/src/weights/pallet_anchors.rs index 7de22d4703..2450f19c8c 100644 --- a/runtime/centrifuge/src/weights/pallet_anchors.rs +++ b/runtime/centrifuge/src/weights/pallet_anchors.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_anchors` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-09, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -34,8 +34,8 @@ impl pallet_anchors::WeightInfo for WeightInfo { // Storage: Anchor PreCommits (r:1 w:1) // Storage: Fees FeeBalances (r:1 w:0) fn pre_commit() -> Weight { - // Minimum execution time: 30_000 nanoseconds. - Weight::from_ref_time(30_000_000 as u64) + // Minimum execution time: 62_400 nanoseconds. + Weight::from_ref_time(63_300_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -49,15 +49,15 @@ impl pallet_anchors::WeightInfo for WeightInfo { // Storage: Anchor AnchorIndexes (r:0 w:1) // Storage: unknown [0xdb4faa73ca6d2016e53c7156087c176b79b169c409b8a0063a07964f3187f9e9] (r:0 w:1) fn commit() -> Weight { - // Minimum execution time: 46_000 nanoseconds. - Weight::from_ref_time(47_000_000 as u64) + // Minimum execution time: 94_600 nanoseconds. + Weight::from_ref_time(95_800_000 as u64) .saturating_add(T::DbWeight::get().reads(7 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } // Storage: Anchor PreCommits (r:100 w:100) fn evict_pre_commits() -> Weight { - // Minimum execution time: 1_211_000 nanoseconds. - Weight::from_ref_time(1_220_000_000 as u64) + // Minimum execution time: 2_026_199 nanoseconds. + Weight::from_ref_time(2_040_498_000 as u64) .saturating_add(T::DbWeight::get().reads(100 as u64)) .saturating_add(T::DbWeight::get().writes(100 as u64)) } @@ -269,8 +269,8 @@ impl pallet_anchors::WeightInfo for WeightInfo { // Storage: unknown [0xee60c64e1e32117f948ee71d391f978e8ac98c2bd869322fc25164502e3f7a9b] (r:0 w:1) // Storage: unknown [0xf7e4b8a5415405a940e730546df85583c8c23956d99a3be18e09eebf3639d312] (r:0 w:1) fn evict_anchors() -> Weight { - // Minimum execution time: 1_325_000 nanoseconds. - Weight::from_ref_time(1_336_000_000 as u64) + // Minimum execution time: 2_249_899 nanoseconds. + Weight::from_ref_time(2_285_798_000 as u64) .saturating_add(T::DbWeight::get().reads(404 as u64)) .saturating_add(T::DbWeight::get().writes(402 as u64)) } diff --git a/runtime/centrifuge/src/weights/pallet_balances.rs b/runtime/centrifuge/src/weights/pallet_balances.rs index f8af20f767..0fbbef9fc7 100644 --- a/runtime/centrifuge/src/weights/pallet_balances.rs +++ b/runtime/centrifuge/src/weights/pallet_balances.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-09, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -32,50 +32,50 @@ pub struct WeightInfo(PhantomData); impl pallet_balances::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) fn transfer() -> Weight { - // Minimum execution time: 44_000 nanoseconds. - Weight::from_ref_time(45_000_000 as u64) + // Minimum execution time: 86_301 nanoseconds. + Weight::from_ref_time(87_401_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) fn transfer_keep_alive() -> Weight { - // Minimum execution time: 32_000 nanoseconds. - Weight::from_ref_time(33_000_000 as u64) + // Minimum execution time: 64_301 nanoseconds. + Weight::from_ref_time(65_601_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) fn set_balance_creating() -> Weight { - // Minimum execution time: 22_000 nanoseconds. - Weight::from_ref_time(23_000_000 as u64) + // Minimum execution time: 45_901 nanoseconds. + Weight::from_ref_time(46_601_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) fn set_balance_killing() -> Weight { - // Minimum execution time: 26_000 nanoseconds. - Weight::from_ref_time(27_000_000 as u64) + // Minimum execution time: 52_001 nanoseconds. + Weight::from_ref_time(52_801_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:2 w:2) fn force_transfer() -> Weight { - // Minimum execution time: 44_000 nanoseconds. - Weight::from_ref_time(45_000_000 as u64) + // Minimum execution time: 84_801 nanoseconds. + Weight::from_ref_time(86_101_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: System Account (r:1 w:1) fn transfer_all() -> Weight { - // Minimum execution time: 39_000 nanoseconds. - Weight::from_ref_time(42_000_000 as u64) + // Minimum execution time: 74_901 nanoseconds. + Weight::from_ref_time(75_900_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) fn force_unreserve() -> Weight { - // Minimum execution time: 19_000 nanoseconds. - Weight::from_ref_time(20_000_000 as u64) + // Minimum execution time: 40_301 nanoseconds. + Weight::from_ref_time(40_801_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } diff --git a/runtime/centrifuge/src/weights/pallet_collator_allowlist.rs b/runtime/centrifuge/src/weights/pallet_collator_allowlist.rs index 8b7a4531b7..d621fda8a4 100644 --- a/runtime/centrifuge/src/weights/pallet_collator_allowlist.rs +++ b/runtime/centrifuge/src/weights/pallet_collator_allowlist.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_collator_allowlist` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-09, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -33,15 +33,15 @@ impl pallet_collator_allowlist::WeightInfo for WeightIn // Storage: Session NextKeys (r:1 w:0) // Storage: CollatorAllowlist Allowlist (r:1 w:1) fn add() -> Weight { - // Minimum execution time: 20_000 nanoseconds. - Weight::from_ref_time(20_000_000 as u64) + // Minimum execution time: 41_901 nanoseconds. + Weight::from_ref_time(42_900_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: CollatorAllowlist Allowlist (r:1 w:1) fn remove() -> Weight { - // Minimum execution time: 17_000 nanoseconds. - Weight::from_ref_time(17_000_000 as u64) + // Minimum execution time: 35_000 nanoseconds. + Weight::from_ref_time(35_900_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } diff --git a/runtime/centrifuge/src/weights/pallet_collective.rs b/runtime/centrifuge/src/weights/pallet_collective.rs index 2d46c07445..321645f24a 100644 --- a/runtime/centrifuge/src/weights/pallet_collective.rs +++ b/runtime/centrifuge/src/weights/pallet_collective.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-09, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -38,12 +38,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `n` is `[0, 100]`. /// The range of component `p` is `[0, 100]`. fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { - // Minimum execution time: 14_000 nanoseconds. - Weight::from_ref_time(15_000_000 as u64) - // Standard Error: 55_212 - .saturating_add(Weight::from_ref_time(4_357_741 as u64).saturating_mul(m as u64)) - // Standard Error: 55_212 - .saturating_add(Weight::from_ref_time(7_183_751 as u64).saturating_mul(p as u64)) + // Minimum execution time: 31_301 nanoseconds. + Weight::from_ref_time(31_700_000 as u64) + // Standard Error: 96_734 + .saturating_add(Weight::from_ref_time(7_412_019 as u64).saturating_mul(m as u64)) + // Standard Error: 96_734 + .saturating_add(Weight::from_ref_time(12_329_179 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(p as u64))) .saturating_add(T::DbWeight::get().writes(2 as u64)) @@ -53,12 +53,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[1, 1024]`. /// The range of component `m` is `[1, 100]`. fn execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 19_000 nanoseconds. - Weight::from_ref_time(19_910_869 as u64) - // Standard Error: 59 - .saturating_add(Weight::from_ref_time(327 as u64).saturating_mul(b as u64)) - // Standard Error: 615 - .saturating_add(Weight::from_ref_time(7_228 as u64).saturating_mul(m as u64)) + // Minimum execution time: 40_901 nanoseconds. + Weight::from_ref_time(40_375_971 as u64) + // Standard Error: 84 + .saturating_add(Weight::from_ref_time(2_100 as u64).saturating_mul(b as u64)) + // Standard Error: 874 + .saturating_add(Weight::from_ref_time(22_341 as u64).saturating_mul(m as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) } // Storage: Council Members (r:1 w:0) @@ -66,12 +66,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[1, 1024]`. /// The range of component `m` is `[1, 100]`. fn propose_execute(b: u32, m: u32, ) -> Weight { - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(20_667_939 as u64) - // Standard Error: 44 - .saturating_add(Weight::from_ref_time(1_398 as u64).saturating_mul(b as u64)) - // Standard Error: 462 - .saturating_add(Weight::from_ref_time(11_933 as u64).saturating_mul(m as u64)) + // Minimum execution time: 44_800 nanoseconds. + Weight::from_ref_time(43_091_430 as u64) + // Standard Error: 128 + .saturating_add(Weight::from_ref_time(2_612 as u64).saturating_mul(b as u64)) + // Standard Error: 1_326 + .saturating_add(Weight::from_ref_time(43_906 as u64).saturating_mul(m as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) } // Storage: Council Members (r:1 w:0) @@ -83,14 +83,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[2, 100]`. /// The range of component `p` is `[1, 100]`. fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 27_000 nanoseconds. - Weight::from_ref_time(26_102_818 as u64) - // Standard Error: 123 - .saturating_add(Weight::from_ref_time(2_466 as u64).saturating_mul(b as u64)) - // Standard Error: 1_284 - .saturating_add(Weight::from_ref_time(18_739 as u64).saturating_mul(m as u64)) - // Standard Error: 1_268 - .saturating_add(Weight::from_ref_time(130_495 as u64).saturating_mul(p as u64)) + // Minimum execution time: 56_500 nanoseconds. + Weight::from_ref_time(49_910_173 as u64) + // Standard Error: 293 + .saturating_add(Weight::from_ref_time(8_307 as u64).saturating_mul(b as u64)) + // Standard Error: 3_068 + .saturating_add(Weight::from_ref_time(68_457 as u64).saturating_mul(m as u64)) + // Standard Error: 3_029 + .saturating_add(Weight::from_ref_time(430_074 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } @@ -98,10 +98,10 @@ impl pallet_collective::WeightInfo for WeightInfo { // Storage: Council Voting (r:1 w:1) /// The range of component `m` is `[5, 100]`. fn vote(m: u32, ) -> Weight { - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(24_285_569 as u64) - // Standard Error: 1_742 - .saturating_add(Weight::from_ref_time(23_537 as u64).saturating_mul(m as u64)) + // Minimum execution time: 62_701 nanoseconds. + Weight::from_ref_time(70_530_905 as u64) + // Standard Error: 3_277 + .saturating_add(Weight::from_ref_time(63_730 as u64).saturating_mul(m as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -112,12 +112,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 29_000 nanoseconds. - Weight::from_ref_time(30_852_972 as u64) - // Standard Error: 1_493 - .saturating_add(Weight::from_ref_time(9_127 as u64).saturating_mul(m as u64)) - // Standard Error: 1_456 - .saturating_add(Weight::from_ref_time(113_445 as u64).saturating_mul(p as u64)) + // Minimum execution time: 60_501 nanoseconds. + Weight::from_ref_time(64_915_934 as u64) + // Standard Error: 3_172 + .saturating_add(Weight::from_ref_time(31_693 as u64).saturating_mul(m as u64)) + // Standard Error: 3_093 + .saturating_add(Weight::from_ref_time(352_279 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -129,14 +129,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 39_000 nanoseconds. - Weight::from_ref_time(37_641_343 as u64) - // Standard Error: 194 - .saturating_add(Weight::from_ref_time(1_600 as u64).saturating_mul(b as u64)) - // Standard Error: 2_053 - .saturating_add(Weight::from_ref_time(29_280 as u64).saturating_mul(m as u64)) - // Standard Error: 2_001 - .saturating_add(Weight::from_ref_time(140_168 as u64).saturating_mul(p as u64)) + // Minimum execution time: 82_401 nanoseconds. + Weight::from_ref_time(74_141_715 as u64) + // Standard Error: 264 + .saturating_add(Weight::from_ref_time(8_163 as u64).saturating_mul(b as u64)) + // Standard Error: 2_798 + .saturating_add(Weight::from_ref_time(83_200 as u64).saturating_mul(m as u64)) + // Standard Error: 2_727 + .saturating_add(Weight::from_ref_time(423_046 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -148,12 +148,12 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_disapproved(m: u32, p: u32, ) -> Weight { - // Minimum execution time: 31_000 nanoseconds. - Weight::from_ref_time(31_304_683 as u64) - // Standard Error: 1_206 - .saturating_add(Weight::from_ref_time(24_385 as u64).saturating_mul(m as u64)) - // Standard Error: 1_176 - .saturating_add(Weight::from_ref_time(123_915 as u64).saturating_mul(p as u64)) + // Minimum execution time: 65_700 nanoseconds. + Weight::from_ref_time(64_576_520 as u64) + // Standard Error: 2_937 + .saturating_add(Weight::from_ref_time(60_345 as u64).saturating_mul(m as u64)) + // Standard Error: 2_864 + .saturating_add(Weight::from_ref_time(410_171 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -166,14 +166,14 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { - // Minimum execution time: 41_000 nanoseconds. - Weight::from_ref_time(39_931_003 as u64) - // Standard Error: 243 - .saturating_add(Weight::from_ref_time(1_345 as u64).saturating_mul(b as u64)) - // Standard Error: 2_572 - .saturating_add(Weight::from_ref_time(31_180 as u64).saturating_mul(m as u64)) - // Standard Error: 2_507 - .saturating_add(Weight::from_ref_time(144_148 as u64).saturating_mul(p as u64)) + // Minimum execution time: 86_800 nanoseconds. + Weight::from_ref_time(84_525_443 as u64) + // Standard Error: 366 + .saturating_add(Weight::from_ref_time(5_210 as u64).saturating_mul(b as u64)) + // Standard Error: 3_880 + .saturating_add(Weight::from_ref_time(49_910 as u64).saturating_mul(m as u64)) + // Standard Error: 3_783 + .saturating_add(Weight::from_ref_time(417_982 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -182,10 +182,10 @@ impl pallet_collective::WeightInfo for WeightInfo { // Storage: Council ProposalOf (r:0 w:1) /// The range of component `p` is `[1, 100]`. fn disapprove_proposal(p: u32, ) -> Weight { - // Minimum execution time: 19_000 nanoseconds. - Weight::from_ref_time(20_177_729 as u64) - // Standard Error: 917 - .saturating_add(Weight::from_ref_time(109_481 as u64).saturating_mul(p as u64)) + // Minimum execution time: 39_601 nanoseconds. + Weight::from_ref_time(44_046_972 as u64) + // Standard Error: 3_141 + .saturating_add(Weight::from_ref_time(388_469 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } diff --git a/runtime/centrifuge/src/weights/pallet_crowdloan_claim.rs b/runtime/centrifuge/src/weights/pallet_crowdloan_claim.rs index 968c8d8c60..0460feb7a2 100644 --- a/runtime/centrifuge/src/weights/pallet_crowdloan_claim.rs +++ b/runtime/centrifuge/src/weights/pallet_crowdloan_claim.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_crowdloan_claim` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-09, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -42,8 +42,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Storage: System Account (r:2 w:2) // Storage: Balances Locks (r:1 w:1) fn claim_reward_ed25519() -> Weight { - // Minimum execution time: 146_000 nanoseconds. - Weight::from_ref_time(152_000_000 as u64) + // Minimum execution time: 266_602 nanoseconds. + Weight::from_ref_time(267_702_000 as u64) .saturating_add(T::DbWeight::get().reads(12 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } @@ -59,8 +59,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Storage: System Account (r:2 w:2) // Storage: Balances Locks (r:1 w:1) fn claim_reward_sr25519() -> Weight { - // Minimum execution time: 147_000 nanoseconds. - Weight::from_ref_time(151_000_000 as u64) + // Minimum execution time: 269_203 nanoseconds. + Weight::from_ref_time(272_203_000 as u64) .saturating_add(T::DbWeight::get().reads(12 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } @@ -76,8 +76,8 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Storage: System Account (r:2 w:2) // Storage: Balances Locks (r:1 w:1) fn claim_reward_ecdsa() -> Weight { - // Minimum execution time: 140_000 nanoseconds. - Weight::from_ref_time(144_000_000 as u64) + // Minimum execution time: 248_502 nanoseconds. + Weight::from_ref_time(251_303_000 as u64) .saturating_add(T::DbWeight::get().reads(12 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } @@ -89,39 +89,39 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Storage: CrowdloanClaim CrowdloanTrieIndex (r:0 w:1) // Storage: CrowdloanClaim LockedAt (r:0 w:1) fn initialize() -> Weight { - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(22_000_000 as u64) + // Minimum execution time: 41_800 nanoseconds. + Weight::from_ref_time(42_500_000 as u64) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().writes(6 as u64)) } // Storage: CrowdloanClaim LeaseStart (r:0 w:1) fn set_lease_start() -> Weight { - // Minimum execution time: 13_000 nanoseconds. - Weight::from_ref_time(13_000_000 as u64) + // Minimum execution time: 25_500 nanoseconds. + Weight::from_ref_time(25_801_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: CrowdloanClaim LeasePeriod (r:0 w:1) fn set_lease_period() -> Weight { - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(13_000_000 as u64) + // Minimum execution time: 25_600 nanoseconds. + Weight::from_ref_time(26_300_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: CrowdloanClaim Contributions (r:0 w:1) fn set_contributions_root() -> Weight { - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(13_000_000 as u64) + // Minimum execution time: 26_700 nanoseconds. + Weight::from_ref_time(27_401_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: CrowdloanClaim LockedAt (r:0 w:1) fn set_locked_at() -> Weight { - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(12_000_000 as u64) + // Minimum execution time: 25_601 nanoseconds. + Weight::from_ref_time(26_100_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: CrowdloanClaim CrowdloanTrieIndex (r:0 w:1) fn set_crowdloan_trie_index() -> Weight { - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(13_000_000 as u64) + // Minimum execution time: 25_800 nanoseconds. + Weight::from_ref_time(26_301_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } } diff --git a/runtime/centrifuge/src/weights/pallet_crowdloan_reward.rs b/runtime/centrifuge/src/weights/pallet_crowdloan_reward.rs index 08ee455148..ec26418de9 100644 --- a/runtime/centrifuge/src/weights/pallet_crowdloan_reward.rs +++ b/runtime/centrifuge/src/weights/pallet_crowdloan_reward.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_crowdloan_reward` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-09, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -34,26 +34,26 @@ impl pallet_crowdloan_reward::WeightInfo for WeightInfo // Storage: CrowdloanReward VestingPeriod (r:0 w:1) // Storage: CrowdloanReward DirectPayoutRatio (r:0 w:1) fn initialize() -> Weight { - // Minimum execution time: 14_000 nanoseconds. - Weight::from_ref_time(15_000_000 as u64) + // Minimum execution time: 28_300 nanoseconds. + Weight::from_ref_time(28_501_000 as u64) .saturating_add(T::DbWeight::get().writes(3 as u64)) } // Storage: CrowdloanReward VestingStart (r:0 w:1) fn set_vesting_start() -> Weight { - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(12_000_000 as u64) + // Minimum execution time: 25_400 nanoseconds. + Weight::from_ref_time(26_001_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: CrowdloanReward VestingPeriod (r:0 w:1) fn set_vesting_period() -> Weight { - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(13_000_000 as u64) + // Minimum execution time: 25_600 nanoseconds. + Weight::from_ref_time(26_101_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: CrowdloanReward DirectPayoutRatio (r:0 w:1) fn set_direct_payout_ratio() -> Weight { - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(13_000_000 as u64) + // Minimum execution time: 25_400 nanoseconds. + Weight::from_ref_time(26_100_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } } diff --git a/runtime/centrifuge/src/weights/pallet_democracy.rs b/runtime/centrifuge/src/weights/pallet_democracy.rs index 8748fbb605..c4821fcf47 100644 --- a/runtime/centrifuge/src/weights/pallet_democracy.rs +++ b/runtime/centrifuge/src/weights/pallet_democracy.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_democracy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-09, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -35,15 +35,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy Blacklist (r:1 w:0) // Storage: Democracy DepositOf (r:0 w:1) fn propose() -> Weight { - // Minimum execution time: 39_000 nanoseconds. - Weight::from_ref_time(40_000_000 as u64) + // Minimum execution time: 94_800 nanoseconds. + Weight::from_ref_time(98_301_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } // Storage: Democracy DepositOf (r:1 w:1) fn second() -> Weight { - // Minimum execution time: 36_000 nanoseconds. - Weight::from_ref_time(37_000_000 as u64) + // Minimum execution time: 88_000 nanoseconds. + Weight::from_ref_time(90_801_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -51,8 +51,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vote_new() -> Weight { - // Minimum execution time: 46_000 nanoseconds. - Weight::from_ref_time(47_000_000 as u64) + // Minimum execution time: 107_801 nanoseconds. + Weight::from_ref_time(109_701_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -60,16 +60,16 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vote_existing() -> Weight { - // Minimum execution time: 46_000 nanoseconds. - Weight::from_ref_time(47_000_000 as u64) + // Minimum execution time: 108_501 nanoseconds. + Weight::from_ref_time(110_001_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy Cancellations (r:1 w:1) fn emergency_cancel() -> Weight { - // Minimum execution time: 20_000 nanoseconds. - Weight::from_ref_time(21_000_000 as u64) + // Minimum execution time: 42_600 nanoseconds. + Weight::from_ref_time(43_200_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -80,45 +80,45 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy Blacklist (r:0 w:1) fn blacklist() -> Weight { - // Minimum execution time: 81_000 nanoseconds. - Weight::from_ref_time(82_000_000 as u64) + // Minimum execution time: 171_302 nanoseconds. + Weight::from_ref_time(175_402_000 as u64) .saturating_add(T::DbWeight::get().reads(6 as u64)) .saturating_add(T::DbWeight::get().writes(7 as u64)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy Blacklist (r:1 w:0) fn external_propose() -> Weight { - // Minimum execution time: 15_000 nanoseconds. - Weight::from_ref_time(15_000_000 as u64) + // Minimum execution time: 32_300 nanoseconds. + Weight::from_ref_time(33_301_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Democracy NextExternal (r:0 w:1) fn external_propose_majority() -> Weight { - // Minimum execution time: 4_000 nanoseconds. - Weight::from_ref_time(5_000_000 as u64) + // Minimum execution time: 10_700 nanoseconds. + Weight::from_ref_time(11_100_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Democracy NextExternal (r:0 w:1) fn external_propose_default() -> Weight { - // Minimum execution time: 4_000 nanoseconds. - Weight::from_ref_time(5_000_000 as u64) + // Minimum execution time: 10_600 nanoseconds. + Weight::from_ref_time(10_900_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy ReferendumCount (r:1 w:1) // Storage: Democracy ReferendumInfoOf (r:0 w:1) fn fast_track() -> Weight { - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(21_000_000 as u64) + // Minimum execution time: 42_801 nanoseconds. + Weight::from_ref_time(43_600_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy Blacklist (r:1 w:1) fn veto_external() -> Weight { - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(25_000_000 as u64) + // Minimum execution time: 51_801 nanoseconds. + Weight::from_ref_time(52_601_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -126,15 +126,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy DepositOf (r:1 w:1) // Storage: System Account (r:2 w:2) fn cancel_proposal() -> Weight { - // Minimum execution time: 68_000 nanoseconds. - Weight::from_ref_time(69_000_000 as u64) + // Minimum execution time: 140_102 nanoseconds. + Weight::from_ref_time(148_202_000 as u64) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } // Storage: Democracy ReferendumInfoOf (r:0 w:1) fn cancel_referendum() -> Weight { - // Minimum execution time: 13_000 nanoseconds. - Weight::from_ref_time(13_000_000 as u64) + // Minimum execution time: 28_100 nanoseconds. + Weight::from_ref_time(28_600_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Democracy LowestUnbaked (r:1 w:1) @@ -142,10 +142,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:0) /// The range of component `r` is `[0, 99]`. fn on_initialize_base(r: u32, ) -> Weight { - // Minimum execution time: 6_000 nanoseconds. - Weight::from_ref_time(6_730_412 as u64) - // Standard Error: 4_905 - .saturating_add(Weight::from_ref_time(2_489_465 as u64).saturating_mul(r as u64)) + // Minimum execution time: 12_500 nanoseconds. + Weight::from_ref_time(18_397_196 as u64) + // Standard Error: 6_107 + .saturating_add(Weight::from_ref_time(4_101_557 as u64).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(r as u64))) .saturating_add(T::DbWeight::get().writes(1 as u64)) @@ -158,10 +158,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:0) /// The range of component `r` is `[0, 99]`. fn on_initialize_base_with_launch_period(r: u32, ) -> Weight { - // Minimum execution time: 9_000 nanoseconds. - Weight::from_ref_time(9_430_810 as u64) - // Standard Error: 8_188 - .saturating_add(Weight::from_ref_time(2_482_888 as u64).saturating_mul(r as u64)) + // Minimum execution time: 17_300 nanoseconds. + Weight::from_ref_time(24_171_244 as u64) + // Standard Error: 8_557 + .saturating_add(Weight::from_ref_time(4_099_587 as u64).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(r as u64))) .saturating_add(T::DbWeight::get().writes(1 as u64)) @@ -171,10 +171,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:2) /// The range of component `r` is `[0, 99]`. fn delegate(r: u32, ) -> Weight { - // Minimum execution time: 41_000 nanoseconds. - Weight::from_ref_time(40_990_820 as u64) - // Standard Error: 11_139 - .saturating_add(Weight::from_ref_time(3_593_944 as u64).saturating_mul(r as u64)) + // Minimum execution time: 82_901 nanoseconds. + Weight::from_ref_time(90_099_579 as u64) + // Standard Error: 9_932 + .saturating_add(Weight::from_ref_time(6_212_354 as u64).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(r as u64))) .saturating_add(T::DbWeight::get().writes(4 as u64)) @@ -184,10 +184,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:2 w:2) /// The range of component `r` is `[0, 99]`. fn undelegate(r: u32, ) -> Weight { - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(20_320_155 as u64) - // Standard Error: 11_057 - .saturating_add(Weight::from_ref_time(3_645_896 as u64).saturating_mul(r as u64)) + // Minimum execution time: 49_601 nanoseconds. + Weight::from_ref_time(52_519_085 as u64) + // Standard Error: 8_913 + .saturating_add(Weight::from_ref_time(6_192_104 as u64).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(r as u64))) .saturating_add(T::DbWeight::get().writes(2 as u64)) @@ -195,8 +195,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { } // Storage: Democracy PublicProps (r:0 w:1) fn clear_public_proposals() -> Weight { - // Minimum execution time: 4_000 nanoseconds. - Weight::from_ref_time(5_000_000 as u64) + // Minimum execution time: 12_300 nanoseconds. + Weight::from_ref_time(12_501_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Democracy VotingOf (r:1 w:1) @@ -204,10 +204,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `r` is `[0, 99]`. fn unlock_remove(r: u32, ) -> Weight { - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(28_731_249 as u64) - // Standard Error: 1_464 - .saturating_add(Weight::from_ref_time(17_028 as u64).saturating_mul(r as u64)) + // Minimum execution time: 49_200 nanoseconds. + Weight::from_ref_time(60_703_861 as u64) + // Standard Error: 3_068 + .saturating_add(Weight::from_ref_time(157_951 as u64).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -216,10 +216,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `r` is `[0, 99]`. fn unlock_set(r: u32, ) -> Weight { - // Minimum execution time: 28_000 nanoseconds. - Weight::from_ref_time(28_766_965 as u64) - // Standard Error: 1_000 - .saturating_add(Weight::from_ref_time(54_611 as u64).saturating_mul(r as u64)) + // Minimum execution time: 57_200 nanoseconds. + Weight::from_ref_time(59_560_514 as u64) + // Standard Error: 1_783 + .saturating_add(Weight::from_ref_time(235_886 as u64).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -227,10 +227,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) /// The range of component `r` is `[1, 100]`. fn remove_vote(r: u32, ) -> Weight { - // Minimum execution time: 14_000 nanoseconds. - Weight::from_ref_time(16_166_957 as u64) - // Standard Error: 873 - .saturating_add(Weight::from_ref_time(69_433 as u64).saturating_mul(r as u64)) + // Minimum execution time: 33_100 nanoseconds. + Weight::from_ref_time(36_013_987 as u64) + // Standard Error: 1_946 + .saturating_add(Weight::from_ref_time(250_725 as u64).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -238,10 +238,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) /// The range of component `r` is `[1, 100]`. fn remove_other_vote(r: u32, ) -> Weight { - // Minimum execution time: 14_000 nanoseconds. - Weight::from_ref_time(16_585_152 as u64) - // Standard Error: 921 - .saturating_add(Weight::from_ref_time(64_631 as u64).saturating_mul(r as u64)) + // Minimum execution time: 33_100 nanoseconds. + Weight::from_ref_time(35_946_047 as u64) + // Standard Error: 1_815 + .saturating_add(Weight::from_ref_time(249_476 as u64).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } diff --git a/runtime/centrifuge/src/weights/pallet_fees.rs b/runtime/centrifuge/src/weights/pallet_fees.rs index 5fffcb4b8a..ee82914dcb 100644 --- a/runtime/centrifuge/src/weights/pallet_fees.rs +++ b/runtime/centrifuge/src/weights/pallet_fees.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_fees` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-09, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -32,8 +32,8 @@ pub struct WeightInfo(PhantomData); impl pallet_fees::WeightInfo for WeightInfo { // Storage: Fees FeeBalances (r:0 w:1) fn set_fee() -> Weight { - // Minimum execution time: 13_000 nanoseconds. - Weight::from_ref_time(14_000_000 as u64) + // Minimum execution time: 27_500 nanoseconds. + Weight::from_ref_time(28_300_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } } diff --git a/runtime/centrifuge/src/weights/pallet_identity.rs b/runtime/centrifuge/src/weights/pallet_identity.rs index 8c8a2f8fd7..e6ed14c389 100644 --- a/runtime/centrifuge/src/weights/pallet_identity.rs +++ b/runtime/centrifuge/src/weights/pallet_identity.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_identity` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-09, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -33,10 +33,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity Registrars (r:1 w:1) /// The range of component `r` is `[1, 19]`. fn add_registrar(r: u32, ) -> Weight { - // Minimum execution time: 15_000 nanoseconds. - Weight::from_ref_time(16_493_888 as u64) - // Standard Error: 2_969 - .saturating_add(Weight::from_ref_time(105_053 as u64).saturating_mul(r as u64)) + // Minimum execution time: 34_800 nanoseconds. + Weight::from_ref_time(36_475_964 as u64) + // Standard Error: 13_427 + .saturating_add(Weight::from_ref_time(338_952 as u64).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -44,12 +44,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn set_identity(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 34_000 nanoseconds. - Weight::from_ref_time(33_751_607 as u64) - // Standard Error: 7_870 - .saturating_add(Weight::from_ref_time(45_898 as u64).saturating_mul(r as u64)) - // Standard Error: 1_535 - .saturating_add(Weight::from_ref_time(455_824 as u64).saturating_mul(x as u64)) + // Minimum execution time: 73_500 nanoseconds. + Weight::from_ref_time(68_340_544 as u64) + // Standard Error: 9_024 + .saturating_add(Weight::from_ref_time(358_542 as u64).saturating_mul(r as u64)) + // Standard Error: 1_760 + .saturating_add(Weight::from_ref_time(698_747 as u64).saturating_mul(x as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -58,10 +58,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:2 w:2) /// The range of component `s` is `[0, 100]`. fn set_subs_new(s: u32, ) -> Weight { - // Minimum execution time: 9_000 nanoseconds. - Weight::from_ref_time(24_997_029 as u64) - // Standard Error: 4_001 - .saturating_add(Weight::from_ref_time(2_971_627 as u64).saturating_mul(s as u64)) + // Minimum execution time: 22_100 nanoseconds. + Weight::from_ref_time(57_180_296 as u64) + // Standard Error: 12_370 + .saturating_add(Weight::from_ref_time(4_909_022 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(s as u64))) .saturating_add(T::DbWeight::get().writes(1 as u64)) @@ -72,10 +72,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:0 w:2) /// The range of component `p` is `[0, 100]`. fn set_subs_old(p: u32, ) -> Weight { - // Minimum execution time: 9_000 nanoseconds. - Weight::from_ref_time(25_210_004 as u64) - // Standard Error: 3_895 - .saturating_add(Weight::from_ref_time(1_248_344 as u64).saturating_mul(p as u64)) + // Minimum execution time: 21_600 nanoseconds. + Weight::from_ref_time(56_090_280 as u64) + // Standard Error: 10_531 + .saturating_add(Weight::from_ref_time(2_110_288 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) .saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(p as u64))) @@ -87,14 +87,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight { - // Minimum execution time: 54_000 nanoseconds. - Weight::from_ref_time(31_944_453 as u64) - // Standard Error: 10_799 - .saturating_add(Weight::from_ref_time(99_133 as u64).saturating_mul(r as u64)) - // Standard Error: 2_108 - .saturating_add(Weight::from_ref_time(1_234_024 as u64).saturating_mul(s as u64)) - // Standard Error: 2_108 - .saturating_add(Weight::from_ref_time(242_474 as u64).saturating_mul(x as u64)) + // Minimum execution time: 106_301 nanoseconds. + Weight::from_ref_time(70_064_194 as u64) + // Standard Error: 12_522 + .saturating_add(Weight::from_ref_time(252_804 as u64).saturating_mul(r as u64)) + // Standard Error: 2_445 + .saturating_add(Weight::from_ref_time(2_067_002 as u64).saturating_mul(s as u64)) + // Standard Error: 2_445 + .saturating_add(Weight::from_ref_time(366_073 as u64).saturating_mul(x as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) .saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(s as u64))) @@ -104,12 +104,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn request_judgement(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 35_000 nanoseconds. - Weight::from_ref_time(33_191_466 as u64) - // Standard Error: 8_672 - .saturating_add(Weight::from_ref_time(153_004 as u64).saturating_mul(r as u64)) - // Standard Error: 1_692 - .saturating_add(Weight::from_ref_time(468_685 as u64).saturating_mul(x as u64)) + // Minimum execution time: 75_500 nanoseconds. + Weight::from_ref_time(71_031_853 as u64) + // Standard Error: 6_390 + .saturating_add(Weight::from_ref_time(336_765 as u64).saturating_mul(r as u64)) + // Standard Error: 1_246 + .saturating_add(Weight::from_ref_time(706_619 as u64).saturating_mul(x as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -117,42 +117,42 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. fn cancel_request(r: u32, x: u32, ) -> Weight { - // Minimum execution time: 32_000 nanoseconds. - Weight::from_ref_time(31_359_222 as u64) - // Standard Error: 2_602 - .saturating_add(Weight::from_ref_time(44_200 as u64).saturating_mul(r as u64)) - // Standard Error: 507 - .saturating_add(Weight::from_ref_time(461_454 as u64).saturating_mul(x as u64)) + // Minimum execution time: 68_200 nanoseconds. + Weight::from_ref_time(66_781_006 as u64) + // Standard Error: 10_934 + .saturating_add(Weight::from_ref_time(220_954 as u64).saturating_mul(r as u64)) + // Standard Error: 2_133 + .saturating_add(Weight::from_ref_time(708_078 as u64).saturating_mul(x as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Identity Registrars (r:1 w:1) /// The range of component `r` is `[1, 19]`. fn set_fee(r: u32, ) -> Weight { - // Minimum execution time: 8_000 nanoseconds. - Weight::from_ref_time(8_749_314 as u64) - // Standard Error: 2_910 - .saturating_add(Weight::from_ref_time(87_677 as u64).saturating_mul(r as u64)) + // Minimum execution time: 18_700 nanoseconds. + Weight::from_ref_time(19_687_041 as u64) + // Standard Error: 6_274 + .saturating_add(Weight::from_ref_time(263_254 as u64).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Identity Registrars (r:1 w:1) /// The range of component `r` is `[1, 19]`. fn set_account_id(r: u32, ) -> Weight { - // Minimum execution time: 8_000 nanoseconds. - Weight::from_ref_time(8_953_756 as u64) - // Standard Error: 2_639 - .saturating_add(Weight::from_ref_time(74_185 as u64).saturating_mul(r as u64)) + // Minimum execution time: 19_000 nanoseconds. + Weight::from_ref_time(20_062_240 as u64) + // Standard Error: 3_449 + .saturating_add(Weight::from_ref_time(247_477 as u64).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Identity Registrars (r:1 w:1) /// The range of component `r` is `[1, 19]`. fn set_fields(r: u32, ) -> Weight { - // Minimum execution time: 8_000 nanoseconds. - Weight::from_ref_time(8_682_970 as u64) - // Standard Error: 3_173 - .saturating_add(Weight::from_ref_time(111_452 as u64).saturating_mul(r as u64)) + // Minimum execution time: 18_600 nanoseconds. + Weight::from_ref_time(19_727_301 as u64) + // Standard Error: 3_242 + .saturating_add(Weight::from_ref_time(251_945 as u64).saturating_mul(r as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -160,11 +160,13 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity IdentityOf (r:1 w:1) /// The range of component `r` is `[1, 19]`. /// The range of component `x` is `[0, 100]`. - fn provide_judgement(_r: u32, x: u32, ) -> Weight { - // Minimum execution time: 25_000 nanoseconds. - Weight::from_ref_time(27_708_653 as u64) - // Standard Error: 1_376 - .saturating_add(Weight::from_ref_time(749_930 as u64).saturating_mul(x as u64)) + fn provide_judgement(r: u32, x: u32, ) -> Weight { + // Minimum execution time: 55_801 nanoseconds. + Weight::from_ref_time(53_078_487 as u64) + // Standard Error: 17_404 + .saturating_add(Weight::from_ref_time(315_367 as u64).saturating_mul(r as u64)) + // Standard Error: 3_220 + .saturating_add(Weight::from_ref_time(1_159_158 as u64).saturating_mul(x as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -176,14 +178,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight { - // Minimum execution time: 68_000 nanoseconds. - Weight::from_ref_time(39_242_400 as u64) - // Standard Error: 37_610 - .saturating_add(Weight::from_ref_time(517_070 as u64).saturating_mul(r as u64)) - // Standard Error: 7_344 - .saturating_add(Weight::from_ref_time(1_285_144 as u64).saturating_mul(s as u64)) - // Standard Error: 7_344 - .saturating_add(Weight::from_ref_time(225_896 as u64).saturating_mul(x as u64)) + // Minimum execution time: 127_501 nanoseconds. + Weight::from_ref_time(87_386_461 as u64) + // Standard Error: 9_378 + .saturating_add(Weight::from_ref_time(409_329 as u64).saturating_mul(r as u64)) + // Standard Error: 1_831 + .saturating_add(Weight::from_ref_time(2_075_397 as u64).saturating_mul(s as u64)) + // Standard Error: 1_831 + .saturating_add(Weight::from_ref_time(370_368 as u64).saturating_mul(x as u64)) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) .saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(s as u64))) @@ -193,10 +195,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[0, 99]`. fn add_sub(s: u32, ) -> Weight { - // Minimum execution time: 31_000 nanoseconds. - Weight::from_ref_time(35_332_157 as u64) - // Standard Error: 1_232 - .saturating_add(Weight::from_ref_time(45_814 as u64).saturating_mul(s as u64)) + // Minimum execution time: 64_401 nanoseconds. + Weight::from_ref_time(72_209_766 as u64) + // Standard Error: 4_433 + .saturating_add(Weight::from_ref_time(224_390 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -204,10 +206,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:1 w:1) /// The range of component `s` is `[1, 100]`. fn rename_sub(s: u32, ) -> Weight { - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(13_993_977 as u64) - // Standard Error: 987 - .saturating_add(Weight::from_ref_time(7_957 as u64).saturating_mul(s as u64)) + // Minimum execution time: 28_100 nanoseconds. + Weight::from_ref_time(30_868_086 as u64) + // Standard Error: 1_871 + .saturating_add(Weight::from_ref_time(127_920 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -216,10 +218,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[1, 100]`. fn remove_sub(s: u32, ) -> Weight { - // Minimum execution time: 34_000 nanoseconds. - Weight::from_ref_time(36_858_140 as u64) - // Standard Error: 1_809 - .saturating_add(Weight::from_ref_time(36_822 as u64).saturating_mul(s as u64)) + // Minimum execution time: 69_796 nanoseconds. + Weight::from_ref_time(73_857_099 as u64) + // Standard Error: 2_424 + .saturating_add(Weight::from_ref_time(204_980 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -227,10 +229,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) /// The range of component `s` is `[0, 99]`. fn quit_sub(s: u32, ) -> Weight { - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(25_399_083 as u64) - // Standard Error: 1_858 - .saturating_add(Weight::from_ref_time(65_053 as u64).saturating_mul(s as u64)) + // Minimum execution time: 48_901 nanoseconds. + Weight::from_ref_time(55_653_393 as u64) + // Standard Error: 5_274 + .saturating_add(Weight::from_ref_time(166_789 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } diff --git a/runtime/centrifuge/src/weights/pallet_migration_manager.rs b/runtime/centrifuge/src/weights/pallet_migration_manager.rs index eb7ded3089..841769cba1 100644 --- a/runtime/centrifuge/src/weights/pallet_migration_manager.rs +++ b/runtime/centrifuge/src/weights/pallet_migration_manager.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_migration_manager` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-09, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -32,8 +32,8 @@ pub struct WeightInfo(PhantomData); impl pallet_migration_manager::WeightInfo for WeightInfo { // Storage: Migration Status (r:1 w:1) fn finalize() -> Weight { - // Minimum execution time: 17_000 nanoseconds. - Weight::from_ref_time(17_000_000 as u64) + // Minimum execution time: 34_701 nanoseconds. + Weight::from_ref_time(35_401_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -41,18 +41,18 @@ impl pallet_migration_manager::WeightInfo for WeightInf // Storage: System Account (r:0 w:1) /// The range of component `n` is `[1, 100]`. fn migrate_system_account(n: u32, ) -> Weight { - // Minimum execution time: 17_000 nanoseconds. - Weight::from_ref_time(16_999_664 as u64) - // Standard Error: 2_751 - .saturating_add(Weight::from_ref_time(890_090 as u64).saturating_mul(n as u64)) + // Minimum execution time: 38_000 nanoseconds. + Weight::from_ref_time(39_617_178 as u64) + // Standard Error: 3_682 + .saturating_add(Weight::from_ref_time(1_437_267 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) .saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(n as u64))) } // Storage: Migration Status (r:1 w:1) fn migrate_balances_issuance() -> Weight { - // Minimum execution time: 19_000 nanoseconds. - Weight::from_ref_time(20_000_000 as u64) + // Minimum execution time: 40_101 nanoseconds. + Weight::from_ref_time(40_801_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -62,10 +62,10 @@ impl pallet_migration_manager::WeightInfo for WeightInf // Storage: System Account (r:1 w:1) /// The range of component `n` is `[1, 10]`. fn migrate_vesting_vesting(n: u32, ) -> Weight { - // Minimum execution time: 57_000 nanoseconds. - Weight::from_ref_time(42_228_184 as u64) - // Standard Error: 111_048 - .saturating_add(Weight::from_ref_time(24_009_524 as u64).saturating_mul(n as u64)) + // Minimum execution time: 200_901 nanoseconds. + Weight::from_ref_time(177_051_473 as u64) + // Standard Error: 96_582 + .saturating_add(Weight::from_ref_time(41_073_946 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().reads((3 as u64).saturating_mul(n as u64))) .saturating_add(T::DbWeight::get().writes(1 as u64)) @@ -75,10 +75,10 @@ impl pallet_migration_manager::WeightInfo for WeightInf // Storage: Proxy Proxies (r:0 w:1) /// The range of component `n` is `[1, 10]`. fn migrate_proxy_proxies(n: u32, ) -> Weight { - // Minimum execution time: 30_000 nanoseconds. - Weight::from_ref_time(47_510_149 as u64) - // Standard Error: 161_275 - .saturating_add(Weight::from_ref_time(3_315_508 as u64).saturating_mul(n as u64)) + // Minimum execution time: 148_000 nanoseconds. + Weight::from_ref_time(150_194_685 as u64) + // Standard Error: 70_559 + .saturating_add(Weight::from_ref_time(8_326_988 as u64).saturating_mul(n as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) .saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(n as u64))) diff --git a/runtime/centrifuge/src/weights/pallet_multisig.rs b/runtime/centrifuge/src/weights/pallet_multisig.rs index bb9cf6cd15..683e5d4862 100644 --- a/runtime/centrifuge/src/weights/pallet_multisig.rs +++ b/runtime/centrifuge/src/weights/pallet_multisig.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_multisig` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-09, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -32,22 +32,22 @@ pub struct WeightInfo(PhantomData); impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_threshold_1(z: u32, ) -> Weight { - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(12_504_114 as u64) - // Standard Error: 11 - .saturating_add(Weight::from_ref_time(362 as u64).saturating_mul(z as u64)) + // Minimum execution time: 33_200 nanoseconds. + Weight::from_ref_time(37_476_215 as u64) + // Standard Error: 19 + .saturating_add(Weight::from_ref_time(859 as u64).saturating_mul(z as u64)) } // Storage: Multisig Multisigs (r:1 w:1) // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_create(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 37_000 nanoseconds. - Weight::from_ref_time(31_807_897 as u64) - // Standard Error: 911 - .saturating_add(Weight::from_ref_time(62_506 as u64).saturating_mul(s as u64)) - // Standard Error: 8 - .saturating_add(Weight::from_ref_time(1_303 as u64).saturating_mul(z as u64)) + // Minimum execution time: 87_300 nanoseconds. + Weight::from_ref_time(70_126_982 as u64) + // Standard Error: 1_787 + .saturating_add(Weight::from_ref_time(227_726 as u64).saturating_mul(s as u64)) + // Standard Error: 17 + .saturating_add(Weight::from_ref_time(2_061 as u64).saturating_mul(z as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -55,12 +55,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[3, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_approve(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 27_000 nanoseconds. - Weight::from_ref_time(22_769_280 as u64) - // Standard Error: 569 - .saturating_add(Weight::from_ref_time(50_327 as u64).saturating_mul(s as u64)) - // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_250 as u64).saturating_mul(z as u64)) + // Minimum execution time: 68_801 nanoseconds. + Weight::from_ref_time(50_560_515 as u64) + // Standard Error: 1_764 + .saturating_add(Weight::from_ref_time(212_170 as u64).saturating_mul(s as u64)) + // Standard Error: 17 + .saturating_add(Weight::from_ref_time(2_042 as u64).saturating_mul(z as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -69,12 +69,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_complete(s: u32, z: u32, ) -> Weight { - // Minimum execution time: 40_000 nanoseconds. - Weight::from_ref_time(35_427_943 as u64) - // Standard Error: 1_819 - .saturating_add(Weight::from_ref_time(67_427 as u64).saturating_mul(s as u64)) + // Minimum execution time: 90_101 nanoseconds. + Weight::from_ref_time(73_305_189 as u64) + // Standard Error: 1_816 + .saturating_add(Weight::from_ref_time(248_068 as u64).saturating_mul(s as u64)) // Standard Error: 17 - .saturating_add(Weight::from_ref_time(1_252 as u64).saturating_mul(z as u64)) + .saturating_add(Weight::from_ref_time(2_138 as u64).saturating_mul(z as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -82,30 +82,30 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_create(s: u32, ) -> Weight { - // Minimum execution time: 30_000 nanoseconds. - Weight::from_ref_time(31_292_653 as u64) - // Standard Error: 874 - .saturating_add(Weight::from_ref_time(60_732 as u64).saturating_mul(s as u64)) + // Minimum execution time: 64_100 nanoseconds. + Weight::from_ref_time(67_368_897 as u64) + // Standard Error: 3_462 + .saturating_add(Weight::from_ref_time(195_373 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Multisig Multisigs (r:1 w:1) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_approve(s: u32, ) -> Weight { - // Minimum execution time: 20_000 nanoseconds. - Weight::from_ref_time(20_745_877 as u64) - // Standard Error: 1_224 - .saturating_add(Weight::from_ref_time(62_355 as u64).saturating_mul(s as u64)) + // Minimum execution time: 44_601 nanoseconds. + Weight::from_ref_time(46_825_041 as u64) + // Standard Error: 3_294 + .saturating_add(Weight::from_ref_time(219_857 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Multisig Multisigs (r:1 w:1) /// The range of component `s` is `[2, 100]`. fn cancel_as_multi(s: u32, ) -> Weight { - // Minimum execution time: 30_000 nanoseconds. - Weight::from_ref_time(30_970_530 as u64) - // Standard Error: 1_545 - .saturating_add(Weight::from_ref_time(65_911 as u64).saturating_mul(s as u64)) + // Minimum execution time: 63_101 nanoseconds. + Weight::from_ref_time(65_179_286 as u64) + // Standard Error: 1_432 + .saturating_add(Weight::from_ref_time(218_882 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } diff --git a/runtime/centrifuge/src/weights/pallet_preimage.rs b/runtime/centrifuge/src/weights/pallet_preimage.rs index 68cc655d07..0891a196ad 100644 --- a/runtime/centrifuge/src/weights/pallet_preimage.rs +++ b/runtime/centrifuge/src/weights/pallet_preimage.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_preimage` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-09, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -34,10 +34,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_preimage(s: u32, ) -> Weight { - // Minimum execution time: 28_000 nanoseconds. - Weight::from_ref_time(29_000_000 as u64) + // Minimum execution time: 59_600 nanoseconds. + Weight::from_ref_time(60_101_000 as u64) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_403 as u64).saturating_mul(s as u64)) + .saturating_add(Weight::from_ref_time(2_294 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -45,10 +45,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_requested_preimage(s: u32, ) -> Weight { - // Minimum execution time: 19_000 nanoseconds. - Weight::from_ref_time(19_000_000 as u64) - // Standard Error: 2 - .saturating_add(Weight::from_ref_time(1_422 as u64).saturating_mul(s as u64)) + // Minimum execution time: 41_400 nanoseconds. + Weight::from_ref_time(41_701_000 as u64) + // Standard Error: 1 + .saturating_add(Weight::from_ref_time(2_273 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -56,76 +56,76 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:0 w:1) /// The range of component `s` is `[0, 4194304]`. fn note_no_deposit_preimage(s: u32, ) -> Weight { - // Minimum execution time: 18_000 nanoseconds. - Weight::from_ref_time(19_000_000 as u64) + // Minimum execution time: 38_500 nanoseconds. + Weight::from_ref_time(39_000_000 as u64) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_391 as u64).saturating_mul(s as u64)) + .saturating_add(Weight::from_ref_time(2_285 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unnote_preimage() -> Weight { - // Minimum execution time: 38_000 nanoseconds. - Weight::from_ref_time(40_000_000 as u64) + // Minimum execution time: 91_400 nanoseconds. + Weight::from_ref_time(95_501_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unnote_no_deposit_preimage() -> Weight { - // Minimum execution time: 27_000 nanoseconds. - Weight::from_ref_time(29_000_000 as u64) + // Minimum execution time: 64_901 nanoseconds. + Weight::from_ref_time(71_301_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_preimage() -> Weight { - // Minimum execution time: 25_000 nanoseconds. - Weight::from_ref_time(28_000_000 as u64) + // Minimum execution time: 59_900 nanoseconds. + Weight::from_ref_time(66_300_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_no_deposit_preimage() -> Weight { - // Minimum execution time: 14_000 nanoseconds. - Weight::from_ref_time(21_000_000 as u64) + // Minimum execution time: 35_400 nanoseconds. + Weight::from_ref_time(41_701_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_unnoted_preimage() -> Weight { - // Minimum execution time: 15_000 nanoseconds. - Weight::from_ref_time(16_000_000 as u64) + // Minimum execution time: 39_501 nanoseconds. + Weight::from_ref_time(41_801_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_requested_preimage() -> Weight { - // Minimum execution time: 8_000 nanoseconds. - Weight::from_ref_time(9_000_000 as u64) + // Minimum execution time: 19_800 nanoseconds. + Weight::from_ref_time(20_400_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unrequest_preimage() -> Weight { - // Minimum execution time: 26_000 nanoseconds. - Weight::from_ref_time(28_000_000 as u64) + // Minimum execution time: 61_000 nanoseconds. + Weight::from_ref_time(64_701_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Preimage StatusFor (r:1 w:1) fn unrequest_unnoted_preimage() -> Weight { - // Minimum execution time: 8_000 nanoseconds. - Weight::from_ref_time(8_000_000 as u64) + // Minimum execution time: 19_300 nanoseconds. + Weight::from_ref_time(20_101_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Preimage StatusFor (r:1 w:1) fn unrequest_multi_referenced_preimage() -> Weight { - // Minimum execution time: 8_000 nanoseconds. - Weight::from_ref_time(8_000_000 as u64) + // Minimum execution time: 19_000 nanoseconds. + Weight::from_ref_time(19_801_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } diff --git a/runtime/centrifuge/src/weights/pallet_proxy.rs b/runtime/centrifuge/src/weights/pallet_proxy.rs index 1f36f4668b..14bb961f0c 100644 --- a/runtime/centrifuge/src/weights/pallet_proxy.rs +++ b/runtime/centrifuge/src/weights/pallet_proxy.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_proxy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-09, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -33,10 +33,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: Proxy Proxies (r:1 w:0) /// The range of component `p` is `[1, 31]`. fn proxy(p: u32, ) -> Weight { - // Minimum execution time: 19_000 nanoseconds. - Weight::from_ref_time(19_811_219 as u64) - // Standard Error: 1_387 - .saturating_add(Weight::from_ref_time(10_359 as u64).saturating_mul(p as u64)) + // Minimum execution time: 42_000 nanoseconds. + Weight::from_ref_time(43_652_718 as u64) + // Standard Error: 10_860 + .saturating_add(Weight::from_ref_time(61_891 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) } // Storage: Proxy Proxies (r:1 w:0) @@ -45,12 +45,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn proxy_announced(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 36_000 nanoseconds. - Weight::from_ref_time(36_806_091 as u64) - // Standard Error: 2_698 - .saturating_add(Weight::from_ref_time(133_683 as u64).saturating_mul(a as u64)) - // Standard Error: 2_787 - .saturating_add(Weight::from_ref_time(32_968 as u64).saturating_mul(p as u64)) + // Minimum execution time: 76_700 nanoseconds. + Weight::from_ref_time(78_548_716 as u64) + // Standard Error: 5_930 + .saturating_add(Weight::from_ref_time(204_269 as u64).saturating_mul(a as u64)) + // Standard Error: 6_127 + .saturating_add(Weight::from_ref_time(61_477 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -59,12 +59,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn remove_announcement(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(24_816_070 as u64) - // Standard Error: 2_523 - .saturating_add(Weight::from_ref_time(154_295 as u64).saturating_mul(a as u64)) - // Standard Error: 2_607 - .saturating_add(Weight::from_ref_time(6_732 as u64).saturating_mul(p as u64)) + // Minimum execution time: 51_701 nanoseconds. + Weight::from_ref_time(53_016_384 as u64) + // Standard Error: 3_888 + .saturating_add(Weight::from_ref_time(286_356 as u64).saturating_mul(a as u64)) + // Standard Error: 4_017 + .saturating_add(Weight::from_ref_time(23_046 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -72,11 +72,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. - fn reject_announcement(a: u32, _p: u32, ) -> Weight { - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(26_973_800 as u64) - // Standard Error: 3_438 - .saturating_add(Weight::from_ref_time(120_930 as u64).saturating_mul(a as u64)) + fn reject_announcement(a: u32, p: u32, ) -> Weight { + // Minimum execution time: 51_700 nanoseconds. + Weight::from_ref_time(53_404_970 as u64) + // Standard Error: 4_922 + .saturating_add(Weight::from_ref_time(265_600 as u64).saturating_mul(a as u64)) + // Standard Error: 5_085 + .saturating_add(Weight::from_ref_time(26_356 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -86,42 +88,42 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. fn announce(a: u32, p: u32, ) -> Weight { - // Minimum execution time: 32_000 nanoseconds. - Weight::from_ref_time(34_949_335 as u64) - // Standard Error: 5_205 - .saturating_add(Weight::from_ref_time(119_156 as u64).saturating_mul(a as u64)) - // Standard Error: 5_378 - .saturating_add(Weight::from_ref_time(38_257 as u64).saturating_mul(p as u64)) + // Minimum execution time: 67_300 nanoseconds. + Weight::from_ref_time(68_589_538 as u64) + // Standard Error: 3_114 + .saturating_add(Weight::from_ref_time(254_680 as u64).saturating_mul(a as u64)) + // Standard Error: 3_218 + .saturating_add(Weight::from_ref_time(76_254 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn add_proxy(p: u32, ) -> Weight { - // Minimum execution time: 27_000 nanoseconds. - Weight::from_ref_time(28_905_474 as u64) - // Standard Error: 4_348 - .saturating_add(Weight::from_ref_time(47_714 as u64).saturating_mul(p as u64)) + // Minimum execution time: 56_701 nanoseconds. + Weight::from_ref_time(58_228_297 as u64) + // Standard Error: 2_350 + .saturating_add(Weight::from_ref_time(107_893 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn remove_proxy(p: u32, ) -> Weight { - // Minimum execution time: 27_000 nanoseconds. - Weight::from_ref_time(27_851_356 as u64) - // Standard Error: 2_914 - .saturating_add(Weight::from_ref_time(104_938 as u64).saturating_mul(p as u64)) + // Minimum execution time: 56_001 nanoseconds. + Weight::from_ref_time(59_784_331 as u64) + // Standard Error: 49_161 + .saturating_add(Weight::from_ref_time(193_316 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn remove_proxies(p: u32, ) -> Weight { - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(23_939_792 as u64) - // Standard Error: 3_544 - .saturating_add(Weight::from_ref_time(52_848 as u64).saturating_mul(p as u64)) + // Minimum execution time: 49_001 nanoseconds. + Weight::from_ref_time(50_401_197 as u64) + // Standard Error: 9_392 + .saturating_add(Weight::from_ref_time(62_430 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -129,18 +131,18 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[1, 31]`. fn create_pure(_p: u32, ) -> Weight { - // Minimum execution time: 29_000 nanoseconds. - Weight::from_ref_time(30_356_645 as u64) + // Minimum execution time: 61_501 nanoseconds. + Weight::from_ref_time(64_701_684 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Proxy Proxies (r:1 w:1) /// The range of component `p` is `[0, 30]`. fn kill_pure(p: u32, ) -> Weight { - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(24_753_827 as u64) - // Standard Error: 1_751 - .saturating_add(Weight::from_ref_time(17_780 as u64).saturating_mul(p as u64)) + // Minimum execution time: 50_900 nanoseconds. + Weight::from_ref_time(52_222_356 as u64) + // Standard Error: 9_741 + .saturating_add(Weight::from_ref_time(95_010 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } diff --git a/runtime/centrifuge/src/weights/pallet_scheduler.rs b/runtime/centrifuge/src/weights/pallet_scheduler.rs index c92169c289..6272cfdeb6 100644 --- a/runtime/centrifuge/src/weights/pallet_scheduler.rs +++ b/runtime/centrifuge/src/weights/pallet_scheduler.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_scheduler` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-09, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -32,61 +32,61 @@ pub struct WeightInfo(PhantomData); impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler IncompleteSince (r:1 w:1) fn service_agendas_base() -> Weight { - // Minimum execution time: 4_000 nanoseconds. - Weight::from_ref_time(4_000_000 as u64) + // Minimum execution time: 8_700 nanoseconds. + Weight::from_ref_time(8_900_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 50]`. fn service_agenda_base(s: u32, ) -> Weight { - // Minimum execution time: 3_000 nanoseconds. - Weight::from_ref_time(6_342_930 as u64) - // Standard Error: 2_694 - .saturating_add(Weight::from_ref_time(631_854 as u64).saturating_mul(s as u64)) + // Minimum execution time: 7_800 nanoseconds. + Weight::from_ref_time(15_251_915 as u64) + // Standard Error: 4_739 + .saturating_add(Weight::from_ref_time(1_054_768 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } fn service_task_base() -> Weight { - // Minimum execution time: 10_000 nanoseconds. - Weight::from_ref_time(10_000_000 as u64) + // Minimum execution time: 25_000 nanoseconds. + Weight::from_ref_time(25_400_000 as u64) } // Storage: Preimage PreimageFor (r:1 w:1) // Storage: Preimage StatusFor (r:1 w:1) /// The range of component `s` is `[128, 4194304]`. fn service_task_fetched(s: u32, ) -> Weight { - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(21_000_000 as u64) + // Minimum execution time: 43_600 nanoseconds. + Weight::from_ref_time(43_701_000 as u64) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(845 as u64).saturating_mul(s as u64)) + .saturating_add(Weight::from_ref_time(1_632 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Scheduler Lookup (r:0 w:1) fn service_task_named() -> Weight { - // Minimum execution time: 10_000 nanoseconds. - Weight::from_ref_time(11_000_000 as u64) + // Minimum execution time: 21_900 nanoseconds. + Weight::from_ref_time(22_301_000 as u64) .saturating_add(T::DbWeight::get().writes(1 as u64)) } fn service_task_periodic() -> Weight { - // Minimum execution time: 9_000 nanoseconds. - Weight::from_ref_time(10_000_000 as u64) + // Minimum execution time: 18_900 nanoseconds. + Weight::from_ref_time(19_201_000 as u64) } fn execute_dispatch_signed() -> Weight { - // Minimum execution time: 4_000 nanoseconds. - Weight::from_ref_time(4_000_000 as u64) + // Minimum execution time: 9_300 nanoseconds. + Weight::from_ref_time(9_500_000 as u64) } fn execute_dispatch_unsigned() -> Weight { - // Minimum execution time: 4_000 nanoseconds. - Weight::from_ref_time(4_000_000 as u64) + // Minimum execution time: 9_200 nanoseconds. + Weight::from_ref_time(9_400_000 as u64) } // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 49]`. fn schedule(s: u32, ) -> Weight { - // Minimum execution time: 16_000 nanoseconds. - Weight::from_ref_time(19_326_117 as u64) - // Standard Error: 1_818 - .saturating_add(Weight::from_ref_time(607_260 as u64).saturating_mul(s as u64)) + // Minimum execution time: 35_000 nanoseconds. + Weight::from_ref_time(43_464_233 as u64) + // Standard Error: 9_994 + .saturating_add(Weight::from_ref_time(1_076_173 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -94,10 +94,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Lookup (r:0 w:1) /// The range of component `s` is `[1, 50]`. fn cancel(s: u32, ) -> Weight { - // Minimum execution time: 18_000 nanoseconds. - Weight::from_ref_time(18_738_367 as u64) - // Standard Error: 1_421 - .saturating_add(Weight::from_ref_time(610_573 as u64).saturating_mul(s as u64)) + // Minimum execution time: 38_900 nanoseconds. + Weight::from_ref_time(42_002_840 as u64) + // Standard Error: 7_015 + .saturating_add(Weight::from_ref_time(1_085_938 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -105,10 +105,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[0, 49]`. fn schedule_named(s: u32, ) -> Weight { - // Minimum execution time: 19_000 nanoseconds. - Weight::from_ref_time(22_885_882 as u64) - // Standard Error: 3_474 - .saturating_add(Weight::from_ref_time(629_555 as u64).saturating_mul(s as u64)) + // Minimum execution time: 40_401 nanoseconds. + Weight::from_ref_time(49_499_682 as u64) + // Standard Error: 10_101 + .saturating_add(Weight::from_ref_time(1_146_865 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -116,10 +116,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) /// The range of component `s` is `[1, 50]`. fn cancel_named(s: u32, ) -> Weight { - // Minimum execution time: 19_000 nanoseconds. - Weight::from_ref_time(20_590_204 as u64) - // Standard Error: 1_662 - .saturating_add(Weight::from_ref_time(619_913 as u64).saturating_mul(s as u64)) + // Minimum execution time: 41_301 nanoseconds. + Weight::from_ref_time(45_488_912 as u64) + // Standard Error: 5_946 + .saturating_add(Weight::from_ref_time(1_120_735 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } diff --git a/runtime/centrifuge/src/weights/pallet_timestamp.rs b/runtime/centrifuge/src/weights/pallet_timestamp.rs index 98b34cba50..062120c089 100644 --- a/runtime/centrifuge/src/weights/pallet_timestamp.rs +++ b/runtime/centrifuge/src/weights/pallet_timestamp.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-09, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -33,13 +33,13 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Storage: Timestamp Now (r:1 w:1) // Storage: Aura CurrentSlot (r:1 w:0) fn set() -> Weight { - // Minimum execution time: 9_000 nanoseconds. - Weight::from_ref_time(10_000_000 as u64) + // Minimum execution time: 19_600 nanoseconds. + Weight::from_ref_time(20_300_000 as u64) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } fn on_finalize() -> Weight { - // Minimum execution time: 3_000 nanoseconds. - Weight::from_ref_time(4_000_000 as u64) + // Minimum execution time: 8_700 nanoseconds. + Weight::from_ref_time(8_901_000 as u64) } } diff --git a/runtime/centrifuge/src/weights/pallet_treasury.rs b/runtime/centrifuge/src/weights/pallet_treasury.rs index 9ad87db747..e02ee7afe4 100644 --- a/runtime/centrifuge/src/weights/pallet_treasury.rs +++ b/runtime/centrifuge/src/weights/pallet_treasury.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_treasury` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-09, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -31,22 +31,22 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl pallet_treasury::WeightInfo for WeightInfo { fn spend() -> Weight { - // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0 as u64) + // Minimum execution time: 400 nanoseconds. + Weight::from_ref_time(500_000 as u64) } // Storage: Treasury ProposalCount (r:1 w:1) // Storage: Treasury Proposals (r:0 w:1) fn propose_spend() -> Weight { - // Minimum execution time: 27_000 nanoseconds. - Weight::from_ref_time(28_000_000 as u64) + // Minimum execution time: 56_100 nanoseconds. + Weight::from_ref_time(57_000_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: Treasury Proposals (r:1 w:1) // Storage: System Account (r:2 w:2) fn reject_proposal() -> Weight { - // Minimum execution time: 41_000 nanoseconds. - Weight::from_ref_time(42_000_000 as u64) + // Minimum execution time: 79_001 nanoseconds. + Weight::from_ref_time(80_100_000 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -54,17 +54,17 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Storage: Treasury Approvals (r:1 w:1) /// The range of component `p` is `[0, 99]`. fn approve_proposal(p: u32, ) -> Weight { - // Minimum execution time: 9_000 nanoseconds. - Weight::from_ref_time(10_633_421 as u64) - // Standard Error: 1_784 - .saturating_add(Weight::from_ref_time(52_480 as u64).saturating_mul(p as u64)) + // Minimum execution time: 21_900 nanoseconds. + Weight::from_ref_time(28_324_723 as u64) + // Standard Error: 2_765 + .saturating_add(Weight::from_ref_time(255_236 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: Treasury Approvals (r:1 w:1) fn remove_approval() -> Weight { - // Minimum execution time: 8_000 nanoseconds. - Weight::from_ref_time(9_000_000 as u64) + // Minimum execution time: 18_500 nanoseconds. + Weight::from_ref_time(19_200_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -73,10 +73,10 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Storage: Treasury Proposals (r:2 w:0) /// The range of component `p` is `[0, 100]`. fn on_initialize_proposals(p: u32, ) -> Weight { - // Minimum execution time: 25_000 nanoseconds. - Weight::from_ref_time(18_304_547 as u64) - // Standard Error: 14_019 - .saturating_add(Weight::from_ref_time(2_513_155 as u64).saturating_mul(p as u64)) + // Minimum execution time: 50_701 nanoseconds. + Weight::from_ref_time(45_597_648 as u64) + // Standard Error: 8_961 + .saturating_add(Weight::from_ref_time(4_098_391 as u64).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(p as u64))) .saturating_add(T::DbWeight::get().writes(1 as u64)) diff --git a/runtime/centrifuge/src/weights/pallet_utility.rs b/runtime/centrifuge/src/weights/pallet_utility.rs index 990f93ba37..35df637943 100644 --- a/runtime/centrifuge/src/weights/pallet_utility.rs +++ b/runtime/centrifuge/src/weights/pallet_utility.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-09, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -32,31 +32,31 @@ pub struct WeightInfo(PhantomData); impl pallet_utility::WeightInfo for WeightInfo { /// The range of component `c` is `[0, 1000]`. fn batch(c: u32, ) -> Weight { - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(12_000_000 as u64) - // Standard Error: 4_687 - .saturating_add(Weight::from_ref_time(5_669_927 as u64).saturating_mul(c as u64)) + // Minimum execution time: 24_701 nanoseconds. + Weight::from_ref_time(38_731_874 as u64) + // Standard Error: 3_466 + .saturating_add(Weight::from_ref_time(8_912_203 as u64).saturating_mul(c as u64)) } fn as_derivative() -> Weight { - // Minimum execution time: 7_000 nanoseconds. - Weight::from_ref_time(7_000_000 as u64) + // Minimum execution time: 14_300 nanoseconds. + Weight::from_ref_time(14_701_000 as u64) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { - // Minimum execution time: 11_000 nanoseconds. - Weight::from_ref_time(33_456_936 as u64) - // Standard Error: 11_543 - .saturating_add(Weight::from_ref_time(5_912_910 as u64).saturating_mul(c as u64)) + // Minimum execution time: 25_000 nanoseconds. + Weight::from_ref_time(32_079_332 as u64) + // Standard Error: 3_657 + .saturating_add(Weight::from_ref_time(9_352_509 as u64).saturating_mul(c as u64)) } fn dispatch_as() -> Weight { - // Minimum execution time: 14_000 nanoseconds. - Weight::from_ref_time(14_000_000 as u64) + // Minimum execution time: 29_100 nanoseconds. + Weight::from_ref_time(30_000_000 as u64) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { - // Minimum execution time: 12_000 nanoseconds. - Weight::from_ref_time(12_000_000 as u64) - // Standard Error: 4_066 - .saturating_add(Weight::from_ref_time(5_677_391 as u64).saturating_mul(c as u64)) + // Minimum execution time: 24_501 nanoseconds. + Weight::from_ref_time(39_164_823 as u64) + // Standard Error: 3_635 + .saturating_add(Weight::from_ref_time(8_926_085 as u64).saturating_mul(c as u64)) } } diff --git a/runtime/centrifuge/src/weights/pallet_vesting.rs b/runtime/centrifuge/src/weights/pallet_vesting.rs index 369d02b517..b7767bbde2 100644 --- a/runtime/centrifuge/src/weights/pallet_vesting.rs +++ b/runtime/centrifuge/src/weights/pallet_vesting.rs @@ -2,8 +2,8 @@ //! Autogenerated weights for `pallet_vesting` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-09, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `mq.local`, CPU: `` +//! DATE: 2023-01-12, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! HOSTNAME: `runner`, CPU: `Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 // Executed Command: @@ -35,12 +35,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 3]`. fn vest_locked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 33_000 nanoseconds. - Weight::from_ref_time(34_259_593 as u64) - // Standard Error: 1_330 - .saturating_add(Weight::from_ref_time(27_104 as u64).saturating_mul(l as u64)) - // Standard Error: 25_485 - .saturating_add(Weight::from_ref_time(170_487 as u64).saturating_mul(s as u64)) + // Minimum execution time: 69_801 nanoseconds. + Weight::from_ref_time(70_990_393 as u64) + // Standard Error: 5_934 + .saturating_add(Weight::from_ref_time(92_095 as u64).saturating_mul(l as u64)) + // Standard Error: 113_704 + .saturating_add(Weight::from_ref_time(462_486 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -48,11 +48,13 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Storage: Balances Locks (r:1 w:1) /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 3]`. - fn vest_unlocked(l: u32, _s: u32, ) -> Weight { - // Minimum execution time: 33_000 nanoseconds. - Weight::from_ref_time(35_737_718 as u64) - // Standard Error: 3_804 - .saturating_add(Weight::from_ref_time(31_860 as u64).saturating_mul(l as u64)) + fn vest_unlocked(l: u32, s: u32, ) -> Weight { + // Minimum execution time: 69_701 nanoseconds. + Weight::from_ref_time(70_684_719 as u64) + // Standard Error: 2_091 + .saturating_add(Weight::from_ref_time(83_572 as u64).saturating_mul(l as u64)) + // Standard Error: 40_066 + .saturating_add(Weight::from_ref_time(115_812 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -62,12 +64,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 3]`. fn vest_other_locked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 32_000 nanoseconds. - Weight::from_ref_time(34_438_326 as u64) - // Standard Error: 1_883 - .saturating_add(Weight::from_ref_time(29_729 as u64).saturating_mul(l as u64)) - // Standard Error: 36_093 - .saturating_add(Weight::from_ref_time(2_709 as u64).saturating_mul(s as u64)) + // Minimum execution time: 68_701 nanoseconds. + Weight::from_ref_time(72_268_622 as u64) + // Standard Error: 8_738 + .saturating_add(Weight::from_ref_time(53_140 as u64).saturating_mul(l as u64)) + // Standard Error: 167_439 + .saturating_add(Weight::from_ref_time(117_651 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -76,13 +78,11 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[1, 3]`. - fn vest_other_unlocked(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 32_000 nanoseconds. - Weight::from_ref_time(32_456_490 as u64) - // Standard Error: 1_360 - .saturating_add(Weight::from_ref_time(43_391 as u64).saturating_mul(l as u64)) - // Standard Error: 26_067 - .saturating_add(Weight::from_ref_time(314_101 as u64).saturating_mul(s as u64)) + fn vest_other_unlocked(l: u32, _s: u32, ) -> Weight { + // Minimum execution time: 68_600 nanoseconds. + Weight::from_ref_time(73_781_602 as u64) + // Standard Error: 11_766 + .saturating_add(Weight::from_ref_time(18_475 as u64).saturating_mul(l as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -92,8 +92,8 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[0, 2]`. fn vested_transfer(_l: u32, _s: u32, ) -> Weight { - // Minimum execution time: 49_000 nanoseconds. - Weight::from_ref_time(59_541_199 as u64) + // Minimum execution time: 98_401 nanoseconds. + Weight::from_ref_time(120_609_165 as u64) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -103,8 +103,8 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[0, 2]`. fn force_vested_transfer(_l: u32, _s: u32, ) -> Weight { - // Minimum execution time: 49_000 nanoseconds. - Weight::from_ref_time(58_028_967 as u64) + // Minimum execution time: 97_401 nanoseconds. + Weight::from_ref_time(118_657_250 as u64) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } @@ -114,12 +114,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[2, 3]`. fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 34_000 nanoseconds. - Weight::from_ref_time(35_314_178 as u64) - // Standard Error: 2_068 - .saturating_add(Weight::from_ref_time(42_214 as u64).saturating_mul(l as u64)) - // Standard Error: 65_979 - .saturating_add(Weight::from_ref_time(79_052 as u64).saturating_mul(s as u64)) + // Minimum execution time: 71_401 nanoseconds. + Weight::from_ref_time(73_060_345 as u64) + // Standard Error: 10_510 + .saturating_add(Weight::from_ref_time(75_574 as u64).saturating_mul(l as u64)) + // Standard Error: 335_198 + .saturating_add(Weight::from_ref_time(504_624 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -129,12 +129,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { /// The range of component `l` is `[0, 49]`. /// The range of component `s` is `[2, 3]`. fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { - // Minimum execution time: 34_000 nanoseconds. - Weight::from_ref_time(35_230_279 as u64) - // Standard Error: 1_790 - .saturating_add(Weight::from_ref_time(27_890 as u64).saturating_mul(l as u64)) - // Standard Error: 57_101 - .saturating_add(Weight::from_ref_time(199_496 as u64).saturating_mul(s as u64)) + // Minimum execution time: 71_301 nanoseconds. + Weight::from_ref_time(70_358_103 as u64) + // Standard Error: 10_366 + .saturating_add(Weight::from_ref_time(98_173 as u64).saturating_mul(l as u64)) + // Standard Error: 330_614 + .saturating_add(Weight::from_ref_time(1_291_916 as u64).saturating_mul(s as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) }