mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-25 01:15:47 +00:00
* kusama: update weights * polkadot: update weights * westend: update weights * rococo: update weights
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
//! Autogenerated weights for `pallet_proxy`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2022-11-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-11, 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("westend-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -46,12 +46,10 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
||||
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: 20_847 nanoseconds.
|
||||
Weight::from_ref_time(21_941_679 as u64)
|
||||
// Standard Error: 1_366
|
||||
.saturating_add(Weight::from_ref_time(48_868 as u64).saturating_mul(p as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
fn proxy(_p: u32, ) -> Weight {
|
||||
// Minimum execution time: 21_143 nanoseconds.
|
||||
Weight::from_ref_time(23_472_158)
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
}
|
||||
// Storage: Proxy Proxies (r:1 w:0)
|
||||
// Storage: Proxy Announcements (r:1 w:1)
|
||||
@@ -59,42 +57,40 @@ 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: 39_435 nanoseconds.
|
||||
Weight::from_ref_time(39_978_786 as u64)
|
||||
// Standard Error: 1_917
|
||||
.saturating_add(Weight::from_ref_time(102_832 as u64).saturating_mul(a as u64))
|
||||
// Standard Error: 1_981
|
||||
.saturating_add(Weight::from_ref_time(27_934 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))
|
||||
// Minimum execution time: 39_910 nanoseconds.
|
||||
Weight::from_ref_time(39_904_280)
|
||||
// Standard Error: 2_188
|
||||
.saturating_add(Weight::from_ref_time(122_193).saturating_mul(a.into()))
|
||||
// Standard Error: 2_261
|
||||
.saturating_add(Weight::from_ref_time(34_036).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Proxy Announcements (r:1 w:1)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
/// 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: 26_820 nanoseconds.
|
||||
Weight::from_ref_time(28_184_500 as u64)
|
||||
// Standard Error: 1_574
|
||||
.saturating_add(Weight::from_ref_time(125_329 as u64).saturating_mul(a as u64))
|
||||
// Standard Error: 1_626
|
||||
.saturating_add(Weight::from_ref_time(1_294 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))
|
||||
fn remove_announcement(a: u32, _p: u32, ) -> Weight {
|
||||
// Minimum execution time: 27_273 nanoseconds.
|
||||
Weight::from_ref_time(28_913_876)
|
||||
// Standard Error: 1_781
|
||||
.saturating_add(Weight::from_ref_time(114_215).saturating_mul(a.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Proxy Announcements (r:1 w:1)
|
||||
// Storage: System Account (r:1 w:1)
|
||||
/// 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: 27_473 nanoseconds.
|
||||
Weight::from_ref_time(28_278_833 as u64)
|
||||
// Standard Error: 1_680
|
||||
.saturating_add(Weight::from_ref_time(117_703 as u64).saturating_mul(a as u64))
|
||||
// Standard Error: 1_735
|
||||
.saturating_add(Weight::from_ref_time(479 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))
|
||||
// Minimum execution time: 27_817 nanoseconds.
|
||||
Weight::from_ref_time(28_265_040)
|
||||
// Standard Error: 1_600
|
||||
.saturating_add(Weight::from_ref_time(120_304).saturating_mul(a.into()))
|
||||
// Standard Error: 1_654
|
||||
.saturating_add(Weight::from_ref_time(13_691).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Proxy Proxies (r:1 w:0)
|
||||
// Storage: Proxy Announcements (r:1 w:1)
|
||||
@@ -102,64 +98,64 @@ 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: 35_104 nanoseconds.
|
||||
Weight::from_ref_time(36_127_124 as u64)
|
||||
// Standard Error: 1_989
|
||||
.saturating_add(Weight::from_ref_time(120_599 as u64).saturating_mul(a as u64))
|
||||
// Standard Error: 2_055
|
||||
.saturating_add(Weight::from_ref_time(40_753 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))
|
||||
// Minimum execution time: 35_496 nanoseconds.
|
||||
Weight::from_ref_time(36_937_979)
|
||||
// Standard Error: 1_897
|
||||
.saturating_add(Weight::from_ref_time(107_095).saturating_mul(a.into()))
|
||||
// Standard Error: 1_960
|
||||
.saturating_add(Weight::from_ref_time(23_145).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
// Storage: Proxy Proxies (r:1 w:1)
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn add_proxy(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 29_166 nanoseconds.
|
||||
Weight::from_ref_time(30_090_935 as u64)
|
||||
// Standard Error: 2_399
|
||||
.saturating_add(Weight::from_ref_time(84_394 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))
|
||||
// Minimum execution time: 29_549 nanoseconds.
|
||||
Weight::from_ref_time(30_682_880)
|
||||
// Standard Error: 1_619
|
||||
.saturating_add(Weight::from_ref_time(69_181).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Proxy Proxies (r:1 w:1)
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn remove_proxy(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 29_053 nanoseconds.
|
||||
Weight::from_ref_time(30_966_271 as u64)
|
||||
// Standard Error: 2_380
|
||||
.saturating_add(Weight::from_ref_time(41_109 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))
|
||||
// Minimum execution time: 28_779 nanoseconds.
|
||||
Weight::from_ref_time(30_661_882)
|
||||
// Standard Error: 2_454
|
||||
.saturating_add(Weight::from_ref_time(89_720).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Proxy Proxies (r:1 w:1)
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn remove_proxies(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 25_087 nanoseconds.
|
||||
Weight::from_ref_time(26_233_387 as u64)
|
||||
// Standard Error: 1_784
|
||||
.saturating_add(Weight::from_ref_time(51_604 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))
|
||||
// Minimum execution time: 25_298 nanoseconds.
|
||||
Weight::from_ref_time(26_613_839)
|
||||
// Standard Error: 1_859
|
||||
.saturating_add(Weight::from_ref_time(54_694).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
||||
// Storage: Proxy Proxies (r:1 w:1)
|
||||
/// The range of component `p` is `[1, 31]`.
|
||||
fn create_pure(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 31_112 nanoseconds.
|
||||
Weight::from_ref_time(32_658_370 as u64)
|
||||
// Standard Error: 2_825
|
||||
.saturating_add(Weight::from_ref_time(10_687 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))
|
||||
// Minimum execution time: 31_246 nanoseconds.
|
||||
Weight::from_ref_time(32_714_216)
|
||||
// Standard Error: 2_269
|
||||
.saturating_add(Weight::from_ref_time(13_861).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
// Storage: Proxy Proxies (r:1 w:1)
|
||||
/// The range of component `p` is `[0, 30]`.
|
||||
fn kill_pure(p: u32, ) -> Weight {
|
||||
// Minimum execution time: 26_655 nanoseconds.
|
||||
Weight::from_ref_time(27_520_903 as u64)
|
||||
// Standard Error: 3_755
|
||||
.saturating_add(Weight::from_ref_time(65_727 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))
|
||||
// Minimum execution time: 26_781 nanoseconds.
|
||||
Weight::from_ref_time(28_102_802)
|
||||
// Standard Error: 1_950
|
||||
.saturating_add(Weight::from_ref_time(47_305).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user