update weights (sync with 0.9.33) (#6362)

* update weights (0.9.33) (#6299)

* kusama: update weights

* polkadot: update weights

* rococo: update weights

* westend: update weights

* fix deps

* Resolve merge

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Reset Kusama whitelist weights

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
Mara Robin B
2022-12-08 14:23:24 +01:00
committed by GitHub
parent 896d1c2c3b
commit 0185170137
163 changed files with 5178 additions and 3932 deletions
@@ -16,8 +16,8 @@
//! Autogenerated weights for `pallet_identity`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! DATE: 2022-11-15, 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("westend-dev"), DB CACHE: 1024
// Executed Command:
@@ -38,7 +38,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_identity`.
@@ -47,32 +47,35 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
// Storage: Identity Registrars (r:1 w:1)
/// The range of component `r` is `[1, 19]`.
fn add_registrar(r: u32, ) -> Weight {
Weight::from_ref_time(17_318_000 as u64)
// Standard Error: 3_000
.saturating_add(Weight::from_ref_time(159_000 as u64).saturating_mul(r as u64))
// Minimum execution time: 17_404 nanoseconds.
Weight::from_ref_time(18_656_367 as u64)
// Standard Error: 2_570
.saturating_add(Weight::from_ref_time(181_443 as u64).saturating_mul(r as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Identity IdentityOf (r:1 w:1)
/// The range of component `r` is `[1, 20]`.
/// The range of component `x` is `[1, 100]`.
/// The range of component `x` is `[0, 100]`.
fn set_identity(r: u32, x: u32, ) -> Weight {
Weight::from_ref_time(32_608_000 as u64)
// Standard Error: 7_000
.saturating_add(Weight::from_ref_time(123_000 as u64).saturating_mul(r as u64))
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(298_000 as u64).saturating_mul(x as u64))
// Minimum execution time: 36_708 nanoseconds.
Weight::from_ref_time(35_850_708 as u64)
// Standard Error: 3_462
.saturating_add(Weight::from_ref_time(93_826 as u64).saturating_mul(r as u64))
// Standard Error: 675
.saturating_add(Weight::from_ref_time(330_646 as u64).saturating_mul(x as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Identity IdentityOf (r:1 w:0)
// Storage: Identity SubsOf (r:1 w:1)
// Storage: Identity SuperOf (r:1 w:1)
/// The range of component `s` is `[1, 100]`.
// Storage: Identity SuperOf (r:2 w:2)
/// The range of component `s` is `[0, 100]`.
fn set_subs_new(s: u32, ) -> Weight {
Weight::from_ref_time(29_011_000 as u64)
// Standard Error: 2_000
.saturating_add(Weight::from_ref_time(2_061_000 as u64).saturating_mul(s as u64))
// Minimum execution time: 10_740 nanoseconds.
Weight::from_ref_time(30_187_558 as u64)
// Standard Error: 5_092
.saturating_add(Weight::from_ref_time(2_129_883 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(s as u64)))
.saturating_add(T::DbWeight::get().writes(1 as u64))
@@ -80,12 +83,13 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
}
// Storage: Identity IdentityOf (r:1 w:0)
// Storage: Identity SubsOf (r:1 w:1)
// Storage: Identity SuperOf (r:0 w:1)
/// The range of component `p` is `[1, 100]`.
// Storage: Identity SuperOf (r:0 w:2)
/// The range of component `p` is `[0, 100]`.
fn set_subs_old(p: u32, ) -> Weight {
Weight::from_ref_time(29_082_000 as u64)
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(881_000 as u64).saturating_mul(p as u64))
// Minimum execution time: 10_968 nanoseconds.
Weight::from_ref_time(29_634_655 as u64)
// Standard Error: 4_331
.saturating_add(Weight::from_ref_time(924_855 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))
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(p as u64)))
@@ -94,16 +98,17 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
// Storage: Identity IdentityOf (r:1 w:1)
// Storage: Identity SuperOf (r:0 w:100)
/// The range of component `r` is `[1, 20]`.
/// The range of component `s` is `[1, 100]`.
/// The range of component `x` is `[1, 100]`.
/// The range of component `s` is `[0, 100]`.
/// The range of component `x` is `[0, 100]`.
fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight {
Weight::from_ref_time(36_503_000 as u64)
// Standard Error: 5_000
.saturating_add(Weight::from_ref_time(27_000 as u64).saturating_mul(r as u64))
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(873_000 as u64).saturating_mul(s as u64))
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(149_000 as u64).saturating_mul(x as u64))
// Minimum execution time: 51_903 nanoseconds.
Weight::from_ref_time(36_302_297 as u64)
// Standard Error: 4_837
.saturating_add(Weight::from_ref_time(129_708 as u64).saturating_mul(r as u64))
// Standard Error: 944
.saturating_add(Weight::from_ref_time(899_485 as u64).saturating_mul(s as u64))
// Standard Error: 944
.saturating_add(Weight::from_ref_time(170_186 as u64).saturating_mul(x as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(s as u64)))
@@ -111,65 +116,71 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
// Storage: Identity Registrars (r:1 w:0)
// Storage: Identity IdentityOf (r:1 w:1)
/// The range of component `r` is `[1, 20]`.
/// The range of component `x` is `[1, 100]`.
/// The range of component `x` is `[0, 100]`.
fn request_judgement(r: u32, x: u32, ) -> Weight {
Weight::from_ref_time(34_025_000 as u64)
// Standard Error: 3_000
.saturating_add(Weight::from_ref_time(159_000 as u64).saturating_mul(r as u64))
// Standard Error: 0
.saturating_add(Weight::from_ref_time(312_000 as u64).saturating_mul(x as u64))
// Minimum execution time: 39_215 nanoseconds.
Weight::from_ref_time(35_871_187 as u64)
// Standard Error: 4_586
.saturating_add(Weight::from_ref_time(160_077 as u64).saturating_mul(r as u64))
// Standard Error: 895
.saturating_add(Weight::from_ref_time(352_424 as u64).saturating_mul(x as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Identity IdentityOf (r:1 w:1)
/// The range of component `r` is `[1, 20]`.
/// The range of component `x` is `[1, 100]`.
/// The range of component `x` is `[0, 100]`.
fn cancel_request(r: u32, x: u32, ) -> Weight {
Weight::from_ref_time(31_767_000 as u64)
// Standard Error: 3_000
.saturating_add(Weight::from_ref_time(107_000 as u64).saturating_mul(r as u64))
// Standard Error: 0
.saturating_add(Weight::from_ref_time(307_000 as u64).saturating_mul(x as u64))
// Minimum execution time: 34_568 nanoseconds.
Weight::from_ref_time(32_340_656 as u64)
// Standard Error: 4_471
.saturating_add(Weight::from_ref_time(150_594 as u64).saturating_mul(r as u64))
// Standard Error: 872
.saturating_add(Weight::from_ref_time(351_058 as u64).saturating_mul(x as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Identity Registrars (r:1 w:1)
/// The range of component `r` is `[1, 19]`.
fn set_fee(r: u32, ) -> Weight {
Weight::from_ref_time(9_456_000 as u64)
// Standard Error: 2_000
.saturating_add(Weight::from_ref_time(137_000 as u64).saturating_mul(r as u64))
// Minimum execution time: 9_145 nanoseconds.
Weight::from_ref_time(10_004_747 as u64)
// Standard Error: 2_519
.saturating_add(Weight::from_ref_time(144_599 as u64).saturating_mul(r as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Identity Registrars (r:1 w:1)
/// The range of component `r` is `[1, 19]`.
fn set_account_id(r: u32, ) -> Weight {
Weight::from_ref_time(9_695_000 as u64)
// Standard Error: 2_000
.saturating_add(Weight::from_ref_time(131_000 as u64).saturating_mul(r as u64))
// Minimum execution time: 9_478 nanoseconds.
Weight::from_ref_time(10_280_264 as u64)
// Standard Error: 2_157
.saturating_add(Weight::from_ref_time(137_027 as u64).saturating_mul(r as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Identity Registrars (r:1 w:1)
/// The range of component `r` is `[1, 19]`.
fn set_fields(r: u32, ) -> Weight {
Weight::from_ref_time(9_441_000 as u64)
// Standard Error: 2_000
.saturating_add(Weight::from_ref_time(132_000 as u64).saturating_mul(r as u64))
// Minimum execution time: 9_364 nanoseconds.
Weight::from_ref_time(10_048_693 as u64)
// Standard Error: 2_168
.saturating_add(Weight::from_ref_time(138_246 as u64).saturating_mul(r as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
// Storage: Identity Registrars (r:1 w:0)
// Storage: Identity IdentityOf (r:1 w:1)
/// The range of component `r` is `[1, 19]`.
/// The range of component `x` is `[1, 100]`.
/// The range of component `x` is `[0, 100]`.
fn provide_judgement(r: u32, x: u32, ) -> Weight {
Weight::from_ref_time(24_671_000 as u64)
// Standard Error: 4_000
.saturating_add(Weight::from_ref_time(97_000 as u64).saturating_mul(r as u64))
// Standard Error: 0
.saturating_add(Weight::from_ref_time(306_000 as u64).saturating_mul(x as u64))
// Minimum execution time: 29_237 nanoseconds.
Weight::from_ref_time(27_101_513 as u64)
// Standard Error: 6_451
.saturating_add(Weight::from_ref_time(151_316 as u64).saturating_mul(r as u64))
// Standard Error: 1_193
.saturating_add(Weight::from_ref_time(584_669 as u64).saturating_mul(x as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -178,12 +189,17 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
// Storage: System Account (r:1 w:1)
// Storage: Identity SuperOf (r:0 w:100)
/// The range of component `r` is `[1, 20]`.
/// The range of component `s` is `[1, 100]`.
/// The range of component `x` is `[1, 100]`.
fn kill_identity(_r: u32, s: u32, _x: u32, ) -> Weight {
Weight::from_ref_time(42_491_000 as u64)
// Standard Error: 0
.saturating_add(Weight::from_ref_time(878_000 as u64).saturating_mul(s as u64))
/// The range of component `s` is `[0, 100]`.
/// The range of component `x` is `[0, 100]`.
fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight {
// Minimum execution time: 57_804 nanoseconds.
Weight::from_ref_time(41_385_856 as u64)
// Standard Error: 3_892
.saturating_add(Weight::from_ref_time(127_211 as u64).saturating_mul(r as u64))
// Standard Error: 760
.saturating_add(Weight::from_ref_time(905_485 as u64).saturating_mul(s as u64))
// Standard Error: 760
.saturating_add(Weight::from_ref_time(167_074 as u64).saturating_mul(x as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(s as u64)))
@@ -191,11 +207,12 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
// Storage: Identity IdentityOf (r:1 w:0)
// Storage: Identity SuperOf (r:1 w:1)
// Storage: Identity SubsOf (r:1 w:1)
/// The range of component `s` is `[1, 99]`.
/// The range of component `s` is `[0, 99]`.
fn add_sub(s: u32, ) -> Weight {
Weight::from_ref_time(36_480_000 as u64)
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(70_000 as u64).saturating_mul(s as u64))
// Minimum execution time: 33_707 nanoseconds.
Weight::from_ref_time(38_599_750 as u64)
// Standard Error: 1_484
.saturating_add(Weight::from_ref_time(78_528 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
@@ -203,9 +220,10 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
// Storage: Identity SuperOf (r:1 w:1)
/// The range of component `s` is `[1, 100]`.
fn rename_sub(s: u32, ) -> Weight {
Weight::from_ref_time(15_798_000 as u64)
// Standard Error: 0
.saturating_add(Weight::from_ref_time(30_000 as u64).saturating_mul(s as u64))
// Minimum execution time: 14_349 nanoseconds.
Weight::from_ref_time(16_709_884 as u64)
// Standard Error: 797
.saturating_add(Weight::from_ref_time(31_371 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -214,19 +232,21 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
// Storage: Identity SubsOf (r:1 w:1)
/// The range of component `s` is `[1, 100]`.
fn remove_sub(s: u32, ) -> Weight {
Weight::from_ref_time(37_872_000 as u64)
// Standard Error: 1_000
.saturating_add(Weight::from_ref_time(64_000 as u64).saturating_mul(s as u64))
// Minimum execution time: 37_260 nanoseconds.
Weight::from_ref_time(40_182_898 as u64)
// Standard Error: 1_255
.saturating_add(Weight::from_ref_time(70_354 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}
// Storage: Identity SuperOf (r:1 w:1)
// Storage: Identity SubsOf (r:1 w:1)
/// The range of component `s` is `[1, 99]`.
/// The range of component `s` is `[0, 99]`.
fn quit_sub(s: u32, ) -> Weight {
Weight::from_ref_time(28_241_000 as u64)
// Standard Error: 0
.saturating_add(Weight::from_ref_time(59_000 as u64).saturating_mul(s as u64))
// Minimum execution time: 26_859 nanoseconds.
Weight::from_ref_time(29_852_260 as u64)
// Standard Error: 1_197
.saturating_add(Weight::from_ref_time(68_170 as u64).saturating_mul(s as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(2 as u64))
}