mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 00:31:02 +00:00
958cf435b1
* polkadot: update weights * westend: update weights * kusama: update weights * rococo: update weights
357 lines
17 KiB
Rust
357 lines
17 KiB
Rust
// Copyright (C) Parity Technologies (UK) Ltd.
|
|
// This file is part of Polkadot.
|
|
|
|
// Polkadot is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
|
|
// Polkadot is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
//! Autogenerated weights for `pallet_identity`
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
|
//! DATE: 2023-05-25, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! WORST CASE MAP SIZE: `1000000`
|
|
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
|
|
|
// Executed Command:
|
|
// ./target/production/polkadot
|
|
// benchmark
|
|
// pallet
|
|
// --chain=kusama-dev
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --pallet=pallet_identity
|
|
// --extrinsic=*
|
|
// --execution=wasm
|
|
// --wasm-execution=compiled
|
|
// --header=./file_header.txt
|
|
// --output=./runtime/kusama/src/weights/
|
|
|
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
|
#![allow(unused_parens)]
|
|
#![allow(unused_imports)]
|
|
#![allow(missing_docs)]
|
|
|
|
use frame_support::{traits::Get, weights::Weight};
|
|
use core::marker::PhantomData;
|
|
|
|
/// Weight functions for `pallet_identity`.
|
|
pub struct WeightInfo<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
|
/// Storage: Identity Registrars (r:1 w:1)
|
|
/// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)
|
|
/// The range of component `r` is `[1, 19]`.
|
|
fn add_registrar(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `32 + r * (57 ±0)`
|
|
// Estimated: `2626`
|
|
// Minimum execution time: 11_458_000 picoseconds.
|
|
Weight::from_parts(12_065_609, 0)
|
|
.saturating_add(Weight::from_parts(0, 2626))
|
|
// Standard Error: 1_453
|
|
.saturating_add(Weight::from_parts(115_213, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Identity IdentityOf (r:1 w:1)
|
|
/// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)
|
|
/// The range of component `r` is `[1, 20]`.
|
|
/// The range of component `x` is `[0, 100]`.
|
|
fn set_identity(r: u32, x: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `442 + r * (5 ±0)`
|
|
// Estimated: `11003`
|
|
// Minimum execution time: 31_655_000 picoseconds.
|
|
Weight::from_parts(31_089_696, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 1_815
|
|
.saturating_add(Weight::from_parts(74_740, 0).saturating_mul(r.into()))
|
|
// Standard Error: 354
|
|
.saturating_add(Weight::from_parts(450_715, 0).saturating_mul(x.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Identity IdentityOf (r:1 w:0)
|
|
/// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)
|
|
/// Storage: Identity SubsOf (r:1 w:1)
|
|
/// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)
|
|
/// Storage: Identity SuperOf (r:100 w:100)
|
|
/// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)
|
|
/// The range of component `s` is `[0, 100]`.
|
|
fn set_subs_new(s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `101`
|
|
// Estimated: `11003 + s * (2589 ±0)`
|
|
// Minimum execution time: 9_219_000 picoseconds.
|
|
Weight::from_parts(23_941_709, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 3_938
|
|
.saturating_add(Weight::from_parts(2_691_567, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into())))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
|
.saturating_add(Weight::from_parts(0, 2589).saturating_mul(s.into()))
|
|
}
|
|
/// Storage: Identity IdentityOf (r:1 w:0)
|
|
/// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)
|
|
/// Storage: Identity SubsOf (r:1 w:1)
|
|
/// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)
|
|
/// Storage: Identity SuperOf (r:0 w:100)
|
|
/// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)
|
|
/// The range of component `p` is `[0, 100]`.
|
|
fn set_subs_old(p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `194 + p * (32 ±0)`
|
|
// Estimated: `11003`
|
|
// Minimum execution time: 9_187_000 picoseconds.
|
|
Weight::from_parts(23_331_230, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 3_251
|
|
.saturating_add(Weight::from_parts(1_097_123, 0).saturating_mul(p.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
|
}
|
|
/// Storage: Identity SubsOf (r:1 w:1)
|
|
/// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)
|
|
/// Storage: Identity IdentityOf (r:1 w:1)
|
|
/// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)
|
|
/// Storage: Identity SuperOf (r:0 w:100)
|
|
/// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)
|
|
/// The range of component `r` is `[1, 20]`.
|
|
/// 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 {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `469 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)`
|
|
// Estimated: `11003`
|
|
// Minimum execution time: 54_059_000 picoseconds.
|
|
Weight::from_parts(33_831_123, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 5_874
|
|
.saturating_add(Weight::from_parts(33_658, 0).saturating_mul(r.into()))
|
|
// Standard Error: 1_147
|
|
.saturating_add(Weight::from_parts(1_086_575, 0).saturating_mul(s.into()))
|
|
// Standard Error: 1_147
|
|
.saturating_add(Weight::from_parts(217_501, 0).saturating_mul(x.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
|
}
|
|
/// Storage: Identity Registrars (r:1 w:0)
|
|
/// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)
|
|
/// Storage: Identity IdentityOf (r:1 w:1)
|
|
/// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)
|
|
/// The range of component `r` is `[1, 20]`.
|
|
/// The range of component `x` is `[0, 100]`.
|
|
fn request_judgement(r: u32, x: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `367 + r * (57 ±0) + x * (66 ±0)`
|
|
// Estimated: `11003`
|
|
// Minimum execution time: 32_273_000 picoseconds.
|
|
Weight::from_parts(31_276_801, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 2_127
|
|
.saturating_add(Weight::from_parts(103_894, 0).saturating_mul(r.into()))
|
|
// Standard Error: 415
|
|
.saturating_add(Weight::from_parts(465_799, 0).saturating_mul(x.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Identity IdentityOf (r:1 w:1)
|
|
/// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)
|
|
/// The range of component `r` is `[1, 20]`.
|
|
/// The range of component `x` is `[0, 100]`.
|
|
fn cancel_request(r: u32, x: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `398 + x * (66 ±0)`
|
|
// Estimated: `11003`
|
|
// Minimum execution time: 29_416_000 picoseconds.
|
|
Weight::from_parts(28_875_860, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 1_970
|
|
.saturating_add(Weight::from_parts(71_149, 0).saturating_mul(r.into()))
|
|
// Standard Error: 384
|
|
.saturating_add(Weight::from_parts(466_555, 0).saturating_mul(x.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Identity Registrars (r:1 w:1)
|
|
/// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)
|
|
/// The range of component `r` is `[1, 19]`.
|
|
fn set_fee(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `89 + r * (57 ±0)`
|
|
// Estimated: `2626`
|
|
// Minimum execution time: 7_188_000 picoseconds.
|
|
Weight::from_parts(7_679_707, 0)
|
|
.saturating_add(Weight::from_parts(0, 2626))
|
|
// Standard Error: 1_115
|
|
.saturating_add(Weight::from_parts(100_745, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Identity Registrars (r:1 w:1)
|
|
/// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)
|
|
/// The range of component `r` is `[1, 19]`.
|
|
fn set_account_id(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `89 + r * (57 ±0)`
|
|
// Estimated: `2626`
|
|
// Minimum execution time: 7_344_000 picoseconds.
|
|
Weight::from_parts(7_843_267, 0)
|
|
.saturating_add(Weight::from_parts(0, 2626))
|
|
// Standard Error: 1_285
|
|
.saturating_add(Weight::from_parts(96_032, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Identity Registrars (r:1 w:1)
|
|
/// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)
|
|
/// The range of component `r` is `[1, 19]`.
|
|
fn set_fields(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `89 + r * (57 ±0)`
|
|
// Estimated: `2626`
|
|
// Minimum execution time: 7_298_000 picoseconds.
|
|
Weight::from_parts(7_699_423, 0)
|
|
.saturating_add(Weight::from_parts(0, 2626))
|
|
// Standard Error: 1_021
|
|
.saturating_add(Weight::from_parts(94_460, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Identity Registrars (r:1 w:0)
|
|
/// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)
|
|
/// Storage: Identity IdentityOf (r:1 w:1)
|
|
/// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)
|
|
/// The range of component `r` is `[1, 19]`.
|
|
/// The range of component `x` is `[0, 100]`.
|
|
fn provide_judgement(r: u32, x: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `445 + r * (57 ±0) + x * (66 ±0)`
|
|
// Estimated: `11003`
|
|
// Minimum execution time: 22_813_000 picoseconds.
|
|
Weight::from_parts(22_518_747, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 2_126
|
|
.saturating_add(Weight::from_parts(91_405, 0).saturating_mul(r.into()))
|
|
// Standard Error: 393
|
|
.saturating_add(Weight::from_parts(739_711, 0).saturating_mul(x.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Identity SubsOf (r:1 w:1)
|
|
/// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)
|
|
/// Storage: Identity IdentityOf (r:1 w:1)
|
|
/// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)
|
|
/// Storage: System Account (r:1 w:1)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
/// Storage: Identity SuperOf (r:0 w:100)
|
|
/// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)
|
|
/// The range of component `r` is `[1, 20]`.
|
|
/// 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 {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `676 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)`
|
|
// Estimated: `11003`
|
|
// Minimum execution time: 68_514_000 picoseconds.
|
|
Weight::from_parts(49_427_829, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 4_883
|
|
.saturating_add(Weight::from_parts(25_681, 0).saturating_mul(r.into()))
|
|
// Standard Error: 953
|
|
.saturating_add(Weight::from_parts(1_094_735, 0).saturating_mul(s.into()))
|
|
// Standard Error: 953
|
|
.saturating_add(Weight::from_parts(223_048, 0).saturating_mul(x.into()))
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(3))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
|
}
|
|
/// Storage: Identity IdentityOf (r:1 w:0)
|
|
/// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)
|
|
/// Storage: Identity SuperOf (r:1 w:1)
|
|
/// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)
|
|
/// Storage: Identity SubsOf (r:1 w:1)
|
|
/// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)
|
|
/// The range of component `s` is `[0, 99]`.
|
|
fn add_sub(s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `475 + s * (36 ±0)`
|
|
// Estimated: `11003`
|
|
// Minimum execution time: 28_279_000 picoseconds.
|
|
Weight::from_parts(33_153_595, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 1_304
|
|
.saturating_add(Weight::from_parts(62_546, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: Identity IdentityOf (r:1 w:0)
|
|
/// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)
|
|
/// Storage: Identity SuperOf (r:1 w:1)
|
|
/// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)
|
|
/// The range of component `s` is `[1, 100]`.
|
|
fn rename_sub(s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `591 + s * (3 ±0)`
|
|
// Estimated: `11003`
|
|
// Minimum execution time: 12_641_000 picoseconds.
|
|
Weight::from_parts(14_600_226, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 525
|
|
.saturating_add(Weight::from_parts(17_307, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Identity IdentityOf (r:1 w:0)
|
|
/// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)
|
|
/// Storage: Identity SuperOf (r:1 w:1)
|
|
/// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)
|
|
/// Storage: Identity SubsOf (r:1 w:1)
|
|
/// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)
|
|
/// The range of component `s` is `[1, 100]`.
|
|
fn remove_sub(s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `638 + s * (35 ±0)`
|
|
// Estimated: `11003`
|
|
// Minimum execution time: 31_796_000 picoseconds.
|
|
Weight::from_parts(34_973_700, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 934
|
|
.saturating_add(Weight::from_parts(52_308, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: Identity SuperOf (r:1 w:1)
|
|
/// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)
|
|
/// Storage: Identity SubsOf (r:1 w:1)
|
|
/// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)
|
|
/// Storage: System Account (r:1 w:0)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
/// The range of component `s` is `[0, 99]`.
|
|
fn quit_sub(s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `704 + s * (37 ±0)`
|
|
// Estimated: `6723`
|
|
// Minimum execution time: 23_740_000 picoseconds.
|
|
Weight::from_parts(26_342_512, 0)
|
|
.saturating_add(Weight::from_parts(0, 6723))
|
|
// Standard Error: 961
|
|
.saturating_add(Weight::from_parts(55_063, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
}
|