[Backport] weights from v9320 release branch (#1890)

* [benchmarks] pr with weights (#1857)

Co-authored-by: paritytech-ci <paritytech-ci@parity.io>

* [benchmarks] Update weights for statemine/t (#1859)

* [benchmarks] pr with weights

* Update parachains/runtimes/assets/westmint/src/weights/pallet_uniques.rs

* Update parachains/runtimes/assets/westmint/src/weights/pallet_assets.rs

* Update parachains/runtimes/assets/statemine/src/weights/pallet_assets.rs

Co-authored-by: paritytech-ci <paritytech-ci@parity.io>
Co-authored-by: Squirrel <gilescope@gmail.com>

* fix weights for destroy

Co-authored-by: Paritytech CI <52199148+paritytech-ci@users.noreply.github.com>
Co-authored-by: paritytech-ci <paritytech-ci@parity.io>
Co-authored-by: Squirrel <gilescope@gmail.com>
Co-authored-by: parity-processbot <>
Co-authored-by: Anthony Alaribe <anthonyalaribe@gmail.com>
This commit is contained in:
Egor_P
2022-11-21 15:06:32 +01:00
committed by GitHub
parent 037397eb2f
commit 97f16d9aff
45 changed files with 1282 additions and 978 deletions
@@ -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-09-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2022-11-10, 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("statemint-dev"), DB CACHE: 1024
@@ -40,7 +40,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
use frame_support::{traits::Get, weights::{Weight}};
use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `pallet_proxy`.
@@ -49,9 +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 {
Weight::from_ref_time(23_935_000 as u64)
// Standard Error: 2_000
.saturating_add(Weight::from_ref_time(68_000 as u64).saturating_mul(p as u64))
// 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))
.saturating_add(T::DbWeight::get().reads(1 as u64))
}
// Storage: Proxy Proxies (r:1 w:0)
@@ -60,11 +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 {
Weight::from_ref_time(42_650_000 as u64)
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(121_000 as u64).saturating_mul(a as u64))
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(56_000 as u64).saturating_mul(p as u64))
// 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))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -73,11 +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 {
Weight::from_ref_time(29_249_000 as u64)
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(132_000 as u64).saturating_mul(a as u64))
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(23_000 as u64).saturating_mul(p as u64))
// 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))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -86,11 +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 {
Weight::from_ref_time(29_288_000 as u64)
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(136_000 as u64).saturating_mul(a as u64))
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(18_000 as u64).saturating_mul(p as u64))
// 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))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -100,38 +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 {
Weight::from_ref_time(37_822_000 as u64)
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(131_000 as u64).saturating_mul(a as u64))
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(70_000 as u64).saturating_mul(p as u64))
// 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))
.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 {
Weight::from_ref_time(32_025_000 as u64)
// Standard Error: 2_000
.saturating_add(Weight::from_ref_time(77_000 as u64).saturating_mul(p as u64))
// 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))
.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 {
Weight::from_ref_time(31_970_000 as u64)
// Standard Error: 2_000
.saturating_add(Weight::from_ref_time(88_000 as u64).saturating_mul(p as u64))
// 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))
.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 {
Weight::from_ref_time(27_683_000 as u64)
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(51_000 as u64).saturating_mul(p as u64))
// 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))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -139,18 +147,18 @@ 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 {
Weight::from_ref_time(34_807_000 as u64)
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(9_000 as u64).saturating_mul(p as u64))
// 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))
.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 {
Weight::from_ref_time(28_997_000 as u64)
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(46_000 as u64).saturating_mul(p as u64))
fn kill_pure(_p: u32, ) -> Weight {
// Minimum execution time: 30_336 nanoseconds.
Weight::from_ref_time(32_505_595 as u64)
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}