mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-07 08:27:22 +00:00
0185170137
* update weights (0.9.33) (#6299) * kusama: update weights * polkadot: update weights * rococo: update weights * westend: update weights * fix deps * Resolve merge Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Reset Kusama whitelist weights Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
263 lines
11 KiB
Rust
263 lines
11 KiB
Rust
// Copyright 2017-2022 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_democracy`
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
|
//! DATE: 2022-11-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! HOSTNAME: `bm6`, 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_democracy
|
|
// --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)]
|
|
|
|
use frame_support::{traits::Get, weights::Weight};
|
|
use sp_std::marker::PhantomData;
|
|
|
|
/// Weight functions for `pallet_democracy`.
|
|
pub struct WeightInfo<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> pallet_democracy::WeightInfo for WeightInfo<T> {
|
|
// Storage: Democracy PublicPropCount (r:1 w:1)
|
|
// Storage: Democracy PublicProps (r:1 w:1)
|
|
// Storage: Democracy Blacklist (r:1 w:0)
|
|
// Storage: Democracy DepositOf (r:0 w:1)
|
|
fn propose() -> Weight {
|
|
// Minimum execution time: 41_715 nanoseconds.
|
|
Weight::from_ref_time(42_171_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(3 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
|
}
|
|
// Storage: Democracy DepositOf (r:1 w:1)
|
|
fn second() -> Weight {
|
|
// Minimum execution time: 38_899 nanoseconds.
|
|
Weight::from_ref_time(39_822_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
|
}
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
|
// Storage: Democracy VotingOf (r:1 w:1)
|
|
// Storage: Balances Locks (r:1 w:1)
|
|
fn vote_new() -> Weight {
|
|
// Minimum execution time: 50_150 nanoseconds.
|
|
Weight::from_ref_time(50_792_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(3 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
|
}
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
|
// Storage: Democracy VotingOf (r:1 w:1)
|
|
// Storage: Balances Locks (r:1 w:1)
|
|
fn vote_existing() -> Weight {
|
|
// Minimum execution time: 50_121 nanoseconds.
|
|
Weight::from_ref_time(50_881_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(3 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
|
}
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
|
// Storage: Democracy Cancellations (r:1 w:1)
|
|
fn emergency_cancel() -> Weight {
|
|
// Minimum execution time: 21_124 nanoseconds.
|
|
Weight::from_ref_time(21_631_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
|
}
|
|
// Storage: Democracy PublicProps (r:1 w:1)
|
|
// Storage: Democracy DepositOf (r:1 w:1)
|
|
// Storage: System Account (r:1 w:1)
|
|
// Storage: Democracy NextExternal (r:1 w:1)
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
|
// Storage: Democracy Blacklist (r:0 w:1)
|
|
fn blacklist() -> Weight {
|
|
// Minimum execution time: 75_761 nanoseconds.
|
|
Weight::from_ref_time(76_872_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(5 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(6 as u64))
|
|
}
|
|
// Storage: Democracy NextExternal (r:1 w:1)
|
|
// Storage: Democracy Blacklist (r:1 w:0)
|
|
fn external_propose() -> Weight {
|
|
// Minimum execution time: 17_213 nanoseconds.
|
|
Weight::from_ref_time(17_695_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
|
}
|
|
// Storage: Democracy NextExternal (r:0 w:1)
|
|
fn external_propose_majority() -> Weight {
|
|
// Minimum execution time: 4_818 nanoseconds.
|
|
Weight::from_ref_time(5_020_000 as u64)
|
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
|
}
|
|
// Storage: Democracy NextExternal (r:0 w:1)
|
|
fn external_propose_default() -> Weight {
|
|
// Minimum execution time: 4_924 nanoseconds.
|
|
Weight::from_ref_time(5_123_000 as u64)
|
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
|
}
|
|
// Storage: Democracy NextExternal (r:1 w:1)
|
|
// Storage: Democracy ReferendumCount (r:1 w:1)
|
|
// Storage: Democracy ReferendumInfoOf (r:0 w:1)
|
|
fn fast_track() -> Weight {
|
|
// Minimum execution time: 20_512 nanoseconds.
|
|
Weight::from_ref_time(21_249_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
|
}
|
|
// Storage: Democracy NextExternal (r:1 w:1)
|
|
// Storage: Democracy Blacklist (r:1 w:1)
|
|
fn veto_external() -> Weight {
|
|
// Minimum execution time: 26_321 nanoseconds.
|
|
Weight::from_ref_time(26_795_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
|
}
|
|
// Storage: Democracy PublicProps (r:1 w:1)
|
|
// Storage: Democracy DepositOf (r:1 w:1)
|
|
// Storage: System Account (r:1 w:1)
|
|
fn cancel_proposal() -> Weight {
|
|
// Minimum execution time: 64_453 nanoseconds.
|
|
Weight::from_ref_time(65_189_000 as u64)
|
|
.saturating_add(T::DbWeight::get().reads(3 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
|
}
|
|
// Storage: Democracy ReferendumInfoOf (r:0 w:1)
|
|
fn cancel_referendum() -> Weight {
|
|
// Minimum execution time: 13_447 nanoseconds.
|
|
Weight::from_ref_time(14_027_000 as u64)
|
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
|
}
|
|
// Storage: Democracy LowestUnbaked (r:1 w:1)
|
|
// Storage: Democracy ReferendumCount (r:1 w:0)
|
|
// Storage: Democracy ReferendumInfoOf (r:2 w:0)
|
|
/// The range of component `r` is `[0, 99]`.
|
|
fn on_initialize_base(r: u32, ) -> Weight {
|
|
// Minimum execution time: 6_181 nanoseconds.
|
|
Weight::from_ref_time(9_536_223 as u64)
|
|
// Standard Error: 5_062
|
|
.saturating_add(Weight::from_ref_time(2_030_538 as u64).saturating_mul(r as u64))
|
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
|
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(r as u64)))
|
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
|
}
|
|
// Storage: Democracy LowestUnbaked (r:1 w:1)
|
|
// Storage: Democracy ReferendumCount (r:1 w:0)
|
|
// Storage: Democracy LastTabledWasExternal (r:1 w:0)
|
|
// Storage: Democracy NextExternal (r:1 w:0)
|
|
// Storage: Democracy PublicProps (r:1 w:0)
|
|
// Storage: Democracy ReferendumInfoOf (r:2 w:0)
|
|
/// The range of component `r` is `[0, 99]`.
|
|
fn on_initialize_base_with_launch_period(r: u32, ) -> Weight {
|
|
// Minimum execution time: 8_512 nanoseconds.
|
|
Weight::from_ref_time(11_614_712 as u64)
|
|
// Standard Error: 3_782
|
|
.saturating_add(Weight::from_ref_time(2_035_162 as u64).saturating_mul(r as u64))
|
|
.saturating_add(T::DbWeight::get().reads(5 as u64))
|
|
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(r as u64)))
|
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
|
}
|
|
// Storage: Democracy VotingOf (r:3 w:3)
|
|
// Storage: Balances Locks (r:1 w:1)
|
|
// Storage: Democracy ReferendumInfoOf (r:2 w:2)
|
|
/// The range of component `r` is `[0, 99]`.
|
|
fn delegate(r: u32, ) -> Weight {
|
|
// Minimum execution time: 41_739 nanoseconds.
|
|
Weight::from_ref_time(48_459_085 as u64)
|
|
// Standard Error: 5_092
|
|
.saturating_add(Weight::from_ref_time(2_923_424 as u64).saturating_mul(r as u64))
|
|
.saturating_add(T::DbWeight::get().reads(4 as u64))
|
|
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(r as u64)))
|
|
.saturating_add(T::DbWeight::get().writes(4 as u64))
|
|
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(r as u64)))
|
|
}
|
|
// Storage: Democracy VotingOf (r:2 w:2)
|
|
// Storage: Democracy ReferendumInfoOf (r:2 w:2)
|
|
/// The range of component `r` is `[0, 99]`.
|
|
fn undelegate(r: u32, ) -> Weight {
|
|
// Minimum execution time: 25_176 nanoseconds.
|
|
Weight::from_ref_time(28_498_205 as u64)
|
|
// Standard Error: 4_594
|
|
.saturating_add(Weight::from_ref_time(2_897_543 as u64).saturating_mul(r as u64))
|
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
|
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(r as u64)))
|
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
|
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(r as u64)))
|
|
}
|
|
// Storage: Democracy PublicProps (r:0 w:1)
|
|
fn clear_public_proposals() -> Weight {
|
|
// Minimum execution time: 5_512 nanoseconds.
|
|
Weight::from_ref_time(5_670_000 as u64)
|
|
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
|
}
|
|
// Storage: Democracy VotingOf (r:1 w:1)
|
|
// Storage: Balances Locks (r:1 w:1)
|
|
// Storage: System Account (r:1 w:1)
|
|
/// The range of component `r` is `[0, 99]`.
|
|
fn unlock_remove(r: u32, ) -> Weight {
|
|
// Minimum execution time: 24_374 nanoseconds.
|
|
Weight::from_ref_time(31_924_026 as u64)
|
|
// Standard Error: 2_290
|
|
.saturating_add(Weight::from_ref_time(31_545 as u64).saturating_mul(r as u64))
|
|
.saturating_add(T::DbWeight::get().reads(3 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
|
}
|
|
// Storage: Democracy VotingOf (r:1 w:1)
|
|
// Storage: Balances Locks (r:1 w:1)
|
|
// Storage: System Account (r:1 w:1)
|
|
/// The range of component `r` is `[0, 99]`.
|
|
fn unlock_set(r: u32, ) -> Weight {
|
|
// Minimum execution time: 29_650 nanoseconds.
|
|
Weight::from_ref_time(31_448_868 as u64)
|
|
// Standard Error: 695
|
|
.saturating_add(Weight::from_ref_time(69_392 as u64).saturating_mul(r as u64))
|
|
.saturating_add(T::DbWeight::get().reads(3 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(3 as u64))
|
|
}
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
|
// Storage: Democracy VotingOf (r:1 w:1)
|
|
/// The range of component `r` is `[1, 100]`.
|
|
fn remove_vote(r: u32, ) -> Weight {
|
|
// Minimum execution time: 16_232 nanoseconds.
|
|
Weight::from_ref_time(18_964_852 as u64)
|
|
// Standard Error: 896
|
|
.saturating_add(Weight::from_ref_time(67_310 as u64).saturating_mul(r as u64))
|
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
|
}
|
|
// Storage: Democracy ReferendumInfoOf (r:1 w:1)
|
|
// Storage: Democracy VotingOf (r:1 w:1)
|
|
/// The range of component `r` is `[1, 100]`.
|
|
fn remove_other_vote(r: u32, ) -> Weight {
|
|
// Minimum execution time: 15_817 nanoseconds.
|
|
Weight::from_ref_time(18_350_237 as u64)
|
|
// Standard Error: 936
|
|
.saturating_add(Weight::from_ref_time(76_501 as u64).saturating_mul(r as u64))
|
|
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
|
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
|
}
|
|
}
|