update weights (sync with 0.9.33) (#6362)

* 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>
This commit is contained in:
Mara Robin B
2022-12-08 14:23:24 +01:00
committed by GitHub
parent 896d1c2c3b
commit 0185170137
163 changed files with 5178 additions and 3932 deletions
@@ -16,8 +16,8 @@
//! Autogenerated weights for `pallet_collective`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-09-08, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! DATE: 2022-11-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
// Executed Command:
@@ -27,6 +27,7 @@
// --chain=kusama-dev
// --steps=50
// --repeat=20
// --pallet=pallet_collective
// --extrinsic=*
// --execution=wasm
// --wasm-execution=compiled
@@ -37,7 +38,7 @@
#![allow(unused_parens)]
#![allow(unused_imports)]
use frame_support::{traits::Get, weights::{Weight}};
use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;
/// Weight functions for `pallet_collective`.
@@ -45,20 +46,21 @@ pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
// Storage: TechnicalCommittee Members (r:1 w:1)
// Storage: TechnicalCommittee Proposals (r:1 w:0)
// Storage: TechnicalCommittee Voting (r:100 w:100)
// Storage: TechnicalCommittee Prime (r:0 w:1)
/// The range of component `m` is `[1, 100]`.
/// The range of component `n` is `[1, 100]`.
/// The range of component `p` is `[1, 100]`.
/// The range of component `m` is `[1, 100]`.
/// The range of component `n` is `[1, 100]`.
/// The range of component `p` is `[1, 100]`.
// Storage: TechnicalCommittee Voting (r:100 w:100)
/// The range of component `m` is `[0, 100]`.
/// The range of component `n` is `[0, 100]`.
/// The range of component `p` is `[0, 100]`.
/// The range of component `m` is `[0, 100]`.
/// The range of component `n` is `[0, 100]`.
/// The range of component `p` is `[0, 100]`.
fn set_members(m: u32, _n: u32, p: u32, ) -> Weight {
Weight::from_ref_time(0 as u64)
// Standard Error: 9_000
.saturating_add(Weight::from_ref_time(9_293_000 as u64).saturating_mul(m as u64))
// Standard Error: 9_000
.saturating_add(Weight::from_ref_time(11_556_000 as u64).saturating_mul(p as u64))
// Minimum execution time: 16_808 nanoseconds.
Weight::from_ref_time(17_190_000 as u64)
// Standard Error: 46_506
.saturating_add(Weight::from_ref_time(5_338_165 as u64).saturating_mul(m as u64))
// Standard Error: 46_506
.saturating_add(Weight::from_ref_time(7_515_702 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(p as u64)))
.saturating_add(T::DbWeight::get().writes(2 as u64))
@@ -70,11 +72,12 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// The range of component `b` is `[1, 1024]`.
/// The range of component `m` is `[1, 100]`.
fn execute(b: u32, m: u32, ) -> Weight {
Weight::from_ref_time(18_967_000 as u64)
// Standard Error: 0
.saturating_add(Weight::from_ref_time(2_000 as u64).saturating_mul(b as u64))
// Standard Error: 0
.saturating_add(Weight::from_ref_time(13_000 as u64).saturating_mul(m as u64))
// Minimum execution time: 20_545 nanoseconds.
Weight::from_ref_time(19_860_961 as u64)
// Standard Error: 18
.saturating_add(Weight::from_ref_time(1_865 as u64).saturating_mul(b as u64))
// Standard Error: 190
.saturating_add(Weight::from_ref_time(13_602 as u64).saturating_mul(m as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
}
// Storage: TechnicalCommittee Members (r:1 w:0)
@@ -84,11 +87,12 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// The range of component `b` is `[1, 1024]`.
/// The range of component `m` is `[1, 100]`.
fn propose_execute(b: u32, m: u32, ) -> Weight {
Weight::from_ref_time(20_872_000 as u64)
// Standard Error: 0
.saturating_add(Weight::from_ref_time(2_000 as u64).saturating_mul(b as u64))
// Standard Error: 0
.saturating_add(Weight::from_ref_time(21_000 as u64).saturating_mul(m as u64))
// Minimum execution time: 23_052 nanoseconds.
Weight::from_ref_time(22_008_528 as u64)
// Standard Error: 21
.saturating_add(Weight::from_ref_time(1_839 as u64).saturating_mul(b as u64))
// Standard Error: 225
.saturating_add(Weight::from_ref_time(21_080 as u64).saturating_mul(m as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
}
// Storage: TechnicalCommittee Members (r:1 w:0)
@@ -103,13 +107,14 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// The range of component `m` is `[2, 100]`.
/// The range of component `p` is `[1, 100]`.
fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight {
Weight::from_ref_time(28_426_000 as u64)
// Standard Error: 0
.saturating_add(Weight::from_ref_time(3_000 as u64).saturating_mul(b as u64))
// Standard Error: 0
.saturating_add(Weight::from_ref_time(21_000 as u64).saturating_mul(m as u64))
// Standard Error: 0
.saturating_add(Weight::from_ref_time(104_000 as u64).saturating_mul(p as u64))
// Minimum execution time: 28_562 nanoseconds.
Weight::from_ref_time(29_261_959 as u64)
// Standard Error: 70
.saturating_add(Weight::from_ref_time(3_503 as u64).saturating_mul(b as u64))
// Standard Error: 733
.saturating_add(Weight::from_ref_time(21_047 as u64).saturating_mul(m as u64))
// Standard Error: 724
.saturating_add(Weight::from_ref_time(113_937 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(4 as u64))
.saturating_add(T::DbWeight::get().writes(4 as u64))
}
@@ -118,9 +123,10 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// The range of component `m` is `[5, 100]`.
/// The range of component `m` is `[5, 100]`.
fn vote(m: u32, ) -> Weight {
Weight::from_ref_time(28_138_000 as u64)
// Standard Error: 0
.saturating_add(Weight::from_ref_time(38_000 as u64).saturating_mul(m as u64))
// Minimum execution time: 29_024 nanoseconds.
Weight::from_ref_time(30_114_505 as u64)
// Standard Error: 450
.saturating_add(Weight::from_ref_time(39_180 as u64).saturating_mul(m as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(1 as u64))
}
@@ -133,11 +139,12 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// The range of component `m` is `[4, 100]`.
/// The range of component `p` is `[1, 100]`.
fn close_early_disapproved(m: u32, p: u32, ) -> Weight {
Weight::from_ref_time(31_287_000 as u64)
// Standard Error: 0
.saturating_add(Weight::from_ref_time(26_000 as u64).saturating_mul(m as u64))
// Standard Error: 0
.saturating_add(Weight::from_ref_time(84_000 as u64).saturating_mul(p as u64))
// Minimum execution time: 32_178 nanoseconds.
Weight::from_ref_time(33_614_789 as u64)
// Standard Error: 472
.saturating_add(Weight::from_ref_time(22_479 as u64).saturating_mul(m as u64))
// Standard Error: 461
.saturating_add(Weight::from_ref_time(83_882 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(3 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -152,13 +159,14 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// The range of component `m` is `[4, 100]`.
/// The range of component `p` is `[1, 100]`.
fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight {
Weight::from_ref_time(40_722_000 as u64)
// Standard Error: 0
.saturating_add(Weight::from_ref_time(1_000 as u64).saturating_mul(b as u64))
// Standard Error: 0
.saturating_add(Weight::from_ref_time(26_000 as u64).saturating_mul(m as u64))
// Standard Error: 0
.saturating_add(Weight::from_ref_time(90_000 as u64).saturating_mul(p as u64))
// Minimum execution time: 41_635 nanoseconds.
Weight::from_ref_time(42_323_834 as u64)
// Standard Error: 55
.saturating_add(Weight::from_ref_time(1_697 as u64).saturating_mul(b as u64))
// Standard Error: 591
.saturating_add(Weight::from_ref_time(24_790 as u64).saturating_mul(m as u64))
// Standard Error: 576
.saturating_add(Weight::from_ref_time(96_009 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(4 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -172,11 +180,12 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// The range of component `m` is `[4, 100]`.
/// The range of component `p` is `[1, 100]`.
fn close_disapproved(m: u32, p: u32, ) -> Weight {
Weight::from_ref_time(33_303_000 as u64)
// Standard Error: 0
.saturating_add(Weight::from_ref_time(30_000 as u64).saturating_mul(m as u64))
// Standard Error: 0
.saturating_add(Weight::from_ref_time(85_000 as u64).saturating_mul(p as u64))
// Minimum execution time: 34_682 nanoseconds.
Weight::from_ref_time(35_559_148 as u64)
// Standard Error: 495
.saturating_add(Weight::from_ref_time(27_860 as u64).saturating_mul(m as u64))
// Standard Error: 483
.saturating_add(Weight::from_ref_time(83_712 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(4 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -192,13 +201,14 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// The range of component `m` is `[4, 100]`.
/// The range of component `p` is `[1, 100]`.
fn close_approved(b: u32, m: u32, p: u32, ) -> Weight {
Weight::from_ref_time(42_826_000 as u64)
// Standard Error: 0
.saturating_add(Weight::from_ref_time(1_000 as u64).saturating_mul(b as u64))
// Standard Error: 0
.saturating_add(Weight::from_ref_time(26_000 as u64).saturating_mul(m as u64))
// Standard Error: 0
.saturating_add(Weight::from_ref_time(93_000 as u64).saturating_mul(p as u64))
// Minimum execution time: 43_702 nanoseconds.
Weight::from_ref_time(44_643_929 as u64)
// Standard Error: 62
.saturating_add(Weight::from_ref_time(1_639 as u64).saturating_mul(b as u64))
// Standard Error: 660
.saturating_add(Weight::from_ref_time(23_244 as u64).saturating_mul(m as u64))
// Standard Error: 643
.saturating_add(Weight::from_ref_time(98_321 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(5 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}
@@ -208,9 +218,10 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// The range of component `p` is `[1, 100]`.
/// The range of component `p` is `[1, 100]`.
fn disapprove_proposal(p: u32, ) -> Weight {
Weight::from_ref_time(21_772_000 as u64)
// Standard Error: 0
.saturating_add(Weight::from_ref_time(90_000 as u64).saturating_mul(p as u64))
// Minimum execution time: 20_059 nanoseconds.
Weight::from_ref_time(22_842_572 as u64)
// Standard Error: 625
.saturating_add(Weight::from_ref_time(97_244 as u64).saturating_mul(p as u64))
.saturating_add(T::DbWeight::get().reads(1 as u64))
.saturating_add(T::DbWeight::get().writes(3 as u64))
}