update weights (#5911)

* rococo: update weigths

* polkadot: update weigths

* kusama: update weigths

* westend: update weights

Co-authored-by: parity-processbot <>
This commit is contained in:
Mara Robin B
2022-08-25 12:11:40 +02:00
committed by GitHub
parent 09e91acb86
commit 83217b3e04
128 changed files with 1943 additions and 1946 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-07-28, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! DATE: 2022-08-19, 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:
@@ -47,9 +47,9 @@ 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 {
(15_758_000 as Weight)
// Standard Error: 5_000
.saturating_add((202_000 as Weight).saturating_mul(r as Weight))
(15_117_000 as Weight)
// Standard Error: 2_000
.saturating_add((173_000 as Weight).saturating_mul(r as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
@@ -57,11 +57,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
/// The range of component `r` is `[1, 20]`.
/// The range of component `x` is `[1, 100]`.
fn set_identity(r: u32, x: u32, ) -> Weight {
(29_303_000 as Weight)
// Standard Error: 8_000
(28_060_000 as Weight)
// Standard Error: 6_000
.saturating_add((191_000 as Weight).saturating_mul(r as Weight))
// Standard Error: 1_000
.saturating_add((330_000 as Weight).saturating_mul(x as Weight))
.saturating_add((334_000 as Weight).saturating_mul(x as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
@@ -70,9 +70,9 @@ 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 set_subs_new(s: u32, ) -> Weight {
(27_607_000 as Weight)
(25_867_000 as Weight)
// Standard Error: 2_000
.saturating_add((2_882_000 as Weight).saturating_mul(s as Weight))
.saturating_add((2_901_000 as Weight).saturating_mul(s as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(s as Weight)))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
@@ -83,9 +83,9 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
// Storage: Identity SuperOf (r:0 w:1)
/// The range of component `p` is `[1, 100]`.
fn set_subs_old(p: u32, ) -> Weight {
(27_124_000 as Weight)
// Standard Error: 0
.saturating_add((932_000 as Weight).saturating_mul(p as Weight))
(25_691_000 as Weight)
// Standard Error: 1_000
.saturating_add((913_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
.saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(p as Weight)))
@@ -97,13 +97,13 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
/// The range of component `s` is `[1, 100]`.
/// The range of component `x` is `[1, 100]`.
fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight {
(32_909_000 as Weight)
(32_060_000 as Weight)
// Standard Error: 6_000
.saturating_add((75_000 as Weight).saturating_mul(r as Weight))
// Standard Error: 0
.saturating_add((925_000 as Weight).saturating_mul(s as Weight))
// Standard Error: 0
.saturating_add((205_000 as Weight).saturating_mul(x as Weight))
.saturating_add((80_000 as Weight).saturating_mul(r as Weight))
// Standard Error: 1_000
.saturating_add((902_000 as Weight).saturating_mul(s as Weight))
// Standard Error: 1_000
.saturating_add((155_000 as Weight).saturating_mul(x as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
.saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))
@@ -113,11 +113,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
/// The range of component `r` is `[1, 20]`.
/// The range of component `x` is `[1, 100]`.
fn request_judgement(r: u32, x: u32, ) -> Weight {
(31_899_000 as Weight)
(30_325_000 as Weight)
// Standard Error: 4_000
.saturating_add((157_000 as Weight).saturating_mul(r as Weight))
.saturating_add((154_000 as Weight).saturating_mul(r as Weight))
// Standard Error: 0
.saturating_add((376_000 as Weight).saturating_mul(x as Weight))
.saturating_add((339_000 as Weight).saturating_mul(x as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
@@ -125,38 +125,38 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
/// The range of component `r` is `[1, 20]`.
/// The range of component `x` is `[1, 100]`.
fn cancel_request(r: u32, x: u32, ) -> Weight {
(26_983_000 as Weight)
// Standard Error: 14_000
.saturating_add((209_000 as Weight).saturating_mul(r as Weight))
// Standard Error: 1_000
.saturating_add((382_000 as Weight).saturating_mul(x as Weight))
(27_573_000 as Weight)
// Standard Error: 3_000
.saturating_add((133_000 as Weight).saturating_mul(r as Weight))
// Standard Error: 0
.saturating_add((329_000 as Weight).saturating_mul(x as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
// Storage: Identity Registrars (r:1 w:1)
/// The range of component `r` is `[1, 19]`.
fn set_fee(r: u32, ) -> Weight {
(7_265_000 as Weight)
// Standard Error: 3_000
.saturating_add((165_000 as Weight).saturating_mul(r as Weight))
(6_656_000 as Weight)
// Standard Error: 1_000
.saturating_add((140_000 as Weight).saturating_mul(r as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
// Storage: Identity Registrars (r:1 w:1)
/// The range of component `r` is `[1, 19]`.
fn set_account_id(r: u32, ) -> Weight {
(7_245_000 as Weight)
// Standard Error: 2_000
.saturating_add((171_000 as Weight).saturating_mul(r as Weight))
(6_675_000 as Weight)
// Standard Error: 1_000
.saturating_add((136_000 as Weight).saturating_mul(r as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
// Storage: Identity Registrars (r:1 w:1)
/// The range of component `r` is `[1, 19]`.
fn set_fields(r: u32, ) -> Weight {
(7_262_000 as Weight)
// Standard Error: 3_000
.saturating_add((160_000 as Weight).saturating_mul(r as Weight))
(6_816_000 as Weight)
// Standard Error: 1_000
.saturating_add((127_000 as Weight).saturating_mul(r as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
@@ -165,11 +165,11 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
/// The range of component `r` is `[1, 19]`.
/// The range of component `x` is `[1, 100]`.
fn provide_judgement(r: u32, x: u32, ) -> Weight {
(21_975_000 as Weight)
// Standard Error: 5_000
.saturating_add((137_000 as Weight).saturating_mul(r as Weight))
(21_495_000 as Weight)
// Standard Error: 2_000
.saturating_add((113_000 as Weight).saturating_mul(r as Weight))
// Standard Error: 0
.saturating_add((375_000 as Weight).saturating_mul(x as Weight))
.saturating_add((335_000 as Weight).saturating_mul(x as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
@@ -181,13 +181,13 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
/// 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 {
(37_382_000 as Weight)
// Standard Error: 6_000
.saturating_add((47_000 as Weight).saturating_mul(r as Weight))
(35_711_000 as Weight)
// Standard Error: 3_000
.saturating_add((77_000 as Weight).saturating_mul(r as Weight))
// Standard Error: 0
.saturating_add((935_000 as Weight).saturating_mul(s as Weight))
.saturating_add((914_000 as Weight).saturating_mul(s as Weight))
// Standard Error: 0
.saturating_add((7_000 as Weight).saturating_mul(x as Weight))
.saturating_add((3_000 as Weight).saturating_mul(x as Weight))
.saturating_add(T::DbWeight::get().reads(3 as Weight))
.saturating_add(T::DbWeight::get().writes(3 as Weight))
.saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))
@@ -197,9 +197,9 @@ 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, 99]`.
fn add_sub(s: u32, ) -> Weight {
(33_818_000 as Weight)
// Standard Error: 0
.saturating_add((111_000 as Weight).saturating_mul(s as Weight))
(32_948_000 as Weight)
// Standard Error: 1_000
.saturating_add((92_000 as Weight).saturating_mul(s as Weight))
.saturating_add(T::DbWeight::get().reads(3 as Weight))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
}
@@ -207,9 +207,9 @@ 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 {
(12_555_000 as Weight)
(11_895_000 as Weight)
// Standard Error: 0
.saturating_add((28_000 as Weight).saturating_mul(s as Weight))
.saturating_add((29_000 as Weight).saturating_mul(s as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
@@ -218,9 +218,9 @@ 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 {
(35_066_000 as Weight)
(33_683_000 as Weight)
// Standard Error: 0
.saturating_add((96_000 as Weight).saturating_mul(s as Weight))
.saturating_add((79_000 as Weight).saturating_mul(s as Weight))
.saturating_add(T::DbWeight::get().reads(3 as Weight))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
}
@@ -228,9 +228,9 @@ 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, 99]`.
fn quit_sub(s: u32, ) -> Weight {
(25_043_000 as Weight)
// Standard Error: 1_000
.saturating_add((90_000 as Weight).saturating_mul(s as Weight))
(23_476_000 as Weight)
// Standard Error: 0
.saturating_add((81_000 as Weight).saturating_mul(s as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
}