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:
Alexander Samusev
2023-01-24 16:35:26 +01:00
committed by GitHub
parent cc080d0e78
commit 0119a6dae1
166 changed files with 4585 additions and 4550 deletions
@@ -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("westend-dev"), DB CACHE: 1024
// Executed Command:
@@ -46,9 +46,11 @@ 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: 21_143 nanoseconds.
Weight::from_ref_time(23_472_158)
fn proxy(p: u32, ) -> Weight {
// Minimum execution time: 20_611 nanoseconds.
Weight::from_ref_time(21_993_943)
// Standard Error: 2_242
.saturating_add(Weight::from_ref_time(48_834).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(1))
}
// Storage: Proxy Proxies (r:1 w:0)
@@ -57,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_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()))
// Minimum execution time: 39_883 nanoseconds.
Weight::from_ref_time(40_883_571)
// Standard Error: 3_523
.saturating_add(Weight::from_ref_time(147_668).saturating_mul(a.into()))
// Standard Error: 3_640
.saturating_add(Weight::from_ref_time(46_388).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -70,11 +72,13 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
// 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: 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()))
fn remove_announcement(a: u32, p: u32, ) -> Weight {
// Minimum execution time: 27_811 nanoseconds.
Weight::from_ref_time(29_632_960)
// Standard Error: 2_730
.saturating_add(Weight::from_ref_time(120_711).saturating_mul(a.into()))
// Standard Error: 2_820
.saturating_add(Weight::from_ref_time(10_478).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -83,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_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()))
// Minimum execution time: 28_051 nanoseconds.
Weight::from_ref_time(29_928_975)
// Standard Error: 2_750
.saturating_add(Weight::from_ref_time(119_102).saturating_mul(a.into()))
// Standard Error: 2_841
.saturating_add(Weight::from_ref_time(2_233).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -98,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_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()))
// Minimum execution time: 36_193 nanoseconds.
Weight::from_ref_time(38_162_314)
// Standard Error: 2_756
.saturating_add(Weight::from_ref_time(124_559).saturating_mul(a.into()))
// Standard Error: 2_847
.saturating_add(Weight::from_ref_time(37_787).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_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()))
// Minimum execution time: 29_819 nanoseconds.
Weight::from_ref_time(31_646_836)
// Standard Error: 2_629
.saturating_add(Weight::from_ref_time(69_752).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: 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()))
// Minimum execution time: 30_096 nanoseconds.
Weight::from_ref_time(31_657_583)
// Standard Error: 2_641
.saturating_add(Weight::from_ref_time(74_552).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_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()))
// Minimum execution time: 26_013 nanoseconds.
Weight::from_ref_time(27_323_978)
// Standard Error: 1_722
.saturating_add(Weight::from_ref_time(37_878).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -141,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_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()))
// Minimum execution time: 32_395 nanoseconds.
Weight::from_ref_time(34_072_271)
// Standard Error: 2_410
.saturating_add(Weight::from_ref_time(16_526).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_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()))
// Minimum execution time: 27_149 nanoseconds.
Weight::from_ref_time(28_629_950)
// Standard Error: 2_634
.saturating_add(Weight::from_ref_time(29_904).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}