mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-08-07 20:35:44 +00:00
New runners for weights and new weights (#6508)
* [DO NOT MERGE] test new vm runner for weights 2 * add image * fix merge conflict * apply weights * new weights Co-authored-by: parity-processbot <>
This commit is contained in:
committed by
GitHub
parent
cc080d0e78
commit
0119a6dae1
@@ -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: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -47,10 +47,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: 20_641 nanoseconds.
|
||||
Weight::from_ref_time(21_890_585)
|
||||
// Standard Error: 1_664
|
||||
.saturating_add(Weight::from_ref_time(51_385).saturating_mul(p.into()))
|
||||
// Minimum execution time: 20_754 nanoseconds.
|
||||
Weight::from_ref_time(21_673_847)
|
||||
// Standard Error: 2_291
|
||||
.saturating_add(Weight::from_ref_time(45_665).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
}
|
||||
// Storage: Proxy Proxies (r:1 w:0)
|
||||
@@ -59,12 +59,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: 39_113 nanoseconds.
|
||||
Weight::from_ref_time(39_561_639)
|
||||
// Standard Error: 2_482
|
||||
.saturating_add(Weight::from_ref_time(119_565).saturating_mul(a.into()))
|
||||
// Standard Error: 2_564
|
||||
.saturating_add(Weight::from_ref_time(30_053).saturating_mul(p.into()))
|
||||
// Minimum execution time: 40_830 nanoseconds.
|
||||
Weight::from_ref_time(40_953_561)
|
||||
// Standard Error: 2_851
|
||||
.saturating_add(Weight::from_ref_time(128_295).saturating_mul(a.into()))
|
||||
// Standard Error: 2_946
|
||||
.saturating_add(Weight::from_ref_time(51_681).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(3))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -73,12 +73,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: 26_962 nanoseconds.
|
||||
Weight::from_ref_time(27_550_621)
|
||||
// Standard Error: 1_441
|
||||
.saturating_add(Weight::from_ref_time(132_900).saturating_mul(a.into()))
|
||||
// Standard Error: 1_489
|
||||
.saturating_add(Weight::from_ref_time(14_890).saturating_mul(p.into()))
|
||||
// Minimum execution time: 27_474 nanoseconds.
|
||||
Weight::from_ref_time(29_038_533)
|
||||
// Standard Error: 2_596
|
||||
.saturating_add(Weight::from_ref_time(138_084).saturating_mul(a.into()))
|
||||
// Standard Error: 2_682
|
||||
.saturating_add(Weight::from_ref_time(4_513).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -87,12 +87,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: 27_112 nanoseconds.
|
||||
Weight::from_ref_time(28_021_837)
|
||||
// Standard Error: 2_516
|
||||
.saturating_add(Weight::from_ref_time(128_480).saturating_mul(a.into()))
|
||||
// Standard Error: 2_600
|
||||
.saturating_add(Weight::from_ref_time(2_897).saturating_mul(p.into()))
|
||||
// Minimum execution time: 27_565 nanoseconds.
|
||||
Weight::from_ref_time(29_565_723)
|
||||
// Standard Error: 2_781
|
||||
.saturating_add(Weight::from_ref_time(121_941).saturating_mul(a.into()))
|
||||
// Standard Error: 2_873
|
||||
.saturating_add(Weight::from_ref_time(30).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(2))
|
||||
.saturating_add(T::DbWeight::get().writes(2))
|
||||
}
|
||||
@@ -102,42 +102,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: 35_022 nanoseconds.
|
||||
Weight::from_ref_time(36_541_595)
|
||||
// Standard Error: 2_105
|
||||
.saturating_add(Weight::from_ref_time(108_398).saturating_mul(a.into()))
|
||||
// Standard Error: 2_175
|
||||
.saturating_add(Weight::from_ref_time(28_673).saturating_mul(p.into()))
|
||||
// Minimum execution time: 36_106 nanoseconds.
|
||||
Weight::from_ref_time(37_855_961)
|
||||
// Standard Error: 2_902
|
||||
.saturating_add(Weight::from_ref_time(133_243).saturating_mul(a.into()))
|
||||
// Standard Error: 2_999
|
||||
.saturating_add(Weight::from_ref_time(39_754).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: 28_884 nanoseconds.
|
||||
Weight::from_ref_time(30_153_361)
|
||||
// Standard Error: 1_882
|
||||
.saturating_add(Weight::from_ref_time(64_393).saturating_mul(p.into()))
|
||||
// Minimum execution time: 30_690 nanoseconds.
|
||||
Weight::from_ref_time(31_764_944)
|
||||
// Standard Error: 2_357
|
||||
.saturating_add(Weight::from_ref_time(73_706).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: 27_687 nanoseconds.
|
||||
Weight::from_ref_time(29_987_322)
|
||||
// Standard Error: 2_712
|
||||
.saturating_add(Weight::from_ref_time(78_302).saturating_mul(p.into()))
|
||||
// Minimum execution time: 29_786 nanoseconds.
|
||||
Weight::from_ref_time(31_477_593)
|
||||
// Standard Error: 2_473
|
||||
.saturating_add(Weight::from_ref_time(84_636).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: 24_985 nanoseconds.
|
||||
Weight::from_ref_time(26_118_552)
|
||||
// Standard Error: 1_746
|
||||
.saturating_add(Weight::from_ref_time(39_718).saturating_mul(p.into()))
|
||||
// Minimum execution time: 25_530 nanoseconds.
|
||||
Weight::from_ref_time(27_232_687)
|
||||
// Standard Error: 1_979
|
||||
.saturating_add(Weight::from_ref_time(38_012).saturating_mul(p.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
@@ -145,20 +145,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: 31_427 nanoseconds.
|
||||
Weight::from_ref_time(33_297_296)
|
||||
// Standard Error: 3_427
|
||||
.saturating_add(Weight::from_ref_time(28_310).saturating_mul(p.into()))
|
||||
// Minimum execution time: 33_560 nanoseconds.
|
||||
Weight::from_ref_time(35_010_132)
|
||||
// Standard Error: 2_705
|
||||
.saturating_add(Weight::from_ref_time(22_801).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_293 nanoseconds.
|
||||
Weight::from_ref_time(27_499_123)
|
||||
// Standard Error: 2_113
|
||||
.saturating_add(Weight::from_ref_time(56_586).saturating_mul(p.into()))
|
||||
// Minimum execution time: 27_178 nanoseconds.
|
||||
Weight::from_ref_time(28_399_298)
|
||||
// Standard Error: 1_987
|
||||
.saturating_add(Weight::from_ref_time(49_361).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