mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-05 12:07:25 +00:00
958cf435b1
* polkadot: update weights * westend: update weights * kusama: update weights * rococo: update weights
355 lines
16 KiB
Rust
355 lines
16 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-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! WORST CASE MAP SIZE: `1000000`
|
|
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024
|
|
|
|
// Executed Command:
|
|
// ./target/production/polkadot
|
|
// benchmark
|
|
// pallet
|
|
// --chain=rococo-dev
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --pallet=pallet_identity
|
|
// --extrinsic=*
|
|
// --execution=wasm
|
|
// --wasm-execution=compiled
|
|
// --header=./file_header.txt
|
|
// --output=./runtime/rococo/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: 12_290_000 picoseconds.
|
|
Weight::from_parts(12_664_362, 0)
|
|
.saturating_add(Weight::from_parts(0, 2626))
|
|
// Standard Error: 1_347
|
|
.saturating_add(Weight::from_parts(88_179, 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_373_000 picoseconds.
|
|
Weight::from_parts(30_435_545, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 2_307
|
|
.saturating_add(Weight::from_parts(92_753, 0).saturating_mul(r.into()))
|
|
// Standard Error: 450
|
|
.saturating_add(Weight::from_parts(449_529, 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_251_000 picoseconds.
|
|
Weight::from_parts(22_039_210, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 40_779
|
|
.saturating_add(Weight::from_parts(2_898_525, 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_329_000 picoseconds.
|
|
Weight::from_parts(24_055_061, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 3_428
|
|
.saturating_add(Weight::from_parts(1_130_604, 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: 53_365_000 picoseconds.
|
|
Weight::from_parts(35_391_422, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 1_353
|
|
.saturating_add(Weight::from_parts(1_074_019, 0).saturating_mul(s.into()))
|
|
// Standard Error: 1_353
|
|
.saturating_add(Weight::from_parts(229_947, 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_509_000 picoseconds.
|
|
Weight::from_parts(31_745_585, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 2_214
|
|
.saturating_add(Weight::from_parts(83_822, 0).saturating_mul(r.into()))
|
|
// Standard Error: 432
|
|
.saturating_add(Weight::from_parts(458_801, 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_609_000 picoseconds.
|
|
Weight::from_parts(28_572_602, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 2_528
|
|
.saturating_add(Weight::from_parts(85_593, 0).saturating_mul(r.into()))
|
|
// Standard Error: 493
|
|
.saturating_add(Weight::from_parts(468_140, 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_793_000 picoseconds.
|
|
Weight::from_parts(8_173_888, 0)
|
|
.saturating_add(Weight::from_parts(0, 2626))
|
|
// Standard Error: 1_569
|
|
.saturating_add(Weight::from_parts(72_367, 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_708_000 picoseconds.
|
|
Weight::from_parts(8_091_149, 0)
|
|
.saturating_add(Weight::from_parts(0, 2626))
|
|
// Standard Error: 869
|
|
.saturating_add(Weight::from_parts(87_993, 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_601_000 picoseconds.
|
|
Weight::from_parts(8_038_414, 0)
|
|
.saturating_add(Weight::from_parts(0, 2626))
|
|
// Standard Error: 1_041
|
|
.saturating_add(Weight::from_parts(82_588, 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: 23_114_000 picoseconds.
|
|
Weight::from_parts(22_076_548, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 2_881
|
|
.saturating_add(Weight::from_parts(109_812, 0).saturating_mul(r.into()))
|
|
// Standard Error: 533
|
|
.saturating_add(Weight::from_parts(733_244, 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: 70_007_000 picoseconds.
|
|
Weight::from_parts(50_186_495, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 6_533
|
|
.saturating_add(Weight::from_parts(15_486, 0).saturating_mul(r.into()))
|
|
// Standard Error: 1_275
|
|
.saturating_add(Weight::from_parts(1_085_117, 0).saturating_mul(s.into()))
|
|
// Standard Error: 1_275
|
|
.saturating_add(Weight::from_parts(228_226, 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_453_000 picoseconds.
|
|
Weight::from_parts(33_165_934, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 1_217
|
|
.saturating_add(Weight::from_parts(65_401, 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_846_000 picoseconds.
|
|
Weight::from_parts(14_710_284, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 496
|
|
.saturating_add(Weight::from_parts(19_539, 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: 32_183_000 picoseconds.
|
|
Weight::from_parts(35_296_731, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 854
|
|
.saturating_add(Weight::from_parts(52_028, 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: 24_941_000 picoseconds.
|
|
Weight::from_parts(27_433_059, 0)
|
|
.saturating_add(Weight::from_parts(0, 6723))
|
|
// Standard Error: 856
|
|
.saturating_add(Weight::from_parts(57_463, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
}
|