From 9bc2fe785238741bb19d3f756e32296a2ce79db5 Mon Sep 17 00:00:00 2001 From: seunlanlege Date: Mon, 21 Mar 2022 22:35:30 +0000 Subject: [PATCH] Pushing benchmark changes --- runtime/composable/src/weights/balances.rs | 16 +-- .../src/weights/collator_selection.rs | 30 ++--- runtime/composable/src/weights/collective.rs | 70 +++++----- runtime/composable/src/weights/democracy.rs | 102 +++++++-------- .../composable/src/weights/frame_system.rs | 14 +- runtime/composable/src/weights/indices.rs | 12 +- runtime/composable/src/weights/membership.rs | 32 ++--- runtime/composable/src/weights/scheduler.rs | 82 ++++++------ runtime/composable/src/weights/session.rs | 6 +- runtime/composable/src/weights/timestamp.rs | 6 +- runtime/composable/src/weights/treasury.rs | 16 +-- runtime/composable/src/weights/utility.rs | 18 +-- runtime/dali/src/weights/balances.rs | 16 +-- runtime/dali/src/weights/bonded_finance.rs | 28 ++-- .../dali/src/weights/collator_selection.rs | 32 ++--- runtime/dali/src/weights/collective.rs | 82 ++++++------ runtime/dali/src/weights/currency_factory.rs | 4 +- runtime/dali/src/weights/curve_amm.rs | 14 +- runtime/dali/src/weights/democracy.rs | 100 +++++++------- runtime/dali/src/weights/dutch_auction.rs | 10 +- runtime/dali/src/weights/frame_system.rs | 14 +- runtime/dali/src/weights/identity.rs | 122 +++++++++--------- runtime/dali/src/weights/indices.rs | 12 +- runtime/dali/src/weights/liquidations.rs | 4 +- .../src/weights/liquidity_bootstrapping.rs | 18 +-- runtime/dali/src/weights/membership.rs | 36 +++--- runtime/dali/src/weights/mosaic.rs | 26 ++-- runtime/dali/src/weights/multisig.rs | 52 ++++---- runtime/dali/src/weights/oracle.rs | 28 ++-- runtime/dali/src/weights/scheduler.rs | 84 ++++++------ runtime/dali/src/weights/session.rs | 6 +- runtime/dali/src/weights/timestamp.rs | 6 +- runtime/dali/src/weights/treasury.rs | 18 +-- runtime/dali/src/weights/uniswap_v2.rs | 14 +- runtime/dali/src/weights/utility.rs | 18 +-- runtime/dali/src/weights/vault.rs | 18 +-- runtime/dali/src/weights/vesting.rs | 14 +- runtime/picasso/src/weights/balances.rs | 16 +-- runtime/picasso/src/weights/bonded_finance.rs | 28 ++-- .../picasso/src/weights/collator_selection.rs | 30 ++--- runtime/picasso/src/weights/collective.rs | 80 ++++++------ .../picasso/src/weights/currency_factory.rs | 4 +- runtime/picasso/src/weights/democracy.rs | 114 ++++++++-------- runtime/picasso/src/weights/frame_system.rs | 16 +-- runtime/picasso/src/weights/identity.rs | 120 ++++++++--------- runtime/picasso/src/weights/indices.rs | 12 +- runtime/picasso/src/weights/membership.rs | 30 ++--- runtime/picasso/src/weights/multisig.rs | 54 ++++---- runtime/picasso/src/weights/scheduler.rs | 86 ++++++------ runtime/picasso/src/weights/session.rs | 6 +- runtime/picasso/src/weights/timestamp.rs | 6 +- runtime/picasso/src/weights/treasury.rs | 18 +-- runtime/picasso/src/weights/utility.rs | 18 +-- runtime/picasso/src/weights/vesting.rs | 20 +-- 54 files changed, 918 insertions(+), 920 deletions(-) diff --git a/runtime/composable/src/weights/balances.rs b/runtime/composable/src/weights/balances.rs index a5593448f12..8b6a45e1d3b 100644 --- a/runtime/composable/src/weights/balances.rs +++ b/runtime/composable/src/weights/balances.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("composable-dev"), DB CACHE: 1024 // Executed Command: @@ -31,43 +31,43 @@ pub struct WeightInfo(PhantomData); impl balances::WeightInfo for WeightInfo { // Storage: System Account (r:2 w:2) fn transfer() -> Weight { - (97_708_000 as Weight) + (95_037_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: System Account (r:1 w:1) fn transfer_keep_alive() -> Weight { - (59_179_000 as Weight) + (58_879_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: System Account (r:1 w:1) fn set_balance_creating() -> Weight { - (35_330_000 as Weight) + (34_804_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: System Account (r:1 w:1) fn set_balance_killing() -> Weight { - (42_008_000 as Weight) + (41_604_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: System Account (r:3 w:3) fn force_transfer() -> Weight { - (98_561_000 as Weight) + (95_676_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: System Account (r:1 w:1) fn transfer_all() -> Weight { - (71_214_000 as Weight) + (70_772_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: System Account (r:1 w:1) fn force_unreserve() -> Weight { - (32_176_000 as Weight) + (32_437_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } diff --git a/runtime/composable/src/weights/collator_selection.rs b/runtime/composable/src/weights/collator_selection.rs index 685ff0c2c9b..d6e9b92e5d1 100644 --- a/runtime/composable/src/weights/collator_selection.rs +++ b/runtime/composable/src/weights/collator_selection.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `collator_selection` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("composable-dev"), DB CACHE: 1024 // Executed Command: @@ -32,20 +32,20 @@ impl collator_selection::WeightInfo for WeightInfo { // Storage: Session NextKeys (r:1 w:0) // Storage: CollatorSelection Invulnerables (r:0 w:1) fn set_invulnerables(b: u32, ) -> Weight { - (18_597_000 as Weight) + (16_673_000 as Weight) // Standard Error: 7_000 - .saturating_add((6_973_000 as Weight).saturating_mul(b as Weight)) + .saturating_add((6_970_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(b as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: CollatorSelection DesiredCandidates (r:0 w:1) fn set_desired_candidates() -> Weight { - (17_774_000 as Weight) + (16_896_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: CollatorSelection CandidacyBond (r:0 w:1) fn set_candidacy_bond() -> Weight { - (18_019_000 as Weight) + (16_956_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: CollatorSelection Candidates (r:1 w:1) @@ -55,18 +55,18 @@ impl collator_selection::WeightInfo for WeightInfo { // Storage: CollatorSelection CandidacyBond (r:1 w:0) // Storage: CollatorSelection LastAuthoredBlock (r:0 w:1) fn register_as_candidate(c: u32, ) -> Weight { - (109_348_000 as Weight) - // Standard Error: 1_000 - .saturating_add((309_000 as Weight).saturating_mul(c as Weight)) + (117_333_000 as Weight) + // Standard Error: 2_000 + .saturating_add((307_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: CollatorSelection Candidates (r:1 w:1) // Storage: CollatorSelection LastAuthoredBlock (r:0 w:1) fn leave_intent(c: u32, ) -> Weight { - (125_679_000 as Weight) + (138_310_000 as Weight) // Standard Error: 4_000 - .saturating_add((359_000 as Weight).saturating_mul(c as Weight)) + .saturating_add((351_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -74,7 +74,7 @@ impl collator_selection::WeightInfo for WeightInfo { // Storage: System BlockWeight (r:1 w:1) // Storage: CollatorSelection LastAuthoredBlock (r:0 w:1) fn note_author() -> Weight { - (71_906_000 as Weight) + (70_700_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } @@ -85,10 +85,10 @@ impl collator_selection::WeightInfo for WeightInfo { // Storage: System BlockWeight (r:1 w:1) fn new_session(r: u32, c: u32, ) -> Weight { (0 as Weight) - // Standard Error: 5_695_000 - .saturating_add((29_149_000 as Weight).saturating_mul(r as Weight)) - // Standard Error: 5_695_000 - .saturating_add((150_451_000 as Weight).saturating_mul(c as Weight)) + // Standard Error: 5_632_000 + .saturating_add((28_678_000 as Weight).saturating_mul(r as Weight)) + // Standard Error: 5_632_000 + .saturating_add((148_534_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(c as Weight))) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(r as Weight))) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(c as Weight))) diff --git a/runtime/composable/src/weights/collective.rs b/runtime/composable/src/weights/collective.rs index 2d1a1449526..9c60d878a1a 100644 --- a/runtime/composable/src/weights/collective.rs +++ b/runtime/composable/src/weights/collective.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("composable-dev"), DB CACHE: 1024 // Executed Command: @@ -35,12 +35,12 @@ impl collective::WeightInfo for WeightInfo { // Storage: Council Prime (r:0 w:1) fn set_members(m: u32, n: u32, p: u32, ) -> Weight { (0 as Weight) - // Standard Error: 47_000 - .saturating_add((25_271_000 as Weight).saturating_mul(m as Weight)) - // Standard Error: 47_000 - .saturating_add((158_000 as Weight).saturating_mul(n as Weight)) - // Standard Error: 47_000 - .saturating_add((31_219_000 as Weight).saturating_mul(p as Weight)) + // Standard Error: 16_000 + .saturating_add((28_694_000 as Weight).saturating_mul(m as Weight)) + // Standard Error: 16_000 + .saturating_add((277_000 as Weight).saturating_mul(n as Weight)) + // Standard Error: 16_000 + .saturating_add((34_676_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(p as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) @@ -48,21 +48,21 @@ impl collective::WeightInfo for WeightInfo { } // Storage: Council Members (r:1 w:0) fn execute(b: u32, m: u32, ) -> Weight { - (25_549_000 as Weight) + (25_784_000 as Weight) // Standard Error: 0 - .saturating_add((4_000 as Weight).saturating_mul(b as Weight)) + .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) // Standard Error: 0 - .saturating_add((120_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((121_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) } // Storage: Council Members (r:1 w:0) // Storage: Council ProposalOf (r:1 w:0) fn propose_execute(b: u32, m: u32, ) -> Weight { - (29_904_000 as Weight) + (29_738_000 as Weight) // Standard Error: 0 .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) // Standard Error: 0 - .saturating_add((229_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((232_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) } // Storage: Council Members (r:1 w:0) @@ -71,22 +71,22 @@ impl collective::WeightInfo for WeightInfo { // Storage: Council ProposalCount (r:1 w:1) // Storage: Council Voting (r:0 w:1) fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { - (33_895_000 as Weight) + (31_957_000 as Weight) // Standard Error: 0 - .saturating_add((15_000 as Weight).saturating_mul(b as Weight)) + .saturating_add((17_000 as Weight).saturating_mul(b as Weight)) // Standard Error: 3_000 - .saturating_add((175_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((167_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 3_000 - .saturating_add((546_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((558_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } // Storage: Council Members (r:1 w:0) // Storage: Council Voting (r:1 w:1) fn vote(m: u32, ) -> Weight { - (58_371_000 as Weight) - // Standard Error: 3_000 - .saturating_add((312_000 as Weight).saturating_mul(m as Weight)) + (60_623_000 as Weight) + // Standard Error: 4_000 + .saturating_add((291_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -95,11 +95,11 @@ impl collective::WeightInfo for WeightInfo { // Storage: Council Proposals (r:1 w:1) // Storage: Council ProposalOf (r:0 w:1) fn close_early_disapproved(m: u32, p: u32, ) -> Weight { - (51_647_000 as Weight) + (50_374_000 as Weight) // Standard Error: 3_000 - .saturating_add((260_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((257_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 3_000 - .saturating_add((428_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((457_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -108,13 +108,13 @@ impl collective::WeightInfo for WeightInfo { // Storage: Council ProposalOf (r:1 w:1) // Storage: Council Proposals (r:1 w:1) fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { - (51_171_000 as Weight) + (50_092_000 as Weight) // Standard Error: 0 - .saturating_add((12_000 as Weight).saturating_mul(b as Weight)) + .saturating_add((14_000 as Weight).saturating_mul(b as Weight)) // Standard Error: 3_000 - .saturating_add((325_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((321_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 3_000 - .saturating_add((562_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((593_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -124,11 +124,11 @@ impl collective::WeightInfo for WeightInfo { // Storage: Council Proposals (r:1 w:1) // Storage: Council ProposalOf (r:0 w:1) fn close_disapproved(m: u32, p: u32, ) -> Weight { - (56_576_000 as Weight) + (52_096_000 as Weight) // Standard Error: 3_000 - .saturating_add((277_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((310_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 3_000 - .saturating_add((427_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((478_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -138,13 +138,13 @@ impl collective::WeightInfo for WeightInfo { // Storage: Council ProposalOf (r:1 w:1) // Storage: Council Proposals (r:1 w:1) fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { - (54_862_000 as Weight) + (59_760_000 as Weight) // Standard Error: 0 .saturating_add((11_000 as Weight).saturating_mul(b as Weight)) + // Standard Error: 4_000 + .saturating_add((308_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 3_000 - .saturating_add((362_000 as Weight).saturating_mul(m as Weight)) - // Standard Error: 3_000 - .saturating_add((580_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((596_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -152,9 +152,9 @@ impl collective::WeightInfo for WeightInfo { // Storage: Council Voting (r:0 w:1) // Storage: Council ProposalOf (r:0 w:1) fn disapprove_proposal(p: u32, ) -> Weight { - (30_884_000 as Weight) + (30_583_000 as Weight) // Standard Error: 2_000 - .saturating_add((493_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((505_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } diff --git a/runtime/composable/src/weights/democracy.rs b/runtime/composable/src/weights/democracy.rs index 5beb2c1ddff..bc1338c40a9 100644 --- a/runtime/composable/src/weights/democracy.rs +++ b/runtime/composable/src/weights/democracy.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `democracy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("composable-dev"), DB CACHE: 1024 // Executed Command: @@ -34,15 +34,15 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy Blacklist (r:1 w:0) // Storage: Democracy DepositOf (r:0 w:1) fn propose() -> Weight { - (92_667_000 as Weight) + (92_800_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: Democracy DepositOf (r:1 w:1) fn second(s: u32, ) -> Weight { - (55_364_000 as Weight) - // Standard Error: 3_000 - .saturating_add((299_000 as Weight).saturating_mul(s as Weight)) + (54_533_000 as Weight) + // Standard Error: 4_000 + .saturating_add((301_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -50,9 +50,9 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vote_new(r: u32, ) -> Weight { - (70_497_000 as Weight) + (69_231_000 as Weight) // Standard Error: 3_000 - .saturating_add((285_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((296_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -60,16 +60,16 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vote_existing(r: u32, ) -> Weight { - (68_724_000 as Weight) + (69_142_000 as Weight) // Standard Error: 3_000 - .saturating_add((342_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((311_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy Cancellations (r:1 w:1) fn emergency_cancel() -> Weight { - (32_015_000 as Weight) + (31_287_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -80,45 +80,45 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy DepositOf (r:1 w:1) // Storage: System Account (r:2 w:2) fn blacklist(p: u32, ) -> Weight { - (107_482_000 as Weight) + (107_807_000 as Weight) // Standard Error: 8_000 - .saturating_add((705_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((706_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(6 as Weight)) .saturating_add(T::DbWeight::get().writes(7 as Weight)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy Blacklist (r:1 w:0) fn external_propose(v: u32, ) -> Weight { - (16_501_000 as Weight) + (16_461_000 as Weight) // Standard Error: 0 - .saturating_add((119_000 as Weight).saturating_mul(v as Weight)) + .saturating_add((116_000 as Weight).saturating_mul(v as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Democracy NextExternal (r:0 w:1) fn external_propose_majority() -> Weight { - (3_300_000 as Weight) + (3_182_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Democracy NextExternal (r:0 w:1) fn external_propose_default() -> Weight { - (3_300_000 as Weight) + (3_328_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // 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 { - (32_390_000 as Weight) + (32_647_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy Blacklist (r:1 w:1) fn veto_external(v: u32, ) -> Weight { - (34_799_000 as Weight) + (34_636_000 as Weight) // Standard Error: 1_000 - .saturating_add((152_000 as Weight).saturating_mul(v as Weight)) + .saturating_add((148_000 as Weight).saturating_mul(v as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -126,23 +126,23 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy DepositOf (r:1 w:1) // Storage: System Account (r:2 w:2) fn cancel_proposal(p: u32, ) -> Weight { - (79_057_000 as Weight) - // Standard Error: 3_000 - .saturating_add((675_000 as Weight).saturating_mul(p as Weight)) + (79_179_000 as Weight) + // Standard Error: 4_000 + .saturating_add((669_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } // Storage: Democracy ReferendumInfoOf (r:0 w:1) fn cancel_referendum() -> Weight { - (20_195_000 as Weight) + (19_412_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Scheduler Lookup (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:1) fn cancel_queued(r: u32, ) -> Weight { - (40_616_000 as Weight) + (38_847_000 as Weight) // Standard Error: 4_000 - .saturating_add((1_724_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((1_798_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -150,9 +150,9 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumCount (r:1 w:0) // Storage: Democracy ReferendumInfoOf (r:1 w:0) fn on_initialize_base(r: u32, ) -> Weight { - (5_138_000 as Weight) + (5_667_000 as Weight) // Standard Error: 6_000 - .saturating_add((6_752_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((6_812_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(r as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -164,9 +164,9 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy PublicProps (r:1 w:0) // Storage: Democracy ReferendumInfoOf (r:1 w:0) fn on_initialize_base_with_launch_period(r: u32, ) -> Weight { - (14_900_000 as Weight) - // Standard Error: 5_000 - .saturating_add((6_766_000 as Weight).saturating_mul(r as Weight)) + (15_630_000 as Weight) + // Standard Error: 6_000 + .saturating_add((6_820_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(r as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -175,9 +175,9 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn delegate(r: u32, ) -> Weight { - (65_710_000 as Weight) - // Standard Error: 8_000 - .saturating_add((8_824_000 as Weight).saturating_mul(r as Weight)) + (110_148_000 as Weight) + // Standard Error: 236_000 + .saturating_add((9_475_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(r as Weight))) .saturating_add(T::DbWeight::get().writes(4 as Weight)) @@ -186,9 +186,9 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:2 w:2) // Storage: Democracy ReferendumInfoOf (r:1 w:1) fn undelegate(r: u32, ) -> Weight { - (32_492_000 as Weight) - // Standard Error: 7_000 - .saturating_add((8_792_000 as Weight).saturating_mul(r as Weight)) + (30_427_000 as Weight) + // Standard Error: 8_000 + .saturating_add((8_830_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(r as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) @@ -196,12 +196,12 @@ impl democracy::WeightInfo for WeightInfo { } // Storage: Democracy PublicProps (r:0 w:1) fn clear_public_proposals() -> Weight { - (3_635_000 as Weight) + (3_685_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Democracy Preimages (r:1 w:1) fn note_preimage(b: u32, ) -> Weight { - (48_556_000 as Weight) + (48_277_000 as Weight) // Standard Error: 0 .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) @@ -209,7 +209,7 @@ impl democracy::WeightInfo for WeightInfo { } // Storage: Democracy Preimages (r:1 w:1) fn note_imminent_preimage(b: u32, ) -> Weight { - (32_534_000 as Weight) + (31_367_000 as Weight) // Standard Error: 0 .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) @@ -218,9 +218,9 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy Preimages (r:1 w:1) // Storage: System Account (r:1 w:0) fn reap_preimage(b: u32, ) -> Weight { - (48_760_000 as Weight) + (48_565_000 as Weight) // Standard Error: 0 - .saturating_add((2_000 as Weight).saturating_mul(b as Weight)) + .saturating_add((1_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -228,9 +228,9 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Balances Locks (r:1 w:1) // Storage: System Account (r:1 w:1) fn unlock_remove(r: u32, ) -> Weight { - (45_433_000 as Weight) - // Standard Error: 2_000 - .saturating_add((144_000 as Weight).saturating_mul(r as Weight)) + (48_471_000 as Weight) + // Standard Error: 10_000 + .saturating_add((186_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -238,27 +238,27 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Balances Locks (r:1 w:1) // Storage: System Account (r:1 w:1) fn unlock_set(r: u32, ) -> Weight { - (47_977_000 as Weight) - // Standard Error: 11_000 - .saturating_add((211_000 as Weight).saturating_mul(r as Weight)) + (43_240_000 as Weight) + // Standard Error: 2_000 + .saturating_add((250_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy VotingOf (r:1 w:1) fn remove_vote(r: u32, ) -> Weight { - (25_369_000 as Weight) + (25_009_000 as Weight) // Standard Error: 2_000 - .saturating_add((231_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((250_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy VotingOf (r:1 w:1) fn remove_other_vote(r: u32, ) -> Weight { - (25_845_000 as Weight) + (25_531_000 as Weight) // Standard Error: 2_000 - .saturating_add((226_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((244_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/runtime/composable/src/weights/frame_system.rs b/runtime/composable/src/weights/frame_system.rs index 0347e22d01e..cb672fbfe57 100644 --- a/runtime/composable/src/weights/frame_system.rs +++ b/runtime/composable/src/weights/frame_system.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `frame_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("composable-dev"), DB CACHE: 1024 // Executed Command: @@ -42,7 +42,7 @@ impl frame_system::WeightInfo for WeightInfo { // Storage: System Digest (r:1 w:1) // Storage: unknown [0x3a686561707061676573] (r:0 w:1) fn set_heap_pages() -> Weight { - (6_229_000 as Weight) + (5_772_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -50,21 +50,21 @@ impl frame_system::WeightInfo for WeightInfo { fn set_storage(i: u32, ) -> Weight { (0 as Weight) // Standard Error: 1_000 - .saturating_add((963_000 as Weight).saturating_mul(i as Weight)) + .saturating_add((978_000 as Weight).saturating_mul(i as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(i as Weight))) } // Storage: Skipped Metadata (r:0 w:0) fn kill_storage(i: u32, ) -> Weight { (0 as Weight) - // Standard Error: 1_000 - .saturating_add((649_000 as Weight).saturating_mul(i as Weight)) + // Standard Error: 2_000 + .saturating_add((663_000 as Weight).saturating_mul(i as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(i as Weight))) } // Storage: Skipped Metadata (r:0 w:0) fn kill_prefix(p: u32, ) -> Weight { (0 as Weight) - // Standard Error: 22_000 - .saturating_add((1_450_000 as Weight).saturating_mul(p as Weight)) + // Standard Error: 2_000 + .saturating_add((1_367_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(p as Weight))) } } diff --git a/runtime/composable/src/weights/indices.rs b/runtime/composable/src/weights/indices.rs index fd5dcdc84b9..b4cf13252fe 100644 --- a/runtime/composable/src/weights/indices.rs +++ b/runtime/composable/src/weights/indices.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `indices` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("composable-dev"), DB CACHE: 1024 // Executed Command: @@ -31,33 +31,33 @@ pub struct WeightInfo(PhantomData); impl indices::WeightInfo for WeightInfo { // Storage: Indices Accounts (r:1 w:1) fn claim() -> Weight { - (45_816_000 as Weight) + (45_009_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Indices Accounts (r:1 w:1) // Storage: System Account (r:1 w:1) fn transfer() -> Weight { - (56_300_000 as Weight) + (56_046_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Indices Accounts (r:1 w:1) fn free() -> Weight { - (45_793_000 as Weight) + (45_955_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Indices Accounts (r:1 w:1) // Storage: System Account (r:1 w:1) fn force_transfer() -> Weight { - (47_487_000 as Weight) + (47_021_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Indices Accounts (r:1 w:1) fn freeze() -> Weight { - (52_908_000 as Weight) + (52_666_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } diff --git a/runtime/composable/src/weights/membership.rs b/runtime/composable/src/weights/membership.rs index 6ee950c0fd8..58172054ba0 100644 --- a/runtime/composable/src/weights/membership.rs +++ b/runtime/composable/src/weights/membership.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `membership` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("composable-dev"), DB CACHE: 1024 // Executed Command: @@ -34,9 +34,9 @@ impl membership::WeightInfo for WeightInfo { // Storage: Council Members (r:0 w:1) // Storage: Council Prime (r:0 w:1) fn add_member(m: u32, ) -> Weight { - (27_659_000 as Weight) + (26_982_000 as Weight) // Standard Error: 11_000 - .saturating_add((210_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((205_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -46,9 +46,9 @@ impl membership::WeightInfo for WeightInfo { // Storage: Council Members (r:0 w:1) // Storage: Council Prime (r:0 w:1) fn remove_member(m: u32, ) -> Weight { - (35_052_000 as Weight) + (34_085_000 as Weight) // Standard Error: 0 - .saturating_add((147_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((150_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -58,9 +58,9 @@ impl membership::WeightInfo for WeightInfo { // Storage: Council Members (r:0 w:1) // Storage: Council Prime (r:0 w:1) fn swap_member(m: u32, ) -> Weight { - (35_482_000 as Weight) - // Standard Error: 0 - .saturating_add((164_000 as Weight).saturating_mul(m as Weight)) + (34_582_000 as Weight) + // Standard Error: 1_000 + .saturating_add((168_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -70,9 +70,9 @@ impl membership::WeightInfo for WeightInfo { // Storage: Council Members (r:0 w:1) // Storage: Council Prime (r:0 w:1) fn reset_member(m: u32, ) -> Weight { - (35_778_000 as Weight) + (35_020_000 as Weight) // Standard Error: 1_000 - .saturating_add((353_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((358_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -82,9 +82,9 @@ impl membership::WeightInfo for WeightInfo { // Storage: Council Members (r:0 w:1) // Storage: Council Prime (r:0 w:1) fn change_key(m: u32, ) -> Weight { - (36_770_000 as Weight) - // Standard Error: 0 - .saturating_add((158_000 as Weight).saturating_mul(m as Weight)) + (36_301_000 as Weight) + // Standard Error: 1_000 + .saturating_add((163_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } @@ -92,16 +92,16 @@ impl membership::WeightInfo for WeightInfo { // Storage: CouncilMembership Prime (r:0 w:1) // Storage: Council Prime (r:0 w:1) fn set_prime(m: u32, ) -> Weight { - (9_744_000 as Weight) + (9_647_000 as Weight) // Standard Error: 0 - .saturating_add((115_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((112_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: CouncilMembership Prime (r:0 w:1) // Storage: Council Prime (r:0 w:1) fn clear_prime(m: u32, ) -> Weight { - (3_566_000 as Weight) + (3_507_000 as Weight) // Standard Error: 0 .saturating_add((2_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) diff --git a/runtime/composable/src/weights/scheduler.rs b/runtime/composable/src/weights/scheduler.rs index 782332fcd4e..2444b615831 100644 --- a/runtime/composable/src/weights/scheduler.rs +++ b/runtime/composable/src/weights/scheduler.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `scheduler` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("composable-dev"), DB CACHE: 1024 // Executed Command: @@ -34,9 +34,9 @@ impl scheduler::WeightInfo for WeightInfo { // Storage: Preimage StatusFor (r:1 w:1) // Storage: Scheduler Lookup (r:0 w:1) fn on_initialize_periodic_named_resolved(s: u32, ) -> Weight { - (15_391_000 as Weight) - // Standard Error: 30_000 - .saturating_add((45_750_000 as Weight).saturating_mul(s as Weight)) + (14_905_000 as Weight) + // Standard Error: 56_000 + .saturating_add((45_343_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -47,9 +47,9 @@ impl scheduler::WeightInfo for WeightInfo { // Storage: Preimage StatusFor (r:1 w:1) // Storage: Scheduler Lookup (r:0 w:1) fn on_initialize_named_resolved(s: u32, ) -> Weight { - (11_487_000 as Weight) - // Standard Error: 31_000 - .saturating_add((35_345_000 as Weight).saturating_mul(s as Weight)) + (11_917_000 as Weight) + // Standard Error: 35_000 + .saturating_add((35_404_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -59,9 +59,9 @@ impl scheduler::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:1 w:1) // Storage: Preimage StatusFor (r:1 w:1) fn on_initialize_periodic_resolved(s: u32, ) -> Weight { - (12_396_000 as Weight) - // Standard Error: 33_000 - .saturating_add((39_056_000 as Weight).saturating_mul(s as Weight)) + (14_519_000 as Weight) + // Standard Error: 53_000 + .saturating_add((38_989_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -71,9 +71,9 @@ impl scheduler::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:1 w:1) // Storage: Preimage StatusFor (r:1 w:1) fn on_initialize_resolved(s: u32, ) -> Weight { - (10_525_000 as Weight) - // Standard Error: 33_000 - .saturating_add((32_566_000 as Weight).saturating_mul(s as Weight)) + (10_860_000 as Weight) + // Standard Error: 26_000 + .saturating_add((32_568_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -83,9 +83,9 @@ impl scheduler::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:1 w:0) // Storage: Scheduler Lookup (r:0 w:1) fn on_initialize_named_aborted(s: u32, ) -> Weight { - (12_392_000 as Weight) + (13_436_000 as Weight) // Standard Error: 16_000 - .saturating_add((14_933_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((14_536_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) @@ -94,9 +94,9 @@ impl scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:2 w:2) // Storage: Preimage PreimageFor (r:1 w:0) fn on_initialize_aborted(s: u32, ) -> Weight { - (13_858_000 as Weight) - // Standard Error: 15_000 - .saturating_add((8_631_000 as Weight).saturating_mul(s as Weight)) + (15_220_000 as Weight) + // Standard Error: 12_000 + .saturating_add((8_540_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) @@ -104,9 +104,9 @@ impl scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:2 w:2) // Storage: Scheduler Lookup (r:0 w:1) fn on_initialize_periodic_named(s: u32, ) -> Weight { - (24_702_000 as Weight) - // Standard Error: 24_000 - .saturating_add((22_868_000 as Weight).saturating_mul(s as Weight)) + (23_540_000 as Weight) + // Standard Error: 20_000 + .saturating_add((22_615_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -114,9 +114,9 @@ impl scheduler::WeightInfo for WeightInfo { } // Storage: Scheduler Agenda (r:2 w:2) fn on_initialize_periodic(s: u32, ) -> Weight { - (21_732_000 as Weight) - // Standard Error: 17_000 - .saturating_add((16_584_000 as Weight).saturating_mul(s as Weight)) + (20_291_000 as Weight) + // Standard Error: 20_000 + .saturating_add((16_426_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -125,53 +125,53 @@ impl scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) // Storage: Scheduler Lookup (r:0 w:1) fn on_initialize_named(s: u32, ) -> Weight { - (22_252_000 as Weight) - // Standard Error: 12_000 - .saturating_add((12_766_000 as Weight).saturating_mul(s as Weight)) + (23_854_000 as Weight) + // Standard Error: 17_000 + .saturating_add((12_873_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) } // Storage: Scheduler Agenda (r:1 w:1) fn on_initialize(s: u32, ) -> Weight { - (20_696_000 as Weight) - // Standard Error: 12_000 - .saturating_add((10_193_000 as Weight).saturating_mul(s as Weight)) + (19_709_000 as Weight) + // Standard Error: 15_000 + .saturating_add((10_448_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Scheduler Agenda (r:1 w:1) fn schedule(s: u32, ) -> Weight { - (30_422_000 as Weight) - // Standard Error: 2_000 - .saturating_add((145_000 as Weight).saturating_mul(s as Weight)) + (30_588_000 as Weight) + // Standard Error: 5_000 + .saturating_add((155_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Scheduler Agenda (r:1 w:1) // Storage: Scheduler Lookup (r:0 w:1) fn cancel(s: u32, ) -> Weight { - (30_538_000 as Weight) + (29_694_000 as Weight) // Standard Error: 4_000 - .saturating_add((1_676_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((1_681_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Scheduler Lookup (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:1) fn schedule_named(s: u32, ) -> Weight { - (37_029_000 as Weight) - // Standard Error: 4_000 - .saturating_add((205_000 as Weight).saturating_mul(s as Weight)) + (36_960_000 as Weight) + // Standard Error: 3_000 + .saturating_add((167_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Scheduler Lookup (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:1) fn cancel_named(s: u32, ) -> Weight { - (34_392_000 as Weight) - // Standard Error: 5_000 - .saturating_add((1_681_000 as Weight).saturating_mul(s as Weight)) + (33_002_000 as Weight) + // Standard Error: 6_000 + .saturating_add((1_747_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/runtime/composable/src/weights/session.rs b/runtime/composable/src/weights/session.rs index f09473a8403..61955d65b5b 100644 --- a/runtime/composable/src/weights/session.rs +++ b/runtime/composable/src/weights/session.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `session` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("composable-dev"), DB CACHE: 1024 // Executed Command: @@ -32,14 +32,14 @@ impl session::WeightInfo for WeightInfo { // Storage: Session NextKeys (r:1 w:1) // Storage: Session KeyOwner (r:1 w:1) fn set_keys() -> Weight { - (31_320_000 as Weight) + (30_112_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Session NextKeys (r:1 w:1) // Storage: Session KeyOwner (r:0 w:1) fn purge_keys() -> Weight { - (22_060_000 as Weight) + (21_336_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/runtime/composable/src/weights/timestamp.rs b/runtime/composable/src/weights/timestamp.rs index 68b6288f318..ebb9cbe9d30 100644 --- a/runtime/composable/src/weights/timestamp.rs +++ b/runtime/composable/src/weights/timestamp.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("composable-dev"), DB CACHE: 1024 // Executed Command: @@ -32,11 +32,11 @@ impl timestamp::WeightInfo for WeightInfo { // Storage: Timestamp Now (r:1 w:1) // Storage: Aura CurrentSlot (r:1 w:0) fn set() -> Weight { - (12_545_000 as Weight) + (14_092_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn on_finalize() -> Weight { - (5_859_000 as Weight) + (6_718_000 as Weight) } } diff --git a/runtime/composable/src/weights/treasury.rs b/runtime/composable/src/weights/treasury.rs index 1843564e7be..362c61c275b 100644 --- a/runtime/composable/src/weights/treasury.rs +++ b/runtime/composable/src/weights/treasury.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `treasury` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("composable-dev"), DB CACHE: 1024 // Executed Command: @@ -32,23 +32,23 @@ impl treasury::WeightInfo for WeightInfo { // Storage: Treasury ProposalCount (r:1 w:1) // Storage: Treasury Proposals (r:0 w:1) fn propose_spend() -> Weight { - (47_659_000 as Weight) + (46_724_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Treasury Proposals (r:1 w:1) // Storage: System Account (r:2 w:2) fn reject_proposal() -> Weight { - (72_917_000 as Weight) + (71_520_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: Treasury Proposals (r:1 w:0) // Storage: Treasury Approvals (r:1 w:1) fn approve_proposal(p: u32, ) -> Weight { - (15_436_000 as Weight) + (14_992_000 as Weight) // Standard Error: 5_000 - .saturating_add((256_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((268_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -56,9 +56,9 @@ impl treasury::WeightInfo for WeightInfo { // Storage: Treasury Approvals (r:1 w:1) // Storage: Treasury Proposals (r:1 w:1) fn on_initialize_proposals(p: u32, ) -> Weight { - (64_463_000 as Weight) - // Standard Error: 44_000 - .saturating_add((66_372_000 as Weight).saturating_mul(p as Weight)) + (64_464_000 as Weight) + // Standard Error: 139_000 + .saturating_add((66_581_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(p as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) diff --git a/runtime/composable/src/weights/utility.rs b/runtime/composable/src/weights/utility.rs index 278e285b20b..5dc7455a93a 100644 --- a/runtime/composable/src/weights/utility.rs +++ b/runtime/composable/src/weights/utility.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("composable-dev"), DB CACHE: 1024 // Executed Command: @@ -30,19 +30,19 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl utility::WeightInfo for WeightInfo { fn batch(c: u32, ) -> Weight { - (21_114_000 as Weight) - // Standard Error: 2_000 - .saturating_add((6_303_000 as Weight).saturating_mul(c as Weight)) + (49_130_000 as Weight) + // Standard Error: 5_000 + .saturating_add((6_190_000 as Weight).saturating_mul(c as Weight)) } fn as_derivative() -> Weight { - (4_762_000 as Weight) + (4_805_000 as Weight) } fn batch_all(c: u32, ) -> Weight { - (24_604_000 as Weight) - // Standard Error: 4_000 - .saturating_add((6_880_000 as Weight).saturating_mul(c as Weight)) + (28_897_000 as Weight) + // Standard Error: 10_000 + .saturating_add((6_833_000 as Weight).saturating_mul(c as Weight)) } fn dispatch_as() -> Weight { - (18_765_000 as Weight) + (17_456_000 as Weight) } } diff --git a/runtime/dali/src/weights/balances.rs b/runtime/dali/src/weights/balances.rs index 06fd70382ae..fa6645ac6e0 100644 --- a/runtime/dali/src/weights/balances.rs +++ b/runtime/dali/src/weights/balances.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -31,43 +31,43 @@ pub struct WeightInfo(PhantomData); impl balances::WeightInfo for WeightInfo { // Storage: System Account (r:2 w:2) fn transfer() -> Weight { - (103_863_000 as Weight) + (100_653_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: System Account (r:1 w:1) fn transfer_keep_alive() -> Weight { - (63_168_000 as Weight) + (61_112_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: System Account (r:1 w:1) fn set_balance_creating() -> Weight { - (39_912_000 as Weight) + (37_122_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: System Account (r:1 w:1) fn set_balance_killing() -> Weight { - (45_411_000 as Weight) + (43_600_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: System Account (r:3 w:3) fn force_transfer() -> Weight { - (102_137_000 as Weight) + (101_452_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: System Account (r:1 w:1) fn transfer_all() -> Weight { - (74_729_000 as Weight) + (73_835_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: System Account (r:1 w:1) fn force_unreserve() -> Weight { - (35_160_000 as Weight) + (34_366_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } diff --git a/runtime/dali/src/weights/bonded_finance.rs b/runtime/dali/src/weights/bonded_finance.rs index b72a72f9485..849e1349521 100644 --- a/runtime/dali/src/weights/bonded_finance.rs +++ b/runtime/dali/src/weights/bonded_finance.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `bonded_finance` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -30,29 +30,29 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl bonded_finance::WeightInfo for WeightInfo { // Storage: BondedFinance BondOfferCount (r:1 w:1) - // Storage: System Account (r:1 w:1) + // Storage: System Account (r:2 w:2) // Storage: Tokens Accounts (r:2 w:2) // Storage: BondedFinance BondOffers (r:0 w:1) fn offer() -> Weight { - (125_622_000 as Weight) - .saturating_add(T::DbWeight::get().reads(4 as Weight)) - .saturating_add(T::DbWeight::get().writes(5 as Weight)) + (123_761_000 as Weight) + .saturating_add(T::DbWeight::get().reads(5 as Weight)) + .saturating_add(T::DbWeight::get().writes(6 as Weight)) } // Storage: BondedFinance BondOffers (r:1 w:1) + // Storage: Tokens Accounts (r:4 w:4) + // Storage: System Account (r:2 w:2) // Storage: Vesting VestingSchedules (r:2 w:2) - // Storage: Tokens Accounts (r:3 w:3) - // Storage: System Account (r:1 w:1) // Storage: Tokens Locks (r:2 w:2) fn bond() -> Weight { - (185_810_000 as Weight) - .saturating_add(T::DbWeight::get().reads(9 as Weight)) - .saturating_add(T::DbWeight::get().writes(9 as Weight)) + (246_647_000 as Weight) + .saturating_add(T::DbWeight::get().reads(11 as Weight)) + .saturating_add(T::DbWeight::get().writes(11 as Weight)) } // Storage: BondedFinance BondOffers (r:1 w:1) - // Storage: System Account (r:1 w:1) + // Storage: System Account (r:2 w:2) fn cancel() -> Weight { - (76_181_000 as Weight) - .saturating_add(T::DbWeight::get().reads(2 as Weight)) - .saturating_add(T::DbWeight::get().writes(2 as Weight)) + (75_640_000 as Weight) + .saturating_add(T::DbWeight::get().reads(3 as Weight)) + .saturating_add(T::DbWeight::get().writes(3 as Weight)) } } diff --git a/runtime/dali/src/weights/collator_selection.rs b/runtime/dali/src/weights/collator_selection.rs index 8ed5f07dd5f..340e2938b74 100644 --- a/runtime/dali/src/weights/collator_selection.rs +++ b/runtime/dali/src/weights/collator_selection.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `collator_selection` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -32,20 +32,20 @@ impl collator_selection::WeightInfo for WeightInfo { // Storage: Session NextKeys (r:1 w:0) // Storage: CollatorSelection Invulnerables (r:0 w:1) fn set_invulnerables(b: u32, ) -> Weight { - (19_109_000 as Weight) - // Standard Error: 8_000 - .saturating_add((7_186_000 as Weight).saturating_mul(b as Weight)) + (18_935_000 as Weight) + // Standard Error: 7_000 + .saturating_add((7_104_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(b as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: CollatorSelection DesiredCandidates (r:0 w:1) fn set_desired_candidates() -> Weight { - (19_402_000 as Weight) + (18_630_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: CollatorSelection CandidacyBond (r:0 w:1) fn set_candidacy_bond() -> Weight { - (19_744_000 as Weight) + (18_800_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: CollatorSelection Candidates (r:1 w:1) @@ -55,18 +55,18 @@ impl collator_selection::WeightInfo for WeightInfo { // Storage: CollatorSelection CandidacyBond (r:1 w:0) // Storage: CollatorSelection LastAuthoredBlock (r:0 w:1) fn register_as_candidate(c: u32, ) -> Weight { - (124_015_000 as Weight) - // Standard Error: 3_000 - .saturating_add((293_000 as Weight).saturating_mul(c as Weight)) + (116_433_000 as Weight) + // Standard Error: 4_000 + .saturating_add((320_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: CollatorSelection Candidates (r:1 w:1) // Storage: CollatorSelection LastAuthoredBlock (r:0 w:1) fn leave_intent(c: u32, ) -> Weight { - (138_101_000 as Weight) + (138_119_000 as Weight) // Standard Error: 4_000 - .saturating_add((344_000 as Weight).saturating_mul(c as Weight)) + .saturating_add((346_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -74,7 +74,7 @@ impl collator_selection::WeightInfo for WeightInfo { // Storage: System BlockWeight (r:1 w:1) // Storage: CollatorSelection LastAuthoredBlock (r:0 w:1) fn note_author() -> Weight { - (75_906_000 as Weight) + (75_997_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } @@ -85,10 +85,10 @@ impl collator_selection::WeightInfo for WeightInfo { // Storage: System BlockWeight (r:1 w:1) fn new_session(r: u32, c: u32, ) -> Weight { (0 as Weight) - // Standard Error: 5_594_000 - .saturating_add((28_312_000 as Weight).saturating_mul(r as Weight)) - // Standard Error: 5_594_000 - .saturating_add((147_683_000 as Weight).saturating_mul(c as Weight)) + // Standard Error: 5_591_000 + .saturating_add((28_281_000 as Weight).saturating_mul(r as Weight)) + // Standard Error: 5_591_000 + .saturating_add((147_447_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(c as Weight))) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(r as Weight))) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(c as Weight))) diff --git a/runtime/dali/src/weights/collective.rs b/runtime/dali/src/weights/collective.rs index b647edeaab1..7ff28712d72 100644 --- a/runtime/dali/src/weights/collective.rs +++ b/runtime/dali/src/weights/collective.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -35,12 +35,12 @@ impl collective::WeightInfo for WeightInfo { // Storage: Council Prime (r:0 w:1) fn set_members(m: u32, n: u32, p: u32, ) -> Weight { (0 as Weight) - // Standard Error: 57_000 - .saturating_add((24_507_000 as Weight).saturating_mul(m as Weight)) - // Standard Error: 57_000 - .saturating_add((148_000 as Weight).saturating_mul(n as Weight)) - // Standard Error: 57_000 - .saturating_add((30_896_000 as Weight).saturating_mul(p as Weight)) + // Standard Error: 120_000 + .saturating_add((28_692_000 as Weight).saturating_mul(m as Weight)) + // Standard Error: 120_000 + .saturating_add((361_000 as Weight).saturating_mul(n as Weight)) + // Standard Error: 120_000 + .saturating_add((34_658_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(p as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) @@ -49,22 +49,22 @@ impl collective::WeightInfo for WeightInfo { // Storage: Council Members (r:1 w:0) // Storage: CallFilter DisabledCalls (r:1 w:0) fn execute(b: u32, m: u32, ) -> Weight { - (33_528_000 as Weight) + (31_974_000 as Weight) // Standard Error: 0 .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) - // Standard Error: 0 - .saturating_add((126_000 as Weight).saturating_mul(m as Weight)) + // Standard Error: 1_000 + .saturating_add((148_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) } // Storage: Council Members (r:1 w:0) // Storage: Council ProposalOf (r:1 w:0) // Storage: CallFilter DisabledCalls (r:1 w:0) fn propose_execute(b: u32, m: u32, ) -> Weight { - (38_469_000 as Weight) - // Standard Error: 0 - .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) + (35_661_000 as Weight) // Standard Error: 0 - .saturating_add((229_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((5_000 as Weight).saturating_mul(b as Weight)) + // Standard Error: 1_000 + .saturating_add((251_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) } // Storage: Council Members (r:1 w:0) @@ -73,22 +73,22 @@ impl collective::WeightInfo for WeightInfo { // Storage: Council ProposalCount (r:1 w:1) // Storage: Council Voting (r:0 w:1) fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { - (40_282_000 as Weight) + (32_868_000 as Weight) // Standard Error: 0 - .saturating_add((16_000 as Weight).saturating_mul(b as Weight)) + .saturating_add((17_000 as Weight).saturating_mul(b as Weight)) // Standard Error: 3_000 - .saturating_add((124_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((174_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 3_000 - .saturating_add((530_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((568_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } // Storage: Council Members (r:1 w:0) // Storage: Council Voting (r:1 w:1) fn vote(m: u32, ) -> Weight { - (61_729_000 as Weight) + (61_045_000 as Weight) // Standard Error: 3_000 - .saturating_add((304_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((318_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -97,11 +97,11 @@ impl collective::WeightInfo for WeightInfo { // Storage: Council Proposals (r:1 w:1) // Storage: Council ProposalOf (r:0 w:1) fn close_early_disapproved(m: u32, p: u32, ) -> Weight { - (54_174_000 as Weight) + (52_799_000 as Weight) // Standard Error: 3_000 - .saturating_add((270_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((274_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 3_000 - .saturating_add((429_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((441_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -111,13 +111,13 @@ impl collective::WeightInfo for WeightInfo { // Storage: CallFilter DisabledCalls (r:1 w:0) // Storage: Council Proposals (r:1 w:1) fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { - (62_266_000 as Weight) - // Standard Error: 0 - .saturating_add((13_000 as Weight).saturating_mul(b as Weight)) - // Standard Error: 4_000 - .saturating_add((330_000 as Weight).saturating_mul(m as Weight)) - // Standard Error: 4_000 - .saturating_add((623_000 as Weight).saturating_mul(p as Weight)) + (26_015_000 as Weight) + // Standard Error: 2_000 + .saturating_add((30_000 as Weight).saturating_mul(b as Weight)) + // Standard Error: 19_000 + .saturating_add((460_000 as Weight).saturating_mul(m as Weight)) + // Standard Error: 18_000 + .saturating_add((782_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -127,11 +127,11 @@ impl collective::WeightInfo for WeightInfo { // Storage: Council Proposals (r:1 w:1) // Storage: Council ProposalOf (r:0 w:1) fn close_disapproved(m: u32, p: u32, ) -> Weight { - (54_214_000 as Weight) - // Standard Error: 11_000 - .saturating_add((299_000 as Weight).saturating_mul(m as Weight)) - // Standard Error: 10_000 - .saturating_add((507_000 as Weight).saturating_mul(p as Weight)) + (59_904_000 as Weight) + // Standard Error: 3_000 + .saturating_add((271_000 as Weight).saturating_mul(m as Weight)) + // Standard Error: 3_000 + .saturating_add((440_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -142,13 +142,13 @@ impl collective::WeightInfo for WeightInfo { // Storage: CallFilter DisabledCalls (r:1 w:0) // Storage: Council Proposals (r:1 w:1) fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { - (61_250_000 as Weight) + (58_101_000 as Weight) // Standard Error: 0 - .saturating_add((14_000 as Weight).saturating_mul(b as Weight)) + .saturating_add((15_000 as Weight).saturating_mul(b as Weight)) // Standard Error: 4_000 - .saturating_add((378_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((390_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 4_000 - .saturating_add((623_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((651_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(6 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -156,9 +156,9 @@ impl collective::WeightInfo for WeightInfo { // Storage: Council Voting (r:0 w:1) // Storage: Council ProposalOf (r:0 w:1) fn disapprove_proposal(p: u32, ) -> Weight { - (34_050_000 as Weight) + (32_494_000 as Weight) // Standard Error: 2_000 - .saturating_add((484_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((521_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } diff --git a/runtime/dali/src/weights/currency_factory.rs b/runtime/dali/src/weights/currency_factory.rs index 1c71ac40843..5da82d6b2cd 100644 --- a/runtime/dali/src/weights/currency_factory.rs +++ b/runtime/dali/src/weights/currency_factory.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `currency_factory` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -31,7 +31,7 @@ pub struct WeightInfo(PhantomData); impl currency_factory::WeightInfo for WeightInfo { // Storage: CurrencyFactory AssetIdRanges (r:1 w:1) fn add_range() -> Weight { - (24_667_000 as Weight) + (26_671_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } diff --git a/runtime/dali/src/weights/curve_amm.rs b/runtime/dali/src/weights/curve_amm.rs index fe79c881302..8ccfb0423b7 100644 --- a/runtime/dali/src/weights/curve_amm.rs +++ b/runtime/dali/src/weights/curve_amm.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `curve_amm` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -33,7 +33,7 @@ impl curve_amm::WeightInfo for WeightInfo { // Storage: StableSwapDex PoolCount (r:1 w:1) // Storage: StableSwapDex Pools (r:0 w:1) fn create() -> Weight { - (34_602_000 as Weight) + (34_099_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -42,7 +42,7 @@ impl curve_amm::WeightInfo for WeightInfo { // Storage: Tokens TotalIssuance (r:1 w:1) // Storage: System Account (r:1 w:1) fn add_liquidity() -> Weight { - (181_998_000 as Weight) + (182_669_000 as Weight) .saturating_add(T::DbWeight::get().reads(8 as Weight)) .saturating_add(T::DbWeight::get().writes(7 as Weight)) } @@ -51,7 +51,7 @@ impl curve_amm::WeightInfo for WeightInfo { // Storage: Tokens TotalIssuance (r:1 w:1) // Storage: System Account (r:1 w:0) fn remove_liquidity() -> Weight { - (125_519_000 as Weight) + (127_551_000 as Weight) .saturating_add(T::DbWeight::get().reads(8 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } @@ -59,7 +59,7 @@ impl curve_amm::WeightInfo for WeightInfo { // Storage: Tokens Accounts (r:5 w:5) // Storage: System Account (r:2 w:1) fn buy() -> Weight { - (334_669_000 as Weight) + (332_631_000 as Weight) .saturating_add(T::DbWeight::get().reads(8 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } @@ -67,7 +67,7 @@ impl curve_amm::WeightInfo for WeightInfo { // Storage: Tokens Accounts (r:5 w:5) // Storage: System Account (r:2 w:1) fn sell() -> Weight { - (237_375_000 as Weight) + (233_109_000 as Weight) .saturating_add(T::DbWeight::get().reads(8 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } @@ -75,7 +75,7 @@ impl curve_amm::WeightInfo for WeightInfo { // Storage: Tokens Accounts (r:5 w:5) // Storage: System Account (r:2 w:1) fn swap() -> Weight { - (230_983_000 as Weight) + (227_400_000 as Weight) .saturating_add(T::DbWeight::get().reads(8 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } diff --git a/runtime/dali/src/weights/democracy.rs b/runtime/dali/src/weights/democracy.rs index ed12b669ce5..943843a7698 100644 --- a/runtime/dali/src/weights/democracy.rs +++ b/runtime/dali/src/weights/democracy.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `democracy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -34,15 +34,13 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy Blacklist (r:1 w:0) // Storage: Democracy DepositOf (r:0 w:1) fn propose() -> Weight { - (98_718_000 as Weight) + (190_934_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: Democracy DepositOf (r:1 w:1) - fn second(s: u32, ) -> Weight { - (59_009_000 as Weight) - // Standard Error: 3_000 - .saturating_add((296_000 as Weight).saturating_mul(s as Weight)) + fn second(_s: u32, ) -> Weight { + (135_075_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -50,9 +48,9 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vote_new(r: u32, ) -> Weight { - (73_265_000 as Weight) + (72_527_000 as Weight) // Standard Error: 3_000 - .saturating_add((304_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((319_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -60,16 +58,16 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vote_existing(r: u32, ) -> Weight { - (72_923_000 as Weight) + (73_286_000 as Weight) // Standard Error: 3_000 - .saturating_add((320_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((299_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy Cancellations (r:1 w:1) fn emergency_cancel() -> Weight { - (34_456_000 as Weight) + (36_040_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -80,45 +78,45 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy DepositOf (r:1 w:1) // Storage: System Account (r:2 w:2) fn blacklist(p: u32, ) -> Weight { - (112_568_000 as Weight) + (110_992_000 as Weight) // Standard Error: 8_000 - .saturating_add((671_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((718_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(6 as Weight)) .saturating_add(T::DbWeight::get().writes(7 as Weight)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy Blacklist (r:1 w:0) fn external_propose(v: u32, ) -> Weight { - (17_247_000 as Weight) + (17_040_000 as Weight) // Standard Error: 0 - .saturating_add((118_000 as Weight).saturating_mul(v as Weight)) + .saturating_add((126_000 as Weight).saturating_mul(v as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Democracy NextExternal (r:0 w:1) fn external_propose_majority() -> Weight { - (3_320_000 as Weight) + (3_354_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Democracy NextExternal (r:0 w:1) fn external_propose_default() -> Weight { - (3_253_000 as Weight) + (3_452_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // 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 { - (35_310_000 as Weight) + (34_476_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy Blacklist (r:1 w:1) fn veto_external(v: u32, ) -> Weight { - (37_249_000 as Weight) + (36_531_000 as Weight) // Standard Error: 1_000 - .saturating_add((147_000 as Weight).saturating_mul(v as Weight)) + .saturating_add((150_000 as Weight).saturating_mul(v as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -126,23 +124,23 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy DepositOf (r:1 w:1) // Storage: System Account (r:2 w:2) fn cancel_proposal(p: u32, ) -> Weight { - (84_272_000 as Weight) + (82_581_000 as Weight) // Standard Error: 4_000 - .saturating_add((660_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((697_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } // Storage: Democracy ReferendumInfoOf (r:0 w:1) fn cancel_referendum() -> Weight { - (21_652_000 as Weight) + (21_148_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Scheduler Lookup (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:1) fn cancel_queued(r: u32, ) -> Weight { - (42_865_000 as Weight) - // Standard Error: 4_000 - .saturating_add((2_198_000 as Weight).saturating_mul(r as Weight)) + (41_219_000 as Weight) + // Standard Error: 5_000 + .saturating_add((2_427_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -150,9 +148,9 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumCount (r:1 w:0) // Storage: Democracy ReferendumInfoOf (r:1 w:0) fn on_initialize_base(r: u32, ) -> Weight { - (5_361_000 as Weight) + (5_387_000 as Weight) // Standard Error: 6_000 - .saturating_add((6_903_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((6_789_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(r as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -164,9 +162,9 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy PublicProps (r:1 w:0) // Storage: Democracy ReferendumInfoOf (r:1 w:0) fn on_initialize_base_with_launch_period(r: u32, ) -> Weight { - (14_800_000 as Weight) + (14_382_000 as Weight) // Standard Error: 7_000 - .saturating_add((6_930_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((6_815_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(r as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -175,9 +173,9 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn delegate(r: u32, ) -> Weight { - (69_073_000 as Weight) + (68_734_000 as Weight) // Standard Error: 9_000 - .saturating_add((9_157_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((9_062_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(r as Weight))) .saturating_add(T::DbWeight::get().writes(4 as Weight)) @@ -186,9 +184,9 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:2 w:2) // Storage: Democracy ReferendumInfoOf (r:1 w:1) fn undelegate(r: u32, ) -> Weight { - (29_953_000 as Weight) + (29_425_000 as Weight) // Standard Error: 9_000 - .saturating_add((9_192_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((9_118_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(r as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) @@ -196,12 +194,12 @@ impl democracy::WeightInfo for WeightInfo { } // Storage: Democracy PublicProps (r:0 w:1) fn clear_public_proposals() -> Weight { - (3_557_000 as Weight) + (3_782_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Democracy Preimages (r:1 w:1) fn note_preimage(b: u32, ) -> Weight { - (52_590_000 as Weight) + (52_760_000 as Weight) // Standard Error: 0 .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) @@ -209,7 +207,7 @@ impl democracy::WeightInfo for WeightInfo { } // Storage: Democracy Preimages (r:1 w:1) fn note_imminent_preimage(b: u32, ) -> Weight { - (36_115_000 as Weight) + (35_806_000 as Weight) // Standard Error: 0 .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) @@ -218,9 +216,9 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy Preimages (r:1 w:1) // Storage: System Account (r:1 w:0) fn reap_preimage(b: u32, ) -> Weight { - (52_309_000 as Weight) + (51_123_000 as Weight) // Standard Error: 0 - .saturating_add((2_000 as Weight).saturating_mul(b as Weight)) + .saturating_add((1_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -228,9 +226,9 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Balances Locks (r:1 w:1) // Storage: System Account (r:1 w:1) fn unlock_remove(r: u32, ) -> Weight { - (47_802_000 as Weight) - // Standard Error: 3_000 - .saturating_add((161_000 as Weight).saturating_mul(r as Weight)) + (47_498_000 as Weight) + // Standard Error: 2_000 + .saturating_add((138_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -238,27 +236,27 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Balances Locks (r:1 w:1) // Storage: System Account (r:1 w:1) fn unlock_set(r: u32, ) -> Weight { - (45_639_000 as Weight) - // Standard Error: 3_000 - .saturating_add((288_000 as Weight).saturating_mul(r as Weight)) + (44_503_000 as Weight) + // Standard Error: 2_000 + .saturating_add((303_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy VotingOf (r:1 w:1) fn remove_vote(r: u32, ) -> Weight { - (24_957_000 as Weight) - // Standard Error: 3_000 - .saturating_add((302_000 as Weight).saturating_mul(r as Weight)) + (25_797_000 as Weight) + // Standard Error: 2_000 + .saturating_add((249_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy VotingOf (r:1 w:1) fn remove_other_vote(r: u32, ) -> Weight { - (26_602_000 as Weight) - // Standard Error: 3_000 - .saturating_add((290_000 as Weight).saturating_mul(r as Weight)) + (26_548_000 as Weight) + // Standard Error: 2_000 + .saturating_add((257_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/runtime/dali/src/weights/dutch_auction.rs b/runtime/dali/src/weights/dutch_auction.rs index c514465a469..e6a7a7d4258 100644 --- a/runtime/dali/src/weights/dutch_auction.rs +++ b/runtime/dali/src/weights/dutch_auction.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `dutch_auction` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -35,7 +35,7 @@ impl dutch_auction::WeightInfo for WeightInfo { // Storage: Tokens Accounts (r:1 w:1) // Storage: DutchAuction SellOrders (r:0 w:1) fn ask() -> Weight { - (93_997_000 as Weight) + (97_376_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } @@ -44,7 +44,7 @@ impl dutch_auction::WeightInfo for WeightInfo { // Storage: Tokens Accounts (r:1 w:1) // Storage: DutchAuction Takes (r:1 w:1) fn take() -> Weight { - (54_697_000 as Weight) + (58_100_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -52,7 +52,7 @@ impl dutch_auction::WeightInfo for WeightInfo { // Storage: Tokens Accounts (r:1 w:1) // Storage: System Account (r:1 w:1) fn liquidate() -> Weight { - (81_026_000 as Weight) + (85_779_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -60,7 +60,7 @@ impl dutch_auction::WeightInfo for WeightInfo { // Storage: DutchAuction SellOrders (r:1 w:1) // Storage: Tokens Accounts (r:2 w:2) fn known_overhead_for_on_finalize() -> Weight { - (88_983_000 as Weight) + (94_732_000 as Weight) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } diff --git a/runtime/dali/src/weights/frame_system.rs b/runtime/dali/src/weights/frame_system.rs index 3d829008d28..6ac4ea3ccee 100644 --- a/runtime/dali/src/weights/frame_system.rs +++ b/runtime/dali/src/weights/frame_system.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `frame_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -37,12 +37,12 @@ impl frame_system::WeightInfo for WeightInfo { fn remark_with_event(b: u32, ) -> Weight { (0 as Weight) // Standard Error: 0 - .saturating_add((2_000 as Weight).saturating_mul(b as Weight)) + .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) } // Storage: System Digest (r:1 w:1) // Storage: unknown [0x3a686561707061676573] (r:0 w:1) fn set_heap_pages() -> Weight { - (6_660_000 as Weight) + (6_583_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -50,21 +50,21 @@ impl frame_system::WeightInfo for WeightInfo { fn set_storage(i: u32, ) -> Weight { (0 as Weight) // Standard Error: 1_000 - .saturating_add((955_000 as Weight).saturating_mul(i as Weight)) + .saturating_add((1_030_000 as Weight).saturating_mul(i as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(i as Weight))) } // Storage: Skipped Metadata (r:0 w:0) fn kill_storage(i: u32, ) -> Weight { - (1_368_000 as Weight) + (0 as Weight) // Standard Error: 1_000 - .saturating_add((642_000 as Weight).saturating_mul(i as Weight)) + .saturating_add((660_000 as Weight).saturating_mul(i as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(i as Weight))) } // Storage: Skipped Metadata (r:0 w:0) fn kill_prefix(p: u32, ) -> Weight { (0 as Weight) // Standard Error: 2_000 - .saturating_add((1_380_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((1_366_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(p as Weight))) } } diff --git a/runtime/dali/src/weights/identity.rs b/runtime/dali/src/weights/identity.rs index 8c7e79b9c26..3884a9a8973 100644 --- a/runtime/dali/src/weights/identity.rs +++ b/runtime/dali/src/weights/identity.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `identity` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -31,19 +31,19 @@ pub struct WeightInfo(PhantomData); impl identity::WeightInfo for WeightInfo { // Storage: Identity Registrars (r:1 w:1) fn add_registrar(r: u32, ) -> Weight { - (28_463_000 as Weight) - // Standard Error: 61_000 - .saturating_add((516_000 as Weight).saturating_mul(r as Weight)) + (26_683_000 as Weight) + // Standard Error: 25_000 + .saturating_add((650_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Identity IdentityOf (r:1 w:1) fn set_identity(r: u32, x: u32, ) -> Weight { - (59_832_000 as Weight) - // Standard Error: 118_000 - .saturating_add((757_000 as Weight).saturating_mul(r as Weight)) - // Standard Error: 19_000 - .saturating_add((951_000 as Weight).saturating_mul(x as Weight)) + (60_131_000 as Weight) + // Standard Error: 121_000 + .saturating_add((620_000 as Weight).saturating_mul(r as Weight)) + // Standard Error: 20_000 + .saturating_add((981_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -51,9 +51,9 @@ impl identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) // Storage: Identity SuperOf (r:1 w:1) fn set_subs_new(s: u32, ) -> Weight { - (51_345_000 as Weight) + (53_443_000 as Weight) // Standard Error: 15_000 - .saturating_add((7_130_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((7_014_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -63,9 +63,9 @@ impl identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) // Storage: Identity SuperOf (r:0 w:1) fn set_subs_old(p: u32, ) -> Weight { - (52_576_000 as Weight) - // Standard Error: 13_000 - .saturating_add((2_165_000 as Weight).saturating_mul(p as Weight)) + (51_506_000 as Weight) + // Standard Error: 9_000 + .saturating_add((2_232_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(p as Weight))) @@ -74,13 +74,13 @@ impl identity::WeightInfo for WeightInfo { // Storage: Identity IdentityOf (r:1 w:1) // Storage: Identity SuperOf (r:0 w:32) fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight { - (71_386_000 as Weight) - // Standard Error: 86_000 - .saturating_add((175_000 as Weight).saturating_mul(r as Weight)) - // Standard Error: 13_000 - .saturating_add((2_083_000 as Weight).saturating_mul(s as Weight)) - // Standard Error: 13_000 - .saturating_add((396_000 as Weight).saturating_mul(x as Weight)) + (58_358_000 as Weight) + // Standard Error: 71_000 + .saturating_add((803_000 as Weight).saturating_mul(r as Weight)) + // Standard Error: 10_000 + .saturating_add((2_314_000 as Weight).saturating_mul(s as Weight)) + // Standard Error: 10_000 + .saturating_add((543_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) @@ -88,56 +88,56 @@ impl identity::WeightInfo for WeightInfo { // Storage: Identity Registrars (r:1 w:0) // Storage: Identity IdentityOf (r:1 w:1) fn request_judgement(r: u32, x: u32, ) -> Weight { - (65_864_000 as Weight) - // Standard Error: 57_000 - .saturating_add((664_000 as Weight).saturating_mul(r as Weight)) - // Standard Error: 9_000 - .saturating_add((968_000 as Weight).saturating_mul(x as Weight)) + (64_620_000 as Weight) + // Standard Error: 51_000 + .saturating_add((766_000 as Weight).saturating_mul(r as Weight)) + // Standard Error: 8_000 + .saturating_add((951_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Identity IdentityOf (r:1 w:1) fn cancel_request(r: u32, x: u32, ) -> Weight { - (59_058_000 as Weight) - // Standard Error: 45_000 - .saturating_add((559_000 as Weight).saturating_mul(r as Weight)) + (59_617_000 as Weight) + // Standard Error: 46_000 + .saturating_add((456_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 7_000 - .saturating_add((976_000 as Weight).saturating_mul(x as Weight)) + .saturating_add((989_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Identity Registrars (r:1 w:1) fn set_fee(r: u32, ) -> Weight { - (10_595_000 as Weight) - // Standard Error: 10_000 - .saturating_add((534_000 as Weight).saturating_mul(r as Weight)) + (10_660_000 as Weight) + // Standard Error: 16_000 + .saturating_add((466_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Identity Registrars (r:1 w:1) fn set_account_id(r: u32, ) -> Weight { - (11_002_000 as Weight) - // Standard Error: 14_000 - .saturating_add((487_000 as Weight).saturating_mul(r as Weight)) + (10_839_000 as Weight) + // Standard Error: 15_000 + .saturating_add((465_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Identity Registrars (r:1 w:1) fn set_fields(r: u32, ) -> Weight { - (10_978_000 as Weight) - // Standard Error: 13_000 - .saturating_add((452_000 as Weight).saturating_mul(r as Weight)) + (10_748_000 as Weight) + // Standard Error: 18_000 + .saturating_add((463_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Identity Registrars (r:1 w:0) // Storage: Identity IdentityOf (r:1 w:1) fn provide_judgement(r: u32, x: u32, ) -> Weight { - (44_812_000 as Weight) - // Standard Error: 51_000 - .saturating_add((596_000 as Weight).saturating_mul(r as Weight)) - // Standard Error: 7_000 - .saturating_add((921_000 as Weight).saturating_mul(x as Weight)) + (42_920_000 as Weight) + // Standard Error: 48_000 + .saturating_add((645_000 as Weight).saturating_mul(r as Weight)) + // Standard Error: 6_000 + .saturating_add((992_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -146,13 +146,13 @@ impl identity::WeightInfo for WeightInfo { // Storage: System Account (r:2 w:2) // Storage: Identity SuperOf (r:0 w:32) fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight { - (92_665_000 as Weight) - // Standard Error: 64_000 - .saturating_add((488_000 as Weight).saturating_mul(r as Weight)) - // Standard Error: 9_000 - .saturating_add((2_169_000 as Weight).saturating_mul(s as Weight)) - // Standard Error: 9_000 - .saturating_add((12_000 as Weight).saturating_mul(x as Weight)) + (88_412_000 as Weight) + // Standard Error: 91_000 + .saturating_add((619_000 as Weight).saturating_mul(r as Weight)) + // Standard Error: 13_000 + .saturating_add((2_302_000 as Weight).saturating_mul(s as Weight)) + // Standard Error: 13_000 + .saturating_add((51_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) @@ -161,8 +161,8 @@ impl identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:1 w:1) // Storage: Identity SubsOf (r:1 w:1) fn add_sub(s: u32, ) -> Weight { - (67_444_000 as Weight) - // Standard Error: 10_000 + (67_179_000 as Weight) + // Standard Error: 7_000 .saturating_add((389_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) @@ -170,9 +170,9 @@ impl identity::WeightInfo for WeightInfo { // Storage: Identity IdentityOf (r:1 w:0) // Storage: Identity SuperOf (r:1 w:1) fn rename_sub(s: u32, ) -> Weight { - (21_204_000 as Weight) + (20_792_000 as Weight) // Standard Error: 4_000 - .saturating_add((144_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((145_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -180,18 +180,18 @@ impl identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:1 w:1) // Storage: Identity SubsOf (r:1 w:1) fn remove_sub(s: u32, ) -> Weight { - (68_780_000 as Weight) - // Standard Error: 7_000 - .saturating_add((410_000 as Weight).saturating_mul(s as Weight)) + (68_740_000 as Weight) + // Standard Error: 9_000 + .saturating_add((392_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Identity SuperOf (r:1 w:1) // Storage: Identity SubsOf (r:1 w:1) fn quit_sub(s: u32, ) -> Weight { - (44_787_000 as Weight) - // Standard Error: 8_000 - .saturating_add((404_000 as Weight).saturating_mul(s as Weight)) + (44_997_000 as Weight) + // Standard Error: 9_000 + .saturating_add((370_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/runtime/dali/src/weights/indices.rs b/runtime/dali/src/weights/indices.rs index e3b2e5a3f10..a50b3ec6465 100644 --- a/runtime/dali/src/weights/indices.rs +++ b/runtime/dali/src/weights/indices.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `indices` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -31,33 +31,33 @@ pub struct WeightInfo(PhantomData); impl indices::WeightInfo for WeightInfo { // Storage: Indices Accounts (r:1 w:1) fn claim() -> Weight { - (48_118_000 as Weight) + (50_968_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Indices Accounts (r:1 w:1) // Storage: System Account (r:1 w:1) fn transfer() -> Weight { - (60_406_000 as Weight) + (60_052_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Indices Accounts (r:1 w:1) fn free() -> Weight { - (49_534_000 as Weight) + (49_427_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Indices Accounts (r:1 w:1) // Storage: System Account (r:1 w:1) fn force_transfer() -> Weight { - (50_337_000 as Weight) + (50_398_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Indices Accounts (r:1 w:1) fn freeze() -> Weight { - (55_672_000 as Weight) + (55_410_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } diff --git a/runtime/dali/src/weights/liquidations.rs b/runtime/dali/src/weights/liquidations.rs index 3e598c0d79a..d1547d758e3 100644 --- a/runtime/dali/src/weights/liquidations.rs +++ b/runtime/dali/src/weights/liquidations.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `liquidations` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -32,7 +32,7 @@ impl liquidations::WeightInfo for WeightInfo { // Storage: Liquidations DefaultStrategyIndex (r:1 w:0) // Storage: Liquidations Strategies (r:1 w:0) fn add_liquidation_strategy() -> Weight { - (7_733_000 as Weight) + (7_295_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) } } diff --git a/runtime/dali/src/weights/liquidity_bootstrapping.rs b/runtime/dali/src/weights/liquidity_bootstrapping.rs index ce74eec776a..962e071b41c 100644 --- a/runtime/dali/src/weights/liquidity_bootstrapping.rs +++ b/runtime/dali/src/weights/liquidity_bootstrapping.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `liquidity_bootstrapping` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -32,7 +32,7 @@ impl liquidity_bootstrapping::WeightInfo for WeightInfo // Storage: LiquidityBootstrapping PoolCount (r:1 w:1) // Storage: LiquidityBootstrapping Pools (r:0 w:1) fn create() -> Weight { - (26_548_000 as Weight) + (25_847_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -40,7 +40,7 @@ impl liquidity_bootstrapping::WeightInfo for WeightInfo // Storage: Tokens Accounts (r:4 w:4) // Storage: System Account (r:2 w:1) fn buy() -> Weight { - (141_276_000 as Weight) + (141_307_000 as Weight) .saturating_add(T::DbWeight::get().reads(7 as Weight)) .saturating_add(T::DbWeight::get().writes(5 as Weight)) } @@ -48,7 +48,7 @@ impl liquidity_bootstrapping::WeightInfo for WeightInfo // Storage: Tokens Accounts (r:4 w:4) // Storage: System Account (r:2 w:1) fn sell() -> Weight { - (125_048_000 as Weight) + (125_192_000 as Weight) .saturating_add(T::DbWeight::get().reads(7 as Weight)) .saturating_add(T::DbWeight::get().writes(5 as Weight)) } @@ -56,7 +56,7 @@ impl liquidity_bootstrapping::WeightInfo for WeightInfo // Storage: Tokens Accounts (r:4 w:4) // Storage: System Account (r:2 w:1) fn swap() -> Weight { - (137_164_000 as Weight) + (119_364_000 as Weight) .saturating_add(T::DbWeight::get().reads(7 as Weight)) .saturating_add(T::DbWeight::get().writes(5 as Weight)) } @@ -64,16 +64,16 @@ impl liquidity_bootstrapping::WeightInfo for WeightInfo // Storage: Tokens Accounts (r:4 w:4) // Storage: System Account (r:1 w:1) fn add_liquidity() -> Weight { - (124_353_000 as Weight) + (116_946_000 as Weight) .saturating_add(T::DbWeight::get().reads(6 as Weight)) .saturating_add(T::DbWeight::get().writes(5 as Weight)) } // Storage: LiquidityBootstrapping Pools (r:1 w:1) // Storage: Tokens Accounts (r:4 w:4) - // Storage: System Account (r:1 w:1) + // Storage: System Account (r:1 w:0) fn remove_liquidity() -> Weight { - (121_854_000 as Weight) + (100_444_000 as Weight) .saturating_add(T::DbWeight::get().reads(6 as Weight)) - .saturating_add(T::DbWeight::get().writes(6 as Weight)) + .saturating_add(T::DbWeight::get().writes(5 as Weight)) } } diff --git a/runtime/dali/src/weights/membership.rs b/runtime/dali/src/weights/membership.rs index 9c9ebfacf65..a5d3d51d57d 100644 --- a/runtime/dali/src/weights/membership.rs +++ b/runtime/dali/src/weights/membership.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `membership` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -34,9 +34,9 @@ impl membership::WeightInfo for WeightInfo { // Storage: Council Members (r:0 w:1) // Storage: Council Prime (r:0 w:1) fn add_member(m: u32, ) -> Weight { - (30_242_000 as Weight) - // Standard Error: 13_000 - .saturating_add((216_000 as Weight).saturating_mul(m as Weight)) + (30_348_000 as Weight) + // Standard Error: 11_000 + .saturating_add((195_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -46,9 +46,9 @@ impl membership::WeightInfo for WeightInfo { // Storage: Council Members (r:0 w:1) // Storage: Council Prime (r:0 w:1) fn remove_member(m: u32, ) -> Weight { - (38_308_000 as Weight) + (37_304_000 as Weight) // Standard Error: 0 - .saturating_add((142_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((145_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -58,9 +58,9 @@ impl membership::WeightInfo for WeightInfo { // Storage: Council Members (r:0 w:1) // Storage: Council Prime (r:0 w:1) fn swap_member(m: u32, ) -> Weight { - (38_928_000 as Weight) - // Standard Error: 0 - .saturating_add((163_000 as Weight).saturating_mul(m as Weight)) + (37_471_000 as Weight) + // Standard Error: 1_000 + .saturating_add((169_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -70,9 +70,9 @@ impl membership::WeightInfo for WeightInfo { // Storage: Council Members (r:0 w:1) // Storage: Council Prime (r:0 w:1) fn reset_member(m: u32, ) -> Weight { - (38_786_000 as Weight) + (37_886_000 as Weight) // Standard Error: 1_000 - .saturating_add((366_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((359_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -82,9 +82,9 @@ impl membership::WeightInfo for WeightInfo { // Storage: Council Members (r:0 w:1) // Storage: Council Prime (r:0 w:1) fn change_key(m: u32, ) -> Weight { - (40_083_000 as Weight) + (38_943_000 as Weight) // Standard Error: 1_000 - .saturating_add((167_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((171_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } @@ -92,18 +92,16 @@ impl membership::WeightInfo for WeightInfo { // Storage: CouncilMembership Prime (r:0 w:1) // Storage: Council Prime (r:0 w:1) fn set_prime(m: u32, ) -> Weight { - (10_696_000 as Weight) + (10_315_000 as Weight) // Standard Error: 0 - .saturating_add((113_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((121_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: CouncilMembership Prime (r:0 w:1) // Storage: Council Prime (r:0 w:1) - fn clear_prime(m: u32, ) -> Weight { - (3_883_000 as Weight) - // Standard Error: 0 - .saturating_add((2_000 as Weight).saturating_mul(m as Weight)) + fn clear_prime(_m: u32, ) -> Weight { + (3_967_000 as Weight) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } } diff --git a/runtime/dali/src/weights/mosaic.rs b/runtime/dali/src/weights/mosaic.rs index 25addead1c3..a446d6fc0d0 100644 --- a/runtime/dali/src/weights/mosaic.rs +++ b/runtime/dali/src/weights/mosaic.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `mosaic` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -31,25 +31,25 @@ pub struct WeightInfo(PhantomData); impl mosaic::WeightInfo for WeightInfo { // Storage: Mosaic Relayer (r:0 w:1) fn set_relayer() -> Weight { - (21_397_000 as Weight) + (22_905_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Mosaic Relayer (r:1 w:1) fn rotate_relayer() -> Weight { - (28_152_000 as Weight) + (29_379_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Mosaic Relayer (r:1 w:0) // Storage: Mosaic NetworkInfos (r:0 w:1) fn set_network() -> Weight { - (28_786_000 as Weight) + (30_703_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Mosaic AssetsInfo (r:1 w:1) fn set_budget() -> Weight { - (28_365_000 as Weight) + (30_390_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -61,7 +61,7 @@ impl mosaic::WeightInfo for WeightInfo { // Storage: Mosaic OutgoingTransactions (r:1 w:1) // Storage: Mosaic Nonce (r:1 w:1) fn transfer_to() -> Weight { - (121_755_000 as Weight) + (127_241_000 as Weight) .saturating_add(T::DbWeight::get().reads(8 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } @@ -70,14 +70,14 @@ impl mosaic::WeightInfo for WeightInfo { // Storage: Mosaic OutgoingTransactions (r:1 w:1) // Storage: System Account (r:1 w:1) fn accept_transfer() -> Weight { - (84_714_000 as Weight) + (83_948_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Mosaic OutgoingTransactions (r:1 w:1) // Storage: System Account (r:2 w:2) fn claim_stale_to() -> Weight { - (92_729_000 as Weight) + (92_516_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -87,13 +87,13 @@ impl mosaic::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) // Storage: Mosaic IncomingTransactions (r:1 w:1) fn timelocked_mint() -> Weight { - (94_022_000 as Weight) + (92_941_000 as Weight) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: Mosaic TimeLockPeriod (r:0 w:1) fn set_timelock_duration() -> Weight { - (2_993_000 as Weight) + (2_878_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Mosaic Relayer (r:1 w:0) @@ -101,14 +101,14 @@ impl mosaic::WeightInfo for WeightInfo { // Storage: Mosaic IncomingTransactions (r:1 w:1) // Storage: System Account (r:1 w:1) fn rescind_timelocked_mint() -> Weight { - (82_887_000 as Weight) + (82_207_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Mosaic IncomingTransactions (r:1 w:1) // Storage: System Account (r:2 w:2) fn claim_to() -> Weight { - (89_408_000 as Weight) + (89_270_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -116,7 +116,7 @@ impl mosaic::WeightInfo for WeightInfo { // Storage: Mosaic LocalToRemoteAsset (r:1 w:1) // Storage: Mosaic RemoteToLocalAsset (r:0 w:1) fn update_asset_mapping() -> Weight { - (37_094_000 as Weight) + (37_079_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/runtime/dali/src/weights/multisig.rs b/runtime/dali/src/weights/multisig.rs index 5f21aa01f07..8cfa36db7be 100644 --- a/runtime/dali/src/weights/multisig.rs +++ b/runtime/dali/src/weights/multisig.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `multisig` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -31,7 +31,7 @@ pub struct WeightInfo(PhantomData); impl multisig::WeightInfo for WeightInfo { // Storage: CallFilter DisabledCalls (r:1 w:0) fn as_multi_threshold_1(z: u32, ) -> Weight { - (14_179_000 as Weight) + (13_950_000 as Weight) // Standard Error: 0 .saturating_add((1_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) @@ -39,9 +39,9 @@ impl multisig::WeightInfo for WeightInfo { // Storage: Multisig Multisigs (r:1 w:1) // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) fn as_multi_create(s: u32, z: u32, ) -> Weight { - (66_174_000 as Weight) + (60_617_000 as Weight) // Standard Error: 148_000 - .saturating_add((170_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((1_006_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((2_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) @@ -51,9 +51,9 @@ impl multisig::WeightInfo for WeightInfo { // Storage: Multisig Calls (r:1 w:1) // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) fn as_multi_create_store(s: u32, z: u32, ) -> Weight { - (70_281_000 as Weight) - // Standard Error: 187_000 - .saturating_add((933_000 as Weight).saturating_mul(s as Weight)) + (68_359_000 as Weight) + // Standard Error: 190_000 + .saturating_add((965_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((3_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) @@ -61,9 +61,9 @@ impl multisig::WeightInfo for WeightInfo { } // Storage: Multisig Multisigs (r:1 w:1) fn as_multi_approve(s: u32, z: u32, ) -> Weight { - (39_856_000 as Weight) - // Standard Error: 143_000 - .saturating_add((493_000 as Weight).saturating_mul(s as Weight)) + (38_118_000 as Weight) + // Standard Error: 133_000 + .saturating_add((551_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((2_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) @@ -72,9 +72,9 @@ impl multisig::WeightInfo for WeightInfo { // Storage: Multisig Multisigs (r:1 w:1) // Storage: Multisig Calls (r:1 w:1) fn as_multi_approve_store(s: u32, z: u32, ) -> Weight { - (64_849_000 as Weight) + (63_680_000 as Weight) // Standard Error: 192_000 - .saturating_add((1_125_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((1_185_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((3_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) @@ -84,28 +84,26 @@ impl multisig::WeightInfo for WeightInfo { // Storage: Multisig Calls (r:1 w:1) // Storage: System Account (r:1 w:1) // Storage: CallFilter DisabledCalls (r:1 w:0) - fn as_multi_complete(s: u32, z: u32, ) -> Weight { - (91_728_000 as Weight) - // Standard Error: 191_000 - .saturating_add((771_000 as Weight).saturating_mul(s as Weight)) + fn as_multi_complete(_s: u32, z: u32, ) -> Weight { + (102_150_000 as Weight) // Standard Error: 0 - .saturating_add((4_000 as Weight).saturating_mul(z as Weight)) + .saturating_add((3_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: Multisig Multisigs (r:1 w:1) // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) fn approve_as_multi_create(s: u32, ) -> Weight { - (59_779_000 as Weight) - // Standard Error: 182_000 - .saturating_add((1_228_000 as Weight).saturating_mul(s as Weight)) + (61_010_000 as Weight) + // Standard Error: 96_000 + .saturating_add((569_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Multisig Multisigs (r:1 w:1) // Storage: Multisig Calls (r:1 w:0) fn approve_as_multi_approve(_s: u32, ) -> Weight { - (42_316_000 as Weight) + (42_018_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -113,17 +111,17 @@ impl multisig::WeightInfo for WeightInfo { // Storage: Multisig Calls (r:1 w:1) // Storage: System Account (r:1 w:1) // Storage: CallFilter DisabledCalls (r:1 w:0) - fn approve_as_multi_complete(s: u32, ) -> Weight { - (122_994_000 as Weight) - // Standard Error: 268_000 - .saturating_add((743_000 as Weight).saturating_mul(s as Weight)) + fn approve_as_multi_complete(_s: u32, ) -> Weight { + (131_323_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: Multisig Multisigs (r:1 w:1) // Storage: Multisig Calls (r:1 w:1) - fn cancel_as_multi(_s: u32, ) -> Weight { - (100_068_000 as Weight) + fn cancel_as_multi(s: u32, ) -> Weight { + (95_147_000 as Weight) + // Standard Error: 160_000 + .saturating_add((385_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/runtime/dali/src/weights/oracle.rs b/runtime/dali/src/weights/oracle.rs index 048ca08f34e..526f821bb8c 100644 --- a/runtime/dali/src/weights/oracle.rs +++ b/runtime/dali/src/weights/oracle.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `oracle` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -32,7 +32,7 @@ impl oracle::WeightInfo for WeightInfo { // Storage: Oracle AssetsCount (r:1 w:1) // Storage: Oracle AssetsInfo (r:1 w:1) fn add_asset_and_info() -> Weight { - (37_232_000 as Weight) + (30_758_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -40,7 +40,7 @@ impl oracle::WeightInfo for WeightInfo { // Storage: Oracle SignerToController (r:1 w:1) // Storage: Oracle OracleStake (r:1 w:1) fn set_signer() -> Weight { - (139_863_000 as Weight) + (110_998_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -48,7 +48,7 @@ impl oracle::WeightInfo for WeightInfo { // Storage: Oracle OracleStake (r:1 w:1) // Storage: System Account (r:1 w:1) fn add_stake() -> Weight { - (100_526_000 as Weight) + (96_941_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -56,7 +56,7 @@ impl oracle::WeightInfo for WeightInfo { // Storage: Oracle OracleStake (r:1 w:1) // Storage: Oracle DeclaredWithdraws (r:0 w:1) fn remove_stake() -> Weight { - (45_847_000 as Weight) + (37_136_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -65,7 +65,7 @@ impl oracle::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:0) // Storage: Oracle SignerToController (r:0 w:1) fn reclaim_stake() -> Weight { - (52_625_000 as Weight) + (45_287_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -74,17 +74,19 @@ impl oracle::WeightInfo for WeightInfo { // Storage: Oracle AssetsInfo (r:1 w:0) // Storage: Oracle AnswerInTransit (r:1 w:1) // Storage: Oracle PrePrices (r:1 w:1) - fn submit_price(_p: u32, ) -> Weight { - (68_939_000 as Weight) + fn submit_price(p: u32, ) -> Weight { + (55_780_000 as Weight) + // Standard Error: 7_000 + .saturating_add((296_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Oracle PrePrices (r:1 w:1) // Storage: Oracle AnswerInTransit (r:1 w:1) fn update_pre_prices(p: u32, ) -> Weight { - (15_330_000 as Weight) + (15_551_000 as Weight) // Standard Error: 3_000 - .saturating_add((233_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((215_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -94,9 +96,9 @@ impl oracle::WeightInfo for WeightInfo { // Storage: Oracle Prices (r:0 w:1) // Storage: Oracle PrePrices (r:0 w:1) fn update_price(p: u32, ) -> Weight { - (40_806_000 as Weight) - // Standard Error: 23_000 - .saturating_add((13_904_000 as Weight).saturating_mul(p as Weight)) + (31_154_000 as Weight) + // Standard Error: 84_000 + .saturating_add((15_332_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } diff --git a/runtime/dali/src/weights/scheduler.rs b/runtime/dali/src/weights/scheduler.rs index 81ce97944d8..a455e00739d 100644 --- a/runtime/dali/src/weights/scheduler.rs +++ b/runtime/dali/src/weights/scheduler.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `scheduler` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -34,9 +34,9 @@ impl scheduler::WeightInfo for WeightInfo { // Storage: Preimage StatusFor (r:1 w:1) // Storage: Scheduler Lookup (r:0 w:1) fn on_initialize_periodic_named_resolved(s: u32, ) -> Weight { - (20_506_000 as Weight) - // Standard Error: 46_000 - .saturating_add((49_240_000 as Weight).saturating_mul(s as Weight)) + (17_858_000 as Weight) + // Standard Error: 50_000 + .saturating_add((48_635_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -47,9 +47,9 @@ impl scheduler::WeightInfo for WeightInfo { // Storage: Preimage StatusFor (r:1 w:1) // Storage: Scheduler Lookup (r:0 w:1) fn on_initialize_named_resolved(s: u32, ) -> Weight { - (16_350_000 as Weight) - // Standard Error: 36_000 - .saturating_add((38_287_000 as Weight).saturating_mul(s as Weight)) + (12_696_000 as Weight) + // Standard Error: 53_000 + .saturating_add((38_308_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -59,9 +59,9 @@ impl scheduler::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:1 w:1) // Storage: Preimage StatusFor (r:1 w:1) fn on_initialize_periodic_resolved(s: u32, ) -> Weight { - (14_110_000 as Weight) - // Standard Error: 38_000 - .saturating_add((42_376_000 as Weight).saturating_mul(s as Weight)) + (22_499_000 as Weight) + // Standard Error: 95_000 + .saturating_add((42_012_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -71,9 +71,9 @@ impl scheduler::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:1 w:1) // Storage: Preimage StatusFor (r:1 w:1) fn on_initialize_resolved(s: u32, ) -> Weight { - (17_631_000 as Weight) - // Standard Error: 29_000 - .saturating_add((35_336_000 as Weight).saturating_mul(s as Weight)) + (12_523_000 as Weight) + // Standard Error: 69_000 + .saturating_add((35_402_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -83,9 +83,9 @@ impl scheduler::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:1 w:0) // Storage: Scheduler Lookup (r:0 w:1) fn on_initialize_named_aborted(s: u32, ) -> Weight { - (17_289_000 as Weight) - // Standard Error: 22_000 - .saturating_add((16_487_000 as Weight).saturating_mul(s as Weight)) + (13_139_000 as Weight) + // Standard Error: 18_000 + .saturating_add((16_652_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) @@ -94,9 +94,9 @@ impl scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:2 w:2) // Storage: Preimage PreimageFor (r:1 w:0) fn on_initialize_aborted(s: u32, ) -> Weight { - (0 as Weight) - // Standard Error: 321_000 - .saturating_add((13_544_000 as Weight).saturating_mul(s as Weight)) + (15_583_000 as Weight) + // Standard Error: 14_000 + .saturating_add((10_382_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) @@ -104,9 +104,9 @@ impl scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:2 w:2) // Storage: Scheduler Lookup (r:0 w:1) fn on_initialize_periodic_named(s: u32, ) -> Weight { - (486_847_000 as Weight) - // Standard Error: 782_000 - .saturating_add((16_794_000 as Weight).saturating_mul(s as Weight)) + (17_163_000 as Weight) + // Standard Error: 91_000 + .saturating_add((26_041_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -114,9 +114,9 @@ impl scheduler::WeightInfo for WeightInfo { } // Storage: Scheduler Agenda (r:2 w:2) fn on_initialize_periodic(s: u32, ) -> Weight { - (24_662_000 as Weight) - // Standard Error: 21_000 - .saturating_add((18_928_000 as Weight).saturating_mul(s as Weight)) + (28_578_000 as Weight) + // Standard Error: 18_000 + .saturating_add((18_680_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -125,53 +125,53 @@ impl scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) // Storage: Scheduler Lookup (r:0 w:1) fn on_initialize_named(s: u32, ) -> Weight { - (23_749_000 as Weight) - // Standard Error: 22_000 - .saturating_add((15_239_000 as Weight).saturating_mul(s as Weight)) + (27_906_000 as Weight) + // Standard Error: 24_000 + .saturating_add((15_079_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) } // Storage: Scheduler Agenda (r:1 w:1) fn on_initialize(s: u32, ) -> Weight { - (25_096_000 as Weight) - // Standard Error: 15_000 - .saturating_add((12_539_000 as Weight).saturating_mul(s as Weight)) + (23_554_000 as Weight) + // Standard Error: 13_000 + .saturating_add((12_566_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Scheduler Agenda (r:1 w:1) fn schedule(s: u32, ) -> Weight { - (33_788_000 as Weight) + (32_955_000 as Weight) // Standard Error: 3_000 - .saturating_add((152_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((162_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Scheduler Agenda (r:1 w:1) // Storage: Scheduler Lookup (r:0 w:1) fn cancel(s: u32, ) -> Weight { - (34_019_000 as Weight) - // Standard Error: 6_000 - .saturating_add((2_082_000 as Weight).saturating_mul(s as Weight)) + (31_986_000 as Weight) + // Standard Error: 5_000 + .saturating_add((2_355_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Scheduler Lookup (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:1) fn schedule_named(s: u32, ) -> Weight { - (40_230_000 as Weight) - // Standard Error: 3_000 - .saturating_add((212_000 as Weight).saturating_mul(s as Weight)) + (43_247_000 as Weight) + // Standard Error: 4_000 + .saturating_add((99_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Scheduler Lookup (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:1) fn cancel_named(s: u32, ) -> Weight { - (37_345_000 as Weight) - // Standard Error: 9_000 - .saturating_add((2_117_000 as Weight).saturating_mul(s as Weight)) + (10_543_000 as Weight) + // Standard Error: 85_000 + .saturating_add((3_962_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/runtime/dali/src/weights/session.rs b/runtime/dali/src/weights/session.rs index 04d6bf83c4c..08fc53f58d1 100644 --- a/runtime/dali/src/weights/session.rs +++ b/runtime/dali/src/weights/session.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `session` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -32,14 +32,14 @@ impl session::WeightInfo for WeightInfo { // Storage: Session NextKeys (r:1 w:1) // Storage: Session KeyOwner (r:1 w:1) fn set_keys() -> Weight { - (30_129_000 as Weight) + (29_712_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Session NextKeys (r:1 w:1) // Storage: Session KeyOwner (r:0 w:1) fn purge_keys() -> Weight { - (22_940_000 as Weight) + (22_617_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/runtime/dali/src/weights/timestamp.rs b/runtime/dali/src/weights/timestamp.rs index 7de27f943b4..549bbaae50f 100644 --- a/runtime/dali/src/weights/timestamp.rs +++ b/runtime/dali/src/weights/timestamp.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -32,11 +32,11 @@ impl timestamp::WeightInfo for WeightInfo { // Storage: Timestamp Now (r:1 w:1) // Storage: Aura CurrentSlot (r:1 w:0) fn set() -> Weight { - (12_782_000 as Weight) + (12_371_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn on_finalize() -> Weight { - (5_896_000 as Weight) + (5_846_000 as Weight) } } diff --git a/runtime/dali/src/weights/treasury.rs b/runtime/dali/src/weights/treasury.rs index ae0d78581b9..fe814f34172 100644 --- a/runtime/dali/src/weights/treasury.rs +++ b/runtime/dali/src/weights/treasury.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `treasury` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -32,23 +32,23 @@ impl treasury::WeightInfo for WeightInfo { // Storage: Treasury ProposalCount (r:1 w:1) // Storage: Treasury Proposals (r:0 w:1) fn propose_spend() -> Weight { - (51_555_000 as Weight) + (50_237_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Treasury Proposals (r:1 w:1) // Storage: System Account (r:2 w:2) fn reject_proposal() -> Weight { - (77_003_000 as Weight) + (76_230_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: Treasury Proposals (r:1 w:0) // Storage: Treasury Approvals (r:1 w:1) fn approve_proposal(p: u32, ) -> Weight { - (16_755_000 as Weight) - // Standard Error: 5_000 - .saturating_add((320_000 as Weight).saturating_mul(p as Weight)) + (16_221_000 as Weight) + // Standard Error: 4_000 + .saturating_add((288_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -56,9 +56,9 @@ impl treasury::WeightInfo for WeightInfo { // Storage: Treasury Approvals (r:1 w:1) // Storage: Treasury Proposals (r:1 w:1) fn on_initialize_proposals(p: u32, ) -> Weight { - (74_483_000 as Weight) - // Standard Error: 62_000 - .saturating_add((68_266_000 as Weight).saturating_mul(p as Weight)) + (69_078_000 as Weight) + // Standard Error: 78_000 + .saturating_add((69_161_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(p as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) diff --git a/runtime/dali/src/weights/uniswap_v2.rs b/runtime/dali/src/weights/uniswap_v2.rs index 3dc948315ba..56f689826ca 100644 --- a/runtime/dali/src/weights/uniswap_v2.rs +++ b/runtime/dali/src/weights/uniswap_v2.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `uniswap_v2` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -33,7 +33,7 @@ impl uniswap_v2::WeightInfo for WeightInfo { // Storage: ConstantProductDex PoolCount (r:1 w:1) // Storage: ConstantProductDex Pools (r:0 w:1) fn create() -> Weight { - (36_522_000 as Weight) + (33_986_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -42,7 +42,7 @@ impl uniswap_v2::WeightInfo for WeightInfo { // Storage: Tokens TotalIssuance (r:1 w:1) // Storage: System Account (r:1 w:1) fn add_liquidity() -> Weight { - (160_312_000 as Weight) + (154_956_000 as Weight) .saturating_add(T::DbWeight::get().reads(8 as Weight)) .saturating_add(T::DbWeight::get().writes(7 as Weight)) } @@ -51,7 +51,7 @@ impl uniswap_v2::WeightInfo for WeightInfo { // Storage: Tokens TotalIssuance (r:1 w:1) // Storage: System Account (r:1 w:0) fn remove_liquidity() -> Weight { - (125_618_000 as Weight) + (123_643_000 as Weight) .saturating_add(T::DbWeight::get().reads(8 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } @@ -59,7 +59,7 @@ impl uniswap_v2::WeightInfo for WeightInfo { // Storage: Tokens Accounts (r:5 w:5) // Storage: System Account (r:2 w:1) fn buy() -> Weight { - (153_762_000 as Weight) + (153_717_000 as Weight) .saturating_add(T::DbWeight::get().reads(8 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } @@ -67,7 +67,7 @@ impl uniswap_v2::WeightInfo for WeightInfo { // Storage: Tokens Accounts (r:5 w:5) // Storage: System Account (r:2 w:1) fn sell() -> Weight { - (148_585_000 as Weight) + (144_463_000 as Weight) .saturating_add(T::DbWeight::get().reads(8 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } @@ -75,7 +75,7 @@ impl uniswap_v2::WeightInfo for WeightInfo { // Storage: Tokens Accounts (r:5 w:5) // Storage: System Account (r:2 w:1) fn swap() -> Weight { - (140_868_000 as Weight) + (137_512_000 as Weight) .saturating_add(T::DbWeight::get().reads(8 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } diff --git a/runtime/dali/src/weights/utility.rs b/runtime/dali/src/weights/utility.rs index 1f09fff9de6..1a1485a5298 100644 --- a/runtime/dali/src/weights/utility.rs +++ b/runtime/dali/src/weights/utility.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -31,24 +31,24 @@ pub struct WeightInfo(PhantomData); impl utility::WeightInfo for WeightInfo { // Storage: CallFilter DisabledCalls (r:1 w:0) fn batch(c: u32, ) -> Weight { - (36_534_000 as Weight) - // Standard Error: 3_000 - .saturating_add((9_411_000 as Weight).saturating_mul(c as Weight)) + (69_440_000 as Weight) + // Standard Error: 17_000 + .saturating_add((9_276_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) } // Storage: CallFilter DisabledCalls (r:1 w:0) fn as_derivative() -> Weight { - (10_436_000 as Weight) + (10_279_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) } // Storage: CallFilter DisabledCalls (r:1 w:0) fn batch_all(c: u32, ) -> Weight { - (31_088_000 as Weight) - // Standard Error: 4_000 - .saturating_add((9_983_000 as Weight).saturating_mul(c as Weight)) + (33_922_000 as Weight) + // Standard Error: 10_000 + .saturating_add((9_880_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) } fn dispatch_as() -> Weight { - (21_317_000 as Weight) + (20_214_000 as Weight) } } diff --git a/runtime/dali/src/weights/vault.rs b/runtime/dali/src/weights/vault.rs index 4f52211728f..4be256d64e9 100644 --- a/runtime/dali/src/weights/vault.rs +++ b/runtime/dali/src/weights/vault.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `vault` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -35,7 +35,7 @@ impl vault::WeightInfo for WeightInfo { // Storage: Vault LpTokensToVaults (r:0 w:1) // Storage: Vault Vaults (r:0 w:1) fn create() -> Weight { - (139_294_000 as Weight) + (137_658_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } @@ -45,7 +45,7 @@ impl vault::WeightInfo for WeightInfo { // Storage: Vault CapitalStructure (r:2 w:0) // Storage: System Account (r:1 w:1) fn deposit() -> Weight { - (147_991_000 as Weight) + (147_945_000 as Weight) .saturating_add(T::DbWeight::get().reads(9 as Weight)) .saturating_add(T::DbWeight::get().writes(5 as Weight)) } @@ -54,33 +54,33 @@ impl vault::WeightInfo for WeightInfo { // Storage: Vault CapitalStructure (r:2 w:0) // Storage: Tokens TotalIssuance (r:2 w:1) fn withdraw() -> Weight { - (123_658_000 as Weight) + (124_839_000 as Weight) .saturating_add(T::DbWeight::get().reads(8 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } // Storage: Vault Vaults (r:1 w:1) fn emergency_shutdown() -> Weight { - (29_271_000 as Weight) + (28_073_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Vault Vaults (r:1 w:1) fn start_() -> Weight { - (28_442_000 as Weight) + (27_397_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Vault Vaults (r:1 w:1) // Storage: System Account (r:1 w:1) fn add_surcharge() -> Weight { - (77_949_000 as Weight) + (77_780_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Vault Vaults (r:1 w:1) // Storage: System Account (r:1 w:1) fn claim_surcharge() -> Weight { - (72_802_000 as Weight) + (73_897_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -88,7 +88,7 @@ impl vault::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:0) // Storage: Vault LpTokensToVaults (r:0 w:1) fn delete_tombstoned() -> Weight { - (26_520_000 as Weight) + (25_856_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/runtime/dali/src/weights/vesting.rs b/runtime/dali/src/weights/vesting.rs index 625677d4d87..041ea71c8c9 100644 --- a/runtime/dali/src/weights/vesting.rs +++ b/runtime/dali/src/weights/vesting.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `vesting` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dali-dev"), DB CACHE: 1024 // Executed Command: @@ -34,7 +34,7 @@ impl vesting::WeightInfo for WeightInfo { // Storage: Tokens Accounts (r:1 w:1) // Storage: Timestamp Now (r:1 w:0) fn claim(s: u32, ) -> Weight { - (64_097_000 as Weight) + (63_980_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(3 as Weight)) @@ -44,7 +44,7 @@ impl vesting::WeightInfo for WeightInfo { // Storage: System Account (r:2 w:1) // Storage: Tokens Locks (r:1 w:1) fn vested_transfer() -> Weight { - (109_503_000 as Weight) + (106_897_000 as Weight) .saturating_add(T::DbWeight::get().reads(6 as Weight)) .saturating_add(T::DbWeight::get().writes(5 as Weight)) } @@ -53,7 +53,7 @@ impl vesting::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) // Storage: Vesting VestingSchedules (r:0 w:1) fn update_vesting_schedules(_s: u32, ) -> Weight { - (60_538_000 as Weight) + (60_852_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } @@ -62,10 +62,8 @@ impl vesting::WeightInfo for WeightInfo { // Storage: Tokens Accounts (r:1 w:1) // Storage: System Account (r:1 w:1) // Storage: Timestamp Now (r:1 w:0) - fn claim_for(s: u32, ) -> Weight { - (66_733_000 as Weight) - // Standard Error: 1_351_000 - .saturating_add((5_893_000 as Weight).saturating_mul(s as Weight)) + fn claim_for(_s: u32, ) -> Weight { + (65_037_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } diff --git a/runtime/picasso/src/weights/balances.rs b/runtime/picasso/src/weights/balances.rs index 98daaace9b5..7fe982a6e23 100644 --- a/runtime/picasso/src/weights/balances.rs +++ b/runtime/picasso/src/weights/balances.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("picasso-dev"), DB CACHE: 1024 // Executed Command: @@ -31,43 +31,43 @@ pub struct WeightInfo(PhantomData); impl balances::WeightInfo for WeightInfo { // Storage: System Account (r:2 w:2) fn transfer() -> Weight { - (99_324_000 as Weight) + (99_919_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: System Account (r:1 w:1) fn transfer_keep_alive() -> Weight { - (60_451_000 as Weight) + (61_205_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: System Account (r:1 w:1) fn set_balance_creating() -> Weight { - (36_969_000 as Weight) + (37_506_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: System Account (r:1 w:1) fn set_balance_killing() -> Weight { - (43_261_000 as Weight) + (43_353_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: System Account (r:3 w:3) fn force_transfer() -> Weight { - (99_008_000 as Weight) + (99_659_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: System Account (r:1 w:1) fn transfer_all() -> Weight { - (72_352_000 as Weight) + (73_600_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: System Account (r:1 w:1) fn force_unreserve() -> Weight { - (33_893_000 as Weight) + (34_086_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } diff --git a/runtime/picasso/src/weights/bonded_finance.rs b/runtime/picasso/src/weights/bonded_finance.rs index eeaaab389be..f8909e7f0fb 100644 --- a/runtime/picasso/src/weights/bonded_finance.rs +++ b/runtime/picasso/src/weights/bonded_finance.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `bonded_finance` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("picasso-dev"), DB CACHE: 1024 // Executed Command: @@ -30,29 +30,29 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl bonded_finance::WeightInfo for WeightInfo { // Storage: BondedFinance BondOfferCount (r:1 w:1) - // Storage: System Account (r:1 w:1) + // Storage: System Account (r:2 w:2) // Storage: Tokens Accounts (r:2 w:2) // Storage: BondedFinance BondOffers (r:0 w:1) fn offer() -> Weight { - (120_616_000 as Weight) - .saturating_add(T::DbWeight::get().reads(4 as Weight)) - .saturating_add(T::DbWeight::get().writes(5 as Weight)) + (125_980_000 as Weight) + .saturating_add(T::DbWeight::get().reads(5 as Weight)) + .saturating_add(T::DbWeight::get().writes(6 as Weight)) } // Storage: BondedFinance BondOffers (r:1 w:1) + // Storage: Tokens Accounts (r:4 w:4) + // Storage: System Account (r:2 w:2) // Storage: Vesting VestingSchedules (r:2 w:2) - // Storage: Tokens Accounts (r:3 w:3) - // Storage: System Account (r:1 w:1) // Storage: Tokens Locks (r:2 w:2) fn bond() -> Weight { - (187_760_000 as Weight) - .saturating_add(T::DbWeight::get().reads(9 as Weight)) - .saturating_add(T::DbWeight::get().writes(9 as Weight)) + (243_476_000 as Weight) + .saturating_add(T::DbWeight::get().reads(11 as Weight)) + .saturating_add(T::DbWeight::get().writes(11 as Weight)) } // Storage: BondedFinance BondOffers (r:1 w:1) - // Storage: System Account (r:1 w:1) + // Storage: System Account (r:2 w:2) fn cancel() -> Weight { - (72_388_000 as Weight) - .saturating_add(T::DbWeight::get().reads(2 as Weight)) - .saturating_add(T::DbWeight::get().writes(2 as Weight)) + (75_458_000 as Weight) + .saturating_add(T::DbWeight::get().reads(3 as Weight)) + .saturating_add(T::DbWeight::get().writes(3 as Weight)) } } diff --git a/runtime/picasso/src/weights/collator_selection.rs b/runtime/picasso/src/weights/collator_selection.rs index f59dcf571ec..15222454f47 100644 --- a/runtime/picasso/src/weights/collator_selection.rs +++ b/runtime/picasso/src/weights/collator_selection.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `collator_selection` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("picasso-dev"), DB CACHE: 1024 // Executed Command: @@ -32,20 +32,20 @@ impl collator_selection::WeightInfo for WeightInfo { // Storage: Session NextKeys (r:1 w:0) // Storage: CollatorSelection Invulnerables (r:0 w:1) fn set_invulnerables(b: u32, ) -> Weight { - (19_477_000 as Weight) + (18_819_000 as Weight) // Standard Error: 7_000 - .saturating_add((6_873_000 as Weight).saturating_mul(b as Weight)) + .saturating_add((7_030_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(b as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: CollatorSelection DesiredCandidates (r:0 w:1) fn set_desired_candidates() -> Weight { - (19_195_000 as Weight) + (19_006_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: CollatorSelection CandidacyBond (r:0 w:1) fn set_candidacy_bond() -> Weight { - (19_407_000 as Weight) + (19_482_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: CollatorSelection Candidates (r:1 w:1) @@ -55,8 +55,8 @@ impl collator_selection::WeightInfo for WeightInfo { // Storage: CollatorSelection CandidacyBond (r:1 w:0) // Storage: CollatorSelection LastAuthoredBlock (r:0 w:1) fn register_as_candidate(c: u32, ) -> Weight { - (112_779_000 as Weight) - // Standard Error: 1_000 + (119_743_000 as Weight) + // Standard Error: 2_000 .saturating_add((308_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) @@ -64,9 +64,9 @@ impl collator_selection::WeightInfo for WeightInfo { // Storage: CollatorSelection Candidates (r:1 w:1) // Storage: CollatorSelection LastAuthoredBlock (r:0 w:1) fn leave_intent(c: u32, ) -> Weight { - (114_941_000 as Weight) - // Standard Error: 2_000 - .saturating_add((367_000 as Weight).saturating_mul(c as Weight)) + (116_947_000 as Weight) + // Standard Error: 4_000 + .saturating_add((377_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -74,7 +74,7 @@ impl collator_selection::WeightInfo for WeightInfo { // Storage: System BlockWeight (r:1 w:1) // Storage: CollatorSelection LastAuthoredBlock (r:0 w:1) fn note_author() -> Weight { - (73_446_000 as Weight) + (74_201_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } @@ -85,10 +85,10 @@ impl collator_selection::WeightInfo for WeightInfo { // Storage: System BlockWeight (r:1 w:1) fn new_session(r: u32, c: u32, ) -> Weight { (0 as Weight) - // Standard Error: 5_583_000 - .saturating_add((29_066_000 as Weight).saturating_mul(r as Weight)) - // Standard Error: 5_583_000 - .saturating_add((147_868_000 as Weight).saturating_mul(c as Weight)) + // Standard Error: 5_555_000 + .saturating_add((28_383_000 as Weight).saturating_mul(r as Weight)) + // Standard Error: 5_555_000 + .saturating_add((146_699_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(c as Weight))) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(r as Weight))) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(c as Weight))) diff --git a/runtime/picasso/src/weights/collective.rs b/runtime/picasso/src/weights/collective.rs index df4dc637ab6..3fc1f0351db 100644 --- a/runtime/picasso/src/weights/collective.rs +++ b/runtime/picasso/src/weights/collective.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("picasso-dev"), DB CACHE: 1024 // Executed Command: @@ -33,12 +33,14 @@ impl collective::WeightInfo for WeightInfo { // Storage: Council Proposals (r:1 w:0) // Storage: Council Voting (r:100 w:100) // Storage: Council Prime (r:0 w:1) - fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { + fn set_members(m: u32, n: u32, p: u32, ) -> Weight { (0 as Weight) - // Standard Error: 136_000 - .saturating_add((20_744_000 as Weight).saturating_mul(m as Weight)) - // Standard Error: 136_000 - .saturating_add((32_693_000 as Weight).saturating_mul(p as Weight)) + // Standard Error: 61_000 + .saturating_add((28_226_000 as Weight).saturating_mul(m as Weight)) + // Standard Error: 61_000 + .saturating_add((90_000 as Weight).saturating_mul(n as Weight)) + // Standard Error: 61_000 + .saturating_add((34_204_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(p as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) @@ -46,21 +48,21 @@ impl collective::WeightInfo for WeightInfo { } // Storage: Council Members (r:1 w:0) fn execute(b: u32, m: u32, ) -> Weight { - (27_075_000 as Weight) + (27_786_000 as Weight) // Standard Error: 0 - .saturating_add((4_000 as Weight).saturating_mul(b as Weight)) + .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) // Standard Error: 0 - .saturating_add((124_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((128_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) } // Storage: Council Members (r:1 w:0) // Storage: Council ProposalOf (r:1 w:0) fn propose_execute(b: u32, m: u32, ) -> Weight { - (31_953_000 as Weight) + (33_166_000 as Weight) // Standard Error: 0 - .saturating_add((4_000 as Weight).saturating_mul(b as Weight)) + .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) // Standard Error: 0 - .saturating_add((229_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((226_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) } // Storage: Council Members (r:1 w:0) @@ -69,22 +71,22 @@ impl collective::WeightInfo for WeightInfo { // Storage: Council ProposalCount (r:1 w:1) // Storage: Council Voting (r:0 w:1) fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { - (40_350_000 as Weight) + (35_871_000 as Weight) // Standard Error: 0 - .saturating_add((12_000 as Weight).saturating_mul(b as Weight)) + .saturating_add((16_000 as Weight).saturating_mul(b as Weight)) // Standard Error: 3_000 - .saturating_add((152_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((156_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 3_000 - .saturating_add((541_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((558_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } // Storage: Council Members (r:1 w:0) // Storage: Council Voting (r:1 w:1) fn vote(m: u32, ) -> Weight { - (61_818_000 as Weight) - // Standard Error: 5_000 - .saturating_add((292_000 as Weight).saturating_mul(m as Weight)) + (61_881_000 as Weight) + // Standard Error: 4_000 + .saturating_add((307_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -93,11 +95,11 @@ impl collective::WeightInfo for WeightInfo { // Storage: Council Proposals (r:1 w:1) // Storage: Council ProposalOf (r:0 w:1) fn close_early_disapproved(m: u32, p: u32, ) -> Weight { - (50_866_000 as Weight) + (52_055_000 as Weight) // Standard Error: 3_000 - .saturating_add((275_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((271_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 3_000 - .saturating_add((425_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((430_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -106,13 +108,13 @@ impl collective::WeightInfo for WeightInfo { // Storage: Council ProposalOf (r:1 w:1) // Storage: Council Proposals (r:1 w:1) fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { - (60_223_000 as Weight) - // Standard Error: 0 - .saturating_add((8_000 as Weight).saturating_mul(b as Weight)) - // Standard Error: 4_000 - .saturating_add((300_000 as Weight).saturating_mul(m as Weight)) - // Standard Error: 3_000 - .saturating_add((582_000 as Weight).saturating_mul(p as Weight)) + (43_965_000 as Weight) + // Standard Error: 2_000 + .saturating_add((21_000 as Weight).saturating_mul(b as Weight)) + // Standard Error: 18_000 + .saturating_add((307_000 as Weight).saturating_mul(m as Weight)) + // Standard Error: 17_000 + .saturating_add((689_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -122,11 +124,11 @@ impl collective::WeightInfo for WeightInfo { // Storage: Council Proposals (r:1 w:1) // Storage: Council ProposalOf (r:0 w:1) fn close_disapproved(m: u32, p: u32, ) -> Weight { - (53_584_000 as Weight) + (59_013_000 as Weight) // Standard Error: 3_000 - .saturating_add((322_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((260_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 3_000 - .saturating_add((464_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((437_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -136,13 +138,13 @@ impl collective::WeightInfo for WeightInfo { // Storage: Council ProposalOf (r:1 w:1) // Storage: Council Proposals (r:1 w:1) fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { - (57_962_000 as Weight) + (59_639_000 as Weight) // Standard Error: 0 - .saturating_add((15_000 as Weight).saturating_mul(b as Weight)) + .saturating_add((13_000 as Weight).saturating_mul(b as Weight)) // Standard Error: 4_000 - .saturating_add((329_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((334_000 as Weight).saturating_mul(m as Weight)) // Standard Error: 4_000 - .saturating_add((619_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((567_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -150,9 +152,9 @@ impl collective::WeightInfo for WeightInfo { // Storage: Council Voting (r:0 w:1) // Storage: Council ProposalOf (r:0 w:1) fn disapprove_proposal(p: u32, ) -> Weight { - (32_249_000 as Weight) - // Standard Error: 3_000 - .saturating_add((533_000 as Weight).saturating_mul(p as Weight)) + (33_523_000 as Weight) + // Standard Error: 2_000 + .saturating_add((485_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } diff --git a/runtime/picasso/src/weights/currency_factory.rs b/runtime/picasso/src/weights/currency_factory.rs index 8e84f9a80b5..1990c7a1e27 100644 --- a/runtime/picasso/src/weights/currency_factory.rs +++ b/runtime/picasso/src/weights/currency_factory.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `currency_factory` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("picasso-dev"), DB CACHE: 1024 // Executed Command: @@ -31,7 +31,7 @@ pub struct WeightInfo(PhantomData); impl currency_factory::WeightInfo for WeightInfo { // Storage: CurrencyFactory AssetIdRanges (r:1 w:1) fn add_range() -> Weight { - (23_953_000 as Weight) + (24_209_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } diff --git a/runtime/picasso/src/weights/democracy.rs b/runtime/picasso/src/weights/democracy.rs index 5db234eab67..22058ddb9f7 100644 --- a/runtime/picasso/src/weights/democracy.rs +++ b/runtime/picasso/src/weights/democracy.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `democracy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("picasso-dev"), DB CACHE: 1024 // Executed Command: @@ -34,15 +34,15 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy Blacklist (r:1 w:0) // Storage: Democracy DepositOf (r:0 w:1) fn propose() -> Weight { - (100_560_000 as Weight) + (94_445_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: Democracy DepositOf (r:1 w:1) fn second(s: u32, ) -> Weight { - (56_523_000 as Weight) - // Standard Error: 3_000 - .saturating_add((327_000 as Weight).saturating_mul(s as Weight)) + (56_944_000 as Weight) + // Standard Error: 5_000 + .saturating_add((323_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -50,9 +50,9 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vote_new(r: u32, ) -> Weight { - (72_199_000 as Weight) - // Standard Error: 4_000 - .saturating_add((310_000 as Weight).saturating_mul(r as Weight)) + (73_158_000 as Weight) + // Standard Error: 3_000 + .saturating_add((274_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -60,16 +60,16 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vote_existing(r: u32, ) -> Weight { - (71_789_000 as Weight) + (71_861_000 as Weight) // Standard Error: 3_000 - .saturating_add((319_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((294_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy Cancellations (r:1 w:1) fn emergency_cancel() -> Weight { - (33_787_000 as Weight) + (33_738_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -80,45 +80,45 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy DepositOf (r:1 w:1) // Storage: System Account (r:2 w:2) fn blacklist(p: u32, ) -> Weight { - (108_976_000 as Weight) + (109_180_000 as Weight) // Standard Error: 8_000 - .saturating_add((727_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((720_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(6 as Weight)) .saturating_add(T::DbWeight::get().writes(7 as Weight)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy Blacklist (r:1 w:0) fn external_propose(v: u32, ) -> Weight { - (16_965_000 as Weight) + (16_933_000 as Weight) // Standard Error: 0 - .saturating_add((118_000 as Weight).saturating_mul(v as Weight)) + .saturating_add((121_000 as Weight).saturating_mul(v as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Democracy NextExternal (r:0 w:1) fn external_propose_majority() -> Weight { - (3_391_000 as Weight) + (3_441_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Democracy NextExternal (r:0 w:1) fn external_propose_default() -> Weight { - (3_383_000 as Weight) + (3_350_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // 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 { - (34_308_000 as Weight) + (34_665_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: Democracy NextExternal (r:1 w:1) // Storage: Democracy Blacklist (r:1 w:1) fn veto_external(v: u32, ) -> Weight { - (35_651_000 as Weight) + (36_508_000 as Weight) // Standard Error: 1_000 - .saturating_add((157_000 as Weight).saturating_mul(v as Weight)) + .saturating_add((152_000 as Weight).saturating_mul(v as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -126,23 +126,23 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy DepositOf (r:1 w:1) // Storage: System Account (r:2 w:2) fn cancel_proposal(p: u32, ) -> Weight { - (81_708_000 as Weight) - // Standard Error: 4_000 - .saturating_add((685_000 as Weight).saturating_mul(p as Weight)) + (82_276_000 as Weight) + // Standard Error: 5_000 + .saturating_add((683_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } // Storage: Democracy ReferendumInfoOf (r:0 w:1) fn cancel_referendum() -> Weight { - (21_552_000 as Weight) + (21_514_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Scheduler Lookup (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:1) fn cancel_queued(r: u32, ) -> Weight { - (41_533_000 as Weight) - // Standard Error: 4_000 - .saturating_add((1_835_000 as Weight).saturating_mul(r as Weight)) + (40_750_000 as Weight) + // Standard Error: 5_000 + .saturating_add((2_482_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -150,9 +150,9 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumCount (r:1 w:0) // Storage: Democracy ReferendumInfoOf (r:1 w:0) fn on_initialize_base(r: u32, ) -> Weight { - (4_173_000 as Weight) - // Standard Error: 6_000 - .saturating_add((6_784_000 as Weight).saturating_mul(r as Weight)) + (6_016_000 as Weight) + // Standard Error: 7_000 + .saturating_add((6_816_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(r as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -164,9 +164,9 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy PublicProps (r:1 w:0) // Storage: Democracy ReferendumInfoOf (r:1 w:0) fn on_initialize_base_with_launch_period(r: u32, ) -> Weight { - (14_407_000 as Weight) - // Standard Error: 7_000 - .saturating_add((6_797_000 as Weight).saturating_mul(r as Weight)) + (15_091_000 as Weight) + // Standard Error: 6_000 + .saturating_add((6_871_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(r as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -175,9 +175,9 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn delegate(r: u32, ) -> Weight { - (68_205_000 as Weight) - // Standard Error: 9_000 - .saturating_add((8_926_000 as Weight).saturating_mul(r as Weight)) + (66_498_000 as Weight) + // Standard Error: 11_000 + .saturating_add((9_061_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(r as Weight))) .saturating_add(T::DbWeight::get().writes(4 as Weight)) @@ -186,9 +186,9 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Democracy VotingOf (r:2 w:2) // Storage: Democracy ReferendumInfoOf (r:1 w:1) fn undelegate(r: u32, ) -> Weight { - (33_261_000 as Weight) - // Standard Error: 7_000 - .saturating_add((8_885_000 as Weight).saturating_mul(r as Weight)) + (33_060_000 as Weight) + // Standard Error: 11_000 + .saturating_add((9_000_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(r as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) @@ -196,29 +196,29 @@ impl democracy::WeightInfo for WeightInfo { } // Storage: Democracy PublicProps (r:0 w:1) fn clear_public_proposals() -> Weight { - (3_656_000 as Weight) + (3_740_000 as Weight) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Democracy Preimages (r:1 w:1) fn note_preimage(b: u32, ) -> Weight { - (45_602_000 as Weight) + (51_403_000 as Weight) // Standard Error: 0 - .saturating_add((4_000 as Weight).saturating_mul(b as Weight)) + .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Democracy Preimages (r:1 w:1) fn note_imminent_preimage(b: u32, ) -> Weight { - (71_845_000 as Weight) + (34_527_000 as Weight) // Standard Error: 0 - .saturating_add((4_000 as Weight).saturating_mul(b as Weight)) + .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Democracy Preimages (r:1 w:1) // Storage: System Account (r:1 w:0) fn reap_preimage(b: u32, ) -> Weight { - (100_867_000 as Weight) + (51_480_000 as Weight) // Standard Error: 0 .saturating_add((2_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) @@ -228,9 +228,9 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Balances Locks (r:1 w:1) // Storage: System Account (r:1 w:1) fn unlock_remove(r: u32, ) -> Weight { - (56_463_000 as Weight) - // Standard Error: 10_000 - .saturating_add((6_000 as Weight).saturating_mul(r as Weight)) + (46_269_000 as Weight) + // Standard Error: 2_000 + .saturating_add((161_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -238,27 +238,27 @@ impl democracy::WeightInfo for WeightInfo { // Storage: Balances Locks (r:1 w:1) // Storage: System Account (r:1 w:1) fn unlock_set(r: u32, ) -> Weight { - (43_657_000 as Weight) - // Standard Error: 3_000 - .saturating_add((281_000 as Weight).saturating_mul(r as Weight)) + (43_599_000 as Weight) + // Standard Error: 2_000 + .saturating_add((310_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy VotingOf (r:1 w:1) fn remove_vote(r: u32, ) -> Weight { - (25_167_000 as Weight) - // Standard Error: 2_000 - .saturating_add((249_000 as Weight).saturating_mul(r as Weight)) + (26_185_000 as Weight) + // Standard Error: 11_000 + .saturating_add((277_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Democracy VotingOf (r:1 w:1) fn remove_other_vote(r: u32, ) -> Weight { - (11_938_000 as Weight) - // Standard Error: 17_000 - .saturating_add((750_000 as Weight).saturating_mul(r as Weight)) + (26_454_000 as Weight) + // Standard Error: 2_000 + .saturating_add((247_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/runtime/picasso/src/weights/frame_system.rs b/runtime/picasso/src/weights/frame_system.rs index 0317af352a9..e3266560850 100644 --- a/runtime/picasso/src/weights/frame_system.rs +++ b/runtime/picasso/src/weights/frame_system.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `frame_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("picasso-dev"), DB CACHE: 1024 // Executed Command: @@ -37,34 +37,34 @@ impl frame_system::WeightInfo for WeightInfo { fn remark_with_event(b: u32, ) -> Weight { (0 as Weight) // Standard Error: 0 - .saturating_add((2_000 as Weight).saturating_mul(b as Weight)) + .saturating_add((3_000 as Weight).saturating_mul(b as Weight)) } // Storage: System Digest (r:1 w:1) // Storage: unknown [0x3a686561707061676573] (r:0 w:1) fn set_heap_pages() -> Weight { - (6_378_000 as Weight) + (6_526_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Skipped Metadata (r:0 w:0) fn set_storage(i: u32, ) -> Weight { (0 as Weight) - // Standard Error: 1_000 - .saturating_add((1_006_000 as Weight).saturating_mul(i as Weight)) + // Standard Error: 2_000 + .saturating_add((968_000 as Weight).saturating_mul(i as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(i as Weight))) } // Storage: Skipped Metadata (r:0 w:0) fn kill_storage(i: u32, ) -> Weight { (0 as Weight) - // Standard Error: 2_000 - .saturating_add((652_000 as Weight).saturating_mul(i as Weight)) + // Standard Error: 1_000 + .saturating_add((649_000 as Weight).saturating_mul(i as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(i as Weight))) } // Storage: Skipped Metadata (r:0 w:0) fn kill_prefix(p: u32, ) -> Weight { (0 as Weight) // Standard Error: 2_000 - .saturating_add((1_348_000 as Weight).saturating_mul(p as Weight)) + .saturating_add((1_414_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(p as Weight))) } } diff --git a/runtime/picasso/src/weights/identity.rs b/runtime/picasso/src/weights/identity.rs index 5312d553849..9bf2a37c277 100644 --- a/runtime/picasso/src/weights/identity.rs +++ b/runtime/picasso/src/weights/identity.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `identity` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("picasso-dev"), DB CACHE: 1024 // Executed Command: @@ -31,19 +31,19 @@ pub struct WeightInfo(PhantomData); impl identity::WeightInfo for WeightInfo { // Storage: Identity Registrars (r:1 w:1) fn add_registrar(r: u32, ) -> Weight { - (25_949_000 as Weight) - // Standard Error: 52_000 - .saturating_add((926_000 as Weight).saturating_mul(r as Weight)) + (26_236_000 as Weight) + // Standard Error: 31_000 + .saturating_add((718_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Identity IdentityOf (r:1 w:1) fn set_identity(r: u32, x: u32, ) -> Weight { - (57_654_000 as Weight) - // Standard Error: 121_000 - .saturating_add((800_000 as Weight).saturating_mul(r as Weight)) - // Standard Error: 20_000 - .saturating_add((967_000 as Weight).saturating_mul(x as Weight)) + (56_091_000 as Weight) + // Standard Error: 125_000 + .saturating_add((1_004_000 as Weight).saturating_mul(r as Weight)) + // Standard Error: 21_000 + .saturating_add((1_017_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -51,9 +51,9 @@ impl identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) // Storage: Identity SuperOf (r:1 w:1) fn set_subs_new(s: u32, ) -> Weight { - (50_183_000 as Weight) - // Standard Error: 19_000 - .saturating_add((7_082_000 as Weight).saturating_mul(s as Weight)) + (49_582_000 as Weight) + // Standard Error: 11_000 + .saturating_add((6_983_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -63,9 +63,9 @@ impl identity::WeightInfo for WeightInfo { // Storage: Identity SubsOf (r:1 w:1) // Storage: Identity SuperOf (r:0 w:1) fn set_subs_old(p: u32, ) -> Weight { - (50_969_000 as Weight) - // Standard Error: 13_000 - .saturating_add((2_189_000 as Weight).saturating_mul(p as Weight)) + (50_800_000 as Weight) + // Standard Error: 11_000 + .saturating_add((2_179_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(p as Weight))) @@ -74,13 +74,13 @@ impl identity::WeightInfo for WeightInfo { // Storage: Identity IdentityOf (r:1 w:1) // Storage: Identity SuperOf (r:0 w:32) fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight { - (68_353_000 as Weight) + (63_094_000 as Weight) // Standard Error: 74_000 - .saturating_add((174_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((489_000 as Weight).saturating_mul(r as Weight)) // Standard Error: 11_000 - .saturating_add((2_083_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((2_165_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 11_000 - .saturating_add((413_000 as Weight).saturating_mul(x as Weight)) + .saturating_add((450_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) @@ -88,56 +88,56 @@ impl identity::WeightInfo for WeightInfo { // Storage: Identity Registrars (r:1 w:0) // Storage: Identity IdentityOf (r:1 w:1) fn request_judgement(r: u32, x: u32, ) -> Weight { - (62_824_000 as Weight) - // Standard Error: 63_000 - .saturating_add((917_000 as Weight).saturating_mul(r as Weight)) - // Standard Error: 10_000 - .saturating_add((978_000 as Weight).saturating_mul(x as Weight)) + (61_926_000 as Weight) + // Standard Error: 69_000 + .saturating_add((978_000 as Weight).saturating_mul(r as Weight)) + // Standard Error: 11_000 + .saturating_add((969_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Identity IdentityOf (r:1 w:1) fn cancel_request(r: u32, x: u32, ) -> Weight { - (60_035_000 as Weight) - // Standard Error: 57_000 - .saturating_add((323_000 as Weight).saturating_mul(r as Weight)) - // Standard Error: 9_000 - .saturating_add((936_000 as Weight).saturating_mul(x as Weight)) + (59_531_000 as Weight) + // Standard Error: 37_000 + .saturating_add((343_000 as Weight).saturating_mul(r as Weight)) + // Standard Error: 6_000 + .saturating_add((955_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Identity Registrars (r:1 w:1) fn set_fee(r: u32, ) -> Weight { - (10_485_000 as Weight) - // Standard Error: 22_000 - .saturating_add((496_000 as Weight).saturating_mul(r as Weight)) + (10_400_000 as Weight) + // Standard Error: 12_000 + .saturating_add((478_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Identity Registrars (r:1 w:1) fn set_account_id(r: u32, ) -> Weight { - (10_684_000 as Weight) - // Standard Error: 13_000 - .saturating_add((489_000 as Weight).saturating_mul(r as Weight)) + (10_472_000 as Weight) + // Standard Error: 35_000 + .saturating_add((562_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Identity Registrars (r:1 w:1) fn set_fields(r: u32, ) -> Weight { - (10_869_000 as Weight) - // Standard Error: 20_000 - .saturating_add((434_000 as Weight).saturating_mul(r as Weight)) + (11_058_000 as Weight) + // Standard Error: 29_000 + .saturating_add((364_000 as Weight).saturating_mul(r as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Identity Registrars (r:1 w:0) // Storage: Identity IdentityOf (r:1 w:1) fn provide_judgement(r: u32, x: u32, ) -> Weight { - (42_172_000 as Weight) - // Standard Error: 51_000 - .saturating_add((735_000 as Weight).saturating_mul(r as Weight)) - // Standard Error: 7_000 - .saturating_add((954_000 as Weight).saturating_mul(x as Weight)) + (42_008_000 as Weight) + // Standard Error: 62_000 + .saturating_add((786_000 as Weight).saturating_mul(r as Weight)) + // Standard Error: 8_000 + .saturating_add((925_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -145,12 +145,14 @@ impl identity::WeightInfo for WeightInfo { // Storage: Identity IdentityOf (r:1 w:1) // Storage: System Account (r:2 w:2) // Storage: Identity SuperOf (r:0 w:32) - fn kill_identity(r: u32, s: u32, _x: u32, ) -> Weight { - (95_041_000 as Weight) - // Standard Error: 82_000 - .saturating_add((189_000 as Weight).saturating_mul(r as Weight)) - // Standard Error: 12_000 - .saturating_add((2_091_000 as Weight).saturating_mul(s as Weight)) + fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight { + (85_049_000 as Weight) + // Standard Error: 110_000 + .saturating_add((679_000 as Weight).saturating_mul(r as Weight)) + // Standard Error: 16_000 + .saturating_add((2_243_000 as Weight).saturating_mul(s as Weight)) + // Standard Error: 16_000 + .saturating_add((91_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) @@ -159,18 +161,18 @@ impl identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:1 w:1) // Storage: Identity SubsOf (r:1 w:1) fn add_sub(s: u32, ) -> Weight { - (65_993_000 as Weight) - // Standard Error: 8_000 - .saturating_add((371_000 as Weight).saturating_mul(s as Weight)) + (66_547_000 as Weight) + // Standard Error: 14_000 + .saturating_add((400_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Identity IdentityOf (r:1 w:0) // Storage: Identity SuperOf (r:1 w:1) fn rename_sub(s: u32, ) -> Weight { - (20_678_000 as Weight) + (20_920_000 as Weight) // Standard Error: 4_000 - .saturating_add((151_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((134_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -178,18 +180,18 @@ impl identity::WeightInfo for WeightInfo { // Storage: Identity SuperOf (r:1 w:1) // Storage: Identity SubsOf (r:1 w:1) fn remove_sub(s: u32, ) -> Weight { - (68_134_000 as Weight) - // Standard Error: 11_000 - .saturating_add((396_000 as Weight).saturating_mul(s as Weight)) + (67_930_000 as Weight) + // Standard Error: 9_000 + .saturating_add((391_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Identity SuperOf (r:1 w:1) // Storage: Identity SubsOf (r:1 w:1) fn quit_sub(s: u32, ) -> Weight { - (44_255_000 as Weight) + (43_712_000 as Weight) // Standard Error: 6_000 - .saturating_add((368_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((389_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/runtime/picasso/src/weights/indices.rs b/runtime/picasso/src/weights/indices.rs index 87af677a609..5c6b491874a 100644 --- a/runtime/picasso/src/weights/indices.rs +++ b/runtime/picasso/src/weights/indices.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `indices` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("picasso-dev"), DB CACHE: 1024 // Executed Command: @@ -31,33 +31,33 @@ pub struct WeightInfo(PhantomData); impl indices::WeightInfo for WeightInfo { // Storage: Indices Accounts (r:1 w:1) fn claim() -> Weight { - (46_678_000 as Weight) + (47_012_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Indices Accounts (r:1 w:1) // Storage: System Account (r:1 w:1) fn transfer() -> Weight { - (57_966_000 as Weight) + (56_684_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Indices Accounts (r:1 w:1) fn free() -> Weight { - (49_541_000 as Weight) + (47_820_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Indices Accounts (r:1 w:1) // Storage: System Account (r:1 w:1) fn force_transfer() -> Weight { - (50_083_000 as Weight) + (49_226_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Indices Accounts (r:1 w:1) fn freeze() -> Weight { - (55_277_000 as Weight) + (55_388_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } diff --git a/runtime/picasso/src/weights/membership.rs b/runtime/picasso/src/weights/membership.rs index 0c4e5947798..f156d1d0d62 100644 --- a/runtime/picasso/src/weights/membership.rs +++ b/runtime/picasso/src/weights/membership.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `membership` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("picasso-dev"), DB CACHE: 1024 // Executed Command: @@ -34,9 +34,9 @@ impl membership::WeightInfo for WeightInfo { // Storage: Council Members (r:0 w:1) // Storage: Council Prime (r:0 w:1) fn add_member(m: u32, ) -> Weight { - (29_159_000 as Weight) - // Standard Error: 10_000 - .saturating_add((193_000 as Weight).saturating_mul(m as Weight)) + (29_396_000 as Weight) + // Standard Error: 12_000 + .saturating_add((211_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -46,9 +46,9 @@ impl membership::WeightInfo for WeightInfo { // Storage: Council Members (r:0 w:1) // Storage: Council Prime (r:0 w:1) fn remove_member(m: u32, ) -> Weight { - (35_888_000 as Weight) - // Standard Error: 1_000 - .saturating_add((152_000 as Weight).saturating_mul(m as Weight)) + (23_036_000 as Weight) + // Standard Error: 15_000 + .saturating_add((599_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -57,10 +57,8 @@ impl membership::WeightInfo for WeightInfo { // Storage: CouncilMembership Prime (r:1 w:0) // Storage: Council Members (r:0 w:1) // Storage: Council Prime (r:0 w:1) - fn swap_member(m: u32, ) -> Weight { - (36_469_000 as Weight) - // Standard Error: 1_000 - .saturating_add((175_000 as Weight).saturating_mul(m as Weight)) + fn swap_member(_m: u32, ) -> Weight { + (96_285_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -70,7 +68,7 @@ impl membership::WeightInfo for WeightInfo { // Storage: Council Members (r:0 w:1) // Storage: Council Prime (r:0 w:1) fn reset_member(m: u32, ) -> Weight { - (36_889_000 as Weight) + (37_448_000 as Weight) // Standard Error: 1_000 .saturating_add((358_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) @@ -82,9 +80,9 @@ impl membership::WeightInfo for WeightInfo { // Storage: Council Members (r:0 w:1) // Storage: Council Prime (r:0 w:1) fn change_key(m: u32, ) -> Weight { - (38_015_000 as Weight) + (38_958_000 as Weight) // Standard Error: 0 - .saturating_add((166_000 as Weight).saturating_mul(m as Weight)) + .saturating_add((164_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } @@ -92,7 +90,7 @@ impl membership::WeightInfo for WeightInfo { // Storage: CouncilMembership Prime (r:0 w:1) // Storage: Council Prime (r:0 w:1) fn set_prime(m: u32, ) -> Weight { - (9_860_000 as Weight) + (10_546_000 as Weight) // Standard Error: 0 .saturating_add((113_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) @@ -101,7 +99,7 @@ impl membership::WeightInfo for WeightInfo { // Storage: CouncilMembership Prime (r:0 w:1) // Storage: Council Prime (r:0 w:1) fn clear_prime(m: u32, ) -> Weight { - (3_614_000 as Weight) + (3_788_000 as Weight) // Standard Error: 0 .saturating_add((3_000 as Weight).saturating_mul(m as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) diff --git a/runtime/picasso/src/weights/multisig.rs b/runtime/picasso/src/weights/multisig.rs index 406b2ca5c92..05943258f05 100644 --- a/runtime/picasso/src/weights/multisig.rs +++ b/runtime/picasso/src/weights/multisig.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `multisig` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("picasso-dev"), DB CACHE: 1024 // Executed Command: @@ -30,16 +30,16 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl multisig::WeightInfo for WeightInfo { fn as_multi_threshold_1(z: u32, ) -> Weight { - (7_146_000 as Weight) + (7_277_000 as Weight) // Standard Error: 0 .saturating_add((1_000 as Weight).saturating_mul(z as Weight)) } // Storage: Multisig Multisigs (r:1 w:1) // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) fn as_multi_create(s: u32, z: u32, ) -> Weight { - (62_549_000 as Weight) - // Standard Error: 98_000 - .saturating_add((205_000 as Weight).saturating_mul(s as Weight)) + (64_171_000 as Weight) + // Standard Error: 172_000 + .saturating_add((294_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((2_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) @@ -49,9 +49,9 @@ impl multisig::WeightInfo for WeightInfo { // Storage: Multisig Calls (r:1 w:1) // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) fn as_multi_create_store(s: u32, z: u32, ) -> Weight { - (71_396_000 as Weight) - // Standard Error: 121_000 - .saturating_add((88_000 as Weight).saturating_mul(s as Weight)) + (67_099_000 as Weight) + // Standard Error: 189_000 + .saturating_add((969_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((3_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) @@ -59,9 +59,9 @@ impl multisig::WeightInfo for WeightInfo { } // Storage: Multisig Multisigs (r:1 w:1) fn as_multi_approve(s: u32, z: u32, ) -> Weight { - (39_888_000 as Weight) - // Standard Error: 179_000 - .saturating_add((256_000 as Weight).saturating_mul(s as Weight)) + (40_275_000 as Weight) + // Standard Error: 153_000 + .saturating_add((101_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((2_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) @@ -70,9 +70,9 @@ impl multisig::WeightInfo for WeightInfo { // Storage: Multisig Multisigs (r:1 w:1) // Storage: Multisig Calls (r:1 w:1) fn as_multi_approve_store(s: u32, z: u32, ) -> Weight { - (61_497_000 as Weight) - // Standard Error: 193_000 - .saturating_add((1_205_000 as Weight).saturating_mul(s as Weight)) + (60_977_000 as Weight) + // Standard Error: 192_000 + .saturating_add((1_391_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((3_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) @@ -81,8 +81,10 @@ impl multisig::WeightInfo for WeightInfo { // Storage: Multisig Multisigs (r:1 w:1) // Storage: Multisig Calls (r:1 w:1) // Storage: System Account (r:1 w:1) - fn as_multi_complete(_s: u32, z: u32, ) -> Weight { - (86_685_000 as Weight) + fn as_multi_complete(s: u32, z: u32, ) -> Weight { + (80_154_000 as Weight) + // Standard Error: 164_000 + .saturating_add((1_033_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 .saturating_add((4_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) @@ -91,16 +93,16 @@ impl multisig::WeightInfo for WeightInfo { // Storage: Multisig Multisigs (r:1 w:1) // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) fn approve_as_multi_create(s: u32, ) -> Weight { - (56_785_000 as Weight) - // Standard Error: 109_000 - .saturating_add((1_454_000 as Weight).saturating_mul(s as Weight)) + (58_975_000 as Weight) + // Standard Error: 267_000 + .saturating_add((1_186_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Multisig Multisigs (r:1 w:1) // Storage: Multisig Calls (r:1 w:0) fn approve_as_multi_approve(_s: u32, ) -> Weight { - (42_991_000 as Weight) + (41_034_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -108,18 +110,18 @@ impl multisig::WeightInfo for WeightInfo { // Storage: Multisig Calls (r:1 w:1) // Storage: System Account (r:1 w:1) fn approve_as_multi_complete(s: u32, ) -> Weight { - (109_966_000 as Weight) - // Standard Error: 166_000 - .saturating_add((1_432_000 as Weight).saturating_mul(s as Weight)) + (110_970_000 as Weight) + // Standard Error: 183_000 + .saturating_add((1_159_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: Multisig Multisigs (r:1 w:1) // Storage: Multisig Calls (r:1 w:1) fn cancel_as_multi(s: u32, ) -> Weight { - (92_113_000 as Weight) - // Standard Error: 128_000 - .saturating_add((528_000 as Weight).saturating_mul(s as Weight)) + (95_207_000 as Weight) + // Standard Error: 321_000 + .saturating_add((45_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/runtime/picasso/src/weights/scheduler.rs b/runtime/picasso/src/weights/scheduler.rs index 12e648b7c60..ae22d762e05 100644 --- a/runtime/picasso/src/weights/scheduler.rs +++ b/runtime/picasso/src/weights/scheduler.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `scheduler` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("picasso-dev"), DB CACHE: 1024 // Executed Command: @@ -34,9 +34,9 @@ impl scheduler::WeightInfo for WeightInfo { // Storage: Preimage StatusFor (r:1 w:1) // Storage: Scheduler Lookup (r:0 w:1) fn on_initialize_periodic_named_resolved(s: u32, ) -> Weight { - (16_580_000 as Weight) - // Standard Error: 37_000 - .saturating_add((45_845_000 as Weight).saturating_mul(s as Weight)) + (27_002_000 as Weight) + // Standard Error: 132_000 + .saturating_add((49_444_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -47,9 +47,9 @@ impl scheduler::WeightInfo for WeightInfo { // Storage: Preimage StatusFor (r:1 w:1) // Storage: Scheduler Lookup (r:0 w:1) fn on_initialize_named_resolved(s: u32, ) -> Weight { - (12_290_000 as Weight) - // Standard Error: 38_000 - .saturating_add((35_711_000 as Weight).saturating_mul(s as Weight)) + (14_406_000 as Weight) + // Standard Error: 64_000 + .saturating_add((38_476_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -59,9 +59,9 @@ impl scheduler::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:1 w:1) // Storage: Preimage StatusFor (r:1 w:1) fn on_initialize_periodic_resolved(s: u32, ) -> Weight { - (115_000 as Weight) - // Standard Error: 105_000 - .saturating_add((40_181_000 as Weight).saturating_mul(s as Weight)) + (13_020_000 as Weight) + // Standard Error: 44_000 + .saturating_add((42_106_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -71,9 +71,9 @@ impl scheduler::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:1 w:1) // Storage: Preimage StatusFor (r:1 w:1) fn on_initialize_resolved(s: u32, ) -> Weight { - (13_036_000 as Weight) - // Standard Error: 35_000 - .saturating_add((32_687_000 as Weight).saturating_mul(s as Weight)) + (18_774_000 as Weight) + // Standard Error: 62_000 + .saturating_add((35_547_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -83,9 +83,9 @@ impl scheduler::WeightInfo for WeightInfo { // Storage: Preimage PreimageFor (r:1 w:0) // Storage: Scheduler Lookup (r:0 w:1) fn on_initialize_named_aborted(s: u32, ) -> Weight { - (10_946_000 as Weight) - // Standard Error: 22_000 - .saturating_add((14_992_000 as Weight).saturating_mul(s as Weight)) + (15_446_000 as Weight) + // Standard Error: 27_000 + .saturating_add((16_581_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) @@ -94,9 +94,9 @@ impl scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:2 w:2) // Storage: Preimage PreimageFor (r:1 w:0) fn on_initialize_aborted(s: u32, ) -> Weight { - (14_015_000 as Weight) - // Standard Error: 17_000 - .saturating_add((8_818_000 as Weight).saturating_mul(s as Weight)) + (14_890_000 as Weight) + // Standard Error: 18_000 + .saturating_add((10_489_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) @@ -104,9 +104,9 @@ impl scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:2 w:2) // Storage: Scheduler Lookup (r:0 w:1) fn on_initialize_periodic_named(s: u32, ) -> Weight { - (23_108_000 as Weight) - // Standard Error: 24_000 - .saturating_add((22_927_000 as Weight).saturating_mul(s as Weight)) + (25_650_000 as Weight) + // Standard Error: 22_000 + .saturating_add((25_012_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -114,9 +114,9 @@ impl scheduler::WeightInfo for WeightInfo { } // Storage: Scheduler Agenda (r:2 w:2) fn on_initialize_periodic(s: u32, ) -> Weight { - (24_516_000 as Weight) - // Standard Error: 28_000 - .saturating_add((16_626_000 as Weight).saturating_mul(s as Weight)) + (22_091_000 as Weight) + // Standard Error: 17_000 + .saturating_add((18_920_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) @@ -125,53 +125,53 @@ impl scheduler::WeightInfo for WeightInfo { // Storage: Scheduler Agenda (r:1 w:1) // Storage: Scheduler Lookup (r:0 w:1) fn on_initialize_named(s: u32, ) -> Weight { - (25_088_000 as Weight) - // Standard Error: 16_000 - .saturating_add((12_961_000 as Weight).saturating_mul(s as Weight)) + (24_294_000 as Weight) + // Standard Error: 18_000 + .saturating_add((15_139_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight))) } // Storage: Scheduler Agenda (r:1 w:1) fn on_initialize(s: u32, ) -> Weight { - (24_452_000 as Weight) - // Standard Error: 15_000 - .saturating_add((10_352_000 as Weight).saturating_mul(s as Weight)) + (23_910_000 as Weight) + // Standard Error: 14_000 + .saturating_add((12_583_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Scheduler Agenda (r:1 w:1) fn schedule(s: u32, ) -> Weight { - (31_968_000 as Weight) - // Standard Error: 4_000 - .saturating_add((174_000 as Weight).saturating_mul(s as Weight)) + (32_787_000 as Weight) + // Standard Error: 3_000 + .saturating_add((160_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Scheduler Agenda (r:1 w:1) // Storage: Scheduler Lookup (r:0 w:1) fn cancel(s: u32, ) -> Weight { - (31_956_000 as Weight) - // Standard Error: 5_000 - .saturating_add((1_727_000 as Weight).saturating_mul(s as Weight)) + (32_617_000 as Weight) + // Standard Error: 6_000 + .saturating_add((2_357_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Scheduler Lookup (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:1) fn schedule_named(s: u32, ) -> Weight { - (38_626_000 as Weight) - // Standard Error: 3_000 - .saturating_add((189_000 as Weight).saturating_mul(s as Weight)) + (40_606_000 as Weight) + // Standard Error: 5_000 + .saturating_add((194_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Scheduler Lookup (r:1 w:1) // Storage: Scheduler Agenda (r:1 w:1) fn cancel_named(s: u32, ) -> Weight { - (35_607_000 as Weight) - // Standard Error: 8_000 - .saturating_add((1_782_000 as Weight).saturating_mul(s as Weight)) + (36_077_000 as Weight) + // Standard Error: 6_000 + .saturating_add((2_341_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/runtime/picasso/src/weights/session.rs b/runtime/picasso/src/weights/session.rs index f0d1e5f1d3f..b320014717a 100644 --- a/runtime/picasso/src/weights/session.rs +++ b/runtime/picasso/src/weights/session.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `session` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("picasso-dev"), DB CACHE: 1024 // Executed Command: @@ -32,14 +32,14 @@ impl session::WeightInfo for WeightInfo { // Storage: Session NextKeys (r:1 w:1) // Storage: Session KeyOwner (r:1 w:1) fn set_keys() -> Weight { - (29_779_000 as Weight) + (29_757_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Session NextKeys (r:1 w:1) // Storage: Session KeyOwner (r:0 w:1) fn purge_keys() -> Weight { - (22_599_000 as Weight) + (22_186_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/runtime/picasso/src/weights/timestamp.rs b/runtime/picasso/src/weights/timestamp.rs index 4f545757793..e050f30adbc 100644 --- a/runtime/picasso/src/weights/timestamp.rs +++ b/runtime/picasso/src/weights/timestamp.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("picasso-dev"), DB CACHE: 1024 // Executed Command: @@ -32,11 +32,11 @@ impl timestamp::WeightInfo for WeightInfo { // Storage: Timestamp Now (r:1 w:1) // Storage: Aura CurrentSlot (r:1 w:0) fn set() -> Weight { - (12_624_000 as Weight) + (12_406_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn on_finalize() -> Weight { - (5_880_000 as Weight) + (5_704_000 as Weight) } } diff --git a/runtime/picasso/src/weights/treasury.rs b/runtime/picasso/src/weights/treasury.rs index d30566262ca..bc20602ce0a 100644 --- a/runtime/picasso/src/weights/treasury.rs +++ b/runtime/picasso/src/weights/treasury.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `treasury` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("picasso-dev"), DB CACHE: 1024 // Executed Command: @@ -32,23 +32,23 @@ impl treasury::WeightInfo for WeightInfo { // Storage: Treasury ProposalCount (r:1 w:1) // Storage: Treasury Proposals (r:0 w:1) fn propose_spend() -> Weight { - (49_066_000 as Weight) + (48_863_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Treasury Proposals (r:1 w:1) // Storage: System Account (r:2 w:2) fn reject_proposal() -> Weight { - (74_800_000 as Weight) + (74_877_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: Treasury Proposals (r:1 w:0) // Storage: Treasury Approvals (r:1 w:1) fn approve_proposal(p: u32, ) -> Weight { - (15_284_000 as Weight) - // Standard Error: 5_000 - .saturating_add((279_000 as Weight).saturating_mul(p as Weight)) + (15_893_000 as Weight) + // Standard Error: 4_000 + .saturating_add((293_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -56,9 +56,9 @@ impl treasury::WeightInfo for WeightInfo { // Storage: Treasury Approvals (r:1 w:1) // Storage: Treasury Proposals (r:1 w:1) fn on_initialize_proposals(p: u32, ) -> Weight { - (72_988_000 as Weight) - // Standard Error: 68_000 - .saturating_add((66_126_000 as Weight).saturating_mul(p as Weight)) + (70_313_000 as Weight) + // Standard Error: 74_000 + .saturating_add((67_592_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(p as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) diff --git a/runtime/picasso/src/weights/utility.rs b/runtime/picasso/src/weights/utility.rs index 0a822464bd6..02efcb53b74 100644 --- a/runtime/picasso/src/weights/utility.rs +++ b/runtime/picasso/src/weights/utility.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("picasso-dev"), DB CACHE: 1024 // Executed Command: @@ -30,19 +30,19 @@ use sp_std::marker::PhantomData; pub struct WeightInfo(PhantomData); impl utility::WeightInfo for WeightInfo { fn batch(c: u32, ) -> Weight { - (29_183_000 as Weight) - // Standard Error: 2_000 - .saturating_add((6_310_000 as Weight).saturating_mul(c as Weight)) + (2_950_000 as Weight) + // Standard Error: 10_000 + .saturating_add((7_284_000 as Weight).saturating_mul(c as Weight)) } fn as_derivative() -> Weight { - (4_905_000 as Weight) + (5_337_000 as Weight) } fn batch_all(c: u32, ) -> Weight { - (0 as Weight) - // Standard Error: 102_000 - .saturating_add((7_141_000 as Weight).saturating_mul(c as Weight)) + (24_251_000 as Weight) + // Standard Error: 3_000 + .saturating_add((7_615_000 as Weight).saturating_mul(c as Weight)) } fn dispatch_as() -> Weight { - (19_840_000 as Weight) + (20_356_000 as Weight) } } diff --git a/runtime/picasso/src/weights/vesting.rs b/runtime/picasso/src/weights/vesting.rs index f12cc08fa70..09834f9a2b6 100644 --- a/runtime/picasso/src/weights/vesting.rs +++ b/runtime/picasso/src/weights/vesting.rs @@ -2,7 +2,7 @@ //! Autogenerated weights for `vesting` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-03-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-03-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("picasso-dev"), DB CACHE: 1024 // Executed Command: @@ -34,9 +34,9 @@ impl vesting::WeightInfo for WeightInfo { // Storage: Tokens Accounts (r:1 w:1) // Storage: Timestamp Now (r:1 w:0) fn claim(s: u32, ) -> Weight { - (59_519_000 as Weight) - // Standard Error: 5_000 - .saturating_add((2_419_000 as Weight).saturating_mul(s as Weight)) + (56_327_000 as Weight) + // Standard Error: 44_000 + .saturating_add((2_653_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -45,7 +45,7 @@ impl vesting::WeightInfo for WeightInfo { // Storage: System Account (r:2 w:1) // Storage: Tokens Locks (r:1 w:1) fn vested_transfer() -> Weight { - (106_166_000 as Weight) + (106_114_000 as Weight) .saturating_add(T::DbWeight::get().reads(6 as Weight)) .saturating_add(T::DbWeight::get().writes(5 as Weight)) } @@ -54,9 +54,9 @@ impl vesting::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) // Storage: Vesting VestingSchedules (r:0 w:1) fn update_vesting_schedules(s: u32, ) -> Weight { - (58_886_000 as Weight) + (58_329_000 as Weight) // Standard Error: 2_000 - .saturating_add((138_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((145_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } @@ -66,9 +66,9 @@ impl vesting::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) // Storage: Timestamp Now (r:1 w:0) fn claim_for(s: u32, ) -> Weight { - (58_437_000 as Weight) - // Standard Error: 3_000 - .saturating_add((2_178_000 as Weight).saturating_mul(s as Weight)) + (58_590_000 as Weight) + // Standard Error: 4_000 + .saturating_add((2_226_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) }