New runners for weights and new weights (#6508)

* [DO NOT MERGE] test new vm runner for weights 2

* add image

* fix merge conflict

* apply weights

* new weights

Co-authored-by: parity-processbot <>
This commit is contained in:
Alexander Samusev
2023-01-24 16:35:26 +01:00
committed by GitHub
parent cc080d0e78
commit 0119a6dae1
166 changed files with 4585 additions and 4550 deletions
@@ -16,8 +16,8 @@
//! Autogenerated weights for `pallet_ranked_collective`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `runner-b3zmxxc-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:
@@ -49,8 +49,8 @@ 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_345 nanoseconds.
Weight::from_ref_time(21_390_000)
// Minimum execution time: 21_687 nanoseconds.
Weight::from_ref_time(22_505_000)
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(4))
}
@@ -60,10 +60,10 @@ 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_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()))
// Minimum execution time: 32_770 nanoseconds.
Weight::from_ref_time(34_644_917)
// Standard Error: 15_325
.saturating_add(Weight::from_ref_time(11_355_769).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))
@@ -75,10 +75,10 @@ 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: 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()))
// Minimum execution time: 23_990 nanoseconds.
Weight::from_ref_time(25_072_856)
// Standard Error: 5_793
.saturating_add(Weight::from_ref_time(404_905).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(4))
}
@@ -88,10 +88,10 @@ 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: 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()))
// Minimum execution time: 32_952 nanoseconds.
Weight::from_ref_time(35_465_453)
// Standard Error: 16_850
.saturating_add(Weight::from_ref_time(671_524).saturating_mul(r.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(4))
}
@@ -100,8 +100,8 @@ impl<T: frame_system::Config> pallet_ranked_collective::WeightInfo for WeightInf
// Storage: FellowshipCollective Voting (r:1 w:1)
// Storage: Scheduler Agenda (r:2 w:2)
fn vote() -> Weight {
// Minimum execution time: 47_463 nanoseconds.
Weight::from_ref_time(48_109_000)
// Minimum execution time: 50_688 nanoseconds.
Weight::from_ref_time(51_397_000)
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(4))
}
@@ -110,10 +110,10 @@ impl<T: frame_system::Config> pallet_ranked_collective::WeightInfo for WeightInf
// Storage: FellowshipCollective Voting (r:0 w:2)
/// The range of component `n` is `[0, 100]`.
fn cleanup_poll(n: u32, ) -> Weight {
// 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()))
// Minimum execution time: 15_422 nanoseconds.
Weight::from_ref_time(18_535_259)
// Standard Error: 2_621
.saturating_add(Weight::from_ref_time(1_164_868).saturating_mul(n.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into())))
}