mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-09 02:27:21 +00:00
958cf435b1
* polkadot: update weights * westend: update weights * kusama: update weights * rococo: update weights
316 lines
16 KiB
Rust
316 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_elections_phragmen`
|
|
//!
|
|
//! 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_elections_phragmen
|
|
// --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_elections_phragmen`.
|
|
pub struct WeightInfo<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> pallet_elections_phragmen::WeightInfo for WeightInfo<T> {
|
|
/// Storage: PhragmenElection Candidates (r:1 w:0)
|
|
/// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: PhragmenElection Members (r:1 w:0)
|
|
/// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: PhragmenElection RunnersUp (r:1 w:0)
|
|
/// Proof Skipped: PhragmenElection RunnersUp (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: PhragmenElection Voting (r:1 w:1)
|
|
/// Proof Skipped: PhragmenElection Voting (max_values: None, max_size: None, mode: Measured)
|
|
/// 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(65), added: 2540, mode: MaxEncodedLen)
|
|
/// The range of component `v` is `[1, 16]`.
|
|
fn vote_equal(v: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `331 + v * (80 ±0)`
|
|
// Estimated: `4764 + v * (80 ±0)`
|
|
// Minimum execution time: 30_910_000 picoseconds.
|
|
Weight::from_parts(31_851_802, 0)
|
|
.saturating_add(Weight::from_parts(0, 4764))
|
|
// Standard Error: 4_099
|
|
.saturating_add(Weight::from_parts(137_675, 0).saturating_mul(v.into()))
|
|
.saturating_add(T::DbWeight::get().reads(6))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
.saturating_add(Weight::from_parts(0, 80).saturating_mul(v.into()))
|
|
}
|
|
/// Storage: PhragmenElection Candidates (r:1 w:0)
|
|
/// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: PhragmenElection Members (r:1 w:0)
|
|
/// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: PhragmenElection RunnersUp (r:1 w:0)
|
|
/// Proof Skipped: PhragmenElection RunnersUp (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: PhragmenElection Voting (r:1 w:1)
|
|
/// Proof Skipped: PhragmenElection Voting (max_values: None, max_size: None, mode: Measured)
|
|
/// 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(65), added: 2540, mode: MaxEncodedLen)
|
|
/// The range of component `v` is `[2, 16]`.
|
|
fn vote_more(v: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `299 + v * (80 ±0)`
|
|
// Estimated: `4764 + v * (80 ±0)`
|
|
// Minimum execution time: 42_670_000 picoseconds.
|
|
Weight::from_parts(43_351_345, 0)
|
|
.saturating_add(Weight::from_parts(0, 4764))
|
|
// Standard Error: 2_986
|
|
.saturating_add(Weight::from_parts(142_231, 0).saturating_mul(v.into()))
|
|
.saturating_add(T::DbWeight::get().reads(6))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
.saturating_add(Weight::from_parts(0, 80).saturating_mul(v.into()))
|
|
}
|
|
/// Storage: PhragmenElection Candidates (r:1 w:0)
|
|
/// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: PhragmenElection Members (r:1 w:0)
|
|
/// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: PhragmenElection RunnersUp (r:1 w:0)
|
|
/// Proof Skipped: PhragmenElection RunnersUp (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: PhragmenElection Voting (r:1 w:1)
|
|
/// Proof Skipped: PhragmenElection Voting (max_values: None, max_size: None, mode: Measured)
|
|
/// 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(65), added: 2540, mode: MaxEncodedLen)
|
|
/// The range of component `v` is `[2, 16]`.
|
|
fn vote_less(v: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `331 + v * (80 ±0)`
|
|
// Estimated: `4764 + v * (80 ±0)`
|
|
// Minimum execution time: 42_782_000 picoseconds.
|
|
Weight::from_parts(43_611_866, 0)
|
|
.saturating_add(Weight::from_parts(0, 4764))
|
|
// Standard Error: 2_968
|
|
.saturating_add(Weight::from_parts(125_939, 0).saturating_mul(v.into()))
|
|
.saturating_add(T::DbWeight::get().reads(6))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
.saturating_add(Weight::from_parts(0, 80).saturating_mul(v.into()))
|
|
}
|
|
/// Storage: PhragmenElection Voting (r:1 w:1)
|
|
/// Proof Skipped: PhragmenElection Voting (max_values: None, max_size: None, mode: Measured)
|
|
/// 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(65), added: 2540, mode: MaxEncodedLen)
|
|
fn remove_voter() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `853`
|
|
// Estimated: `4764`
|
|
// Minimum execution time: 44_301_000 picoseconds.
|
|
Weight::from_parts(44_843_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 4764))
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: PhragmenElection Candidates (r:1 w:1)
|
|
/// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: PhragmenElection Members (r:1 w:0)
|
|
/// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: PhragmenElection RunnersUp (r:1 w:0)
|
|
/// Proof Skipped: PhragmenElection RunnersUp (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// The range of component `c` is `[1, 1000]`.
|
|
fn submit_candidacy(c: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `2678 + c * (48 ±0)`
|
|
// Estimated: `4161 + c * (48 ±0)`
|
|
// Minimum execution time: 33_576_000 picoseconds.
|
|
Weight::from_parts(26_859_487, 0)
|
|
.saturating_add(Weight::from_parts(0, 4161))
|
|
// Standard Error: 854
|
|
.saturating_add(Weight::from_parts(81_887, 0).saturating_mul(c.into()))
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
.saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into()))
|
|
}
|
|
/// Storage: PhragmenElection Candidates (r:1 w:1)
|
|
/// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// The range of component `c` is `[1, 1000]`.
|
|
fn renounce_candidacy_candidate(c: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `250 + c * (48 ±0)`
|
|
// Estimated: `1722 + c * (48 ±0)`
|
|
// Minimum execution time: 29_671_000 picoseconds.
|
|
Weight::from_parts(22_509_800, 0)
|
|
.saturating_add(Weight::from_parts(0, 1722))
|
|
// Standard Error: 908
|
|
.saturating_add(Weight::from_parts(58_320, 0).saturating_mul(c.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
.saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into()))
|
|
}
|
|
/// Storage: PhragmenElection Members (r:1 w:1)
|
|
/// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: PhragmenElection RunnersUp (r:1 w:1)
|
|
/// Proof Skipped: PhragmenElection RunnersUp (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: Council Prime (r:1 w:1)
|
|
/// Proof Skipped: Council Prime (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: Council Proposals (r:1 w:0)
|
|
/// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: Council Members (r:0 w:1)
|
|
/// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured)
|
|
fn renounce_candidacy_members() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `2952`
|
|
// Estimated: `4437`
|
|
// Minimum execution time: 45_934_000 picoseconds.
|
|
Weight::from_parts(46_279_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 4437))
|
|
.saturating_add(T::DbWeight::get().reads(4))
|
|
.saturating_add(T::DbWeight::get().writes(4))
|
|
}
|
|
/// Storage: PhragmenElection RunnersUp (r:1 w:1)
|
|
/// Proof Skipped: PhragmenElection RunnersUp (max_values: Some(1), max_size: None, mode: Measured)
|
|
fn renounce_candidacy_runners_up() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1647`
|
|
// Estimated: `3132`
|
|
// Minimum execution time: 30_291_000 picoseconds.
|
|
Weight::from_parts(30_611_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3132))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Benchmark Override (r:0 w:0)
|
|
/// Proof Skipped: Benchmark Override (max_values: None, max_size: None, mode: Measured)
|
|
fn remove_member_without_replacement() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 2_000_000_000_000 picoseconds.
|
|
Weight::from_parts(2_000_000_000_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
}
|
|
/// Storage: PhragmenElection Members (r:1 w:1)
|
|
/// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: System Account (r:1 w:1)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
/// Storage: PhragmenElection RunnersUp (r:1 w:1)
|
|
/// Proof Skipped: PhragmenElection RunnersUp (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: Council Prime (r:1 w:1)
|
|
/// Proof Skipped: Council Prime (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: Council Proposals (r:1 w:0)
|
|
/// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: Council Members (r:0 w:1)
|
|
/// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured)
|
|
fn remove_member_with_replacement() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `2952`
|
|
// Estimated: `4437`
|
|
// Minimum execution time: 63_178_000 picoseconds.
|
|
Weight::from_parts(63_850_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 4437))
|
|
.saturating_add(T::DbWeight::get().reads(5))
|
|
.saturating_add(T::DbWeight::get().writes(5))
|
|
}
|
|
/// Storage: PhragmenElection Voting (r:10001 w:10000)
|
|
/// Proof Skipped: PhragmenElection Voting (max_values: None, max_size: None, mode: Measured)
|
|
/// Storage: PhragmenElection Members (r:1 w:0)
|
|
/// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: PhragmenElection RunnersUp (r:1 w:0)
|
|
/// Proof Skipped: PhragmenElection RunnersUp (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: PhragmenElection Candidates (r:1 w:0)
|
|
/// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: Balances Locks (r:10000 w:10000)
|
|
/// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen)
|
|
/// Storage: Balances Freezes (r:10000 w:0)
|
|
/// Proof: Balances Freezes (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)
|
|
/// Storage: System Account (r:10000 w:10000)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
/// The range of component `v` is `[5000, 10000]`.
|
|
/// The range of component `d` is `[0, 5000]`.
|
|
fn clean_defunct_voters(v: u32, _d: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `35961 + v * (808 ±0)`
|
|
// Estimated: `39702 + v * (3774 ±0)`
|
|
// Minimum execution time: 379_638_846_000 picoseconds.
|
|
Weight::from_parts(380_443_068_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 39702))
|
|
// Standard Error: 318_371
|
|
.saturating_add(Weight::from_parts(46_236_987, 0).saturating_mul(v.into()))
|
|
.saturating_add(T::DbWeight::get().reads(4))
|
|
.saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(v.into())))
|
|
.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into())))
|
|
.saturating_add(Weight::from_parts(0, 3774).saturating_mul(v.into()))
|
|
}
|
|
/// Storage: PhragmenElection Candidates (r:1 w:1)
|
|
/// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: PhragmenElection Members (r:1 w:1)
|
|
/// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: PhragmenElection RunnersUp (r:1 w:1)
|
|
/// Proof Skipped: PhragmenElection RunnersUp (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: PhragmenElection Voting (r:10001 w:0)
|
|
/// Proof Skipped: PhragmenElection Voting (max_values: None, max_size: None, mode: Measured)
|
|
/// Storage: Council Proposals (r:1 w:0)
|
|
/// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: System Account (r:962 w:962)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
/// Storage: PhragmenElection ElectionRounds (r:1 w:1)
|
|
/// Proof Skipped: PhragmenElection ElectionRounds (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: Council Members (r:0 w:1)
|
|
/// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// Storage: Council Prime (r:0 w:1)
|
|
/// Proof Skipped: Council Prime (max_values: Some(1), max_size: None, mode: Measured)
|
|
/// The range of component `c` is `[1, 1000]`.
|
|
/// The range of component `v` is `[1, 10000]`.
|
|
/// The range of component `e` is `[10000, 160000]`.
|
|
fn election_phragmen(c: u32, v: u32, e: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0 + e * (28 ±0) + v * (607 ±0)`
|
|
// Estimated: `2771509 + c * (2560 ±0) + e * (16 ±0) + v * (2744 ±4)`
|
|
// Minimum execution time: 35_941_980_000 picoseconds.
|
|
Weight::from_parts(36_032_688_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 2771509))
|
|
// Standard Error: 554_972
|
|
.saturating_add(Weight::from_parts(43_733_923, 0).saturating_mul(v.into()))
|
|
// Standard Error: 35_614
|
|
.saturating_add(Weight::from_parts(2_430_249, 0).saturating_mul(e.into()))
|
|
.saturating_add(T::DbWeight::get().reads(265))
|
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
|
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into())))
|
|
.saturating_add(T::DbWeight::get().writes(6))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
|
|
.saturating_add(Weight::from_parts(0, 2560).saturating_mul(c.into()))
|
|
.saturating_add(Weight::from_parts(0, 16).saturating_mul(e.into()))
|
|
.saturating_add(Weight::from_parts(0, 2744).saturating_mul(v.into()))
|
|
}
|
|
}
|