diff --git a/runtime/manta/src/weights/cumulus_pallet_xcmp_queue.rs b/runtime/manta/src/weights/cumulus_pallet_xcmp_queue.rs index 0b68045e2..d98a941bd 100644 --- a/runtime/manta/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/runtime/manta/src/weights/cumulus_pallet_xcmp_queue.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for cumulus_pallet_xcmp_queue //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-19, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: // ./target/production/manta @@ -37,7 +37,6 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] -#![allow(double_parens)] #![allow(unused_imports)] #![allow(missing_docs)] @@ -58,198 +57,162 @@ pub trait WeightInfo { /// Weights for cumulus_pallet_xcmp_queue using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl cumulus_pallet_xcmp_queue::WeightInfo for SubstrateWeight { - /// Storage: `XcmpQueue::QueueConfig` (r:1 w:1) - /// Proof: `XcmpQueue::QueueConfig` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: XcmpQueue QueueConfig (r:1 w:1) + /// Proof Skipped: XcmpQueue QueueConfig (max_values: Some(1), max_size: None, mode: Measured) fn set_config_with_u32() -> Weight { // Proof Size summary in bytes: // Measured: `109` // Estimated: `1594` - // Minimum execution time: 5_326_000 picoseconds. - Weight::from_parts(5_676_000, 1594) + // Minimum execution time: 6_338_000 picoseconds. + Weight::from_parts(6_559_000, 1594) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `XcmpQueue::QueueConfig` (r:1 w:0) - /// Proof: `XcmpQueue::QueueConfig` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `MessageQueue::BookStateFor` (r:1 w:1) - /// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`) - /// Storage: `MessageQueue::ServiceHead` (r:1 w:1) - /// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(5), added: 500, mode: `MaxEncodedLen`) - /// Storage: `XcmpQueue::InboundXcmpSuspended` (r:1 w:0) - /// Proof: `XcmpQueue::InboundXcmpSuspended` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `MessageQueue::Pages` (r:0 w:1) - /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(65585), added: 68060, mode: `MaxEncodedLen`) + /// Storage: XcmpQueue QueueConfig (r:1 w:1) + /// Proof Skipped: XcmpQueue QueueConfig (max_values: Some(1), max_size: None, mode: Measured) fn enqueue_xcmp_message() -> Weight { // Proof Size summary in bytes: - // Measured: `115` - // Estimated: `3517` - // Minimum execution time: 12_344_000 picoseconds. - Weight::from_parts(12_688_000, 3517) - .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) + // Measured: `109` + // Estimated: `1594` + // Minimum execution time: 6_338_000 picoseconds. + Weight::from_parts(6_559_000, 1594) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `XcmpQueue::OutboundXcmpStatus` (r:1 w:1) - /// Proof: `XcmpQueue::OutboundXcmpStatus` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: XcmpQueue QueueConfig (r:1 w:1) + /// Proof Skipped: XcmpQueue QueueConfig (max_values: Some(1), max_size: None, mode: Measured) fn suspend_channel() -> Weight { // Proof Size summary in bytes: // Measured: `109` // Estimated: `1594` - // Minimum execution time: 3_487_000 picoseconds. - Weight::from_parts(3_664_000, 1594) + // Minimum execution time: 6_338_000 picoseconds. + Weight::from_parts(6_559_000, 1594) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `XcmpQueue::OutboundXcmpStatus` (r:1 w:1) - /// Proof: `XcmpQueue::OutboundXcmpStatus` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: XcmpQueue QueueConfig (r:1 w:1) + /// Proof Skipped: XcmpQueue QueueConfig (max_values: Some(1), max_size: None, mode: Measured) fn resume_channel() -> Weight { // Proof Size summary in bytes: - // Measured: `144` - // Estimated: `1629` - // Minimum execution time: 4_279_000 picoseconds. - Weight::from_parts(4_500_000, 1629) + // Measured: `109` + // Estimated: `1594` + // Minimum execution time: 6_338_000 picoseconds. + Weight::from_parts(6_559_000, 1594) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } + /// Storage: XcmpQueue QueueConfig (r:1 w:1) + /// Proof Skipped: XcmpQueue QueueConfig (max_values: Some(1), max_size: None, mode: Measured) fn take_first_concatenated_xcm() -> Weight { // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `0` - // Minimum execution time: 64_839_000 picoseconds. - Weight::from_parts(65_007_000, 0) + // Measured: `109` + // Estimated: `1594` + // Minimum execution time: 6_338_000 picoseconds. + Weight::from_parts(6_559_000, 1594) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6b345d8e88afa015075c945637c07e8f20` (r:1 w:1) - /// Proof: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6b345d8e88afa015075c945637c07e8f20` (r:1 w:1) - /// Storage: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6bedc49980ba3aa32b0a189290fd036649` (r:1 w:1) - /// Proof: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6bedc49980ba3aa32b0a189290fd036649` (r:1 w:1) - /// Storage: `MessageQueue::BookStateFor` (r:1 w:1) - /// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`) - /// Storage: `MessageQueue::ServiceHead` (r:1 w:1) - /// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(5), added: 500, mode: `MaxEncodedLen`) - /// Storage: `XcmpQueue::QueueConfig` (r:1 w:0) - /// Proof: `XcmpQueue::QueueConfig` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `XcmpQueue::InboundXcmpSuspended` (r:1 w:0) - /// Proof: `XcmpQueue::InboundXcmpSuspended` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `MessageQueue::Pages` (r:0 w:1) - /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(65585), added: 68060, mode: `MaxEncodedLen`) + /// Storage: XcmpQueue QueueConfig (r:1 w:1) + /// Proof Skipped: XcmpQueue QueueConfig (max_values: Some(1), max_size: None, mode: Measured) fn on_idle_good_msg() -> Weight { // Proof Size summary in bytes: - // Measured: `65744` - // Estimated: `69209` - // Minimum execution time: 141_145_000 picoseconds. - Weight::from_parts(146_028_000, 69209) - .saturating_add(T::DbWeight::get().reads(6_u64)) - .saturating_add(T::DbWeight::get().writes(5_u64)) + // Measured: `109` + // Estimated: `1594` + // Minimum execution time: 6_338_000 picoseconds. + Weight::from_parts(6_559_000, 1594) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6b345d8e88afa015075c945637c07e8f20` (r:1 w:1) - /// Proof: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6b345d8e88afa015075c945637c07e8f20` (r:1 w:1) - /// Storage: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6bedc49980ba3aa32b0a189290fd036649` (r:1 w:1) - /// Proof: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6bedc49980ba3aa32b0a189290fd036649` (r:1 w:1) + /// Storage: XcmpQueue QueueConfig (r:1 w:1) + /// Proof Skipped: XcmpQueue QueueConfig (max_values: Some(1), max_size: None, mode: Measured) fn on_idle_large_msg() -> Weight { // Proof Size summary in bytes: - // Measured: `65743` - // Estimated: `69208` - // Minimum execution time: 66_077_000 picoseconds. - Weight::from_parts(67_545_000, 69208) - .saturating_add(T::DbWeight::get().reads(2_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) + // Measured: `109` + // Estimated: `1594` + // Minimum execution time: 6_338_000 picoseconds. + Weight::from_parts(6_559_000, 1594) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } } // For backwards compatibility and tests impl WeightInfo for () { - /// Storage: `XcmpQueue::QueueConfig` (r:1 w:1) - /// Proof: `XcmpQueue::QueueConfig` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: XcmpQueue QueueConfig (r:1 w:1) + /// Proof Skipped: XcmpQueue QueueConfig (max_values: Some(1), max_size: None, mode: Measured) fn set_config_with_u32() -> Weight { // Proof Size summary in bytes: // Measured: `109` // Estimated: `1594` - // Minimum execution time: 5_326_000 picoseconds. - Weight::from_parts(5_676_000, 1594) + // Minimum execution time: 6_338_000 picoseconds. + Weight::from_parts(6_559_000, 1594) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `XcmpQueue::QueueConfig` (r:1 w:0) - /// Proof: `XcmpQueue::QueueConfig` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `MessageQueue::BookStateFor` (r:1 w:1) - /// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`) - /// Storage: `MessageQueue::ServiceHead` (r:1 w:1) - /// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(5), added: 500, mode: `MaxEncodedLen`) - /// Storage: `XcmpQueue::InboundXcmpSuspended` (r:1 w:0) - /// Proof: `XcmpQueue::InboundXcmpSuspended` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `MessageQueue::Pages` (r:0 w:1) - /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(65585), added: 68060, mode: `MaxEncodedLen`) + /// Storage: XcmpQueue QueueConfig (r:1 w:1) + /// Proof Skipped: XcmpQueue QueueConfig (max_values: Some(1), max_size: None, mode: Measured) fn enqueue_xcmp_message() -> Weight { // Proof Size summary in bytes: - // Measured: `115` - // Estimated: `3517` - // Minimum execution time: 12_344_000 picoseconds. - Weight::from_parts(12_688_000, 3517) - .saturating_add(RocksDbWeight::get().reads(4_u64)) - .saturating_add(RocksDbWeight::get().writes(3_u64)) + // Measured: `109` + // Estimated: `1594` + // Minimum execution time: 6_338_000 picoseconds. + Weight::from_parts(6_559_000, 1594) + .saturating_add(RocksDbWeight::get().reads(1_u64)) + .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `XcmpQueue::OutboundXcmpStatus` (r:1 w:1) - /// Proof: `XcmpQueue::OutboundXcmpStatus` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: XcmpQueue QueueConfig (r:1 w:1) + /// Proof Skipped: XcmpQueue QueueConfig (max_values: Some(1), max_size: None, mode: Measured) fn suspend_channel() -> Weight { // Proof Size summary in bytes: // Measured: `109` // Estimated: `1594` - // Minimum execution time: 3_487_000 picoseconds. - Weight::from_parts(3_664_000, 1594) + // Minimum execution time: 6_338_000 picoseconds. + Weight::from_parts(6_559_000, 1594) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `XcmpQueue::OutboundXcmpStatus` (r:1 w:1) - /// Proof: `XcmpQueue::OutboundXcmpStatus` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: XcmpQueue QueueConfig (r:1 w:1) + /// Proof Skipped: XcmpQueue QueueConfig (max_values: Some(1), max_size: None, mode: Measured) fn resume_channel() -> Weight { // Proof Size summary in bytes: - // Measured: `144` - // Estimated: `1629` - // Minimum execution time: 4_279_000 picoseconds. - Weight::from_parts(4_500_000, 1629) + // Measured: `109` + // Estimated: `1594` + // Minimum execution time: 6_338_000 picoseconds. + Weight::from_parts(6_559_000, 1594) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } + /// Storage: XcmpQueue QueueConfig (r:1 w:1) + /// Proof Skipped: XcmpQueue QueueConfig (max_values: Some(1), max_size: None, mode: Measured) fn take_first_concatenated_xcm() -> Weight { // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `0` - // Minimum execution time: 64_839_000 picoseconds. - Weight::from_parts(65_007_000, 0) + // Measured: `109` + // Estimated: `1594` + // Minimum execution time: 6_338_000 picoseconds. + Weight::from_parts(6_559_000, 1594) + .saturating_add(RocksDbWeight::get().reads(1_u64)) + .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6b345d8e88afa015075c945637c07e8f20` (r:1 w:1) - /// Proof: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6b345d8e88afa015075c945637c07e8f20` (r:1 w:1) - /// Storage: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6bedc49980ba3aa32b0a189290fd036649` (r:1 w:1) - /// Proof: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6bedc49980ba3aa32b0a189290fd036649` (r:1 w:1) - /// Storage: `MessageQueue::BookStateFor` (r:1 w:1) - /// Proof: `MessageQueue::BookStateFor` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`) - /// Storage: `MessageQueue::ServiceHead` (r:1 w:1) - /// Proof: `MessageQueue::ServiceHead` (`max_values`: Some(1), `max_size`: Some(5), added: 500, mode: `MaxEncodedLen`) - /// Storage: `XcmpQueue::QueueConfig` (r:1 w:0) - /// Proof: `XcmpQueue::QueueConfig` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `XcmpQueue::InboundXcmpSuspended` (r:1 w:0) - /// Proof: `XcmpQueue::InboundXcmpSuspended` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `MessageQueue::Pages` (r:0 w:1) - /// Proof: `MessageQueue::Pages` (`max_values`: None, `max_size`: Some(65585), added: 68060, mode: `MaxEncodedLen`) + /// Storage: XcmpQueue QueueConfig (r:1 w:1) + /// Proof Skipped: XcmpQueue QueueConfig (max_values: Some(1), max_size: None, mode: Measured) fn on_idle_good_msg() -> Weight { // Proof Size summary in bytes: - // Measured: `65744` - // Estimated: `69209` - // Minimum execution time: 141_145_000 picoseconds. - Weight::from_parts(146_028_000, 69209) - .saturating_add(RocksDbWeight::get().reads(6_u64)) - .saturating_add(RocksDbWeight::get().writes(5_u64)) + // Measured: `109` + // Estimated: `1594` + // Minimum execution time: 6_338_000 picoseconds. + Weight::from_parts(6_559_000, 1594) + .saturating_add(RocksDbWeight::get().reads(1_u64)) + .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6b345d8e88afa015075c945637c07e8f20` (r:1 w:1) - /// Proof: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6b345d8e88afa015075c945637c07e8f20` (r:1 w:1) - /// Storage: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6bedc49980ba3aa32b0a189290fd036649` (r:1 w:1) - /// Proof: UNKNOWN KEY `0x7b3237373ffdfeb1cab4222e3b520d6bedc49980ba3aa32b0a189290fd036649` (r:1 w:1) + /// Storage: XcmpQueue QueueConfig (r:1 w:1) + /// Proof Skipped: XcmpQueue QueueConfig (max_values: Some(1), max_size: None, mode: Measured) fn on_idle_large_msg() -> Weight { // Proof Size summary in bytes: - // Measured: `65743` - // Estimated: `69208` - // Minimum execution time: 66_077_000 picoseconds. - Weight::from_parts(67_545_000, 69208) - .saturating_add(RocksDbWeight::get().reads(2_u64)) - .saturating_add(RocksDbWeight::get().writes(2_u64)) + // Measured: `109` + // Estimated: `1594` + // Minimum execution time: 6_338_000 picoseconds. + Weight::from_parts(6_559_000, 1594) + .saturating_add(RocksDbWeight::get().reads(1_u64)) + .saturating_add(RocksDbWeight::get().writes(1_u64)) } } diff --git a/runtime/manta/src/weights/frame_system.rs b/runtime/manta/src/weights/frame_system.rs index 681e814b5..79059a18c 100644 --- a/runtime/manta/src/weights/frame_system.rs +++ b/runtime/manta/src/weights/frame_system.rs @@ -17,14 +17,14 @@ //! Autogenerated weights for frame_system //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-19, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-07-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/runner/runners/2.280.1/_work/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: // ./target/production/manta // benchmark // pallet -// --chain=/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json +// --chain=/home/runner/runners/2.280.1/_work/Manta/Manta/tests/data/fork.json // --steps=50 // --repeat=40 // --pallet=frame_system @@ -37,12 +37,12 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] -#![allow(double_parens)] #![allow(unused_imports)] -#![allow(missing_docs)] +#![allow(clippy::unnecessary_cast)] -use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; -use core::marker::PhantomData; +use frame_support::{traits::Get, weights::Weight}; +use sp_std::marker::PhantomData; +use manta_primitives::constants::RocksDbWeight; /// Weight functions needed for frame_system. pub trait WeightInfo { @@ -59,134 +59,82 @@ pub trait WeightInfo { /// Weights for frame_system using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); -impl frame_system::WeightInfo for SubstrateWeight { +impl frame_system::WeightInfo for SubstrateWeight { /// The range of component `b` is `[0, 3670016]`. fn remark(b: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `0` - // Minimum execution time: 2_015_000 picoseconds. - Weight::from_parts(2_078_000, 0) + // Minimum execution time: 6_992 nanoseconds. + Weight::from_parts(16_569_447, 0) // Standard Error: 0 - .saturating_add(Weight::from_parts(488, 0).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(458, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3670016]`. fn remark_with_event(b: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `0` - // Minimum execution time: 5_912_000 picoseconds. - Weight::from_parts(87_381_966, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(1_599, 0).saturating_mul(b.into())) + // Minimum execution time: 13_480 nanoseconds. + Weight::from_parts(13_649_000, 0) + // Standard Error: 1 + .saturating_add(Weight::from_parts(2_037, 0).saturating_mul(b.into())) } - /// Storage: `System::Digest` (r:1 w:1) - /// Proof: `System::Digest` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1) - /// Proof: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1) + // Storage: System Digest (r:1 w:1) + // Storage: unknown [0x3a686561707061676573] (r:0 w:1) fn set_heap_pages() -> Weight { - // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `1485` - // Minimum execution time: 3_657_000 picoseconds. - Weight::from_parts(3_889_000, 1485) - .saturating_add(T::DbWeight::get().reads(1_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) + // Minimum execution time: 16_008 nanoseconds. + Weight::from_parts(26_061_000, 0) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(2)) } - /// Storage: `ParachainSystem::ValidationData` (r:1 w:0) - /// Proof: `ParachainSystem::ValidationData` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::UpgradeRestrictionSignal` (r:1 w:0) - /// Proof: `ParachainSystem::UpgradeRestrictionSignal` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::PendingValidationCode` (r:1 w:1) - /// Proof: `ParachainSystem::PendingValidationCode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::HostConfiguration` (r:1 w:0) - /// Proof: `ParachainSystem::HostConfiguration` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::NewValidationCode` (r:0 w:1) - /// Proof: `ParachainSystem::NewValidationCode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::DidSetValidationCode` (r:0 w:1) - /// Proof: `ParachainSystem::DidSetValidationCode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) fn set_code() -> Weight { // Proof Size summary in bytes: - // Measured: `164` - // Estimated: `1649` - // Minimum execution time: 118_464_547_000 picoseconds. - Weight::from_parts(123_547_562_000, 1649) - .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) + // Measured: `156` + // Estimated: `1641` + // Minimum execution time: 122_419_636_000 picoseconds. + Weight::from_parts(127_638_762_000, 1641) + .saturating_add(RocksDbWeight::get().reads(4_u64)) + .saturating_add(RocksDbWeight::get().writes(3_u64)) } - /// Storage: `Skipped::Metadata` (r:0 w:0) - /// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`) + // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn set_storage(i: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `0` - // Minimum execution time: 2_056_000 picoseconds. - Weight::from_parts(2_188_000, 0) - // Standard Error: 1_912 - .saturating_add(Weight::from_parts(830_935, 0).saturating_mul(i.into())) + // Minimum execution time: 7_523 nanoseconds. + Weight::from_parts(7_618_000, 0) + // Standard Error: 1_503 + .saturating_add(Weight::from_parts(723_581, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } - /// Storage: `Skipped::Metadata` (r:0 w:0) - /// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`) + // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn kill_storage(i: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `0` - // Minimum execution time: 2_149_000 picoseconds. - Weight::from_parts(2_193_000, 0) - // Standard Error: 863 - .saturating_add(Weight::from_parts(602_447, 0).saturating_mul(i.into())) + // Minimum execution time: 4_056 nanoseconds. + Weight::from_parts(4_144_000, 0) + // Standard Error: 546 + .saturating_add(Weight::from_parts(521_515, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } - /// Storage: `Skipped::Metadata` (r:0 w:0) - /// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`) + // Storage: Skipped Metadata (r:0 w:0) /// The range of component `p` is `[0, 1000]`. fn kill_prefix(p: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `94 + p * (69 ±0)` - // Estimated: `99 + p * (70 ±0)` - // Minimum execution time: 4_003_000 picoseconds. - Weight::from_parts(4_149_000, 99) - // Standard Error: 1_637 - .saturating_add(Weight::from_parts(1_277_700, 0).saturating_mul(p.into())) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) + // Minimum execution time: 17_856 nanoseconds. + Weight::from_parts(18_373_000, 0) + // Standard Error: 1_613 + .saturating_add(Weight::from_parts(1_158_786, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into())) } - /// Storage: `System::AuthorizedUpgrade` (r:0 w:1) - /// Proof: `System::AuthorizedUpgrade` (`max_values`: Some(1), `max_size`: Some(33), added: 528, mode: `MaxEncodedLen`) + // Storage: Skipped Metadata (r:0 w:0) + /// The range of component `p` is `[0, 1000]`. fn authorize_upgrade() -> Weight { - // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `0` - // Minimum execution time: 11_914_000 picoseconds. - Weight::from_parts(19_804_000, 0) + // Minimum execution time: 17_856 nanoseconds. + Weight::from_parts(18_373_000, 0) + // Standard Error: 1_613 + .saturating_add(Weight::from_parts(1_158_786, 0)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `System::AuthorizedUpgrade` (r:1 w:1) - /// Proof: `System::AuthorizedUpgrade` (`max_values`: Some(1), `max_size`: Some(33), added: 528, mode: `MaxEncodedLen`) - /// Storage: `ParachainSystem::ValidationData` (r:1 w:0) - /// Proof: `ParachainSystem::ValidationData` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::UpgradeRestrictionSignal` (r:1 w:0) - /// Proof: `ParachainSystem::UpgradeRestrictionSignal` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::PendingValidationCode` (r:1 w:1) - /// Proof: `ParachainSystem::PendingValidationCode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::HostConfiguration` (r:1 w:0) - /// Proof: `ParachainSystem::HostConfiguration` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::NewValidationCode` (r:0 w:1) - /// Proof: `ParachainSystem::NewValidationCode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::DidSetValidationCode` (r:0 w:1) - /// Proof: `ParachainSystem::DidSetValidationCode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + // Storage: Skipped Metadata (r:0 w:0) + /// The range of component `p` is `[0, 1000]`. fn apply_authorized_upgrade() -> Weight { - // Proof Size summary in bytes: - // Measured: `186` - // Estimated: `1671` - // Minimum execution time: 121_968_445_000 picoseconds. - Weight::from_parts(126_598_806_000, 1671) - .saturating_add(T::DbWeight::get().reads(5_u64)) - .saturating_add(T::DbWeight::get().writes(4_u64)) + // Minimum execution time: 17_856 nanoseconds. + Weight::from_parts(18_373_000, 0) + // Standard Error: 1_613 + .saturating_add(Weight::from_parts(1_158_786, 0)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } } @@ -194,130 +142,78 @@ impl frame_system::WeightInfo for SubstrateWeight { impl WeightInfo for () { /// The range of component `b` is `[0, 3670016]`. fn remark(b: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `0` - // Minimum execution time: 2_015_000 picoseconds. - Weight::from_parts(2_078_000, 0) + // Minimum execution time: 6_992 nanoseconds. + Weight::from_parts(16_569_447, 0) // Standard Error: 0 - .saturating_add(Weight::from_parts(488, 0).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(458, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3670016]`. fn remark_with_event(b: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `0` - // Minimum execution time: 5_912_000 picoseconds. - Weight::from_parts(87_381_966, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(1_599, 0).saturating_mul(b.into())) + // Minimum execution time: 13_480 nanoseconds. + Weight::from_parts(13_649_000, 0) + // Standard Error: 1 + .saturating_add(Weight::from_parts(2_037, 0).saturating_mul(b.into())) } - /// Storage: `System::Digest` (r:1 w:1) - /// Proof: `System::Digest` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1) - /// Proof: UNKNOWN KEY `0x3a686561707061676573` (r:0 w:1) + // Storage: System Digest (r:1 w:1) + // Storage: unknown [0x3a686561707061676573] (r:0 w:1) fn set_heap_pages() -> Weight { - // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `1485` - // Minimum execution time: 3_657_000 picoseconds. - Weight::from_parts(3_889_000, 1485) - .saturating_add(RocksDbWeight::get().reads(1_u64)) - .saturating_add(RocksDbWeight::get().writes(2_u64)) + // Minimum execution time: 16_008 nanoseconds. + Weight::from_parts(26_061_000, 0) + .saturating_add(RocksDbWeight::get().reads(1)) + .saturating_add(RocksDbWeight::get().writes(2)) } - /// Storage: `ParachainSystem::ValidationData` (r:1 w:0) - /// Proof: `ParachainSystem::ValidationData` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::UpgradeRestrictionSignal` (r:1 w:0) - /// Proof: `ParachainSystem::UpgradeRestrictionSignal` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::PendingValidationCode` (r:1 w:1) - /// Proof: `ParachainSystem::PendingValidationCode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::HostConfiguration` (r:1 w:0) - /// Proof: `ParachainSystem::HostConfiguration` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::NewValidationCode` (r:0 w:1) - /// Proof: `ParachainSystem::NewValidationCode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::DidSetValidationCode` (r:0 w:1) - /// Proof: `ParachainSystem::DidSetValidationCode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) fn set_code() -> Weight { // Proof Size summary in bytes: - // Measured: `164` - // Estimated: `1649` - // Minimum execution time: 118_464_547_000 picoseconds. - Weight::from_parts(123_547_562_000, 1649) + // Measured: `156` + // Estimated: `1641` + // Minimum execution time: 122_419_636_000 picoseconds. + Weight::from_parts(127_638_762_000, 1641) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } - /// Storage: `Skipped::Metadata` (r:0 w:0) - /// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`) + // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn set_storage(i: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `0` - // Minimum execution time: 2_056_000 picoseconds. - Weight::from_parts(2_188_000, 0) - // Standard Error: 1_912 - .saturating_add(Weight::from_parts(830_935, 0).saturating_mul(i.into())) + // Minimum execution time: 7_523 nanoseconds. + Weight::from_parts(7_618_000, 0) + // Standard Error: 1_503 + .saturating_add(Weight::from_parts(723_581, 0).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(i.into()))) } - /// Storage: `Skipped::Metadata` (r:0 w:0) - /// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`) + // Storage: Skipped Metadata (r:0 w:0) /// The range of component `i` is `[0, 1000]`. fn kill_storage(i: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `0` - // Minimum execution time: 2_149_000 picoseconds. - Weight::from_parts(2_193_000, 0) - // Standard Error: 863 - .saturating_add(Weight::from_parts(602_447, 0).saturating_mul(i.into())) + // Minimum execution time: 4_056 nanoseconds. + Weight::from_parts(4_144_000, 0) + // Standard Error: 546 + .saturating_add(Weight::from_parts(521_515, 0).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(i.into()))) } - /// Storage: `Skipped::Metadata` (r:0 w:0) - /// Proof: `Skipped::Metadata` (`max_values`: None, `max_size`: None, mode: `Measured`) + // Storage: Skipped Metadata (r:0 w:0) /// The range of component `p` is `[0, 1000]`. fn kill_prefix(p: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `94 + p * (69 ±0)` - // Estimated: `99 + p * (70 ±0)` - // Minimum execution time: 4_003_000 picoseconds. - Weight::from_parts(4_149_000, 99) - // Standard Error: 1_637 - .saturating_add(Weight::from_parts(1_277_700, 0).saturating_mul(p.into())) - .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(p.into()))) + // Minimum execution time: 17_856 nanoseconds. + Weight::from_parts(18_373_000, 0) + // Standard Error: 1_613 + .saturating_add(Weight::from_parts(1_158_786, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into())) } - /// Storage: `System::AuthorizedUpgrade` (r:0 w:1) - /// Proof: `System::AuthorizedUpgrade` (`max_values`: Some(1), `max_size`: Some(33), added: 528, mode: `MaxEncodedLen`) + // Storage: Skipped Metadata (r:0 w:0) + /// The range of component `p` is `[0, 1000]`. fn authorize_upgrade() -> Weight { - // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `0` - // Minimum execution time: 11_914_000 picoseconds. - Weight::from_parts(19_804_000, 0) + // Minimum execution time: 17_856 nanoseconds. + Weight::from_parts(18_373_000, 0) + // Standard Error: 1_613 + .saturating_add(Weight::from_parts(1_158_786, 0)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `System::AuthorizedUpgrade` (r:1 w:1) - /// Proof: `System::AuthorizedUpgrade` (`max_values`: Some(1), `max_size`: Some(33), added: 528, mode: `MaxEncodedLen`) - /// Storage: `ParachainSystem::ValidationData` (r:1 w:0) - /// Proof: `ParachainSystem::ValidationData` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::UpgradeRestrictionSignal` (r:1 w:0) - /// Proof: `ParachainSystem::UpgradeRestrictionSignal` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::PendingValidationCode` (r:1 w:1) - /// Proof: `ParachainSystem::PendingValidationCode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::HostConfiguration` (r:1 w:0) - /// Proof: `ParachainSystem::HostConfiguration` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::NewValidationCode` (r:0 w:1) - /// Proof: `ParachainSystem::NewValidationCode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::DidSetValidationCode` (r:0 w:1) - /// Proof: `ParachainSystem::DidSetValidationCode` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + // Storage: Skipped Metadata (r:0 w:0) + /// The range of component `p` is `[0, 1000]`. fn apply_authorized_upgrade() -> Weight { - // Proof Size summary in bytes: - // Measured: `186` - // Estimated: `1671` - // Minimum execution time: 121_968_445_000 picoseconds. - Weight::from_parts(126_598_806_000, 1671) - .saturating_add(RocksDbWeight::get().reads(5_u64)) - .saturating_add(RocksDbWeight::get().writes(4_u64)) + // Minimum execution time: 17_856 nanoseconds. + Weight::from_parts(18_373_000, 0) + // Standard Error: 1_613 + .saturating_add(Weight::from_parts(1_158_786, 0)) + .saturating_add(RocksDbWeight::get().writes(1_u64)) } } diff --git a/runtime/manta/src/weights/manta_collator_selection.rs b/runtime/manta/src/weights/manta_collator_selection.rs index f9e38e2e6..bcb61d857 100644 --- a/runtime/manta/src/weights/manta_collator_selection.rs +++ b/runtime/manta/src/weights/manta_collator_selection.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for manta_collator_selection //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-19, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: // ./target/production/manta @@ -37,7 +37,6 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] -#![allow(double_parens)] #![allow(unused_imports)] #![allow(missing_docs)] @@ -62,177 +61,177 @@ pub trait WeightInfo { /// Weights for manta_collator_selection using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl manta_collator_selection::WeightInfo for SubstrateWeight { - /// Storage: `CollatorSelection::Invulnerables` (r:0 w:1) - /// Proof: `CollatorSelection::Invulnerables` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CollatorSelection Invulnerables (r:0 w:1) + /// Proof Skipped: CollatorSelection Invulnerables (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `b` is `[1, 5]`. fn set_invulnerables(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_216_000 picoseconds. - Weight::from_parts(5_541_014, 0) - // Standard Error: 2_403 - .saturating_add(Weight::from_parts(33_424, 0).saturating_mul(b.into())) + // Minimum execution time: 7_662_000 picoseconds. + Weight::from_parts(8_106_039, 0) + // Standard Error: 2_237 + .saturating_add(Weight::from_parts(33_156, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `CollatorSelection::DesiredCandidates` (r:0 w:1) - /// Proof: `CollatorSelection::DesiredCandidates` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CollatorSelection DesiredCandidates (r:0 w:1) + /// Proof Skipped: CollatorSelection DesiredCandidates (max_values: Some(1), max_size: None, mode: Measured) fn set_desired_candidates() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_967_000 picoseconds. - Weight::from_parts(7_481_000, 0) + // Minimum execution time: 9_472_000 picoseconds. + Weight::from_parts(9_990_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `CollatorSelection::CandidacyBond` (r:0 w:1) - /// Proof: `CollatorSelection::CandidacyBond` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CollatorSelection CandidacyBond (r:0 w:1) + /// Proof Skipped: CollatorSelection CandidacyBond (max_values: Some(1), max_size: None, mode: Measured) fn set_candidacy_bond() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_065_000 picoseconds. - Weight::from_parts(5_333_000, 0) + // Minimum execution time: 7_540_000 picoseconds. + Weight::from_parts(7_828_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `CollatorSelection::EvictionBaseline` (r:0 w:1) - /// Proof: `CollatorSelection::EvictionBaseline` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CollatorSelection EvictionBaseline (r:0 w:1) + /// Proof Skipped: CollatorSelection EvictionBaseline (max_values: Some(1), max_size: None, mode: Measured) fn set_eviction_baseline() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_850_000 picoseconds. - Weight::from_parts(5_016_000, 0) + // Minimum execution time: 7_213_000 picoseconds. + Weight::from_parts(7_491_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `CollatorSelection::EvictionTolerance` (r:0 w:1) - /// Proof: `CollatorSelection::EvictionTolerance` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CollatorSelection EvictionTolerance (r:0 w:1) + /// Proof Skipped: CollatorSelection EvictionTolerance (max_values: Some(1), max_size: None, mode: Measured) fn set_eviction_tolerance() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_752_000 picoseconds. - Weight::from_parts(5_082_000, 0) + // Minimum execution time: 7_329_000 picoseconds. + Weight::from_parts(7_539_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `CollatorSelection::Candidates` (r:1 w:1) - /// Proof: `CollatorSelection::Candidates` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `CollatorSelection::DesiredCandidates` (r:1 w:0) - /// Proof: `CollatorSelection::DesiredCandidates` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `CollatorSelection::Invulnerables` (r:1 w:0) - /// Proof: `CollatorSelection::Invulnerables` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Session::NextKeys` (r:1 w:0) - /// Proof: `Session::NextKeys` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `CollatorSelection::CandidacyBond` (r:1 w:0) - /// Proof: `CollatorSelection::CandidacyBond` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CollatorSelection Candidates (r:1 w:1) + /// Proof Skipped: CollatorSelection Candidates (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: CollatorSelection DesiredCandidates (r:1 w:0) + /// Proof Skipped: CollatorSelection DesiredCandidates (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: CollatorSelection Invulnerables (r:1 w:0) + /// Proof Skipped: CollatorSelection Invulnerables (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Session NextKeys (r:1 w:0) + /// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured) + /// Storage: CollatorSelection CandidacyBond (r:1 w:0) + /// Proof Skipped: CollatorSelection CandidacyBond (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `c` is `[1, 50]`. fn register_as_candidate(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `475 + c * (60 ±0)` // Estimated: `3952 + c * (60 ±0)` - // Minimum execution time: 36_353_000 picoseconds. - Weight::from_parts(38_798_214, 3952) - // Standard Error: 4_794 - .saturating_add(Weight::from_parts(328_558, 0).saturating_mul(c.into())) + // Minimum execution time: 41_855_000 picoseconds. + Weight::from_parts(44_800_344, 3952) + // Standard Error: 3_752 + .saturating_add(Weight::from_parts(277_942, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 60).saturating_mul(c.into())) } - /// Storage: `CollatorSelection::Candidates` (r:1 w:1) - /// Proof: `CollatorSelection::Candidates` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CollatorSelection Candidates (r:1 w:1) + /// Proof Skipped: CollatorSelection Candidates (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `c` is `[1, 50]`. fn leave_intent(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `259 + c * (48 ±0)` // Estimated: `1738 + c * (49 ±0)` - // Minimum execution time: 25_333_000 picoseconds. - Weight::from_parts(27_852_833, 1738) - // Standard Error: 2_917 - .saturating_add(Weight::from_parts(197_263, 0).saturating_mul(c.into())) + // Minimum execution time: 29_548_000 picoseconds. + Weight::from_parts(32_463_838, 1738) + // Standard Error: 1_713 + .saturating_add(Weight::from_parts(144_978, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(c.into())) } - /// Storage: `CollatorSelection::Invulnerables` (r:1 w:0) - /// Proof: `CollatorSelection::Invulnerables` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `CollatorSelection::Candidates` (r:1 w:1) - /// Proof: `CollatorSelection::Candidates` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CollatorSelection Invulnerables (r:1 w:0) + /// Proof Skipped: CollatorSelection Invulnerables (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: CollatorSelection Candidates (r:1 w:1) + /// Proof Skipped: CollatorSelection Candidates (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `c` is `[1, 50]`. fn remove_collator(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `283 + c * (48 ±0)` // Estimated: `1762 + c * (49 ±0)` - // Minimum execution time: 26_250_000 picoseconds. - Weight::from_parts(28_987_137, 1762) - // Standard Error: 2_982 - .saturating_add(Weight::from_parts(187_203, 0).saturating_mul(c.into())) + // Minimum execution time: 31_220_000 picoseconds. + Weight::from_parts(33_891_925, 1762) + // Standard Error: 1_729 + .saturating_add(Weight::from_parts(145_454, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(c.into())) } - /// Storage: `CollatorSelection::Candidates` (r:1 w:1) - /// Proof: `CollatorSelection::Candidates` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `CollatorSelection::DesiredCandidates` (r:1 w:0) - /// Proof: `CollatorSelection::DesiredCandidates` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `CollatorSelection::Invulnerables` (r:1 w:0) - /// Proof: `CollatorSelection::Invulnerables` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Session::NextKeys` (r:1 w:0) - /// Proof: `Session::NextKeys` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `CollatorSelection::CandidacyBond` (r:1 w:0) - /// Proof: `CollatorSelection::CandidacyBond` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CollatorSelection Candidates (r:1 w:1) + /// Proof Skipped: CollatorSelection Candidates (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: CollatorSelection DesiredCandidates (r:1 w:0) + /// Proof Skipped: CollatorSelection DesiredCandidates (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: CollatorSelection Invulnerables (r:1 w:0) + /// Proof Skipped: CollatorSelection Invulnerables (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Session NextKeys (r:1 w:0) + /// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured) + /// Storage: CollatorSelection CandidacyBond (r:1 w:0) + /// Proof Skipped: CollatorSelection CandidacyBond (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `c` is `[1, 50]`. fn register_candidate(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `475 + c * (60 ±0)` // Estimated: `3952 + c * (60 ±0)` - // Minimum execution time: 35_746_000 picoseconds. - Weight::from_parts(38_410_207, 3952) - // Standard Error: 4_941 - .saturating_add(Weight::from_parts(327_432, 0).saturating_mul(c.into())) + // Minimum execution time: 41_828_000 picoseconds. + Weight::from_parts(45_085_720, 3952) + // Standard Error: 3_983 + .saturating_add(Weight::from_parts(250_809, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 60).saturating_mul(c.into())) } - /// Storage: `System::Account` (r:2 w:2) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `CollatorSelection::BlocksPerCollatorThisSession` (r:1 w:1) - /// Proof: `CollatorSelection::BlocksPerCollatorThisSession` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `System::BlockWeight` (r:1 w:1) - /// Proof: `System::BlockWeight` (`max_values`: Some(1), `max_size`: Some(48), added: 543, mode: `MaxEncodedLen`) + /// Storage: System Account (r:2 w:2) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: CollatorSelection BlocksPerCollatorThisSession (r:1 w:1) + /// Proof Skipped: CollatorSelection BlocksPerCollatorThisSession (max_values: None, max_size: None, mode: Measured) + /// Storage: System BlockWeight (r:1 w:1) + /// Proof: System BlockWeight (max_values: Some(1), max_size: Some(48), added: 543, mode: MaxEncodedLen) fn note_author() -> Weight { // Proof Size summary in bytes: // Measured: `146` // Estimated: `6196` - // Minimum execution time: 43_282_000 picoseconds. - Weight::from_parts(44_041_000, 6196) + // Minimum execution time: 48_752_000 picoseconds. + Weight::from_parts(49_238_000, 6196) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } - /// Storage: `CollatorSelection::Candidates` (r:1 w:1) - /// Proof: `CollatorSelection::Candidates` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `CollatorSelection::EvictionBaseline` (r:1 w:0) - /// Proof: `CollatorSelection::EvictionBaseline` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `CollatorSelection::EvictionTolerance` (r:1 w:0) - /// Proof: `CollatorSelection::EvictionTolerance` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `CollatorSelection::BlocksPerCollatorThisSession` (r:51 w:2) - /// Proof: `CollatorSelection::BlocksPerCollatorThisSession` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `System::Account` (r:49 w:49) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `CollatorSelection::Invulnerables` (r:1 w:0) - /// Proof: `CollatorSelection::Invulnerables` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `System::BlockWeight` (r:1 w:1) - /// Proof: `System::BlockWeight` (`max_values`: Some(1), `max_size`: Some(48), added: 543, mode: `MaxEncodedLen`) - /// Storage: `Session::Validators` (r:1 w:0) - /// Proof: `Session::Validators` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CollatorSelection Candidates (r:1 w:1) + /// Proof Skipped: CollatorSelection Candidates (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: CollatorSelection EvictionBaseline (r:1 w:0) + /// Proof Skipped: CollatorSelection EvictionBaseline (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: CollatorSelection EvictionTolerance (r:1 w:0) + /// Proof Skipped: CollatorSelection EvictionTolerance (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: CollatorSelection BlocksPerCollatorThisSession (r:51 w:2) + /// Proof Skipped: CollatorSelection BlocksPerCollatorThisSession (max_values: None, max_size: None, mode: Measured) + /// Storage: System Account (r:49 w:49) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: CollatorSelection Invulnerables (r:1 w:0) + /// Proof Skipped: CollatorSelection Invulnerables (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: System BlockWeight (r:1 w:1) + /// Proof: System BlockWeight (max_values: Some(1), max_size: Some(48), added: 543, mode: MaxEncodedLen) + /// Storage: Session Validators (r:1 w:0) + /// Proof Skipped: Session Validators (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `c` is `[1, 50]`. fn new_session(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `62 + c * (230 ±0)` // Estimated: `3593 + c * (2705 ±0)` - // Minimum execution time: 30_407_000 picoseconds. - Weight::from_parts(18_178_775, 3593) - // Standard Error: 22_934 - .saturating_add(Weight::from_parts(23_155_443, 0).saturating_mul(c.into())) + // Minimum execution time: 34_509_000 picoseconds. + Weight::from_parts(23_774_429, 3593) + // Standard Error: 12_976 + .saturating_add(Weight::from_parts(26_749_722, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -243,177 +242,177 @@ impl manta_collator_selection::WeightInfo for Substrate // For backwards compatibility and tests impl WeightInfo for () { - /// Storage: `CollatorSelection::Invulnerables` (r:0 w:1) - /// Proof: `CollatorSelection::Invulnerables` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CollatorSelection Invulnerables (r:0 w:1) + /// Proof Skipped: CollatorSelection Invulnerables (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `b` is `[1, 5]`. fn set_invulnerables(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_216_000 picoseconds. - Weight::from_parts(5_541_014, 0) - // Standard Error: 2_403 - .saturating_add(Weight::from_parts(33_424, 0).saturating_mul(b.into())) + // Minimum execution time: 7_662_000 picoseconds. + Weight::from_parts(8_106_039, 0) + // Standard Error: 2_237 + .saturating_add(Weight::from_parts(33_156, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `CollatorSelection::DesiredCandidates` (r:0 w:1) - /// Proof: `CollatorSelection::DesiredCandidates` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CollatorSelection DesiredCandidates (r:0 w:1) + /// Proof Skipped: CollatorSelection DesiredCandidates (max_values: Some(1), max_size: None, mode: Measured) fn set_desired_candidates() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_967_000 picoseconds. - Weight::from_parts(7_481_000, 0) + // Minimum execution time: 9_472_000 picoseconds. + Weight::from_parts(9_990_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `CollatorSelection::CandidacyBond` (r:0 w:1) - /// Proof: `CollatorSelection::CandidacyBond` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CollatorSelection CandidacyBond (r:0 w:1) + /// Proof Skipped: CollatorSelection CandidacyBond (max_values: Some(1), max_size: None, mode: Measured) fn set_candidacy_bond() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_065_000 picoseconds. - Weight::from_parts(5_333_000, 0) + // Minimum execution time: 7_540_000 picoseconds. + Weight::from_parts(7_828_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `CollatorSelection::EvictionBaseline` (r:0 w:1) - /// Proof: `CollatorSelection::EvictionBaseline` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CollatorSelection EvictionBaseline (r:0 w:1) + /// Proof Skipped: CollatorSelection EvictionBaseline (max_values: Some(1), max_size: None, mode: Measured) fn set_eviction_baseline() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_850_000 picoseconds. - Weight::from_parts(5_016_000, 0) + // Minimum execution time: 7_213_000 picoseconds. + Weight::from_parts(7_491_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `CollatorSelection::EvictionTolerance` (r:0 w:1) - /// Proof: `CollatorSelection::EvictionTolerance` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CollatorSelection EvictionTolerance (r:0 w:1) + /// Proof Skipped: CollatorSelection EvictionTolerance (max_values: Some(1), max_size: None, mode: Measured) fn set_eviction_tolerance() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_752_000 picoseconds. - Weight::from_parts(5_082_000, 0) + // Minimum execution time: 7_329_000 picoseconds. + Weight::from_parts(7_539_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `CollatorSelection::Candidates` (r:1 w:1) - /// Proof: `CollatorSelection::Candidates` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `CollatorSelection::DesiredCandidates` (r:1 w:0) - /// Proof: `CollatorSelection::DesiredCandidates` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `CollatorSelection::Invulnerables` (r:1 w:0) - /// Proof: `CollatorSelection::Invulnerables` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Session::NextKeys` (r:1 w:0) - /// Proof: `Session::NextKeys` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `CollatorSelection::CandidacyBond` (r:1 w:0) - /// Proof: `CollatorSelection::CandidacyBond` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CollatorSelection Candidates (r:1 w:1) + /// Proof Skipped: CollatorSelection Candidates (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: CollatorSelection DesiredCandidates (r:1 w:0) + /// Proof Skipped: CollatorSelection DesiredCandidates (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: CollatorSelection Invulnerables (r:1 w:0) + /// Proof Skipped: CollatorSelection Invulnerables (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Session NextKeys (r:1 w:0) + /// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured) + /// Storage: CollatorSelection CandidacyBond (r:1 w:0) + /// Proof Skipped: CollatorSelection CandidacyBond (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `c` is `[1, 50]`. fn register_as_candidate(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `475 + c * (60 ±0)` // Estimated: `3952 + c * (60 ±0)` - // Minimum execution time: 36_353_000 picoseconds. - Weight::from_parts(38_798_214, 3952) - // Standard Error: 4_794 - .saturating_add(Weight::from_parts(328_558, 0).saturating_mul(c.into())) + // Minimum execution time: 41_855_000 picoseconds. + Weight::from_parts(44_800_344, 3952) + // Standard Error: 3_752 + .saturating_add(Weight::from_parts(277_942, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 60).saturating_mul(c.into())) } - /// Storage: `CollatorSelection::Candidates` (r:1 w:1) - /// Proof: `CollatorSelection::Candidates` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CollatorSelection Candidates (r:1 w:1) + /// Proof Skipped: CollatorSelection Candidates (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `c` is `[1, 50]`. fn leave_intent(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `259 + c * (48 ±0)` // Estimated: `1738 + c * (49 ±0)` - // Minimum execution time: 25_333_000 picoseconds. - Weight::from_parts(27_852_833, 1738) - // Standard Error: 2_917 - .saturating_add(Weight::from_parts(197_263, 0).saturating_mul(c.into())) + // Minimum execution time: 29_548_000 picoseconds. + Weight::from_parts(32_463_838, 1738) + // Standard Error: 1_713 + .saturating_add(Weight::from_parts(144_978, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(c.into())) } - /// Storage: `CollatorSelection::Invulnerables` (r:1 w:0) - /// Proof: `CollatorSelection::Invulnerables` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `CollatorSelection::Candidates` (r:1 w:1) - /// Proof: `CollatorSelection::Candidates` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CollatorSelection Invulnerables (r:1 w:0) + /// Proof Skipped: CollatorSelection Invulnerables (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: CollatorSelection Candidates (r:1 w:1) + /// Proof Skipped: CollatorSelection Candidates (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `c` is `[1, 50]`. fn remove_collator(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `283 + c * (48 ±0)` // Estimated: `1762 + c * (49 ±0)` - // Minimum execution time: 26_250_000 picoseconds. - Weight::from_parts(28_987_137, 1762) - // Standard Error: 2_982 - .saturating_add(Weight::from_parts(187_203, 0).saturating_mul(c.into())) + // Minimum execution time: 31_220_000 picoseconds. + Weight::from_parts(33_891_925, 1762) + // Standard Error: 1_729 + .saturating_add(Weight::from_parts(145_454, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(c.into())) } - /// Storage: `CollatorSelection::Candidates` (r:1 w:1) - /// Proof: `CollatorSelection::Candidates` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `CollatorSelection::DesiredCandidates` (r:1 w:0) - /// Proof: `CollatorSelection::DesiredCandidates` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `CollatorSelection::Invulnerables` (r:1 w:0) - /// Proof: `CollatorSelection::Invulnerables` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Session::NextKeys` (r:1 w:0) - /// Proof: `Session::NextKeys` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `CollatorSelection::CandidacyBond` (r:1 w:0) - /// Proof: `CollatorSelection::CandidacyBond` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CollatorSelection Candidates (r:1 w:1) + /// Proof Skipped: CollatorSelection Candidates (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: CollatorSelection DesiredCandidates (r:1 w:0) + /// Proof Skipped: CollatorSelection DesiredCandidates (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: CollatorSelection Invulnerables (r:1 w:0) + /// Proof Skipped: CollatorSelection Invulnerables (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Session NextKeys (r:1 w:0) + /// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured) + /// Storage: CollatorSelection CandidacyBond (r:1 w:0) + /// Proof Skipped: CollatorSelection CandidacyBond (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `c` is `[1, 50]`. fn register_candidate(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `475 + c * (60 ±0)` // Estimated: `3952 + c * (60 ±0)` - // Minimum execution time: 35_746_000 picoseconds. - Weight::from_parts(38_410_207, 3952) - // Standard Error: 4_941 - .saturating_add(Weight::from_parts(327_432, 0).saturating_mul(c.into())) + // Minimum execution time: 41_828_000 picoseconds. + Weight::from_parts(45_085_720, 3952) + // Standard Error: 3_983 + .saturating_add(Weight::from_parts(250_809, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 60).saturating_mul(c.into())) } - /// Storage: `System::Account` (r:2 w:2) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `CollatorSelection::BlocksPerCollatorThisSession` (r:1 w:1) - /// Proof: `CollatorSelection::BlocksPerCollatorThisSession` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `System::BlockWeight` (r:1 w:1) - /// Proof: `System::BlockWeight` (`max_values`: Some(1), `max_size`: Some(48), added: 543, mode: `MaxEncodedLen`) + /// Storage: System Account (r:2 w:2) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: CollatorSelection BlocksPerCollatorThisSession (r:1 w:1) + /// Proof Skipped: CollatorSelection BlocksPerCollatorThisSession (max_values: None, max_size: None, mode: Measured) + /// Storage: System BlockWeight (r:1 w:1) + /// Proof: System BlockWeight (max_values: Some(1), max_size: Some(48), added: 543, mode: MaxEncodedLen) fn note_author() -> Weight { // Proof Size summary in bytes: // Measured: `146` // Estimated: `6196` - // Minimum execution time: 43_282_000 picoseconds. - Weight::from_parts(44_041_000, 6196) + // Minimum execution time: 48_752_000 picoseconds. + Weight::from_parts(49_238_000, 6196) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } - /// Storage: `CollatorSelection::Candidates` (r:1 w:1) - /// Proof: `CollatorSelection::Candidates` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `CollatorSelection::EvictionBaseline` (r:1 w:0) - /// Proof: `CollatorSelection::EvictionBaseline` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `CollatorSelection::EvictionTolerance` (r:1 w:0) - /// Proof: `CollatorSelection::EvictionTolerance` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `CollatorSelection::BlocksPerCollatorThisSession` (r:51 w:2) - /// Proof: `CollatorSelection::BlocksPerCollatorThisSession` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `System::Account` (r:49 w:49) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `CollatorSelection::Invulnerables` (r:1 w:0) - /// Proof: `CollatorSelection::Invulnerables` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `System::BlockWeight` (r:1 w:1) - /// Proof: `System::BlockWeight` (`max_values`: Some(1), `max_size`: Some(48), added: 543, mode: `MaxEncodedLen`) - /// Storage: `Session::Validators` (r:1 w:0) - /// Proof: `Session::Validators` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CollatorSelection Candidates (r:1 w:1) + /// Proof Skipped: CollatorSelection Candidates (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: CollatorSelection EvictionBaseline (r:1 w:0) + /// Proof Skipped: CollatorSelection EvictionBaseline (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: CollatorSelection EvictionTolerance (r:1 w:0) + /// Proof Skipped: CollatorSelection EvictionTolerance (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: CollatorSelection BlocksPerCollatorThisSession (r:51 w:2) + /// Proof Skipped: CollatorSelection BlocksPerCollatorThisSession (max_values: None, max_size: None, mode: Measured) + /// Storage: System Account (r:49 w:49) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: CollatorSelection Invulnerables (r:1 w:0) + /// Proof Skipped: CollatorSelection Invulnerables (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: System BlockWeight (r:1 w:1) + /// Proof: System BlockWeight (max_values: Some(1), max_size: Some(48), added: 543, mode: MaxEncodedLen) + /// Storage: Session Validators (r:1 w:0) + /// Proof Skipped: Session Validators (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `c` is `[1, 50]`. fn new_session(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `62 + c * (230 ±0)` // Estimated: `3593 + c * (2705 ±0)` - // Minimum execution time: 30_407_000 picoseconds. - Weight::from_parts(18_178_775, 3593) - // Standard Error: 22_934 - .saturating_add(Weight::from_parts(23_155_443, 0).saturating_mul(c.into())) + // Minimum execution time: 34_509_000 picoseconds. + Weight::from_parts(23_774_429, 3593) + // Standard Error: 12_976 + .saturating_add(Weight::from_parts(26_749_722, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) diff --git a/runtime/manta/src/weights/pallet_asset_manager.rs b/runtime/manta/src/weights/pallet_asset_manager.rs index b08a8d6c4..5be505c24 100644 --- a/runtime/manta/src/weights/pallet_asset_manager.rs +++ b/runtime/manta/src/weights/pallet_asset_manager.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for pallet_asset_manager //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-19, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: // ./target/production/manta @@ -37,7 +37,6 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] -#![allow(double_parens)] #![allow(unused_imports)] #![allow(missing_docs)] @@ -60,146 +59,148 @@ pub trait WeightInfo { /// Weights for pallet_asset_manager using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_asset_manager::WeightInfo for SubstrateWeight { - /// Storage: `AssetManager::LocationAssetId` (r:1 w:1) - /// Proof: `AssetManager::LocationAssetId` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `AssetManager::NextAssetId` (r:1 w:1) - /// Proof: `AssetManager::NextAssetId` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Metadata` (r:1 w:1) - /// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`) - /// Storage: `AssetManager::AssetIdMetadata` (r:0 w:1) - /// Proof: `AssetManager::AssetIdMetadata` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `AssetManager::AssetIdLocation` (r:0 w:1) - /// Proof: `AssetManager::AssetIdLocation` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: AssetManager LocationAssetId (r:1 w:1) + /// Proof Skipped: AssetManager LocationAssetId (max_values: None, max_size: None, mode: Measured) + /// Storage: AssetManager NextAssetId (r:1 w:1) + /// Proof Skipped: AssetManager NextAssetId (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Metadata (r:1 w:1) + /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) + /// Storage: AssetManager AssetIdMetadata (r:0 w:1) + /// Proof Skipped: AssetManager AssetIdMetadata (max_values: None, max_size: None, mode: Measured) + /// Storage: AssetManager AssetIdLocation (r:0 w:1) + /// Proof Skipped: AssetManager AssetIdLocation (max_values: None, max_size: None, mode: Measured) fn register_asset() -> Weight { // Proof Size summary in bytes: // Measured: `250` // Estimated: `3715` - // Minimum execution time: 40_103_000 picoseconds. - Weight::from_parts(41_159_000, 3715) + // Minimum execution time: 46_732_000 picoseconds. + Weight::from_parts(47_811_000, 3715) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } - /// Storage: `AssetManager::AssetIdLocation` (r:1 w:0) - /// Proof: `AssetManager::AssetIdLocation` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `AssetManager::UnitsPerSecond` (r:0 w:1) - /// Proof: `AssetManager::UnitsPerSecond` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: AssetManager AssetIdLocation (r:1 w:0) + /// Proof Skipped: AssetManager AssetIdLocation (max_values: None, max_size: None, mode: Measured) + /// Storage: AssetManager UnitsPerSecond (r:0 w:1) + /// Proof Skipped: AssetManager UnitsPerSecond (max_values: None, max_size: None, mode: Measured) fn set_units_per_second() -> Weight { // Proof Size summary in bytes: // Measured: `1443` // Estimated: `4908` - // Minimum execution time: 50_385_000 picoseconds. - Weight::from_parts(57_705_000, 4908) + // Minimum execution time: 57_760_000 picoseconds. + Weight::from_parts(63_729_000, 4908) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `AssetManager::AssetIdLocation` (r:1 w:1) - /// Proof: `AssetManager::AssetIdLocation` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `AssetManager::LocationAssetId` (r:1 w:2) - /// Proof: `AssetManager::LocationAssetId` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `AssetManager::AllowedDestParaIds` (r:2 w:2) - /// Proof: `AssetManager::AllowedDestParaIds` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: AssetManager AssetIdLocation (r:1 w:1) + /// Proof Skipped: AssetManager AssetIdLocation (max_values: None, max_size: None, mode: Measured) + /// Storage: AssetManager LocationAssetId (r:1 w:2) + /// Proof Skipped: AssetManager LocationAssetId (max_values: None, max_size: None, mode: Measured) + /// Storage: AssetManager AllowedDestParaIds (r:2 w:2) + /// Proof Skipped: AssetManager AllowedDestParaIds (max_values: None, max_size: None, mode: Measured) fn update_asset_location() -> Weight { // Proof Size summary in bytes: // Measured: `4098` // Estimated: `10038` - // Minimum execution time: 82_059_000 picoseconds. - Weight::from_parts(95_992_000, 10038) + // Minimum execution time: 82_779_000 picoseconds. + Weight::from_parts(92_148_000, 10038) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } - /// Storage: `AssetManager::AssetIdLocation` (r:1 w:0) - /// Proof: `AssetManager::AssetIdLocation` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Assets::Asset` (r:1 w:0) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Metadata` (r:1 w:1) - /// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`) - /// Storage: `AssetManager::AssetIdMetadata` (r:0 w:1) - /// Proof: `AssetManager::AssetIdMetadata` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: AssetManager AssetIdLocation (r:1 w:0) + /// Proof Skipped: AssetManager AssetIdLocation (max_values: None, max_size: None, mode: Measured) + /// Storage: Assets Asset (r:1 w:0) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Metadata (r:1 w:1) + /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) + /// Storage: AssetManager AssetIdMetadata (r:0 w:1) + /// Proof Skipped: AssetManager AssetIdMetadata (max_values: None, max_size: None, mode: Measured) fn update_asset_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `4077` // Estimated: `7542` - // Minimum execution time: 81_987_000 picoseconds. - Weight::from_parts(96_790_000, 7542) + // Minimum execution time: 75_799_000 picoseconds. + Weight::from_parts(84_474_000, 7542) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `AssetManager::AssetIdLocation` (r:1 w:0) - /// Proof: `AssetManager::AssetIdLocation` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:1 w:1) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) + /// Storage: AssetManager AssetIdLocation (r:1 w:0) + /// Proof Skipped: AssetManager AssetIdLocation (max_values: None, max_size: None, mode: Measured) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Account (r:1 w:1) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) fn mint_asset() -> Weight { // Proof Size summary in bytes: // Measured: `3496` // Estimated: `6961` - // Minimum execution time: 99_352_000 picoseconds. - Weight::from_parts(109_313_000, 6961) + // Minimum execution time: 88_907_000 picoseconds. + Weight::from_parts(96_551_000, 6961) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `AssetManager::MinXcmFee` (r:0 w:1) - /// Proof: `AssetManager::MinXcmFee` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: AssetManager MinXcmFee (r:0 w:1) + /// Proof Skipped: AssetManager MinXcmFee (max_values: None, max_size: None, mode: Measured) fn set_min_xcm_fee() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 33_934_000 picoseconds. - Weight::from_parts(39_124_000, 0) + // Minimum execution time: 32_871_000 picoseconds. + Weight::from_parts(37_119_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `AssetManager::FilteredOutgoingAssetLocations` (r:0 w:1) - /// Proof: `AssetManager::FilteredOutgoingAssetLocations` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: AssetManager FilteredOutgoingAssetLocations (r:0 w:1) + /// Proof Skipped: AssetManager FilteredOutgoingAssetLocations (max_values: None, max_size: None, mode: Measured) fn update_outgoing_filtered_assets() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 35_588_000 picoseconds. - Weight::from_parts(40_195_000, 0) + // Minimum execution time: 32_130_000 picoseconds. + Weight::from_parts(35_302_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `AssetManager::AssetIdMetadata` (r:2 w:1) - /// Proof: `AssetManager::AssetIdMetadata` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `AssetManager::AssetIdPairToLp` (r:1 w:1) - /// Proof: `AssetManager::AssetIdPairToLp` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `AssetManager::NextAssetId` (r:1 w:1) - /// Proof: `AssetManager::NextAssetId` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Metadata` (r:1 w:1) - /// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`) - /// Storage: `AssetManager::LpToAssetIdPair` (r:0 w:1) - /// Proof: `AssetManager::LpToAssetIdPair` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: AssetManager AssetIdLocation (r:2 w:0) + /// Proof Skipped: AssetManager AssetIdLocation (max_values: None, max_size: None, mode: Measured) + /// Storage: AssetManager AssetIdPairToLp (r:1 w:1) + /// Proof Skipped: AssetManager AssetIdPairToLp (max_values: None, max_size: None, mode: Measured) + /// Storage: AssetManager NextAssetId (r:1 w:1) + /// Proof Skipped: AssetManager NextAssetId (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Metadata (r:1 w:1) + /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) + /// Storage: AssetManager AssetIdMetadata (r:0 w:1) + /// Proof Skipped: AssetManager AssetIdMetadata (max_values: None, max_size: None, mode: Measured) + /// Storage: AssetManager LpToAssetIdPair (r:0 w:1) + /// Proof Skipped: AssetManager LpToAssetIdPair (max_values: None, max_size: None, mode: Measured) fn register_lp_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `599` - // Estimated: `6539` - // Minimum execution time: 47_560_000 picoseconds. - Weight::from_parts(48_471_000, 6539) + // Measured: `545` + // Estimated: `6485` + // Minimum execution time: 54_735_000 picoseconds. + Weight::from_parts(55_742_000, 6485) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `AssetManager::NextPermissionlessAssetId` (r:1 w:1) - /// Proof: `AssetManager::NextPermissionlessAssetId` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Metadata` (r:1 w:1) - /// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:1 w:1) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) - /// Storage: `AssetManager::AssetIdMetadata` (r:0 w:1) - /// Proof: `AssetManager::AssetIdMetadata` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: AssetManager NextPermissionlessAssetId (r:1 w:1) + /// Proof Skipped: AssetManager NextPermissionlessAssetId (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Metadata (r:1 w:1) + /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) + /// Storage: Assets Account (r:1 w:1) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) + /// Storage: AssetManager AssetIdMetadata (r:0 w:1) + /// Proof Skipped: AssetManager AssetIdMetadata (max_values: None, max_size: None, mode: Measured) fn permissionless_register_asset() -> Weight { // Proof Size summary in bytes: // Measured: `221` // Estimated: `3687` - // Minimum execution time: 87_977_000 picoseconds. - Weight::from_parts(89_663_000, 3687) + // Minimum execution time: 99_963_000 picoseconds. + Weight::from_parts(101_437_000, 3687) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -207,146 +208,148 @@ impl pallet_asset_manager::WeightInfo for SubstrateWeig // For backwards compatibility and tests impl WeightInfo for () { - /// Storage: `AssetManager::LocationAssetId` (r:1 w:1) - /// Proof: `AssetManager::LocationAssetId` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `AssetManager::NextAssetId` (r:1 w:1) - /// Proof: `AssetManager::NextAssetId` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Metadata` (r:1 w:1) - /// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`) - /// Storage: `AssetManager::AssetIdMetadata` (r:0 w:1) - /// Proof: `AssetManager::AssetIdMetadata` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `AssetManager::AssetIdLocation` (r:0 w:1) - /// Proof: `AssetManager::AssetIdLocation` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: AssetManager LocationAssetId (r:1 w:1) + /// Proof Skipped: AssetManager LocationAssetId (max_values: None, max_size: None, mode: Measured) + /// Storage: AssetManager NextAssetId (r:1 w:1) + /// Proof Skipped: AssetManager NextAssetId (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Metadata (r:1 w:1) + /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) + /// Storage: AssetManager AssetIdMetadata (r:0 w:1) + /// Proof Skipped: AssetManager AssetIdMetadata (max_values: None, max_size: None, mode: Measured) + /// Storage: AssetManager AssetIdLocation (r:0 w:1) + /// Proof Skipped: AssetManager AssetIdLocation (max_values: None, max_size: None, mode: Measured) fn register_asset() -> Weight { // Proof Size summary in bytes: // Measured: `250` // Estimated: `3715` - // Minimum execution time: 40_103_000 picoseconds. - Weight::from_parts(41_159_000, 3715) + // Minimum execution time: 46_732_000 picoseconds. + Weight::from_parts(47_811_000, 3715) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } - /// Storage: `AssetManager::AssetIdLocation` (r:1 w:0) - /// Proof: `AssetManager::AssetIdLocation` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `AssetManager::UnitsPerSecond` (r:0 w:1) - /// Proof: `AssetManager::UnitsPerSecond` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: AssetManager AssetIdLocation (r:1 w:0) + /// Proof Skipped: AssetManager AssetIdLocation (max_values: None, max_size: None, mode: Measured) + /// Storage: AssetManager UnitsPerSecond (r:0 w:1) + /// Proof Skipped: AssetManager UnitsPerSecond (max_values: None, max_size: None, mode: Measured) fn set_units_per_second() -> Weight { // Proof Size summary in bytes: // Measured: `1443` // Estimated: `4908` - // Minimum execution time: 50_385_000 picoseconds. - Weight::from_parts(57_705_000, 4908) + // Minimum execution time: 57_760_000 picoseconds. + Weight::from_parts(63_729_000, 4908) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `AssetManager::AssetIdLocation` (r:1 w:1) - /// Proof: `AssetManager::AssetIdLocation` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `AssetManager::LocationAssetId` (r:1 w:2) - /// Proof: `AssetManager::LocationAssetId` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `AssetManager::AllowedDestParaIds` (r:2 w:2) - /// Proof: `AssetManager::AllowedDestParaIds` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: AssetManager AssetIdLocation (r:1 w:1) + /// Proof Skipped: AssetManager AssetIdLocation (max_values: None, max_size: None, mode: Measured) + /// Storage: AssetManager LocationAssetId (r:1 w:2) + /// Proof Skipped: AssetManager LocationAssetId (max_values: None, max_size: None, mode: Measured) + /// Storage: AssetManager AllowedDestParaIds (r:2 w:2) + /// Proof Skipped: AssetManager AllowedDestParaIds (max_values: None, max_size: None, mode: Measured) fn update_asset_location() -> Weight { // Proof Size summary in bytes: // Measured: `4098` // Estimated: `10038` - // Minimum execution time: 82_059_000 picoseconds. - Weight::from_parts(95_992_000, 10038) + // Minimum execution time: 82_779_000 picoseconds. + Weight::from_parts(92_148_000, 10038) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } - /// Storage: `AssetManager::AssetIdLocation` (r:1 w:0) - /// Proof: `AssetManager::AssetIdLocation` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Assets::Asset` (r:1 w:0) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Metadata` (r:1 w:1) - /// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`) - /// Storage: `AssetManager::AssetIdMetadata` (r:0 w:1) - /// Proof: `AssetManager::AssetIdMetadata` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: AssetManager AssetIdLocation (r:1 w:0) + /// Proof Skipped: AssetManager AssetIdLocation (max_values: None, max_size: None, mode: Measured) + /// Storage: Assets Asset (r:1 w:0) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Metadata (r:1 w:1) + /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) + /// Storage: AssetManager AssetIdMetadata (r:0 w:1) + /// Proof Skipped: AssetManager AssetIdMetadata (max_values: None, max_size: None, mode: Measured) fn update_asset_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `4077` // Estimated: `7542` - // Minimum execution time: 81_987_000 picoseconds. - Weight::from_parts(96_790_000, 7542) + // Minimum execution time: 75_799_000 picoseconds. + Weight::from_parts(84_474_000, 7542) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `AssetManager::AssetIdLocation` (r:1 w:0) - /// Proof: `AssetManager::AssetIdLocation` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:1 w:1) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) + /// Storage: AssetManager AssetIdLocation (r:1 w:0) + /// Proof Skipped: AssetManager AssetIdLocation (max_values: None, max_size: None, mode: Measured) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Account (r:1 w:1) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) fn mint_asset() -> Weight { // Proof Size summary in bytes: // Measured: `3496` // Estimated: `6961` - // Minimum execution time: 99_352_000 picoseconds. - Weight::from_parts(109_313_000, 6961) + // Minimum execution time: 88_907_000 picoseconds. + Weight::from_parts(96_551_000, 6961) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `AssetManager::MinXcmFee` (r:0 w:1) - /// Proof: `AssetManager::MinXcmFee` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: AssetManager MinXcmFee (r:0 w:1) + /// Proof Skipped: AssetManager MinXcmFee (max_values: None, max_size: None, mode: Measured) fn set_min_xcm_fee() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 33_934_000 picoseconds. - Weight::from_parts(39_124_000, 0) + // Minimum execution time: 32_871_000 picoseconds. + Weight::from_parts(37_119_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `AssetManager::FilteredOutgoingAssetLocations` (r:0 w:1) - /// Proof: `AssetManager::FilteredOutgoingAssetLocations` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: AssetManager FilteredOutgoingAssetLocations (r:0 w:1) + /// Proof Skipped: AssetManager FilteredOutgoingAssetLocations (max_values: None, max_size: None, mode: Measured) fn update_outgoing_filtered_assets() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 35_588_000 picoseconds. - Weight::from_parts(40_195_000, 0) + // Minimum execution time: 32_130_000 picoseconds. + Weight::from_parts(35_302_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `AssetManager::AssetIdMetadata` (r:2 w:1) - /// Proof: `AssetManager::AssetIdMetadata` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `AssetManager::AssetIdPairToLp` (r:1 w:1) - /// Proof: `AssetManager::AssetIdPairToLp` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `AssetManager::NextAssetId` (r:1 w:1) - /// Proof: `AssetManager::NextAssetId` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Metadata` (r:1 w:1) - /// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`) - /// Storage: `AssetManager::LpToAssetIdPair` (r:0 w:1) - /// Proof: `AssetManager::LpToAssetIdPair` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: AssetManager AssetIdLocation (r:2 w:0) + /// Proof Skipped: AssetManager AssetIdLocation (max_values: None, max_size: None, mode: Measured) + /// Storage: AssetManager AssetIdPairToLp (r:1 w:1) + /// Proof Skipped: AssetManager AssetIdPairToLp (max_values: None, max_size: None, mode: Measured) + /// Storage: AssetManager NextAssetId (r:1 w:1) + /// Proof Skipped: AssetManager NextAssetId (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Metadata (r:1 w:1) + /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) + /// Storage: AssetManager AssetIdMetadata (r:0 w:1) + /// Proof Skipped: AssetManager AssetIdMetadata (max_values: None, max_size: None, mode: Measured) + /// Storage: AssetManager LpToAssetIdPair (r:0 w:1) + /// Proof Skipped: AssetManager LpToAssetIdPair (max_values: None, max_size: None, mode: Measured) fn register_lp_asset() -> Weight { // Proof Size summary in bytes: - // Measured: `599` - // Estimated: `6539` - // Minimum execution time: 47_560_000 picoseconds. - Weight::from_parts(48_471_000, 6539) + // Measured: `545` + // Estimated: `6485` + // Minimum execution time: 54_735_000 picoseconds. + Weight::from_parts(55_742_000, 6485) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `AssetManager::NextPermissionlessAssetId` (r:1 w:1) - /// Proof: `AssetManager::NextPermissionlessAssetId` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Metadata` (r:1 w:1) - /// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:1 w:1) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) - /// Storage: `AssetManager::AssetIdMetadata` (r:0 w:1) - /// Proof: `AssetManager::AssetIdMetadata` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: AssetManager NextPermissionlessAssetId (r:1 w:1) + /// Proof Skipped: AssetManager NextPermissionlessAssetId (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Metadata (r:1 w:1) + /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) + /// Storage: Assets Account (r:1 w:1) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) + /// Storage: AssetManager AssetIdMetadata (r:0 w:1) + /// Proof Skipped: AssetManager AssetIdMetadata (max_values: None, max_size: None, mode: Measured) fn permissionless_register_asset() -> Weight { // Proof Size summary in bytes: // Measured: `221` // Estimated: `3687` - // Minimum execution time: 87_977_000 picoseconds. - Weight::from_parts(89_663_000, 3687) + // Minimum execution time: 99_963_000 picoseconds. + Weight::from_parts(101_437_000, 3687) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } diff --git a/runtime/manta/src/weights/pallet_assets.rs b/runtime/manta/src/weights/pallet_assets.rs index 4c8220b23..abef078bf 100644 --- a/runtime/manta/src/weights/pallet_assets.rs +++ b/runtime/manta/src/weights/pallet_assets.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for pallet_assets //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-19, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: // ./target/production/manta @@ -37,7 +37,6 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] -#![allow(double_parens)] #![allow(unused_imports)] #![allow(missing_docs)] @@ -83,443 +82,443 @@ pub trait WeightInfo { /// Weights for pallet_assets using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_assets::WeightInfo for SubstrateWeight { - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn create() -> Weight { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3687` - // Minimum execution time: 11_851_000 picoseconds. - Weight::from_parts(12_246_000, 3687) + // Minimum execution time: 13_524_000 picoseconds. + Weight::from_parts(13_794_000, 3687) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn force_create() -> Weight { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3687` - // Minimum execution time: 10_842_000 picoseconds. - Weight::from_parts(11_335_000, 3687) + // Minimum execution time: 13_110_000 picoseconds. + Weight::from_parts(13_531_000, 3687) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn start_destroy() -> Weight { // Proof Size summary in bytes: // Measured: `326` // Estimated: `3687` - // Minimum execution time: 11_882_000 picoseconds. - Weight::from_parts(12_215_000, 3687) + // Minimum execution time: 13_867_000 picoseconds. + Weight::from_parts(14_271_000, 3687) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:1001 w:1000) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1000 w:1000) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Account (r:1001 w:1000) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) + /// Storage: System Account (r:1000 w:1000) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `c` is `[0, 1000]`. fn destroy_accounts(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + c * (208 ±0)` // Estimated: `3687 + c * (2621 ±0)` - // Minimum execution time: 16_194_000 picoseconds. - Weight::from_parts(16_455_000, 3687) - // Standard Error: 13_910 - .saturating_add(Weight::from_parts(14_088_504, 0).saturating_mul(c.into())) + // Minimum execution time: 18_414_000 picoseconds. + Weight::from_parts(18_619_000, 3687) + // Standard Error: 12_674 + .saturating_add(Weight::from_parts(13_872_215, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(c.into()))) .saturating_add(Weight::from_parts(0, 2621).saturating_mul(c.into())) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Approvals` (r:1001 w:1000) - /// Proof: `Assets::Approvals` (`max_values`: None, `max_size`: Some(160), added: 2635, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Approvals (r:1001 w:1000) + /// Proof: Assets Approvals (max_values: None, max_size: Some(160), added: 2635, mode: MaxEncodedLen) /// The range of component `a` is `[0, 1000]`. fn destroy_approvals(a: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `475 + a * (86 ±0)` // Estimated: `3687 + a * (2635 ±0)` - // Minimum execution time: 16_787_000 picoseconds. - Weight::from_parts(17_021_000, 3687) - // Standard Error: 5_054 - .saturating_add(Weight::from_parts(5_788_139, 0).saturating_mul(a.into())) + // Minimum execution time: 18_806_000 picoseconds. + Weight::from_parts(19_123_000, 3687) + // Standard Error: 3_843 + .saturating_add(Weight::from_parts(5_618_431, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into()))) .saturating_add(Weight::from_parts(0, 2635).saturating_mul(a.into())) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Metadata` (r:1 w:0) - /// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Metadata (r:1 w:0) + /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) fn finish_destroy() -> Weight { // Proof Size summary in bytes: // Measured: `292` // Estimated: `3687` - // Minimum execution time: 13_483_000 picoseconds. - Weight::from_parts(13_830_000, 3687) + // Minimum execution time: 15_360_000 picoseconds. + Weight::from_parts(15_709_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:1 w:1) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Account (r:1 w:1) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) fn mint() -> Weight { // Proof Size summary in bytes: // Measured: `292` // Estimated: `3687` - // Minimum execution time: 23_350_000 picoseconds. - Weight::from_parts(23_736_000, 3687) + // Minimum execution time: 27_303_000 picoseconds. + Weight::from_parts(27_776_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:1 w:1) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Account (r:1 w:1) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) fn burn() -> Weight { // Proof Size summary in bytes: // Measured: `412` // Estimated: `3687` - // Minimum execution time: 29_421_000 picoseconds. - Weight::from_parts(30_126_000, 3687) + // Minimum execution time: 33_182_000 picoseconds. + Weight::from_parts(33_613_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:2 w:2) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Account (r:2 w:2) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer() -> Weight { // Proof Size summary in bytes: // Measured: `412` // Estimated: `6232` - // Minimum execution time: 41_356_000 picoseconds. - Weight::from_parts(42_127_000, 6232) + // Minimum execution time: 45_563_000 picoseconds. + Weight::from_parts(46_333_000, 6232) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:2 w:2) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Account (r:2 w:2) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_keep_alive() -> Weight { // Proof Size summary in bytes: // Measured: `412` // Estimated: `6232` - // Minimum execution time: 36_808_000 picoseconds. - Weight::from_parts(37_480_000, 6232) + // Minimum execution time: 39_696_000 picoseconds. + Weight::from_parts(40_370_000, 6232) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:2 w:2) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Account (r:2 w:2) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn force_transfer() -> Weight { // Proof Size summary in bytes: // Measured: `412` // Estimated: `6232` - // Minimum execution time: 41_300_000 picoseconds. - Weight::from_parts(42_221_000, 6232) + // Minimum execution time: 45_426_000 picoseconds. + Weight::from_parts(46_491_000, 6232) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } - /// Storage: `Assets::Asset` (r:1 w:0) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:1 w:1) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:0) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Account (r:1 w:1) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) fn freeze() -> Weight { // Proof Size summary in bytes: // Measured: `412` // Estimated: `3687` - // Minimum execution time: 15_809_000 picoseconds. - Weight::from_parts(16_250_000, 3687) + // Minimum execution time: 18_087_000 picoseconds. + Weight::from_parts(18_524_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:0) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:1 w:1) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:0) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Account (r:1 w:1) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) fn thaw() -> Weight { // Proof Size summary in bytes: // Measured: `412` // Estimated: `3687` - // Minimum execution time: 15_800_000 picoseconds. - Weight::from_parts(16_236_000, 3687) + // Minimum execution time: 17_609_000 picoseconds. + Weight::from_parts(18_088_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn freeze_asset() -> Weight { // Proof Size summary in bytes: // Measured: `326` // Estimated: `3687` - // Minimum execution time: 11_630_000 picoseconds. - Weight::from_parts(11_941_000, 3687) + // Minimum execution time: 13_621_000 picoseconds. + Weight::from_parts(14_045_000, 3687) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn thaw_asset() -> Weight { // Proof Size summary in bytes: // Measured: `326` // Estimated: `3687` - // Minimum execution time: 11_514_000 picoseconds. - Weight::from_parts(11_856_000, 3687) + // Minimum execution time: 13_586_000 picoseconds. + Weight::from_parts(13_902_000, 3687) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Metadata` (r:1 w:0) - /// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Metadata (r:1 w:0) + /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) fn transfer_ownership() -> Weight { // Proof Size summary in bytes: // Measured: `292` // Estimated: `3687` - // Minimum execution time: 13_891_000 picoseconds. - Weight::from_parts(14_126_000, 3687) + // Minimum execution time: 15_925_000 picoseconds. + Weight::from_parts(16_320_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn set_team() -> Weight { // Proof Size summary in bytes: // Measured: `292` // Estimated: `3687` - // Minimum execution time: 12_460_000 picoseconds. - Weight::from_parts(12_783_000, 3687) + // Minimum execution time: 14_673_000 picoseconds. + Weight::from_parts(14_997_000, 3687) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:0) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Metadata` (r:1 w:1) - /// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:0) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Metadata (r:1 w:1) + /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. fn set_metadata(n: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `292` // Estimated: `3687` - // Minimum execution time: 13_922_000 picoseconds. - Weight::from_parts(14_618_563, 3687) - // Standard Error: 329 - .saturating_add(Weight::from_parts(2_724, 0).saturating_mul(n.into())) - // Standard Error: 329 - .saturating_add(Weight::from_parts(1_847, 0).saturating_mul(s.into())) + // Minimum execution time: 16_039_000 picoseconds. + Weight::from_parts(16_703_472, 3687) + // Standard Error: 216 + .saturating_add(Weight::from_parts(528, 0).saturating_mul(n.into())) + // Standard Error: 216 + .saturating_add(Weight::from_parts(1_789, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:0) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Metadata` (r:1 w:1) - /// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:0) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Metadata (r:1 w:1) + /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) fn clear_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `468` // Estimated: `3687` - // Minimum execution time: 14_859_000 picoseconds. - Weight::from_parts(15_259_000, 3687) + // Minimum execution time: 16_756_000 picoseconds. + Weight::from_parts(17_333_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:0) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Metadata` (r:1 w:1) - /// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:0) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Metadata (r:1 w:1) + /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. fn force_set_metadata(n: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `131` // Estimated: `3687` - // Minimum execution time: 12_750_000 picoseconds. - Weight::from_parts(13_278_856, 3687) - // Standard Error: 262 - .saturating_add(Weight::from_parts(1_731, 0).saturating_mul(n.into())) - // Standard Error: 262 - .saturating_add(Weight::from_parts(2_221, 0).saturating_mul(s.into())) + // Minimum execution time: 14_818_000 picoseconds. + Weight::from_parts(15_404_741, 3687) + // Standard Error: 213 + .saturating_add(Weight::from_parts(158, 0).saturating_mul(n.into())) + // Standard Error: 213 + .saturating_add(Weight::from_parts(1_539, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:0) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Metadata` (r:1 w:1) - /// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:0) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Metadata (r:1 w:1) + /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) fn force_clear_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `468` // Estimated: `3687` - // Minimum execution time: 14_546_000 picoseconds. - Weight::from_parts(15_131_000, 3687) + // Minimum execution time: 16_600_000 picoseconds. + Weight::from_parts(16_971_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn force_asset_status() -> Weight { // Proof Size summary in bytes: // Measured: `292` // Estimated: `3687` - // Minimum execution time: 11_977_000 picoseconds. - Weight::from_parts(12_420_000, 3687) + // Minimum execution time: 13_898_000 picoseconds. + Weight::from_parts(14_175_000, 3687) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Approvals` (r:1 w:1) - /// Proof: `Assets::Approvals` (`max_values`: None, `max_size`: Some(160), added: 2635, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Approvals (r:1 w:1) + /// Proof: Assets Approvals (max_values: None, max_size: Some(160), added: 2635, mode: MaxEncodedLen) fn approve_transfer() -> Weight { // Proof Size summary in bytes: // Measured: `326` // Estimated: `3687` - // Minimum execution time: 18_061_000 picoseconds. - Weight::from_parts(18_543_000, 3687) + // Minimum execution time: 20_188_000 picoseconds. + Weight::from_parts(20_705_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Approvals` (r:1 w:1) - /// Proof: `Assets::Approvals` (`max_values`: None, `max_size`: Some(160), added: 2635, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:2 w:2) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Approvals (r:1 w:1) + /// Proof: Assets Approvals (max_values: None, max_size: Some(160), added: 2635, mode: MaxEncodedLen) + /// Storage: Assets Account (r:2 w:2) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_approved() -> Weight { // Proof Size summary in bytes: // Measured: `594` // Estimated: `6232` - // Minimum execution time: 50_593_000 picoseconds. - Weight::from_parts(51_436_000, 6232) + // Minimum execution time: 53_819_000 picoseconds. + Weight::from_parts(54_573_000, 6232) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Approvals` (r:1 w:1) - /// Proof: `Assets::Approvals` (`max_values`: None, `max_size`: Some(160), added: 2635, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Approvals (r:1 w:1) + /// Proof: Assets Approvals (max_values: None, max_size: Some(160), added: 2635, mode: MaxEncodedLen) fn cancel_approval() -> Weight { // Proof Size summary in bytes: // Measured: `508` // Estimated: `3687` - // Minimum execution time: 20_519_000 picoseconds. - Weight::from_parts(20_871_000, 3687) + // Minimum execution time: 22_209_000 picoseconds. + Weight::from_parts(22_620_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Approvals` (r:1 w:1) - /// Proof: `Assets::Approvals` (`max_values`: None, `max_size`: Some(160), added: 2635, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Approvals (r:1 w:1) + /// Proof: Assets Approvals (max_values: None, max_size: Some(160), added: 2635, mode: MaxEncodedLen) fn force_cancel_approval() -> Weight { // Proof Size summary in bytes: // Measured: `508` // Estimated: `3687` - // Minimum execution time: 20_732_000 picoseconds. - Weight::from_parts(21_334_000, 3687) + // Minimum execution time: 22_613_000 picoseconds. + Weight::from_parts(23_100_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn set_min_balance() -> Weight { // Proof Size summary in bytes: // Measured: `292` // Estimated: `3687` - // Minimum execution time: 12_653_000 picoseconds. - Weight::from_parts(12_946_000, 3687) + // Minimum execution time: 14_857_000 picoseconds. + Weight::from_parts(15_294_000, 3687) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Account` (r:1 w:1) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Assets Account (r:1 w:1) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn touch() -> Weight { // Proof Size summary in bytes: // Measured: `343` // Estimated: `3687` - // Minimum execution time: 31_120_000 picoseconds. - Weight::from_parts(31_635_000, 3687) + // Minimum execution time: 34_534_000 picoseconds. + Weight::from_parts(35_153_000, 3687) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } - /// Storage: `Assets::Account` (r:1 w:1) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) + /// Storage: Assets Account (r:1 w:1) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn touch_other() -> Weight { // Proof Size summary in bytes: // Measured: `292` // Estimated: `3687` - // Minimum execution time: 28_975_000 picoseconds. - Weight::from_parts(29_704_000, 3687) + // Minimum execution time: 32_459_000 picoseconds. + Weight::from_parts(33_014_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Assets::Account` (r:1 w:1) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Assets Account (r:1 w:1) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn refund() -> Weight { // Proof Size summary in bytes: // Measured: `481` // Estimated: `3687` - // Minimum execution time: 30_523_000 picoseconds. - Weight::from_parts(30_949_000, 3687) + // Minimum execution time: 31_676_000 picoseconds. + Weight::from_parts(32_103_000, 3687) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } - /// Storage: `Assets::Account` (r:1 w:1) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) + /// Storage: Assets Account (r:1 w:1) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn refund_other() -> Weight { // Proof Size summary in bytes: // Measured: `463` // Estimated: `3687` - // Minimum execution time: 28_685_000 picoseconds. - Weight::from_parts(29_394_000, 3687) + // Minimum execution time: 29_817_000 picoseconds. + Weight::from_parts(30_307_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Assets::Asset` (r:1 w:0) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:1 w:1) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:0) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Account (r:1 w:1) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) fn block() -> Weight { // Proof Size summary in bytes: // Measured: `412` // Estimated: `3687` - // Minimum execution time: 15_642_000 picoseconds. - Weight::from_parts(16_231_000, 3687) + // Minimum execution time: 17_638_000 picoseconds. + Weight::from_parts(17_941_000, 3687) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -527,443 +526,443 @@ impl pallet_assets::WeightInfo for SubstrateWeight { // For backwards compatibility and tests impl WeightInfo for () { - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn create() -> Weight { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3687` - // Minimum execution time: 11_851_000 picoseconds. - Weight::from_parts(12_246_000, 3687) + // Minimum execution time: 13_524_000 picoseconds. + Weight::from_parts(13_794_000, 3687) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn force_create() -> Weight { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3687` - // Minimum execution time: 10_842_000 picoseconds. - Weight::from_parts(11_335_000, 3687) + // Minimum execution time: 13_110_000 picoseconds. + Weight::from_parts(13_531_000, 3687) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn start_destroy() -> Weight { // Proof Size summary in bytes: // Measured: `326` // Estimated: `3687` - // Minimum execution time: 11_882_000 picoseconds. - Weight::from_parts(12_215_000, 3687) + // Minimum execution time: 13_867_000 picoseconds. + Weight::from_parts(14_271_000, 3687) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:1001 w:1000) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1000 w:1000) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Account (r:1001 w:1000) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) + /// Storage: System Account (r:1000 w:1000) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `c` is `[0, 1000]`. fn destroy_accounts(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + c * (208 ±0)` // Estimated: `3687 + c * (2621 ±0)` - // Minimum execution time: 16_194_000 picoseconds. - Weight::from_parts(16_455_000, 3687) - // Standard Error: 13_910 - .saturating_add(Weight::from_parts(14_088_504, 0).saturating_mul(c.into())) + // Minimum execution time: 18_414_000 picoseconds. + Weight::from_parts(18_619_000, 3687) + // Standard Error: 12_674 + .saturating_add(Weight::from_parts(13_872_215, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(c.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(c.into()))) .saturating_add(Weight::from_parts(0, 2621).saturating_mul(c.into())) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Approvals` (r:1001 w:1000) - /// Proof: `Assets::Approvals` (`max_values`: None, `max_size`: Some(160), added: 2635, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Approvals (r:1001 w:1000) + /// Proof: Assets Approvals (max_values: None, max_size: Some(160), added: 2635, mode: MaxEncodedLen) /// The range of component `a` is `[0, 1000]`. fn destroy_approvals(a: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `475 + a * (86 ±0)` // Estimated: `3687 + a * (2635 ±0)` - // Minimum execution time: 16_787_000 picoseconds. - Weight::from_parts(17_021_000, 3687) - // Standard Error: 5_054 - .saturating_add(Weight::from_parts(5_788_139, 0).saturating_mul(a.into())) + // Minimum execution time: 18_806_000 picoseconds. + Weight::from_parts(19_123_000, 3687) + // Standard Error: 3_843 + .saturating_add(Weight::from_parts(5_618_431, 0).saturating_mul(a.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(a.into()))) .saturating_add(Weight::from_parts(0, 2635).saturating_mul(a.into())) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Metadata` (r:1 w:0) - /// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Metadata (r:1 w:0) + /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) fn finish_destroy() -> Weight { // Proof Size summary in bytes: // Measured: `292` // Estimated: `3687` - // Minimum execution time: 13_483_000 picoseconds. - Weight::from_parts(13_830_000, 3687) + // Minimum execution time: 15_360_000 picoseconds. + Weight::from_parts(15_709_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:1 w:1) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Account (r:1 w:1) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) fn mint() -> Weight { // Proof Size summary in bytes: // Measured: `292` // Estimated: `3687` - // Minimum execution time: 23_350_000 picoseconds. - Weight::from_parts(23_736_000, 3687) + // Minimum execution time: 27_303_000 picoseconds. + Weight::from_parts(27_776_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:1 w:1) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Account (r:1 w:1) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) fn burn() -> Weight { // Proof Size summary in bytes: // Measured: `412` // Estimated: `3687` - // Minimum execution time: 29_421_000 picoseconds. - Weight::from_parts(30_126_000, 3687) + // Minimum execution time: 33_182_000 picoseconds. + Weight::from_parts(33_613_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:2 w:2) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Account (r:2 w:2) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer() -> Weight { // Proof Size summary in bytes: // Measured: `412` // Estimated: `6232` - // Minimum execution time: 41_356_000 picoseconds. - Weight::from_parts(42_127_000, 6232) + // Minimum execution time: 45_563_000 picoseconds. + Weight::from_parts(46_333_000, 6232) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:2 w:2) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Account (r:2 w:2) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_keep_alive() -> Weight { // Proof Size summary in bytes: // Measured: `412` // Estimated: `6232` - // Minimum execution time: 36_808_000 picoseconds. - Weight::from_parts(37_480_000, 6232) + // Minimum execution time: 39_696_000 picoseconds. + Weight::from_parts(40_370_000, 6232) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:2 w:2) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Account (r:2 w:2) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn force_transfer() -> Weight { // Proof Size summary in bytes: // Measured: `412` // Estimated: `6232` - // Minimum execution time: 41_300_000 picoseconds. - Weight::from_parts(42_221_000, 6232) + // Minimum execution time: 45_426_000 picoseconds. + Weight::from_parts(46_491_000, 6232) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } - /// Storage: `Assets::Asset` (r:1 w:0) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:1 w:1) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:0) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Account (r:1 w:1) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) fn freeze() -> Weight { // Proof Size summary in bytes: // Measured: `412` // Estimated: `3687` - // Minimum execution time: 15_809_000 picoseconds. - Weight::from_parts(16_250_000, 3687) + // Minimum execution time: 18_087_000 picoseconds. + Weight::from_parts(18_524_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:0) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:1 w:1) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:0) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Account (r:1 w:1) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) fn thaw() -> Weight { // Proof Size summary in bytes: // Measured: `412` // Estimated: `3687` - // Minimum execution time: 15_800_000 picoseconds. - Weight::from_parts(16_236_000, 3687) + // Minimum execution time: 17_609_000 picoseconds. + Weight::from_parts(18_088_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn freeze_asset() -> Weight { // Proof Size summary in bytes: // Measured: `326` // Estimated: `3687` - // Minimum execution time: 11_630_000 picoseconds. - Weight::from_parts(11_941_000, 3687) + // Minimum execution time: 13_621_000 picoseconds. + Weight::from_parts(14_045_000, 3687) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn thaw_asset() -> Weight { // Proof Size summary in bytes: // Measured: `326` // Estimated: `3687` - // Minimum execution time: 11_514_000 picoseconds. - Weight::from_parts(11_856_000, 3687) + // Minimum execution time: 13_586_000 picoseconds. + Weight::from_parts(13_902_000, 3687) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Metadata` (r:1 w:0) - /// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Metadata (r:1 w:0) + /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) fn transfer_ownership() -> Weight { // Proof Size summary in bytes: // Measured: `292` // Estimated: `3687` - // Minimum execution time: 13_891_000 picoseconds. - Weight::from_parts(14_126_000, 3687) + // Minimum execution time: 15_925_000 picoseconds. + Weight::from_parts(16_320_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn set_team() -> Weight { // Proof Size summary in bytes: // Measured: `292` // Estimated: `3687` - // Minimum execution time: 12_460_000 picoseconds. - Weight::from_parts(12_783_000, 3687) + // Minimum execution time: 14_673_000 picoseconds. + Weight::from_parts(14_997_000, 3687) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:0) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Metadata` (r:1 w:1) - /// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:0) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Metadata (r:1 w:1) + /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. fn set_metadata(n: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `292` // Estimated: `3687` - // Minimum execution time: 13_922_000 picoseconds. - Weight::from_parts(14_618_563, 3687) - // Standard Error: 329 - .saturating_add(Weight::from_parts(2_724, 0).saturating_mul(n.into())) - // Standard Error: 329 - .saturating_add(Weight::from_parts(1_847, 0).saturating_mul(s.into())) + // Minimum execution time: 16_039_000 picoseconds. + Weight::from_parts(16_703_472, 3687) + // Standard Error: 216 + .saturating_add(Weight::from_parts(528, 0).saturating_mul(n.into())) + // Standard Error: 216 + .saturating_add(Weight::from_parts(1_789, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:0) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Metadata` (r:1 w:1) - /// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:0) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Metadata (r:1 w:1) + /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) fn clear_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `468` // Estimated: `3687` - // Minimum execution time: 14_859_000 picoseconds. - Weight::from_parts(15_259_000, 3687) + // Minimum execution time: 16_756_000 picoseconds. + Weight::from_parts(17_333_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:0) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Metadata` (r:1 w:1) - /// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:0) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Metadata (r:1 w:1) + /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) /// The range of component `n` is `[0, 50]`. /// The range of component `s` is `[0, 50]`. fn force_set_metadata(n: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `131` // Estimated: `3687` - // Minimum execution time: 12_750_000 picoseconds. - Weight::from_parts(13_278_856, 3687) - // Standard Error: 262 - .saturating_add(Weight::from_parts(1_731, 0).saturating_mul(n.into())) - // Standard Error: 262 - .saturating_add(Weight::from_parts(2_221, 0).saturating_mul(s.into())) + // Minimum execution time: 14_818_000 picoseconds. + Weight::from_parts(15_404_741, 3687) + // Standard Error: 213 + .saturating_add(Weight::from_parts(158, 0).saturating_mul(n.into())) + // Standard Error: 213 + .saturating_add(Weight::from_parts(1_539, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:0) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Metadata` (r:1 w:1) - /// Proof: `Assets::Metadata` (`max_values`: None, `max_size`: Some(152), added: 2627, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:0) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Metadata (r:1 w:1) + /// Proof: Assets Metadata (max_values: None, max_size: Some(152), added: 2627, mode: MaxEncodedLen) fn force_clear_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `468` // Estimated: `3687` - // Minimum execution time: 14_546_000 picoseconds. - Weight::from_parts(15_131_000, 3687) + // Minimum execution time: 16_600_000 picoseconds. + Weight::from_parts(16_971_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn force_asset_status() -> Weight { // Proof Size summary in bytes: // Measured: `292` // Estimated: `3687` - // Minimum execution time: 11_977_000 picoseconds. - Weight::from_parts(12_420_000, 3687) + // Minimum execution time: 13_898_000 picoseconds. + Weight::from_parts(14_175_000, 3687) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Approvals` (r:1 w:1) - /// Proof: `Assets::Approvals` (`max_values`: None, `max_size`: Some(160), added: 2635, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Approvals (r:1 w:1) + /// Proof: Assets Approvals (max_values: None, max_size: Some(160), added: 2635, mode: MaxEncodedLen) fn approve_transfer() -> Weight { // Proof Size summary in bytes: // Measured: `326` // Estimated: `3687` - // Minimum execution time: 18_061_000 picoseconds. - Weight::from_parts(18_543_000, 3687) + // Minimum execution time: 20_188_000 picoseconds. + Weight::from_parts(20_705_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Approvals` (r:1 w:1) - /// Proof: `Assets::Approvals` (`max_values`: None, `max_size`: Some(160), added: 2635, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:2 w:2) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Approvals (r:1 w:1) + /// Proof: Assets Approvals (max_values: None, max_size: Some(160), added: 2635, mode: MaxEncodedLen) + /// Storage: Assets Account (r:2 w:2) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_approved() -> Weight { // Proof Size summary in bytes: // Measured: `594` // Estimated: `6232` - // Minimum execution time: 50_593_000 picoseconds. - Weight::from_parts(51_436_000, 6232) + // Minimum execution time: 53_819_000 picoseconds. + Weight::from_parts(54_573_000, 6232) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Approvals` (r:1 w:1) - /// Proof: `Assets::Approvals` (`max_values`: None, `max_size`: Some(160), added: 2635, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Approvals (r:1 w:1) + /// Proof: Assets Approvals (max_values: None, max_size: Some(160), added: 2635, mode: MaxEncodedLen) fn cancel_approval() -> Weight { // Proof Size summary in bytes: // Measured: `508` // Estimated: `3687` - // Minimum execution time: 20_519_000 picoseconds. - Weight::from_parts(20_871_000, 3687) + // Minimum execution time: 22_209_000 picoseconds. + Weight::from_parts(22_620_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Approvals` (r:1 w:1) - /// Proof: `Assets::Approvals` (`max_values`: None, `max_size`: Some(160), added: 2635, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Approvals (r:1 w:1) + /// Proof: Assets Approvals (max_values: None, max_size: Some(160), added: 2635, mode: MaxEncodedLen) fn force_cancel_approval() -> Weight { // Proof Size summary in bytes: // Measured: `508` // Estimated: `3687` - // Minimum execution time: 20_732_000 picoseconds. - Weight::from_parts(21_334_000, 3687) + // Minimum execution time: 22_613_000 picoseconds. + Weight::from_parts(23_100_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn set_min_balance() -> Weight { // Proof Size summary in bytes: // Measured: `292` // Estimated: `3687` - // Minimum execution time: 12_653_000 picoseconds. - Weight::from_parts(12_946_000, 3687) + // Minimum execution time: 14_857_000 picoseconds. + Weight::from_parts(15_294_000, 3687) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Assets::Account` (r:1 w:1) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Assets Account (r:1 w:1) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn touch() -> Weight { // Proof Size summary in bytes: // Measured: `343` // Estimated: `3687` - // Minimum execution time: 31_120_000 picoseconds. - Weight::from_parts(31_635_000, 3687) + // Minimum execution time: 34_534_000 picoseconds. + Weight::from_parts(35_153_000, 3687) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } - /// Storage: `Assets::Account` (r:1 w:1) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) + /// Storage: Assets Account (r:1 w:1) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn touch_other() -> Weight { // Proof Size summary in bytes: // Measured: `292` // Estimated: `3687` - // Minimum execution time: 28_975_000 picoseconds. - Weight::from_parts(29_704_000, 3687) + // Minimum execution time: 32_459_000 picoseconds. + Weight::from_parts(33_014_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `Assets::Account` (r:1 w:1) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Assets Account (r:1 w:1) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn refund() -> Weight { // Proof Size summary in bytes: // Measured: `481` // Estimated: `3687` - // Minimum execution time: 30_523_000 picoseconds. - Weight::from_parts(30_949_000, 3687) + // Minimum execution time: 31_676_000 picoseconds. + Weight::from_parts(32_103_000, 3687) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } - /// Storage: `Assets::Account` (r:1 w:1) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) + /// Storage: Assets Account (r:1 w:1) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) fn refund_other() -> Weight { // Proof Size summary in bytes: // Measured: `463` // Estimated: `3687` - // Minimum execution time: 28_685_000 picoseconds. - Weight::from_parts(29_394_000, 3687) + // Minimum execution time: 29_817_000 picoseconds. + Weight::from_parts(30_307_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `Assets::Asset` (r:1 w:0) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:1 w:1) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) + /// Storage: Assets Asset (r:1 w:0) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Account (r:1 w:1) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) fn block() -> Weight { // Proof Size summary in bytes: // Measured: `412` // Estimated: `3687` - // Minimum execution time: 15_642_000 picoseconds. - Weight::from_parts(16_231_000, 3687) + // Minimum execution time: 17_638_000 picoseconds. + Weight::from_parts(17_941_000, 3687) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/runtime/manta/src/weights/pallet_balances.rs b/runtime/manta/src/weights/pallet_balances.rs index 89ea08f82..57af6f531 100644 --- a/runtime/manta/src/weights/pallet_balances.rs +++ b/runtime/manta/src/weights/pallet_balances.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for pallet_balances //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-19, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: // ./target/production/manta @@ -37,7 +37,6 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] -#![allow(double_parens)] #![allow(unused_imports)] #![allow(missing_docs)] @@ -59,94 +58,94 @@ pub trait WeightInfo { /// Weights for pallet_balances using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_balances::WeightInfo for SubstrateWeight { - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_allow_death() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 48_502_000 picoseconds. - Weight::from_parts(49_403_000, 3593) + // Minimum execution time: 56_227_000 picoseconds. + Weight::from_parts(56_995_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_keep_alive() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 38_160_000 picoseconds. - Weight::from_parts(38_918_000, 3593) + // Minimum execution time: 41_856_000 picoseconds. + Weight::from_parts(42_528_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn force_set_balance_creating() -> Weight { // Proof Size summary in bytes: // Measured: `102` // Estimated: `3593` - // Minimum execution time: 14_753_000 picoseconds. - Weight::from_parts(15_202_000, 3593) + // Minimum execution time: 16_774_000 picoseconds. + Weight::from_parts(17_246_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn force_set_balance_killing() -> Weight { // Proof Size summary in bytes: // Measured: `102` // Estimated: `3593` - // Minimum execution time: 20_295_000 picoseconds. - Weight::from_parts(20_777_000, 3593) + // Minimum execution time: 24_841_000 picoseconds. + Weight::from_parts(25_246_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `System::Account` (r:2 w:2) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: System Account (r:2 w:2) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn force_transfer() -> Weight { // Proof Size summary in bytes: // Measured: `102` // Estimated: `6196` - // Minimum execution time: 51_519_000 picoseconds. - Weight::from_parts(52_401_000, 6196) + // Minimum execution time: 59_308_000 picoseconds. + Weight::from_parts(60_043_000, 6196) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_all() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 47_632_000 picoseconds. - Weight::from_parts(48_296_000, 3593) + // Minimum execution time: 52_092_000 picoseconds. + Weight::from_parts(52_915_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn force_unreserve() -> Weight { // Proof Size summary in bytes: // Measured: `102` // Estimated: `3593` - // Minimum execution time: 17_669_000 picoseconds. - Weight::from_parts(18_119_000, 3593) + // Minimum execution time: 19_254_000 picoseconds. + Weight::from_parts(19_609_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `System::Account` (r:999 w:999) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: System Account (r:999 w:999) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `u` is `[1, 1000]`. fn upgrade_accounts(u: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + u * (135 ±0)` // Estimated: `990 + u * (2603 ±0)` - // Minimum execution time: 16_952_000 picoseconds. - Weight::from_parts(17_336_000, 990) - // Standard Error: 13_042 - .saturating_add(Weight::from_parts(14_031_946, 0).saturating_mul(u.into())) + // Minimum execution time: 19_292_000 picoseconds. + Weight::from_parts(19_680_000, 990) + // Standard Error: 9_897 + .saturating_add(Weight::from_parts(15_706_501, 0).saturating_mul(u.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(u.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(u.into()))) .saturating_add(Weight::from_parts(0, 2603).saturating_mul(u.into())) @@ -155,94 +154,94 @@ impl pallet_balances::WeightInfo for SubstrateWeight // For backwards compatibility and tests impl WeightInfo for () { - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_allow_death() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 48_502_000 picoseconds. - Weight::from_parts(49_403_000, 3593) + // Minimum execution time: 56_227_000 picoseconds. + Weight::from_parts(56_995_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_keep_alive() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 38_160_000 picoseconds. - Weight::from_parts(38_918_000, 3593) + // Minimum execution time: 41_856_000 picoseconds. + Weight::from_parts(42_528_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn force_set_balance_creating() -> Weight { // Proof Size summary in bytes: // Measured: `102` // Estimated: `3593` - // Minimum execution time: 14_753_000 picoseconds. - Weight::from_parts(15_202_000, 3593) + // Minimum execution time: 16_774_000 picoseconds. + Weight::from_parts(17_246_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn force_set_balance_killing() -> Weight { // Proof Size summary in bytes: // Measured: `102` // Estimated: `3593` - // Minimum execution time: 20_295_000 picoseconds. - Weight::from_parts(20_777_000, 3593) + // Minimum execution time: 24_841_000 picoseconds. + Weight::from_parts(25_246_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `System::Account` (r:2 w:2) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: System Account (r:2 w:2) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn force_transfer() -> Weight { // Proof Size summary in bytes: // Measured: `102` // Estimated: `6196` - // Minimum execution time: 51_519_000 picoseconds. - Weight::from_parts(52_401_000, 6196) + // Minimum execution time: 59_308_000 picoseconds. + Weight::from_parts(60_043_000, 6196) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_all() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 47_632_000 picoseconds. - Weight::from_parts(48_296_000, 3593) + // Minimum execution time: 52_092_000 picoseconds. + Weight::from_parts(52_915_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn force_unreserve() -> Weight { // Proof Size summary in bytes: // Measured: `102` // Estimated: `3593` - // Minimum execution time: 17_669_000 picoseconds. - Weight::from_parts(18_119_000, 3593) + // Minimum execution time: 19_254_000 picoseconds. + Weight::from_parts(19_609_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `System::Account` (r:999 w:999) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: System Account (r:999 w:999) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `u` is `[1, 1000]`. fn upgrade_accounts(u: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + u * (135 ±0)` // Estimated: `990 + u * (2603 ±0)` - // Minimum execution time: 16_952_000 picoseconds. - Weight::from_parts(17_336_000, 990) - // Standard Error: 13_042 - .saturating_add(Weight::from_parts(14_031_946, 0).saturating_mul(u.into())) + // Minimum execution time: 19_292_000 picoseconds. + Weight::from_parts(19_680_000, 990) + // Standard Error: 9_897 + .saturating_add(Weight::from_parts(15_706_501, 0).saturating_mul(u.into())) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(u.into()))) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(u.into()))) .saturating_add(Weight::from_parts(0, 2603).saturating_mul(u.into())) diff --git a/runtime/manta/src/weights/pallet_collective.rs b/runtime/manta/src/weights/pallet_collective.rs index 245aa870f..fb1709b1b 100644 --- a/runtime/manta/src/weights/pallet_collective.rs +++ b/runtime/manta/src/weights/pallet_collective.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for pallet_collective //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-19, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: // ./target/production/manta @@ -37,7 +37,6 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] -#![allow(double_parens)] #![allow(unused_imports)] #![allow(missing_docs)] @@ -61,27 +60,27 @@ pub trait WeightInfo { /// Weights for pallet_collective using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_collective::WeightInfo for SubstrateWeight { - /// Storage: `Council::Members` (r:1 w:1) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Proposals` (r:1 w:0) - /// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Voting` (r:100 w:100) - /// Proof: `Council::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Council::Prime` (r:0 w:1) - /// Proof: `Council::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: Council Members (r:1 w:1) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Proposals (r:1 w:0) + /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Voting (r:100 w:100) + /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) + /// Storage: Council Prime (r:0 w:1) + /// Proof Skipped: Council Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[0, 100]`. /// The range of component `n` is `[0, 100]`. /// The range of component `p` is `[0, 100]`. fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + m * (3232 ±0) + p * (3190 ±0)` - // Estimated: `15689 + m * (1967 ±17) + p * (4332 ±17)` - // Minimum execution time: 16_085_000 picoseconds. - Weight::from_parts(16_305_000, 15689) - // Standard Error: 59_288 - .saturating_add(Weight::from_parts(6_786_000, 0).saturating_mul(m.into())) - // Standard Error: 59_288 - .saturating_add(Weight::from_parts(9_929_581, 0).saturating_mul(p.into())) + // Estimated: `15689 + m * (1967 ±16) + p * (4332 ±16)` + // Minimum execution time: 17_867_000 picoseconds. + Weight::from_parts(18_015_000, 15689) + // Standard Error: 58_638 + .saturating_add(Weight::from_parts(6_495_724, 0).saturating_mul(m.into())) + // Standard Error: 58_638 + .saturating_add(Weight::from_parts(9_444_638, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) @@ -89,52 +88,52 @@ impl pallet_collective::WeightInfo for SubstrateWeight< .saturating_add(Weight::from_parts(0, 1967).saturating_mul(m.into())) .saturating_add(Weight::from_parts(0, 4332).saturating_mul(p.into())) } - /// Storage: `Council::Members` (r:1 w:0) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: Council Members (r:1 w:0) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn execute(b: u32, m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `30 + m * (32 ±0)` // Estimated: `1516 + m * (32 ±0)` - // Minimum execution time: 14_505_000 picoseconds. - Weight::from_parts(13_464_988, 1516) + // Minimum execution time: 17_696_000 picoseconds. + Weight::from_parts(16_929_727, 1516) // Standard Error: 16 - .saturating_add(Weight::from_parts(1_617, 0).saturating_mul(b.into())) - // Standard Error: 172 - .saturating_add(Weight::from_parts(15_786, 0).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(1_478, 0).saturating_mul(b.into())) + // Standard Error: 167 + .saturating_add(Weight::from_parts(13_712, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } - /// Storage: `Council::Members` (r:1 w:0) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::ProposalOf` (r:1 w:0) - /// Proof: `Council::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Council Members (r:1 w:0) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council ProposalOf (r:1 w:0) + /// Proof Skipped: Council ProposalOf (max_values: None, max_size: None, mode: Measured) /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn propose_execute(b: u32, m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `30 + m * (32 ±0)` // Estimated: `3496 + m * (32 ±0)` - // Minimum execution time: 16_896_000 picoseconds. - Weight::from_parts(16_351_444, 3496) - // Standard Error: 22 - .saturating_add(Weight::from_parts(1_367, 0).saturating_mul(b.into())) - // Standard Error: 233 - .saturating_add(Weight::from_parts(21_999, 0).saturating_mul(m.into())) + // Minimum execution time: 20_818_000 picoseconds. + Weight::from_parts(19_646_254, 3496) + // Standard Error: 19 + .saturating_add(Weight::from_parts(1_669, 0).saturating_mul(b.into())) + // Standard Error: 200 + .saturating_add(Weight::from_parts(25_163, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } - /// Storage: `Council::Members` (r:1 w:0) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::ProposalOf` (r:1 w:1) - /// Proof: `Council::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Council::Proposals` (r:1 w:1) - /// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::ProposalCount` (r:1 w:1) - /// Proof: `Council::ProposalCount` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Voting` (r:0 w:1) - /// Proof: `Council::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Council Members (r:1 w:0) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council ProposalOf (r:1 w:1) + /// Proof Skipped: Council ProposalOf (max_values: None, max_size: None, mode: Measured) + /// Storage: Council Proposals (r:1 w:1) + /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council ProposalCount (r:1 w:1) + /// Proof Skipped: Council ProposalCount (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Voting (r:0 w:1) + /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[2, 100]`. /// The range of component `p` is `[1, 100]`. @@ -142,69 +141,69 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `320 + m * (32 ±0) + p * (36 ±0)` // Estimated: `3712 + m * (33 ±0) + p * (36 ±0)` - // Minimum execution time: 22_354_000 picoseconds. - Weight::from_parts(20_982_023, 3712) - // Standard Error: 173 - .saturating_add(Weight::from_parts(4_232, 0).saturating_mul(b.into())) - // Standard Error: 1_808 - .saturating_add(Weight::from_parts(23_960, 0).saturating_mul(m.into())) - // Standard Error: 1_785 - .saturating_add(Weight::from_parts(213_751, 0).saturating_mul(p.into())) + // Minimum execution time: 27_431_000 picoseconds. + Weight::from_parts(27_744_207, 3712) + // Standard Error: 90 + .saturating_add(Weight::from_parts(3_258, 0).saturating_mul(b.into())) + // Standard Error: 941 + .saturating_add(Weight::from_parts(24_801, 0).saturating_mul(m.into())) + // Standard Error: 929 + .saturating_add(Weight::from_parts(189_431, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 33).saturating_mul(m.into())) .saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into())) } - /// Storage: `Council::Members` (r:1 w:0) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Voting` (r:1 w:1) - /// Proof: `Council::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Council Members (r:1 w:0) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Voting (r:1 w:1) + /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) /// The range of component `m` is `[5, 100]`. fn vote(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `769 + m * (64 ±0)` // Estimated: `4233 + m * (64 ±0)` - // Minimum execution time: 24_212_000 picoseconds. - Weight::from_parts(26_686_953, 4233) - // Standard Error: 2_053 - .saturating_add(Weight::from_parts(48_408, 0).saturating_mul(m.into())) + // Minimum execution time: 27_974_000 picoseconds. + Weight::from_parts(28_962_183, 4233) + // Standard Error: 621 + .saturating_add(Weight::from_parts(42_544, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } - /// Storage: `Council::Voting` (r:1 w:1) - /// Proof: `Council::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Council::Members` (r:1 w:0) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Proposals` (r:1 w:1) - /// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::ProposalOf` (r:0 w:1) - /// Proof: `Council::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Council Voting (r:1 w:1) + /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) + /// Storage: Council Members (r:1 w:0) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Proposals (r:1 w:1) + /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council ProposalOf (r:0 w:1) + /// Proof Skipped: Council ProposalOf (max_values: None, max_size: None, mode: Measured) /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_disapproved(m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `358 + m * (64 ±0) + p * (36 ±0)` // Estimated: `3803 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 25_269_000 picoseconds. - Weight::from_parts(24_877_022, 3803) - // Standard Error: 1_754 - .saturating_add(Weight::from_parts(34_189, 0).saturating_mul(m.into())) - // Standard Error: 1_710 - .saturating_add(Weight::from_parts(193_870, 0).saturating_mul(p.into())) + // Minimum execution time: 30_238_000 picoseconds. + Weight::from_parts(31_552_516, 3803) + // Standard Error: 810 + .saturating_add(Weight::from_parts(24_684, 0).saturating_mul(m.into())) + // Standard Error: 790 + .saturating_add(Weight::from_parts(173_060, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into())) .saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into())) } - /// Storage: `Council::Voting` (r:1 w:1) - /// Proof: `Council::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Council::Members` (r:1 w:0) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::ProposalOf` (r:1 w:1) - /// Proof: `Council::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Council::Proposals` (r:1 w:1) - /// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: Council Voting (r:1 w:1) + /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) + /// Storage: Council Members (r:1 w:0) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council ProposalOf (r:1 w:1) + /// Proof Skipped: Council ProposalOf (max_values: None, max_size: None, mode: Measured) + /// Storage: Council Proposals (r:1 w:1) + /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. @@ -212,57 +211,57 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `660 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `3977 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 36_316_000 picoseconds. - Weight::from_parts(36_066_476, 3977) - // Standard Error: 232 - .saturating_add(Weight::from_parts(1_889, 0).saturating_mul(b.into())) - // Standard Error: 2_458 - .saturating_add(Weight::from_parts(31_689, 0).saturating_mul(m.into())) - // Standard Error: 2_396 - .saturating_add(Weight::from_parts(231_262, 0).saturating_mul(p.into())) + // Minimum execution time: 43_765_000 picoseconds. + Weight::from_parts(43_487_120, 3977) + // Standard Error: 99 + .saturating_add(Weight::from_parts(2_527, 0).saturating_mul(b.into())) + // Standard Error: 1_056 + .saturating_add(Weight::from_parts(29_655, 0).saturating_mul(m.into())) + // Standard Error: 1_030 + .saturating_add(Weight::from_parts(207_750, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) .saturating_add(Weight::from_parts(0, 66).saturating_mul(m.into())) .saturating_add(Weight::from_parts(0, 40).saturating_mul(p.into())) } - /// Storage: `Council::Voting` (r:1 w:1) - /// Proof: `Council::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Council::Members` (r:1 w:0) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Prime` (r:1 w:0) - /// Proof: `Council::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Proposals` (r:1 w:1) - /// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::ProposalOf` (r:0 w:1) - /// Proof: `Council::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Council Voting (r:1 w:1) + /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) + /// Storage: Council Members (r:1 w:0) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Prime (r:1 w:0) + /// Proof Skipped: Council Prime (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Proposals (r:1 w:1) + /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council ProposalOf (r:0 w:1) + /// Proof Skipped: Council ProposalOf (max_values: None, max_size: None, mode: Measured) /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_disapproved(m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `378 + m * (64 ±0) + p * (36 ±0)` // Estimated: `3823 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 27_669_000 picoseconds. - Weight::from_parts(26_522_177, 3823) - // Standard Error: 1_720 - .saturating_add(Weight::from_parts(41_609, 0).saturating_mul(m.into())) - // Standard Error: 1_677 - .saturating_add(Weight::from_parts(200_257, 0).saturating_mul(p.into())) + // Minimum execution time: 33_207_000 picoseconds. + Weight::from_parts(33_682_983, 3823) + // Standard Error: 768 + .saturating_add(Weight::from_parts(34_493, 0).saturating_mul(m.into())) + // Standard Error: 749 + .saturating_add(Weight::from_parts(177_768, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into())) .saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into())) } - /// Storage: `Council::Voting` (r:1 w:1) - /// Proof: `Council::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Council::Members` (r:1 w:0) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Prime` (r:1 w:0) - /// Proof: `Council::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::ProposalOf` (r:1 w:1) - /// Proof: `Council::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Council::Proposals` (r:1 w:1) - /// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: Council Voting (r:1 w:1) + /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) + /// Storage: Council Members (r:1 w:0) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Prime (r:1 w:0) + /// Proof Skipped: Council Prime (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council ProposalOf (r:1 w:1) + /// Proof Skipped: Council ProposalOf (max_values: None, max_size: None, mode: Measured) + /// Storage: Council Proposals (r:1 w:1) + /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. @@ -270,35 +269,35 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // Proof Size summary in bytes: // Measured: `680 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `3997 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 38_461_000 picoseconds. - Weight::from_parts(35_568_293, 3997) - // Standard Error: 288 - .saturating_add(Weight::from_parts(4_711, 0).saturating_mul(b.into())) - // Standard Error: 3_045 - .saturating_add(Weight::from_parts(20_009, 0).saturating_mul(m.into())) - // Standard Error: 2_968 - .saturating_add(Weight::from_parts(273_286, 0).saturating_mul(p.into())) + // Minimum execution time: 46_799_000 picoseconds. + Weight::from_parts(48_593_110, 3997) + // Standard Error: 157 + .saturating_add(Weight::from_parts(3_595, 0).saturating_mul(b.into())) + // Standard Error: 1_662 + .saturating_add(Weight::from_parts(2_320, 0).saturating_mul(m.into())) + // Standard Error: 1_620 + .saturating_add(Weight::from_parts(224_502, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) .saturating_add(Weight::from_parts(0, 66).saturating_mul(m.into())) .saturating_add(Weight::from_parts(0, 40).saturating_mul(p.into())) } - /// Storage: `Council::Proposals` (r:1 w:1) - /// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Voting` (r:0 w:1) - /// Proof: `Council::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Council::ProposalOf` (r:0 w:1) - /// Proof: `Council::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Council Proposals (r:1 w:1) + /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Voting (r:0 w:1) + /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) + /// Storage: Council ProposalOf (r:0 w:1) + /// Proof Skipped: Council ProposalOf (max_values: None, max_size: None, mode: Measured) /// The range of component `p` is `[1, 100]`. fn disapprove_proposal(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `187 + p * (32 ±0)` // Estimated: `1672 + p * (32 ±0)` - // Minimum execution time: 13_266_000 picoseconds. - Weight::from_parts(15_015_113, 1672) - // Standard Error: 1_431 - .saturating_add(Weight::from_parts(187_355, 0).saturating_mul(p.into())) + // Minimum execution time: 16_554_000 picoseconds. + Weight::from_parts(18_923_901, 1672) + // Standard Error: 892 + .saturating_add(Weight::from_parts(164_400, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into())) @@ -307,27 +306,27 @@ impl pallet_collective::WeightInfo for SubstrateWeight< // For backwards compatibility and tests impl WeightInfo for () { - /// Storage: `Council::Members` (r:1 w:1) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Proposals` (r:1 w:0) - /// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Voting` (r:100 w:100) - /// Proof: `Council::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Council::Prime` (r:0 w:1) - /// Proof: `Council::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: Council Members (r:1 w:1) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Proposals (r:1 w:0) + /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Voting (r:100 w:100) + /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) + /// Storage: Council Prime (r:0 w:1) + /// Proof Skipped: Council Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[0, 100]`. /// The range of component `n` is `[0, 100]`. /// The range of component `p` is `[0, 100]`. fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0 + m * (3232 ±0) + p * (3190 ±0)` - // Estimated: `15689 + m * (1967 ±17) + p * (4332 ±17)` - // Minimum execution time: 16_085_000 picoseconds. - Weight::from_parts(16_305_000, 15689) - // Standard Error: 59_288 - .saturating_add(Weight::from_parts(6_786_000, 0).saturating_mul(m.into())) - // Standard Error: 59_288 - .saturating_add(Weight::from_parts(9_929_581, 0).saturating_mul(p.into())) + // Estimated: `15689 + m * (1967 ±16) + p * (4332 ±16)` + // Minimum execution time: 17_867_000 picoseconds. + Weight::from_parts(18_015_000, 15689) + // Standard Error: 58_638 + .saturating_add(Weight::from_parts(6_495_724, 0).saturating_mul(m.into())) + // Standard Error: 58_638 + .saturating_add(Weight::from_parts(9_444_638, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) @@ -335,52 +334,52 @@ impl WeightInfo for () { .saturating_add(Weight::from_parts(0, 1967).saturating_mul(m.into())) .saturating_add(Weight::from_parts(0, 4332).saturating_mul(p.into())) } - /// Storage: `Council::Members` (r:1 w:0) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: Council Members (r:1 w:0) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn execute(b: u32, m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `30 + m * (32 ±0)` // Estimated: `1516 + m * (32 ±0)` - // Minimum execution time: 14_505_000 picoseconds. - Weight::from_parts(13_464_988, 1516) + // Minimum execution time: 17_696_000 picoseconds. + Weight::from_parts(16_929_727, 1516) // Standard Error: 16 - .saturating_add(Weight::from_parts(1_617, 0).saturating_mul(b.into())) - // Standard Error: 172 - .saturating_add(Weight::from_parts(15_786, 0).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(1_478, 0).saturating_mul(b.into())) + // Standard Error: 167 + .saturating_add(Weight::from_parts(13_712, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } - /// Storage: `Council::Members` (r:1 w:0) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::ProposalOf` (r:1 w:0) - /// Proof: `Council::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Council Members (r:1 w:0) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council ProposalOf (r:1 w:0) + /// Proof Skipped: Council ProposalOf (max_values: None, max_size: None, mode: Measured) /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. fn propose_execute(b: u32, m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `30 + m * (32 ±0)` // Estimated: `3496 + m * (32 ±0)` - // Minimum execution time: 16_896_000 picoseconds. - Weight::from_parts(16_351_444, 3496) - // Standard Error: 22 - .saturating_add(Weight::from_parts(1_367, 0).saturating_mul(b.into())) - // Standard Error: 233 - .saturating_add(Weight::from_parts(21_999, 0).saturating_mul(m.into())) + // Minimum execution time: 20_818_000 picoseconds. + Weight::from_parts(19_646_254, 3496) + // Standard Error: 19 + .saturating_add(Weight::from_parts(1_669, 0).saturating_mul(b.into())) + // Standard Error: 200 + .saturating_add(Weight::from_parts(25_163, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } - /// Storage: `Council::Members` (r:1 w:0) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::ProposalOf` (r:1 w:1) - /// Proof: `Council::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Council::Proposals` (r:1 w:1) - /// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::ProposalCount` (r:1 w:1) - /// Proof: `Council::ProposalCount` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Voting` (r:0 w:1) - /// Proof: `Council::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Council Members (r:1 w:0) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council ProposalOf (r:1 w:1) + /// Proof Skipped: Council ProposalOf (max_values: None, max_size: None, mode: Measured) + /// Storage: Council Proposals (r:1 w:1) + /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council ProposalCount (r:1 w:1) + /// Proof Skipped: Council ProposalCount (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Voting (r:0 w:1) + /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[2, 100]`. /// The range of component `p` is `[1, 100]`. @@ -388,69 +387,69 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `320 + m * (32 ±0) + p * (36 ±0)` // Estimated: `3712 + m * (33 ±0) + p * (36 ±0)` - // Minimum execution time: 22_354_000 picoseconds. - Weight::from_parts(20_982_023, 3712) - // Standard Error: 173 - .saturating_add(Weight::from_parts(4_232, 0).saturating_mul(b.into())) - // Standard Error: 1_808 - .saturating_add(Weight::from_parts(23_960, 0).saturating_mul(m.into())) - // Standard Error: 1_785 - .saturating_add(Weight::from_parts(213_751, 0).saturating_mul(p.into())) + // Minimum execution time: 27_431_000 picoseconds. + Weight::from_parts(27_744_207, 3712) + // Standard Error: 90 + .saturating_add(Weight::from_parts(3_258, 0).saturating_mul(b.into())) + // Standard Error: 941 + .saturating_add(Weight::from_parts(24_801, 0).saturating_mul(m.into())) + // Standard Error: 929 + .saturating_add(Weight::from_parts(189_431, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 33).saturating_mul(m.into())) .saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into())) } - /// Storage: `Council::Members` (r:1 w:0) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Voting` (r:1 w:1) - /// Proof: `Council::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Council Members (r:1 w:0) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Voting (r:1 w:1) + /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) /// The range of component `m` is `[5, 100]`. fn vote(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `769 + m * (64 ±0)` // Estimated: `4233 + m * (64 ±0)` - // Minimum execution time: 24_212_000 picoseconds. - Weight::from_parts(26_686_953, 4233) - // Standard Error: 2_053 - .saturating_add(Weight::from_parts(48_408, 0).saturating_mul(m.into())) + // Minimum execution time: 27_974_000 picoseconds. + Weight::from_parts(28_962_183, 4233) + // Standard Error: 621 + .saturating_add(Weight::from_parts(42_544, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } - /// Storage: `Council::Voting` (r:1 w:1) - /// Proof: `Council::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Council::Members` (r:1 w:0) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Proposals` (r:1 w:1) - /// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::ProposalOf` (r:0 w:1) - /// Proof: `Council::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Council Voting (r:1 w:1) + /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) + /// Storage: Council Members (r:1 w:0) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Proposals (r:1 w:1) + /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council ProposalOf (r:0 w:1) + /// Proof Skipped: Council ProposalOf (max_values: None, max_size: None, mode: Measured) /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_disapproved(m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `358 + m * (64 ±0) + p * (36 ±0)` // Estimated: `3803 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 25_269_000 picoseconds. - Weight::from_parts(24_877_022, 3803) - // Standard Error: 1_754 - .saturating_add(Weight::from_parts(34_189, 0).saturating_mul(m.into())) - // Standard Error: 1_710 - .saturating_add(Weight::from_parts(193_870, 0).saturating_mul(p.into())) + // Minimum execution time: 30_238_000 picoseconds. + Weight::from_parts(31_552_516, 3803) + // Standard Error: 810 + .saturating_add(Weight::from_parts(24_684, 0).saturating_mul(m.into())) + // Standard Error: 790 + .saturating_add(Weight::from_parts(173_060, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into())) .saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into())) } - /// Storage: `Council::Voting` (r:1 w:1) - /// Proof: `Council::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Council::Members` (r:1 w:0) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::ProposalOf` (r:1 w:1) - /// Proof: `Council::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Council::Proposals` (r:1 w:1) - /// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: Council Voting (r:1 w:1) + /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) + /// Storage: Council Members (r:1 w:0) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council ProposalOf (r:1 w:1) + /// Proof Skipped: Council ProposalOf (max_values: None, max_size: None, mode: Measured) + /// Storage: Council Proposals (r:1 w:1) + /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. @@ -458,57 +457,57 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `660 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `3977 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 36_316_000 picoseconds. - Weight::from_parts(36_066_476, 3977) - // Standard Error: 232 - .saturating_add(Weight::from_parts(1_889, 0).saturating_mul(b.into())) - // Standard Error: 2_458 - .saturating_add(Weight::from_parts(31_689, 0).saturating_mul(m.into())) - // Standard Error: 2_396 - .saturating_add(Weight::from_parts(231_262, 0).saturating_mul(p.into())) + // Minimum execution time: 43_765_000 picoseconds. + Weight::from_parts(43_487_120, 3977) + // Standard Error: 99 + .saturating_add(Weight::from_parts(2_527, 0).saturating_mul(b.into())) + // Standard Error: 1_056 + .saturating_add(Weight::from_parts(29_655, 0).saturating_mul(m.into())) + // Standard Error: 1_030 + .saturating_add(Weight::from_parts(207_750, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) .saturating_add(Weight::from_parts(0, 66).saturating_mul(m.into())) .saturating_add(Weight::from_parts(0, 40).saturating_mul(p.into())) } - /// Storage: `Council::Voting` (r:1 w:1) - /// Proof: `Council::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Council::Members` (r:1 w:0) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Prime` (r:1 w:0) - /// Proof: `Council::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Proposals` (r:1 w:1) - /// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::ProposalOf` (r:0 w:1) - /// Proof: `Council::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Council Voting (r:1 w:1) + /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) + /// Storage: Council Members (r:1 w:0) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Prime (r:1 w:0) + /// Proof Skipped: Council Prime (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Proposals (r:1 w:1) + /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council ProposalOf (r:0 w:1) + /// Proof Skipped: Council ProposalOf (max_values: None, max_size: None, mode: Measured) /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_disapproved(m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `378 + m * (64 ±0) + p * (36 ±0)` // Estimated: `3823 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 27_669_000 picoseconds. - Weight::from_parts(26_522_177, 3823) - // Standard Error: 1_720 - .saturating_add(Weight::from_parts(41_609, 0).saturating_mul(m.into())) - // Standard Error: 1_677 - .saturating_add(Weight::from_parts(200_257, 0).saturating_mul(p.into())) + // Minimum execution time: 33_207_000 picoseconds. + Weight::from_parts(33_682_983, 3823) + // Standard Error: 768 + .saturating_add(Weight::from_parts(34_493, 0).saturating_mul(m.into())) + // Standard Error: 749 + .saturating_add(Weight::from_parts(177_768, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into())) .saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into())) } - /// Storage: `Council::Voting` (r:1 w:1) - /// Proof: `Council::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Council::Members` (r:1 w:0) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Prime` (r:1 w:0) - /// Proof: `Council::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::ProposalOf` (r:1 w:1) - /// Proof: `Council::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Council::Proposals` (r:1 w:1) - /// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: Council Voting (r:1 w:1) + /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) + /// Storage: Council Members (r:1 w:0) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Prime (r:1 w:0) + /// Proof Skipped: Council Prime (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council ProposalOf (r:1 w:1) + /// Proof Skipped: Council ProposalOf (max_values: None, max_size: None, mode: Measured) + /// Storage: Council Proposals (r:1 w:1) + /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. @@ -516,35 +515,35 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `680 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `3997 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 38_461_000 picoseconds. - Weight::from_parts(35_568_293, 3997) - // Standard Error: 288 - .saturating_add(Weight::from_parts(4_711, 0).saturating_mul(b.into())) - // Standard Error: 3_045 - .saturating_add(Weight::from_parts(20_009, 0).saturating_mul(m.into())) - // Standard Error: 2_968 - .saturating_add(Weight::from_parts(273_286, 0).saturating_mul(p.into())) + // Minimum execution time: 46_799_000 picoseconds. + Weight::from_parts(48_593_110, 3997) + // Standard Error: 157 + .saturating_add(Weight::from_parts(3_595, 0).saturating_mul(b.into())) + // Standard Error: 1_662 + .saturating_add(Weight::from_parts(2_320, 0).saturating_mul(m.into())) + // Standard Error: 1_620 + .saturating_add(Weight::from_parts(224_502, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) .saturating_add(Weight::from_parts(0, 66).saturating_mul(m.into())) .saturating_add(Weight::from_parts(0, 40).saturating_mul(p.into())) } - /// Storage: `Council::Proposals` (r:1 w:1) - /// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Voting` (r:0 w:1) - /// Proof: `Council::Voting` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Council::ProposalOf` (r:0 w:1) - /// Proof: `Council::ProposalOf` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Council Proposals (r:1 w:1) + /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Voting (r:0 w:1) + /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) + /// Storage: Council ProposalOf (r:0 w:1) + /// Proof Skipped: Council ProposalOf (max_values: None, max_size: None, mode: Measured) /// The range of component `p` is `[1, 100]`. fn disapprove_proposal(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `187 + p * (32 ±0)` // Estimated: `1672 + p * (32 ±0)` - // Minimum execution time: 13_266_000 picoseconds. - Weight::from_parts(15_015_113, 1672) - // Standard Error: 1_431 - .saturating_add(Weight::from_parts(187_355, 0).saturating_mul(p.into())) + // Minimum execution time: 16_554_000 picoseconds. + Weight::from_parts(18_923_901, 1672) + // Standard Error: 892 + .saturating_add(Weight::from_parts(164_400, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into())) diff --git a/runtime/manta/src/weights/pallet_democracy.rs b/runtime/manta/src/weights/pallet_democracy.rs index 0de75d74b..029baaed5 100644 --- a/runtime/manta/src/weights/pallet_democracy.rs +++ b/runtime/manta/src/weights/pallet_democracy.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for pallet_democracy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-19, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: // ./target/production/manta @@ -37,7 +37,6 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] -#![allow(double_parens)] #![allow(unused_imports)] #![allow(missing_docs)] @@ -79,456 +78,450 @@ pub trait WeightInfo { /// Weights for pallet_democracy using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_democracy::WeightInfo for SubstrateWeight { - /// Storage: `Democracy::PublicPropCount` (r:1 w:1) - /// Proof: `Democracy::PublicPropCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Democracy::PublicProps` (r:1 w:1) - /// Proof: `Democracy::PublicProps` (`max_values`: Some(1), `max_size`: Some(16702), added: 17197, mode: `MaxEncodedLen`) - /// Storage: `Democracy::Blacklist` (r:1 w:0) - /// Proof: `Democracy::Blacklist` (`max_values`: None, `max_size`: Some(3238), added: 5713, mode: `MaxEncodedLen`) - /// Storage: `Democracy::DepositOf` (r:0 w:1) - /// Proof: `Democracy::DepositOf` (`max_values`: None, `max_size`: Some(3230), added: 5705, mode: `MaxEncodedLen`) + /// Storage: Democracy PublicPropCount (r:1 w:1) + /// Proof: Democracy PublicPropCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Democracy PublicProps (r:1 w:1) + /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) + /// Storage: Democracy Blacklist (r:1 w:0) + /// Proof: Democracy Blacklist (max_values: None, max_size: Some(3238), added: 5713, mode: MaxEncodedLen) + /// Storage: Democracy DepositOf (r:0 w:1) + /// Proof: Democracy DepositOf (max_values: None, max_size: Some(3230), added: 5705, mode: MaxEncodedLen) fn propose() -> Weight { // Proof Size summary in bytes: // Measured: `4768` // Estimated: `18187` - // Minimum execution time: 42_885_000 picoseconds. - Weight::from_parts(45_668_000, 18187) + // Minimum execution time: 48_110_000 picoseconds. + Weight::from_parts(50_041_000, 18187) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } - /// Storage: `Democracy::DepositOf` (r:1 w:1) - /// Proof: `Democracy::DepositOf` (`max_values`: None, `max_size`: Some(3230), added: 5705, mode: `MaxEncodedLen`) + /// Storage: Democracy DepositOf (r:1 w:1) + /// Proof: Democracy DepositOf (max_values: None, max_size: Some(3230), added: 5705, mode: MaxEncodedLen) fn second() -> Weight { // Proof Size summary in bytes: // Measured: `3523` // Estimated: `6695` - // Minimum execution time: 38_363_000 picoseconds. - Weight::from_parts(40_066_000, 6695) + // Minimum execution time: 41_877_000 picoseconds. + Weight::from_parts(43_024_000, 6695) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Democracy::ReferendumInfoOf` (r:1 w:1) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) - /// Storage: `Democracy::VotingOf` (r:1 w:1) - /// Proof: `Democracy::VotingOf` (`max_values`: None, `max_size`: Some(3795), added: 6270, mode: `MaxEncodedLen`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) + /// Storage: Democracy ReferendumInfoOf (r:1 w:1) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) + /// Storage: Democracy VotingOf (r:1 w:1) + /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) fn vote_new() -> Weight { // Proof Size summary in bytes: // Measured: `3387` // Estimated: `7260` - // Minimum execution time: 55_318_000 picoseconds. - Weight::from_parts(58_853_000, 7260) + // Minimum execution time: 59_977_000 picoseconds. + Weight::from_parts(63_165_000, 7260) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } - /// Storage: `Democracy::ReferendumInfoOf` (r:1 w:1) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) - /// Storage: `Democracy::VotingOf` (r:1 w:1) - /// Proof: `Democracy::VotingOf` (`max_values`: None, `max_size`: Some(3795), added: 6270, mode: `MaxEncodedLen`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) + /// Storage: Democracy ReferendumInfoOf (r:1 w:1) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) + /// Storage: Democracy VotingOf (r:1 w:1) + /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) fn vote_existing() -> Weight { // Proof Size summary in bytes: // Measured: `3409` // Estimated: `7260` - // Minimum execution time: 58_629_000 picoseconds. - Weight::from_parts(64_819_000, 7260) + // Minimum execution time: 65_196_000 picoseconds. + Weight::from_parts(66_981_000, 7260) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } - /// Storage: `Democracy::ReferendumInfoOf` (r:1 w:1) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) - /// Storage: `Democracy::Cancellations` (r:1 w:1) - /// Proof: `Democracy::Cancellations` (`max_values`: None, `max_size`: Some(33), added: 2508, mode: `MaxEncodedLen`) - /// Storage: `Democracy::MetadataOf` (r:1 w:1) - /// Proof: `Democracy::MetadataOf` (`max_values`: None, `max_size`: Some(53), added: 2528, mode: `MaxEncodedLen`) + /// Storage: Democracy ReferendumInfoOf (r:1 w:1) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) + /// Storage: Democracy Cancellations (r:1 w:1) + /// Proof: Democracy Cancellations (max_values: None, max_size: Some(33), added: 2508, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:1 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn emergency_cancel() -> Weight { // Proof Size summary in bytes: // Measured: `333` // Estimated: `3666` - // Minimum execution time: 25_091_000 picoseconds. - Weight::from_parts(25_976_000, 3666) + // Minimum execution time: 29_427_000 picoseconds. + Weight::from_parts(30_115_000, 3666) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } - /// Storage: `Democracy::PublicProps` (r:1 w:1) - /// Proof: `Democracy::PublicProps` (`max_values`: Some(1), `max_size`: Some(16702), added: 17197, mode: `MaxEncodedLen`) - /// Storage: `Democracy::DepositOf` (r:1 w:1) - /// Proof: `Democracy::DepositOf` (`max_values`: None, `max_size`: Some(3230), added: 5705, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `Democracy::MetadataOf` (r:3 w:1) - /// Proof: `Democracy::MetadataOf` (`max_values`: None, `max_size`: Some(53), added: 2528, mode: `MaxEncodedLen`) - /// Storage: `Democracy::NextExternal` (r:1 w:1) - /// Proof: `Democracy::NextExternal` (`max_values`: Some(1), `max_size`: Some(132), added: 627, mode: `MaxEncodedLen`) - /// Storage: `Democracy::ReferendumInfoOf` (r:1 w:1) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) - /// Storage: `Democracy::Blacklist` (r:0 w:1) - /// Proof: `Democracy::Blacklist` (`max_values`: None, `max_size`: Some(3238), added: 5713, mode: `MaxEncodedLen`) + /// Storage: Democracy PublicProps (r:1 w:1) + /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) + /// Storage: Democracy DepositOf (r:1 w:1) + /// Proof: Democracy DepositOf (max_values: None, max_size: Some(3230), added: 5705, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:3 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) + /// Storage: Democracy NextExternal (r:1 w:1) + /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) + /// Storage: Democracy ReferendumInfoOf (r:1 w:1) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) + /// Storage: Democracy Blacklist (r:0 w:1) + /// Proof: Democracy Blacklist (max_values: None, max_size: Some(3238), added: 5713, mode: MaxEncodedLen) fn blacklist() -> Weight { // Proof Size summary in bytes: // Measured: `5844` // Estimated: `18187` - // Minimum execution time: 92_086_000 picoseconds. - Weight::from_parts(95_140_000, 18187) + // Minimum execution time: 101_467_000 picoseconds. + Weight::from_parts(104_982_000, 18187) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } - /// Storage: `Democracy::NextExternal` (r:1 w:1) - /// Proof: `Democracy::NextExternal` (`max_values`: Some(1), `max_size`: Some(132), added: 627, mode: `MaxEncodedLen`) - /// Storage: `Democracy::Blacklist` (r:1 w:0) - /// Proof: `Democracy::Blacklist` (`max_values`: None, `max_size`: Some(3238), added: 5713, mode: `MaxEncodedLen`) + /// Storage: Democracy NextExternal (r:1 w:1) + /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) + /// Storage: Democracy Blacklist (r:1 w:0) + /// Proof: Democracy Blacklist (max_values: None, max_size: Some(3238), added: 5713, mode: MaxEncodedLen) fn external_propose() -> Weight { // Proof Size summary in bytes: // Measured: `3383` // Estimated: `6703` - // Minimum execution time: 13_395_000 picoseconds. - Weight::from_parts(13_745_000, 6703) + // Minimum execution time: 14_728_000 picoseconds. + Weight::from_parts(15_278_000, 6703) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Democracy::NextExternal` (r:0 w:1) - /// Proof: `Democracy::NextExternal` (`max_values`: Some(1), `max_size`: Some(132), added: 627, mode: `MaxEncodedLen`) + /// Storage: Democracy NextExternal (r:0 w:1) + /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) fn external_propose_majority() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_850_000 picoseconds. - Weight::from_parts(2_977_000, 0) + // Minimum execution time: 3_170_000 picoseconds. + Weight::from_parts(3_305_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Democracy::NextExternal` (r:0 w:1) - /// Proof: `Democracy::NextExternal` (`max_values`: Some(1), `max_size`: Some(132), added: 627, mode: `MaxEncodedLen`) + /// Storage: Democracy NextExternal (r:0 w:1) + /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) fn external_propose_default() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_694_000 picoseconds. - Weight::from_parts(2_920_000, 0) + // Minimum execution time: 3_438_000 picoseconds. + Weight::from_parts(3_607_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Democracy::NextExternal` (r:1 w:1) - /// Proof: `Democracy::NextExternal` (`max_values`: Some(1), `max_size`: Some(132), added: 627, mode: `MaxEncodedLen`) - /// Storage: `Democracy::ReferendumCount` (r:1 w:1) - /// Proof: `Democracy::ReferendumCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Democracy::MetadataOf` (r:1 w:2) - /// Proof: `Democracy::MetadataOf` (`max_values`: None, `max_size`: Some(53), added: 2528, mode: `MaxEncodedLen`) - /// Storage: `Democracy::ReferendumInfoOf` (r:0 w:1) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) + /// Storage: Democracy NextExternal (r:1 w:1) + /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) + /// Storage: Democracy ReferendumCount (r:1 w:1) + /// Proof: Democracy ReferendumCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:1 w:2) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) + /// Storage: Democracy ReferendumInfoOf (r:0 w:1) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) fn fast_track() -> Weight { // Proof Size summary in bytes: // Measured: `253` // Estimated: `3518` - // Minimum execution time: 24_635_000 picoseconds. - Weight::from_parts(25_164_000, 3518) + // Minimum execution time: 30_094_000 picoseconds. + Weight::from_parts(30_776_000, 3518) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } - /// Storage: `Democracy::NextExternal` (r:1 w:1) - /// Proof: `Democracy::NextExternal` (`max_values`: Some(1), `max_size`: Some(132), added: 627, mode: `MaxEncodedLen`) - /// Storage: `Democracy::Blacklist` (r:1 w:1) - /// Proof: `Democracy::Blacklist` (`max_values`: None, `max_size`: Some(3238), added: 5713, mode: `MaxEncodedLen`) - /// Storage: `Democracy::MetadataOf` (r:1 w:1) - /// Proof: `Democracy::MetadataOf` (`max_values`: None, `max_size`: Some(53), added: 2528, mode: `MaxEncodedLen`) + /// Storage: Democracy NextExternal (r:1 w:1) + /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) + /// Storage: Democracy Blacklist (r:1 w:1) + /// Proof: Democracy Blacklist (max_values: None, max_size: Some(3238), added: 5713, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:1 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn veto_external() -> Weight { // Proof Size summary in bytes: // Measured: `3486` // Estimated: `6703` - // Minimum execution time: 28_778_000 picoseconds. - Weight::from_parts(29_863_000, 6703) + // Minimum execution time: 33_486_000 picoseconds. + Weight::from_parts(34_057_000, 6703) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } - /// Storage: `Democracy::PublicProps` (r:1 w:1) - /// Proof: `Democracy::PublicProps` (`max_values`: Some(1), `max_size`: Some(16702), added: 17197, mode: `MaxEncodedLen`) - /// Storage: `Democracy::DepositOf` (r:1 w:1) - /// Proof: `Democracy::DepositOf` (`max_values`: None, `max_size`: Some(3230), added: 5705, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `Democracy::MetadataOf` (r:1 w:1) - /// Proof: `Democracy::MetadataOf` (`max_values`: None, `max_size`: Some(53), added: 2528, mode: `MaxEncodedLen`) + /// Storage: Democracy PublicProps (r:1 w:1) + /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) + /// Storage: Democracy DepositOf (r:1 w:1) + /// Proof: Democracy DepositOf (max_values: None, max_size: Some(3230), added: 5705, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:1 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn cancel_proposal() -> Weight { // Proof Size summary in bytes: // Measured: `5755` // Estimated: `18187` - // Minimum execution time: 75_028_000 picoseconds. - Weight::from_parts(82_560_000, 18187) + // Minimum execution time: 80_483_000 picoseconds. + Weight::from_parts(83_562_000, 18187) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } - /// Storage: `Democracy::MetadataOf` (r:1 w:1) - /// Proof: `Democracy::MetadataOf` (`max_values`: None, `max_size`: Some(53), added: 2528, mode: `MaxEncodedLen`) - /// Storage: `Democracy::ReferendumInfoOf` (r:0 w:1) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) + /// Storage: Democracy MetadataOf (r:1 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) + /// Storage: Democracy ReferendumInfoOf (r:0 w:1) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) fn cancel_referendum() -> Weight { // Proof Size summary in bytes: // Measured: `238` // Estimated: `3518` - // Minimum execution time: 18_124_000 picoseconds. - Weight::from_parts(18_622_000, 3518) + // Minimum execution time: 22_200_000 picoseconds. + Weight::from_parts(22_571_000, 3518) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Democracy::LowestUnbaked` (r:1 w:1) - /// Proof: `Democracy::LowestUnbaked` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Democracy::ReferendumCount` (r:1 w:0) - /// Proof: `Democracy::ReferendumCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Democracy::ReferendumInfoOf` (r:99 w:0) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) + /// Storage: Democracy LowestUnbaked (r:1 w:1) + /// Proof: Democracy LowestUnbaked (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Democracy ReferendumCount (r:1 w:0) + /// Proof: Democracy ReferendumCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Democracy ReferendumInfoOf (r:99 w:0) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. fn on_initialize_base(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `211 + r * (86 ±0)` // Estimated: `1489 + r * (2676 ±0)` - // Minimum execution time: 6_255_000 picoseconds. - Weight::from_parts(7_430_901, 1489) - // Standard Error: 7_780 - .saturating_add(Weight::from_parts(3_556_955, 0).saturating_mul(r.into())) + // Minimum execution time: 7_823_000 picoseconds. + Weight::from_parts(11_992_239, 1489) + // Standard Error: 4_781 + .saturating_add(Weight::from_parts(3_507_558, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } - /// Storage: `Democracy::LowestUnbaked` (r:1 w:1) - /// Proof: `Democracy::LowestUnbaked` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Democracy::ReferendumCount` (r:1 w:0) - /// Proof: `Democracy::ReferendumCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Democracy::LastTabledWasExternal` (r:1 w:0) - /// Proof: `Democracy::LastTabledWasExternal` (`max_values`: Some(1), `max_size`: Some(1), added: 496, mode: `MaxEncodedLen`) - /// Storage: `Democracy::NextExternal` (r:1 w:0) - /// Proof: `Democracy::NextExternal` (`max_values`: Some(1), `max_size`: Some(132), added: 627, mode: `MaxEncodedLen`) - /// Storage: `Democracy::PublicProps` (r:1 w:0) - /// Proof: `Democracy::PublicProps` (`max_values`: Some(1), `max_size`: Some(16702), added: 17197, mode: `MaxEncodedLen`) - /// Storage: `Democracy::ReferendumInfoOf` (r:99 w:0) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) + /// Storage: Democracy LowestUnbaked (r:1 w:1) + /// Proof: Democracy LowestUnbaked (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Democracy ReferendumCount (r:1 w:0) + /// Proof: Democracy ReferendumCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Democracy LastTabledWasExternal (r:1 w:0) + /// Proof: Democracy LastTabledWasExternal (max_values: Some(1), max_size: Some(1), added: 496, mode: MaxEncodedLen) + /// Storage: Democracy NextExternal (r:1 w:0) + /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) + /// Storage: Democracy PublicProps (r:1 w:0) + /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) + /// Storage: Democracy ReferendumInfoOf (r:99 w:0) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. fn on_initialize_base_with_launch_period(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `211 + r * (86 ±0)` // Estimated: `18187 + r * (2676 ±0)` - // Minimum execution time: 8_541_000 picoseconds. - Weight::from_parts(9_824_289, 18187) - // Standard Error: 6_027 - .saturating_add(Weight::from_parts(3_560_607, 0).saturating_mul(r.into())) + // Minimum execution time: 11_329_000 picoseconds. + Weight::from_parts(15_501_003, 18187) + // Standard Error: 5_016 + .saturating_add(Weight::from_parts(3_508_716, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } - /// Storage: `Democracy::VotingOf` (r:3 w:3) - /// Proof: `Democracy::VotingOf` (`max_values`: None, `max_size`: Some(3795), added: 6270, mode: `MaxEncodedLen`) - /// Storage: `Democracy::ReferendumInfoOf` (r:99 w:99) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) + /// Storage: Democracy VotingOf (r:3 w:3) + /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) + /// Storage: Democracy ReferendumInfoOf (r:99 w:99) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. fn delegate(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `749 + r * (108 ±0)` // Estimated: `19800 + r * (2676 ±0)` - // Minimum execution time: 40_647_000 picoseconds. - Weight::from_parts(44_815_960, 19800) - // Standard Error: 9_847 - .saturating_add(Weight::from_parts(4_582_903, 0).saturating_mul(r.into())) + // Minimum execution time: 44_249_000 picoseconds. + Weight::from_parts(53_110_577, 19800) + // Standard Error: 5_957 + .saturating_add(Weight::from_parts(4_402_338, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } - /// Storage: `Democracy::VotingOf` (r:2 w:2) - /// Proof: `Democracy::VotingOf` (`max_values`: None, `max_size`: Some(3795), added: 6270, mode: `MaxEncodedLen`) - /// Storage: `Democracy::ReferendumInfoOf` (r:99 w:99) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) + /// Storage: Democracy VotingOf (r:2 w:2) + /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) + /// Storage: Democracy ReferendumInfoOf (r:99 w:99) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. fn undelegate(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `460 + r * (108 ±0)` // Estimated: `13530 + r * (2676 ±0)` - // Minimum execution time: 20_091_000 picoseconds. - Weight::from_parts(21_405_522, 13530) - // Standard Error: 9_241 - .saturating_add(Weight::from_parts(4_475_214, 0).saturating_mul(r.into())) + // Minimum execution time: 23_547_000 picoseconds. + Weight::from_parts(27_606_964, 13530) + // Standard Error: 4_551 + .saturating_add(Weight::from_parts(4_433_904, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } - /// Storage: `Democracy::PublicProps` (r:0 w:1) - /// Proof: `Democracy::PublicProps` (`max_values`: Some(1), `max_size`: Some(16702), added: 17197, mode: `MaxEncodedLen`) + /// Storage: Democracy PublicProps (r:0 w:1) + /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) fn clear_public_proposals() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_816_000 picoseconds. - Weight::from_parts(2_982_000, 0) + // Minimum execution time: 3_491_000 picoseconds. + Weight::from_parts(3_653_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Democracy::VotingOf` (r:1 w:1) - /// Proof: `Democracy::VotingOf` (`max_values`: None, `max_size`: Some(3795), added: 6270, mode: `MaxEncodedLen`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Democracy VotingOf (r:1 w:1) + /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. fn unlock_remove(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `492` // Estimated: `7260` - // Minimum execution time: 23_895_000 picoseconds. - Weight::from_parts(36_089_887, 7260) - // Standard Error: 3_020 - .saturating_add(Weight::from_parts(140_269, 0).saturating_mul(r.into())) + // Minimum execution time: 26_037_000 picoseconds. + Weight::from_parts(41_983_433, 7260) + // Standard Error: 2_768 + .saturating_add(Weight::from_parts(103_609, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } - /// Storage: `Democracy::VotingOf` (r:1 w:1) - /// Proof: `Democracy::VotingOf` (`max_values`: None, `max_size`: Some(3795), added: 6270, mode: `MaxEncodedLen`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Democracy VotingOf (r:1 w:1) + /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. fn unlock_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `493 + r * (22 ±0)` // Estimated: `7260` - // Minimum execution time: 33_559_000 picoseconds. - Weight::from_parts(35_560_100, 7260) - // Standard Error: 2_735 - .saturating_add(Weight::from_parts(190_100, 0).saturating_mul(r.into())) + // Minimum execution time: 36_182_000 picoseconds. + Weight::from_parts(40_496_364, 7260) + // Standard Error: 1_305 + .saturating_add(Weight::from_parts(128_725, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } - /// Storage: `Democracy::ReferendumInfoOf` (r:1 w:1) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) - /// Storage: `Democracy::VotingOf` (r:1 w:1) - /// Proof: `Democracy::VotingOf` (`max_values`: None, `max_size`: Some(3795), added: 6270, mode: `MaxEncodedLen`) + /// Storage: Democracy ReferendumInfoOf (r:1 w:1) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) + /// Storage: Democracy VotingOf (r:1 w:1) + /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) /// The range of component `r` is `[1, 100]`. fn remove_vote(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `695 + r * (26 ±0)` // Estimated: `7260` - // Minimum execution time: 17_278_000 picoseconds. - Weight::from_parts(21_002_375, 7260) - // Standard Error: 2_051 - .saturating_add(Weight::from_parts(165_532, 0).saturating_mul(r.into())) + // Minimum execution time: 17_932_000 picoseconds. + Weight::from_parts(22_163_735, 7260) + // Standard Error: 1_290 + .saturating_add(Weight::from_parts(126_302, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Democracy::ReferendumInfoOf` (r:1 w:1) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) - /// Storage: `Democracy::VotingOf` (r:1 w:1) - /// Proof: `Democracy::VotingOf` (`max_values`: None, `max_size`: Some(3795), added: 6270, mode: `MaxEncodedLen`) + /// Storage: Democracy ReferendumInfoOf (r:1 w:1) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) + /// Storage: Democracy VotingOf (r:1 w:1) + /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) /// The range of component `r` is `[1, 100]`. fn remove_other_vote(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `695 + r * (26 ±0)` // Estimated: `7260` - // Minimum execution time: 17_666_000 picoseconds. - Weight::from_parts(21_116_869, 7260) - // Standard Error: 2_153 - .saturating_add(Weight::from_parts(181_880, 0).saturating_mul(r.into())) + // Minimum execution time: 17_773_000 picoseconds. + Weight::from_parts(22_584_631, 7260) + // Standard Error: 1_492 + .saturating_add(Weight::from_parts(127_048, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Democracy::NextExternal` (r:1 w:0) - /// Proof: `Democracy::NextExternal` (`max_values`: Some(1), `max_size`: Some(132), added: 627, mode: `MaxEncodedLen`) - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:0) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Democracy::MetadataOf` (r:0 w:1) - /// Proof: `Democracy::MetadataOf` (`max_values`: None, `max_size`: Some(53), added: 2528, mode: `MaxEncodedLen`) + /// Storage: Democracy NextExternal (r:1 w:0) + /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) + /// Storage: Preimage StatusFor (r:1 w:0) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:0 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn set_external_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `357` // Estimated: `3556` - // Minimum execution time: 19_076_000 picoseconds. - Weight::from_parts(19_507_000, 3556) - .saturating_add(T::DbWeight::get().reads(3_u64)) + // Minimum execution time: 20_473_000 picoseconds. + Weight::from_parts(20_855_000, 3556) + .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Democracy::NextExternal` (r:1 w:0) - /// Proof: `Democracy::NextExternal` (`max_values`: Some(1), `max_size`: Some(132), added: 627, mode: `MaxEncodedLen`) - /// Storage: `Democracy::MetadataOf` (r:1 w:1) - /// Proof: `Democracy::MetadataOf` (`max_values`: None, `max_size`: Some(53), added: 2528, mode: `MaxEncodedLen`) + /// Storage: Democracy NextExternal (r:1 w:0) + /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:1 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn clear_external_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `253` // Estimated: `3518` - // Minimum execution time: 16_117_000 picoseconds. - Weight::from_parts(16_554_000, 3518) + // Minimum execution time: 19_078_000 picoseconds. + Weight::from_parts(19_373_000, 3518) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Democracy::PublicProps` (r:1 w:0) - /// Proof: `Democracy::PublicProps` (`max_values`: Some(1), `max_size`: Some(16702), added: 17197, mode: `MaxEncodedLen`) - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:0) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Democracy::MetadataOf` (r:0 w:1) - /// Proof: `Democracy::MetadataOf` (`max_values`: None, `max_size`: Some(53), added: 2528, mode: `MaxEncodedLen`) + /// Storage: Democracy PublicProps (r:1 w:0) + /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) + /// Storage: Preimage StatusFor (r:1 w:0) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:0 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn set_proposal_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `4889` // Estimated: `18187` - // Minimum execution time: 42_950_000 picoseconds. - Weight::from_parts(51_237_000, 18187) - .saturating_add(T::DbWeight::get().reads(3_u64)) + // Minimum execution time: 43_425_000 picoseconds. + Weight::from_parts(44_851_000, 18187) + .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Democracy::PublicProps` (r:1 w:0) - /// Proof: `Democracy::PublicProps` (`max_values`: Some(1), `max_size`: Some(16702), added: 17197, mode: `MaxEncodedLen`) - /// Storage: `Democracy::MetadataOf` (r:1 w:1) - /// Proof: `Democracy::MetadataOf` (`max_values`: None, `max_size`: Some(53), added: 2528, mode: `MaxEncodedLen`) + /// Storage: Democracy PublicProps (r:1 w:0) + /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:1 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn clear_proposal_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `4789` // Estimated: `18187` - // Minimum execution time: 37_808_000 picoseconds. - Weight::from_parts(39_998_000, 18187) + // Minimum execution time: 41_584_000 picoseconds. + Weight::from_parts(42_800_000, 18187) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:0) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Democracy::MetadataOf` (r:0 w:1) - /// Proof: `Democracy::MetadataOf` (`max_values`: None, `max_size`: Some(53), added: 2528, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:0) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:0 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn set_referendum_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 15_230_000 picoseconds. - Weight::from_parts(15_871_000, 3556) - .saturating_add(T::DbWeight::get().reads(2_u64)) + // Minimum execution time: 16_045_000 picoseconds. + Weight::from_parts(16_537_000, 3556) + .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Democracy::ReferendumInfoOf` (r:1 w:0) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) - /// Storage: `Democracy::MetadataOf` (r:1 w:1) - /// Proof: `Democracy::MetadataOf` (`max_values`: None, `max_size`: Some(53), added: 2528, mode: `MaxEncodedLen`) + /// Storage: Democracy ReferendumInfoOf (r:1 w:0) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:1 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn clear_referendum_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `269` // Estimated: `3666` - // Minimum execution time: 18_735_000 picoseconds. - Weight::from_parts(19_195_000, 3666) + // Minimum execution time: 21_194_000 picoseconds. + Weight::from_parts(21_748_000, 3666) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -536,456 +529,450 @@ impl pallet_democracy::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: // Measured: `4768` // Estimated: `18187` - // Minimum execution time: 42_885_000 picoseconds. - Weight::from_parts(45_668_000, 18187) + // Minimum execution time: 48_110_000 picoseconds. + Weight::from_parts(50_041_000, 18187) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } - /// Storage: `Democracy::DepositOf` (r:1 w:1) - /// Proof: `Democracy::DepositOf` (`max_values`: None, `max_size`: Some(3230), added: 5705, mode: `MaxEncodedLen`) + /// Storage: Democracy DepositOf (r:1 w:1) + /// Proof: Democracy DepositOf (max_values: None, max_size: Some(3230), added: 5705, mode: MaxEncodedLen) fn second() -> Weight { // Proof Size summary in bytes: // Measured: `3523` // Estimated: `6695` - // Minimum execution time: 38_363_000 picoseconds. - Weight::from_parts(40_066_000, 6695) + // Minimum execution time: 41_877_000 picoseconds. + Weight::from_parts(43_024_000, 6695) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Democracy::ReferendumInfoOf` (r:1 w:1) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) - /// Storage: `Democracy::VotingOf` (r:1 w:1) - /// Proof: `Democracy::VotingOf` (`max_values`: None, `max_size`: Some(3795), added: 6270, mode: `MaxEncodedLen`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) + /// Storage: Democracy ReferendumInfoOf (r:1 w:1) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) + /// Storage: Democracy VotingOf (r:1 w:1) + /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) fn vote_new() -> Weight { // Proof Size summary in bytes: // Measured: `3387` // Estimated: `7260` - // Minimum execution time: 55_318_000 picoseconds. - Weight::from_parts(58_853_000, 7260) + // Minimum execution time: 59_977_000 picoseconds. + Weight::from_parts(63_165_000, 7260) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } - /// Storage: `Democracy::ReferendumInfoOf` (r:1 w:1) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) - /// Storage: `Democracy::VotingOf` (r:1 w:1) - /// Proof: `Democracy::VotingOf` (`max_values`: None, `max_size`: Some(3795), added: 6270, mode: `MaxEncodedLen`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) + /// Storage: Democracy ReferendumInfoOf (r:1 w:1) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) + /// Storage: Democracy VotingOf (r:1 w:1) + /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) fn vote_existing() -> Weight { // Proof Size summary in bytes: // Measured: `3409` // Estimated: `7260` - // Minimum execution time: 58_629_000 picoseconds. - Weight::from_parts(64_819_000, 7260) + // Minimum execution time: 65_196_000 picoseconds. + Weight::from_parts(66_981_000, 7260) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } - /// Storage: `Democracy::ReferendumInfoOf` (r:1 w:1) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) - /// Storage: `Democracy::Cancellations` (r:1 w:1) - /// Proof: `Democracy::Cancellations` (`max_values`: None, `max_size`: Some(33), added: 2508, mode: `MaxEncodedLen`) - /// Storage: `Democracy::MetadataOf` (r:1 w:1) - /// Proof: `Democracy::MetadataOf` (`max_values`: None, `max_size`: Some(53), added: 2528, mode: `MaxEncodedLen`) + /// Storage: Democracy ReferendumInfoOf (r:1 w:1) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) + /// Storage: Democracy Cancellations (r:1 w:1) + /// Proof: Democracy Cancellations (max_values: None, max_size: Some(33), added: 2508, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:1 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn emergency_cancel() -> Weight { // Proof Size summary in bytes: // Measured: `333` // Estimated: `3666` - // Minimum execution time: 25_091_000 picoseconds. - Weight::from_parts(25_976_000, 3666) + // Minimum execution time: 29_427_000 picoseconds. + Weight::from_parts(30_115_000, 3666) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } - /// Storage: `Democracy::PublicProps` (r:1 w:1) - /// Proof: `Democracy::PublicProps` (`max_values`: Some(1), `max_size`: Some(16702), added: 17197, mode: `MaxEncodedLen`) - /// Storage: `Democracy::DepositOf` (r:1 w:1) - /// Proof: `Democracy::DepositOf` (`max_values`: None, `max_size`: Some(3230), added: 5705, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `Democracy::MetadataOf` (r:3 w:1) - /// Proof: `Democracy::MetadataOf` (`max_values`: None, `max_size`: Some(53), added: 2528, mode: `MaxEncodedLen`) - /// Storage: `Democracy::NextExternal` (r:1 w:1) - /// Proof: `Democracy::NextExternal` (`max_values`: Some(1), `max_size`: Some(132), added: 627, mode: `MaxEncodedLen`) - /// Storage: `Democracy::ReferendumInfoOf` (r:1 w:1) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) - /// Storage: `Democracy::Blacklist` (r:0 w:1) - /// Proof: `Democracy::Blacklist` (`max_values`: None, `max_size`: Some(3238), added: 5713, mode: `MaxEncodedLen`) + /// Storage: Democracy PublicProps (r:1 w:1) + /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) + /// Storage: Democracy DepositOf (r:1 w:1) + /// Proof: Democracy DepositOf (max_values: None, max_size: Some(3230), added: 5705, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:3 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) + /// Storage: Democracy NextExternal (r:1 w:1) + /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) + /// Storage: Democracy ReferendumInfoOf (r:1 w:1) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) + /// Storage: Democracy Blacklist (r:0 w:1) + /// Proof: Democracy Blacklist (max_values: None, max_size: Some(3238), added: 5713, mode: MaxEncodedLen) fn blacklist() -> Weight { // Proof Size summary in bytes: // Measured: `5844` // Estimated: `18187` - // Minimum execution time: 92_086_000 picoseconds. - Weight::from_parts(95_140_000, 18187) + // Minimum execution time: 101_467_000 picoseconds. + Weight::from_parts(104_982_000, 18187) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } - /// Storage: `Democracy::NextExternal` (r:1 w:1) - /// Proof: `Democracy::NextExternal` (`max_values`: Some(1), `max_size`: Some(132), added: 627, mode: `MaxEncodedLen`) - /// Storage: `Democracy::Blacklist` (r:1 w:0) - /// Proof: `Democracy::Blacklist` (`max_values`: None, `max_size`: Some(3238), added: 5713, mode: `MaxEncodedLen`) + /// Storage: Democracy NextExternal (r:1 w:1) + /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) + /// Storage: Democracy Blacklist (r:1 w:0) + /// Proof: Democracy Blacklist (max_values: None, max_size: Some(3238), added: 5713, mode: MaxEncodedLen) fn external_propose() -> Weight { // Proof Size summary in bytes: // Measured: `3383` // Estimated: `6703` - // Minimum execution time: 13_395_000 picoseconds. - Weight::from_parts(13_745_000, 6703) + // Minimum execution time: 14_728_000 picoseconds. + Weight::from_parts(15_278_000, 6703) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Democracy::NextExternal` (r:0 w:1) - /// Proof: `Democracy::NextExternal` (`max_values`: Some(1), `max_size`: Some(132), added: 627, mode: `MaxEncodedLen`) + /// Storage: Democracy NextExternal (r:0 w:1) + /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) fn external_propose_majority() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_850_000 picoseconds. - Weight::from_parts(2_977_000, 0) + // Minimum execution time: 3_170_000 picoseconds. + Weight::from_parts(3_305_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Democracy::NextExternal` (r:0 w:1) - /// Proof: `Democracy::NextExternal` (`max_values`: Some(1), `max_size`: Some(132), added: 627, mode: `MaxEncodedLen`) + /// Storage: Democracy NextExternal (r:0 w:1) + /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) fn external_propose_default() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_694_000 picoseconds. - Weight::from_parts(2_920_000, 0) + // Minimum execution time: 3_438_000 picoseconds. + Weight::from_parts(3_607_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Democracy::NextExternal` (r:1 w:1) - /// Proof: `Democracy::NextExternal` (`max_values`: Some(1), `max_size`: Some(132), added: 627, mode: `MaxEncodedLen`) - /// Storage: `Democracy::ReferendumCount` (r:1 w:1) - /// Proof: `Democracy::ReferendumCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Democracy::MetadataOf` (r:1 w:2) - /// Proof: `Democracy::MetadataOf` (`max_values`: None, `max_size`: Some(53), added: 2528, mode: `MaxEncodedLen`) - /// Storage: `Democracy::ReferendumInfoOf` (r:0 w:1) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) + /// Storage: Democracy NextExternal (r:1 w:1) + /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) + /// Storage: Democracy ReferendumCount (r:1 w:1) + /// Proof: Democracy ReferendumCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:1 w:2) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) + /// Storage: Democracy ReferendumInfoOf (r:0 w:1) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) fn fast_track() -> Weight { // Proof Size summary in bytes: // Measured: `253` // Estimated: `3518` - // Minimum execution time: 24_635_000 picoseconds. - Weight::from_parts(25_164_000, 3518) + // Minimum execution time: 30_094_000 picoseconds. + Weight::from_parts(30_776_000, 3518) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } - /// Storage: `Democracy::NextExternal` (r:1 w:1) - /// Proof: `Democracy::NextExternal` (`max_values`: Some(1), `max_size`: Some(132), added: 627, mode: `MaxEncodedLen`) - /// Storage: `Democracy::Blacklist` (r:1 w:1) - /// Proof: `Democracy::Blacklist` (`max_values`: None, `max_size`: Some(3238), added: 5713, mode: `MaxEncodedLen`) - /// Storage: `Democracy::MetadataOf` (r:1 w:1) - /// Proof: `Democracy::MetadataOf` (`max_values`: None, `max_size`: Some(53), added: 2528, mode: `MaxEncodedLen`) + /// Storage: Democracy NextExternal (r:1 w:1) + /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) + /// Storage: Democracy Blacklist (r:1 w:1) + /// Proof: Democracy Blacklist (max_values: None, max_size: Some(3238), added: 5713, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:1 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn veto_external() -> Weight { // Proof Size summary in bytes: // Measured: `3486` // Estimated: `6703` - // Minimum execution time: 28_778_000 picoseconds. - Weight::from_parts(29_863_000, 6703) + // Minimum execution time: 33_486_000 picoseconds. + Weight::from_parts(34_057_000, 6703) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } - /// Storage: `Democracy::PublicProps` (r:1 w:1) - /// Proof: `Democracy::PublicProps` (`max_values`: Some(1), `max_size`: Some(16702), added: 17197, mode: `MaxEncodedLen`) - /// Storage: `Democracy::DepositOf` (r:1 w:1) - /// Proof: `Democracy::DepositOf` (`max_values`: None, `max_size`: Some(3230), added: 5705, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `Democracy::MetadataOf` (r:1 w:1) - /// Proof: `Democracy::MetadataOf` (`max_values`: None, `max_size`: Some(53), added: 2528, mode: `MaxEncodedLen`) + /// Storage: Democracy PublicProps (r:1 w:1) + /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) + /// Storage: Democracy DepositOf (r:1 w:1) + /// Proof: Democracy DepositOf (max_values: None, max_size: Some(3230), added: 5705, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:1 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn cancel_proposal() -> Weight { // Proof Size summary in bytes: // Measured: `5755` // Estimated: `18187` - // Minimum execution time: 75_028_000 picoseconds. - Weight::from_parts(82_560_000, 18187) + // Minimum execution time: 80_483_000 picoseconds. + Weight::from_parts(83_562_000, 18187) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } - /// Storage: `Democracy::MetadataOf` (r:1 w:1) - /// Proof: `Democracy::MetadataOf` (`max_values`: None, `max_size`: Some(53), added: 2528, mode: `MaxEncodedLen`) - /// Storage: `Democracy::ReferendumInfoOf` (r:0 w:1) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) + /// Storage: Democracy MetadataOf (r:1 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) + /// Storage: Democracy ReferendumInfoOf (r:0 w:1) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) fn cancel_referendum() -> Weight { // Proof Size summary in bytes: // Measured: `238` // Estimated: `3518` - // Minimum execution time: 18_124_000 picoseconds. - Weight::from_parts(18_622_000, 3518) + // Minimum execution time: 22_200_000 picoseconds. + Weight::from_parts(22_571_000, 3518) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `Democracy::LowestUnbaked` (r:1 w:1) - /// Proof: `Democracy::LowestUnbaked` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Democracy::ReferendumCount` (r:1 w:0) - /// Proof: `Democracy::ReferendumCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Democracy::ReferendumInfoOf` (r:99 w:0) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) + /// Storage: Democracy LowestUnbaked (r:1 w:1) + /// Proof: Democracy LowestUnbaked (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Democracy ReferendumCount (r:1 w:0) + /// Proof: Democracy ReferendumCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Democracy ReferendumInfoOf (r:99 w:0) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. fn on_initialize_base(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `211 + r * (86 ±0)` // Estimated: `1489 + r * (2676 ±0)` - // Minimum execution time: 6_255_000 picoseconds. - Weight::from_parts(7_430_901, 1489) - // Standard Error: 7_780 - .saturating_add(Weight::from_parts(3_556_955, 0).saturating_mul(r.into())) + // Minimum execution time: 7_823_000 picoseconds. + Weight::from_parts(11_992_239, 1489) + // Standard Error: 4_781 + .saturating_add(Weight::from_parts(3_507_558, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } - /// Storage: `Democracy::LowestUnbaked` (r:1 w:1) - /// Proof: `Democracy::LowestUnbaked` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Democracy::ReferendumCount` (r:1 w:0) - /// Proof: `Democracy::ReferendumCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Democracy::LastTabledWasExternal` (r:1 w:0) - /// Proof: `Democracy::LastTabledWasExternal` (`max_values`: Some(1), `max_size`: Some(1), added: 496, mode: `MaxEncodedLen`) - /// Storage: `Democracy::NextExternal` (r:1 w:0) - /// Proof: `Democracy::NextExternal` (`max_values`: Some(1), `max_size`: Some(132), added: 627, mode: `MaxEncodedLen`) - /// Storage: `Democracy::PublicProps` (r:1 w:0) - /// Proof: `Democracy::PublicProps` (`max_values`: Some(1), `max_size`: Some(16702), added: 17197, mode: `MaxEncodedLen`) - /// Storage: `Democracy::ReferendumInfoOf` (r:99 w:0) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) + /// Storage: Democracy LowestUnbaked (r:1 w:1) + /// Proof: Democracy LowestUnbaked (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Democracy ReferendumCount (r:1 w:0) + /// Proof: Democracy ReferendumCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Democracy LastTabledWasExternal (r:1 w:0) + /// Proof: Democracy LastTabledWasExternal (max_values: Some(1), max_size: Some(1), added: 496, mode: MaxEncodedLen) + /// Storage: Democracy NextExternal (r:1 w:0) + /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) + /// Storage: Democracy PublicProps (r:1 w:0) + /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) + /// Storage: Democracy ReferendumInfoOf (r:99 w:0) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. fn on_initialize_base_with_launch_period(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `211 + r * (86 ±0)` // Estimated: `18187 + r * (2676 ±0)` - // Minimum execution time: 8_541_000 picoseconds. - Weight::from_parts(9_824_289, 18187) - // Standard Error: 6_027 - .saturating_add(Weight::from_parts(3_560_607, 0).saturating_mul(r.into())) + // Minimum execution time: 11_329_000 picoseconds. + Weight::from_parts(15_501_003, 18187) + // Standard Error: 5_016 + .saturating_add(Weight::from_parts(3_508_716, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } - /// Storage: `Democracy::VotingOf` (r:3 w:3) - /// Proof: `Democracy::VotingOf` (`max_values`: None, `max_size`: Some(3795), added: 6270, mode: `MaxEncodedLen`) - /// Storage: `Democracy::ReferendumInfoOf` (r:99 w:99) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) + /// Storage: Democracy VotingOf (r:3 w:3) + /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) + /// Storage: Democracy ReferendumInfoOf (r:99 w:99) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. fn delegate(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `749 + r * (108 ±0)` // Estimated: `19800 + r * (2676 ±0)` - // Minimum execution time: 40_647_000 picoseconds. - Weight::from_parts(44_815_960, 19800) - // Standard Error: 9_847 - .saturating_add(Weight::from_parts(4_582_903, 0).saturating_mul(r.into())) + // Minimum execution time: 44_249_000 picoseconds. + Weight::from_parts(53_110_577, 19800) + // Standard Error: 5_957 + .saturating_add(Weight::from_parts(4_402_338, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(r.into()))) .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } - /// Storage: `Democracy::VotingOf` (r:2 w:2) - /// Proof: `Democracy::VotingOf` (`max_values`: None, `max_size`: Some(3795), added: 6270, mode: `MaxEncodedLen`) - /// Storage: `Democracy::ReferendumInfoOf` (r:99 w:99) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) + /// Storage: Democracy VotingOf (r:2 w:2) + /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) + /// Storage: Democracy ReferendumInfoOf (r:99 w:99) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. fn undelegate(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `460 + r * (108 ±0)` // Estimated: `13530 + r * (2676 ±0)` - // Minimum execution time: 20_091_000 picoseconds. - Weight::from_parts(21_405_522, 13530) - // Standard Error: 9_241 - .saturating_add(Weight::from_parts(4_475_214, 0).saturating_mul(r.into())) + // Minimum execution time: 23_547_000 picoseconds. + Weight::from_parts(27_606_964, 13530) + // Standard Error: 4_551 + .saturating_add(Weight::from_parts(4_433_904, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(r.into()))) .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } - /// Storage: `Democracy::PublicProps` (r:0 w:1) - /// Proof: `Democracy::PublicProps` (`max_values`: Some(1), `max_size`: Some(16702), added: 17197, mode: `MaxEncodedLen`) + /// Storage: Democracy PublicProps (r:0 w:1) + /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) fn clear_public_proposals() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_816_000 picoseconds. - Weight::from_parts(2_982_000, 0) + // Minimum execution time: 3_491_000 picoseconds. + Weight::from_parts(3_653_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Democracy::VotingOf` (r:1 w:1) - /// Proof: `Democracy::VotingOf` (`max_values`: None, `max_size`: Some(3795), added: 6270, mode: `MaxEncodedLen`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Democracy VotingOf (r:1 w:1) + /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. fn unlock_remove(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `492` // Estimated: `7260` - // Minimum execution time: 23_895_000 picoseconds. - Weight::from_parts(36_089_887, 7260) - // Standard Error: 3_020 - .saturating_add(Weight::from_parts(140_269, 0).saturating_mul(r.into())) + // Minimum execution time: 26_037_000 picoseconds. + Weight::from_parts(41_983_433, 7260) + // Standard Error: 2_768 + .saturating_add(Weight::from_parts(103_609, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } - /// Storage: `Democracy::VotingOf` (r:1 w:1) - /// Proof: `Democracy::VotingOf` (`max_values`: None, `max_size`: Some(3795), added: 6270, mode: `MaxEncodedLen`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Democracy VotingOf (r:1 w:1) + /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. fn unlock_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `493 + r * (22 ±0)` // Estimated: `7260` - // Minimum execution time: 33_559_000 picoseconds. - Weight::from_parts(35_560_100, 7260) - // Standard Error: 2_735 - .saturating_add(Weight::from_parts(190_100, 0).saturating_mul(r.into())) + // Minimum execution time: 36_182_000 picoseconds. + Weight::from_parts(40_496_364, 7260) + // Standard Error: 1_305 + .saturating_add(Weight::from_parts(128_725, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } - /// Storage: `Democracy::ReferendumInfoOf` (r:1 w:1) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) - /// Storage: `Democracy::VotingOf` (r:1 w:1) - /// Proof: `Democracy::VotingOf` (`max_values`: None, `max_size`: Some(3795), added: 6270, mode: `MaxEncodedLen`) + /// Storage: Democracy ReferendumInfoOf (r:1 w:1) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) + /// Storage: Democracy VotingOf (r:1 w:1) + /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) /// The range of component `r` is `[1, 100]`. fn remove_vote(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `695 + r * (26 ±0)` // Estimated: `7260` - // Minimum execution time: 17_278_000 picoseconds. - Weight::from_parts(21_002_375, 7260) - // Standard Error: 2_051 - .saturating_add(Weight::from_parts(165_532, 0).saturating_mul(r.into())) + // Minimum execution time: 17_932_000 picoseconds. + Weight::from_parts(22_163_735, 7260) + // Standard Error: 1_290 + .saturating_add(Weight::from_parts(126_302, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `Democracy::ReferendumInfoOf` (r:1 w:1) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) - /// Storage: `Democracy::VotingOf` (r:1 w:1) - /// Proof: `Democracy::VotingOf` (`max_values`: None, `max_size`: Some(3795), added: 6270, mode: `MaxEncodedLen`) + /// Storage: Democracy ReferendumInfoOf (r:1 w:1) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) + /// Storage: Democracy VotingOf (r:1 w:1) + /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) /// The range of component `r` is `[1, 100]`. fn remove_other_vote(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `695 + r * (26 ±0)` // Estimated: `7260` - // Minimum execution time: 17_666_000 picoseconds. - Weight::from_parts(21_116_869, 7260) - // Standard Error: 2_153 - .saturating_add(Weight::from_parts(181_880, 0).saturating_mul(r.into())) + // Minimum execution time: 17_773_000 picoseconds. + Weight::from_parts(22_584_631, 7260) + // Standard Error: 1_492 + .saturating_add(Weight::from_parts(127_048, 0).saturating_mul(r.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `Democracy::NextExternal` (r:1 w:0) - /// Proof: `Democracy::NextExternal` (`max_values`: Some(1), `max_size`: Some(132), added: 627, mode: `MaxEncodedLen`) - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:0) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Democracy::MetadataOf` (r:0 w:1) - /// Proof: `Democracy::MetadataOf` (`max_values`: None, `max_size`: Some(53), added: 2528, mode: `MaxEncodedLen`) + /// Storage: Democracy NextExternal (r:1 w:0) + /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) + /// Storage: Preimage StatusFor (r:1 w:0) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:0 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn set_external_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `357` // Estimated: `3556` - // Minimum execution time: 19_076_000 picoseconds. - Weight::from_parts(19_507_000, 3556) - .saturating_add(RocksDbWeight::get().reads(3_u64)) + // Minimum execution time: 20_473_000 picoseconds. + Weight::from_parts(20_855_000, 3556) + .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Democracy::NextExternal` (r:1 w:0) - /// Proof: `Democracy::NextExternal` (`max_values`: Some(1), `max_size`: Some(132), added: 627, mode: `MaxEncodedLen`) - /// Storage: `Democracy::MetadataOf` (r:1 w:1) - /// Proof: `Democracy::MetadataOf` (`max_values`: None, `max_size`: Some(53), added: 2528, mode: `MaxEncodedLen`) + /// Storage: Democracy NextExternal (r:1 w:0) + /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:1 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn clear_external_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `253` // Estimated: `3518` - // Minimum execution time: 16_117_000 picoseconds. - Weight::from_parts(16_554_000, 3518) + // Minimum execution time: 19_078_000 picoseconds. + Weight::from_parts(19_373_000, 3518) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Democracy::PublicProps` (r:1 w:0) - /// Proof: `Democracy::PublicProps` (`max_values`: Some(1), `max_size`: Some(16702), added: 17197, mode: `MaxEncodedLen`) - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:0) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Democracy::MetadataOf` (r:0 w:1) - /// Proof: `Democracy::MetadataOf` (`max_values`: None, `max_size`: Some(53), added: 2528, mode: `MaxEncodedLen`) + /// Storage: Democracy PublicProps (r:1 w:0) + /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) + /// Storage: Preimage StatusFor (r:1 w:0) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:0 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn set_proposal_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `4889` // Estimated: `18187` - // Minimum execution time: 42_950_000 picoseconds. - Weight::from_parts(51_237_000, 18187) - .saturating_add(RocksDbWeight::get().reads(3_u64)) + // Minimum execution time: 43_425_000 picoseconds. + Weight::from_parts(44_851_000, 18187) + .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Democracy::PublicProps` (r:1 w:0) - /// Proof: `Democracy::PublicProps` (`max_values`: Some(1), `max_size`: Some(16702), added: 17197, mode: `MaxEncodedLen`) - /// Storage: `Democracy::MetadataOf` (r:1 w:1) - /// Proof: `Democracy::MetadataOf` (`max_values`: None, `max_size`: Some(53), added: 2528, mode: `MaxEncodedLen`) + /// Storage: Democracy PublicProps (r:1 w:0) + /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:1 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn clear_proposal_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `4789` // Estimated: `18187` - // Minimum execution time: 37_808_000 picoseconds. - Weight::from_parts(39_998_000, 18187) + // Minimum execution time: 41_584_000 picoseconds. + Weight::from_parts(42_800_000, 18187) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:0) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Democracy::MetadataOf` (r:0 w:1) - /// Proof: `Democracy::MetadataOf` (`max_values`: None, `max_size`: Some(53), added: 2528, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:0) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:0 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn set_referendum_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 15_230_000 picoseconds. - Weight::from_parts(15_871_000, 3556) - .saturating_add(RocksDbWeight::get().reads(2_u64)) + // Minimum execution time: 16_045_000 picoseconds. + Weight::from_parts(16_537_000, 3556) + .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Democracy::ReferendumInfoOf` (r:1 w:0) - /// Proof: `Democracy::ReferendumInfoOf` (`max_values`: None, `max_size`: Some(201), added: 2676, mode: `MaxEncodedLen`) - /// Storage: `Democracy::MetadataOf` (r:1 w:1) - /// Proof: `Democracy::MetadataOf` (`max_values`: None, `max_size`: Some(53), added: 2528, mode: `MaxEncodedLen`) + /// Storage: Democracy ReferendumInfoOf (r:1 w:0) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:1 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn clear_referendum_metadata() -> Weight { // Proof Size summary in bytes: // Measured: `269` // Estimated: `3666` - // Minimum execution time: 18_735_000 picoseconds. - Weight::from_parts(19_195_000, 3666) + // Minimum execution time: 21_194_000 picoseconds. + Weight::from_parts(21_748_000, 3666) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/runtime/manta/src/weights/pallet_farming.rs b/runtime/manta/src/weights/pallet_farming.rs index 164cbc3d4..2030dcca5 100644 --- a/runtime/manta/src/weights/pallet_farming.rs +++ b/runtime/manta/src/weights/pallet_farming.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for pallet_farming //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-19, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: // ./target/production/manta @@ -37,7 +37,6 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] -#![allow(double_parens)] #![allow(unused_imports)] #![allow(missing_docs)] @@ -58,113 +57,113 @@ pub trait WeightInfo { /// Weights for pallet_farming using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_farming::WeightInfo for SubstrateWeight { - /// Storage: `Farming::PoolInfos` (r:1 w:0) - /// Proof: `Farming::PoolInfos` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Farming::GaugePoolInfos` (r:1 w:0) - /// Proof: `Farming::GaugePoolInfos` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Farming PoolInfos (r:1 w:0) + /// Proof Skipped: Farming PoolInfos (max_values: None, max_size: None, mode: Measured) + /// Storage: Farming GaugePoolInfos (r:1 w:0) + /// Proof Skipped: Farming GaugePoolInfos (max_values: None, max_size: None, mode: Measured) fn on_initialize() -> Weight { // Proof Size summary in bytes: // Measured: `6` // Estimated: `3471` - // Minimum execution time: 6_485_000 picoseconds. - Weight::from_parts(6_723_000, 3471) + // Minimum execution time: 7_072_000 picoseconds. + Weight::from_parts(7_247_000, 3471) .saturating_add(T::DbWeight::get().reads(2_u64)) } - /// Storage: `Farming::PoolNextId` (r:1 w:1) - /// Proof: `Farming::PoolNextId` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Farming::GaugePoolNextId` (r:1 w:1) - /// Proof: `Farming::GaugePoolNextId` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Farming::GaugePoolInfos` (r:0 w:1) - /// Proof: `Farming::GaugePoolInfos` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Farming::PoolInfos` (r:0 w:1) - /// Proof: `Farming::PoolInfos` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Farming PoolNextId (r:1 w:1) + /// Proof Skipped: Farming PoolNextId (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Farming GaugePoolNextId (r:1 w:1) + /// Proof Skipped: Farming GaugePoolNextId (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Farming GaugePoolInfos (r:0 w:1) + /// Proof Skipped: Farming GaugePoolInfos (max_values: None, max_size: None, mode: Measured) + /// Storage: Farming PoolInfos (r:0 w:1) + /// Proof Skipped: Farming PoolInfos (max_values: None, max_size: None, mode: Measured) fn create_farming_pool() -> Weight { // Proof Size summary in bytes: // Measured: `6` // Estimated: `1491` - // Minimum execution time: 14_111_000 picoseconds. - Weight::from_parts(14_531_000, 1491) + // Minimum execution time: 18_928_000 picoseconds. + Weight::from_parts(19_450_000, 1491) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } - /// Storage: `Farming::PoolInfos` (r:1 w:1) - /// Proof: `Farming::PoolInfos` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:2 w:2) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Farming PoolInfos (r:1 w:1) + /// Proof Skipped: Farming PoolInfos (max_values: None, max_size: None, mode: Measured) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Account (r:2 w:2) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn charge() -> Weight { // Proof Size summary in bytes: // Measured: `813` // Estimated: `6232` - // Minimum execution time: 54_757_000 picoseconds. - Weight::from_parts(55_442_000, 6232) + // Minimum execution time: 60_288_000 picoseconds. + Weight::from_parts(61_449_000, 6232) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } - /// Storage: `Farming::PoolInfos` (r:1 w:1) - /// Proof: `Farming::PoolInfos` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:2 w:2) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `Farming::SharesAndWithdrawnRewards` (r:1 w:1) - /// Proof: `Farming::SharesAndWithdrawnRewards` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Farming PoolInfos (r:1 w:1) + /// Proof Skipped: Farming PoolInfos (max_values: None, max_size: None, mode: Measured) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Account (r:2 w:2) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Farming SharesAndWithdrawnRewards (r:1 w:1) + /// Proof Skipped: Farming SharesAndWithdrawnRewards (max_values: None, max_size: None, mode: Measured) fn deposit() -> Weight { // Proof Size summary in bytes: // Measured: `993` // Estimated: `6232` - // Minimum execution time: 62_908_000 picoseconds. - Weight::from_parts(63_741_000, 6232) + // Minimum execution time: 69_775_000 picoseconds. + Weight::from_parts(70_461_000, 6232) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } - /// Storage: `Farming::PoolInfos` (r:1 w:1) - /// Proof: `Farming::PoolInfos` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Farming::SharesAndWithdrawnRewards` (r:1 w:1) - /// Proof: `Farming::SharesAndWithdrawnRewards` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Farming PoolInfos (r:1 w:1) + /// Proof Skipped: Farming PoolInfos (max_values: None, max_size: None, mode: Measured) + /// Storage: Farming SharesAndWithdrawnRewards (r:1 w:1) + /// Proof Skipped: Farming SharesAndWithdrawnRewards (max_values: None, max_size: None, mode: Measured) fn withdraw() -> Weight { // Proof Size summary in bytes: // Measured: `506` // Estimated: `3971` - // Minimum execution time: 27_904_000 picoseconds. - Weight::from_parts(28_605_000, 3971) + // Minimum execution time: 31_149_000 picoseconds. + Weight::from_parts(31_852_000, 3971) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Farming::PoolInfos` (r:1 w:1) - /// Proof: `Farming::PoolInfos` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Farming::SharesAndWithdrawnRewards` (r:1 w:1) - /// Proof: `Farming::SharesAndWithdrawnRewards` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Farming::GaugeInfos` (r:1 w:0) - /// Proof: `Farming::GaugeInfos` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Farming PoolInfos (r:1 w:1) + /// Proof Skipped: Farming PoolInfos (max_values: None, max_size: None, mode: Measured) + /// Storage: Farming SharesAndWithdrawnRewards (r:1 w:1) + /// Proof Skipped: Farming SharesAndWithdrawnRewards (max_values: None, max_size: None, mode: Measured) + /// Storage: Farming GaugeInfos (r:1 w:0) + /// Proof Skipped: Farming GaugeInfos (max_values: None, max_size: None, mode: Measured) fn claim() -> Weight { // Proof Size summary in bytes: // Measured: `510` // Estimated: `3975` - // Minimum execution time: 28_620_000 picoseconds. - Weight::from_parts(29_205_000, 3975) + // Minimum execution time: 32_484_000 picoseconds. + Weight::from_parts(33_045_000, 3975) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Farming::GaugePoolInfos` (r:1 w:1) - /// Proof: `Farming::GaugePoolInfos` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Farming::GaugeInfos` (r:1 w:1) - /// Proof: `Farming::GaugeInfos` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Farming::PoolInfos` (r:1 w:0) - /// Proof: `Farming::PoolInfos` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Farming::SharesAndWithdrawnRewards` (r:1 w:0) - /// Proof: `Farming::SharesAndWithdrawnRewards` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Farming GaugePoolInfos (r:1 w:1) + /// Proof Skipped: Farming GaugePoolInfos (max_values: None, max_size: None, mode: Measured) + /// Storage: Farming GaugeInfos (r:1 w:1) + /// Proof Skipped: Farming GaugeInfos (max_values: None, max_size: None, mode: Measured) + /// Storage: Farming PoolInfos (r:1 w:0) + /// Proof Skipped: Farming PoolInfos (max_values: None, max_size: None, mode: Measured) + /// Storage: Farming SharesAndWithdrawnRewards (r:1 w:0) + /// Proof Skipped: Farming SharesAndWithdrawnRewards (max_values: None, max_size: None, mode: Measured) fn gauge_withdraw() -> Weight { // Proof Size summary in bytes: // Measured: `893` // Estimated: `4358` - // Minimum execution time: 32_233_000 picoseconds. - Weight::from_parts(33_514_000, 4358) + // Minimum execution time: 35_465_000 picoseconds. + Weight::from_parts(36_089_000, 4358) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -172,113 +171,113 @@ impl pallet_farming::WeightInfo for SubstrateWeight // For backwards compatibility and tests impl WeightInfo for () { - /// Storage: `Farming::PoolInfos` (r:1 w:0) - /// Proof: `Farming::PoolInfos` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Farming::GaugePoolInfos` (r:1 w:0) - /// Proof: `Farming::GaugePoolInfos` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Farming PoolInfos (r:1 w:0) + /// Proof Skipped: Farming PoolInfos (max_values: None, max_size: None, mode: Measured) + /// Storage: Farming GaugePoolInfos (r:1 w:0) + /// Proof Skipped: Farming GaugePoolInfos (max_values: None, max_size: None, mode: Measured) fn on_initialize() -> Weight { // Proof Size summary in bytes: // Measured: `6` // Estimated: `3471` - // Minimum execution time: 6_485_000 picoseconds. - Weight::from_parts(6_723_000, 3471) + // Minimum execution time: 7_072_000 picoseconds. + Weight::from_parts(7_247_000, 3471) .saturating_add(RocksDbWeight::get().reads(2_u64)) } - /// Storage: `Farming::PoolNextId` (r:1 w:1) - /// Proof: `Farming::PoolNextId` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Farming::GaugePoolNextId` (r:1 w:1) - /// Proof: `Farming::GaugePoolNextId` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Farming::GaugePoolInfos` (r:0 w:1) - /// Proof: `Farming::GaugePoolInfos` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Farming::PoolInfos` (r:0 w:1) - /// Proof: `Farming::PoolInfos` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Farming PoolNextId (r:1 w:1) + /// Proof Skipped: Farming PoolNextId (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Farming GaugePoolNextId (r:1 w:1) + /// Proof Skipped: Farming GaugePoolNextId (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Farming GaugePoolInfos (r:0 w:1) + /// Proof Skipped: Farming GaugePoolInfos (max_values: None, max_size: None, mode: Measured) + /// Storage: Farming PoolInfos (r:0 w:1) + /// Proof Skipped: Farming PoolInfos (max_values: None, max_size: None, mode: Measured) fn create_farming_pool() -> Weight { // Proof Size summary in bytes: // Measured: `6` // Estimated: `1491` - // Minimum execution time: 14_111_000 picoseconds. - Weight::from_parts(14_531_000, 1491) + // Minimum execution time: 18_928_000 picoseconds. + Weight::from_parts(19_450_000, 1491) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } - /// Storage: `Farming::PoolInfos` (r:1 w:1) - /// Proof: `Farming::PoolInfos` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:2 w:2) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Farming PoolInfos (r:1 w:1) + /// Proof Skipped: Farming PoolInfos (max_values: None, max_size: None, mode: Measured) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Account (r:2 w:2) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn charge() -> Weight { // Proof Size summary in bytes: // Measured: `813` // Estimated: `6232` - // Minimum execution time: 54_757_000 picoseconds. - Weight::from_parts(55_442_000, 6232) + // Minimum execution time: 60_288_000 picoseconds. + Weight::from_parts(61_449_000, 6232) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } - /// Storage: `Farming::PoolInfos` (r:1 w:1) - /// Proof: `Farming::PoolInfos` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Assets::Asset` (r:1 w:1) - /// Proof: `Assets::Asset` (`max_values`: None, `max_size`: Some(222), added: 2697, mode: `MaxEncodedLen`) - /// Storage: `Assets::Account` (r:2 w:2) - /// Proof: `Assets::Account` (`max_values`: None, `max_size`: Some(146), added: 2621, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `Farming::SharesAndWithdrawnRewards` (r:1 w:1) - /// Proof: `Farming::SharesAndWithdrawnRewards` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Farming PoolInfos (r:1 w:1) + /// Proof Skipped: Farming PoolInfos (max_values: None, max_size: None, mode: Measured) + /// Storage: Assets Asset (r:1 w:1) + /// Proof: Assets Asset (max_values: None, max_size: Some(222), added: 2697, mode: MaxEncodedLen) + /// Storage: Assets Account (r:2 w:2) + /// Proof: Assets Account (max_values: None, max_size: Some(146), added: 2621, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Farming SharesAndWithdrawnRewards (r:1 w:1) + /// Proof Skipped: Farming SharesAndWithdrawnRewards (max_values: None, max_size: None, mode: Measured) fn deposit() -> Weight { // Proof Size summary in bytes: // Measured: `993` // Estimated: `6232` - // Minimum execution time: 62_908_000 picoseconds. - Weight::from_parts(63_741_000, 6232) + // Minimum execution time: 69_775_000 picoseconds. + Weight::from_parts(70_461_000, 6232) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } - /// Storage: `Farming::PoolInfos` (r:1 w:1) - /// Proof: `Farming::PoolInfos` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Farming::SharesAndWithdrawnRewards` (r:1 w:1) - /// Proof: `Farming::SharesAndWithdrawnRewards` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Farming PoolInfos (r:1 w:1) + /// Proof Skipped: Farming PoolInfos (max_values: None, max_size: None, mode: Measured) + /// Storage: Farming SharesAndWithdrawnRewards (r:1 w:1) + /// Proof Skipped: Farming SharesAndWithdrawnRewards (max_values: None, max_size: None, mode: Measured) fn withdraw() -> Weight { // Proof Size summary in bytes: // Measured: `506` // Estimated: `3971` - // Minimum execution time: 27_904_000 picoseconds. - Weight::from_parts(28_605_000, 3971) + // Minimum execution time: 31_149_000 picoseconds. + Weight::from_parts(31_852_000, 3971) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `Farming::PoolInfos` (r:1 w:1) - /// Proof: `Farming::PoolInfos` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Farming::SharesAndWithdrawnRewards` (r:1 w:1) - /// Proof: `Farming::SharesAndWithdrawnRewards` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Farming::GaugeInfos` (r:1 w:0) - /// Proof: `Farming::GaugeInfos` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Farming PoolInfos (r:1 w:1) + /// Proof Skipped: Farming PoolInfos (max_values: None, max_size: None, mode: Measured) + /// Storage: Farming SharesAndWithdrawnRewards (r:1 w:1) + /// Proof Skipped: Farming SharesAndWithdrawnRewards (max_values: None, max_size: None, mode: Measured) + /// Storage: Farming GaugeInfos (r:1 w:0) + /// Proof Skipped: Farming GaugeInfos (max_values: None, max_size: None, mode: Measured) fn claim() -> Weight { // Proof Size summary in bytes: // Measured: `510` // Estimated: `3975` - // Minimum execution time: 28_620_000 picoseconds. - Weight::from_parts(29_205_000, 3975) + // Minimum execution time: 32_484_000 picoseconds. + Weight::from_parts(33_045_000, 3975) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `Farming::GaugePoolInfos` (r:1 w:1) - /// Proof: `Farming::GaugePoolInfos` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Farming::GaugeInfos` (r:1 w:1) - /// Proof: `Farming::GaugeInfos` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Farming::PoolInfos` (r:1 w:0) - /// Proof: `Farming::PoolInfos` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Farming::SharesAndWithdrawnRewards` (r:1 w:0) - /// Proof: `Farming::SharesAndWithdrawnRewards` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Farming GaugePoolInfos (r:1 w:1) + /// Proof Skipped: Farming GaugePoolInfos (max_values: None, max_size: None, mode: Measured) + /// Storage: Farming GaugeInfos (r:1 w:1) + /// Proof Skipped: Farming GaugeInfos (max_values: None, max_size: None, mode: Measured) + /// Storage: Farming PoolInfos (r:1 w:0) + /// Proof Skipped: Farming PoolInfos (max_values: None, max_size: None, mode: Measured) + /// Storage: Farming SharesAndWithdrawnRewards (r:1 w:0) + /// Proof Skipped: Farming SharesAndWithdrawnRewards (max_values: None, max_size: None, mode: Measured) fn gauge_withdraw() -> Weight { // Proof Size summary in bytes: // Measured: `893` // Estimated: `4358` - // Minimum execution time: 32_233_000 picoseconds. - Weight::from_parts(33_514_000, 4358) + // Minimum execution time: 35_465_000 picoseconds. + Weight::from_parts(36_089_000, 4358) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/runtime/manta/src/weights/pallet_lottery.rs b/runtime/manta/src/weights/pallet_lottery.rs index f37c8271f..fdb4ca0cc 100644 --- a/runtime/manta/src/weights/pallet_lottery.rs +++ b/runtime/manta/src/weights/pallet_lottery.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for pallet_lottery //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-19, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: // ./target/production/manta @@ -37,7 +37,6 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] -#![allow(double_parens)] #![allow(unused_imports)] #![allow(missing_docs)] @@ -61,524 +60,528 @@ pub trait WeightInfo { /// Weights for pallet_lottery using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_lottery::WeightInfo for SubstrateWeight { - /// Storage: `Lottery::MinDeposit` (r:1 w:0) - /// Proof: `Lottery::MinDeposit` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Scheduler::Lookup` (r:1 w:0) - /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) - /// Storage: `Lottery::FarmingParameters` (r:1 w:0) - /// Proof: `Lottery::FarmingParameters` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `System::Account` (r:2 w:2) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::SelectedCandidates` (r:1 w:0) - /// Proof: `ParachainStaking::SelectedCandidates` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::UnstakingCollators` (r:1 w:0) - /// Proof: `Lottery::UnstakingCollators` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::StakedCollators` (r:2 w:1) - /// Proof: `Lottery::StakedCollators` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::TotalUnclaimedWinnings` (r:1 w:0) - /// Proof: `Lottery::TotalUnclaimedWinnings` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::UnlockedUnstakingFunds` (r:1 w:0) - /// Proof: `Lottery::UnlockedUnstakingFunds` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `TransactionPayment::NextFeeMultiplier` (r:1 w:0) - /// Proof: `TransactionPayment::NextFeeMultiplier` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:0) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::TopDelegations` (r:1 w:1) - /// Proof: `ParachainStaking::TopDelegations` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::Total` (r:1 w:1) - /// Proof: `ParachainStaking::Total` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::ActiveBalancePerUser` (r:1 w:1) - /// Proof: `Lottery::ActiveBalancePerUser` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::TotalPot` (r:1 w:1) - /// Proof: `Lottery::TotalPot` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::TotalUsers` (r:1 w:1) - /// Proof: `Lottery::TotalUsers` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::SumOfDeposits` (r:1 w:1) - /// Proof: `Lottery::SumOfDeposits` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: Lottery MinDeposit (r:1 w:0) + /// Proof Skipped: Lottery MinDeposit (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Scheduler Lookup (r:1 w:0) + /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) + /// Storage: Lottery FarmingParameters (r:1 w:0) + /// Proof Skipped: Lottery FarmingParameters (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: System Account (r:2 w:2) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: ParachainStaking SelectedCandidates (r:1 w:0) + /// Proof Skipped: ParachainStaking SelectedCandidates (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery UnstakingCollators (r:1 w:0) + /// Proof Skipped: Lottery UnstakingCollators (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery StakedCollators (r:2 w:1) + /// Proof Skipped: Lottery StakedCollators (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: Lottery TotalUnclaimedWinnings (r:1 w:0) + /// Proof Skipped: Lottery TotalUnclaimedWinnings (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery UnlockedUnstakingFunds (r:1 w:0) + /// Proof Skipped: Lottery UnlockedUnstakingFunds (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: TransactionPayment NextFeeMultiplier (r:1 w:0) + /// Proof: TransactionPayment NextFeeMultiplier (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: ParachainStaking DelegationScheduledRequests (r:1 w:0) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) + /// Storage: ParachainStaking TopDelegations (r:1 w:1) + /// Proof Skipped: ParachainStaking TopDelegations (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking Total (r:1 w:1) + /// Proof Skipped: ParachainStaking Total (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery ActiveBalancePerUser (r:1 w:1) + /// Proof Skipped: Lottery ActiveBalancePerUser (max_values: None, max_size: None, mode: Measured) + /// Storage: Lottery TotalPot (r:1 w:1) + /// Proof Skipped: Lottery TotalPot (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery TotalUsers (r:1 w:1) + /// Proof Skipped: Lottery TotalUsers (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery SumOfDeposits (r:1 w:1) + /// Proof Skipped: Lottery SumOfDeposits (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `x` is `[0, 1000]`. /// The range of component `y` is `[0, 63]`. fn deposit(x: u32, y: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `3459 + x * (1 ±0) + y * (72 ±0)` // Estimated: `8716 + x * (2 ±0) + y * (79 ±0)` - // Minimum execution time: 195_839_000 picoseconds. - Weight::from_parts(304_592_855, 8716) - // Standard Error: 3_386 - .saturating_add(Weight::from_parts(194_656, 0).saturating_mul(x.into())) + // Minimum execution time: 216_409_000 picoseconds. + Weight::from_parts(221_063_287, 8716) + // Standard Error: 2_022 + .saturating_add(Weight::from_parts(209_427, 0).saturating_mul(x.into())) + // Standard Error: 31_869 + .saturating_add(Weight::from_parts(688_754, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(24_u64)) .saturating_add(T::DbWeight::get().writes(13_u64)) .saturating_add(Weight::from_parts(0, 2).saturating_mul(x.into())) .saturating_add(Weight::from_parts(0, 79).saturating_mul(y.into())) } - /// Storage: `Lottery::MinWithdraw` (r:1 w:0) - /// Proof: `Lottery::MinWithdraw` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Scheduler::Lookup` (r:1 w:0) - /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) - /// Storage: `Lottery::FarmingParameters` (r:1 w:0) - /// Proof: `Lottery::FarmingParameters` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::ActiveBalancePerUser` (r:1 w:1) - /// Proof: `Lottery::ActiveBalancePerUser` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::WithdrawalRequestQueue` (r:1 w:1) - /// Proof: `Lottery::WithdrawalRequestQueue` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::TotalUsers` (r:1 w:1) - /// Proof: `Lottery::TotalUsers` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::TotalPot` (r:1 w:1) - /// Proof: `Lottery::TotalPot` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::SurplusUnstakingBalance` (r:1 w:1) - /// Proof: `Lottery::SurplusUnstakingBalance` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::StakedCollators` (r:2 w:0) - /// Proof: `Lottery::StakedCollators` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::UnstakingCollators` (r:1 w:1) - /// Proof: `Lottery::UnstakingCollators` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::SelectedCandidates` (r:1 w:0) - /// Proof: `ParachainStaking::SelectedCandidates` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `TransactionPayment::NextFeeMultiplier` (r:1 w:0) - /// Proof: `TransactionPayment::NextFeeMultiplier` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:0) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `Lottery::TotalUnclaimedWinnings` (r:1 w:0) - /// Proof: `Lottery::TotalUnclaimedWinnings` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::UnlockedUnstakingFunds` (r:1 w:0) - /// Proof: `Lottery::UnlockedUnstakingFunds` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:1) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Lottery MinWithdraw (r:1 w:0) + /// Proof Skipped: Lottery MinWithdraw (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Scheduler Lookup (r:1 w:0) + /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) + /// Storage: Lottery FarmingParameters (r:1 w:0) + /// Proof Skipped: Lottery FarmingParameters (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery ActiveBalancePerUser (r:1 w:1) + /// Proof Skipped: Lottery ActiveBalancePerUser (max_values: None, max_size: None, mode: Measured) + /// Storage: Lottery WithdrawalRequestQueue (r:1 w:1) + /// Proof Skipped: Lottery WithdrawalRequestQueue (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery TotalUsers (r:1 w:1) + /// Proof Skipped: Lottery TotalUsers (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery TotalPot (r:1 w:1) + /// Proof Skipped: Lottery TotalPot (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery SurplusUnstakingBalance (r:1 w:1) + /// Proof Skipped: Lottery SurplusUnstakingBalance (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery StakedCollators (r:2 w:0) + /// Proof Skipped: Lottery StakedCollators (max_values: None, max_size: None, mode: Measured) + /// Storage: Lottery UnstakingCollators (r:1 w:1) + /// Proof Skipped: Lottery UnstakingCollators (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking SelectedCandidates (r:1 w:0) + /// Proof Skipped: ParachainStaking SelectedCandidates (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: TransactionPayment NextFeeMultiplier (r:1 w:0) + /// Proof: TransactionPayment NextFeeMultiplier (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:0) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: Lottery TotalUnclaimedWinnings (r:1 w:0) + /// Proof Skipped: Lottery TotalUnclaimedWinnings (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery UnlockedUnstakingFunds (r:1 w:0) + /// Proof Skipped: Lottery UnlockedUnstakingFunds (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegationScheduledRequests (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) /// The range of component `x` is `[0, 1000]`. /// The range of component `y` is `[0, 63]`. fn request_withdraw(x: u32, y: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `2216 + x * (1 ±0)` // Estimated: `7719 + x * (1 ±0) + y * (5 ±0)` - // Minimum execution time: 91_706_000 picoseconds. - Weight::from_parts(92_570_906, 7719) - // Standard Error: 333 - .saturating_add(Weight::from_parts(96_635, 0).saturating_mul(x.into())) - // Standard Error: 5_249 - .saturating_add(Weight::from_parts(85_145, 0).saturating_mul(y.into())) + // Minimum execution time: 104_021_000 picoseconds. + Weight::from_parts(116_267_301, 7719) + // Standard Error: 1_111 + .saturating_add(Weight::from_parts(120_184, 0).saturating_mul(x.into())) + // Standard Error: 17_510 + .saturating_add(Weight::from_parts(38_341, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(18_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(x.into())) .saturating_add(Weight::from_parts(0, 5).saturating_mul(y.into())) } - /// Storage: `Lottery::UnclaimedWinningsByAccount` (r:1 w:1) - /// Proof: `Lottery::UnclaimedWinningsByAccount` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `System::Account` (r:2 w:2) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `Lottery::SumOfDeposits` (r:1 w:0) - /// Proof: `Lottery::SumOfDeposits` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::TotalUnclaimedWinnings` (r:1 w:1) - /// Proof: `Lottery::TotalUnclaimedWinnings` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: Lottery UnclaimedWinningsByAccount (r:1 w:1) + /// Proof Skipped: Lottery UnclaimedWinningsByAccount (max_values: None, max_size: None, mode: Measured) + /// Storage: System Account (r:2 w:2) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Lottery SumOfDeposits (r:1 w:0) + /// Proof Skipped: Lottery SumOfDeposits (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery TotalUnclaimedWinnings (r:1 w:1) + /// Proof Skipped: Lottery TotalUnclaimedWinnings (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `y` is `[0, 63]`. fn claim_my_winnings(y: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `694 + y * (5 ±0)` // Estimated: `6196 + y * (6 ±0)` - // Minimum execution time: 56_623_000 picoseconds. - Weight::from_parts(61_773_063, 6196) - // Standard Error: 2_350 - .saturating_add(Weight::from_parts(121_040, 0).saturating_mul(y.into())) + // Minimum execution time: 65_011_000 picoseconds. + Weight::from_parts(73_826_370, 6196) + // Standard Error: 3_951 + .saturating_add(Weight::from_parts(130_012, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(y.into())) } - /// Storage: `Scheduler::Lookup` (r:1 w:1) - /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:0) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:0) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::TotalUnclaimedWinnings` (r:1 w:0) - /// Proof: `Lottery::TotalUnclaimedWinnings` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::UnlockedUnstakingFunds` (r:1 w:0) - /// Proof: `Lottery::UnlockedUnstakingFunds` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::GasReserve` (r:1 w:0) - /// Proof: `Lottery::GasReserve` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Scheduler::Agenda` (r:1 w:1) - /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) + /// Storage: Scheduler Lookup (r:1 w:1) + /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:0) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: ParachainStaking DelegatorState (r:1 w:0) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: Lottery TotalUnclaimedWinnings (r:1 w:0) + /// Proof Skipped: Lottery TotalUnclaimedWinnings (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery UnlockedUnstakingFunds (r:1 w:0) + /// Proof Skipped: Lottery UnlockedUnstakingFunds (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery GasReserve (r:1 w:0) + /// Proof Skipped: Lottery GasReserve (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Scheduler Agenda (r:1 w:1) + /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) fn start_lottery() -> Weight { // Proof Size summary in bytes: // Measured: `324` // Estimated: `42428` - // Minimum execution time: 30_942_000 picoseconds. - Weight::from_parts(31_671_000, 42428) + // Minimum execution time: 36_859_000 picoseconds. + Weight::from_parts(37_845_000, 42428) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Scheduler::Lookup` (r:1 w:1) - /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) - /// Storage: `Scheduler::Agenda` (r:1 w:1) - /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) + /// Storage: Scheduler Lookup (r:1 w:1) + /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) + /// Storage: Scheduler Agenda (r:1 w:1) + /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) fn stop_lottery() -> Weight { // Proof Size summary in bytes: // Measured: `162` // Estimated: `42428` - // Minimum execution time: 21_773_000 picoseconds. - Weight::from_parts(22_232_000, 42428) + // Minimum execution time: 25_470_000 picoseconds. + Weight::from_parts(26_054_000, 42428) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `System::Account` (r:1 w:0) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:0) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::TotalUnclaimedWinnings` (r:1 w:1) - /// Proof: `Lottery::TotalUnclaimedWinnings` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::UnlockedUnstakingFunds` (r:1 w:0) - /// Proof: `Lottery::UnlockedUnstakingFunds` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::GasReserve` (r:1 w:0) - /// Proof: `Lottery::GasReserve` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::TotalPot` (r:1 w:0) - /// Proof: `Lottery::TotalPot` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::SumOfDeposits` (r:1 w:0) - /// Proof: `Lottery::SumOfDeposits` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::ActiveBalancePerUser` (r:148 w:0) - /// Proof: `Lottery::ActiveBalancePerUser` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::UnclaimedWinningsByAccount` (r:1 w:1) - /// Proof: `Lottery::UnclaimedWinningsByAccount` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::UnstakingCollators` (r:1 w:0) - /// Proof: `Lottery::UnstakingCollators` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::WithdrawalRequestQueue` (r:1 w:0) - /// Proof: `Lottery::WithdrawalRequestQueue` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::MinDeposit` (r:1 w:0) - /// Proof: `Lottery::MinDeposit` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: System Account (r:1 w:0) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: ParachainStaking DelegatorState (r:1 w:0) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: Lottery TotalUnclaimedWinnings (r:1 w:1) + /// Proof Skipped: Lottery TotalUnclaimedWinnings (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery UnlockedUnstakingFunds (r:1 w:0) + /// Proof Skipped: Lottery UnlockedUnstakingFunds (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery GasReserve (r:1 w:0) + /// Proof Skipped: Lottery GasReserve (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery TotalPot (r:1 w:0) + /// Proof Skipped: Lottery TotalPot (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery SumOfDeposits (r:1 w:0) + /// Proof Skipped: Lottery SumOfDeposits (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery ActiveBalancePerUser (r:148 w:0) + /// Proof Skipped: Lottery ActiveBalancePerUser (max_values: None, max_size: None, mode: Measured) + /// Storage: Lottery UnclaimedWinningsByAccount (r:1 w:1) + /// Proof Skipped: Lottery UnclaimedWinningsByAccount (max_values: None, max_size: None, mode: Measured) + /// Storage: Lottery UnstakingCollators (r:1 w:0) + /// Proof Skipped: Lottery UnstakingCollators (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery WithdrawalRequestQueue (r:1 w:0) + /// Proof Skipped: Lottery WithdrawalRequestQueue (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery MinDeposit (r:1 w:0) + /// Proof Skipped: Lottery MinDeposit (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `x` is `[0, 1000]`. /// The range of component `y` is `[0, 63]`. fn draw_lottery(x: u32, y: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1495 + x * (35 ±0)` // Estimated: `6867 + x * (295 ±0) + y * (6837 ±7)` - // Minimum execution time: 61_062_000 picoseconds. - Weight::from_parts(61_748_000, 6867) - // Standard Error: 28_434 - .saturating_add(Weight::from_parts(567_064, 0).saturating_mul(x.into())) - // Standard Error: 452_386 - .saturating_add(Weight::from_parts(10_934_253, 0).saturating_mul(y.into())) + // Minimum execution time: 72_007_000 picoseconds. + Weight::from_parts(73_149_000, 6867) + // Standard Error: 29_295 + .saturating_add(Weight::from_parts(609_204, 0).saturating_mul(x.into())) + // Standard Error: 466_079 + .saturating_add(Weight::from_parts(11_350_448, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(y.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 295).saturating_mul(x.into())) .saturating_add(Weight::from_parts(0, 6837).saturating_mul(y.into())) } - /// Storage: `Lottery::UnstakingCollators` (r:1 w:0) - /// Proof: `Lottery::UnstakingCollators` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::WithdrawalRequestQueue` (r:1 w:0) - /// Proof: `Lottery::WithdrawalRequestQueue` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::UnlockedUnstakingFunds` (r:1 w:0) - /// Proof: `Lottery::UnlockedUnstakingFunds` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::MinDeposit` (r:1 w:0) - /// Proof: `Lottery::MinDeposit` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: Lottery UnstakingCollators (r:1 w:0) + /// Proof Skipped: Lottery UnstakingCollators (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery WithdrawalRequestQueue (r:1 w:0) + /// Proof Skipped: Lottery WithdrawalRequestQueue (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery UnlockedUnstakingFunds (r:1 w:0) + /// Proof Skipped: Lottery UnlockedUnstakingFunds (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery MinDeposit (r:1 w:0) + /// Proof Skipped: Lottery MinDeposit (max_values: Some(1), max_size: None, mode: Measured) fn process_matured_withdrawals() -> Weight { // Proof Size summary in bytes: // Measured: `238` // Estimated: `1723` - // Minimum execution time: 10_371_000 picoseconds. - Weight::from_parts(10_627_000, 1723) + // Minimum execution time: 12_631_000 picoseconds. + Weight::from_parts(12_854_000, 1723) .saturating_add(T::DbWeight::get().reads(4_u64)) } - /// Storage: `Lottery::MinWithdraw` (r:1 w:0) - /// Proof: `Lottery::MinWithdraw` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::MinDeposit` (r:0 w:1) - /// Proof: `Lottery::MinDeposit` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: Lottery MinWithdraw (r:1 w:0) + /// Proof Skipped: Lottery MinWithdraw (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery MinDeposit (r:0 w:1) + /// Proof Skipped: Lottery MinDeposit (max_values: Some(1), max_size: None, mode: Measured) fn set_min_deposit() -> Weight { // Proof Size summary in bytes: // Measured: `216` // Estimated: `1701` - // Minimum execution time: 6_882_000 picoseconds. - Weight::from_parts(7_145_000, 1701) + // Minimum execution time: 7_740_000 picoseconds. + Weight::from_parts(7_986_000, 1701) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Lottery::MinWithdraw` (r:0 w:1) - /// Proof: `Lottery::MinWithdraw` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: Lottery MinWithdraw (r:0 w:1) + /// Proof Skipped: Lottery MinWithdraw (max_values: Some(1), max_size: None, mode: Measured) fn set_min_withdraw() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_541_000 picoseconds. - Weight::from_parts(2_696_000, 0) + // Minimum execution time: 3_145_000 picoseconds. + Weight::from_parts(3_280_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Lottery::GasReserve` (r:0 w:1) - /// Proof: `Lottery::GasReserve` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: Lottery GasReserve (r:0 w:1) + /// Proof Skipped: Lottery GasReserve (max_values: Some(1), max_size: None, mode: Measured) fn set_gas_reserve() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_525_000 picoseconds. - Weight::from_parts(2_693_000, 0) + // Minimum execution time: 3_028_000 picoseconds. + Weight::from_parts(3_186_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } // For backwards compatibility and tests impl WeightInfo for () { - /// Storage: `Lottery::MinDeposit` (r:1 w:0) - /// Proof: `Lottery::MinDeposit` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Scheduler::Lookup` (r:1 w:0) - /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) - /// Storage: `Lottery::FarmingParameters` (r:1 w:0) - /// Proof: `Lottery::FarmingParameters` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `System::Account` (r:2 w:2) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::SelectedCandidates` (r:1 w:0) - /// Proof: `ParachainStaking::SelectedCandidates` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::UnstakingCollators` (r:1 w:0) - /// Proof: `Lottery::UnstakingCollators` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::StakedCollators` (r:2 w:1) - /// Proof: `Lottery::StakedCollators` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::TotalUnclaimedWinnings` (r:1 w:0) - /// Proof: `Lottery::TotalUnclaimedWinnings` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::UnlockedUnstakingFunds` (r:1 w:0) - /// Proof: `Lottery::UnlockedUnstakingFunds` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `TransactionPayment::NextFeeMultiplier` (r:1 w:0) - /// Proof: `TransactionPayment::NextFeeMultiplier` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:0) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::TopDelegations` (r:1 w:1) - /// Proof: `ParachainStaking::TopDelegations` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::Total` (r:1 w:1) - /// Proof: `ParachainStaking::Total` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::ActiveBalancePerUser` (r:1 w:1) - /// Proof: `Lottery::ActiveBalancePerUser` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::TotalPot` (r:1 w:1) - /// Proof: `Lottery::TotalPot` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::TotalUsers` (r:1 w:1) - /// Proof: `Lottery::TotalUsers` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::SumOfDeposits` (r:1 w:1) - /// Proof: `Lottery::SumOfDeposits` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: Lottery MinDeposit (r:1 w:0) + /// Proof Skipped: Lottery MinDeposit (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Scheduler Lookup (r:1 w:0) + /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) + /// Storage: Lottery FarmingParameters (r:1 w:0) + /// Proof Skipped: Lottery FarmingParameters (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: System Account (r:2 w:2) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: ParachainStaking SelectedCandidates (r:1 w:0) + /// Proof Skipped: ParachainStaking SelectedCandidates (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery UnstakingCollators (r:1 w:0) + /// Proof Skipped: Lottery UnstakingCollators (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery StakedCollators (r:2 w:1) + /// Proof Skipped: Lottery StakedCollators (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: Lottery TotalUnclaimedWinnings (r:1 w:0) + /// Proof Skipped: Lottery TotalUnclaimedWinnings (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery UnlockedUnstakingFunds (r:1 w:0) + /// Proof Skipped: Lottery UnlockedUnstakingFunds (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: TransactionPayment NextFeeMultiplier (r:1 w:0) + /// Proof: TransactionPayment NextFeeMultiplier (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: ParachainStaking DelegationScheduledRequests (r:1 w:0) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) + /// Storage: ParachainStaking TopDelegations (r:1 w:1) + /// Proof Skipped: ParachainStaking TopDelegations (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking Total (r:1 w:1) + /// Proof Skipped: ParachainStaking Total (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery ActiveBalancePerUser (r:1 w:1) + /// Proof Skipped: Lottery ActiveBalancePerUser (max_values: None, max_size: None, mode: Measured) + /// Storage: Lottery TotalPot (r:1 w:1) + /// Proof Skipped: Lottery TotalPot (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery TotalUsers (r:1 w:1) + /// Proof Skipped: Lottery TotalUsers (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery SumOfDeposits (r:1 w:1) + /// Proof Skipped: Lottery SumOfDeposits (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `x` is `[0, 1000]`. /// The range of component `y` is `[0, 63]`. fn deposit(x: u32, y: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `3459 + x * (1 ±0) + y * (72 ±0)` // Estimated: `8716 + x * (2 ±0) + y * (79 ±0)` - // Minimum execution time: 195_839_000 picoseconds. - Weight::from_parts(304_592_855, 8716) - // Standard Error: 3_386 - .saturating_add(Weight::from_parts(194_656, 0).saturating_mul(x.into())) + // Minimum execution time: 216_409_000 picoseconds. + Weight::from_parts(221_063_287, 8716) + // Standard Error: 2_022 + .saturating_add(Weight::from_parts(209_427, 0).saturating_mul(x.into())) + // Standard Error: 31_869 + .saturating_add(Weight::from_parts(688_754, 0).saturating_mul(y.into())) .saturating_add(RocksDbWeight::get().reads(24_u64)) .saturating_add(RocksDbWeight::get().writes(13_u64)) .saturating_add(Weight::from_parts(0, 2).saturating_mul(x.into())) .saturating_add(Weight::from_parts(0, 79).saturating_mul(y.into())) } - /// Storage: `Lottery::MinWithdraw` (r:1 w:0) - /// Proof: `Lottery::MinWithdraw` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Scheduler::Lookup` (r:1 w:0) - /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) - /// Storage: `Lottery::FarmingParameters` (r:1 w:0) - /// Proof: `Lottery::FarmingParameters` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::ActiveBalancePerUser` (r:1 w:1) - /// Proof: `Lottery::ActiveBalancePerUser` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::WithdrawalRequestQueue` (r:1 w:1) - /// Proof: `Lottery::WithdrawalRequestQueue` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::TotalUsers` (r:1 w:1) - /// Proof: `Lottery::TotalUsers` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::TotalPot` (r:1 w:1) - /// Proof: `Lottery::TotalPot` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::SurplusUnstakingBalance` (r:1 w:1) - /// Proof: `Lottery::SurplusUnstakingBalance` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::StakedCollators` (r:2 w:0) - /// Proof: `Lottery::StakedCollators` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::UnstakingCollators` (r:1 w:1) - /// Proof: `Lottery::UnstakingCollators` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::SelectedCandidates` (r:1 w:0) - /// Proof: `ParachainStaking::SelectedCandidates` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `TransactionPayment::NextFeeMultiplier` (r:1 w:0) - /// Proof: `TransactionPayment::NextFeeMultiplier` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:0) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `Lottery::TotalUnclaimedWinnings` (r:1 w:0) - /// Proof: `Lottery::TotalUnclaimedWinnings` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::UnlockedUnstakingFunds` (r:1 w:0) - /// Proof: `Lottery::UnlockedUnstakingFunds` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:1) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Lottery MinWithdraw (r:1 w:0) + /// Proof Skipped: Lottery MinWithdraw (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Scheduler Lookup (r:1 w:0) + /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) + /// Storage: Lottery FarmingParameters (r:1 w:0) + /// Proof Skipped: Lottery FarmingParameters (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery ActiveBalancePerUser (r:1 w:1) + /// Proof Skipped: Lottery ActiveBalancePerUser (max_values: None, max_size: None, mode: Measured) + /// Storage: Lottery WithdrawalRequestQueue (r:1 w:1) + /// Proof Skipped: Lottery WithdrawalRequestQueue (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery TotalUsers (r:1 w:1) + /// Proof Skipped: Lottery TotalUsers (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery TotalPot (r:1 w:1) + /// Proof Skipped: Lottery TotalPot (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery SurplusUnstakingBalance (r:1 w:1) + /// Proof Skipped: Lottery SurplusUnstakingBalance (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery StakedCollators (r:2 w:0) + /// Proof Skipped: Lottery StakedCollators (max_values: None, max_size: None, mode: Measured) + /// Storage: Lottery UnstakingCollators (r:1 w:1) + /// Proof Skipped: Lottery UnstakingCollators (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking SelectedCandidates (r:1 w:0) + /// Proof Skipped: ParachainStaking SelectedCandidates (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: TransactionPayment NextFeeMultiplier (r:1 w:0) + /// Proof: TransactionPayment NextFeeMultiplier (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:0) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: Lottery TotalUnclaimedWinnings (r:1 w:0) + /// Proof Skipped: Lottery TotalUnclaimedWinnings (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery UnlockedUnstakingFunds (r:1 w:0) + /// Proof Skipped: Lottery UnlockedUnstakingFunds (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegationScheduledRequests (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) /// The range of component `x` is `[0, 1000]`. /// The range of component `y` is `[0, 63]`. fn request_withdraw(x: u32, y: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `2216 + x * (1 ±0)` // Estimated: `7719 + x * (1 ±0) + y * (5 ±0)` - // Minimum execution time: 91_706_000 picoseconds. - Weight::from_parts(92_570_906, 7719) - // Standard Error: 333 - .saturating_add(Weight::from_parts(96_635, 0).saturating_mul(x.into())) - // Standard Error: 5_249 - .saturating_add(Weight::from_parts(85_145, 0).saturating_mul(y.into())) + // Minimum execution time: 104_021_000 picoseconds. + Weight::from_parts(116_267_301, 7719) + // Standard Error: 1_111 + .saturating_add(Weight::from_parts(120_184, 0).saturating_mul(x.into())) + // Standard Error: 17_510 + .saturating_add(Weight::from_parts(38_341, 0).saturating_mul(y.into())) .saturating_add(RocksDbWeight::get().reads(18_u64)) .saturating_add(RocksDbWeight::get().writes(8_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(x.into())) .saturating_add(Weight::from_parts(0, 5).saturating_mul(y.into())) } - /// Storage: `Lottery::UnclaimedWinningsByAccount` (r:1 w:1) - /// Proof: `Lottery::UnclaimedWinningsByAccount` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `System::Account` (r:2 w:2) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `Lottery::SumOfDeposits` (r:1 w:0) - /// Proof: `Lottery::SumOfDeposits` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::TotalUnclaimedWinnings` (r:1 w:1) - /// Proof: `Lottery::TotalUnclaimedWinnings` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: Lottery UnclaimedWinningsByAccount (r:1 w:1) + /// Proof Skipped: Lottery UnclaimedWinningsByAccount (max_values: None, max_size: None, mode: Measured) + /// Storage: System Account (r:2 w:2) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Lottery SumOfDeposits (r:1 w:0) + /// Proof Skipped: Lottery SumOfDeposits (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery TotalUnclaimedWinnings (r:1 w:1) + /// Proof Skipped: Lottery TotalUnclaimedWinnings (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `y` is `[0, 63]`. fn claim_my_winnings(y: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `694 + y * (5 ±0)` // Estimated: `6196 + y * (6 ±0)` - // Minimum execution time: 56_623_000 picoseconds. - Weight::from_parts(61_773_063, 6196) - // Standard Error: 2_350 - .saturating_add(Weight::from_parts(121_040, 0).saturating_mul(y.into())) + // Minimum execution time: 65_011_000 picoseconds. + Weight::from_parts(73_826_370, 6196) + // Standard Error: 3_951 + .saturating_add(Weight::from_parts(130_012, 0).saturating_mul(y.into())) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 6).saturating_mul(y.into())) } - /// Storage: `Scheduler::Lookup` (r:1 w:1) - /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:0) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:0) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::TotalUnclaimedWinnings` (r:1 w:0) - /// Proof: `Lottery::TotalUnclaimedWinnings` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::UnlockedUnstakingFunds` (r:1 w:0) - /// Proof: `Lottery::UnlockedUnstakingFunds` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::GasReserve` (r:1 w:0) - /// Proof: `Lottery::GasReserve` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Scheduler::Agenda` (r:1 w:1) - /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) + /// Storage: Scheduler Lookup (r:1 w:1) + /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:0) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: ParachainStaking DelegatorState (r:1 w:0) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: Lottery TotalUnclaimedWinnings (r:1 w:0) + /// Proof Skipped: Lottery TotalUnclaimedWinnings (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery UnlockedUnstakingFunds (r:1 w:0) + /// Proof Skipped: Lottery UnlockedUnstakingFunds (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery GasReserve (r:1 w:0) + /// Proof Skipped: Lottery GasReserve (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Scheduler Agenda (r:1 w:1) + /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) fn start_lottery() -> Weight { // Proof Size summary in bytes: // Measured: `324` // Estimated: `42428` - // Minimum execution time: 30_942_000 picoseconds. - Weight::from_parts(31_671_000, 42428) + // Minimum execution time: 36_859_000 picoseconds. + Weight::from_parts(37_845_000, 42428) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `Scheduler::Lookup` (r:1 w:1) - /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) - /// Storage: `Scheduler::Agenda` (r:1 w:1) - /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) + /// Storage: Scheduler Lookup (r:1 w:1) + /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) + /// Storage: Scheduler Agenda (r:1 w:1) + /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) fn stop_lottery() -> Weight { // Proof Size summary in bytes: // Measured: `162` // Estimated: `42428` - // Minimum execution time: 21_773_000 picoseconds. - Weight::from_parts(22_232_000, 42428) + // Minimum execution time: 25_470_000 picoseconds. + Weight::from_parts(26_054_000, 42428) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `System::Account` (r:1 w:0) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:0) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::TotalUnclaimedWinnings` (r:1 w:1) - /// Proof: `Lottery::TotalUnclaimedWinnings` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::UnlockedUnstakingFunds` (r:1 w:0) - /// Proof: `Lottery::UnlockedUnstakingFunds` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::GasReserve` (r:1 w:0) - /// Proof: `Lottery::GasReserve` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::TotalPot` (r:1 w:0) - /// Proof: `Lottery::TotalPot` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::SumOfDeposits` (r:1 w:0) - /// Proof: `Lottery::SumOfDeposits` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::ActiveBalancePerUser` (r:148 w:0) - /// Proof: `Lottery::ActiveBalancePerUser` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::UnclaimedWinningsByAccount` (r:1 w:1) - /// Proof: `Lottery::UnclaimedWinningsByAccount` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::UnstakingCollators` (r:1 w:0) - /// Proof: `Lottery::UnstakingCollators` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::WithdrawalRequestQueue` (r:1 w:0) - /// Proof: `Lottery::WithdrawalRequestQueue` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::MinDeposit` (r:1 w:0) - /// Proof: `Lottery::MinDeposit` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: System Account (r:1 w:0) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: ParachainStaking DelegatorState (r:1 w:0) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: Lottery TotalUnclaimedWinnings (r:1 w:1) + /// Proof Skipped: Lottery TotalUnclaimedWinnings (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery UnlockedUnstakingFunds (r:1 w:0) + /// Proof Skipped: Lottery UnlockedUnstakingFunds (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery GasReserve (r:1 w:0) + /// Proof Skipped: Lottery GasReserve (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery TotalPot (r:1 w:0) + /// Proof Skipped: Lottery TotalPot (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery SumOfDeposits (r:1 w:0) + /// Proof Skipped: Lottery SumOfDeposits (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery ActiveBalancePerUser (r:148 w:0) + /// Proof Skipped: Lottery ActiveBalancePerUser (max_values: None, max_size: None, mode: Measured) + /// Storage: Lottery UnclaimedWinningsByAccount (r:1 w:1) + /// Proof Skipped: Lottery UnclaimedWinningsByAccount (max_values: None, max_size: None, mode: Measured) + /// Storage: Lottery UnstakingCollators (r:1 w:0) + /// Proof Skipped: Lottery UnstakingCollators (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery WithdrawalRequestQueue (r:1 w:0) + /// Proof Skipped: Lottery WithdrawalRequestQueue (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery MinDeposit (r:1 w:0) + /// Proof Skipped: Lottery MinDeposit (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `x` is `[0, 1000]`. /// The range of component `y` is `[0, 63]`. fn draw_lottery(x: u32, y: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1495 + x * (35 ±0)` // Estimated: `6867 + x * (295 ±0) + y * (6837 ±7)` - // Minimum execution time: 61_062_000 picoseconds. - Weight::from_parts(61_748_000, 6867) - // Standard Error: 28_434 - .saturating_add(Weight::from_parts(567_064, 0).saturating_mul(x.into())) - // Standard Error: 452_386 - .saturating_add(Weight::from_parts(10_934_253, 0).saturating_mul(y.into())) + // Minimum execution time: 72_007_000 picoseconds. + Weight::from_parts(73_149_000, 6867) + // Standard Error: 29_295 + .saturating_add(Weight::from_parts(609_204, 0).saturating_mul(x.into())) + // Standard Error: 466_079 + .saturating_add(Weight::from_parts(11_350_448, 0).saturating_mul(y.into())) .saturating_add(RocksDbWeight::get().reads(13_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(y.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 295).saturating_mul(x.into())) .saturating_add(Weight::from_parts(0, 6837).saturating_mul(y.into())) } - /// Storage: `Lottery::UnstakingCollators` (r:1 w:0) - /// Proof: `Lottery::UnstakingCollators` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::WithdrawalRequestQueue` (r:1 w:0) - /// Proof: `Lottery::WithdrawalRequestQueue` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::UnlockedUnstakingFunds` (r:1 w:0) - /// Proof: `Lottery::UnlockedUnstakingFunds` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::MinDeposit` (r:1 w:0) - /// Proof: `Lottery::MinDeposit` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: Lottery UnstakingCollators (r:1 w:0) + /// Proof Skipped: Lottery UnstakingCollators (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery WithdrawalRequestQueue (r:1 w:0) + /// Proof Skipped: Lottery WithdrawalRequestQueue (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery UnlockedUnstakingFunds (r:1 w:0) + /// Proof Skipped: Lottery UnlockedUnstakingFunds (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery MinDeposit (r:1 w:0) + /// Proof Skipped: Lottery MinDeposit (max_values: Some(1), max_size: None, mode: Measured) fn process_matured_withdrawals() -> Weight { // Proof Size summary in bytes: // Measured: `238` // Estimated: `1723` - // Minimum execution time: 10_371_000 picoseconds. - Weight::from_parts(10_627_000, 1723) + // Minimum execution time: 12_631_000 picoseconds. + Weight::from_parts(12_854_000, 1723) .saturating_add(RocksDbWeight::get().reads(4_u64)) } - /// Storage: `Lottery::MinWithdraw` (r:1 w:0) - /// Proof: `Lottery::MinWithdraw` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Lottery::MinDeposit` (r:0 w:1) - /// Proof: `Lottery::MinDeposit` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: Lottery MinWithdraw (r:1 w:0) + /// Proof Skipped: Lottery MinWithdraw (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Lottery MinDeposit (r:0 w:1) + /// Proof Skipped: Lottery MinDeposit (max_values: Some(1), max_size: None, mode: Measured) fn set_min_deposit() -> Weight { // Proof Size summary in bytes: // Measured: `216` // Estimated: `1701` - // Minimum execution time: 6_882_000 picoseconds. - Weight::from_parts(7_145_000, 1701) + // Minimum execution time: 7_740_000 picoseconds. + Weight::from_parts(7_986_000, 1701) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Lottery::MinWithdraw` (r:0 w:1) - /// Proof: `Lottery::MinWithdraw` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: Lottery MinWithdraw (r:0 w:1) + /// Proof Skipped: Lottery MinWithdraw (max_values: Some(1), max_size: None, mode: Measured) fn set_min_withdraw() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_541_000 picoseconds. - Weight::from_parts(2_696_000, 0) + // Minimum execution time: 3_145_000 picoseconds. + Weight::from_parts(3_280_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Lottery::GasReserve` (r:0 w:1) - /// Proof: `Lottery::GasReserve` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: Lottery GasReserve (r:0 w:1) + /// Proof Skipped: Lottery GasReserve (max_values: Some(1), max_size: None, mode: Measured) fn set_gas_reserve() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_525_000 picoseconds. - Weight::from_parts(2_693_000, 0) + // Minimum execution time: 3_028_000 picoseconds. + Weight::from_parts(3_186_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } } diff --git a/runtime/manta/src/weights/pallet_manta_sbt.rs b/runtime/manta/src/weights/pallet_manta_sbt.rs index 21a85c9ad..aaa0091c0 100644 --- a/runtime/manta/src/weights/pallet_manta_sbt.rs +++ b/runtime/manta/src/weights/pallet_manta_sbt.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for pallet_manta_sbt //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-19, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: // ./target/production/manta @@ -37,7 +37,6 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] -#![allow(double_parens)] #![allow(unused_imports)] #![allow(missing_docs)] @@ -64,424 +63,424 @@ pub trait WeightInfo { /// Weights for pallet_manta_sbt using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_manta_sbt::WeightInfo for SubstrateWeight { - /// Storage: `MantaSbt::MintIdRegistry` (r:1 w:0) - /// Proof: `MantaSbt::MintIdRegistry` (`max_values`: None, `max_size`: Some(339), added: 2814, mode: `MaxEncodedLen`) - /// Storage: `Timestamp::Now` (r:1 w:0) - /// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::PublicMintList` (r:1 w:0) - /// Proof: `MantaSbt::PublicMintList` (`max_values`: None, `max_size`: Some(20), added: 2495, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::ReservedIds` (r:1 w:1) - /// Proof: `MantaSbt::ReservedIds` (`max_values`: None, `max_size`: Some(80), added: 2555, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::SbtMetadataV2` (r:1 w:1) - /// Proof: `MantaSbt::SbtMetadataV2` (`max_values`: None, `max_size`: Some(373), added: 2848, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::UtxoSet` (r:1 w:1) - /// Proof: `MantaSbt::UtxoSet` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::ShardTrees` (r:1 w:1) - /// Proof: `MantaSbt::ShardTrees` (`max_values`: None, `max_size`: Some(654), added: 3129, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::Shards` (r:0 w:1) - /// Proof: `MantaSbt::Shards` (`max_values`: None, `max_size`: Some(395), added: 2870, mode: `MaxEncodedLen`) + /// Storage: MantaSbt MintIdRegistry (r:1 w:0) + /// Proof: MantaSbt MintIdRegistry (max_values: None, max_size: Some(339), added: 2814, mode: MaxEncodedLen) + /// Storage: Timestamp Now (r:1 w:0) + /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) + /// Storage: MantaSbt PublicMintList (r:1 w:0) + /// Proof: MantaSbt PublicMintList (max_values: None, max_size: Some(20), added: 2495, mode: MaxEncodedLen) + /// Storage: MantaSbt ReservedIds (r:1 w:1) + /// Proof: MantaSbt ReservedIds (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen) + /// Storage: MantaSbt SbtMetadataV2 (r:1 w:1) + /// Proof: MantaSbt SbtMetadataV2 (max_values: None, max_size: Some(373), added: 2848, mode: MaxEncodedLen) + /// Storage: MantaSbt UtxoSet (r:1 w:1) + /// Proof: MantaSbt UtxoSet (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) + /// Storage: MantaSbt ShardTrees (r:1 w:1) + /// Proof: MantaSbt ShardTrees (max_values: None, max_size: Some(654), added: 3129, mode: MaxEncodedLen) + /// Storage: MantaSbt Shards (r:0 w:1) + /// Proof: MantaSbt Shards (max_values: None, max_size: Some(395), added: 2870, mode: MaxEncodedLen) fn to_private() -> Weight { // Proof Size summary in bytes: // Measured: `5845` // Estimated: `4119` - // Minimum execution time: 39_781_709_000 picoseconds. - Weight::from_parts(39_825_494_000, 4119) + // Minimum execution time: 39_416_727_000 picoseconds. + Weight::from_parts(39_466_891_000, 4119) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } - /// Storage: `MantaSbt::ReservedIds` (r:1 w:1) - /// Proof: `MantaSbt::ReservedIds` (`max_values`: None, `max_size`: Some(80), added: 2555, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::FreeReserveAccount` (r:1 w:0) - /// Proof: `MantaSbt::FreeReserveAccount` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::NextSbtId` (r:1 w:1) - /// Proof: `MantaSbt::NextSbtId` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) + /// Storage: MantaSbt ReservedIds (r:1 w:1) + /// Proof: MantaSbt ReservedIds (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen) + /// Storage: MantaSbt FreeReserveAccount (r:1 w:0) + /// Proof: MantaSbt FreeReserveAccount (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: MantaSbt NextSbtId (r:1 w:1) + /// Proof: MantaSbt NextSbtId (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) fn reserve_sbt() -> Weight { // Proof Size summary in bytes: // Measured: `348` // Estimated: `3593` - // Minimum execution time: 53_777_000 picoseconds. - Weight::from_parts(54_850_000, 3593) + // Minimum execution time: 64_926_000 picoseconds. + Weight::from_parts(66_058_000, 3593) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } - /// Storage: `MantaSbt::AllowlistAccount` (r:0 w:1) - /// Proof: `MantaSbt::AllowlistAccount` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) + /// Storage: MantaSbt AllowlistAccount (r:0 w:1) + /// Proof: MantaSbt AllowlistAccount (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) fn change_allowlist_account() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_468_000 picoseconds. - Weight::from_parts(7_792_000, 0) + // Minimum execution time: 9_943_000 picoseconds. + Weight::from_parts(10_338_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `MantaSbt::MintIdRegistry` (r:1 w:0) - /// Proof: `MantaSbt::MintIdRegistry` (`max_values`: None, `max_size`: Some(339), added: 2814, mode: `MaxEncodedLen`) - /// Storage: `Timestamp::Now` (r:1 w:0) - /// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::AllowlistAccount` (r:1 w:0) - /// Proof: `MantaSbt::AllowlistAccount` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::EvmAccountAllowlist` (r:1 w:1) - /// Proof: `MantaSbt::EvmAccountAllowlist` (`max_values`: None, `max_size`: Some(73), added: 2548, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::NextSbtId` (r:1 w:1) - /// Proof: `MantaSbt::NextSbtId` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) + /// Storage: MantaSbt MintIdRegistry (r:1 w:0) + /// Proof: MantaSbt MintIdRegistry (max_values: None, max_size: Some(339), added: 2814, mode: MaxEncodedLen) + /// Storage: Timestamp Now (r:1 w:0) + /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) + /// Storage: MantaSbt AllowlistAccount (r:1 w:0) + /// Proof: MantaSbt AllowlistAccount (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + /// Storage: MantaSbt EvmAccountAllowlist (r:1 w:1) + /// Proof: MantaSbt EvmAccountAllowlist (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) + /// Storage: MantaSbt NextSbtId (r:1 w:1) + /// Proof: MantaSbt NextSbtId (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) fn allowlist_evm_account() -> Weight { // Proof Size summary in bytes: // Measured: `564` // Estimated: `3804` - // Minimum execution time: 25_514_000 picoseconds. - Weight::from_parts(26_083_000, 3804) + // Minimum execution time: 29_460_000 picoseconds. + Weight::from_parts(30_087_000, 3804) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `MantaSbt::NextMintId` (r:1 w:1) - /// Proof: `MantaSbt::NextMintId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::PublicMintList` (r:0 w:1) - /// Proof: `MantaSbt::PublicMintList` (`max_values`: None, `max_size`: Some(20), added: 2495, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::MintIdRegistry` (r:0 w:1) - /// Proof: `MantaSbt::MintIdRegistry` (`max_values`: None, `max_size`: Some(339), added: 2814, mode: `MaxEncodedLen`) + /// Storage: MantaSbt NextMintId (r:1 w:1) + /// Proof: MantaSbt NextMintId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: MantaSbt PublicMintList (r:0 w:1) + /// Proof: MantaSbt PublicMintList (max_values: None, max_size: Some(20), added: 2495, mode: MaxEncodedLen) + /// Storage: MantaSbt MintIdRegistry (r:0 w:1) + /// Proof: MantaSbt MintIdRegistry (max_values: None, max_size: Some(339), added: 2814, mode: MaxEncodedLen) fn new_mint_info() -> Weight { // Proof Size summary in bytes: // Measured: `862` // Estimated: `1489` - // Minimum execution time: 14_268_000 picoseconds. - Weight::from_parts(14_752_000, 1489) + // Minimum execution time: 17_206_000 picoseconds. + Weight::from_parts(17_605_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } - /// Storage: `MantaSbt::MintIdRegistry` (r:1 w:1) - /// Proof: `MantaSbt::MintIdRegistry` (`max_values`: None, `max_size`: Some(339), added: 2814, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::PublicMintList` (r:0 w:1) - /// Proof: `MantaSbt::PublicMintList` (`max_values`: None, `max_size`: Some(20), added: 2495, mode: `MaxEncodedLen`) + /// Storage: MantaSbt MintIdRegistry (r:1 w:1) + /// Proof: MantaSbt MintIdRegistry (max_values: None, max_size: Some(339), added: 2814, mode: MaxEncodedLen) + /// Storage: MantaSbt PublicMintList (r:0 w:1) + /// Proof: MantaSbt PublicMintList (max_values: None, max_size: Some(20), added: 2495, mode: MaxEncodedLen) fn update_mint_info() -> Weight { // Proof Size summary in bytes: // Measured: `433` // Estimated: `3804` - // Minimum execution time: 16_143_000 picoseconds. - Weight::from_parts(16_500_000, 3804) + // Minimum execution time: 18_057_000 picoseconds. + Weight::from_parts(18_654_000, 3804) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `MantaSbt::MintIdRegistry` (r:1 w:0) - /// Proof: `MantaSbt::MintIdRegistry` (`max_values`: None, `max_size`: Some(339), added: 2814, mode: `MaxEncodedLen`) - /// Storage: `Timestamp::Now` (r:1 w:0) - /// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) - /// Storage: `System::BlockHash` (r:1 w:0) - /// Proof: `System::BlockHash` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::EvmAccountAllowlist` (r:1 w:1) - /// Proof: `MantaSbt::EvmAccountAllowlist` (`max_values`: None, `max_size`: Some(73), added: 2548, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::SbtMetadataV2` (r:1 w:1) - /// Proof: `MantaSbt::SbtMetadataV2` (`max_values`: None, `max_size`: Some(373), added: 2848, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::UtxoSet` (r:1 w:1) - /// Proof: `MantaSbt::UtxoSet` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::ShardTrees` (r:1 w:1) - /// Proof: `MantaSbt::ShardTrees` (`max_values`: None, `max_size`: Some(654), added: 3129, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::Shards` (r:0 w:1) - /// Proof: `MantaSbt::Shards` (`max_values`: None, `max_size`: Some(395), added: 2870, mode: `MaxEncodedLen`) + /// Storage: MantaSbt MintIdRegistry (r:1 w:0) + /// Proof: MantaSbt MintIdRegistry (max_values: None, max_size: Some(339), added: 2814, mode: MaxEncodedLen) + /// Storage: Timestamp Now (r:1 w:0) + /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) + /// Storage: System BlockHash (r:1 w:0) + /// Proof: System BlockHash (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) + /// Storage: MantaSbt EvmAccountAllowlist (r:1 w:1) + /// Proof: MantaSbt EvmAccountAllowlist (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) + /// Storage: MantaSbt SbtMetadataV2 (r:1 w:1) + /// Proof: MantaSbt SbtMetadataV2 (max_values: None, max_size: Some(373), added: 2848, mode: MaxEncodedLen) + /// Storage: MantaSbt UtxoSet (r:1 w:1) + /// Proof: MantaSbt UtxoSet (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) + /// Storage: MantaSbt ShardTrees (r:1 w:1) + /// Proof: MantaSbt ShardTrees (max_values: None, max_size: Some(654), added: 3129, mode: MaxEncodedLen) + /// Storage: MantaSbt Shards (r:0 w:1) + /// Proof: MantaSbt Shards (max_values: None, max_size: Some(395), added: 2870, mode: MaxEncodedLen) fn mint_sbt_eth() -> Weight { // Proof Size summary in bytes: // Measured: `5917` // Estimated: `4119` - // Minimum execution time: 40_033_717_000 picoseconds. - Weight::from_parts(40_113_344_000, 4119) + // Minimum execution time: 39_478_357_000 picoseconds. + Weight::from_parts(39_529_888_000, 4119) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } - /// Storage: `MantaSbt::AllowlistAccount` (r:0 w:1) - /// Proof: `MantaSbt::AllowlistAccount` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) + /// Storage: MantaSbt AllowlistAccount (r:0 w:1) + /// Proof: MantaSbt AllowlistAccount (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) fn change_free_reserve_account() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_492_000 picoseconds. - Weight::from_parts(7_905_000, 0) + // Minimum execution time: 10_047_000 picoseconds. + Weight::from_parts(10_378_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `MantaSbt::EvmAccountAllowlist` (r:0 w:1) - /// Proof: `MantaSbt::EvmAccountAllowlist` (`max_values`: None, `max_size`: Some(73), added: 2548, mode: `MaxEncodedLen`) + /// Storage: MantaSbt EvmAccountAllowlist (r:0 w:1) + /// Proof: MantaSbt EvmAccountAllowlist (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) fn remove_allowlist_evm_account() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_760_000 picoseconds. - Weight::from_parts(10_144_000, 0) + // Minimum execution time: 11_762_000 picoseconds. + Weight::from_parts(12_153_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `MantaSbt::NextSbtId` (r:0 w:1) - /// Proof: `MantaSbt::NextSbtId` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) + /// Storage: MantaSbt NextSbtId (r:0 w:1) + /// Proof: MantaSbt NextSbtId (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) fn set_next_sbt_id() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_212_000 picoseconds. - Weight::from_parts(7_531_000, 0) + // Minimum execution time: 9_900_000 picoseconds. + Weight::from_parts(10_204_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `MantaSbt::ForceAccount` (r:1 w:0) - /// Proof: `MantaSbt::ForceAccount` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::NextSbtId` (r:1 w:0) - /// Proof: `MantaSbt::NextSbtId` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::SbtMetadataV2` (r:1 w:1) - /// Proof: `MantaSbt::SbtMetadataV2` (`max_values`: None, `max_size`: Some(373), added: 2848, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::UtxoSet` (r:1 w:1) - /// Proof: `MantaSbt::UtxoSet` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::ShardTrees` (r:1 w:1) - /// Proof: `MantaSbt::ShardTrees` (`max_values`: None, `max_size`: Some(654), added: 3129, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::Shards` (r:0 w:1) - /// Proof: `MantaSbt::Shards` (`max_values`: None, `max_size`: Some(395), added: 2870, mode: `MaxEncodedLen`) + /// Storage: MantaSbt ForceAccount (r:1 w:0) + /// Proof: MantaSbt ForceAccount (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + /// Storage: MantaSbt NextSbtId (r:1 w:0) + /// Proof: MantaSbt NextSbtId (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: MantaSbt SbtMetadataV2 (r:1 w:1) + /// Proof: MantaSbt SbtMetadataV2 (max_values: None, max_size: Some(373), added: 2848, mode: MaxEncodedLen) + /// Storage: MantaSbt UtxoSet (r:1 w:1) + /// Proof: MantaSbt UtxoSet (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) + /// Storage: MantaSbt ShardTrees (r:1 w:1) + /// Proof: MantaSbt ShardTrees (max_values: None, max_size: Some(654), added: 3129, mode: MaxEncodedLen) + /// Storage: MantaSbt Shards (r:0 w:1) + /// Proof: MantaSbt Shards (max_values: None, max_size: Some(395), added: 2870, mode: MaxEncodedLen) fn force_to_private() -> Weight { // Proof Size summary in bytes: // Measured: `5568` // Estimated: `4119` - // Minimum execution time: 39_784_327_000 picoseconds. - Weight::from_parts(39_832_258_000, 4119) + // Minimum execution time: 39_414_300_000 picoseconds. + Weight::from_parts(39_463_624_000, 4119) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } - /// Storage: `MantaSbt::ForceAccount` (r:1 w:0) - /// Proof: `MantaSbt::ForceAccount` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::NextSbtId` (r:1 w:0) - /// Proof: `MantaSbt::NextSbtId` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::SbtMetadataV2` (r:1 w:1) - /// Proof: `MantaSbt::SbtMetadataV2` (`max_values`: None, `max_size`: Some(373), added: 2848, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::EvmAccountAllowlist` (r:1 w:1) - /// Proof: `MantaSbt::EvmAccountAllowlist` (`max_values`: None, `max_size`: Some(73), added: 2548, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::UtxoSet` (r:1 w:1) - /// Proof: `MantaSbt::UtxoSet` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::ShardTrees` (r:1 w:1) - /// Proof: `MantaSbt::ShardTrees` (`max_values`: None, `max_size`: Some(654), added: 3129, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::Shards` (r:0 w:1) - /// Proof: `MantaSbt::Shards` (`max_values`: None, `max_size`: Some(395), added: 2870, mode: `MaxEncodedLen`) + /// Storage: MantaSbt ForceAccount (r:1 w:0) + /// Proof: MantaSbt ForceAccount (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + /// Storage: MantaSbt NextSbtId (r:1 w:0) + /// Proof: MantaSbt NextSbtId (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: MantaSbt SbtMetadataV2 (r:1 w:1) + /// Proof: MantaSbt SbtMetadataV2 (max_values: None, max_size: Some(373), added: 2848, mode: MaxEncodedLen) + /// Storage: MantaSbt EvmAccountAllowlist (r:1 w:1) + /// Proof: MantaSbt EvmAccountAllowlist (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) + /// Storage: MantaSbt UtxoSet (r:1 w:1) + /// Proof: MantaSbt UtxoSet (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) + /// Storage: MantaSbt ShardTrees (r:1 w:1) + /// Proof: MantaSbt ShardTrees (max_values: None, max_size: Some(654), added: 3129, mode: MaxEncodedLen) + /// Storage: MantaSbt Shards (r:0 w:1) + /// Proof: MantaSbt Shards (max_values: None, max_size: Some(395), added: 2870, mode: MaxEncodedLen) fn force_mint_sbt_eth() -> Weight { // Proof Size summary in bytes: // Measured: `5568` // Estimated: `4119` - // Minimum execution time: 39_623_109_000 picoseconds. - Weight::from_parts(39_700_816_000, 4119) + // Minimum execution time: 39_404_233_000 picoseconds. + Weight::from_parts(39_457_731_000, 4119) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } - /// Storage: `MantaSbt::ForceAccount` (r:0 w:1) - /// Proof: `MantaSbt::ForceAccount` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) + /// Storage: MantaSbt ForceAccount (r:0 w:1) + /// Proof: MantaSbt ForceAccount (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) fn change_force_account() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_654_000 picoseconds. - Weight::from_parts(8_037_000, 0) + // Minimum execution time: 10_046_000 picoseconds. + Weight::from_parts(10_416_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } // For backwards compatibility and tests impl WeightInfo for () { - /// Storage: `MantaSbt::MintIdRegistry` (r:1 w:0) - /// Proof: `MantaSbt::MintIdRegistry` (`max_values`: None, `max_size`: Some(339), added: 2814, mode: `MaxEncodedLen`) - /// Storage: `Timestamp::Now` (r:1 w:0) - /// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::PublicMintList` (r:1 w:0) - /// Proof: `MantaSbt::PublicMintList` (`max_values`: None, `max_size`: Some(20), added: 2495, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::ReservedIds` (r:1 w:1) - /// Proof: `MantaSbt::ReservedIds` (`max_values`: None, `max_size`: Some(80), added: 2555, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::SbtMetadataV2` (r:1 w:1) - /// Proof: `MantaSbt::SbtMetadataV2` (`max_values`: None, `max_size`: Some(373), added: 2848, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::UtxoSet` (r:1 w:1) - /// Proof: `MantaSbt::UtxoSet` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::ShardTrees` (r:1 w:1) - /// Proof: `MantaSbt::ShardTrees` (`max_values`: None, `max_size`: Some(654), added: 3129, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::Shards` (r:0 w:1) - /// Proof: `MantaSbt::Shards` (`max_values`: None, `max_size`: Some(395), added: 2870, mode: `MaxEncodedLen`) + /// Storage: MantaSbt MintIdRegistry (r:1 w:0) + /// Proof: MantaSbt MintIdRegistry (max_values: None, max_size: Some(339), added: 2814, mode: MaxEncodedLen) + /// Storage: Timestamp Now (r:1 w:0) + /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) + /// Storage: MantaSbt PublicMintList (r:1 w:0) + /// Proof: MantaSbt PublicMintList (max_values: None, max_size: Some(20), added: 2495, mode: MaxEncodedLen) + /// Storage: MantaSbt ReservedIds (r:1 w:1) + /// Proof: MantaSbt ReservedIds (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen) + /// Storage: MantaSbt SbtMetadataV2 (r:1 w:1) + /// Proof: MantaSbt SbtMetadataV2 (max_values: None, max_size: Some(373), added: 2848, mode: MaxEncodedLen) + /// Storage: MantaSbt UtxoSet (r:1 w:1) + /// Proof: MantaSbt UtxoSet (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) + /// Storage: MantaSbt ShardTrees (r:1 w:1) + /// Proof: MantaSbt ShardTrees (max_values: None, max_size: Some(654), added: 3129, mode: MaxEncodedLen) + /// Storage: MantaSbt Shards (r:0 w:1) + /// Proof: MantaSbt Shards (max_values: None, max_size: Some(395), added: 2870, mode: MaxEncodedLen) fn to_private() -> Weight { // Proof Size summary in bytes: // Measured: `5845` // Estimated: `4119` - // Minimum execution time: 39_781_709_000 picoseconds. - Weight::from_parts(39_825_494_000, 4119) + // Minimum execution time: 39_416_727_000 picoseconds. + Weight::from_parts(39_466_891_000, 4119) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } - /// Storage: `MantaSbt::ReservedIds` (r:1 w:1) - /// Proof: `MantaSbt::ReservedIds` (`max_values`: None, `max_size`: Some(80), added: 2555, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::FreeReserveAccount` (r:1 w:0) - /// Proof: `MantaSbt::FreeReserveAccount` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::NextSbtId` (r:1 w:1) - /// Proof: `MantaSbt::NextSbtId` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) + /// Storage: MantaSbt ReservedIds (r:1 w:1) + /// Proof: MantaSbt ReservedIds (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen) + /// Storage: MantaSbt FreeReserveAccount (r:1 w:0) + /// Proof: MantaSbt FreeReserveAccount (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: MantaSbt NextSbtId (r:1 w:1) + /// Proof: MantaSbt NextSbtId (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) fn reserve_sbt() -> Weight { // Proof Size summary in bytes: // Measured: `348` // Estimated: `3593` - // Minimum execution time: 53_777_000 picoseconds. - Weight::from_parts(54_850_000, 3593) + // Minimum execution time: 64_926_000 picoseconds. + Weight::from_parts(66_058_000, 3593) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } - /// Storage: `MantaSbt::AllowlistAccount` (r:0 w:1) - /// Proof: `MantaSbt::AllowlistAccount` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) + /// Storage: MantaSbt AllowlistAccount (r:0 w:1) + /// Proof: MantaSbt AllowlistAccount (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) fn change_allowlist_account() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_468_000 picoseconds. - Weight::from_parts(7_792_000, 0) + // Minimum execution time: 9_943_000 picoseconds. + Weight::from_parts(10_338_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `MantaSbt::MintIdRegistry` (r:1 w:0) - /// Proof: `MantaSbt::MintIdRegistry` (`max_values`: None, `max_size`: Some(339), added: 2814, mode: `MaxEncodedLen`) - /// Storage: `Timestamp::Now` (r:1 w:0) - /// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::AllowlistAccount` (r:1 w:0) - /// Proof: `MantaSbt::AllowlistAccount` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::EvmAccountAllowlist` (r:1 w:1) - /// Proof: `MantaSbt::EvmAccountAllowlist` (`max_values`: None, `max_size`: Some(73), added: 2548, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::NextSbtId` (r:1 w:1) - /// Proof: `MantaSbt::NextSbtId` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) + /// Storage: MantaSbt MintIdRegistry (r:1 w:0) + /// Proof: MantaSbt MintIdRegistry (max_values: None, max_size: Some(339), added: 2814, mode: MaxEncodedLen) + /// Storage: Timestamp Now (r:1 w:0) + /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) + /// Storage: MantaSbt AllowlistAccount (r:1 w:0) + /// Proof: MantaSbt AllowlistAccount (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + /// Storage: MantaSbt EvmAccountAllowlist (r:1 w:1) + /// Proof: MantaSbt EvmAccountAllowlist (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) + /// Storage: MantaSbt NextSbtId (r:1 w:1) + /// Proof: MantaSbt NextSbtId (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) fn allowlist_evm_account() -> Weight { // Proof Size summary in bytes: // Measured: `564` // Estimated: `3804` - // Minimum execution time: 25_514_000 picoseconds. - Weight::from_parts(26_083_000, 3804) + // Minimum execution time: 29_460_000 picoseconds. + Weight::from_parts(30_087_000, 3804) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `MantaSbt::NextMintId` (r:1 w:1) - /// Proof: `MantaSbt::NextMintId` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::PublicMintList` (r:0 w:1) - /// Proof: `MantaSbt::PublicMintList` (`max_values`: None, `max_size`: Some(20), added: 2495, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::MintIdRegistry` (r:0 w:1) - /// Proof: `MantaSbt::MintIdRegistry` (`max_values`: None, `max_size`: Some(339), added: 2814, mode: `MaxEncodedLen`) + /// Storage: MantaSbt NextMintId (r:1 w:1) + /// Proof: MantaSbt NextMintId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: MantaSbt PublicMintList (r:0 w:1) + /// Proof: MantaSbt PublicMintList (max_values: None, max_size: Some(20), added: 2495, mode: MaxEncodedLen) + /// Storage: MantaSbt MintIdRegistry (r:0 w:1) + /// Proof: MantaSbt MintIdRegistry (max_values: None, max_size: Some(339), added: 2814, mode: MaxEncodedLen) fn new_mint_info() -> Weight { // Proof Size summary in bytes: // Measured: `862` // Estimated: `1489` - // Minimum execution time: 14_268_000 picoseconds. - Weight::from_parts(14_752_000, 1489) + // Minimum execution time: 17_206_000 picoseconds. + Weight::from_parts(17_605_000, 1489) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } - /// Storage: `MantaSbt::MintIdRegistry` (r:1 w:1) - /// Proof: `MantaSbt::MintIdRegistry` (`max_values`: None, `max_size`: Some(339), added: 2814, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::PublicMintList` (r:0 w:1) - /// Proof: `MantaSbt::PublicMintList` (`max_values`: None, `max_size`: Some(20), added: 2495, mode: `MaxEncodedLen`) + /// Storage: MantaSbt MintIdRegistry (r:1 w:1) + /// Proof: MantaSbt MintIdRegistry (max_values: None, max_size: Some(339), added: 2814, mode: MaxEncodedLen) + /// Storage: MantaSbt PublicMintList (r:0 w:1) + /// Proof: MantaSbt PublicMintList (max_values: None, max_size: Some(20), added: 2495, mode: MaxEncodedLen) fn update_mint_info() -> Weight { // Proof Size summary in bytes: // Measured: `433` // Estimated: `3804` - // Minimum execution time: 16_143_000 picoseconds. - Weight::from_parts(16_500_000, 3804) + // Minimum execution time: 18_057_000 picoseconds. + Weight::from_parts(18_654_000, 3804) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `MantaSbt::MintIdRegistry` (r:1 w:0) - /// Proof: `MantaSbt::MintIdRegistry` (`max_values`: None, `max_size`: Some(339), added: 2814, mode: `MaxEncodedLen`) - /// Storage: `Timestamp::Now` (r:1 w:0) - /// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) - /// Storage: `System::BlockHash` (r:1 w:0) - /// Proof: `System::BlockHash` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::EvmAccountAllowlist` (r:1 w:1) - /// Proof: `MantaSbt::EvmAccountAllowlist` (`max_values`: None, `max_size`: Some(73), added: 2548, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::SbtMetadataV2` (r:1 w:1) - /// Proof: `MantaSbt::SbtMetadataV2` (`max_values`: None, `max_size`: Some(373), added: 2848, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::UtxoSet` (r:1 w:1) - /// Proof: `MantaSbt::UtxoSet` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::ShardTrees` (r:1 w:1) - /// Proof: `MantaSbt::ShardTrees` (`max_values`: None, `max_size`: Some(654), added: 3129, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::Shards` (r:0 w:1) - /// Proof: `MantaSbt::Shards` (`max_values`: None, `max_size`: Some(395), added: 2870, mode: `MaxEncodedLen`) + /// Storage: MantaSbt MintIdRegistry (r:1 w:0) + /// Proof: MantaSbt MintIdRegistry (max_values: None, max_size: Some(339), added: 2814, mode: MaxEncodedLen) + /// Storage: Timestamp Now (r:1 w:0) + /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) + /// Storage: System BlockHash (r:1 w:0) + /// Proof: System BlockHash (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) + /// Storage: MantaSbt EvmAccountAllowlist (r:1 w:1) + /// Proof: MantaSbt EvmAccountAllowlist (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) + /// Storage: MantaSbt SbtMetadataV2 (r:1 w:1) + /// Proof: MantaSbt SbtMetadataV2 (max_values: None, max_size: Some(373), added: 2848, mode: MaxEncodedLen) + /// Storage: MantaSbt UtxoSet (r:1 w:1) + /// Proof: MantaSbt UtxoSet (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) + /// Storage: MantaSbt ShardTrees (r:1 w:1) + /// Proof: MantaSbt ShardTrees (max_values: None, max_size: Some(654), added: 3129, mode: MaxEncodedLen) + /// Storage: MantaSbt Shards (r:0 w:1) + /// Proof: MantaSbt Shards (max_values: None, max_size: Some(395), added: 2870, mode: MaxEncodedLen) fn mint_sbt_eth() -> Weight { // Proof Size summary in bytes: // Measured: `5917` // Estimated: `4119` - // Minimum execution time: 40_033_717_000 picoseconds. - Weight::from_parts(40_113_344_000, 4119) + // Minimum execution time: 39_478_357_000 picoseconds. + Weight::from_parts(39_529_888_000, 4119) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } - /// Storage: `MantaSbt::AllowlistAccount` (r:0 w:1) - /// Proof: `MantaSbt::AllowlistAccount` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) + /// Storage: MantaSbt AllowlistAccount (r:0 w:1) + /// Proof: MantaSbt AllowlistAccount (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) fn change_free_reserve_account() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_492_000 picoseconds. - Weight::from_parts(7_905_000, 0) + // Minimum execution time: 10_047_000 picoseconds. + Weight::from_parts(10_378_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `MantaSbt::EvmAccountAllowlist` (r:0 w:1) - /// Proof: `MantaSbt::EvmAccountAllowlist` (`max_values`: None, `max_size`: Some(73), added: 2548, mode: `MaxEncodedLen`) + /// Storage: MantaSbt EvmAccountAllowlist (r:0 w:1) + /// Proof: MantaSbt EvmAccountAllowlist (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) fn remove_allowlist_evm_account() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_760_000 picoseconds. - Weight::from_parts(10_144_000, 0) + // Minimum execution time: 11_762_000 picoseconds. + Weight::from_parts(12_153_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `MantaSbt::NextSbtId` (r:0 w:1) - /// Proof: `MantaSbt::NextSbtId` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) + /// Storage: MantaSbt NextSbtId (r:0 w:1) + /// Proof: MantaSbt NextSbtId (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) fn set_next_sbt_id() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_212_000 picoseconds. - Weight::from_parts(7_531_000, 0) + // Minimum execution time: 9_900_000 picoseconds. + Weight::from_parts(10_204_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `MantaSbt::ForceAccount` (r:1 w:0) - /// Proof: `MantaSbt::ForceAccount` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::NextSbtId` (r:1 w:0) - /// Proof: `MantaSbt::NextSbtId` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::SbtMetadataV2` (r:1 w:1) - /// Proof: `MantaSbt::SbtMetadataV2` (`max_values`: None, `max_size`: Some(373), added: 2848, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::UtxoSet` (r:1 w:1) - /// Proof: `MantaSbt::UtxoSet` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::ShardTrees` (r:1 w:1) - /// Proof: `MantaSbt::ShardTrees` (`max_values`: None, `max_size`: Some(654), added: 3129, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::Shards` (r:0 w:1) - /// Proof: `MantaSbt::Shards` (`max_values`: None, `max_size`: Some(395), added: 2870, mode: `MaxEncodedLen`) + /// Storage: MantaSbt ForceAccount (r:1 w:0) + /// Proof: MantaSbt ForceAccount (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + /// Storage: MantaSbt NextSbtId (r:1 w:0) + /// Proof: MantaSbt NextSbtId (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: MantaSbt SbtMetadataV2 (r:1 w:1) + /// Proof: MantaSbt SbtMetadataV2 (max_values: None, max_size: Some(373), added: 2848, mode: MaxEncodedLen) + /// Storage: MantaSbt UtxoSet (r:1 w:1) + /// Proof: MantaSbt UtxoSet (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) + /// Storage: MantaSbt ShardTrees (r:1 w:1) + /// Proof: MantaSbt ShardTrees (max_values: None, max_size: Some(654), added: 3129, mode: MaxEncodedLen) + /// Storage: MantaSbt Shards (r:0 w:1) + /// Proof: MantaSbt Shards (max_values: None, max_size: Some(395), added: 2870, mode: MaxEncodedLen) fn force_to_private() -> Weight { // Proof Size summary in bytes: // Measured: `5568` // Estimated: `4119` - // Minimum execution time: 39_784_327_000 picoseconds. - Weight::from_parts(39_832_258_000, 4119) + // Minimum execution time: 39_414_300_000 picoseconds. + Weight::from_parts(39_463_624_000, 4119) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } - /// Storage: `MantaSbt::ForceAccount` (r:1 w:0) - /// Proof: `MantaSbt::ForceAccount` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::NextSbtId` (r:1 w:0) - /// Proof: `MantaSbt::NextSbtId` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::SbtMetadataV2` (r:1 w:1) - /// Proof: `MantaSbt::SbtMetadataV2` (`max_values`: None, `max_size`: Some(373), added: 2848, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::EvmAccountAllowlist` (r:1 w:1) - /// Proof: `MantaSbt::EvmAccountAllowlist` (`max_values`: None, `max_size`: Some(73), added: 2548, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::UtxoSet` (r:1 w:1) - /// Proof: `MantaSbt::UtxoSet` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::ShardTrees` (r:1 w:1) - /// Proof: `MantaSbt::ShardTrees` (`max_values`: None, `max_size`: Some(654), added: 3129, mode: `MaxEncodedLen`) - /// Storage: `MantaSbt::Shards` (r:0 w:1) - /// Proof: `MantaSbt::Shards` (`max_values`: None, `max_size`: Some(395), added: 2870, mode: `MaxEncodedLen`) + /// Storage: MantaSbt ForceAccount (r:1 w:0) + /// Proof: MantaSbt ForceAccount (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + /// Storage: MantaSbt NextSbtId (r:1 w:0) + /// Proof: MantaSbt NextSbtId (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: MantaSbt SbtMetadataV2 (r:1 w:1) + /// Proof: MantaSbt SbtMetadataV2 (max_values: None, max_size: Some(373), added: 2848, mode: MaxEncodedLen) + /// Storage: MantaSbt EvmAccountAllowlist (r:1 w:1) + /// Proof: MantaSbt EvmAccountAllowlist (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) + /// Storage: MantaSbt UtxoSet (r:1 w:1) + /// Proof: MantaSbt UtxoSet (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) + /// Storage: MantaSbt ShardTrees (r:1 w:1) + /// Proof: MantaSbt ShardTrees (max_values: None, max_size: Some(654), added: 3129, mode: MaxEncodedLen) + /// Storage: MantaSbt Shards (r:0 w:1) + /// Proof: MantaSbt Shards (max_values: None, max_size: Some(395), added: 2870, mode: MaxEncodedLen) fn force_mint_sbt_eth() -> Weight { // Proof Size summary in bytes: // Measured: `5568` // Estimated: `4119` - // Minimum execution time: 39_623_109_000 picoseconds. - Weight::from_parts(39_700_816_000, 4119) + // Minimum execution time: 39_404_233_000 picoseconds. + Weight::from_parts(39_457_731_000, 4119) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } - /// Storage: `MantaSbt::ForceAccount` (r:0 w:1) - /// Proof: `MantaSbt::ForceAccount` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) + /// Storage: MantaSbt ForceAccount (r:0 w:1) + /// Proof: MantaSbt ForceAccount (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) fn change_force_account() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_654_000 picoseconds. - Weight::from_parts(8_037_000, 0) + // Minimum execution time: 10_046_000 picoseconds. + Weight::from_parts(10_416_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } } diff --git a/runtime/manta/src/weights/pallet_membership.rs b/runtime/manta/src/weights/pallet_membership.rs index 01c44195c..603bca131 100644 --- a/runtime/manta/src/weights/pallet_membership.rs +++ b/runtime/manta/src/weights/pallet_membership.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for pallet_membership //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-19, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: // ./target/production/manta @@ -37,7 +37,6 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] -#![allow(double_parens)] #![allow(unused_imports)] #![allow(missing_docs)] @@ -58,302 +57,302 @@ pub trait WeightInfo { /// Weights for pallet_membership using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_membership::WeightInfo for SubstrateWeight { - /// Storage: `CouncilMembership::Members` (r:1 w:1) - /// Proof: `CouncilMembership::Members` (`max_values`: Some(1), `max_size`: Some(3202), added: 3697, mode: `MaxEncodedLen`) - /// Storage: `Council::Proposals` (r:1 w:0) - /// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Members` (r:0 w:1) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Prime` (r:0 w:1) - /// Proof: `Council::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CouncilMembership Members (r:1 w:1) + /// Proof: CouncilMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) + /// Storage: Council Proposals (r:1 w:0) + /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Members (r:0 w:1) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Prime (r:0 w:1) + /// Proof Skipped: Council Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 99]`. fn add_member(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `139 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 13_338_000 picoseconds. - Weight::from_parts(14_014_836, 4687) - // Standard Error: 179 - .saturating_add(Weight::from_parts(25_789, 0).saturating_mul(m.into())) + // Minimum execution time: 18_266_000 picoseconds. + Weight::from_parts(18_984_593, 4687) + // Standard Error: 211 + .saturating_add(Weight::from_parts(24_336, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } - /// Storage: `CouncilMembership::Members` (r:1 w:1) - /// Proof: `CouncilMembership::Members` (`max_values`: Some(1), `max_size`: Some(3202), added: 3697, mode: `MaxEncodedLen`) - /// Storage: `Council::Proposals` (r:1 w:0) - /// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `CouncilMembership::Prime` (r:1 w:0) - /// Proof: `CouncilMembership::Prime` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `Council::Members` (r:0 w:1) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Prime` (r:0 w:1) - /// Proof: `Council::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CouncilMembership Members (r:1 w:1) + /// Proof: CouncilMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) + /// Storage: Council Proposals (r:1 w:0) + /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: CouncilMembership Prime (r:1 w:0) + /// Proof: CouncilMembership Prime (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + /// Storage: Council Members (r:0 w:1) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Prime (r:0 w:1) + /// Proof Skipped: Council Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[2, 100]`. fn remove_member(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `243 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 15_654_000 picoseconds. - Weight::from_parts(16_196_513, 4687) - // Standard Error: 172 - .saturating_add(Weight::from_parts(27_473, 0).saturating_mul(m.into())) + // Minimum execution time: 21_294_000 picoseconds. + Weight::from_parts(21_838_358, 4687) + // Standard Error: 197 + .saturating_add(Weight::from_parts(21_500, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } - /// Storage: `CouncilMembership::Members` (r:1 w:1) - /// Proof: `CouncilMembership::Members` (`max_values`: Some(1), `max_size`: Some(3202), added: 3697, mode: `MaxEncodedLen`) - /// Storage: `Council::Proposals` (r:1 w:0) - /// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `CouncilMembership::Prime` (r:1 w:0) - /// Proof: `CouncilMembership::Prime` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `Council::Members` (r:0 w:1) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Prime` (r:0 w:1) - /// Proof: `Council::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CouncilMembership Members (r:1 w:1) + /// Proof: CouncilMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) + /// Storage: Council Proposals (r:1 w:0) + /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: CouncilMembership Prime (r:1 w:0) + /// Proof: CouncilMembership Prime (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + /// Storage: Council Members (r:0 w:1) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Prime (r:0 w:1) + /// Proof Skipped: Council Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[2, 100]`. fn swap_member(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `243 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 15_846_000 picoseconds. - Weight::from_parts(16_411_789, 4687) - // Standard Error: 256 - .saturating_add(Weight::from_parts(40_018, 0).saturating_mul(m.into())) + // Minimum execution time: 21_094_000 picoseconds. + Weight::from_parts(22_001_493, 4687) + // Standard Error: 230 + .saturating_add(Weight::from_parts(35_772, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } - /// Storage: `CouncilMembership::Members` (r:1 w:1) - /// Proof: `CouncilMembership::Members` (`max_values`: Some(1), `max_size`: Some(3202), added: 3697, mode: `MaxEncodedLen`) - /// Storage: `Council::Proposals` (r:1 w:0) - /// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `CouncilMembership::Prime` (r:1 w:0) - /// Proof: `CouncilMembership::Prime` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `Council::Members` (r:0 w:1) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Prime` (r:0 w:1) - /// Proof: `Council::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CouncilMembership Members (r:1 w:1) + /// Proof: CouncilMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) + /// Storage: Council Proposals (r:1 w:0) + /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: CouncilMembership Prime (r:1 w:0) + /// Proof: CouncilMembership Prime (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + /// Storage: Council Members (r:0 w:1) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Prime (r:0 w:1) + /// Proof Skipped: Council Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 100]`. fn reset_member(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `243 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 15_191_000 picoseconds. - Weight::from_parts(16_574_367, 4687) - // Standard Error: 381 - .saturating_add(Weight::from_parts(158_489, 0).saturating_mul(m.into())) + // Minimum execution time: 20_748_000 picoseconds. + Weight::from_parts(22_132_159, 4687) + // Standard Error: 386 + .saturating_add(Weight::from_parts(161_751, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } - /// Storage: `CouncilMembership::Members` (r:1 w:1) - /// Proof: `CouncilMembership::Members` (`max_values`: Some(1), `max_size`: Some(3202), added: 3697, mode: `MaxEncodedLen`) - /// Storage: `Council::Proposals` (r:1 w:0) - /// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `CouncilMembership::Prime` (r:1 w:1) - /// Proof: `CouncilMembership::Prime` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `Council::Members` (r:0 w:1) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Prime` (r:0 w:1) - /// Proof: `Council::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CouncilMembership Members (r:1 w:1) + /// Proof: CouncilMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) + /// Storage: Council Proposals (r:1 w:0) + /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: CouncilMembership Prime (r:1 w:1) + /// Proof: CouncilMembership Prime (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + /// Storage: Council Members (r:0 w:1) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Prime (r:0 w:1) + /// Proof Skipped: Council Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 100]`. fn change_key(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `243 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 15_825_000 picoseconds. - Weight::from_parts(16_577_938, 4687) - // Standard Error: 277 - .saturating_add(Weight::from_parts(38_218, 0).saturating_mul(m.into())) + // Minimum execution time: 21_757_000 picoseconds. + Weight::from_parts(22_679_258, 4687) + // Standard Error: 318 + .saturating_add(Weight::from_parts(35_648, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } - /// Storage: `CouncilMembership::Members` (r:1 w:0) - /// Proof: `CouncilMembership::Members` (`max_values`: Some(1), `max_size`: Some(3202), added: 3697, mode: `MaxEncodedLen`) - /// Storage: `CouncilMembership::Prime` (r:0 w:1) - /// Proof: `CouncilMembership::Prime` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `Council::Prime` (r:0 w:1) - /// Proof: `Council::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CouncilMembership Members (r:1 w:0) + /// Proof: CouncilMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) + /// Storage: CouncilMembership Prime (r:0 w:1) + /// Proof: CouncilMembership Prime (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + /// Storage: Council Prime (r:0 w:1) + /// Proof Skipped: Council Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 100]`. fn set_prime(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `108 + m * (32 ±0)` // Estimated: `4687 + m * (32 ±0)` - // Minimum execution time: 7_841_000 picoseconds. - Weight::from_parts(8_360_269, 4687) - // Standard Error: 120 - .saturating_add(Weight::from_parts(11_468, 0).saturating_mul(m.into())) + // Minimum execution time: 9_560_000 picoseconds. + Weight::from_parts(9_974_827, 4687) + // Standard Error: 134 + .saturating_add(Weight::from_parts(10_545, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } - /// Storage: `CouncilMembership::Prime` (r:0 w:1) - /// Proof: `CouncilMembership::Prime` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `Council::Prime` (r:0 w:1) - /// Proof: `Council::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CouncilMembership Prime (r:0 w:1) + /// Proof: CouncilMembership Prime (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + /// Storage: Council Prime (r:0 w:1) + /// Proof Skipped: Council Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 100]`. fn clear_prime(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_332_000 picoseconds. - Weight::from_parts(2_563_892, 0) + // Minimum execution time: 3_480_000 picoseconds. + Weight::from_parts(3_677_854, 0) // Standard Error: 49 - .saturating_add(Weight::from_parts(1_195, 0).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(624, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().writes(2_u64)) } } // For backwards compatibility and tests impl WeightInfo for () { - /// Storage: `CouncilMembership::Members` (r:1 w:1) - /// Proof: `CouncilMembership::Members` (`max_values`: Some(1), `max_size`: Some(3202), added: 3697, mode: `MaxEncodedLen`) - /// Storage: `Council::Proposals` (r:1 w:0) - /// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Members` (r:0 w:1) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Prime` (r:0 w:1) - /// Proof: `Council::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CouncilMembership Members (r:1 w:1) + /// Proof: CouncilMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) + /// Storage: Council Proposals (r:1 w:0) + /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Members (r:0 w:1) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Prime (r:0 w:1) + /// Proof Skipped: Council Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 99]`. fn add_member(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `139 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 13_338_000 picoseconds. - Weight::from_parts(14_014_836, 4687) - // Standard Error: 179 - .saturating_add(Weight::from_parts(25_789, 0).saturating_mul(m.into())) + // Minimum execution time: 18_266_000 picoseconds. + Weight::from_parts(18_984_593, 4687) + // Standard Error: 211 + .saturating_add(Weight::from_parts(24_336, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } - /// Storage: `CouncilMembership::Members` (r:1 w:1) - /// Proof: `CouncilMembership::Members` (`max_values`: Some(1), `max_size`: Some(3202), added: 3697, mode: `MaxEncodedLen`) - /// Storage: `Council::Proposals` (r:1 w:0) - /// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `CouncilMembership::Prime` (r:1 w:0) - /// Proof: `CouncilMembership::Prime` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `Council::Members` (r:0 w:1) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Prime` (r:0 w:1) - /// Proof: `Council::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CouncilMembership Members (r:1 w:1) + /// Proof: CouncilMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) + /// Storage: Council Proposals (r:1 w:0) + /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: CouncilMembership Prime (r:1 w:0) + /// Proof: CouncilMembership Prime (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + /// Storage: Council Members (r:0 w:1) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Prime (r:0 w:1) + /// Proof Skipped: Council Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[2, 100]`. fn remove_member(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `243 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 15_654_000 picoseconds. - Weight::from_parts(16_196_513, 4687) - // Standard Error: 172 - .saturating_add(Weight::from_parts(27_473, 0).saturating_mul(m.into())) + // Minimum execution time: 21_294_000 picoseconds. + Weight::from_parts(21_838_358, 4687) + // Standard Error: 197 + .saturating_add(Weight::from_parts(21_500, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } - /// Storage: `CouncilMembership::Members` (r:1 w:1) - /// Proof: `CouncilMembership::Members` (`max_values`: Some(1), `max_size`: Some(3202), added: 3697, mode: `MaxEncodedLen`) - /// Storage: `Council::Proposals` (r:1 w:0) - /// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `CouncilMembership::Prime` (r:1 w:0) - /// Proof: `CouncilMembership::Prime` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `Council::Members` (r:0 w:1) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Prime` (r:0 w:1) - /// Proof: `Council::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CouncilMembership Members (r:1 w:1) + /// Proof: CouncilMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) + /// Storage: Council Proposals (r:1 w:0) + /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: CouncilMembership Prime (r:1 w:0) + /// Proof: CouncilMembership Prime (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + /// Storage: Council Members (r:0 w:1) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Prime (r:0 w:1) + /// Proof Skipped: Council Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[2, 100]`. fn swap_member(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `243 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 15_846_000 picoseconds. - Weight::from_parts(16_411_789, 4687) - // Standard Error: 256 - .saturating_add(Weight::from_parts(40_018, 0).saturating_mul(m.into())) + // Minimum execution time: 21_094_000 picoseconds. + Weight::from_parts(22_001_493, 4687) + // Standard Error: 230 + .saturating_add(Weight::from_parts(35_772, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } - /// Storage: `CouncilMembership::Members` (r:1 w:1) - /// Proof: `CouncilMembership::Members` (`max_values`: Some(1), `max_size`: Some(3202), added: 3697, mode: `MaxEncodedLen`) - /// Storage: `Council::Proposals` (r:1 w:0) - /// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `CouncilMembership::Prime` (r:1 w:0) - /// Proof: `CouncilMembership::Prime` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `Council::Members` (r:0 w:1) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Prime` (r:0 w:1) - /// Proof: `Council::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CouncilMembership Members (r:1 w:1) + /// Proof: CouncilMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) + /// Storage: Council Proposals (r:1 w:0) + /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: CouncilMembership Prime (r:1 w:0) + /// Proof: CouncilMembership Prime (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + /// Storage: Council Members (r:0 w:1) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Prime (r:0 w:1) + /// Proof Skipped: Council Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 100]`. fn reset_member(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `243 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 15_191_000 picoseconds. - Weight::from_parts(16_574_367, 4687) - // Standard Error: 381 - .saturating_add(Weight::from_parts(158_489, 0).saturating_mul(m.into())) + // Minimum execution time: 20_748_000 picoseconds. + Weight::from_parts(22_132_159, 4687) + // Standard Error: 386 + .saturating_add(Weight::from_parts(161_751, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } - /// Storage: `CouncilMembership::Members` (r:1 w:1) - /// Proof: `CouncilMembership::Members` (`max_values`: Some(1), `max_size`: Some(3202), added: 3697, mode: `MaxEncodedLen`) - /// Storage: `Council::Proposals` (r:1 w:0) - /// Proof: `Council::Proposals` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `CouncilMembership::Prime` (r:1 w:1) - /// Proof: `CouncilMembership::Prime` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `Council::Members` (r:0 w:1) - /// Proof: `Council::Members` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Council::Prime` (r:0 w:1) - /// Proof: `Council::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CouncilMembership Members (r:1 w:1) + /// Proof: CouncilMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) + /// Storage: Council Proposals (r:1 w:0) + /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: CouncilMembership Prime (r:1 w:1) + /// Proof: CouncilMembership Prime (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + /// Storage: Council Members (r:0 w:1) + /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Council Prime (r:0 w:1) + /// Proof Skipped: Council Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 100]`. fn change_key(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `243 + m * (64 ±0)` // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 15_825_000 picoseconds. - Weight::from_parts(16_577_938, 4687) - // Standard Error: 277 - .saturating_add(Weight::from_parts(38_218, 0).saturating_mul(m.into())) + // Minimum execution time: 21_757_000 picoseconds. + Weight::from_parts(22_679_258, 4687) + // Standard Error: 318 + .saturating_add(Weight::from_parts(35_648, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } - /// Storage: `CouncilMembership::Members` (r:1 w:0) - /// Proof: `CouncilMembership::Members` (`max_values`: Some(1), `max_size`: Some(3202), added: 3697, mode: `MaxEncodedLen`) - /// Storage: `CouncilMembership::Prime` (r:0 w:1) - /// Proof: `CouncilMembership::Prime` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `Council::Prime` (r:0 w:1) - /// Proof: `Council::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CouncilMembership Members (r:1 w:0) + /// Proof: CouncilMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) + /// Storage: CouncilMembership Prime (r:0 w:1) + /// Proof: CouncilMembership Prime (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + /// Storage: Council Prime (r:0 w:1) + /// Proof Skipped: Council Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 100]`. fn set_prime(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `108 + m * (32 ±0)` // Estimated: `4687 + m * (32 ±0)` - // Minimum execution time: 7_841_000 picoseconds. - Weight::from_parts(8_360_269, 4687) - // Standard Error: 120 - .saturating_add(Weight::from_parts(11_468, 0).saturating_mul(m.into())) + // Minimum execution time: 9_560_000 picoseconds. + Weight::from_parts(9_974_827, 4687) + // Standard Error: 134 + .saturating_add(Weight::from_parts(10_545, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } - /// Storage: `CouncilMembership::Prime` (r:0 w:1) - /// Proof: `CouncilMembership::Prime` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `Council::Prime` (r:0 w:1) - /// Proof: `Council::Prime` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: CouncilMembership Prime (r:0 w:1) + /// Proof: CouncilMembership Prime (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + /// Storage: Council Prime (r:0 w:1) + /// Proof Skipped: Council Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 100]`. fn clear_prime(m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_332_000 picoseconds. - Weight::from_parts(2_563_892, 0) + // Minimum execution time: 3_480_000 picoseconds. + Weight::from_parts(3_677_854, 0) // Standard Error: 49 - .saturating_add(Weight::from_parts(1_195, 0).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(624, 0).saturating_mul(m.into())) .saturating_add(RocksDbWeight::get().writes(2_u64)) } } diff --git a/runtime/manta/src/weights/pallet_multisig.rs b/runtime/manta/src/weights/pallet_multisig.rs index 4cae29d67..0f7c55946 100644 --- a/runtime/manta/src/weights/pallet_multisig.rs +++ b/runtime/manta/src/weights/pallet_multisig.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for pallet_multisig //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-19, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: // ./target/production/manta @@ -37,7 +37,6 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] -#![allow(double_parens)] #![allow(unused_imports)] #![allow(missing_docs)] @@ -63,103 +62,103 @@ impl pallet_multisig::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 14_173_000 picoseconds. - Weight::from_parts(14_688_637, 0) + // Minimum execution time: 15_266_000 picoseconds. + Weight::from_parts(15_663_644, 0) // Standard Error: 2 - .saturating_add(Weight::from_parts(635, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(691, 0).saturating_mul(z.into())) } - /// Storage: `Multisig::Multisigs` (r:1 w:1) - /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(3346), added: 5821, mode: `MaxEncodedLen`) + /// Storage: Multisig Multisigs (r:1 w:1) + /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_create(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `338 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 42_004_000 picoseconds. - Weight::from_parts(32_389_218, 6811) - // Standard Error: 491 - .saturating_add(Weight::from_parts(105_538, 0).saturating_mul(s.into())) + // Minimum execution time: 46_400_000 picoseconds. + Weight::from_parts(36_550_280, 6811) + // Standard Error: 501 + .saturating_add(Weight::from_parts(118_375, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_parts(1_440, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_472, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Multisig::Multisigs` (r:1 w:1) - /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(3346), added: 5821, mode: `MaxEncodedLen`) + /// Storage: Multisig Multisigs (r:1 w:1) + /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) /// The range of component `s` is `[3, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_approve(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `315` // Estimated: `6811` - // Minimum execution time: 28_215_000 picoseconds. - Weight::from_parts(20_058_771, 6811) - // Standard Error: 812 - .saturating_add(Weight::from_parts(100_589, 0).saturating_mul(s.into())) - // Standard Error: 7 - .saturating_add(Weight::from_parts(1_429, 0).saturating_mul(z.into())) + // Minimum execution time: 31_065_000 picoseconds. + Weight::from_parts(20_869_197, 6811) + // Standard Error: 440 + .saturating_add(Weight::from_parts(109_877, 0).saturating_mul(s.into())) + // Standard Error: 4 + .saturating_add(Weight::from_parts(1_494, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Multisig::Multisigs` (r:1 w:1) - /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(3346), added: 5821, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Multisig Multisigs (r:1 w:1) + /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_complete(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `418 + s * (33 ±0)` // Estimated: `6811` - // Minimum execution time: 49_218_000 picoseconds. - Weight::from_parts(36_641_253, 6811) - // Standard Error: 1_403 - .saturating_add(Weight::from_parts(144_830, 0).saturating_mul(s.into())) - // Standard Error: 13 - .saturating_add(Weight::from_parts(1_476, 0).saturating_mul(z.into())) + // Minimum execution time: 53_439_000 picoseconds. + Weight::from_parts(40_781_356, 6811) + // Standard Error: 792 + .saturating_add(Weight::from_parts(151_013, 0).saturating_mul(s.into())) + // Standard Error: 7 + .saturating_add(Weight::from_parts(1_500, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Multisig::Multisigs` (r:1 w:1) - /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(3346), added: 5821, mode: `MaxEncodedLen`) + /// Storage: Multisig Multisigs (r:1 w:1) + /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_create(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `342 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 29_236_000 picoseconds. - Weight::from_parts(31_155_461, 6811) - // Standard Error: 555 - .saturating_add(Weight::from_parts(102_333, 0).saturating_mul(s.into())) + // Minimum execution time: 33_023_000 picoseconds. + Weight::from_parts(34_286_049, 6811) + // Standard Error: 583 + .saturating_add(Weight::from_parts(123_300, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Multisig::Multisigs` (r:1 w:1) - /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(3346), added: 5821, mode: `MaxEncodedLen`) + /// Storage: Multisig Multisigs (r:1 w:1) + /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_approve(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `315` // Estimated: `6811` - // Minimum execution time: 17_193_000 picoseconds. - Weight::from_parts(17_699_105, 6811) - // Standard Error: 1_051 - .saturating_add(Weight::from_parts(117_858, 0).saturating_mul(s.into())) + // Minimum execution time: 18_913_000 picoseconds. + Weight::from_parts(19_436_790, 6811) + // Standard Error: 485 + .saturating_add(Weight::from_parts(110_803, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Multisig::Multisigs` (r:1 w:1) - /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(3346), added: 5821, mode: `MaxEncodedLen`) + /// Storage: Multisig Multisigs (r:1 w:1) + /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) /// The range of component `s` is `[2, 100]`. fn cancel_as_multi(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `487 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 31_020_000 picoseconds. - Weight::from_parts(32_600_563, 6811) - // Standard Error: 507 - .saturating_add(Weight::from_parts(104_634, 0).saturating_mul(s.into())) + // Minimum execution time: 34_350_000 picoseconds. + Weight::from_parts(35_624_066, 6811) + // Standard Error: 541 + .saturating_add(Weight::from_parts(122_797, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -172,103 +171,103 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 14_173_000 picoseconds. - Weight::from_parts(14_688_637, 0) + // Minimum execution time: 15_266_000 picoseconds. + Weight::from_parts(15_663_644, 0) // Standard Error: 2 - .saturating_add(Weight::from_parts(635, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(691, 0).saturating_mul(z.into())) } - /// Storage: `Multisig::Multisigs` (r:1 w:1) - /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(3346), added: 5821, mode: `MaxEncodedLen`) + /// Storage: Multisig Multisigs (r:1 w:1) + /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_create(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `338 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 42_004_000 picoseconds. - Weight::from_parts(32_389_218, 6811) - // Standard Error: 491 - .saturating_add(Weight::from_parts(105_538, 0).saturating_mul(s.into())) + // Minimum execution time: 46_400_000 picoseconds. + Weight::from_parts(36_550_280, 6811) + // Standard Error: 501 + .saturating_add(Weight::from_parts(118_375, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_parts(1_440, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_472, 0).saturating_mul(z.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Multisig::Multisigs` (r:1 w:1) - /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(3346), added: 5821, mode: `MaxEncodedLen`) + /// Storage: Multisig Multisigs (r:1 w:1) + /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) /// The range of component `s` is `[3, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_approve(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `315` // Estimated: `6811` - // Minimum execution time: 28_215_000 picoseconds. - Weight::from_parts(20_058_771, 6811) - // Standard Error: 812 - .saturating_add(Weight::from_parts(100_589, 0).saturating_mul(s.into())) - // Standard Error: 7 - .saturating_add(Weight::from_parts(1_429, 0).saturating_mul(z.into())) + // Minimum execution time: 31_065_000 picoseconds. + Weight::from_parts(20_869_197, 6811) + // Standard Error: 440 + .saturating_add(Weight::from_parts(109_877, 0).saturating_mul(s.into())) + // Standard Error: 4 + .saturating_add(Weight::from_parts(1_494, 0).saturating_mul(z.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Multisig::Multisigs` (r:1 w:1) - /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(3346), added: 5821, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Multisig Multisigs (r:1 w:1) + /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. fn as_multi_complete(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `418 + s * (33 ±0)` // Estimated: `6811` - // Minimum execution time: 49_218_000 picoseconds. - Weight::from_parts(36_641_253, 6811) - // Standard Error: 1_403 - .saturating_add(Weight::from_parts(144_830, 0).saturating_mul(s.into())) - // Standard Error: 13 - .saturating_add(Weight::from_parts(1_476, 0).saturating_mul(z.into())) + // Minimum execution time: 53_439_000 picoseconds. + Weight::from_parts(40_781_356, 6811) + // Standard Error: 792 + .saturating_add(Weight::from_parts(151_013, 0).saturating_mul(s.into())) + // Standard Error: 7 + .saturating_add(Weight::from_parts(1_500, 0).saturating_mul(z.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `Multisig::Multisigs` (r:1 w:1) - /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(3346), added: 5821, mode: `MaxEncodedLen`) + /// Storage: Multisig Multisigs (r:1 w:1) + /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_create(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `342 + s * (2 ±0)` // Estimated: `6811` - // Minimum execution time: 29_236_000 picoseconds. - Weight::from_parts(31_155_461, 6811) - // Standard Error: 555 - .saturating_add(Weight::from_parts(102_333, 0).saturating_mul(s.into())) + // Minimum execution time: 33_023_000 picoseconds. + Weight::from_parts(34_286_049, 6811) + // Standard Error: 583 + .saturating_add(Weight::from_parts(123_300, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Multisig::Multisigs` (r:1 w:1) - /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(3346), added: 5821, mode: `MaxEncodedLen`) + /// Storage: Multisig Multisigs (r:1 w:1) + /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) /// The range of component `s` is `[2, 100]`. fn approve_as_multi_approve(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `315` // Estimated: `6811` - // Minimum execution time: 17_193_000 picoseconds. - Weight::from_parts(17_699_105, 6811) - // Standard Error: 1_051 - .saturating_add(Weight::from_parts(117_858, 0).saturating_mul(s.into())) + // Minimum execution time: 18_913_000 picoseconds. + Weight::from_parts(19_436_790, 6811) + // Standard Error: 485 + .saturating_add(Weight::from_parts(110_803, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Multisig::Multisigs` (r:1 w:1) - /// Proof: `Multisig::Multisigs` (`max_values`: None, `max_size`: Some(3346), added: 5821, mode: `MaxEncodedLen`) + /// Storage: Multisig Multisigs (r:1 w:1) + /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) /// The range of component `s` is `[2, 100]`. fn cancel_as_multi(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `487 + s * (1 ±0)` // Estimated: `6811` - // Minimum execution time: 31_020_000 picoseconds. - Weight::from_parts(32_600_563, 6811) - // Standard Error: 507 - .saturating_add(Weight::from_parts(104_634, 0).saturating_mul(s.into())) + // Minimum execution time: 34_350_000 picoseconds. + Weight::from_parts(35_624_066, 6811) + // Standard Error: 541 + .saturating_add(Weight::from_parts(122_797, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/runtime/manta/src/weights/pallet_name_service.rs b/runtime/manta/src/weights/pallet_name_service.rs index ac9ce5f89..2e4eec0c8 100644 --- a/runtime/manta/src/weights/pallet_name_service.rs +++ b/runtime/manta/src/weights/pallet_name_service.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for pallet_name_service //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-19, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: // ./target/production/manta @@ -37,7 +37,6 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] -#![allow(double_parens)] #![allow(unused_imports)] #![allow(missing_docs)] @@ -56,68 +55,68 @@ pub trait WeightInfo { /// Weights for pallet_name_service using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_name_service::WeightInfo for SubstrateWeight { - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `NameService::PendingRegister` (r:1 w:1) - /// Proof: `NameService::PendingRegister` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `NameService::UsernameRecords` (r:1 w:0) - /// Proof: `NameService::UsernameRecords` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: NameService PendingRegister (r:1 w:1) + /// Proof Skipped: NameService PendingRegister (max_values: None, max_size: None, mode: Measured) + /// Storage: NameService UsernameRecords (r:1 w:0) + /// Proof Skipped: NameService UsernameRecords (max_values: None, max_size: None, mode: Measured) fn register() -> Weight { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3593` - // Minimum execution time: 51_171_000 picoseconds. - Weight::from_parts(52_473_000, 3593) + // Minimum execution time: 58_575_000 picoseconds. + Weight::from_parts(59_414_000, 3593) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `NameService::PendingRegister` (r:1 w:1) - /// Proof: `NameService::PendingRegister` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `NameService::UsernameRecords` (r:0 w:1) - /// Proof: `NameService::UsernameRecords` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: NameService PendingRegister (r:1 w:1) + /// Proof Skipped: NameService PendingRegister (max_values: None, max_size: None, mode: Measured) + /// Storage: NameService UsernameRecords (r:0 w:1) + /// Proof Skipped: NameService UsernameRecords (max_values: None, max_size: None, mode: Measured) fn accept_register() -> Weight { // Proof Size summary in bytes: // Measured: `145` // Estimated: `3610` - // Minimum execution time: 17_604_000 picoseconds. - Weight::from_parts(17_968_000, 3610) + // Minimum execution time: 20_132_000 picoseconds. + Weight::from_parts(20_461_000, 3610) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `NameService::UsernameRecords` (r:1 w:0) - /// Proof: `NameService::UsernameRecords` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `NameService::PrimaryRecords` (r:1 w:1) - /// Proof: `NameService::PrimaryRecords` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: NameService UsernameRecords (r:1 w:0) + /// Proof Skipped: NameService UsernameRecords (max_values: None, max_size: None, mode: Measured) + /// Storage: NameService PrimaryRecords (r:1 w:1) + /// Proof Skipped: NameService PrimaryRecords (max_values: None, max_size: None, mode: Measured) fn set_primary_name() -> Weight { // Proof Size summary in bytes: // Measured: `111` // Estimated: `3576` - // Minimum execution time: 16_934_000 picoseconds. - Weight::from_parts(17_547_000, 3576) + // Minimum execution time: 18_926_000 picoseconds. + Weight::from_parts(19_385_000, 3576) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `NameService::PendingRegister` (r:1 w:1) - /// Proof: `NameService::PendingRegister` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: NameService PendingRegister (r:1 w:1) + /// Proof Skipped: NameService PendingRegister (max_values: None, max_size: None, mode: Measured) fn cancel_pending_register() -> Weight { // Proof Size summary in bytes: // Measured: `145` // Estimated: `3610` - // Minimum execution time: 15_651_000 picoseconds. - Weight::from_parts(15_903_000, 3610) + // Minimum execution time: 17_732_000 picoseconds. + Weight::from_parts(18_199_000, 3610) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `NameService::UsernameRecords` (r:1 w:1) - /// Proof: `NameService::UsernameRecords` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `NameService::PrimaryRecords` (r:1 w:0) - /// Proof: `NameService::PrimaryRecords` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: NameService UsernameRecords (r:1 w:1) + /// Proof Skipped: NameService UsernameRecords (max_values: None, max_size: None, mode: Measured) + /// Storage: NameService PrimaryRecords (r:1 w:0) + /// Proof Skipped: NameService PrimaryRecords (max_values: None, max_size: None, mode: Measured) fn remove_register() -> Weight { // Proof Size summary in bytes: // Measured: `111` // Estimated: `3576` - // Minimum execution time: 16_844_000 picoseconds. - Weight::from_parts(17_169_000, 3576) + // Minimum execution time: 18_783_000 picoseconds. + Weight::from_parts(19_144_000, 3576) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -125,68 +124,68 @@ impl pallet_name_service::WeightInfo for SubstrateWeigh // For backwards compatibility and tests impl WeightInfo for () { - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `NameService::PendingRegister` (r:1 w:1) - /// Proof: `NameService::PendingRegister` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `NameService::UsernameRecords` (r:1 w:0) - /// Proof: `NameService::UsernameRecords` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: NameService PendingRegister (r:1 w:1) + /// Proof Skipped: NameService PendingRegister (max_values: None, max_size: None, mode: Measured) + /// Storage: NameService UsernameRecords (r:1 w:0) + /// Proof Skipped: NameService UsernameRecords (max_values: None, max_size: None, mode: Measured) fn register() -> Weight { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3593` - // Minimum execution time: 51_171_000 picoseconds. - Weight::from_parts(52_473_000, 3593) + // Minimum execution time: 58_575_000 picoseconds. + Weight::from_parts(59_414_000, 3593) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `NameService::PendingRegister` (r:1 w:1) - /// Proof: `NameService::PendingRegister` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `NameService::UsernameRecords` (r:0 w:1) - /// Proof: `NameService::UsernameRecords` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: NameService PendingRegister (r:1 w:1) + /// Proof Skipped: NameService PendingRegister (max_values: None, max_size: None, mode: Measured) + /// Storage: NameService UsernameRecords (r:0 w:1) + /// Proof Skipped: NameService UsernameRecords (max_values: None, max_size: None, mode: Measured) fn accept_register() -> Weight { // Proof Size summary in bytes: // Measured: `145` // Estimated: `3610` - // Minimum execution time: 17_604_000 picoseconds. - Weight::from_parts(17_968_000, 3610) + // Minimum execution time: 20_132_000 picoseconds. + Weight::from_parts(20_461_000, 3610) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `NameService::UsernameRecords` (r:1 w:0) - /// Proof: `NameService::UsernameRecords` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `NameService::PrimaryRecords` (r:1 w:1) - /// Proof: `NameService::PrimaryRecords` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: NameService UsernameRecords (r:1 w:0) + /// Proof Skipped: NameService UsernameRecords (max_values: None, max_size: None, mode: Measured) + /// Storage: NameService PrimaryRecords (r:1 w:1) + /// Proof Skipped: NameService PrimaryRecords (max_values: None, max_size: None, mode: Measured) fn set_primary_name() -> Weight { // Proof Size summary in bytes: // Measured: `111` // Estimated: `3576` - // Minimum execution time: 16_934_000 picoseconds. - Weight::from_parts(17_547_000, 3576) + // Minimum execution time: 18_926_000 picoseconds. + Weight::from_parts(19_385_000, 3576) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `NameService::PendingRegister` (r:1 w:1) - /// Proof: `NameService::PendingRegister` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: NameService PendingRegister (r:1 w:1) + /// Proof Skipped: NameService PendingRegister (max_values: None, max_size: None, mode: Measured) fn cancel_pending_register() -> Weight { // Proof Size summary in bytes: // Measured: `145` // Estimated: `3610` - // Minimum execution time: 15_651_000 picoseconds. - Weight::from_parts(15_903_000, 3610) + // Minimum execution time: 17_732_000 picoseconds. + Weight::from_parts(18_199_000, 3610) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `NameService::UsernameRecords` (r:1 w:1) - /// Proof: `NameService::UsernameRecords` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `NameService::PrimaryRecords` (r:1 w:0) - /// Proof: `NameService::PrimaryRecords` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: NameService UsernameRecords (r:1 w:1) + /// Proof Skipped: NameService UsernameRecords (max_values: None, max_size: None, mode: Measured) + /// Storage: NameService PrimaryRecords (r:1 w:0) + /// Proof Skipped: NameService PrimaryRecords (max_values: None, max_size: None, mode: Measured) fn remove_register() -> Weight { // Proof Size summary in bytes: // Measured: `111` // Estimated: `3576` - // Minimum execution time: 16_844_000 picoseconds. - Weight::from_parts(17_169_000, 3576) + // Minimum execution time: 18_783_000 picoseconds. + Weight::from_parts(19_144_000, 3576) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/runtime/manta/src/weights/pallet_parachain_staking.rs b/runtime/manta/src/weights/pallet_parachain_staking.rs index fa72a4f80..ded3fa05f 100644 --- a/runtime/manta/src/weights/pallet_parachain_staking.rs +++ b/runtime/manta/src/weights/pallet_parachain_staking.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for pallet_parachain_staking //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-19, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: // ./target/production/manta @@ -37,7 +37,6 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] -#![allow(double_parens)] #![allow(unused_imports)] #![allow(missing_docs)] @@ -82,567 +81,565 @@ pub trait WeightInfo { /// Weights for pallet_parachain_staking using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_parachain_staking::WeightInfo for SubstrateWeight { - /// Storage: `ParachainStaking::InflationConfig` (r:1 w:1) - /// Proof: `ParachainStaking::InflationConfig` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking InflationConfig (r:1 w:1) + /// Proof Skipped: ParachainStaking InflationConfig (max_values: Some(1), max_size: None, mode: Measured) fn set_staking_expectations() -> Weight { // Proof Size summary in bytes: // Measured: `88` // Estimated: `1573` - // Minimum execution time: 9_913_000 picoseconds. - Weight::from_parts(10_550_000, 1573) + // Minimum execution time: 12_873_000 picoseconds. + Weight::from_parts(13_224_000, 1573) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `ParachainStaking::InflationConfig` (r:1 w:1) - /// Proof: `ParachainStaking::InflationConfig` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking InflationConfig (r:1 w:1) + /// Proof Skipped: ParachainStaking InflationConfig (max_values: Some(1), max_size: None, mode: Measured) fn set_inflation() -> Weight { // Proof Size summary in bytes: // Measured: `88` // Estimated: `1573` - // Minimum execution time: 46_991_000 picoseconds. - Weight::from_parts(47_628_000, 1573) + // Minimum execution time: 53_532_000 picoseconds. + Weight::from_parts(54_479_000, 1573) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `ParachainStaking::ParachainBondInfo` (r:1 w:1) - /// Proof: `ParachainStaking::ParachainBondInfo` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking ParachainBondInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking ParachainBondInfo (max_values: Some(1), max_size: None, mode: Measured) fn set_parachain_bond_account() -> Weight { // Proof Size summary in bytes: // Measured: `20` // Estimated: `1505` - // Minimum execution time: 8_749_000 picoseconds. - Weight::from_parts(9_104_000, 1505) + // Minimum execution time: 11_820_000 picoseconds. + Weight::from_parts(12_258_000, 1505) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `ParachainStaking::ParachainBondInfo` (r:1 w:1) - /// Proof: `ParachainStaking::ParachainBondInfo` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking ParachainBondInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking ParachainBondInfo (max_values: Some(1), max_size: None, mode: Measured) fn set_parachain_bond_reserve_percent() -> Weight { // Proof Size summary in bytes: // Measured: `20` // Estimated: `1505` - // Minimum execution time: 8_417_000 picoseconds. - Weight::from_parts(8_859_000, 1505) + // Minimum execution time: 11_412_000 picoseconds. + Weight::from_parts(11_874_000, 1505) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `ParachainStaking::TotalSelected` (r:1 w:1) - /// Proof: `ParachainStaking::TotalSelected` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking TotalSelected (r:1 w:1) + /// Proof Skipped: ParachainStaking TotalSelected (max_values: Some(1), max_size: None, mode: Measured) fn set_total_selected() -> Weight { // Proof Size summary in bytes: // Measured: `28` // Estimated: `1513` - // Minimum execution time: 8_066_000 picoseconds. - Weight::from_parts(8_381_000, 1513) + // Minimum execution time: 11_663_000 picoseconds. + Weight::from_parts(12_123_000, 1513) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `ParachainStaking::CollatorCommission` (r:1 w:1) - /// Proof: `ParachainStaking::CollatorCommission` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking CollatorCommission (r:1 w:1) + /// Proof Skipped: ParachainStaking CollatorCommission (max_values: Some(1), max_size: None, mode: Measured) fn set_collator_commission() -> Weight { // Proof Size summary in bytes: // Measured: `27` // Estimated: `1512` - // Minimum execution time: 7_117_000 picoseconds. - Weight::from_parts(7_496_000, 1512) + // Minimum execution time: 10_433_000 picoseconds. + Weight::from_parts(10_743_000, 1512) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `ParachainStaking::TotalSelected` (r:1 w:0) - /// Proof: `ParachainStaking::TotalSelected` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::InflationConfig` (r:1 w:1) - /// Proof: `ParachainStaking::InflationConfig` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking TotalSelected (r:1 w:0) + /// Proof Skipped: ParachainStaking TotalSelected (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking InflationConfig (r:1 w:1) + /// Proof Skipped: ParachainStaking InflationConfig (max_values: Some(1), max_size: None, mode: Measured) fn set_blocks_per_round() -> Weight { // Proof Size summary in bytes: // Measured: `116` // Estimated: `1601` - // Minimum execution time: 50_646_000 picoseconds. - Weight::from_parts(51_103_000, 1601) + // Minimum execution time: 57_375_000 picoseconds. + Weight::from_parts(57_846_000, 1601) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:0) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `CollatorSelection::Candidates` (r:1 w:0) - /// Proof: `CollatorSelection::Candidates` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::Total` (r:1 w:1) - /// Proof: `ParachainStaking::Total` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::TopDelegations` (r:0 w:1) - /// Proof: `ParachainStaking::TopDelegations` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::BottomDelegations` (r:0 w:1) - /// Proof: `ParachainStaking::BottomDelegations` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegatorState (r:1 w:0) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: CollatorSelection Candidates (r:1 w:0) + /// Proof Skipped: CollatorSelection Candidates (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) + /// Storage: ParachainStaking Total (r:1 w:1) + /// Proof Skipped: ParachainStaking Total (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking TopDelegations (r:0 w:1) + /// Proof Skipped: ParachainStaking TopDelegations (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking BottomDelegations (r:0 w:1) + /// Proof Skipped: ParachainStaking BottomDelegations (max_values: None, max_size: None, mode: Measured) /// The range of component `x` is `[3, 1000]`. fn join_candidates(x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1926 + x * (49 ±0)` // Estimated: `5168 + x * (50 ±0)` - // Minimum execution time: 49_782_000 picoseconds. - Weight::from_parts(44_100_688, 5168) - // Standard Error: 2_277 - .saturating_add(Weight::from_parts(186_835, 0).saturating_mul(x.into())) + // Minimum execution time: 60_572_000 picoseconds. + Weight::from_parts(58_987_478, 5168) + // Standard Error: 1_695 + .saturating_add(Weight::from_parts(180_090, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) .saturating_add(Weight::from_parts(0, 50).saturating_mul(x.into())) } - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `x` is `[3, 1000]`. fn schedule_leave_candidates(x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `927 + x * (48 ±0)` // Estimated: `4314 + x * (49 ±0)` - // Minimum execution time: 19_078_000 picoseconds. - Weight::from_parts(17_363_084, 4314) - // Standard Error: 2_107 - .saturating_add(Weight::from_parts(128_504, 0).saturating_mul(x.into())) + // Minimum execution time: 23_156_000 picoseconds. + Weight::from_parts(16_306_494, 4314) + // Standard Error: 1_419 + .saturating_add(Weight::from_parts(151_377, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(x.into())) } - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::TopDelegations` (r:1 w:1) - /// Proof: `ParachainStaking::TopDelegations` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegatorState` (r:149 w:149) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Balances::Locks` (r:150 w:150) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:150 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:150 w:150) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:1) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::BottomDelegations` (r:1 w:1) - /// Proof: `ParachainStaking::BottomDelegations` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::Total` (r:1 w:1) - /// Proof: `ParachainStaking::Total` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking TopDelegations (r:1 w:1) + /// Proof Skipped: ParachainStaking TopDelegations (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegatorState (r:149 w:149) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: Balances Locks (r:150 w:150) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:150 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) + /// Storage: System Account (r:150 w:150) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: ParachainStaking DelegationScheduledRequests (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking BottomDelegations (r:1 w:1) + /// Proof Skipped: ParachainStaking BottomDelegations (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking Total (r:1 w:1) + /// Proof Skipped: ParachainStaking Total (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `x` is `[2, 150]`. fn execute_leave_candidates(x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `82 + x * (524 ±0)` // Estimated: `4755 + x * (3774 ±0)` - // Minimum execution time: 108_974_000 picoseconds. - Weight::from_parts(113_006_000, 4755) - // Standard Error: 39_591 - .saturating_add(Weight::from_parts(30_237_115, 0).saturating_mul(x.into())) + // Minimum execution time: 122_020_000 picoseconds. + Weight::from_parts(128_121_000, 4755) + // Standard Error: 32_582 + .saturating_add(Weight::from_parts(33_478_921, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().writes(4_u64)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(x.into()))) .saturating_add(Weight::from_parts(0, 3774).saturating_mul(x.into())) } - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `x` is `[3, 1000]`. fn cancel_leave_candidates(x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `883 + x * (48 ±0)` // Estimated: `4269 + x * (49 ±0)` - // Minimum execution time: 18_133_000 picoseconds. - Weight::from_parts(12_608_338, 4269) - // Standard Error: 2_211 - .saturating_add(Weight::from_parts(133_229, 0).saturating_mul(x.into())) + // Minimum execution time: 21_713_000 picoseconds. + Weight::from_parts(9_886_612, 4269) + // Standard Error: 1_810 + .saturating_add(Weight::from_parts(176_014, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(x.into())) } - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) fn go_offline() -> Weight { // Proof Size summary in bytes: // Measured: `308` // Estimated: `3773` - // Minimum execution time: 17_413_000 picoseconds. - Weight::from_parts(18_027_000, 3773) + // Minimum execution time: 21_509_000 picoseconds. + Weight::from_parts(21_952_000, 3773) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) fn go_online() -> Weight { // Proof Size summary in bytes: // Measured: `259` // Estimated: `3724` - // Minimum execution time: 17_594_000 picoseconds. - Weight::from_parts(18_138_000, 3724) + // Minimum execution time: 21_120_000 picoseconds. + Weight::from_parts(21_648_000, 3724) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::Total` (r:1 w:1) - /// Proof: `ParachainStaking::Total` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: ParachainStaking Total (r:1 w:1) + /// Proof Skipped: ParachainStaking Total (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) fn candidate_bond_more() -> Weight { // Proof Size summary in bytes: // Measured: `550` // Estimated: `4764` - // Minimum execution time: 42_552_000 picoseconds. - Weight::from_parts(43_324_000, 4764) + // Minimum execution time: 50_026_000 picoseconds. + Weight::from_parts(50_979_000, 4764) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) fn schedule_candidate_bond_less() -> Weight { // Proof Size summary in bytes: // Measured: `184` // Estimated: `3649` - // Minimum execution time: 14_932_000 picoseconds. - Weight::from_parts(15_551_000, 3649) + // Minimum execution time: 17_860_000 picoseconds. + Weight::from_parts(18_244_000, 3649) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::Total` (r:1 w:1) - /// Proof: `ParachainStaking::Total` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking Total (r:1 w:1) + /// Proof Skipped: ParachainStaking Total (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) fn execute_candidate_bond_less() -> Weight { // Proof Size summary in bytes: // Measured: `570` // Estimated: `4764` - // Minimum execution time: 59_232_000 picoseconds. - Weight::from_parts(64_405_000, 4764) + // Minimum execution time: 75_997_000 picoseconds. + Weight::from_parts(80_334_000, 4764) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) fn cancel_candidate_bond_less() -> Weight { // Proof Size summary in bytes: // Measured: `204` // Estimated: `3669` - // Minimum execution time: 13_660_000 picoseconds. - Weight::from_parts(14_160_000, 3669) + // Minimum execution time: 16_238_000 picoseconds. + Weight::from_parts(16_732_000, 3669) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::TopDelegations` (r:1 w:1) - /// Proof: `ParachainStaking::TopDelegations` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::Total` (r:1 w:1) - /// Proof: `ParachainStaking::Total` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking TopDelegations (r:1 w:1) + /// Proof Skipped: ParachainStaking TopDelegations (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) + /// Storage: ParachainStaking Total (r:1 w:1) + /// Proof Skipped: ParachainStaking Total (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `x` is `[3, 25]`. /// The range of component `y` is `[2, 100]`. fn delegate(x: u32, y: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1206 + x * (127 ±0) + y * (58 ±0)` // Estimated: `4764 + x * (129 ±0) + y * (59 ±0)` - // Minimum execution time: 73_358_000 picoseconds. - Weight::from_parts(54_167_183, 4764) - // Standard Error: 26_045 - .saturating_add(Weight::from_parts(662_697, 0).saturating_mul(x.into())) - // Standard Error: 6_005 - .saturating_add(Weight::from_parts(275_131, 0).saturating_mul(y.into())) + // Minimum execution time: 82_329_000 picoseconds. + Weight::from_parts(78_089_701, 4764) + // Standard Error: 11_971 + .saturating_add(Weight::from_parts(249_196, 0).saturating_mul(x.into())) + // Standard Error: 2_760 + .saturating_add(Weight::from_parts(155_536, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) .saturating_add(Weight::from_parts(0, 129).saturating_mul(x.into())) .saturating_add(Weight::from_parts(0, 59).saturating_mul(y.into())) } - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:1) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegationScheduledRequests (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) fn schedule_leave_delegators() -> Weight { // Proof Size summary in bytes: // Measured: `143` // Estimated: `3608` - // Minimum execution time: 18_577_000 picoseconds. - Weight::from_parts(19_067_000, 3608) + // Minimum execution time: 21_600_000 picoseconds. + Weight::from_parts(21_992_000, 3608) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:24 w:24) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidateInfo` (r:24 w:24) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::TopDelegations` (r:24 w:24) - /// Proof: `ParachainStaking::TopDelegations` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::Total` (r:1 w:1) - /// Proof: `ParachainStaking::Total` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegationScheduledRequests (r:24 w:24) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidateInfo (r:24 w:24) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking TopDelegations (r:24 w:24) + /// Proof Skipped: ParachainStaking TopDelegations (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking Total (r:1 w:1) + /// Proof Skipped: ParachainStaking Total (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `x` is `[2, 25]`. fn execute_leave_delegators(x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `97 + x * (473 ±0)` - // Estimated: `4764 + x * (2597 ±0)` - // Minimum execution time: 89_723_000 picoseconds. - Weight::from_parts(52_520_947, 4764) - // Standard Error: 31_164 - .saturating_add(Weight::from_parts(20_397_018, 0).saturating_mul(x.into())) + // Estimated: `4764 + x * (2597 ±5)` + // Minimum execution time: 104_738_000 picoseconds. + Weight::from_parts(61_252_122, 4764) + // Standard Error: 29_451 + .saturating_add(Weight::from_parts(24_605_417, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(x.into()))) .saturating_add(Weight::from_parts(0, 2597).saturating_mul(x.into())) } - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:1) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegationScheduledRequests (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) fn cancel_leave_delegators() -> Weight { // Proof Size summary in bytes: // Measured: `234` // Estimated: `3699` - // Minimum execution time: 21_249_000 picoseconds. - Weight::from_parts(21_751_000, 3699) + // Minimum execution time: 23_940_000 picoseconds. + Weight::from_parts(24_752_000, 3699) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:1) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegationScheduledRequests (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) fn schedule_revoke_delegation() -> Weight { // Proof Size summary in bytes: // Measured: `143` // Estimated: `3608` - // Minimum execution time: 18_092_000 picoseconds. - Weight::from_parts(18_628_000, 3608) + // Minimum execution time: 21_748_000 picoseconds. + Weight::from_parts(22_357_000, 3608) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:0) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::TopDelegations` (r:1 w:1) - /// Proof: `ParachainStaking::TopDelegations` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::Total` (r:1 w:1) - /// Proof: `ParachainStaking::Total` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking DelegationScheduledRequests (r:1 w:0) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking TopDelegations (r:1 w:1) + /// Proof Skipped: ParachainStaking TopDelegations (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking Total (r:1 w:1) + /// Proof Skipped: ParachainStaking Total (max_values: Some(1), max_size: None, mode: Measured) fn delegator_bond_more() -> Weight { // Proof Size summary in bytes: // Measured: `901` // Estimated: `4764` - // Minimum execution time: 62_276_000 picoseconds. - Weight::from_parts(63_396_000, 4764) + // Minimum execution time: 71_772_000 picoseconds. + Weight::from_parts(72_732_000, 4764) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:1) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegationScheduledRequests (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) fn schedule_delegator_bond_less() -> Weight { // Proof Size summary in bytes: // Measured: `143` // Estimated: `3608` - // Minimum execution time: 18_527_000 picoseconds. - Weight::from_parts(19_099_000, 3608) + // Minimum execution time: 21_600_000 picoseconds. + Weight::from_parts(22_200_000, 3608) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:1) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::TopDelegations` (r:1 w:1) - /// Proof: `ParachainStaking::TopDelegations` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::Total` (r:1 w:1) - /// Proof: `ParachainStaking::Total` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegationScheduledRequests (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking TopDelegations (r:1 w:1) + /// Proof Skipped: ParachainStaking TopDelegations (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking Total (r:1 w:1) + /// Proof Skipped: ParachainStaking Total (max_values: Some(1), max_size: None, mode: Measured) fn execute_revoke_delegation() -> Weight { // Proof Size summary in bytes: // Measured: `992` // Estimated: `4764` - // Minimum execution time: 88_664_000 picoseconds. - Weight::from_parts(93_303_000, 4764) + // Minimum execution time: 105_444_000 picoseconds. + Weight::from_parts(111_676_000, 4764) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:1) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::TopDelegations` (r:1 w:1) - /// Proof: `ParachainStaking::TopDelegations` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::Total` (r:1 w:1) - /// Proof: `ParachainStaking::Total` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegationScheduledRequests (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: ParachainStaking TopDelegations (r:1 w:1) + /// Proof Skipped: ParachainStaking TopDelegations (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking Total (r:1 w:1) + /// Proof Skipped: ParachainStaking Total (max_values: Some(1), max_size: None, mode: Measured) fn execute_delegator_bond_less() -> Weight { // Proof Size summary in bytes: // Measured: `992` // Estimated: `4764` - // Minimum execution time: 83_506_000 picoseconds. - Weight::from_parts(90_852_000, 4764) + // Minimum execution time: 95_746_000 picoseconds. + Weight::from_parts(102_284_000, 4764) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:1) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegationScheduledRequests (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) fn cancel_revoke_delegation() -> Weight { // Proof Size summary in bytes: // Measured: `234` // Estimated: `3699` - // Minimum execution time: 18_382_000 picoseconds. - Weight::from_parts(18_899_000, 3699) + // Minimum execution time: 21_125_000 picoseconds. + Weight::from_parts(21_761_000, 3699) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:1) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegationScheduledRequests (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) fn cancel_delegator_bond_less() -> Weight { // Proof Size summary in bytes: // Measured: `234` // Estimated: `3699` - // Minimum execution time: 20_707_000 picoseconds. - Weight::from_parts(21_607_000, 3699) + // Minimum execution time: 26_718_000 picoseconds. + Weight::from_parts(29_655_000, 3699) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `ParachainStaking::Points` (r:1 w:0) - /// Proof: `ParachainStaking::Points` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::Staked` (r:1 w:2) - /// Proof: `ParachainStaking::Staked` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::InflationConfig` (r:1 w:0) - /// Proof: `ParachainStaking::InflationConfig` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::ParachainBondInfo` (r:1 w:0) - /// Proof: `ParachainStaking::ParachainBondInfo` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CollatorCommission` (r:1 w:0) - /// Proof: `ParachainStaking::CollatorCommission` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:0) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::TotalSelected` (r:1 w:0) - /// Proof: `ParachainStaking::TotalSelected` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidateInfo` (r:100 w:0) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:100 w:0) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::TopDelegations` (r:100 w:0) - /// Proof: `ParachainStaking::TopDelegations` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::Total` (r:1 w:0) - /// Proof: `ParachainStaking::Total` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::AwardedPts` (r:2 w:1) - /// Proof: `ParachainStaking::AwardedPts` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::AtStake` (r:1 w:101) - /// Proof: `ParachainStaking::AtStake` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::SelectedCandidates` (r:0 w:1) - /// Proof: `ParachainStaking::SelectedCandidates` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelayedPayouts` (r:0 w:1) - /// Proof: `ParachainStaking::DelayedPayouts` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking Points (r:1 w:0) + /// Proof Skipped: ParachainStaking Points (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking Staked (r:1 w:2) + /// Proof Skipped: ParachainStaking Staked (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking InflationConfig (r:1 w:0) + /// Proof Skipped: ParachainStaking InflationConfig (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking ParachainBondInfo (r:1 w:0) + /// Proof Skipped: ParachainStaking ParachainBondInfo (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking CollatorCommission (r:1 w:0) + /// Proof Skipped: ParachainStaking CollatorCommission (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidatePool (r:1 w:0) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking TotalSelected (r:1 w:0) + /// Proof Skipped: ParachainStaking TotalSelected (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidateInfo (r:100 w:0) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegationScheduledRequests (r:100 w:0) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking TopDelegations (r:100 w:0) + /// Proof Skipped: ParachainStaking TopDelegations (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking Total (r:1 w:0) + /// Proof Skipped: ParachainStaking Total (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking AwardedPts (r:2 w:1) + /// Proof Skipped: ParachainStaking AwardedPts (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking AtStake (r:1 w:101) + /// Proof Skipped: ParachainStaking AtStake (max_values: None, max_size: None, mode: Measured) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: ParachainStaking SelectedCandidates (r:0 w:1) + /// Proof Skipped: ParachainStaking SelectedCandidates (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking DelayedPayouts (r:0 w:1) + /// Proof Skipped: ParachainStaking DelayedPayouts (max_values: None, max_size: None, mode: Measured) /// The range of component `x` is `[8, 100]`. /// The range of component `y` is `[0, 10000]`. fn round_transition_on_initialize(x: u32, y: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `122083 + x * (252 ±0)` // Estimated: `277604 + x * (3085 ±18) + y * (7 ±0)` - // Minimum execution time: 659_137_000 picoseconds. - Weight::from_parts(1_419_536_292, 277604) - // Standard Error: 257_758 - .saturating_add(Weight::from_parts(1_721_386, 0).saturating_mul(x.into())) + // Minimum execution time: 795_761_000 picoseconds. + Weight::from_parts(1_878_247_506, 277604) .saturating_add(T::DbWeight::get().reads(119_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(x.into()))) .saturating_add(T::DbWeight::get().writes(113_u64)) .saturating_add(Weight::from_parts(0, 3085).saturating_mul(x.into())) .saturating_add(Weight::from_parts(0, 7).saturating_mul(y.into())) } - /// Storage: `ParachainStaking::DelayedPayouts` (r:1 w:0) - /// Proof: `ParachainStaking::DelayedPayouts` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::Points` (r:1 w:0) - /// Proof: `ParachainStaking::Points` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::AwardedPts` (r:2 w:1) - /// Proof: `ParachainStaking::AwardedPts` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::AtStake` (r:1 w:1) - /// Proof: `ParachainStaking::AtStake` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `System::Account` (r:101 w:101) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: ParachainStaking DelayedPayouts (r:1 w:0) + /// Proof Skipped: ParachainStaking DelayedPayouts (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking Points (r:1 w:0) + /// Proof Skipped: ParachainStaking Points (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking AwardedPts (r:2 w:1) + /// Proof Skipped: ParachainStaking AwardedPts (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking AtStake (r:1 w:1) + /// Proof Skipped: ParachainStaking AtStake (max_values: None, max_size: None, mode: Measured) + /// Storage: System Account (r:101 w:101) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `y` is `[0, 100]`. fn pay_one_collator_reward(y: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `211 + y * (179 ±0)` // Estimated: `6168 + y * (2603 ±0)` - // Minimum execution time: 37_902_000 picoseconds. - Weight::from_parts(42_394_997, 6168) - // Standard Error: 4_902 - .saturating_add(Weight::from_parts(12_416_340, 0).saturating_mul(y.into())) + // Minimum execution time: 43_801_000 picoseconds. + Weight::from_parts(48_242_418, 6168) + // Standard Error: 5_529 + .saturating_add(Weight::from_parts(17_062_072, 0).saturating_mul(y.into())) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(y.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) @@ -653,574 +650,572 @@ impl pallet_parachain_staking::WeightInfo for Substrate // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 829_000 picoseconds. - Weight::from_parts(895_000, 0) + // Minimum execution time: 1_305_000 picoseconds. + Weight::from_parts(1_404_000, 0) } } // For backwards compatibility and tests impl WeightInfo for () { - /// Storage: `ParachainStaking::InflationConfig` (r:1 w:1) - /// Proof: `ParachainStaking::InflationConfig` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking InflationConfig (r:1 w:1) + /// Proof Skipped: ParachainStaking InflationConfig (max_values: Some(1), max_size: None, mode: Measured) fn set_staking_expectations() -> Weight { // Proof Size summary in bytes: // Measured: `88` // Estimated: `1573` - // Minimum execution time: 9_913_000 picoseconds. - Weight::from_parts(10_550_000, 1573) + // Minimum execution time: 12_873_000 picoseconds. + Weight::from_parts(13_224_000, 1573) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `ParachainStaking::InflationConfig` (r:1 w:1) - /// Proof: `ParachainStaking::InflationConfig` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking InflationConfig (r:1 w:1) + /// Proof Skipped: ParachainStaking InflationConfig (max_values: Some(1), max_size: None, mode: Measured) fn set_inflation() -> Weight { // Proof Size summary in bytes: // Measured: `88` // Estimated: `1573` - // Minimum execution time: 46_991_000 picoseconds. - Weight::from_parts(47_628_000, 1573) + // Minimum execution time: 53_532_000 picoseconds. + Weight::from_parts(54_479_000, 1573) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `ParachainStaking::ParachainBondInfo` (r:1 w:1) - /// Proof: `ParachainStaking::ParachainBondInfo` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking ParachainBondInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking ParachainBondInfo (max_values: Some(1), max_size: None, mode: Measured) fn set_parachain_bond_account() -> Weight { // Proof Size summary in bytes: // Measured: `20` // Estimated: `1505` - // Minimum execution time: 8_749_000 picoseconds. - Weight::from_parts(9_104_000, 1505) + // Minimum execution time: 11_820_000 picoseconds. + Weight::from_parts(12_258_000, 1505) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `ParachainStaking::ParachainBondInfo` (r:1 w:1) - /// Proof: `ParachainStaking::ParachainBondInfo` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking ParachainBondInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking ParachainBondInfo (max_values: Some(1), max_size: None, mode: Measured) fn set_parachain_bond_reserve_percent() -> Weight { // Proof Size summary in bytes: // Measured: `20` // Estimated: `1505` - // Minimum execution time: 8_417_000 picoseconds. - Weight::from_parts(8_859_000, 1505) + // Minimum execution time: 11_412_000 picoseconds. + Weight::from_parts(11_874_000, 1505) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `ParachainStaking::TotalSelected` (r:1 w:1) - /// Proof: `ParachainStaking::TotalSelected` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking TotalSelected (r:1 w:1) + /// Proof Skipped: ParachainStaking TotalSelected (max_values: Some(1), max_size: None, mode: Measured) fn set_total_selected() -> Weight { // Proof Size summary in bytes: // Measured: `28` // Estimated: `1513` - // Minimum execution time: 8_066_000 picoseconds. - Weight::from_parts(8_381_000, 1513) + // Minimum execution time: 11_663_000 picoseconds. + Weight::from_parts(12_123_000, 1513) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `ParachainStaking::CollatorCommission` (r:1 w:1) - /// Proof: `ParachainStaking::CollatorCommission` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking CollatorCommission (r:1 w:1) + /// Proof Skipped: ParachainStaking CollatorCommission (max_values: Some(1), max_size: None, mode: Measured) fn set_collator_commission() -> Weight { // Proof Size summary in bytes: // Measured: `27` // Estimated: `1512` - // Minimum execution time: 7_117_000 picoseconds. - Weight::from_parts(7_496_000, 1512) + // Minimum execution time: 10_433_000 picoseconds. + Weight::from_parts(10_743_000, 1512) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `ParachainStaking::TotalSelected` (r:1 w:0) - /// Proof: `ParachainStaking::TotalSelected` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::InflationConfig` (r:1 w:1) - /// Proof: `ParachainStaking::InflationConfig` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking TotalSelected (r:1 w:0) + /// Proof Skipped: ParachainStaking TotalSelected (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking InflationConfig (r:1 w:1) + /// Proof Skipped: ParachainStaking InflationConfig (max_values: Some(1), max_size: None, mode: Measured) fn set_blocks_per_round() -> Weight { // Proof Size summary in bytes: // Measured: `116` // Estimated: `1601` - // Minimum execution time: 50_646_000 picoseconds. - Weight::from_parts(51_103_000, 1601) + // Minimum execution time: 57_375_000 picoseconds. + Weight::from_parts(57_846_000, 1601) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:0) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `CollatorSelection::Candidates` (r:1 w:0) - /// Proof: `CollatorSelection::Candidates` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::Total` (r:1 w:1) - /// Proof: `ParachainStaking::Total` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::TopDelegations` (r:0 w:1) - /// Proof: `ParachainStaking::TopDelegations` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::BottomDelegations` (r:0 w:1) - /// Proof: `ParachainStaking::BottomDelegations` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegatorState (r:1 w:0) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: CollatorSelection Candidates (r:1 w:0) + /// Proof Skipped: CollatorSelection Candidates (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) + /// Storage: ParachainStaking Total (r:1 w:1) + /// Proof Skipped: ParachainStaking Total (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking TopDelegations (r:0 w:1) + /// Proof Skipped: ParachainStaking TopDelegations (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking BottomDelegations (r:0 w:1) + /// Proof Skipped: ParachainStaking BottomDelegations (max_values: None, max_size: None, mode: Measured) /// The range of component `x` is `[3, 1000]`. fn join_candidates(x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1926 + x * (49 ±0)` // Estimated: `5168 + x * (50 ±0)` - // Minimum execution time: 49_782_000 picoseconds. - Weight::from_parts(44_100_688, 5168) - // Standard Error: 2_277 - .saturating_add(Weight::from_parts(186_835, 0).saturating_mul(x.into())) + // Minimum execution time: 60_572_000 picoseconds. + Weight::from_parts(58_987_478, 5168) + // Standard Error: 1_695 + .saturating_add(Weight::from_parts(180_090, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) .saturating_add(Weight::from_parts(0, 50).saturating_mul(x.into())) } - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `x` is `[3, 1000]`. fn schedule_leave_candidates(x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `927 + x * (48 ±0)` // Estimated: `4314 + x * (49 ±0)` - // Minimum execution time: 19_078_000 picoseconds. - Weight::from_parts(17_363_084, 4314) - // Standard Error: 2_107 - .saturating_add(Weight::from_parts(128_504, 0).saturating_mul(x.into())) + // Minimum execution time: 23_156_000 picoseconds. + Weight::from_parts(16_306_494, 4314) + // Standard Error: 1_419 + .saturating_add(Weight::from_parts(151_377, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(x.into())) } - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::TopDelegations` (r:1 w:1) - /// Proof: `ParachainStaking::TopDelegations` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegatorState` (r:149 w:149) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Balances::Locks` (r:150 w:150) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:150 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:150 w:150) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:1) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::BottomDelegations` (r:1 w:1) - /// Proof: `ParachainStaking::BottomDelegations` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::Total` (r:1 w:1) - /// Proof: `ParachainStaking::Total` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking TopDelegations (r:1 w:1) + /// Proof Skipped: ParachainStaking TopDelegations (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegatorState (r:149 w:149) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: Balances Locks (r:150 w:150) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:150 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) + /// Storage: System Account (r:150 w:150) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: ParachainStaking DelegationScheduledRequests (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking BottomDelegations (r:1 w:1) + /// Proof Skipped: ParachainStaking BottomDelegations (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking Total (r:1 w:1) + /// Proof Skipped: ParachainStaking Total (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `x` is `[2, 150]`. fn execute_leave_candidates(x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `82 + x * (524 ±0)` // Estimated: `4755 + x * (3774 ±0)` - // Minimum execution time: 108_974_000 picoseconds. - Weight::from_parts(113_006_000, 4755) - // Standard Error: 39_591 - .saturating_add(Weight::from_parts(30_237_115, 0).saturating_mul(x.into())) + // Minimum execution time: 122_020_000 picoseconds. + Weight::from_parts(128_121_000, 4755) + // Standard Error: 32_582 + .saturating_add(Weight::from_parts(33_478_921, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(x.into()))) .saturating_add(RocksDbWeight::get().writes(4_u64)) .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(x.into()))) .saturating_add(Weight::from_parts(0, 3774).saturating_mul(x.into())) } - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `x` is `[3, 1000]`. fn cancel_leave_candidates(x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `883 + x * (48 ±0)` // Estimated: `4269 + x * (49 ±0)` - // Minimum execution time: 18_133_000 picoseconds. - Weight::from_parts(12_608_338, 4269) - // Standard Error: 2_211 - .saturating_add(Weight::from_parts(133_229, 0).saturating_mul(x.into())) + // Minimum execution time: 21_713_000 picoseconds. + Weight::from_parts(9_886_612, 4269) + // Standard Error: 1_810 + .saturating_add(Weight::from_parts(176_014, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 49).saturating_mul(x.into())) } - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) fn go_offline() -> Weight { // Proof Size summary in bytes: // Measured: `308` // Estimated: `3773` - // Minimum execution time: 17_413_000 picoseconds. - Weight::from_parts(18_027_000, 3773) + // Minimum execution time: 21_509_000 picoseconds. + Weight::from_parts(21_952_000, 3773) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) fn go_online() -> Weight { // Proof Size summary in bytes: // Measured: `259` // Estimated: `3724` - // Minimum execution time: 17_594_000 picoseconds. - Weight::from_parts(18_138_000, 3724) + // Minimum execution time: 21_120_000 picoseconds. + Weight::from_parts(21_648_000, 3724) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::Total` (r:1 w:1) - /// Proof: `ParachainStaking::Total` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: ParachainStaking Total (r:1 w:1) + /// Proof Skipped: ParachainStaking Total (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) fn candidate_bond_more() -> Weight { // Proof Size summary in bytes: // Measured: `550` // Estimated: `4764` - // Minimum execution time: 42_552_000 picoseconds. - Weight::from_parts(43_324_000, 4764) + // Minimum execution time: 50_026_000 picoseconds. + Weight::from_parts(50_979_000, 4764) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) fn schedule_candidate_bond_less() -> Weight { // Proof Size summary in bytes: // Measured: `184` // Estimated: `3649` - // Minimum execution time: 14_932_000 picoseconds. - Weight::from_parts(15_551_000, 3649) + // Minimum execution time: 17_860_000 picoseconds. + Weight::from_parts(18_244_000, 3649) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::Total` (r:1 w:1) - /// Proof: `ParachainStaking::Total` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking Total (r:1 w:1) + /// Proof Skipped: ParachainStaking Total (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) fn execute_candidate_bond_less() -> Weight { // Proof Size summary in bytes: // Measured: `570` // Estimated: `4764` - // Minimum execution time: 59_232_000 picoseconds. - Weight::from_parts(64_405_000, 4764) + // Minimum execution time: 75_997_000 picoseconds. + Weight::from_parts(80_334_000, 4764) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) fn cancel_candidate_bond_less() -> Weight { // Proof Size summary in bytes: // Measured: `204` // Estimated: `3669` - // Minimum execution time: 13_660_000 picoseconds. - Weight::from_parts(14_160_000, 3669) + // Minimum execution time: 16_238_000 picoseconds. + Weight::from_parts(16_732_000, 3669) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::TopDelegations` (r:1 w:1) - /// Proof: `ParachainStaking::TopDelegations` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::Total` (r:1 w:1) - /// Proof: `ParachainStaking::Total` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking TopDelegations (r:1 w:1) + /// Proof Skipped: ParachainStaking TopDelegations (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) + /// Storage: ParachainStaking Total (r:1 w:1) + /// Proof Skipped: ParachainStaking Total (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `x` is `[3, 25]`. /// The range of component `y` is `[2, 100]`. fn delegate(x: u32, y: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1206 + x * (127 ±0) + y * (58 ±0)` // Estimated: `4764 + x * (129 ±0) + y * (59 ±0)` - // Minimum execution time: 73_358_000 picoseconds. - Weight::from_parts(54_167_183, 4764) - // Standard Error: 26_045 - .saturating_add(Weight::from_parts(662_697, 0).saturating_mul(x.into())) - // Standard Error: 6_005 - .saturating_add(Weight::from_parts(275_131, 0).saturating_mul(y.into())) + // Minimum execution time: 82_329_000 picoseconds. + Weight::from_parts(78_089_701, 4764) + // Standard Error: 11_971 + .saturating_add(Weight::from_parts(249_196, 0).saturating_mul(x.into())) + // Standard Error: 2_760 + .saturating_add(Weight::from_parts(155_536, 0).saturating_mul(y.into())) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) .saturating_add(Weight::from_parts(0, 129).saturating_mul(x.into())) .saturating_add(Weight::from_parts(0, 59).saturating_mul(y.into())) } - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:1) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegationScheduledRequests (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) fn schedule_leave_delegators() -> Weight { // Proof Size summary in bytes: // Measured: `143` // Estimated: `3608` - // Minimum execution time: 18_577_000 picoseconds. - Weight::from_parts(19_067_000, 3608) + // Minimum execution time: 21_600_000 picoseconds. + Weight::from_parts(21_992_000, 3608) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:24 w:24) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidateInfo` (r:24 w:24) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::TopDelegations` (r:24 w:24) - /// Proof: `ParachainStaking::TopDelegations` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::Total` (r:1 w:1) - /// Proof: `ParachainStaking::Total` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegationScheduledRequests (r:24 w:24) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidateInfo (r:24 w:24) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking TopDelegations (r:24 w:24) + /// Proof Skipped: ParachainStaking TopDelegations (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking Total (r:1 w:1) + /// Proof Skipped: ParachainStaking Total (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `x` is `[2, 25]`. fn execute_leave_delegators(x: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `97 + x * (473 ±0)` - // Estimated: `4764 + x * (2597 ±0)` - // Minimum execution time: 89_723_000 picoseconds. - Weight::from_parts(52_520_947, 4764) - // Standard Error: 31_164 - .saturating_add(Weight::from_parts(20_397_018, 0).saturating_mul(x.into())) + // Estimated: `4764 + x * (2597 ±5)` + // Minimum execution time: 104_738_000 picoseconds. + Weight::from_parts(61_252_122, 4764) + // Standard Error: 29_451 + .saturating_add(Weight::from_parts(24_605_417, 0).saturating_mul(x.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(x.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(x.into()))) .saturating_add(Weight::from_parts(0, 2597).saturating_mul(x.into())) } - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:1) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegationScheduledRequests (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) fn cancel_leave_delegators() -> Weight { // Proof Size summary in bytes: // Measured: `234` // Estimated: `3699` - // Minimum execution time: 21_249_000 picoseconds. - Weight::from_parts(21_751_000, 3699) + // Minimum execution time: 23_940_000 picoseconds. + Weight::from_parts(24_752_000, 3699) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:1) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegationScheduledRequests (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) fn schedule_revoke_delegation() -> Weight { // Proof Size summary in bytes: // Measured: `143` // Estimated: `3608` - // Minimum execution time: 18_092_000 picoseconds. - Weight::from_parts(18_628_000, 3608) + // Minimum execution time: 21_748_000 picoseconds. + Weight::from_parts(22_357_000, 3608) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:0) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::TopDelegations` (r:1 w:1) - /// Proof: `ParachainStaking::TopDelegations` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::Total` (r:1 w:1) - /// Proof: `ParachainStaking::Total` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking DelegationScheduledRequests (r:1 w:0) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking TopDelegations (r:1 w:1) + /// Proof Skipped: ParachainStaking TopDelegations (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking Total (r:1 w:1) + /// Proof Skipped: ParachainStaking Total (max_values: Some(1), max_size: None, mode: Measured) fn delegator_bond_more() -> Weight { // Proof Size summary in bytes: // Measured: `901` // Estimated: `4764` - // Minimum execution time: 62_276_000 picoseconds. - Weight::from_parts(63_396_000, 4764) + // Minimum execution time: 71_772_000 picoseconds. + Weight::from_parts(72_732_000, 4764) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:1) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegationScheduledRequests (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) fn schedule_delegator_bond_less() -> Weight { // Proof Size summary in bytes: // Measured: `143` // Estimated: `3608` - // Minimum execution time: 18_527_000 picoseconds. - Weight::from_parts(19_099_000, 3608) + // Minimum execution time: 21_600_000 picoseconds. + Weight::from_parts(22_200_000, 3608) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:1) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::TopDelegations` (r:1 w:1) - /// Proof: `ParachainStaking::TopDelegations` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::Total` (r:1 w:1) - /// Proof: `ParachainStaking::Total` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegationScheduledRequests (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking TopDelegations (r:1 w:1) + /// Proof Skipped: ParachainStaking TopDelegations (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking Total (r:1 w:1) + /// Proof Skipped: ParachainStaking Total (max_values: Some(1), max_size: None, mode: Measured) fn execute_revoke_delegation() -> Weight { // Proof Size summary in bytes: // Measured: `992` // Estimated: `4764` - // Minimum execution time: 88_664_000 picoseconds. - Weight::from_parts(93_303_000, 4764) + // Minimum execution time: 105_444_000 picoseconds. + Weight::from_parts(111_676_000, 4764) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(8_u64)) } - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:1) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidateInfo` (r:1 w:1) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Balances::Locks` (r:1 w:1) - /// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`) - /// Storage: `Balances::Freezes` (r:1 w:0) - /// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(49), added: 2524, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::TopDelegations` (r:1 w:1) - /// Proof: `ParachainStaking::TopDelegations` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:1) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::Total` (r:1 w:1) - /// Proof: `ParachainStaking::Total` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegationScheduledRequests (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidateInfo (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: Balances Locks (r:1 w:1) + /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: ParachainStaking TopDelegations (r:1 w:1) + /// Proof Skipped: ParachainStaking TopDelegations (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidatePool (r:1 w:1) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking Total (r:1 w:1) + /// Proof Skipped: ParachainStaking Total (max_values: Some(1), max_size: None, mode: Measured) fn execute_delegator_bond_less() -> Weight { // Proof Size summary in bytes: // Measured: `992` // Estimated: `4764` - // Minimum execution time: 83_506_000 picoseconds. - Weight::from_parts(90_852_000, 4764) + // Minimum execution time: 95_746_000 picoseconds. + Weight::from_parts(102_284_000, 4764) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(8_u64)) } - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:1) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegationScheduledRequests (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) fn cancel_revoke_delegation() -> Weight { // Proof Size summary in bytes: // Measured: `234` // Estimated: `3699` - // Minimum execution time: 18_382_000 picoseconds. - Weight::from_parts(18_899_000, 3699) + // Minimum execution time: 21_125_000 picoseconds. + Weight::from_parts(21_761_000, 3699) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `ParachainStaking::DelegatorState` (r:1 w:1) - /// Proof: `ParachainStaking::DelegatorState` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:1 w:1) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking DelegatorState (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegatorState (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegationScheduledRequests (r:1 w:1) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) fn cancel_delegator_bond_less() -> Weight { // Proof Size summary in bytes: // Measured: `234` // Estimated: `3699` - // Minimum execution time: 20_707_000 picoseconds. - Weight::from_parts(21_607_000, 3699) + // Minimum execution time: 26_718_000 picoseconds. + Weight::from_parts(29_655_000, 3699) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `ParachainStaking::Points` (r:1 w:0) - /// Proof: `ParachainStaking::Points` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::Staked` (r:1 w:2) - /// Proof: `ParachainStaking::Staked` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::InflationConfig` (r:1 w:0) - /// Proof: `ParachainStaking::InflationConfig` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::ParachainBondInfo` (r:1 w:0) - /// Proof: `ParachainStaking::ParachainBondInfo` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CollatorCommission` (r:1 w:0) - /// Proof: `ParachainStaking::CollatorCommission` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidatePool` (r:1 w:0) - /// Proof: `ParachainStaking::CandidatePool` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::TotalSelected` (r:1 w:0) - /// Proof: `ParachainStaking::TotalSelected` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::CandidateInfo` (r:100 w:0) - /// Proof: `ParachainStaking::CandidateInfo` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelegationScheduledRequests` (r:100 w:0) - /// Proof: `ParachainStaking::DelegationScheduledRequests` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::TopDelegations` (r:100 w:0) - /// Proof: `ParachainStaking::TopDelegations` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::Total` (r:1 w:0) - /// Proof: `ParachainStaking::Total` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::AwardedPts` (r:2 w:1) - /// Proof: `ParachainStaking::AwardedPts` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::AtStake` (r:1 w:101) - /// Proof: `ParachainStaking::AtStake` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `ParachainStaking::SelectedCandidates` (r:0 w:1) - /// Proof: `ParachainStaking::SelectedCandidates` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::DelayedPayouts` (r:0 w:1) - /// Proof: `ParachainStaking::DelayedPayouts` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: ParachainStaking Points (r:1 w:0) + /// Proof Skipped: ParachainStaking Points (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking Staked (r:1 w:2) + /// Proof Skipped: ParachainStaking Staked (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking InflationConfig (r:1 w:0) + /// Proof Skipped: ParachainStaking InflationConfig (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking ParachainBondInfo (r:1 w:0) + /// Proof Skipped: ParachainStaking ParachainBondInfo (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking CollatorCommission (r:1 w:0) + /// Proof Skipped: ParachainStaking CollatorCommission (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidatePool (r:1 w:0) + /// Proof Skipped: ParachainStaking CandidatePool (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking TotalSelected (r:1 w:0) + /// Proof Skipped: ParachainStaking TotalSelected (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking CandidateInfo (r:100 w:0) + /// Proof Skipped: ParachainStaking CandidateInfo (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking DelegationScheduledRequests (r:100 w:0) + /// Proof Skipped: ParachainStaking DelegationScheduledRequests (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking TopDelegations (r:100 w:0) + /// Proof Skipped: ParachainStaking TopDelegations (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking Total (r:1 w:0) + /// Proof Skipped: ParachainStaking Total (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking AwardedPts (r:2 w:1) + /// Proof Skipped: ParachainStaking AwardedPts (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking AtStake (r:1 w:101) + /// Proof Skipped: ParachainStaking AtStake (max_values: None, max_size: None, mode: Measured) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: ParachainStaking SelectedCandidates (r:0 w:1) + /// Proof Skipped: ParachainStaking SelectedCandidates (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainStaking DelayedPayouts (r:0 w:1) + /// Proof Skipped: ParachainStaking DelayedPayouts (max_values: None, max_size: None, mode: Measured) /// The range of component `x` is `[8, 100]`. /// The range of component `y` is `[0, 10000]`. fn round_transition_on_initialize(x: u32, y: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `122083 + x * (252 ±0)` // Estimated: `277604 + x * (3085 ±18) + y * (7 ±0)` - // Minimum execution time: 659_137_000 picoseconds. - Weight::from_parts(1_419_536_292, 277604) - // Standard Error: 257_758 - .saturating_add(Weight::from_parts(1_721_386, 0).saturating_mul(x.into())) + // Minimum execution time: 795_761_000 picoseconds. + Weight::from_parts(1_878_247_506, 277604) .saturating_add(RocksDbWeight::get().reads(119_u64)) .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(x.into()))) .saturating_add(RocksDbWeight::get().writes(113_u64)) .saturating_add(Weight::from_parts(0, 3085).saturating_mul(x.into())) .saturating_add(Weight::from_parts(0, 7).saturating_mul(y.into())) } - /// Storage: `ParachainStaking::DelayedPayouts` (r:1 w:0) - /// Proof: `ParachainStaking::DelayedPayouts` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::Points` (r:1 w:0) - /// Proof: `ParachainStaking::Points` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::AwardedPts` (r:2 w:1) - /// Proof: `ParachainStaking::AwardedPts` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `ParachainStaking::AtStake` (r:1 w:1) - /// Proof: `ParachainStaking::AtStake` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `System::Account` (r:101 w:101) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: ParachainStaking DelayedPayouts (r:1 w:0) + /// Proof Skipped: ParachainStaking DelayedPayouts (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking Points (r:1 w:0) + /// Proof Skipped: ParachainStaking Points (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking AwardedPts (r:2 w:1) + /// Proof Skipped: ParachainStaking AwardedPts (max_values: None, max_size: None, mode: Measured) + /// Storage: ParachainStaking AtStake (r:1 w:1) + /// Proof Skipped: ParachainStaking AtStake (max_values: None, max_size: None, mode: Measured) + /// Storage: System Account (r:101 w:101) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `y` is `[0, 100]`. fn pay_one_collator_reward(y: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `211 + y * (179 ±0)` // Estimated: `6168 + y * (2603 ±0)` - // Minimum execution time: 37_902_000 picoseconds. - Weight::from_parts(42_394_997, 6168) - // Standard Error: 4_902 - .saturating_add(Weight::from_parts(12_416_340, 0).saturating_mul(y.into())) + // Minimum execution time: 43_801_000 picoseconds. + Weight::from_parts(48_242_418, 6168) + // Standard Error: 5_529 + .saturating_add(Weight::from_parts(17_062_072, 0).saturating_mul(y.into())) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(y.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) @@ -1231,7 +1226,7 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 829_000 picoseconds. - Weight::from_parts(895_000, 0) + // Minimum execution time: 1_305_000 picoseconds. + Weight::from_parts(1_404_000, 0) } } diff --git a/runtime/manta/src/weights/pallet_preimage.rs b/runtime/manta/src/weights/pallet_preimage.rs index ae3b027f7..b5050e749 100644 --- a/runtime/manta/src/weights/pallet_preimage.rs +++ b/runtime/manta/src/weights/pallet_preimage.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for pallet_preimage //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-19, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: // ./target/production/manta @@ -37,7 +37,6 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] -#![allow(double_parens)] #![allow(unused_imports)] #![allow(missing_docs)] @@ -58,418 +57,352 @@ pub trait WeightInfo { fn unrequest_preimage() -> Weight; fn unrequest_unnoted_preimage() -> Weight; fn unrequest_multi_referenced_preimage() -> Weight; - fn ensure_updated(n: u32, ) -> Weight; + fn ensure_updated(s: u32, ) -> Weight; } /// Weights for pallet_preimage using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_preimage::WeightInfo for SubstrateWeight { - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Balances::Holds` (r:1 w:1) - /// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(949), added: 3424, mode: `MaxEncodedLen`) - /// Storage: `Preimage::PreimageFor` (r:0 w:1) - /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Preimage PreimageFor (r:0 w:1) + /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) /// The range of component `s` is `[0, 4194304]`. fn note_preimage(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `76` - // Estimated: `4414` - // Minimum execution time: 44_592_000 picoseconds. - Weight::from_parts(45_149_000, 4414) - // Standard Error: 5 - .saturating_add(Weight::from_parts(2_412, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) + // Measured: `127` + // Estimated: `3556` + // Minimum execution time: 31_161_000 picoseconds. + Weight::from_parts(31_395_000, 3556) + // Standard Error: 4 + .saturating_add(Weight::from_parts(2_658, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::PreimageFor` (r:0 w:1) - /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Preimage PreimageFor (r:0 w:1) + /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) /// The range of component `s` is `[0, 4194304]`. fn note_requested_preimage(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 16_083_000 picoseconds. - Weight::from_parts(16_241_000, 3556) - // Standard Error: 2 - .saturating_add(Weight::from_parts(2_350, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(2_u64)) + // Minimum execution time: 18_130_000 picoseconds. + Weight::from_parts(18_298_000, 3556) + // Standard Error: 8 + .saturating_add(Weight::from_parts(2_467, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::PreimageFor` (r:0 w:1) - /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Preimage PreimageFor (r:0 w:1) + /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) /// The range of component `s` is `[0, 4194304]`. fn note_no_deposit_preimage(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 16_000_000 picoseconds. - Weight::from_parts(16_141_000, 3556) - // Standard Error: 4 - .saturating_add(Weight::from_parts(2_453, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(2_u64)) + // Minimum execution time: 17_136_000 picoseconds. + Weight::from_parts(17_519_000, 3556) + // Standard Error: 6 + .saturating_add(Weight::from_parts(2_496, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Balances::Holds` (r:1 w:1) - /// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(949), added: 3424, mode: `MaxEncodedLen`) - /// Storage: `Preimage::PreimageFor` (r:0 w:1) - /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Preimage PreimageFor (r:0 w:1) + /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) fn unnote_preimage() -> Weight { // Proof Size summary in bytes: - // Measured: `278` - // Estimated: `4414` - // Minimum execution time: 69_396_000 picoseconds. - Weight::from_parts(73_556_000, 4414) - .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) + // Measured: `273` + // Estimated: `3556` + // Minimum execution time: 60_895_000 picoseconds. + Weight::from_parts(64_826_000, 3556) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::PreimageFor` (r:0 w:1) - /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Preimage PreimageFor (r:0 w:1) + /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) fn unnote_no_deposit_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 40_149_000 picoseconds. - Weight::from_parts(44_951_000, 3556) - .saturating_add(T::DbWeight::get().reads(2_u64)) + // Minimum execution time: 45_391_000 picoseconds. + Weight::from_parts(48_700_000, 3556) + .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn request_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `222` // Estimated: `3556` - // Minimum execution time: 34_538_000 picoseconds. - Weight::from_parts(38_568_000, 3556) - .saturating_add(T::DbWeight::get().reads(2_u64)) + // Minimum execution time: 39_475_000 picoseconds. + Weight::from_parts(42_564_000, 3556) + .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn request_no_deposit_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 27_816_000 picoseconds. - Weight::from_parts(31_231_000, 3556) - .saturating_add(T::DbWeight::get().reads(2_u64)) + // Minimum execution time: 28_041_000 picoseconds. + Weight::from_parts(30_148_000, 3556) + .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn request_unnoted_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3556` - // Minimum execution time: 26_796_000 picoseconds. - Weight::from_parts(30_568_000, 3556) - .saturating_add(T::DbWeight::get().reads(2_u64)) + // Minimum execution time: 25_966_000 picoseconds. + Weight::from_parts(28_140_000, 3556) + .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn request_requested_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 15_293_000 picoseconds. - Weight::from_parts(16_133_000, 3556) - .saturating_add(T::DbWeight::get().reads(2_u64)) + // Minimum execution time: 14_018_000 picoseconds. + Weight::from_parts(15_207_000, 3556) + .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::PreimageFor` (r:0 w:1) - /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Preimage PreimageFor (r:0 w:1) + /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) fn unrequest_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 40_542_000 picoseconds. - Weight::from_parts(42_904_000, 3556) - .saturating_add(T::DbWeight::get().reads(2_u64)) + // Minimum execution time: 42_404_000 picoseconds. + Weight::from_parts(44_870_000, 3556) + .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn unrequest_unnoted_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 14_437_000 picoseconds. - Weight::from_parts(16_215_000, 3556) - .saturating_add(T::DbWeight::get().reads(2_u64)) + // Minimum execution time: 12_914_000 picoseconds. + Weight::from_parts(14_252_000, 3556) + .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn unrequest_multi_referenced_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 13_999_000 picoseconds. - Weight::from_parts(15_225_000, 3556) - .saturating_add(T::DbWeight::get().reads(2_u64)) + // Minimum execution time: 14_094_000 picoseconds. + Weight::from_parts(15_026_000, 3556) + .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Preimage::StatusFor` (r:1023 w:1023) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1023 w:1023) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `Balances::Holds` (r:1023 w:1023) - /// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(949), added: 3424, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:0 w:1023) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// The range of component `n` is `[1, 1024]`. - fn ensure_updated(n: u32, ) -> Weight { + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Preimage PreimageFor (r:0 w:1) + /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) + /// The range of component `s` is `[0, 4194304]`. + fn ensure_updated(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `0 + n * (227 ±0)` - // Estimated: `990 + n * (3424 ±0)` - // Minimum execution time: 51_011_000 picoseconds. - Weight::from_parts(51_634_000, 990) - // Standard Error: 63_178 - .saturating_add(Weight::from_parts(51_580_802, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) - .saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_parts(0, 3424).saturating_mul(n.into())) + // Measured: `140` + // Estimated: `3556` + // Minimum execution time: 17_136_000 picoseconds. + Weight::from_parts(17_519_000, 3556) + // Standard Error: 6 + .saturating_add(Weight::from_parts(2_496, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) } } // For backwards compatibility and tests impl WeightInfo for () { - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Balances::Holds` (r:1 w:1) - /// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(949), added: 3424, mode: `MaxEncodedLen`) - /// Storage: `Preimage::PreimageFor` (r:0 w:1) - /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Preimage PreimageFor (r:0 w:1) + /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) /// The range of component `s` is `[0, 4194304]`. fn note_preimage(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `76` - // Estimated: `4414` - // Minimum execution time: 44_592_000 picoseconds. - Weight::from_parts(45_149_000, 4414) - // Standard Error: 5 - .saturating_add(Weight::from_parts(2_412, 0).saturating_mul(s.into())) - .saturating_add(RocksDbWeight::get().reads(3_u64)) - .saturating_add(RocksDbWeight::get().writes(3_u64)) + // Measured: `127` + // Estimated: `3556` + // Minimum execution time: 31_161_000 picoseconds. + Weight::from_parts(31_395_000, 3556) + // Standard Error: 4 + .saturating_add(Weight::from_parts(2_658, 0).saturating_mul(s.into())) + .saturating_add(RocksDbWeight::get().reads(1_u64)) + .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::PreimageFor` (r:0 w:1) - /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Preimage PreimageFor (r:0 w:1) + /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) /// The range of component `s` is `[0, 4194304]`. fn note_requested_preimage(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 16_083_000 picoseconds. - Weight::from_parts(16_241_000, 3556) - // Standard Error: 2 - .saturating_add(Weight::from_parts(2_350, 0).saturating_mul(s.into())) - .saturating_add(RocksDbWeight::get().reads(2_u64)) + // Minimum execution time: 18_130_000 picoseconds. + Weight::from_parts(18_298_000, 3556) + // Standard Error: 8 + .saturating_add(Weight::from_parts(2_467, 0).saturating_mul(s.into())) + .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::PreimageFor` (r:0 w:1) - /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Preimage PreimageFor (r:0 w:1) + /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) /// The range of component `s` is `[0, 4194304]`. fn note_no_deposit_preimage(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 16_000_000 picoseconds. - Weight::from_parts(16_141_000, 3556) - // Standard Error: 4 - .saturating_add(Weight::from_parts(2_453, 0).saturating_mul(s.into())) - .saturating_add(RocksDbWeight::get().reads(2_u64)) + // Minimum execution time: 17_136_000 picoseconds. + Weight::from_parts(17_519_000, 3556) + // Standard Error: 6 + .saturating_add(Weight::from_parts(2_496, 0).saturating_mul(s.into())) + .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Balances::Holds` (r:1 w:1) - /// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(949), added: 3424, mode: `MaxEncodedLen`) - /// Storage: `Preimage::PreimageFor` (r:0 w:1) - /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Preimage PreimageFor (r:0 w:1) + /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) fn unnote_preimage() -> Weight { // Proof Size summary in bytes: - // Measured: `278` - // Estimated: `4414` - // Minimum execution time: 69_396_000 picoseconds. - Weight::from_parts(73_556_000, 4414) - .saturating_add(RocksDbWeight::get().reads(3_u64)) - .saturating_add(RocksDbWeight::get().writes(3_u64)) + // Measured: `273` + // Estimated: `3556` + // Minimum execution time: 60_895_000 picoseconds. + Weight::from_parts(64_826_000, 3556) + .saturating_add(RocksDbWeight::get().reads(1_u64)) + .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::PreimageFor` (r:0 w:1) - /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Preimage PreimageFor (r:0 w:1) + /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) fn unnote_no_deposit_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 40_149_000 picoseconds. - Weight::from_parts(44_951_000, 3556) - .saturating_add(RocksDbWeight::get().reads(2_u64)) + // Minimum execution time: 45_391_000 picoseconds. + Weight::from_parts(48_700_000, 3556) + .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn request_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `222` // Estimated: `3556` - // Minimum execution time: 34_538_000 picoseconds. - Weight::from_parts(38_568_000, 3556) - .saturating_add(RocksDbWeight::get().reads(2_u64)) + // Minimum execution time: 39_475_000 picoseconds. + Weight::from_parts(42_564_000, 3556) + .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn request_no_deposit_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 27_816_000 picoseconds. - Weight::from_parts(31_231_000, 3556) - .saturating_add(RocksDbWeight::get().reads(2_u64)) + // Minimum execution time: 28_041_000 picoseconds. + Weight::from_parts(30_148_000, 3556) + .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn request_unnoted_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3556` - // Minimum execution time: 26_796_000 picoseconds. - Weight::from_parts(30_568_000, 3556) - .saturating_add(RocksDbWeight::get().reads(2_u64)) + // Minimum execution time: 25_966_000 picoseconds. + Weight::from_parts(28_140_000, 3556) + .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn request_requested_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 15_293_000 picoseconds. - Weight::from_parts(16_133_000, 3556) - .saturating_add(RocksDbWeight::get().reads(2_u64)) + // Minimum execution time: 14_018_000 picoseconds. + Weight::from_parts(15_207_000, 3556) + .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::PreimageFor` (r:0 w:1) - /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Preimage PreimageFor (r:0 w:1) + /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) fn unrequest_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `178` // Estimated: `3556` - // Minimum execution time: 40_542_000 picoseconds. - Weight::from_parts(42_904_000, 3556) - .saturating_add(RocksDbWeight::get().reads(2_u64)) + // Minimum execution time: 42_404_000 picoseconds. + Weight::from_parts(44_870_000, 3556) + .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn unrequest_unnoted_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 14_437_000 picoseconds. - Weight::from_parts(16_215_000, 3556) - .saturating_add(RocksDbWeight::get().reads(2_u64)) + // Minimum execution time: 12_914_000 picoseconds. + Weight::from_parts(14_252_000, 3556) + .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn unrequest_multi_referenced_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3556` - // Minimum execution time: 13_999_000 picoseconds. - Weight::from_parts(15_225_000, 3556) - .saturating_add(RocksDbWeight::get().reads(2_u64)) + // Minimum execution time: 14_094_000 picoseconds. + Weight::from_parts(15_026_000, 3556) + .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Preimage::StatusFor` (r:1023 w:1023) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1023 w:1023) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `Balances::Holds` (r:1023 w:1023) - /// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(949), added: 3424, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:0 w:1023) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// The range of component `n` is `[1, 1024]`. - fn ensure_updated(n: u32, ) -> Weight { + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Preimage PreimageFor (r:0 w:1) + /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) + /// The range of component `s` is `[0, 4194304]`. + fn ensure_updated(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `0 + n * (227 ±0)` - // Estimated: `990 + n * (3424 ±0)` - // Minimum execution time: 51_011_000 picoseconds. - Weight::from_parts(51_634_000, 990) - // Standard Error: 63_178 - .saturating_add(Weight::from_parts(51_580_802, 0).saturating_mul(n.into())) - .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(n.into()))) - .saturating_add(RocksDbWeight::get().writes((4_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_parts(0, 3424).saturating_mul(n.into())) + // Measured: `140` + // Estimated: `3556` + // Minimum execution time: 17_136_000 picoseconds. + Weight::from_parts(17_519_000, 3556) + // Standard Error: 6 + .saturating_add(Weight::from_parts(2_496, 0).saturating_mul(s.into())) + .saturating_add(RocksDbWeight::get().reads(1_u64)) + .saturating_add(RocksDbWeight::get().writes(2_u64)) } } diff --git a/runtime/manta/src/weights/pallet_randomness.rs b/runtime/manta/src/weights/pallet_randomness.rs index 321ee8b21..2c14a85b0 100644 --- a/runtime/manta/src/weights/pallet_randomness.rs +++ b/runtime/manta/src/weights/pallet_randomness.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for pallet_randomness //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-19, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: // ./target/production/manta @@ -37,7 +37,6 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] -#![allow(double_parens)] #![allow(unused_imports)] #![allow(missing_docs)] @@ -52,22 +51,22 @@ pub trait WeightInfo { /// Weights for pallet_randomness using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_randomness::WeightInfo for SubstrateWeight { - /// Storage: `Randomness::RelayEpoch` (r:1 w:1) - /// Proof: `Randomness::RelayEpoch` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::ValidationData` (r:1 w:0) - /// Proof: `ParachainSystem::ValidationData` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::RelayStateProof` (r:1 w:0) - /// Proof: `ParachainSystem::RelayStateProof` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Randomness::RandomnessResults` (r:0 w:1) - /// Proof: `Randomness::RandomnessResults` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Randomness::InherentIncluded` (r:0 w:1) - /// Proof: `Randomness::InherentIncluded` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: Randomness RelayEpoch (r:1 w:1) + /// Proof Skipped: Randomness RelayEpoch (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainSystem ValidationData (r:1 w:0) + /// Proof Skipped: ParachainSystem ValidationData (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainSystem RelayStateProof (r:1 w:0) + /// Proof Skipped: ParachainSystem RelayStateProof (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Randomness RandomnessResults (r:0 w:1) + /// Proof Skipped: Randomness RandomnessResults (max_values: None, max_size: None, mode: Measured) + /// Storage: Randomness InherentIncluded (r:0 w:1) + /// Proof Skipped: Randomness InherentIncluded (max_values: Some(1), max_size: None, mode: Measured) fn set_babe_randomness_results() -> Weight { // Proof Size summary in bytes: // Measured: `216` // Estimated: `1701` - // Minimum execution time: 11_211_000 picoseconds. - Weight::from_parts(11_702_000, 1701) + // Minimum execution time: 13_859_000 picoseconds. + Weight::from_parts(14_366_000, 1701) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -75,22 +74,22 @@ impl pallet_randomness::WeightInfo for SubstrateWeight< // For backwards compatibility and tests impl WeightInfo for () { - /// Storage: `Randomness::RelayEpoch` (r:1 w:1) - /// Proof: `Randomness::RelayEpoch` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::ValidationData` (r:1 w:0) - /// Proof: `ParachainSystem::ValidationData` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `ParachainSystem::RelayStateProof` (r:1 w:0) - /// Proof: `ParachainSystem::RelayStateProof` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) - /// Storage: `Randomness::RandomnessResults` (r:0 w:1) - /// Proof: `Randomness::RandomnessResults` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Randomness::InherentIncluded` (r:0 w:1) - /// Proof: `Randomness::InherentIncluded` (`max_values`: Some(1), `max_size`: None, mode: `Measured`) + /// Storage: Randomness RelayEpoch (r:1 w:1) + /// Proof Skipped: Randomness RelayEpoch (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainSystem ValidationData (r:1 w:0) + /// Proof Skipped: ParachainSystem ValidationData (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: ParachainSystem RelayStateProof (r:1 w:0) + /// Proof Skipped: ParachainSystem RelayStateProof (max_values: Some(1), max_size: None, mode: Measured) + /// Storage: Randomness RandomnessResults (r:0 w:1) + /// Proof Skipped: Randomness RandomnessResults (max_values: None, max_size: None, mode: Measured) + /// Storage: Randomness InherentIncluded (r:0 w:1) + /// Proof Skipped: Randomness InherentIncluded (max_values: Some(1), max_size: None, mode: Measured) fn set_babe_randomness_results() -> Weight { // Proof Size summary in bytes: // Measured: `216` // Estimated: `1701` - // Minimum execution time: 11_211_000 picoseconds. - Weight::from_parts(11_702_000, 1701) + // Minimum execution time: 13_859_000 picoseconds. + Weight::from_parts(14_366_000, 1701) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } diff --git a/runtime/manta/src/weights/pallet_scheduler.rs b/runtime/manta/src/weights/pallet_scheduler.rs index 480e01f97..18b9a5102 100644 --- a/runtime/manta/src/weights/pallet_scheduler.rs +++ b/runtime/manta/src/weights/pallet_scheduler.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for pallet_scheduler //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-19, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: // ./target/production/manta @@ -37,7 +37,6 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] -#![allow(double_parens)] #![allow(unused_imports)] #![allow(missing_docs)] @@ -63,28 +62,28 @@ pub trait WeightInfo { /// Weights for pallet_scheduler using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_scheduler::WeightInfo for SubstrateWeight { - /// Storage: `Scheduler::IncompleteSince` (r:1 w:1) - /// Proof: `Scheduler::IncompleteSince` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) + /// Storage: Scheduler IncompleteSince (r:1 w:1) + /// Proof: Scheduler IncompleteSince (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn service_agendas_base() -> Weight { // Proof Size summary in bytes: // Measured: `30` // Estimated: `1489` - // Minimum execution time: 2_688_000 picoseconds. - Weight::from_parts(2_789_000, 1489) + // Minimum execution time: 3_515_000 picoseconds. + Weight::from_parts(3_639_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Scheduler::Agenda` (r:1 w:1) - /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) + /// Storage: Scheduler Agenda (r:1 w:1) + /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) /// The range of component `s` is `[0, 50]`. fn service_agenda_base(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `77 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 3_104_000 picoseconds. - Weight::from_parts(6_374_072, 42428) - // Standard Error: 1_222 - .saturating_add(Weight::from_parts(837_143, 0).saturating_mul(s.into())) + // Minimum execution time: 3_033_000 picoseconds. + Weight::from_parts(6_066_640, 42428) + // Standard Error: 1_152 + .saturating_add(Weight::from_parts(836_321, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -92,118 +91,116 @@ impl pallet_scheduler::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: // Measured: `213 + s * (1 ±0)` // Estimated: `3678 + s * (1 ±0)` - // Minimum execution time: 19_489_000 picoseconds. - Weight::from_parts(19_650_000, 3678) - // Standard Error: 4 - .saturating_add(Weight::from_parts(1_599, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(3_u64)) + // Minimum execution time: 21_985_000 picoseconds. + Weight::from_parts(22_407_000, 3678) + // Standard Error: 12 + .saturating_add(Weight::from_parts(1_834, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) } - /// Storage: `Scheduler::Lookup` (r:0 w:1) - /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) + /// Storage: Scheduler Lookup (r:0 w:1) + /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) fn service_task_named() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_477_000 picoseconds. - Weight::from_parts(5_734_000, 0) + // Minimum execution time: 7_552_000 picoseconds. + Weight::from_parts(7_814_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } fn service_task_periodic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_075_000 picoseconds. - Weight::from_parts(4_209_000, 0) + // Minimum execution time: 6_054_000 picoseconds. + Weight::from_parts(6_188_000, 0) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_517_000 picoseconds. - Weight::from_parts(2_660_000, 0) + // Minimum execution time: 3_046_000 picoseconds. + Weight::from_parts(3_167_000, 0) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_560_000 picoseconds. - Weight::from_parts(2_706_000, 0) + // Minimum execution time: 2_950_000 picoseconds. + Weight::from_parts(3_058_000, 0) } - /// Storage: `Scheduler::Agenda` (r:1 w:1) - /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) + /// Storage: Scheduler Agenda (r:1 w:1) + /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) /// The range of component `s` is `[0, 49]`. fn schedule(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `77 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 10_565_000 picoseconds. - Weight::from_parts(13_940_126, 42428) - // Standard Error: 1_375 - .saturating_add(Weight::from_parts(882_755, 0).saturating_mul(s.into())) + // Minimum execution time: 13_286_000 picoseconds. + Weight::from_parts(16_578_003, 42428) + // Standard Error: 1_322 + .saturating_add(Weight::from_parts(886_487, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Scheduler::Agenda` (r:1 w:1) - /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) - /// Storage: `Scheduler::Lookup` (r:0 w:1) - /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) + /// Storage: Scheduler Agenda (r:1 w:1) + /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) + /// Storage: Scheduler Lookup (r:0 w:1) + /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) /// The range of component `s` is `[1, 50]`. fn cancel(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `77 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 17_011_000 picoseconds. - Weight::from_parts(15_278_000, 42428) - // Standard Error: 1_220 - .saturating_add(Weight::from_parts(1_542_928, 0).saturating_mul(s.into())) + // Minimum execution time: 18_761_000 picoseconds. + Weight::from_parts(17_183_094, 42428) + // Standard Error: 1_336 + .saturating_add(Weight::from_parts(1_550_975, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Scheduler::Lookup` (r:1 w:1) - /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) - /// Storage: `Scheduler::Agenda` (r:1 w:1) - /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) + /// Storage: Scheduler Lookup (r:1 w:1) + /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) + /// Storage: Scheduler Agenda (r:1 w:1) + /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) /// The range of component `s` is `[0, 49]`. fn schedule_named(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `254 + s * (185 ±0)` // Estimated: `42428` - // Minimum execution time: 13_983_000 picoseconds. - Weight::from_parts(18_360_940, 42428) - // Standard Error: 2_045 - .saturating_add(Weight::from_parts(917_936, 0).saturating_mul(s.into())) + // Minimum execution time: 16_497_000 picoseconds. + Weight::from_parts(20_978_567, 42428) + // Standard Error: 2_083 + .saturating_add(Weight::from_parts(941_462, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Scheduler::Lookup` (r:1 w:1) - /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) - /// Storage: `Scheduler::Agenda` (r:1 w:1) - /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) + /// Storage: Scheduler Lookup (r:1 w:1) + /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) + /// Storage: Scheduler Agenda (r:1 w:1) + /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) /// The range of component `s` is `[1, 50]`. fn cancel_named(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `280 + s * (185 ±0)` // Estimated: `42428` - // Minimum execution time: 18_387_000 picoseconds. - Weight::from_parts(17_768_582, 42428) - // Standard Error: 1_494 - .saturating_add(Weight::from_parts(1_571_753, 0).saturating_mul(s.into())) + // Minimum execution time: 20_683_000 picoseconds. + Weight::from_parts(19_891_118, 42428) + // Standard Error: 1_725 + .saturating_add(Weight::from_parts(1_585_558, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -211,28 +208,28 @@ impl pallet_scheduler::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: // Measured: `30` // Estimated: `1489` - // Minimum execution time: 2_688_000 picoseconds. - Weight::from_parts(2_789_000, 1489) + // Minimum execution time: 3_515_000 picoseconds. + Weight::from_parts(3_639_000, 1489) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Scheduler::Agenda` (r:1 w:1) - /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) + /// Storage: Scheduler Agenda (r:1 w:1) + /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) /// The range of component `s` is `[0, 50]`. fn service_agenda_base(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `77 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 3_104_000 picoseconds. - Weight::from_parts(6_374_072, 42428) - // Standard Error: 1_222 - .saturating_add(Weight::from_parts(837_143, 0).saturating_mul(s.into())) + // Minimum execution time: 3_033_000 picoseconds. + Weight::from_parts(6_066_640, 42428) + // Standard Error: 1_152 + .saturating_add(Weight::from_parts(836_321, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -240,118 +237,116 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_021_000 picoseconds. - Weight::from_parts(4_198_000, 0) + // Minimum execution time: 6_133_000 picoseconds. + Weight::from_parts(6_288_000, 0) } - /// Storage: `Preimage::PreimageFor` (r:1 w:1) - /// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `Measured`) - /// Storage: `Preimage::StatusFor` (r:1 w:0) - /// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Preimage::RequestStatusFor` (r:1 w:1) - /// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: Preimage PreimageFor (r:1 w:1) + /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured) + /// Storage: Preimage StatusFor (r:1 w:1) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) /// The range of component `s` is `[128, 4194304]`. fn service_task_fetched(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `213 + s * (1 ±0)` // Estimated: `3678 + s * (1 ±0)` - // Minimum execution time: 19_489_000 picoseconds. - Weight::from_parts(19_650_000, 3678) - // Standard Error: 4 - .saturating_add(Weight::from_parts(1_599, 0).saturating_mul(s.into())) - .saturating_add(RocksDbWeight::get().reads(3_u64)) + // Minimum execution time: 21_985_000 picoseconds. + Weight::from_parts(22_407_000, 3678) + // Standard Error: 12 + .saturating_add(Weight::from_parts(1_834, 0).saturating_mul(s.into())) + .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) } - /// Storage: `Scheduler::Lookup` (r:0 w:1) - /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) + /// Storage: Scheduler Lookup (r:0 w:1) + /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) fn service_task_named() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_477_000 picoseconds. - Weight::from_parts(5_734_000, 0) + // Minimum execution time: 7_552_000 picoseconds. + Weight::from_parts(7_814_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } fn service_task_periodic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_075_000 picoseconds. - Weight::from_parts(4_209_000, 0) + // Minimum execution time: 6_054_000 picoseconds. + Weight::from_parts(6_188_000, 0) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_517_000 picoseconds. - Weight::from_parts(2_660_000, 0) + // Minimum execution time: 3_046_000 picoseconds. + Weight::from_parts(3_167_000, 0) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_560_000 picoseconds. - Weight::from_parts(2_706_000, 0) + // Minimum execution time: 2_950_000 picoseconds. + Weight::from_parts(3_058_000, 0) } - /// Storage: `Scheduler::Agenda` (r:1 w:1) - /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) + /// Storage: Scheduler Agenda (r:1 w:1) + /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) /// The range of component `s` is `[0, 49]`. fn schedule(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `77 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 10_565_000 picoseconds. - Weight::from_parts(13_940_126, 42428) - // Standard Error: 1_375 - .saturating_add(Weight::from_parts(882_755, 0).saturating_mul(s.into())) + // Minimum execution time: 13_286_000 picoseconds. + Weight::from_parts(16_578_003, 42428) + // Standard Error: 1_322 + .saturating_add(Weight::from_parts(886_487, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Scheduler::Agenda` (r:1 w:1) - /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) - /// Storage: `Scheduler::Lookup` (r:0 w:1) - /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) + /// Storage: Scheduler Agenda (r:1 w:1) + /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) + /// Storage: Scheduler Lookup (r:0 w:1) + /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) /// The range of component `s` is `[1, 50]`. fn cancel(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `77 + s * (177 ±0)` // Estimated: `42428` - // Minimum execution time: 17_011_000 picoseconds. - Weight::from_parts(15_278_000, 42428) - // Standard Error: 1_220 - .saturating_add(Weight::from_parts(1_542_928, 0).saturating_mul(s.into())) + // Minimum execution time: 18_761_000 picoseconds. + Weight::from_parts(17_183_094, 42428) + // Standard Error: 1_336 + .saturating_add(Weight::from_parts(1_550_975, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `Scheduler::Lookup` (r:1 w:1) - /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) - /// Storage: `Scheduler::Agenda` (r:1 w:1) - /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) + /// Storage: Scheduler Lookup (r:1 w:1) + /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) + /// Storage: Scheduler Agenda (r:1 w:1) + /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) /// The range of component `s` is `[0, 49]`. fn schedule_named(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `254 + s * (185 ±0)` // Estimated: `42428` - // Minimum execution time: 13_983_000 picoseconds. - Weight::from_parts(18_360_940, 42428) - // Standard Error: 2_045 - .saturating_add(Weight::from_parts(917_936, 0).saturating_mul(s.into())) + // Minimum execution time: 16_497_000 picoseconds. + Weight::from_parts(20_978_567, 42428) + // Standard Error: 2_083 + .saturating_add(Weight::from_parts(941_462, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `Scheduler::Lookup` (r:1 w:1) - /// Proof: `Scheduler::Lookup` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`) - /// Storage: `Scheduler::Agenda` (r:1 w:1) - /// Proof: `Scheduler::Agenda` (`max_values`: None, `max_size`: Some(38963), added: 41438, mode: `MaxEncodedLen`) + /// Storage: Scheduler Lookup (r:1 w:1) + /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) + /// Storage: Scheduler Agenda (r:1 w:1) + /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) /// The range of component `s` is `[1, 50]`. fn cancel_named(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `280 + s * (185 ±0)` // Estimated: `42428` - // Minimum execution time: 18_387_000 picoseconds. - Weight::from_parts(17_768_582, 42428) - // Standard Error: 1_494 - .saturating_add(Weight::from_parts(1_571_753, 0).saturating_mul(s.into())) + // Minimum execution time: 20_683_000 picoseconds. + Weight::from_parts(19_891_118, 42428) + // Standard Error: 1_725 + .saturating_add(Weight::from_parts(1_585_558, 0).saturating_mul(s.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/runtime/manta/src/weights/pallet_session.rs b/runtime/manta/src/weights/pallet_session.rs index 1866e9b2b..7b1d584d5 100644 --- a/runtime/manta/src/weights/pallet_session.rs +++ b/runtime/manta/src/weights/pallet_session.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for pallet_session //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-19, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: // ./target/production/manta @@ -37,7 +37,6 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] -#![allow(double_parens)] #![allow(unused_imports)] #![allow(missing_docs)] @@ -53,29 +52,29 @@ pub trait WeightInfo { /// Weights for pallet_session using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_session::WeightInfo for SubstrateWeight { - /// Storage: `Session::NextKeys` (r:1 w:1) - /// Proof: `Session::NextKeys` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Session::KeyOwner` (r:2 w:2) - /// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Session NextKeys (r:1 w:1) + /// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured) + /// Storage: Session KeyOwner (r:2 w:2) + /// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured) fn set_keys() -> Weight { // Proof Size summary in bytes: // Measured: `258` // Estimated: `6198` - // Minimum execution time: 19_364_000 picoseconds. - Weight::from_parts(19_896_000, 6198) + // Minimum execution time: 19_223_000 picoseconds. + Weight::from_parts(19_656_000, 6198) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } - /// Storage: `Session::NextKeys` (r:1 w:1) - /// Proof: `Session::NextKeys` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Session::KeyOwner` (r:0 w:2) - /// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Session NextKeys (r:1 w:1) + /// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured) + /// Storage: Session KeyOwner (r:0 w:2) + /// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured) fn purge_keys() -> Weight { // Proof Size summary in bytes: // Measured: `276` // Estimated: `3741` - // Minimum execution time: 13_247_000 picoseconds. - Weight::from_parts(13_930_000, 3741) + // Minimum execution time: 13_488_000 picoseconds. + Weight::from_parts(13_845_000, 3741) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -83,29 +82,29 @@ impl pallet_session::WeightInfo for SubstrateWeight // For backwards compatibility and tests impl WeightInfo for () { - /// Storage: `Session::NextKeys` (r:1 w:1) - /// Proof: `Session::NextKeys` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Session::KeyOwner` (r:2 w:2) - /// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Session NextKeys (r:1 w:1) + /// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured) + /// Storage: Session KeyOwner (r:2 w:2) + /// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured) fn set_keys() -> Weight { // Proof Size summary in bytes: // Measured: `258` // Estimated: `6198` - // Minimum execution time: 19_364_000 picoseconds. - Weight::from_parts(19_896_000, 6198) + // Minimum execution time: 19_223_000 picoseconds. + Weight::from_parts(19_656_000, 6198) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } - /// Storage: `Session::NextKeys` (r:1 w:1) - /// Proof: `Session::NextKeys` (`max_values`: None, `max_size`: None, mode: `Measured`) - /// Storage: `Session::KeyOwner` (r:0 w:2) - /// Proof: `Session::KeyOwner` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: Session NextKeys (r:1 w:1) + /// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured) + /// Storage: Session KeyOwner (r:0 w:2) + /// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured) fn purge_keys() -> Weight { // Proof Size summary in bytes: // Measured: `276` // Estimated: `3741` - // Minimum execution time: 13_247_000 picoseconds. - Weight::from_parts(13_930_000, 3741) + // Minimum execution time: 13_488_000 picoseconds. + Weight::from_parts(13_845_000, 3741) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } diff --git a/runtime/manta/src/weights/pallet_sudo.rs b/runtime/manta/src/weights/pallet_sudo.rs index 77a1c5480..27c5e9aab 100644 --- a/runtime/manta/src/weights/pallet_sudo.rs +++ b/runtime/manta/src/weights/pallet_sudo.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for pallet_sudo //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-19, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: // ./target/production/manta @@ -37,7 +37,6 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] -#![allow(double_parens)] #![allow(unused_imports)] #![allow(missing_docs)] @@ -55,45 +54,45 @@ pub trait WeightInfo { /// Weights for pallet_sudo using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_sudo::WeightInfo for SubstrateWeight { - /// Storage: `Sudo::Key` (r:1 w:1) - /// Proof: `Sudo::Key` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) + /// Storage: Sudo Key (r:1 w:1) + /// Proof: Sudo Key (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) fn set_key() -> Weight { // Proof Size summary in bytes: // Measured: `98` // Estimated: `1517` - // Minimum execution time: 10_370_000 picoseconds. - Weight::from_parts(10_801_000, 1517) + // Minimum execution time: 13_882_000 picoseconds. + Weight::from_parts(14_149_000, 1517) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Sudo::Key` (r:1 w:0) - /// Proof: `Sudo::Key` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) + /// Storage: Sudo Key (r:1 w:0) + /// Proof: Sudo Key (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) fn sudo() -> Weight { // Proof Size summary in bytes: // Measured: `98` // Estimated: `1517` - // Minimum execution time: 11_414_000 picoseconds. - Weight::from_parts(11_793_000, 1517) + // Minimum execution time: 14_494_000 picoseconds. + Weight::from_parts(15_031_000, 1517) .saturating_add(T::DbWeight::get().reads(1_u64)) } - /// Storage: `Sudo::Key` (r:1 w:0) - /// Proof: `Sudo::Key` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) + /// Storage: Sudo Key (r:1 w:0) + /// Proof: Sudo Key (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) fn sudo_as() -> Weight { // Proof Size summary in bytes: // Measured: `98` // Estimated: `1517` - // Minimum execution time: 11_489_000 picoseconds. - Weight::from_parts(11_917_000, 1517) + // Minimum execution time: 14_801_000 picoseconds. + Weight::from_parts(15_376_000, 1517) .saturating_add(T::DbWeight::get().reads(1_u64)) } - /// Storage: `Sudo::Key` (r:1 w:1) - /// Proof: `Sudo::Key` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) + /// Storage: Sudo Key (r:1 w:1) + /// Proof: Sudo Key (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) fn remove_key() -> Weight { // Proof Size summary in bytes: // Measured: `98` // Estimated: `1517` - // Minimum execution time: 9_482_000 picoseconds. - Weight::from_parts(9_734_000, 1517) + // Minimum execution time: 13_882_000 picoseconds. + Weight::from_parts(14_149_000, 1517) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -101,45 +100,45 @@ impl pallet_sudo::WeightInfo for SubstrateWeight { // For backwards compatibility and tests impl WeightInfo for () { - /// Storage: `Sudo::Key` (r:1 w:1) - /// Proof: `Sudo::Key` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) + /// Storage: Sudo Key (r:1 w:1) + /// Proof: Sudo Key (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) fn set_key() -> Weight { // Proof Size summary in bytes: // Measured: `98` // Estimated: `1517` - // Minimum execution time: 10_370_000 picoseconds. - Weight::from_parts(10_801_000, 1517) + // Minimum execution time: 13_882_000 picoseconds. + Weight::from_parts(14_149_000, 1517) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Sudo::Key` (r:1 w:0) - /// Proof: `Sudo::Key` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) + /// Storage: Sudo Key (r:1 w:0) + /// Proof: Sudo Key (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) fn sudo() -> Weight { // Proof Size summary in bytes: // Measured: `98` // Estimated: `1517` - // Minimum execution time: 11_414_000 picoseconds. - Weight::from_parts(11_793_000, 1517) + // Minimum execution time: 14_494_000 picoseconds. + Weight::from_parts(15_031_000, 1517) .saturating_add(RocksDbWeight::get().reads(1_u64)) } - /// Storage: `Sudo::Key` (r:1 w:0) - /// Proof: `Sudo::Key` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) + /// Storage: Sudo Key (r:1 w:0) + /// Proof: Sudo Key (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) fn sudo_as() -> Weight { // Proof Size summary in bytes: // Measured: `98` // Estimated: `1517` - // Minimum execution time: 11_489_000 picoseconds. - Weight::from_parts(11_917_000, 1517) + // Minimum execution time: 14_801_000 picoseconds. + Weight::from_parts(15_376_000, 1517) .saturating_add(RocksDbWeight::get().reads(1_u64)) } - /// Storage: `Sudo::Key` (r:1 w:1) - /// Proof: `Sudo::Key` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) + /// Storage: Sudo Key (r:1 w:1) + /// Proof: Sudo Key (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) fn remove_key() -> Weight { // Proof Size summary in bytes: // Measured: `98` // Estimated: `1517` - // Minimum execution time: 9_482_000 picoseconds. - Weight::from_parts(9_734_000, 1517) + // Minimum execution time: 13_882_000 picoseconds. + Weight::from_parts(14_149_000, 1517) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/runtime/manta/src/weights/pallet_timestamp.rs b/runtime/manta/src/weights/pallet_timestamp.rs index 2a62b1a58..e444bf4a7 100644 --- a/runtime/manta/src/weights/pallet_timestamp.rs +++ b/runtime/manta/src/weights/pallet_timestamp.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for pallet_timestamp //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-19, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: // ./target/production/manta @@ -37,7 +37,6 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] -#![allow(double_parens)] #![allow(unused_imports)] #![allow(missing_docs)] @@ -53,14 +52,14 @@ pub trait WeightInfo { /// Weights for pallet_timestamp using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_timestamp::WeightInfo for SubstrateWeight { - /// Storage: `Timestamp::Now` (r:1 w:1) - /// Proof: `Timestamp::Now` (`max_values`: Some(1), `max_size`: Some(8), added: 503, mode: `MaxEncodedLen`) + /// Storage: Timestamp Now (r:1 w:1) + /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) fn set() -> Weight { // Proof Size summary in bytes: // Measured: `76` // Estimated: `1493` - // Minimum execution time: 6_023_000 picoseconds. - Weight::from_parts(6_222_000, 1493) + // Minimum execution time: 7_764_000 picoseconds. + Weight::from_parts(8_081_000, 1493) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -68,21 +67,21 @@ impl pallet_timestamp::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: // Measured: `76` // Estimated: `1493` - // Minimum execution time: 6_023_000 picoseconds. - Weight::from_parts(6_222_000, 1493) + // Minimum execution time: 7_764_000 picoseconds. + Weight::from_parts(8_081_000, 1493) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -90,7 +89,7 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `128` // Estimated: `0` - // Minimum execution time: 4_476_000 picoseconds. - Weight::from_parts(4_682_000, 0) + // Minimum execution time: 4_936_000 picoseconds. + Weight::from_parts(5_100_000, 0) } } diff --git a/runtime/manta/src/weights/pallet_treasury.rs b/runtime/manta/src/weights/pallet_treasury.rs index e421a2a35..6aadf016a 100644 --- a/runtime/manta/src/weights/pallet_treasury.rs +++ b/runtime/manta/src/weights/pallet_treasury.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for pallet_treasury //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-19, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: // ./target/production/manta @@ -37,7 +37,6 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] -#![allow(double_parens)] #![allow(unused_imports)] #![allow(missing_docs)] @@ -46,13 +45,13 @@ use core::marker::PhantomData; /// Weight functions needed for pallet_treasury. pub trait WeightInfo { - fn spend_local() -> Weight; + fn spend() -> Weight; fn propose_spend() -> Weight; fn reject_proposal() -> Weight; fn approve_proposal(p: u32, ) -> Weight; fn remove_approval() -> Weight; fn on_initialize_proposals(p: u32, ) -> Weight; - fn spend() -> Weight; + fn spend_local() -> Weight; fn payout() -> Weight; fn check_status() -> Weight; fn void_spend() -> Weight; @@ -61,141 +60,132 @@ pub trait WeightInfo { /// Weights for pallet_treasury using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_treasury::WeightInfo for SubstrateWeight { - /// Storage: `Treasury::ProposalCount` (r:1 w:1) - /// Proof: `Treasury::ProposalCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Treasury::Approvals` (r:1 w:1) - /// Proof: `Treasury::Approvals` (`max_values`: Some(1), `max_size`: Some(402), added: 897, mode: `MaxEncodedLen`) - /// Storage: `Treasury::Proposals` (r:0 w:1) - /// Proof: `Treasury::Proposals` (`max_values`: None, `max_size`: Some(108), added: 2583, mode: `MaxEncodedLen`) - fn spend_local() -> Weight { + fn spend() -> Weight { // Proof Size summary in bytes: - // Measured: `80` - // Estimated: `1887` - // Minimum execution time: 13_684_000 picoseconds. - Weight::from_parts(14_023_000, 1887) - .saturating_add(T::DbWeight::get().reads(2_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) + // Measured: `0` + // Estimated: `0` + // Minimum execution time: 261_000 picoseconds. + Weight::from_parts(283_000, 0) } - /// Storage: `Treasury::ProposalCount` (r:1 w:1) - /// Proof: `Treasury::ProposalCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Treasury::Proposals` (r:0 w:1) - /// Proof: `Treasury::Proposals` (`max_values`: None, `max_size`: Some(108), added: 2583, mode: `MaxEncodedLen`) + /// Storage: Treasury ProposalCount (r:1 w:1) + /// Proof: Treasury ProposalCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Treasury Proposals (r:0 w:1) + /// Proof: Treasury Proposals (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen) fn propose_spend() -> Weight { // Proof Size summary in bytes: // Measured: `131` // Estimated: `1489` - // Minimum execution time: 25_022_000 picoseconds. - Weight::from_parts(25_736_000, 1489) + // Minimum execution time: 29_807_000 picoseconds. + Weight::from_parts(30_410_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Treasury::Proposals` (r:1 w:1) - /// Proof: `Treasury::Proposals` (`max_values`: None, `max_size`: Some(108), added: 2583, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Treasury Proposals (r:1 w:1) + /// Proof: Treasury Proposals (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn reject_proposal() -> Weight { // Proof Size summary in bytes: // Measured: `289` // Estimated: `3593` - // Minimum execution time: 42_097_000 picoseconds. - Weight::from_parts(42_765_000, 3593) + // Minimum execution time: 52_551_000 picoseconds. + Weight::from_parts(53_269_000, 3593) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: `Treasury::Proposals` (r:1 w:0) - /// Proof: `Treasury::Proposals` (`max_values`: None, `max_size`: Some(108), added: 2583, mode: `MaxEncodedLen`) - /// Storage: `Treasury::Approvals` (r:1 w:1) - /// Proof: `Treasury::Approvals` (`max_values`: Some(1), `max_size`: Some(402), added: 897, mode: `MaxEncodedLen`) + /// Storage: Treasury Proposals (r:1 w:0) + /// Proof: Treasury Proposals (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen) + /// Storage: Treasury Approvals (r:1 w:1) + /// Proof: Treasury Approvals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen) /// The range of component `p` is `[0, 99]`. fn approve_proposal(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `507 + p * (8 ±0)` // Estimated: `3573` - // Minimum execution time: 9_858_000 picoseconds. - Weight::from_parts(12_832_646, 3573) - // Standard Error: 1_000 - .saturating_add(Weight::from_parts(81_143, 0).saturating_mul(p.into())) + // Minimum execution time: 11_177_000 picoseconds. + Weight::from_parts(13_739_061, 3573) + // Standard Error: 830 + .saturating_add(Weight::from_parts(76_242, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Treasury::Approvals` (r:1 w:1) - /// Proof: `Treasury::Approvals` (`max_values`: Some(1), `max_size`: Some(402), added: 897, mode: `MaxEncodedLen`) + /// Storage: Treasury Approvals (r:1 w:1) + /// Proof: Treasury Approvals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen) fn remove_approval() -> Weight { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1887` - // Minimum execution time: 7_890_000 picoseconds. - Weight::from_parts(8_135_000, 1887) + // Minimum execution time: 8_923_000 picoseconds. + Weight::from_parts(9_183_000, 1887) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Treasury::Deactivated` (r:1 w:1) - /// Proof: `Treasury::Deactivated` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `Balances::InactiveIssuance` (r:1 w:1) - /// Proof: `Balances::InactiveIssuance` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `Treasury::Approvals` (r:1 w:1) - /// Proof: `Treasury::Approvals` (`max_values`: Some(1), `max_size`: Some(402), added: 897, mode: `MaxEncodedLen`) - /// Storage: `Treasury::Proposals` (r:99 w:0) - /// Proof: `Treasury::Proposals` (`max_values`: None, `max_size`: Some(108), added: 2583, mode: `MaxEncodedLen`) - /// The range of component `p` is `[0, 99]`. + /// Storage: Treasury Deactivated (r:1 w:1) + /// Proof: Treasury Deactivated (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: Balances InactiveIssuance (r:1 w:1) + /// Proof: Balances InactiveIssuance (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: Treasury Approvals (r:1 w:1) + /// Proof: Treasury Approvals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen) + /// Storage: Treasury Proposals (r:100 w:100) + /// Proof: Treasury Proposals (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen) + /// Storage: System Account (r:200 w:200) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// The range of component `p` is `[0, 100]`. fn on_initialize_proposals(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `151 + p * (119 ±0)` - // Estimated: `1887 + p * (2583 ±0)` - // Minimum execution time: 18_584_000 picoseconds. - Weight::from_parts(16_982_311, 1887) - // Standard Error: 5_868 - .saturating_add(Weight::from_parts(3_195_078, 0).saturating_mul(p.into())) + // Measured: `0 + p * (250 ±0)` + // Estimated: `1887 + p * (5206 ±0)` + // Minimum execution time: 29_185_000 picoseconds. + Weight::from_parts(31_453_179, 1887) + // Standard Error: 10_980 + .saturating_add(Weight::from_parts(41_472_024, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) + .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 2583).saturating_mul(p.into())) + .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(p.into()))) + .saturating_add(Weight::from_parts(0, 5206).saturating_mul(p.into())) } - /// Storage: `Treasury::SpendCount` (r:1 w:1) - /// Proof: `Treasury::SpendCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Treasury::Spends` (r:0 w:1) - /// Proof: `Treasury::Spends` (`max_values`: None, `max_size`: Some(69), added: 2544, mode: `MaxEncodedLen`) - fn spend() -> Weight { + /// Storage: Treasury Approvals (r:1 w:1) + /// Proof: Treasury Approvals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen) + fn spend_local() -> Weight { // Proof Size summary in bytes: - // Measured: `80` - // Estimated: `1489` - // Minimum execution time: 11_688_000 picoseconds. - Weight::from_parts(12_242_000, 1489) + // Measured: `165` + // Estimated: `1887` + // Minimum execution time: 8_923_000 picoseconds. + Weight::from_parts(9_183_000, 1887) .saturating_add(T::DbWeight::get().reads(1_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Treasury::Spends` (r:1 w:1) - /// Proof: `Treasury::Spends` (`max_values`: None, `max_size`: Some(69), added: 2544, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Treasury Approvals (r:1 w:1) + /// Proof: Treasury Approvals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen) fn payout() -> Weight { // Proof Size summary in bytes: - // Measured: `198` - // Estimated: `3593` - // Minimum execution time: 54_292_000 picoseconds. - Weight::from_parts(55_406_000, 3593) - .saturating_add(T::DbWeight::get().reads(2_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) + // Measured: `165` + // Estimated: `1887` + // Minimum execution time: 8_923_000 picoseconds. + Weight::from_parts(9_183_000, 1887) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Treasury::Spends` (r:1 w:1) - /// Proof: `Treasury::Spends` (`max_values`: None, `max_size`: Some(69), added: 2544, mode: `MaxEncodedLen`) + /// Storage: Treasury Approvals (r:1 w:1) + /// Proof: Treasury Approvals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen) fn check_status() -> Weight { // Proof Size summary in bytes: - // Measured: `198` - // Estimated: `3534` - // Minimum execution time: 13_832_000 picoseconds. - Weight::from_parts(14_303_000, 3534) + // Measured: `165` + // Estimated: `1887` + // Minimum execution time: 8_923_000 picoseconds. + Weight::from_parts(9_183_000, 1887) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `Treasury::Spends` (r:1 w:1) - /// Proof: `Treasury::Spends` (`max_values`: None, `max_size`: Some(69), added: 2544, mode: `MaxEncodedLen`) + /// Storage: Treasury Approvals (r:1 w:1) + /// Proof: Treasury Approvals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen) fn void_spend() -> Weight { // Proof Size summary in bytes: - // Measured: `198` - // Estimated: `3534` - // Minimum execution time: 12_497_000 picoseconds. - Weight::from_parts(12_825_000, 3534) + // Measured: `165` + // Estimated: `1887` + // Minimum execution time: 8_923_000 picoseconds. + Weight::from_parts(9_183_000, 1887) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -203,141 +193,132 @@ impl pallet_treasury::WeightInfo for SubstrateWeight // For backwards compatibility and tests impl WeightInfo for () { - /// Storage: `Treasury::ProposalCount` (r:1 w:1) - /// Proof: `Treasury::ProposalCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Treasury::Approvals` (r:1 w:1) - /// Proof: `Treasury::Approvals` (`max_values`: Some(1), `max_size`: Some(402), added: 897, mode: `MaxEncodedLen`) - /// Storage: `Treasury::Proposals` (r:0 w:1) - /// Proof: `Treasury::Proposals` (`max_values`: None, `max_size`: Some(108), added: 2583, mode: `MaxEncodedLen`) - fn spend_local() -> Weight { + fn spend() -> Weight { // Proof Size summary in bytes: - // Measured: `80` - // Estimated: `1887` - // Minimum execution time: 13_684_000 picoseconds. - Weight::from_parts(14_023_000, 1887) - .saturating_add(RocksDbWeight::get().reads(2_u64)) - .saturating_add(RocksDbWeight::get().writes(3_u64)) + // Measured: `0` + // Estimated: `0` + // Minimum execution time: 261_000 picoseconds. + Weight::from_parts(283_000, 0) } - /// Storage: `Treasury::ProposalCount` (r:1 w:1) - /// Proof: `Treasury::ProposalCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Treasury::Proposals` (r:0 w:1) - /// Proof: `Treasury::Proposals` (`max_values`: None, `max_size`: Some(108), added: 2583, mode: `MaxEncodedLen`) + /// Storage: Treasury ProposalCount (r:1 w:1) + /// Proof: Treasury ProposalCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Treasury Proposals (r:0 w:1) + /// Proof: Treasury Proposals (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen) fn propose_spend() -> Weight { // Proof Size summary in bytes: // Measured: `131` // Estimated: `1489` - // Minimum execution time: 25_022_000 picoseconds. - Weight::from_parts(25_736_000, 1489) + // Minimum execution time: 29_807_000 picoseconds. + Weight::from_parts(30_410_000, 1489) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `Treasury::Proposals` (r:1 w:1) - /// Proof: `Treasury::Proposals` (`max_values`: None, `max_size`: Some(108), added: 2583, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Treasury Proposals (r:1 w:1) + /// Proof: Treasury Proposals (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn reject_proposal() -> Weight { // Proof Size summary in bytes: // Measured: `289` // Estimated: `3593` - // Minimum execution time: 42_097_000 picoseconds. - Weight::from_parts(42_765_000, 3593) + // Minimum execution time: 52_551_000 picoseconds. + Weight::from_parts(53_269_000, 3593) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: `Treasury::Proposals` (r:1 w:0) - /// Proof: `Treasury::Proposals` (`max_values`: None, `max_size`: Some(108), added: 2583, mode: `MaxEncodedLen`) - /// Storage: `Treasury::Approvals` (r:1 w:1) - /// Proof: `Treasury::Approvals` (`max_values`: Some(1), `max_size`: Some(402), added: 897, mode: `MaxEncodedLen`) + /// Storage: Treasury Proposals (r:1 w:0) + /// Proof: Treasury Proposals (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen) + /// Storage: Treasury Approvals (r:1 w:1) + /// Proof: Treasury Approvals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen) /// The range of component `p` is `[0, 99]`. fn approve_proposal(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `507 + p * (8 ±0)` // Estimated: `3573` - // Minimum execution time: 9_858_000 picoseconds. - Weight::from_parts(12_832_646, 3573) - // Standard Error: 1_000 - .saturating_add(Weight::from_parts(81_143, 0).saturating_mul(p.into())) + // Minimum execution time: 11_177_000 picoseconds. + Weight::from_parts(13_739_061, 3573) + // Standard Error: 830 + .saturating_add(Weight::from_parts(76_242, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Treasury::Approvals` (r:1 w:1) - /// Proof: `Treasury::Approvals` (`max_values`: Some(1), `max_size`: Some(402), added: 897, mode: `MaxEncodedLen`) + /// Storage: Treasury Approvals (r:1 w:1) + /// Proof: Treasury Approvals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen) fn remove_approval() -> Weight { // Proof Size summary in bytes: // Measured: `165` // Estimated: `1887` - // Minimum execution time: 7_890_000 picoseconds. - Weight::from_parts(8_135_000, 1887) + // Minimum execution time: 8_923_000 picoseconds. + Weight::from_parts(9_183_000, 1887) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Treasury::Deactivated` (r:1 w:1) - /// Proof: `Treasury::Deactivated` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `Balances::InactiveIssuance` (r:1 w:1) - /// Proof: `Balances::InactiveIssuance` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `Treasury::Approvals` (r:1 w:1) - /// Proof: `Treasury::Approvals` (`max_values`: Some(1), `max_size`: Some(402), added: 897, mode: `MaxEncodedLen`) - /// Storage: `Treasury::Proposals` (r:99 w:0) - /// Proof: `Treasury::Proposals` (`max_values`: None, `max_size`: Some(108), added: 2583, mode: `MaxEncodedLen`) - /// The range of component `p` is `[0, 99]`. + /// Storage: Treasury Deactivated (r:1 w:1) + /// Proof: Treasury Deactivated (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: Balances InactiveIssuance (r:1 w:1) + /// Proof: Balances InactiveIssuance (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: Treasury Approvals (r:1 w:1) + /// Proof: Treasury Approvals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen) + /// Storage: Treasury Proposals (r:100 w:100) + /// Proof: Treasury Proposals (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen) + /// Storage: System Account (r:200 w:200) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// The range of component `p` is `[0, 100]`. fn on_initialize_proposals(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `151 + p * (119 ±0)` - // Estimated: `1887 + p * (2583 ±0)` - // Minimum execution time: 18_584_000 picoseconds. - Weight::from_parts(16_982_311, 1887) - // Standard Error: 5_868 - .saturating_add(Weight::from_parts(3_195_078, 0).saturating_mul(p.into())) + // Measured: `0 + p * (250 ±0)` + // Estimated: `1887 + p * (5206 ±0)` + // Minimum execution time: 29_185_000 picoseconds. + Weight::from_parts(31_453_179, 1887) + // Standard Error: 10_980 + .saturating_add(Weight::from_parts(41_472_024, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(3_u64)) - .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(p.into()))) + .saturating_add(RocksDbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(RocksDbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 2583).saturating_mul(p.into())) + .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(p.into()))) + .saturating_add(Weight::from_parts(0, 5206).saturating_mul(p.into())) } - /// Storage: `Treasury::SpendCount` (r:1 w:1) - /// Proof: `Treasury::SpendCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Treasury::Spends` (r:0 w:1) - /// Proof: `Treasury::Spends` (`max_values`: None, `max_size`: Some(69), added: 2544, mode: `MaxEncodedLen`) - fn spend() -> Weight { + /// Storage: Treasury Approvals (r:1 w:1) + /// Proof: Treasury Approvals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen) + fn spend_local() -> Weight { // Proof Size summary in bytes: - // Measured: `80` - // Estimated: `1489` - // Minimum execution time: 11_688_000 picoseconds. - Weight::from_parts(12_242_000, 1489) + // Measured: `165` + // Estimated: `1887` + // Minimum execution time: 8_923_000 picoseconds. + Weight::from_parts(9_183_000, 1887) .saturating_add(RocksDbWeight::get().reads(1_u64)) - .saturating_add(RocksDbWeight::get().writes(2_u64)) + .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Treasury::Spends` (r:1 w:1) - /// Proof: `Treasury::Spends` (`max_values`: None, `max_size`: Some(69), added: 2544, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:1) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + /// Storage: Treasury Approvals (r:1 w:1) + /// Proof: Treasury Approvals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen) fn payout() -> Weight { // Proof Size summary in bytes: - // Measured: `198` - // Estimated: `3593` - // Minimum execution time: 54_292_000 picoseconds. - Weight::from_parts(55_406_000, 3593) - .saturating_add(RocksDbWeight::get().reads(2_u64)) - .saturating_add(RocksDbWeight::get().writes(2_u64)) + // Measured: `165` + // Estimated: `1887` + // Minimum execution time: 8_923_000 picoseconds. + Weight::from_parts(9_183_000, 1887) + .saturating_add(RocksDbWeight::get().reads(1_u64)) + .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Treasury::Spends` (r:1 w:1) - /// Proof: `Treasury::Spends` (`max_values`: None, `max_size`: Some(69), added: 2544, mode: `MaxEncodedLen`) + /// Storage: Treasury Approvals (r:1 w:1) + /// Proof: Treasury Approvals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen) fn check_status() -> Weight { // Proof Size summary in bytes: - // Measured: `198` - // Estimated: `3534` - // Minimum execution time: 13_832_000 picoseconds. - Weight::from_parts(14_303_000, 3534) + // Measured: `165` + // Estimated: `1887` + // Minimum execution time: 8_923_000 picoseconds. + Weight::from_parts(9_183_000, 1887) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `Treasury::Spends` (r:1 w:1) - /// Proof: `Treasury::Spends` (`max_values`: None, `max_size`: Some(69), added: 2544, mode: `MaxEncodedLen`) + /// Storage: Treasury Approvals (r:1 w:1) + /// Proof: Treasury Approvals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen) fn void_spend() -> Weight { // Proof Size summary in bytes: - // Measured: `198` - // Estimated: `3534` - // Minimum execution time: 12_497_000 picoseconds. - Weight::from_parts(12_825_000, 3534) + // Measured: `165` + // Estimated: `1887` + // Minimum execution time: 8_923_000 picoseconds. + Weight::from_parts(9_183_000, 1887) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/runtime/manta/src/weights/pallet_tx_pause.rs b/runtime/manta/src/weights/pallet_tx_pause.rs index 138a0c5df..529ad1120 100644 --- a/runtime/manta/src/weights/pallet_tx_pause.rs +++ b/runtime/manta/src/weights/pallet_tx_pause.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for pallet_tx_pause //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-19, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: // ./target/production/manta @@ -37,7 +37,6 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] -#![allow(double_parens)] #![allow(unused_imports)] #![allow(missing_docs)] @@ -53,25 +52,25 @@ pub trait WeightInfo { /// Weights for pallet_tx_pause using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl pallet_tx_pause::WeightInfo for SubstrateWeight { - /// Storage: `TransactionPause::PausedTransactions` (r:1 w:1) - /// Proof: `TransactionPause::PausedTransactions` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: TransactionPause PausedTransactions (r:1 w:1) + /// Proof Skipped: TransactionPause PausedTransactions (max_values: None, max_size: None, mode: Measured) fn pause_transaction() -> Weight { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3541` - // Minimum execution time: 12_540_000 picoseconds. - Weight::from_parts(13_152_000, 3541) + // Minimum execution time: 14_724_000 picoseconds. + Weight::from_parts(15_310_000, 3541) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `TransactionPause::PausedTransactions` (r:1 w:1) - /// Proof: `TransactionPause::PausedTransactions` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: TransactionPause PausedTransactions (r:1 w:1) + /// Proof Skipped: TransactionPause PausedTransactions (max_values: None, max_size: None, mode: Measured) fn unpause_transaction() -> Weight { // Proof Size summary in bytes: // Measured: `123` // Estimated: `3588` - // Minimum execution time: 13_188_000 picoseconds. - Weight::from_parts(13_611_000, 3588) + // Minimum execution time: 15_177_000 picoseconds. + Weight::from_parts(15_662_000, 3588) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -79,25 +78,25 @@ impl pallet_tx_pause::WeightInfo for SubstrateWeight // For backwards compatibility and tests impl WeightInfo for () { - /// Storage: `TransactionPause::PausedTransactions` (r:1 w:1) - /// Proof: `TransactionPause::PausedTransactions` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: TransactionPause PausedTransactions (r:1 w:1) + /// Proof Skipped: TransactionPause PausedTransactions (max_values: None, max_size: None, mode: Measured) fn pause_transaction() -> Weight { // Proof Size summary in bytes: // Measured: `76` // Estimated: `3541` - // Minimum execution time: 12_540_000 picoseconds. - Weight::from_parts(13_152_000, 3541) + // Minimum execution time: 14_724_000 picoseconds. + Weight::from_parts(15_310_000, 3541) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: `TransactionPause::PausedTransactions` (r:1 w:1) - /// Proof: `TransactionPause::PausedTransactions` (`max_values`: None, `max_size`: None, mode: `Measured`) + /// Storage: TransactionPause PausedTransactions (r:1 w:1) + /// Proof Skipped: TransactionPause PausedTransactions (max_values: None, max_size: None, mode: Measured) fn unpause_transaction() -> Weight { // Proof Size summary in bytes: // Measured: `123` // Estimated: `3588` - // Minimum execution time: 13_188_000 picoseconds. - Weight::from_parts(13_611_000, 3588) + // Minimum execution time: 15_177_000 picoseconds. + Weight::from_parts(15_662_000, 3588) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/runtime/manta/src/weights/pallet_utility.rs b/runtime/manta/src/weights/pallet_utility.rs index 1a537d7cf..2d5266532 100644 --- a/runtime/manta/src/weights/pallet_utility.rs +++ b/runtime/manta/src/weights/pallet_utility.rs @@ -17,8 +17,8 @@ //! Autogenerated weights for pallet_utility //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-05-19, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 +//! DATE: 2023-12-21, STEPS: `50`, REPEAT: 40, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("/home/aye/actions-runner/_worker/Manta/Manta/tests/data/fork.json"), DB CACHE: 1024 // Executed Command: // ./target/production/manta @@ -37,7 +37,6 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] -#![allow(double_parens)] #![allow(unused_imports)] #![allow(missing_docs)] @@ -61,44 +60,44 @@ impl pallet_utility::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_081_000 picoseconds. - Weight::from_parts(5_768_044, 0) - // Standard Error: 2_207 - .saturating_add(Weight::from_parts(4_118_862, 0).saturating_mul(c.into())) + // Minimum execution time: 7_439_000 picoseconds. + Weight::from_parts(8_816_752, 0) + // Standard Error: 2_457 + .saturating_add(Weight::from_parts(6_029_390, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_212_000 picoseconds. - Weight::from_parts(5_332_000, 0) + // Minimum execution time: 6_004_000 picoseconds. + Weight::from_parts(6_182_000, 0) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_975_000 picoseconds. - Weight::from_parts(206_641, 0) - // Standard Error: 2_390 - .saturating_add(Weight::from_parts(4_429_637, 0).saturating_mul(c.into())) + // Minimum execution time: 7_502_000 picoseconds. + Weight::from_parts(13_305_291, 0) + // Standard Error: 2_597 + .saturating_add(Weight::from_parts(6_318_738, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_470_000 picoseconds. - Weight::from_parts(7_713_000, 0) + // Minimum execution time: 9_933_000 picoseconds. + Weight::from_parts(10_246_000, 0) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_140_000 picoseconds. - Weight::from_parts(8_212_854, 0) - // Standard Error: 2_636 - .saturating_add(Weight::from_parts(4_002_374, 0).saturating_mul(c.into())) + // Minimum execution time: 7_343_000 picoseconds. + Weight::from_parts(8_562_631, 0) + // Standard Error: 2_279 + .saturating_add(Weight::from_parts(5_909_644, 0).saturating_mul(c.into())) } } @@ -109,43 +108,43 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_081_000 picoseconds. - Weight::from_parts(5_768_044, 0) - // Standard Error: 2_207 - .saturating_add(Weight::from_parts(4_118_862, 0).saturating_mul(c.into())) + // Minimum execution time: 7_439_000 picoseconds. + Weight::from_parts(8_816_752, 0) + // Standard Error: 2_457 + .saturating_add(Weight::from_parts(6_029_390, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_212_000 picoseconds. - Weight::from_parts(5_332_000, 0) + // Minimum execution time: 6_004_000 picoseconds. + Weight::from_parts(6_182_000, 0) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_975_000 picoseconds. - Weight::from_parts(206_641, 0) - // Standard Error: 2_390 - .saturating_add(Weight::from_parts(4_429_637, 0).saturating_mul(c.into())) + // Minimum execution time: 7_502_000 picoseconds. + Weight::from_parts(13_305_291, 0) + // Standard Error: 2_597 + .saturating_add(Weight::from_parts(6_318_738, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_470_000 picoseconds. - Weight::from_parts(7_713_000, 0) + // Minimum execution time: 9_933_000 picoseconds. + Weight::from_parts(10_246_000, 0) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_140_000 picoseconds. - Weight::from_parts(8_212_854, 0) - // Standard Error: 2_636 - .saturating_add(Weight::from_parts(4_002_374, 0).saturating_mul(c.into())) + // Minimum execution time: 7_343_000 picoseconds. + Weight::from_parts(8_562_631, 0) + // Standard Error: 2_279 + .saturating_add(Weight::from_parts(5_909_644, 0).saturating_mul(c.into())) } }