mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
[ci] Return benchmark to bm machines (#2225)
* [WIP][ci] Return benchmark to bm machines * run build on docker machines * restart pipeline * rm docker runner * fix refs * add weights * return ci * fix asset benchmark
This commit is contained in:
committed by
GitHub
parent
bdd75044bb
commit
6c89607b31
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
|
//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,17 +47,27 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `cumulus_pallet_xcmp_queue`.
|
/// Weight functions for `cumulus_pallet_xcmp_queue`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: XcmpQueue QueueConfig (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 set_config_with_u32() -> Weight {
|
fn set_config_with_u32() -> Weight {
|
||||||
// Minimum execution time: 6_767 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(7_044_000)
|
// Measured: `76`
|
||||||
|
// Estimated: `571`
|
||||||
|
// Minimum execution time: 4_956 nanoseconds.
|
||||||
|
Weight::from_ref_time(5_108_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(571))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: XcmpQueue QueueConfig (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 set_config_with_weight() -> Weight {
|
fn set_config_with_weight() -> Weight {
|
||||||
// Minimum execution time: 6_746 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(7_070_000)
|
// Measured: `76`
|
||||||
|
// Estimated: `571`
|
||||||
|
// Minimum execution time: 4_945 nanoseconds.
|
||||||
|
Weight::from_ref_time(5_080_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(571))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `frame_system`
|
//! Autogenerated weights for `frame_system`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -48,51 +49,81 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
|||||||
impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
||||||
/// The range of component `b` is `[0, 3932160]`.
|
/// The range of component `b` is `[0, 3932160]`.
|
||||||
fn remark(b: u32, ) -> Weight {
|
fn remark(b: u32, ) -> Weight {
|
||||||
// Minimum execution time: 3_628 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(4_024_750)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 1_524 nanoseconds.
|
||||||
|
Weight::from_ref_time(1_612_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
// Standard Error: 0
|
// Standard Error: 0
|
||||||
.saturating_add(Weight::from_ref_time(474).saturating_mul(b.into()))
|
.saturating_add(Weight::from_ref_time(413).saturating_mul(b.into()))
|
||||||
}
|
}
|
||||||
/// The range of component `b` is `[0, 3932160]`.
|
/// The range of component `b` is `[0, 3932160]`.
|
||||||
fn remark_with_event(b: u32, ) -> Weight {
|
fn remark_with_event(b: u32, ) -> Weight {
|
||||||
// Minimum execution time: 13_918 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(152_866_312)
|
// Measured: `0`
|
||||||
// Standard Error: 5
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(1_926).saturating_mul(b.into()))
|
// Minimum execution time: 6_865 nanoseconds.
|
||||||
|
Weight::from_ref_time(6_939_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 0
|
||||||
|
.saturating_add(Weight::from_ref_time(1_762).saturating_mul(b.into()))
|
||||||
}
|
}
|
||||||
// Storage: System Digest (r:1 w:1)
|
/// Storage: System Digest (r:1 w:1)
|
||||||
// Storage: unknown [0x3a686561707061676573] (r:0 w:1)
|
/// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: unknown `0x3a686561707061676573` (r:0 w:1)
|
||||||
|
/// Proof Skipped: unknown `0x3a686561707061676573` (r:0 w:1)
|
||||||
fn set_heap_pages() -> Weight {
|
fn set_heap_pages() -> Weight {
|
||||||
// Minimum execution time: 8_571 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(9_056_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `495`
|
||||||
|
// Minimum execution time: 3_490 nanoseconds.
|
||||||
|
Weight::from_ref_time(3_688_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(495))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Skipped Metadata (r:0 w:0)
|
/// Storage: Skipped Metadata (r:0 w:0)
|
||||||
|
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `i` is `[0, 1000]`.
|
/// The range of component `i` is `[0, 1000]`.
|
||||||
fn set_storage(i: u32, ) -> Weight {
|
fn set_storage(i: u32, ) -> Weight {
|
||||||
// Minimum execution time: 3_762 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(3_902_000)
|
// Measured: `0`
|
||||||
// Standard Error: 2_353
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(688_828).saturating_mul(i.into()))
|
// Minimum execution time: 1_683 nanoseconds.
|
||||||
|
Weight::from_ref_time(1_726_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 1_736
|
||||||
|
.saturating_add(Weight::from_ref_time(582_823).saturating_mul(i.into()))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||||
}
|
}
|
||||||
// Storage: Skipped Metadata (r:0 w:0)
|
/// Storage: Skipped Metadata (r:0 w:0)
|
||||||
|
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `i` is `[0, 1000]`.
|
/// The range of component `i` is `[0, 1000]`.
|
||||||
fn kill_storage(i: u32, ) -> Weight {
|
fn kill_storage(i: u32, ) -> Weight {
|
||||||
// Minimum execution time: 3_812 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(3_983_000)
|
// Measured: `0`
|
||||||
// Standard Error: 1_028
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(520_360).saturating_mul(i.into()))
|
// Minimum execution time: 1_711 nanoseconds.
|
||||||
|
Weight::from_ref_time(1_787_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 779
|
||||||
|
.saturating_add(Weight::from_ref_time(445_878).saturating_mul(i.into()))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||||
}
|
}
|
||||||
// Storage: Skipped Metadata (r:0 w:0)
|
/// Storage: Skipped Metadata (r:0 w:0)
|
||||||
|
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `p` is `[0, 1000]`.
|
/// The range of component `p` is `[0, 1000]`.
|
||||||
fn kill_prefix(p: u32, ) -> Weight {
|
fn kill_prefix(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 5_474 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(5_708_000)
|
// Measured: `81 + p * (69 ±0)`
|
||||||
// Standard Error: 1_233
|
// Estimated: `72 + p * (70 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(1_157_262).saturating_mul(p.into()))
|
// Minimum execution time: 3_428 nanoseconds.
|
||||||
|
Weight::from_ref_time(3_492_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(72))
|
||||||
|
// Standard Error: 991
|
||||||
|
.saturating_add(Weight::from_ref_time(953_258).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(70).saturating_mul(p.into()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_assets`
|
//! Autogenerated weights for `pallet_assets`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,229 +47,389 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_assets`.
|
/// Weight functions for `pallet_assets`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn create() -> Weight {
|
fn create() -> Weight {
|
||||||
// Minimum execution time: 28_325 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(29_454_000)
|
// Measured: `141`
|
||||||
|
// Estimated: `5288`
|
||||||
|
// Minimum execution time: 21_487 nanoseconds.
|
||||||
|
Weight::from_ref_time(21_977_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5288))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
fn force_create() -> Weight {
|
fn force_create() -> Weight {
|
||||||
// Minimum execution time: 17_511 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(17_897_000)
|
// Measured: `6`
|
||||||
|
// Estimated: `2685`
|
||||||
|
// Minimum execution time: 10_630 nanoseconds.
|
||||||
|
Weight::from_ref_time(10_963_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2685))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
fn start_destroy() -> Weight {
|
fn start_destroy() -> Weight {
|
||||||
// Minimum execution time: 19_093 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_875_000)
|
// Measured: `309`
|
||||||
|
// Estimated: `2685`
|
||||||
|
// Minimum execution time: 13_627 nanoseconds.
|
||||||
|
Weight::from_ref_time(13_906_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2685))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Account (r:1 w:0)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:20 w:20)
|
/// Storage: Assets Account (r:1001 w:1000)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, 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]`.
|
/// The range of component `c` is `[0, 1000]`.
|
||||||
fn destroy_accounts(c: u32, ) -> Weight {
|
fn destroy_accounts(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 21_732 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(21_953_000)
|
// Measured: `0 + c * (240 ±0)`
|
||||||
// Standard Error: 8_707
|
// Estimated: `5262 + c * (5180 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(14_707_934).saturating_mul(c.into()))
|
// Minimum execution time: 15_861 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_079_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5262))
|
||||||
|
// Standard Error: 10_732
|
||||||
|
.saturating_add(Weight::from_ref_time(14_192_928).saturating_mul(c.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into())))
|
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(c.into())))
|
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(c.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(5180).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Approvals (r:1 w:0)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Approvals (r:1001 w:1000)
|
||||||
|
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||||
/// The range of component `a` is `[0, 1000]`.
|
/// The range of component `a` is `[0, 1000]`.
|
||||||
fn destroy_approvals(a: u32, ) -> Weight {
|
fn destroy_approvals(a: u32, ) -> Weight {
|
||||||
// Minimum execution time: 22_383 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(22_657_000)
|
// Measured: `446 + a * (86 ±0)`
|
||||||
// Standard Error: 5_721
|
// Estimated: `5308 + a * (2623 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(14_841_010).saturating_mul(a.into()))
|
// Minimum execution time: 16_455 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_720_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5308))
|
||||||
|
// Standard Error: 7_111
|
||||||
|
.saturating_add(Weight::from_ref_time(13_717_750).saturating_mul(a.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(2623).saturating_mul(a.into()))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Metadata (r:1 w:0)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Metadata (r:1 w:0)
|
||||||
|
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||||
fn finish_destroy() -> Weight {
|
fn finish_destroy() -> Weight {
|
||||||
// Minimum execution time: 19_205 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_758_000)
|
// Measured: `275`
|
||||||
|
// Estimated: `5300`
|
||||||
|
// Minimum execution time: 12_819 nanoseconds.
|
||||||
|
Weight::from_ref_time(13_111_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5300))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Account (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Account (r:1 w:1)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||||
fn mint() -> Weight {
|
fn mint() -> Weight {
|
||||||
// Minimum execution time: 31_975 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(32_909_000)
|
// Measured: `275`
|
||||||
|
// Estimated: `5262`
|
||||||
|
// Minimum execution time: 22_897 nanoseconds.
|
||||||
|
Weight::from_ref_time(23_386_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5262))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Account (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Account (r:1 w:1)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||||
fn burn() -> Weight {
|
fn burn() -> Weight {
|
||||||
// Minimum execution time: 38_612 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(39_693_000)
|
// Measured: `383`
|
||||||
|
// Estimated: `5262`
|
||||||
|
// Minimum execution time: 28_432 nanoseconds.
|
||||||
|
Weight::from_ref_time(28_903_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5262))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Account (r:2 w:2)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: Assets Account (r:2 w:2)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, 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 {
|
fn transfer() -> Weight {
|
||||||
// Minimum execution time: 49_986 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(51_660_000)
|
// Measured: `383`
|
||||||
|
// Estimated: `10442`
|
||||||
|
// Minimum execution time: 39_823 nanoseconds.
|
||||||
|
Weight::from_ref_time(40_380_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10442))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Account (r:2 w:2)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: Assets Account (r:2 w:2)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, 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 {
|
fn transfer_keep_alive() -> Weight {
|
||||||
// Minimum execution time: 43_079 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(44_369_000)
|
// Measured: `383`
|
||||||
|
// Estimated: `10442`
|
||||||
|
// Minimum execution time: 34_924 nanoseconds.
|
||||||
|
Weight::from_ref_time(35_584_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10442))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Account (r:2 w:2)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: Assets Account (r:2 w:2)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, 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 {
|
fn force_transfer() -> Weight {
|
||||||
// Minimum execution time: 50_736 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(51_851_000)
|
// Measured: `383`
|
||||||
|
// Estimated: `10442`
|
||||||
|
// Minimum execution time: 39_647 nanoseconds.
|
||||||
|
Weight::from_ref_time(40_611_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10442))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:0)
|
/// Storage: Assets Asset (r:1 w:0)
|
||||||
// Storage: Assets Account (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Account (r:1 w:1)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||||
fn freeze() -> Weight {
|
fn freeze() -> Weight {
|
||||||
// Minimum execution time: 22_127 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(22_909_000)
|
// Measured: `383`
|
||||||
|
// Estimated: `5262`
|
||||||
|
// Minimum execution time: 16_462 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_821_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5262))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:0)
|
/// Storage: Assets Asset (r:1 w:0)
|
||||||
// Storage: Assets Account (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Account (r:1 w:1)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||||
fn thaw() -> Weight {
|
fn thaw() -> Weight {
|
||||||
// Minimum execution time: 22_065 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(22_719_000)
|
// Measured: `383`
|
||||||
|
// Estimated: `5262`
|
||||||
|
// Minimum execution time: 16_416 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_758_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5262))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
fn freeze_asset() -> Weight {
|
fn freeze_asset() -> Weight {
|
||||||
// Minimum execution time: 18_550 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(18_966_000)
|
// Measured: `309`
|
||||||
|
// Estimated: `2685`
|
||||||
|
// Minimum execution time: 12_853 nanoseconds.
|
||||||
|
Weight::from_ref_time(13_257_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2685))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
fn thaw_asset() -> Weight {
|
fn thaw_asset() -> Weight {
|
||||||
// Minimum execution time: 18_581 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_387_000)
|
// Measured: `309`
|
||||||
|
// Estimated: `2685`
|
||||||
|
// Minimum execution time: 12_422 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_763_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2685))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Metadata (r:1 w:0)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Metadata (r:1 w:0)
|
||||||
|
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||||
fn transfer_ownership() -> Weight {
|
fn transfer_ownership() -> Weight {
|
||||||
// Minimum execution time: 19_749 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(20_429_000)
|
// Measured: `275`
|
||||||
|
// Estimated: `5300`
|
||||||
|
// Minimum execution time: 13_950 nanoseconds.
|
||||||
|
Weight::from_ref_time(14_242_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5300))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
fn set_team() -> Weight {
|
fn set_team() -> Weight {
|
||||||
// Minimum execution time: 18_894 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_387_000)
|
// Measured: `275`
|
||||||
|
// Estimated: `2685`
|
||||||
|
// Minimum execution time: 12_726 nanoseconds.
|
||||||
|
Weight::from_ref_time(13_072_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2685))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:0)
|
/// Storage: Assets Asset (r:1 w:0)
|
||||||
// Storage: Assets Metadata (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Metadata (r:1 w:1)
|
||||||
|
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||||
/// The range of component `n` is `[0, 50]`.
|
/// The range of component `n` is `[0, 50]`.
|
||||||
/// The range of component `s` is `[0, 50]`.
|
/// The range of component `s` is `[0, 50]`.
|
||||||
fn set_metadata(_n: u32, s: u32, ) -> Weight {
|
fn set_metadata(_n: u32, s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 31_524 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(33_046_758)
|
// Measured: `275`
|
||||||
// Standard Error: 1_119
|
// Estimated: `5300`
|
||||||
.saturating_add(Weight::from_ref_time(294).saturating_mul(s.into()))
|
// Minimum execution time: 22_772 nanoseconds.
|
||||||
|
Weight::from_ref_time(24_026_274)
|
||||||
|
.saturating_add(Weight::from_proof_size(5300))
|
||||||
|
// Standard Error: 1_231
|
||||||
|
.saturating_add(Weight::from_ref_time(203).saturating_mul(s.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:0)
|
/// Storage: Assets Asset (r:1 w:0)
|
||||||
// Storage: Assets Metadata (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Metadata (r:1 w:1)
|
||||||
|
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||||
fn clear_metadata() -> Weight {
|
fn clear_metadata() -> Weight {
|
||||||
// Minimum execution time: 33_196 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_732_000)
|
// Measured: `471`
|
||||||
|
// Estimated: `5300`
|
||||||
|
// Minimum execution time: 23_310 nanoseconds.
|
||||||
|
Weight::from_ref_time(23_724_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5300))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:0)
|
/// Storage: Assets Asset (r:1 w:0)
|
||||||
// Storage: Assets Metadata (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Metadata (r:1 w:1)
|
||||||
|
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||||
/// The range of component `n` is `[0, 50]`.
|
/// The range of component `n` is `[0, 50]`.
|
||||||
/// The range of component `s` is `[0, 50]`.
|
/// The range of component `s` is `[0, 50]`.
|
||||||
fn force_set_metadata(_n: u32, s: u32, ) -> Weight {
|
fn force_set_metadata(n: u32, s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 19_287 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(20_205_504)
|
// Measured: `82`
|
||||||
// Standard Error: 513
|
// Estimated: `5300`
|
||||||
.saturating_add(Weight::from_ref_time(1_006).saturating_mul(s.into()))
|
// Minimum execution time: 12_379 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_903_065)
|
||||||
|
.saturating_add(Weight::from_proof_size(5300))
|
||||||
|
// Standard Error: 330
|
||||||
|
.saturating_add(Weight::from_ref_time(667).saturating_mul(n.into()))
|
||||||
|
// Standard Error: 330
|
||||||
|
.saturating_add(Weight::from_ref_time(2_891).saturating_mul(s.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:0)
|
/// Storage: Assets Asset (r:1 w:0)
|
||||||
// Storage: Assets Metadata (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Metadata (r:1 w:1)
|
||||||
|
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||||
fn force_clear_metadata() -> Weight {
|
fn force_clear_metadata() -> Weight {
|
||||||
// Minimum execution time: 33_022 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_035_000)
|
// Measured: `471`
|
||||||
|
// Estimated: `5300`
|
||||||
|
// Minimum execution time: 23_531 nanoseconds.
|
||||||
|
Weight::from_ref_time(23_845_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5300))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
fn force_asset_status() -> Weight {
|
fn force_asset_status() -> Weight {
|
||||||
// Minimum execution time: 18_229 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(18_920_000)
|
// Measured: `275`
|
||||||
|
// Estimated: `2685`
|
||||||
|
// Minimum execution time: 12_426 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_888_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2685))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Approvals (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Approvals (r:1 w:1)
|
||||||
|
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||||
fn approve_transfer() -> Weight {
|
fn approve_transfer() -> Weight {
|
||||||
// Minimum execution time: 34_912 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(36_084_000)
|
// Measured: `309`
|
||||||
|
// Estimated: `5308`
|
||||||
|
// Minimum execution time: 26_365 nanoseconds.
|
||||||
|
Weight::from_ref_time(26_700_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5308))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Approvals (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
// Storage: Assets Account (r:2 w:2)
|
/// Storage: Assets Approvals (r:1 w:1)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Account (r:2 w:2)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, 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 {
|
fn transfer_approved() -> Weight {
|
||||||
// Minimum execution time: 65_747 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(67_478_000)
|
// Measured: `553`
|
||||||
|
// Estimated: `13065`
|
||||||
|
// Minimum execution time: 53_167 nanoseconds.
|
||||||
|
Weight::from_ref_time(53_564_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(13065))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(5))
|
.saturating_add(T::DbWeight::get().writes(5))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Approvals (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Approvals (r:1 w:1)
|
||||||
|
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||||
fn cancel_approval() -> Weight {
|
fn cancel_approval() -> Weight {
|
||||||
// Minimum execution time: 37_067 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(38_033_000)
|
// Measured: `479`
|
||||||
|
// Estimated: `5308`
|
||||||
|
// Minimum execution time: 28_120 nanoseconds.
|
||||||
|
Weight::from_ref_time(28_540_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5308))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Approvals (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Approvals (r:1 w:1)
|
||||||
|
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||||
fn force_cancel_approval() -> Weight {
|
fn force_cancel_approval() -> Weight {
|
||||||
// Minimum execution time: 37_959 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(39_050_000)
|
// Measured: `479`
|
||||||
|
// Estimated: `5308`
|
||||||
|
// Minimum execution time: 28_503 nanoseconds.
|
||||||
|
Weight::from_ref_time(28_988_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5308))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_balances`
|
//! Autogenerated weights for `pallet_balances`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,52 +47,87 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_balances`.
|
/// Weight functions for `pallet_balances`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn transfer() -> Weight {
|
fn transfer() -> Weight {
|
||||||
// Minimum execution time: 45_473 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(46_486_000)
|
// Measured: `1178`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 46_493 nanoseconds.
|
||||||
|
Weight::from_ref_time(47_804_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// 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 {
|
fn transfer_keep_alive() -> Weight {
|
||||||
// Minimum execution time: 33_620 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_701_000)
|
// Measured: `1062`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 35_020 nanoseconds.
|
||||||
|
Weight::from_ref_time(35_462_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn set_balance_creating() -> Weight {
|
fn set_balance_creating() -> Weight {
|
||||||
// Minimum execution time: 23_449 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(23_897_000)
|
// Measured: `1174`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 26_282 nanoseconds.
|
||||||
|
Weight::from_ref_time(26_915_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn set_balance_killing() -> Weight {
|
fn set_balance_killing() -> Weight {
|
||||||
// Minimum execution time: 26_876 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(27_643_000)
|
// Measured: `1174`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 29_529 nanoseconds.
|
||||||
|
Weight::from_ref_time(30_135_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
/// 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 {
|
fn force_transfer() -> Weight {
|
||||||
// Minimum execution time: 45_427 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(46_295_000)
|
// Measured: `1174`
|
||||||
|
// Estimated: `5206`
|
||||||
|
// Minimum execution time: 46_969 nanoseconds.
|
||||||
|
Weight::from_ref_time(47_657_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5206))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// 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 {
|
fn transfer_all() -> Weight {
|
||||||
// Minimum execution time: 40_497 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(41_586_000)
|
// Measured: `1062`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 41_398 nanoseconds.
|
||||||
|
Weight::from_ref_time(42_012_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// 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 {
|
fn force_unreserve() -> Weight {
|
||||||
// Minimum execution time: 20_937 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(21_473_000)
|
// Measured: `1058`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 22_969 nanoseconds.
|
||||||
|
Weight::from_ref_time(23_548_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_collator_selection`
|
//! Autogenerated weights for `pallet_collator_selection`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,79 +47,131 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_collator_selection`.
|
/// Weight functions for `pallet_collator_selection`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Session NextKeys (r:1 w:0)
|
/// Storage: Session NextKeys (r:100 w:0)
|
||||||
// Storage: CollatorSelection Invulnerables (r:0 w:1)
|
/// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: CollatorSelection Invulnerables (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
/// The range of component `b` is `[1, 100]`.
|
/// The range of component `b` is `[1, 100]`.
|
||||||
fn set_invulnerables(b: u32, ) -> Weight {
|
fn set_invulnerables(b: u32, ) -> Weight {
|
||||||
// Minimum execution time: 20_447 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(20_134_986)
|
// Measured: `178 + b * (78 ±0)`
|
||||||
// Standard Error: 3_657
|
// Estimated: `178 + b * (2554 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(2_779_838).saturating_mul(b.into()))
|
// Minimum execution time: 14_234 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_794_150)
|
||||||
|
.saturating_add(Weight::from_proof_size(178))
|
||||||
|
// Standard Error: 4_000
|
||||||
|
.saturating_add(Weight::from_ref_time(2_477_800).saturating_mul(b.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
|
.saturating_add(Weight::from_proof_size(2554).saturating_mul(b.into()))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection DesiredCandidates (r:0 w:1)
|
/// Storage: CollatorSelection DesiredCandidates (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection DesiredCandidates (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
fn set_desired_candidates() -> Weight {
|
fn set_desired_candidates() -> Weight {
|
||||||
// Minimum execution time: 13_773 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_165_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 7_190 nanoseconds.
|
||||||
|
Weight::from_ref_time(7_441_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection CandidacyBond (r:0 w:1)
|
/// Storage: CollatorSelection CandidacyBond (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection CandidacyBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
|
||||||
fn set_candidacy_bond() -> Weight {
|
fn set_candidacy_bond() -> Weight {
|
||||||
// Minimum execution time: 14_163 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_564_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 7_495 nanoseconds.
|
||||||
|
Weight::from_ref_time(7_666_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection Candidates (r:1 w:1)
|
/// Storage: CollatorSelection Candidates (r:1 w:1)
|
||||||
// Storage: CollatorSelection DesiredCandidates (r:1 w:0)
|
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen)
|
||||||
// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
/// Storage: CollatorSelection DesiredCandidates (r:1 w:0)
|
||||||
// Storage: Session NextKeys (r:1 w:0)
|
/// Proof: CollatorSelection DesiredCandidates (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: CollatorSelection CandidacyBond (r:1 w:0)
|
/// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
/// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
|
/// 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: CollatorSelection CandidacyBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
|
||||||
|
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
/// The range of component `c` is `[1, 999]`.
|
/// The range of component `c` is `[1, 999]`.
|
||||||
fn register_as_candidate(c: u32, ) -> Weight {
|
fn register_as_candidate(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 45_443 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(54_415_025)
|
// Measured: `1171 + c * (48 ±0)`
|
||||||
// Standard Error: 1_244
|
// Estimated: `56784 + c * (49 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(122_147).saturating_mul(c.into()))
|
// Minimum execution time: 35_713 nanoseconds.
|
||||||
|
Weight::from_ref_time(27_978_009)
|
||||||
|
.saturating_add(Weight::from_proof_size(56784))
|
||||||
|
// Standard Error: 1_293
|
||||||
|
.saturating_add(Weight::from_ref_time(111_881).saturating_mul(c.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
|
.saturating_add(Weight::from_proof_size(49).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection Candidates (r:1 w:1)
|
/// Storage: CollatorSelection Candidates (r:1 w:1)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen)
|
||||||
|
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
/// The range of component `c` is `[6, 1000]`.
|
/// The range of component `c` is `[6, 1000]`.
|
||||||
fn leave_intent(c: u32, ) -> Weight {
|
fn leave_intent(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 35_344 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(38_598_457)
|
// Measured: `536 + c * (48 ±0)`
|
||||||
// Standard Error: 1_253
|
// Estimated: `48497`
|
||||||
.saturating_add(Weight::from_ref_time(119_828).saturating_mul(c.into()))
|
// Minimum execution time: 27_164 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_901_858)
|
||||||
|
.saturating_add(Weight::from_proof_size(48497))
|
||||||
|
// Standard Error: 1_312
|
||||||
|
.saturating_add(Weight::from_ref_time(108_799).saturating_mul(c.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
/// Storage: System Account (r:2 w:2)
|
||||||
// Storage: System BlockWeight (r:1 w:1)
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
/// Storage: System BlockWeight (r:1 w:1)
|
||||||
|
/// Proof: System BlockWeight (max_values: Some(1), max_size: Some(48), added: 543, mode: MaxEncodedLen)
|
||||||
|
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
fn note_author() -> Weight {
|
fn note_author() -> Weight {
|
||||||
// Minimum execution time: 33_849 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_979_000)
|
// Measured: `135`
|
||||||
|
// Estimated: `5749`
|
||||||
|
// Minimum execution time: 26_007 nanoseconds.
|
||||||
|
Weight::from_ref_time(26_416_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5749))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection Candidates (r:1 w:1)
|
/// Storage: CollatorSelection Candidates (r:1 w:0)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:1000 w:1)
|
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: CollatorSelection LastAuthoredBlock (r:999 w:0)
|
||||||
// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
// Storage: System BlockWeight (r:1 w:1)
|
/// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
||||||
|
/// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
|
/// 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:995 w:995)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
/// The range of component `r` is `[1, 1000]`.
|
/// The range of component `r` is `[1, 1000]`.
|
||||||
/// The range of component `c` is `[1, 1000]`.
|
/// The range of component `c` is `[1, 1000]`.
|
||||||
fn new_session(_r: u32, c: u32, ) -> Weight {
|
fn new_session(r: u32, c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 19_054 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_402_000)
|
// Measured: `22784 + r * (148 ±0) + c * (97 ±0)`
|
||||||
// Standard Error: 797_313
|
// Estimated: `52737 + c * (2519 ±0) + r * (2602 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(29_250_590).saturating_mul(c.into()))
|
// Minimum execution time: 16_056 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_335_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(52737))
|
||||||
|
// Standard Error: 806_799
|
||||||
|
.saturating_add(Weight::from_ref_time(29_195_677).saturating_mul(c.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(2519).saturating_mul(c.into()))
|
||||||
|
.saturating_add(Weight::from_proof_size(2602).saturating_mul(r.into()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_multisig`
|
//! Autogenerated weights for `pallet_multisig`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -48,80 +49,113 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
|||||||
impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_threshold_1(z: u32, ) -> Weight {
|
fn as_multi_threshold_1(z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 16_858 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(17_912_260)
|
// Measured: `0`
|
||||||
// Standard Error: 5
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(621).saturating_mul(z.into()))
|
// Minimum execution time: 12_185 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_423_059)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 1
|
||||||
|
.saturating_add(Weight::from_ref_time(596).saturating_mul(z.into()))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
/// 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 `s` is `[2, 100]`.
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_create(s: u32, z: u32, ) -> Weight {
|
fn as_multi_create(s: u32, z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 48_937 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(36_289_463)
|
// Measured: `311 + s * (2 ±0)`
|
||||||
// Standard Error: 998
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(152_100).saturating_mul(s.into()))
|
// Minimum execution time: 35_394 nanoseconds.
|
||||||
// Standard Error: 9
|
Weight::from_ref_time(28_339_222)
|
||||||
.saturating_add(Weight::from_ref_time(1_853).saturating_mul(z.into()))
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
// Standard Error: 525
|
||||||
|
.saturating_add(Weight::from_ref_time(76_810).saturating_mul(s.into()))
|
||||||
|
// Standard Error: 5
|
||||||
|
.saturating_add(Weight::from_ref_time(1_641).saturating_mul(z.into()))
|
||||||
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// 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 `s` is `[3, 100]`.
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
|
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 37_303 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(25_143_259)
|
// Measured: `313`
|
||||||
// Standard Error: 708
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(139_194).saturating_mul(s.into()))
|
// Minimum execution time: 26_605 nanoseconds.
|
||||||
// Standard Error: 6
|
Weight::from_ref_time(19_882_694)
|
||||||
.saturating_add(Weight::from_ref_time(1_882).saturating_mul(z.into()))
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 486
|
||||||
|
.saturating_add(Weight::from_ref_time(73_686).saturating_mul(s.into()))
|
||||||
|
// Standard Error: 4
|
||||||
|
.saturating_add(Weight::from_ref_time(1_615).saturating_mul(z.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||||
// Storage: System Account (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 `s` is `[2, 100]`.
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
|
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 54_037 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(37_523_673)
|
// Measured: `448 + s * (33 ±0)`
|
||||||
// Standard Error: 1_013
|
// Estimated: `8424`
|
||||||
.saturating_add(Weight::from_ref_time(183_939).saturating_mul(s.into()))
|
// Minimum execution time: 40_558 nanoseconds.
|
||||||
// Standard Error: 9
|
Weight::from_ref_time(31_782_538)
|
||||||
.saturating_add(Weight::from_ref_time(1_966).saturating_mul(z.into()))
|
.saturating_add(Weight::from_proof_size(8424))
|
||||||
|
// Standard Error: 587
|
||||||
|
.saturating_add(Weight::from_ref_time(94_913).saturating_mul(s.into()))
|
||||||
|
// Standard Error: 5
|
||||||
|
.saturating_add(Weight::from_ref_time(1_647).saturating_mul(z.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
/// 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 `s` is `[2, 100]`.
|
||||||
fn approve_as_multi_create(s: u32, ) -> Weight {
|
fn approve_as_multi_create(s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 32_565 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_422_117)
|
// Measured: `318 + s * (2 ±0)`
|
||||||
// Standard Error: 1_088
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(156_387).saturating_mul(s.into()))
|
// Minimum execution time: 24_889 nanoseconds.
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
Weight::from_ref_time(27_183_432)
|
||||||
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 835
|
||||||
|
.saturating_add(Weight::from_ref_time(79_518).saturating_mul(s.into()))
|
||||||
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// 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 `s` is `[2, 100]`.
|
||||||
fn approve_as_multi_approve(s: u32, ) -> Weight {
|
fn approve_as_multi_approve(s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 23_293 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(23_992_176)
|
// Measured: `313`
|
||||||
// Standard Error: 737
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(132_988).saturating_mul(s.into()))
|
// Minimum execution time: 17_143 nanoseconds.
|
||||||
|
Weight::from_ref_time(18_532_968)
|
||||||
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 632
|
||||||
|
.saturating_add(Weight::from_ref_time(75_565).saturating_mul(s.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// 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 `s` is `[2, 100]`.
|
||||||
fn cancel_as_multi(s: u32, ) -> Weight {
|
fn cancel_as_multi(s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 32_721 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_905_586)
|
// Measured: `517 + s * (1 ±0)`
|
||||||
// Standard Error: 1_106
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(145_235).saturating_mul(s.into()))
|
// Minimum execution time: 26_917 nanoseconds.
|
||||||
|
Weight::from_ref_time(28_425_612)
|
||||||
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 685
|
||||||
|
.saturating_add(Weight::from_ref_time(81_581).saturating_mul(s.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_proxy`
|
//! Autogenerated weights for `pallet_proxy`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,121 +47,174 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_proxy`.
|
/// Weight functions for `pallet_proxy`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Proxy Proxies (r:1 w:0)
|
/// Storage: Proxy Proxies (r:1 w:0)
|
||||||
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn proxy(p: u32, ) -> Weight {
|
fn proxy(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 21_059 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(21_931_092)
|
// Measured: `159 + p * (37 ±0)`
|
||||||
// Standard Error: 2_138
|
// Estimated: `3716`
|
||||||
.saturating_add(Weight::from_ref_time(40_434).saturating_mul(p.into()))
|
// Minimum execution time: 15_168 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_986_761)
|
||||||
|
.saturating_add(Weight::from_proof_size(3716))
|
||||||
|
// Standard Error: 2_885
|
||||||
|
.saturating_add(Weight::from_ref_time(12_185).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Proxies (r:1 w:0)
|
/// Storage: Proxy Proxies (r:1 w:0)
|
||||||
// Storage: Proxy Announcements (r:1 w:1)
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: Proxy Announcements (r:1 w:1)
|
||||||
|
/// Proof: Proxy Announcements (max_values: None, max_size: Some(2233), added: 4708, 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 `a` is `[0, 31]`.
|
/// The range of component `a` is `[0, 31]`.
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn proxy_announced(a: u32, p: u32, ) -> Weight {
|
fn proxy_announced(a: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 39_650 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(40_171_062)
|
// Measured: `550 + a * (68 ±0) + p * (37 ±0)`
|
||||||
// Standard Error: 2_199
|
// Estimated: `11027`
|
||||||
.saturating_add(Weight::from_ref_time(135_970).saturating_mul(a.into()))
|
// Minimum execution time: 32_310 nanoseconds.
|
||||||
// Standard Error: 2_272
|
Weight::from_ref_time(32_466_194)
|
||||||
.saturating_add(Weight::from_ref_time(50_259).saturating_mul(p.into()))
|
.saturating_add(Weight::from_proof_size(11027))
|
||||||
|
// Standard Error: 1_813
|
||||||
|
.saturating_add(Weight::from_ref_time(120_725).saturating_mul(a.into()))
|
||||||
|
// Standard Error: 1_873
|
||||||
|
.saturating_add(Weight::from_ref_time(32_578).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Announcements (r:1 w:1)
|
/// Storage: Proxy Announcements (r:1 w:1)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Proof: Proxy Announcements (max_values: None, max_size: Some(2233), added: 4708, 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 `a` is `[0, 31]`.
|
/// The range of component `a` is `[0, 31]`.
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn remove_announcement(a: u32, p: u32, ) -> Weight {
|
fn remove_announcement(a: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 27_501 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(28_448_215)
|
// Measured: `433 + a * (68 ±0)`
|
||||||
// Standard Error: 1_558
|
// Estimated: `7311`
|
||||||
.saturating_add(Weight::from_ref_time(125_757).saturating_mul(a.into()))
|
// Minimum execution time: 20_363 nanoseconds.
|
||||||
// Standard Error: 1_610
|
Weight::from_ref_time(21_135_277)
|
||||||
.saturating_add(Weight::from_ref_time(17_805).saturating_mul(p.into()))
|
.saturating_add(Weight::from_proof_size(7311))
|
||||||
|
// Standard Error: 1_404
|
||||||
|
.saturating_add(Weight::from_ref_time(120_045).saturating_mul(a.into()))
|
||||||
|
// Standard Error: 1_450
|
||||||
|
.saturating_add(Weight::from_ref_time(8_992).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Announcements (r:1 w:1)
|
/// Storage: Proxy Announcements (r:1 w:1)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Proof: Proxy Announcements (max_values: None, max_size: Some(2233), added: 4708, 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 `a` is `[0, 31]`.
|
/// The range of component `a` is `[0, 31]`.
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn reject_announcement(a: u32, p: u32, ) -> Weight {
|
fn reject_announcement(a: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 27_256 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(28_577_364)
|
// Measured: `433 + a * (68 ±0)`
|
||||||
// Standard Error: 1_944
|
// Estimated: `7311`
|
||||||
.saturating_add(Weight::from_ref_time(122_622).saturating_mul(a.into()))
|
// Minimum execution time: 20_086 nanoseconds.
|
||||||
// Standard Error: 2_008
|
Weight::from_ref_time(21_145_287)
|
||||||
.saturating_add(Weight::from_ref_time(20_612).saturating_mul(p.into()))
|
.saturating_add(Weight::from_proof_size(7311))
|
||||||
|
// Standard Error: 1_612
|
||||||
|
.saturating_add(Weight::from_ref_time(113_598).saturating_mul(a.into()))
|
||||||
|
// Standard Error: 1_666
|
||||||
|
.saturating_add(Weight::from_ref_time(11_520).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Proxies (r:1 w:0)
|
/// Storage: Proxy Proxies (r:1 w:0)
|
||||||
// Storage: Proxy Announcements (r:1 w:1)
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: Proxy Announcements (r:1 w:1)
|
||||||
|
/// Proof: Proxy Announcements (max_values: None, max_size: Some(2233), added: 4708, 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 `a` is `[0, 31]`.
|
/// The range of component `a` is `[0, 31]`.
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn announce(a: u32, p: u32, ) -> Weight {
|
fn announce(a: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 36_113 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(37_763_681)
|
// Measured: `482 + a * (68 ±0) + p * (37 ±0)`
|
||||||
// Standard Error: 1_973
|
// Estimated: `11027`
|
||||||
.saturating_add(Weight::from_ref_time(122_500).saturating_mul(a.into()))
|
// Minimum execution time: 27_819 nanoseconds.
|
||||||
// Standard Error: 2_039
|
Weight::from_ref_time(28_662_588)
|
||||||
.saturating_add(Weight::from_ref_time(43_746).saturating_mul(p.into()))
|
.saturating_add(Weight::from_proof_size(11027))
|
||||||
|
// Standard Error: 2_297
|
||||||
|
.saturating_add(Weight::from_ref_time(128_485).saturating_mul(a.into()))
|
||||||
|
// Standard Error: 2_373
|
||||||
|
.saturating_add(Weight::from_ref_time(47_044).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Proxies (r:1 w:1)
|
/// Storage: Proxy Proxies (r:1 w:1)
|
||||||
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn add_proxy(p: u32, ) -> Weight {
|
fn add_proxy(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 30_297 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(31_680_794)
|
// Measured: `159 + p * (37 ±0)`
|
||||||
// Standard Error: 1_656
|
// Estimated: `3716`
|
||||||
.saturating_add(Weight::from_ref_time(61_720).saturating_mul(p.into()))
|
// Minimum execution time: 21_187 nanoseconds.
|
||||||
|
Weight::from_ref_time(22_430_290)
|
||||||
|
.saturating_add(Weight::from_proof_size(3716))
|
||||||
|
// Standard Error: 6_530
|
||||||
|
.saturating_add(Weight::from_ref_time(43_133).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Proxies (r:1 w:1)
|
/// Storage: Proxy Proxies (r:1 w:1)
|
||||||
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn remove_proxy(p: u32, ) -> Weight {
|
fn remove_proxy(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 30_035 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(32_202_618)
|
// Measured: `159 + p * (37 ±0)`
|
||||||
// Standard Error: 4_659
|
// Estimated: `3716`
|
||||||
.saturating_add(Weight::from_ref_time(49_172).saturating_mul(p.into()))
|
// Minimum execution time: 20_985 nanoseconds.
|
||||||
|
Weight::from_ref_time(21_852_273)
|
||||||
|
.saturating_add(Weight::from_proof_size(3716))
|
||||||
|
// Standard Error: 1_662
|
||||||
|
.saturating_add(Weight::from_ref_time(66_644).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Proxies (r:1 w:1)
|
/// Storage: Proxy Proxies (r:1 w:1)
|
||||||
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn remove_proxies(p: u32, ) -> Weight {
|
fn remove_proxies(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 26_077 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(27_110_936)
|
// Measured: `159 + p * (37 ±0)`
|
||||||
// Standard Error: 1_644
|
// Estimated: `3716`
|
||||||
.saturating_add(Weight::from_ref_time(33_454).saturating_mul(p.into()))
|
// Minimum execution time: 16_958 nanoseconds.
|
||||||
|
Weight::from_ref_time(17_752_361)
|
||||||
|
.saturating_add(Weight::from_proof_size(3716))
|
||||||
|
// Standard Error: 1_173
|
||||||
|
.saturating_add(Weight::from_ref_time(25_691).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
/// Storage: Proxy Proxies (r:1 w:1)
|
||||||
// Storage: Proxy Proxies (r:1 w:1)
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn create_pure(p: u32, ) -> Weight {
|
fn create_pure(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 32_562 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(33_911_825)
|
// Measured: `139`
|
||||||
// Standard Error: 2_346
|
// Estimated: `3716`
|
||||||
.saturating_add(Weight::from_ref_time(21_096).saturating_mul(p.into()))
|
// Minimum execution time: 23_055 nanoseconds.
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
Weight::from_ref_time(23_892_965)
|
||||||
|
.saturating_add(Weight::from_proof_size(3716))
|
||||||
|
// Standard Error: 1_390
|
||||||
|
.saturating_add(Weight::from_ref_time(16_195).saturating_mul(p.into()))
|
||||||
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Proxies (r:1 w:1)
|
/// Storage: Proxy Proxies (r:1 w:1)
|
||||||
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
/// The range of component `p` is `[0, 30]`.
|
/// The range of component `p` is `[0, 30]`.
|
||||||
fn kill_pure(p: u32, ) -> Weight {
|
fn kill_pure(_p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 26_754 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(28_254_135)
|
// Measured: `196 + p * (37 ±0)`
|
||||||
// Standard Error: 1_950
|
// Estimated: `3716`
|
||||||
.saturating_add(Weight::from_ref_time(30_214).saturating_mul(p.into()))
|
// Minimum execution time: 18_344 nanoseconds.
|
||||||
|
Weight::from_ref_time(20_533_110)
|
||||||
|
.saturating_add(Weight::from_proof_size(3716))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_session`
|
//! Autogenerated weights for `pallet_session`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,19 +47,31 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_session`.
|
/// Weight functions for `pallet_session`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Session NextKeys (r:1 w:1)
|
/// Storage: Session NextKeys (r:1 w:1)
|
||||||
// Storage: Session KeyOwner (r:1 w:1)
|
/// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: Session KeyOwner (r:1 w:1)
|
||||||
|
/// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured)
|
||||||
fn set_keys() -> Weight {
|
fn set_keys() -> Weight {
|
||||||
// Minimum execution time: 22_429 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(23_436_000)
|
// Measured: `270`
|
||||||
|
// Estimated: `5490`
|
||||||
|
// Minimum execution time: 15_187 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_459_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5490))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Session NextKeys (r:1 w:1)
|
/// Storage: Session NextKeys (r:1 w:1)
|
||||||
// Storage: Session KeyOwner (r:0 w:1)
|
/// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: Session KeyOwner (r:0 w:1)
|
||||||
|
/// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured)
|
||||||
fn purge_keys() -> Weight {
|
fn purge_keys() -> Weight {
|
||||||
// Minimum execution time: 18_892 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_435_000)
|
// Measured: `242`
|
||||||
|
// Estimated: `2959`
|
||||||
|
// Minimum execution time: 11_795 nanoseconds.
|
||||||
|
Weight::from_ref_time(11_994_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2959))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_timestamp`
|
//! Autogenerated weights for `pallet_timestamp`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,16 +47,26 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_timestamp`.
|
/// Weight functions for `pallet_timestamp`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Timestamp Now (r:1 w:1)
|
/// Storage: Timestamp Now (r:1 w:1)
|
||||||
// Storage: Aura CurrentSlot (r:1 w:0)
|
/// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Aura CurrentSlot (r:1 w:0)
|
||||||
|
/// Proof: Aura CurrentSlot (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
|
||||||
fn set() -> Weight {
|
fn set() -> Weight {
|
||||||
// Minimum execution time: 9_582 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(9_906_000)
|
// Measured: `86`
|
||||||
|
// Estimated: `1006`
|
||||||
|
// Minimum execution time: 8_408 nanoseconds.
|
||||||
|
Weight::from_ref_time(8_706_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(1006))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
fn on_finalize() -> Weight {
|
fn on_finalize() -> Weight {
|
||||||
// Minimum execution time: 3_846 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(4_011_000)
|
// Measured: `57`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 3_185 nanoseconds.
|
||||||
|
Weight::from_ref_time(3_282_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_uniques`
|
//! Autogenerated weights for `pallet_uniques`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,242 +47,413 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_uniques`.
|
/// Weight functions for `pallet_uniques`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_uniques::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_uniques::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques ClassAccount (r:0 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ClassAccount (r:0 w:1)
|
||||||
|
/// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||||
fn create() -> Weight {
|
fn create() -> Weight {
|
||||||
// Minimum execution time: 30_259 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(31_743_000)
|
// Measured: `177`
|
||||||
|
// Estimated: `2653`
|
||||||
|
// Minimum execution time: 24_517 nanoseconds.
|
||||||
|
Weight::from_ref_time(24_884_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2653))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques ClassAccount (r:0 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ClassAccount (r:0 w:1)
|
||||||
|
/// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||||
fn force_create() -> Weight {
|
fn force_create() -> Weight {
|
||||||
// Minimum execution time: 20_260 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(21_157_000)
|
// Measured: `42`
|
||||||
|
// Estimated: `2653`
|
||||||
|
// Minimum execution time: 13_312 nanoseconds.
|
||||||
|
Weight::from_ref_time(13_652_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2653))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques Asset (r:1 w:0)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques ClassAccount (r:0 w:1)
|
/// Storage: Uniques Asset (r:1001 w:1000)
|
||||||
// Storage: Uniques Attribute (r:0 w:1000)
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques ClassMetadataOf (r:0 w:1)
|
/// Storage: Uniques ClassAccount (r:0 w:1)
|
||||||
// Storage: Uniques InstanceMetadataOf (r:0 w:1000)
|
/// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques CollectionMaxSupply (r:0 w:1)
|
/// Storage: Uniques Attribute (r:0 w:1000)
|
||||||
// Storage: Uniques Account (r:0 w:20)
|
/// Proof: Uniques Attribute (max_values: None, max_size: Some(172), added: 2647, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ClassMetadataOf (r:0 w:1)
|
||||||
|
/// Proof: Uniques ClassMetadataOf (max_values: None, max_size: Some(167), added: 2642, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques InstanceMetadataOf (r:0 w:1000)
|
||||||
|
/// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(187), added: 2662, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Account (r:0 w:1000)
|
||||||
|
/// Proof: Uniques Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques CollectionMaxSupply (r:0 w:1)
|
||||||
|
/// Proof: Uniques CollectionMaxSupply (max_values: None, max_size: Some(24), added: 2499, mode: MaxEncodedLen)
|
||||||
/// The range of component `n` is `[0, 1000]`.
|
/// The range of component `n` is `[0, 1000]`.
|
||||||
/// The range of component `m` is `[0, 1000]`.
|
/// The range of component `m` is `[0, 1000]`.
|
||||||
/// The range of component `a` is `[0, 1000]`.
|
/// The range of component `a` is `[0, 1000]`.
|
||||||
fn destroy(n: u32, m: u32, a: u32, ) -> Weight {
|
fn destroy(n: u32, m: u32, a: u32, ) -> Weight {
|
||||||
// Minimum execution time: 2_710_879 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(2_731_827_000)
|
// Measured: `289 + n * (108 ±0) + m * (56 ±0) + a * (107 ±0)`
|
||||||
// Standard Error: 27_104
|
// Estimated: `5250 + n * (2597 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(8_984_420).saturating_mul(n.into()))
|
// Minimum execution time: 2_287_290 nanoseconds.
|
||||||
// Standard Error: 27_104
|
Weight::from_ref_time(2_319_526_000)
|
||||||
.saturating_add(Weight::from_ref_time(248_626).saturating_mul(m.into()))
|
.saturating_add(Weight::from_proof_size(5250))
|
||||||
// Standard Error: 27_104
|
// Standard Error: 25_275
|
||||||
.saturating_add(Weight::from_ref_time(360_642).saturating_mul(a.into()))
|
.saturating_add(Weight::from_ref_time(8_587_226).saturating_mul(n.into()))
|
||||||
|
// Standard Error: 25_275
|
||||||
|
.saturating_add(Weight::from_ref_time(193_381).saturating_mul(m.into()))
|
||||||
|
// Standard Error: 25_275
|
||||||
|
.saturating_add(Weight::from_ref_time(296_151).saturating_mul(a.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(n.into())))
|
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(n.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(m.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(m.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(2597).saturating_mul(n.into()))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Asset (r:1 w:1)
|
/// Storage: Uniques Asset (r:1 w:1)
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques CollectionMaxSupply (r:1 w:0)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques Account (r:0 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques CollectionMaxSupply (r:1 w:0)
|
||||||
|
/// Proof: Uniques CollectionMaxSupply (max_values: None, max_size: Some(24), added: 2499, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Account (r:0 w:1)
|
||||||
|
/// Proof: Uniques Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||||
fn mint() -> Weight {
|
fn mint() -> Weight {
|
||||||
// Minimum execution time: 38_436 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(39_687_000)
|
// Measured: `314`
|
||||||
|
// Estimated: `7749`
|
||||||
|
// Minimum execution time: 29_225 nanoseconds.
|
||||||
|
Weight::from_ref_time(29_894_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7749))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(3))
|
.saturating_add(T::DbWeight::get().writes(3))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques Asset (r:1 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques Account (r:0 w:1)
|
/// Storage: Uniques Asset (r:1 w:1)
|
||||||
// Storage: Uniques ItemPriceOf (r:0 w:1)
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Account (r:0 w:1)
|
||||||
|
/// Proof: Uniques Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ItemPriceOf (r:0 w:1)
|
||||||
|
/// Proof: Uniques ItemPriceOf (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
|
||||||
fn burn() -> Weight {
|
fn burn() -> Weight {
|
||||||
// Minimum execution time: 40_106 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(41_523_000)
|
// Measured: `492`
|
||||||
|
// Estimated: `5250`
|
||||||
|
// Minimum execution time: 30_673 nanoseconds.
|
||||||
|
Weight::from_ref_time(31_553_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5250))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:0)
|
/// Storage: Uniques Class (r:1 w:0)
|
||||||
// Storage: Uniques Asset (r:1 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques Account (r:0 w:2)
|
/// Storage: Uniques Asset (r:1 w:1)
|
||||||
// Storage: Uniques ItemPriceOf (r:0 w:1)
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Account (r:0 w:2)
|
||||||
|
/// Proof: Uniques Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ItemPriceOf (r:0 w:1)
|
||||||
|
/// Proof: Uniques ItemPriceOf (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
|
||||||
fn transfer() -> Weight {
|
fn transfer() -> Weight {
|
||||||
// Minimum execution time: 30_526 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(31_376_000)
|
// Measured: `492`
|
||||||
|
// Estimated: `5250`
|
||||||
|
// Minimum execution time: 24_944 nanoseconds.
|
||||||
|
Weight::from_ref_time(25_233_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5250))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques Asset (r:102 w:102)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Asset (r:5000 w:5000)
|
||||||
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
/// The range of component `i` is `[0, 5000]`.
|
/// The range of component `i` is `[0, 5000]`.
|
||||||
fn redeposit(i: u32, ) -> Weight {
|
fn redeposit(i: u32, ) -> Weight {
|
||||||
// Minimum execution time: 19_787 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_962_000)
|
// Measured: `770 + i * (108 ±0)`
|
||||||
// Standard Error: 13_668
|
// Estimated: `2653 + i * (2597 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(12_727_636).saturating_mul(i.into()))
|
// Minimum execution time: 14_364 nanoseconds.
|
||||||
|
Weight::from_ref_time(14_520_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2653))
|
||||||
|
// Standard Error: 12_908
|
||||||
|
.saturating_add(Weight::from_ref_time(12_176_880).saturating_mul(i.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(2597).saturating_mul(i.into()))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Asset (r:1 w:1)
|
/// Storage: Uniques Asset (r:1 w:1)
|
||||||
// Storage: Uniques Class (r:1 w:0)
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Class (r:1 w:0)
|
||||||
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
fn freeze() -> Weight {
|
fn freeze() -> Weight {
|
||||||
// Minimum execution time: 23_627 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(25_097_000)
|
// Measured: `492`
|
||||||
|
// Estimated: `5250`
|
||||||
|
// Minimum execution time: 17_798 nanoseconds.
|
||||||
|
Weight::from_ref_time(18_009_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5250))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Asset (r:1 w:1)
|
/// Storage: Uniques Asset (r:1 w:1)
|
||||||
// Storage: Uniques Class (r:1 w:0)
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Class (r:1 w:0)
|
||||||
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
fn thaw() -> Weight {
|
fn thaw() -> Weight {
|
||||||
// Minimum execution time: 23_358 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(23_923_000)
|
// Measured: `492`
|
||||||
|
// Estimated: `5250`
|
||||||
|
// Minimum execution time: 17_924 nanoseconds.
|
||||||
|
Weight::from_ref_time(18_168_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5250))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
fn freeze_collection() -> Weight {
|
fn freeze_collection() -> Weight {
|
||||||
// Minimum execution time: 19_055 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_574_000)
|
// Measured: `314`
|
||||||
|
// Estimated: `2653`
|
||||||
|
// Minimum execution time: 13_425 nanoseconds.
|
||||||
|
Weight::from_ref_time(13_846_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2653))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
fn thaw_collection() -> Weight {
|
fn thaw_collection() -> Weight {
|
||||||
// Minimum execution time: 18_652 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_533_000)
|
// Measured: `314`
|
||||||
|
// Estimated: `2653`
|
||||||
|
// Minimum execution time: 13_484 nanoseconds.
|
||||||
|
Weight::from_ref_time(13_715_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2653))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques OwnershipAcceptance (r:1 w:1)
|
/// Storage: Uniques OwnershipAcceptance (r:1 w:1)
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Proof: Uniques OwnershipAcceptance (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques ClassAccount (r:0 w:2)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ClassAccount (r:0 w:2)
|
||||||
|
/// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||||
fn transfer_ownership() -> Weight {
|
fn transfer_ownership() -> Weight {
|
||||||
// Minimum execution time: 26_346 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(27_293_000)
|
// Measured: `388`
|
||||||
|
// Estimated: `5180`
|
||||||
|
// Minimum execution time: 21_132 nanoseconds.
|
||||||
|
Weight::from_ref_time(21_421_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5180))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
fn set_team() -> Weight {
|
fn set_team() -> Weight {
|
||||||
// Minimum execution time: 19_311 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_865_000)
|
// Measured: `314`
|
||||||
|
// Estimated: `2653`
|
||||||
|
// Minimum execution time: 13_763 nanoseconds.
|
||||||
|
Weight::from_ref_time(14_136_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2653))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques ClassAccount (r:0 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ClassAccount (r:0 w:1)
|
||||||
|
/// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||||
fn force_item_status() -> Weight {
|
fn force_item_status() -> Weight {
|
||||||
// Minimum execution time: 22_158 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(22_893_000)
|
// Measured: `314`
|
||||||
|
// Estimated: `2653`
|
||||||
|
// Minimum execution time: 16_125 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_516_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2653))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques InstanceMetadataOf (r:1 w:0)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques Attribute (r:1 w:1)
|
/// Storage: Uniques InstanceMetadataOf (r:1 w:0)
|
||||||
|
/// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(187), added: 2662, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Attribute (r:1 w:1)
|
||||||
|
/// Proof: Uniques Attribute (max_values: None, max_size: Some(172), added: 2647, mode: MaxEncodedLen)
|
||||||
fn set_attribute() -> Weight {
|
fn set_attribute() -> Weight {
|
||||||
// Minimum execution time: 44_225 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(45_696_000)
|
// Measured: `623`
|
||||||
|
// Estimated: `7962`
|
||||||
|
// Minimum execution time: 34_408 nanoseconds.
|
||||||
|
Weight::from_ref_time(34_820_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7962))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques InstanceMetadataOf (r:1 w:0)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques Attribute (r:1 w:1)
|
/// Storage: Uniques InstanceMetadataOf (r:1 w:0)
|
||||||
|
/// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(187), added: 2662, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Attribute (r:1 w:1)
|
||||||
|
/// Proof: Uniques Attribute (max_values: None, max_size: Some(172), added: 2647, mode: MaxEncodedLen)
|
||||||
fn clear_attribute() -> Weight {
|
fn clear_attribute() -> Weight {
|
||||||
// Minimum execution time: 43_596 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(44_608_000)
|
// Measured: `851`
|
||||||
|
// Estimated: `7962`
|
||||||
|
// Minimum execution time: 33_385 nanoseconds.
|
||||||
|
Weight::from_ref_time(34_088_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7962))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques InstanceMetadataOf (r:1 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques InstanceMetadataOf (r:1 w:1)
|
||||||
|
/// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(187), added: 2662, mode: MaxEncodedLen)
|
||||||
fn set_metadata() -> Weight {
|
fn set_metadata() -> Weight {
|
||||||
// Minimum execution time: 34_973 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(35_790_000)
|
// Measured: `380`
|
||||||
|
// Estimated: `5315`
|
||||||
|
// Minimum execution time: 27_303 nanoseconds.
|
||||||
|
Weight::from_ref_time(27_692_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5315))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques InstanceMetadataOf (r:1 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques InstanceMetadataOf (r:1 w:1)
|
||||||
|
/// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(187), added: 2662, mode: MaxEncodedLen)
|
||||||
fn clear_metadata() -> Weight {
|
fn clear_metadata() -> Weight {
|
||||||
// Minimum execution time: 36_917 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(37_549_000)
|
// Measured: `623`
|
||||||
|
// Estimated: `5315`
|
||||||
|
// Minimum execution time: 27_530 nanoseconds.
|
||||||
|
Weight::from_ref_time(28_122_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5315))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques ClassMetadataOf (r:1 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ClassMetadataOf (r:1 w:1)
|
||||||
|
/// Proof: Uniques ClassMetadataOf (max_values: None, max_size: Some(167), added: 2642, mode: MaxEncodedLen)
|
||||||
fn set_collection_metadata() -> Weight {
|
fn set_collection_metadata() -> Weight {
|
||||||
// Minimum execution time: 34_637 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(35_729_000)
|
// Measured: `314`
|
||||||
|
// Estimated: `5295`
|
||||||
|
// Minimum execution time: 26_384 nanoseconds.
|
||||||
|
Weight::from_ref_time(27_285_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5295))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:0)
|
/// Storage: Uniques Class (r:1 w:0)
|
||||||
// Storage: Uniques ClassMetadataOf (r:1 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ClassMetadataOf (r:1 w:1)
|
||||||
|
/// Proof: Uniques ClassMetadataOf (max_values: None, max_size: Some(167), added: 2642, mode: MaxEncodedLen)
|
||||||
fn clear_collection_metadata() -> Weight {
|
fn clear_collection_metadata() -> Weight {
|
||||||
// Minimum execution time: 33_988 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(35_000_000)
|
// Measured: `537`
|
||||||
|
// Estimated: `5295`
|
||||||
|
// Minimum execution time: 24_599 nanoseconds.
|
||||||
|
Weight::from_ref_time(24_992_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5295))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:0)
|
/// Storage: Uniques Class (r:1 w:0)
|
||||||
// Storage: Uniques Asset (r:1 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Asset (r:1 w:1)
|
||||||
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
fn approve_transfer() -> Weight {
|
fn approve_transfer() -> Weight {
|
||||||
// Minimum execution time: 24_613 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(25_605_000)
|
// Measured: `492`
|
||||||
|
// Estimated: `5250`
|
||||||
|
// Minimum execution time: 19_754 nanoseconds.
|
||||||
|
Weight::from_ref_time(20_071_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5250))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:0)
|
/// Storage: Uniques Class (r:1 w:0)
|
||||||
// Storage: Uniques Asset (r:1 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Asset (r:1 w:1)
|
||||||
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
fn cancel_approval() -> Weight {
|
fn cancel_approval() -> Weight {
|
||||||
// Minimum execution time: 24_241 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(25_211_000)
|
// Measured: `525`
|
||||||
|
// Estimated: `5250`
|
||||||
|
// Minimum execution time: 19_376 nanoseconds.
|
||||||
|
Weight::from_ref_time(19_716_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5250))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques OwnershipAcceptance (r:1 w:1)
|
/// Storage: Uniques OwnershipAcceptance (r:1 w:1)
|
||||||
|
/// Proof: Uniques OwnershipAcceptance (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
||||||
fn set_accept_ownership() -> Weight {
|
fn set_accept_ownership() -> Weight {
|
||||||
// Minimum execution time: 22_586 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(23_285_000)
|
// Measured: `42`
|
||||||
|
// Estimated: `2527`
|
||||||
|
// Minimum execution time: 15_069 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_273_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2527))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques CollectionMaxSupply (r:1 w:1)
|
/// Storage: Uniques CollectionMaxSupply (r:1 w:1)
|
||||||
// Storage: Uniques Class (r:1 w:0)
|
/// Proof: Uniques CollectionMaxSupply (max_values: None, max_size: Some(24), added: 2499, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Class (r:1 w:0)
|
||||||
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
fn set_collection_max_supply() -> Weight {
|
fn set_collection_max_supply() -> Weight {
|
||||||
// Minimum execution time: 21_770 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(22_281_000)
|
// Measured: `314`
|
||||||
|
// Estimated: `5152`
|
||||||
|
// Minimum execution time: 15_900 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_182_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5152))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Asset (r:1 w:0)
|
/// Storage: Uniques Asset (r:1 w:0)
|
||||||
// Storage: Uniques ItemPriceOf (r:0 w:1)
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ItemPriceOf (r:0 w:1)
|
||||||
|
/// Proof: Uniques ItemPriceOf (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
|
||||||
fn set_price() -> Weight {
|
fn set_price() -> Weight {
|
||||||
// Minimum execution time: 21_347 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(21_973_000)
|
// Measured: `291`
|
||||||
|
// Estimated: `2597`
|
||||||
|
// Minimum execution time: 15_789 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_115_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2597))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Asset (r:1 w:1)
|
/// Storage: Uniques Asset (r:1 w:1)
|
||||||
// Storage: Uniques ItemPriceOf (r:1 w:1)
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques Class (r:1 w:0)
|
/// Storage: Uniques ItemPriceOf (r:1 w:1)
|
||||||
// Storage: Uniques Account (r:0 w:2)
|
/// Proof: Uniques ItemPriceOf (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Class (r:1 w:0)
|
||||||
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Account (r:0 w:2)
|
||||||
|
/// Proof: Uniques Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||||
fn buy_item() -> Weight {
|
fn buy_item() -> Weight {
|
||||||
// Minimum execution time: 40_614 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(41_709_000)
|
// Measured: `636`
|
||||||
|
// Estimated: `7814`
|
||||||
|
// Minimum execution time: 34_557 nanoseconds.
|
||||||
|
Weight::from_ref_time(34_927_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7814))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_utility`
|
//! Autogenerated weights for `pallet_utility`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -48,31 +49,51 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
|||||||
impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
||||||
/// The range of component `c` is `[0, 1000]`.
|
/// The range of component `c` is `[0, 1000]`.
|
||||||
fn batch(c: u32, ) -> Weight {
|
fn batch(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 13_109 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(23_963_302)
|
// Measured: `0`
|
||||||
// Standard Error: 1_571
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(4_637_532).saturating_mul(c.into()))
|
// Minimum execution time: 6_416 nanoseconds.
|
||||||
|
Weight::from_ref_time(18_983_305)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 2_082
|
||||||
|
.saturating_add(Weight::from_ref_time(4_175_368).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
fn as_derivative() -> Weight {
|
fn as_derivative() -> Weight {
|
||||||
// Minimum execution time: 6_614 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(6_803_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 4_581 nanoseconds.
|
||||||
|
Weight::from_ref_time(4_767_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
/// The range of component `c` is `[0, 1000]`.
|
/// The range of component `c` is `[0, 1000]`.
|
||||||
fn batch_all(c: u32, ) -> Weight {
|
fn batch_all(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 13_221 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(24_784_806)
|
// Measured: `0`
|
||||||
// Standard Error: 1_596
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(4_866_077).saturating_mul(c.into()))
|
// Minimum execution time: 6_279 nanoseconds.
|
||||||
|
Weight::from_ref_time(21_320_216)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 1_995
|
||||||
|
.saturating_add(Weight::from_ref_time(4_376_040).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
fn dispatch_as() -> Weight {
|
fn dispatch_as() -> Weight {
|
||||||
// Minimum execution time: 15_207 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(15_581_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 8_298 nanoseconds.
|
||||||
|
Weight::from_ref_time(8_522_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
/// The range of component `c` is `[0, 1000]`.
|
/// The range of component `c` is `[0, 1000]`.
|
||||||
fn force_batch(c: u32, ) -> Weight {
|
fn force_batch(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 13_561 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(23_235_284)
|
// Measured: `0`
|
||||||
// Standard Error: 1_417
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(4_647_468).saturating_mul(c.into()))
|
// Minimum execution time: 6_311 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_307_926)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 2_381
|
||||||
|
.saturating_add(Weight::from_ref_time(4_172_851).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,25 +17,25 @@
|
|||||||
//! Autogenerated weights for `pallet_xcm`
|
//! Autogenerated weights for `pallet_xcm`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2022-12-22, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
// /home/benchbot/cargo_target_dir/production/polkadot-parachain
|
// ./artifacts/polkadot-parachain
|
||||||
// benchmark
|
// benchmark
|
||||||
// pallet
|
// pallet
|
||||||
// --steps=50
|
// --chain=statemine-dev
|
||||||
// --repeat=20
|
|
||||||
// --extrinsic=*
|
|
||||||
// --execution=wasm
|
// --execution=wasm
|
||||||
// --wasm-execution=compiled
|
// --wasm-execution=compiled
|
||||||
// --heap-pages=4096
|
|
||||||
// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/cumulus/.git/.artifacts/bench.json
|
|
||||||
// --pallet=pallet_xcm
|
// --pallet=pallet_xcm
|
||||||
// --chain=statemine-dev
|
// --extrinsic=*
|
||||||
|
// --steps=50
|
||||||
|
// --repeat=20
|
||||||
|
// --json
|
||||||
// --header=./file_header.txt
|
// --header=./file_header.txt
|
||||||
// --output=./parachains/runtimes/assets/statemine/src/weights/
|
// --output=./parachains/runtimes/assets/statemine/src/weights/pallet_xcm.rs
|
||||||
|
|
||||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||||
#![allow(unused_parens)]
|
#![allow(unused_parens)]
|
||||||
@@ -47,127 +47,229 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_xcm`.
|
/// Weight functions for `pallet_xcm`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn send() -> Weight {
|
fn send() -> Weight {
|
||||||
// Minimum execution time: 26_577 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(27_239_000)
|
// Measured: `38`
|
||||||
|
// Estimated: `4645`
|
||||||
|
// Minimum execution time: 25_244 nanoseconds.
|
||||||
|
Weight::from_ref_time(25_671_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(4645))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
/// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
/// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
fn teleport_assets() -> Weight {
|
fn teleport_assets() -> Weight {
|
||||||
// Minimum execution time: 32_703 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(33_200_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `499`
|
||||||
|
// Minimum execution time: 25_183 nanoseconds.
|
||||||
|
Weight::from_ref_time(25_684_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(499))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
/// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
/// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
fn reserve_transfer_assets() -> Weight {
|
fn reserve_transfer_assets() -> Weight {
|
||||||
// Minimum execution time: 25_142 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(25_808_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `499`
|
||||||
|
// Minimum execution time: 18_819 nanoseconds.
|
||||||
|
Weight::from_ref_time(19_048_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(499))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
}
|
}
|
||||||
// Storage: Benchmark Override (r:0 w:0)
|
/// Storage: Benchmark Override (r:0 w:0)
|
||||||
|
/// Proof Skipped: Benchmark Override (max_values: None, max_size: None, mode: Measured)
|
||||||
fn execute() -> Weight {
|
fn execute() -> Weight {
|
||||||
|
// Proof Size summary in bytes:
|
||||||
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
// Minimum execution time: 18_446_744_073_709_551 nanoseconds.
|
// Minimum execution time: 18_446_744_073_709_551 nanoseconds.
|
||||||
Weight::from_ref_time(18_446_744_073_709_551_000)
|
Weight::from_ref_time(18_446_744_073_709_551_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:0 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
fn force_xcm_version() -> Weight {
|
fn force_xcm_version() -> Weight {
|
||||||
// Minimum execution time: 15_036 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(15_456_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 8_636 nanoseconds.
|
||||||
|
Weight::from_ref_time(8_906_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:0 w:1)
|
/// Storage: PolkadotXcm SafeXcmVersion (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn force_default_xcm_version() -> Weight {
|
fn force_default_xcm_version() -> Weight {
|
||||||
// Minimum execution time: 4_404 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(4_598_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 2_486 nanoseconds.
|
||||||
|
Weight::from_ref_time(2_652_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
/// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
||||||
// Storage: PolkadotXcm QueryCounter (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Storage: PolkadotXcm QueryCounter (r:1 w:1)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm QueryCounter (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: PolkadotXcm Queries (r:0 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm Queries (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
|
||||||
fn force_subscribe_version_notify() -> Weight {
|
fn force_subscribe_version_notify() -> Weight {
|
||||||
// Minimum execution time: 30_942 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(31_608_000)
|
// Measured: `38`
|
||||||
|
// Estimated: `7729`
|
||||||
|
// Minimum execution time: 29_811 nanoseconds.
|
||||||
|
Weight::from_ref_time(30_291_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7729))
|
||||||
.saturating_add(T::DbWeight::get().reads(7))
|
.saturating_add(T::DbWeight::get().reads(7))
|
||||||
.saturating_add(T::DbWeight::get().writes(5))
|
.saturating_add(T::DbWeight::get().writes(5))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
/// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm Queries (r:0 w:1)
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm Queries (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
|
||||||
fn force_unsubscribe_version_notify() -> Weight {
|
fn force_unsubscribe_version_notify() -> Weight {
|
||||||
// Minimum execution time: 32_327 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(32_698_000)
|
// Measured: `220`
|
||||||
|
// Estimated: `8470`
|
||||||
|
// Minimum execution time: 31_884 nanoseconds.
|
||||||
|
Weight::from_ref_time(32_567_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(8470))
|
||||||
.saturating_add(T::DbWeight::get().reads(6))
|
.saturating_add(T::DbWeight::get().reads(6))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:4 w:2)
|
/// Storage: PolkadotXcm SupportedVersion (r:4 w:2)
|
||||||
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
fn migrate_supported_version() -> Weight {
|
fn migrate_supported_version() -> Weight {
|
||||||
// Minimum execution time: 13_522 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(13_862_000)
|
// Measured: `95`
|
||||||
|
// Estimated: `9995`
|
||||||
|
// Minimum execution time: 14_098 nanoseconds.
|
||||||
|
Weight::from_ref_time(14_349_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(9995))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifiers (r:4 w:2)
|
/// Storage: PolkadotXcm VersionNotifiers (r:4 w:2)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
|
||||||
fn migrate_version_notifiers() -> Weight {
|
fn migrate_version_notifiers() -> Weight {
|
||||||
// Minimum execution time: 13_621 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_028_000)
|
// Measured: `99`
|
||||||
|
// Estimated: `9999`
|
||||||
|
// Minimum execution time: 14_117 nanoseconds.
|
||||||
|
Weight::from_ref_time(14_383_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(9999))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:5 w:0)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:5 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
fn already_notified_target() -> Weight {
|
fn already_notified_target() -> Weight {
|
||||||
// Minimum execution time: 15_511 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(15_825_000)
|
// Measured: `106`
|
||||||
|
// Estimated: `12481`
|
||||||
|
// Minimum execution time: 15_353 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_558_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(12481))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn notify_current_targets() -> Weight {
|
fn notify_current_targets() -> Weight {
|
||||||
// Minimum execution time: 27_062 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(27_514_000)
|
// Measured: `106`
|
||||||
|
// Estimated: `10041`
|
||||||
|
// Minimum execution time: 28_752 nanoseconds.
|
||||||
|
Weight::from_ref_time(29_435_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10041))
|
||||||
.saturating_add(T::DbWeight::get().reads(7))
|
.saturating_add(T::DbWeight::get().reads(7))
|
||||||
.saturating_add(T::DbWeight::get().writes(3))
|
.saturating_add(T::DbWeight::get().writes(3))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:3 w:0)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:3 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
fn notify_target_migration_fail() -> Weight {
|
fn notify_target_migration_fail() -> Weight {
|
||||||
// Minimum execution time: 7_062 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(7_325_000)
|
// Measured: `136`
|
||||||
|
// Estimated: `7561`
|
||||||
|
// Minimum execution time: 7_143 nanoseconds.
|
||||||
|
Weight::from_ref_time(7_368_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7561))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
fn migrate_version_notify_targets() -> Weight {
|
fn migrate_version_notify_targets() -> Weight {
|
||||||
// Minimum execution time: 14_362 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_724_000)
|
// Measured: `106`
|
||||||
|
// Estimated: `10006`
|
||||||
|
// Minimum execution time: 14_381 nanoseconds.
|
||||||
|
Weight::from_ref_time(14_582_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10006))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn migrate_and_notify_old_targets() -> Weight {
|
fn migrate_and_notify_old_targets() -> Weight {
|
||||||
// Minimum execution time: 32_435 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(33_042_000)
|
// Measured: `112`
|
||||||
|
// Estimated: `15027`
|
||||||
|
// Minimum execution time: 34_190 nanoseconds.
|
||||||
|
Weight::from_ref_time(34_889_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(15027))
|
||||||
.saturating_add(T::DbWeight::get().reads(9))
|
.saturating_add(T::DbWeight::get().reads(9))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
|
|||||||
+32
-9
@@ -18,8 +18,8 @@
|
|||||||
//! Autogenerated weights for `pallet_xcm_benchmarks::fungible`
|
//! Autogenerated weights for `pallet_xcm_benchmarks::fungible`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -49,58 +49,81 @@ use sp_std::marker::PhantomData;
|
|||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> WeightInfo<T> {
|
impl<T: frame_system::Config> WeightInfo<T> {
|
||||||
// Storage: System Account (r:1 w:1)
|
// Storage: System Account (r:1 w:1)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
pub(crate) fn withdraw_asset() -> Weight {
|
pub(crate) fn withdraw_asset() -> Weight {
|
||||||
Weight::from_ref_time(31_247_000 as u64)
|
Weight::from_ref_time(22_035_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
// Storage: System Account (r:2 w:2)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
pub(crate) fn transfer_asset() -> Weight {
|
pub(crate) fn transfer_asset() -> Weight {
|
||||||
Weight::from_ref_time(41_980_000 as u64)
|
Weight::from_ref_time(54_300_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
// Storage: System Account (r:2 w:2)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn transfer_reserve_asset() -> Weight {
|
pub(crate) fn transfer_reserve_asset() -> Weight {
|
||||||
Weight::from_ref_time(61_540_000 as u64)
|
Weight::from_ref_time(78_569_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(8 as u64))
|
.saturating_add(T::DbWeight::get().reads(8 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn receive_teleported_asset() -> Weight {
|
pub(crate) fn receive_teleported_asset() -> Weight {
|
||||||
Weight::from_ref_time(7_562_000 as u64)
|
Weight::from_ref_time(4_652_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
// Storage: System Account (r:1 w:1)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
pub(crate) fn deposit_asset() -> Weight {
|
pub(crate) fn deposit_asset() -> Weight {
|
||||||
Weight::from_ref_time(33_533_000 as u64)
|
Weight::from_ref_time(23_684_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
// Storage: System Account (r:1 w:1)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn deposit_reserve_asset() -> Weight {
|
pub(crate) fn deposit_reserve_asset() -> Weight {
|
||||||
Weight::from_ref_time(56_084_000 as u64)
|
Weight::from_ref_time(45_884_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(7 as u64))
|
.saturating_add(T::DbWeight::get().reads(7 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn initiate_teleport() -> Weight {
|
pub(crate) fn initiate_teleport() -> Weight {
|
||||||
Weight::from_ref_time(38_259_000 as u64)
|
Weight::from_ref_time(30_239_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
|
|||||||
+70
-31
@@ -18,8 +18,8 @@
|
|||||||
//! Autogenerated weights for `pallet_xcm_benchmarks::generic`
|
//! Autogenerated weights for `pallet_xcm_benchmarks::generic`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -49,145 +49,184 @@ use sp_std::marker::PhantomData;
|
|||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> WeightInfo<T> {
|
impl<T: frame_system::Config> WeightInfo<T> {
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn report_holding() -> Weight {
|
pub(crate) fn report_holding() -> Weight {
|
||||||
Weight::from_ref_time(427_745_000 as u64)
|
Weight::from_ref_time(450_021_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn buy_execution() -> Weight {
|
pub(crate) fn buy_execution() -> Weight {
|
||||||
Weight::from_ref_time(7_101_000 as u64)
|
Weight::from_ref_time(4_086_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm Queries (r:1 w:0)
|
// Storage: PolkadotXcm Queries (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
|
||||||
pub(crate) fn query_response() -> Weight {
|
pub(crate) fn query_response() -> Weight {
|
||||||
Weight::from_ref_time(19_461_000 as u64)
|
Weight::from_ref_time(11_290_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn transact() -> Weight {
|
pub(crate) fn transact() -> Weight {
|
||||||
Weight::from_ref_time(22_208_000 as u64)
|
Weight::from_ref_time(13_288_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn refund_surplus() -> Weight {
|
pub(crate) fn refund_surplus() -> Weight {
|
||||||
Weight::from_ref_time(7_223_000 as u64)
|
Weight::from_ref_time(4_270_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn set_error_handler() -> Weight {
|
pub(crate) fn set_error_handler() -> Weight {
|
||||||
Weight::from_ref_time(6_187_000 as u64)
|
Weight::from_ref_time(3_205_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn set_appendix() -> Weight {
|
pub(crate) fn set_appendix() -> Weight {
|
||||||
Weight::from_ref_time(6_148_000 as u64)
|
Weight::from_ref_time(3_246_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn clear_error() -> Weight {
|
pub(crate) fn clear_error() -> Weight {
|
||||||
Weight::from_ref_time(6_165_000 as u64)
|
Weight::from_ref_time(3_189_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn descend_origin() -> Weight {
|
pub(crate) fn descend_origin() -> Weight {
|
||||||
Weight::from_ref_time(7_071_000 as u64)
|
Weight::from_ref_time(4_222_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn clear_origin() -> Weight {
|
pub(crate) fn clear_origin() -> Weight {
|
||||||
Weight::from_ref_time(6_135_000 as u64)
|
Weight::from_ref_time(3_178_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn report_error() -> Weight {
|
pub(crate) fn report_error() -> Weight {
|
||||||
Weight::from_ref_time(33_734_000 as u64)
|
Weight::from_ref_time(24_770_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm AssetTraps (r:1 w:1)
|
// Storage: PolkadotXcm AssetTraps (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm AssetTraps (max_values: None, max_size: None, mode: Measured)
|
||||||
pub(crate) fn claim_asset() -> Weight {
|
pub(crate) fn claim_asset() -> Weight {
|
||||||
Weight::from_ref_time(22_554_000 as u64)
|
Weight::from_ref_time(14_967_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn trap() -> Weight {
|
pub(crate) fn trap() -> Weight {
|
||||||
Weight::from_ref_time(6_170_000 as u64)
|
Weight::from_ref_time(3_186_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:1 w:1)
|
// Storage: PolkadotXcm VersionNotifyTargets (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn subscribe_version() -> Weight {
|
pub(crate) fn subscribe_version() -> Weight {
|
||||||
Weight::from_ref_time(34_105_000 as u64)
|
Weight::from_ref_time(25_797_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:0 w:1)
|
// Storage: PolkadotXcm VersionNotifyTargets (r:0 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
pub(crate) fn unsubscribe_version() -> Weight {
|
pub(crate) fn unsubscribe_version() -> Weight {
|
||||||
Weight::from_ref_time(8_037_000 as u64)
|
Weight::from_ref_time(5_170_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn initiate_reserve_withdraw() -> Weight {
|
pub(crate) fn initiate_reserve_withdraw() -> Weight {
|
||||||
Weight::from_ref_time(480_319_000 as u64)
|
Weight::from_ref_time(508_189_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn burn_asset() -> Weight {
|
pub(crate) fn burn_asset() -> Weight {
|
||||||
Weight::from_ref_time(151_701_000 as u64)
|
Weight::from_ref_time(156_147_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_asset() -> Weight {
|
pub(crate) fn expect_asset() -> Weight {
|
||||||
Weight::from_ref_time(15_792_000 as u64)
|
Weight::from_ref_time(14_507_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_origin() -> Weight {
|
pub(crate) fn expect_origin() -> Weight {
|
||||||
Weight::from_ref_time(6_146_000 as u64)
|
Weight::from_ref_time(3_329_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_error() -> Weight {
|
pub(crate) fn expect_error() -> Weight {
|
||||||
Weight::from_ref_time(6_132_000 as u64)
|
Weight::from_ref_time(3_164_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_transact_status() -> Weight {
|
pub(crate) fn expect_transact_status() -> Weight {
|
||||||
Weight::from_ref_time(6_906_000 as u64)
|
Weight::from_ref_time(3_415_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn query_pallet() -> Weight {
|
pub(crate) fn query_pallet() -> Weight {
|
||||||
Weight::from_ref_time(36_632_000 as u64)
|
Weight::from_ref_time(27_966_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_pallet() -> Weight {
|
pub(crate) fn expect_pallet() -> Weight {
|
||||||
Weight::from_ref_time(8_081_000 as u64)
|
Weight::from_ref_time(5_019_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn report_transact_status() -> Weight {
|
pub(crate) fn report_transact_status() -> Weight {
|
||||||
Weight::from_ref_time(33_493_000 as u64)
|
Weight::from_ref_time(25_097_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn clear_transact_status() -> Weight {
|
pub(crate) fn clear_transact_status() -> Weight {
|
||||||
Weight::from_ref_time(6_163_000 as u64)
|
Weight::from_ref_time(3_193_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn set_topic() -> Weight {
|
pub(crate) fn set_topic() -> Weight {
|
||||||
Weight::from_ref_time(6_237_000 as u64)
|
Weight::from_ref_time(3_146_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn clear_topic() -> Weight {
|
pub(crate) fn clear_topic() -> Weight {
|
||||||
Weight::from_ref_time(6_206_000 as u64)
|
Weight::from_ref_time(3_178_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn set_fees_mode() -> Weight {
|
pub(crate) fn set_fees_mode() -> Weight {
|
||||||
Weight::from_ref_time(6_100_000 as u64)
|
Weight::from_ref_time(3_134_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn unpaid_execution() -> Weight {
|
pub(crate) fn unpaid_execution() -> Weight {
|
||||||
Weight::from_ref_time(6_383_000 as u64)
|
Weight::from_ref_time(3_282_000 as u64)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
|
//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,17 +47,27 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `cumulus_pallet_xcmp_queue`.
|
/// Weight functions for `cumulus_pallet_xcmp_queue`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: XcmpQueue QueueConfig (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 set_config_with_u32() -> Weight {
|
fn set_config_with_u32() -> Weight {
|
||||||
// Minimum execution time: 6_782 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(7_208_000)
|
// Measured: `76`
|
||||||
|
// Estimated: `571`
|
||||||
|
// Minimum execution time: 4_717 nanoseconds.
|
||||||
|
Weight::from_ref_time(4_964_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(571))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: XcmpQueue QueueConfig (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 set_config_with_weight() -> Weight {
|
fn set_config_with_weight() -> Weight {
|
||||||
// Minimum execution time: 6_770 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(7_165_000)
|
// Measured: `76`
|
||||||
|
// Estimated: `571`
|
||||||
|
// Minimum execution time: 4_840 nanoseconds.
|
||||||
|
Weight::from_ref_time(5_074_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(571))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `frame_system`
|
//! Autogenerated weights for `frame_system`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -48,51 +49,81 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
|||||||
impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
||||||
/// The range of component `b` is `[0, 3932160]`.
|
/// The range of component `b` is `[0, 3932160]`.
|
||||||
fn remark(b: u32, ) -> Weight {
|
fn remark(b: u32, ) -> Weight {
|
||||||
// Minimum execution time: 3_657 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(3_832_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 1_455 nanoseconds.
|
||||||
|
Weight::from_ref_time(1_553_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
// Standard Error: 0
|
// Standard Error: 0
|
||||||
.saturating_add(Weight::from_ref_time(478).saturating_mul(b.into()))
|
.saturating_add(Weight::from_ref_time(368).saturating_mul(b.into()))
|
||||||
}
|
}
|
||||||
/// The range of component `b` is `[0, 3932160]`.
|
/// The range of component `b` is `[0, 3932160]`.
|
||||||
fn remark_with_event(b: u32, ) -> Weight {
|
fn remark_with_event(b: u32, ) -> Weight {
|
||||||
// Minimum execution time: 13_437 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(99_167_673)
|
// Measured: `0`
|
||||||
// Standard Error: 4
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(1_976).saturating_mul(b.into()))
|
// Minimum execution time: 6_602 nanoseconds.
|
||||||
|
Weight::from_ref_time(6_725_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 0
|
||||||
|
.saturating_add(Weight::from_ref_time(1_715).saturating_mul(b.into()))
|
||||||
}
|
}
|
||||||
// Storage: System Digest (r:1 w:1)
|
/// Storage: System Digest (r:1 w:1)
|
||||||
// Storage: unknown [0x3a686561707061676573] (r:0 w:1)
|
/// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: unknown `0x3a686561707061676573` (r:0 w:1)
|
||||||
|
/// Proof Skipped: unknown `0x3a686561707061676573` (r:0 w:1)
|
||||||
fn set_heap_pages() -> Weight {
|
fn set_heap_pages() -> Weight {
|
||||||
// Minimum execution time: 8_737 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(9_003_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `495`
|
||||||
|
// Minimum execution time: 3_555 nanoseconds.
|
||||||
|
Weight::from_ref_time(3_745_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(495))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Skipped Metadata (r:0 w:0)
|
/// Storage: Skipped Metadata (r:0 w:0)
|
||||||
|
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `i` is `[0, 1000]`.
|
/// The range of component `i` is `[0, 1000]`.
|
||||||
fn set_storage(i: u32, ) -> Weight {
|
fn set_storage(i: u32, ) -> Weight {
|
||||||
// Minimum execution time: 3_761 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(3_931_000)
|
// Measured: `0`
|
||||||
// Standard Error: 2_367
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(686_029).saturating_mul(i.into()))
|
// Minimum execution time: 1_690 nanoseconds.
|
||||||
|
Weight::from_ref_time(1_735_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 2_138
|
||||||
|
.saturating_add(Weight::from_ref_time(588_449).saturating_mul(i.into()))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||||
}
|
}
|
||||||
// Storage: Skipped Metadata (r:0 w:0)
|
/// Storage: Skipped Metadata (r:0 w:0)
|
||||||
|
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `i` is `[0, 1000]`.
|
/// The range of component `i` is `[0, 1000]`.
|
||||||
fn kill_storage(i: u32, ) -> Weight {
|
fn kill_storage(i: u32, ) -> Weight {
|
||||||
// Minimum execution time: 3_840 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(3_898_000)
|
// Measured: `0`
|
||||||
// Standard Error: 1_014
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(520_323).saturating_mul(i.into()))
|
// Minimum execution time: 1_695 nanoseconds.
|
||||||
|
Weight::from_ref_time(1_771_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 816
|
||||||
|
.saturating_add(Weight::from_ref_time(449_345).saturating_mul(i.into()))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||||
}
|
}
|
||||||
// Storage: Skipped Metadata (r:0 w:0)
|
/// Storage: Skipped Metadata (r:0 w:0)
|
||||||
|
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `p` is `[0, 1000]`.
|
/// The range of component `p` is `[0, 1000]`.
|
||||||
fn kill_prefix(p: u32, ) -> Weight {
|
fn kill_prefix(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 5_400 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(5_547_000)
|
// Measured: `81 + p * (69 ±0)`
|
||||||
// Standard Error: 1_501
|
// Estimated: `72 + p * (70 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(1_173_489).saturating_mul(p.into()))
|
// Minimum execution time: 3_289 nanoseconds.
|
||||||
|
Weight::from_ref_time(3_377_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(72))
|
||||||
|
// Standard Error: 922
|
||||||
|
.saturating_add(Weight::from_ref_time(969_103).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(70).saturating_mul(p.into()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_assets`
|
//! Autogenerated weights for `pallet_assets`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,231 +47,387 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_assets`.
|
/// Weight functions for `pallet_assets`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn create() -> Weight {
|
fn create() -> Weight {
|
||||||
// Minimum execution time: 28_455 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(28_985_000)
|
// Measured: `141`
|
||||||
|
// Estimated: `5288`
|
||||||
|
// Minimum execution time: 21_786 nanoseconds.
|
||||||
|
Weight::from_ref_time(22_084_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5288))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
fn force_create() -> Weight {
|
fn force_create() -> Weight {
|
||||||
// Minimum execution time: 17_065 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(18_069_000)
|
// Measured: `6`
|
||||||
|
// Estimated: `2685`
|
||||||
|
// Minimum execution time: 10_638 nanoseconds.
|
||||||
|
Weight::from_ref_time(10_889_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2685))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
fn start_destroy() -> Weight {
|
fn start_destroy() -> Weight {
|
||||||
// Minimum execution time: 19_008 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_697_000)
|
// Measured: `309`
|
||||||
|
// Estimated: `2685`
|
||||||
|
// Minimum execution time: 13_146 nanoseconds.
|
||||||
|
Weight::from_ref_time(13_421_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2685))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Account (r:1 w:0)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:20 w:20)
|
/// Storage: Assets Account (r:1001 w:1000)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, 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]`.
|
/// The range of component `c` is `[0, 1000]`.
|
||||||
fn destroy_accounts(c: u32, ) -> Weight {
|
fn destroy_accounts(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 21_673 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(22_115_000)
|
// Measured: `0 + c * (240 ±0)`
|
||||||
// Standard Error: 19_356
|
// Estimated: `5262 + c * (5180 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(15_391_476).saturating_mul(c.into()))
|
// Minimum execution time: 15_962 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_041_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5262))
|
||||||
|
// Standard Error: 9_326
|
||||||
|
.saturating_add(Weight::from_ref_time(13_983_529).saturating_mul(c.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into())))
|
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(c.into())))
|
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(c.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(5180).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Approvals (r:1 w:0)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Approvals (r:1001 w:1000)
|
||||||
|
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||||
/// The range of component `a` is `[0, 1000]`.
|
/// The range of component `a` is `[0, 1000]`.
|
||||||
fn destroy_approvals(a: u32, ) -> Weight {
|
fn destroy_approvals(a: u32, ) -> Weight {
|
||||||
// Minimum execution time: 22_211 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(22_919_000)
|
// Measured: `446 + a * (86 ±0)`
|
||||||
// Standard Error: 10_712
|
// Estimated: `5308 + a * (2623 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(14_873_452).saturating_mul(a.into()))
|
// Minimum execution time: 16_343 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_490_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5308))
|
||||||
|
// Standard Error: 7_664
|
||||||
|
.saturating_add(Weight::from_ref_time(13_585_881).saturating_mul(a.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(2623).saturating_mul(a.into()))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Metadata (r:1 w:0)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Metadata (r:1 w:0)
|
||||||
|
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||||
fn finish_destroy() -> Weight {
|
fn finish_destroy() -> Weight {
|
||||||
// Minimum execution time: 18_860 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(20_054_000)
|
// Measured: `275`
|
||||||
|
// Estimated: `5300`
|
||||||
|
// Minimum execution time: 12_531 nanoseconds.
|
||||||
|
Weight::from_ref_time(13_108_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5300))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Account (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Account (r:1 w:1)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||||
fn mint() -> Weight {
|
fn mint() -> Weight {
|
||||||
// Minimum execution time: 31_567 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(32_250_000)
|
// Measured: `275`
|
||||||
|
// Estimated: `5262`
|
||||||
|
// Minimum execution time: 22_604 nanoseconds.
|
||||||
|
Weight::from_ref_time(22_970_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5262))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Account (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Account (r:1 w:1)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||||
fn burn() -> Weight {
|
fn burn() -> Weight {
|
||||||
// Minimum execution time: 38_050 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(39_694_000)
|
// Measured: `383`
|
||||||
|
// Estimated: `5262`
|
||||||
|
// Minimum execution time: 28_407 nanoseconds.
|
||||||
|
Weight::from_ref_time(29_012_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5262))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Account (r:2 w:2)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: Assets Account (r:2 w:2)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, 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 {
|
fn transfer() -> Weight {
|
||||||
// Minimum execution time: 50_128 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(51_113_000)
|
// Measured: `383`
|
||||||
|
// Estimated: `10442`
|
||||||
|
// Minimum execution time: 38_044 nanoseconds.
|
||||||
|
Weight::from_ref_time(38_562_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10442))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Account (r:2 w:2)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: Assets Account (r:2 w:2)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, 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 {
|
fn transfer_keep_alive() -> Weight {
|
||||||
// Minimum execution time: 64_097 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(72_646_000)
|
// Measured: `383`
|
||||||
|
// Estimated: `10442`
|
||||||
|
// Minimum execution time: 33_946 nanoseconds.
|
||||||
|
Weight::from_ref_time(34_532_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10442))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Account (r:2 w:2)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: Assets Account (r:2 w:2)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, 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 {
|
fn force_transfer() -> Weight {
|
||||||
// Minimum execution time: 49_536 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(50_942_000)
|
// Measured: `383`
|
||||||
|
// Estimated: `10442`
|
||||||
|
// Minimum execution time: 38_013 nanoseconds.
|
||||||
|
Weight::from_ref_time(38_818_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10442))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:0)
|
/// Storage: Assets Asset (r:1 w:0)
|
||||||
// Storage: Assets Account (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Account (r:1 w:1)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||||
fn freeze() -> Weight {
|
fn freeze() -> Weight {
|
||||||
// Minimum execution time: 22_048 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(22_795_000)
|
// Measured: `383`
|
||||||
|
// Estimated: `5262`
|
||||||
|
// Minimum execution time: 15_798 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_178_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5262))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:0)
|
/// Storage: Assets Asset (r:1 w:0)
|
||||||
// Storage: Assets Account (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Account (r:1 w:1)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||||
fn thaw() -> Weight {
|
fn thaw() -> Weight {
|
||||||
// Minimum execution time: 21_987 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(22_738_000)
|
// Measured: `383`
|
||||||
|
// Estimated: `5262`
|
||||||
|
// Minimum execution time: 16_196 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_525_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5262))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
fn freeze_asset() -> Weight {
|
fn freeze_asset() -> Weight {
|
||||||
// Minimum execution time: 18_533 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_259_000)
|
// Measured: `309`
|
||||||
|
// Estimated: `2685`
|
||||||
|
// Minimum execution time: 12_600 nanoseconds.
|
||||||
|
Weight::from_ref_time(13_038_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2685))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
fn thaw_asset() -> Weight {
|
fn thaw_asset() -> Weight {
|
||||||
// Minimum execution time: 18_932 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_583_000)
|
// Measured: `309`
|
||||||
|
// Estimated: `2685`
|
||||||
|
// Minimum execution time: 12_433 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_924_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2685))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Metadata (r:1 w:0)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Metadata (r:1 w:0)
|
||||||
|
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||||
fn transfer_ownership() -> Weight {
|
fn transfer_ownership() -> Weight {
|
||||||
// Minimum execution time: 19_683 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(20_333_000)
|
// Measured: `275`
|
||||||
|
// Estimated: `5300`
|
||||||
|
// Minimum execution time: 13_754 nanoseconds.
|
||||||
|
Weight::from_ref_time(14_069_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5300))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
fn set_team() -> Weight {
|
fn set_team() -> Weight {
|
||||||
// Minimum execution time: 18_773 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_329_000)
|
// Measured: `275`
|
||||||
|
// Estimated: `2685`
|
||||||
|
// Minimum execution time: 12_640 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_846_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2685))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:0)
|
/// Storage: Assets Asset (r:1 w:0)
|
||||||
// Storage: Assets Metadata (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Metadata (r:1 w:1)
|
||||||
|
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||||
/// The range of component `n` is `[0, 50]`.
|
/// The range of component `n` is `[0, 50]`.
|
||||||
/// The range of component `s` is `[0, 50]`.
|
/// The range of component `s` is `[0, 50]`.
|
||||||
fn set_metadata(_n: u32, s: u32, ) -> Weight {
|
fn set_metadata(_n: u32, s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 30_833 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(32_840_016)
|
// Measured: `275`
|
||||||
// Standard Error: 2_536
|
// Estimated: `5300`
|
||||||
.saturating_add(Weight::from_ref_time(3_703).saturating_mul(s.into()))
|
// Minimum execution time: 22_428 nanoseconds.
|
||||||
|
Weight::from_ref_time(23_549_955)
|
||||||
|
.saturating_add(Weight::from_proof_size(5300))
|
||||||
|
// Standard Error: 731
|
||||||
|
.saturating_add(Weight::from_ref_time(893).saturating_mul(s.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:0)
|
/// Storage: Assets Asset (r:1 w:0)
|
||||||
// Storage: Assets Metadata (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Metadata (r:1 w:1)
|
||||||
|
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||||
fn clear_metadata() -> Weight {
|
fn clear_metadata() -> Weight {
|
||||||
// Minimum execution time: 32_336 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(33_540_000)
|
// Measured: `471`
|
||||||
|
// Estimated: `5300`
|
||||||
|
// Minimum execution time: 22_730 nanoseconds.
|
||||||
|
Weight::from_ref_time(23_336_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5300))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:0)
|
/// Storage: Assets Asset (r:1 w:0)
|
||||||
// Storage: Assets Metadata (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Metadata (r:1 w:1)
|
||||||
|
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||||
/// The range of component `n` is `[0, 50]`.
|
/// The range of component `n` is `[0, 50]`.
|
||||||
/// The range of component `s` is `[0, 50]`.
|
/// The range of component `s` is `[0, 50]`.
|
||||||
fn force_set_metadata(n: u32, s: u32, ) -> Weight {
|
fn force_set_metadata(_n: u32, s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 18_932 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(20_027_542)
|
// Measured: `82`
|
||||||
// Standard Error: 1_109
|
// Estimated: `5300`
|
||||||
.saturating_add(Weight::from_ref_time(1_693).saturating_mul(n.into()))
|
// Minimum execution time: 12_289 nanoseconds.
|
||||||
// Standard Error: 1_109
|
Weight::from_ref_time(12_841_728)
|
||||||
.saturating_add(Weight::from_ref_time(1_915).saturating_mul(s.into()))
|
.saturating_add(Weight::from_proof_size(5300))
|
||||||
|
// Standard Error: 304
|
||||||
|
.saturating_add(Weight::from_ref_time(1_964).saturating_mul(s.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:0)
|
/// Storage: Assets Asset (r:1 w:0)
|
||||||
// Storage: Assets Metadata (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Metadata (r:1 w:1)
|
||||||
|
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||||
fn force_clear_metadata() -> Weight {
|
fn force_clear_metadata() -> Weight {
|
||||||
// Minimum execution time: 32_516 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_080_000)
|
// Measured: `471`
|
||||||
|
// Estimated: `5300`
|
||||||
|
// Minimum execution time: 23_203 nanoseconds.
|
||||||
|
Weight::from_ref_time(23_490_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5300))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
fn force_asset_status() -> Weight {
|
fn force_asset_status() -> Weight {
|
||||||
// Minimum execution time: 18_157 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(18_692_000)
|
// Measured: `275`
|
||||||
|
// Estimated: `2685`
|
||||||
|
// Minimum execution time: 12_042 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_246_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2685))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Approvals (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Approvals (r:1 w:1)
|
||||||
|
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||||
fn approve_transfer() -> Weight {
|
fn approve_transfer() -> Weight {
|
||||||
// Minimum execution time: 35_547 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(36_869_000)
|
// Measured: `309`
|
||||||
|
// Estimated: `5308`
|
||||||
|
// Minimum execution time: 25_898 nanoseconds.
|
||||||
|
Weight::from_ref_time(26_128_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5308))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Approvals (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
// Storage: Assets Account (r:2 w:2)
|
/// Storage: Assets Approvals (r:1 w:1)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Account (r:2 w:2)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, 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 {
|
fn transfer_approved() -> Weight {
|
||||||
// Minimum execution time: 65_541 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(68_434_000)
|
// Measured: `553`
|
||||||
|
// Estimated: `13065`
|
||||||
|
// Minimum execution time: 52_087 nanoseconds.
|
||||||
|
Weight::from_ref_time(52_630_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(13065))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(5))
|
.saturating_add(T::DbWeight::get().writes(5))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Approvals (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Approvals (r:1 w:1)
|
||||||
|
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||||
fn cancel_approval() -> Weight {
|
fn cancel_approval() -> Weight {
|
||||||
// Minimum execution time: 36_411 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(38_111_000)
|
// Measured: `479`
|
||||||
|
// Estimated: `5308`
|
||||||
|
// Minimum execution time: 27_731 nanoseconds.
|
||||||
|
Weight::from_ref_time(28_129_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5308))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Approvals (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Approvals (r:1 w:1)
|
||||||
|
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||||
fn force_cancel_approval() -> Weight {
|
fn force_cancel_approval() -> Weight {
|
||||||
// Minimum execution time: 37_723 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(39_545_000)
|
// Measured: `479`
|
||||||
|
// Estimated: `5308`
|
||||||
|
// Minimum execution time: 27_921 nanoseconds.
|
||||||
|
Weight::from_ref_time(28_386_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5308))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_balances`
|
//! Autogenerated weights for `pallet_balances`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,52 +47,87 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_balances`.
|
/// Weight functions for `pallet_balances`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn transfer() -> Weight {
|
fn transfer() -> Weight {
|
||||||
// Minimum execution time: 44_953 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(46_145_000)
|
// Measured: `1178`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 45_943 nanoseconds.
|
||||||
|
Weight::from_ref_time(46_894_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// 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 {
|
fn transfer_keep_alive() -> Weight {
|
||||||
// Minimum execution time: 33_676 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_796_000)
|
// Measured: `1062`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 35_842 nanoseconds.
|
||||||
|
Weight::from_ref_time(36_089_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn set_balance_creating() -> Weight {
|
fn set_balance_creating() -> Weight {
|
||||||
// Minimum execution time: 23_716 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(24_225_000)
|
// Measured: `1174`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 26_219 nanoseconds.
|
||||||
|
Weight::from_ref_time(26_783_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn set_balance_killing() -> Weight {
|
fn set_balance_killing() -> Weight {
|
||||||
// Minimum execution time: 26_946 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(27_944_000)
|
// Measured: `1174`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 29_939 nanoseconds.
|
||||||
|
Weight::from_ref_time(30_394_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
/// 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 {
|
fn force_transfer() -> Weight {
|
||||||
// Minimum execution time: 44_753 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(47_037_000)
|
// Measured: `1174`
|
||||||
|
// Estimated: `5206`
|
||||||
|
// Minimum execution time: 46_341 nanoseconds.
|
||||||
|
Weight::from_ref_time(47_111_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5206))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// 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 {
|
fn transfer_all() -> Weight {
|
||||||
// Minimum execution time: 40_722 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(49_255_000)
|
// Measured: `1062`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 41_093 nanoseconds.
|
||||||
|
Weight::from_ref_time(41_472_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// 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 {
|
fn force_unreserve() -> Weight {
|
||||||
// Minimum execution time: 20_803 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(21_258_000)
|
// Measured: `1058`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 22_961 nanoseconds.
|
||||||
|
Weight::from_ref_time(23_413_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_collator_selection`
|
//! Autogenerated weights for `pallet_collator_selection`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,79 +47,131 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_collator_selection`.
|
/// Weight functions for `pallet_collator_selection`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Session NextKeys (r:1 w:0)
|
/// Storage: Session NextKeys (r:100 w:0)
|
||||||
// Storage: CollatorSelection Invulnerables (r:0 w:1)
|
/// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: CollatorSelection Invulnerables (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
/// The range of component `b` is `[1, 100]`.
|
/// The range of component `b` is `[1, 100]`.
|
||||||
fn set_invulnerables(b: u32, ) -> Weight {
|
fn set_invulnerables(b: u32, ) -> Weight {
|
||||||
// Minimum execution time: 20_391 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_508_680)
|
// Measured: `178 + b * (78 ±0)`
|
||||||
// Standard Error: 4_352
|
// Estimated: `178 + b * (2554 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(2_861_485).saturating_mul(b.into()))
|
// Minimum execution time: 14_182 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_174_028)
|
||||||
|
.saturating_add(Weight::from_proof_size(178))
|
||||||
|
// Standard Error: 3_951
|
||||||
|
.saturating_add(Weight::from_ref_time(2_446_152).saturating_mul(b.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
|
.saturating_add(Weight::from_proof_size(2554).saturating_mul(b.into()))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection DesiredCandidates (r:0 w:1)
|
/// Storage: CollatorSelection DesiredCandidates (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection DesiredCandidates (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
fn set_desired_candidates() -> Weight {
|
fn set_desired_candidates() -> Weight {
|
||||||
// Minimum execution time: 13_328 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_062_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 6_843 nanoseconds.
|
||||||
|
Weight::from_ref_time(7_086_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection CandidacyBond (r:0 w:1)
|
/// Storage: CollatorSelection CandidacyBond (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection CandidacyBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
|
||||||
fn set_candidacy_bond() -> Weight {
|
fn set_candidacy_bond() -> Weight {
|
||||||
// Minimum execution time: 13_766 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_153_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 7_075 nanoseconds.
|
||||||
|
Weight::from_ref_time(7_294_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection Candidates (r:1 w:1)
|
/// Storage: CollatorSelection Candidates (r:1 w:1)
|
||||||
// Storage: CollatorSelection DesiredCandidates (r:1 w:0)
|
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen)
|
||||||
// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
/// Storage: CollatorSelection DesiredCandidates (r:1 w:0)
|
||||||
// Storage: Session NextKeys (r:1 w:0)
|
/// Proof: CollatorSelection DesiredCandidates (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: CollatorSelection CandidacyBond (r:1 w:0)
|
/// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
/// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
|
/// 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: CollatorSelection CandidacyBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
|
||||||
|
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
/// The range of component `c` is `[1, 999]`.
|
/// The range of component `c` is `[1, 999]`.
|
||||||
fn register_as_candidate(c: u32, ) -> Weight {
|
fn register_as_candidate(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 45_632 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(49_581_769)
|
// Measured: `1171 + c * (48 ±0)`
|
||||||
// Standard Error: 1_510
|
// Estimated: `56784 + c * (49 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(190_677).saturating_mul(c.into()))
|
// Minimum execution time: 34_101 nanoseconds.
|
||||||
|
Weight::from_ref_time(27_254_778)
|
||||||
|
.saturating_add(Weight::from_proof_size(56784))
|
||||||
|
// Standard Error: 1_210
|
||||||
|
.saturating_add(Weight::from_ref_time(105_038).saturating_mul(c.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
|
.saturating_add(Weight::from_proof_size(49).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection Candidates (r:1 w:1)
|
/// Storage: CollatorSelection Candidates (r:1 w:1)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen)
|
||||||
|
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
/// The range of component `c` is `[6, 1000]`.
|
/// The range of component `c` is `[6, 1000]`.
|
||||||
fn leave_intent(c: u32, ) -> Weight {
|
fn leave_intent(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 34_865 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_357_063)
|
// Measured: `536 + c * (48 ±0)`
|
||||||
// Standard Error: 1_387
|
// Estimated: `48497`
|
||||||
.saturating_add(Weight::from_ref_time(179_876).saturating_mul(c.into()))
|
// Minimum execution time: 26_156 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_543_802)
|
||||||
|
.saturating_add(Weight::from_proof_size(48497))
|
||||||
|
// Standard Error: 1_209
|
||||||
|
.saturating_add(Weight::from_ref_time(102_889).saturating_mul(c.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
/// Storage: System Account (r:2 w:2)
|
||||||
// Storage: System BlockWeight (r:1 w:1)
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
/// Storage: System BlockWeight (r:1 w:1)
|
||||||
|
/// Proof: System BlockWeight (max_values: Some(1), max_size: Some(48), added: 543, mode: MaxEncodedLen)
|
||||||
|
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
fn note_author() -> Weight {
|
fn note_author() -> Weight {
|
||||||
// Minimum execution time: 33_244 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_259_000)
|
// Measured: `135`
|
||||||
|
// Estimated: `5749`
|
||||||
|
// Minimum execution time: 24_859 nanoseconds.
|
||||||
|
Weight::from_ref_time(25_423_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5749))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection Candidates (r:1 w:1)
|
/// Storage: CollatorSelection Candidates (r:1 w:0)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:1000 w:1)
|
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: CollatorSelection LastAuthoredBlock (r:999 w:0)
|
||||||
// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
// Storage: System BlockWeight (r:1 w:1)
|
/// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
||||||
|
/// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
|
/// 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:995 w:995)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
/// The range of component `r` is `[1, 1000]`.
|
/// The range of component `r` is `[1, 1000]`.
|
||||||
/// The range of component `c` is `[1, 1000]`.
|
/// The range of component `c` is `[1, 1000]`.
|
||||||
fn new_session(_r: u32, c: u32, ) -> Weight {
|
fn new_session(r: u32, c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 19_650 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_968_000)
|
// Measured: `22784 + r * (148 ±0) + c * (97 ±0)`
|
||||||
// Standard Error: 786_328
|
// Estimated: `52737 + c * (2519 ±0) + r * (2602 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(29_072_359).saturating_mul(c.into()))
|
// Minimum execution time: 16_296 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_532_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(52737))
|
||||||
|
// Standard Error: 758_486
|
||||||
|
.saturating_add(Weight::from_ref_time(27_694_526).saturating_mul(c.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(2519).saturating_mul(c.into()))
|
||||||
|
.saturating_add(Weight::from_proof_size(2602).saturating_mul(r.into()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_multisig`
|
//! Autogenerated weights for `pallet_multisig`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -48,80 +49,113 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
|||||||
impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_threshold_1(z: u32, ) -> Weight {
|
fn as_multi_threshold_1(z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 16_867 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(17_855_455)
|
// Measured: `0`
|
||||||
// Standard Error: 7
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(626).saturating_mul(z.into()))
|
// Minimum execution time: 11_557 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_087_731)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 1
|
||||||
|
.saturating_add(Weight::from_ref_time(493).saturating_mul(z.into()))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
/// 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 `s` is `[2, 100]`.
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_create(s: u32, z: u32, ) -> Weight {
|
fn as_multi_create(s: u32, z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 49_380 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(35_928_806)
|
// Measured: `311 + s * (2 ±0)`
|
||||||
// Standard Error: 1_262
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(149_202).saturating_mul(s.into()))
|
// Minimum execution time: 35_027 nanoseconds.
|
||||||
// Standard Error: 12
|
Weight::from_ref_time(28_254_579)
|
||||||
.saturating_add(Weight::from_ref_time(1_868).saturating_mul(z.into()))
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
// Standard Error: 541
|
||||||
|
.saturating_add(Weight::from_ref_time(73_609).saturating_mul(s.into()))
|
||||||
|
// Standard Error: 5
|
||||||
|
.saturating_add(Weight::from_ref_time(1_530).saturating_mul(z.into()))
|
||||||
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// 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 `s` is `[3, 100]`.
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
|
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 36_975 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(24_939_271)
|
// Measured: `313`
|
||||||
// Standard Error: 1_094
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(136_317).saturating_mul(s.into()))
|
// Minimum execution time: 25_892 nanoseconds.
|
||||||
// Standard Error: 10
|
Weight::from_ref_time(19_974_491)
|
||||||
.saturating_add(Weight::from_ref_time(1_903).saturating_mul(z.into()))
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 382
|
||||||
|
.saturating_add(Weight::from_ref_time(67_041).saturating_mul(s.into()))
|
||||||
|
// Standard Error: 3
|
||||||
|
.saturating_add(Weight::from_ref_time(1_516).saturating_mul(z.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||||
// Storage: System Account (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 `s` is `[2, 100]`.
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
|
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 52_377 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(37_381_462)
|
// Measured: `448 + s * (33 ±0)`
|
||||||
// Standard Error: 1_498
|
// Estimated: `8424`
|
||||||
.saturating_add(Weight::from_ref_time(183_480).saturating_mul(s.into()))
|
// Minimum execution time: 39_799 nanoseconds.
|
||||||
// Standard Error: 14
|
Weight::from_ref_time(31_172_141)
|
||||||
.saturating_add(Weight::from_ref_time(1_960).saturating_mul(z.into()))
|
.saturating_add(Weight::from_proof_size(8424))
|
||||||
|
// Standard Error: 523
|
||||||
|
.saturating_add(Weight::from_ref_time(91_287).saturating_mul(s.into()))
|
||||||
|
// Standard Error: 5
|
||||||
|
.saturating_add(Weight::from_ref_time(1_557).saturating_mul(z.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
/// 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 `s` is `[2, 100]`.
|
||||||
fn approve_as_multi_create(s: u32, ) -> Weight {
|
fn approve_as_multi_create(s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 32_086 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_173_675)
|
// Measured: `318 + s * (2 ±0)`
|
||||||
// Standard Error: 1_490
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(156_939).saturating_mul(s.into()))
|
// Minimum execution time: 24_614 nanoseconds.
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
Weight::from_ref_time(26_554_159)
|
||||||
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 754
|
||||||
|
.saturating_add(Weight::from_ref_time(81_278).saturating_mul(s.into()))
|
||||||
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// 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 `s` is `[2, 100]`.
|
||||||
fn approve_as_multi_approve(s: u32, ) -> Weight {
|
fn approve_as_multi_approve(s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 22_943 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(24_153_723)
|
// Measured: `313`
|
||||||
// Standard Error: 1_092
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(130_471).saturating_mul(s.into()))
|
// Minimum execution time: 17_141 nanoseconds.
|
||||||
|
Weight::from_ref_time(18_191_699)
|
||||||
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 546
|
||||||
|
.saturating_add(Weight::from_ref_time(74_486).saturating_mul(s.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// 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 `s` is `[2, 100]`.
|
||||||
fn cancel_as_multi(s: u32, ) -> Weight {
|
fn cancel_as_multi(s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 32_093 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_829_454)
|
// Measured: `517 + s * (1 ±0)`
|
||||||
// Standard Error: 1_573
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(148_149).saturating_mul(s.into()))
|
// Minimum execution time: 25_869 nanoseconds.
|
||||||
|
Weight::from_ref_time(28_059_249)
|
||||||
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 677
|
||||||
|
.saturating_add(Weight::from_ref_time(80_187).saturating_mul(s.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_proxy`
|
//! Autogenerated weights for `pallet_proxy`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,121 +47,176 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_proxy`.
|
/// Weight functions for `pallet_proxy`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Proxy Proxies (r:1 w:0)
|
/// Storage: Proxy Proxies (r:1 w:0)
|
||||||
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn proxy(p: u32, ) -> Weight {
|
fn proxy(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 20_353 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(21_509_191)
|
// Measured: `159 + p * (37 ±0)`
|
||||||
// Standard Error: 2_505
|
// Estimated: `3716`
|
||||||
.saturating_add(Weight::from_ref_time(53_567).saturating_mul(p.into()))
|
// Minimum execution time: 14_405 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_511_983)
|
||||||
|
.saturating_add(Weight::from_proof_size(3716))
|
||||||
|
// Standard Error: 2_104
|
||||||
|
.saturating_add(Weight::from_ref_time(19_450).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Proxies (r:1 w:0)
|
/// Storage: Proxy Proxies (r:1 w:0)
|
||||||
// Storage: Proxy Announcements (r:1 w:1)
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: Proxy Announcements (r:1 w:1)
|
||||||
|
/// Proof: Proxy Announcements (max_values: None, max_size: Some(2233), added: 4708, 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 `a` is `[0, 31]`.
|
/// The range of component `a` is `[0, 31]`.
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn proxy_announced(a: u32, p: u32, ) -> Weight {
|
fn proxy_announced(a: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 40_300 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(40_900_685)
|
// Measured: `550 + a * (68 ±0) + p * (37 ±0)`
|
||||||
// Standard Error: 3_136
|
// Estimated: `11027`
|
||||||
.saturating_add(Weight::from_ref_time(104_312).saturating_mul(a.into()))
|
// Minimum execution time: 31_545 nanoseconds.
|
||||||
// Standard Error: 3_240
|
Weight::from_ref_time(31_928_375)
|
||||||
.saturating_add(Weight::from_ref_time(49_601).saturating_mul(p.into()))
|
.saturating_add(Weight::from_proof_size(11027))
|
||||||
|
// Standard Error: 2_022
|
||||||
|
.saturating_add(Weight::from_ref_time(114_479).saturating_mul(a.into()))
|
||||||
|
// Standard Error: 2_089
|
||||||
|
.saturating_add(Weight::from_ref_time(34_696).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Announcements (r:1 w:1)
|
/// Storage: Proxy Announcements (r:1 w:1)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Proof: Proxy Announcements (max_values: None, max_size: Some(2233), added: 4708, 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 `a` is `[0, 31]`.
|
/// The range of component `a` is `[0, 31]`.
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn remove_announcement(a: u32, p: u32, ) -> Weight {
|
fn remove_announcement(a: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 27_095 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(28_275_274)
|
// Measured: `433 + a * (68 ±0)`
|
||||||
// Standard Error: 2_432
|
// Estimated: `7311`
|
||||||
.saturating_add(Weight::from_ref_time(125_355).saturating_mul(a.into()))
|
// Minimum execution time: 20_215 nanoseconds.
|
||||||
// Standard Error: 2_513
|
Weight::from_ref_time(20_970_496)
|
||||||
.saturating_add(Weight::from_ref_time(33_543).saturating_mul(p.into()))
|
.saturating_add(Weight::from_proof_size(7311))
|
||||||
|
// Standard Error: 1_277
|
||||||
|
.saturating_add(Weight::from_ref_time(111_015).saturating_mul(a.into()))
|
||||||
|
// Standard Error: 1_320
|
||||||
|
.saturating_add(Weight::from_ref_time(9_988).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Announcements (r:1 w:1)
|
/// Storage: Proxy Announcements (r:1 w:1)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Proof: Proxy Announcements (max_values: None, max_size: Some(2233), added: 4708, 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 `a` is `[0, 31]`.
|
/// The range of component `a` is `[0, 31]`.
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn reject_announcement(a: u32, p: u32, ) -> Weight {
|
fn reject_announcement(a: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 27_243 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(28_318_836)
|
// Measured: `433 + a * (68 ±0)`
|
||||||
// Standard Error: 2_249
|
// Estimated: `7311`
|
||||||
.saturating_add(Weight::from_ref_time(128_387).saturating_mul(a.into()))
|
// Minimum execution time: 20_153 nanoseconds.
|
||||||
// Standard Error: 2_323
|
Weight::from_ref_time(21_046_064)
|
||||||
.saturating_add(Weight::from_ref_time(33_123).saturating_mul(p.into()))
|
.saturating_add(Weight::from_proof_size(7311))
|
||||||
|
// Standard Error: 1_342
|
||||||
|
.saturating_add(Weight::from_ref_time(108_638).saturating_mul(a.into()))
|
||||||
|
// Standard Error: 1_386
|
||||||
|
.saturating_add(Weight::from_ref_time(10_617).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Proxies (r:1 w:0)
|
/// Storage: Proxy Proxies (r:1 w:0)
|
||||||
// Storage: Proxy Announcements (r:1 w:1)
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: Proxy Announcements (r:1 w:1)
|
||||||
|
/// Proof: Proxy Announcements (max_values: None, max_size: Some(2233), added: 4708, 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 `a` is `[0, 31]`.
|
/// The range of component `a` is `[0, 31]`.
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn announce(a: u32, p: u32, ) -> Weight {
|
fn announce(a: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 36_001 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(37_755_806)
|
// Measured: `482 + a * (68 ±0) + p * (37 ±0)`
|
||||||
// Standard Error: 2_688
|
// Estimated: `11027`
|
||||||
.saturating_add(Weight::from_ref_time(117_562).saturating_mul(a.into()))
|
// Minimum execution time: 27_692 nanoseconds.
|
||||||
// Standard Error: 2_777
|
Weight::from_ref_time(28_900_223)
|
||||||
.saturating_add(Weight::from_ref_time(39_230).saturating_mul(p.into()))
|
.saturating_add(Weight::from_proof_size(11027))
|
||||||
|
// Standard Error: 1_751
|
||||||
|
.saturating_add(Weight::from_ref_time(100_648).saturating_mul(a.into()))
|
||||||
|
// Standard Error: 1_809
|
||||||
|
.saturating_add(Weight::from_ref_time(35_769).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Proxies (r:1 w:1)
|
/// Storage: Proxy Proxies (r:1 w:1)
|
||||||
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn add_proxy(p: u32, ) -> Weight {
|
fn add_proxy(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 29_566 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(31_149_800)
|
// Measured: `159 + p * (37 ±0)`
|
||||||
// Standard Error: 2_298
|
// Estimated: `3716`
|
||||||
.saturating_add(Weight::from_ref_time(71_939).saturating_mul(p.into()))
|
// Minimum execution time: 20_726 nanoseconds.
|
||||||
|
Weight::from_ref_time(21_849_126)
|
||||||
|
.saturating_add(Weight::from_proof_size(3716))
|
||||||
|
// Standard Error: 1_307
|
||||||
|
.saturating_add(Weight::from_ref_time(43_349).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Proxies (r:1 w:1)
|
/// Storage: Proxy Proxies (r:1 w:1)
|
||||||
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn remove_proxy(p: u32, ) -> Weight {
|
fn remove_proxy(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 29_021 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(30_997_729)
|
// Measured: `159 + p * (37 ±0)`
|
||||||
// Standard Error: 2_165
|
// Estimated: `3716`
|
||||||
.saturating_add(Weight::from_ref_time(78_568).saturating_mul(p.into()))
|
// Minimum execution time: 20_681 nanoseconds.
|
||||||
|
Weight::from_ref_time(21_733_251)
|
||||||
|
.saturating_add(Weight::from_proof_size(3716))
|
||||||
|
// Standard Error: 1_555
|
||||||
|
.saturating_add(Weight::from_ref_time(59_461).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Proxies (r:1 w:1)
|
/// Storage: Proxy Proxies (r:1 w:1)
|
||||||
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn remove_proxies(p: u32, ) -> Weight {
|
fn remove_proxies(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 25_326 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(26_868_430)
|
// Measured: `159 + p * (37 ±0)`
|
||||||
// Standard Error: 1_962
|
// Estimated: `3716`
|
||||||
.saturating_add(Weight::from_ref_time(41_448).saturating_mul(p.into()))
|
// Minimum execution time: 16_966 nanoseconds.
|
||||||
|
Weight::from_ref_time(17_682_078)
|
||||||
|
.saturating_add(Weight::from_proof_size(3716))
|
||||||
|
// Standard Error: 1_110
|
||||||
|
.saturating_add(Weight::from_ref_time(28_786).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
/// Storage: Proxy Proxies (r:1 w:1)
|
||||||
// Storage: Proxy Proxies (r:1 w:1)
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn create_pure(p: u32, ) -> Weight {
|
fn create_pure(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 31_785 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(33_475_829)
|
// Measured: `139`
|
||||||
// Standard Error: 2_993
|
// Estimated: `3716`
|
||||||
.saturating_add(Weight::from_ref_time(21_123).saturating_mul(p.into()))
|
// Minimum execution time: 22_237 nanoseconds.
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
Weight::from_ref_time(23_324_695)
|
||||||
|
.saturating_add(Weight::from_proof_size(3716))
|
||||||
|
// Standard Error: 1_481
|
||||||
|
.saturating_add(Weight::from_ref_time(9_284).saturating_mul(p.into()))
|
||||||
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Proxies (r:1 w:1)
|
/// Storage: Proxy Proxies (r:1 w:1)
|
||||||
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
/// The range of component `p` is `[0, 30]`.
|
/// The range of component `p` is `[0, 30]`.
|
||||||
fn kill_pure(p: u32, ) -> Weight {
|
fn kill_pure(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 26_365 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(27_914_914)
|
// Measured: `196 + p * (37 ±0)`
|
||||||
// Standard Error: 2_228
|
// Estimated: `3716`
|
||||||
.saturating_add(Weight::from_ref_time(49_922).saturating_mul(p.into()))
|
// Minimum execution time: 18_041 nanoseconds.
|
||||||
|
Weight::from_ref_time(18_668_925)
|
||||||
|
.saturating_add(Weight::from_proof_size(3716))
|
||||||
|
// Standard Error: 1_209
|
||||||
|
.saturating_add(Weight::from_ref_time(29_794).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_session`
|
//! Autogenerated weights for `pallet_session`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,19 +47,31 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_session`.
|
/// Weight functions for `pallet_session`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Session NextKeys (r:1 w:1)
|
/// Storage: Session NextKeys (r:1 w:1)
|
||||||
// Storage: Session KeyOwner (r:1 w:1)
|
/// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: Session KeyOwner (r:1 w:1)
|
||||||
|
/// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured)
|
||||||
fn set_keys() -> Weight {
|
fn set_keys() -> Weight {
|
||||||
// Minimum execution time: 22_519 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(23_717_000)
|
// Measured: `270`
|
||||||
|
// Estimated: `5490`
|
||||||
|
// Minimum execution time: 15_561 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_843_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5490))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Session NextKeys (r:1 w:1)
|
/// Storage: Session NextKeys (r:1 w:1)
|
||||||
// Storage: Session KeyOwner (r:0 w:1)
|
/// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: Session KeyOwner (r:0 w:1)
|
||||||
|
/// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured)
|
||||||
fn purge_keys() -> Weight {
|
fn purge_keys() -> Weight {
|
||||||
// Minimum execution time: 18_465 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_234_000)
|
// Measured: `242`
|
||||||
|
// Estimated: `2959`
|
||||||
|
// Minimum execution time: 11_757 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_093_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2959))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_timestamp`
|
//! Autogenerated weights for `pallet_timestamp`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,16 +47,26 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_timestamp`.
|
/// Weight functions for `pallet_timestamp`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Timestamp Now (r:1 w:1)
|
/// Storage: Timestamp Now (r:1 w:1)
|
||||||
// Storage: Aura CurrentSlot (r:1 w:0)
|
/// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Aura CurrentSlot (r:1 w:0)
|
||||||
|
/// Proof: Aura CurrentSlot (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
|
||||||
fn set() -> Weight {
|
fn set() -> Weight {
|
||||||
// Minimum execution time: 9_524 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(9_910_000)
|
// Measured: `86`
|
||||||
|
// Estimated: `1006`
|
||||||
|
// Minimum execution time: 8_399 nanoseconds.
|
||||||
|
Weight::from_ref_time(8_649_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(1006))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
fn on_finalize() -> Weight {
|
fn on_finalize() -> Weight {
|
||||||
// Minimum execution time: 3_867 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(4_044_000)
|
// Measured: `57`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 3_277 nanoseconds.
|
||||||
|
Weight::from_ref_time(3_349_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_uniques`
|
//! Autogenerated weights for `pallet_uniques`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,242 +47,413 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_uniques`.
|
/// Weight functions for `pallet_uniques`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_uniques::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_uniques::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques ClassAccount (r:0 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ClassAccount (r:0 w:1)
|
||||||
|
/// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||||
fn create() -> Weight {
|
fn create() -> Weight {
|
||||||
// Minimum execution time: 30_159 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(31_282_000)
|
// Measured: `177`
|
||||||
|
// Estimated: `2653`
|
||||||
|
// Minimum execution time: 23_738 nanoseconds.
|
||||||
|
Weight::from_ref_time(24_550_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2653))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques ClassAccount (r:0 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ClassAccount (r:0 w:1)
|
||||||
|
/// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||||
fn force_create() -> Weight {
|
fn force_create() -> Weight {
|
||||||
// Minimum execution time: 20_337 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(20_657_000)
|
// Measured: `42`
|
||||||
|
// Estimated: `2653`
|
||||||
|
// Minimum execution time: 13_165 nanoseconds.
|
||||||
|
Weight::from_ref_time(13_515_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2653))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques Asset (r:1 w:0)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques ClassAccount (r:0 w:1)
|
/// Storage: Uniques Asset (r:1001 w:1000)
|
||||||
// Storage: Uniques Attribute (r:0 w:1000)
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques ClassMetadataOf (r:0 w:1)
|
/// Storage: Uniques ClassAccount (r:0 w:1)
|
||||||
// Storage: Uniques InstanceMetadataOf (r:0 w:1000)
|
/// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques CollectionMaxSupply (r:0 w:1)
|
/// Storage: Uniques Attribute (r:0 w:1000)
|
||||||
// Storage: Uniques Account (r:0 w:20)
|
/// Proof: Uniques Attribute (max_values: None, max_size: Some(172), added: 2647, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ClassMetadataOf (r:0 w:1)
|
||||||
|
/// Proof: Uniques ClassMetadataOf (max_values: None, max_size: Some(167), added: 2642, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques InstanceMetadataOf (r:0 w:1000)
|
||||||
|
/// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(187), added: 2662, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Account (r:0 w:1000)
|
||||||
|
/// Proof: Uniques Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques CollectionMaxSupply (r:0 w:1)
|
||||||
|
/// Proof: Uniques CollectionMaxSupply (max_values: None, max_size: Some(24), added: 2499, mode: MaxEncodedLen)
|
||||||
/// The range of component `n` is `[0, 1000]`.
|
/// The range of component `n` is `[0, 1000]`.
|
||||||
/// The range of component `m` is `[0, 1000]`.
|
/// The range of component `m` is `[0, 1000]`.
|
||||||
/// The range of component `a` is `[0, 1000]`.
|
/// The range of component `a` is `[0, 1000]`.
|
||||||
fn destroy(n: u32, m: u32, a: u32, ) -> Weight {
|
fn destroy(n: u32, m: u32, a: u32, ) -> Weight {
|
||||||
// Minimum execution time: 2_955_950 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(3_016_040_000)
|
// Measured: `289 + n * (108 ±0) + m * (56 ±0) + a * (107 ±0)`
|
||||||
// Standard Error: 35_007
|
// Estimated: `5250 + n * (2597 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(9_612_676).saturating_mul(n.into()))
|
// Minimum execution time: 2_258_129 nanoseconds.
|
||||||
// Standard Error: 35_007
|
Weight::from_ref_time(2_289_592_000)
|
||||||
.saturating_add(Weight::from_ref_time(294_935).saturating_mul(m.into()))
|
.saturating_add(Weight::from_proof_size(5250))
|
||||||
// Standard Error: 35_007
|
// Standard Error: 26_214
|
||||||
.saturating_add(Weight::from_ref_time(502_067).saturating_mul(a.into()))
|
.saturating_add(Weight::from_ref_time(8_416_144).saturating_mul(n.into()))
|
||||||
|
// Standard Error: 26_214
|
||||||
|
.saturating_add(Weight::from_ref_time(256_638).saturating_mul(m.into()))
|
||||||
|
// Standard Error: 26_214
|
||||||
|
.saturating_add(Weight::from_ref_time(274_803).saturating_mul(a.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(n.into())))
|
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(n.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(m.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(m.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(2597).saturating_mul(n.into()))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Asset (r:1 w:1)
|
/// Storage: Uniques Asset (r:1 w:1)
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques CollectionMaxSupply (r:1 w:0)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques Account (r:0 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques CollectionMaxSupply (r:1 w:0)
|
||||||
|
/// Proof: Uniques CollectionMaxSupply (max_values: None, max_size: Some(24), added: 2499, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Account (r:0 w:1)
|
||||||
|
/// Proof: Uniques Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||||
fn mint() -> Weight {
|
fn mint() -> Weight {
|
||||||
// Minimum execution time: 38_344 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(39_647_000)
|
// Measured: `314`
|
||||||
|
// Estimated: `7749`
|
||||||
|
// Minimum execution time: 28_974 nanoseconds.
|
||||||
|
Weight::from_ref_time(29_398_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7749))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(3))
|
.saturating_add(T::DbWeight::get().writes(3))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques Asset (r:1 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques Account (r:0 w:1)
|
/// Storage: Uniques Asset (r:1 w:1)
|
||||||
// Storage: Uniques ItemPriceOf (r:0 w:1)
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Account (r:0 w:1)
|
||||||
|
/// Proof: Uniques Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ItemPriceOf (r:0 w:1)
|
||||||
|
/// Proof: Uniques ItemPriceOf (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
|
||||||
fn burn() -> Weight {
|
fn burn() -> Weight {
|
||||||
// Minimum execution time: 40_858 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(42_119_000)
|
// Measured: `492`
|
||||||
|
// Estimated: `5250`
|
||||||
|
// Minimum execution time: 30_070 nanoseconds.
|
||||||
|
Weight::from_ref_time(30_454_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5250))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:0)
|
/// Storage: Uniques Class (r:1 w:0)
|
||||||
// Storage: Uniques Asset (r:1 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques Account (r:0 w:2)
|
/// Storage: Uniques Asset (r:1 w:1)
|
||||||
// Storage: Uniques ItemPriceOf (r:0 w:1)
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Account (r:0 w:2)
|
||||||
|
/// Proof: Uniques Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ItemPriceOf (r:0 w:1)
|
||||||
|
/// Proof: Uniques ItemPriceOf (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
|
||||||
fn transfer() -> Weight {
|
fn transfer() -> Weight {
|
||||||
// Minimum execution time: 31_788 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(33_789_000)
|
// Measured: `492`
|
||||||
|
// Estimated: `5250`
|
||||||
|
// Minimum execution time: 24_287 nanoseconds.
|
||||||
|
Weight::from_ref_time(24_509_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5250))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques Asset (r:102 w:102)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Asset (r:5000 w:5000)
|
||||||
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
/// The range of component `i` is `[0, 5000]`.
|
/// The range of component `i` is `[0, 5000]`.
|
||||||
fn redeposit(i: u32, ) -> Weight {
|
fn redeposit(i: u32, ) -> Weight {
|
||||||
// Minimum execution time: 20_167 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(20_686_000)
|
// Measured: `770 + i * (108 ±0)`
|
||||||
// Standard Error: 16_832
|
// Estimated: `2653 + i * (2597 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(13_676_811).saturating_mul(i.into()))
|
// Minimum execution time: 14_231 nanoseconds.
|
||||||
|
Weight::from_ref_time(14_454_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2653))
|
||||||
|
// Standard Error: 13_135
|
||||||
|
.saturating_add(Weight::from_ref_time(12_152_067).saturating_mul(i.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(2597).saturating_mul(i.into()))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Asset (r:1 w:1)
|
/// Storage: Uniques Asset (r:1 w:1)
|
||||||
// Storage: Uniques Class (r:1 w:0)
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Class (r:1 w:0)
|
||||||
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
fn freeze() -> Weight {
|
fn freeze() -> Weight {
|
||||||
// Minimum execution time: 23_705 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(24_505_000)
|
// Measured: `492`
|
||||||
|
// Estimated: `5250`
|
||||||
|
// Minimum execution time: 17_977 nanoseconds.
|
||||||
|
Weight::from_ref_time(18_415_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5250))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Asset (r:1 w:1)
|
/// Storage: Uniques Asset (r:1 w:1)
|
||||||
// Storage: Uniques Class (r:1 w:0)
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Class (r:1 w:0)
|
||||||
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
fn thaw() -> Weight {
|
fn thaw() -> Weight {
|
||||||
// Minimum execution time: 23_539 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(24_660_000)
|
// Measured: `492`
|
||||||
|
// Estimated: `5250`
|
||||||
|
// Minimum execution time: 17_421 nanoseconds.
|
||||||
|
Weight::from_ref_time(17_830_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5250))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
fn freeze_collection() -> Weight {
|
fn freeze_collection() -> Weight {
|
||||||
// Minimum execution time: 19_365 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(20_035_000)
|
// Measured: `314`
|
||||||
|
// Estimated: `2653`
|
||||||
|
// Minimum execution time: 13_199 nanoseconds.
|
||||||
|
Weight::from_ref_time(13_615_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2653))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
fn thaw_collection() -> Weight {
|
fn thaw_collection() -> Weight {
|
||||||
// Minimum execution time: 19_090 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_631_000)
|
// Measured: `314`
|
||||||
|
// Estimated: `2653`
|
||||||
|
// Minimum execution time: 13_263 nanoseconds.
|
||||||
|
Weight::from_ref_time(13_575_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2653))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques OwnershipAcceptance (r:1 w:1)
|
/// Storage: Uniques OwnershipAcceptance (r:1 w:1)
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Proof: Uniques OwnershipAcceptance (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques ClassAccount (r:0 w:2)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ClassAccount (r:0 w:2)
|
||||||
|
/// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||||
fn transfer_ownership() -> Weight {
|
fn transfer_ownership() -> Weight {
|
||||||
// Minimum execution time: 26_735 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(27_778_000)
|
// Measured: `388`
|
||||||
|
// Estimated: `5180`
|
||||||
|
// Minimum execution time: 20_850 nanoseconds.
|
||||||
|
Weight::from_ref_time(21_223_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5180))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
fn set_team() -> Weight {
|
fn set_team() -> Weight {
|
||||||
// Minimum execution time: 19_548 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(20_166_000)
|
// Measured: `314`
|
||||||
|
// Estimated: `2653`
|
||||||
|
// Minimum execution time: 14_218 nanoseconds.
|
||||||
|
Weight::from_ref_time(14_680_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2653))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques ClassAccount (r:0 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ClassAccount (r:0 w:1)
|
||||||
|
/// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||||
fn force_item_status() -> Weight {
|
fn force_item_status() -> Weight {
|
||||||
// Minimum execution time: 22_519 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(23_074_000)
|
// Measured: `314`
|
||||||
|
// Estimated: `2653`
|
||||||
|
// Minimum execution time: 16_581 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_856_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2653))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques InstanceMetadataOf (r:1 w:0)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques Attribute (r:1 w:1)
|
/// Storage: Uniques InstanceMetadataOf (r:1 w:0)
|
||||||
|
/// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(187), added: 2662, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Attribute (r:1 w:1)
|
||||||
|
/// Proof: Uniques Attribute (max_values: None, max_size: Some(172), added: 2647, mode: MaxEncodedLen)
|
||||||
fn set_attribute() -> Weight {
|
fn set_attribute() -> Weight {
|
||||||
// Minimum execution time: 44_598 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(46_000_000)
|
// Measured: `623`
|
||||||
|
// Estimated: `7962`
|
||||||
|
// Minimum execution time: 34_610 nanoseconds.
|
||||||
|
Weight::from_ref_time(34_994_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7962))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques InstanceMetadataOf (r:1 w:0)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques Attribute (r:1 w:1)
|
/// Storage: Uniques InstanceMetadataOf (r:1 w:0)
|
||||||
|
/// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(187), added: 2662, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Attribute (r:1 w:1)
|
||||||
|
/// Proof: Uniques Attribute (max_values: None, max_size: Some(172), added: 2647, mode: MaxEncodedLen)
|
||||||
fn clear_attribute() -> Weight {
|
fn clear_attribute() -> Weight {
|
||||||
// Minimum execution time: 43_530 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(44_996_000)
|
// Measured: `851`
|
||||||
|
// Estimated: `7962`
|
||||||
|
// Minimum execution time: 34_244 nanoseconds.
|
||||||
|
Weight::from_ref_time(34_542_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7962))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques InstanceMetadataOf (r:1 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques InstanceMetadataOf (r:1 w:1)
|
||||||
|
/// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(187), added: 2662, mode: MaxEncodedLen)
|
||||||
fn set_metadata() -> Weight {
|
fn set_metadata() -> Weight {
|
||||||
// Minimum execution time: 35_271 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(36_457_000)
|
// Measured: `380`
|
||||||
|
// Estimated: `5315`
|
||||||
|
// Minimum execution time: 26_652 nanoseconds.
|
||||||
|
Weight::from_ref_time(27_013_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5315))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques InstanceMetadataOf (r:1 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques InstanceMetadataOf (r:1 w:1)
|
||||||
|
/// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(187), added: 2662, mode: MaxEncodedLen)
|
||||||
fn clear_metadata() -> Weight {
|
fn clear_metadata() -> Weight {
|
||||||
// Minimum execution time: 36_587 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(37_573_000)
|
// Measured: `623`
|
||||||
|
// Estimated: `5315`
|
||||||
|
// Minimum execution time: 27_427 nanoseconds.
|
||||||
|
Weight::from_ref_time(27_985_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5315))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques ClassMetadataOf (r:1 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ClassMetadataOf (r:1 w:1)
|
||||||
|
/// Proof: Uniques ClassMetadataOf (max_values: None, max_size: Some(167), added: 2642, mode: MaxEncodedLen)
|
||||||
fn set_collection_metadata() -> Weight {
|
fn set_collection_metadata() -> Weight {
|
||||||
// Minimum execution time: 34_409 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(35_576_000)
|
// Measured: `314`
|
||||||
|
// Estimated: `5295`
|
||||||
|
// Minimum execution time: 26_557 nanoseconds.
|
||||||
|
Weight::from_ref_time(26_973_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5295))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:0)
|
/// Storage: Uniques Class (r:1 w:0)
|
||||||
// Storage: Uniques ClassMetadataOf (r:1 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ClassMetadataOf (r:1 w:1)
|
||||||
|
/// Proof: Uniques ClassMetadataOf (max_values: None, max_size: Some(167), added: 2642, mode: MaxEncodedLen)
|
||||||
fn clear_collection_metadata() -> Weight {
|
fn clear_collection_metadata() -> Weight {
|
||||||
// Minimum execution time: 33_706 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(35_093_000)
|
// Measured: `537`
|
||||||
|
// Estimated: `5295`
|
||||||
|
// Minimum execution time: 25_091 nanoseconds.
|
||||||
|
Weight::from_ref_time(25_510_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5295))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:0)
|
/// Storage: Uniques Class (r:1 w:0)
|
||||||
// Storage: Uniques Asset (r:1 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Asset (r:1 w:1)
|
||||||
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
fn approve_transfer() -> Weight {
|
fn approve_transfer() -> Weight {
|
||||||
// Minimum execution time: 25_123 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(26_357_000)
|
// Measured: `492`
|
||||||
|
// Estimated: `5250`
|
||||||
|
// Minimum execution time: 19_129 nanoseconds.
|
||||||
|
Weight::from_ref_time(19_831_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5250))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:0)
|
/// Storage: Uniques Class (r:1 w:0)
|
||||||
// Storage: Uniques Asset (r:1 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Asset (r:1 w:1)
|
||||||
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
fn cancel_approval() -> Weight {
|
fn cancel_approval() -> Weight {
|
||||||
// Minimum execution time: 24_873 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(25_653_000)
|
// Measured: `525`
|
||||||
|
// Estimated: `5250`
|
||||||
|
// Minimum execution time: 19_393 nanoseconds.
|
||||||
|
Weight::from_ref_time(19_569_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5250))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques OwnershipAcceptance (r:1 w:1)
|
/// Storage: Uniques OwnershipAcceptance (r:1 w:1)
|
||||||
|
/// Proof: Uniques OwnershipAcceptance (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
||||||
fn set_accept_ownership() -> Weight {
|
fn set_accept_ownership() -> Weight {
|
||||||
// Minimum execution time: 22_708 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(23_363_000)
|
// Measured: `42`
|
||||||
|
// Estimated: `2527`
|
||||||
|
// Minimum execution time: 14_863 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_066_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2527))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques CollectionMaxSupply (r:1 w:1)
|
/// Storage: Uniques CollectionMaxSupply (r:1 w:1)
|
||||||
// Storage: Uniques Class (r:1 w:0)
|
/// Proof: Uniques CollectionMaxSupply (max_values: None, max_size: Some(24), added: 2499, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Class (r:1 w:0)
|
||||||
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
fn set_collection_max_supply() -> Weight {
|
fn set_collection_max_supply() -> Weight {
|
||||||
// Minimum execution time: 22_231 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(22_654_000)
|
// Measured: `314`
|
||||||
|
// Estimated: `5152`
|
||||||
|
// Minimum execution time: 16_144 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_510_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5152))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Asset (r:1 w:0)
|
/// Storage: Uniques Asset (r:1 w:0)
|
||||||
// Storage: Uniques ItemPriceOf (r:0 w:1)
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ItemPriceOf (r:0 w:1)
|
||||||
|
/// Proof: Uniques ItemPriceOf (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
|
||||||
fn set_price() -> Weight {
|
fn set_price() -> Weight {
|
||||||
// Minimum execution time: 21_710 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(22_423_000)
|
// Measured: `291`
|
||||||
|
// Estimated: `2597`
|
||||||
|
// Minimum execution time: 15_884 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_215_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2597))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Asset (r:1 w:1)
|
/// Storage: Uniques Asset (r:1 w:1)
|
||||||
// Storage: Uniques ItemPriceOf (r:1 w:1)
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques Class (r:1 w:0)
|
/// Storage: Uniques ItemPriceOf (r:1 w:1)
|
||||||
// Storage: Uniques Account (r:0 w:2)
|
/// Proof: Uniques ItemPriceOf (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Class (r:1 w:0)
|
||||||
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Account (r:0 w:2)
|
||||||
|
/// Proof: Uniques Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||||
fn buy_item() -> Weight {
|
fn buy_item() -> Weight {
|
||||||
// Minimum execution time: 41_135 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(42_407_000)
|
// Measured: `636`
|
||||||
|
// Estimated: `7814`
|
||||||
|
// Minimum execution time: 34_190 nanoseconds.
|
||||||
|
Weight::from_ref_time(34_497_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7814))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_utility`
|
//! Autogenerated weights for `pallet_utility`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -48,31 +49,51 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
|||||||
impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
||||||
/// The range of component `c` is `[0, 1000]`.
|
/// The range of component `c` is `[0, 1000]`.
|
||||||
fn batch(c: u32, ) -> Weight {
|
fn batch(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 13_061 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(22_002_014)
|
// Measured: `0`
|
||||||
// Standard Error: 1_631
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(4_500_655).saturating_mul(c.into()))
|
// Minimum execution time: 6_005 nanoseconds.
|
||||||
|
Weight::from_ref_time(18_139_015)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 2_178
|
||||||
|
.saturating_add(Weight::from_ref_time(3_979_226).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
fn as_derivative() -> Weight {
|
fn as_derivative() -> Weight {
|
||||||
// Minimum execution time: 6_100 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(6_357_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 4_441 nanoseconds.
|
||||||
|
Weight::from_ref_time(4_622_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
/// The range of component `c` is `[0, 1000]`.
|
/// The range of component `c` is `[0, 1000]`.
|
||||||
fn batch_all(c: u32, ) -> Weight {
|
fn batch_all(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 12_931 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(24_716_946)
|
// Measured: `0`
|
||||||
// Standard Error: 2_425
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(4_716_164).saturating_mul(c.into()))
|
// Minimum execution time: 5_910 nanoseconds.
|
||||||
|
Weight::from_ref_time(18_908_357)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 1_920
|
||||||
|
.saturating_add(Weight::from_ref_time(4_169_103).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
fn dispatch_as() -> Weight {
|
fn dispatch_as() -> Weight {
|
||||||
// Minimum execution time: 14_958 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(15_447_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 7_957 nanoseconds.
|
||||||
|
Weight::from_ref_time(8_145_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
/// The range of component `c` is `[0, 1000]`.
|
/// The range of component `c` is `[0, 1000]`.
|
||||||
fn force_batch(c: u32, ) -> Weight {
|
fn force_batch(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 13_003 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(21_374_296)
|
// Measured: `0`
|
||||||
// Standard Error: 2_304
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(4_527_355).saturating_mul(c.into()))
|
// Minimum execution time: 5_925 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_056_349)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 1_987
|
||||||
|
.saturating_add(Weight::from_ref_time(3_981_287).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,25 +17,25 @@
|
|||||||
//! Autogenerated weights for `pallet_xcm`
|
//! Autogenerated weights for `pallet_xcm`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2022-12-22, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
// /home/benchbot/cargo_target_dir/production/polkadot-parachain
|
// ./artifacts/polkadot-parachain
|
||||||
// benchmark
|
// benchmark
|
||||||
// pallet
|
// pallet
|
||||||
// --steps=50
|
// --chain=statemint-dev
|
||||||
// --repeat=20
|
|
||||||
// --extrinsic=*
|
|
||||||
// --execution=wasm
|
// --execution=wasm
|
||||||
// --wasm-execution=compiled
|
// --wasm-execution=compiled
|
||||||
// --heap-pages=4096
|
|
||||||
// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/cumulus/.git/.artifacts/bench.json
|
|
||||||
// --pallet=pallet_xcm
|
// --pallet=pallet_xcm
|
||||||
// --chain=statemint-dev
|
// --extrinsic=*
|
||||||
|
// --steps=50
|
||||||
|
// --repeat=20
|
||||||
|
// --json
|
||||||
// --header=./file_header.txt
|
// --header=./file_header.txt
|
||||||
// --output=./parachains/runtimes/assets/statemint/src/weights/
|
// --output=./parachains/runtimes/assets/statemint/src/weights/pallet_xcm.rs
|
||||||
|
|
||||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||||
#![allow(unused_parens)]
|
#![allow(unused_parens)]
|
||||||
@@ -47,127 +47,229 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_xcm`.
|
/// Weight functions for `pallet_xcm`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn send() -> Weight {
|
fn send() -> Weight {
|
||||||
// Minimum execution time: 27_694 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(28_545_000)
|
// Measured: `38`
|
||||||
|
// Estimated: `4645`
|
||||||
|
// Minimum execution time: 24_132 nanoseconds.
|
||||||
|
Weight::from_ref_time(24_554_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(4645))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
/// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
/// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
fn teleport_assets() -> Weight {
|
fn teleport_assets() -> Weight {
|
||||||
// Minimum execution time: 33_053 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(33_789_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `499`
|
||||||
|
// Minimum execution time: 22_350 nanoseconds.
|
||||||
|
Weight::from_ref_time(22_760_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(499))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
/// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
/// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
fn reserve_transfer_assets() -> Weight {
|
fn reserve_transfer_assets() -> Weight {
|
||||||
// Minimum execution time: 24_781 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(25_259_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `499`
|
||||||
|
// Minimum execution time: 17_723 nanoseconds.
|
||||||
|
Weight::from_ref_time(17_951_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(499))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
}
|
}
|
||||||
// Storage: Benchmark Override (r:0 w:0)
|
/// Storage: Benchmark Override (r:0 w:0)
|
||||||
|
/// Proof Skipped: Benchmark Override (max_values: None, max_size: None, mode: Measured)
|
||||||
fn execute() -> Weight {
|
fn execute() -> Weight {
|
||||||
|
// Proof Size summary in bytes:
|
||||||
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
// Minimum execution time: 18_446_744_073_709_551 nanoseconds.
|
// Minimum execution time: 18_446_744_073_709_551 nanoseconds.
|
||||||
Weight::from_ref_time(18_446_744_073_709_551_000)
|
Weight::from_ref_time(18_446_744_073_709_551_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:0 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
fn force_xcm_version() -> Weight {
|
fn force_xcm_version() -> Weight {
|
||||||
// Minimum execution time: 15_439 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(15_750_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 8_641 nanoseconds.
|
||||||
|
Weight::from_ref_time(8_925_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:0 w:1)
|
/// Storage: PolkadotXcm SafeXcmVersion (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn force_default_xcm_version() -> Weight {
|
fn force_default_xcm_version() -> Weight {
|
||||||
// Minimum execution time: 4_576 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(4_758_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 2_427 nanoseconds.
|
||||||
|
Weight::from_ref_time(2_598_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
/// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
||||||
// Storage: PolkadotXcm QueryCounter (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Storage: PolkadotXcm QueryCounter (r:1 w:1)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm QueryCounter (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: PolkadotXcm Queries (r:0 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm Queries (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
|
||||||
fn force_subscribe_version_notify() -> Weight {
|
fn force_subscribe_version_notify() -> Weight {
|
||||||
// Minimum execution time: 31_540 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(32_380_000)
|
// Measured: `38`
|
||||||
|
// Estimated: `7729`
|
||||||
|
// Minimum execution time: 28_650 nanoseconds.
|
||||||
|
Weight::from_ref_time(29_035_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7729))
|
||||||
.saturating_add(T::DbWeight::get().reads(7))
|
.saturating_add(T::DbWeight::get().reads(7))
|
||||||
.saturating_add(T::DbWeight::get().writes(5))
|
.saturating_add(T::DbWeight::get().writes(5))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
/// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm Queries (r:0 w:1)
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm Queries (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
|
||||||
fn force_unsubscribe_version_notify() -> Weight {
|
fn force_unsubscribe_version_notify() -> Weight {
|
||||||
// Minimum execution time: 32_627 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(32_934_000)
|
// Measured: `220`
|
||||||
|
// Estimated: `8470`
|
||||||
|
// Minimum execution time: 30_797 nanoseconds.
|
||||||
|
Weight::from_ref_time(31_491_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(8470))
|
||||||
.saturating_add(T::DbWeight::get().reads(6))
|
.saturating_add(T::DbWeight::get().reads(6))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:4 w:2)
|
/// Storage: PolkadotXcm SupportedVersion (r:4 w:2)
|
||||||
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
fn migrate_supported_version() -> Weight {
|
fn migrate_supported_version() -> Weight {
|
||||||
// Minimum execution time: 13_968 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_356_000)
|
// Measured: `95`
|
||||||
|
// Estimated: `9995`
|
||||||
|
// Minimum execution time: 13_639 nanoseconds.
|
||||||
|
Weight::from_ref_time(13_980_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(9995))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifiers (r:4 w:2)
|
/// Storage: PolkadotXcm VersionNotifiers (r:4 w:2)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
|
||||||
fn migrate_version_notifiers() -> Weight {
|
fn migrate_version_notifiers() -> Weight {
|
||||||
// Minimum execution time: 14_263 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_540_000)
|
// Measured: `99`
|
||||||
|
// Estimated: `9999`
|
||||||
|
// Minimum execution time: 13_954 nanoseconds.
|
||||||
|
Weight::from_ref_time(14_276_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(9999))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:5 w:0)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:5 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
fn already_notified_target() -> Weight {
|
fn already_notified_target() -> Weight {
|
||||||
// Minimum execution time: 15_825 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(16_101_000)
|
// Measured: `106`
|
||||||
|
// Estimated: `12481`
|
||||||
|
// Minimum execution time: 15_217 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_422_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(12481))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn notify_current_targets() -> Weight {
|
fn notify_current_targets() -> Weight {
|
||||||
// Minimum execution time: 27_436 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(28_083_000)
|
// Measured: `106`
|
||||||
|
// Estimated: `10041`
|
||||||
|
// Minimum execution time: 27_362 nanoseconds.
|
||||||
|
Weight::from_ref_time(28_034_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10041))
|
||||||
.saturating_add(T::DbWeight::get().reads(7))
|
.saturating_add(T::DbWeight::get().reads(7))
|
||||||
.saturating_add(T::DbWeight::get().writes(3))
|
.saturating_add(T::DbWeight::get().writes(3))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:3 w:0)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:3 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
fn notify_target_migration_fail() -> Weight {
|
fn notify_target_migration_fail() -> Weight {
|
||||||
// Minimum execution time: 7_187 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(7_399_000)
|
// Measured: `136`
|
||||||
|
// Estimated: `7561`
|
||||||
|
// Minimum execution time: 7_768 nanoseconds.
|
||||||
|
Weight::from_ref_time(7_890_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7561))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
fn migrate_version_notify_targets() -> Weight {
|
fn migrate_version_notify_targets() -> Weight {
|
||||||
// Minimum execution time: 14_904 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(15_191_000)
|
// Measured: `106`
|
||||||
|
// Estimated: `10006`
|
||||||
|
// Minimum execution time: 15_165 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_430_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10006))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn migrate_and_notify_old_targets() -> Weight {
|
fn migrate_and_notify_old_targets() -> Weight {
|
||||||
// Minimum execution time: 33_269 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_064_000)
|
// Measured: `112`
|
||||||
|
// Estimated: `15027`
|
||||||
|
// Minimum execution time: 35_310 nanoseconds.
|
||||||
|
Weight::from_ref_time(35_698_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(15027))
|
||||||
.saturating_add(T::DbWeight::get().reads(9))
|
.saturating_add(T::DbWeight::get().reads(9))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
|
|||||||
+32
-9
@@ -18,8 +18,8 @@
|
|||||||
//! Autogenerated weights for `pallet_xcm_benchmarks::fungible`
|
//! Autogenerated weights for `pallet_xcm_benchmarks::fungible`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -49,58 +49,81 @@ use sp_std::marker::PhantomData;
|
|||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> WeightInfo<T> {
|
impl<T: frame_system::Config> WeightInfo<T> {
|
||||||
// Storage: System Account (r:1 w:1)
|
// Storage: System Account (r:1 w:1)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
pub(crate) fn withdraw_asset() -> Weight {
|
pub(crate) fn withdraw_asset() -> Weight {
|
||||||
Weight::from_ref_time(30_230_000 as u64)
|
Weight::from_ref_time(21_004_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
// Storage: System Account (r:2 w:2)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
pub(crate) fn transfer_asset() -> Weight {
|
pub(crate) fn transfer_asset() -> Weight {
|
||||||
Weight::from_ref_time(40_338_000 as u64)
|
Weight::from_ref_time(29_344_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
// Storage: System Account (r:2 w:2)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn transfer_reserve_asset() -> Weight {
|
pub(crate) fn transfer_reserve_asset() -> Weight {
|
||||||
Weight::from_ref_time(59_903_000 as u64)
|
Weight::from_ref_time(49_988_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(8 as u64))
|
.saturating_add(T::DbWeight::get().reads(8 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn receive_teleported_asset() -> Weight {
|
pub(crate) fn receive_teleported_asset() -> Weight {
|
||||||
Weight::from_ref_time(7_090_000 as u64)
|
Weight::from_ref_time(4_040_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
// Storage: System Account (r:1 w:1)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
pub(crate) fn deposit_asset() -> Weight {
|
pub(crate) fn deposit_asset() -> Weight {
|
||||||
Weight::from_ref_time(32_713_000 as u64)
|
Weight::from_ref_time(22_762_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
// Storage: System Account (r:1 w:1)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn deposit_reserve_asset() -> Weight {
|
pub(crate) fn deposit_reserve_asset() -> Weight {
|
||||||
Weight::from_ref_time(54_568_000 as u64)
|
Weight::from_ref_time(44_404_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(7 as u64))
|
.saturating_add(T::DbWeight::get().reads(7 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn initiate_teleport() -> Weight {
|
pub(crate) fn initiate_teleport() -> Weight {
|
||||||
Weight::from_ref_time(36_591_000 as u64)
|
Weight::from_ref_time(28_179_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
|
|||||||
+70
-31
@@ -18,8 +18,8 @@
|
|||||||
//! Autogenerated weights for `pallet_xcm_benchmarks::generic`
|
//! Autogenerated weights for `pallet_xcm_benchmarks::generic`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -49,145 +49,184 @@ use sp_std::marker::PhantomData;
|
|||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> WeightInfo<T> {
|
impl<T: frame_system::Config> WeightInfo<T> {
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn report_holding() -> Weight {
|
pub(crate) fn report_holding() -> Weight {
|
||||||
Weight::from_ref_time(419_969_000 as u64)
|
Weight::from_ref_time(352_828_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn buy_execution() -> Weight {
|
pub(crate) fn buy_execution() -> Weight {
|
||||||
Weight::from_ref_time(6_812_000 as u64)
|
Weight::from_ref_time(3_719_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm Queries (r:1 w:0)
|
// Storage: PolkadotXcm Queries (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
|
||||||
pub(crate) fn query_response() -> Weight {
|
pub(crate) fn query_response() -> Weight {
|
||||||
Weight::from_ref_time(22_826_000 as u64)
|
Weight::from_ref_time(10_697_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn transact() -> Weight {
|
pub(crate) fn transact() -> Weight {
|
||||||
Weight::from_ref_time(21_508_000 as u64)
|
Weight::from_ref_time(12_215_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn refund_surplus() -> Weight {
|
pub(crate) fn refund_surplus() -> Weight {
|
||||||
Weight::from_ref_time(7_076_000 as u64)
|
Weight::from_ref_time(3_925_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn set_error_handler() -> Weight {
|
pub(crate) fn set_error_handler() -> Weight {
|
||||||
Weight::from_ref_time(6_232_000 as u64)
|
Weight::from_ref_time(2_782_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn set_appendix() -> Weight {
|
pub(crate) fn set_appendix() -> Weight {
|
||||||
Weight::from_ref_time(5_977_000 as u64)
|
Weight::from_ref_time(2_765_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn clear_error() -> Weight {
|
pub(crate) fn clear_error() -> Weight {
|
||||||
Weight::from_ref_time(6_015_000 as u64)
|
Weight::from_ref_time(2_766_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn descend_origin() -> Weight {
|
pub(crate) fn descend_origin() -> Weight {
|
||||||
Weight::from_ref_time(6_780_000 as u64)
|
Weight::from_ref_time(3_553_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn clear_origin() -> Weight {
|
pub(crate) fn clear_origin() -> Weight {
|
||||||
Weight::from_ref_time(5_962_000 as u64)
|
Weight::from_ref_time(2_732_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn report_error() -> Weight {
|
pub(crate) fn report_error() -> Weight {
|
||||||
Weight::from_ref_time(32_598_000 as u64)
|
Weight::from_ref_time(23_189_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm AssetTraps (r:1 w:1)
|
// Storage: PolkadotXcm AssetTraps (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm AssetTraps (max_values: None, max_size: None, mode: Measured)
|
||||||
pub(crate) fn claim_asset() -> Weight {
|
pub(crate) fn claim_asset() -> Weight {
|
||||||
Weight::from_ref_time(22_269_000 as u64)
|
Weight::from_ref_time(14_569_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn trap() -> Weight {
|
pub(crate) fn trap() -> Weight {
|
||||||
Weight::from_ref_time(5_926_000 as u64)
|
Weight::from_ref_time(2_759_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:1 w:1)
|
// Storage: PolkadotXcm VersionNotifyTargets (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn subscribe_version() -> Weight {
|
pub(crate) fn subscribe_version() -> Weight {
|
||||||
Weight::from_ref_time(33_049_000 as u64)
|
Weight::from_ref_time(24_423_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:0 w:1)
|
// Storage: PolkadotXcm VersionNotifyTargets (r:0 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
pub(crate) fn unsubscribe_version() -> Weight {
|
pub(crate) fn unsubscribe_version() -> Weight {
|
||||||
Weight::from_ref_time(7_789_000 as u64)
|
Weight::from_ref_time(4_575_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn initiate_reserve_withdraw() -> Weight {
|
pub(crate) fn initiate_reserve_withdraw() -> Weight {
|
||||||
Weight::from_ref_time(473_491_000 as u64)
|
Weight::from_ref_time(406_184_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn burn_asset() -> Weight {
|
pub(crate) fn burn_asset() -> Weight {
|
||||||
Weight::from_ref_time(153_186_000 as u64)
|
Weight::from_ref_time(125_739_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_asset() -> Weight {
|
pub(crate) fn expect_asset() -> Weight {
|
||||||
Weight::from_ref_time(15_382_000 as u64)
|
Weight::from_ref_time(13_105_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_origin() -> Weight {
|
pub(crate) fn expect_origin() -> Weight {
|
||||||
Weight::from_ref_time(6_120_000 as u64)
|
Weight::from_ref_time(2_823_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_error() -> Weight {
|
pub(crate) fn expect_error() -> Weight {
|
||||||
Weight::from_ref_time(6_140_000 as u64)
|
Weight::from_ref_time(2_771_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_transact_status() -> Weight {
|
pub(crate) fn expect_transact_status() -> Weight {
|
||||||
Weight::from_ref_time(7_034_000 as u64)
|
Weight::from_ref_time(2_883_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn query_pallet() -> Weight {
|
pub(crate) fn query_pallet() -> Weight {
|
||||||
Weight::from_ref_time(35_423_000 as u64)
|
Weight::from_ref_time(25_695_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_pallet() -> Weight {
|
pub(crate) fn expect_pallet() -> Weight {
|
||||||
Weight::from_ref_time(7_718_000 as u64)
|
Weight::from_ref_time(4_650_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn report_transact_status() -> Weight {
|
pub(crate) fn report_transact_status() -> Weight {
|
||||||
Weight::from_ref_time(32_917_000 as u64)
|
Weight::from_ref_time(23_415_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn clear_transact_status() -> Weight {
|
pub(crate) fn clear_transact_status() -> Weight {
|
||||||
Weight::from_ref_time(6_010_000 as u64)
|
Weight::from_ref_time(2_756_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn set_topic() -> Weight {
|
pub(crate) fn set_topic() -> Weight {
|
||||||
Weight::from_ref_time(5_898_000 as u64)
|
Weight::from_ref_time(2_702_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn clear_topic() -> Weight {
|
pub(crate) fn clear_topic() -> Weight {
|
||||||
Weight::from_ref_time(7_201_000 as u64)
|
Weight::from_ref_time(2_738_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn set_fees_mode() -> Weight {
|
pub(crate) fn set_fees_mode() -> Weight {
|
||||||
Weight::from_ref_time(6_120_000 as u64)
|
Weight::from_ref_time(2_700_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn unpaid_execution() -> Weight {
|
pub(crate) fn unpaid_execution() -> Weight {
|
||||||
Weight::from_ref_time(6_170_000 as u64)
|
Weight::from_ref_time(2_894_000 as u64)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
|
//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,17 +47,27 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `cumulus_pallet_xcmp_queue`.
|
/// Weight functions for `cumulus_pallet_xcmp_queue`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: XcmpQueue QueueConfig (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 set_config_with_u32() -> Weight {
|
fn set_config_with_u32() -> Weight {
|
||||||
// Minimum execution time: 6_794 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(7_190_000)
|
// Measured: `76`
|
||||||
|
// Estimated: `571`
|
||||||
|
// Minimum execution time: 4_844 nanoseconds.
|
||||||
|
Weight::from_ref_time(5_119_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(571))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: XcmpQueue QueueConfig (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 set_config_with_weight() -> Weight {
|
fn set_config_with_weight() -> Weight {
|
||||||
// Minimum execution time: 6_874 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(7_085_000)
|
// Measured: `76`
|
||||||
|
// Estimated: `571`
|
||||||
|
// Minimum execution time: 5_017 nanoseconds.
|
||||||
|
Weight::from_ref_time(5_231_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(571))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `frame_system`
|
//! Autogenerated weights for `frame_system`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -48,51 +49,81 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
|||||||
impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
||||||
/// The range of component `b` is `[0, 3932160]`.
|
/// The range of component `b` is `[0, 3932160]`.
|
||||||
fn remark(b: u32, ) -> Weight {
|
fn remark(b: u32, ) -> Weight {
|
||||||
// Minimum execution time: 3_637 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(3_217_847)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 1_737 nanoseconds.
|
||||||
|
Weight::from_ref_time(1_780_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
// Standard Error: 0
|
// Standard Error: 0
|
||||||
.saturating_add(Weight::from_ref_time(476).saturating_mul(b.into()))
|
.saturating_add(Weight::from_ref_time(368).saturating_mul(b.into()))
|
||||||
}
|
}
|
||||||
/// The range of component `b` is `[0, 3932160]`.
|
/// The range of component `b` is `[0, 3932160]`.
|
||||||
fn remark_with_event(b: u32, ) -> Weight {
|
fn remark_with_event(b: u32, ) -> Weight {
|
||||||
// Minimum execution time: 13_648 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(137_234_405)
|
// Measured: `0`
|
||||||
// Standard Error: 5
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(1_914).saturating_mul(b.into()))
|
// Minimum execution time: 6_941 nanoseconds.
|
||||||
|
Weight::from_ref_time(6_990_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 0
|
||||||
|
.saturating_add(Weight::from_ref_time(1_716).saturating_mul(b.into()))
|
||||||
}
|
}
|
||||||
// Storage: System Digest (r:1 w:1)
|
/// Storage: System Digest (r:1 w:1)
|
||||||
// Storage: unknown [0x3a686561707061676573] (r:0 w:1)
|
/// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: unknown `0x3a686561707061676573` (r:0 w:1)
|
||||||
|
/// Proof Skipped: unknown `0x3a686561707061676573` (r:0 w:1)
|
||||||
fn set_heap_pages() -> Weight {
|
fn set_heap_pages() -> Weight {
|
||||||
// Minimum execution time: 8_702 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(9_128_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `495`
|
||||||
|
// Minimum execution time: 3_697 nanoseconds.
|
||||||
|
Weight::from_ref_time(3_855_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(495))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Skipped Metadata (r:0 w:0)
|
/// Storage: Skipped Metadata (r:0 w:0)
|
||||||
|
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `i` is `[0, 1000]`.
|
/// The range of component `i` is `[0, 1000]`.
|
||||||
fn set_storage(i: u32, ) -> Weight {
|
fn set_storage(i: u32, ) -> Weight {
|
||||||
// Minimum execution time: 3_956 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(4_047_000)
|
// Measured: `0`
|
||||||
// Standard Error: 2_247
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(684_153).saturating_mul(i.into()))
|
// Minimum execution time: 1_957 nanoseconds.
|
||||||
|
Weight::from_ref_time(2_009_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 1_909
|
||||||
|
.saturating_add(Weight::from_ref_time(577_980).saturating_mul(i.into()))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||||
}
|
}
|
||||||
// Storage: Skipped Metadata (r:0 w:0)
|
/// Storage: Skipped Metadata (r:0 w:0)
|
||||||
|
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `i` is `[0, 1000]`.
|
/// The range of component `i` is `[0, 1000]`.
|
||||||
fn kill_storage(i: u32, ) -> Weight {
|
fn kill_storage(i: u32, ) -> Weight {
|
||||||
// Minimum execution time: 3_854 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(3_997_000)
|
// Measured: `0`
|
||||||
// Standard Error: 1_031
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(515_297).saturating_mul(i.into()))
|
// Minimum execution time: 1_921 nanoseconds.
|
||||||
|
Weight::from_ref_time(1_983_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 841
|
||||||
|
.saturating_add(Weight::from_ref_time(443_784).saturating_mul(i.into()))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||||
}
|
}
|
||||||
// Storage: Skipped Metadata (r:0 w:0)
|
/// Storage: Skipped Metadata (r:0 w:0)
|
||||||
|
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `p` is `[0, 1000]`.
|
/// The range of component `p` is `[0, 1000]`.
|
||||||
fn kill_prefix(p: u32, ) -> Weight {
|
fn kill_prefix(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 5_336 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(5_624_000)
|
// Measured: `84 + p * (69 ±0)`
|
||||||
// Standard Error: 1_121
|
// Estimated: `75 + p * (70 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(1_158_048).saturating_mul(p.into()))
|
// Minimum execution time: 3_576 nanoseconds.
|
||||||
|
Weight::from_ref_time(3_661_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(75))
|
||||||
|
// Standard Error: 919
|
||||||
|
.saturating_add(Weight::from_ref_time(955_752).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(70).saturating_mul(p.into()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_assets`
|
//! Autogenerated weights for `pallet_assets`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,231 +47,387 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_assets`.
|
/// Weight functions for `pallet_assets`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn create() -> Weight {
|
fn create() -> Weight {
|
||||||
// Minimum execution time: 28_561 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(29_320_000)
|
// Measured: `141`
|
||||||
|
// Estimated: `5288`
|
||||||
|
// Minimum execution time: 22_825 nanoseconds.
|
||||||
|
Weight::from_ref_time(26_008_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5288))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
fn force_create() -> Weight {
|
fn force_create() -> Weight {
|
||||||
// Minimum execution time: 17_131 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(17_718_000)
|
// Measured: `6`
|
||||||
|
// Estimated: `2685`
|
||||||
|
// Minimum execution time: 10_898 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_626_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2685))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
fn start_destroy() -> Weight {
|
fn start_destroy() -> Weight {
|
||||||
// Minimum execution time: 18_538 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_075_000)
|
// Measured: `309`
|
||||||
|
// Estimated: `2685`
|
||||||
|
// Minimum execution time: 13_057 nanoseconds.
|
||||||
|
Weight::from_ref_time(13_932_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2685))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Account (r:1 w:0)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:20 w:20)
|
/// Storage: Assets Account (r:1001 w:1000)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, 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]`.
|
/// The range of component `c` is `[0, 1000]`.
|
||||||
fn destroy_accounts(c: u32, ) -> Weight {
|
fn destroy_accounts(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 21_562 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(21_938_000)
|
// Measured: `0 + c * (240 ±0)`
|
||||||
// Standard Error: 11_687
|
// Estimated: `5262 + c * (5180 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(14_796_709).saturating_mul(c.into()))
|
// Minimum execution time: 16_823 nanoseconds.
|
||||||
|
Weight::from_ref_time(31_002_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5262))
|
||||||
|
// Standard Error: 10_169
|
||||||
|
.saturating_add(Weight::from_ref_time(13_922_578).saturating_mul(c.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into())))
|
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(c.into())))
|
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(c.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(5180).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Approvals (r:1 w:0)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Approvals (r:1001 w:1000)
|
||||||
|
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||||
/// The range of component `a` is `[0, 1000]`.
|
/// The range of component `a` is `[0, 1000]`.
|
||||||
fn destroy_approvals(a: u32, ) -> Weight {
|
fn destroy_approvals(a: u32, ) -> Weight {
|
||||||
// Minimum execution time: 22_365 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(23_134_000)
|
// Measured: `446 + a * (86 ±0)`
|
||||||
// Standard Error: 6_569
|
// Estimated: `5308 + a * (2623 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(14_677_669).saturating_mul(a.into()))
|
// Minimum execution time: 16_683 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_754_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5308))
|
||||||
|
// Standard Error: 7_193
|
||||||
|
.saturating_add(Weight::from_ref_time(13_722_963).saturating_mul(a.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(2623).saturating_mul(a.into()))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Metadata (r:1 w:0)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Metadata (r:1 w:0)
|
||||||
|
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||||
fn finish_destroy() -> Weight {
|
fn finish_destroy() -> Weight {
|
||||||
// Minimum execution time: 19_068 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_519_000)
|
// Measured: `275`
|
||||||
|
// Estimated: `5300`
|
||||||
|
// Minimum execution time: 12_892 nanoseconds.
|
||||||
|
Weight::from_ref_time(13_218_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5300))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Account (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Account (r:1 w:1)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||||
fn mint() -> Weight {
|
fn mint() -> Weight {
|
||||||
// Minimum execution time: 31_242 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(32_104_000)
|
// Measured: `275`
|
||||||
|
// Estimated: `5262`
|
||||||
|
// Minimum execution time: 23_073 nanoseconds.
|
||||||
|
Weight::from_ref_time(23_435_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5262))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Account (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Account (r:1 w:1)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||||
fn burn() -> Weight {
|
fn burn() -> Weight {
|
||||||
// Minimum execution time: 38_703 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(39_612_000)
|
// Measured: `383`
|
||||||
|
// Estimated: `5262`
|
||||||
|
// Minimum execution time: 29_411 nanoseconds.
|
||||||
|
Weight::from_ref_time(30_019_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5262))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Account (r:2 w:2)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: Assets Account (r:2 w:2)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, 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 {
|
fn transfer() -> Weight {
|
||||||
// Minimum execution time: 50_156 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(51_795_000)
|
// Measured: `383`
|
||||||
|
// Estimated: `10442`
|
||||||
|
// Minimum execution time: 38_929 nanoseconds.
|
||||||
|
Weight::from_ref_time(39_602_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10442))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Account (r:2 w:2)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: Assets Account (r:2 w:2)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, 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 {
|
fn transfer_keep_alive() -> Weight {
|
||||||
// Minimum execution time: 42_757 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(43_539_000)
|
// Measured: `383`
|
||||||
|
// Estimated: `10442`
|
||||||
|
// Minimum execution time: 34_910 nanoseconds.
|
||||||
|
Weight::from_ref_time(35_686_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10442))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Account (r:2 w:2)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: Assets Account (r:2 w:2)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, 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 {
|
fn force_transfer() -> Weight {
|
||||||
// Minimum execution time: 49_476 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(51_175_000)
|
// Measured: `383`
|
||||||
|
// Estimated: `10442`
|
||||||
|
// Minimum execution time: 38_959 nanoseconds.
|
||||||
|
Weight::from_ref_time(39_627_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10442))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:0)
|
/// Storage: Assets Asset (r:1 w:0)
|
||||||
// Storage: Assets Account (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Account (r:1 w:1)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||||
fn freeze() -> Weight {
|
fn freeze() -> Weight {
|
||||||
// Minimum execution time: 22_523 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(22_883_000)
|
// Measured: `383`
|
||||||
|
// Estimated: `5262`
|
||||||
|
// Minimum execution time: 16_367 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_761_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5262))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:0)
|
/// Storage: Assets Asset (r:1 w:0)
|
||||||
// Storage: Assets Account (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Account (r:1 w:1)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, mode: MaxEncodedLen)
|
||||||
fn thaw() -> Weight {
|
fn thaw() -> Weight {
|
||||||
// Minimum execution time: 21_672 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(22_761_000)
|
// Measured: `383`
|
||||||
|
// Estimated: `5262`
|
||||||
|
// Minimum execution time: 16_361 nanoseconds.
|
||||||
|
Weight::from_ref_time(18_506_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5262))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
fn freeze_asset() -> Weight {
|
fn freeze_asset() -> Weight {
|
||||||
// Minimum execution time: 18_476 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_347_000)
|
// Measured: `309`
|
||||||
|
// Estimated: `2685`
|
||||||
|
// Minimum execution time: 12_980 nanoseconds.
|
||||||
|
Weight::from_ref_time(14_272_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2685))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
fn thaw_asset() -> Weight {
|
fn thaw_asset() -> Weight {
|
||||||
// Minimum execution time: 18_799 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_207_000)
|
// Measured: `309`
|
||||||
|
// Estimated: `2685`
|
||||||
|
// Minimum execution time: 12_510 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_996_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2685))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Metadata (r:1 w:0)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Metadata (r:1 w:0)
|
||||||
|
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||||
fn transfer_ownership() -> Weight {
|
fn transfer_ownership() -> Weight {
|
||||||
// Minimum execution time: 19_490 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(20_249_000)
|
// Measured: `275`
|
||||||
|
// Estimated: `5300`
|
||||||
|
// Minimum execution time: 13_958 nanoseconds.
|
||||||
|
Weight::from_ref_time(14_458_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5300))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
fn set_team() -> Weight {
|
fn set_team() -> Weight {
|
||||||
// Minimum execution time: 18_616 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_090_000)
|
// Measured: `275`
|
||||||
|
// Estimated: `2685`
|
||||||
|
// Minimum execution time: 12_820 nanoseconds.
|
||||||
|
Weight::from_ref_time(13_136_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2685))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:0)
|
/// Storage: Assets Asset (r:1 w:0)
|
||||||
// Storage: Assets Metadata (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Metadata (r:1 w:1)
|
||||||
|
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||||
/// The range of component `n` is `[0, 50]`.
|
/// The range of component `n` is `[0, 50]`.
|
||||||
/// The range of component `s` is `[0, 50]`.
|
/// The range of component `s` is `[0, 50]`.
|
||||||
fn set_metadata(_n: u32, s: u32, ) -> Weight {
|
fn set_metadata(_n: u32, s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 31_073 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(32_445_963)
|
// Measured: `275`
|
||||||
// Standard Error: 972
|
// Estimated: `5300`
|
||||||
.saturating_add(Weight::from_ref_time(3_646).saturating_mul(s.into()))
|
// Minimum execution time: 22_433 nanoseconds.
|
||||||
|
Weight::from_ref_time(23_664_666)
|
||||||
|
.saturating_add(Weight::from_proof_size(5300))
|
||||||
|
// Standard Error: 648
|
||||||
|
.saturating_add(Weight::from_ref_time(2_428).saturating_mul(s.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:0)
|
/// Storage: Assets Asset (r:1 w:0)
|
||||||
// Storage: Assets Metadata (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Metadata (r:1 w:1)
|
||||||
|
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||||
fn clear_metadata() -> Weight {
|
fn clear_metadata() -> Weight {
|
||||||
// Minimum execution time: 32_815 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(33_816_000)
|
// Measured: `471`
|
||||||
|
// Estimated: `5300`
|
||||||
|
// Minimum execution time: 22_969 nanoseconds.
|
||||||
|
Weight::from_ref_time(23_330_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5300))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:0)
|
/// Storage: Assets Asset (r:1 w:0)
|
||||||
// Storage: Assets Metadata (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Metadata (r:1 w:1)
|
||||||
|
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||||
/// The range of component `n` is `[0, 50]`.
|
/// The range of component `n` is `[0, 50]`.
|
||||||
/// The range of component `s` is `[0, 50]`.
|
/// The range of component `s` is `[0, 50]`.
|
||||||
fn force_set_metadata(n: u32, s: u32, ) -> Weight {
|
fn force_set_metadata(_n: u32, s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 18_865 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_695_604)
|
// Measured: `82`
|
||||||
// Standard Error: 584
|
// Estimated: `5300`
|
||||||
.saturating_add(Weight::from_ref_time(137).saturating_mul(n.into()))
|
// Minimum execution time: 11_969 nanoseconds.
|
||||||
// Standard Error: 584
|
Weight::from_ref_time(12_659_111)
|
||||||
.saturating_add(Weight::from_ref_time(1_840).saturating_mul(s.into()))
|
.saturating_add(Weight::from_proof_size(5300))
|
||||||
|
// Standard Error: 345
|
||||||
|
.saturating_add(Weight::from_ref_time(1_879).saturating_mul(s.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:0)
|
/// Storage: Assets Asset (r:1 w:0)
|
||||||
// Storage: Assets Metadata (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Metadata (r:1 w:1)
|
||||||
|
/// Proof: Assets Metadata (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
||||||
fn force_clear_metadata() -> Weight {
|
fn force_clear_metadata() -> Weight {
|
||||||
// Minimum execution time: 32_553 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(33_416_000)
|
// Measured: `471`
|
||||||
|
// Estimated: `5300`
|
||||||
|
// Minimum execution time: 23_002 nanoseconds.
|
||||||
|
Weight::from_ref_time(23_320_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5300))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
fn force_asset_status() -> Weight {
|
fn force_asset_status() -> Weight {
|
||||||
// Minimum execution time: 18_165 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(18_626_000)
|
// Measured: `275`
|
||||||
|
// Estimated: `2685`
|
||||||
|
// Minimum execution time: 11_994 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_256_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2685))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Approvals (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Approvals (r:1 w:1)
|
||||||
|
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||||
fn approve_transfer() -> Weight {
|
fn approve_transfer() -> Weight {
|
||||||
// Minimum execution time: 34_944 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(36_332_000)
|
// Measured: `309`
|
||||||
|
// Estimated: `5308`
|
||||||
|
// Minimum execution time: 26_321 nanoseconds.
|
||||||
|
Weight::from_ref_time(26_867_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5308))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Approvals (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
// Storage: Assets Account (r:2 w:2)
|
/// Storage: Assets Approvals (r:1 w:1)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Account (r:2 w:2)
|
||||||
|
/// Proof: Assets Account (max_values: None, max_size: Some(102), added: 2577, 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 {
|
fn transfer_approved() -> Weight {
|
||||||
// Minimum execution time: 65_019 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(67_234_000)
|
// Measured: `553`
|
||||||
|
// Estimated: `13065`
|
||||||
|
// Minimum execution time: 52_855 nanoseconds.
|
||||||
|
Weight::from_ref_time(54_006_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(13065))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(5))
|
.saturating_add(T::DbWeight::get().writes(5))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Approvals (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Approvals (r:1 w:1)
|
||||||
|
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||||
fn cancel_approval() -> Weight {
|
fn cancel_approval() -> Weight {
|
||||||
// Minimum execution time: 37_173 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(38_731_000)
|
// Measured: `479`
|
||||||
|
// Estimated: `5308`
|
||||||
|
// Minimum execution time: 28_148 nanoseconds.
|
||||||
|
Weight::from_ref_time(28_416_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5308))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Assets Asset (r:1 w:1)
|
/// Storage: Assets Asset (r:1 w:1)
|
||||||
// Storage: Assets Approvals (r:1 w:1)
|
/// Proof: Assets Asset (max_values: None, max_size: Some(210), added: 2685, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Assets Approvals (r:1 w:1)
|
||||||
|
/// Proof: Assets Approvals (max_values: None, max_size: Some(148), added: 2623, mode: MaxEncodedLen)
|
||||||
fn force_cancel_approval() -> Weight {
|
fn force_cancel_approval() -> Weight {
|
||||||
// Minimum execution time: 37_722 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(38_515_000)
|
// Measured: `479`
|
||||||
|
// Estimated: `5308`
|
||||||
|
// Minimum execution time: 28_456 nanoseconds.
|
||||||
|
Weight::from_ref_time(28_913_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5308))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_balances`
|
//! Autogenerated weights for `pallet_balances`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,52 +47,87 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_balances`.
|
/// Weight functions for `pallet_balances`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn transfer() -> Weight {
|
fn transfer() -> Weight {
|
||||||
// Minimum execution time: 45_252 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(46_105_000)
|
// Measured: `1177`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 45_988 nanoseconds.
|
||||||
|
Weight::from_ref_time(46_507_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// 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 {
|
fn transfer_keep_alive() -> Weight {
|
||||||
// Minimum execution time: 33_833 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_564_000)
|
// Measured: `1061`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 34_574 nanoseconds.
|
||||||
|
Weight::from_ref_time(35_575_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn set_balance_creating() -> Weight {
|
fn set_balance_creating() -> Weight {
|
||||||
// Minimum execution time: 23_543 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(24_157_000)
|
// Measured: `1173`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 25_859 nanoseconds.
|
||||||
|
Weight::from_ref_time(26_467_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn set_balance_killing() -> Weight {
|
fn set_balance_killing() -> Weight {
|
||||||
// Minimum execution time: 26_733 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(27_291_000)
|
// Measured: `1173`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 28_563 nanoseconds.
|
||||||
|
Weight::from_ref_time(29_082_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
/// 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 {
|
fn force_transfer() -> Weight {
|
||||||
// Minimum execution time: 44_122 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(45_161_000)
|
// Measured: `1173`
|
||||||
|
// Estimated: `5206`
|
||||||
|
// Minimum execution time: 45_594 nanoseconds.
|
||||||
|
Weight::from_ref_time(46_296_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5206))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// 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 {
|
fn transfer_all() -> Weight {
|
||||||
// Minimum execution time: 39_525 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(41_049_000)
|
// Measured: `1061`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 40_085 nanoseconds.
|
||||||
|
Weight::from_ref_time(40_675_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// 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 {
|
fn force_unreserve() -> Weight {
|
||||||
// Minimum execution time: 20_724 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(21_226_000)
|
// Measured: `1057`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 22_208 nanoseconds.
|
||||||
|
Weight::from_ref_time(22_815_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_collator_selection`
|
//! Autogenerated weights for `pallet_collator_selection`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,79 +47,131 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_collator_selection`.
|
/// Weight functions for `pallet_collator_selection`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Session NextKeys (r:1 w:0)
|
/// Storage: Session NextKeys (r:100 w:0)
|
||||||
// Storage: CollatorSelection Invulnerables (r:0 w:1)
|
/// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: CollatorSelection Invulnerables (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
/// The range of component `b` is `[1, 100]`.
|
/// The range of component `b` is `[1, 100]`.
|
||||||
fn set_invulnerables(b: u32, ) -> Weight {
|
fn set_invulnerables(b: u32, ) -> Weight {
|
||||||
// Minimum execution time: 20_363 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_905_046)
|
// Measured: `178 + b * (78 ±0)`
|
||||||
// Standard Error: 3_970
|
// Estimated: `178 + b * (2554 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(2_826_759).saturating_mul(b.into()))
|
// Minimum execution time: 13_864 nanoseconds.
|
||||||
|
Weight::from_ref_time(14_046_919)
|
||||||
|
.saturating_add(Weight::from_proof_size(178))
|
||||||
|
// Standard Error: 4_684
|
||||||
|
.saturating_add(Weight::from_ref_time(2_474_689).saturating_mul(b.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
|
.saturating_add(Weight::from_proof_size(2554).saturating_mul(b.into()))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection DesiredCandidates (r:0 w:1)
|
/// Storage: CollatorSelection DesiredCandidates (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection DesiredCandidates (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
fn set_desired_candidates() -> Weight {
|
fn set_desired_candidates() -> Weight {
|
||||||
// Minimum execution time: 13_652 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_141_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 6_556 nanoseconds.
|
||||||
|
Weight::from_ref_time(6_751_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection CandidacyBond (r:0 w:1)
|
/// Storage: CollatorSelection CandidacyBond (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection CandidacyBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
|
||||||
fn set_candidacy_bond() -> Weight {
|
fn set_candidacy_bond() -> Weight {
|
||||||
// Minimum execution time: 13_740 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_323_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 6_816 nanoseconds.
|
||||||
|
Weight::from_ref_time(7_009_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection Candidates (r:1 w:1)
|
/// Storage: CollatorSelection Candidates (r:1 w:1)
|
||||||
// Storage: CollatorSelection DesiredCandidates (r:1 w:0)
|
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen)
|
||||||
// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
/// Storage: CollatorSelection DesiredCandidates (r:1 w:0)
|
||||||
// Storage: Session NextKeys (r:1 w:0)
|
/// Proof: CollatorSelection DesiredCandidates (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: CollatorSelection CandidacyBond (r:1 w:0)
|
/// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
/// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
|
/// 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: CollatorSelection CandidacyBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
|
||||||
|
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
/// The range of component `c` is `[1, 999]`.
|
/// The range of component `c` is `[1, 999]`.
|
||||||
fn register_as_candidate(c: u32, ) -> Weight {
|
fn register_as_candidate(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 44_874 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(53_679_512)
|
// Measured: `1171 + c * (48 ±0)`
|
||||||
// Standard Error: 1_294
|
// Estimated: `56784 + c * (49 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(118_103).saturating_mul(c.into()))
|
// Minimum execution time: 35_423 nanoseconds.
|
||||||
|
Weight::from_ref_time(27_578_125)
|
||||||
|
.saturating_add(Weight::from_proof_size(56784))
|
||||||
|
// Standard Error: 1_255
|
||||||
|
.saturating_add(Weight::from_ref_time(105_521).saturating_mul(c.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
|
.saturating_add(Weight::from_proof_size(49).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection Candidates (r:1 w:1)
|
/// Storage: CollatorSelection Candidates (r:1 w:1)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen)
|
||||||
|
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
/// The range of component `c` is `[2, 1000]`.
|
/// The range of component `c` is `[2, 1000]`.
|
||||||
fn leave_intent(c: u32, ) -> Weight {
|
fn leave_intent(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 32_112 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(24_014_112)
|
// Measured: `541 + c * (48 ±0)`
|
||||||
// Standard Error: 3_062
|
// Estimated: `48497`
|
||||||
.saturating_add(Weight::from_ref_time(160_747).saturating_mul(c.into()))
|
// Minimum execution time: 24_550 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_908_548)
|
||||||
|
.saturating_add(Weight::from_proof_size(48497))
|
||||||
|
// Standard Error: 1_238
|
||||||
|
.saturating_add(Weight::from_ref_time(105_175).saturating_mul(c.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
/// Storage: System Account (r:2 w:2)
|
||||||
// Storage: System BlockWeight (r:1 w:1)
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
/// Storage: System BlockWeight (r:1 w:1)
|
||||||
|
/// Proof: System BlockWeight (max_values: Some(1), max_size: Some(48), added: 543, mode: MaxEncodedLen)
|
||||||
|
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
fn note_author() -> Weight {
|
fn note_author() -> Weight {
|
||||||
// Minimum execution time: 34_535 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(36_232_000)
|
// Measured: `135`
|
||||||
|
// Estimated: `5749`
|
||||||
|
// Minimum execution time: 25_675 nanoseconds.
|
||||||
|
Weight::from_ref_time(26_392_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5749))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection Candidates (r:1 w:1)
|
/// Storage: CollatorSelection Candidates (r:1 w:0)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:1000 w:1)
|
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: CollatorSelection LastAuthoredBlock (r:999 w:0)
|
||||||
// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
// Storage: System BlockWeight (r:1 w:1)
|
/// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
||||||
|
/// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
|
/// 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:999 w:999)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
/// The range of component `r` is `[1, 1000]`.
|
/// The range of component `r` is `[1, 1000]`.
|
||||||
/// The range of component `c` is `[1, 1000]`.
|
/// The range of component `c` is `[1, 1000]`.
|
||||||
fn new_session(_r: u32, c: u32, ) -> Weight {
|
fn new_session(r: u32, c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 21_891 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(22_962_000)
|
// Measured: `22756 + r * (148 ±0) + c * (97 ±0)`
|
||||||
// Standard Error: 831_715
|
// Estimated: `52737 + c * (2519 ±0) + r * (2603 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(30_540_729).saturating_mul(c.into()))
|
// Minimum execution time: 16_612 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_892_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(52737))
|
||||||
|
// Standard Error: 755_441
|
||||||
|
.saturating_add(Weight::from_ref_time(27_658_379).saturating_mul(c.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(2519).saturating_mul(c.into()))
|
||||||
|
.saturating_add(Weight::from_proof_size(2603).saturating_mul(r.into()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_multisig`
|
//! Autogenerated weights for `pallet_multisig`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -48,80 +49,113 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
|||||||
impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_threshold_1(z: u32, ) -> Weight {
|
fn as_multi_threshold_1(z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 17_386 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_544_902)
|
// Measured: `0`
|
||||||
// Standard Error: 15
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(627).saturating_mul(z.into()))
|
// Minimum execution time: 11_762 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_267_870)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 1
|
||||||
|
.saturating_add(Weight::from_ref_time(493).saturating_mul(z.into()))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
/// 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 `s` is `[2, 100]`.
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_create(s: u32, z: u32, ) -> Weight {
|
fn as_multi_create(s: u32, z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 50_220 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(35_847_005)
|
// Measured: `311 + s * (2 ±0)`
|
||||||
// Standard Error: 2_973
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(184_472).saturating_mul(s.into()))
|
// Minimum execution time: 35_352 nanoseconds.
|
||||||
// Standard Error: 29
|
Weight::from_ref_time(28_499_037)
|
||||||
.saturating_add(Weight::from_ref_time(2_120).saturating_mul(z.into()))
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
// Standard Error: 1_231
|
||||||
|
.saturating_add(Weight::from_ref_time(73_158).saturating_mul(s.into()))
|
||||||
|
// Standard Error: 12
|
||||||
|
.saturating_add(Weight::from_ref_time(1_528).saturating_mul(z.into()))
|
||||||
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// 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 `s` is `[3, 100]`.
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
|
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 37_608 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(29_930_547)
|
// Measured: `313`
|
||||||
// Standard Error: 2_348
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(122_908).saturating_mul(s.into()))
|
// Minimum execution time: 26_412 nanoseconds.
|
||||||
// Standard Error: 23
|
Weight::from_ref_time(20_296_722)
|
||||||
.saturating_add(Weight::from_ref_time(1_861).saturating_mul(z.into()))
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 402
|
||||||
|
.saturating_add(Weight::from_ref_time(67_954).saturating_mul(s.into()))
|
||||||
|
// Standard Error: 3
|
||||||
|
.saturating_add(Weight::from_ref_time(1_495).saturating_mul(z.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||||
// Storage: System Account (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 `s` is `[2, 100]`.
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
|
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 55_461 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(38_532_740)
|
// Measured: `448 + s * (33 ±0)`
|
||||||
// Standard Error: 3_180
|
// Estimated: `8424`
|
||||||
.saturating_add(Weight::from_ref_time(225_534).saturating_mul(s.into()))
|
// Minimum execution time: 39_936 nanoseconds.
|
||||||
// Standard Error: 31
|
Weight::from_ref_time(31_699_007)
|
||||||
.saturating_add(Weight::from_ref_time(2_073).saturating_mul(z.into()))
|
.saturating_add(Weight::from_proof_size(8424))
|
||||||
|
// Standard Error: 632
|
||||||
|
.saturating_add(Weight::from_ref_time(90_100).saturating_mul(s.into()))
|
||||||
|
// Standard Error: 6
|
||||||
|
.saturating_add(Weight::from_ref_time(1_544).saturating_mul(z.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
/// 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 `s` is `[2, 100]`.
|
||||||
fn approve_as_multi_create(s: u32, ) -> Weight {
|
fn approve_as_multi_create(s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 34_111 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(37_647_140)
|
// Measured: `318 + s * (2 ±0)`
|
||||||
// Standard Error: 2_983
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(156_872).saturating_mul(s.into()))
|
// Minimum execution time: 25_146 nanoseconds.
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
Weight::from_ref_time(26_857_601)
|
||||||
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 669
|
||||||
|
.saturating_add(Weight::from_ref_time(76_520).saturating_mul(s.into()))
|
||||||
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// 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 `s` is `[2, 100]`.
|
||||||
fn approve_as_multi_approve(s: u32, ) -> Weight {
|
fn approve_as_multi_approve(s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 24_122 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(26_189_399)
|
// Measured: `313`
|
||||||
// Standard Error: 2_483
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(146_685).saturating_mul(s.into()))
|
// Minimum execution time: 17_187 nanoseconds.
|
||||||
|
Weight::from_ref_time(18_410_072)
|
||||||
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 491
|
||||||
|
.saturating_add(Weight::from_ref_time(72_318).saturating_mul(s.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// 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 `s` is `[2, 100]`.
|
||||||
fn cancel_as_multi(s: u32, ) -> Weight {
|
fn cancel_as_multi(s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 33_607 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(37_851_646)
|
// Measured: `517 + s * (1 ±0)`
|
||||||
// Standard Error: 3_163
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(155_120).saturating_mul(s.into()))
|
// Minimum execution time: 25_956 nanoseconds.
|
||||||
|
Weight::from_ref_time(28_043_929)
|
||||||
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 830
|
||||||
|
.saturating_add(Weight::from_ref_time(80_119).saturating_mul(s.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,12 +17,13 @@
|
|||||||
//! Autogenerated weights for `pallet_nfts`
|
//! Autogenerated weights for `pallet_nfts`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-04, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `Jegors-MBP.lan`, CPU: `<UNKNOWN>`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
// ./target/release/polkadot-parachain
|
// ./artifacts/polkadot-parachain
|
||||||
// benchmark
|
// benchmark
|
||||||
// pallet
|
// pallet
|
||||||
// --chain=westmint-dev
|
// --chain=westmint-dev
|
||||||
@@ -46,380 +47,666 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_nfts`.
|
/// Weight functions for `pallet_nfts`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_nfts::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_nfts::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Nfts NextCollectionId (r:1 w:1)
|
/// Storage: Nfts NextCollectionId (r:1 w:1)
|
||||||
// Storage: Nfts Collection (r:1 w:1)
|
/// Proof: Nfts NextCollectionId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts CollectionRoleOf (r:0 w:1)
|
/// Storage: Nfts Collection (r:1 w:1)
|
||||||
// Storage: Nfts CollectionConfigOf (r:0 w:1)
|
/// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts CollectionAccount (r:0 w:1)
|
/// Storage: Nfts CollectionRoleOf (r:0 w:1)
|
||||||
|
/// Proof: Nfts CollectionRoleOf (max_values: None, max_size: Some(69), added: 2544, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts CollectionConfigOf (r:0 w:1)
|
||||||
|
/// Proof: Nfts CollectionConfigOf (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts CollectionAccount (r:0 w:1)
|
||||||
|
/// Proof: Nfts CollectionAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||||
fn create() -> Weight {
|
fn create() -> Weight {
|
||||||
// Minimum execution time: 37_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(38_000_000)
|
// Measured: `177`
|
||||||
|
// Estimated: `3054`
|
||||||
|
// Minimum execution time: 30_978 nanoseconds.
|
||||||
|
Weight::from_ref_time(31_489_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(3054))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(5))
|
.saturating_add(T::DbWeight::get().writes(5))
|
||||||
}
|
}
|
||||||
// Storage: Nfts NextCollectionId (r:1 w:1)
|
/// Storage: Nfts NextCollectionId (r:1 w:1)
|
||||||
// Storage: Nfts Collection (r:1 w:1)
|
/// Proof: Nfts NextCollectionId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts CollectionRoleOf (r:0 w:1)
|
/// Storage: Nfts Collection (r:1 w:1)
|
||||||
// Storage: Nfts CollectionConfigOf (r:0 w:1)
|
/// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts CollectionAccount (r:0 w:1)
|
/// Storage: Nfts CollectionRoleOf (r:0 w:1)
|
||||||
|
/// Proof: Nfts CollectionRoleOf (max_values: None, max_size: Some(69), added: 2544, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts CollectionConfigOf (r:0 w:1)
|
||||||
|
/// Proof: Nfts CollectionConfigOf (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts CollectionAccount (r:0 w:1)
|
||||||
|
/// Proof: Nfts CollectionAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||||
fn force_create() -> Weight {
|
fn force_create() -> Weight {
|
||||||
// Minimum execution time: 26_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(26_000_000)
|
// Measured: `42`
|
||||||
|
// Estimated: `3054`
|
||||||
|
// Minimum execution time: 20_101 nanoseconds.
|
||||||
|
Weight::from_ref_time(20_488_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(3054))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(5))
|
.saturating_add(T::DbWeight::get().writes(5))
|
||||||
}
|
}
|
||||||
// Storage: Nfts Collection (r:1 w:1)
|
/// Storage: Nfts Collection (r:1 w:1)
|
||||||
// Storage: Nfts Item (r:1001 w:1000)
|
/// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts Attribute (r:1001 w:1000)
|
/// Storage: Nfts Item (r:1001 w:1000)
|
||||||
// Storage: Nfts ItemMetadataOf (r:0 w:1000)
|
/// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts CollectionRoleOf (r:0 w:1)
|
/// Storage: Nfts ItemMetadataOf (r:1001 w:1000)
|
||||||
// Storage: Nfts CollectionMetadataOf (r:0 w:1)
|
/// Proof: Nfts ItemMetadataOf (max_values: None, max_size: Some(219), added: 2694, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts CollectionConfigOf (r:0 w:1)
|
/// Storage: Nfts Attribute (r:1001 w:1000)
|
||||||
// Storage: Nfts ItemConfigOf (r:0 w:1000)
|
/// Proof: Nfts Attribute (max_values: None, max_size: Some(254), added: 2729, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts Account (r:0 w:1000)
|
/// Storage: Nfts CollectionRoleOf (r:0 w:1)
|
||||||
// Storage: Nfts CollectionAccount (r:0 w:1)
|
/// Proof: Nfts CollectionRoleOf (max_values: None, max_size: Some(69), added: 2544, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts CollectionMetadataOf (r:0 w:1)
|
||||||
|
/// Proof: Nfts CollectionMetadataOf (max_values: None, max_size: Some(166), added: 2641, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts CollectionConfigOf (r:0 w:1)
|
||||||
|
/// Proof: Nfts CollectionConfigOf (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts ItemConfigOf (r:0 w:1000)
|
||||||
|
/// Proof: Nfts ItemConfigOf (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts Account (r:0 w:1000)
|
||||||
|
/// Proof: Nfts Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts CollectionAccount (r:0 w:1)
|
||||||
|
/// Proof: Nfts CollectionAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||||
/// The range of component `n` is `[0, 1000]`.
|
/// The range of component `n` is `[0, 1000]`.
|
||||||
/// The range of component `m` is `[0, 1000]`.
|
/// The range of component `m` is `[0, 1000]`.
|
||||||
/// The range of component `a` is `[0, 1000]`.
|
/// The range of component `a` is `[0, 1000]`.
|
||||||
fn destroy(n: u32, m: u32, a: u32, ) -> Weight {
|
fn destroy(_n: u32, m: u32, a: u32, ) -> Weight {
|
||||||
// Minimum execution time: 21_464_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(17_877_474_846)
|
// Measured: `172673 + m * (206 ±0) + a * (210 ±0)`
|
||||||
// Standard Error: 113_501
|
// Estimated: `3347314 + m * (2694 ±0) + a * (2729 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(1_677_234).saturating_mul(n.into()))
|
// Minimum execution time: 23_505_821 nanoseconds.
|
||||||
// Standard Error: 113_501
|
Weight::from_ref_time(16_948_157_713)
|
||||||
.saturating_add(Weight::from_ref_time(2_499_409).saturating_mul(m.into()))
|
.saturating_add(Weight::from_proof_size(3347314))
|
||||||
// Standard Error: 113_501
|
// Standard Error: 20_494
|
||||||
.saturating_add(Weight::from_ref_time(9_962_607).saturating_mul(a.into()))
|
.saturating_add(Weight::from_ref_time(7_059_571).saturating_mul(m.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1003))
|
// Standard Error: 20_494
|
||||||
|
.saturating_add(Weight::from_ref_time(8_471_367).saturating_mul(a.into()))
|
||||||
|
.saturating_add(T::DbWeight::get().reads(1004))
|
||||||
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(m.into())))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(3005))
|
.saturating_add(T::DbWeight::get().writes(3005))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(m.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(m.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(2694).saturating_mul(m.into()))
|
||||||
|
.saturating_add(Weight::from_proof_size(2729).saturating_mul(a.into()))
|
||||||
}
|
}
|
||||||
// Storage: Nfts CollectionConfigOf (r:1 w:0)
|
/// Storage: Nfts CollectionConfigOf (r:1 w:0)
|
||||||
// Storage: Nfts Item (r:1 w:1)
|
/// Proof: Nfts CollectionConfigOf (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts Collection (r:1 w:1)
|
/// Storage: Nfts Item (r:1 w:1)
|
||||||
// Storage: Nfts CollectionRoleOf (r:1 w:0)
|
/// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts ItemConfigOf (r:1 w:1)
|
/// Storage: Nfts Collection (r:1 w:1)
|
||||||
// Storage: Nfts Account (r:0 w:1)
|
/// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts CollectionRoleOf (r:1 w:0)
|
||||||
|
/// Proof: Nfts CollectionRoleOf (max_values: None, max_size: Some(69), added: 2544, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts ItemConfigOf (r:1 w:1)
|
||||||
|
/// Proof: Nfts ItemConfigOf (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts Account (r:0 w:1)
|
||||||
|
/// Proof: Nfts Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||||
fn mint() -> Weight {
|
fn mint() -> Weight {
|
||||||
// Minimum execution time: 47_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(51_000_000)
|
// Measured: `448`
|
||||||
|
// Estimated: `13506`
|
||||||
|
// Minimum execution time: 39_850 nanoseconds.
|
||||||
|
Weight::from_ref_time(40_227_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(13506))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: Nfts CollectionRoleOf (r:1 w:0)
|
/// Storage: Nfts CollectionRoleOf (r:1 w:0)
|
||||||
// Storage: Nfts Item (r:1 w:1)
|
/// Proof: Nfts CollectionRoleOf (max_values: None, max_size: Some(69), added: 2544, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts Collection (r:1 w:1)
|
/// Storage: Nfts Item (r:1 w:1)
|
||||||
// Storage: Nfts CollectionConfigOf (r:1 w:0)
|
/// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts ItemConfigOf (r:1 w:1)
|
/// Storage: Nfts Collection (r:1 w:1)
|
||||||
// Storage: Nfts Account (r:0 w:1)
|
/// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts CollectionConfigOf (r:1 w:0)
|
||||||
|
/// Proof: Nfts CollectionConfigOf (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts ItemConfigOf (r:1 w:1)
|
||||||
|
/// Proof: Nfts ItemConfigOf (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts Account (r:0 w:1)
|
||||||
|
/// Proof: Nfts Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||||
fn force_mint() -> Weight {
|
fn force_mint() -> Weight {
|
||||||
// Minimum execution time: 47_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(49_000_000)
|
// Measured: `448`
|
||||||
|
// Estimated: `13506`
|
||||||
|
// Minimum execution time: 40_379 nanoseconds.
|
||||||
|
Weight::from_ref_time(41_110_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(13506))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: Nfts Collection (r:1 w:1)
|
/// Storage: Nfts ItemConfigOf (r:1 w:1)
|
||||||
// Storage: Nfts Item (r:1 w:1)
|
/// Proof: Nfts ItemConfigOf (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts CollectionRoleOf (r:1 w:0)
|
/// Storage: Nfts Collection (r:1 w:1)
|
||||||
// Storage: Nfts ItemConfigOf (r:1 w:1)
|
/// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts Account (r:0 w:1)
|
/// Storage: Nfts Item (r:1 w:1)
|
||||||
// Storage: Nfts ItemPriceOf (r:0 w:1)
|
/// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts ItemAttributesApprovalsOf (r:0 w:1)
|
/// Storage: Nfts CollectionRoleOf (r:1 w:0)
|
||||||
// Storage: Nfts PendingSwapOf (r:0 w:1)
|
/// Proof: Nfts CollectionRoleOf (max_values: None, max_size: Some(69), added: 2544, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts ItemMetadataOf (r:1 w:0)
|
||||||
|
/// Proof: Nfts ItemMetadataOf (max_values: None, max_size: Some(219), added: 2694, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts Account (r:0 w:1)
|
||||||
|
/// Proof: Nfts Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts ItemPriceOf (r:0 w:1)
|
||||||
|
/// Proof: Nfts ItemPriceOf (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts ItemAttributesApprovalsOf (r:0 w:1)
|
||||||
|
/// Proof: Nfts ItemAttributesApprovalsOf (max_values: None, max_size: Some(1001), added: 3476, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts PendingSwapOf (r:0 w:1)
|
||||||
|
/// Proof: Nfts PendingSwapOf (max_values: None, max_size: Some(71), added: 2546, mode: MaxEncodedLen)
|
||||||
fn burn() -> Weight {
|
fn burn() -> Weight {
|
||||||
// Minimum execution time: 49_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(52_000_000)
|
// Measured: `647`
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
// Estimated: `13652`
|
||||||
|
// Minimum execution time: 43_534 nanoseconds.
|
||||||
|
Weight::from_ref_time(43_846_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(13652))
|
||||||
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(7))
|
.saturating_add(T::DbWeight::get().writes(7))
|
||||||
}
|
}
|
||||||
// Storage: Nfts Collection (r:1 w:0)
|
/// Storage: Nfts Collection (r:1 w:0)
|
||||||
// Storage: Nfts CollectionConfigOf (r:1 w:0)
|
/// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts ItemConfigOf (r:1 w:0)
|
/// Storage: Nfts CollectionConfigOf (r:1 w:0)
|
||||||
// Storage: Nfts Item (r:1 w:1)
|
/// Proof: Nfts CollectionConfigOf (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts CollectionRoleOf (r:1 w:0)
|
/// Storage: Nfts ItemConfigOf (r:1 w:0)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Proof: Nfts ItemConfigOf (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts Account (r:0 w:2)
|
/// Storage: Nfts Item (r:1 w:1)
|
||||||
// Storage: Nfts ItemPriceOf (r:0 w:1)
|
/// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts PendingSwapOf (r:0 w:1)
|
/// Storage: Nfts CollectionRoleOf (r:1 w:0)
|
||||||
|
/// Proof: Nfts CollectionRoleOf (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: Nfts Account (r:0 w:2)
|
||||||
|
/// Proof: Nfts Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts ItemPriceOf (r:0 w:1)
|
||||||
|
/// Proof: Nfts ItemPriceOf (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts PendingSwapOf (r:0 w:1)
|
||||||
|
/// Proof: Nfts PendingSwapOf (max_values: None, max_size: Some(71), added: 2546, mode: MaxEncodedLen)
|
||||||
fn transfer() -> Weight {
|
fn transfer() -> Weight {
|
||||||
// Minimum execution time: 55_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(56_000_000)
|
// Measured: `811`
|
||||||
|
// Estimated: `16109`
|
||||||
|
// Minimum execution time: 49_184 nanoseconds.
|
||||||
|
Weight::from_ref_time(49_935_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(16109))
|
||||||
.saturating_add(T::DbWeight::get().reads(6))
|
.saturating_add(T::DbWeight::get().reads(6))
|
||||||
.saturating_add(T::DbWeight::get().writes(6))
|
.saturating_add(T::DbWeight::get().writes(6))
|
||||||
}
|
}
|
||||||
// Storage: Nfts Collection (r:1 w:0)
|
/// Storage: Nfts Collection (r:1 w:0)
|
||||||
// Storage: Nfts CollectionConfigOf (r:1 w:0)
|
/// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts Item (r:102 w:102)
|
/// Storage: Nfts CollectionConfigOf (r:1 w:0)
|
||||||
|
/// Proof: Nfts CollectionConfigOf (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts Item (r:5000 w:5000)
|
||||||
|
/// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen)
|
||||||
/// The range of component `i` is `[0, 5000]`.
|
/// The range of component `i` is `[0, 5000]`.
|
||||||
fn redeposit(i: u32, ) -> Weight {
|
fn redeposit(i: u32, ) -> Weight {
|
||||||
// Minimum execution time: 19_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(20_000_000)
|
// Measured: `756 + i * (140 ±0)`
|
||||||
// Standard Error: 31_499
|
// Estimated: `5103 + i * (3336 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(14_469_164).saturating_mul(i.into()))
|
// Minimum execution time: 15_668 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_762_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5103))
|
||||||
|
// Standard Error: 12_791
|
||||||
|
.saturating_add(Weight::from_ref_time(12_224_567).saturating_mul(i.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(3336).saturating_mul(i.into()))
|
||||||
}
|
}
|
||||||
// Storage: Nfts CollectionRoleOf (r:1 w:0)
|
/// Storage: Nfts CollectionRoleOf (r:1 w:0)
|
||||||
// Storage: Nfts ItemConfigOf (r:1 w:1)
|
/// Proof: Nfts CollectionRoleOf (max_values: None, max_size: Some(69), added: 2544, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts ItemConfigOf (r:1 w:1)
|
||||||
|
/// Proof: Nfts ItemConfigOf (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen)
|
||||||
fn lock_item_transfer() -> Weight {
|
fn lock_item_transfer() -> Weight {
|
||||||
// Minimum execution time: 22_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(23_000_000)
|
// Measured: `401`
|
||||||
|
// Estimated: `5067`
|
||||||
|
// Minimum execution time: 18_861 nanoseconds.
|
||||||
|
Weight::from_ref_time(19_195_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5067))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Nfts CollectionRoleOf (r:1 w:0)
|
/// Storage: Nfts CollectionRoleOf (r:1 w:0)
|
||||||
// Storage: Nfts ItemConfigOf (r:1 w:1)
|
/// Proof: Nfts CollectionRoleOf (max_values: None, max_size: Some(69), added: 2544, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts ItemConfigOf (r:1 w:1)
|
||||||
|
/// Proof: Nfts ItemConfigOf (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen)
|
||||||
fn unlock_item_transfer() -> Weight {
|
fn unlock_item_transfer() -> Weight {
|
||||||
// Minimum execution time: 22_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(22_000_000)
|
// Measured: `401`
|
||||||
|
// Estimated: `5067`
|
||||||
|
// Minimum execution time: 18_710 nanoseconds.
|
||||||
|
Weight::from_ref_time(18_971_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5067))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Nfts CollectionRoleOf (r:1 w:0)
|
/// Storage: Nfts CollectionRoleOf (r:1 w:0)
|
||||||
// Storage: Nfts CollectionConfigOf (r:1 w:1)
|
/// Proof: Nfts CollectionRoleOf (max_values: None, max_size: Some(69), added: 2544, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts CollectionConfigOf (r:1 w:1)
|
||||||
|
/// Proof: Nfts CollectionConfigOf (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||||
fn lock_collection() -> Weight {
|
fn lock_collection() -> Weight {
|
||||||
// Minimum execution time: 20_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(21_000_000)
|
// Measured: `289`
|
||||||
|
// Estimated: `5092`
|
||||||
|
// Minimum execution time: 17_067 nanoseconds.
|
||||||
|
Weight::from_ref_time(17_233_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5092))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Nfts OwnershipAcceptance (r:1 w:1)
|
/// Storage: Nfts OwnershipAcceptance (r:1 w:1)
|
||||||
// Storage: Nfts Collection (r:1 w:1)
|
/// Proof: Nfts OwnershipAcceptance (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts CollectionAccount (r:0 w:2)
|
/// Storage: Nfts Collection (r:1 w:1)
|
||||||
|
/// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts CollectionAccount (r:0 w:2)
|
||||||
|
/// Proof: Nfts CollectionAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||||
fn transfer_ownership() -> Weight {
|
fn transfer_ownership() -> Weight {
|
||||||
// Minimum execution time: 25_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(26_000_000)
|
// Measured: `381`
|
||||||
|
// Estimated: `5082`
|
||||||
|
// Minimum execution time: 21_203 nanoseconds.
|
||||||
|
Weight::from_ref_time(21_468_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5082))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: Nfts Collection (r:1 w:1)
|
/// Storage: Nfts Collection (r:1 w:1)
|
||||||
// Storage: Nfts CollectionRoleOf (r:0 w:4)
|
/// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts CollectionRoleOf (r:0 w:4)
|
||||||
|
/// Proof: Nfts CollectionRoleOf (max_values: None, max_size: Some(69), added: 2544, mode: MaxEncodedLen)
|
||||||
fn set_team() -> Weight {
|
fn set_team() -> Weight {
|
||||||
// Minimum execution time: 27_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(28_000_000)
|
// Measured: `362`
|
||||||
|
// Estimated: `2555`
|
||||||
|
// Minimum execution time: 24_304 nanoseconds.
|
||||||
|
Weight::from_ref_time(24_823_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2555))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(5))
|
.saturating_add(T::DbWeight::get().writes(5))
|
||||||
}
|
}
|
||||||
// Storage: Nfts Collection (r:1 w:1)
|
/// Storage: Nfts Collection (r:1 w:1)
|
||||||
// Storage: Nfts CollectionAccount (r:0 w:2)
|
/// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts CollectionAccount (r:0 w:2)
|
||||||
|
/// Proof: Nfts CollectionAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||||
fn force_collection_owner() -> Weight {
|
fn force_collection_owner() -> Weight {
|
||||||
// Minimum execution time: 20_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(21_000_000)
|
// Measured: `304`
|
||||||
|
// Estimated: `2555`
|
||||||
|
// Minimum execution time: 17_173 nanoseconds.
|
||||||
|
Weight::from_ref_time(17_448_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2555))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(3))
|
.saturating_add(T::DbWeight::get().writes(3))
|
||||||
}
|
}
|
||||||
// Storage: Nfts Collection (r:1 w:0)
|
/// Storage: Nfts Collection (r:1 w:0)
|
||||||
// Storage: Nfts CollectionConfigOf (r:0 w:1)
|
/// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts CollectionConfigOf (r:0 w:1)
|
||||||
|
/// Proof: Nfts CollectionConfigOf (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||||
fn force_collection_config() -> Weight {
|
fn force_collection_config() -> Weight {
|
||||||
// Minimum execution time: 17_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(18_000_000)
|
// Measured: `242`
|
||||||
|
// Estimated: `2555`
|
||||||
|
// Minimum execution time: 13_697 nanoseconds.
|
||||||
|
Weight::from_ref_time(13_924_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2555))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Nfts Collection (r:1 w:0)
|
/// Storage: Nfts Collection (r:1 w:0)
|
||||||
// Storage: Nfts ItemConfigOf (r:1 w:1)
|
/// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts ItemConfigOf (r:1 w:1)
|
||||||
|
/// Proof: Nfts ItemConfigOf (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen)
|
||||||
fn lock_item_properties() -> Weight {
|
fn lock_item_properties() -> Weight {
|
||||||
// Minimum execution time: 20_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(22_000_000)
|
// Measured: `445`
|
||||||
|
// Estimated: `5078`
|
||||||
|
// Minimum execution time: 18_063 nanoseconds.
|
||||||
|
Weight::from_ref_time(18_438_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5078))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Nfts Collection (r:1 w:1)
|
/// Storage: Nfts Collection (r:1 w:1)
|
||||||
// Storage: Nfts CollectionConfigOf (r:1 w:0)
|
/// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts ItemConfigOf (r:1 w:0)
|
/// Storage: Nfts CollectionConfigOf (r:1 w:0)
|
||||||
// Storage: Nfts Attribute (r:1 w:1)
|
/// Proof: Nfts CollectionConfigOf (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts ItemConfigOf (r:1 w:0)
|
||||||
|
/// Proof: Nfts ItemConfigOf (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts Attribute (r:1 w:1)
|
||||||
|
/// Proof: Nfts Attribute (max_values: None, max_size: Some(254), added: 2729, mode: MaxEncodedLen)
|
||||||
fn set_attribute() -> Weight {
|
fn set_attribute() -> Weight {
|
||||||
// Minimum execution time: 45_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(46_000_000)
|
// Measured: `474`
|
||||||
|
// Estimated: `10355`
|
||||||
|
// Minimum execution time: 37_582 nanoseconds.
|
||||||
|
Weight::from_ref_time(38_155_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10355))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Nfts Collection (r:1 w:1)
|
/// Storage: Nfts Collection (r:1 w:1)
|
||||||
// Storage: Nfts Attribute (r:1 w:1)
|
/// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts Attribute (r:1 w:1)
|
||||||
|
/// Proof: Nfts Attribute (max_values: None, max_size: Some(254), added: 2729, mode: MaxEncodedLen)
|
||||||
fn force_set_attribute() -> Weight {
|
fn force_set_attribute() -> Weight {
|
||||||
// Minimum execution time: 27_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(28_000_000)
|
// Measured: `337`
|
||||||
|
// Estimated: `5284`
|
||||||
|
// Minimum execution time: 24_392 nanoseconds.
|
||||||
|
Weight::from_ref_time(24_787_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5284))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Nfts Attribute (r:1 w:1)
|
/// Storage: Nfts Attribute (r:1 w:1)
|
||||||
// Storage: Nfts Collection (r:1 w:1)
|
/// Proof: Nfts Attribute (max_values: None, max_size: Some(254), added: 2729, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts ItemConfigOf (r:1 w:0)
|
/// Storage: Nfts Collection (r:1 w:1)
|
||||||
|
/// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts ItemConfigOf (r:1 w:0)
|
||||||
|
/// Proof: Nfts ItemConfigOf (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen)
|
||||||
fn clear_attribute() -> Weight {
|
fn clear_attribute() -> Weight {
|
||||||
// Minimum execution time: 40_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(42_000_000)
|
// Measured: `724`
|
||||||
|
// Estimated: `7807`
|
||||||
|
// Minimum execution time: 34_564 nanoseconds.
|
||||||
|
Weight::from_ref_time(34_956_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7807))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Nfts Item (r:1 w:0)
|
/// Storage: Nfts Item (r:1 w:0)
|
||||||
// Storage: Nfts ItemAttributesApprovalsOf (r:1 w:1)
|
/// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts ItemAttributesApprovalsOf (r:1 w:1)
|
||||||
|
/// Proof: Nfts ItemAttributesApprovalsOf (max_values: None, max_size: Some(1001), added: 3476, mode: MaxEncodedLen)
|
||||||
fn approve_item_attributes() -> Weight {
|
fn approve_item_attributes() -> Weight {
|
||||||
// Minimum execution time: 21_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(21_000_000)
|
// Measured: `379`
|
||||||
|
// Estimated: `6812`
|
||||||
|
// Minimum execution time: 17_194 nanoseconds.
|
||||||
|
Weight::from_ref_time(17_467_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(6812))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Nfts Item (r:1 w:0)
|
/// Storage: Nfts Item (r:1 w:0)
|
||||||
// Storage: Nfts ItemAttributesApprovalsOf (r:1 w:1)
|
/// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts Attribute (r:1 w:0)
|
/// Storage: Nfts ItemAttributesApprovalsOf (r:1 w:1)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Proof: Nfts ItemAttributesApprovalsOf (max_values: None, max_size: Some(1001), added: 3476, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts Attribute (r:1001 w:1000)
|
||||||
|
/// Proof: Nfts Attribute (max_values: None, max_size: Some(254), added: 2729, 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 `n` is `[0, 1000]`.
|
/// The range of component `n` is `[0, 1000]`.
|
||||||
fn cancel_item_attributes_approval(n: u32, ) -> Weight {
|
fn cancel_item_attributes_approval(n: u32, ) -> Weight {
|
||||||
// Minimum execution time: 28_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(29_000_000)
|
// Measured: `828 + n * (204 ±0)`
|
||||||
// Standard Error: 28_180
|
// Estimated: `12144 + n * (2729 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(8_101_928).saturating_mul(n.into()))
|
// Minimum execution time: 25_617 nanoseconds.
|
||||||
|
Weight::from_ref_time(25_917_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(12144))
|
||||||
|
// Standard Error: 5_524
|
||||||
|
.saturating_add(Weight::from_ref_time(7_538_893).saturating_mul(n.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(2729).saturating_mul(n.into()))
|
||||||
}
|
}
|
||||||
// Storage: Nfts Collection (r:1 w:1)
|
/// Storage: Nfts Collection (r:1 w:1)
|
||||||
// Storage: Nfts ItemConfigOf (r:1 w:0)
|
/// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts CollectionConfigOf (r:1 w:0)
|
/// Storage: Nfts ItemConfigOf (r:1 w:0)
|
||||||
// Storage: Nfts ItemMetadataOf (r:1 w:1)
|
/// Proof: Nfts ItemConfigOf (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts CollectionConfigOf (r:1 w:0)
|
||||||
|
/// Proof: Nfts CollectionConfigOf (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts ItemMetadataOf (r:1 w:1)
|
||||||
|
/// Proof: Nfts ItemMetadataOf (max_values: None, max_size: Some(219), added: 2694, mode: MaxEncodedLen)
|
||||||
fn set_metadata() -> Weight {
|
fn set_metadata() -> Weight {
|
||||||
// Minimum execution time: 39_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(40_000_000)
|
// Measured: `474`
|
||||||
|
// Estimated: `10320`
|
||||||
|
// Minimum execution time: 32_053 nanoseconds.
|
||||||
|
Weight::from_ref_time(32_510_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10320))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Nfts Collection (r:1 w:1)
|
/// Storage: Nfts ItemMetadataOf (r:1 w:1)
|
||||||
// Storage: Nfts ItemConfigOf (r:1 w:0)
|
/// Proof: Nfts ItemMetadataOf (max_values: None, max_size: Some(219), added: 2694, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts ItemMetadataOf (r:1 w:1)
|
/// Storage: Nfts Collection (r:1 w:1)
|
||||||
|
/// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts ItemConfigOf (r:1 w:0)
|
||||||
|
/// Proof: Nfts ItemConfigOf (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen)
|
||||||
fn clear_metadata() -> Weight {
|
fn clear_metadata() -> Weight {
|
||||||
// Minimum execution time: 37_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(38_000_000)
|
// Measured: `688`
|
||||||
|
// Estimated: `7772`
|
||||||
|
// Minimum execution time: 30_654 nanoseconds.
|
||||||
|
Weight::from_ref_time(31_113_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7772))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Nfts CollectionConfigOf (r:1 w:0)
|
/// Storage: Nfts CollectionConfigOf (r:1 w:0)
|
||||||
// Storage: Nfts Collection (r:1 w:1)
|
/// Proof: Nfts CollectionConfigOf (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts CollectionMetadataOf (r:1 w:1)
|
/// Storage: Nfts Collection (r:1 w:1)
|
||||||
|
/// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts CollectionMetadataOf (r:1 w:1)
|
||||||
|
/// Proof: Nfts CollectionMetadataOf (max_values: None, max_size: Some(166), added: 2641, mode: MaxEncodedLen)
|
||||||
fn set_collection_metadata() -> Weight {
|
fn set_collection_metadata() -> Weight {
|
||||||
// Minimum execution time: 34_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(36_000_000)
|
// Measured: `333`
|
||||||
|
// Estimated: `7744`
|
||||||
|
// Minimum execution time: 27_700 nanoseconds.
|
||||||
|
Weight::from_ref_time(28_291_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7744))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Nfts Collection (r:1 w:0)
|
/// Storage: Nfts Collection (r:1 w:0)
|
||||||
// Storage: Nfts CollectionConfigOf (r:1 w:0)
|
/// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts CollectionMetadataOf (r:1 w:1)
|
/// Storage: Nfts CollectionConfigOf (r:1 w:0)
|
||||||
|
/// Proof: Nfts CollectionConfigOf (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts CollectionMetadataOf (r:1 w:1)
|
||||||
|
/// Proof: Nfts CollectionMetadataOf (max_values: None, max_size: Some(166), added: 2641, mode: MaxEncodedLen)
|
||||||
fn clear_collection_metadata() -> Weight {
|
fn clear_collection_metadata() -> Weight {
|
||||||
// Minimum execution time: 34_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(36_000_000)
|
// Measured: `555`
|
||||||
|
// Estimated: `7744`
|
||||||
|
// Minimum execution time: 27_483 nanoseconds.
|
||||||
|
Weight::from_ref_time(27_830_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7744))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Nfts Item (r:1 w:1)
|
/// Storage: Nfts Item (r:1 w:1)
|
||||||
// Storage: Nfts CollectionConfigOf (r:1 w:0)
|
/// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts CollectionRoleOf (r:1 w:0)
|
/// Storage: Nfts CollectionConfigOf (r:1 w:0)
|
||||||
|
/// Proof: Nfts CollectionConfigOf (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts CollectionRoleOf (r:1 w:0)
|
||||||
|
/// Proof: Nfts CollectionRoleOf (max_values: None, max_size: Some(69), added: 2544, mode: MaxEncodedLen)
|
||||||
fn approve_transfer() -> Weight {
|
fn approve_transfer() -> Weight {
|
||||||
// Minimum execution time: 26_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(27_000_000)
|
// Measured: `466`
|
||||||
|
// Estimated: `8428`
|
||||||
|
// Minimum execution time: 23_623 nanoseconds.
|
||||||
|
Weight::from_ref_time(24_282_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(8428))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Nfts Item (r:1 w:1)
|
/// Storage: Nfts Item (r:1 w:1)
|
||||||
// Storage: Nfts CollectionRoleOf (r:1 w:0)
|
/// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts CollectionRoleOf (r:1 w:0)
|
||||||
|
/// Proof: Nfts CollectionRoleOf (max_values: None, max_size: Some(69), added: 2544, mode: MaxEncodedLen)
|
||||||
fn cancel_approval() -> Weight {
|
fn cancel_approval() -> Weight {
|
||||||
// Minimum execution time: 24_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(25_000_000)
|
// Measured: `474`
|
||||||
|
// Estimated: `5880`
|
||||||
|
// Minimum execution time: 21_115 nanoseconds.
|
||||||
|
Weight::from_ref_time(22_036_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5880))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Nfts Item (r:1 w:1)
|
/// Storage: Nfts Item (r:1 w:1)
|
||||||
// Storage: Nfts CollectionRoleOf (r:1 w:0)
|
/// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts CollectionRoleOf (r:1 w:0)
|
||||||
|
/// Proof: Nfts CollectionRoleOf (max_values: None, max_size: Some(69), added: 2544, mode: MaxEncodedLen)
|
||||||
fn clear_all_transfer_approvals() -> Weight {
|
fn clear_all_transfer_approvals() -> Weight {
|
||||||
// Minimum execution time: 24_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(25_000_000)
|
// Measured: `474`
|
||||||
|
// Estimated: `5880`
|
||||||
|
// Minimum execution time: 20_352 nanoseconds.
|
||||||
|
Weight::from_ref_time(20_627_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5880))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Nfts OwnershipAcceptance (r:1 w:1)
|
/// Storage: Nfts OwnershipAcceptance (r:1 w:1)
|
||||||
|
/// Proof: Nfts OwnershipAcceptance (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
||||||
fn set_accept_ownership() -> Weight {
|
fn set_accept_ownership() -> Weight {
|
||||||
// Minimum execution time: 20_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(22_000_000)
|
// Measured: `42`
|
||||||
|
// Estimated: `2527`
|
||||||
|
// Minimum execution time: 14_427 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_169_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2527))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Nfts CollectionConfigOf (r:1 w:1)
|
/// Storage: Nfts CollectionConfigOf (r:1 w:1)
|
||||||
// Storage: Nfts Collection (r:1 w:0)
|
/// Proof: Nfts CollectionConfigOf (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts Collection (r:1 w:0)
|
||||||
|
/// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
||||||
fn set_collection_max_supply() -> Weight {
|
fn set_collection_max_supply() -> Weight {
|
||||||
// Minimum execution time: 22_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(23_000_000)
|
// Measured: `333`
|
||||||
|
// Estimated: `5103`
|
||||||
|
// Minimum execution time: 18_049 nanoseconds.
|
||||||
|
Weight::from_ref_time(18_431_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5103))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Nfts Collection (r:1 w:0)
|
/// Storage: Nfts Collection (r:1 w:0)
|
||||||
// Storage: Nfts CollectionConfigOf (r:1 w:1)
|
/// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts CollectionConfigOf (r:1 w:1)
|
||||||
|
/// Proof: Nfts CollectionConfigOf (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||||
fn update_mint_settings() -> Weight {
|
fn update_mint_settings() -> Weight {
|
||||||
// Minimum execution time: 20_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(21_000_000)
|
// Measured: `333`
|
||||||
|
// Estimated: `5103`
|
||||||
|
// Minimum execution time: 17_166 nanoseconds.
|
||||||
|
Weight::from_ref_time(17_511_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5103))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Nfts Item (r:1 w:0)
|
/// Storage: Nfts Item (r:1 w:0)
|
||||||
// Storage: Nfts CollectionConfigOf (r:1 w:0)
|
/// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts ItemConfigOf (r:1 w:0)
|
/// Storage: Nfts CollectionConfigOf (r:1 w:0)
|
||||||
// Storage: Nfts ItemPriceOf (r:0 w:1)
|
/// Proof: Nfts CollectionConfigOf (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts ItemConfigOf (r:1 w:0)
|
||||||
|
/// Proof: Nfts ItemConfigOf (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts ItemPriceOf (r:0 w:1)
|
||||||
|
/// Proof: Nfts ItemPriceOf (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
|
||||||
fn set_price() -> Weight {
|
fn set_price() -> Weight {
|
||||||
// Minimum execution time: 25_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(26_000_000)
|
// Measured: `516`
|
||||||
|
// Estimated: `8407`
|
||||||
|
// Minimum execution time: 22_556 nanoseconds.
|
||||||
|
Weight::from_ref_time(22_839_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(8407))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Nfts Item (r:1 w:1)
|
/// Storage: Nfts Item (r:1 w:1)
|
||||||
// Storage: Nfts ItemPriceOf (r:1 w:1)
|
/// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts Collection (r:1 w:0)
|
/// Storage: Nfts ItemPriceOf (r:1 w:1)
|
||||||
// Storage: Nfts CollectionConfigOf (r:1 w:0)
|
/// Proof: Nfts ItemPriceOf (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts ItemConfigOf (r:1 w:0)
|
/// Storage: Nfts Collection (r:1 w:0)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts Account (r:0 w:2)
|
/// Storage: Nfts CollectionConfigOf (r:1 w:0)
|
||||||
// Storage: Nfts PendingSwapOf (r:0 w:1)
|
/// Proof: Nfts CollectionConfigOf (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts ItemConfigOf (r:1 w:0)
|
||||||
|
/// Proof: Nfts ItemConfigOf (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen)
|
||||||
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts Account (r:0 w:2)
|
||||||
|
/// Proof: Nfts Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts PendingSwapOf (r:0 w:1)
|
||||||
|
/// Proof: Nfts PendingSwapOf (max_values: None, max_size: Some(71), added: 2546, mode: MaxEncodedLen)
|
||||||
fn buy_item() -> Weight {
|
fn buy_item() -> Weight {
|
||||||
// Minimum execution time: 60_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(62_000_000)
|
// Measured: `897`
|
||||||
|
// Estimated: `16129`
|
||||||
|
// Minimum execution time: 53_554 nanoseconds.
|
||||||
|
Weight::from_ref_time(54_285_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(16129))
|
||||||
.saturating_add(T::DbWeight::get().reads(6))
|
.saturating_add(T::DbWeight::get().reads(6))
|
||||||
.saturating_add(T::DbWeight::get().writes(6))
|
.saturating_add(T::DbWeight::get().writes(6))
|
||||||
}
|
}
|
||||||
/// The range of component `n` is `[0, 10]`.
|
/// The range of component `n` is `[0, 10]`.
|
||||||
fn pay_tips(n: u32, ) -> Weight {
|
fn pay_tips(n: u32, ) -> Weight {
|
||||||
// Minimum execution time: 3_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(7_424_228)
|
// Measured: `0`
|
||||||
// Standard Error: 21_679
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(4_176_055).saturating_mul(n.into()))
|
// Minimum execution time: 2_031 nanoseconds.
|
||||||
|
Weight::from_ref_time(3_579_973)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 8_727
|
||||||
|
.saturating_add(Weight::from_ref_time(3_165_511).saturating_mul(n.into()))
|
||||||
}
|
}
|
||||||
// Storage: Nfts Item (r:2 w:0)
|
/// Storage: Nfts Item (r:2 w:0)
|
||||||
// Storage: Nfts PendingSwapOf (r:0 w:1)
|
/// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts PendingSwapOf (r:0 w:1)
|
||||||
|
/// Proof: Nfts PendingSwapOf (max_values: None, max_size: Some(71), added: 2546, mode: MaxEncodedLen)
|
||||||
fn create_swap() -> Weight {
|
fn create_swap() -> Weight {
|
||||||
// Minimum execution time: 23_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(24_000_000)
|
// Measured: `524`
|
||||||
|
// Estimated: `6672`
|
||||||
|
// Minimum execution time: 20_161 nanoseconds.
|
||||||
|
Weight::from_ref_time(20_487_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(6672))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Nfts PendingSwapOf (r:1 w:1)
|
/// Storage: Nfts PendingSwapOf (r:1 w:1)
|
||||||
// Storage: Nfts Item (r:1 w:0)
|
/// Proof: Nfts PendingSwapOf (max_values: None, max_size: Some(71), added: 2546, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts Item (r:1 w:0)
|
||||||
|
/// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen)
|
||||||
fn cancel_swap() -> Weight {
|
fn cancel_swap() -> Weight {
|
||||||
// Minimum execution time: 26_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(27_000_000)
|
// Measured: `511`
|
||||||
|
// Estimated: `5882`
|
||||||
|
// Minimum execution time: 19_470 nanoseconds.
|
||||||
|
Weight::from_ref_time(19_832_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5882))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Nfts Item (r:2 w:2)
|
/// Storage: Nfts Item (r:2 w:2)
|
||||||
// Storage: Nfts PendingSwapOf (r:1 w:2)
|
/// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts Collection (r:1 w:0)
|
/// Storage: Nfts PendingSwapOf (r:1 w:2)
|
||||||
// Storage: Nfts CollectionConfigOf (r:1 w:0)
|
/// Proof: Nfts PendingSwapOf (max_values: None, max_size: Some(71), added: 2546, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts ItemConfigOf (r:2 w:0)
|
/// Storage: Nfts Collection (r:1 w:0)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
||||||
// Storage: Nfts Account (r:0 w:4)
|
/// Storage: Nfts CollectionConfigOf (r:1 w:0)
|
||||||
// Storage: Nfts ItemPriceOf (r:0 w:2)
|
/// Proof: Nfts CollectionConfigOf (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts ItemConfigOf (r:2 w:0)
|
||||||
|
/// Proof: Nfts ItemConfigOf (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen)
|
||||||
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts Account (r:0 w:4)
|
||||||
|
/// Proof: Nfts Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Nfts ItemPriceOf (r:0 w:2)
|
||||||
|
/// Proof: Nfts ItemPriceOf (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
|
||||||
fn claim_swap() -> Weight {
|
fn claim_swap() -> Weight {
|
||||||
// Minimum execution time: 87_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(90_000_000)
|
// Measured: `1026`
|
||||||
|
// Estimated: `21970`
|
||||||
|
// Minimum execution time: 78_114 nanoseconds.
|
||||||
|
Weight::from_ref_time(79_459_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(21970))
|
||||||
.saturating_add(T::DbWeight::get().reads(8))
|
.saturating_add(T::DbWeight::get().reads(8))
|
||||||
.saturating_add(T::DbWeight::get().writes(11))
|
.saturating_add(T::DbWeight::get().writes(11))
|
||||||
}
|
}
|
||||||
@@ -434,25 +721,26 @@ impl<T: frame_system::Config> pallet_nfts::WeightInfo for WeightInfo<T> {
|
|||||||
/// Storage: System Account (r:1 w:1)
|
/// Storage: System Account (r:1 w:1)
|
||||||
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
/// Storage: Nfts Attribute (r:10 w:10)
|
/// Storage: Nfts Attribute (r:10 w:10)
|
||||||
/// Proof: Nfts Attribute (max_values: None, max_size: Some(446), added: 2921, mode: MaxEncodedLen)
|
/// Proof: Nfts Attribute (max_values: None, max_size: Some(254), added: 2729, mode: MaxEncodedLen)
|
||||||
/// Storage: Nfts ItemMetadataOf (r:1 w:1)
|
/// Storage: Nfts ItemMetadataOf (r:1 w:1)
|
||||||
/// Proof: Nfts ItemMetadataOf (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen)
|
/// Proof: Nfts ItemMetadataOf (max_values: None, max_size: Some(219), added: 2694, mode: MaxEncodedLen)
|
||||||
/// Storage: Nfts Account (r:0 w:1)
|
/// Storage: Nfts Account (r:0 w:1)
|
||||||
/// Proof: Nfts Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
/// Proof: Nfts Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||||
/// The range of component `n` is `[0, 10]`.
|
/// The range of component `n` is `[0, 10]`.
|
||||||
fn mint_pre_signed(n: u32, ) -> Weight {
|
fn mint_pre_signed(n: u32, ) -> Weight {
|
||||||
// Proof Size summary in bytes:
|
// Proof Size summary in bytes:
|
||||||
// Measured: `596`
|
// Measured: `525`
|
||||||
// Estimated: `16180 + n * (2921 ±0)`
|
// Estimated: `16259 + n * (2729 ±0)`
|
||||||
// Minimum execution time: 124_354 nanoseconds.
|
// Minimum execution time: 108_373 nanoseconds.
|
||||||
Weight::from_parts(133_779_491, 16180)
|
Weight::from_ref_time(112_094_892)
|
||||||
// Standard Error: 38_452
|
.saturating_add(Weight::from_proof_size(16259))
|
||||||
.saturating_add(Weight::from_ref_time(25_110_697).saturating_mul(n.into()))
|
// Standard Error: 27_186
|
||||||
.saturating_add(T::DbWeight::get().reads(6_u64))
|
.saturating_add(Weight::from_ref_time(20_710_983).saturating_mul(n.into()))
|
||||||
|
.saturating_add(T::DbWeight::get().reads(6))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(6_u64))
|
.saturating_add(T::DbWeight::get().writes(6))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into())))
|
||||||
.saturating_add(Weight::from_proof_size(2921).saturating_mul(n.into()))
|
.saturating_add(Weight::from_proof_size(2729).saturating_mul(n.into()))
|
||||||
}
|
}
|
||||||
/// Storage: Nfts Item (r:1 w:0)
|
/// Storage: Nfts Item (r:1 w:0)
|
||||||
/// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen)
|
/// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen)
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_proxy`
|
//! Autogenerated weights for `pallet_proxy`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,119 +47,174 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_proxy`.
|
/// Weight functions for `pallet_proxy`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Proxy Proxies (r:1 w:0)
|
/// Storage: Proxy Proxies (r:1 w:0)
|
||||||
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn proxy(p: u32, ) -> Weight {
|
fn proxy(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 20_824 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(23_388_445)
|
// Measured: `159 + p * (37 ±0)`
|
||||||
// Standard Error: 4_840
|
// Estimated: `3716`
|
||||||
.saturating_add(Weight::from_ref_time(36_180).saturating_mul(p.into()))
|
// Minimum execution time: 14_854 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_600_203)
|
||||||
|
.saturating_add(Weight::from_proof_size(3716))
|
||||||
|
// Standard Error: 1_181
|
||||||
|
.saturating_add(Weight::from_ref_time(28_891).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Proxies (r:1 w:0)
|
/// Storage: Proxy Proxies (r:1 w:0)
|
||||||
// Storage: Proxy Announcements (r:1 w:1)
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: Proxy Announcements (r:1 w:1)
|
||||||
|
/// Proof: Proxy Announcements (max_values: None, max_size: Some(2233), added: 4708, 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 `a` is `[0, 31]`.
|
/// The range of component `a` is `[0, 31]`.
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn proxy_announced(a: u32, p: u32, ) -> Weight {
|
fn proxy_announced(a: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 40_846 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(42_912_891)
|
// Measured: `550 + a * (68 ±0) + p * (37 ±0)`
|
||||||
// Standard Error: 7_750
|
// Estimated: `11027`
|
||||||
.saturating_add(Weight::from_ref_time(155_333).saturating_mul(a.into()))
|
// Minimum execution time: 32_063 nanoseconds.
|
||||||
// Standard Error: 8_007
|
Weight::from_ref_time(32_624_200)
|
||||||
.saturating_add(Weight::from_ref_time(58_122).saturating_mul(p.into()))
|
.saturating_add(Weight::from_proof_size(11027))
|
||||||
|
// Standard Error: 1_727
|
||||||
|
.saturating_add(Weight::from_ref_time(113_689).saturating_mul(a.into()))
|
||||||
|
// Standard Error: 1_785
|
||||||
|
.saturating_add(Weight::from_ref_time(29_618).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Announcements (r:1 w:1)
|
/// Storage: Proxy Announcements (r:1 w:1)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Proof: Proxy Announcements (max_values: None, max_size: Some(2233), added: 4708, 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 `a` is `[0, 31]`.
|
/// The range of component `a` is `[0, 31]`.
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn remove_announcement(a: u32, p: u32, ) -> Weight {
|
fn remove_announcement(a: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 28_285 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(31_684_355)
|
// Measured: `433 + a * (68 ±0)`
|
||||||
// Standard Error: 5_548
|
// Estimated: `7311`
|
||||||
.saturating_add(Weight::from_ref_time(104_235).saturating_mul(a.into()))
|
// Minimum execution time: 20_449 nanoseconds.
|
||||||
// Standard Error: 5_732
|
Weight::from_ref_time(21_345_957)
|
||||||
.saturating_add(Weight::from_ref_time(1_643).saturating_mul(p.into()))
|
.saturating_add(Weight::from_proof_size(7311))
|
||||||
|
// Standard Error: 1_390
|
||||||
|
.saturating_add(Weight::from_ref_time(105_313).saturating_mul(a.into()))
|
||||||
|
// Standard Error: 1_436
|
||||||
|
.saturating_add(Weight::from_ref_time(9_437).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Announcements (r:1 w:1)
|
/// Storage: Proxy Announcements (r:1 w:1)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Proof: Proxy Announcements (max_values: None, max_size: Some(2233), added: 4708, 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 `a` is `[0, 31]`.
|
/// The range of component `a` is `[0, 31]`.
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn reject_announcement(a: u32, p: u32, ) -> Weight {
|
fn reject_announcement(a: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 28_112 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(31_257_196)
|
// Measured: `433 + a * (68 ±0)`
|
||||||
// Standard Error: 5_788
|
// Estimated: `7311`
|
||||||
.saturating_add(Weight::from_ref_time(110_430).saturating_mul(a.into()))
|
// Minimum execution time: 20_423 nanoseconds.
|
||||||
// Standard Error: 5_980
|
Weight::from_ref_time(21_290_701)
|
||||||
.saturating_add(Weight::from_ref_time(12_700).saturating_mul(p.into()))
|
.saturating_add(Weight::from_proof_size(7311))
|
||||||
|
// Standard Error: 1_398
|
||||||
|
.saturating_add(Weight::from_ref_time(110_034).saturating_mul(a.into()))
|
||||||
|
// Standard Error: 1_444
|
||||||
|
.saturating_add(Weight::from_ref_time(9_968).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Proxies (r:1 w:0)
|
/// Storage: Proxy Proxies (r:1 w:0)
|
||||||
// Storage: Proxy Announcements (r:1 w:1)
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: Proxy Announcements (r:1 w:1)
|
||||||
|
/// Proof: Proxy Announcements (max_values: None, max_size: Some(2233), added: 4708, 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 `a` is `[0, 31]`.
|
/// The range of component `a` is `[0, 31]`.
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn announce(a: u32, p: u32, ) -> Weight {
|
fn announce(a: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 37_947 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(40_424_751)
|
// Measured: `482 + a * (68 ±0) + p * (37 ±0)`
|
||||||
// Standard Error: 6_592
|
// Estimated: `11027`
|
||||||
.saturating_add(Weight::from_ref_time(115_919).saturating_mul(a.into()))
|
// Minimum execution time: 28_014 nanoseconds.
|
||||||
// Standard Error: 6_811
|
Weight::from_ref_time(28_864_371)
|
||||||
.saturating_add(Weight::from_ref_time(37_999).saturating_mul(p.into()))
|
.saturating_add(Weight::from_proof_size(11027))
|
||||||
|
// Standard Error: 1_933
|
||||||
|
.saturating_add(Weight::from_ref_time(109_536).saturating_mul(a.into()))
|
||||||
|
// Standard Error: 1_998
|
||||||
|
.saturating_add(Weight::from_ref_time(43_779).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Proxies (r:1 w:1)
|
/// Storage: Proxy Proxies (r:1 w:1)
|
||||||
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn add_proxy(p: u32, ) -> Weight {
|
fn add_proxy(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 30_343 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(33_272_330)
|
// Measured: `159 + p * (37 ±0)`
|
||||||
// Standard Error: 5_220
|
// Estimated: `3716`
|
||||||
.saturating_add(Weight::from_ref_time(68_430).saturating_mul(p.into()))
|
// Minimum execution time: 21_285 nanoseconds.
|
||||||
|
Weight::from_ref_time(22_065_300)
|
||||||
|
.saturating_add(Weight::from_proof_size(3716))
|
||||||
|
// Standard Error: 1_703
|
||||||
|
.saturating_add(Weight::from_ref_time(42_186).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Proxies (r:1 w:1)
|
/// Storage: Proxy Proxies (r:1 w:1)
|
||||||
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn remove_proxy(p: u32, ) -> Weight {
|
fn remove_proxy(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 30_469 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(33_147_571)
|
// Measured: `159 + p * (37 ±0)`
|
||||||
// Standard Error: 5_971
|
// Estimated: `3716`
|
||||||
.saturating_add(Weight::from_ref_time(74_276).saturating_mul(p.into()))
|
// Minimum execution time: 20_992 nanoseconds.
|
||||||
|
Weight::from_ref_time(22_026_633)
|
||||||
|
.saturating_add(Weight::from_proof_size(3716))
|
||||||
|
// Standard Error: 1_663
|
||||||
|
.saturating_add(Weight::from_ref_time(60_910).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Proxies (r:1 w:1)
|
/// Storage: Proxy Proxies (r:1 w:1)
|
||||||
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn remove_proxies(p: u32, ) -> Weight {
|
fn remove_proxies(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 26_413 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(28_654_279)
|
// Measured: `159 + p * (37 ±0)`
|
||||||
// Standard Error: 6_196
|
// Estimated: `3716`
|
||||||
.saturating_add(Weight::from_ref_time(72_944).saturating_mul(p.into()))
|
// Minimum execution time: 16_755 nanoseconds.
|
||||||
|
Weight::from_ref_time(17_775_492)
|
||||||
|
.saturating_add(Weight::from_proof_size(3716))
|
||||||
|
// Standard Error: 1_281
|
||||||
|
.saturating_add(Weight::from_ref_time(28_738).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
/// Storage: Proxy Proxies (r:1 w:1)
|
||||||
// Storage: Proxy Proxies (r:1 w:1)
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn create_pure(_p: u32, ) -> Weight {
|
fn create_pure(_p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 33_050 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(37_011_858)
|
// Measured: `139`
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
// Estimated: `3716`
|
||||||
|
// Minimum execution time: 22_598 nanoseconds.
|
||||||
|
Weight::from_ref_time(23_639_320)
|
||||||
|
.saturating_add(Weight::from_proof_size(3716))
|
||||||
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Proxies (r:1 w:1)
|
/// Storage: Proxy Proxies (r:1 w:1)
|
||||||
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
/// The range of component `p` is `[0, 30]`.
|
/// The range of component `p` is `[0, 30]`.
|
||||||
fn kill_pure(p: u32, ) -> Weight {
|
fn kill_pure(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 27_594 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(30_339_039)
|
// Measured: `196 + p * (37 ±0)`
|
||||||
// Standard Error: 5_854
|
// Estimated: `3716`
|
||||||
.saturating_add(Weight::from_ref_time(29_216).saturating_mul(p.into()))
|
// Minimum execution time: 17_907 nanoseconds.
|
||||||
|
Weight::from_ref_time(18_737_185)
|
||||||
|
.saturating_add(Weight::from_proof_size(3716))
|
||||||
|
// Standard Error: 1_069
|
||||||
|
.saturating_add(Weight::from_ref_time(26_491).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_session`
|
//! Autogenerated weights for `pallet_session`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,19 +47,31 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_session`.
|
/// Weight functions for `pallet_session`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Session NextKeys (r:1 w:1)
|
/// Storage: Session NextKeys (r:1 w:1)
|
||||||
// Storage: Session KeyOwner (r:1 w:1)
|
/// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: Session KeyOwner (r:1 w:1)
|
||||||
|
/// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured)
|
||||||
fn set_keys() -> Weight {
|
fn set_keys() -> Weight {
|
||||||
// Minimum execution time: 23_656 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(24_691_000)
|
// Measured: `270`
|
||||||
|
// Estimated: `5490`
|
||||||
|
// Minimum execution time: 15_416 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_764_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5490))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Session NextKeys (r:1 w:1)
|
/// Storage: Session NextKeys (r:1 w:1)
|
||||||
// Storage: Session KeyOwner (r:0 w:1)
|
/// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: Session KeyOwner (r:0 w:1)
|
||||||
|
/// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured)
|
||||||
fn purge_keys() -> Weight {
|
fn purge_keys() -> Weight {
|
||||||
// Minimum execution time: 19_377 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(20_527_000)
|
// Measured: `242`
|
||||||
|
// Estimated: `2959`
|
||||||
|
// Minimum execution time: 11_720 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_152_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2959))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_timestamp`
|
//! Autogenerated weights for `pallet_timestamp`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,16 +47,26 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_timestamp`.
|
/// Weight functions for `pallet_timestamp`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Timestamp Now (r:1 w:1)
|
/// Storage: Timestamp Now (r:1 w:1)
|
||||||
// Storage: Aura CurrentSlot (r:1 w:0)
|
/// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Aura CurrentSlot (r:1 w:0)
|
||||||
|
/// Proof: Aura CurrentSlot (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
|
||||||
fn set() -> Weight {
|
fn set() -> Weight {
|
||||||
// Minimum execution time: 10_135 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(10_856_000)
|
// Measured: `86`
|
||||||
|
// Estimated: `1006`
|
||||||
|
// Minimum execution time: 8_384 nanoseconds.
|
||||||
|
Weight::from_ref_time(8_706_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(1006))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
fn on_finalize() -> Weight {
|
fn on_finalize() -> Weight {
|
||||||
// Minimum execution time: 3_934 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(4_156_000)
|
// Measured: `57`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 3_110 nanoseconds.
|
||||||
|
Weight::from_ref_time(3_206_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_uniques`
|
//! Autogenerated weights for `pallet_uniques`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,240 +47,413 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_uniques`.
|
/// Weight functions for `pallet_uniques`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_uniques::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_uniques::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques ClassAccount (r:0 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ClassAccount (r:0 w:1)
|
||||||
|
/// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||||
fn create() -> Weight {
|
fn create() -> Weight {
|
||||||
// Minimum execution time: 31_545 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(32_847_000)
|
// Measured: `177`
|
||||||
|
// Estimated: `2653`
|
||||||
|
// Minimum execution time: 23_302 nanoseconds.
|
||||||
|
Weight::from_ref_time(23_817_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2653))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques ClassAccount (r:0 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ClassAccount (r:0 w:1)
|
||||||
|
/// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||||
fn force_create() -> Weight {
|
fn force_create() -> Weight {
|
||||||
// Minimum execution time: 20_268 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(21_052_000)
|
// Measured: `42`
|
||||||
|
// Estimated: `2653`
|
||||||
|
// Minimum execution time: 12_529 nanoseconds.
|
||||||
|
Weight::from_ref_time(13_079_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2653))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques Asset (r:1 w:0)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques ClassAccount (r:0 w:1)
|
/// Storage: Uniques Asset (r:1001 w:1000)
|
||||||
// Storage: Uniques Attribute (r:0 w:1000)
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques ClassMetadataOf (r:0 w:1)
|
/// Storage: Uniques ClassAccount (r:0 w:1)
|
||||||
// Storage: Uniques InstanceMetadataOf (r:0 w:1000)
|
/// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques CollectionMaxSupply (r:0 w:1)
|
/// Storage: Uniques Attribute (r:0 w:1000)
|
||||||
// Storage: Uniques Account (r:0 w:20)
|
/// Proof: Uniques Attribute (max_values: None, max_size: Some(172), added: 2647, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ClassMetadataOf (r:0 w:1)
|
||||||
|
/// Proof: Uniques ClassMetadataOf (max_values: None, max_size: Some(167), added: 2642, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques InstanceMetadataOf (r:0 w:1000)
|
||||||
|
/// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(187), added: 2662, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Account (r:0 w:1000)
|
||||||
|
/// Proof: Uniques Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques CollectionMaxSupply (r:0 w:1)
|
||||||
|
/// Proof: Uniques CollectionMaxSupply (max_values: None, max_size: Some(24), added: 2499, mode: MaxEncodedLen)
|
||||||
/// The range of component `n` is `[0, 1000]`.
|
/// The range of component `n` is `[0, 1000]`.
|
||||||
/// The range of component `m` is `[0, 1000]`.
|
/// The range of component `m` is `[0, 1000]`.
|
||||||
/// The range of component `a` is `[0, 1000]`.
|
/// The range of component `a` is `[0, 1000]`.
|
||||||
fn destroy(n: u32, m: u32, a: u32, ) -> Weight {
|
fn destroy(n: u32, m: u32, a: u32, ) -> Weight {
|
||||||
// Minimum execution time: 3_181_784 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(3_263_063_000)
|
// Measured: `289 + n * (108 ±0) + m * (56 ±0) + a * (107 ±0)`
|
||||||
// Standard Error: 52_843
|
// Estimated: `5250 + n * (2597 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(9_291_988).saturating_mul(n.into()))
|
// Minimum execution time: 2_305_045 nanoseconds.
|
||||||
// Standard Error: 52_843
|
Weight::from_ref_time(2_312_341_000)
|
||||||
.saturating_add(Weight::from_ref_time(1_821_907).saturating_mul(a.into()))
|
.saturating_add(Weight::from_proof_size(5250))
|
||||||
|
// Standard Error: 26_047
|
||||||
|
.saturating_add(Weight::from_ref_time(8_440_544).saturating_mul(n.into()))
|
||||||
|
// Standard Error: 26_047
|
||||||
|
.saturating_add(Weight::from_ref_time(223_194).saturating_mul(m.into()))
|
||||||
|
// Standard Error: 26_047
|
||||||
|
.saturating_add(Weight::from_ref_time(313_891).saturating_mul(a.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(n.into())))
|
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(n.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(m.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(m.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(2597).saturating_mul(n.into()))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Asset (r:1 w:1)
|
/// Storage: Uniques Asset (r:1 w:1)
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques CollectionMaxSupply (r:1 w:0)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques Account (r:0 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques CollectionMaxSupply (r:1 w:0)
|
||||||
|
/// Proof: Uniques CollectionMaxSupply (max_values: None, max_size: Some(24), added: 2499, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Account (r:0 w:1)
|
||||||
|
/// Proof: Uniques Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||||
fn mint() -> Weight {
|
fn mint() -> Weight {
|
||||||
// Minimum execution time: 38_361 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(39_665_000)
|
// Measured: `314`
|
||||||
|
// Estimated: `7749`
|
||||||
|
// Minimum execution time: 28_581 nanoseconds.
|
||||||
|
Weight::from_ref_time(29_011_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7749))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(3))
|
.saturating_add(T::DbWeight::get().writes(3))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques Asset (r:1 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques Account (r:0 w:1)
|
/// Storage: Uniques Asset (r:1 w:1)
|
||||||
// Storage: Uniques ItemPriceOf (r:0 w:1)
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Account (r:0 w:1)
|
||||||
|
/// Proof: Uniques Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ItemPriceOf (r:0 w:1)
|
||||||
|
/// Proof: Uniques ItemPriceOf (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
|
||||||
fn burn() -> Weight {
|
fn burn() -> Weight {
|
||||||
// Minimum execution time: 40_530 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(41_467_000)
|
// Measured: `492`
|
||||||
|
// Estimated: `5250`
|
||||||
|
// Minimum execution time: 29_869 nanoseconds.
|
||||||
|
Weight::from_ref_time(30_206_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5250))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:0)
|
/// Storage: Uniques Class (r:1 w:0)
|
||||||
// Storage: Uniques Asset (r:1 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques Account (r:0 w:2)
|
/// Storage: Uniques Asset (r:1 w:1)
|
||||||
// Storage: Uniques ItemPriceOf (r:0 w:1)
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Account (r:0 w:2)
|
||||||
|
/// Proof: Uniques Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ItemPriceOf (r:0 w:1)
|
||||||
|
/// Proof: Uniques ItemPriceOf (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
|
||||||
fn transfer() -> Weight {
|
fn transfer() -> Weight {
|
||||||
// Minimum execution time: 30_538 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(31_601_000)
|
// Measured: `492`
|
||||||
|
// Estimated: `5250`
|
||||||
|
// Minimum execution time: 23_945 nanoseconds.
|
||||||
|
Weight::from_ref_time(24_259_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5250))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques Asset (r:102 w:102)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Asset (r:5000 w:5000)
|
||||||
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
/// The range of component `i` is `[0, 5000]`.
|
/// The range of component `i` is `[0, 5000]`.
|
||||||
fn redeposit(i: u32, ) -> Weight {
|
fn redeposit(i: u32, ) -> Weight {
|
||||||
// Minimum execution time: 19_630 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_983_000)
|
// Measured: `770 + i * (108 ±0)`
|
||||||
// Standard Error: 16_378
|
// Estimated: `2653 + i * (2597 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(12_854_319).saturating_mul(i.into()))
|
// Minimum execution time: 13_847 nanoseconds.
|
||||||
|
Weight::from_ref_time(14_105_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2653))
|
||||||
|
// Standard Error: 12_887
|
||||||
|
.saturating_add(Weight::from_ref_time(12_017_604).saturating_mul(i.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(2597).saturating_mul(i.into()))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Asset (r:1 w:1)
|
/// Storage: Uniques Asset (r:1 w:1)
|
||||||
// Storage: Uniques Class (r:1 w:0)
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Class (r:1 w:0)
|
||||||
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
fn freeze() -> Weight {
|
fn freeze() -> Weight {
|
||||||
// Minimum execution time: 23_487 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(24_339_000)
|
// Measured: `492`
|
||||||
|
// Estimated: `5250`
|
||||||
|
// Minimum execution time: 17_259 nanoseconds.
|
||||||
|
Weight::from_ref_time(17_731_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5250))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Asset (r:1 w:1)
|
/// Storage: Uniques Asset (r:1 w:1)
|
||||||
// Storage: Uniques Class (r:1 w:0)
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Class (r:1 w:0)
|
||||||
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
fn thaw() -> Weight {
|
fn thaw() -> Weight {
|
||||||
// Minimum execution time: 23_348 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(24_025_000)
|
// Measured: `492`
|
||||||
|
// Estimated: `5250`
|
||||||
|
// Minimum execution time: 16_951 nanoseconds.
|
||||||
|
Weight::from_ref_time(17_177_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5250))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
fn freeze_collection() -> Weight {
|
fn freeze_collection() -> Weight {
|
||||||
// Minimum execution time: 18_820 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_440_000)
|
// Measured: `314`
|
||||||
|
// Estimated: `2653`
|
||||||
|
// Minimum execution time: 12_733 nanoseconds.
|
||||||
|
Weight::from_ref_time(13_154_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2653))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
fn thaw_collection() -> Weight {
|
fn thaw_collection() -> Weight {
|
||||||
// Minimum execution time: 18_689 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_523_000)
|
// Measured: `314`
|
||||||
|
// Estimated: `2653`
|
||||||
|
// Minimum execution time: 12_624 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_887_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2653))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques OwnershipAcceptance (r:1 w:1)
|
/// Storage: Uniques OwnershipAcceptance (r:1 w:1)
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Proof: Uniques OwnershipAcceptance (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques ClassAccount (r:0 w:2)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ClassAccount (r:0 w:2)
|
||||||
|
/// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||||
fn transfer_ownership() -> Weight {
|
fn transfer_ownership() -> Weight {
|
||||||
// Minimum execution time: 26_486 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(27_557_000)
|
// Measured: `388`
|
||||||
|
// Estimated: `5180`
|
||||||
|
// Minimum execution time: 20_089 nanoseconds.
|
||||||
|
Weight::from_ref_time(20_583_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5180))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
fn set_team() -> Weight {
|
fn set_team() -> Weight {
|
||||||
// Minimum execution time: 19_244 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_802_000)
|
// Measured: `314`
|
||||||
|
// Estimated: `2653`
|
||||||
|
// Minimum execution time: 13_647 nanoseconds.
|
||||||
|
Weight::from_ref_time(13_894_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2653))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques ClassAccount (r:0 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ClassAccount (r:0 w:1)
|
||||||
|
/// Proof: Uniques ClassAccount (max_values: None, max_size: Some(68), added: 2543, mode: MaxEncodedLen)
|
||||||
fn force_item_status() -> Weight {
|
fn force_item_status() -> Weight {
|
||||||
// Minimum execution time: 21_746 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(23_012_000)
|
// Measured: `314`
|
||||||
|
// Estimated: `2653`
|
||||||
|
// Minimum execution time: 16_035 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_232_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2653))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques InstanceMetadataOf (r:1 w:0)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques Attribute (r:1 w:1)
|
/// Storage: Uniques InstanceMetadataOf (r:1 w:0)
|
||||||
|
/// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(187), added: 2662, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Attribute (r:1 w:1)
|
||||||
|
/// Proof: Uniques Attribute (max_values: None, max_size: Some(172), added: 2647, mode: MaxEncodedLen)
|
||||||
fn set_attribute() -> Weight {
|
fn set_attribute() -> Weight {
|
||||||
// Minimum execution time: 44_625 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(45_781_000)
|
// Measured: `623`
|
||||||
|
// Estimated: `7962`
|
||||||
|
// Minimum execution time: 33_357 nanoseconds.
|
||||||
|
Weight::from_ref_time(34_794_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7962))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques InstanceMetadataOf (r:1 w:0)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques Attribute (r:1 w:1)
|
/// Storage: Uniques InstanceMetadataOf (r:1 w:0)
|
||||||
|
/// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(187), added: 2662, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Attribute (r:1 w:1)
|
||||||
|
/// Proof: Uniques Attribute (max_values: None, max_size: Some(172), added: 2647, mode: MaxEncodedLen)
|
||||||
fn clear_attribute() -> Weight {
|
fn clear_attribute() -> Weight {
|
||||||
// Minimum execution time: 42_627 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(44_182_000)
|
// Measured: `851`
|
||||||
|
// Estimated: `7962`
|
||||||
|
// Minimum execution time: 32_496 nanoseconds.
|
||||||
|
Weight::from_ref_time(33_068_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7962))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques InstanceMetadataOf (r:1 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques InstanceMetadataOf (r:1 w:1)
|
||||||
|
/// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(187), added: 2662, mode: MaxEncodedLen)
|
||||||
fn set_metadata() -> Weight {
|
fn set_metadata() -> Weight {
|
||||||
// Minimum execution time: 35_048 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(36_235_000)
|
// Measured: `380`
|
||||||
|
// Estimated: `5315`
|
||||||
|
// Minimum execution time: 25_557 nanoseconds.
|
||||||
|
Weight::from_ref_time(25_923_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5315))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques InstanceMetadataOf (r:1 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques InstanceMetadataOf (r:1 w:1)
|
||||||
|
/// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(187), added: 2662, mode: MaxEncodedLen)
|
||||||
fn clear_metadata() -> Weight {
|
fn clear_metadata() -> Weight {
|
||||||
// Minimum execution time: 36_941 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(37_566_000)
|
// Measured: `623`
|
||||||
|
// Estimated: `5315`
|
||||||
|
// Minimum execution time: 26_147 nanoseconds.
|
||||||
|
Weight::from_ref_time(26_386_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5315))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:1)
|
/// Storage: Uniques Class (r:1 w:1)
|
||||||
// Storage: Uniques ClassMetadataOf (r:1 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ClassMetadataOf (r:1 w:1)
|
||||||
|
/// Proof: Uniques ClassMetadataOf (max_values: None, max_size: Some(167), added: 2642, mode: MaxEncodedLen)
|
||||||
fn set_collection_metadata() -> Weight {
|
fn set_collection_metadata() -> Weight {
|
||||||
// Minimum execution time: 34_684 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(35_567_000)
|
// Measured: `314`
|
||||||
|
// Estimated: `5295`
|
||||||
|
// Minimum execution time: 25_233 nanoseconds.
|
||||||
|
Weight::from_ref_time(25_665_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5295))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:0)
|
/// Storage: Uniques Class (r:1 w:0)
|
||||||
// Storage: Uniques ClassMetadataOf (r:1 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ClassMetadataOf (r:1 w:1)
|
||||||
|
/// Proof: Uniques ClassMetadataOf (max_values: None, max_size: Some(167), added: 2642, mode: MaxEncodedLen)
|
||||||
fn clear_collection_metadata() -> Weight {
|
fn clear_collection_metadata() -> Weight {
|
||||||
// Minimum execution time: 33_941 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_608_000)
|
// Measured: `537`
|
||||||
|
// Estimated: `5295`
|
||||||
|
// Minimum execution time: 24_311 nanoseconds.
|
||||||
|
Weight::from_ref_time(24_544_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5295))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:0)
|
/// Storage: Uniques Class (r:1 w:0)
|
||||||
// Storage: Uniques Asset (r:1 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Asset (r:1 w:1)
|
||||||
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
fn approve_transfer() -> Weight {
|
fn approve_transfer() -> Weight {
|
||||||
// Minimum execution time: 25_003 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(25_565_000)
|
// Measured: `492`
|
||||||
|
// Estimated: `5250`
|
||||||
|
// Minimum execution time: 18_197 nanoseconds.
|
||||||
|
Weight::from_ref_time(18_442_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5250))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Class (r:1 w:0)
|
/// Storage: Uniques Class (r:1 w:0)
|
||||||
// Storage: Uniques Asset (r:1 w:1)
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Asset (r:1 w:1)
|
||||||
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
fn cancel_approval() -> Weight {
|
fn cancel_approval() -> Weight {
|
||||||
// Minimum execution time: 24_048 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(25_405_000)
|
// Measured: `525`
|
||||||
|
// Estimated: `5250`
|
||||||
|
// Minimum execution time: 18_606 nanoseconds.
|
||||||
|
Weight::from_ref_time(19_032_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5250))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques OwnershipAcceptance (r:1 w:1)
|
/// Storage: Uniques OwnershipAcceptance (r:1 w:1)
|
||||||
|
/// Proof: Uniques OwnershipAcceptance (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
||||||
fn set_accept_ownership() -> Weight {
|
fn set_accept_ownership() -> Weight {
|
||||||
// Minimum execution time: 22_876 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(23_841_000)
|
// Measured: `42`
|
||||||
|
// Estimated: `2527`
|
||||||
|
// Minimum execution time: 14_902 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_216_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2527))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques CollectionMaxSupply (r:1 w:1)
|
/// Storage: Uniques CollectionMaxSupply (r:1 w:1)
|
||||||
// Storage: Uniques Class (r:1 w:0)
|
/// Proof: Uniques CollectionMaxSupply (max_values: None, max_size: Some(24), added: 2499, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Class (r:1 w:0)
|
||||||
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
fn set_collection_max_supply() -> Weight {
|
fn set_collection_max_supply() -> Weight {
|
||||||
// Minimum execution time: 21_291 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(21_935_000)
|
// Measured: `314`
|
||||||
|
// Estimated: `5152`
|
||||||
|
// Minimum execution time: 15_771 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_013_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5152))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Asset (r:1 w:0)
|
/// Storage: Uniques Asset (r:1 w:0)
|
||||||
// Storage: Uniques ItemPriceOf (r:0 w:1)
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques ItemPriceOf (r:0 w:1)
|
||||||
|
/// Proof: Uniques ItemPriceOf (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
|
||||||
fn set_price() -> Weight {
|
fn set_price() -> Weight {
|
||||||
// Minimum execution time: 21_637 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(22_370_000)
|
// Measured: `291`
|
||||||
|
// Estimated: `2597`
|
||||||
|
// Minimum execution time: 15_703 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_905_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2597))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Uniques Asset (r:1 w:1)
|
/// Storage: Uniques Asset (r:1 w:1)
|
||||||
// Storage: Uniques ItemPriceOf (r:1 w:1)
|
/// Proof: Uniques Asset (max_values: None, max_size: Some(122), added: 2597, mode: MaxEncodedLen)
|
||||||
// Storage: Uniques Class (r:1 w:0)
|
/// Storage: Uniques ItemPriceOf (r:1 w:1)
|
||||||
// Storage: Uniques Account (r:0 w:2)
|
/// Proof: Uniques ItemPriceOf (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Class (r:1 w:0)
|
||||||
|
/// Proof: Uniques Class (max_values: None, max_size: Some(178), added: 2653, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Uniques Account (r:0 w:2)
|
||||||
|
/// Proof: Uniques Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen)
|
||||||
fn buy_item() -> Weight {
|
fn buy_item() -> Weight {
|
||||||
// Minimum execution time: 41_671 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(43_220_000)
|
// Measured: `636`
|
||||||
|
// Estimated: `7814`
|
||||||
|
// Minimum execution time: 33_712 nanoseconds.
|
||||||
|
Weight::from_ref_time(34_365_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7814))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_utility`
|
//! Autogenerated weights for `pallet_utility`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -48,31 +49,51 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
|||||||
impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
||||||
/// The range of component `c` is `[0, 1000]`.
|
/// The range of component `c` is `[0, 1000]`.
|
||||||
fn batch(c: u32, ) -> Weight {
|
fn batch(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 14_215 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(22_724_063)
|
// Measured: `0`
|
||||||
// Standard Error: 7_906
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(4_496_582).saturating_mul(c.into()))
|
// Minimum execution time: 6_171 nanoseconds.
|
||||||
|
Weight::from_ref_time(14_264_475)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 3_826
|
||||||
|
.saturating_add(Weight::from_ref_time(4_102_412).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
fn as_derivative() -> Weight {
|
fn as_derivative() -> Weight {
|
||||||
// Minimum execution time: 7_110 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(7_386_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 4_750 nanoseconds.
|
||||||
|
Weight::from_ref_time(4_872_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
/// The range of component `c` is `[0, 1000]`.
|
/// The range of component `c` is `[0, 1000]`.
|
||||||
fn batch_all(c: u32, ) -> Weight {
|
fn batch_all(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 13_043 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(31_868_480)
|
// Measured: `0`
|
||||||
// Standard Error: 8_254
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(4_663_879).saturating_mul(c.into()))
|
// Minimum execution time: 6_448 nanoseconds.
|
||||||
|
Weight::from_ref_time(20_274_161)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 4_587
|
||||||
|
.saturating_add(Weight::from_ref_time(4_321_327).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
fn dispatch_as() -> Weight {
|
fn dispatch_as() -> Weight {
|
||||||
// Minimum execution time: 15_483 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(16_088_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 8_092 nanoseconds.
|
||||||
|
Weight::from_ref_time(8_417_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
/// The range of component `c` is `[0, 1000]`.
|
/// The range of component `c` is `[0, 1000]`.
|
||||||
fn force_batch(c: u32, ) -> Weight {
|
fn force_batch(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 14_074 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(21_194_149)
|
// Measured: `0`
|
||||||
// Standard Error: 7_967
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(4_509_461).saturating_mul(c.into()))
|
// Minimum execution time: 6_410 nanoseconds.
|
||||||
|
Weight::from_ref_time(19_538_670)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 4_387
|
||||||
|
.saturating_add(Weight::from_ref_time(4_098_456).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,25 +17,25 @@
|
|||||||
//! Autogenerated weights for `pallet_xcm`
|
//! Autogenerated weights for `pallet_xcm`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2022-12-22, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
// /home/benchbot/cargo_target_dir/production/polkadot-parachain
|
// ./artifacts/polkadot-parachain
|
||||||
// benchmark
|
// benchmark
|
||||||
// pallet
|
// pallet
|
||||||
// --steps=50
|
// --chain=westmint-dev
|
||||||
// --repeat=20
|
|
||||||
// --extrinsic=*
|
|
||||||
// --execution=wasm
|
// --execution=wasm
|
||||||
// --wasm-execution=compiled
|
// --wasm-execution=compiled
|
||||||
// --heap-pages=4096
|
|
||||||
// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/cumulus/.git/.artifacts/bench.json
|
|
||||||
// --pallet=pallet_xcm
|
// --pallet=pallet_xcm
|
||||||
// --chain=westmint-dev
|
// --extrinsic=*
|
||||||
|
// --steps=50
|
||||||
|
// --repeat=20
|
||||||
|
// --json
|
||||||
// --header=./file_header.txt
|
// --header=./file_header.txt
|
||||||
// --output=./parachains/runtimes/assets/westmint/src/weights/
|
// --output=./parachains/runtimes/assets/westmint/src/weights/pallet_xcm.rs
|
||||||
|
|
||||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||||
#![allow(unused_parens)]
|
#![allow(unused_parens)]
|
||||||
@@ -47,126 +47,227 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_xcm`.
|
/// Weight functions for `pallet_xcm`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn send() -> Weight {
|
fn send() -> Weight {
|
||||||
// Minimum execution time: 27_623 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(28_375_000)
|
// Measured: `75`
|
||||||
|
// Estimated: `4830`
|
||||||
|
// Minimum execution time: 26_692 nanoseconds.
|
||||||
|
Weight::from_ref_time(27_382_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(4830))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
/// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
/// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
fn teleport_assets() -> Weight {
|
fn teleport_assets() -> Weight {
|
||||||
// Minimum execution time: 33_363 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(33_942_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `499`
|
||||||
|
// Minimum execution time: 22_056 nanoseconds.
|
||||||
|
Weight::from_ref_time(22_401_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(499))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
/// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
/// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
fn reserve_transfer_assets() -> Weight {
|
fn reserve_transfer_assets() -> Weight {
|
||||||
// Minimum execution time: 25_113 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(25_549_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `499`
|
||||||
|
// Minimum execution time: 16_901 nanoseconds.
|
||||||
|
Weight::from_ref_time(17_262_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(499))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
}
|
}
|
||||||
fn execute() -> Weight {
|
fn execute() -> Weight {
|
||||||
// Minimum execution time: 15_464 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(15_772_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 8_467 nanoseconds.
|
||||||
|
Weight::from_ref_time(8_708_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:0 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
fn force_xcm_version() -> Weight {
|
fn force_xcm_version() -> Weight {
|
||||||
// Minimum execution time: 15_375 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(15_631_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 8_532 nanoseconds.
|
||||||
|
Weight::from_ref_time(8_766_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:0 w:1)
|
/// Storage: PolkadotXcm SafeXcmVersion (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn force_default_xcm_version() -> Weight {
|
fn force_default_xcm_version() -> Weight {
|
||||||
// Minimum execution time: 4_575 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(4_708_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 2_399 nanoseconds.
|
||||||
|
Weight::from_ref_time(2_586_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
/// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
||||||
// Storage: PolkadotXcm QueryCounter (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Storage: PolkadotXcm QueryCounter (r:1 w:1)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm QueryCounter (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: PolkadotXcm Queries (r:0 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm Queries (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
|
||||||
fn force_subscribe_version_notify() -> Weight {
|
fn force_subscribe_version_notify() -> Weight {
|
||||||
// Minimum execution time: 31_521 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(32_350_000)
|
// Measured: `75`
|
||||||
|
// Estimated: `8025`
|
||||||
|
// Minimum execution time: 30_956 nanoseconds.
|
||||||
|
Weight::from_ref_time(31_602_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(8025))
|
||||||
.saturating_add(T::DbWeight::get().reads(7))
|
.saturating_add(T::DbWeight::get().reads(7))
|
||||||
.saturating_add(T::DbWeight::get().writes(5))
|
.saturating_add(T::DbWeight::get().writes(5))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
/// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm Queries (r:0 w:1)
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm Queries (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
|
||||||
fn force_unsubscribe_version_notify() -> Weight {
|
fn force_unsubscribe_version_notify() -> Weight {
|
||||||
// Minimum execution time: 32_589 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(33_282_000)
|
// Measured: `257`
|
||||||
|
// Estimated: `8729`
|
||||||
|
// Minimum execution time: 33_283 nanoseconds.
|
||||||
|
Weight::from_ref_time(34_433_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(8729))
|
||||||
.saturating_add(T::DbWeight::get().reads(6))
|
.saturating_add(T::DbWeight::get().reads(6))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:4 w:2)
|
/// Storage: PolkadotXcm SupportedVersion (r:4 w:2)
|
||||||
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
fn migrate_supported_version() -> Weight {
|
fn migrate_supported_version() -> Weight {
|
||||||
// Minimum execution time: 13_642 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(13_969_000)
|
// Measured: `129`
|
||||||
|
// Estimated: `10029`
|
||||||
|
// Minimum execution time: 17_349 nanoseconds.
|
||||||
|
Weight::from_ref_time(18_701_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10029))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifiers (r:4 w:2)
|
/// Storage: PolkadotXcm VersionNotifiers (r:4 w:2)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
|
||||||
fn migrate_version_notifiers() -> Weight {
|
fn migrate_version_notifiers() -> Weight {
|
||||||
// Minimum execution time: 13_569 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_168_000)
|
// Measured: `133`
|
||||||
|
// Estimated: `10033`
|
||||||
|
// Minimum execution time: 18_574 nanoseconds.
|
||||||
|
Weight::from_ref_time(19_071_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10033))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:5 w:0)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:5 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
fn already_notified_target() -> Weight {
|
fn already_notified_target() -> Weight {
|
||||||
// Minimum execution time: 15_406 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(15_731_000)
|
// Measured: `140`
|
||||||
|
// Estimated: `12515`
|
||||||
|
// Minimum execution time: 22_520 nanoseconds.
|
||||||
|
Weight::from_ref_time(23_083_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(12515))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn notify_current_targets() -> Weight {
|
fn notify_current_targets() -> Weight {
|
||||||
// Minimum execution time: 27_357 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(27_804_000)
|
// Measured: `142`
|
||||||
|
// Estimated: `10257`
|
||||||
|
// Minimum execution time: 39_510 nanoseconds.
|
||||||
|
Weight::from_ref_time(40_272_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10257))
|
||||||
.saturating_add(T::DbWeight::get().reads(7))
|
.saturating_add(T::DbWeight::get().reads(7))
|
||||||
.saturating_add(T::DbWeight::get().writes(3))
|
.saturating_add(T::DbWeight::get().writes(3))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:3 w:0)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:3 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
fn notify_target_migration_fail() -> Weight {
|
fn notify_target_migration_fail() -> Weight {
|
||||||
// Minimum execution time: 6_940 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(7_147_000)
|
// Measured: `172`
|
||||||
|
// Estimated: `7597`
|
||||||
|
// Minimum execution time: 11_057 nanoseconds.
|
||||||
|
Weight::from_ref_time(11_408_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7597))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
fn migrate_version_notify_targets() -> Weight {
|
fn migrate_version_notify_targets() -> Weight {
|
||||||
// Minimum execution time: 14_204 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_529_000)
|
// Measured: `140`
|
||||||
|
// Estimated: `10040`
|
||||||
|
// Minimum execution time: 22_914 nanoseconds.
|
||||||
|
Weight::from_ref_time(23_231_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10040))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn migrate_and_notify_old_targets() -> Weight {
|
fn migrate_and_notify_old_targets() -> Weight {
|
||||||
// Minimum execution time: 32_809 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(33_346_000)
|
// Measured: `146`
|
||||||
|
// Estimated: `15231`
|
||||||
|
// Minimum execution time: 47_637 nanoseconds.
|
||||||
|
Weight::from_ref_time(48_179_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(15231))
|
||||||
.saturating_add(T::DbWeight::get().reads(9))
|
.saturating_add(T::DbWeight::get().reads(9))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
|
|||||||
+32
-9
@@ -18,8 +18,8 @@
|
|||||||
//! Autogenerated weights for `pallet_xcm_benchmarks::fungible`
|
//! Autogenerated weights for `pallet_xcm_benchmarks::fungible`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -49,58 +49,81 @@ use sp_std::marker::PhantomData;
|
|||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> WeightInfo<T> {
|
impl<T: frame_system::Config> WeightInfo<T> {
|
||||||
// Storage: System Account (r:1 w:1)
|
// Storage: System Account (r:1 w:1)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
pub(crate) fn withdraw_asset() -> Weight {
|
pub(crate) fn withdraw_asset() -> Weight {
|
||||||
Weight::from_ref_time(30_357_000 as u64)
|
Weight::from_ref_time(20_735_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
// Storage: System Account (r:2 w:2)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
pub(crate) fn transfer_asset() -> Weight {
|
pub(crate) fn transfer_asset() -> Weight {
|
||||||
Weight::from_ref_time(40_186_000 as u64)
|
Weight::from_ref_time(28_940_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
// Storage: System Account (r:2 w:2)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn transfer_reserve_asset() -> Weight {
|
pub(crate) fn transfer_reserve_asset() -> Weight {
|
||||||
Weight::from_ref_time(60_718_000 as u64)
|
Weight::from_ref_time(50_175_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(8 as u64))
|
.saturating_add(T::DbWeight::get().reads(8 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn receive_teleported_asset() -> Weight {
|
pub(crate) fn receive_teleported_asset() -> Weight {
|
||||||
Weight::from_ref_time(7_036_000 as u64)
|
Weight::from_ref_time(4_059_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
// Storage: System Account (r:1 w:1)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
pub(crate) fn deposit_asset() -> Weight {
|
pub(crate) fn deposit_asset() -> Weight {
|
||||||
Weight::from_ref_time(32_201_000 as u64)
|
Weight::from_ref_time(22_181_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
// Storage: System Account (r:1 w:1)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn deposit_reserve_asset() -> Weight {
|
pub(crate) fn deposit_reserve_asset() -> Weight {
|
||||||
Weight::from_ref_time(54_868_000 as u64)
|
Weight::from_ref_time(45_905_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(7 as u64))
|
.saturating_add(T::DbWeight::get().reads(7 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn initiate_teleport() -> Weight {
|
pub(crate) fn initiate_teleport() -> Weight {
|
||||||
Weight::from_ref_time(37_484_000 as u64)
|
Weight::from_ref_time(29_820_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
|
|||||||
+70
-31
@@ -18,8 +18,8 @@
|
|||||||
//! Autogenerated weights for `pallet_xcm_benchmarks::generic`
|
//! Autogenerated weights for `pallet_xcm_benchmarks::generic`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westmint-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -49,145 +49,184 @@ use sp_std::marker::PhantomData;
|
|||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> WeightInfo<T> {
|
impl<T: frame_system::Config> WeightInfo<T> {
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn report_holding() -> Weight {
|
pub(crate) fn report_holding() -> Weight {
|
||||||
Weight::from_ref_time(420_339_000 as u64)
|
Weight::from_ref_time(360_208_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn buy_execution() -> Weight {
|
pub(crate) fn buy_execution() -> Weight {
|
||||||
Weight::from_ref_time(6_826_000 as u64)
|
Weight::from_ref_time(3_876_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm Queries (r:1 w:0)
|
// Storage: PolkadotXcm Queries (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
|
||||||
pub(crate) fn query_response() -> Weight {
|
pub(crate) fn query_response() -> Weight {
|
||||||
Weight::from_ref_time(19_391_000 as u64)
|
Weight::from_ref_time(11_240_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn transact() -> Weight {
|
pub(crate) fn transact() -> Weight {
|
||||||
Weight::from_ref_time(21_685_000 as u64)
|
Weight::from_ref_time(12_244_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn refund_surplus() -> Weight {
|
pub(crate) fn refund_surplus() -> Weight {
|
||||||
Weight::from_ref_time(7_031_000 as u64)
|
Weight::from_ref_time(3_963_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn set_error_handler() -> Weight {
|
pub(crate) fn set_error_handler() -> Weight {
|
||||||
Weight::from_ref_time(6_099_000 as u64)
|
Weight::from_ref_time(2_871_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn set_appendix() -> Weight {
|
pub(crate) fn set_appendix() -> Weight {
|
||||||
Weight::from_ref_time(6_025_000 as u64)
|
Weight::from_ref_time(2_805_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn clear_error() -> Weight {
|
pub(crate) fn clear_error() -> Weight {
|
||||||
Weight::from_ref_time(5_969_000 as u64)
|
Weight::from_ref_time(2_759_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn descend_origin() -> Weight {
|
pub(crate) fn descend_origin() -> Weight {
|
||||||
Weight::from_ref_time(6_782_000 as u64)
|
Weight::from_ref_time(3_596_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn clear_origin() -> Weight {
|
pub(crate) fn clear_origin() -> Weight {
|
||||||
Weight::from_ref_time(6_003_000 as u64)
|
Weight::from_ref_time(2_750_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn report_error() -> Weight {
|
pub(crate) fn report_error() -> Weight {
|
||||||
Weight::from_ref_time(32_797_000 as u64)
|
Weight::from_ref_time(24_921_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm AssetTraps (r:1 w:1)
|
// Storage: PolkadotXcm AssetTraps (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm AssetTraps (max_values: None, max_size: None, mode: Measured)
|
||||||
pub(crate) fn claim_asset() -> Weight {
|
pub(crate) fn claim_asset() -> Weight {
|
||||||
Weight::from_ref_time(22_831_000 as u64)
|
Weight::from_ref_time(15_880_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn trap() -> Weight {
|
pub(crate) fn trap() -> Weight {
|
||||||
Weight::from_ref_time(5_908_000 as u64)
|
Weight::from_ref_time(2_771_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:1 w:1)
|
// Storage: PolkadotXcm VersionNotifyTargets (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn subscribe_version() -> Weight {
|
pub(crate) fn subscribe_version() -> Weight {
|
||||||
Weight::from_ref_time(33_472_000 as u64)
|
Weight::from_ref_time(27_043_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:0 w:1)
|
// Storage: PolkadotXcm VersionNotifyTargets (r:0 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
pub(crate) fn unsubscribe_version() -> Weight {
|
pub(crate) fn unsubscribe_version() -> Weight {
|
||||||
Weight::from_ref_time(7_655_000 as u64)
|
Weight::from_ref_time(4_668_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn initiate_reserve_withdraw() -> Weight {
|
pub(crate) fn initiate_reserve_withdraw() -> Weight {
|
||||||
Weight::from_ref_time(473_031_000 as u64)
|
Weight::from_ref_time(399_081_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn burn_asset() -> Weight {
|
pub(crate) fn burn_asset() -> Weight {
|
||||||
Weight::from_ref_time(149_963_000 as u64)
|
Weight::from_ref_time(123_792_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_asset() -> Weight {
|
pub(crate) fn expect_asset() -> Weight {
|
||||||
Weight::from_ref_time(15_212_000 as u64)
|
Weight::from_ref_time(13_056_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_origin() -> Weight {
|
pub(crate) fn expect_origin() -> Weight {
|
||||||
Weight::from_ref_time(6_010_000 as u64)
|
Weight::from_ref_time(2_780_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_error() -> Weight {
|
pub(crate) fn expect_error() -> Weight {
|
||||||
Weight::from_ref_time(5_928_000 as u64)
|
Weight::from_ref_time(2_839_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_transact_status() -> Weight {
|
pub(crate) fn expect_transact_status() -> Weight {
|
||||||
Weight::from_ref_time(6_910_000 as u64)
|
Weight::from_ref_time(2_951_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn query_pallet() -> Weight {
|
pub(crate) fn query_pallet() -> Weight {
|
||||||
Weight::from_ref_time(35_842_000 as u64)
|
Weight::from_ref_time(28_130_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_pallet() -> Weight {
|
pub(crate) fn expect_pallet() -> Weight {
|
||||||
Weight::from_ref_time(7_899_000 as u64)
|
Weight::from_ref_time(4_754_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn report_transact_status() -> Weight {
|
pub(crate) fn report_transact_status() -> Weight {
|
||||||
Weight::from_ref_time(32_752_000 as u64)
|
Weight::from_ref_time(25_584_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn clear_transact_status() -> Weight {
|
pub(crate) fn clear_transact_status() -> Weight {
|
||||||
Weight::from_ref_time(5_895_000 as u64)
|
Weight::from_ref_time(2_832_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn set_topic() -> Weight {
|
pub(crate) fn set_topic() -> Weight {
|
||||||
Weight::from_ref_time(5_921_000 as u64)
|
Weight::from_ref_time(2_804_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn clear_topic() -> Weight {
|
pub(crate) fn clear_topic() -> Weight {
|
||||||
Weight::from_ref_time(5_912_000 as u64)
|
Weight::from_ref_time(2_747_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn set_fees_mode() -> Weight {
|
pub(crate) fn set_fees_mode() -> Weight {
|
||||||
Weight::from_ref_time(5_840_000 as u64)
|
Weight::from_ref_time(2_736_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn unpaid_execution() -> Weight {
|
pub(crate) fn unpaid_execution() -> Weight {
|
||||||
Weight::from_ref_time(6_093_000 as u64)
|
Weight::from_ref_time(2_969_000 as u64)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+19
-8
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
|
//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,17 +47,27 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `cumulus_pallet_xcmp_queue`.
|
/// Weight functions for `cumulus_pallet_xcmp_queue`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: XcmpQueue QueueConfig (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 set_config_with_u32() -> Weight {
|
fn set_config_with_u32() -> Weight {
|
||||||
// Minimum execution time: 6_738 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(7_394_000)
|
// Measured: `76`
|
||||||
|
// Estimated: `571`
|
||||||
|
// Minimum execution time: 4_956 nanoseconds.
|
||||||
|
Weight::from_ref_time(5_247_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(571))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: XcmpQueue QueueConfig (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 set_config_with_weight() -> Weight {
|
fn set_config_with_weight() -> Weight {
|
||||||
// Minimum execution time: 6_921 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(7_291_000)
|
// Measured: `76`
|
||||||
|
// Estimated: `571`
|
||||||
|
// Minimum execution time: 4_875 nanoseconds.
|
||||||
|
Weight::from_ref_time(5_123_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(571))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `frame_system`
|
//! Autogenerated weights for `frame_system`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -48,51 +49,81 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
|||||||
impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
||||||
/// The range of component `b` is `[0, 3932160]`.
|
/// The range of component `b` is `[0, 3932160]`.
|
||||||
fn remark(b: u32, ) -> Weight {
|
fn remark(b: u32, ) -> Weight {
|
||||||
// Minimum execution time: 3_581 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(2_072_524)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 1_541 nanoseconds.
|
||||||
|
Weight::from_ref_time(1_600_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
// Standard Error: 0
|
// Standard Error: 0
|
||||||
.saturating_add(Weight::from_ref_time(536).saturating_mul(b.into()))
|
.saturating_add(Weight::from_ref_time(368).saturating_mul(b.into()))
|
||||||
}
|
}
|
||||||
/// The range of component `b` is `[0, 3932160]`.
|
/// The range of component `b` is `[0, 3932160]`.
|
||||||
fn remark_with_event(b: u32, ) -> Weight {
|
fn remark_with_event(b: u32, ) -> Weight {
|
||||||
// Minimum execution time: 13_070 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(86_161_928)
|
// Measured: `0`
|
||||||
// Standard Error: 4
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(2_039).saturating_mul(b.into()))
|
// Minimum execution time: 6_433 nanoseconds.
|
||||||
|
Weight::from_ref_time(6_528_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 0
|
||||||
|
.saturating_add(Weight::from_ref_time(1_718).saturating_mul(b.into()))
|
||||||
}
|
}
|
||||||
// Storage: System Digest (r:1 w:1)
|
/// Storage: System Digest (r:1 w:1)
|
||||||
// Storage: unknown [0x3a686561707061676573] (r:0 w:1)
|
/// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: unknown `0x3a686561707061676573` (r:0 w:1)
|
||||||
|
/// Proof Skipped: unknown `0x3a686561707061676573` (r:0 w:1)
|
||||||
fn set_heap_pages() -> Weight {
|
fn set_heap_pages() -> Weight {
|
||||||
// Minimum execution time: 7_871 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(8_315_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `495`
|
||||||
|
// Minimum execution time: 3_378 nanoseconds.
|
||||||
|
Weight::from_ref_time(3_546_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(495))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Skipped Metadata (r:0 w:0)
|
/// Storage: Skipped Metadata (r:0 w:0)
|
||||||
|
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `i` is `[0, 1000]`.
|
/// The range of component `i` is `[0, 1000]`.
|
||||||
fn set_storage(i: u32, ) -> Weight {
|
fn set_storage(i: u32, ) -> Weight {
|
||||||
// Minimum execution time: 3_758 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(3_866_000)
|
// Measured: `0`
|
||||||
// Standard Error: 2_296
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(689_752).saturating_mul(i.into()))
|
// Minimum execution time: 1_595 nanoseconds.
|
||||||
|
Weight::from_ref_time(1_637_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 1_677
|
||||||
|
.saturating_add(Weight::from_ref_time(581_830).saturating_mul(i.into()))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||||
}
|
}
|
||||||
// Storage: Skipped Metadata (r:0 w:0)
|
/// Storage: Skipped Metadata (r:0 w:0)
|
||||||
|
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `i` is `[0, 1000]`.
|
/// The range of component `i` is `[0, 1000]`.
|
||||||
fn kill_storage(i: u32, ) -> Weight {
|
fn kill_storage(i: u32, ) -> Weight {
|
||||||
// Minimum execution time: 3_721 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(3_836_000)
|
// Measured: `0`
|
||||||
// Standard Error: 973
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(522_358).saturating_mul(i.into()))
|
// Minimum execution time: 1_602 nanoseconds.
|
||||||
|
Weight::from_ref_time(1_645_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 808
|
||||||
|
.saturating_add(Weight::from_ref_time(448_210).saturating_mul(i.into()))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||||
}
|
}
|
||||||
// Storage: Skipped Metadata (r:0 w:0)
|
/// Storage: Skipped Metadata (r:0 w:0)
|
||||||
|
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `p` is `[0, 1000]`.
|
/// The range of component `p` is `[0, 1000]`.
|
||||||
fn kill_prefix(p: u32, ) -> Weight {
|
fn kill_prefix(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 5_304 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(5_563_000)
|
// Measured: `68 + p * (69 ±0)`
|
||||||
// Standard Error: 1_192
|
// Estimated: `66 + p * (70 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(1_158_340).saturating_mul(p.into()))
|
// Minimum execution time: 3_400 nanoseconds.
|
||||||
|
Weight::from_ref_time(3_518_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(66))
|
||||||
|
// Standard Error: 949
|
||||||
|
.saturating_add(Weight::from_ref_time(952_748).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(70).saturating_mul(p.into()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_balances`
|
//! Autogenerated weights for `pallet_balances`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,52 +47,87 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_balances`.
|
/// Weight functions for `pallet_balances`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn transfer() -> Weight {
|
fn transfer() -> Weight {
|
||||||
// Minimum execution time: 45_631 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(46_232_000)
|
// Measured: `1314`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 45_555 nanoseconds.
|
||||||
|
Weight::from_ref_time(46_097_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// 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 {
|
fn transfer_keep_alive() -> Weight {
|
||||||
// Minimum execution time: 33_809 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_968_000)
|
// Measured: `1198`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 34_465 nanoseconds.
|
||||||
|
Weight::from_ref_time(35_054_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn set_balance_creating() -> Weight {
|
fn set_balance_creating() -> Weight {
|
||||||
// Minimum execution time: 23_694 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(24_610_000)
|
// Measured: `1348`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 25_670 nanoseconds.
|
||||||
|
Weight::from_ref_time(26_254_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn set_balance_killing() -> Weight {
|
fn set_balance_killing() -> Weight {
|
||||||
// Minimum execution time: 27_156 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(27_727_000)
|
// Measured: `1348`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 28_919 nanoseconds.
|
||||||
|
Weight::from_ref_time(29_611_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
/// 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 {
|
fn force_transfer() -> Weight {
|
||||||
// Minimum execution time: 45_045 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(46_147_000)
|
// Measured: `1310`
|
||||||
|
// Estimated: `5206`
|
||||||
|
// Minimum execution time: 44_604 nanoseconds.
|
||||||
|
Weight::from_ref_time(45_498_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5206))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// 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 {
|
fn transfer_all() -> Weight {
|
||||||
// Minimum execution time: 40_239 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(41_296_000)
|
// Measured: `1198`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 39_412 nanoseconds.
|
||||||
|
Weight::from_ref_time(40_181_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// 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 {
|
fn force_unreserve() -> Weight {
|
||||||
// Minimum execution time: 21_014 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(21_561_000)
|
// Measured: `1232`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 22_520 nanoseconds.
|
||||||
|
Weight::from_ref_time(23_045_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
+98
-45
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_collator_selection`
|
//! Autogenerated weights for `pallet_collator_selection`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,79 +47,131 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_collator_selection`.
|
/// Weight functions for `pallet_collator_selection`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Session NextKeys (r:1 w:0)
|
/// Storage: Session NextKeys (r:100 w:0)
|
||||||
// Storage: CollatorSelection Invulnerables (r:0 w:1)
|
/// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: CollatorSelection Invulnerables (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
/// The range of component `b` is `[1, 100]`.
|
/// The range of component `b` is `[1, 100]`.
|
||||||
fn set_invulnerables(b: u32, ) -> Weight {
|
fn set_invulnerables(b: u32, ) -> Weight {
|
||||||
// Minimum execution time: 19_689 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_526_534)
|
// Measured: `214 + b * (78 ±0)`
|
||||||
// Standard Error: 3_821
|
// Estimated: `213 + b * (2554 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(2_843_746).saturating_mul(b.into()))
|
// Minimum execution time: 13_768 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_128_018)
|
||||||
|
.saturating_add(Weight::from_proof_size(213))
|
||||||
|
// Standard Error: 3_110
|
||||||
|
.saturating_add(Weight::from_ref_time(2_490_861).saturating_mul(b.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
|
.saturating_add(Weight::from_proof_size(2554).saturating_mul(b.into()))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection DesiredCandidates (r:0 w:1)
|
/// Storage: CollatorSelection DesiredCandidates (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection DesiredCandidates (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
fn set_desired_candidates() -> Weight {
|
fn set_desired_candidates() -> Weight {
|
||||||
// Minimum execution time: 13_168 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(13_677_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 6_359 nanoseconds.
|
||||||
|
Weight::from_ref_time(6_591_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection CandidacyBond (r:0 w:1)
|
/// Storage: CollatorSelection CandidacyBond (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection CandidacyBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
|
||||||
fn set_candidacy_bond() -> Weight {
|
fn set_candidacy_bond() -> Weight {
|
||||||
// Minimum execution time: 13_537 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(13_989_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 6_722 nanoseconds.
|
||||||
|
Weight::from_ref_time(6_963_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection Candidates (r:1 w:1)
|
/// Storage: CollatorSelection Candidates (r:1 w:1)
|
||||||
// Storage: CollatorSelection DesiredCandidates (r:1 w:0)
|
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen)
|
||||||
// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
/// Storage: CollatorSelection DesiredCandidates (r:1 w:0)
|
||||||
// Storage: Session NextKeys (r:1 w:0)
|
/// Proof: CollatorSelection DesiredCandidates (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: CollatorSelection CandidacyBond (r:1 w:0)
|
/// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
/// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
|
/// 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: CollatorSelection CandidacyBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
|
||||||
|
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
/// The range of component `c` is `[1, 999]`.
|
/// The range of component `c` is `[1, 999]`.
|
||||||
fn register_as_candidate(c: u32, ) -> Weight {
|
fn register_as_candidate(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 44_929 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(50_632_897)
|
// Measured: `1167 + c * (48 ±0)`
|
||||||
// Standard Error: 1_500
|
// Estimated: `56785 + c * (49 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(131_319).saturating_mul(c.into()))
|
// Minimum execution time: 35_190 nanoseconds.
|
||||||
|
Weight::from_ref_time(27_223_783)
|
||||||
|
.saturating_add(Weight::from_proof_size(56785))
|
||||||
|
// Standard Error: 1_270
|
||||||
|
.saturating_add(Weight::from_ref_time(103_824).saturating_mul(c.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
|
.saturating_add(Weight::from_proof_size(49).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection Candidates (r:1 w:1)
|
/// Storage: CollatorSelection Candidates (r:1 w:1)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen)
|
||||||
|
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
/// The range of component `c` is `[6, 1000]`.
|
/// The range of component `c` is `[6, 1000]`.
|
||||||
fn leave_intent(c: u32, ) -> Weight {
|
fn leave_intent(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 34_252 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(30_231_641)
|
// Measured: `503 + c * (48 ±0)`
|
||||||
// Standard Error: 1_897
|
// Estimated: `48497`
|
||||||
.saturating_add(Weight::from_ref_time(138_396).saturating_mul(c.into()))
|
// Minimum execution time: 26_271 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_336_190)
|
||||||
|
.saturating_add(Weight::from_proof_size(48497))
|
||||||
|
// Standard Error: 1_250
|
||||||
|
.saturating_add(Weight::from_ref_time(105_123).saturating_mul(c.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
/// Storage: System Account (r:2 w:2)
|
||||||
// Storage: System BlockWeight (r:1 w:1)
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
/// Storage: System BlockWeight (r:1 w:1)
|
||||||
|
/// Proof: System BlockWeight (max_values: Some(1), max_size: Some(48), added: 543, mode: MaxEncodedLen)
|
||||||
|
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
fn note_author() -> Weight {
|
fn note_author() -> Weight {
|
||||||
// Minimum execution time: 33_794 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_896_000)
|
// Measured: `187`
|
||||||
|
// Estimated: `5749`
|
||||||
|
// Minimum execution time: 26_583 nanoseconds.
|
||||||
|
Weight::from_ref_time(26_888_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5749))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection Candidates (r:1 w:1)
|
/// Storage: CollatorSelection Candidates (r:1 w:0)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:1000 w:1)
|
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: CollatorSelection LastAuthoredBlock (r:999 w:0)
|
||||||
// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
// Storage: System BlockWeight (r:1 w:1)
|
/// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
||||||
|
/// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
|
/// 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:995 w:995)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
/// The range of component `r` is `[1, 1000]`.
|
/// The range of component `r` is `[1, 1000]`.
|
||||||
/// The range of component `c` is `[1, 1000]`.
|
/// The range of component `c` is `[1, 1000]`.
|
||||||
fn new_session(_r: u32, c: u32, ) -> Weight {
|
fn new_session(r: u32, c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 18_474 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(18_885_000)
|
// Measured: `22878 + r * (148 ±0) + c * (97 ±0)`
|
||||||
// Standard Error: 864_142
|
// Estimated: `52737 + c * (2519 ±0) + r * (2602 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(31_155_093).saturating_mul(c.into()))
|
// Minimum execution time: 16_250 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_601_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(52737))
|
||||||
|
// Standard Error: 763_853
|
||||||
|
.saturating_add(Weight::from_ref_time(27_869_355).saturating_mul(c.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(2519).saturating_mul(c.into()))
|
||||||
|
.saturating_add(Weight::from_proof_size(2602).saturating_mul(r.into()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_multisig`
|
//! Autogenerated weights for `pallet_multisig`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -48,80 +49,113 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
|||||||
impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_threshold_1(z: u32, ) -> Weight {
|
fn as_multi_threshold_1(z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 17_126 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_701_599)
|
// Measured: `0`
|
||||||
// Standard Error: 16
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(655).saturating_mul(z.into()))
|
// Minimum execution time: 12_039 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_378_049)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 1
|
||||||
|
.saturating_add(Weight::from_ref_time(485).saturating_mul(z.into()))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
/// 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 `s` is `[2, 100]`.
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_create(s: u32, z: u32, ) -> Weight {
|
fn as_multi_create(s: u32, z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 48_951 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(38_599_054)
|
// Measured: `314 + s * (2 ±0)`
|
||||||
// Standard Error: 2_940
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(160_195).saturating_mul(s.into()))
|
// Minimum execution time: 35_309 nanoseconds.
|
||||||
// Standard Error: 28
|
Weight::from_ref_time(28_767_595)
|
||||||
.saturating_add(Weight::from_ref_time(1_897).saturating_mul(z.into()))
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
// Standard Error: 572
|
||||||
|
.saturating_add(Weight::from_ref_time(73_429).saturating_mul(s.into()))
|
||||||
|
// Standard Error: 5
|
||||||
|
.saturating_add(Weight::from_ref_time(1_487).saturating_mul(z.into()))
|
||||||
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// 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 `s` is `[3, 100]`.
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
|
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 36_882 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(26_005_891)
|
// Measured: `313`
|
||||||
// Standard Error: 2_412
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(147_551).saturating_mul(s.into()))
|
// Minimum execution time: 26_191 nanoseconds.
|
||||||
// Standard Error: 23
|
Weight::from_ref_time(19_850_530)
|
||||||
.saturating_add(Weight::from_ref_time(2_099).saturating_mul(z.into()))
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 440
|
||||||
|
.saturating_add(Weight::from_ref_time(68_426).saturating_mul(s.into()))
|
||||||
|
// Standard Error: 4
|
||||||
|
.saturating_add(Weight::from_ref_time(1_505).saturating_mul(z.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||||
// Storage: System Account (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 `s` is `[2, 100]`.
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
|
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 54_926 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(37_006_728)
|
// Measured: `451 + s * (33 ±0)`
|
||||||
// Standard Error: 2_774
|
// Estimated: `8424`
|
||||||
.saturating_add(Weight::from_ref_time(228_213).saturating_mul(s.into()))
|
// Minimum execution time: 39_875 nanoseconds.
|
||||||
// Standard Error: 27
|
Weight::from_ref_time(32_057_678)
|
||||||
.saturating_add(Weight::from_ref_time(2_199).saturating_mul(z.into()))
|
.saturating_add(Weight::from_proof_size(8424))
|
||||||
|
// Standard Error: 715
|
||||||
|
.saturating_add(Weight::from_ref_time(84_736).saturating_mul(s.into()))
|
||||||
|
// Standard Error: 7
|
||||||
|
.saturating_add(Weight::from_ref_time(1_511).saturating_mul(z.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
/// 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 `s` is `[2, 100]`.
|
||||||
fn approve_as_multi_create(s: u32, ) -> Weight {
|
fn approve_as_multi_create(s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 33_590 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(36_815_588)
|
// Measured: `321 + s * (2 ±0)`
|
||||||
// Standard Error: 2_224
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(155_799).saturating_mul(s.into()))
|
// Minimum execution time: 25_536 nanoseconds.
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
Weight::from_ref_time(27_146_180)
|
||||||
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 991
|
||||||
|
.saturating_add(Weight::from_ref_time(77_408).saturating_mul(s.into()))
|
||||||
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// 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 `s` is `[2, 100]`.
|
||||||
fn approve_as_multi_approve(s: u32, ) -> Weight {
|
fn approve_as_multi_approve(s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 23_241 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(25_670_415)
|
// Measured: `313`
|
||||||
// Standard Error: 2_237
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(140_332).saturating_mul(s.into()))
|
// Minimum execution time: 17_409 nanoseconds.
|
||||||
|
Weight::from_ref_time(18_559_189)
|
||||||
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 518
|
||||||
|
.saturating_add(Weight::from_ref_time(72_083).saturating_mul(s.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// 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 `s` is `[2, 100]`.
|
||||||
fn cancel_as_multi(s: u32, ) -> Weight {
|
fn cancel_as_multi(s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 34_194 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(37_547_979)
|
// Measured: `517 + s * (1 ±0)`
|
||||||
// Standard Error: 3_750
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(144_156).saturating_mul(s.into()))
|
// Minimum execution time: 26_502 nanoseconds.
|
||||||
|
Weight::from_ref_time(28_258_573)
|
||||||
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 819
|
||||||
|
.saturating_add(Weight::from_ref_time(78_480).saturating_mul(s.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_session`
|
//! Autogenerated weights for `pallet_session`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,19 +47,31 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_session`.
|
/// Weight functions for `pallet_session`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Session NextKeys (r:1 w:1)
|
/// Storage: Session NextKeys (r:1 w:1)
|
||||||
// Storage: Session KeyOwner (r:1 w:1)
|
/// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: Session KeyOwner (r:1 w:1)
|
||||||
|
/// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured)
|
||||||
fn set_keys() -> Weight {
|
fn set_keys() -> Weight {
|
||||||
// Minimum execution time: 22_375 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(23_154_000)
|
// Measured: `297`
|
||||||
|
// Estimated: `5544`
|
||||||
|
// Minimum execution time: 15_673 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_101_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5544))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Session NextKeys (r:1 w:1)
|
/// Storage: Session NextKeys (r:1 w:1)
|
||||||
// Storage: Session KeyOwner (r:0 w:1)
|
/// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: Session KeyOwner (r:0 w:1)
|
||||||
|
/// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured)
|
||||||
fn purge_keys() -> Weight {
|
fn purge_keys() -> Weight {
|
||||||
// Minimum execution time: 18_850 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_469_000)
|
// Measured: `279`
|
||||||
|
// Estimated: `3033`
|
||||||
|
// Minimum execution time: 12_241 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_552_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(3033))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_timestamp`
|
//! Autogenerated weights for `pallet_timestamp`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,16 +47,26 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_timestamp`.
|
/// Weight functions for `pallet_timestamp`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Timestamp Now (r:1 w:1)
|
/// Storage: Timestamp Now (r:1 w:1)
|
||||||
// Storage: Aura CurrentSlot (r:1 w:0)
|
/// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Aura CurrentSlot (r:1 w:0)
|
||||||
|
/// Proof: Aura CurrentSlot (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
|
||||||
fn set() -> Weight {
|
fn set() -> Weight {
|
||||||
// Minimum execution time: 9_222 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(9_644_000)
|
// Measured: `49`
|
||||||
|
// Estimated: `1006`
|
||||||
|
// Minimum execution time: 7_105 nanoseconds.
|
||||||
|
Weight::from_ref_time(7_296_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(1006))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
fn on_finalize() -> Weight {
|
fn on_finalize() -> Weight {
|
||||||
// Minimum execution time: 4_556 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(4_895_000)
|
// Measured: `57`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 3_270 nanoseconds.
|
||||||
|
Weight::from_ref_time(3_398_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_utility`
|
//! Autogenerated weights for `pallet_utility`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -48,31 +49,51 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
|||||||
impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
||||||
/// The range of component `c` is `[0, 1000]`.
|
/// The range of component `c` is `[0, 1000]`.
|
||||||
fn batch(c: u32, ) -> Weight {
|
fn batch(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 13_554 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(37_436_715)
|
// Measured: `0`
|
||||||
// Standard Error: 7_174
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(4_470_828).saturating_mul(c.into()))
|
// Minimum execution time: 5_752 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_025_089)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 1_912
|
||||||
|
.saturating_add(Weight::from_ref_time(3_735_986).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
fn as_derivative() -> Weight {
|
fn as_derivative() -> Weight {
|
||||||
// Minimum execution time: 6_430 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(6_708_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 4_237 nanoseconds.
|
||||||
|
Weight::from_ref_time(4_392_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
/// The range of component `c` is `[0, 1000]`.
|
/// The range of component `c` is `[0, 1000]`.
|
||||||
fn batch_all(c: u32, ) -> Weight {
|
fn batch_all(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 13_392 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(905_071)
|
// Measured: `0`
|
||||||
// Standard Error: 6_438
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(4_757_129).saturating_mul(c.into()))
|
// Minimum execution time: 5_645 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_082_395)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 2_061
|
||||||
|
.saturating_add(Weight::from_ref_time(3_918_503).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
fn dispatch_as() -> Weight {
|
fn dispatch_as() -> Weight {
|
||||||
// Minimum execution time: 14_905 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(15_464_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 7_613 nanoseconds.
|
||||||
|
Weight::from_ref_time(7_868_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
/// The range of component `c` is `[0, 1000]`.
|
/// The range of component `c` is `[0, 1000]`.
|
||||||
fn force_batch(c: u32, ) -> Weight {
|
fn force_batch(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 13_277 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(37_104_411)
|
// Measured: `0`
|
||||||
// Standard Error: 6_972
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(4_444_489).saturating_mul(c.into()))
|
// Minimum execution time: 5_909 nanoseconds.
|
||||||
|
Weight::from_ref_time(11_406_668)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 2_399
|
||||||
|
.saturating_add(Weight::from_ref_time(3_759_278).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,25 +17,25 @@
|
|||||||
//! Autogenerated weights for `pallet_xcm`
|
//! Autogenerated weights for `pallet_xcm`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2022-12-22, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
// /home/benchbot/cargo_target_dir/production/polkadot-parachain
|
// ./artifacts/polkadot-parachain
|
||||||
// benchmark
|
// benchmark
|
||||||
// pallet
|
// pallet
|
||||||
// --steps=50
|
// --chain=bridge-hub-kusama-dev
|
||||||
// --repeat=20
|
|
||||||
// --extrinsic=*
|
|
||||||
// --execution=wasm
|
// --execution=wasm
|
||||||
// --wasm-execution=compiled
|
// --wasm-execution=compiled
|
||||||
// --heap-pages=4096
|
|
||||||
// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/cumulus/.git/.artifacts/bench.json
|
|
||||||
// --pallet=pallet_xcm
|
// --pallet=pallet_xcm
|
||||||
// --chain=bridge-hub-kusama-dev
|
// --extrinsic=*
|
||||||
|
// --steps=50
|
||||||
|
// --repeat=20
|
||||||
|
// --json
|
||||||
// --header=./file_header.txt
|
// --header=./file_header.txt
|
||||||
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/
|
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/pallet_xcm.rs
|
||||||
|
|
||||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||||
#![allow(unused_parens)]
|
#![allow(unused_parens)]
|
||||||
@@ -47,126 +47,228 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_xcm`.
|
/// Weight functions for `pallet_xcm`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn send() -> Weight {
|
fn send() -> Weight {
|
||||||
// Minimum execution time: 26_824 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(27_272_000)
|
// Measured: `38`
|
||||||
|
// Estimated: `4645`
|
||||||
|
// Minimum execution time: 23_601 nanoseconds.
|
||||||
|
Weight::from_ref_time(24_078_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(4645))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
/// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
/// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
fn teleport_assets() -> Weight {
|
fn teleport_assets() -> Weight {
|
||||||
// Minimum execution time: 32_322 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(32_760_000)
|
// Measured: `32`
|
||||||
|
// Estimated: `499`
|
||||||
|
// Minimum execution time: 23_225 nanoseconds.
|
||||||
|
Weight::from_ref_time(23_887_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(499))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
}
|
}
|
||||||
// Storage: Benchmark Override (r:0 w:0)
|
/// Storage: Benchmark Override (r:0 w:0)
|
||||||
|
/// Proof Skipped: Benchmark Override (max_values: None, max_size: None, mode: Measured)
|
||||||
fn reserve_transfer_assets() -> Weight {
|
fn reserve_transfer_assets() -> Weight {
|
||||||
|
// Proof Size summary in bytes:
|
||||||
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
// Minimum execution time: 18_446_744_073_709_551 nanoseconds.
|
// Minimum execution time: 18_446_744_073_709_551 nanoseconds.
|
||||||
Weight::from_ref_time(18_446_744_073_709_551_000)
|
Weight::from_ref_time(18_446_744_073_709_551_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
// Storage: Benchmark Override (r:0 w:0)
|
/// Storage: Benchmark Override (r:0 w:0)
|
||||||
|
/// Proof Skipped: Benchmark Override (max_values: None, max_size: None, mode: Measured)
|
||||||
fn execute() -> Weight {
|
fn execute() -> Weight {
|
||||||
|
// Proof Size summary in bytes:
|
||||||
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
// Minimum execution time: 18_446_744_073_709_551 nanoseconds.
|
// Minimum execution time: 18_446_744_073_709_551 nanoseconds.
|
||||||
Weight::from_ref_time(18_446_744_073_709_551_000)
|
Weight::from_ref_time(18_446_744_073_709_551_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:0 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
fn force_xcm_version() -> Weight {
|
fn force_xcm_version() -> Weight {
|
||||||
// Minimum execution time: 14_919 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(15_388_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 8_434 nanoseconds.
|
||||||
|
Weight::from_ref_time(8_839_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:0 w:1)
|
/// Storage: PolkadotXcm SafeXcmVersion (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn force_default_xcm_version() -> Weight {
|
fn force_default_xcm_version() -> Weight {
|
||||||
// Minimum execution time: 4_754 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(4_857_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 2_484 nanoseconds.
|
||||||
|
Weight::from_ref_time(2_611_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
/// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
||||||
// Storage: PolkadotXcm QueryCounter (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Storage: PolkadotXcm QueryCounter (r:1 w:1)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm QueryCounter (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: PolkadotXcm Queries (r:0 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm Queries (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
|
||||||
fn force_subscribe_version_notify() -> Weight {
|
fn force_subscribe_version_notify() -> Weight {
|
||||||
// Minimum execution time: 31_107 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(31_928_000)
|
// Measured: `38`
|
||||||
|
// Estimated: `7729`
|
||||||
|
// Minimum execution time: 28_465 nanoseconds.
|
||||||
|
Weight::from_ref_time(29_023_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7729))
|
||||||
.saturating_add(T::DbWeight::get().reads(7))
|
.saturating_add(T::DbWeight::get().reads(7))
|
||||||
.saturating_add(T::DbWeight::get().writes(5))
|
.saturating_add(T::DbWeight::get().writes(5))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
/// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm Queries (r:0 w:1)
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm Queries (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
|
||||||
fn force_unsubscribe_version_notify() -> Weight {
|
fn force_unsubscribe_version_notify() -> Weight {
|
||||||
// Minimum execution time: 31_745 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(32_243_000)
|
// Measured: `220`
|
||||||
|
// Estimated: `8470`
|
||||||
|
// Minimum execution time: 31_086 nanoseconds.
|
||||||
|
Weight::from_ref_time(31_385_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(8470))
|
||||||
.saturating_add(T::DbWeight::get().reads(6))
|
.saturating_add(T::DbWeight::get().reads(6))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:4 w:2)
|
/// Storage: PolkadotXcm SupportedVersion (r:4 w:2)
|
||||||
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
fn migrate_supported_version() -> Weight {
|
fn migrate_supported_version() -> Weight {
|
||||||
// Minimum execution time: 13_855 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_060_000)
|
// Measured: `95`
|
||||||
|
// Estimated: `9995`
|
||||||
|
// Minimum execution time: 13_701 nanoseconds.
|
||||||
|
Weight::from_ref_time(13_987_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(9995))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifiers (r:4 w:2)
|
/// Storage: PolkadotXcm VersionNotifiers (r:4 w:2)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
|
||||||
fn migrate_version_notifiers() -> Weight {
|
fn migrate_version_notifiers() -> Weight {
|
||||||
// Minimum execution time: 13_693 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(13_984_000)
|
// Measured: `99`
|
||||||
|
// Estimated: `9999`
|
||||||
|
// Minimum execution time: 13_723 nanoseconds.
|
||||||
|
Weight::from_ref_time(14_166_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(9999))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:5 w:0)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:5 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
fn already_notified_target() -> Weight {
|
fn already_notified_target() -> Weight {
|
||||||
// Minimum execution time: 15_148 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(15_399_000)
|
// Measured: `106`
|
||||||
|
// Estimated: `12481`
|
||||||
|
// Minimum execution time: 15_381 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_770_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(12481))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn notify_current_targets() -> Weight {
|
fn notify_current_targets() -> Weight {
|
||||||
// Minimum execution time: 26_582 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(27_284_000)
|
// Measured: `106`
|
||||||
|
// Estimated: `10041`
|
||||||
|
// Minimum execution time: 27_952 nanoseconds.
|
||||||
|
Weight::from_ref_time(28_321_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10041))
|
||||||
.saturating_add(T::DbWeight::get().reads(7))
|
.saturating_add(T::DbWeight::get().reads(7))
|
||||||
.saturating_add(T::DbWeight::get().writes(3))
|
.saturating_add(T::DbWeight::get().writes(3))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:3 w:0)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:3 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
fn notify_target_migration_fail() -> Weight {
|
fn notify_target_migration_fail() -> Weight {
|
||||||
// Minimum execution time: 6_961 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(7_139_000)
|
// Measured: `136`
|
||||||
|
// Estimated: `7561`
|
||||||
|
// Minimum execution time: 8_516 nanoseconds.
|
||||||
|
Weight::from_ref_time(8_922_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7561))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
fn migrate_version_notify_targets() -> Weight {
|
fn migrate_version_notify_targets() -> Weight {
|
||||||
// Minimum execution time: 14_094 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_474_000)
|
// Measured: `106`
|
||||||
|
// Estimated: `10006`
|
||||||
|
// Minimum execution time: 16_615 nanoseconds.
|
||||||
|
Weight::from_ref_time(17_074_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10006))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn migrate_and_notify_old_targets() -> Weight {
|
fn migrate_and_notify_old_targets() -> Weight {
|
||||||
// Minimum execution time: 31_931 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(32_628_000)
|
// Measured: `112`
|
||||||
|
// Estimated: `15027`
|
||||||
|
// Minimum execution time: 36_726 nanoseconds.
|
||||||
|
Weight::from_ref_time(37_319_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(15027))
|
||||||
.saturating_add(T::DbWeight::get().reads(9))
|
.saturating_add(T::DbWeight::get().reads(9))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
|
|||||||
+32
-9
@@ -18,8 +18,8 @@
|
|||||||
//! Autogenerated weights for `pallet_xcm_benchmarks::fungible`
|
//! Autogenerated weights for `pallet_xcm_benchmarks::fungible`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -49,58 +49,81 @@ use sp_std::marker::PhantomData;
|
|||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> WeightInfo<T> {
|
impl<T: frame_system::Config> WeightInfo<T> {
|
||||||
// Storage: System Account (r:1 w:1)
|
// Storage: System Account (r:1 w:1)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
pub(crate) fn withdraw_asset() -> Weight {
|
pub(crate) fn withdraw_asset() -> Weight {
|
||||||
Weight::from_ref_time(29_875_000 as u64)
|
Weight::from_ref_time(18_301_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
// Storage: System Account (r:2 w:2)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
pub(crate) fn transfer_asset() -> Weight {
|
pub(crate) fn transfer_asset() -> Weight {
|
||||||
Weight::from_ref_time(42_299_000 as u64)
|
Weight::from_ref_time(29_321_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
// Storage: System Account (r:2 w:2)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn transfer_reserve_asset() -> Weight {
|
pub(crate) fn transfer_reserve_asset() -> Weight {
|
||||||
Weight::from_ref_time(66_218_000 as u64)
|
Weight::from_ref_time(50_754_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(8 as u64))
|
.saturating_add(T::DbWeight::get().reads(8 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn receive_teleported_asset() -> Weight {
|
pub(crate) fn receive_teleported_asset() -> Weight {
|
||||||
Weight::from_ref_time(7_627_000 as u64)
|
Weight::from_ref_time(3_814_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
// Storage: System Account (r:1 w:1)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
pub(crate) fn deposit_asset() -> Weight {
|
pub(crate) fn deposit_asset() -> Weight {
|
||||||
Weight::from_ref_time(32_163_000 as u64)
|
Weight::from_ref_time(21_596_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
// Storage: System Account (r:1 w:1)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn deposit_reserve_asset() -> Weight {
|
pub(crate) fn deposit_reserve_asset() -> Weight {
|
||||||
Weight::from_ref_time(57_496_000 as u64)
|
Weight::from_ref_time(45_534_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(7 as u64))
|
.saturating_add(T::DbWeight::get().reads(7 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn initiate_teleport() -> Weight {
|
pub(crate) fn initiate_teleport() -> Weight {
|
||||||
Weight::from_ref_time(35_502_000 as u64)
|
Weight::from_ref_time(26_876_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
|
|||||||
+70
-31
@@ -18,8 +18,8 @@
|
|||||||
//! Autogenerated weights for `pallet_xcm_benchmarks::generic`
|
//! Autogenerated weights for `pallet_xcm_benchmarks::generic`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -49,145 +49,184 @@ use sp_std::marker::PhantomData;
|
|||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> WeightInfo<T> {
|
impl<T: frame_system::Config> WeightInfo<T> {
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn report_holding() -> Weight {
|
pub(crate) fn report_holding() -> Weight {
|
||||||
Weight::from_ref_time(43_400_000 as u64)
|
Weight::from_ref_time(30_320_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn buy_execution() -> Weight {
|
pub(crate) fn buy_execution() -> Weight {
|
||||||
Weight::from_ref_time(6_013_000 as u64)
|
Weight::from_ref_time(2_776_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm Queries (r:1 w:0)
|
// Storage: PolkadotXcm Queries (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
|
||||||
pub(crate) fn query_response() -> Weight {
|
pub(crate) fn query_response() -> Weight {
|
||||||
Weight::from_ref_time(19_456_000 as u64)
|
Weight::from_ref_time(10_396_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn transact() -> Weight {
|
pub(crate) fn transact() -> Weight {
|
||||||
Weight::from_ref_time(23_878_000 as u64)
|
Weight::from_ref_time(11_646_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn refund_surplus() -> Weight {
|
pub(crate) fn refund_surplus() -> Weight {
|
||||||
Weight::from_ref_time(6_415_000 as u64)
|
Weight::from_ref_time(2_853_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn set_error_handler() -> Weight {
|
pub(crate) fn set_error_handler() -> Weight {
|
||||||
Weight::from_ref_time(6_119_000 as u64)
|
Weight::from_ref_time(2_746_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn set_appendix() -> Weight {
|
pub(crate) fn set_appendix() -> Weight {
|
||||||
Weight::from_ref_time(6_023_000 as u64)
|
Weight::from_ref_time(2_742_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn clear_error() -> Weight {
|
pub(crate) fn clear_error() -> Weight {
|
||||||
Weight::from_ref_time(6_241_000 as u64)
|
Weight::from_ref_time(2_750_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn descend_origin() -> Weight {
|
pub(crate) fn descend_origin() -> Weight {
|
||||||
Weight::from_ref_time(7_376_000 as u64)
|
Weight::from_ref_time(3_512_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn clear_origin() -> Weight {
|
pub(crate) fn clear_origin() -> Weight {
|
||||||
Weight::from_ref_time(6_400_000 as u64)
|
Weight::from_ref_time(2_710_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn report_error() -> Weight {
|
pub(crate) fn report_error() -> Weight {
|
||||||
Weight::from_ref_time(32_181_000 as u64)
|
Weight::from_ref_time(23_834_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm AssetTraps (r:1 w:1)
|
// Storage: PolkadotXcm AssetTraps (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm AssetTraps (max_values: None, max_size: None, mode: Measured)
|
||||||
pub(crate) fn claim_asset() -> Weight {
|
pub(crate) fn claim_asset() -> Weight {
|
||||||
Weight::from_ref_time(23_100_000 as u64)
|
Weight::from_ref_time(14_091_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn trap() -> Weight {
|
pub(crate) fn trap() -> Weight {
|
||||||
Weight::from_ref_time(6_305_000 as u64)
|
Weight::from_ref_time(2_702_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:1 w:1)
|
// Storage: PolkadotXcm VersionNotifyTargets (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn subscribe_version() -> Weight {
|
pub(crate) fn subscribe_version() -> Weight {
|
||||||
Weight::from_ref_time(35_429_000 as u64)
|
Weight::from_ref_time(24_071_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:0 w:1)
|
// Storage: PolkadotXcm VersionNotifyTargets (r:0 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
pub(crate) fn unsubscribe_version() -> Weight {
|
pub(crate) fn unsubscribe_version() -> Weight {
|
||||||
Weight::from_ref_time(7_802_000 as u64)
|
Weight::from_ref_time(4_648_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn initiate_reserve_withdraw() -> Weight {
|
pub(crate) fn initiate_reserve_withdraw() -> Weight {
|
||||||
Weight::from_ref_time(38_381_000 as u64)
|
Weight::from_ref_time(26_772_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn burn_asset() -> Weight {
|
pub(crate) fn burn_asset() -> Weight {
|
||||||
Weight::from_ref_time(7_690_000 as u64)
|
Weight::from_ref_time(4_249_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_asset() -> Weight {
|
pub(crate) fn expect_asset() -> Weight {
|
||||||
Weight::from_ref_time(6_165_000 as u64)
|
Weight::from_ref_time(2_860_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_origin() -> Weight {
|
pub(crate) fn expect_origin() -> Weight {
|
||||||
Weight::from_ref_time(7_276_000 as u64)
|
Weight::from_ref_time(2_849_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_error() -> Weight {
|
pub(crate) fn expect_error() -> Weight {
|
||||||
Weight::from_ref_time(6_193_000 as u64)
|
Weight::from_ref_time(2_692_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_transact_status() -> Weight {
|
pub(crate) fn expect_transact_status() -> Weight {
|
||||||
Weight::from_ref_time(7_076_000 as u64)
|
Weight::from_ref_time(2_886_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn query_pallet() -> Weight {
|
pub(crate) fn query_pallet() -> Weight {
|
||||||
Weight::from_ref_time(37_138_000 as u64)
|
Weight::from_ref_time(28_452_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_pallet() -> Weight {
|
pub(crate) fn expect_pallet() -> Weight {
|
||||||
Weight::from_ref_time(8_726_000 as u64)
|
Weight::from_ref_time(4_257_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn report_transact_status() -> Weight {
|
pub(crate) fn report_transact_status() -> Weight {
|
||||||
Weight::from_ref_time(32_311_000 as u64)
|
Weight::from_ref_time(24_235_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn clear_transact_status() -> Weight {
|
pub(crate) fn clear_transact_status() -> Weight {
|
||||||
Weight::from_ref_time(6_078_000 as u64)
|
Weight::from_ref_time(2_749_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn set_topic() -> Weight {
|
pub(crate) fn set_topic() -> Weight {
|
||||||
Weight::from_ref_time(6_234_000 as u64)
|
Weight::from_ref_time(2_718_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn clear_topic() -> Weight {
|
pub(crate) fn clear_topic() -> Weight {
|
||||||
Weight::from_ref_time(6_739_000 as u64)
|
Weight::from_ref_time(2_685_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn set_fees_mode() -> Weight {
|
pub(crate) fn set_fees_mode() -> Weight {
|
||||||
Weight::from_ref_time(6_060_000 as u64)
|
Weight::from_ref_time(2_735_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn unpaid_execution() -> Weight {
|
pub(crate) fn unpaid_execution() -> Weight {
|
||||||
Weight::from_ref_time(6_940_000 as u64)
|
Weight::from_ref_time(2_842_000 as u64)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+26
-16
@@ -17,25 +17,25 @@
|
|||||||
//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
|
//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-26, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
// target/production/polkadot-parachain
|
// ./artifacts/polkadot-parachain
|
||||||
// benchmark
|
// benchmark
|
||||||
// pallet
|
// pallet
|
||||||
// --steps=50
|
// --chain=bridge-hub-polkadot-dev
|
||||||
// --repeat=20
|
|
||||||
// --extrinsic=*
|
|
||||||
// --execution=wasm
|
// --execution=wasm
|
||||||
// --wasm-execution=compiled
|
// --wasm-execution=compiled
|
||||||
// --heap-pages=4096
|
|
||||||
// --json-file=/builds/parity/mirrors/cumulus/.git/.artifacts/bench.json
|
|
||||||
// --pallet=cumulus_pallet_xcmp_queue
|
// --pallet=cumulus_pallet_xcmp_queue
|
||||||
// --chain=bridge-hub-polkadot-dev
|
// --extrinsic=*
|
||||||
|
// --steps=50
|
||||||
|
// --repeat=20
|
||||||
|
// --json
|
||||||
// --header=./file_header.txt
|
// --header=./file_header.txt
|
||||||
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/
|
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/cumulus_pallet_xcmp_queue.rs
|
||||||
|
|
||||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||||
#![allow(unused_parens)]
|
#![allow(unused_parens)]
|
||||||
@@ -47,17 +47,27 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `cumulus_pallet_xcmp_queue`.
|
/// Weight functions for `cumulus_pallet_xcmp_queue`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: XcmpQueue QueueConfig (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 set_config_with_u32() -> Weight {
|
fn set_config_with_u32() -> Weight {
|
||||||
// Minimum execution time: 6_741 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(7_108_000)
|
// Measured: `76`
|
||||||
|
// Estimated: `571`
|
||||||
|
// Minimum execution time: 4_798 nanoseconds.
|
||||||
|
Weight::from_ref_time(5_139_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(571))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: XcmpQueue QueueConfig (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 set_config_with_weight() -> Weight {
|
fn set_config_with_weight() -> Weight {
|
||||||
// Minimum execution time: 6_662 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(7_133_000)
|
// Measured: `76`
|
||||||
|
// Estimated: `571`
|
||||||
|
// Minimum execution time: 4_942 nanoseconds.
|
||||||
|
Weight::from_ref_time(5_056_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(571))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,25 +17,25 @@
|
|||||||
//! Autogenerated weights for `frame_system`
|
//! Autogenerated weights for `frame_system`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
// target/production/polkadot-parachain
|
// ./artifacts/polkadot-parachain
|
||||||
// benchmark
|
// benchmark
|
||||||
// pallet
|
// pallet
|
||||||
// --steps=50
|
// --chain=bridge-hub-polkadot-dev
|
||||||
// --repeat=20
|
|
||||||
// --extrinsic=*
|
|
||||||
// --execution=wasm
|
// --execution=wasm
|
||||||
// --wasm-execution=compiled
|
// --wasm-execution=compiled
|
||||||
// --heap-pages=4096
|
|
||||||
// --json-file=/builds/parity/mirrors/cumulus/.git/.artifacts/bench.json
|
|
||||||
// --pallet=frame_system
|
// --pallet=frame_system
|
||||||
// --chain=bridge-hub-polkadot-dev
|
// --extrinsic=*
|
||||||
|
// --steps=50
|
||||||
|
// --repeat=20
|
||||||
|
// --json
|
||||||
// --header=./file_header.txt
|
// --header=./file_header.txt
|
||||||
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/
|
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/frame_system.rs
|
||||||
|
|
||||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||||
#![allow(unused_parens)]
|
#![allow(unused_parens)]
|
||||||
@@ -49,51 +49,81 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
|||||||
impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
||||||
/// The range of component `b` is `[0, 3932160]`.
|
/// The range of component `b` is `[0, 3932160]`.
|
||||||
fn remark(b: u32, ) -> Weight {
|
fn remark(b: u32, ) -> Weight {
|
||||||
// Minimum execution time: 3_595 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(1_092_995)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 1_628 nanoseconds.
|
||||||
|
Weight::from_ref_time(1_691_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
// Standard Error: 0
|
// Standard Error: 0
|
||||||
.saturating_add(Weight::from_ref_time(538).saturating_mul(b.into()))
|
.saturating_add(Weight::from_ref_time(369).saturating_mul(b.into()))
|
||||||
}
|
}
|
||||||
/// The range of component `b` is `[0, 3932160]`.
|
/// The range of component `b` is `[0, 3932160]`.
|
||||||
fn remark_with_event(b: u32, ) -> Weight {
|
fn remark_with_event(b: u32, ) -> Weight {
|
||||||
// Minimum execution time: 13_159 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(215_912_983)
|
// Measured: `0`
|
||||||
// Standard Error: 5
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(1_904).saturating_mul(b.into()))
|
// Minimum execution time: 6_332 nanoseconds.
|
||||||
|
Weight::from_ref_time(6_564_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 0
|
||||||
|
.saturating_add(Weight::from_ref_time(1_714).saturating_mul(b.into()))
|
||||||
}
|
}
|
||||||
// Storage: System Digest (r:1 w:1)
|
/// Storage: System Digest (r:1 w:1)
|
||||||
// Storage: unknown [0x3a686561707061676573] (r:0 w:1)
|
/// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: unknown `0x3a686561707061676573` (r:0 w:1)
|
||||||
|
/// Proof Skipped: unknown `0x3a686561707061676573` (r:0 w:1)
|
||||||
fn set_heap_pages() -> Weight {
|
fn set_heap_pages() -> Weight {
|
||||||
// Minimum execution time: 7_713 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(7_991_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `495`
|
||||||
|
// Minimum execution time: 3_441 nanoseconds.
|
||||||
|
Weight::from_ref_time(3_684_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(495))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Skipped Metadata (r:0 w:0)
|
/// Storage: Skipped Metadata (r:0 w:0)
|
||||||
|
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `i` is `[0, 1000]`.
|
/// The range of component `i` is `[0, 1000]`.
|
||||||
fn set_storage(i: u32, ) -> Weight {
|
fn set_storage(i: u32, ) -> Weight {
|
||||||
// Minimum execution time: 3_618 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(3_808_000)
|
// Measured: `0`
|
||||||
// Standard Error: 2_175
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(679_779).saturating_mul(i.into()))
|
// Minimum execution time: 1_698 nanoseconds.
|
||||||
|
Weight::from_ref_time(1_802_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 1_738
|
||||||
|
.saturating_add(Weight::from_ref_time(576_825).saturating_mul(i.into()))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||||
}
|
}
|
||||||
// Storage: Skipped Metadata (r:0 w:0)
|
/// Storage: Skipped Metadata (r:0 w:0)
|
||||||
|
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `i` is `[0, 1000]`.
|
/// The range of component `i` is `[0, 1000]`.
|
||||||
fn kill_storage(i: u32, ) -> Weight {
|
fn kill_storage(i: u32, ) -> Weight {
|
||||||
// Minimum execution time: 3_847 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(3_941_000)
|
// Measured: `0`
|
||||||
// Standard Error: 947
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(518_725).saturating_mul(i.into()))
|
// Minimum execution time: 1_782 nanoseconds.
|
||||||
|
Weight::from_ref_time(1_826_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 808
|
||||||
|
.saturating_add(Weight::from_ref_time(446_795).saturating_mul(i.into()))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||||
}
|
}
|
||||||
// Storage: Skipped Metadata (r:0 w:0)
|
/// Storage: Skipped Metadata (r:0 w:0)
|
||||||
|
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `p` is `[0, 1000]`.
|
/// The range of component `p` is `[0, 1000]`.
|
||||||
fn kill_prefix(p: u32, ) -> Weight {
|
fn kill_prefix(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 5_334 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(5_499_000)
|
// Measured: `68 + p * (69 ±0)`
|
||||||
// Standard Error: 1_248
|
// Estimated: `66 + p * (70 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(1_158_538).saturating_mul(p.into()))
|
// Minimum execution time: 3_444 nanoseconds.
|
||||||
|
Weight::from_ref_time(3_538_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(66))
|
||||||
|
// Standard Error: 920
|
||||||
|
.saturating_add(Weight::from_ref_time(950_898).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(70).saturating_mul(p.into()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+66
-31
@@ -17,25 +17,25 @@
|
|||||||
//! Autogenerated weights for `pallet_balances`
|
//! Autogenerated weights for `pallet_balances`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
// target/production/polkadot-parachain
|
// ./artifacts/polkadot-parachain
|
||||||
// benchmark
|
// benchmark
|
||||||
// pallet
|
// pallet
|
||||||
// --steps=50
|
// --chain=bridge-hub-polkadot-dev
|
||||||
// --repeat=20
|
|
||||||
// --extrinsic=*
|
|
||||||
// --execution=wasm
|
// --execution=wasm
|
||||||
// --wasm-execution=compiled
|
// --wasm-execution=compiled
|
||||||
// --heap-pages=4096
|
|
||||||
// --json-file=/builds/parity/mirrors/cumulus/.git/.artifacts/bench.json
|
|
||||||
// --pallet=pallet_balances
|
// --pallet=pallet_balances
|
||||||
// --chain=bridge-hub-polkadot-dev
|
// --extrinsic=*
|
||||||
|
// --steps=50
|
||||||
|
// --repeat=20
|
||||||
|
// --json
|
||||||
// --header=./file_header.txt
|
// --header=./file_header.txt
|
||||||
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/
|
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_balances.rs
|
||||||
|
|
||||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||||
#![allow(unused_parens)]
|
#![allow(unused_parens)]
|
||||||
@@ -47,52 +47,87 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_balances`.
|
/// Weight functions for `pallet_balances`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn transfer() -> Weight {
|
fn transfer() -> Weight {
|
||||||
// Minimum execution time: 44_033 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(45_268_000)
|
// Measured: `1316`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 44_427 nanoseconds.
|
||||||
|
Weight::from_ref_time(45_164_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// 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 {
|
fn transfer_keep_alive() -> Weight {
|
||||||
// Minimum execution time: 32_974 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(33_951_000)
|
// Measured: `1200`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 34_287 nanoseconds.
|
||||||
|
Weight::from_ref_time(34_918_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn set_balance_creating() -> Weight {
|
fn set_balance_creating() -> Weight {
|
||||||
// Minimum execution time: 23_747 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(24_475_000)
|
// Measured: `1350`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 25_850 nanoseconds.
|
||||||
|
Weight::from_ref_time(26_521_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn set_balance_killing() -> Weight {
|
fn set_balance_killing() -> Weight {
|
||||||
// Minimum execution time: 26_793 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(27_611_000)
|
// Measured: `1350`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 29_118 nanoseconds.
|
||||||
|
Weight::from_ref_time(29_706_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
/// 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 {
|
fn force_transfer() -> Weight {
|
||||||
// Minimum execution time: 43_936 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(45_620_000)
|
// Measured: `1312`
|
||||||
|
// Estimated: `5206`
|
||||||
|
// Minimum execution time: 45_010 nanoseconds.
|
||||||
|
Weight::from_ref_time(45_568_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5206))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// 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 {
|
fn transfer_all() -> Weight {
|
||||||
// Minimum execution time: 38_911 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(40_492_000)
|
// Measured: `1200`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 39_332 nanoseconds.
|
||||||
|
Weight::from_ref_time(40_015_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// 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 {
|
fn force_unreserve() -> Weight {
|
||||||
// Minimum execution time: 20_809 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(21_350_000)
|
// Measured: `1234`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 22_710 nanoseconds.
|
||||||
|
Weight::from_ref_time(23_111_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
+105
-53
@@ -17,25 +17,25 @@
|
|||||||
//! Autogenerated weights for `pallet_collator_selection`
|
//! Autogenerated weights for `pallet_collator_selection`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-26, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
// target/production/polkadot-parachain
|
// ./artifacts/polkadot-parachain
|
||||||
// benchmark
|
// benchmark
|
||||||
// pallet
|
// pallet
|
||||||
// --steps=50
|
// --chain=bridge-hub-polkadot-dev
|
||||||
// --repeat=20
|
|
||||||
// --extrinsic=*
|
|
||||||
// --execution=wasm
|
// --execution=wasm
|
||||||
// --wasm-execution=compiled
|
// --wasm-execution=compiled
|
||||||
// --heap-pages=4096
|
|
||||||
// --json-file=/builds/parity/mirrors/cumulus/.git/.artifacts/bench.json
|
|
||||||
// --pallet=pallet_collator_selection
|
// --pallet=pallet_collator_selection
|
||||||
// --chain=bridge-hub-polkadot-dev
|
// --extrinsic=*
|
||||||
|
// --steps=50
|
||||||
|
// --repeat=20
|
||||||
|
// --json
|
||||||
// --header=./file_header.txt
|
// --header=./file_header.txt
|
||||||
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/
|
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_collator_selection.rs
|
||||||
|
|
||||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||||
#![allow(unused_parens)]
|
#![allow(unused_parens)]
|
||||||
@@ -47,79 +47,131 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_collator_selection`.
|
/// Weight functions for `pallet_collator_selection`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Session NextKeys (r:1 w:0)
|
/// Storage: Session NextKeys (r:100 w:0)
|
||||||
// Storage: CollatorSelection Invulnerables (r:0 w:1)
|
/// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: CollatorSelection Invulnerables (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
/// The range of component `b` is `[1, 100]`.
|
/// The range of component `b` is `[1, 100]`.
|
||||||
fn set_invulnerables(b: u32, ) -> Weight {
|
fn set_invulnerables(b: u32, ) -> Weight {
|
||||||
// Minimum execution time: 20_790 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(20_844_138)
|
// Measured: `214 + b * (78 ±0)`
|
||||||
// Standard Error: 3_727
|
// Estimated: `213 + b * (2554 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(2_929_505).saturating_mul(b.into()))
|
// Minimum execution time: 13_937 nanoseconds.
|
||||||
|
Weight::from_ref_time(14_498_919)
|
||||||
|
.saturating_add(Weight::from_proof_size(213))
|
||||||
|
// Standard Error: 2_987
|
||||||
|
.saturating_add(Weight::from_ref_time(2_491_437).saturating_mul(b.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
|
.saturating_add(Weight::from_proof_size(2554).saturating_mul(b.into()))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection DesiredCandidates (r:0 w:1)
|
/// Storage: CollatorSelection DesiredCandidates (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection DesiredCandidates (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
fn set_desired_candidates() -> Weight {
|
fn set_desired_candidates() -> Weight {
|
||||||
// Minimum execution time: 13_911 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_401_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 6_465 nanoseconds.
|
||||||
|
Weight::from_ref_time(6_739_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection CandidacyBond (r:0 w:1)
|
/// Storage: CollatorSelection CandidacyBond (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection CandidacyBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
|
||||||
fn set_candidacy_bond() -> Weight {
|
fn set_candidacy_bond() -> Weight {
|
||||||
// Minimum execution time: 14_222 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_727_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 6_624 nanoseconds.
|
||||||
|
Weight::from_ref_time(6_822_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection Candidates (r:1 w:1)
|
/// Storage: CollatorSelection Candidates (r:1 w:1)
|
||||||
// Storage: CollatorSelection DesiredCandidates (r:1 w:0)
|
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen)
|
||||||
// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
/// Storage: CollatorSelection DesiredCandidates (r:1 w:0)
|
||||||
// Storage: Session NextKeys (r:1 w:0)
|
/// Proof: CollatorSelection DesiredCandidates (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: CollatorSelection CandidacyBond (r:1 w:0)
|
/// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
/// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
|
/// 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: CollatorSelection CandidacyBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
|
||||||
|
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
/// The range of component `c` is `[1, 999]`.
|
/// The range of component `c` is `[1, 999]`.
|
||||||
fn register_as_candidate(c: u32, ) -> Weight {
|
fn register_as_candidate(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 47_401 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(48_862_013)
|
// Measured: `1167 + c * (48 ±0)`
|
||||||
// Standard Error: 1_635
|
// Estimated: `56785 + c * (49 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(202_080).saturating_mul(c.into()))
|
// Minimum execution time: 34_794 nanoseconds.
|
||||||
|
Weight::from_ref_time(27_197_409)
|
||||||
|
.saturating_add(Weight::from_proof_size(56785))
|
||||||
|
// Standard Error: 1_259
|
||||||
|
.saturating_add(Weight::from_ref_time(101_424).saturating_mul(c.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
|
.saturating_add(Weight::from_proof_size(49).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection Candidates (r:1 w:1)
|
/// Storage: CollatorSelection Candidates (r:1 w:1)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen)
|
||||||
|
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
/// The range of component `c` is `[6, 1000]`.
|
/// The range of component `c` is `[6, 1000]`.
|
||||||
fn leave_intent(c: u32, ) -> Weight {
|
fn leave_intent(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 35_909 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(33_275_102)
|
// Measured: `503 + c * (48 ±0)`
|
||||||
// Standard Error: 1_529
|
// Estimated: `48497`
|
||||||
.saturating_add(Weight::from_ref_time(185_121).saturating_mul(c.into()))
|
// Minimum execution time: 26_471 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_092_836)
|
||||||
|
.saturating_add(Weight::from_proof_size(48497))
|
||||||
|
// Standard Error: 1_283
|
||||||
|
.saturating_add(Weight::from_ref_time(103_788).saturating_mul(c.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
/// Storage: System Account (r:2 w:2)
|
||||||
// Storage: System BlockWeight (r:1 w:1)
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
/// Storage: System BlockWeight (r:1 w:1)
|
||||||
|
/// Proof: System BlockWeight (max_values: Some(1), max_size: Some(48), added: 543, mode: MaxEncodedLen)
|
||||||
|
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
fn note_author() -> Weight {
|
fn note_author() -> Weight {
|
||||||
// Minimum execution time: 34_753 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(35_825_000)
|
// Measured: `187`
|
||||||
|
// Estimated: `5749`
|
||||||
|
// Minimum execution time: 25_597 nanoseconds.
|
||||||
|
Weight::from_ref_time(25_981_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5749))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection Candidates (r:1 w:1)
|
/// Storage: CollatorSelection Candidates (r:1 w:0)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:1000 w:1)
|
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: CollatorSelection LastAuthoredBlock (r:999 w:0)
|
||||||
// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
// Storage: System BlockWeight (r:1 w:1)
|
/// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
||||||
|
/// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
|
/// 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:995 w:995)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
/// The range of component `r` is `[1, 1000]`.
|
/// The range of component `r` is `[1, 1000]`.
|
||||||
/// The range of component `c` is `[1, 1000]`.
|
/// The range of component `c` is `[1, 1000]`.
|
||||||
fn new_session(_r: u32, c: u32, ) -> Weight {
|
fn new_session(r: u32, c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 18_398 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(18_545_000)
|
// Measured: `22878 + r * (148 ±0) + c * (97 ±0)`
|
||||||
// Standard Error: 839_226
|
// Estimated: `52737 + c * (2519 ±0) + r * (2602 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(30_951_937).saturating_mul(c.into()))
|
// Minimum execution time: 15_961 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_207_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(52737))
|
||||||
|
// Standard Error: 748_921
|
||||||
|
.saturating_add(Weight::from_ref_time(27_460_211).saturating_mul(c.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(2519).saturating_mul(c.into()))
|
||||||
|
.saturating_add(Weight::from_proof_size(2602).saturating_mul(r.into()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+88
-55
@@ -17,25 +17,25 @@
|
|||||||
//! Autogenerated weights for `pallet_multisig`
|
//! Autogenerated weights for `pallet_multisig`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
// target/production/polkadot-parachain
|
// ./artifacts/polkadot-parachain
|
||||||
// benchmark
|
// benchmark
|
||||||
// pallet
|
// pallet
|
||||||
// --steps=50
|
// --chain=bridge-hub-polkadot-dev
|
||||||
// --repeat=20
|
|
||||||
// --extrinsic=*
|
|
||||||
// --execution=wasm
|
// --execution=wasm
|
||||||
// --wasm-execution=compiled
|
// --wasm-execution=compiled
|
||||||
// --heap-pages=4096
|
|
||||||
// --json-file=/builds/parity/mirrors/cumulus/.git/.artifacts/bench.json
|
|
||||||
// --pallet=pallet_multisig
|
// --pallet=pallet_multisig
|
||||||
// --chain=bridge-hub-polkadot-dev
|
// --extrinsic=*
|
||||||
|
// --steps=50
|
||||||
|
// --repeat=20
|
||||||
|
// --json
|
||||||
// --header=./file_header.txt
|
// --header=./file_header.txt
|
||||||
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/
|
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_multisig.rs
|
||||||
|
|
||||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||||
#![allow(unused_parens)]
|
#![allow(unused_parens)]
|
||||||
@@ -49,80 +49,113 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
|||||||
impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_threshold_1(z: u32, ) -> Weight {
|
fn as_multi_threshold_1(z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 17_220 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(18_207_069)
|
// Measured: `0`
|
||||||
// Standard Error: 7
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(644).saturating_mul(z.into()))
|
// Minimum execution time: 11_693 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_218_501)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 1
|
||||||
|
.saturating_add(Weight::from_ref_time(479).saturating_mul(z.into()))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
/// 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 `s` is `[2, 100]`.
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_create(s: u32, z: u32, ) -> Weight {
|
fn as_multi_create(s: u32, z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 48_915 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(35_242_790)
|
// Measured: `314 + s * (2 ±0)`
|
||||||
// Standard Error: 1_460
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(156_737).saturating_mul(s.into()))
|
// Minimum execution time: 35_181 nanoseconds.
|
||||||
// Standard Error: 14
|
Weight::from_ref_time(28_585_764)
|
||||||
.saturating_add(Weight::from_ref_time(1_950).saturating_mul(z.into()))
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
// Standard Error: 609
|
||||||
|
.saturating_add(Weight::from_ref_time(72_658).saturating_mul(s.into()))
|
||||||
|
// Standard Error: 5
|
||||||
|
.saturating_add(Weight::from_ref_time(1_476).saturating_mul(z.into()))
|
||||||
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// 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 `s` is `[3, 100]`.
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
|
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 37_069 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(24_646_993)
|
// Measured: `313`
|
||||||
// Standard Error: 949
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(137_918).saturating_mul(s.into()))
|
// Minimum execution time: 26_110 nanoseconds.
|
||||||
// Standard Error: 9
|
Weight::from_ref_time(19_809_417)
|
||||||
.saturating_add(Weight::from_ref_time(1_960).saturating_mul(z.into()))
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 448
|
||||||
|
.saturating_add(Weight::from_ref_time(69_542).saturating_mul(s.into()))
|
||||||
|
// Standard Error: 4
|
||||||
|
.saturating_add(Weight::from_ref_time(1_514).saturating_mul(z.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||||
// Storage: System Account (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 `s` is `[2, 100]`.
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
|
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 53_162 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(36_528_118)
|
// Measured: `451 + s * (33 ±0)`
|
||||||
// Standard Error: 1_394
|
// Estimated: `8424`
|
||||||
.saturating_add(Weight::from_ref_time(191_697).saturating_mul(s.into()))
|
// Minimum execution time: 39_991 nanoseconds.
|
||||||
// Standard Error: 13
|
Weight::from_ref_time(31_329_529)
|
||||||
.saturating_add(Weight::from_ref_time(2_105).saturating_mul(z.into()))
|
.saturating_add(Weight::from_proof_size(8424))
|
||||||
|
// Standard Error: 567
|
||||||
|
.saturating_add(Weight::from_ref_time(90_826).saturating_mul(s.into()))
|
||||||
|
// Standard Error: 5
|
||||||
|
.saturating_add(Weight::from_ref_time(1_527).saturating_mul(z.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
/// 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 `s` is `[2, 100]`.
|
||||||
fn approve_as_multi_create(s: u32, ) -> Weight {
|
fn approve_as_multi_create(s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 32_883 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_761_180)
|
// Measured: `321 + s * (2 ±0)`
|
||||||
// Standard Error: 1_582
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(155_727).saturating_mul(s.into()))
|
// Minimum execution time: 25_124 nanoseconds.
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
Weight::from_ref_time(26_655_548)
|
||||||
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 743
|
||||||
|
.saturating_add(Weight::from_ref_time(78_904).saturating_mul(s.into()))
|
||||||
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// 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 `s` is `[2, 100]`.
|
||||||
fn approve_as_multi_approve(s: u32, ) -> Weight {
|
fn approve_as_multi_approve(s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 22_521 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(24_339_043)
|
// Measured: `313`
|
||||||
// Standard Error: 1_104
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(130_836).saturating_mul(s.into()))
|
// Minimum execution time: 16_950 nanoseconds.
|
||||||
|
Weight::from_ref_time(18_308_894)
|
||||||
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 676
|
||||||
|
.saturating_add(Weight::from_ref_time(71_574).saturating_mul(s.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// 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 `s` is `[2, 100]`.
|
||||||
fn cancel_as_multi(s: u32, ) -> Weight {
|
fn cancel_as_multi(s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 32_713 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_897_366)
|
// Measured: `517 + s * (1 ±0)`
|
||||||
// Standard Error: 1_430
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(146_158).saturating_mul(s.into()))
|
// Minimum execution time: 26_127 nanoseconds.
|
||||||
|
Weight::from_ref_time(27_889_146)
|
||||||
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 729
|
||||||
|
.saturating_add(Weight::from_ref_time(78_618).saturating_mul(s.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,25 +17,25 @@
|
|||||||
//! Autogenerated weights for `pallet_session`
|
//! Autogenerated weights for `pallet_session`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
// target/production/polkadot-parachain
|
// ./artifacts/polkadot-parachain
|
||||||
// benchmark
|
// benchmark
|
||||||
// pallet
|
// pallet
|
||||||
// --steps=50
|
// --chain=bridge-hub-polkadot-dev
|
||||||
// --repeat=20
|
|
||||||
// --extrinsic=*
|
|
||||||
// --execution=wasm
|
// --execution=wasm
|
||||||
// --wasm-execution=compiled
|
// --wasm-execution=compiled
|
||||||
// --heap-pages=4096
|
|
||||||
// --json-file=/builds/parity/mirrors/cumulus/.git/.artifacts/bench.json
|
|
||||||
// --pallet=pallet_session
|
// --pallet=pallet_session
|
||||||
// --chain=bridge-hub-polkadot-dev
|
// --extrinsic=*
|
||||||
|
// --steps=50
|
||||||
|
// --repeat=20
|
||||||
|
// --json
|
||||||
// --header=./file_header.txt
|
// --header=./file_header.txt
|
||||||
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/
|
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_session.rs
|
||||||
|
|
||||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||||
#![allow(unused_parens)]
|
#![allow(unused_parens)]
|
||||||
@@ -47,19 +47,31 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_session`.
|
/// Weight functions for `pallet_session`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Session NextKeys (r:1 w:1)
|
/// Storage: Session NextKeys (r:1 w:1)
|
||||||
// Storage: Session KeyOwner (r:1 w:1)
|
/// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: Session KeyOwner (r:1 w:1)
|
||||||
|
/// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured)
|
||||||
fn set_keys() -> Weight {
|
fn set_keys() -> Weight {
|
||||||
// Minimum execution time: 22_046 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(22_707_000)
|
// Measured: `297`
|
||||||
|
// Estimated: `5544`
|
||||||
|
// Minimum execution time: 15_314 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_944_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5544))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Session NextKeys (r:1 w:1)
|
/// Storage: Session NextKeys (r:1 w:1)
|
||||||
// Storage: Session KeyOwner (r:0 w:1)
|
/// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: Session KeyOwner (r:0 w:1)
|
||||||
|
/// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured)
|
||||||
fn purge_keys() -> Weight {
|
fn purge_keys() -> Weight {
|
||||||
// Minimum execution time: 18_379 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(18_853_000)
|
// Measured: `279`
|
||||||
|
// Estimated: `3033`
|
||||||
|
// Minimum execution time: 11_831 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_113_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(3033))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
|
|||||||
+26
-16
@@ -17,25 +17,25 @@
|
|||||||
//! Autogenerated weights for `pallet_timestamp`
|
//! Autogenerated weights for `pallet_timestamp`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
// target/production/polkadot-parachain
|
// ./artifacts/polkadot-parachain
|
||||||
// benchmark
|
// benchmark
|
||||||
// pallet
|
// pallet
|
||||||
// --steps=50
|
// --chain=bridge-hub-polkadot-dev
|
||||||
// --repeat=20
|
|
||||||
// --extrinsic=*
|
|
||||||
// --execution=wasm
|
// --execution=wasm
|
||||||
// --wasm-execution=compiled
|
// --wasm-execution=compiled
|
||||||
// --heap-pages=4096
|
|
||||||
// --json-file=/builds/parity/mirrors/cumulus/.git/.artifacts/bench.json
|
|
||||||
// --pallet=pallet_timestamp
|
// --pallet=pallet_timestamp
|
||||||
// --chain=bridge-hub-polkadot-dev
|
// --extrinsic=*
|
||||||
|
// --steps=50
|
||||||
|
// --repeat=20
|
||||||
|
// --json
|
||||||
// --header=./file_header.txt
|
// --header=./file_header.txt
|
||||||
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/
|
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_timestamp.rs
|
||||||
|
|
||||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||||
#![allow(unused_parens)]
|
#![allow(unused_parens)]
|
||||||
@@ -47,16 +47,26 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_timestamp`.
|
/// Weight functions for `pallet_timestamp`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Timestamp Now (r:1 w:1)
|
/// Storage: Timestamp Now (r:1 w:1)
|
||||||
// Storage: Aura CurrentSlot (r:1 w:0)
|
/// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Aura CurrentSlot (r:1 w:0)
|
||||||
|
/// Proof: Aura CurrentSlot (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
|
||||||
fn set() -> Weight {
|
fn set() -> Weight {
|
||||||
// Minimum execution time: 8_887 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(9_240_000)
|
// Measured: `49`
|
||||||
|
// Estimated: `1006`
|
||||||
|
// Minimum execution time: 6_885 nanoseconds.
|
||||||
|
Weight::from_ref_time(7_281_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(1006))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
fn on_finalize() -> Weight {
|
fn on_finalize() -> Weight {
|
||||||
// Minimum execution time: 3_887 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(4_115_000)
|
// Measured: `57`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 3_222 nanoseconds.
|
||||||
|
Weight::from_ref_time(3_321_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,25 +17,25 @@
|
|||||||
//! Autogenerated weights for `pallet_utility`
|
//! Autogenerated weights for `pallet_utility`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
// target/production/polkadot-parachain
|
// ./artifacts/polkadot-parachain
|
||||||
// benchmark
|
// benchmark
|
||||||
// pallet
|
// pallet
|
||||||
// --steps=50
|
// --chain=bridge-hub-polkadot-dev
|
||||||
// --repeat=20
|
|
||||||
// --extrinsic=*
|
|
||||||
// --execution=wasm
|
// --execution=wasm
|
||||||
// --wasm-execution=compiled
|
// --wasm-execution=compiled
|
||||||
// --heap-pages=4096
|
|
||||||
// --json-file=/builds/parity/mirrors/cumulus/.git/.artifacts/bench.json
|
|
||||||
// --pallet=pallet_utility
|
// --pallet=pallet_utility
|
||||||
// --chain=bridge-hub-polkadot-dev
|
// --extrinsic=*
|
||||||
|
// --steps=50
|
||||||
|
// --repeat=20
|
||||||
|
// --json
|
||||||
// --header=./file_header.txt
|
// --header=./file_header.txt
|
||||||
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/
|
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_utility.rs
|
||||||
|
|
||||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||||
#![allow(unused_parens)]
|
#![allow(unused_parens)]
|
||||||
@@ -49,31 +49,51 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
|||||||
impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
||||||
/// The range of component `c` is `[0, 1000]`.
|
/// The range of component `c` is `[0, 1000]`.
|
||||||
fn batch(c: u32, ) -> Weight {
|
fn batch(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 12_876 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(15_632_636)
|
// Measured: `0`
|
||||||
// Standard Error: 1_443
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(4_450_173).saturating_mul(c.into()))
|
// Minimum execution time: 5_910 nanoseconds.
|
||||||
|
Weight::from_ref_time(5_269_110)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 2_509
|
||||||
|
.saturating_add(Weight::from_ref_time(3_869_188).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
fn as_derivative() -> Weight {
|
fn as_derivative() -> Weight {
|
||||||
// Minimum execution time: 6_177 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(6_434_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 4_304 nanoseconds.
|
||||||
|
Weight::from_ref_time(4_463_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
/// The range of component `c` is `[0, 1000]`.
|
/// The range of component `c` is `[0, 1000]`.
|
||||||
fn batch_all(c: u32, ) -> Weight {
|
fn batch_all(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 13_062 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(18_049_724)
|
// Measured: `0`
|
||||||
// Standard Error: 1_803
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(4_699_471).saturating_mul(c.into()))
|
// Minimum execution time: 5_985 nanoseconds.
|
||||||
|
Weight::from_ref_time(10_119_502)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 2_585
|
||||||
|
.saturating_add(Weight::from_ref_time(4_063_211).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
fn dispatch_as() -> Weight {
|
fn dispatch_as() -> Weight {
|
||||||
// Minimum execution time: 14_760 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(15_538_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 7_746 nanoseconds.
|
||||||
|
Weight::from_ref_time(8_027_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
/// The range of component `c` is `[0, 1000]`.
|
/// The range of component `c` is `[0, 1000]`.
|
||||||
fn force_batch(c: u32, ) -> Weight {
|
fn force_batch(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 12_837 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(16_664_335)
|
// Measured: `0`
|
||||||
// Standard Error: 1_252
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(4_427_910).saturating_mul(c.into()))
|
// Minimum execution time: 6_082 nanoseconds.
|
||||||
|
Weight::from_ref_time(10_385_233)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 2_217
|
||||||
|
.saturating_add(Weight::from_ref_time(3_855_940).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,25 +17,25 @@
|
|||||||
//! Autogenerated weights for `pallet_xcm`
|
//! Autogenerated weights for `pallet_xcm`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
// target/production/polkadot-parachain
|
// ./artifacts/polkadot-parachain
|
||||||
// benchmark
|
// benchmark
|
||||||
// pallet
|
// pallet
|
||||||
// --steps=50
|
// --chain=bridge-hub-polkadot-dev
|
||||||
// --repeat=20
|
|
||||||
// --extrinsic=*
|
|
||||||
// --execution=wasm
|
// --execution=wasm
|
||||||
// --wasm-execution=compiled
|
// --wasm-execution=compiled
|
||||||
// --heap-pages=4096
|
|
||||||
// --json-file=/builds/parity/mirrors/cumulus/.git/.artifacts/bench.json
|
|
||||||
// --pallet=pallet_xcm
|
// --pallet=pallet_xcm
|
||||||
// --chain=bridge-hub-polkadot-dev
|
// --extrinsic=*
|
||||||
|
// --steps=50
|
||||||
|
// --repeat=20
|
||||||
|
// --json
|
||||||
// --header=./file_header.txt
|
// --header=./file_header.txt
|
||||||
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/
|
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/pallet_xcm.rs
|
||||||
|
|
||||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||||
#![allow(unused_parens)]
|
#![allow(unused_parens)]
|
||||||
@@ -47,126 +47,228 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_xcm`.
|
/// Weight functions for `pallet_xcm`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn send() -> Weight {
|
fn send() -> Weight {
|
||||||
// Minimum execution time: 31_605 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(32_960_000)
|
// Measured: `38`
|
||||||
|
// Estimated: `4645`
|
||||||
|
// Minimum execution time: 24_136 nanoseconds.
|
||||||
|
Weight::from_ref_time(24_562_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(4645))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
/// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
/// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
fn teleport_assets() -> Weight {
|
fn teleport_assets() -> Weight {
|
||||||
// Minimum execution time: 31_684 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(32_805_000)
|
// Measured: `32`
|
||||||
|
// Estimated: `499`
|
||||||
|
// Minimum execution time: 23_272 nanoseconds.
|
||||||
|
Weight::from_ref_time(23_644_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(499))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
}
|
}
|
||||||
// Storage: Benchmark Override (r:0 w:0)
|
/// Storage: Benchmark Override (r:0 w:0)
|
||||||
|
/// Proof Skipped: Benchmark Override (max_values: None, max_size: None, mode: Measured)
|
||||||
fn reserve_transfer_assets() -> Weight {
|
fn reserve_transfer_assets() -> Weight {
|
||||||
|
// Proof Size summary in bytes:
|
||||||
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
// Minimum execution time: 18_446_744_073_709_551 nanoseconds.
|
// Minimum execution time: 18_446_744_073_709_551 nanoseconds.
|
||||||
Weight::from_ref_time(18_446_744_073_709_551_000)
|
Weight::from_ref_time(18_446_744_073_709_551_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
// Storage: Benchmark Override (r:0 w:0)
|
/// Storage: Benchmark Override (r:0 w:0)
|
||||||
|
/// Proof Skipped: Benchmark Override (max_values: None, max_size: None, mode: Measured)
|
||||||
fn execute() -> Weight {
|
fn execute() -> Weight {
|
||||||
|
// Proof Size summary in bytes:
|
||||||
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
// Minimum execution time: 18_446_744_073_709_551 nanoseconds.
|
// Minimum execution time: 18_446_744_073_709_551 nanoseconds.
|
||||||
Weight::from_ref_time(18_446_744_073_709_551_000)
|
Weight::from_ref_time(18_446_744_073_709_551_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:0 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
fn force_xcm_version() -> Weight {
|
fn force_xcm_version() -> Weight {
|
||||||
// Minimum execution time: 15_306 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(15_810_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 8_377 nanoseconds.
|
||||||
|
Weight::from_ref_time(8_642_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:0 w:1)
|
/// Storage: PolkadotXcm SafeXcmVersion (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn force_default_xcm_version() -> Weight {
|
fn force_default_xcm_version() -> Weight {
|
||||||
// Minimum execution time: 4_345 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(4_652_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 2_435 nanoseconds.
|
||||||
|
Weight::from_ref_time(2_556_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
/// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
||||||
// Storage: PolkadotXcm QueryCounter (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Storage: PolkadotXcm QueryCounter (r:1 w:1)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm QueryCounter (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: PolkadotXcm Queries (r:0 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm Queries (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
|
||||||
fn force_subscribe_version_notify() -> Weight {
|
fn force_subscribe_version_notify() -> Weight {
|
||||||
// Minimum execution time: 36_554 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(37_754_000)
|
// Measured: `38`
|
||||||
|
// Estimated: `7729`
|
||||||
|
// Minimum execution time: 28_539 nanoseconds.
|
||||||
|
Weight::from_ref_time(29_177_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7729))
|
||||||
.saturating_add(T::DbWeight::get().reads(7))
|
.saturating_add(T::DbWeight::get().reads(7))
|
||||||
.saturating_add(T::DbWeight::get().writes(5))
|
.saturating_add(T::DbWeight::get().writes(5))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
/// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm Queries (r:0 w:1)
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm Queries (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
|
||||||
fn force_unsubscribe_version_notify() -> Weight {
|
fn force_unsubscribe_version_notify() -> Weight {
|
||||||
// Minimum execution time: 36_097 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(37_397_000)
|
// Measured: `220`
|
||||||
|
// Estimated: `8470`
|
||||||
|
// Minimum execution time: 30_607 nanoseconds.
|
||||||
|
Weight::from_ref_time(31_019_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(8470))
|
||||||
.saturating_add(T::DbWeight::get().reads(6))
|
.saturating_add(T::DbWeight::get().reads(6))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:4 w:2)
|
/// Storage: PolkadotXcm SupportedVersion (r:4 w:2)
|
||||||
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
fn migrate_supported_version() -> Weight {
|
fn migrate_supported_version() -> Weight {
|
||||||
// Minimum execution time: 14_333 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_681_000)
|
// Measured: `95`
|
||||||
|
// Estimated: `9995`
|
||||||
|
// Minimum execution time: 13_842 nanoseconds.
|
||||||
|
Weight::from_ref_time(14_281_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(9995))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifiers (r:4 w:2)
|
/// Storage: PolkadotXcm VersionNotifiers (r:4 w:2)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
|
||||||
fn migrate_version_notifiers() -> Weight {
|
fn migrate_version_notifiers() -> Weight {
|
||||||
// Minimum execution time: 14_413 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(18_491_000)
|
// Measured: `99`
|
||||||
|
// Estimated: `9999`
|
||||||
|
// Minimum execution time: 13_505 nanoseconds.
|
||||||
|
Weight::from_ref_time(13_981_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(9999))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:5 w:0)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:5 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
fn already_notified_target() -> Weight {
|
fn already_notified_target() -> Weight {
|
||||||
// Minimum execution time: 16_639 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(17_102_000)
|
// Measured: `106`
|
||||||
|
// Estimated: `12481`
|
||||||
|
// Minimum execution time: 16_415 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_752_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(12481))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn notify_current_targets() -> Weight {
|
fn notify_current_targets() -> Weight {
|
||||||
// Minimum execution time: 31_535 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(32_508_000)
|
// Measured: `106`
|
||||||
|
// Estimated: `10041`
|
||||||
|
// Minimum execution time: 29_952 nanoseconds.
|
||||||
|
Weight::from_ref_time(30_592_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10041))
|
||||||
.saturating_add(T::DbWeight::get().reads(7))
|
.saturating_add(T::DbWeight::get().reads(7))
|
||||||
.saturating_add(T::DbWeight::get().writes(3))
|
.saturating_add(T::DbWeight::get().writes(3))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:3 w:0)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:3 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
fn notify_target_migration_fail() -> Weight {
|
fn notify_target_migration_fail() -> Weight {
|
||||||
// Minimum execution time: 7_504 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(10_250_000)
|
// Measured: `136`
|
||||||
|
// Estimated: `7561`
|
||||||
|
// Minimum execution time: 8_259 nanoseconds.
|
||||||
|
Weight::from_ref_time(8_608_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7561))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
fn migrate_version_notify_targets() -> Weight {
|
fn migrate_version_notify_targets() -> Weight {
|
||||||
// Minimum execution time: 14_883 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(15_312_000)
|
// Measured: `106`
|
||||||
|
// Estimated: `10006`
|
||||||
|
// Minimum execution time: 16_259 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_574_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10006))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn migrate_and_notify_old_targets() -> Weight {
|
fn migrate_and_notify_old_targets() -> Weight {
|
||||||
// Minimum execution time: 37_848 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(38_450_000)
|
// Measured: `112`
|
||||||
|
// Estimated: `15027`
|
||||||
|
// Minimum execution time: 35_748 nanoseconds.
|
||||||
|
Weight::from_ref_time(36_667_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(15027))
|
||||||
.saturating_add(T::DbWeight::get().reads(9))
|
.saturating_add(T::DbWeight::get().reads(9))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
|
|||||||
+17
-18
@@ -18,26 +18,25 @@
|
|||||||
//! Autogenerated weights for `pallet_xcm_benchmarks::fungible`
|
//! Autogenerated weights for `pallet_xcm_benchmarks::fungible`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-30, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
// target/production/polkadot-parachain
|
// ./artifacts/polkadot-parachain
|
||||||
// benchmark
|
// benchmark
|
||||||
// pallet
|
// pallet
|
||||||
// --steps=50
|
// --template=./templates/xcm-bench-template.hbs
|
||||||
// --repeat=20
|
// --chain=bridge-hub-polkadot-dev
|
||||||
// --extrinsic=*
|
|
||||||
// --execution=wasm
|
// --execution=wasm
|
||||||
// --wasm-execution=compiled
|
// --wasm-execution=compiled
|
||||||
// --heap-pages=4096
|
|
||||||
// --json-file=/builds/parity/mirrors/cumulus/.git/.artifacts/bench.json
|
|
||||||
// --pallet=pallet_xcm_benchmarks::fungible
|
// --pallet=pallet_xcm_benchmarks::fungible
|
||||||
// --chain=bridge-hub-polkadot-dev
|
// --extrinsic=*
|
||||||
|
// --steps=50
|
||||||
|
// --repeat=20
|
||||||
|
// --json
|
||||||
// --header=./file_header.txt
|
// --header=./file_header.txt
|
||||||
// --template=./templates/xcm-bench-template.hbs
|
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs
|
||||||
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/xcm/
|
|
||||||
|
|
||||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||||
#![allow(unused_parens)]
|
#![allow(unused_parens)]
|
||||||
@@ -52,14 +51,14 @@ impl<T: frame_system::Config> WeightInfo<T> {
|
|||||||
// Storage: System Account (r:1 w:1)
|
// Storage: System Account (r:1 w:1)
|
||||||
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
pub(crate) fn withdraw_asset() -> Weight {
|
pub(crate) fn withdraw_asset() -> Weight {
|
||||||
Weight::from_ref_time(18_794_000 as u64)
|
Weight::from_ref_time(18_910_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
// Storage: System Account (r:2 w:2)
|
||||||
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
pub(crate) fn transfer_asset() -> Weight {
|
pub(crate) fn transfer_asset() -> Weight {
|
||||||
Weight::from_ref_time(30_930_000 as u64)
|
Weight::from_ref_time(29_462_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
@@ -78,17 +77,17 @@ impl<T: frame_system::Config> WeightInfo<T> {
|
|||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn transfer_reserve_asset() -> Weight {
|
pub(crate) fn transfer_reserve_asset() -> Weight {
|
||||||
Weight::from_ref_time(52_558_000 as u64)
|
Weight::from_ref_time(51_265_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(8 as u64))
|
.saturating_add(T::DbWeight::get().reads(8 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn receive_teleported_asset() -> Weight {
|
pub(crate) fn receive_teleported_asset() -> Weight {
|
||||||
Weight::from_ref_time(3_681_000 as u64)
|
Weight::from_ref_time(3_874_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
// Storage: System Account (r:1 w:1)
|
||||||
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
pub(crate) fn deposit_asset() -> Weight {
|
pub(crate) fn deposit_asset() -> Weight {
|
||||||
Weight::from_ref_time(22_348_000 as u64)
|
Weight::from_ref_time(23_139_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||||
}
|
}
|
||||||
@@ -107,7 +106,7 @@ impl<T: frame_system::Config> WeightInfo<T> {
|
|||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn deposit_reserve_asset() -> Weight {
|
pub(crate) fn deposit_reserve_asset() -> Weight {
|
||||||
Weight::from_ref_time(46_545_000 as u64)
|
Weight::from_ref_time(49_375_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(7 as u64))
|
.saturating_add(T::DbWeight::get().reads(7 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
||||||
}
|
}
|
||||||
@@ -124,7 +123,7 @@ impl<T: frame_system::Config> WeightInfo<T> {
|
|||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn initiate_teleport() -> Weight {
|
pub(crate) fn initiate_teleport() -> Weight {
|
||||||
Weight::from_ref_time(27_775_000 as u64)
|
Weight::from_ref_time(28_809_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
|
|||||||
+39
-40
@@ -18,26 +18,25 @@
|
|||||||
//! Autogenerated weights for `pallet_xcm_benchmarks::generic`
|
//! Autogenerated weights for `pallet_xcm_benchmarks::generic`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-30, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-polkadot-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
// target/production/polkadot-parachain
|
// ./artifacts/polkadot-parachain
|
||||||
// benchmark
|
// benchmark
|
||||||
// pallet
|
// pallet
|
||||||
// --steps=50
|
// --template=./templates/xcm-bench-template.hbs
|
||||||
// --repeat=20
|
// --chain=bridge-hub-polkadot-dev
|
||||||
// --extrinsic=*
|
|
||||||
// --execution=wasm
|
// --execution=wasm
|
||||||
// --wasm-execution=compiled
|
// --wasm-execution=compiled
|
||||||
// --heap-pages=4096
|
|
||||||
// --json-file=/builds/parity/mirrors/cumulus/.git/.artifacts/bench.json
|
|
||||||
// --pallet=pallet_xcm_benchmarks::generic
|
// --pallet=pallet_xcm_benchmarks::generic
|
||||||
// --chain=bridge-hub-polkadot-dev
|
// --extrinsic=*
|
||||||
|
// --steps=50
|
||||||
|
// --repeat=20
|
||||||
|
// --json
|
||||||
// --header=./file_header.txt
|
// --header=./file_header.txt
|
||||||
// --template=./templates/xcm-bench-template.hbs
|
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/xcm/pallet_xcm_benchmarks_generic.rs
|
||||||
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/xcm/
|
|
||||||
|
|
||||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||||
#![allow(unused_parens)]
|
#![allow(unused_parens)]
|
||||||
@@ -62,39 +61,39 @@ impl<T: frame_system::Config> WeightInfo<T> {
|
|||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn report_holding() -> Weight {
|
pub(crate) fn report_holding() -> Weight {
|
||||||
Weight::from_ref_time(29_919_000 as u64)
|
Weight::from_ref_time(30_138_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn buy_execution() -> Weight {
|
pub(crate) fn buy_execution() -> Weight {
|
||||||
Weight::from_ref_time(2_662_000 as u64)
|
Weight::from_ref_time(2_860_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm Queries (r:1 w:0)
|
// Storage: PolkadotXcm Queries (r:1 w:0)
|
||||||
// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
|
// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
|
||||||
pub(crate) fn query_response() -> Weight {
|
pub(crate) fn query_response() -> Weight {
|
||||||
Weight::from_ref_time(10_319_000 as u64)
|
Weight::from_ref_time(10_421_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn transact() -> Weight {
|
pub(crate) fn transact() -> Weight {
|
||||||
Weight::from_ref_time(11_517_000 as u64)
|
Weight::from_ref_time(11_744_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn refund_surplus() -> Weight {
|
pub(crate) fn refund_surplus() -> Weight {
|
||||||
Weight::from_ref_time(2_730_000 as u64)
|
Weight::from_ref_time(3_024_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn set_error_handler() -> Weight {
|
pub(crate) fn set_error_handler() -> Weight {
|
||||||
Weight::from_ref_time(2_703_000 as u64)
|
Weight::from_ref_time(2_820_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn set_appendix() -> Weight {
|
pub(crate) fn set_appendix() -> Weight {
|
||||||
Weight::from_ref_time(2_682_000 as u64)
|
Weight::from_ref_time(2_869_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn clear_error() -> Weight {
|
pub(crate) fn clear_error() -> Weight {
|
||||||
Weight::from_ref_time(2_644_000 as u64)
|
Weight::from_ref_time(2_838_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn descend_origin() -> Weight {
|
pub(crate) fn descend_origin() -> Weight {
|
||||||
Weight::from_ref_time(3_437_000 as u64)
|
Weight::from_ref_time(3_620_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn clear_origin() -> Weight {
|
pub(crate) fn clear_origin() -> Weight {
|
||||||
Weight::from_ref_time(2_611_000 as u64)
|
Weight::from_ref_time(2_819_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
@@ -109,19 +108,19 @@ impl<T: frame_system::Config> WeightInfo<T> {
|
|||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn report_error() -> Weight {
|
pub(crate) fn report_error() -> Weight {
|
||||||
Weight::from_ref_time(23_994_000 as u64)
|
Weight::from_ref_time(23_931_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm AssetTraps (r:1 w:1)
|
// Storage: PolkadotXcm AssetTraps (r:1 w:1)
|
||||||
// Proof Skipped: PolkadotXcm AssetTraps (max_values: None, max_size: None, mode: Measured)
|
// Proof Skipped: PolkadotXcm AssetTraps (max_values: None, max_size: None, mode: Measured)
|
||||||
pub(crate) fn claim_asset() -> Weight {
|
pub(crate) fn claim_asset() -> Weight {
|
||||||
Weight::from_ref_time(13_925_000 as u64)
|
Weight::from_ref_time(13_776_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn trap() -> Weight {
|
pub(crate) fn trap() -> Weight {
|
||||||
Weight::from_ref_time(2_601_000 as u64)
|
Weight::from_ref_time(2_784_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:1 w:1)
|
// Storage: PolkadotXcm VersionNotifyTargets (r:1 w:1)
|
||||||
// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
@@ -136,14 +135,14 @@ impl<T: frame_system::Config> WeightInfo<T> {
|
|||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn subscribe_version() -> Weight {
|
pub(crate) fn subscribe_version() -> Weight {
|
||||||
Weight::from_ref_time(24_656_000 as u64)
|
Weight::from_ref_time(23_940_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:0 w:1)
|
// Storage: PolkadotXcm VersionNotifyTargets (r:0 w:1)
|
||||||
// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
pub(crate) fn unsubscribe_version() -> Weight {
|
pub(crate) fn unsubscribe_version() -> Weight {
|
||||||
Weight::from_ref_time(4_435_000 as u64)
|
Weight::from_ref_time(4_676_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
@@ -159,24 +158,24 @@ impl<T: frame_system::Config> WeightInfo<T> {
|
|||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn initiate_reserve_withdraw() -> Weight {
|
pub(crate) fn initiate_reserve_withdraw() -> Weight {
|
||||||
Weight::from_ref_time(26_558_000 as u64)
|
Weight::from_ref_time(26_390_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn burn_asset() -> Weight {
|
pub(crate) fn burn_asset() -> Weight {
|
||||||
Weight::from_ref_time(4_188_000 as u64)
|
Weight::from_ref_time(4_435_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_asset() -> Weight {
|
pub(crate) fn expect_asset() -> Weight {
|
||||||
Weight::from_ref_time(2_776_000 as u64)
|
Weight::from_ref_time(2_940_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_origin() -> Weight {
|
pub(crate) fn expect_origin() -> Weight {
|
||||||
Weight::from_ref_time(2_731_000 as u64)
|
Weight::from_ref_time(2_898_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_error() -> Weight {
|
pub(crate) fn expect_error() -> Weight {
|
||||||
Weight::from_ref_time(2_655_000 as u64)
|
Weight::from_ref_time(2_795_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_transact_status() -> Weight {
|
pub(crate) fn expect_transact_status() -> Weight {
|
||||||
Weight::from_ref_time(3_535_000 as u64)
|
Weight::from_ref_time(2_908_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
@@ -191,12 +190,12 @@ impl<T: frame_system::Config> WeightInfo<T> {
|
|||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn query_pallet() -> Weight {
|
pub(crate) fn query_pallet() -> Weight {
|
||||||
Weight::from_ref_time(26_576_000 as u64)
|
Weight::from_ref_time(26_452_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_pallet() -> Weight {
|
pub(crate) fn expect_pallet() -> Weight {
|
||||||
Weight::from_ref_time(4_242_000 as u64)
|
Weight::from_ref_time(4_303_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
@@ -211,23 +210,23 @@ impl<T: frame_system::Config> WeightInfo<T> {
|
|||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn report_transact_status() -> Weight {
|
pub(crate) fn report_transact_status() -> Weight {
|
||||||
Weight::from_ref_time(24_342_000 as u64)
|
Weight::from_ref_time(23_994_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn clear_transact_status() -> Weight {
|
pub(crate) fn clear_transact_status() -> Weight {
|
||||||
Weight::from_ref_time(2_651_000 as u64)
|
Weight::from_ref_time(2_789_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn set_topic() -> Weight {
|
pub(crate) fn set_topic() -> Weight {
|
||||||
Weight::from_ref_time(2_655_000 as u64)
|
Weight::from_ref_time(2_789_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn clear_topic() -> Weight {
|
pub(crate) fn clear_topic() -> Weight {
|
||||||
Weight::from_ref_time(2_632_000 as u64)
|
Weight::from_ref_time(2_836_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn set_fees_mode() -> Weight {
|
pub(crate) fn set_fees_mode() -> Weight {
|
||||||
Weight::from_ref_time(2_658_000 as u64)
|
Weight::from_ref_time(2_763_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn unpaid_execution() -> Weight {
|
pub(crate) fn unpaid_execution() -> Weight {
|
||||||
Weight::from_ref_time(2_813_000 as u64)
|
Weight::from_ref_time(2_872_000 as u64)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+19
-8
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
|
//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,17 +47,27 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `cumulus_pallet_xcmp_queue`.
|
/// Weight functions for `cumulus_pallet_xcmp_queue`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: XcmpQueue QueueConfig (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 set_config_with_u32() -> Weight {
|
fn set_config_with_u32() -> Weight {
|
||||||
// Minimum execution time: 7_000 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(7_244_000)
|
// Measured: `76`
|
||||||
|
// Estimated: `571`
|
||||||
|
// Minimum execution time: 4_865 nanoseconds.
|
||||||
|
Weight::from_ref_time(5_007_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(571))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: XcmpQueue QueueConfig (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 set_config_with_weight() -> Weight {
|
fn set_config_with_weight() -> Weight {
|
||||||
// Minimum execution time: 6_827 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(7_308_000)
|
// Measured: `76`
|
||||||
|
// Estimated: `571`
|
||||||
|
// Minimum execution time: 4_893 nanoseconds.
|
||||||
|
Weight::from_ref_time(5_198_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(571))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `frame_system`
|
//! Autogenerated weights for `frame_system`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -48,51 +49,81 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
|||||||
impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
||||||
/// The range of component `b` is `[0, 3932160]`.
|
/// The range of component `b` is `[0, 3932160]`.
|
||||||
fn remark(b: u32, ) -> Weight {
|
fn remark(b: u32, ) -> Weight {
|
||||||
// Minimum execution time: 3_793 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(1_027_073)
|
// Measured: `0`
|
||||||
// Standard Error: 1
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(558).saturating_mul(b.into()))
|
// Minimum execution time: 1_592 nanoseconds.
|
||||||
|
Weight::from_ref_time(679_524)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 0
|
||||||
|
.saturating_add(Weight::from_ref_time(367).saturating_mul(b.into()))
|
||||||
}
|
}
|
||||||
/// The range of component `b` is `[0, 3932160]`.
|
/// The range of component `b` is `[0, 3932160]`.
|
||||||
fn remark_with_event(b: u32, ) -> Weight {
|
fn remark_with_event(b: u32, ) -> Weight {
|
||||||
// Minimum execution time: 13_380 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(13_693_000)
|
// Measured: `0`
|
||||||
// Standard Error: 2
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(2_265).saturating_mul(b.into()))
|
// Minimum execution time: 6_673 nanoseconds.
|
||||||
|
Weight::from_ref_time(6_751_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 0
|
||||||
|
.saturating_add(Weight::from_ref_time(1_715).saturating_mul(b.into()))
|
||||||
}
|
}
|
||||||
// Storage: System Digest (r:1 w:1)
|
/// Storage: System Digest (r:1 w:1)
|
||||||
// Storage: unknown [0x3a686561707061676573] (r:0 w:1)
|
/// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: unknown `0x3a686561707061676573` (r:0 w:1)
|
||||||
|
/// Proof Skipped: unknown `0x3a686561707061676573` (r:0 w:1)
|
||||||
fn set_heap_pages() -> Weight {
|
fn set_heap_pages() -> Weight {
|
||||||
// Minimum execution time: 7_834 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(8_220_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `495`
|
||||||
|
// Minimum execution time: 3_408 nanoseconds.
|
||||||
|
Weight::from_ref_time(3_633_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(495))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Skipped Metadata (r:0 w:0)
|
/// Storage: Skipped Metadata (r:0 w:0)
|
||||||
|
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `i` is `[0, 1000]`.
|
/// The range of component `i` is `[0, 1000]`.
|
||||||
fn set_storage(i: u32, ) -> Weight {
|
fn set_storage(i: u32, ) -> Weight {
|
||||||
// Minimum execution time: 3_892 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(4_032_000)
|
// Measured: `0`
|
||||||
// Standard Error: 2_571
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(734_989).saturating_mul(i.into()))
|
// Minimum execution time: 1_727 nanoseconds.
|
||||||
|
Weight::from_ref_time(1_753_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 1_876
|
||||||
|
.saturating_add(Weight::from_ref_time(581_935).saturating_mul(i.into()))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||||
}
|
}
|
||||||
// Storage: Skipped Metadata (r:0 w:0)
|
/// Storage: Skipped Metadata (r:0 w:0)
|
||||||
|
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `i` is `[0, 1000]`.
|
/// The range of component `i` is `[0, 1000]`.
|
||||||
fn kill_storage(i: u32, ) -> Weight {
|
fn kill_storage(i: u32, ) -> Weight {
|
||||||
// Minimum execution time: 3_827 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(3_952_000)
|
// Measured: `0`
|
||||||
// Standard Error: 1_419
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(568_381).saturating_mul(i.into()))
|
// Minimum execution time: 1_743 nanoseconds.
|
||||||
|
Weight::from_ref_time(1_769_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 803
|
||||||
|
.saturating_add(Weight::from_ref_time(446_779).saturating_mul(i.into()))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||||
}
|
}
|
||||||
// Storage: Skipped Metadata (r:0 w:0)
|
/// Storage: Skipped Metadata (r:0 w:0)
|
||||||
|
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `p` is `[0, 1000]`.
|
/// The range of component `p` is `[0, 1000]`.
|
||||||
fn kill_prefix(p: u32, ) -> Weight {
|
fn kill_prefix(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 5_331 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(5_600_000)
|
// Measured: `68 + p * (69 ±0)`
|
||||||
// Standard Error: 2_644
|
// Estimated: `66 + p * (70 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(1_301_003).saturating_mul(p.into()))
|
// Minimum execution time: 3_536 nanoseconds.
|
||||||
|
Weight::from_ref_time(3_649_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(66))
|
||||||
|
// Standard Error: 949
|
||||||
|
.saturating_add(Weight::from_ref_time(986_632).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(70).saturating_mul(p.into()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_balances`
|
//! Autogenerated weights for `pallet_balances`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,52 +47,87 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_balances`.
|
/// Weight functions for `pallet_balances`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn transfer() -> Weight {
|
fn transfer() -> Weight {
|
||||||
// Minimum execution time: 45_363 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(46_431_000)
|
// Measured: `1314`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 47_893 nanoseconds.
|
||||||
|
Weight::from_ref_time(48_384_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// 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 {
|
fn transfer_keep_alive() -> Weight {
|
||||||
// Minimum execution time: 35_046 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(36_176_000)
|
// Measured: `1198`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 35_027 nanoseconds.
|
||||||
|
Weight::from_ref_time(35_675_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn set_balance_creating() -> Weight {
|
fn set_balance_creating() -> Weight {
|
||||||
// Minimum execution time: 24_477 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(25_202_000)
|
// Measured: `1348`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 26_009 nanoseconds.
|
||||||
|
Weight::from_ref_time(26_448_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn set_balance_killing() -> Weight {
|
fn set_balance_killing() -> Weight {
|
||||||
// Minimum execution time: 26_979 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(27_647_000)
|
// Measured: `1348`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 30_006 nanoseconds.
|
||||||
|
Weight::from_ref_time(30_501_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
/// 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 {
|
fn force_transfer() -> Weight {
|
||||||
// Minimum execution time: 47_275 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(48_268_000)
|
// Measured: `1310`
|
||||||
|
// Estimated: `5206`
|
||||||
|
// Minimum execution time: 46_787 nanoseconds.
|
||||||
|
Weight::from_ref_time(47_700_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5206))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// 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 {
|
fn transfer_all() -> Weight {
|
||||||
// Minimum execution time: 42_149 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(42_735_000)
|
// Measured: `1198`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 43_890 nanoseconds.
|
||||||
|
Weight::from_ref_time(44_914_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// 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 {
|
fn force_unreserve() -> Weight {
|
||||||
// Minimum execution time: 22_495 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(23_245_000)
|
// Measured: `1232`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 26_785 nanoseconds.
|
||||||
|
Weight::from_ref_time(27_404_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
+98
-45
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_collator_selection`
|
//! Autogenerated weights for `pallet_collator_selection`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,79 +47,131 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_collator_selection`.
|
/// Weight functions for `pallet_collator_selection`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Session NextKeys (r:1 w:0)
|
/// Storage: Session NextKeys (r:100 w:0)
|
||||||
// Storage: CollatorSelection Invulnerables (r:0 w:1)
|
/// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: CollatorSelection Invulnerables (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
/// The range of component `b` is `[1, 100]`.
|
/// The range of component `b` is `[1, 100]`.
|
||||||
fn set_invulnerables(b: u32, ) -> Weight {
|
fn set_invulnerables(b: u32, ) -> Weight {
|
||||||
// Minimum execution time: 20_596 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_664_643)
|
// Measured: `214 + b * (78 ±0)`
|
||||||
// Standard Error: 6_939
|
// Estimated: `213 + b * (2554 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(2_982_253).saturating_mul(b.into()))
|
// Minimum execution time: 14_254 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_028_628)
|
||||||
|
.saturating_add(Weight::from_proof_size(213))
|
||||||
|
// Standard Error: 3_094
|
||||||
|
.saturating_add(Weight::from_ref_time(2_490_219).saturating_mul(b.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
|
.saturating_add(Weight::from_proof_size(2554).saturating_mul(b.into()))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection DesiredCandidates (r:0 w:1)
|
/// Storage: CollatorSelection DesiredCandidates (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection DesiredCandidates (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
fn set_desired_candidates() -> Weight {
|
fn set_desired_candidates() -> Weight {
|
||||||
// Minimum execution time: 12_930 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(13_584_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 6_548 nanoseconds.
|
||||||
|
Weight::from_ref_time(6_775_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection CandidacyBond (r:0 w:1)
|
/// Storage: CollatorSelection CandidacyBond (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection CandidacyBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
|
||||||
fn set_candidacy_bond() -> Weight {
|
fn set_candidacy_bond() -> Weight {
|
||||||
// Minimum execution time: 14_422 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(15_113_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 6_922 nanoseconds.
|
||||||
|
Weight::from_ref_time(7_184_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection Candidates (r:1 w:1)
|
/// Storage: CollatorSelection Candidates (r:1 w:1)
|
||||||
// Storage: CollatorSelection DesiredCandidates (r:1 w:0)
|
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen)
|
||||||
// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
/// Storage: CollatorSelection DesiredCandidates (r:1 w:0)
|
||||||
// Storage: Session NextKeys (r:1 w:0)
|
/// Proof: CollatorSelection DesiredCandidates (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: CollatorSelection CandidacyBond (r:1 w:0)
|
/// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
/// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
|
/// 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: CollatorSelection CandidacyBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
|
||||||
|
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
/// The range of component `c` is `[1, 999]`.
|
/// The range of component `c` is `[1, 999]`.
|
||||||
fn register_as_candidate(c: u32, ) -> Weight {
|
fn register_as_candidate(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 45_966 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(61_587_166)
|
// Measured: `1167 + c * (48 ±0)`
|
||||||
// Standard Error: 1_849
|
// Estimated: `56785 + c * (49 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(210_205).saturating_mul(c.into()))
|
// Minimum execution time: 35_329 nanoseconds.
|
||||||
|
Weight::from_ref_time(27_879_325)
|
||||||
|
.saturating_add(Weight::from_proof_size(56785))
|
||||||
|
// Standard Error: 1_269
|
||||||
|
.saturating_add(Weight::from_ref_time(108_458).saturating_mul(c.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
|
.saturating_add(Weight::from_proof_size(49).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection Candidates (r:1 w:1)
|
/// Storage: CollatorSelection Candidates (r:1 w:1)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen)
|
||||||
|
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
/// The range of component `c` is `[6, 1000]`.
|
/// The range of component `c` is `[6, 1000]`.
|
||||||
fn leave_intent(c: u32, ) -> Weight {
|
fn leave_intent(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 36_187 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(44_515_819)
|
// Measured: `503 + c * (48 ±0)`
|
||||||
// Standard Error: 1_740
|
// Estimated: `48497`
|
||||||
.saturating_add(Weight::from_ref_time(192_107).saturating_mul(c.into()))
|
// Minimum execution time: 27_322 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_354_913)
|
||||||
|
.saturating_add(Weight::from_proof_size(48497))
|
||||||
|
// Standard Error: 1_399
|
||||||
|
.saturating_add(Weight::from_ref_time(108_840).saturating_mul(c.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
/// Storage: System Account (r:2 w:2)
|
||||||
// Storage: System BlockWeight (r:1 w:1)
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
/// Storage: System BlockWeight (r:1 w:1)
|
||||||
|
/// Proof: System BlockWeight (max_values: Some(1), max_size: Some(48), added: 543, mode: MaxEncodedLen)
|
||||||
|
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
fn note_author() -> Weight {
|
fn note_author() -> Weight {
|
||||||
// Minimum execution time: 36_950 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(37_782_000)
|
// Measured: `187`
|
||||||
|
// Estimated: `5749`
|
||||||
|
// Minimum execution time: 26_074 nanoseconds.
|
||||||
|
Weight::from_ref_time(26_574_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5749))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection Candidates (r:1 w:1)
|
/// Storage: CollatorSelection Candidates (r:1 w:0)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:1000 w:1)
|
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: CollatorSelection LastAuthoredBlock (r:999 w:0)
|
||||||
// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
// Storage: System BlockWeight (r:1 w:1)
|
/// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
||||||
|
/// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
|
/// 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:995 w:995)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
/// The range of component `r` is `[1, 1000]`.
|
/// The range of component `r` is `[1, 1000]`.
|
||||||
/// The range of component `c` is `[1, 1000]`.
|
/// The range of component `c` is `[1, 1000]`.
|
||||||
fn new_session(_r: u32, c: u32, ) -> Weight {
|
fn new_session(r: u32, c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 18_074 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(18_202_000)
|
// Measured: `22878 + r * (148 ±0) + c * (97 ±0)`
|
||||||
// Standard Error: 844_328
|
// Estimated: `52737 + r * (2602 ±0) + c * (2519 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(31_633_149).saturating_mul(c.into()))
|
// Minimum execution time: 15_727 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_001_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(52737))
|
||||||
|
// Standard Error: 792_964
|
||||||
|
.saturating_add(Weight::from_ref_time(28_827_951).saturating_mul(c.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(2602).saturating_mul(r.into()))
|
||||||
|
.saturating_add(Weight::from_proof_size(2519).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_multisig`
|
//! Autogenerated weights for `pallet_multisig`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -48,80 +49,113 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
|||||||
impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_threshold_1(z: u32, ) -> Weight {
|
fn as_multi_threshold_1(z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 16_555 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(17_763_931)
|
// Measured: `0`
|
||||||
// Standard Error: 5
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(638).saturating_mul(z.into()))
|
// Minimum execution time: 11_903 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_398_025)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 1
|
||||||
|
.saturating_add(Weight::from_ref_time(550).saturating_mul(z.into()))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
/// 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 `s` is `[2, 100]`.
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_create(s: u32, z: u32, ) -> Weight {
|
fn as_multi_create(s: u32, z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 47_985 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_985_851)
|
// Measured: `314 + s * (2 ±0)`
|
||||||
// Standard Error: 1_506
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(151_699).saturating_mul(s.into()))
|
// Minimum execution time: 35_780 nanoseconds.
|
||||||
// Standard Error: 14
|
Weight::from_ref_time(29_310_705)
|
||||||
.saturating_add(Weight::from_ref_time(1_970).saturating_mul(z.into()))
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
// Standard Error: 602
|
||||||
|
.saturating_add(Weight::from_ref_time(70_837).saturating_mul(s.into()))
|
||||||
|
// Standard Error: 5
|
||||||
|
.saturating_add(Weight::from_ref_time(1_545).saturating_mul(z.into()))
|
||||||
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// 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 `s` is `[3, 100]`.
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
|
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 36_420 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(24_957_895)
|
// Measured: `313`
|
||||||
// Standard Error: 1_248
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(129_987).saturating_mul(s.into()))
|
// Minimum execution time: 26_552 nanoseconds.
|
||||||
// Standard Error: 12
|
Weight::from_ref_time(19_998_713)
|
||||||
.saturating_add(Weight::from_ref_time(1_985).saturating_mul(z.into()))
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 711
|
||||||
|
.saturating_add(Weight::from_ref_time(72_463).saturating_mul(s.into()))
|
||||||
|
// Standard Error: 6
|
||||||
|
.saturating_add(Weight::from_ref_time(1_573).saturating_mul(z.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||||
// Storage: System Account (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 `s` is `[2, 100]`.
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
|
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 52_951 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(36_901_926)
|
// Measured: `451 + s * (33 ±0)`
|
||||||
// Standard Error: 1_402
|
// Estimated: `8424`
|
||||||
.saturating_add(Weight::from_ref_time(185_013).saturating_mul(s.into()))
|
// Minimum execution time: 40_836 nanoseconds.
|
||||||
// Standard Error: 13
|
Weight::from_ref_time(32_275_692)
|
||||||
.saturating_add(Weight::from_ref_time(2_015).saturating_mul(z.into()))
|
.saturating_add(Weight::from_proof_size(8424))
|
||||||
|
// Standard Error: 673
|
||||||
|
.saturating_add(Weight::from_ref_time(92_895).saturating_mul(s.into()))
|
||||||
|
// Standard Error: 6
|
||||||
|
.saturating_add(Weight::from_ref_time(1_569).saturating_mul(z.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
/// 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 `s` is `[2, 100]`.
|
||||||
fn approve_as_multi_create(s: u32, ) -> Weight {
|
fn approve_as_multi_create(s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 32_709 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_158_623)
|
// Measured: `321 + s * (2 ±0)`
|
||||||
// Standard Error: 1_681
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(149_794).saturating_mul(s.into()))
|
// Minimum execution time: 26_440 nanoseconds.
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
Weight::from_ref_time(27_434_937)
|
||||||
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 725
|
||||||
|
.saturating_add(Weight::from_ref_time(80_283).saturating_mul(s.into()))
|
||||||
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// 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 `s` is `[2, 100]`.
|
||||||
fn approve_as_multi_approve(s: u32, ) -> Weight {
|
fn approve_as_multi_approve(s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 22_393 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(23_705_854)
|
// Measured: `313`
|
||||||
// Standard Error: 1_055
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(135_303).saturating_mul(s.into()))
|
// Minimum execution time: 17_335 nanoseconds.
|
||||||
|
Weight::from_ref_time(18_873_349)
|
||||||
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 490
|
||||||
|
.saturating_add(Weight::from_ref_time(74_017).saturating_mul(s.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// 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 `s` is `[2, 100]`.
|
||||||
fn cancel_as_multi(s: u32, ) -> Weight {
|
fn cancel_as_multi(s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 32_499 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_280_390)
|
// Measured: `517 + s * (1 ±0)`
|
||||||
// Standard Error: 1_408
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(151_271).saturating_mul(s.into()))
|
// Minimum execution time: 26_731 nanoseconds.
|
||||||
|
Weight::from_ref_time(28_534_422)
|
||||||
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 740
|
||||||
|
.saturating_add(Weight::from_ref_time(78_223).saturating_mul(s.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_session`
|
//! Autogenerated weights for `pallet_session`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,19 +47,31 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_session`.
|
/// Weight functions for `pallet_session`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Session NextKeys (r:1 w:1)
|
/// Storage: Session NextKeys (r:1 w:1)
|
||||||
// Storage: Session KeyOwner (r:1 w:1)
|
/// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: Session KeyOwner (r:1 w:1)
|
||||||
|
/// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured)
|
||||||
fn set_keys() -> Weight {
|
fn set_keys() -> Weight {
|
||||||
// Minimum execution time: 22_560 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(23_197_000)
|
// Measured: `297`
|
||||||
|
// Estimated: `5544`
|
||||||
|
// Minimum execution time: 15_721 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_081_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5544))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Session NextKeys (r:1 w:1)
|
/// Storage: Session NextKeys (r:1 w:1)
|
||||||
// Storage: Session KeyOwner (r:0 w:1)
|
/// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: Session KeyOwner (r:0 w:1)
|
||||||
|
/// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured)
|
||||||
fn purge_keys() -> Weight {
|
fn purge_keys() -> Weight {
|
||||||
// Minimum execution time: 17_888 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(18_724_000)
|
// Measured: `279`
|
||||||
|
// Estimated: `3033`
|
||||||
|
// Minimum execution time: 12_031 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_339_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(3033))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_timestamp`
|
//! Autogenerated weights for `pallet_timestamp`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,16 +47,26 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_timestamp`.
|
/// Weight functions for `pallet_timestamp`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Timestamp Now (r:1 w:1)
|
/// Storage: Timestamp Now (r:1 w:1)
|
||||||
// Storage: Aura CurrentSlot (r:1 w:0)
|
/// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Aura CurrentSlot (r:1 w:0)
|
||||||
|
/// Proof: Aura CurrentSlot (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
|
||||||
fn set() -> Weight {
|
fn set() -> Weight {
|
||||||
// Minimum execution time: 8_992 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(9_340_000)
|
// Measured: `49`
|
||||||
|
// Estimated: `1006`
|
||||||
|
// Minimum execution time: 7_216 nanoseconds.
|
||||||
|
Weight::from_ref_time(7_445_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(1006))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
fn on_finalize() -> Weight {
|
fn on_finalize() -> Weight {
|
||||||
// Minimum execution time: 3_832 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(3_992_000)
|
// Measured: `57`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 3_181 nanoseconds.
|
||||||
|
Weight::from_ref_time(3_322_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_utility`
|
//! Autogenerated weights for `pallet_utility`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -48,31 +49,51 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
|||||||
impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
||||||
/// The range of component `c` is `[0, 1000]`.
|
/// The range of component `c` is `[0, 1000]`.
|
||||||
fn batch(c: u32, ) -> Weight {
|
fn batch(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 12_278 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(20_001_334)
|
// Measured: `0`
|
||||||
// Standard Error: 2_136
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(4_358_244).saturating_mul(c.into()))
|
// Minimum execution time: 6_179 nanoseconds.
|
||||||
|
Weight::from_ref_time(19_315_482)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 3_383
|
||||||
|
.saturating_add(Weight::from_ref_time(4_126_811).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
fn as_derivative() -> Weight {
|
fn as_derivative() -> Weight {
|
||||||
// Minimum execution time: 6_169 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(6_643_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 4_474 nanoseconds.
|
||||||
|
Weight::from_ref_time(4_666_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
/// The range of component `c` is `[0, 1000]`.
|
/// The range of component `c` is `[0, 1000]`.
|
||||||
fn batch_all(c: u32, ) -> Weight {
|
fn batch_all(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 12_543 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_156_769)
|
// Measured: `0`
|
||||||
// Standard Error: 1_592
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(4_552_994).saturating_mul(c.into()))
|
// Minimum execution time: 6_210 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_190_913)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 2_328
|
||||||
|
.saturating_add(Weight::from_ref_time(4_370_533).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
fn dispatch_as() -> Weight {
|
fn dispatch_as() -> Weight {
|
||||||
// Minimum execution time: 14_418 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_786_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 8_194 nanoseconds.
|
||||||
|
Weight::from_ref_time(8_300_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
/// The range of component `c` is `[0, 1000]`.
|
/// The range of component `c` is `[0, 1000]`.
|
||||||
fn force_batch(c: u32, ) -> Weight {
|
fn force_batch(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 12_392 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(12_842_928)
|
// Measured: `0`
|
||||||
// Standard Error: 1_690
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(4_374_663).saturating_mul(c.into()))
|
// Minimum execution time: 6_207 nanoseconds.
|
||||||
|
Weight::from_ref_time(9_704_236)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 4_155
|
||||||
|
.saturating_add(Weight::from_ref_time(4_130_222).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,25 +17,25 @@
|
|||||||
//! Autogenerated weights for `pallet_xcm`
|
//! Autogenerated weights for `pallet_xcm`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2022-12-22, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
// /home/benchbot/cargo_target_dir/production/polkadot-parachain
|
// ./artifacts/polkadot-parachain
|
||||||
// benchmark
|
// benchmark
|
||||||
// pallet
|
// pallet
|
||||||
// --steps=50
|
// --chain=bridge-hub-rococo-dev
|
||||||
// --repeat=20
|
|
||||||
// --extrinsic=*
|
|
||||||
// --execution=wasm
|
// --execution=wasm
|
||||||
// --wasm-execution=compiled
|
// --wasm-execution=compiled
|
||||||
// --heap-pages=4096
|
|
||||||
// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/cumulus/.git/.artifacts/bench.json
|
|
||||||
// --pallet=pallet_xcm
|
// --pallet=pallet_xcm
|
||||||
// --chain=bridge-hub-rococo-dev
|
// --extrinsic=*
|
||||||
|
// --steps=50
|
||||||
|
// --repeat=20
|
||||||
|
// --json
|
||||||
// --header=./file_header.txt
|
// --header=./file_header.txt
|
||||||
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/
|
// --output=./parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/pallet_xcm.rs
|
||||||
|
|
||||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||||
#![allow(unused_parens)]
|
#![allow(unused_parens)]
|
||||||
@@ -47,126 +47,228 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_xcm`.
|
/// Weight functions for `pallet_xcm`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn send() -> Weight {
|
fn send() -> Weight {
|
||||||
// Minimum execution time: 27_797 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(28_356_000)
|
// Measured: `38`
|
||||||
|
// Estimated: `4645`
|
||||||
|
// Minimum execution time: 25_656 nanoseconds.
|
||||||
|
Weight::from_ref_time(25_942_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(4645))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
/// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
/// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
fn teleport_assets() -> Weight {
|
fn teleport_assets() -> Weight {
|
||||||
// Minimum execution time: 32_656 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(33_011_000)
|
// Measured: `32`
|
||||||
|
// Estimated: `499`
|
||||||
|
// Minimum execution time: 26_559 nanoseconds.
|
||||||
|
Weight::from_ref_time(27_040_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(499))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
}
|
}
|
||||||
// Storage: Benchmark Override (r:0 w:0)
|
/// Storage: Benchmark Override (r:0 w:0)
|
||||||
|
/// Proof Skipped: Benchmark Override (max_values: None, max_size: None, mode: Measured)
|
||||||
fn reserve_transfer_assets() -> Weight {
|
fn reserve_transfer_assets() -> Weight {
|
||||||
|
// Proof Size summary in bytes:
|
||||||
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
// Minimum execution time: 18_446_744_073_709_551 nanoseconds.
|
// Minimum execution time: 18_446_744_073_709_551 nanoseconds.
|
||||||
Weight::from_ref_time(18_446_744_073_709_551_000)
|
Weight::from_ref_time(18_446_744_073_709_551_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
// Storage: Benchmark Override (r:0 w:0)
|
/// Storage: Benchmark Override (r:0 w:0)
|
||||||
|
/// Proof Skipped: Benchmark Override (max_values: None, max_size: None, mode: Measured)
|
||||||
fn execute() -> Weight {
|
fn execute() -> Weight {
|
||||||
|
// Proof Size summary in bytes:
|
||||||
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
// Minimum execution time: 18_446_744_073_709_551 nanoseconds.
|
// Minimum execution time: 18_446_744_073_709_551 nanoseconds.
|
||||||
Weight::from_ref_time(18_446_744_073_709_551_000)
|
Weight::from_ref_time(18_446_744_073_709_551_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:0 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
fn force_xcm_version() -> Weight {
|
fn force_xcm_version() -> Weight {
|
||||||
// Minimum execution time: 15_101 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(15_535_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 9_204 nanoseconds.
|
||||||
|
Weight::from_ref_time(9_400_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:0 w:1)
|
/// Storage: PolkadotXcm SafeXcmVersion (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn force_default_xcm_version() -> Weight {
|
fn force_default_xcm_version() -> Weight {
|
||||||
// Minimum execution time: 4_700 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(4_896_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 2_652 nanoseconds.
|
||||||
|
Weight::from_ref_time(2_790_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
/// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
||||||
// Storage: PolkadotXcm QueryCounter (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Storage: PolkadotXcm QueryCounter (r:1 w:1)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm QueryCounter (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: PolkadotXcm Queries (r:0 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm Queries (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
|
||||||
fn force_subscribe_version_notify() -> Weight {
|
fn force_subscribe_version_notify() -> Weight {
|
||||||
// Minimum execution time: 31_532 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(32_180_000)
|
// Measured: `38`
|
||||||
|
// Estimated: `7729`
|
||||||
|
// Minimum execution time: 29_636 nanoseconds.
|
||||||
|
Weight::from_ref_time(30_041_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7729))
|
||||||
.saturating_add(T::DbWeight::get().reads(7))
|
.saturating_add(T::DbWeight::get().reads(7))
|
||||||
.saturating_add(T::DbWeight::get().writes(5))
|
.saturating_add(T::DbWeight::get().writes(5))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
/// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm Queries (r:0 w:1)
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm Queries (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
|
||||||
fn force_unsubscribe_version_notify() -> Weight {
|
fn force_unsubscribe_version_notify() -> Weight {
|
||||||
// Minimum execution time: 32_515 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(33_097_000)
|
// Measured: `220`
|
||||||
|
// Estimated: `8470`
|
||||||
|
// Minimum execution time: 31_854 nanoseconds.
|
||||||
|
Weight::from_ref_time(32_416_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(8470))
|
||||||
.saturating_add(T::DbWeight::get().reads(6))
|
.saturating_add(T::DbWeight::get().reads(6))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:4 w:2)
|
/// Storage: PolkadotXcm SupportedVersion (r:4 w:2)
|
||||||
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
fn migrate_supported_version() -> Weight {
|
fn migrate_supported_version() -> Weight {
|
||||||
// Minimum execution time: 13_811 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_149_000)
|
// Measured: `95`
|
||||||
|
// Estimated: `9995`
|
||||||
|
// Minimum execution time: 13_994 nanoseconds.
|
||||||
|
Weight::from_ref_time(14_361_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(9995))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifiers (r:4 w:2)
|
/// Storage: PolkadotXcm VersionNotifiers (r:4 w:2)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
|
||||||
fn migrate_version_notifiers() -> Weight {
|
fn migrate_version_notifiers() -> Weight {
|
||||||
// Minimum execution time: 13_708 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_067_000)
|
// Measured: `99`
|
||||||
|
// Estimated: `9999`
|
||||||
|
// Minimum execution time: 14_337 nanoseconds.
|
||||||
|
Weight::from_ref_time(14_651_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(9999))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:5 w:0)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:5 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
fn already_notified_target() -> Weight {
|
fn already_notified_target() -> Weight {
|
||||||
// Minimum execution time: 15_277 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(15_626_000)
|
// Measured: `106`
|
||||||
|
// Estimated: `12481`
|
||||||
|
// Minimum execution time: 15_624 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_936_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(12481))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn notify_current_targets() -> Weight {
|
fn notify_current_targets() -> Weight {
|
||||||
// Minimum execution time: 29_263 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(29_831_000)
|
// Measured: `106`
|
||||||
|
// Estimated: `10041`
|
||||||
|
// Minimum execution time: 26_774 nanoseconds.
|
||||||
|
Weight::from_ref_time(27_140_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10041))
|
||||||
.saturating_add(T::DbWeight::get().reads(7))
|
.saturating_add(T::DbWeight::get().reads(7))
|
||||||
.saturating_add(T::DbWeight::get().writes(3))
|
.saturating_add(T::DbWeight::get().writes(3))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:3 w:0)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:3 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
fn notify_target_migration_fail() -> Weight {
|
fn notify_target_migration_fail() -> Weight {
|
||||||
// Minimum execution time: 7_787 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(7_858_000)
|
// Measured: `136`
|
||||||
|
// Estimated: `7561`
|
||||||
|
// Minimum execution time: 7_233 nanoseconds.
|
||||||
|
Weight::from_ref_time(7_487_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7561))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
fn migrate_version_notify_targets() -> Weight {
|
fn migrate_version_notify_targets() -> Weight {
|
||||||
// Minimum execution time: 15_252 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(15_558_000)
|
// Measured: `106`
|
||||||
|
// Estimated: `10006`
|
||||||
|
// Minimum execution time: 14_801 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_090_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10006))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn migrate_and_notify_old_targets() -> Weight {
|
fn migrate_and_notify_old_targets() -> Weight {
|
||||||
// Minimum execution time: 35_105 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(35_719_000)
|
// Measured: `112`
|
||||||
|
// Estimated: `15027`
|
||||||
|
// Minimum execution time: 32_613 nanoseconds.
|
||||||
|
Weight::from_ref_time(32_978_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(15027))
|
||||||
.saturating_add(T::DbWeight::get().reads(9))
|
.saturating_add(T::DbWeight::get().reads(9))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
|
|||||||
+32
-9
@@ -18,8 +18,8 @@
|
|||||||
//! Autogenerated weights for `pallet_xcm_benchmarks::fungible`
|
//! Autogenerated weights for `pallet_xcm_benchmarks::fungible`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -49,58 +49,81 @@ use sp_std::marker::PhantomData;
|
|||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> WeightInfo<T> {
|
impl<T: frame_system::Config> WeightInfo<T> {
|
||||||
// Storage: System Account (r:1 w:1)
|
// Storage: System Account (r:1 w:1)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
pub(crate) fn withdraw_asset() -> Weight {
|
pub(crate) fn withdraw_asset() -> Weight {
|
||||||
Weight::from_ref_time(29_007_000 as u64)
|
Weight::from_ref_time(20_377_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
// Storage: System Account (r:2 w:2)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
pub(crate) fn transfer_asset() -> Weight {
|
pub(crate) fn transfer_asset() -> Weight {
|
||||||
Weight::from_ref_time(40_966_000 as u64)
|
Weight::from_ref_time(31_004_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
// Storage: System Account (r:2 w:2)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn transfer_reserve_asset() -> Weight {
|
pub(crate) fn transfer_reserve_asset() -> Weight {
|
||||||
Weight::from_ref_time(62_003_000 as u64)
|
Weight::from_ref_time(54_173_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(8 as u64))
|
.saturating_add(T::DbWeight::get().reads(8 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn receive_teleported_asset() -> Weight {
|
pub(crate) fn receive_teleported_asset() -> Weight {
|
||||||
Weight::from_ref_time(7_096_000 as u64)
|
Weight::from_ref_time(4_635_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
// Storage: System Account (r:1 w:1)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
pub(crate) fn deposit_asset() -> Weight {
|
pub(crate) fn deposit_asset() -> Weight {
|
||||||
Weight::from_ref_time(32_081_000 as u64)
|
Weight::from_ref_time(23_155_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
// Storage: System Account (r:1 w:1)
|
||||||
|
// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn deposit_reserve_asset() -> Weight {
|
pub(crate) fn deposit_reserve_asset() -> Weight {
|
||||||
Weight::from_ref_time(53_495_000 as u64)
|
Weight::from_ref_time(52_599_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(7 as u64))
|
.saturating_add(T::DbWeight::get().reads(7 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn initiate_teleport() -> Weight {
|
pub(crate) fn initiate_teleport() -> Weight {
|
||||||
Weight::from_ref_time(35_165_000 as u64)
|
Weight::from_ref_time(34_004_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
|
|||||||
+70
-31
@@ -18,8 +18,8 @@
|
|||||||
//! Autogenerated weights for `pallet_xcm_benchmarks::generic`
|
//! Autogenerated weights for `pallet_xcm_benchmarks::generic`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-rococo-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -49,145 +49,184 @@ use sp_std::marker::PhantomData;
|
|||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> WeightInfo<T> {
|
impl<T: frame_system::Config> WeightInfo<T> {
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn report_holding() -> Weight {
|
pub(crate) fn report_holding() -> Weight {
|
||||||
Weight::from_ref_time(38_509_000 as u64)
|
Weight::from_ref_time(32_598_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn buy_execution() -> Weight {
|
pub(crate) fn buy_execution() -> Weight {
|
||||||
Weight::from_ref_time(5_956_000 as u64)
|
Weight::from_ref_time(3_195_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm Queries (r:1 w:0)
|
// Storage: PolkadotXcm Queries (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
|
||||||
pub(crate) fn query_response() -> Weight {
|
pub(crate) fn query_response() -> Weight {
|
||||||
Weight::from_ref_time(19_244_000 as u64)
|
Weight::from_ref_time(10_939_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn transact() -> Weight {
|
pub(crate) fn transact() -> Weight {
|
||||||
Weight::from_ref_time(21_558_000 as u64)
|
Weight::from_ref_time(12_473_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn refund_surplus() -> Weight {
|
pub(crate) fn refund_surplus() -> Weight {
|
||||||
Weight::from_ref_time(6_310_000 as u64)
|
Weight::from_ref_time(3_458_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn set_error_handler() -> Weight {
|
pub(crate) fn set_error_handler() -> Weight {
|
||||||
Weight::from_ref_time(5_864_000 as u64)
|
Weight::from_ref_time(3_252_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn set_appendix() -> Weight {
|
pub(crate) fn set_appendix() -> Weight {
|
||||||
Weight::from_ref_time(6_089_000 as u64)
|
Weight::from_ref_time(3_249_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn clear_error() -> Weight {
|
pub(crate) fn clear_error() -> Weight {
|
||||||
Weight::from_ref_time(5_990_000 as u64)
|
Weight::from_ref_time(3_190_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn descend_origin() -> Weight {
|
pub(crate) fn descend_origin() -> Weight {
|
||||||
Weight::from_ref_time(6_710_000 as u64)
|
Weight::from_ref_time(4_268_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn clear_origin() -> Weight {
|
pub(crate) fn clear_origin() -> Weight {
|
||||||
Weight::from_ref_time(5_943_000 as u64)
|
Weight::from_ref_time(3_255_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn report_error() -> Weight {
|
pub(crate) fn report_error() -> Weight {
|
||||||
Weight::from_ref_time(32_246_000 as u64)
|
Weight::from_ref_time(25_755_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm AssetTraps (r:1 w:1)
|
// Storage: PolkadotXcm AssetTraps (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm AssetTraps (max_values: None, max_size: None, mode: Measured)
|
||||||
pub(crate) fn claim_asset() -> Weight {
|
pub(crate) fn claim_asset() -> Weight {
|
||||||
Weight::from_ref_time(22_131_000 as u64)
|
Weight::from_ref_time(15_124_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn trap() -> Weight {
|
pub(crate) fn trap() -> Weight {
|
||||||
Weight::from_ref_time(6_030_000 as u64)
|
Weight::from_ref_time(3_164_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:1 w:1)
|
// Storage: PolkadotXcm VersionNotifyTargets (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn subscribe_version() -> Weight {
|
pub(crate) fn subscribe_version() -> Weight {
|
||||||
Weight::from_ref_time(33_281_000 as u64)
|
Weight::from_ref_time(25_329_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:0 w:1)
|
// Storage: PolkadotXcm VersionNotifyTargets (r:0 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
pub(crate) fn unsubscribe_version() -> Weight {
|
pub(crate) fn unsubscribe_version() -> Weight {
|
||||||
Weight::from_ref_time(7_866_000 as u64)
|
Weight::from_ref_time(5_253_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn initiate_reserve_withdraw() -> Weight {
|
pub(crate) fn initiate_reserve_withdraw() -> Weight {
|
||||||
Weight::from_ref_time(34_872_000 as u64)
|
Weight::from_ref_time(29_304_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn burn_asset() -> Weight {
|
pub(crate) fn burn_asset() -> Weight {
|
||||||
Weight::from_ref_time(7_433_000 as u64)
|
Weight::from_ref_time(5_275_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_asset() -> Weight {
|
pub(crate) fn expect_asset() -> Weight {
|
||||||
Weight::from_ref_time(6_120_000 as u64)
|
Weight::from_ref_time(3_355_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_origin() -> Weight {
|
pub(crate) fn expect_origin() -> Weight {
|
||||||
Weight::from_ref_time(6_155_000 as u64)
|
Weight::from_ref_time(3_391_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_error() -> Weight {
|
pub(crate) fn expect_error() -> Weight {
|
||||||
Weight::from_ref_time(6_035_000 as u64)
|
Weight::from_ref_time(3_192_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_transact_status() -> Weight {
|
pub(crate) fn expect_transact_status() -> Weight {
|
||||||
Weight::from_ref_time(6_746_000 as u64)
|
Weight::from_ref_time(3_342_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn query_pallet() -> Weight {
|
pub(crate) fn query_pallet() -> Weight {
|
||||||
Weight::from_ref_time(34_793_000 as u64)
|
Weight::from_ref_time(28_426_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn expect_pallet() -> Weight {
|
pub(crate) fn expect_pallet() -> Weight {
|
||||||
Weight::from_ref_time(7_703_000 as u64)
|
Weight::from_ref_time(4_826_000 as u64)
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
pub(crate) fn report_transact_status() -> Weight {
|
pub(crate) fn report_transact_status() -> Weight {
|
||||||
Weight::from_ref_time(32_899_000 as u64)
|
Weight::from_ref_time(26_238_000 as u64)
|
||||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||||
}
|
}
|
||||||
pub(crate) fn clear_transact_status() -> Weight {
|
pub(crate) fn clear_transact_status() -> Weight {
|
||||||
Weight::from_ref_time(6_079_000 as u64)
|
Weight::from_ref_time(3_240_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn set_topic() -> Weight {
|
pub(crate) fn set_topic() -> Weight {
|
||||||
Weight::from_ref_time(6_051_000 as u64)
|
Weight::from_ref_time(3_181_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn clear_topic() -> Weight {
|
pub(crate) fn clear_topic() -> Weight {
|
||||||
Weight::from_ref_time(5_928_000 as u64)
|
Weight::from_ref_time(3_142_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn set_fees_mode() -> Weight {
|
pub(crate) fn set_fees_mode() -> Weight {
|
||||||
Weight::from_ref_time(5_990_000 as u64)
|
Weight::from_ref_time(3_216_000 as u64)
|
||||||
}
|
}
|
||||||
pub(crate) fn unpaid_execution() -> Weight {
|
pub(crate) fn unpaid_execution() -> Weight {
|
||||||
Weight::from_ref_time(6_105_000 as u64)
|
Weight::from_ref_time(3_394_000 as u64)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+19
-8
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
|
//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,17 +47,27 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `cumulus_pallet_xcmp_queue`.
|
/// Weight functions for `cumulus_pallet_xcmp_queue`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: XcmpQueue QueueConfig (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 set_config_with_u32() -> Weight {
|
fn set_config_with_u32() -> Weight {
|
||||||
// Minimum execution time: 7_029 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(7_466_000)
|
// Measured: `76`
|
||||||
|
// Estimated: `571`
|
||||||
|
// Minimum execution time: 4_808 nanoseconds.
|
||||||
|
Weight::from_ref_time(4_966_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(571))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: XcmpQueue QueueConfig (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 set_config_with_weight() -> Weight {
|
fn set_config_with_weight() -> Weight {
|
||||||
// Minimum execution time: 7_027 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(7_256_000)
|
// Measured: `76`
|
||||||
|
// Estimated: `571`
|
||||||
|
// Minimum execution time: 5_014 nanoseconds.
|
||||||
|
Weight::from_ref_time(5_135_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(571))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `frame_system`
|
//! Autogenerated weights for `frame_system`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -48,51 +49,81 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
|||||||
impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
||||||
/// The range of component `b` is `[0, 3932160]`.
|
/// The range of component `b` is `[0, 3932160]`.
|
||||||
fn remark(b: u32, ) -> Weight {
|
fn remark(b: u32, ) -> Weight {
|
||||||
// Minimum execution time: 3_824 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(3_006_762)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 1_643 nanoseconds.
|
||||||
|
Weight::from_ref_time(1_672_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
// Standard Error: 0
|
// Standard Error: 0
|
||||||
.saturating_add(Weight::from_ref_time(476).saturating_mul(b.into()))
|
.saturating_add(Weight::from_ref_time(368).saturating_mul(b.into()))
|
||||||
}
|
}
|
||||||
/// The range of component `b` is `[0, 3932160]`.
|
/// The range of component `b` is `[0, 3932160]`.
|
||||||
fn remark_with_event(b: u32, ) -> Weight {
|
fn remark_with_event(b: u32, ) -> Weight {
|
||||||
// Minimum execution time: 13_506 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(145_176_063)
|
// Measured: `0`
|
||||||
// Standard Error: 4
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(1_865).saturating_mul(b.into()))
|
// Minimum execution time: 6_679 nanoseconds.
|
||||||
|
Weight::from_ref_time(6_737_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 0
|
||||||
|
.saturating_add(Weight::from_ref_time(1_714).saturating_mul(b.into()))
|
||||||
}
|
}
|
||||||
// Storage: System Digest (r:1 w:1)
|
/// Storage: System Digest (r:1 w:1)
|
||||||
// Storage: unknown [0x3a686561707061676573] (r:0 w:1)
|
/// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: unknown `0x3a686561707061676573` (r:0 w:1)
|
||||||
|
/// Proof Skipped: unknown `0x3a686561707061676573` (r:0 w:1)
|
||||||
fn set_heap_pages() -> Weight {
|
fn set_heap_pages() -> Weight {
|
||||||
// Minimum execution time: 8_012 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(8_298_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `495`
|
||||||
|
// Minimum execution time: 3_675 nanoseconds.
|
||||||
|
Weight::from_ref_time(3_915_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(495))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Skipped Metadata (r:0 w:0)
|
/// Storage: Skipped Metadata (r:0 w:0)
|
||||||
|
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `i` is `[0, 1000]`.
|
/// The range of component `i` is `[0, 1000]`.
|
||||||
fn set_storage(i: u32, ) -> Weight {
|
fn set_storage(i: u32, ) -> Weight {
|
||||||
// Minimum execution time: 3_968 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(4_082_000)
|
// Measured: `0`
|
||||||
// Standard Error: 2_428
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(684_810).saturating_mul(i.into()))
|
// Minimum execution time: 1_789 nanoseconds.
|
||||||
|
Weight::from_ref_time(1_840_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 2_081
|
||||||
|
.saturating_add(Weight::from_ref_time(587_667).saturating_mul(i.into()))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||||
}
|
}
|
||||||
// Storage: Skipped Metadata (r:0 w:0)
|
/// Storage: Skipped Metadata (r:0 w:0)
|
||||||
|
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `i` is `[0, 1000]`.
|
/// The range of component `i` is `[0, 1000]`.
|
||||||
fn kill_storage(i: u32, ) -> Weight {
|
fn kill_storage(i: u32, ) -> Weight {
|
||||||
// Minimum execution time: 4_019 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(4_112_000)
|
// Measured: `0`
|
||||||
// Standard Error: 969
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(516_358).saturating_mul(i.into()))
|
// Minimum execution time: 1_849 nanoseconds.
|
||||||
|
Weight::from_ref_time(1_915_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 798
|
||||||
|
.saturating_add(Weight::from_ref_time(446_723).saturating_mul(i.into()))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into())))
|
||||||
}
|
}
|
||||||
// Storage: Skipped Metadata (r:0 w:0)
|
/// Storage: Skipped Metadata (r:0 w:0)
|
||||||
|
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `p` is `[0, 1000]`.
|
/// The range of component `p` is `[0, 1000]`.
|
||||||
fn kill_prefix(p: u32, ) -> Weight {
|
fn kill_prefix(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 5_739 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(5_965_000)
|
// Measured: `68 + p * (69 ±0)`
|
||||||
// Standard Error: 1_231
|
// Estimated: `69 + p * (70 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(1_157_068).saturating_mul(p.into()))
|
// Minimum execution time: 3_503 nanoseconds.
|
||||||
|
Weight::from_ref_time(3_574_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(69))
|
||||||
|
// Standard Error: 948
|
||||||
|
.saturating_add(Weight::from_ref_time(949_091).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(70).saturating_mul(p.into()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+340
-167
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_alliance`
|
//! Autogenerated weights for `pallet_alliance`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,273 +47,445 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_alliance`.
|
/// Weight functions for `pallet_alliance`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_alliance::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Alliance Members (r:1 w:0)
|
/// Storage: Alliance Members (r:1 w:0)
|
||||||
// Storage: AllianceMotion ProposalOf (r:1 w:1)
|
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||||
// Storage: AllianceMotion Proposals (r:1 w:1)
|
/// Storage: AllianceMotion ProposalOf (r:1 w:1)
|
||||||
// Storage: AllianceMotion ProposalCount (r:1 w:1)
|
/// Proof Skipped: AllianceMotion ProposalOf (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: AllianceMotion Voting (r:0 w:1)
|
/// Storage: AllianceMotion Proposals (r:1 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion ProposalCount (r:1 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion ProposalCount (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion Voting (r:0 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Voting (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `b` is `[1, 1024]`.
|
/// The range of component `b` is `[1, 1024]`.
|
||||||
/// The range of component `m` is `[2, 100]`.
|
/// The range of component `m` is `[2, 100]`.
|
||||||
/// The range of component `p` is `[1, 100]`.
|
/// The range of component `p` is `[1, 100]`.
|
||||||
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
|
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 38_288 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(38_207_884)
|
// Measured: `502 + m * (32 ±0) + p * (36 ±0)`
|
||||||
// Standard Error: 143
|
// Estimated: `10983 + m * (128 ±0) + p * (144 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(1_163).saturating_mul(b.into()))
|
// Minimum execution time: 26_997 nanoseconds.
|
||||||
// Standard Error: 1_497
|
Weight::from_ref_time(28_875_691)
|
||||||
.saturating_add(Weight::from_ref_time(49_809).saturating_mul(m.into()))
|
.saturating_add(Weight::from_proof_size(10983))
|
||||||
// Standard Error: 1_478
|
// Standard Error: 65
|
||||||
.saturating_add(Weight::from_ref_time(157_329).saturating_mul(p.into()))
|
.saturating_add(Weight::from_ref_time(235).saturating_mul(b.into()))
|
||||||
|
// Standard Error: 683
|
||||||
|
.saturating_add(Weight::from_ref_time(17_740).saturating_mul(m.into()))
|
||||||
|
// Standard Error: 675
|
||||||
|
.saturating_add(Weight::from_ref_time(88_731).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
|
.saturating_add(Weight::from_proof_size(128).saturating_mul(m.into()))
|
||||||
|
.saturating_add(Weight::from_proof_size(144).saturating_mul(p.into()))
|
||||||
}
|
}
|
||||||
// Storage: Alliance Members (r:1 w:0)
|
/// Storage: Alliance Members (r:1 w:0)
|
||||||
// Storage: AllianceMotion Voting (r:1 w:1)
|
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||||
|
/// Storage: AllianceMotion Voting (r:1 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Voting (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `m` is `[5, 100]`.
|
/// The range of component `m` is `[5, 100]`.
|
||||||
fn vote(m: u32, ) -> Weight {
|
fn vote(m: u32, ) -> Weight {
|
||||||
// Minimum execution time: 36_846 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(38_931_188)
|
// Measured: `932 + m * (64 ±0)`
|
||||||
// Standard Error: 1_204
|
// Estimated: `9092 + m * (64 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(75_325).saturating_mul(m.into()))
|
// Minimum execution time: 23_241 nanoseconds.
|
||||||
|
Weight::from_ref_time(23_786_275)
|
||||||
|
.saturating_add(Weight::from_proof_size(9092))
|
||||||
|
// Standard Error: 563
|
||||||
|
.saturating_add(Weight::from_ref_time(44_164).saturating_mul(m.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
|
.saturating_add(Weight::from_proof_size(64).saturating_mul(m.into()))
|
||||||
}
|
}
|
||||||
// Storage: Alliance Members (r:1 w:0)
|
/// Storage: Alliance Members (r:1 w:0)
|
||||||
// Storage: AllianceMotion Voting (r:1 w:1)
|
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||||
// Storage: AllianceMotion Members (r:1 w:0)
|
/// Storage: AllianceMotion Voting (r:1 w:1)
|
||||||
// Storage: AllianceMotion Proposals (r:1 w:1)
|
/// Proof Skipped: AllianceMotion Voting (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: AllianceMotion ProposalOf (r:0 w:1)
|
/// Storage: AllianceMotion Members (r:1 w:0)
|
||||||
|
/// Proof Skipped: AllianceMotion Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion Proposals (r:1 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion ProposalOf (r:0 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion ProposalOf (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `m` is `[4, 100]`.
|
/// The range of component `m` is `[4, 100]`.
|
||||||
/// The range of component `p` is `[1, 100]`.
|
/// The range of component `p` is `[1, 100]`.
|
||||||
fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
|
fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 45_595 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(41_968_843)
|
// Measured: `438 + m * (96 ±0) + p * (36 ±0)`
|
||||||
// Standard Error: 1_471
|
// Estimated: `11067 + m * (388 ±0) + p * (144 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(78_046).saturating_mul(m.into()))
|
// Minimum execution time: 32_551 nanoseconds.
|
||||||
// Standard Error: 1_434
|
Weight::from_ref_time(30_322_236)
|
||||||
.saturating_add(Weight::from_ref_time(140_858).saturating_mul(p.into()))
|
.saturating_add(Weight::from_proof_size(11067))
|
||||||
|
// Standard Error: 695
|
||||||
|
.saturating_add(Weight::from_ref_time(44_336).saturating_mul(m.into()))
|
||||||
|
// Standard Error: 678
|
||||||
|
.saturating_add(Weight::from_ref_time(83_273).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(3))
|
.saturating_add(T::DbWeight::get().writes(3))
|
||||||
|
.saturating_add(Weight::from_proof_size(388).saturating_mul(m.into()))
|
||||||
|
.saturating_add(Weight::from_proof_size(144).saturating_mul(p.into()))
|
||||||
}
|
}
|
||||||
// Storage: Alliance Members (r:1 w:0)
|
/// Storage: Alliance Members (r:1 w:0)
|
||||||
// Storage: AllianceMotion Voting (r:1 w:1)
|
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||||
// Storage: AllianceMotion Members (r:1 w:0)
|
/// Storage: AllianceMotion Voting (r:1 w:1)
|
||||||
// Storage: AllianceMotion ProposalOf (r:1 w:1)
|
/// Proof Skipped: AllianceMotion Voting (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: AllianceMotion Proposals (r:1 w:1)
|
/// Storage: AllianceMotion Members (r:1 w:0)
|
||||||
|
/// Proof Skipped: AllianceMotion Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion ProposalOf (r:1 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion ProposalOf (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion Proposals (r:1 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
/// The range of component `b` is `[1, 1024]`.
|
/// The range of component `b` is `[1, 1024]`.
|
||||||
/// The range of component `m` is `[4, 100]`.
|
/// The range of component `m` is `[4, 100]`.
|
||||||
/// The range of component `p` is `[1, 100]`.
|
/// The range of component `p` is `[1, 100]`.
|
||||||
fn close_early_approved(_b: u32, m: u32, p: u32, ) -> Weight {
|
fn close_early_approved(_b: u32, m: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 56_903 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(55_838_779)
|
// Measured: `923 + m * (96 ±0) + p * (41 ±0)`
|
||||||
// Standard Error: 1_463
|
// Estimated: `15422 + m * (388 ±0) + p * (160 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(76_732).saturating_mul(m.into()))
|
// Minimum execution time: 42_592 nanoseconds.
|
||||||
// Standard Error: 1_426
|
Weight::from_ref_time(42_349_696)
|
||||||
.saturating_add(Weight::from_ref_time(147_104).saturating_mul(p.into()))
|
.saturating_add(Weight::from_proof_size(15422))
|
||||||
|
// Standard Error: 1_776
|
||||||
|
.saturating_add(Weight::from_ref_time(53_830).saturating_mul(m.into()))
|
||||||
|
// Standard Error: 1_731
|
||||||
|
.saturating_add(Weight::from_ref_time(94_827).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(3))
|
.saturating_add(T::DbWeight::get().writes(3))
|
||||||
|
.saturating_add(Weight::from_proof_size(388).saturating_mul(m.into()))
|
||||||
|
.saturating_add(Weight::from_proof_size(160).saturating_mul(p.into()))
|
||||||
}
|
}
|
||||||
// Storage: Alliance Members (r:1 w:0)
|
/// Storage: Alliance Members (r:1 w:0)
|
||||||
// Storage: AllianceMotion Voting (r:1 w:1)
|
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||||
// Storage: AllianceMotion Members (r:1 w:0)
|
/// Storage: AllianceMotion Voting (r:1 w:1)
|
||||||
// Storage: AllianceMotion Prime (r:1 w:0)
|
/// Proof Skipped: AllianceMotion Voting (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: AllianceMotion Proposals (r:1 w:1)
|
/// Storage: AllianceMotion Members (r:1 w:0)
|
||||||
// Storage: AllianceMotion ProposalOf (r:0 w:1)
|
/// Proof Skipped: AllianceMotion Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: Alliance Rule (r:0 w:1)
|
/// Storage: AllianceMotion Prime (r:1 w:0)
|
||||||
|
/// Proof Skipped: AllianceMotion Prime (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion ProposalOf (r:1 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion ProposalOf (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion Proposals (r:1 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: Alliance Rule (r:0 w:1)
|
||||||
|
/// Proof: Alliance Rule (max_values: Some(1), max_size: Some(87), added: 582, mode: MaxEncodedLen)
|
||||||
/// The range of component `m` is `[2, 100]`.
|
/// The range of component `m` is `[2, 100]`.
|
||||||
/// The range of component `p` is `[1, 100]`.
|
/// The range of component `p` is `[1, 100]`.
|
||||||
fn close_disapproved(m: u32, p: u32, ) -> Weight {
|
fn close_disapproved(m: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 55_524 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(54_973_604)
|
// Measured: `677 + m * (96 ±0) + p * (41 ±0)`
|
||||||
// Standard Error: 4_178
|
// Estimated: `14232 + m * (507 ±0) + p * (202 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(137_799).saturating_mul(m.into()))
|
// Minimum execution time: 39_735 nanoseconds.
|
||||||
// Standard Error: 4_127
|
Weight::from_ref_time(42_276_266)
|
||||||
.saturating_add(Weight::from_ref_time(181_776).saturating_mul(p.into()))
|
.saturating_add(Weight::from_proof_size(14232))
|
||||||
|
// Standard Error: 3_451
|
||||||
|
.saturating_add(Weight::from_ref_time(94_755).saturating_mul(m.into()))
|
||||||
|
// Standard Error: 3_409
|
||||||
|
.saturating_add(Weight::from_ref_time(108_485).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(6))
|
.saturating_add(T::DbWeight::get().reads(6))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
|
.saturating_add(Weight::from_proof_size(507).saturating_mul(m.into()))
|
||||||
|
.saturating_add(Weight::from_proof_size(202).saturating_mul(p.into()))
|
||||||
}
|
}
|
||||||
// Storage: Alliance Members (r:1 w:0)
|
/// Storage: Alliance Members (r:1 w:0)
|
||||||
// Storage: AllianceMotion Voting (r:1 w:1)
|
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||||
// Storage: AllianceMotion Members (r:1 w:0)
|
/// Storage: AllianceMotion Voting (r:1 w:1)
|
||||||
// Storage: AllianceMotion Prime (r:1 w:0)
|
/// Proof Skipped: AllianceMotion Voting (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: AllianceMotion Proposals (r:1 w:1)
|
/// Storage: AllianceMotion Members (r:1 w:0)
|
||||||
// Storage: AllianceMotion ProposalOf (r:0 w:1)
|
/// Proof Skipped: AllianceMotion Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion Prime (r:1 w:0)
|
||||||
|
/// Proof Skipped: AllianceMotion Prime (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion Proposals (r:1 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion ProposalOf (r:0 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion ProposalOf (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `b` is `[1, 1024]`.
|
/// The range of component `b` is `[1, 1024]`.
|
||||||
/// The range of component `m` is `[5, 100]`.
|
/// The range of component `m` is `[5, 100]`.
|
||||||
/// The range of component `p` is `[1, 100]`.
|
/// The range of component `p` is `[1, 100]`.
|
||||||
fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
fn close_approved(_b: u32, m: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 47_385 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(43_221_021)
|
// Measured: `545 + m * (96 ±0) + p * (36 ±0)`
|
||||||
// Standard Error: 125
|
// Estimated: `12436 + m * (480 ±0) + p * (180 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(670).saturating_mul(b.into()))
|
// Minimum execution time: 33_604 nanoseconds.
|
||||||
// Standard Error: 1_346
|
Weight::from_ref_time(32_382_610)
|
||||||
.saturating_add(Weight::from_ref_time(74_996).saturating_mul(m.into()))
|
.saturating_add(Weight::from_proof_size(12436))
|
||||||
// Standard Error: 1_298
|
// Standard Error: 564
|
||||||
.saturating_add(Weight::from_ref_time(139_287).saturating_mul(p.into()))
|
.saturating_add(Weight::from_ref_time(41_625).saturating_mul(m.into()))
|
||||||
|
// Standard Error: 544
|
||||||
|
.saturating_add(Weight::from_ref_time(80_954).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(3))
|
.saturating_add(T::DbWeight::get().writes(3))
|
||||||
|
.saturating_add(Weight::from_proof_size(480).saturating_mul(m.into()))
|
||||||
|
.saturating_add(Weight::from_proof_size(180).saturating_mul(p.into()))
|
||||||
}
|
}
|
||||||
// Storage: Alliance Members (r:2 w:2)
|
/// Storage: Alliance Members (r:2 w:2)
|
||||||
// Storage: AllianceMotion Members (r:1 w:1)
|
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||||
|
/// Storage: AllianceMotion Members (r:1 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
/// The range of component `m` is `[1, 100]`.
|
/// The range of component `m` is `[1, 100]`.
|
||||||
/// The range of component `z` is `[0, 100]`.
|
/// The range of component `z` is `[0, 100]`.
|
||||||
fn init_members(m: u32, z: u32, ) -> Weight {
|
fn init_members(m: u32, z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 39_193 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(26_044_549)
|
// Measured: `12`
|
||||||
// Standard Error: 1_185
|
// Estimated: `11879`
|
||||||
.saturating_add(Weight::from_ref_time(173_356).saturating_mul(m.into()))
|
// Minimum execution time: 27_970 nanoseconds.
|
||||||
// Standard Error: 1_171
|
Weight::from_ref_time(16_763_631)
|
||||||
.saturating_add(Weight::from_ref_time(150_180).saturating_mul(z.into()))
|
.saturating_add(Weight::from_proof_size(11879))
|
||||||
|
// Standard Error: 496
|
||||||
|
.saturating_add(Weight::from_ref_time(130_747).saturating_mul(m.into()))
|
||||||
|
// Standard Error: 490
|
||||||
|
.saturating_add(Weight::from_ref_time(112_074).saturating_mul(z.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(3))
|
.saturating_add(T::DbWeight::get().writes(3))
|
||||||
}
|
}
|
||||||
// Storage: Alliance Members (r:2 w:2)
|
/// Storage: Alliance Members (r:2 w:2)
|
||||||
// Storage: AllianceMotion Proposals (r:1 w:0)
|
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||||
// Storage: Alliance DepositOf (r:101 w:50)
|
/// Storage: AllianceMotion Proposals (r:1 w:0)
|
||||||
// Storage: System Account (r:50 w:50)
|
/// Proof Skipped: AllianceMotion Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: AllianceMotion Members (r:0 w:1)
|
/// Storage: Alliance DepositOf (r:200 w:50)
|
||||||
// Storage: AllianceMotion Prime (r:0 w:1)
|
/// Proof: Alliance DepositOf (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen)
|
||||||
|
/// Storage: System Account (r:50 w:50)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
|
/// Storage: AllianceMotion Members (r:0 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion Prime (r:0 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Prime (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
/// The range of component `x` is `[1, 100]`.
|
/// The range of component `x` is `[1, 100]`.
|
||||||
/// The range of component `y` is `[0, 100]`.
|
/// The range of component `y` is `[0, 100]`.
|
||||||
/// The range of component `z` is `[0, 50]`.
|
/// The range of component `z` is `[0, 50]`.
|
||||||
fn disband(x: u32, y: u32, z: u32, ) -> Weight {
|
fn disband(x: u32, y: u32, z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 269_952 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(273_268_000)
|
// Measured: `0 + x * (52 ±0) + y * (53 ±0) + z * (282 ±0)`
|
||||||
// Standard Error: 21_296
|
// Estimated: `31580 + x * (2590 ±0) + y * (2590 ±0) + z * (3200 ±1)`
|
||||||
.saturating_add(Weight::from_ref_time(520_494).saturating_mul(x.into()))
|
// Minimum execution time: 221_464 nanoseconds.
|
||||||
// Standard Error: 21_193
|
Weight::from_ref_time(223_114_000)
|
||||||
.saturating_add(Weight::from_ref_time(517_860).saturating_mul(y.into()))
|
.saturating_add(Weight::from_proof_size(31580))
|
||||||
// Standard Error: 42_349
|
// Standard Error: 19_600
|
||||||
.saturating_add(Weight::from_ref_time(10_726_990).saturating_mul(z.into()))
|
.saturating_add(Weight::from_ref_time(471_527).saturating_mul(x.into()))
|
||||||
|
// Standard Error: 19_506
|
||||||
|
.saturating_add(Weight::from_ref_time(424_033).saturating_mul(y.into()))
|
||||||
|
// Standard Error: 38_976
|
||||||
|
.saturating_add(Weight::from_ref_time(9_666_599).saturating_mul(z.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(x.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(x.into())))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(y.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(y.into())))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(z.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(z.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(z.into())))
|
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(z.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(2590).saturating_mul(x.into()))
|
||||||
|
.saturating_add(Weight::from_proof_size(2590).saturating_mul(y.into()))
|
||||||
|
.saturating_add(Weight::from_proof_size(3200).saturating_mul(z.into()))
|
||||||
}
|
}
|
||||||
// Storage: Alliance Rule (r:0 w:1)
|
/// Storage: Alliance Rule (r:0 w:1)
|
||||||
|
/// Proof: Alliance Rule (max_values: Some(1), max_size: Some(87), added: 582, mode: MaxEncodedLen)
|
||||||
fn set_rule() -> Weight {
|
fn set_rule() -> Weight {
|
||||||
// Minimum execution time: 15_647 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(16_092_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 8_585 nanoseconds.
|
||||||
|
Weight::from_ref_time(8_746_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Alliance Announcements (r:1 w:1)
|
/// Storage: Alliance Announcements (r:1 w:1)
|
||||||
|
/// Proof: Alliance Announcements (max_values: Some(1), max_size: Some(8702), added: 9197, mode: MaxEncodedLen)
|
||||||
fn announce() -> Weight {
|
fn announce() -> Weight {
|
||||||
// Minimum execution time: 17_905 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(18_333_000)
|
// Measured: `76`
|
||||||
|
// Estimated: `9197`
|
||||||
|
// Minimum execution time: 10_728 nanoseconds.
|
||||||
|
Weight::from_ref_time(10_974_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(9197))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Alliance Announcements (r:1 w:1)
|
/// Storage: Alliance Announcements (r:1 w:1)
|
||||||
|
/// Proof: Alliance Announcements (max_values: Some(1), max_size: Some(8702), added: 9197, mode: MaxEncodedLen)
|
||||||
fn remove_announcement() -> Weight {
|
fn remove_announcement() -> Weight {
|
||||||
// Minimum execution time: 19_189 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_714_000)
|
// Measured: `181`
|
||||||
|
// Estimated: `9197`
|
||||||
|
// Minimum execution time: 11_751 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_205_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(9197))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Alliance Members (r:3 w:1)
|
/// Storage: Alliance Members (r:3 w:1)
|
||||||
// Storage: Alliance UnscrupulousAccounts (r:1 w:0)
|
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: Alliance UnscrupulousAccounts (r:1 w:0)
|
||||||
// Storage: Alliance DepositOf (r:0 w:1)
|
/// Proof: Alliance UnscrupulousAccounts (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Alliance DepositOf (r:0 w:1)
|
||||||
|
/// Proof: Alliance DepositOf (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen)
|
||||||
fn join_alliance() -> Weight {
|
fn join_alliance() -> Weight {
|
||||||
// Minimum execution time: 46_828 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(48_341_000)
|
// Measured: `388`
|
||||||
|
// Estimated: `23358`
|
||||||
|
// Minimum execution time: 38_798 nanoseconds.
|
||||||
|
Weight::from_ref_time(39_255_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(23358))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(3))
|
.saturating_add(T::DbWeight::get().writes(3))
|
||||||
}
|
}
|
||||||
// Storage: Alliance Members (r:3 w:1)
|
/// Storage: Alliance Members (r:3 w:1)
|
||||||
// Storage: Alliance UnscrupulousAccounts (r:1 w:0)
|
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Alliance UnscrupulousAccounts (r:1 w:0)
|
||||||
|
/// Proof: Alliance UnscrupulousAccounts (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
fn nominate_ally() -> Weight {
|
fn nominate_ally() -> Weight {
|
||||||
// Minimum execution time: 33_512 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_557_000)
|
// Measured: `255`
|
||||||
|
// Estimated: `20755`
|
||||||
|
// Minimum execution time: 27_702 nanoseconds.
|
||||||
|
Weight::from_ref_time(28_189_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(20755))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Alliance Members (r:2 w:2)
|
/// Storage: Alliance Members (r:2 w:2)
|
||||||
// Storage: AllianceMotion Proposals (r:1 w:0)
|
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||||
// Storage: AllianceMotion Members (r:0 w:1)
|
/// Storage: AllianceMotion Proposals (r:1 w:0)
|
||||||
// Storage: AllianceMotion Prime (r:0 w:1)
|
/// Proof Skipped: AllianceMotion Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion Members (r:0 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion Prime (r:0 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Prime (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn elevate_ally() -> Weight {
|
fn elevate_ally() -> Weight {
|
||||||
// Minimum execution time: 29_986 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(30_647_000)
|
// Measured: `298`
|
||||||
|
// Estimated: `12761`
|
||||||
|
// Minimum execution time: 23_033 nanoseconds.
|
||||||
|
Weight::from_ref_time(23_589_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(12761))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: Alliance Members (r:4 w:2)
|
/// Storage: Alliance Members (r:4 w:2)
|
||||||
// Storage: AllianceMotion Proposals (r:1 w:0)
|
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||||
// Storage: AllianceMotion Members (r:0 w:1)
|
/// Storage: AllianceMotion Proposals (r:1 w:0)
|
||||||
// Storage: AllianceMotion Prime (r:0 w:1)
|
/// Proof Skipped: AllianceMotion Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: Alliance RetiringMembers (r:0 w:1)
|
/// Storage: AllianceMotion Members (r:0 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion Prime (r:0 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Prime (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: Alliance RetiringMembers (r:0 w:1)
|
||||||
|
/// Proof: Alliance RetiringMembers (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
||||||
fn give_retirement_notice() -> Weight {
|
fn give_retirement_notice() -> Weight {
|
||||||
// Minimum execution time: 36_997 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(38_347_000)
|
// Measured: `298`
|
||||||
|
// Estimated: `24133`
|
||||||
|
// Minimum execution time: 31_352 nanoseconds.
|
||||||
|
Weight::from_ref_time(31_848_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(24133))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(5))
|
.saturating_add(T::DbWeight::get().writes(5))
|
||||||
}
|
}
|
||||||
// Storage: Alliance RetiringMembers (r:1 w:1)
|
/// Storage: Alliance RetiringMembers (r:1 w:1)
|
||||||
// Storage: Alliance Members (r:1 w:1)
|
/// Proof: Alliance RetiringMembers (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
||||||
// Storage: Alliance DepositOf (r:1 w:1)
|
/// Storage: Alliance Members (r:1 w:1)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Alliance DepositOf (r:1 w:1)
|
||||||
|
/// Proof: Alliance DepositOf (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen)
|
||||||
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn retire() -> Weight {
|
fn retire() -> Weight {
|
||||||
// Minimum execution time: 40_467 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(41_405_000)
|
// Measured: `580`
|
||||||
|
// Estimated: `13355`
|
||||||
|
// Minimum execution time: 31_872 nanoseconds.
|
||||||
|
Weight::from_ref_time(32_156_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(13355))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: Alliance Members (r:3 w:1)
|
/// Storage: Alliance Members (r:3 w:1)
|
||||||
// Storage: AllianceMotion Proposals (r:1 w:0)
|
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||||
// Storage: Alliance DepositOf (r:1 w:1)
|
/// Storage: AllianceMotion Proposals (r:1 w:0)
|
||||||
// Storage: System Account (r:2 w:2)
|
/// Proof Skipped: AllianceMotion Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
/// Storage: Alliance DepositOf (r:1 w:1)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Proof: Alliance DepositOf (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Storage: System Account (r:2 w:2)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: AllianceMotion Members (r:0 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: AllianceMotion Prime (r:0 w:1)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion Members (r:0 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion Prime (r:0 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Prime (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn kick_member() -> Weight {
|
fn kick_member() -> Weight {
|
||||||
// Minimum execution time: 130_704 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(135_795_000)
|
// Measured: `716`
|
||||||
|
// Estimated: `35980`
|
||||||
|
// Minimum execution time: 115_869 nanoseconds.
|
||||||
|
Weight::from_ref_time(116_954_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(35980))
|
||||||
.saturating_add(T::DbWeight::get().reads(13))
|
.saturating_add(T::DbWeight::get().reads(13))
|
||||||
.saturating_add(T::DbWeight::get().writes(8))
|
.saturating_add(T::DbWeight::get().writes(8))
|
||||||
}
|
}
|
||||||
// Storage: Alliance UnscrupulousAccounts (r:1 w:1)
|
/// Storage: Alliance UnscrupulousAccounts (r:1 w:1)
|
||||||
// Storage: Alliance UnscrupulousWebsites (r:1 w:1)
|
/// Proof: Alliance UnscrupulousAccounts (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Alliance UnscrupulousWebsites (r:1 w:1)
|
||||||
|
/// Proof: Alliance UnscrupulousWebsites (max_values: Some(1), max_size: Some(25702), added: 26197, mode: MaxEncodedLen)
|
||||||
/// The range of component `n` is `[0, 100]`.
|
/// The range of component `n` is `[0, 100]`.
|
||||||
/// The range of component `l` is `[0, 255]`.
|
/// The range of component `l` is `[0, 255]`.
|
||||||
fn add_unscrupulous_items(n: u32, l: u32, ) -> Weight {
|
fn add_unscrupulous_items(n: u32, l: u32, ) -> Weight {
|
||||||
// Minimum execution time: 14_157 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_298_000)
|
// Measured: `76`
|
||||||
// Standard Error: 3_498
|
// Estimated: `29894`
|
||||||
.saturating_add(Weight::from_ref_time(1_345_686).saturating_mul(n.into()))
|
// Minimum execution time: 6_956 nanoseconds.
|
||||||
// Standard Error: 1_370
|
Weight::from_ref_time(7_074_000)
|
||||||
.saturating_add(Weight::from_ref_time(69_753).saturating_mul(l.into()))
|
.saturating_add(Weight::from_proof_size(29894))
|
||||||
|
// Standard Error: 2_782
|
||||||
|
.saturating_add(Weight::from_ref_time(1_178_647).saturating_mul(n.into()))
|
||||||
|
// Standard Error: 1_089
|
||||||
|
.saturating_add(Weight::from_ref_time(65_684).saturating_mul(l.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Alliance UnscrupulousAccounts (r:1 w:1)
|
/// Storage: Alliance UnscrupulousAccounts (r:1 w:1)
|
||||||
// Storage: Alliance UnscrupulousWebsites (r:1 w:1)
|
/// Proof: Alliance UnscrupulousAccounts (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Alliance UnscrupulousWebsites (r:1 w:1)
|
||||||
|
/// Proof: Alliance UnscrupulousWebsites (max_values: Some(1), max_size: Some(25702), added: 26197, mode: MaxEncodedLen)
|
||||||
/// The range of component `n` is `[0, 100]`.
|
/// The range of component `n` is `[0, 100]`.
|
||||||
/// The range of component `l` is `[0, 255]`.
|
/// The range of component `l` is `[0, 255]`.
|
||||||
fn remove_unscrupulous_items(n: u32, l: u32, ) -> Weight {
|
fn remove_unscrupulous_items(n: u32, l: u32, ) -> Weight {
|
||||||
// Minimum execution time: 14_045 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_470_000)
|
// Measured: `0 + n * (289 ±0) + l * (100 ±0)`
|
||||||
// Standard Error: 192_627
|
// Estimated: `29894`
|
||||||
.saturating_add(Weight::from_ref_time(14_774_889).saturating_mul(n.into()))
|
// Minimum execution time: 6_939 nanoseconds.
|
||||||
// Standard Error: 75_441
|
Weight::from_ref_time(7_100_000)
|
||||||
.saturating_add(Weight::from_ref_time(609_306).saturating_mul(l.into()))
|
.saturating_add(Weight::from_proof_size(29894))
|
||||||
|
// Standard Error: 170_977
|
||||||
|
.saturating_add(Weight::from_ref_time(13_668_797).saturating_mul(n.into()))
|
||||||
|
// Standard Error: 66_962
|
||||||
|
.saturating_add(Weight::from_ref_time(451_782).saturating_mul(l.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Alliance Members (r:3 w:2)
|
/// Storage: Alliance Members (r:3 w:2)
|
||||||
// Storage: AllianceMotion Proposals (r:1 w:0)
|
/// Proof: Alliance Members (max_values: None, max_size: Some(3211), added: 5686, mode: MaxEncodedLen)
|
||||||
// Storage: AllianceMotion Members (r:0 w:1)
|
/// Storage: AllianceMotion Proposals (r:1 w:0)
|
||||||
// Storage: AllianceMotion Prime (r:0 w:1)
|
/// Proof Skipped: AllianceMotion Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion Members (r:0 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion Prime (r:0 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Prime (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn abdicate_fellow_status() -> Weight {
|
fn abdicate_fellow_status() -> Weight {
|
||||||
// Minimum execution time: 35_464 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(37_038_000)
|
// Measured: `298`
|
||||||
|
// Estimated: `18447`
|
||||||
|
// Minimum execution time: 29_564 nanoseconds.
|
||||||
|
Weight::from_ref_time(30_313_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(18447))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
|
|||||||
+59
-23
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_balances`
|
//! Autogenerated weights for `pallet_balances`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,52 +47,87 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_balances`.
|
/// Weight functions for `pallet_balances`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn transfer() -> Weight {
|
fn transfer() -> Weight {
|
||||||
// Minimum execution time: 45_122 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(46_166_000)
|
// Measured: `1176`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 45_207 nanoseconds.
|
||||||
|
Weight::from_ref_time(45_620_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// 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 {
|
fn transfer_keep_alive() -> Weight {
|
||||||
// Minimum execution time: 33_640 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_488_000)
|
// Measured: `1060`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 35_103 nanoseconds.
|
||||||
|
Weight::from_ref_time(35_730_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn set_balance_creating() -> Weight {
|
fn set_balance_creating() -> Weight {
|
||||||
// Minimum execution time: 23_438 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(24_284_000)
|
// Measured: `1172`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 26_007 nanoseconds.
|
||||||
|
Weight::from_ref_time(26_347_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: System Account (r:1 w:1)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
fn set_balance_killing() -> Weight {
|
fn set_balance_killing() -> Weight {
|
||||||
// Minimum execution time: 26_770 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(27_526_000)
|
// Measured: `1172`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 28_971 nanoseconds.
|
||||||
|
Weight::from_ref_time(29_435_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
/// 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 {
|
fn force_transfer() -> Weight {
|
||||||
// Minimum execution time: 44_142 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(45_448_000)
|
// Measured: `1172`
|
||||||
|
// Estimated: `5206`
|
||||||
|
// Minimum execution time: 45_554 nanoseconds.
|
||||||
|
Weight::from_ref_time(46_156_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5206))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// 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 {
|
fn transfer_all() -> Weight {
|
||||||
// Minimum execution time: 39_237 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(40_438_000)
|
// Measured: `1060`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 40_290 nanoseconds.
|
||||||
|
Weight::from_ref_time(40_805_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:1 w:1)
|
/// 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 {
|
fn force_unreserve() -> Weight {
|
||||||
// Minimum execution time: 20_235 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(20_804_000)
|
// Measured: `1056`
|
||||||
|
// Estimated: `2603`
|
||||||
|
// Minimum execution time: 22_459 nanoseconds.
|
||||||
|
Weight::from_ref_time(23_037_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2603))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
+98
-45
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_collator_selection`
|
//! Autogenerated weights for `pallet_collator_selection`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,79 +47,131 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_collator_selection`.
|
/// Weight functions for `pallet_collator_selection`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Session NextKeys (r:1 w:0)
|
/// Storage: Session NextKeys (r:100 w:0)
|
||||||
// Storage: CollatorSelection Invulnerables (r:0 w:1)
|
/// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: CollatorSelection Invulnerables (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
/// The range of component `b` is `[1, 100]`.
|
/// The range of component `b` is `[1, 100]`.
|
||||||
fn set_invulnerables(b: u32, ) -> Weight {
|
fn set_invulnerables(b: u32, ) -> Weight {
|
||||||
// Minimum execution time: 20_299 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_027_195)
|
// Measured: `178 + b * (78 ±0)`
|
||||||
// Standard Error: 4_017
|
// Estimated: `178 + b * (2554 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(2_863_630).saturating_mul(b.into()))
|
// Minimum execution time: 13_471 nanoseconds.
|
||||||
|
Weight::from_ref_time(13_949_440)
|
||||||
|
.saturating_add(Weight::from_proof_size(178))
|
||||||
|
// Standard Error: 3_549
|
||||||
|
.saturating_add(Weight::from_ref_time(2_497_077).saturating_mul(b.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
|
.saturating_add(Weight::from_proof_size(2554).saturating_mul(b.into()))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection DesiredCandidates (r:0 w:1)
|
/// Storage: CollatorSelection DesiredCandidates (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection DesiredCandidates (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
fn set_desired_candidates() -> Weight {
|
fn set_desired_candidates() -> Weight {
|
||||||
// Minimum execution time: 13_209 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(13_980_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 6_444 nanoseconds.
|
||||||
|
Weight::from_ref_time(6_763_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection CandidacyBond (r:0 w:1)
|
/// Storage: CollatorSelection CandidacyBond (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection CandidacyBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
|
||||||
fn set_candidacy_bond() -> Weight {
|
fn set_candidacy_bond() -> Weight {
|
||||||
// Minimum execution time: 13_572 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_417_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 6_610 nanoseconds.
|
||||||
|
Weight::from_ref_time(6_807_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection Candidates (r:1 w:1)
|
/// Storage: CollatorSelection Candidates (r:1 w:1)
|
||||||
// Storage: CollatorSelection DesiredCandidates (r:1 w:0)
|
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen)
|
||||||
// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
/// Storage: CollatorSelection DesiredCandidates (r:1 w:0)
|
||||||
// Storage: Session NextKeys (r:1 w:0)
|
/// Proof: CollatorSelection DesiredCandidates (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
// Storage: CollatorSelection CandidacyBond (r:1 w:0)
|
/// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
/// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
|
/// 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: CollatorSelection CandidacyBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
|
||||||
|
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
/// The range of component `c` is `[1, 999]`.
|
/// The range of component `c` is `[1, 999]`.
|
||||||
fn register_as_candidate(c: u32, ) -> Weight {
|
fn register_as_candidate(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 45_919 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(43_816_560)
|
// Measured: `1171 + c * (48 ±0)`
|
||||||
// Standard Error: 3_084
|
// Estimated: `56784 + c * (49 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(156_908).saturating_mul(c.into()))
|
// Minimum execution time: 35_411 nanoseconds.
|
||||||
|
Weight::from_ref_time(26_990_808)
|
||||||
|
.saturating_add(Weight::from_proof_size(56784))
|
||||||
|
// Standard Error: 1_294
|
||||||
|
.saturating_add(Weight::from_ref_time(107_975).saturating_mul(c.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
|
.saturating_add(Weight::from_proof_size(49).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection Candidates (r:1 w:1)
|
/// Storage: CollatorSelection Candidates (r:1 w:1)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen)
|
||||||
|
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
/// The range of component `c` is `[6, 1000]`.
|
/// The range of component `c` is `[6, 1000]`.
|
||||||
fn leave_intent(c: u32, ) -> Weight {
|
fn leave_intent(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 36_399 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(43_953_781)
|
// Measured: `536 + c * (48 ±0)`
|
||||||
// Standard Error: 1_684
|
// Estimated: `48497`
|
||||||
.saturating_add(Weight::from_ref_time(196_799).saturating_mul(c.into()))
|
// Minimum execution time: 25_912 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_664_296)
|
||||||
|
.saturating_add(Weight::from_proof_size(48497))
|
||||||
|
// Standard Error: 1_292
|
||||||
|
.saturating_add(Weight::from_ref_time(105_672).saturating_mul(c.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: System Account (r:2 w:2)
|
/// Storage: System Account (r:2 w:2)
|
||||||
// Storage: System BlockWeight (r:1 w:1)
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
/// Storage: System BlockWeight (r:1 w:1)
|
||||||
|
/// Proof: System BlockWeight (max_values: Some(1), max_size: Some(48), added: 543, mode: MaxEncodedLen)
|
||||||
|
/// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
||||||
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
fn note_author() -> Weight {
|
fn note_author() -> Weight {
|
||||||
// Minimum execution time: 33_371 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_081_000)
|
// Measured: `135`
|
||||||
|
// Estimated: `5749`
|
||||||
|
// Minimum execution time: 24_773 nanoseconds.
|
||||||
|
Weight::from_ref_time(25_088_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5749))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: CollatorSelection Candidates (r:1 w:1)
|
/// Storage: CollatorSelection Candidates (r:1 w:0)
|
||||||
// Storage: CollatorSelection LastAuthoredBlock (r:1000 w:1)
|
/// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: CollatorSelection LastAuthoredBlock (r:999 w:0)
|
||||||
// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
/// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen)
|
||||||
// Storage: System BlockWeight (r:1 w:1)
|
/// Storage: CollatorSelection Invulnerables (r:1 w:0)
|
||||||
|
/// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen)
|
||||||
|
/// 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:995 w:995)
|
||||||
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
||||||
/// The range of component `r` is `[1, 1000]`.
|
/// The range of component `r` is `[1, 1000]`.
|
||||||
/// The range of component `c` is `[1, 1000]`.
|
/// The range of component `c` is `[1, 1000]`.
|
||||||
fn new_session(_r: u32, c: u32, ) -> Weight {
|
fn new_session(r: u32, c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 18_737 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(18_894_000)
|
// Measured: `22784 + r * (148 ±0) + c * (97 ±0)`
|
||||||
// Standard Error: 844_081
|
// Estimated: `52737 + c * (2519 ±0) + r * (2602 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(31_454_028).saturating_mul(c.into()))
|
// Minimum execution time: 16_174 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_337_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(52737))
|
||||||
|
// Standard Error: 759_621
|
||||||
|
.saturating_add(Weight::from_ref_time(27_780_906).saturating_mul(c.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(2519).saturating_mul(c.into()))
|
||||||
|
.saturating_add(Weight::from_proof_size(2602).saturating_mul(r.into()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+193
-99
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_collective`
|
//! Autogenerated weights for `pallet_collective`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,163 +47,256 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_collective`.
|
/// Weight functions for `pallet_collective`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: AllianceMotion Members (r:1 w:1)
|
/// Storage: AllianceMotion Members (r:1 w:1)
|
||||||
// Storage: AllianceMotion Proposals (r:1 w:0)
|
/// Proof Skipped: AllianceMotion Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: AllianceMotion Prime (r:0 w:1)
|
/// Storage: AllianceMotion Proposals (r:1 w:0)
|
||||||
// Storage: AllianceMotion Voting (r:100 w:100)
|
/// Proof Skipped: AllianceMotion Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion Voting (r:100 w:100)
|
||||||
|
/// Proof Skipped: AllianceMotion Voting (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion Prime (r:0 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Prime (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
/// The range of component `m` is `[0, 100]`.
|
/// The range of component `m` is `[0, 100]`.
|
||||||
/// The range of component `n` is `[0, 100]`.
|
/// The range of component `n` is `[0, 100]`.
|
||||||
/// The range of component `p` is `[0, 100]`.
|
/// The range of component `p` is `[0, 100]`.
|
||||||
fn set_members(m: u32, _n: u32, p: u32, ) -> Weight {
|
fn set_members(m: u32, _n: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 17_553 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(17_927_000)
|
// Measured: `0 + m * (3233 ±0) + p * (3223 ±0)`
|
||||||
// Standard Error: 69_221
|
// Estimated: `15906 + m * (7809 ±23) + p * (10238 ±23)`
|
||||||
.saturating_add(Weight::from_ref_time(5_275_876).saturating_mul(m.into()))
|
// Minimum execution time: 15_797 nanoseconds.
|
||||||
// Standard Error: 69_221
|
Weight::from_ref_time(16_028_000)
|
||||||
.saturating_add(Weight::from_ref_time(8_657_171).saturating_mul(p.into()))
|
.saturating_add(Weight::from_proof_size(15906))
|
||||||
|
// Standard Error: 70_308
|
||||||
|
.saturating_add(Weight::from_ref_time(5_642_347).saturating_mul(m.into()))
|
||||||
|
// Standard Error: 70_308
|
||||||
|
.saturating_add(Weight::from_ref_time(8_133_950).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
||||||
|
.saturating_add(Weight::from_proof_size(7809).saturating_mul(m.into()))
|
||||||
|
.saturating_add(Weight::from_proof_size(10238).saturating_mul(p.into()))
|
||||||
}
|
}
|
||||||
// Storage: AllianceMotion Members (r:1 w:0)
|
/// Storage: AllianceMotion Members (r:1 w:0)
|
||||||
|
/// Proof Skipped: AllianceMotion Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
/// The range of component `b` is `[2, 1024]`.
|
/// The range of component `b` is `[2, 1024]`.
|
||||||
/// The range of component `m` is `[1, 100]`.
|
/// The range of component `m` is `[1, 100]`.
|
||||||
fn execute(b: u32, m: u32, ) -> Weight {
|
fn execute(b: u32, m: u32, ) -> Weight {
|
||||||
// Minimum execution time: 20_469 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(20_804_130)
|
// Measured: `64 + m * (32 ±0)`
|
||||||
// Standard Error: 97
|
// Estimated: `560 + m * (32 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(2_029).saturating_mul(b.into()))
|
// Minimum execution time: 14_039 nanoseconds.
|
||||||
// Standard Error: 1_007
|
Weight::from_ref_time(13_145_821)
|
||||||
.saturating_add(Weight::from_ref_time(11_086).saturating_mul(m.into()))
|
.saturating_add(Weight::from_proof_size(560))
|
||||||
|
// Standard Error: 24
|
||||||
|
.saturating_add(Weight::from_ref_time(1_434).saturating_mul(b.into()))
|
||||||
|
// Standard Error: 248
|
||||||
|
.saturating_add(Weight::from_ref_time(14_559).saturating_mul(m.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
|
.saturating_add(Weight::from_proof_size(32).saturating_mul(m.into()))
|
||||||
}
|
}
|
||||||
// Storage: AllianceMotion Members (r:1 w:0)
|
/// Storage: AllianceMotion Members (r:1 w:0)
|
||||||
// Storage: AllianceMotion ProposalOf (r:1 w:0)
|
/// Proof Skipped: AllianceMotion Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion ProposalOf (r:1 w:0)
|
||||||
|
/// Proof Skipped: AllianceMotion ProposalOf (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `b` is `[2, 1024]`.
|
/// The range of component `b` is `[2, 1024]`.
|
||||||
/// The range of component `m` is `[1, 100]`.
|
/// The range of component `m` is `[1, 100]`.
|
||||||
fn propose_execute(b: u32, m: u32, ) -> Weight {
|
fn propose_execute(b: u32, m: u32, ) -> Weight {
|
||||||
// Minimum execution time: 23_719 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(20_840_191)
|
// Measured: `64 + m * (32 ±0)`
|
||||||
// Standard Error: 905
|
// Estimated: `3100 + m * (64 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(3_109).saturating_mul(b.into()))
|
// Minimum execution time: 16_235 nanoseconds.
|
||||||
// Standard Error: 9_336
|
Weight::from_ref_time(14_913_854)
|
||||||
.saturating_add(Weight::from_ref_time(49_591).saturating_mul(m.into()))
|
.saturating_add(Weight::from_proof_size(3100))
|
||||||
|
// Standard Error: 26
|
||||||
|
.saturating_add(Weight::from_ref_time(1_744).saturating_mul(b.into()))
|
||||||
|
// Standard Error: 273
|
||||||
|
.saturating_add(Weight::from_ref_time(23_908).saturating_mul(m.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
|
.saturating_add(Weight::from_proof_size(64).saturating_mul(m.into()))
|
||||||
}
|
}
|
||||||
// Storage: AllianceMotion Members (r:1 w:0)
|
/// Storage: AllianceMotion Members (r:1 w:0)
|
||||||
// Storage: AllianceMotion ProposalOf (r:1 w:1)
|
/// Proof Skipped: AllianceMotion Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: AllianceMotion Proposals (r:1 w:1)
|
/// Storage: AllianceMotion ProposalOf (r:1 w:1)
|
||||||
// Storage: AllianceMotion ProposalCount (r:1 w:1)
|
/// Proof Skipped: AllianceMotion ProposalOf (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: AllianceMotion Voting (r:0 w:1)
|
/// Storage: AllianceMotion Proposals (r:1 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion ProposalCount (r:1 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion ProposalCount (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion Voting (r:0 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Voting (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `b` is `[2, 1024]`.
|
/// The range of component `b` is `[2, 1024]`.
|
||||||
/// The range of component `m` is `[2, 100]`.
|
/// The range of component `m` is `[2, 100]`.
|
||||||
/// The range of component `p` is `[1, 100]`.
|
/// The range of component `p` is `[1, 100]`.
|
||||||
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
|
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 31_254 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(24_735_510)
|
// Measured: `386 + m * (32 ±0) + p * (36 ±0)`
|
||||||
// Standard Error: 208
|
// Estimated: `5505 + m * (165 ±0) + p * (180 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(6_808).saturating_mul(b.into()))
|
// Minimum execution time: 21_595 nanoseconds.
|
||||||
// Standard Error: 2_178
|
Weight::from_ref_time(23_162_876)
|
||||||
.saturating_add(Weight::from_ref_time(39_453).saturating_mul(m.into()))
|
.saturating_add(Weight::from_proof_size(5505))
|
||||||
// Standard Error: 2_150
|
// Standard Error: 76
|
||||||
.saturating_add(Weight::from_ref_time(252_936).saturating_mul(p.into()))
|
.saturating_add(Weight::from_ref_time(2_647).saturating_mul(b.into()))
|
||||||
|
// Standard Error: 797
|
||||||
|
.saturating_add(Weight::from_ref_time(19_673).saturating_mul(m.into()))
|
||||||
|
// Standard Error: 787
|
||||||
|
.saturating_add(Weight::from_ref_time(95_242).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
|
.saturating_add(Weight::from_proof_size(165).saturating_mul(m.into()))
|
||||||
|
.saturating_add(Weight::from_proof_size(180).saturating_mul(p.into()))
|
||||||
}
|
}
|
||||||
// Storage: AllianceMotion Members (r:1 w:0)
|
/// Storage: AllianceMotion Members (r:1 w:0)
|
||||||
// Storage: AllianceMotion Voting (r:1 w:1)
|
/// Proof Skipped: AllianceMotion Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion Voting (r:1 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Voting (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `m` is `[5, 100]`.
|
/// The range of component `m` is `[5, 100]`.
|
||||||
fn vote(m: u32, ) -> Weight {
|
fn vote(m: u32, ) -> Weight {
|
||||||
// Minimum execution time: 35_835 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(40_529_972)
|
// Measured: `836 + m * (64 ±0)`
|
||||||
// Standard Error: 2_842
|
// Estimated: `4640 + m * (128 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(57_776).saturating_mul(m.into()))
|
// Minimum execution time: 20_793 nanoseconds.
|
||||||
|
Weight::from_ref_time(21_342_865)
|
||||||
|
.saturating_add(Weight::from_proof_size(4640))
|
||||||
|
// Standard Error: 394
|
||||||
|
.saturating_add(Weight::from_ref_time(43_236).saturating_mul(m.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
|
.saturating_add(Weight::from_proof_size(128).saturating_mul(m.into()))
|
||||||
}
|
}
|
||||||
// Storage: AllianceMotion Voting (r:1 w:1)
|
/// Storage: AllianceMotion Voting (r:1 w:1)
|
||||||
// Storage: AllianceMotion Members (r:1 w:0)
|
/// Proof Skipped: AllianceMotion Voting (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: AllianceMotion Proposals (r:1 w:1)
|
/// Storage: AllianceMotion Members (r:1 w:0)
|
||||||
// Storage: AllianceMotion ProposalOf (r:0 w:1)
|
/// Proof Skipped: AllianceMotion Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion Proposals (r:1 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion ProposalOf (r:0 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion ProposalOf (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `m` is `[4, 100]`.
|
/// The range of component `m` is `[4, 100]`.
|
||||||
/// The range of component `p` is `[1, 100]`.
|
/// The range of component `p` is `[1, 100]`.
|
||||||
fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
|
fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 31_675 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(32_610_448)
|
// Measured: `456 + m * (64 ±0) + p * (36 ±0)`
|
||||||
// Standard Error: 2_828
|
// Estimated: `5213 + m * (260 ±0) + p * (144 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(47_300).saturating_mul(m.into()))
|
// Minimum execution time: 24_859 nanoseconds.
|
||||||
// Standard Error: 2_757
|
Weight::from_ref_time(26_156_065)
|
||||||
.saturating_add(Weight::from_ref_time(233_631).saturating_mul(p.into()))
|
.saturating_add(Weight::from_proof_size(5213))
|
||||||
|
// Standard Error: 737
|
||||||
|
.saturating_add(Weight::from_ref_time(20_578).saturating_mul(m.into()))
|
||||||
|
// Standard Error: 718
|
||||||
|
.saturating_add(Weight::from_ref_time(86_327).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(3))
|
.saturating_add(T::DbWeight::get().writes(3))
|
||||||
|
.saturating_add(Weight::from_proof_size(260).saturating_mul(m.into()))
|
||||||
|
.saturating_add(Weight::from_proof_size(144).saturating_mul(p.into()))
|
||||||
}
|
}
|
||||||
// Storage: AllianceMotion Voting (r:1 w:1)
|
/// Storage: AllianceMotion Voting (r:1 w:1)
|
||||||
// Storage: AllianceMotion Members (r:1 w:0)
|
/// Proof Skipped: AllianceMotion Voting (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: AllianceMotion ProposalOf (r:1 w:1)
|
/// Storage: AllianceMotion Members (r:1 w:0)
|
||||||
// Storage: AllianceMotion Proposals (r:1 w:1)
|
/// Proof Skipped: AllianceMotion Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion ProposalOf (r:1 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion ProposalOf (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion Proposals (r:1 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
/// The range of component `b` is `[2, 1024]`.
|
/// The range of component `b` is `[2, 1024]`.
|
||||||
/// The range of component `m` is `[4, 100]`.
|
/// The range of component `m` is `[4, 100]`.
|
||||||
/// The range of component `p` is `[1, 100]`.
|
/// The range of component `p` is `[1, 100]`.
|
||||||
fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 42_467 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(41_191_754)
|
// Measured: `792 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
|
||||||
// Standard Error: 240
|
// Estimated: `8484 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(4_306).saturating_mul(b.into()))
|
// Minimum execution time: 34_729 nanoseconds.
|
||||||
// Standard Error: 2_539
|
Weight::from_ref_time(36_499_058)
|
||||||
.saturating_add(Weight::from_ref_time(41_073).saturating_mul(m.into()))
|
.saturating_add(Weight::from_proof_size(8484))
|
||||||
// Standard Error: 2_475
|
// Standard Error: 84
|
||||||
.saturating_add(Weight::from_ref_time(287_142).saturating_mul(p.into()))
|
.saturating_add(Weight::from_ref_time(1_409).saturating_mul(b.into()))
|
||||||
|
// Standard Error: 893
|
||||||
|
.saturating_add(Weight::from_ref_time(14_167).saturating_mul(m.into()))
|
||||||
|
// Standard Error: 871
|
||||||
|
.saturating_add(Weight::from_ref_time(101_999).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(3))
|
.saturating_add(T::DbWeight::get().writes(3))
|
||||||
|
.saturating_add(Weight::from_proof_size(4).saturating_mul(b.into()))
|
||||||
|
.saturating_add(Weight::from_proof_size(264).saturating_mul(m.into()))
|
||||||
|
.saturating_add(Weight::from_proof_size(160).saturating_mul(p.into()))
|
||||||
}
|
}
|
||||||
// Storage: AllianceMotion Voting (r:1 w:1)
|
/// Storage: AllianceMotion Voting (r:1 w:1)
|
||||||
// Storage: AllianceMotion Members (r:1 w:0)
|
/// Proof Skipped: AllianceMotion Voting (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: AllianceMotion Prime (r:1 w:0)
|
/// Storage: AllianceMotion Members (r:1 w:0)
|
||||||
// Storage: AllianceMotion Proposals (r:1 w:1)
|
/// Proof Skipped: AllianceMotion Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: AllianceMotion ProposalOf (r:0 w:1)
|
/// Storage: AllianceMotion Prime (r:1 w:0)
|
||||||
|
/// Proof Skipped: AllianceMotion Prime (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion Proposals (r:1 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion ProposalOf (r:0 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion ProposalOf (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `m` is `[4, 100]`.
|
/// The range of component `m` is `[4, 100]`.
|
||||||
/// The range of component `p` is `[1, 100]`.
|
/// The range of component `p` is `[1, 100]`.
|
||||||
fn close_disapproved(m: u32, p: u32, ) -> Weight {
|
fn close_disapproved(m: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 32_710 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(35_372_369)
|
// Measured: `553 + m * (48 ±0) + p * (36 ±0)`
|
||||||
// Standard Error: 2_333
|
// Estimated: `6605 + m * (245 ±0) + p * (180 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(36_146).saturating_mul(m.into()))
|
// Minimum execution time: 27_113 nanoseconds.
|
||||||
// Standard Error: 2_275
|
Weight::from_ref_time(28_105_174)
|
||||||
.saturating_add(Weight::from_ref_time(222_227).saturating_mul(p.into()))
|
.saturating_add(Weight::from_proof_size(6605))
|
||||||
|
// Standard Error: 686
|
||||||
|
.saturating_add(Weight::from_ref_time(20_379).saturating_mul(m.into()))
|
||||||
|
// Standard Error: 669
|
||||||
|
.saturating_add(Weight::from_ref_time(89_284).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(3))
|
.saturating_add(T::DbWeight::get().writes(3))
|
||||||
|
.saturating_add(Weight::from_proof_size(245).saturating_mul(m.into()))
|
||||||
|
.saturating_add(Weight::from_proof_size(180).saturating_mul(p.into()))
|
||||||
}
|
}
|
||||||
// Storage: AllianceMotion Voting (r:1 w:1)
|
/// Storage: AllianceMotion Voting (r:1 w:1)
|
||||||
// Storage: AllianceMotion Members (r:1 w:0)
|
/// Proof Skipped: AllianceMotion Voting (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: AllianceMotion Prime (r:1 w:0)
|
/// Storage: AllianceMotion Members (r:1 w:0)
|
||||||
// Storage: AllianceMotion ProposalOf (r:1 w:1)
|
/// Proof Skipped: AllianceMotion Members (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: AllianceMotion Proposals (r:1 w:1)
|
/// Storage: AllianceMotion Prime (r:1 w:0)
|
||||||
|
/// Proof Skipped: AllianceMotion Prime (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion ProposalOf (r:1 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion ProposalOf (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion Proposals (r:1 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
/// The range of component `b` is `[2, 1024]`.
|
/// The range of component `b` is `[2, 1024]`.
|
||||||
/// The range of component `m` is `[4, 100]`.
|
/// The range of component `m` is `[4, 100]`.
|
||||||
/// The range of component `p` is `[1, 100]`.
|
/// The range of component `p` is `[1, 100]`.
|
||||||
fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 45_339 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(45_506_410)
|
// Measured: `812 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)`
|
||||||
// Standard Error: 294
|
// Estimated: `9715 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(3_875).saturating_mul(b.into()))
|
// Minimum execution time: 37_242 nanoseconds.
|
||||||
// Standard Error: 3_108
|
Weight::from_ref_time(38_722_168)
|
||||||
.saturating_add(Weight::from_ref_time(26_273).saturating_mul(m.into()))
|
.saturating_add(Weight::from_proof_size(9715))
|
||||||
// Standard Error: 3_030
|
// Standard Error: 89
|
||||||
.saturating_add(Weight::from_ref_time(288_963).saturating_mul(p.into()))
|
.saturating_add(Weight::from_ref_time(1_419).saturating_mul(b.into()))
|
||||||
|
// Standard Error: 947
|
||||||
|
.saturating_add(Weight::from_ref_time(15_417).saturating_mul(m.into()))
|
||||||
|
// Standard Error: 923
|
||||||
|
.saturating_add(Weight::from_ref_time(103_094).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(3))
|
.saturating_add(T::DbWeight::get().writes(3))
|
||||||
|
.saturating_add(Weight::from_proof_size(5).saturating_mul(b.into()))
|
||||||
|
.saturating_add(Weight::from_proof_size(330).saturating_mul(m.into()))
|
||||||
|
.saturating_add(Weight::from_proof_size(200).saturating_mul(p.into()))
|
||||||
}
|
}
|
||||||
// Storage: AllianceMotion Proposals (r:1 w:1)
|
/// Storage: AllianceMotion Proposals (r:1 w:1)
|
||||||
// Storage: AllianceMotion Voting (r:0 w:1)
|
/// Proof Skipped: AllianceMotion Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: AllianceMotion ProposalOf (r:0 w:1)
|
/// Storage: AllianceMotion Voting (r:0 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion Voting (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: AllianceMotion ProposalOf (r:0 w:1)
|
||||||
|
/// Proof Skipped: AllianceMotion ProposalOf (max_values: None, max_size: None, mode: Measured)
|
||||||
/// The range of component `p` is `[1, 100]`.
|
/// The range of component `p` is `[1, 100]`.
|
||||||
fn disapprove_proposal(p: u32, ) -> Weight {
|
fn disapprove_proposal(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 19_931 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(22_362_404)
|
// Measured: `221 + p * (32 ±0)`
|
||||||
// Standard Error: 1_600
|
// Estimated: `1158 + p * (96 ±0)`
|
||||||
.saturating_add(Weight::from_ref_time(171_520).saturating_mul(p.into()))
|
// Minimum execution time: 13_173 nanoseconds.
|
||||||
|
Weight::from_ref_time(14_787_145)
|
||||||
|
.saturating_add(Weight::from_proof_size(1158))
|
||||||
|
// Standard Error: 614
|
||||||
|
.saturating_add(Weight::from_ref_time(81_286).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(3))
|
.saturating_add(T::DbWeight::get().writes(3))
|
||||||
|
.saturating_add(Weight::from_proof_size(96).saturating_mul(p.into()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+81
-47
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_multisig`
|
//! Autogenerated weights for `pallet_multisig`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -48,80 +49,113 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
|||||||
impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_threshold_1(z: u32, ) -> Weight {
|
fn as_multi_threshold_1(z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 16_840 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(17_872_341)
|
// Measured: `0`
|
||||||
// Standard Error: 6
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(612).saturating_mul(z.into()))
|
// Minimum execution time: 11_628 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_058_313)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 3
|
||||||
|
.saturating_add(Weight::from_ref_time(500).saturating_mul(z.into()))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
/// 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 `s` is `[2, 100]`.
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_create(s: u32, z: u32, ) -> Weight {
|
fn as_multi_create(s: u32, z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 49_235 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(35_099_801)
|
// Measured: `311 + s * (2 ±0)`
|
||||||
// Standard Error: 1_322
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(157_504).saturating_mul(s.into()))
|
// Minimum execution time: 34_764 nanoseconds.
|
||||||
// Standard Error: 12
|
Weight::from_ref_time(27_813_109)
|
||||||
.saturating_add(Weight::from_ref_time(1_877).saturating_mul(z.into()))
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
// Standard Error: 630
|
||||||
|
.saturating_add(Weight::from_ref_time(73_821).saturating_mul(s.into()))
|
||||||
|
// Standard Error: 6
|
||||||
|
.saturating_add(Weight::from_ref_time(1_542).saturating_mul(z.into()))
|
||||||
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// 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 `s` is `[3, 100]`.
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
|
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 36_414 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(24_873_925)
|
// Measured: `313`
|
||||||
// Standard Error: 949
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(135_191).saturating_mul(s.into()))
|
// Minimum execution time: 25_932 nanoseconds.
|
||||||
// Standard Error: 9
|
Weight::from_ref_time(19_364_026)
|
||||||
.saturating_add(Weight::from_ref_time(1_863).saturating_mul(z.into()))
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 490
|
||||||
|
.saturating_add(Weight::from_ref_time(69_834).saturating_mul(s.into()))
|
||||||
|
// Standard Error: 4
|
||||||
|
.saturating_add(Weight::from_ref_time(1_520).saturating_mul(z.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||||
// Storage: System Account (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 `s` is `[2, 100]`.
|
||||||
/// The range of component `z` is `[0, 10000]`.
|
/// The range of component `z` is `[0, 10000]`.
|
||||||
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
|
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
|
||||||
// Minimum execution time: 53_386 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(36_974_236)
|
// Measured: `448 + s * (33 ±0)`
|
||||||
// Standard Error: 1_394
|
// Estimated: `8424`
|
||||||
.saturating_add(Weight::from_ref_time(189_592).saturating_mul(s.into()))
|
// Minimum execution time: 39_495 nanoseconds.
|
||||||
// Standard Error: 13
|
Weight::from_ref_time(31_235_649)
|
||||||
.saturating_add(Weight::from_ref_time(1_950).saturating_mul(z.into()))
|
.saturating_add(Weight::from_proof_size(8424))
|
||||||
|
// Standard Error: 570
|
||||||
|
.saturating_add(Weight::from_ref_time(88_719).saturating_mul(s.into()))
|
||||||
|
// Standard Error: 5
|
||||||
|
.saturating_add(Weight::from_ref_time(1_523).saturating_mul(z.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// Storage: Multisig Multisigs (r:1 w:1)
|
||||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
/// 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 `s` is `[2, 100]`.
|
||||||
fn approve_as_multi_create(s: u32, ) -> Weight {
|
fn approve_as_multi_create(s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 33_039 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_703_637)
|
// Measured: `318 + s * (2 ±0)`
|
||||||
// Standard Error: 1_679
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(153_311).saturating_mul(s.into()))
|
// Minimum execution time: 24_708 nanoseconds.
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
Weight::from_ref_time(26_673_173)
|
||||||
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 863
|
||||||
|
.saturating_add(Weight::from_ref_time(81_459).saturating_mul(s.into()))
|
||||||
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// 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 `s` is `[2, 100]`.
|
||||||
fn approve_as_multi_approve(s: u32, ) -> Weight {
|
fn approve_as_multi_approve(s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 22_712 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(24_071_132)
|
// Measured: `313`
|
||||||
// Standard Error: 1_711
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(140_819).saturating_mul(s.into()))
|
// Minimum execution time: 16_520 nanoseconds.
|
||||||
|
Weight::from_ref_time(18_123_705)
|
||||||
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 661
|
||||||
|
.saturating_add(Weight::from_ref_time(74_405).saturating_mul(s.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Multisig Multisigs (r:1 w:1)
|
/// 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 `s` is `[2, 100]`.
|
||||||
fn cancel_as_multi(s: u32, ) -> Weight {
|
fn cancel_as_multi(s: u32, ) -> Weight {
|
||||||
// Minimum execution time: 33_141 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_308_456)
|
// Measured: `517 + s * (1 ±0)`
|
||||||
// Standard Error: 1_285
|
// Estimated: `5821`
|
||||||
.saturating_add(Weight::from_ref_time(154_821).saturating_mul(s.into()))
|
// Minimum execution time: 25_476 nanoseconds.
|
||||||
|
Weight::from_ref_time(27_845_581)
|
||||||
|
.saturating_add(Weight::from_proof_size(5821))
|
||||||
|
// Standard Error: 868
|
||||||
|
.saturating_add(Weight::from_ref_time(77_797).saturating_mul(s.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_proxy`
|
//! Autogenerated weights for `pallet_proxy`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,121 +47,176 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_proxy`.
|
/// Weight functions for `pallet_proxy`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Proxy Proxies (r:1 w:0)
|
/// Storage: Proxy Proxies (r:1 w:0)
|
||||||
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn proxy(p: u32, ) -> Weight {
|
fn proxy(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 20_320 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(21_382_422)
|
// Measured: `159 + p * (37 ±0)`
|
||||||
// Standard Error: 2_074
|
// Estimated: `3716`
|
||||||
.saturating_add(Weight::from_ref_time(43_265).saturating_mul(p.into()))
|
// Minimum execution time: 14_443 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_158_969)
|
||||||
|
.saturating_add(Weight::from_proof_size(3716))
|
||||||
|
// Standard Error: 1_249
|
||||||
|
.saturating_add(Weight::from_ref_time(33_941).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Proxies (r:1 w:0)
|
/// Storage: Proxy Proxies (r:1 w:0)
|
||||||
// Storage: Proxy Announcements (r:1 w:1)
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: Proxy Announcements (r:1 w:1)
|
||||||
|
/// Proof: Proxy Announcements (max_values: None, max_size: Some(2233), added: 4708, 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 `a` is `[0, 31]`.
|
/// The range of component `a` is `[0, 31]`.
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn proxy_announced(a: u32, p: u32, ) -> Weight {
|
fn proxy_announced(a: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 39_242 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(40_180_408)
|
// Measured: `550 + a * (68 ±0) + p * (37 ±0)`
|
||||||
// Standard Error: 2_531
|
// Estimated: `11027`
|
||||||
.saturating_add(Weight::from_ref_time(123_908).saturating_mul(a.into()))
|
// Minimum execution time: 32_060 nanoseconds.
|
||||||
// Standard Error: 2_615
|
Weight::from_ref_time(32_192_294)
|
||||||
.saturating_add(Weight::from_ref_time(50_917).saturating_mul(p.into()))
|
.saturating_add(Weight::from_proof_size(11027))
|
||||||
|
// Standard Error: 1_900
|
||||||
|
.saturating_add(Weight::from_ref_time(109_332).saturating_mul(a.into()))
|
||||||
|
// Standard Error: 1_963
|
||||||
|
.saturating_add(Weight::from_ref_time(39_154).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Announcements (r:1 w:1)
|
/// Storage: Proxy Announcements (r:1 w:1)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Proof: Proxy Announcements (max_values: None, max_size: Some(2233), added: 4708, 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 `a` is `[0, 31]`.
|
/// The range of component `a` is `[0, 31]`.
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn remove_announcement(a: u32, p: u32, ) -> Weight {
|
fn remove_announcement(a: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 27_218 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(28_431_295)
|
// Measured: `433 + a * (68 ±0)`
|
||||||
// Standard Error: 1_665
|
// Estimated: `7311`
|
||||||
.saturating_add(Weight::from_ref_time(117_344).saturating_mul(a.into()))
|
// Minimum execution time: 20_084 nanoseconds.
|
||||||
// Standard Error: 1_720
|
Weight::from_ref_time(21_187_531)
|
||||||
.saturating_add(Weight::from_ref_time(17_062).saturating_mul(p.into()))
|
.saturating_add(Weight::from_proof_size(7311))
|
||||||
|
// Standard Error: 1_412
|
||||||
|
.saturating_add(Weight::from_ref_time(112_601).saturating_mul(a.into()))
|
||||||
|
// Standard Error: 1_458
|
||||||
|
.saturating_add(Weight::from_ref_time(6_862).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Announcements (r:1 w:1)
|
/// Storage: Proxy Announcements (r:1 w:1)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Proof: Proxy Announcements (max_values: None, max_size: Some(2233), added: 4708, 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 `a` is `[0, 31]`.
|
/// The range of component `a` is `[0, 31]`.
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn reject_announcement(a: u32, p: u32, ) -> Weight {
|
fn reject_announcement(a: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 27_225 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(27_980_122)
|
// Measured: `433 + a * (68 ±0)`
|
||||||
// Standard Error: 1_727
|
// Estimated: `7311`
|
||||||
.saturating_add(Weight::from_ref_time(118_676).saturating_mul(a.into()))
|
// Minimum execution time: 20_658 nanoseconds.
|
||||||
// Standard Error: 1_784
|
Weight::from_ref_time(21_184_810)
|
||||||
.saturating_add(Weight::from_ref_time(26_243).saturating_mul(p.into()))
|
.saturating_add(Weight::from_proof_size(7311))
|
||||||
|
// Standard Error: 1_259
|
||||||
|
.saturating_add(Weight::from_ref_time(112_012).saturating_mul(a.into()))
|
||||||
|
// Standard Error: 1_301
|
||||||
|
.saturating_add(Weight::from_ref_time(10_767).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Proxies (r:1 w:0)
|
/// Storage: Proxy Proxies (r:1 w:0)
|
||||||
// Storage: Proxy Announcements (r:1 w:1)
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
// Storage: System Account (r:1 w:1)
|
/// Storage: Proxy Announcements (r:1 w:1)
|
||||||
|
/// Proof: Proxy Announcements (max_values: None, max_size: Some(2233), added: 4708, 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 `a` is `[0, 31]`.
|
/// The range of component `a` is `[0, 31]`.
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn announce(a: u32, p: u32, ) -> Weight {
|
fn announce(a: u32, p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 36_531 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(37_133_468)
|
// Measured: `482 + a * (68 ±0) + p * (37 ±0)`
|
||||||
// Standard Error: 1_915
|
// Estimated: `11027`
|
||||||
.saturating_add(Weight::from_ref_time(115_190).saturating_mul(a.into()))
|
// Minimum execution time: 28_670 nanoseconds.
|
||||||
// Standard Error: 1_979
|
Weight::from_ref_time(29_411_875)
|
||||||
.saturating_add(Weight::from_ref_time(52_216).saturating_mul(p.into()))
|
.saturating_add(Weight::from_proof_size(11027))
|
||||||
|
// Standard Error: 1_864
|
||||||
|
.saturating_add(Weight::from_ref_time(94_146).saturating_mul(a.into()))
|
||||||
|
// Standard Error: 1_926
|
||||||
|
.saturating_add(Weight::from_ref_time(36_523).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Proxies (r:1 w:1)
|
/// Storage: Proxy Proxies (r:1 w:1)
|
||||||
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn add_proxy(p: u32, ) -> Weight {
|
fn add_proxy(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 29_880 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(30_971_686)
|
// Measured: `159 + p * (37 ±0)`
|
||||||
// Standard Error: 1_951
|
// Estimated: `3716`
|
||||||
.saturating_add(Weight::from_ref_time(59_512).saturating_mul(p.into()))
|
// Minimum execution time: 21_273 nanoseconds.
|
||||||
|
Weight::from_ref_time(22_137_672)
|
||||||
|
.saturating_add(Weight::from_proof_size(3716))
|
||||||
|
// Standard Error: 1_345
|
||||||
|
.saturating_add(Weight::from_ref_time(44_075).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Proxies (r:1 w:1)
|
/// Storage: Proxy Proxies (r:1 w:1)
|
||||||
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn remove_proxy(p: u32, ) -> Weight {
|
fn remove_proxy(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 29_304 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(30_836_356)
|
// Measured: `159 + p * (37 ±0)`
|
||||||
// Standard Error: 2_408
|
// Estimated: `3716`
|
||||||
.saturating_add(Weight::from_ref_time(74_531).saturating_mul(p.into()))
|
// Minimum execution time: 20_888 nanoseconds.
|
||||||
|
Weight::from_ref_time(22_120_940)
|
||||||
|
.saturating_add(Weight::from_proof_size(3716))
|
||||||
|
// Standard Error: 1_516
|
||||||
|
.saturating_add(Weight::from_ref_time(55_407).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Proxies (r:1 w:1)
|
/// Storage: Proxy Proxies (r:1 w:1)
|
||||||
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn remove_proxies(p: u32, ) -> Weight {
|
fn remove_proxies(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 25_023 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(26_352_051)
|
// Measured: `159 + p * (37 ±0)`
|
||||||
// Standard Error: 1_532
|
// Estimated: `3716`
|
||||||
.saturating_add(Weight::from_ref_time(37_737).saturating_mul(p.into()))
|
// Minimum execution time: 17_007 nanoseconds.
|
||||||
|
Weight::from_ref_time(17_746_585)
|
||||||
|
.saturating_add(Weight::from_proof_size(3716))
|
||||||
|
// Standard Error: 1_201
|
||||||
|
.saturating_add(Weight::from_ref_time(22_307).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
/// Storage: Proxy Proxies (r:1 w:1)
|
||||||
// Storage: Proxy Proxies (r:1 w:1)
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
/// The range of component `p` is `[1, 31]`.
|
/// The range of component `p` is `[1, 31]`.
|
||||||
fn create_pure(p: u32, ) -> Weight {
|
fn create_pure(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 31_808 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(33_127_282)
|
// Measured: `139`
|
||||||
// Standard Error: 2_151
|
// Estimated: `3716`
|
||||||
.saturating_add(Weight::from_ref_time(25_760).saturating_mul(p.into()))
|
// Minimum execution time: 22_625 nanoseconds.
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
Weight::from_ref_time(23_598_172)
|
||||||
|
.saturating_add(Weight::from_proof_size(3716))
|
||||||
|
// Standard Error: 1_668
|
||||||
|
.saturating_add(Weight::from_ref_time(113).saturating_mul(p.into()))
|
||||||
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: Proxy Proxies (r:1 w:1)
|
/// Storage: Proxy Proxies (r:1 w:1)
|
||||||
|
/// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen)
|
||||||
/// The range of component `p` is `[0, 30]`.
|
/// The range of component `p` is `[0, 30]`.
|
||||||
fn kill_pure(p: u32, ) -> Weight {
|
fn kill_pure(p: u32, ) -> Weight {
|
||||||
// Minimum execution time: 26_149 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(27_463_462)
|
// Measured: `196 + p * (37 ±0)`
|
||||||
// Standard Error: 1_610
|
// Estimated: `3716`
|
||||||
.saturating_add(Weight::from_ref_time(40_692).saturating_mul(p.into()))
|
// Minimum execution time: 17_969 nanoseconds.
|
||||||
|
Weight::from_ref_time(18_830_934)
|
||||||
|
.saturating_add(Weight::from_proof_size(3716))
|
||||||
|
// Standard Error: 1_340
|
||||||
|
.saturating_add(Weight::from_ref_time(23_749).saturating_mul(p.into()))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
|
|||||||
+23
-10
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_session`
|
//! Autogenerated weights for `pallet_session`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,19 +47,31 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_session`.
|
/// Weight functions for `pallet_session`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Session NextKeys (r:1 w:1)
|
/// Storage: Session NextKeys (r:1 w:1)
|
||||||
// Storage: Session KeyOwner (r:1 w:1)
|
/// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: Session KeyOwner (r:1 w:1)
|
||||||
|
/// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured)
|
||||||
fn set_keys() -> Weight {
|
fn set_keys() -> Weight {
|
||||||
// Minimum execution time: 21_519 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(22_385_000)
|
// Measured: `270`
|
||||||
|
// Estimated: `5490`
|
||||||
|
// Minimum execution time: 15_653 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_004_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(5490))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: Session NextKeys (r:1 w:1)
|
/// Storage: Session NextKeys (r:1 w:1)
|
||||||
// Storage: Session KeyOwner (r:0 w:1)
|
/// Proof Skipped: Session NextKeys (max_values: None, max_size: None, mode: Measured)
|
||||||
|
/// Storage: Session KeyOwner (r:0 w:1)
|
||||||
|
/// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured)
|
||||||
fn purge_keys() -> Weight {
|
fn purge_keys() -> Weight {
|
||||||
// Minimum execution time: 17_539 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(18_292_000)
|
// Measured: `242`
|
||||||
|
// Estimated: `2959`
|
||||||
|
// Minimum execution time: 11_729 nanoseconds.
|
||||||
|
Weight::from_ref_time(12_081_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(2959))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
|
|||||||
+19
-8
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_timestamp`
|
//! Autogenerated weights for `pallet_timestamp`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -46,16 +47,26 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_timestamp`.
|
/// Weight functions for `pallet_timestamp`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: Timestamp Now (r:1 w:1)
|
/// Storage: Timestamp Now (r:1 w:1)
|
||||||
// Storage: Aura CurrentSlot (r:1 w:0)
|
/// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
|
||||||
|
/// Storage: Aura CurrentSlot (r:1 w:0)
|
||||||
|
/// Proof: Aura CurrentSlot (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen)
|
||||||
fn set() -> Weight {
|
fn set() -> Weight {
|
||||||
// Minimum execution time: 9_196 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(9_641_000)
|
// Measured: `49`
|
||||||
|
// Estimated: `1006`
|
||||||
|
// Minimum execution time: 6_995 nanoseconds.
|
||||||
|
Weight::from_ref_time(7_169_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(1006))
|
||||||
.saturating_add(T::DbWeight::get().reads(2))
|
.saturating_add(T::DbWeight::get().reads(2))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
fn on_finalize() -> Weight {
|
fn on_finalize() -> Weight {
|
||||||
// Minimum execution time: 3_907 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(4_143_000)
|
// Measured: `57`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 3_166 nanoseconds.
|
||||||
|
Weight::from_ref_time(3_331_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+39
-18
@@ -17,8 +17,9 @@
|
|||||||
//! Autogenerated weights for `pallet_utility`
|
//! Autogenerated weights for `pallet_utility`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
@@ -48,31 +49,51 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
|||||||
impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
||||||
/// The range of component `c` is `[0, 1000]`.
|
/// The range of component `c` is `[0, 1000]`.
|
||||||
fn batch(c: u32, ) -> Weight {
|
fn batch(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 12_693 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(16_857_716)
|
// Measured: `0`
|
||||||
// Standard Error: 1_960
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(4_305_835).saturating_mul(c.into()))
|
// Minimum execution time: 5_987 nanoseconds.
|
||||||
|
Weight::from_ref_time(19_221_047)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 2_233
|
||||||
|
.saturating_add(Weight::from_ref_time(3_808_598).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
fn as_derivative() -> Weight {
|
fn as_derivative() -> Weight {
|
||||||
// Minimum execution time: 6_309 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(6_560_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 4_203 nanoseconds.
|
||||||
|
Weight::from_ref_time(4_337_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
/// The range of component `c` is `[0, 1000]`.
|
/// The range of component `c` is `[0, 1000]`.
|
||||||
fn batch_all(c: u32, ) -> Weight {
|
fn batch_all(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 12_890 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(19_743_708)
|
// Measured: `0`
|
||||||
// Standard Error: 2_659
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(4_530_531).saturating_mul(c.into()))
|
// Minimum execution time: 5_986 nanoseconds.
|
||||||
|
Weight::from_ref_time(14_991_349)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 2_440
|
||||||
|
.saturating_add(Weight::from_ref_time(4_032_363).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
fn dispatch_as() -> Weight {
|
fn dispatch_as() -> Weight {
|
||||||
// Minimum execution time: 14_949 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(15_398_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 7_768 nanoseconds.
|
||||||
|
Weight::from_ref_time(7_998_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
/// The range of component `c` is `[0, 1000]`.
|
/// The range of component `c` is `[0, 1000]`.
|
||||||
fn force_batch(c: u32, ) -> Weight {
|
fn force_batch(c: u32, ) -> Weight {
|
||||||
// Minimum execution time: 12_979 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(16_643_839)
|
// Measured: `0`
|
||||||
// Standard Error: 2_263
|
// Estimated: `0`
|
||||||
.saturating_add(Weight::from_ref_time(4_321_042).saturating_mul(c.into()))
|
// Minimum execution time: 5_906 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_782_253)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
|
// Standard Error: 2_131
|
||||||
|
.saturating_add(Weight::from_ref_time(3_780_339).saturating_mul(c.into()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,25 +17,25 @@
|
|||||||
//! Autogenerated weights for `pallet_xcm`
|
//! Autogenerated weights for `pallet_xcm`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||||
//! DATE: 2022-12-22, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
//! DATE: 2023-02-23, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||||
//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
//! WORST CASE MAP SIZE: `1000000`
|
||||||
|
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("collectives-polkadot-dev"), DB CACHE: 1024
|
||||||
|
|
||||||
// Executed Command:
|
// Executed Command:
|
||||||
// /home/benchbot/cargo_target_dir/production/polkadot-parachain
|
// ./artifacts/polkadot-parachain
|
||||||
// benchmark
|
// benchmark
|
||||||
// pallet
|
// pallet
|
||||||
// --steps=50
|
// --chain=collectives-polkadot-dev
|
||||||
// --repeat=20
|
|
||||||
// --extrinsic=*
|
|
||||||
// --execution=wasm
|
// --execution=wasm
|
||||||
// --wasm-execution=compiled
|
// --wasm-execution=compiled
|
||||||
// --heap-pages=4096
|
|
||||||
// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/cumulus/.git/.artifacts/bench.json
|
|
||||||
// --pallet=pallet_xcm
|
// --pallet=pallet_xcm
|
||||||
// --chain=collectives-polkadot-dev
|
// --extrinsic=*
|
||||||
|
// --steps=50
|
||||||
|
// --repeat=20
|
||||||
|
// --json
|
||||||
// --header=./file_header.txt
|
// --header=./file_header.txt
|
||||||
// --output=./parachains/runtimes/collectives/collectives-polkadot/src/weights/
|
// --output=./parachains/runtimes/collectives/collectives-polkadot/src/weights/pallet_xcm.rs
|
||||||
|
|
||||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||||
#![allow(unused_parens)]
|
#![allow(unused_parens)]
|
||||||
@@ -47,126 +47,228 @@ use sp_std::marker::PhantomData;
|
|||||||
/// Weight functions for `pallet_xcm`.
|
/// Weight functions for `pallet_xcm`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn send() -> Weight {
|
fn send() -> Weight {
|
||||||
// Minimum execution time: 27_016 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(27_587_000)
|
// Measured: `38`
|
||||||
|
// Estimated: `4645`
|
||||||
|
// Minimum execution time: 23_618 nanoseconds.
|
||||||
|
Weight::from_ref_time(24_118_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(4645))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
/// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||||
|
/// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
||||||
fn teleport_assets() -> Weight {
|
fn teleport_assets() -> Weight {
|
||||||
// Minimum execution time: 33_807 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(34_960_000)
|
// Measured: `32`
|
||||||
|
// Estimated: `499`
|
||||||
|
// Minimum execution time: 23_764 nanoseconds.
|
||||||
|
Weight::from_ref_time(24_114_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(499))
|
||||||
.saturating_add(T::DbWeight::get().reads(1))
|
.saturating_add(T::DbWeight::get().reads(1))
|
||||||
}
|
}
|
||||||
// Storage: Benchmark Override (r:0 w:0)
|
/// Storage: Benchmark Override (r:0 w:0)
|
||||||
|
/// Proof Skipped: Benchmark Override (max_values: None, max_size: None, mode: Measured)
|
||||||
fn reserve_transfer_assets() -> Weight {
|
fn reserve_transfer_assets() -> Weight {
|
||||||
|
// Proof Size summary in bytes:
|
||||||
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
// Minimum execution time: 18_446_744_073_709_551 nanoseconds.
|
// Minimum execution time: 18_446_744_073_709_551 nanoseconds.
|
||||||
Weight::from_ref_time(18_446_744_073_709_551_000)
|
Weight::from_ref_time(18_446_744_073_709_551_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
// Storage: Benchmark Override (r:0 w:0)
|
/// Storage: Benchmark Override (r:0 w:0)
|
||||||
|
/// Proof Skipped: Benchmark Override (max_values: None, max_size: None, mode: Measured)
|
||||||
fn execute() -> Weight {
|
fn execute() -> Weight {
|
||||||
|
// Proof Size summary in bytes:
|
||||||
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
// Minimum execution time: 18_446_744_073_709_551 nanoseconds.
|
// Minimum execution time: 18_446_744_073_709_551 nanoseconds.
|
||||||
Weight::from_ref_time(18_446_744_073_709_551_000)
|
Weight::from_ref_time(18_446_744_073_709_551_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:0 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
fn force_xcm_version() -> Weight {
|
fn force_xcm_version() -> Weight {
|
||||||
// Minimum execution time: 15_322 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(15_782_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 8_266 nanoseconds.
|
||||||
|
Weight::from_ref_time(8_578_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:0 w:1)
|
/// Storage: PolkadotXcm SafeXcmVersion (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn force_default_xcm_version() -> Weight {
|
fn force_default_xcm_version() -> Weight {
|
||||||
// Minimum execution time: 4_390 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(4_564_000)
|
// Measured: `0`
|
||||||
|
// Estimated: `0`
|
||||||
|
// Minimum execution time: 2_289 nanoseconds.
|
||||||
|
Weight::from_ref_time(2_382_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(0))
|
||||||
.saturating_add(T::DbWeight::get().writes(1))
|
.saturating_add(T::DbWeight::get().writes(1))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
/// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
||||||
// Storage: PolkadotXcm QueryCounter (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Storage: PolkadotXcm QueryCounter (r:1 w:1)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm QueryCounter (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: PolkadotXcm Queries (r:0 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm Queries (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
|
||||||
fn force_subscribe_version_notify() -> Weight {
|
fn force_subscribe_version_notify() -> Weight {
|
||||||
// Minimum execution time: 31_238 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(32_021_000)
|
// Measured: `38`
|
||||||
|
// Estimated: `7729`
|
||||||
|
// Minimum execution time: 28_592 nanoseconds.
|
||||||
|
Weight::from_ref_time(29_116_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7729))
|
||||||
.saturating_add(T::DbWeight::get().reads(7))
|
.saturating_add(T::DbWeight::get().reads(7))
|
||||||
.saturating_add(T::DbWeight::get().writes(5))
|
.saturating_add(T::DbWeight::get().writes(5))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
/// Storage: PolkadotXcm VersionNotifiers (r:1 w:1)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm Queries (r:0 w:1)
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm Queries (r:0 w:1)
|
||||||
|
/// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured)
|
||||||
fn force_unsubscribe_version_notify() -> Weight {
|
fn force_unsubscribe_version_notify() -> Weight {
|
||||||
// Minimum execution time: 32_459 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(32_802_000)
|
// Measured: `220`
|
||||||
|
// Estimated: `8470`
|
||||||
|
// Minimum execution time: 30_604 nanoseconds.
|
||||||
|
Weight::from_ref_time(31_361_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(8470))
|
||||||
.saturating_add(T::DbWeight::get().reads(6))
|
.saturating_add(T::DbWeight::get().reads(6))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:4 w:2)
|
/// Storage: PolkadotXcm SupportedVersion (r:4 w:2)
|
||||||
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
fn migrate_supported_version() -> Weight {
|
fn migrate_supported_version() -> Weight {
|
||||||
// Minimum execution time: 13_433 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(13_890_000)
|
// Measured: `95`
|
||||||
|
// Estimated: `9995`
|
||||||
|
// Minimum execution time: 13_750 nanoseconds.
|
||||||
|
Weight::from_ref_time(14_051_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(9995))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifiers (r:4 w:2)
|
/// Storage: PolkadotXcm VersionNotifiers (r:4 w:2)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured)
|
||||||
fn migrate_version_notifiers() -> Weight {
|
fn migrate_version_notifiers() -> Weight {
|
||||||
// Minimum execution time: 13_798 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_104_000)
|
// Measured: `99`
|
||||||
|
// Estimated: `9999`
|
||||||
|
// Minimum execution time: 13_897 nanoseconds.
|
||||||
|
Weight::from_ref_time(14_080_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(9999))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:5 w:0)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:5 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
fn already_notified_target() -> Weight {
|
fn already_notified_target() -> Weight {
|
||||||
// Minimum execution time: 15_012 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(15_360_000)
|
// Measured: `106`
|
||||||
|
// Estimated: `12481`
|
||||||
|
// Minimum execution time: 16_364 nanoseconds.
|
||||||
|
Weight::from_ref_time(16_867_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(12481))
|
||||||
.saturating_add(T::DbWeight::get().reads(5))
|
.saturating_add(T::DbWeight::get().reads(5))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn notify_current_targets() -> Weight {
|
fn notify_current_targets() -> Weight {
|
||||||
// Minimum execution time: 26_911 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(27_686_000)
|
// Measured: `106`
|
||||||
|
// Estimated: `10041`
|
||||||
|
// Minimum execution time: 27_372 nanoseconds.
|
||||||
|
Weight::from_ref_time(28_128_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10041))
|
||||||
.saturating_add(T::DbWeight::get().reads(7))
|
.saturating_add(T::DbWeight::get().reads(7))
|
||||||
.saturating_add(T::DbWeight::get().writes(3))
|
.saturating_add(T::DbWeight::get().writes(3))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:3 w:0)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:3 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
fn notify_target_migration_fail() -> Weight {
|
fn notify_target_migration_fail() -> Weight {
|
||||||
// Minimum execution time: 7_067 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(7_207_000)
|
// Measured: `136`
|
||||||
|
// Estimated: `7561`
|
||||||
|
// Minimum execution time: 7_804 nanoseconds.
|
||||||
|
Weight::from_ref_time(8_096_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(7561))
|
||||||
.saturating_add(T::DbWeight::get().reads(3))
|
.saturating_add(T::DbWeight::get().reads(3))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
||||||
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
fn migrate_version_notify_targets() -> Weight {
|
fn migrate_version_notify_targets() -> Weight {
|
||||||
// Minimum execution time: 13_882 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(14_067_000)
|
// Measured: `106`
|
||||||
|
// Estimated: `10006`
|
||||||
|
// Minimum execution time: 14_948 nanoseconds.
|
||||||
|
Weight::from_ref_time(15_422_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(10006))
|
||||||
.saturating_add(T::DbWeight::get().reads(4))
|
.saturating_add(T::DbWeight::get().reads(4))
|
||||||
.saturating_add(T::DbWeight::get().writes(2))
|
.saturating_add(T::DbWeight::get().writes(2))
|
||||||
}
|
}
|
||||||
// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
/// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2)
|
||||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
/// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||||
// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
/// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured)
|
||||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
/// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
/// Proof Skipped: PolkadotXcm VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
|
||||||
|
/// Proof Skipped: PolkadotXcm SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||||
|
/// Proof Skipped: ParachainSystem HostConfiguration (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
|
/// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||||
|
/// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured)
|
||||||
fn migrate_and_notify_old_targets() -> Weight {
|
fn migrate_and_notify_old_targets() -> Weight {
|
||||||
// Minimum execution time: 32_227 nanoseconds.
|
// Proof Size summary in bytes:
|
||||||
Weight::from_ref_time(33_068_000)
|
// Measured: `112`
|
||||||
|
// Estimated: `15027`
|
||||||
|
// Minimum execution time: 33_791 nanoseconds.
|
||||||
|
Weight::from_ref_time(34_282_000)
|
||||||
|
.saturating_add(Weight::from_proof_size(15027))
|
||||||
.saturating_add(T::DbWeight::get().reads(9))
|
.saturating_add(T::DbWeight::get().reads(9))
|
||||||
.saturating_add(T::DbWeight::get().writes(4))
|
.saturating_add(T::DbWeight::get().writes(4))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ benchmarks-assets:
|
|||||||
stage: benchmarks-run
|
stage: benchmarks-run
|
||||||
timeout: 1d
|
timeout: 1d
|
||||||
extends:
|
extends:
|
||||||
- .docker-env
|
|
||||||
- .collect-artifacts
|
- .collect-artifacts
|
||||||
- .benchmarks-refs
|
- .benchmarks-refs
|
||||||
before_script:
|
before_script:
|
||||||
@@ -35,20 +34,18 @@ benchmarks-assets:
|
|||||||
after_script:
|
after_script:
|
||||||
- rm -rf .git/config
|
- rm -rf .git/config
|
||||||
tags:
|
tags:
|
||||||
- weights-vm
|
- weights
|
||||||
|
|
||||||
benchmarks-collectives:
|
benchmarks-collectives:
|
||||||
stage: benchmarks-run
|
stage: benchmarks-run
|
||||||
timeout: 1d
|
timeout: 1d
|
||||||
extends:
|
extends:
|
||||||
- .docker-env
|
|
||||||
- .collect-artifacts
|
- .collect-artifacts
|
||||||
- .benchmarks-refs
|
- .benchmarks-refs
|
||||||
before_script:
|
before_script:
|
||||||
- !reference [.docker-env, before_script]
|
- !reference [.docker-env, before_script]
|
||||||
script:
|
script:
|
||||||
- ./scripts/benchmarks-ci.sh collectives collectives-polkadot ./artifacts
|
- ./scripts/benchmarks-ci.sh collectives collectives-polkadot ./artifacts
|
||||||
- git status
|
|
||||||
- export CURRENT_TIME=$(date '+%s')
|
- export CURRENT_TIME=$(date '+%s')
|
||||||
- export BRANCHNAME="weights-collectives-${CI_COMMIT_BRANCH}-${CURRENT_TIME}"
|
- export BRANCHNAME="weights-collectives-${CI_COMMIT_BRANCH}-${CURRENT_TIME}"
|
||||||
- !reference [.git-commit-push, script]
|
- !reference [.git-commit-push, script]
|
||||||
@@ -58,13 +55,12 @@ benchmarks-collectives:
|
|||||||
after_script:
|
after_script:
|
||||||
- rm -rf .git/config
|
- rm -rf .git/config
|
||||||
tags:
|
tags:
|
||||||
- weights-vm
|
- weights
|
||||||
|
|
||||||
benchmarks-bridge-hubs:
|
benchmarks-bridge-hubs:
|
||||||
stage: benchmarks-run
|
stage: benchmarks-run
|
||||||
timeout: 1d
|
timeout: 1d
|
||||||
extends:
|
extends:
|
||||||
- .docker-env
|
|
||||||
- .collect-artifacts
|
- .collect-artifacts
|
||||||
- .benchmarks-refs
|
- .benchmarks-refs
|
||||||
before_script:
|
before_script:
|
||||||
@@ -82,4 +78,4 @@ benchmarks-bridge-hubs:
|
|||||||
after_script:
|
after_script:
|
||||||
- rm -rf .git/config
|
- rm -rf .git/config
|
||||||
tags:
|
tags:
|
||||||
- weights-vm
|
- weights
|
||||||
|
|||||||
Reference in New Issue
Block a user