mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-08-04 16:45:41 +00:00
69ed3087e1
Migrating [PR from the archived polkadot repo](https://github.com/paritytech/polkadot/pull/7272) As per https://github.com/paritytech/polkadot/pull/7272#issuecomment-1559240466, the changes in this MR include the following pallets into [x] Rococo and [x] Westend runtimes: pallet_conviction_voting pallet_referenda pallet_ranked_collective pallet_custom_origins pallet_whitelist And only for westend-runtime: pallet_treasury Following [Kusama runtime config](https://github.com/paritytech/polkadot/tree/dbae30efe080a1d41fe54ef4da8af47614c9ca93/runtime/kusama/src) as a baseline. Benchmarking of the following pallets done for both Rococo and Westend: pallet_conviction_voting pallet_referenda pallet_ranked_collective (only on Rococo) pallet_whitelist And only for Westend: pallet_treasury Removed Gov1 from Rococo as in https://github.com/paritytech/polkadot/pull/6701 Rococo Gov1 storage will be cleaned in a different PR - [issue ](https://github.com/paritytech/polkadot-sdk/issues/1618) --------- Co-authored-by: Giles Cope <gilescope@gmail.com>
196 lines
9.7 KiB
Rust
196 lines
9.7 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_conviction_voting`
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
|
//! DATE: 2023-06-19, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! WORST CASE MAP SIZE: `1000000`
|
|
//! HOSTNAME: `runner-e8ezs4ez-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
|
//! 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
|
|
// --no-storage-info
|
|
// --no-median-slopes
|
|
// --no-min-squares
|
|
// --pallet=pallet_conviction_voting
|
|
// --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_conviction_voting`.
|
|
pub struct WeightInfo<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> pallet_conviction_voting::WeightInfo for WeightInfo<T> {
|
|
/// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
/// Proof: Referenda ReferendumInfoFor (max_values: None, max_size: Some(936), added: 3411, mode: MaxEncodedLen)
|
|
/// Storage: ConvictionVoting VotingFor (r:1 w:1)
|
|
/// Proof: ConvictionVoting VotingFor (max_values: None, max_size: Some(27241), added: 29716, mode: MaxEncodedLen)
|
|
/// Storage: ConvictionVoting ClassLocksFor (r:1 w:1)
|
|
/// Proof: ConvictionVoting ClassLocksFor (max_values: None, max_size: Some(311), added: 2786, mode: MaxEncodedLen)
|
|
/// Storage: Balances Locks (r:1 w:1)
|
|
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
|
/// Storage: Balances Freezes (r:1 w:0)
|
|
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
|
/// Storage: Scheduler Agenda (r:1 w:1)
|
|
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen)
|
|
fn vote_new() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `13445`
|
|
// Estimated: `42428`
|
|
// Minimum execution time: 151_077_000 picoseconds.
|
|
Weight::from_parts(165_283_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 42428))
|
|
.saturating_add(T::DbWeight::get().reads(6))
|
|
.saturating_add(T::DbWeight::get().writes(5))
|
|
}
|
|
/// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
/// Proof: Referenda ReferendumInfoFor (max_values: None, max_size: Some(936), added: 3411, mode: MaxEncodedLen)
|
|
/// Storage: ConvictionVoting VotingFor (r:1 w:1)
|
|
/// Proof: ConvictionVoting VotingFor (max_values: None, max_size: Some(27241), added: 29716, mode: MaxEncodedLen)
|
|
/// Storage: ConvictionVoting ClassLocksFor (r:1 w:1)
|
|
/// Proof: ConvictionVoting ClassLocksFor (max_values: None, max_size: Some(311), added: 2786, mode: MaxEncodedLen)
|
|
/// Storage: Balances Locks (r:1 w:1)
|
|
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
|
/// Storage: Balances Freezes (r:1 w:0)
|
|
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
|
/// Storage: Scheduler Agenda (r:2 w:2)
|
|
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen)
|
|
fn vote_existing() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `14166`
|
|
// Estimated: `83866`
|
|
// Minimum execution time: 232_420_000 picoseconds.
|
|
Weight::from_parts(244_439_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 83866))
|
|
.saturating_add(T::DbWeight::get().reads(7))
|
|
.saturating_add(T::DbWeight::get().writes(6))
|
|
}
|
|
/// Storage: ConvictionVoting VotingFor (r:1 w:1)
|
|
/// Proof: ConvictionVoting VotingFor (max_values: None, max_size: Some(27241), added: 29716, mode: MaxEncodedLen)
|
|
/// Storage: Referenda ReferendumInfoFor (r:1 w:1)
|
|
/// Proof: Referenda ReferendumInfoFor (max_values: None, max_size: Some(936), added: 3411, mode: MaxEncodedLen)
|
|
/// Storage: Scheduler Agenda (r:2 w:2)
|
|
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen)
|
|
fn remove_vote() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `13918`
|
|
// Estimated: `83866`
|
|
// Minimum execution time: 205_017_000 picoseconds.
|
|
Weight::from_parts(216_594_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 83866))
|
|
.saturating_add(T::DbWeight::get().reads(4))
|
|
.saturating_add(T::DbWeight::get().writes(4))
|
|
}
|
|
/// Storage: ConvictionVoting VotingFor (r:1 w:1)
|
|
/// Proof: ConvictionVoting VotingFor (max_values: None, max_size: Some(27241), added: 29716, mode: MaxEncodedLen)
|
|
/// Storage: Referenda ReferendumInfoFor (r:1 w:0)
|
|
/// Proof: Referenda ReferendumInfoFor (max_values: None, max_size: Some(936), added: 3411, mode: MaxEncodedLen)
|
|
fn remove_other_vote() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `13004`
|
|
// Estimated: `30706`
|
|
// Minimum execution time: 84_226_000 picoseconds.
|
|
Weight::from_parts(91_255_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 30706))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: ConvictionVoting VotingFor (r:2 w:2)
|
|
/// Proof: ConvictionVoting VotingFor (max_values: None, max_size: Some(27241), added: 29716, mode: MaxEncodedLen)
|
|
/// Storage: Referenda ReferendumInfoFor (r:512 w:512)
|
|
/// Proof: Referenda ReferendumInfoFor (max_values: None, max_size: Some(936), added: 3411, mode: MaxEncodedLen)
|
|
/// Storage: Scheduler Agenda (r:2 w:2)
|
|
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen)
|
|
/// Storage: ConvictionVoting ClassLocksFor (r:1 w:1)
|
|
/// Proof: ConvictionVoting ClassLocksFor (max_values: None, max_size: Some(311), added: 2786, mode: MaxEncodedLen)
|
|
/// Storage: Balances Locks (r:1 w:1)
|
|
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
|
/// Storage: Balances Freezes (r:1 w:0)
|
|
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
|
/// The range of component `r` is `[0, 512]`.
|
|
fn delegate(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `29640 + r * (365 ±0)`
|
|
// Estimated: `83866 + r * (3411 ±0)`
|
|
// Minimum execution time: 78_708_000 picoseconds.
|
|
Weight::from_parts(2_053_488_615, 0)
|
|
.saturating_add(Weight::from_parts(0, 83866))
|
|
// Standard Error: 179_271
|
|
.saturating_add(Weight::from_parts(47_806_482, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(7))
|
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(T::DbWeight::get().writes(6))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(Weight::from_parts(0, 3411).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: ConvictionVoting VotingFor (r:2 w:2)
|
|
/// Proof: ConvictionVoting VotingFor (max_values: None, max_size: Some(27241), added: 29716, mode: MaxEncodedLen)
|
|
/// Storage: Referenda ReferendumInfoFor (r:512 w:512)
|
|
/// Proof: Referenda ReferendumInfoFor (max_values: None, max_size: Some(936), added: 3411, mode: MaxEncodedLen)
|
|
/// Storage: Scheduler Agenda (r:2 w:2)
|
|
/// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen)
|
|
/// The range of component `r` is `[0, 512]`.
|
|
fn undelegate(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `29555 + r * (365 ±0)`
|
|
// Estimated: `83866 + r * (3411 ±0)`
|
|
// Minimum execution time: 45_232_000 picoseconds.
|
|
Weight::from_parts(2_045_021_014, 0)
|
|
.saturating_add(Weight::from_parts(0, 83866))
|
|
// Standard Error: 185_130
|
|
.saturating_add(Weight::from_parts(47_896_011, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(4))
|
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(T::DbWeight::get().writes(4))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into())))
|
|
.saturating_add(Weight::from_parts(0, 3411).saturating_mul(r.into()))
|
|
}
|
|
/// Storage: ConvictionVoting VotingFor (r:1 w:1)
|
|
/// Proof: ConvictionVoting VotingFor (max_values: None, max_size: Some(27241), added: 29716, mode: MaxEncodedLen)
|
|
/// Storage: ConvictionVoting ClassLocksFor (r:1 w:1)
|
|
/// Proof: ConvictionVoting ClassLocksFor (max_values: None, max_size: Some(311), added: 2786, mode: MaxEncodedLen)
|
|
/// Storage: Balances Locks (r:1 w:1)
|
|
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
|
/// Storage: Balances Freezes (r:1 w:0)
|
|
/// Proof: Balances Freezes (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen)
|
|
fn unlock() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `12218`
|
|
// Estimated: `30706`
|
|
// Minimum execution time: 116_446_000 picoseconds.
|
|
Weight::from_parts(124_043_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 30706))
|
|
.saturating_add(T::DbWeight::get().reads(4))
|
|
.saturating_add(T::DbWeight::get().writes(3))
|
|
}
|
|
}
|