referrerpolicy=no-referrer-when-downgrade

asset_hub_westend_runtime/weights/
pallet_fast_unstake.rs

1// Copyright (C) Parity Technologies (UK) Ltd.
2// This file is part of Cumulus.
3// SPDX-License-Identifier: Apache-2.0
4
5// Licensed under the Apache License, Version 2.0 (the "License");
6// you may not use this file except in compliance with the License.
7// You may obtain a copy of the License at
8//
9// 	http://www.apache.org/licenses/LICENSE-2.0
10//
11// Unless required by applicable law or agreed to in writing, software
12// distributed under the License is distributed on an "AS IS" BASIS,
13// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14// See the License for the specific language governing permissions and
15// limitations under the License.
16
17//! Autogenerated weights for `pallet_fast_unstake`
18//!
19//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
20//! DATE: 2023-06-14, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
21//! WORST CASE MAP SIZE: `1000000`
22//! HOSTNAME: `runner--ss9ysm1-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
23//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024
24
25// Executed Command:
26// ./target/production/polkadot
27// benchmark
28// pallet
29// --chain=westend-dev
30// --steps=50
31// --repeat=20
32// --no-storage-info
33// --no-median-slopes
34// --no-min-squares
35// --pallet=pallet_fast_unstake
36// --extrinsic=*
37// --execution=wasm
38// --wasm-execution=compiled
39// --header=./file_header.txt
40// --output=./runtime/westend/src/weights/
41
42#![cfg_attr(rustfmt, rustfmt_skip)]
43#![allow(unused_parens)]
44#![allow(unused_imports)]
45#![allow(missing_docs)]
46
47use frame_support::{traits::Get, weights::Weight};
48use core::marker::PhantomData;
49
50/// Weight functions for `pallet_fast_unstake`.
51pub struct WeightInfo<T>(PhantomData<T>);
52impl<T: frame_system::Config> pallet_fast_unstake::WeightInfo for WeightInfo<T> {
53	/// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
54	/// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
55	/// Storage: Staking ValidatorCount (r:1 w:0)
56	/// Proof: Staking ValidatorCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
57	/// Storage: FastUnstake Head (r:1 w:1)
58	/// Proof: FastUnstake Head (max_values: Some(1), max_size: Some(3087), added: 3582, mode: MaxEncodedLen)
59	/// Storage: FastUnstake CounterForQueue (r:1 w:0)
60	/// Proof: FastUnstake CounterForQueue (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
61	/// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0)
62	/// Proof Skipped: ElectionProviderMultiPhase CurrentPhase (max_values: Some(1), max_size: None, mode: Measured)
63	/// Storage: Staking CurrentEra (r:1 w:0)
64	/// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
65	/// Storage: Staking SlashingSpans (r:64 w:0)
66	/// Proof Skipped: Staking SlashingSpans (max_values: None, max_size: None, mode: Measured)
67	/// Storage: Staking Bonded (r:64 w:64)
68	/// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
69	/// Storage: Staking Validators (r:64 w:0)
70	/// Proof: Staking Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen)
71	/// Storage: Staking Nominators (r:64 w:0)
72	/// Proof: Staking Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen)
73	/// Storage: System Account (r:64 w:64)
74	/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
75	/// Storage: Balances Locks (r:64 w:64)
76	/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
77	/// Storage: Balances Freezes (r:64 w:0)
78	/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
79	/// Storage: Staking Ledger (r:0 w:64)
80	/// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
81	/// Storage: Staking Payee (r:0 w:64)
82	/// Proof: Staking Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen)
83	/// The range of component `b` is `[1, 64]`.
84	fn on_idle_unstake(b: u32, ) -> Weight {
85		// Proof Size summary in bytes:
86		//  Measured:  `1090 + b * (344 ±0)`
87		//  Estimated: `4572 + b * (3774 ±0)`
88		// Minimum execution time: 88_455_000 picoseconds.
89		Weight::from_parts(4_625_058, 0)
90			.saturating_add(Weight::from_parts(0, 4572))
91			// Standard Error: 92_258
92			.saturating_add(Weight::from_parts(61_451_756, 0).saturating_mul(b.into()))
93			.saturating_add(T::DbWeight::get().reads(6))
94			.saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(b.into())))
95			.saturating_add(T::DbWeight::get().writes(1))
96			.saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(b.into())))
97			.saturating_add(Weight::from_parts(0, 3774).saturating_mul(b.into()))
98	}
99	/// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
100	/// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
101	/// Storage: Staking ValidatorCount (r:1 w:0)
102	/// Proof: Staking ValidatorCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
103	/// Storage: FastUnstake Head (r:1 w:1)
104	/// Proof: FastUnstake Head (max_values: Some(1), max_size: Some(3087), added: 3582, mode: MaxEncodedLen)
105	/// Storage: FastUnstake CounterForQueue (r:1 w:0)
106	/// Proof: FastUnstake CounterForQueue (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
107	/// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0)
108	/// Proof Skipped: ElectionProviderMultiPhase CurrentPhase (max_values: Some(1), max_size: None, mode: Measured)
109	/// Storage: Staking CurrentEra (r:1 w:0)
110	/// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
111	/// Storage: Staking ErasStakers (r:257 w:0)
112	/// Proof Skipped: Staking ErasStakers (max_values: None, max_size: None, mode: Measured)
113	/// The range of component `v` is `[1, 256]`.
114	/// The range of component `b` is `[1, 64]`.
115	fn on_idle_check(v: u32, b: u32, ) -> Weight {
116		// Proof Size summary in bytes:
117		//  Measured:  `1304 + b * (48 ±0) + v * (2485 ±0)`
118		//  Estimated: `4622 + b * (49 ±0) + v * (4961 ±0)`
119		// Minimum execution time: 737_381_000 picoseconds.
120		Weight::from_parts(747_714_000, 0)
121			.saturating_add(Weight::from_parts(0, 4622))
122			// Standard Error: 4_194_752
123			.saturating_add(Weight::from_parts(135_818_708, 0).saturating_mul(v.into()))
124			// Standard Error: 16_783_682
125			.saturating_add(Weight::from_parts(525_457_699, 0).saturating_mul(b.into()))
126			.saturating_add(T::DbWeight::get().reads(7))
127			.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into())))
128			.saturating_add(T::DbWeight::get().writes(1))
129			.saturating_add(Weight::from_parts(0, 49).saturating_mul(b.into()))
130			.saturating_add(Weight::from_parts(0, 4961).saturating_mul(v.into()))
131	}
132	/// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
133	/// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
134	/// Storage: Staking Ledger (r:1 w:1)
135	/// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
136	/// Storage: FastUnstake Queue (r:1 w:1)
137	/// Proof: FastUnstake Queue (max_values: None, max_size: Some(56), added: 2531, mode: MaxEncodedLen)
138	/// Storage: FastUnstake Head (r:1 w:0)
139	/// Proof: FastUnstake Head (max_values: Some(1), max_size: Some(3087), added: 3582, mode: MaxEncodedLen)
140	/// Storage: Staking Bonded (r:1 w:0)
141	/// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen)
142	/// Storage: Staking Validators (r:1 w:0)
143	/// Proof: Staking Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen)
144	/// Storage: Staking Nominators (r:1 w:1)
145	/// Proof: Staking Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen)
146	/// Storage: Staking CounterForNominators (r:1 w:1)
147	/// Proof: Staking CounterForNominators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
148	/// Storage: VoterList ListNodes (r:1 w:1)
149	/// Proof: VoterList ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen)
150	/// Storage: VoterList ListBags (r:1 w:1)
151	/// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen)
152	/// Storage: VoterList CounterForListNodes (r:1 w:1)
153	/// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
154	/// Storage: Staking CurrentEra (r:1 w:0)
155	/// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
156	/// Storage: Balances Locks (r:1 w:1)
157	/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
158	/// Storage: Balances Freezes (r:1 w:0)
159	/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
160	/// Storage: FastUnstake CounterForQueue (r:1 w:1)
161	/// Proof: FastUnstake CounterForQueue (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
162	fn register_fast_unstake() -> Weight {
163		// Proof Size summary in bytes:
164		//  Measured:  `1826`
165		//  Estimated: `4764`
166		// Minimum execution time: 122_429_000 picoseconds.
167		Weight::from_parts(125_427_000, 0)
168			.saturating_add(Weight::from_parts(0, 4764))
169			.saturating_add(T::DbWeight::get().reads(15))
170			.saturating_add(T::DbWeight::get().writes(9))
171	}
172	/// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
173	/// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
174	/// Storage: Staking Ledger (r:1 w:0)
175	/// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen)
176	/// Storage: FastUnstake Queue (r:1 w:1)
177	/// Proof: FastUnstake Queue (max_values: None, max_size: Some(56), added: 2531, mode: MaxEncodedLen)
178	/// Storage: FastUnstake Head (r:1 w:0)
179	/// Proof: FastUnstake Head (max_values: Some(1), max_size: Some(3087), added: 3582, mode: MaxEncodedLen)
180	/// Storage: FastUnstake CounterForQueue (r:1 w:1)
181	/// Proof: FastUnstake CounterForQueue (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
182	fn deregister() -> Weight {
183		// Proof Size summary in bytes:
184		//  Measured:  `1118`
185		//  Estimated: `4572`
186		// Minimum execution time: 43_442_000 picoseconds.
187		Weight::from_parts(44_728_000, 0)
188			.saturating_add(Weight::from_parts(0, 4572))
189			.saturating_add(T::DbWeight::get().reads(5))
190			.saturating_add(T::DbWeight::get().writes(2))
191	}
192	/// Storage: FastUnstake ErasToCheckPerBlock (r:0 w:1)
193	/// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
194	fn control() -> Weight {
195		// Proof Size summary in bytes:
196		//  Measured:  `0`
197		//  Estimated: `0`
198		// Minimum execution time: 2_471_000 picoseconds.
199		Weight::from_parts(2_667_000, 0)
200			.saturating_add(Weight::from_parts(0, 0))
201			.saturating_add(T::DbWeight::get().writes(1))
202	}
203}