update weights (0.9.37) (#6546) (#6555)

* kusama: update weights

* polkadot: update weights

* westend: update weights

* rococo: update weights
This commit is contained in:
Mara Robin B
2023-01-19 14:43:19 +01:00
committed by GitHub
parent ad8c2aff5e
commit 8ff50d0fa7
157 changed files with 6297 additions and 6465 deletions
@@ -16,7 +16,7 @@
//! Autogenerated weights for `pallet_ranked_collective`
//!
//! 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: `[]`
//! DATE: 2023-01-11, 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
@@ -49,10 +49,10 @@ impl<T: frame_system::Config> pallet_ranked_collective::WeightInfo for WeightInf
// Storage: FellowshipCollective IndexToId (r:0 w:1)
// Storage: FellowshipCollective IdToIndex (r:0 w:1)
fn add_member() -> Weight {
// Minimum execution time: 20_091 nanoseconds.
Weight::from_ref_time(20_793_000 as u64)
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(4 as u64))
// Minimum execution time: 20_345 nanoseconds.
Weight::from_ref_time(21_390_000)
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(4))
}
// Storage: FellowshipCollective Members (r:1 w:1)
// Storage: FellowshipCollective MemberCount (r:1 w:1)
@@ -60,14 +60,14 @@ impl<T: frame_system::Config> pallet_ranked_collective::WeightInfo for WeightInf
// Storage: FellowshipCollective IndexToId (r:1 w:1)
/// The range of component `r` is `[0, 10]`.
fn remove_member(r: u32, ) -> Weight {
// Minimum execution time: 31_411 nanoseconds.
Weight::from_ref_time(33_650_900 as u64)
// Standard Error: 20_315
.saturating_add(Weight::from_ref_time(9_742_136 as u64).saturating_mul(r as u64))
.saturating_add(T::DbWeight::get().reads(4 as u64))
.saturating_add(T::DbWeight::get().reads((3 as u64).saturating_mul(r as u64)))
.saturating_add(T::DbWeight::get().writes(4 as u64))
.saturating_add(T::DbWeight::get().writes((3 as u64).saturating_mul(r as u64)))
// Minimum execution time: 31_490 nanoseconds.
Weight::from_ref_time(34_193_442)
// Standard Error: 21_069
.saturating_add(Weight::from_ref_time(9_818_196).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into())))
.saturating_add(T::DbWeight::get().writes(4))
.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(r.into())))
}
// Storage: FellowshipCollective Members (r:1 w:1)
// Storage: FellowshipCollective MemberCount (r:1 w:1)
@@ -75,12 +75,12 @@ impl<T: frame_system::Config> pallet_ranked_collective::WeightInfo for WeightInf
// Storage: FellowshipCollective IdToIndex (r:0 w:1)
/// The range of component `r` is `[0, 10]`.
fn promote_member(r: u32, ) -> Weight {
// Minimum execution time: 22_519 nanoseconds.
Weight::from_ref_time(24_202_495 as u64)
// Standard Error: 9_707
.saturating_add(Weight::from_ref_time(404_053 as u64).saturating_mul(r as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes(4 as u64))
// Minimum execution time: 23_185 nanoseconds.
Weight::from_ref_time(24_111_583)
// Standard Error: 5_139
.saturating_add(Weight::from_ref_time(435_094).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(4))
}
// Storage: FellowshipCollective Members (r:1 w:1)
// Storage: FellowshipCollective MemberCount (r:1 w:1)
@@ -88,33 +88,33 @@ impl<T: frame_system::Config> pallet_ranked_collective::WeightInfo for WeightInf
// Storage: FellowshipCollective IndexToId (r:1 w:1)
/// The range of component `r` is `[0, 10]`.
fn demote_member(r: u32, ) -> Weight {
// Minimum execution time: 30_958 nanoseconds.
Weight::from_ref_time(34_019_871 as u64)
// Standard Error: 15_923
.saturating_add(Weight::from_ref_time(594_745 as u64).saturating_mul(r as u64))
.saturating_add(T::DbWeight::get().reads(4 as u64))
.saturating_add(T::DbWeight::get().writes(4 as u64))
// Minimum execution time: 31_250 nanoseconds.
Weight::from_ref_time(34_534_455)
// Standard Error: 16_714
.saturating_add(Weight::from_ref_time(572_989).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(4))
}
// Storage: FellowshipCollective Members (r:1 w:0)
// Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:1)
// Storage: FellowshipCollective Voting (r:1 w:1)
// Storage: Scheduler Agenda (r:2 w:2)
fn vote() -> Weight {
// Minimum execution time: 46_000 nanoseconds.
Weight::from_ref_time(46_496_000 as u64)
.saturating_add(T::DbWeight::get().reads(5 as u64))
.saturating_add(T::DbWeight::get().writes(4 as u64))
// Minimum execution time: 47_463 nanoseconds.
Weight::from_ref_time(48_109_000)
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(4))
}
// Storage: FellowshipReferenda ReferendumInfoFor (r:1 w:0)
// Storage: FellowshipCollective VotingCleanup (r:1 w:0)
// Storage: FellowshipCollective Voting (r:0 w:2)
/// The range of component `n` is `[0, 100]`.
fn cleanup_poll(n: u32, ) -> Weight {
// Minimum execution time: 14_684 nanoseconds.
Weight::from_ref_time(18_793_742 as u64)
// Standard Error: 1_475
.saturating_add(Weight::from_ref_time(908_456 as u64).saturating_mul(n as u64))
.saturating_add(T::DbWeight::get().reads(2 as u64))
.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(n as u64)))
// Minimum execution time: 15_195 nanoseconds.
Weight::from_ref_time(19_545_466)
// Standard Error: 1_861
.saturating_add(Weight::from_ref_time(908_694).saturating_mul(n.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into())))
}
}