mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 05:51:02 +00:00
Backport weights from 9360 (#2038)
* [benchmarks] pr with weights (#2026) Co-authored-by: paritytech-ci <paritytech-ci@parity.io> * [benchmarks] pr with weights Collectives (#2025) * [benchmarks] pr with weights * provide veto method for trait Co-authored-by: paritytech-ci <paritytech-ci@parity.io> Co-authored-by: muharem <ismailov.m.h@gmail.com> * [benchmarks] pr with weights (#2027) Co-authored-by: paritytech-ci <paritytech-ci@parity.io> Co-authored-by: paritytech-ci <paritytech-ci@parity.io> Co-authored-by: muharem <ismailov.m.h@gmail.com>
This commit is contained in:
+68
-68
@@ -17,7 +17,7 @@
|
||||
//! Autogenerated weights for `pallet_proxy`
|
||||
//!
|
||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
||||
//! DATE: 2022-12-05, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! DATE: 2022-12-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! 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
|
||||
|
||||
@@ -49,11 +49,11 @@ 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_139 nanoseconds.
|
||||
Weight::from_ref_time(25_454_618 as u64)
|
||||
// Standard Error: 2_037
|
||||
.saturating_add(Weight::from_ref_time(47_727 as u64).saturating_mul(p as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
// Minimum execution time: 21_247 nanoseconds.
|
||||
Weight::from_ref_time(22_408_398)
|
||||
// Standard Error: 1_684
|
||||
.saturating_add(Weight::from_ref_time(52_604).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
}
|
||||
// Storage: Proxy Proxies (r:1 w:0)
|
||||
// Storage: Proxy Announcements (r:1 w:1)
|
||||
@@ -61,42 +61,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 proxy_announced(a: u32, p: u32, ) -> Weight {
|
||||
// Minimum execution time: 45_486 nanoseconds.
|
||||
Weight::from_ref_time(46_085_343 as u64)
|
||||
// Standard Error: 2_917
|
||||
.saturating_add(Weight::from_ref_time(135_318 as u64).saturating_mul(a as u64))
|
||||
// Standard Error: 3_014
|
||||
.saturating_add(Weight::from_ref_time(26_445 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: 40_354 nanoseconds.
|
||||
Weight::from_ref_time(40_604_876)
|
||||
// Standard Error: 1_731
|
||||
.saturating_add(Weight::from_ref_time(115_181).saturating_mul(a.into()))
|
||||
// Standard Error: 1_788
|
||||
.saturating_add(Weight::from_ref_time(36_808).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: 30_889 nanoseconds.
|
||||
Weight::from_ref_time(31_350_942 as u64)
|
||||
// Standard Error: 1_248
|
||||
.saturating_add(Weight::from_ref_time(149_414 as u64).saturating_mul(a as u64))
|
||||
// Standard Error: 1_289
|
||||
.saturating_add(Weight::from_ref_time(20_716 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_737 nanoseconds.
|
||||
Weight::from_ref_time(28_753_715)
|
||||
// Standard Error: 1_698
|
||||
.saturating_add(Weight::from_ref_time(117_524).saturating_mul(a.into()))
|
||||
// Standard Error: 1_755
|
||||
.saturating_add(Weight::from_ref_time(17_580).saturating_mul(p.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: 30_728 nanoseconds.
|
||||
Weight::from_ref_time(31_941_234 as u64)
|
||||
// Standard Error: 1_339
|
||||
.saturating_add(Weight::from_ref_time(128_109 as u64).saturating_mul(a as u64))
|
||||
// Standard Error: 1_384
|
||||
.saturating_add(Weight::from_ref_time(16_158 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_987 nanoseconds.
|
||||
Weight::from_ref_time(28_789_616)
|
||||
// Standard Error: 1_598
|
||||
.saturating_add(Weight::from_ref_time(121_884).saturating_mul(a.into()))
|
||||
// Standard Error: 1_651
|
||||
.saturating_add(Weight::from_ref_time(12_104).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)
|
||||
@@ -104,64 +104,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: 40_662 nanoseconds.
|
||||
Weight::from_ref_time(40_934_458 as u64)
|
||||
// Standard Error: 1_630
|
||||
.saturating_add(Weight::from_ref_time(137_201 as u64).saturating_mul(a as u64))
|
||||
// Standard Error: 1_684
|
||||
.saturating_add(Weight::from_ref_time(61_535 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: 36_687 nanoseconds.
|
||||
Weight::from_ref_time(37_370_737)
|
||||
// Standard Error: 2_147
|
||||
.saturating_add(Weight::from_ref_time(109_740).saturating_mul(a.into()))
|
||||
// Standard Error: 2_218
|
||||
.saturating_add(Weight::from_ref_time(27_280).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: 33_354 nanoseconds.
|
||||
Weight::from_ref_time(34_467_676 as u64)
|
||||
// Standard Error: 2_111
|
||||
.saturating_add(Weight::from_ref_time(78_774 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: 30_054 nanoseconds.
|
||||
Weight::from_ref_time(31_037_232)
|
||||
// Standard Error: 1_671
|
||||
.saturating_add(Weight::from_ref_time(73_972).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: 32_974 nanoseconds.
|
||||
Weight::from_ref_time(34_444_856 as u64)
|
||||
// Standard Error: 2_324
|
||||
.saturating_add(Weight::from_ref_time(92_503 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_196 nanoseconds.
|
||||
Weight::from_ref_time(30_850_447)
|
||||
// Standard Error: 2_174
|
||||
.saturating_add(Weight::from_ref_time(74_625).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: 28_571 nanoseconds.
|
||||
Weight::from_ref_time(29_613_619 as u64)
|
||||
// Standard Error: 1_648
|
||||
.saturating_add(Weight::from_ref_time(44_494 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_283 nanoseconds.
|
||||
Weight::from_ref_time(26_539_611)
|
||||
// Standard Error: 2_055
|
||||
.saturating_add(Weight::from_ref_time(53_335).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: 36_090 nanoseconds.
|
||||
Weight::from_ref_time(37_328_149 as u64)
|
||||
// Standard Error: 1_617
|
||||
.saturating_add(Weight::from_ref_time(7_522 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_687 nanoseconds.
|
||||
Weight::from_ref_time(32_977_547)
|
||||
// Standard Error: 1_740
|
||||
.saturating_add(Weight::from_ref_time(16_154).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: 29_949 nanoseconds.
|
||||
Weight::from_ref_time(31_073_757 as u64)
|
||||
// Standard Error: 1_429
|
||||
.saturating_add(Weight::from_ref_time(40_550 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_521 nanoseconds.
|
||||
Weight::from_ref_time(28_210_679)
|
||||
// Standard Error: 1_681
|
||||
.saturating_add(Weight::from_ref_time(40_111).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