From 6f3673fbba2b4bc40b96b5ee57840181d4d3bb63 Mon Sep 17 00:00:00 2001 From: Harald Heckmann Date: Mon, 20 Jun 2022 18:12:54 +0200 Subject: [PATCH] Update weights (#679) --- .../src/weights/cumulus_pallet_xcmp_queue.rs | 6 +- runtime/src/weights/frame_system.rs | 14 +- runtime/src/weights/orml_currencies.rs | 12 +- runtime/src/weights/orml_tokens.rs | 12 +- runtime/src/weights/pallet_author_mapping.rs | 11 +- .../src/weights/pallet_author_slot_filter.rs | 4 +- runtime/src/weights/pallet_balances.rs | 16 +-- runtime/src/weights/pallet_democracy.rs | 110 ++++++++-------- runtime/src/weights/pallet_identity.rs | 122 ++++++++--------- runtime/src/weights/pallet_membership.rs | 45 ++++--- runtime/src/weights/pallet_multisig.rs | 66 +++++----- runtime/src/weights/pallet_preimage.rs | 20 +-- runtime/src/weights/pallet_proxy.rs | 78 ++++++----- runtime/src/weights/pallet_scheduler.rs | 86 ++++++------ runtime/src/weights/pallet_timestamp.rs | 6 +- runtime/src/weights/pallet_treasury.rs | 18 +-- runtime/src/weights/pallet_utility.rs | 18 +-- runtime/src/weights/pallet_vesting.rs | 76 ++++++----- runtime/src/weights/parachain_staking.rs | 108 +++++++-------- zrml/authorized/src/weights.rs | 4 +- zrml/court/src/weights.rs | 8 +- zrml/liquidity-mining/src/weights.rs | 4 +- zrml/prediction-markets/src/weights.rs | 124 ++++++++++-------- zrml/swaps/src/weights.rs | 74 +++++------ 24 files changed, 530 insertions(+), 512 deletions(-) diff --git a/runtime/src/weights/cumulus_pallet_xcmp_queue.rs b/runtime/src/weights/cumulus_pallet_xcmp_queue.rs index dd8d799de..f4be88e6e 100644 --- a/runtime/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/runtime/src/weights/cumulus_pallet_xcmp_queue.rs @@ -1,7 +1,7 @@ //! Autogenerated weights for cumulus_pallet_xcmp_queue //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-05-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-06-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -33,13 +33,13 @@ pub struct WeightInfo(PhantomData); impl cumulus_pallet_xcmp_queue::weights::WeightInfo for WeightInfo { // Storage: XcmpQueue QueueConfig (r:1 w:1) fn set_config_with_u32() -> Weight { - (9_770_000 as Weight) + (7_770_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: XcmpQueue QueueConfig (r:1 w:1) fn set_config_with_weight() -> Weight { - (9_610_000 as Weight) + (7_780_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/src/weights/frame_system.rs b/runtime/src/weights/frame_system.rs index c5f2791b8..cc4ab1819 100644 --- a/runtime/src/weights/frame_system.rs +++ b/runtime/src/weights/frame_system.rs @@ -1,7 +1,7 @@ //! Autogenerated weights for frame_system //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-05-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-06-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -42,29 +42,29 @@ impl frame_system::weights::WeightInfo for WeightInfo Weight { - (6_950_000 as Weight) + (7_190_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: 16_000 - .saturating_add((1_090_000 as Weight).saturating_mul(i as Weight)) + // Standard Error: 11_000 + .saturating_add((1_156_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: 8_000 - .saturating_add((801_000 as Weight).saturating_mul(i as Weight)) + .saturating_add((811_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: 12_000 - .saturating_add((1_703_000 as Weight).saturating_mul(p as Weight)) + // Standard Error: 13_000 + .saturating_add((1_787_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/src/weights/orml_currencies.rs b/runtime/src/weights/orml_currencies.rs index 3ab774e4b..968ef7f70 100644 --- a/runtime/src/weights/orml_currencies.rs +++ b/runtime/src/weights/orml_currencies.rs @@ -1,7 +1,7 @@ //! Autogenerated weights for orml_currencies //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-05-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-06-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,13 +31,13 @@ impl orml_currencies::WeightInfo for WeightInfo { // Storage: Tokens Accounts (r:2 w:2) // Storage: System Account (r:1 w:1) fn transfer_non_native_currency() -> Weight { - (83_860_000 as Weight) + (86_030_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_native_currency() -> Weight { - (94_170_000 as Weight) + (84_950_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -45,19 +45,19 @@ impl orml_currencies::WeightInfo for WeightInfo { // Storage: Tokens TotalIssuance (r:1 w:1) // Storage: System Account (r:1 w:1) fn update_balance_non_native_currency() -> Weight { - (64_560_000 as Weight) + (68_330_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 update_balance_native_currency_creating() -> Weight { - (60_140_000 as Weight) + (62_650_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 update_balance_native_currency_killing() -> Weight { - (52_430_000 as Weight) + (55_260_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/src/weights/orml_tokens.rs b/runtime/src/weights/orml_tokens.rs index 2a2b81d07..f1d0d040b 100644 --- a/runtime/src/weights/orml_tokens.rs +++ b/runtime/src/weights/orml_tokens.rs @@ -1,7 +1,7 @@ //! Autogenerated weights for orml_tokens //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-05-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-06-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,28 +31,28 @@ impl orml_tokens::WeightInfo for WeightInfo { // Storage: Tokens Accounts (r:2 w:2) // Storage: System Account (r:1 w:1) fn transfer() -> Weight { - (84_680_000 as Weight) + (86_980_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: Tokens Accounts (r:2 w:2) // Storage: System Account (r:1 w:1) fn transfer_all() -> Weight { - (108_461_000 as Weight) + (93_420_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: Tokens Accounts (r:2 w:2) // Storage: System Account (r:1 w:1) fn transfer_keep_alive() -> Weight { - (81_690_000 as Weight) + (78_330_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: Tokens Accounts (r:2 w:2) // Storage: System Account (r:2 w:1) fn force_transfer() -> Weight { - (100_890_000 as Weight) + (94_710_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -60,7 +60,7 @@ impl orml_tokens::WeightInfo for WeightInfo { // Storage: Tokens TotalIssuance (r:1 w:1) // Storage: System Account (r:1 w:1) fn set_balance() -> Weight { - (74_330_000 as Weight) + (64_300_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/src/weights/pallet_author_mapping.rs b/runtime/src/weights/pallet_author_mapping.rs index 8e4614504..0fa7a55d5 100644 --- a/runtime/src/weights/pallet_author_mapping.rs +++ b/runtime/src/weights/pallet_author_mapping.rs @@ -1,7 +1,7 @@ //! Autogenerated weights for pallet_author_mapping //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-05-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-06-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -33,24 +33,21 @@ pub struct WeightInfo(PhantomData); impl pallet_author_mapping::weights::WeightInfo for WeightInfo { // Storage: AuthorMapping MappingWithDeposit (r:1 w:1) // Storage: System Account (r:1 w:1) - #[rustfmt::skip] fn add_association() -> Weight { - (60_010_000 as Weight) + (59_400_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: AuthorMapping MappingWithDeposit (r:2 w:2) - #[rustfmt::skip] fn update_association() -> Weight { - (45_540_000 as Weight) + (45_450_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: AuthorMapping MappingWithDeposit (r:1 w:1) // Storage: System Account (r:1 w:1) - #[rustfmt::skip] fn clear_association() -> Weight { - (60_780_000 as Weight) + (60_730_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/src/weights/pallet_author_slot_filter.rs b/runtime/src/weights/pallet_author_slot_filter.rs index 99ae9b7fc..555c91cd5 100644 --- a/runtime/src/weights/pallet_author_slot_filter.rs +++ b/runtime/src/weights/pallet_author_slot_filter.rs @@ -1,7 +1,7 @@ //! Autogenerated weights for pallet_author_slot_filter //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-05-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-06-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -33,6 +33,6 @@ pub struct WeightInfo(PhantomData); impl pallet_author_slot_filter::weights::WeightInfo for WeightInfo { // Storage: AuthorFilter EligibleCount (r:0 w:1) fn set_eligible() -> Weight { - (22_241_000 as Weight).saturating_add(T::DbWeight::get().writes(1 as Weight)) + (27_340_000 as Weight).saturating_add(T::DbWeight::get().writes(1 as Weight)) } } diff --git a/runtime/src/weights/pallet_balances.rs b/runtime/src/weights/pallet_balances.rs index 08cabf62f..f64a65d36 100644 --- a/runtime/src/weights/pallet_balances.rs +++ b/runtime/src/weights/pallet_balances.rs @@ -1,7 +1,7 @@ //! Autogenerated weights for pallet_balances //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-05-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-06-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -33,43 +33,43 @@ pub struct WeightInfo(PhantomData); impl pallet_balances::weights::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) fn transfer() -> Weight { - (81_600_000 as Weight) + (116_230_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 transfer_keep_alive() -> Weight { - (61_070_000 as Weight) + (86_400_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_970_000 as Weight) + (52_770_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 { - (49_141_000 as Weight) + (90_290_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:2 w:2) fn force_transfer() -> Weight { - (91_210_000 as Weight) + (173_310_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_all() -> Weight { - (83_720_000 as Weight) + (153_590_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 { - (39_440_000 as Weight) + (67_880_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/src/weights/pallet_democracy.rs b/runtime/src/weights/pallet_democracy.rs index abff23cc3..4a7690ee0 100644 --- a/runtime/src/weights/pallet_democracy.rs +++ b/runtime/src/weights/pallet_democracy.rs @@ -1,7 +1,7 @@ //! Autogenerated weights for pallet_democracy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-05-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-06-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -36,15 +36,15 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Storage: Democracy Blacklist (r:1 w:0) // Storage: Democracy DepositOf (r:0 w:1) fn propose() -> Weight { - (99_900_000 as Weight) + (108_200_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_188_000 as Weight) - // Standard Error: 12_000 - .saturating_add((192_000 as Weight).saturating_mul(s as Weight)) + (65_348_000 as Weight) + // Standard Error: 11_000 + .saturating_add((212_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)) } @@ -52,9 +52,9 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Storage: Democracy VotingOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vote_new(r: u32) -> Weight { - (71_974_000 as Weight) + (82_180_000 as Weight) // Standard Error: 8_000 - .saturating_add((296_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((332_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)) } @@ -62,16 +62,16 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Storage: Democracy VotingOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vote_existing(r: u32) -> Weight { - (78_104_000 as Weight) + (82_051_000 as Weight) // Standard Error: 10_000 - .saturating_add((195_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 { - (38_370_000 as Weight) + (39_930_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -82,42 +82,42 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Storage: Democracy DepositOf (r:1 w:1) // Storage: System Account (r:2 w:2) fn blacklist(p: u32) -> Weight { - (126_776_000 as Weight) - // Standard Error: 17_000 - .saturating_add((310_000 as Weight).saturating_mul(p as Weight)) + (126_473_000 as Weight) + // Standard Error: 18_000 + .saturating_add((538_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 { - (22_957_000 as Weight) - // Standard Error: 4_000 - .saturating_add((19_000 as Weight).saturating_mul(v as Weight)) + (20_418_000 as Weight) + // Standard Error: 1_000 + .saturating_add((47_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_120_000 as Weight).saturating_add(T::DbWeight::get().writes(1 as Weight)) + (3_320_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_080_000 as Weight).saturating_add(T::DbWeight::get().writes(1 as Weight)) + (3_270_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 { - (41_230_000 as Weight) + (41_150_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 { - (42_303_000 as Weight) - // Standard Error: 1_000 + (46_355_000 as Weight) + // Standard Error: 12_000 .saturating_add((67_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,22 +126,22 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Storage: Democracy DepositOf (r:1 w:1) // Storage: System Account (r:2 w:2) fn cancel_proposal(p: u32) -> Weight { - (90_273_000 as Weight) - // Standard Error: 10_000 - .saturating_add((358_000 as Weight).saturating_mul(p as Weight)) + (90_649_000 as Weight) + // Standard Error: 11_000 + .saturating_add((482_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 { - (25_370_000 as Weight).saturating_add(T::DbWeight::get().writes(1 as Weight)) + (22_910_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 { - (50_254_000 as Weight) - // Standard Error: 14_000 - .saturating_add((1_358_000 as Weight).saturating_mul(r as Weight)) + (44_776_000 as Weight) + // Standard Error: 17_000 + .saturating_add((1_676_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)) } @@ -149,9 +149,9 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Storage: Democracy ReferendumCount (r:1 w:0) // Storage: Democracy ReferendumInfoOf (r:1 w:0) fn on_initialize_base(r: u32) -> Weight { - (20_206_000 as Weight) - // Standard Error: 60_000 - .saturating_add((7_774_000 as Weight).saturating_mul(r as Weight)) + (13_518_000 as Weight) + // Standard Error: 57_000 + .saturating_add((8_303_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)) @@ -163,9 +163,9 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Storage: Democracy PublicProps (r:1 w:0) // Storage: Democracy ReferendumInfoOf (r:1 w:0) fn on_initialize_base_with_launch_period(r: u32) -> Weight { - (18_880_000 as Weight) - // Standard Error: 49_000 - .saturating_add((7_887_000 as Weight).saturating_mul(r as Weight)) + (30_621_000 as Weight) + // Standard Error: 48_000 + .saturating_add((8_164_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)) @@ -174,9 +174,9 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Storage: Democracy ReferendumInfoOf (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn delegate(r: u32) -> Weight { - (83_111_000 as Weight) - // Standard Error: 83_000 - .saturating_add((10_575_000 as Weight).saturating_mul(r as Weight)) + (78_563_000 as Weight) + // Standard Error: 69_000 + .saturating_add((12_255_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)) @@ -185,9 +185,9 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Storage: Democracy VotingOf (r:2 w:2) // Storage: Democracy ReferendumInfoOf (r:1 w:1) fn undelegate(r: u32) -> Weight { - (46_640_000 as Weight) - // Standard Error: 64_000 - .saturating_add((9_735_000 as Weight).saturating_mul(r as Weight)) + (51_735_000 as Weight) + // Standard Error: 72_000 + .saturating_add((11_833_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)) @@ -195,11 +195,11 @@ impl pallet_democracy::weights::WeightInfo for WeightIn } // Storage: Democracy PublicProps (r:0 w:1) fn clear_public_proposals() -> Weight { - (3_590_000 as Weight).saturating_add(T::DbWeight::get().writes(1 as Weight)) + (4_130_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 { - (63_639_000 as Weight) + (61_196_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)) @@ -207,7 +207,7 @@ impl pallet_democracy::weights::WeightInfo for WeightIn } // Storage: Democracy Preimages (r:1 w:1) fn note_imminent_preimage(b: u32) -> Weight { - (42_746_000 as Weight) + (41_609_000 as Weight) // Standard Error: 0 .saturating_add((2_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) @@ -216,7 +216,7 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Storage: Democracy Preimages (r:1 w:1) // Storage: System Account (r:1 w:0) fn reap_preimage(b: u32) -> Weight { - (61_374_000 as Weight) + (58_449_000 as Weight) // Standard Error: 0 .saturating_add((1_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) @@ -226,9 +226,9 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Storage: Balances Locks (r:1 w:1) // Storage: System Account (r:1 w:1) fn unlock_remove(r: u32) -> Weight { - (49_835_000 as Weight) - // Standard Error: 5_000 - .saturating_add((38_000 as Weight).saturating_mul(r as Weight)) + (55_150_000 as Weight) + // Standard Error: 7_000 + .saturating_add((101_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)) } @@ -236,27 +236,27 @@ impl pallet_democracy::weights::WeightInfo for WeightIn // Storage: Balances Locks (r:1 w:1) // Storage: System Account (r:1 w:1) fn unlock_set(r: u32) -> Weight { - (47_005_000 as Weight) + (50_747_000 as Weight) // Standard Error: 6_000 - .saturating_add((197_000 as Weight).saturating_mul(r as Weight)) + .saturating_add((246_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 { - (27_060_000 as Weight) - // Standard Error: 5_000 - .saturating_add((215_000 as Weight).saturating_mul(r as Weight)) + (26_911_000 as Weight) + // Standard Error: 4_000 + .saturating_add((295_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 { - (27_455_000 as Weight) - // Standard Error: 3_000 - .saturating_add((214_000 as Weight).saturating_mul(r as Weight)) + (29_072_000 as Weight) + // Standard Error: 5_000 + .saturating_add((265_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/src/weights/pallet_identity.rs b/runtime/src/weights/pallet_identity.rs index 5f1772c75..7b3e5fae7 100644 --- a/runtime/src/weights/pallet_identity.rs +++ b/runtime/src/weights/pallet_identity.rs @@ -1,7 +1,7 @@ //! Autogenerated weights for pallet_identity //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-05-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-06-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -32,18 +32,16 @@ use frame_support::{ pub struct WeightInfo(PhantomData); impl pallet_identity::weights::WeightInfo for WeightInfo { // Storage: Identity Registrars (r:1 w:1) - fn add_registrar(r: u32) -> Weight { - (30_947_000 as Weight) - // Standard Error: 146_000 - .saturating_add((235_000 as Weight).saturating_mul(r as Weight)) + fn add_registrar(_r: u32) -> Weight { + (34_781_000 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 { - (78_576_000 as Weight) - // Standard Error: 23_000 - .saturating_add((983_000 as Weight).saturating_mul(x as Weight)) + (74_433_000 as Weight) + // Standard Error: 14_000 + .saturating_add((1_036_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 +49,9 @@ impl pallet_identity::weights::WeightInfo for WeightInf // Storage: Identity SubsOf (r:1 w:1) // Storage: Identity SuperOf (r:1 w:1) fn set_subs_new(s: u32) -> Weight { - (63_739_000 as Weight) - // Standard Error: 52_000 - .saturating_add((7_242_000 as Weight).saturating_mul(s as Weight)) + (78_981_000 as Weight) + // Standard Error: 74_000 + .saturating_add((8_319_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 +61,9 @@ impl pallet_identity::weights::WeightInfo for WeightInf // Storage: Identity SubsOf (r:1 w:1) // Storage: Identity SuperOf (r:0 w:1) fn set_subs_old(p: u32) -> Weight { - (54_400_000 as Weight) - // Standard Error: 42_000 - .saturating_add((2_519_000 as Weight).saturating_mul(p as Weight)) + (58_419_000 as Weight) + // Standard Error: 34_000 + .saturating_add((2_440_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))) @@ -73,12 +71,14 @@ impl pallet_identity::weights::WeightInfo for WeightInf // Storage: Identity SubsOf (r:1 w:1) // Storage: Identity IdentityOf (r:1 w:1) // Storage: Identity SuperOf (r:0 w:64) - fn clear_identity(_r: u32, s: u32, x: u32) -> Weight { - (69_428_000 as Weight) - // Standard Error: 34_000 - .saturating_add((2_204_000 as Weight).saturating_mul(s as Weight)) - // Standard Error: 34_000 - .saturating_add((675_000 as Weight).saturating_mul(x as Weight)) + fn clear_identity(r: u32, s: u32, x: u32) -> Weight { + (62_765_000 as Weight) + // Standard Error: 457_000 + .saturating_add((758_000 as Weight).saturating_mul(r as Weight)) + // Standard Error: 26_000 + .saturating_add((2_315_000 as Weight).saturating_mul(s as Weight)) + // Standard Error: 26_000 + .saturating_add((649_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))) @@ -86,50 +86,54 @@ impl pallet_identity::weights::WeightInfo for WeightInf // Storage: Identity Registrars (r:1 w:0) // Storage: Identity IdentityOf (r:1 w:1) fn request_judgement(_r: u32, x: u32) -> Weight { - (119_294_000 as Weight) - // Standard Error: 17_000 - .saturating_add((970_000 as Weight).saturating_mul(x as Weight)) + (89_771_000 as Weight) + // Standard Error: 21_000 + .saturating_add((955_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 { - (77_783_000 as Weight) - // Standard Error: 28_000 - .saturating_add((1_000_000 as Weight).saturating_mul(x as Weight)) + fn cancel_request(r: u32, x: u32) -> Weight { + (49_691_000 as Weight) + // Standard Error: 361_000 + .saturating_add((1_506_000 as Weight).saturating_mul(r as Weight)) + // Standard Error: 24_000 + .saturating_add((1_293_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 { - (11_843_000 as Weight) - // Standard Error: 49_000 - .saturating_add((203_000 as Weight).saturating_mul(r as Weight)) + (11_436_000 as Weight) + // Standard Error: 42_000 + .saturating_add((443_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_830_000 as Weight) - // Standard Error: 42_000 - .saturating_add((380_000 as Weight).saturating_mul(r as Weight)) + (11_974_000 as Weight) + // Standard Error: 61_000 + .saturating_add((401_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_521_000 as Weight) - // Standard Error: 41_000 - .saturating_add((445_000 as Weight).saturating_mul(r as Weight)) + (13_495_000 as Weight) + // Standard Error: 56_000 + .saturating_add((28_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 { - (50_730_000 as Weight) - // Standard Error: 13_000 - .saturating_add((954_000 as Weight).saturating_mul(x as Weight)) + fn provide_judgement(r: u32, x: u32) -> Weight { + (47_585_000 as Weight) + // Standard Error: 177_000 + .saturating_add((640_000 as Weight).saturating_mul(r as Weight)) + // Standard Error: 9_000 + .saturating_add((1_123_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)) } @@ -137,14 +141,12 @@ impl pallet_identity::weights::WeightInfo for WeightInf // Storage: Identity IdentityOf (r:1 w:1) // Storage: System Account (r:2 w:2) // Storage: Identity SuperOf (r:0 w:64) - fn kill_identity(r: u32, s: u32, x: u32) -> Weight { - (72_113_000 as Weight) - // Standard Error: 523_000 - .saturating_add((2_208_000 as Weight).saturating_mul(r as Weight)) - // Standard Error: 30_000 - .saturating_add((2_471_000 as Weight).saturating_mul(s as Weight)) - // Standard Error: 30_000 - .saturating_add((104_000 as Weight).saturating_mul(x as Weight)) + fn kill_identity(r: u32, s: u32, _x: u32) -> Weight { + (102_497_000 as Weight) + // Standard Error: 884_000 + .saturating_add((967_000 as Weight).saturating_mul(r as Weight)) + // Standard Error: 51_000 + .saturating_add((2_495_000 as Weight).saturating_mul(s 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))) @@ -153,18 +155,18 @@ impl pallet_identity::weights::WeightInfo for WeightInf // Storage: Identity SuperOf (r:1 w:1) // Storage: Identity SubsOf (r:1 w:1) fn add_sub(s: u32) -> Weight { - (73_685_000 as Weight) - // Standard Error: 19_000 - .saturating_add((301_000 as Weight).saturating_mul(s as Weight)) + (79_228_000 as Weight) + // Standard Error: 21_000 + .saturating_add((171_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 { - (24_539_000 as Weight) - // Standard Error: 4_000 - .saturating_add((91_000 as Weight).saturating_mul(s as Weight)) + (24_992_000 as Weight) + // Standard Error: 5_000 + .saturating_add((69_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)) } @@ -172,18 +174,18 @@ impl pallet_identity::weights::WeightInfo for WeightInf // Storage: Identity SuperOf (r:1 w:1) // Storage: Identity SubsOf (r:1 w:1) fn remove_sub(s: u32) -> Weight { - (82_908_000 as Weight) - // Standard Error: 15_000 - .saturating_add((103_000 as Weight).saturating_mul(s as Weight)) + (84_407_000 as Weight) + // Standard Error: 22_000 + .saturating_add((186_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 { - (57_160_000 as Weight) - // Standard Error: 11_000 - .saturating_add((104_000 as Weight).saturating_mul(s as Weight)) + (54_442_000 as Weight) + // Standard Error: 10_000 + .saturating_add((201_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/src/weights/pallet_membership.rs b/runtime/src/weights/pallet_membership.rs index 78db1a3fa..32b1cd200 100644 --- a/runtime/src/weights/pallet_membership.rs +++ b/runtime/src/weights/pallet_membership.rs @@ -1,7 +1,7 @@ //! Autogenerated weights for pallet_membership //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-05-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-06-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -36,9 +36,9 @@ impl pallet_membership::weights::WeightInfo for WeightI // Storage: AdvisoryCommittee Members (r:0 w:1) // Storage: AdvisoryCommittee Prime (r:0 w:1) fn add_member(m: u32) -> Weight { - (39_312_000 as Weight) - // Standard Error: 8_000 - .saturating_add((69_000 as Weight).saturating_mul(m as Weight)) + (38_419_000 as Weight) + // Standard Error: 9_000 + .saturating_add((140_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)) } @@ -48,9 +48,9 @@ impl pallet_membership::weights::WeightInfo for WeightI // Storage: AdvisoryCommittee Members (r:0 w:1) // Storage: AdvisoryCommittee Prime (r:0 w:1) fn remove_member(m: u32) -> Weight { - (43_056_000 as Weight) - // Standard Error: 3_000 - .saturating_add((82_000 as Weight).saturating_mul(m as Weight)) + (47_096_000 as Weight) + // Standard Error: 4_000 + .saturating_add((92_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)) } @@ -60,9 +60,9 @@ impl pallet_membership::weights::WeightInfo for WeightI // Storage: AdvisoryCommittee Members (r:0 w:1) // Storage: AdvisoryCommittee Prime (r:0 w:1) fn swap_member(m: u32) -> Weight { - (45_326_000 as Weight) - // Standard Error: 4_000 - .saturating_add((89_000 as Weight).saturating_mul(m as Weight)) + (48_742_000 as Weight) + // Standard Error: 7_000 + .saturating_add((106_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)) } @@ -72,9 +72,9 @@ impl pallet_membership::weights::WeightInfo for WeightI // Storage: AdvisoryCommittee Members (r:0 w:1) // Storage: AdvisoryCommittee Prime (r:0 w:1) fn reset_member(m: u32) -> Weight { - (47_361_000 as Weight) - // Standard Error: 7_000 - .saturating_add((283_000 as Weight).saturating_mul(m as Weight)) + (47_367_000 as Weight) + // Standard Error: 6_000 + .saturating_add((373_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)) } @@ -84,9 +84,9 @@ impl pallet_membership::weights::WeightInfo for WeightI // Storage: AdvisoryCommittee Members (r:0 w:1) // Storage: AdvisoryCommittee Prime (r:0 w:1) fn change_key(m: u32) -> Weight { - (43_762_000 as Weight) - // Standard Error: 2_000 - .saturating_add((105_000 as Weight).saturating_mul(m as Weight)) + (50_340_000 as Weight) + // Standard Error: 7_000 + .saturating_add((133_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)) } @@ -94,15 +94,18 @@ impl pallet_membership::weights::WeightInfo for WeightI // Storage: AdvisoryCommitteeMembership Prime (r:0 w:1) // Storage: AdvisoryCommittee Prime (r:0 w:1) fn set_prime(m: u32) -> Weight { - (10_995_000 as Weight) - // Standard Error: 0 - .saturating_add((44_000 as Weight).saturating_mul(m as Weight)) + (11_834_000 as Weight) + // Standard Error: 1_000 + .saturating_add((55_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: AdvisoryCommitteeMembership Prime (r:0 w:1) // Storage: AdvisoryCommittee Prime (r:0 w:1) - fn clear_prime(_m: u32) -> Weight { - (4_619_000 as Weight).saturating_add(T::DbWeight::get().writes(2 as Weight)) + fn clear_prime(m: u32) -> Weight { + (4_368_000 as Weight) + // Standard Error: 0 + .saturating_add((4_000 as Weight).saturating_mul(m as Weight)) + .saturating_add(T::DbWeight::get().writes(2 as Weight)) } } diff --git a/runtime/src/weights/pallet_multisig.rs b/runtime/src/weights/pallet_multisig.rs index 1c78d5a14..29b112ec0 100644 --- a/runtime/src/weights/pallet_multisig.rs +++ b/runtime/src/weights/pallet_multisig.rs @@ -1,7 +1,7 @@ //! Autogenerated weights for pallet_multisig //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-05-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-06-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -31,19 +31,17 @@ use frame_support::{ /// Weight functions for pallet_multisig (automatically generated) pub struct WeightInfo(PhantomData); impl pallet_multisig::weights::WeightInfo for WeightInfo { - fn as_multi_threshold_1(z: u32) -> Weight { - (22_690_000 as Weight) - // Standard Error: 0 - .saturating_add((1_000 as Weight).saturating_mul(z as Weight)) + fn as_multi_threshold_1(_z: u32) -> Weight { + (29_238_000 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 { - (69_341_000 as Weight) - // Standard Error: 9_000 - .saturating_add((136_000 as Weight).saturating_mul(s as Weight)) + (92_504_000 as Weight) + // Standard Error: 14_000 + .saturating_add((166_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 - .saturating_add((2_000 as Weight).saturating_mul(z as Weight)) + .saturating_add((1_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -51,32 +49,32 @@ impl pallet_multisig::weights::WeightInfo for WeightInf // Storage: MultiSig Calls (r:1 w:1) // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) fn as_multi_create_store(s: u32, z: u32) -> Weight { - (57_073_000 as Weight) + (84_340_000 as Weight) // Standard Error: 13_000 - .saturating_add((308_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((206_000 as Weight).saturating_mul(s 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(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: MultiSig Multisigs (r:1 w:1) fn as_multi_approve(s: u32, z: u32) -> Weight { - (41_412_000 as Weight) - // Standard Error: 5_000 - .saturating_add((158_000 as Weight).saturating_mul(s as Weight)) + (52_600_000 as Weight) + // Standard Error: 6_000 + .saturating_add((151_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 - .saturating_add((2_000 as Weight).saturating_mul(z as Weight)) + .saturating_add((1_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: MultiSig Multisigs (r:1 w:1) // Storage: MultiSig Calls (r:1 w:1) fn as_multi_approve_store(s: u32, z: u32) -> Weight { - (65_988_000 as Weight) - // Standard Error: 14_000 - .saturating_add((173_000 as Weight).saturating_mul(s as Weight)) + (84_637_000 as Weight) + // Standard Error: 12_000 + .saturating_add((180_000 as Weight).saturating_mul(s as Weight)) // Standard Error: 0 - .saturating_add((3_000 as Weight).saturating_mul(z as Weight)) + .saturating_add((2_000 as Weight).saturating_mul(z as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -84,9 +82,9 @@ impl pallet_multisig::weights::WeightInfo for WeightInf // Storage: MultiSig Calls (r:1 w:1) // Storage: System Account (r:1 w:1) fn as_multi_complete(s: u32, z: u32) -> Weight { - (91_344_000 as Weight) - // Standard Error: 11_000 - .saturating_add((256_000 as Weight).saturating_mul(s as Weight)) + (93_114_000 as Weight) + // Standard Error: 15_000 + .saturating_add((521_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)) @@ -95,18 +93,18 @@ impl pallet_multisig::weights::WeightInfo for WeightInf // Storage: MultiSig Multisigs (r:1 w:1) // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) fn approve_as_multi_create(s: u32) -> Weight { - (71_452_000 as Weight) - // Standard Error: 9_000 - .saturating_add((81_000 as Weight).saturating_mul(s as Weight)) + (83_324_000 as Weight) + // Standard Error: 11_000 + .saturating_add((187_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 { - (41_276_000 as Weight) - // Standard Error: 5_000 - .saturating_add((130_000 as Weight).saturating_mul(s as Weight)) + (51_657_000 as Weight) + // Standard Error: 6_000 + .saturating_add((170_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)) } @@ -114,18 +112,18 @@ impl pallet_multisig::weights::WeightInfo for WeightInf // Storage: MultiSig Calls (r:1 w:1) // Storage: System Account (r:1 w:1) fn approve_as_multi_complete(s: u32) -> Weight { - (107_270_000 as Weight) + (134_684_000 as Weight) // Standard Error: 15_000 - .saturating_add((297_000 as Weight).saturating_mul(s as Weight)) + .saturating_add((174_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 { - (101_087_000 as Weight) - // Standard Error: 13_000 - .saturating_add((144_000 as Weight).saturating_mul(s as Weight)) + (105_567_000 as Weight) + // Standard Error: 14_000 + .saturating_add((148_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/src/weights/pallet_preimage.rs b/runtime/src/weights/pallet_preimage.rs index 3d5fa1a85..c8af528cd 100644 --- a/runtime/src/weights/pallet_preimage.rs +++ b/runtime/src/weights/pallet_preimage.rs @@ -1,7 +1,7 @@ //! Autogenerated weights for pallet_preimage //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-05-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-06-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -61,58 +61,58 @@ impl pallet_preimage::weights::WeightInfo for WeightInf // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unnote_preimage() -> Weight { - (87_470_000 as Weight) + (122_040_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unnote_no_deposit_preimage() -> Weight { - (66_290_000 as Weight) + (87_960_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_preimage() -> Weight { - (91_430_000 as Weight) + (107_450_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_no_deposit_preimage() -> Weight { - (62_760_000 as Weight) + (76_010_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_unnoted_preimage() -> Weight { - (37_330_000 as Weight) + (50_520_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Preimage StatusFor (r:1 w:1) fn request_requested_preimage() -> Weight { - (11_840_000 as Weight) + (14_780_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unrequest_preimage() -> Weight { - (62_510_000 as Weight) + (90_600_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Preimage StatusFor (r:1 w:1) // Storage: Preimage PreimageFor (r:0 w:1) fn unrequest_unnoted_preimage() -> Weight { - (41_240_000 as Weight) + (51_110_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Preimage StatusFor (r:1 w:1) fn unrequest_multi_referenced_preimage() -> Weight { - (11_450_000 as Weight) + (13_710_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/src/weights/pallet_proxy.rs b/runtime/src/weights/pallet_proxy.rs index b99f1e5b2..8f78d3bc8 100644 --- a/runtime/src/weights/pallet_proxy.rs +++ b/runtime/src/weights/pallet_proxy.rs @@ -1,7 +1,7 @@ //! Autogenerated weights for pallet_proxy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-05-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-06-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -33,38 +33,42 @@ pub struct WeightInfo(PhantomData); impl pallet_proxy::weights::WeightInfo for WeightInfo { // Storage: Proxy Proxies (r:1 w:0) fn proxy(p: u32) -> Weight { - (32_968_000 as Weight) - // Standard Error: 6_000 - .saturating_add((163_000 as Weight).saturating_mul(p as Weight)) + (36_894_000 as Weight) + // Standard Error: 19_000 + .saturating_add((52_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) } // Storage: Proxy Proxies (r:1 w:0) // Storage: Proxy Announcements (r:1 w:1) // Storage: System Account (r:1 w:1) fn proxy_announced(a: u32, p: u32) -> Weight { - (69_825_000 as Weight) - // Standard Error: 68_000 - .saturating_add((542_000 as Weight).saturating_mul(a as Weight)) - // Standard Error: 70_000 - .saturating_add((134_000 as Weight).saturating_mul(p as Weight)) + (68_237_000 as Weight) + // Standard Error: 39_000 + .saturating_add((623_000 as Weight).saturating_mul(a as Weight)) + // Standard Error: 41_000 + .saturating_add((245_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Proxy Announcements (r:1 w:1) // Storage: System Account (r:1 w:1) - fn remove_announcement(a: u32, _p: u32) -> Weight { - (44_496_000 as Weight) - // Standard Error: 19_000 - .saturating_add((489_000 as Weight).saturating_mul(a as Weight)) + fn remove_announcement(a: u32, p: u32) -> Weight { + (57_327_000 as Weight) + // Standard Error: 25_000 + .saturating_add((339_000 as Weight).saturating_mul(a as Weight)) + // Standard Error: 26_000 + .saturating_add((30_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)) } // Storage: Proxy Announcements (r:1 w:1) // Storage: System Account (r:1 w:1) - fn reject_announcement(a: u32, _p: u32) -> Weight { - (52_772_000 as Weight) - // Standard Error: 26_000 - .saturating_add((158_000 as Weight).saturating_mul(a as Weight)) + fn reject_announcement(a: u32, p: u32) -> Weight { + (54_584_000 as Weight) + // Standard Error: 29_000 + .saturating_add((492_000 as Weight).saturating_mul(a as Weight)) + // Standard Error: 30_000 + .saturating_add((96_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)) } @@ -72,50 +76,52 @@ impl pallet_proxy::weights::WeightInfo for WeightInfo Weight { - (54_299_000 as Weight) - // Standard Error: 44_000 - .saturating_add((727_000 as Weight).saturating_mul(a as Weight)) - // Standard Error: 46_000 - .saturating_add((315_000 as Weight).saturating_mul(p as Weight)) + (72_065_000 as Weight) + // Standard Error: 28_000 + .saturating_add((513_000 as Weight).saturating_mul(a as Weight)) + // Standard Error: 29_000 + .saturating_add((207_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Proxy Proxies (r:1 w:1) fn add_proxy(p: u32) -> Weight { - (57_212_000 as Weight) - // Standard Error: 9_000 - .saturating_add((235_000 as Weight).saturating_mul(p as Weight)) + (69_284_000 as Weight) + // Standard Error: 21_000 + .saturating_add((214_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Proxy Proxies (r:1 w:1) fn remove_proxy(p: u32) -> Weight { - (57_199_000 as Weight) - // Standard Error: 10_000 - .saturating_add((243_000 as Weight).saturating_mul(p as Weight)) + (67_256_000 as Weight) + // Standard Error: 36_000 + .saturating_add((150_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Proxy Proxies (r:1 w:1) fn remove_proxies(p: u32) -> Weight { - (49_796_000 as Weight) - // Standard Error: 54_000 - .saturating_add((406_000 as Weight).saturating_mul(p as Weight)) + (53_817_000 as Weight) + // Standard Error: 28_000 + .saturating_add((178_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0) // Storage: Proxy Proxies (r:1 w:1) - fn anonymous(_p: u32) -> Weight { - (69_230_000 as Weight) + fn anonymous(p: u32) -> Weight { + (72_520_000 as Weight) + // Standard Error: 39_000 + .saturating_add((98_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)) } // Storage: Proxy Proxies (r:1 w:1) fn kill_anonymous(p: u32) -> Weight { - (51_253_000 as Weight) - // Standard Error: 14_000 - .saturating_add((91_000 as Weight).saturating_mul(p as Weight)) + (61_276_000 as Weight) + // Standard Error: 82_000 + .saturating_add((35_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } diff --git a/runtime/src/weights/pallet_scheduler.rs b/runtime/src/weights/pallet_scheduler.rs index 81eb05854..76e08c0a7 100644 --- a/runtime/src/weights/pallet_scheduler.rs +++ b/runtime/src/weights/pallet_scheduler.rs @@ -1,7 +1,7 @@ //! Autogenerated weights for pallet_scheduler //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-05-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-06-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -36,9 +36,9 @@ impl pallet_scheduler::weights::WeightInfo for WeightIn // Storage: Preimage StatusFor (r:1 w:1) // Storage: Scheduler Lookup (r:0 w:1) fn on_initialize_periodic_named_resolved(s: u32) -> Weight { - (36_758_000 as Weight) - // Standard Error: 313_000 - .saturating_add((48_916_000 as Weight).saturating_mul(s as Weight)) + (0 as Weight) + // Standard Error: 573_000 + .saturating_add((54_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)) @@ -49,9 +49,9 @@ impl pallet_scheduler::weights::WeightInfo for WeightIn // Storage: Preimage StatusFor (r:1 w:1) // Storage: Scheduler Lookup (r:0 w:1) fn on_initialize_named_resolved(s: u32) -> Weight { - (0 as Weight) - // Standard Error: 248_000 - .saturating_add((38_595_000 as Weight).saturating_mul(s as Weight)) + (36_895_000 as Weight) + // Standard Error: 582_000 + .saturating_add((39_495_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)) @@ -61,9 +61,9 @@ impl pallet_scheduler::weights::WeightInfo for WeightIn // Storage: Preimage PreimageFor (r:1 w:1) // Storage: Preimage StatusFor (r:1 w:1) fn on_initialize_periodic_resolved(s: u32) -> Weight { - (0 as Weight) - // Standard Error: 377_000 - .saturating_add((43_667_000 as Weight).saturating_mul(s as Weight)) + (36_728_000 as Weight) + // Standard Error: 489_000 + .saturating_add((46_045_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)) @@ -73,9 +73,9 @@ impl pallet_scheduler::weights::WeightInfo for WeightIn // Storage: Preimage PreimageFor (r:1 w:1) // Storage: Preimage StatusFor (r:1 w:1) fn on_initialize_resolved(s: u32) -> Weight { - (7_529_000 as Weight) - // Standard Error: 222_000 - .saturating_add((35_295_000 as Weight).saturating_mul(s as Weight)) + (7_937_000 as Weight) + // Standard Error: 686_000 + .saturating_add((38_690_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)) @@ -85,9 +85,9 @@ impl pallet_scheduler::weights::WeightInfo for WeightIn // Storage: Preimage PreimageFor (r:1 w:0) // Storage: Scheduler Lookup (r:0 w:1) fn on_initialize_named_aborted(s: u32) -> Weight { - (26_683_000 as Weight) - // Standard Error: 55_000 - .saturating_add((14_028_000 as Weight).saturating_mul(s as Weight)) + (15_717_000 as Weight) + // Standard Error: 85_000 + .saturating_add((16_383_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)) @@ -96,9 +96,9 @@ impl pallet_scheduler::weights::WeightInfo for WeightIn // Storage: Scheduler Agenda (r:2 w:2) // Storage: Preimage PreimageFor (r:1 w:0) fn on_initialize_aborted(s: u32) -> Weight { - (7_540_000 as Weight) - // Standard Error: 141_000 - .saturating_add((8_937_000 as Weight).saturating_mul(s as Weight)) + (27_882_000 as Weight) + // Standard Error: 101_000 + .saturating_add((8_796_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)) @@ -106,9 +106,9 @@ impl pallet_scheduler::weights::WeightInfo for WeightIn // Storage: Scheduler Agenda (r:2 w:2) // Storage: Scheduler Lookup (r:0 w:1) fn on_initialize_periodic_named(s: u32) -> Weight { - (45_414_000 as Weight) - // Standard Error: 131_000 - .saturating_add((22_566_000 as Weight).saturating_mul(s as Weight)) + (0 as Weight) + // Standard Error: 614_000 + .saturating_add((32_149_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)) @@ -116,9 +116,9 @@ impl pallet_scheduler::weights::WeightInfo for WeightIn } // Storage: Scheduler Agenda (r:2 w:2) fn on_initialize_periodic(s: u32) -> Weight { - (46_733_000 as Weight) - // Standard Error: 418_000 - .saturating_add((17_304_000 as Weight).saturating_mul(s as Weight)) + (61_574_000 as Weight) + // Standard Error: 161_000 + .saturating_add((17_697_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)) @@ -127,53 +127,53 @@ impl pallet_scheduler::weights::WeightInfo for WeightIn // Storage: Scheduler Agenda (r:1 w:1) // Storage: Scheduler Lookup (r:0 w:1) fn on_initialize_named(s: u32) -> Weight { - (54_655_000 as Weight) - // Standard Error: 81_000 - .saturating_add((12_198_000 as Weight).saturating_mul(s as Weight)) + (28_989_000 as Weight) + // Standard Error: 69_000 + .saturating_add((13_320_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 { - (34_206_000 as Weight) - // Standard Error: 123_000 - .saturating_add((10_835_000 as Weight).saturating_mul(s as Weight)) + (28_406_000 as Weight) + // Standard Error: 54_000 + .saturating_add((10_799_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 { - (35_310_000 as Weight) - // Standard Error: 7_000 - .saturating_add((142_000 as Weight).saturating_mul(s as Weight)) + (36_713_000 as Weight) + // Standard Error: 6_000 + .saturating_add((104_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 { - (45_376_000 as Weight) - // Standard Error: 19_000 - .saturating_add((1_376_000 as Weight).saturating_mul(s as Weight)) + (37_113_000 as Weight) + // Standard Error: 28_000 + .saturating_add((1_608_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 { - (48_676_000 as Weight) - // Standard Error: 20_000 - .saturating_add((11_000 as Weight).saturating_mul(s as Weight)) + (45_226_000 as Weight) + // Standard Error: 9_000 + .saturating_add((154_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 { - (38_441_000 as Weight) - // Standard Error: 13_000 - .saturating_add((1_690_000 as Weight).saturating_mul(s as Weight)) + (37_235_000 as Weight) + // Standard Error: 29_000 + .saturating_add((1_774_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/src/weights/pallet_timestamp.rs b/runtime/src/weights/pallet_timestamp.rs index 86ea0e7ec..7f27d9bdc 100644 --- a/runtime/src/weights/pallet_timestamp.rs +++ b/runtime/src/weights/pallet_timestamp.rs @@ -1,7 +1,7 @@ //! Autogenerated weights for pallet_timestamp //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-05-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-06-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -34,11 +34,11 @@ impl pallet_timestamp::weights::WeightInfo for WeightIn // Storage: Timestamp Now (r:1 w:1) // Storage: Aura CurrentSlot (r:1 w:0) fn set() -> Weight { - (15_160_000 as Weight) + (19_100_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 { - (6_690_000 as Weight) + (7_330_000 as Weight) } } diff --git a/runtime/src/weights/pallet_treasury.rs b/runtime/src/weights/pallet_treasury.rs index 066e74d2d..a68d9bbbd 100644 --- a/runtime/src/weights/pallet_treasury.rs +++ b/runtime/src/weights/pallet_treasury.rs @@ -1,7 +1,7 @@ //! Autogenerated weights for pallet_treasury //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-05-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-06-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -34,22 +34,22 @@ impl pallet_treasury::weights::WeightInfo for WeightInf // Storage: Treasury ProposalCount (r:1 w:1) // Storage: Treasury Proposals (r:0 w:1) fn propose_spend() -> Weight { - (54_910_000 as Weight) + (55_880_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) fn reject_proposal() -> Weight { - (60_540_000 as Weight) + (62_640_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: Treasury Proposals (r:1 w:0) // Storage: Treasury Approvals (r:1 w:1) fn approve_proposal(p: u32) -> Weight { - (18_087_000 as Weight) - // Standard Error: 2_000 - .saturating_add((156_000 as Weight).saturating_mul(p as Weight)) + (17_344_000 as Weight) + // Standard Error: 4_000 + .saturating_add((220_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)) } @@ -57,9 +57,9 @@ impl pallet_treasury::weights::WeightInfo for WeightInf // Storage: Treasury Approvals (r:1 w:1) // Storage: Treasury Proposals (r:2 w:2) fn on_initialize_proposals(p: u32) -> Weight { - (61_652_000 as Weight) - // Standard Error: 382_000 - .saturating_add((74_200_000 as Weight).saturating_mul(p as Weight)) + (104_939_000 as Weight) + // Standard Error: 325_000 + .saturating_add((81_213_000 as Weight).saturating_mul(p as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(p as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) diff --git a/runtime/src/weights/pallet_utility.rs b/runtime/src/weights/pallet_utility.rs index 074fcb9a4..239da4b63 100644 --- a/runtime/src/weights/pallet_utility.rs +++ b/runtime/src/weights/pallet_utility.rs @@ -1,7 +1,7 @@ //! Autogenerated weights for pallet_utility //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-05-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-06-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -32,22 +32,22 @@ use frame_support::{ pub struct WeightInfo(PhantomData); impl pallet_utility::weights::WeightInfo for WeightInfo { fn batch(c: u32) -> Weight { - (8_254_000 as Weight) - // Standard Error: 30_000 - .saturating_add((6_984_000 as Weight).saturating_mul(c as Weight)) + (19_244_000 as Weight) + // Standard Error: 15_000 + .saturating_add((7_387_000 as Weight).saturating_mul(c as Weight)) } fn as_derivative() -> Weight { - (3_410_000 as Weight) + (4_040_000 as Weight) } // Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1) fn batch_all(c: u32) -> Weight { - (25_449_000 as Weight) - // Standard Error: 63_000 - .saturating_add((7_641_000 as Weight).saturating_mul(c as Weight)) + (0 as Weight) + // Standard Error: 39_000 + .saturating_add((8_312_000 as Weight).saturating_mul(c as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } fn dispatch_as() -> Weight { - (22_410_000 as Weight) + (28_410_000 as Weight) } } diff --git a/runtime/src/weights/pallet_vesting.rs b/runtime/src/weights/pallet_vesting.rs index a76988019..38ea0bdae 100644 --- a/runtime/src/weights/pallet_vesting.rs +++ b/runtime/src/weights/pallet_vesting.rs @@ -1,7 +1,7 @@ //! Autogenerated weights for pallet_vesting //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-05-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-06-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -34,84 +34,82 @@ impl pallet_vesting::weights::WeightInfo for WeightInfo // Storage: Vesting Vesting (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vest_locked(l: u32, _s: u32) -> Weight { - (79_755_000 as Weight) - // Standard Error: 24_000 - .saturating_add((6_000 as Weight).saturating_mul(l as Weight)) + (76_457_000 as Weight) + // Standard Error: 21_000 + .saturating_add((201_000 as Weight).saturating_mul(l as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Vesting Vesting (r:1 w:1) // Storage: Balances Locks (r:1 w:1) fn vest_unlocked(l: u32, s: u32) -> Weight { - (64_826_000 as Weight) - // Standard Error: 14_000 - .saturating_add((121_000 as Weight).saturating_mul(l as Weight)) - // Standard Error: 29_000 - .saturating_add((71_000 as Weight).saturating_mul(s as Weight)) + (60_391_000 as Weight) + // Standard Error: 25_000 + .saturating_add((291_000 as Weight).saturating_mul(l as Weight)) + // Standard Error: 51_000 + .saturating_add((236_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: Vesting Vesting (r:1 w:1) // Storage: Balances Locks (r:1 w:1) // Storage: System Account (r:1 w:1) - fn vest_other_locked(l: u32, s: u32) -> Weight { - (71_561_000 as Weight) - // Standard Error: 20_000 - .saturating_add((59_000 as Weight).saturating_mul(l as Weight)) - // Standard Error: 40_000 - .saturating_add((25_000 as Weight).saturating_mul(s as Weight)) + fn vest_other_locked(_l: u32, _s: u32) -> Weight { + (79_384_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: Vesting Vesting (r:1 w:1) // Storage: Balances Locks (r:1 w:1) // Storage: System Account (r:1 w:1) - fn vest_other_unlocked(l: u32, s: u32) -> Weight { - (65_175_000 as Weight) - // Standard Error: 16_000 - .saturating_add((25_000 as Weight).saturating_mul(l as Weight)) - // Standard Error: 34_000 - .saturating_add((185_000 as Weight).saturating_mul(s as Weight)) + fn vest_other_unlocked(_l: u32, s: u32) -> Weight { + (76_607_000 as Weight) + // Standard Error: 42_000 + .saturating_add((30_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: Vesting Vesting (r:1 w:1) // Storage: System Account (r:1 w:1) // Storage: Balances Locks (r:1 w:1) - fn vested_transfer(l: u32, s: u32) -> Weight { - (113_386_000 as Weight) - // Standard Error: 43_000 - .saturating_add((69_000 as Weight).saturating_mul(l as Weight)) - // Standard Error: 88_000 - .saturating_add((56_000 as Weight).saturating_mul(s as Weight)) + fn vested_transfer(l: u32, _s: u32) -> Weight { + (117_050_000 as Weight) + // Standard Error: 34_000 + .saturating_add((92_000 as Weight).saturating_mul(l as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: Vesting Vesting (r:1 w:1) // Storage: System Account (r:2 w:2) // Storage: Balances Locks (r:1 w:1) - fn force_vested_transfer(l: u32, _s: u32) -> Weight { - (112_952_000 as Weight) - // Standard Error: 37_000 - .saturating_add((19_000 as Weight).saturating_mul(l as Weight)) + fn force_vested_transfer(l: u32, s: u32) -> Weight { + (111_772_000 as Weight) + // Standard Error: 38_000 + .saturating_add((77_000 as Weight).saturating_mul(l as Weight)) + // Standard Error: 77_000 + .saturating_add((192_000 as Weight).saturating_mul(s as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } // Storage: Vesting Vesting (r:1 w:1) // Storage: Balances Locks (r:1 w:1) - fn not_unlocking_merge_schedules(l: u32, _s: u32) -> Weight { - (75_222_000 as Weight) - // Standard Error: 16_000 - .saturating_add((71_000 as Weight).saturating_mul(l as Weight)) + fn not_unlocking_merge_schedules(l: u32, s: u32) -> Weight { + (69_124_000 as Weight) + // Standard Error: 17_000 + .saturating_add((232_000 as Weight).saturating_mul(l as Weight)) + // Standard Error: 36_000 + .saturating_add((162_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: Vesting Vesting (r:1 w:1) // Storage: Balances Locks (r:1 w:1) - fn unlocking_merge_schedules(l: u32, _s: u32) -> Weight { - (73_942_000 as Weight) - // Standard Error: 23_000 - .saturating_add((187_000 as Weight).saturating_mul(l as Weight)) + fn unlocking_merge_schedules(l: u32, s: u32) -> Weight { + (69_756_000 as Weight) + // Standard Error: 20_000 + .saturating_add((222_000 as Weight).saturating_mul(l as Weight)) + // Standard Error: 43_000 + .saturating_add((170_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/src/weights/parachain_staking.rs b/runtime/src/weights/parachain_staking.rs index b523d2a39..2fe9b4fc9 100644 --- a/runtime/src/weights/parachain_staking.rs +++ b/runtime/src/weights/parachain_staking.rs @@ -1,7 +1,7 @@ //! Autogenerated weights for parachain_staking //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-05-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-06-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -34,8 +34,8 @@ impl parachain_staking::weights::WeightInfo for WeightI // Storage: ParachainStaking DelegatorState (r:1 w:1) fn hotfix_remove_delegation_requests(x: u32) -> Weight { (0 as Weight) - // Standard Error: 67_000 - .saturating_add((13_612_000 as Weight).saturating_mul(x as Weight)) + // Standard Error: 62_000 + .saturating_add((13_647_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(x as Weight))) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(x as Weight))) } @@ -43,46 +43,46 @@ impl parachain_staking::weights::WeightInfo for WeightI // Storage: ParachainStaking CandidatePool (r:1 w:1) fn hotfix_update_candidate_pool_value(x: u32) -> Weight { (0 as Weight) - // Standard Error: 185_000 - .saturating_add((26_964_000 as Weight).saturating_mul(x as Weight)) + // Standard Error: 169_000 + .saturating_add((27_624_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(x as Weight))) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: ParachainStaking InflationConfig (r:1 w:1) fn set_staking_expectations() -> Weight { - (28_460_000 as Weight) + (38_860_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: ParachainStaking InflationConfig (r:1 w:1) // Storage: ParachainStaking Round (r:1 w:0) fn set_inflation() -> Weight { - (129_320_000 as Weight) + (89_560_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: ParachainStaking ParachainBondInfo (r:1 w:1) fn set_parachain_bond_account() -> Weight { - (60_701_000 as Weight) + (31_010_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: ParachainStaking ParachainBondInfo (r:1 w:1) fn set_parachain_bond_reserve_percent() -> Weight { - (51_530_000 as Weight) + (31_360_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: ParachainStaking TotalSelected (r:1 w:1) // Storage: ParachainStaking Round (r:1 w:0) fn set_total_selected() -> Weight { - (66_160_000 as Weight) + (38_220_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: ParachainStaking CollatorCommission (r:1 w:1) fn set_collator_commission() -> Weight { - (49_040_000 as Weight) + (29_550_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -90,7 +90,7 @@ impl parachain_staking::weights::WeightInfo for WeightI // Storage: ParachainStaking TotalSelected (r:1 w:0) // Storage: ParachainStaking InflationConfig (r:1 w:1) fn set_blocks_per_round() -> Weight { - (108_091_000 as Weight) + (97_210_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -102,9 +102,9 @@ impl parachain_staking::weights::WeightInfo for WeightI // Storage: ParachainStaking TopDelegations (r:0 w:1) // Storage: ParachainStaking BottomDelegations (r:0 w:1) fn join_candidates(x: u32) -> Weight { - (106_999_000 as Weight) - // Standard Error: 2_000 - .saturating_add((179_000 as Weight).saturating_mul(x as Weight)) + (137_741_000 as Weight) + // Standard Error: 3_000 + .saturating_add((219_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } @@ -112,9 +112,9 @@ impl parachain_staking::weights::WeightInfo for WeightI // Storage: ParachainStaking Round (r:1 w:0) // Storage: ParachainStaking CandidatePool (r:1 w:1) fn schedule_leave_candidates(x: u32) -> Weight { - (85_760_000 as Weight) - // Standard Error: 2_000 - .saturating_add((155_000 as Weight).saturating_mul(x as Weight)) + (126_459_000 as Weight) + // Standard Error: 4_000 + .saturating_add((143_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -126,9 +126,9 @@ impl parachain_staking::weights::WeightInfo for WeightI // Storage: ParachainStaking BottomDelegations (r:1 w:1) // Storage: ParachainStaking Total (r:1 w:1) fn execute_leave_candidates(x: u32) -> Weight { - (0 as Weight) - // Standard Error: 181_000 - .saturating_add((41_971_000 as Weight).saturating_mul(x as Weight)) + (41_028_000 as Weight) + // Standard Error: 179_000 + .saturating_add((41_359_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(x as Weight))) .saturating_add(T::DbWeight::get().writes(3 as Weight)) @@ -137,23 +137,23 @@ impl parachain_staking::weights::WeightInfo for WeightI // Storage: ParachainStaking CandidateInfo (r:1 w:1) // Storage: ParachainStaking CandidatePool (r:1 w:1) fn cancel_leave_candidates(x: u32) -> Weight { - (87_739_000 as Weight) - // Standard Error: 2_000 - .saturating_add((157_000 as Weight).saturating_mul(x as Weight)) + (108_141_000 as Weight) + // Standard Error: 3_000 + .saturating_add((163_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)) } // Storage: ParachainStaking CandidateInfo (r:1 w:1) // Storage: ParachainStaking CandidatePool (r:1 w:1) fn go_offline() -> Weight { - (47_051_000 as Weight) + (47_010_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: ParachainStaking CandidateInfo (r:1 w:1) // Storage: ParachainStaking CandidatePool (r:1 w:1) fn go_online() -> Weight { - (49_990_000 as Weight) + (56_840_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -162,14 +162,14 @@ impl parachain_staking::weights::WeightInfo for WeightI // Storage: ParachainStaking Total (r:1 w:1) // Storage: ParachainStaking CandidatePool (r:1 w:1) fn candidate_bond_more() -> Weight { - (88_871_000 as Weight) + (97_210_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } // Storage: ParachainStaking CandidateInfo (r:1 w:1) // Storage: ParachainStaking Round (r:1 w:0) fn schedule_candidate_bond_less() -> Weight { - (44_290_000 as Weight) + (53_270_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -179,13 +179,13 @@ impl parachain_staking::weights::WeightInfo for WeightI // Storage: ParachainStaking Total (r:1 w:1) // Storage: ParachainStaking CandidatePool (r:1 w:1) fn execute_candidate_bond_less() -> Weight { - (111_520_000 as Weight) + (99_890_000 as Weight) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } // Storage: ParachainStaking CandidateInfo (r:1 w:1) fn cancel_candidate_bond_less() -> Weight { - (45_320_000 as Weight) + (42_860_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -196,18 +196,18 @@ impl parachain_staking::weights::WeightInfo for WeightI // Storage: ParachainStaking CandidatePool (r:1 w:1) // Storage: ParachainStaking Total (r:1 w:1) fn delegate(x: u32, y: u32) -> Weight { - (176_016_000 as Weight) - // Standard Error: 20_000 - .saturating_add((112_000 as Weight).saturating_mul(x as Weight)) - // Standard Error: 7_000 - .saturating_add((291_000 as Weight).saturating_mul(y as Weight)) + (201_147_000 as Weight) + // Standard Error: 23_000 + .saturating_add((97_000 as Weight).saturating_mul(x as Weight)) + // Standard Error: 8_000 + .saturating_add((357_000 as Weight).saturating_mul(y as Weight)) .saturating_add(T::DbWeight::get().reads(6 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } // Storage: ParachainStaking DelegatorState (r:1 w:1) // Storage: ParachainStaking Round (r:1 w:0) fn schedule_leave_delegators() -> Weight { - (46_830_000 as Weight) + (47_660_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -220,8 +220,8 @@ impl parachain_staking::weights::WeightInfo for WeightI // Storage: ParachainStaking Total (r:1 w:1) fn execute_leave_delegators(x: u32) -> Weight { (0 as Weight) - // Standard Error: 231_000 - .saturating_add((66_549_000 as Weight).saturating_mul(x as Weight)) + // Standard Error: 173_000 + .saturating_add((64_007_000 as Weight).saturating_mul(x as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(x as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) @@ -229,14 +229,14 @@ impl parachain_staking::weights::WeightInfo for WeightI } // Storage: ParachainStaking DelegatorState (r:1 w:1) fn cancel_leave_delegators() -> Weight { - (40_640_000 as Weight) + (40_910_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: ParachainStaking DelegatorState (r:1 w:1) // Storage: ParachainStaking Round (r:1 w:0) fn schedule_revoke_delegation() -> Weight { - (49_160_000 as Weight) + (47_370_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -247,14 +247,14 @@ impl parachain_staking::weights::WeightInfo for WeightI // Storage: ParachainStaking CandidatePool (r:1 w:1) // Storage: ParachainStaking Total (r:1 w:1) fn delegator_bond_more() -> Weight { - (111_730_000 as Weight) + (107_080_000 as Weight) .saturating_add(T::DbWeight::get().reads(6 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } // Storage: ParachainStaking DelegatorState (r:1 w:1) // Storage: ParachainStaking Round (r:1 w:0) fn schedule_delegator_bond_less() -> Weight { - (48_470_000 as Weight) + (48_160_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -266,7 +266,7 @@ impl parachain_staking::weights::WeightInfo for WeightI // Storage: System Account (r:1 w:1) // Storage: ParachainStaking Total (r:1 w:1) fn execute_revoke_delegation() -> Weight { - (136_670_000 as Weight) + (136_580_000 as Weight) .saturating_add(T::DbWeight::get().reads(7 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } @@ -278,19 +278,19 @@ impl parachain_staking::weights::WeightInfo for WeightI // Storage: ParachainStaking CandidatePool (r:1 w:1) // Storage: ParachainStaking Total (r:1 w:1) fn execute_delegator_bond_less() -> Weight { - (123_890_000 as Weight) + (121_700_000 as Weight) .saturating_add(T::DbWeight::get().reads(7 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } // Storage: ParachainStaking DelegatorState (r:1 w:1) fn cancel_revoke_delegation() -> Weight { - (42_580_000 as Weight) + (42_140_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } // Storage: ParachainStaking DelegatorState (r:1 w:1) fn cancel_delegator_bond_less() -> Weight { - (51_820_000 as Weight) + (49_570_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -312,10 +312,10 @@ impl parachain_staking::weights::WeightInfo for WeightI // Storage: ParachainStaking DelayedPayouts (r:0 w:1) fn round_transition_on_initialize(x: u32, y: u32) -> Weight { (0 as Weight) - // Standard Error: 1_969_000 - .saturating_add((67_958_000 as Weight).saturating_mul(x as Weight)) - // Standard Error: 6_000 - .saturating_add((589_000 as Weight).saturating_mul(y as Weight)) + // Standard Error: 2_055_000 + .saturating_add((73_724_000 as Weight).saturating_mul(x as Weight)) + // Standard Error: 7_000 + .saturating_add((611_000 as Weight).saturating_mul(y as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(x as Weight))) } // Storage: ParachainStaking DelayedPayouts (r:1 w:0) @@ -324,9 +324,9 @@ impl parachain_staking::weights::WeightInfo for WeightI // Storage: ParachainStaking AtStake (r:1 w:1) // Storage: System Account (r:1 w:1) fn pay_one_collator_reward(y: u32) -> Weight { - (100_788_000 as Weight) - // Standard Error: 149_000 - .saturating_add((33_380_000 as Weight).saturating_mul(y as Weight)) + (61_020_000 as Weight) + // Standard Error: 122_000 + .saturating_add((32_600_000 as Weight).saturating_mul(y as Weight)) .saturating_add(T::DbWeight::get().reads(6 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(y as Weight))) .saturating_add(T::DbWeight::get().writes(3 as Weight)) @@ -334,6 +334,6 @@ impl parachain_staking::weights::WeightInfo for WeightI } // Storage: ParachainStaking Round (r:1 w:0) fn base_on_initialize() -> Weight { - (8_240_000 as Weight).saturating_add(T::DbWeight::get().reads(1 as Weight)) + (6_840_000 as Weight).saturating_add(T::DbWeight::get().reads(1 as Weight)) } } diff --git a/zrml/authorized/src/weights.rs b/zrml/authorized/src/weights.rs index 9fd2010f2..31bb52155 100644 --- a/zrml/authorized/src/weights.rs +++ b/zrml/authorized/src/weights.rs @@ -1,7 +1,7 @@ //! Autogenerated weights for zrml_authorized //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-05-15, STEPS: `10`, REPEAT: 1000, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-06-16, STEPS: `10`, REPEAT: 1000, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -38,7 +38,7 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: MarketCommons Markets (r:1 w:0) // Storage: Authorized AuthorizedOutcomeReports (r:0 w:1) fn authorize_market_outcome() -> Weight { - (18_470_000 as Weight) + (19_730_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } diff --git a/zrml/court/src/weights.rs b/zrml/court/src/weights.rs index 2edaf473d..b9fcd727b 100644 --- a/zrml/court/src/weights.rs +++ b/zrml/court/src/weights.rs @@ -1,7 +1,7 @@ //! Autogenerated weights for zrml_court //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-05-15, STEPS: `10`, REPEAT: 1000, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-06-16, STEPS: `10`, REPEAT: 1000, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -41,21 +41,21 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: Court RequestedJurors (r:1 w:0) // Storage: Court Votes (r:1 w:0) fn exit_court() -> Weight { - (84_170_000 as Weight) + (86_410_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Court Jurors (r:2 w:1) // Storage: Balances Reserves (r:1 w:1) fn join_court() -> Weight { - (69_930_000 as Weight) + (71_690_000 as Weight) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: Court Jurors (r:1 w:0) // Storage: Court Votes (r:0 w:1) fn vote() -> Weight { - (18_550_000 as Weight) + (18_360_000 as Weight) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } diff --git a/zrml/liquidity-mining/src/weights.rs b/zrml/liquidity-mining/src/weights.rs index f9206856b..523c0e090 100644 --- a/zrml/liquidity-mining/src/weights.rs +++ b/zrml/liquidity-mining/src/weights.rs @@ -1,7 +1,7 @@ //! Autogenerated weights for zrml_liquidity_mining //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-05-15, STEPS: `10`, REPEAT: 1000, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-06-16, STEPS: `10`, REPEAT: 1000, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -36,6 +36,6 @@ pub struct WeightInfo(PhantomData); impl WeightInfoZeitgeist for WeightInfo { // Storage: LiquidityMining PerBlockIncentive (r:0 w:1) fn set_per_block_distribution() -> Weight { - (2_610_000 as Weight).saturating_add(T::DbWeight::get().writes(1 as Weight)) + (2_590_000 as Weight).saturating_add(T::DbWeight::get().writes(1 as Weight)) } } diff --git a/zrml/prediction-markets/src/weights.rs b/zrml/prediction-markets/src/weights.rs index eb1bb49c8..b16bb5f20 100644 --- a/zrml/prediction-markets/src/weights.rs +++ b/zrml/prediction-markets/src/weights.rs @@ -1,7 +1,7 @@ //! Autogenerated weights for zrml_prediction_markets //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-06-14, STEPS: `10`, REPEAT: 2, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-06-16, STEPS: `10`, REPEAT: 1000, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -10,7 +10,7 @@ // pallet // --chain=dev // --steps=10 -// --repeat=2 +// --repeat=1000 // --pallet=zrml_prediction_markets // --extrinsic=* // --execution=wasm @@ -62,18 +62,17 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: Tokens Accounts (r:1 w:0) // Storage: System Account (r:1 w:0) // Storage: MarketCommons MarketPool (r:1 w:0) - // Storage: PredictionMarkets MarketIdsPerCloseTimeFrame (r:1 w:1) // Storage: PredictionMarkets MarketIdsPerReportBlock (r:1 w:1) // Storage: Tokens TotalIssuance (r:0 w:10) fn admin_destroy_disputed_market(a: u32, b: u32, c: u32) -> Weight { (0 as Weight) - // Standard Error: 4_418_000 - .saturating_add((97_981_000 as Weight).saturating_mul(a as Weight)) - // Standard Error: 4_418_000 - .saturating_add((11_994_000 as Weight).saturating_mul(b as Weight)) - // Standard Error: 5_773_000 - .saturating_add((95_965_000 as Weight).saturating_mul(c as Weight)) - .saturating_add(T::DbWeight::get().reads(8 as Weight)) + // Standard Error: 189_000 + .saturating_add((93_342_000 as Weight).saturating_mul(a as Weight)) + // Standard Error: 189_000 + .saturating_add((2_120_000 as Weight).saturating_mul(b as Weight)) + // Standard Error: 248_000 + .saturating_add((90_417_000 as Weight).saturating_mul(c as Weight)) + .saturating_add(T::DbWeight::get().reads(7 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(a as Weight))) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(a as Weight))) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(b as Weight))) @@ -85,18 +84,15 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: Tokens Accounts (r:1 w:0) // Storage: System Account (r:1 w:0) // Storage: MarketCommons MarketPool (r:1 w:0) - // Storage: PredictionMarkets MarketIdsPerCloseTimeFrame (r:1 w:1) // Storage: PredictionMarkets MarketIdsPerReportBlock (r:1 w:1) // Storage: Tokens TotalIssuance (r:0 w:10) fn admin_destroy_reported_market(a: u32, b: u32, c: u32) -> Weight { (0 as Weight) - // Standard Error: 3_791_000 - .saturating_add((90_478_000 as Weight).saturating_mul(a as Weight)) - // Standard Error: 3_791_000 - .saturating_add((7_290_000 as Weight).saturating_mul(b as Weight)) - // Standard Error: 4_954_000 - .saturating_add((95_812_000 as Weight).saturating_mul(c as Weight)) - .saturating_add(T::DbWeight::get().reads(8 as Weight)) + // Standard Error: 149_000 + .saturating_add((87_574_000 as Weight).saturating_mul(a as Weight)) + // Standard Error: 196_000 + .saturating_add((86_517_000 as Weight).saturating_mul(c as Weight)) + .saturating_add(T::DbWeight::get().reads(7 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(a as Weight))) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(a as Weight))) .saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(b as Weight))) @@ -104,10 +100,10 @@ impl WeightInfoZeitgeist for WeightInfo { } // Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1) // Storage: MarketCommons Markets (r:1 w:1) - // Storage: MarketCommons MarketPool (r:1 w:0) // Storage: PredictionMarkets MarketIdsPerCloseTimeFrame (r:1 w:1) + // Storage: MarketCommons MarketPool (r:1 w:0) fn admin_move_market_to_closed() -> Weight { - (60_000_000 as Weight) + (62_700_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -118,17 +114,16 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: PredictionMarkets Disputes (r:1 w:0) // Storage: MarketCommons MarketPool (r:1 w:0) fn admin_move_market_to_resolved_overhead() -> Weight { - (127_000_000 as Weight) + (133_910_000 as Weight) .saturating_add(T::DbWeight::get().reads(6 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } // Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1) // Storage: MarketCommons Markets (r:1 w:1) - // Storage: Timestamp Now (r:1 w:0) // Storage: Balances Reserves (r:1 w:1) fn approve_market() -> Weight { - (73_000_000 as Weight) - .saturating_add(T::DbWeight::get().reads(4 as Weight)) + (78_070_000 as Weight) + .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } // Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1) @@ -137,9 +132,9 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: Tokens Accounts (r:2 w:2) // Storage: Tokens TotalIssuance (r:2 w:2) fn buy_complete_set(a: u32) -> Weight { - (98_356_000 as Weight) - // Standard Error: 2_845_000 - .saturating_add((30_617_000 as Weight).saturating_mul(a as Weight)) + (106_001_000 as Weight) + // Standard Error: 62_000 + .saturating_add((39_014_000 as Weight).saturating_mul(a as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(a as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) @@ -152,7 +147,7 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: PredictionMarkets MarketIdsPerCloseTimeFrame (r:1 w:1) // Storage: MarketCommons Markets (r:0 w:1) fn create_market() -> Weight { - (86_000_000 as Weight) + (90_040_000 as Weight) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(5 as Weight)) } @@ -165,9 +160,9 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: MarketCommons MarketPool (r:1 w:1) // Storage: Swaps Pools (r:0 w:1) fn deploy_swap_pool_for_market(a: u32) -> Weight { - (180_789_000 as Weight) - // Standard Error: 3_153_000 - .saturating_add((42_933_000 as Weight).saturating_mul(a as Weight)) + (181_149_000 as Weight) + // Standard Error: 160_000 + .saturating_add((64_252_000 as Weight).saturating_mul(a as Weight)) .saturating_add(T::DbWeight::get().reads(7 as Weight)) .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(a as Weight))) .saturating_add(T::DbWeight::get().writes(7 as Weight)) @@ -175,38 +170,57 @@ impl WeightInfoZeitgeist for WeightInfo { } // Storage: PredictionMarkets Disputes (r:1 w:0) // Storage: MarketCommons Markets (r:1 w:0) - fn dispute(_a: u32) -> Weight { - (21_738_000 as Weight).saturating_add(T::DbWeight::get().reads(2 as Weight)) + fn dispute(a: u32) -> Weight { + (15_529_000 as Weight) + // Standard Error: 17_000 + .saturating_add((342_000 as Weight).saturating_mul(a as Weight)) + .saturating_add(T::DbWeight::get().reads(2 as Weight)) } // Storage: Balances Reserves (r:1 w:1) // Storage: MarketCommons Markets (r:1 w:1) fn do_reject_market() -> Weight { - (98_000_000 as Weight) + (111_530_000 as Weight) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } + // Storage: Balances Reserves (r:1 w:1) + // Storage: MarketCommons Markets (r:1 w:1) fn handle_expired_advised_market() -> Weight { - 0 as Weight + (106_560_000 as Weight) + .saturating_add(T::DbWeight::get().reads(2 as Weight)) + .saturating_add(T::DbWeight::get().writes(2 as Weight)) } // Storage: MarketCommons Markets (r:1 w:0) // Storage: PredictionMarkets Disputes (r:1 w:0) - fn internal_resolve_categorical_reported(_a: u32, _b: u32, _c: u32) -> Weight { - (22_168_000 as Weight).saturating_add(T::DbWeight::get().reads(2 as Weight)) + fn internal_resolve_categorical_reported(a: u32, b: u32, _c: u32) -> Weight { + (18_346_000 as Weight) + // Standard Error: 4_000 + .saturating_add((89_000 as Weight).saturating_mul(a as Weight)) + // Standard Error: 4_000 + .saturating_add((8_000 as Weight).saturating_mul(b as Weight)) + .saturating_add(T::DbWeight::get().reads(2 as Weight)) } // Storage: MarketCommons Markets (r:1 w:0) // Storage: PredictionMarkets Disputes (r:1 w:0) - fn internal_resolve_categorical_disputed(_a: u32, _b: u32, _c: u32, _d: u32) -> Weight { - (24_731_000 as Weight).saturating_add(T::DbWeight::get().reads(2 as Weight)) + fn internal_resolve_categorical_disputed(a: u32, b: u32, c: u32, _d: u32) -> Weight { + (15_725_000 as Weight) + // Standard Error: 2_000 + .saturating_add((92_000 as Weight).saturating_mul(a as Weight)) + // Standard Error: 2_000 + .saturating_add((56_000 as Weight).saturating_mul(b as Weight)) + // Standard Error: 3_000 + .saturating_add((91_000 as Weight).saturating_mul(c as Weight)) + .saturating_add(T::DbWeight::get().reads(2 as Weight)) } // Storage: MarketCommons Markets (r:1 w:0) // Storage: PredictionMarkets Disputes (r:1 w:0) fn internal_resolve_scalar_reported() -> Weight { - (19_000_000 as Weight).saturating_add(T::DbWeight::get().reads(2 as Weight)) + (19_270_000 as Weight).saturating_add(T::DbWeight::get().reads(2 as Weight)) } // Storage: MarketCommons Markets (r:1 w:0) // Storage: PredictionMarkets Disputes (r:1 w:0) fn internal_resolve_scalar_disputed(_d: u32) -> Weight { - (16_625_000 as Weight).saturating_add(T::DbWeight::get().reads(2 as Weight)) + (20_496_000 as Weight).saturating_add(T::DbWeight::get().reads(2 as Weight)) } // Storage: Timestamp Now (r:1 w:0) // Storage: PredictionMarkets MarketsCollectingSubsidy (r:1 w:1) @@ -216,15 +230,15 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: PredictionMarkets MarketIdsPerReportBlock (r:1 w:0) // Storage: PredictionMarkets MarketIdsPerDisputeBlock (r:1 w:0) fn on_initialize_resolve_overhead() -> Weight { - (40_000_000 as Weight) + (39_250_000 as Weight) .saturating_add(T::DbWeight::get().reads(7 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } // Storage: PredictionMarkets MarketsCollectingSubsidy (r:1 w:1) fn process_subsidy_collecting_markets_raw(a: u32) -> Weight { - (9_773_000 as Weight) - // Standard Error: 228_000 - .saturating_add((400_000 as Weight).saturating_mul(a as Weight)) + (9_813_000 as Weight) + // Standard Error: 3_000 + .saturating_add((258_000 as Weight).saturating_mul(a as Weight)) .saturating_add(T::DbWeight::get().reads(1 as Weight)) .saturating_add(T::DbWeight::get().writes(1 as Weight)) } @@ -234,7 +248,7 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: System Account (r:1 w:1) // Storage: Tokens TotalIssuance (r:1 w:1) fn redeem_shares_categorical() -> Weight { - (211_000_000 as Weight) + (143_920_000 as Weight) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } @@ -244,7 +258,7 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: System Account (r:1 w:1) // Storage: Tokens TotalIssuance (r:2 w:2) fn redeem_shares_scalar() -> Weight { - (169_000_000 as Weight) + (200_850_000 as Weight) .saturating_add(T::DbWeight::get().reads(7 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } @@ -253,7 +267,7 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: PredictionMarkets MarketIdsPerCloseTimeFrame (r:1 w:1) // Storage: Balances Reserves (r:1 w:1) fn reject_market() -> Weight { - (125_000_000 as Weight) + (136_580_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } @@ -262,7 +276,7 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: Timestamp Now (r:1 w:0) // Storage: PredictionMarkets MarketIdsPerReportBlock (r:1 w:1) fn report() -> Weight { - (54_000_000 as Weight) + (57_500_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(3 as Weight)) } @@ -272,9 +286,9 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: Tokens Accounts (r:2 w:2) // Storage: Tokens TotalIssuance (r:2 w:2) fn sell_complete_set(a: u32) -> Weight { - (72_050_000 as Weight) - // Standard Error: 2_386_000 - .saturating_add((39_575_000 as Weight).saturating_mul(a as Weight)) + (95_409_000 as Weight) + // Standard Error: 86_000 + .saturating_add((44_808_000 as Weight).saturating_mul(a as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(a as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) @@ -288,9 +302,9 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: PredictionMarkets MarketsCollectingSubsidy (r:1 w:1) // Storage: Swaps Pools (r:0 w:1) fn start_subsidy(a: u32) -> Weight { - (68_050_000 as Weight) - // Standard Error: 470_000 - .saturating_add((492_000 as Weight).saturating_mul(a as Weight)) + (77_270_000 as Weight) + // Standard Error: 24_000 + .saturating_add((357_000 as Weight).saturating_mul(a as Weight)) .saturating_add(T::DbWeight::get().reads(6 as Weight)) .saturating_add(T::DbWeight::get().writes(6 as Weight)) } diff --git a/zrml/swaps/src/weights.rs b/zrml/swaps/src/weights.rs index 379ae374a..27e00927a 100644 --- a/zrml/swaps/src/weights.rs +++ b/zrml/swaps/src/weights.rs @@ -1,7 +1,7 @@ //! Autogenerated weights for zrml_swaps //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2022-05-15, STEPS: `10`, REPEAT: 1000, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2022-06-16, STEPS: `10`, REPEAT: 1000, LOW RANGE: `[]`, HIGH RANGE: `[]` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -55,7 +55,7 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: MarketCommons MarketPool (r:1 w:0) // Storage: Swaps Pools (r:1 w:1) fn admin_clean_up_pool() -> Weight { - (57_900_000 as Weight) + (78_760_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -68,10 +68,10 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: RikiddoSigmoidFeeMarketEma RikiddoPerPool (r:1 w:0) fn end_subsidy_phase(a: u32, b: u32) -> Weight { (0 as Weight) - // Standard Error: 436_000 - .saturating_add((44_159_000 as Weight).saturating_mul(a as Weight)) - // Standard Error: 386_000 - .saturating_add((127_824_000 as Weight).saturating_mul(b as Weight)) + // Standard Error: 473_000 + .saturating_add((64_335_000 as Weight).saturating_mul(a as Weight)) + // Standard Error: 419_000 + .saturating_add((130_698_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(a as Weight))) .saturating_add(T::DbWeight::get().reads((5 as Weight).saturating_mul(b as Weight))) .saturating_add(T::DbWeight::get().writes((2 as Weight).saturating_mul(a as Weight))) @@ -82,9 +82,9 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: RikiddoSigmoidFeeMarketEma RikiddoPerPool (r:1 w:1) // Storage: Tokens Accounts (r:1 w:1) fn destroy_pool_in_subsidy_phase(a: u32) -> Weight { - (58_245_000 as Weight) - // Standard Error: 55_000 - .saturating_add((33_502_000 as Weight).saturating_mul(a as Weight)) + (59_218_000 as Weight) + // Standard Error: 56_000 + .saturating_add((32_824_000 as Weight).saturating_mul(a as Weight)) .saturating_add(T::DbWeight::get().reads(3 as Weight)) .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(a as Weight))) .saturating_add(T::DbWeight::get().writes(2 as Weight)) @@ -94,11 +94,11 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: Tokens Accounts (r:46 w:22) // Storage: System Account (r:2 w:1) fn distribute_pool_share_rewards(a: u32, b: u32) -> Weight { - (70_035_000 as Weight) - // Standard Error: 283_000 - .saturating_add((45_926_000 as Weight).saturating_mul(a as Weight)) - // Standard Error: 283_000 - .saturating_add((67_740_000 as Weight).saturating_mul(b as Weight)) + (0 as Weight) + // Standard Error: 340_000 + .saturating_add((57_117_000 as Weight).saturating_mul(a as Weight)) + // Standard Error: 340_000 + .saturating_add((74_895_000 as Weight).saturating_mul(b as Weight)) .saturating_add(T::DbWeight::get().reads(8 as Weight)) .saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(a as Weight))) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(b as Weight))) @@ -111,9 +111,9 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: Tokens Accounts (r:5 w:5) // Storage: System Account (r:1 w:0) fn pool_exit(a: u32) -> Weight { - (105_741_000 as Weight) - // Standard Error: 116_000 - .saturating_add((41_492_000 as Weight).saturating_mul(a as Weight)) + (117_673_000 as Weight) + // Standard Error: 130_000 + .saturating_add((49_265_000 as Weight).saturating_mul(a as Weight)) .saturating_add(T::DbWeight::get().reads(5 as Weight)) .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(a as Weight))) .saturating_add(T::DbWeight::get().writes(3 as Weight)) @@ -124,7 +124,7 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: Swaps SubsidyProviders (r:1 w:1) // Storage: Tokens Accounts (r:1 w:1) fn pool_exit_subsidy() -> Weight { - (76_990_000 as Weight) + (82_520_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } @@ -134,7 +134,7 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: Tokens TotalIssuance (r:1 w:1) // Storage: System Account (r:1 w:0) fn pool_exit_with_exact_asset_amount() -> Weight { - (136_000_000 as Weight) + (162_110_000 as Weight) .saturating_add(T::DbWeight::get().reads(7 as Weight)) .saturating_add(T::DbWeight::get().writes(5 as Weight)) } @@ -144,7 +144,7 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: Tokens TotalIssuance (r:1 w:1) // Storage: System Account (r:1 w:0) fn pool_exit_with_exact_pool_amount() -> Weight { - (137_200_000 as Weight) + (161_250_000 as Weight) .saturating_add(T::DbWeight::get().reads(7 as Weight)) .saturating_add(T::DbWeight::get().writes(5 as Weight)) } @@ -153,9 +153,9 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: Tokens TotalIssuance (r:1 w:1) // Storage: Tokens Accounts (r:5 w:5) fn pool_join(a: u32) -> Weight { - (101_300_000 as Weight) - // Standard Error: 146_000 - .saturating_add((42_901_000 as Weight).saturating_mul(a as Weight)) + (88_646_000 as Weight) + // Standard Error: 134_000 + .saturating_add((48_100_000 as Weight).saturating_mul(a as Weight)) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().reads((2 as Weight).saturating_mul(a as Weight))) .saturating_add(T::DbWeight::get().writes(3 as Weight)) @@ -166,7 +166,7 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: Tokens Accounts (r:1 w:1) // Storage: Swaps SubsidyProviders (r:1 w:1) fn pool_join_subsidy() -> Weight { - (80_100_000 as Weight) + (83_450_000 as Weight) .saturating_add(T::DbWeight::get().reads(4 as Weight)) .saturating_add(T::DbWeight::get().writes(4 as Weight)) } @@ -175,7 +175,7 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: Tokens TotalIssuance (r:1 w:1) // Storage: Tokens Accounts (r:3 w:3) fn pool_join_with_exact_asset_amount() -> Weight { - (121_821_000 as Weight) + (131_670_000 as Weight) .saturating_add(T::DbWeight::get().reads(6 as Weight)) .saturating_add(T::DbWeight::get().writes(5 as Weight)) } @@ -184,16 +184,16 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: Tokens TotalIssuance (r:1 w:1) // Storage: Tokens Accounts (r:3 w:3) fn pool_join_with_exact_pool_amount() -> Weight { - (138_360_000 as Weight) + (141_880_000 as Weight) .saturating_add(T::DbWeight::get().reads(6 as Weight)) .saturating_add(T::DbWeight::get().writes(5 as Weight)) } // Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1) // Storage: Swaps Pools (r:1 w:1) fn clean_up_pool_without_reward_distribution(a: u32) -> Weight { - (28_218_000 as Weight) - // Standard Error: 13_000 - .saturating_add((881_000 as Weight).saturating_mul(a as Weight)) + (52_876_000 as Weight) + // Standard Error: 19_000 + .saturating_add((935_000 as Weight).saturating_mul(a as Weight)) .saturating_add(T::DbWeight::get().reads(2 as Weight)) .saturating_add(T::DbWeight::get().writes(2 as Weight)) } @@ -202,7 +202,7 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: Tokens Accounts (r:4 w:4) // Storage: System Account (r:1 w:0) fn swap_exact_amount_in_cpmm() -> Weight { - (189_800_000 as Weight) + (201_090_000 as Weight) .saturating_add(T::DbWeight::get().reads(7 as Weight)) .saturating_add(T::DbWeight::get().writes(5 as Weight)) } @@ -214,9 +214,9 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: System Account (r:1 w:0) // Storage: Timestamp Now (r:1 w:0) fn swap_exact_amount_in_rikiddo(a: u32) -> Weight { - (199_026_000 as Weight) - // Standard Error: 151_000 - .saturating_add((27_759_000 as Weight).saturating_mul(a as Weight)) + (230_800_000 as Weight) + // Standard Error: 147_000 + .saturating_add((24_244_000 as Weight).saturating_mul(a as Weight)) .saturating_add(T::DbWeight::get().reads(7 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(a as Weight))) .saturating_add(T::DbWeight::get().writes(6 as Weight)) @@ -226,7 +226,7 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: Tokens Accounts (r:4 w:4) // Storage: System Account (r:1 w:0) fn swap_exact_amount_out_cpmm() -> Weight { - (184_400_000 as Weight) + (180_910_000 as Weight) .saturating_add(T::DbWeight::get().reads(7 as Weight)) .saturating_add(T::DbWeight::get().writes(5 as Weight)) } @@ -237,9 +237,9 @@ impl WeightInfoZeitgeist for WeightInfo { // Storage: Tokens Accounts (r:4 w:3) // Storage: Timestamp Now (r:1 w:0) fn swap_exact_amount_out_rikiddo(a: u32) -> Weight { - (132_405_000 as Weight) - // Standard Error: 154_000 - .saturating_add((44_054_000 as Weight).saturating_mul(a as Weight)) + (131_194_000 as Weight) + // Standard Error: 128_000 + .saturating_add((45_185_000 as Weight).saturating_mul(a as Weight)) .saturating_add(T::DbWeight::get().reads(7 as Weight)) .saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(a as Weight))) .saturating_add(T::DbWeight::get().writes(6 as Weight))