update weights (#5507)

* rococo: update weights

* polkadot: update weights

* kusama: update weights

* westend: update weights
This commit is contained in:
Mara Robin B
2022-05-12 12:44:21 +02:00
committed by GitHub
parent 15e7536a4e
commit 5e458f6acb
127 changed files with 1769 additions and 1786 deletions
@@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_identity`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-04-20, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2022-05-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024
// Executed Command:
@@ -46,19 +46,19 @@ pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
// Storage: Identity Registrars (r:1 w:1)
fn add_registrar(r: u32, ) -> Weight {
(11_775_000 as Weight)
// Standard Error: 4_000
.saturating_add((202_000 as Weight).saturating_mul(r as Weight))
(11_939_000 as Weight)
// Standard Error: 3_000
.saturating_add((188_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 IdentityOf (r:1 w:1)
fn set_identity(r: u32, x: u32, ) -> Weight {
(25_414_000 as Weight)
// Standard Error: 7_000
.saturating_add((172_000 as Weight).saturating_mul(r as Weight))
(25_648_000 as Weight)
// Standard Error: 8_000
.saturating_add((166_000 as Weight).saturating_mul(r as Weight))
// Standard Error: 1_000
.saturating_add((350_000 as Weight).saturating_mul(x as Weight))
.saturating_add((342_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))
}
@@ -66,9 +66,9 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
// Storage: Identity SubsOf (r:1 w:1)
// Storage: Identity SuperOf (r:1 w:1)
fn set_subs_new(s: u32, ) -> Weight {
(21_929_000 as Weight)
// Standard Error: 1_000
.saturating_add((2_624_000 as Weight).saturating_mul(s as Weight))
(22_151_000 as Weight)
// Standard Error: 4_000
.saturating_add((2_747_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))
@@ -78,9 +78,9 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
// Storage: Identity SubsOf (r:1 w:1)
// Storage: Identity SuperOf (r:0 w:1)
fn set_subs_old(p: u32, ) -> Weight {
(21_809_000 as Weight)
(22_217_000 as Weight)
// Standard Error: 0
.saturating_add((759_000 as Weight).saturating_mul(p as Weight))
.saturating_add((737_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)))
@@ -89,12 +89,12 @@ 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)
fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight {
(27_532_000 as Weight)
// Standard Error: 6_000
.saturating_add((99_000 as Weight).saturating_mul(r as Weight))
// Standard Error: 0
.saturating_add((741_000 as Weight).saturating_mul(s as Weight))
// Standard Error: 0
(27_466_000 as Weight)
// Standard Error: 9_000
.saturating_add((88_000 as Weight).saturating_mul(r as Weight))
// Standard Error: 1_000
.saturating_add((725_000 as Weight).saturating_mul(s as Weight))
// Standard Error: 1_000
.saturating_add((219_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))
@@ -103,56 +103,56 @@ 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)
fn request_judgement(r: u32, x: u32, ) -> Weight {
(27_645_000 as Weight)
(27_195_000 as Weight)
// Standard Error: 4_000
.saturating_add((143_000 as Weight).saturating_mul(r as Weight))
.saturating_add((190_000 as Weight).saturating_mul(r as Weight))
// Standard Error: 0
.saturating_add((408_000 as Weight).saturating_mul(x as Weight))
.saturating_add((400_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))
}
// Storage: Identity IdentityOf (r:1 w:1)
fn cancel_request(r: u32, x: u32, ) -> Weight {
(24_615_000 as Weight)
(24_721_000 as Weight)
// Standard Error: 5_000
.saturating_add((120_000 as Weight).saturating_mul(r as Weight))
.saturating_add((125_000 as Weight).saturating_mul(r as Weight))
// Standard Error: 0
.saturating_add((400_000 as Weight).saturating_mul(x as Weight))
.saturating_add((390_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)
fn set_fee(r: u32, ) -> Weight {
(4_496_000 as Weight)
(4_647_000 as Weight)
// Standard Error: 2_000
.saturating_add((154_000 as Weight).saturating_mul(r as Weight))
.saturating_add((150_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)
fn set_account_id(r: u32, ) -> Weight {
(4_287_000 as Weight)
(4_454_000 as Weight)
// Standard Error: 2_000
.saturating_add((156_000 as Weight).saturating_mul(r as Weight))
.saturating_add((146_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)
fn set_fields(r: u32, ) -> Weight {
(4_580_000 as Weight)
(4_551_000 as Weight)
// Standard Error: 2_000
.saturating_add((151_000 as Weight).saturating_mul(r as Weight))
.saturating_add((144_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:0)
// Storage: Identity IdentityOf (r:1 w:1)
fn provide_judgement(r: u32, x: u32, ) -> Weight {
(18_412_000 as Weight)
(18_877_000 as Weight)
// Standard Error: 4_000
.saturating_add((138_000 as Weight).saturating_mul(r as Weight))
.saturating_add((122_000 as Weight).saturating_mul(r as Weight))
// Standard Error: 0
.saturating_add((405_000 as Weight).saturating_mul(x as Weight))
.saturating_add((395_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))
}
@@ -161,12 +161,12 @@ 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)
fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight {
(30_944_000 as Weight)
// Standard Error: 6_000
.saturating_add((108_000 as Weight).saturating_mul(r as Weight))
// Standard Error: 0
.saturating_add((749_000 as Weight).saturating_mul(s as Weight))
// Standard Error: 0
(30_905_000 as Weight)
// Standard Error: 12_000
.saturating_add((115_000 as Weight).saturating_mul(r as Weight))
// Standard Error: 1_000
.saturating_add((736_000 as Weight).saturating_mul(s as Weight))
// Standard Error: 1_000
.saturating_add((4_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))
@@ -176,8 +176,8 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
// Storage: Identity SuperOf (r:1 w:1)
// Storage: Identity SubsOf (r:1 w:1)
fn add_sub(s: u32, ) -> Weight {
(29_311_000 as Weight)
// Standard Error: 0
(29_779_000 as Weight)
// Standard Error: 1_000
.saturating_add((103_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))
@@ -185,7 +185,7 @@ 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)
fn rename_sub(s: u32, ) -> Weight {
(9_091_000 as Weight)
(9_009_000 as Weight)
// Standard Error: 0
.saturating_add((21_000 as Weight).saturating_mul(s as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
@@ -195,18 +195,18 @@ impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
// Storage: Identity SuperOf (r:1 w:1)
// Storage: Identity SubsOf (r:1 w:1)
fn remove_sub(s: u32, ) -> Weight {
(30_097_000 as Weight)
(30_168_000 as Weight)
// Standard Error: 0
.saturating_add((93_000 as Weight).saturating_mul(s as Weight))
.saturating_add((94_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))
}
// Storage: Identity SuperOf (r:1 w:1)
// Storage: Identity SubsOf (r:1 w:1)
fn quit_sub(s: u32, ) -> Weight {
(19_713_000 as Weight)
(19_897_000 as Weight)
// Standard Error: 0
.saturating_add((92_000 as Weight).saturating_mul(s as Weight))
.saturating_add((91_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))
}