mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
Co-authored-by: paritytech-ci <paritytech-ci@parity.io> Co-authored-by: Egor_P <egor@parity.io> Co-authored-by: paritytech-ci <paritytech-ci@parity.io>
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2022-08-09, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2022-12-05, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -34,7 +34,7 @@
|
||||
// --repeat=20
|
||||
// --json
|
||||
// --header=./file_header.txt
|
||||
// --output=./parachains/runtimes/assets/statemint/src/weights
|
||||
// --output=./parachains/runtimes/assets/statemint/src/weights/cumulus_pallet_xcmp_queue.rs
|
||||
|
||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
#![allow(unused_parens)]
|
||||
@@ -48,13 +48,15 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightInfo<T> {
|
||||
// Storage: XcmpQueue QueueConfig (r:1 w:1)
|
||||
fn set_config_with_u32() -> Weight {
|
||||
Weight::from_ref_time(5_192_000 as u64)
|
||||
// Minimum execution time: 8_323 nanoseconds.
|
||||
Weight::from_ref_time(8_535_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: XcmpQueue QueueConfig (r:1 w:1)
|
||||
fn set_config_with_weight() -> Weight {
|
||||
Weight::from_ref_time(5_363_000 as u64)
|
||||
// Minimum execution time: 8_138 nanoseconds.
|
||||
Weight::from_ref_time(8_408_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
//! Autogenerated weights for `frame_system`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2022-11-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2022-12-05, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -48,51 +48,51 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> frame_system::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `b` is `[0, 3932160]`.
|
||||
fn remark(b: u32, ) -> Weight {
|
||||
// Minimum execution time: 4_363 nanoseconds.
|
||||
Weight::from_ref_time(4_424_000 as u64)
|
||||
// Minimum execution time: 4_529 nanoseconds.
|
||||
Weight::from_ref_time(4_581_000 as u64)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_ref_time(509 as u64).saturating_mul(b as u64))
|
||||
.saturating_add(Weight::from_ref_time(411 as u64).saturating_mul(b as u64))
|
||||
}
|
||||
/// The range of component `b` is `[0, 3932160]`.
|
||||
fn remark_with_event(b: u32, ) -> Weight {
|
||||
// Minimum execution time: 15_045 nanoseconds.
|
||||
Weight::from_ref_time(15_252_000 as u64)
|
||||
// Minimum execution time: 15_257 nanoseconds.
|
||||
Weight::from_ref_time(15_397_000 as u64)
|
||||
// Standard Error: 0
|
||||
.saturating_add(Weight::from_ref_time(1_591 as u64).saturating_mul(b as u64))
|
||||
.saturating_add(Weight::from_ref_time(1_505 as u64).saturating_mul(b as u64))
|
||||
}
|
||||
// Storage: System Digest (r:1 w:1)
|
||||
// Storage: unknown [0x3a686561707061676573] (r:0 w:1)
|
||||
fn set_heap_pages() -> Weight {
|
||||
// Minimum execution time: 9_874 nanoseconds.
|
||||
Weight::from_ref_time(10_228_000 as u64)
|
||||
// Minimum execution time: 10_030 nanoseconds.
|
||||
Weight::from_ref_time(10_293_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
// Storage: Skipped Metadata (r:0 w:0)
|
||||
/// The range of component `i` is `[0, 1000]`.
|
||||
fn set_storage(i: u32, ) -> Weight {
|
||||
// Minimum execution time: 4_258 nanoseconds.
|
||||
Weight::from_ref_time(4_341_000 as u64)
|
||||
// Standard Error: 791
|
||||
.saturating_add(Weight::from_ref_time(651_072 as u64).saturating_mul(i as u64))
|
||||
// Minimum execution time: 4_593 nanoseconds.
|
||||
Weight::from_ref_time(4_679_000 as u64)
|
||||
// Standard Error: 1_051
|
||||
.saturating_add(Weight::from_ref_time(646_313 as u64).saturating_mul(i as u64))
|
||||
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(i as u64)))
|
||||
}
|
||||
// Storage: Skipped Metadata (r:0 w:0)
|
||||
/// The range of component `i` is `[0, 1000]`.
|
||||
fn kill_storage(i: u32, ) -> Weight {
|
||||
// Minimum execution time: 4_437 nanoseconds.
|
||||
Weight::from_ref_time(4_533_000 as u64)
|
||||
// Standard Error: 1_032
|
||||
.saturating_add(Weight::from_ref_time(560_974 as u64).saturating_mul(i as u64))
|
||||
// Minimum execution time: 4_619 nanoseconds.
|
||||
Weight::from_ref_time(4_698_000 as u64)
|
||||
// Standard Error: 1_159
|
||||
.saturating_add(Weight::from_ref_time(557_671 as u64).saturating_mul(i as u64))
|
||||
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(i as u64)))
|
||||
}
|
||||
// Storage: Skipped Metadata (r:0 w:0)
|
||||
/// The range of component `p` is `[0, 1000]`.
|
||||
fn kill_prefix(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 6_123 nanoseconds.
|
||||
Weight::from_ref_time(6_236_000 as u64)
|
||||
// Standard Error: 1_113
|
||||
.saturating_add(Weight::from_ref_time(1_147_311 as u64).saturating_mul(p as u64))
|
||||
// Minimum execution time: 5_952 nanoseconds.
|
||||
Weight::from_ref_time(6_098_000 as u64)
|
||||
// Standard Error: 1_183
|
||||
.saturating_add(Weight::from_ref_time(1_150_970 as u64).saturating_mul(p as u64))
|
||||
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(p as u64)))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
//! Autogenerated weights for `pallet_assets`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2022-11-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2022-12-05, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -47,45 +47,49 @@ use sp_std::marker::PhantomData;
|
||||
pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Assets Asset (r:1 w:1)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn create() -> Weight {
|
||||
// Minimum execution time: 32_921 nanoseconds.
|
||||
Weight::from_ref_time(33_633_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
// Minimum execution time: 31_968 nanoseconds.
|
||||
Weight::from_ref_time(32_971_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
// Storage: Assets Asset (r:1 w:1)
|
||||
fn force_create() -> Weight {
|
||||
// Minimum execution time: 19_787 nanoseconds.
|
||||
Weight::from_ref_time(20_249_000 as u64)
|
||||
// Minimum execution time: 19_756 nanoseconds.
|
||||
Weight::from_ref_time(20_200_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Assets Asset (r:1 w:1)
|
||||
// Storage: Assets Metadata (r:1 w:0)
|
||||
fn start_destroy() -> Weight {
|
||||
Weight::from_ref_time(33_000_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
// Minimum execution time: 21_874 nanoseconds.
|
||||
Weight::from_ref_time(22_469_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Assets Asset (r:1 w:1)
|
||||
// Storage: Assets Accounts (r:1 w:0)
|
||||
/// The range of component `a` is `[0, 1000]`.
|
||||
fn destroy_accounts(a: u32, ) -> Weight {
|
||||
Weight::from_ref_time(39_000_000 as u64)
|
||||
// Standard Error: 14_298
|
||||
.saturating_add(Weight::from_ref_time(27_632_144 as u64).saturating_mul(a as u64))
|
||||
// Storage: Assets Account (r:1 w:0)
|
||||
// Storage: System Account (r:20 w:20)
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn destroy_accounts(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 24_674 nanoseconds.
|
||||
Weight::from_ref_time(24_935_000 as u64)
|
||||
// Standard Error: 14_116
|
||||
.saturating_add(Weight::from_ref_time(14_067_646 as u64).saturating_mul(c as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(a as u64)))
|
||||
.saturating_add(T::DbWeight::get().reads((2 as u64).saturating_mul(c as u64)))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(a as u64)))
|
||||
.saturating_add(T::DbWeight::get().writes((2 as u64).saturating_mul(c as u64)))
|
||||
}
|
||||
// Storage: Assets Asset (r:1 w:1)
|
||||
// Storage: Assets Approvals (r:1 w:0)
|
||||
/// The range of component `a` is `[0, 1000]`.
|
||||
fn destroy_approvals(a: u32, ) -> Weight {
|
||||
Weight::from_ref_time(39_000_000 as u64)
|
||||
// Standard Error: 14_298
|
||||
.saturating_add(Weight::from_ref_time(27_632_144 as u64).saturating_mul(a as u64))
|
||||
// Minimum execution time: 26_048 nanoseconds.
|
||||
Weight::from_ref_time(26_508_000 as u64)
|
||||
// Standard Error: 8_063
|
||||
.saturating_add(Weight::from_ref_time(13_772_990 as u64).saturating_mul(a as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(a as u64)))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
@@ -94,23 +98,24 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Assets Asset (r:1 w:1)
|
||||
// Storage: Assets Metadata (r:1 w:0)
|
||||
fn finish_destroy() -> Weight {
|
||||
Weight::from_ref_time(33_000_000 as u64)
|
||||
// Minimum execution time: 21_235 nanoseconds.
|
||||
Weight::from_ref_time(21_875_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Assets Asset (r:1 w:1)
|
||||
// Storage: Assets Account (r:1 w:1)
|
||||
fn mint() -> Weight {
|
||||
// Minimum execution time: 37_940 nanoseconds.
|
||||
Weight::from_ref_time(38_473_000 as u64)
|
||||
// Minimum execution time: 36_820 nanoseconds.
|
||||
Weight::from_ref_time(37_204_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
// Storage: Assets Asset (r:1 w:1)
|
||||
// Storage: Assets Account (r:1 w:1)
|
||||
fn burn() -> Weight {
|
||||
// Minimum execution time: 41_145 nanoseconds.
|
||||
Weight::from_ref_time(41_670_000 as u64)
|
||||
// Minimum execution time: 42_917 nanoseconds.
|
||||
Weight::from_ref_time(43_806_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
@@ -118,8 +123,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Assets Account (r:2 w:2)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn transfer() -> Weight {
|
||||
// Minimum execution time: 53_947 nanoseconds.
|
||||
Weight::from_ref_time(54_412_000 as u64)
|
||||
// Minimum execution time: 54_734 nanoseconds.
|
||||
Weight::from_ref_time(55_491_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(4 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
||||
}
|
||||
@@ -127,8 +132,8 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Assets Account (r:2 w:2)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn transfer_keep_alive() -> Weight {
|
||||
// Minimum execution time: 47_048 nanoseconds.
|
||||
Weight::from_ref_time(47_946_000 as u64)
|
||||
// Minimum execution time: 47_337 nanoseconds.
|
||||
Weight::from_ref_time(47_771_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(4 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
||||
}
|
||||
@@ -136,53 +141,53 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Assets Account (r:2 w:2)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn force_transfer() -> Weight {
|
||||
// Minimum execution time: 55_147 nanoseconds.
|
||||
Weight::from_ref_time(55_548_000 as u64)
|
||||
// Minimum execution time: 53_788 nanoseconds.
|
||||
Weight::from_ref_time(54_425_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(4 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
||||
}
|
||||
// Storage: Assets Asset (r:1 w:0)
|
||||
// Storage: Assets Account (r:1 w:1)
|
||||
fn freeze() -> Weight {
|
||||
// Minimum execution time: 25_841 nanoseconds.
|
||||
Weight::from_ref_time(26_506_000 as u64)
|
||||
// Minimum execution time: 25_848 nanoseconds.
|
||||
Weight::from_ref_time(26_558_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Assets Asset (r:1 w:0)
|
||||
// Storage: Assets Account (r:1 w:1)
|
||||
fn thaw() -> Weight {
|
||||
// Minimum execution time: 26_639 nanoseconds.
|
||||
Weight::from_ref_time(27_081_000 as u64)
|
||||
// Minimum execution time: 25_668 nanoseconds.
|
||||
Weight::from_ref_time(26_464_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Assets Asset (r:1 w:1)
|
||||
fn freeze_asset() -> Weight {
|
||||
// Minimum execution time: 22_413 nanoseconds.
|
||||
Weight::from_ref_time(23_213_000 as u64)
|
||||
// Minimum execution time: 22_041 nanoseconds.
|
||||
Weight::from_ref_time(22_488_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Assets Asset (r:1 w:1)
|
||||
fn thaw_asset() -> Weight {
|
||||
// Minimum execution time: 21_963 nanoseconds.
|
||||
Weight::from_ref_time(22_479_000 as u64)
|
||||
// Minimum execution time: 21_897 nanoseconds.
|
||||
Weight::from_ref_time(22_290_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Assets Asset (r:1 w:1)
|
||||
// Storage: Assets Metadata (r:1 w:0)
|
||||
fn transfer_ownership() -> Weight {
|
||||
// Minimum execution time: 25_533 nanoseconds.
|
||||
Weight::from_ref_time(25_979_000 as u64)
|
||||
// Minimum execution time: 23_067 nanoseconds.
|
||||
Weight::from_ref_time(23_479_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Assets Asset (r:1 w:1)
|
||||
fn set_team() -> Weight {
|
||||
// Minimum execution time: 23_829 nanoseconds.
|
||||
Weight::from_ref_time(24_876_000 as u64)
|
||||
// Minimum execution time: 21_774 nanoseconds.
|
||||
Weight::from_ref_time(22_177_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
@@ -191,18 +196,18 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `n` is `[0, 50]`.
|
||||
/// The range of component `s` is `[0, 50]`.
|
||||
fn set_metadata(_n: u32, s: u32, ) -> Weight {
|
||||
// Minimum execution time: 36_438 nanoseconds.
|
||||
Weight::from_ref_time(38_367_681 as u64)
|
||||
// Standard Error: 1_203
|
||||
.saturating_add(Weight::from_ref_time(7_334 as u64).saturating_mul(s as u64))
|
||||
// Minimum execution time: 35_375 nanoseconds.
|
||||
Weight::from_ref_time(37_385_442 as u64)
|
||||
// Standard Error: 1_072
|
||||
.saturating_add(Weight::from_ref_time(378 as u64).saturating_mul(s as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Assets Asset (r:1 w:0)
|
||||
// Storage: Assets Metadata (r:1 w:1)
|
||||
fn clear_metadata() -> Weight {
|
||||
// Minimum execution time: 40_670 nanoseconds.
|
||||
Weight::from_ref_time(41_049_000 as u64)
|
||||
// Minimum execution time: 37_516 nanoseconds.
|
||||
Weight::from_ref_time(38_164_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
@@ -211,61 +216,61 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `n` is `[0, 50]`.
|
||||
/// The range of component `s` is `[0, 50]`.
|
||||
fn force_set_metadata(n: u32, s: u32, ) -> Weight {
|
||||
// Minimum execution time: 24_647 nanoseconds.
|
||||
Weight::from_ref_time(25_823_064 as u64)
|
||||
// Standard Error: 623
|
||||
.saturating_add(Weight::from_ref_time(1_109 as u64).saturating_mul(n as u64))
|
||||
// Standard Error: 623
|
||||
.saturating_add(Weight::from_ref_time(1_174 as u64).saturating_mul(s as u64))
|
||||
// Minimum execution time: 22_201 nanoseconds.
|
||||
Weight::from_ref_time(23_041_699 as u64)
|
||||
// Standard Error: 507
|
||||
.saturating_add(Weight::from_ref_time(4_643 as u64).saturating_mul(n as u64))
|
||||
// Standard Error: 507
|
||||
.saturating_add(Weight::from_ref_time(577 as u64).saturating_mul(s as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Assets Asset (r:1 w:0)
|
||||
// Storage: Assets Metadata (r:1 w:1)
|
||||
fn force_clear_metadata() -> Weight {
|
||||
// Minimum execution time: 41_329 nanoseconds.
|
||||
Weight::from_ref_time(41_824_000 as u64)
|
||||
// Minimum execution time: 38_139 nanoseconds.
|
||||
Weight::from_ref_time(38_690_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Assets Asset (r:1 w:1)
|
||||
fn force_asset_status() -> Weight {
|
||||
// Minimum execution time: 23_806 nanoseconds.
|
||||
Weight::from_ref_time(24_275_000 as u64)
|
||||
// Minimum execution time: 21_305 nanoseconds.
|
||||
Weight::from_ref_time(21_920_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Assets Asset (r:1 w:1)
|
||||
// Storage: Assets Approvals (r:1 w:1)
|
||||
fn approve_transfer() -> Weight {
|
||||
// Minimum execution time: 40_971 nanoseconds.
|
||||
Weight::from_ref_time(41_749_000 as u64)
|
||||
// Minimum execution time: 39_780 nanoseconds.
|
||||
Weight::from_ref_time(41_011_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
// Storage: Assets Approvals (r:1 w:1)
|
||||
// Storage: Assets Asset (r:1 w:1)
|
||||
// Storage: Assets Approvals (r:1 w:1)
|
||||
// Storage: Assets Account (r:2 w:2)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn transfer_approved() -> Weight {
|
||||
// Minimum execution time: 70_934 nanoseconds.
|
||||
Weight::from_ref_time(71_774_000 as u64)
|
||||
// Minimum execution time: 70_087 nanoseconds.
|
||||
Weight::from_ref_time(70_937_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(5 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(5 as u64))
|
||||
}
|
||||
// Storage: Assets Asset (r:1 w:1)
|
||||
// Storage: Assets Approvals (r:1 w:1)
|
||||
fn cancel_approval() -> Weight {
|
||||
// Minimum execution time: 43_221 nanoseconds.
|
||||
Weight::from_ref_time(43_660_000 as u64)
|
||||
// Minimum execution time: 41_130 nanoseconds.
|
||||
Weight::from_ref_time(41_709_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
// Storage: Assets Asset (r:1 w:1)
|
||||
// Storage: Assets Approvals (r:1 w:1)
|
||||
fn force_cancel_approval() -> Weight {
|
||||
// Minimum execution time: 43_115 nanoseconds.
|
||||
Weight::from_ref_time(43_577_000 as u64)
|
||||
// Minimum execution time: 42_321 nanoseconds.
|
||||
Weight::from_ref_time(42_758_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
//! Autogenerated weights for `pallet_balances`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2022-11-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2022-12-05, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -48,50 +48,50 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn transfer() -> Weight {
|
||||
// Minimum execution time: 50_030 nanoseconds.
|
||||
Weight::from_ref_time(50_471_000 as u64)
|
||||
// Minimum execution time: 48_920 nanoseconds.
|
||||
Weight::from_ref_time(49_700_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn transfer_keep_alive() -> Weight {
|
||||
// Minimum execution time: 37_255 nanoseconds.
|
||||
Weight::from_ref_time(37_834_000 as u64)
|
||||
// Minimum execution time: 36_914 nanoseconds.
|
||||
Weight::from_ref_time(37_547_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn set_balance_creating() -> Weight {
|
||||
// Minimum execution time: 27_702 nanoseconds.
|
||||
Weight::from_ref_time(28_140_000 as u64)
|
||||
// Minimum execution time: 27_628 nanoseconds.
|
||||
Weight::from_ref_time(28_241_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn set_balance_killing() -> Weight {
|
||||
// Minimum execution time: 31_807 nanoseconds.
|
||||
Weight::from_ref_time(32_294_000 as u64)
|
||||
// Minimum execution time: 31_736 nanoseconds.
|
||||
Weight::from_ref_time(32_079_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: System Account (r:2 w:2)
|
||||
fn force_transfer() -> Weight {
|
||||
// Minimum execution time: 49_192 nanoseconds.
|
||||
Weight::from_ref_time(50_985_000 as u64)
|
||||
// Minimum execution time: 49_573 nanoseconds.
|
||||
Weight::from_ref_time(50_299_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn transfer_all() -> Weight {
|
||||
// Minimum execution time: 42_643 nanoseconds.
|
||||
Weight::from_ref_time(43_142_000 as u64)
|
||||
// Minimum execution time: 42_996 nanoseconds.
|
||||
Weight::from_ref_time(43_887_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: System Account (r:1 w:1)
|
||||
fn force_unreserve() -> Weight {
|
||||
// Minimum execution time: 24_190 nanoseconds.
|
||||
Weight::from_ref_time(24_471_000 as u64)
|
||||
// Minimum execution time: 23_854 nanoseconds.
|
||||
Weight::from_ref_time(24_421_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
//! Autogenerated weights for `pallet_collator_selection`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2022-11-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2022-12-05, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -50,23 +50,23 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
|
||||
// Storage: CollatorSelection Invulnerables (r:0 w:1)
|
||||
/// The range of component `b` is `[1, 100]`.
|
||||
fn set_invulnerables(b: u32, ) -> Weight {
|
||||
// Minimum execution time: 24_474 nanoseconds.
|
||||
Weight::from_ref_time(24_666_023 as u64)
|
||||
// Standard Error: 3_434
|
||||
.saturating_add(Weight::from_ref_time(2_565_278 as u64).saturating_mul(b as u64))
|
||||
// Minimum execution time: 25_374 nanoseconds.
|
||||
Weight::from_ref_time(25_392_446 as u64)
|
||||
// Standard Error: 3_700
|
||||
.saturating_add(Weight::from_ref_time(2_590_525 as u64).saturating_mul(b as u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(b as u64)))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: CollatorSelection DesiredCandidates (r:0 w:1)
|
||||
fn set_desired_candidates() -> Weight {
|
||||
// Minimum execution time: 15_647 nanoseconds.
|
||||
Weight::from_ref_time(16_337_000 as u64)
|
||||
// Minimum execution time: 15_568 nanoseconds.
|
||||
Weight::from_ref_time(16_044_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: CollatorSelection CandidacyBond (r:0 w:1)
|
||||
fn set_candidacy_bond() -> Weight {
|
||||
// Minimum execution time: 15_883 nanoseconds.
|
||||
Weight::from_ref_time(16_294_000 as u64)
|
||||
// Minimum execution time: 16_274 nanoseconds.
|
||||
Weight::from_ref_time(16_530_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: CollatorSelection Candidates (r:1 w:1)
|
||||
@@ -77,10 +77,10 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
|
||||
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
||||
/// The range of component `c` is `[1, 999]`.
|
||||
fn register_as_candidate(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 53_446 nanoseconds.
|
||||
Weight::from_ref_time(69_185_074 as u64)
|
||||
// Standard Error: 1_034
|
||||
.saturating_add(Weight::from_ref_time(175_740 as u64).saturating_mul(c as u64))
|
||||
// Minimum execution time: 53_362 nanoseconds.
|
||||
Weight::from_ref_time(69_678_344 as u64)
|
||||
// Standard Error: 1_088
|
||||
.saturating_add(Weight::from_ref_time(173_535 as u64).saturating_mul(c as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(5 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
@@ -88,10 +88,10 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
|
||||
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
||||
/// The range of component `c` is `[6, 1000]`.
|
||||
fn leave_intent(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 40_914 nanoseconds.
|
||||
Weight::from_ref_time(67_627_106 as u64)
|
||||
// Standard Error: 1_712
|
||||
.saturating_add(Weight::from_ref_time(158_956 as u64).saturating_mul(c as u64))
|
||||
// Minimum execution time: 40_174 nanoseconds.
|
||||
Weight::from_ref_time(62_914_452 as u64)
|
||||
// Standard Error: 1_500
|
||||
.saturating_add(Weight::from_ref_time(165_360 as u64).saturating_mul(c as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
@@ -99,8 +99,8 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
|
||||
// Storage: System BlockWeight (r:1 w:1)
|
||||
// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1)
|
||||
fn note_author() -> Weight {
|
||||
// Minimum execution time: 35_932 nanoseconds.
|
||||
Weight::from_ref_time(36_565_000 as u64)
|
||||
// Minimum execution time: 35_803 nanoseconds.
|
||||
Weight::from_ref_time(36_548_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(3 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
||||
}
|
||||
@@ -112,10 +112,10 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
|
||||
/// The range of component `r` is `[1, 1000]`.
|
||||
/// The range of component `c` is `[1, 1000]`.
|
||||
fn new_session(_r: u32, c: u32, ) -> Weight {
|
||||
// Minimum execution time: 24_050 nanoseconds.
|
||||
Weight::from_ref_time(24_439_000 as u64)
|
||||
// Standard Error: 674_280
|
||||
.saturating_add(Weight::from_ref_time(23_523_008 as u64).saturating_mul(c as u64))
|
||||
// Minimum execution time: 24_355 nanoseconds.
|
||||
Weight::from_ref_time(24_438_000 as u64)
|
||||
// Standard Error: 681_256
|
||||
.saturating_add(Weight::from_ref_time(23_806_570 as u64).saturating_mul(c as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(4 as u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(c as u64)))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
//! Autogenerated weights for `pallet_multisig`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2022-11-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2022-12-05, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -48,22 +48,22 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `z` is `[0, 10000]`.
|
||||
fn as_multi_threshold_1(z: u32, ) -> Weight {
|
||||
// Minimum execution time: 22_134 nanoseconds.
|
||||
Weight::from_ref_time(22_604_925 as u64)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_ref_time(715 as u64).saturating_mul(z as u64))
|
||||
// Minimum execution time: 22_027 nanoseconds.
|
||||
Weight::from_ref_time(22_453_560 as u64)
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_ref_time(655 as u64).saturating_mul(z as u64))
|
||||
}
|
||||
// Storage: Multisig Multisigs (r:1 w:1)
|
||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
||||
/// The range of component `s` is `[2, 100]`.
|
||||
/// The range of component `z` is `[0, 10000]`.
|
||||
fn as_multi_create(s: u32, z: u32, ) -> Weight {
|
||||
// Minimum execution time: 53_866 nanoseconds.
|
||||
Weight::from_ref_time(41_343_606 as u64)
|
||||
// Standard Error: 1_035
|
||||
.saturating_add(Weight::from_ref_time(133_682 as u64).saturating_mul(s as u64))
|
||||
// Standard Error: 10
|
||||
.saturating_add(Weight::from_ref_time(1_773 as u64).saturating_mul(z as u64))
|
||||
// Minimum execution time: 53_482 nanoseconds.
|
||||
Weight::from_ref_time(40_982_134 as u64)
|
||||
// Standard Error: 626
|
||||
.saturating_add(Weight::from_ref_time(130_984 as u64).saturating_mul(s as u64))
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_ref_time(1_617 as u64).saturating_mul(z as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
@@ -71,12 +71,12 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `s` is `[3, 100]`.
|
||||
/// The range of component `z` is `[0, 10000]`.
|
||||
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
|
||||
// Minimum execution time: 43_221 nanoseconds.
|
||||
Weight::from_ref_time(30_853_169 as u64)
|
||||
// Standard Error: 790
|
||||
.saturating_add(Weight::from_ref_time(130_145 as u64).saturating_mul(s as u64))
|
||||
// Standard Error: 7
|
||||
.saturating_add(Weight::from_ref_time(1_733 as u64).saturating_mul(z as u64))
|
||||
// Minimum execution time: 42_573 nanoseconds.
|
||||
Weight::from_ref_time(30_184_983 as u64)
|
||||
// Standard Error: 508
|
||||
.saturating_add(Weight::from_ref_time(134_528 as u64).saturating_mul(s as u64))
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_ref_time(1_643 as u64).saturating_mul(z as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
@@ -85,12 +85,12 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `s` is `[2, 100]`.
|
||||
/// The range of component `z` is `[0, 10000]`.
|
||||
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
|
||||
// Minimum execution time: 57_905 nanoseconds.
|
||||
Weight::from_ref_time(43_231_076 as u64)
|
||||
// Standard Error: 1_047
|
||||
.saturating_add(Weight::from_ref_time(162_148 as u64).saturating_mul(s as u64))
|
||||
// Minimum execution time: 57_200 nanoseconds.
|
||||
Weight::from_ref_time(43_397_998 as u64)
|
||||
// Standard Error: 1_057
|
||||
.saturating_add(Weight::from_ref_time(155_302 as u64).saturating_mul(s as u64))
|
||||
// Standard Error: 10
|
||||
.saturating_add(Weight::from_ref_time(1_831 as u64).saturating_mul(z as u64))
|
||||
.saturating_add(Weight::from_ref_time(1_715 as u64).saturating_mul(z as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
@@ -98,30 +98,30 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
||||
/// The range of component `s` is `[2, 100]`.
|
||||
fn approve_as_multi_create(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 37_073 nanoseconds.
|
||||
Weight::from_ref_time(40_034_885 as u64)
|
||||
// Standard Error: 1_195
|
||||
.saturating_add(Weight::from_ref_time(129_484 as u64).saturating_mul(s as u64))
|
||||
// Minimum execution time: 36_422 nanoseconds.
|
||||
Weight::from_ref_time(39_378_054 as u64)
|
||||
// Standard Error: 1_334
|
||||
.saturating_add(Weight::from_ref_time(132_052 as u64).saturating_mul(s as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Multisig Multisigs (r:1 w:1)
|
||||
/// The range of component `s` is `[2, 100]`.
|
||||
fn approve_as_multi_approve(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 27_147 nanoseconds.
|
||||
Weight::from_ref_time(29_227_318 as u64)
|
||||
// Standard Error: 717
|
||||
.saturating_add(Weight::from_ref_time(132_920 as u64).saturating_mul(s as u64))
|
||||
// Minimum execution time: 27_156 nanoseconds.
|
||||
Weight::from_ref_time(28_826_156 as u64)
|
||||
// Standard Error: 641
|
||||
.saturating_add(Weight::from_ref_time(133_688 as u64).saturating_mul(s as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Multisig Multisigs (r:1 w:1)
|
||||
/// The range of component `s` is `[2, 100]`.
|
||||
fn cancel_as_multi(s: u32, ) -> Weight {
|
||||
// Minimum execution time: 37_198 nanoseconds.
|
||||
Weight::from_ref_time(39_793_955 as u64)
|
||||
// Standard Error: 968
|
||||
.saturating_add(Weight::from_ref_time(141_607 as u64).saturating_mul(s as u64))
|
||||
// Minimum execution time: 37_099 nanoseconds.
|
||||
Weight::from_ref_time(39_495_107 as u64)
|
||||
// Standard Error: 1_158
|
||||
.saturating_add(Weight::from_ref_time(141_009 as u64).saturating_mul(s as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
//! Autogenerated weights for `pallet_proxy`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2022-11-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2022-12-05, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -49,10 +49,10 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Proxy Proxies (r:1 w:0)
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn proxy(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 24_919 nanoseconds.
|
||||
Weight::from_ref_time(25_952_772 as u64)
|
||||
// Standard Error: 1_667
|
||||
.saturating_add(Weight::from_ref_time(42_169 as u64).saturating_mul(p as u64))
|
||||
// Minimum execution time: 25_254 nanoseconds.
|
||||
Weight::from_ref_time(26_132_445 as u64)
|
||||
// Standard Error: 1_743
|
||||
.saturating_add(Weight::from_ref_time(54_439 as u64).saturating_mul(p as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
}
|
||||
// Storage: Proxy Proxies (r:1 w:0)
|
||||
@@ -61,12 +61,12 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `a` is `[0, 31]`.
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn proxy_announced(a: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 45_526 nanoseconds.
|
||||
Weight::from_ref_time(45_267_546 as u64)
|
||||
// Standard Error: 1_654
|
||||
.saturating_add(Weight::from_ref_time(134_289 as u64).saturating_mul(a as u64))
|
||||
// Standard Error: 1_709
|
||||
.saturating_add(Weight::from_ref_time(58_610 as u64).saturating_mul(p as u64))
|
||||
// Minimum execution time: 46_342 nanoseconds.
|
||||
Weight::from_ref_time(45_725_750 as u64)
|
||||
// Standard Error: 1_808
|
||||
.saturating_add(Weight::from_ref_time(138_485 as u64).saturating_mul(a as u64))
|
||||
// Standard Error: 1_868
|
||||
.saturating_add(Weight::from_ref_time(61_352 as u64).saturating_mul(p as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(3 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
@@ -75,12 +75,12 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `a` is `[0, 31]`.
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn remove_announcement(a: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 30_950 nanoseconds.
|
||||
Weight::from_ref_time(31_660_357 as u64)
|
||||
// Standard Error: 1_259
|
||||
.saturating_add(Weight::from_ref_time(144_627 as u64).saturating_mul(a as u64))
|
||||
// Standard Error: 1_301
|
||||
.saturating_add(Weight::from_ref_time(16_156 as u64).saturating_mul(p as u64))
|
||||
// Minimum execution time: 31_401 nanoseconds.
|
||||
Weight::from_ref_time(31_943_493 as u64)
|
||||
// Standard Error: 1_324
|
||||
.saturating_add(Weight::from_ref_time(148_204 as u64).saturating_mul(a as u64))
|
||||
// Standard Error: 1_368
|
||||
.saturating_add(Weight::from_ref_time(19_983 as u64).saturating_mul(p as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
@@ -89,12 +89,12 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `a` is `[0, 31]`.
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn reject_announcement(a: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 30_507 nanoseconds.
|
||||
Weight::from_ref_time(31_325_394 as u64)
|
||||
// Standard Error: 1_224
|
||||
.saturating_add(Weight::from_ref_time(147_987 as u64).saturating_mul(a as u64))
|
||||
// Standard Error: 1_265
|
||||
.saturating_add(Weight::from_ref_time(20_963 as u64).saturating_mul(p as u64))
|
||||
// Minimum execution time: 31_010 nanoseconds.
|
||||
Weight::from_ref_time(31_673_140 as u64)
|
||||
// Standard Error: 1_377
|
||||
.saturating_add(Weight::from_ref_time(148_189 as u64).saturating_mul(a as u64))
|
||||
// Standard Error: 1_423
|
||||
.saturating_add(Weight::from_ref_time(17_246 as u64).saturating_mul(p as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
@@ -104,42 +104,42 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `a` is `[0, 31]`.
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn announce(a: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 40_735 nanoseconds.
|
||||
Weight::from_ref_time(41_314_178 as u64)
|
||||
// Standard Error: 1_962
|
||||
.saturating_add(Weight::from_ref_time(135_806 as u64).saturating_mul(a as u64))
|
||||
// Standard Error: 2_027
|
||||
.saturating_add(Weight::from_ref_time(55_852 as u64).saturating_mul(p as u64))
|
||||
// Minimum execution time: 41_238 nanoseconds.
|
||||
Weight::from_ref_time(41_151_045 as u64)
|
||||
// Standard Error: 1_625
|
||||
.saturating_add(Weight::from_ref_time(138_750 as u64).saturating_mul(a as u64))
|
||||
// Standard Error: 1_679
|
||||
.saturating_add(Weight::from_ref_time(72_307 as u64).saturating_mul(p as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(3 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
// Storage: Proxy Proxies (r:1 w:1)
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn add_proxy(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 33_533 nanoseconds.
|
||||
Weight::from_ref_time(34_536_253 as u64)
|
||||
// Standard Error: 2_006
|
||||
.saturating_add(Weight::from_ref_time(73_863 as u64).saturating_mul(p as u64))
|
||||
// Minimum execution time: 33_831 nanoseconds.
|
||||
Weight::from_ref_time(34_804_281 as u64)
|
||||
// Standard Error: 2_162
|
||||
.saturating_add(Weight::from_ref_time(71_594 as u64).saturating_mul(p as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Proxy Proxies (r:1 w:1)
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn remove_proxy(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 33_012 nanoseconds.
|
||||
Weight::from_ref_time(34_466_236 as u64)
|
||||
// Standard Error: 2_618
|
||||
.saturating_add(Weight::from_ref_time(96_381 as u64).saturating_mul(p as u64))
|
||||
// Minimum execution time: 33_132 nanoseconds.
|
||||
Weight::from_ref_time(34_841_976 as u64)
|
||||
// Standard Error: 2_607
|
||||
.saturating_add(Weight::from_ref_time(86_453 as u64).saturating_mul(p as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Proxy Proxies (r:1 w:1)
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn remove_proxies(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 28_999 nanoseconds.
|
||||
Weight::from_ref_time(29_986_905 as u64)
|
||||
// Standard Error: 1_556
|
||||
.saturating_add(Weight::from_ref_time(44_105 as u64).saturating_mul(p as u64))
|
||||
// Minimum execution time: 29_072 nanoseconds.
|
||||
Weight::from_ref_time(30_153_086 as u64)
|
||||
// Standard Error: 1_765
|
||||
.saturating_add(Weight::from_ref_time(40_683 as u64).saturating_mul(p as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
@@ -147,18 +147,20 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Proxy Proxies (r:1 w:1)
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn create_pure(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 36_380 nanoseconds.
|
||||
Weight::from_ref_time(37_671_947 as u64)
|
||||
// Standard Error: 1_750
|
||||
.saturating_add(Weight::from_ref_time(2_018 as u64).saturating_mul(p as u64))
|
||||
// Minimum execution time: 36_373 nanoseconds.
|
||||
Weight::from_ref_time(37_535_652 as u64)
|
||||
// Standard Error: 1_789
|
||||
.saturating_add(Weight::from_ref_time(9_374 as u64).saturating_mul(p as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Proxy Proxies (r:1 w:1)
|
||||
/// The range of component `p` is `[0, 30]`.
|
||||
fn kill_pure(_p: u32, ) -> Weight {
|
||||
// Minimum execution time: 30_336 nanoseconds.
|
||||
Weight::from_ref_time(32_505_595 as u64)
|
||||
fn kill_pure(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 30_320 nanoseconds.
|
||||
Weight::from_ref_time(31_278_960 as u64)
|
||||
// Standard Error: 4_198
|
||||
.saturating_add(Weight::from_ref_time(65_081 as u64).saturating_mul(p as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
//! Autogenerated weights for `pallet_session`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2022-11-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2022-12-05, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -49,16 +49,16 @@ impl<T: frame_system::Config> pallet_session::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Session NextKeys (r:1 w:1)
|
||||
// Storage: Session KeyOwner (r:1 w:1)
|
||||
fn set_keys() -> Weight {
|
||||
// Minimum execution time: 25_831 nanoseconds.
|
||||
Weight::from_ref_time(25_999_000 as u64)
|
||||
// Minimum execution time: 26_428 nanoseconds.
|
||||
Weight::from_ref_time(26_886_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
// Storage: Session NextKeys (r:1 w:1)
|
||||
// Storage: Session KeyOwner (r:0 w:1)
|
||||
fn purge_keys() -> Weight {
|
||||
// Minimum execution time: 22_117 nanoseconds.
|
||||
Weight::from_ref_time(22_513_000 as u64)
|
||||
// Minimum execution time: 22_738 nanoseconds.
|
||||
Weight::from_ref_time(23_152_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
//! Autogenerated weights for `pallet_timestamp`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2022-11-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2022-12-05, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -47,14 +47,15 @@ use sp_std::marker::PhantomData;
|
||||
pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_timestamp::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Timestamp Now (r:1 w:1)
|
||||
// Storage: Aura CurrentSlot (r:1 w:0)
|
||||
fn set() -> Weight {
|
||||
// Minimum execution time: 8_342 nanoseconds.
|
||||
Weight::from_ref_time(8_584_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
// Minimum execution time: 11_277 nanoseconds.
|
||||
Weight::from_ref_time(11_484_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
fn on_finalize() -> Weight {
|
||||
// Minimum execution time: 4_530 nanoseconds.
|
||||
Weight::from_ref_time(4_648_000 as u64)
|
||||
// Minimum execution time: 5_023 nanoseconds.
|
||||
Weight::from_ref_time(5_130_000 as u64)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
//! Autogenerated weights for `pallet_uniques`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2022-11-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2022-12-05, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -49,16 +49,16 @@ impl<T: frame_system::Config> pallet_uniques::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Uniques Class (r:1 w:1)
|
||||
// Storage: Uniques ClassAccount (r:0 w:1)
|
||||
fn create() -> Weight {
|
||||
// Minimum execution time: 33_809 nanoseconds.
|
||||
Weight::from_ref_time(34_411_000 as u64)
|
||||
// Minimum execution time: 34_824 nanoseconds.
|
||||
Weight::from_ref_time(35_232_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
// Storage: Uniques Class (r:1 w:1)
|
||||
// Storage: Uniques ClassAccount (r:0 w:1)
|
||||
fn force_create() -> Weight {
|
||||
// Minimum execution time: 22_686 nanoseconds.
|
||||
Weight::from_ref_time(23_191_000 as u64)
|
||||
// Minimum execution time: 23_169 nanoseconds.
|
||||
Weight::from_ref_time(23_570_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
@@ -74,14 +74,14 @@ impl<T: frame_system::Config> pallet_uniques::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `m` is `[0, 1000]`.
|
||||
/// The range of component `a` is `[0, 1000]`.
|
||||
fn destroy(n: u32, m: u32, a: u32, ) -> Weight {
|
||||
// Minimum execution time: 2_527_595 nanoseconds.
|
||||
Weight::from_ref_time(2_531_072_000 as u64)
|
||||
// Standard Error: 28_818
|
||||
.saturating_add(Weight::from_ref_time(8_734_048 as u64).saturating_mul(n as u64))
|
||||
// Standard Error: 28_818
|
||||
.saturating_add(Weight::from_ref_time(337_060 as u64).saturating_mul(m as u64))
|
||||
// Standard Error: 28_818
|
||||
.saturating_add(Weight::from_ref_time(211_194 as u64).saturating_mul(a as u64))
|
||||
// Minimum execution time: 2_508_257 nanoseconds.
|
||||
Weight::from_ref_time(2_524_047_000 as u64)
|
||||
// Standard Error: 27_634
|
||||
.saturating_add(Weight::from_ref_time(8_844_346 as u64).saturating_mul(n as u64))
|
||||
// Standard Error: 27_634
|
||||
.saturating_add(Weight::from_ref_time(324_475 as u64).saturating_mul(m as u64))
|
||||
// Standard Error: 27_634
|
||||
.saturating_add(Weight::from_ref_time(273_072 as u64).saturating_mul(a as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(n as u64)))
|
||||
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
||||
@@ -94,8 +94,8 @@ impl<T: frame_system::Config> pallet_uniques::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Uniques CollectionMaxSupply (r:1 w:0)
|
||||
// Storage: Uniques Account (r:0 w:1)
|
||||
fn mint() -> Weight {
|
||||
// Minimum execution time: 43_266 nanoseconds.
|
||||
Weight::from_ref_time(43_804_000 as u64)
|
||||
// Minimum execution time: 44_849 nanoseconds.
|
||||
Weight::from_ref_time(45_581_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(3 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
||||
}
|
||||
@@ -104,8 +104,8 @@ impl<T: frame_system::Config> pallet_uniques::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Uniques Account (r:0 w:1)
|
||||
// Storage: Uniques ItemPriceOf (r:0 w:1)
|
||||
fn burn() -> Weight {
|
||||
// Minimum execution time: 46_004 nanoseconds.
|
||||
Weight::from_ref_time(46_610_000 as u64)
|
||||
// Minimum execution time: 47_310 nanoseconds.
|
||||
Weight::from_ref_time(47_680_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
||||
}
|
||||
@@ -114,8 +114,8 @@ impl<T: frame_system::Config> pallet_uniques::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Uniques Account (r:0 w:2)
|
||||
// Storage: Uniques ItemPriceOf (r:0 w:1)
|
||||
fn transfer() -> Weight {
|
||||
// Minimum execution time: 36_705 nanoseconds.
|
||||
Weight::from_ref_time(37_234_000 as u64)
|
||||
// Minimum execution time: 36_087 nanoseconds.
|
||||
Weight::from_ref_time(36_838_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
||||
}
|
||||
@@ -123,10 +123,10 @@ impl<T: frame_system::Config> pallet_uniques::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Uniques Asset (r:102 w:102)
|
||||
/// The range of component `i` is `[0, 5000]`.
|
||||
fn redeposit(i: u32, ) -> Weight {
|
||||
// Minimum execution time: 23_640 nanoseconds.
|
||||
Weight::from_ref_time(24_033_000 as u64)
|
||||
// Standard Error: 9_493
|
||||
.saturating_add(Weight::from_ref_time(11_402_662 as u64).saturating_mul(i as u64))
|
||||
// Minimum execution time: 24_298 nanoseconds.
|
||||
Weight::from_ref_time(24_588_000 as u64)
|
||||
// Standard Error: 9_385
|
||||
.saturating_add(Weight::from_ref_time(11_718_931 as u64).saturating_mul(i as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(i as u64)))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
@@ -135,30 +135,30 @@ impl<T: frame_system::Config> pallet_uniques::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Uniques Asset (r:1 w:1)
|
||||
// Storage: Uniques Class (r:1 w:0)
|
||||
fn freeze() -> Weight {
|
||||
// Minimum execution time: 28_192 nanoseconds.
|
||||
Weight::from_ref_time(28_715_000 as u64)
|
||||
// Minimum execution time: 28_261 nanoseconds.
|
||||
Weight::from_ref_time(28_600_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Uniques Asset (r:1 w:1)
|
||||
// Storage: Uniques Class (r:1 w:0)
|
||||
fn thaw() -> Weight {
|
||||
// Minimum execution time: 28_169 nanoseconds.
|
||||
Weight::from_ref_time(28_636_000 as u64)
|
||||
// Minimum execution time: 28_120 nanoseconds.
|
||||
Weight::from_ref_time(28_459_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Uniques Class (r:1 w:1)
|
||||
fn freeze_collection() -> Weight {
|
||||
// Minimum execution time: 23_355 nanoseconds.
|
||||
Weight::from_ref_time(23_871_000 as u64)
|
||||
// Minimum execution time: 23_214 nanoseconds.
|
||||
Weight::from_ref_time(23_905_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Uniques Class (r:1 w:1)
|
||||
fn thaw_collection() -> Weight {
|
||||
// Minimum execution time: 23_132 nanoseconds.
|
||||
Weight::from_ref_time(23_761_000 as u64)
|
||||
// Minimum execution time: 23_629 nanoseconds.
|
||||
Weight::from_ref_time(24_106_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
@@ -166,23 +166,23 @@ impl<T: frame_system::Config> pallet_uniques::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Uniques Class (r:1 w:1)
|
||||
// Storage: Uniques ClassAccount (r:0 w:2)
|
||||
fn transfer_ownership() -> Weight {
|
||||
// Minimum execution time: 32_904 nanoseconds.
|
||||
Weight::from_ref_time(33_355_000 as u64)
|
||||
// Minimum execution time: 32_581 nanoseconds.
|
||||
Weight::from_ref_time(33_170_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
||||
}
|
||||
// Storage: Uniques Class (r:1 w:1)
|
||||
fn set_team() -> Weight {
|
||||
// Minimum execution time: 24_048 nanoseconds.
|
||||
Weight::from_ref_time(24_330_000 as u64)
|
||||
// Minimum execution time: 24_380 nanoseconds.
|
||||
Weight::from_ref_time(24_923_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Uniques Class (r:1 w:1)
|
||||
// Storage: Uniques ClassAccount (r:0 w:1)
|
||||
fn force_item_status() -> Weight {
|
||||
// Minimum execution time: 27_514 nanoseconds.
|
||||
Weight::from_ref_time(28_076_000 as u64)
|
||||
// Minimum execution time: 27_535 nanoseconds.
|
||||
Weight::from_ref_time(27_962_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
@@ -190,8 +190,8 @@ impl<T: frame_system::Config> pallet_uniques::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Uniques InstanceMetadataOf (r:1 w:0)
|
||||
// Storage: Uniques Attribute (r:1 w:1)
|
||||
fn set_attribute() -> Weight {
|
||||
// Minimum execution time: 50_880 nanoseconds.
|
||||
Weight::from_ref_time(51_751_000 as u64)
|
||||
// Minimum execution time: 51_409 nanoseconds.
|
||||
Weight::from_ref_time(52_813_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(3 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
@@ -199,79 +199,79 @@ impl<T: frame_system::Config> pallet_uniques::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Uniques InstanceMetadataOf (r:1 w:0)
|
||||
// Storage: Uniques Attribute (r:1 w:1)
|
||||
fn clear_attribute() -> Weight {
|
||||
// Minimum execution time: 50_571 nanoseconds.
|
||||
Weight::from_ref_time(51_778_000 as u64)
|
||||
// Minimum execution time: 51_314 nanoseconds.
|
||||
Weight::from_ref_time(52_055_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(3 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
// Storage: Uniques Class (r:1 w:1)
|
||||
// Storage: Uniques InstanceMetadataOf (r:1 w:1)
|
||||
fn set_metadata() -> Weight {
|
||||
// Minimum execution time: 41_030 nanoseconds.
|
||||
Weight::from_ref_time(41_422_000 as u64)
|
||||
// Minimum execution time: 41_148 nanoseconds.
|
||||
Weight::from_ref_time(42_039_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
// Storage: Uniques Class (r:1 w:1)
|
||||
// Storage: Uniques InstanceMetadataOf (r:1 w:1)
|
||||
fn clear_metadata() -> Weight {
|
||||
// Minimum execution time: 43_097 nanoseconds.
|
||||
Weight::from_ref_time(43_780_000 as u64)
|
||||
// Minimum execution time: 43_509 nanoseconds.
|
||||
Weight::from_ref_time(44_070_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
// Storage: Uniques Class (r:1 w:1)
|
||||
// Storage: Uniques ClassMetadataOf (r:1 w:1)
|
||||
fn set_collection_metadata() -> Weight {
|
||||
// Minimum execution time: 40_353 nanoseconds.
|
||||
Weight::from_ref_time(40_833_000 as u64)
|
||||
// Minimum execution time: 40_576 nanoseconds.
|
||||
Weight::from_ref_time(41_203_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
// Storage: Uniques Class (r:1 w:0)
|
||||
// Storage: Uniques ClassMetadataOf (r:1 w:1)
|
||||
fn clear_collection_metadata() -> Weight {
|
||||
// Minimum execution time: 41_132 nanoseconds.
|
||||
Weight::from_ref_time(41_668_000 as u64)
|
||||
// Minimum execution time: 41_480 nanoseconds.
|
||||
Weight::from_ref_time(42_240_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Uniques Class (r:1 w:0)
|
||||
// Storage: Uniques Asset (r:1 w:1)
|
||||
fn approve_transfer() -> Weight {
|
||||
// Minimum execution time: 30_023 nanoseconds.
|
||||
Weight::from_ref_time(30_563_000 as u64)
|
||||
// Minimum execution time: 30_147 nanoseconds.
|
||||
Weight::from_ref_time(30_982_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Uniques Class (r:1 w:0)
|
||||
// Storage: Uniques Asset (r:1 w:1)
|
||||
fn cancel_approval() -> Weight {
|
||||
// Minimum execution time: 30_118 nanoseconds.
|
||||
Weight::from_ref_time(30_552_000 as u64)
|
||||
// Minimum execution time: 29_595 nanoseconds.
|
||||
Weight::from_ref_time(30_195_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Uniques OwnershipAcceptance (r:1 w:1)
|
||||
fn set_accept_ownership() -> Weight {
|
||||
// Minimum execution time: 27_368 nanoseconds.
|
||||
Weight::from_ref_time(27_940_000 as u64)
|
||||
// Minimum execution time: 27_401 nanoseconds.
|
||||
Weight::from_ref_time(27_868_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Uniques CollectionMaxSupply (r:1 w:1)
|
||||
// Storage: Uniques Class (r:1 w:0)
|
||||
fn set_collection_max_supply() -> Weight {
|
||||
// Minimum execution time: 26_431 nanoseconds.
|
||||
Weight::from_ref_time(26_986_000 as u64)
|
||||
// Minimum execution time: 26_126 nanoseconds.
|
||||
Weight::from_ref_time(26_438_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: Uniques Asset (r:1 w:0)
|
||||
// Storage: Uniques ItemPriceOf (r:0 w:1)
|
||||
fn set_price() -> Weight {
|
||||
// Minimum execution time: 26_446 nanoseconds.
|
||||
Weight::from_ref_time(27_045_000 as u64)
|
||||
// Minimum execution time: 26_905 nanoseconds.
|
||||
Weight::from_ref_time(27_269_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
@@ -280,8 +280,8 @@ impl<T: frame_system::Config> pallet_uniques::WeightInfo for WeightInfo<T> {
|
||||
// Storage: Uniques Class (r:1 w:0)
|
||||
// Storage: Uniques Account (r:0 w:2)
|
||||
fn buy_item() -> Weight {
|
||||
// Minimum execution time: 47_542 nanoseconds.
|
||||
Weight::from_ref_time(48_869_000 as u64)
|
||||
// Minimum execution time: 47_092 nanoseconds.
|
||||
Weight::from_ref_time(48_911_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(3 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
||||
}
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
//! Autogenerated weights for `pallet_utility`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2022-11-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2022-12-05, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -48,31 +48,31 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn batch(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 14_550 nanoseconds.
|
||||
Weight::from_ref_time(23_311_921 as u64)
|
||||
// Standard Error: 2_177
|
||||
.saturating_add(Weight::from_ref_time(4_200_309 as u64).saturating_mul(c as u64))
|
||||
// Minimum execution time: 14_482 nanoseconds.
|
||||
Weight::from_ref_time(22_083_290 as u64)
|
||||
// Standard Error: 2_883
|
||||
.saturating_add(Weight::from_ref_time(4_280_218 as u64).saturating_mul(c as u64))
|
||||
}
|
||||
fn as_derivative() -> Weight {
|
||||
// Minimum execution time: 7_477 nanoseconds.
|
||||
Weight::from_ref_time(7_640_000 as u64)
|
||||
// Minimum execution time: 7_493 nanoseconds.
|
||||
Weight::from_ref_time(7_829_000 as u64)
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn batch_all(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 14_200 nanoseconds.
|
||||
Weight::from_ref_time(23_093_825 as u64)
|
||||
// Standard Error: 1_919
|
||||
.saturating_add(Weight::from_ref_time(4_366_795 as u64).saturating_mul(c as u64))
|
||||
// Minimum execution time: 14_676 nanoseconds.
|
||||
Weight::from_ref_time(45_640_388 as u64)
|
||||
// Standard Error: 3_350
|
||||
.saturating_add(Weight::from_ref_time(4_465_566 as u64).saturating_mul(c as u64))
|
||||
}
|
||||
fn dispatch_as() -> Weight {
|
||||
// Minimum execution time: 16_571 nanoseconds.
|
||||
Weight::from_ref_time(16_991_000 as u64)
|
||||
// Minimum execution time: 17_032 nanoseconds.
|
||||
Weight::from_ref_time(17_339_000 as u64)
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn force_batch(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 14_298 nanoseconds.
|
||||
Weight::from_ref_time(22_283_690 as u64)
|
||||
// Standard Error: 1_967
|
||||
.saturating_add(Weight::from_ref_time(4_210_122 as u64).saturating_mul(c as u64))
|
||||
// Minimum execution time: 14_471 nanoseconds.
|
||||
Weight::from_ref_time(17_936_043 as u64)
|
||||
// Standard Error: 3_039
|
||||
.saturating_add(Weight::from_ref_time(4_275_692 as u64).saturating_mul(c as u64))
|
||||
}
|
||||
}
|
||||
|
||||
+9
-9
@@ -18,8 +18,8 @@
|
||||
//! Autogenerated weights for `pallet_xcm_benchmarks::fungible`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2022-11-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2022-12-05, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -50,13 +50,13 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> WeightInfo<T> {
|
||||
// Storage: System Account (r:1 w:1)
|
||||
pub(crate) fn withdraw_asset() -> Weight {
|
||||
Weight::from_ref_time(36_792_000 as u64)
|
||||
Weight::from_ref_time(36_776_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: System Account (r:2 w:2)
|
||||
pub(crate) fn transfer_asset() -> Weight {
|
||||
Weight::from_ref_time(42_444_000 as u64)
|
||||
Weight::from_ref_time(42_233_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
@@ -68,16 +68,16 @@ impl<T: frame_system::Config> WeightInfo<T> {
|
||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||
pub(crate) fn transfer_reserve_asset() -> Weight {
|
||||
Weight::from_ref_time(59_642_000 as u64)
|
||||
Weight::from_ref_time(58_980_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(8 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
||||
}
|
||||
pub(crate) fn receive_teleported_asset() -> Weight {
|
||||
Weight::from_ref_time(7_336_000 as u64)
|
||||
Weight::from_ref_time(7_369_000 as u64)
|
||||
}
|
||||
// Storage: System Account (r:1 w:1)
|
||||
pub(crate) fn deposit_asset() -> Weight {
|
||||
Weight::from_ref_time(37_455_000 as u64)
|
||||
Weight::from_ref_time(37_737_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
@@ -89,7 +89,7 @@ impl<T: frame_system::Config> WeightInfo<T> {
|
||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||
pub(crate) fn deposit_reserve_asset() -> Weight {
|
||||
Weight::from_ref_time(56_573_000 as u64)
|
||||
Weight::from_ref_time(56_116_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(7 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
||||
}
|
||||
@@ -100,7 +100,7 @@ impl<T: frame_system::Config> WeightInfo<T> {
|
||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||
pub(crate) fn initiate_teleport() -> Weight {
|
||||
Weight::from_ref_time(30_037_000 as u64)
|
||||
Weight::from_ref_time(30_648_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
|
||||
+18
-18
@@ -18,8 +18,8 @@
|
||||
//! Autogenerated weights for `pallet_xcm_benchmarks::generic`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2022-11-10, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2022-12-05, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -55,38 +55,38 @@ impl<T: frame_system::Config> WeightInfo<T> {
|
||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||
pub(crate) fn query_holding() -> Weight {
|
||||
Weight::from_ref_time(868_165_000 as u64)
|
||||
Weight::from_ref_time(870_697_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
pub(crate) fn buy_execution() -> Weight {
|
||||
Weight::from_ref_time(9_748_000 as u64)
|
||||
Weight::from_ref_time(9_994_000 as u64)
|
||||
}
|
||||
// Storage: PolkadotXcm Queries (r:1 w:0)
|
||||
pub(crate) fn query_response() -> Weight {
|
||||
Weight::from_ref_time(19_950_000 as u64)
|
||||
Weight::from_ref_time(19_706_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
}
|
||||
pub(crate) fn transact() -> Weight {
|
||||
Weight::from_ref_time(23_505_000 as u64)
|
||||
Weight::from_ref_time(23_420_000 as u64)
|
||||
}
|
||||
pub(crate) fn refund_surplus() -> Weight {
|
||||
Weight::from_ref_time(9_842_000 as u64)
|
||||
Weight::from_ref_time(10_200_000 as u64)
|
||||
}
|
||||
pub(crate) fn set_error_handler() -> Weight {
|
||||
Weight::from_ref_time(6_003_000 as u64)
|
||||
Weight::from_ref_time(6_289_000 as u64)
|
||||
}
|
||||
pub(crate) fn set_appendix() -> Weight {
|
||||
Weight::from_ref_time(6_262_000 as u64)
|
||||
Weight::from_ref_time(6_358_000 as u64)
|
||||
}
|
||||
pub(crate) fn clear_error() -> Weight {
|
||||
Weight::from_ref_time(6_331_000 as u64)
|
||||
Weight::from_ref_time(6_402_000 as u64)
|
||||
}
|
||||
pub(crate) fn descend_origin() -> Weight {
|
||||
Weight::from_ref_time(7_576_000 as u64)
|
||||
Weight::from_ref_time(7_684_000 as u64)
|
||||
}
|
||||
pub(crate) fn clear_origin() -> Weight {
|
||||
Weight::from_ref_time(6_235_000 as u64)
|
||||
Weight::from_ref_time(6_406_000 as u64)
|
||||
}
|
||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||
// Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
|
||||
@@ -94,18 +94,18 @@ impl<T: frame_system::Config> WeightInfo<T> {
|
||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||
pub(crate) fn report_error() -> Weight {
|
||||
Weight::from_ref_time(18_121_000 as u64)
|
||||
Weight::from_ref_time(17_539_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(5 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
// Storage: PolkadotXcm AssetTraps (r:1 w:1)
|
||||
pub(crate) fn claim_asset() -> Weight {
|
||||
Weight::from_ref_time(25_008_000 as u64)
|
||||
Weight::from_ref_time(25_346_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
pub(crate) fn trap() -> Weight {
|
||||
Weight::from_ref_time(6_282_000 as u64)
|
||||
Weight::from_ref_time(6_373_000 as u64)
|
||||
}
|
||||
// Storage: PolkadotXcm VersionNotifyTargets (r:1 w:1)
|
||||
// Storage: PolkadotXcm SupportedVersion (r:1 w:0)
|
||||
@@ -114,13 +114,13 @@ impl<T: frame_system::Config> WeightInfo<T> {
|
||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||
pub(crate) fn subscribe_version() -> Weight {
|
||||
Weight::from_ref_time(21_428_000 as u64)
|
||||
Weight::from_ref_time(21_348_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
||||
}
|
||||
// Storage: PolkadotXcm VersionNotifyTargets (r:0 w:1)
|
||||
pub(crate) fn unsubscribe_version() -> Weight {
|
||||
Weight::from_ref_time(9_696_000 as u64)
|
||||
Weight::from_ref_time(9_700_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// Storage: ParachainInfo ParachainId (r:1 w:0)
|
||||
@@ -130,7 +130,7 @@ impl<T: frame_system::Config> WeightInfo<T> {
|
||||
// Storage: ParachainSystem HostConfiguration (r:1 w:0)
|
||||
// Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
|
||||
pub(crate) fn initiate_reserve_withdraw() -> Weight {
|
||||
Weight::from_ref_time(1_088_223_000 as u64)
|
||||
Weight::from_ref_time(1_091_419_000 as u64)
|
||||
.saturating_add(T::DbWeight::get().reads(6 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user