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_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:
@@ -55,12 +55,12 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// 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 {
// Minimum execution time: 17_342 nanoseconds.
Weight::from_ref_time(17_564_000)
// Standard Error: 49_573
.saturating_add(Weight::from_ref_time(5_712_587).saturating_mul(m.into()))
// Standard Error: 49_573
.saturating_add(Weight::from_ref_time(7_832_746).saturating_mul(p.into()))
// Minimum execution time: 17_364 nanoseconds.
Weight::from_ref_time(17_747_000)
// Standard Error: 36_695
.saturating_add(Weight::from_ref_time(4_154_922).saturating_mul(m.into()))
// Standard Error: 36_695
.saturating_add(Weight::from_ref_time(6_925_329).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into())))
.saturating_add(T::DbWeight::get().writes(2))
@@ -72,12 +72,12 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// The range of component `b` is `[2, 1024]`.
/// The range of component `m` is `[1, 100]`.
fn execute(b: u32, m: u32, ) -> Weight {
// Minimum execution time: 20_497 nanoseconds.
Weight::from_ref_time(20_033_132)
// Standard Error: 22
.saturating_add(Weight::from_ref_time(1_704).saturating_mul(b.into()))
// Standard Error: 234
.saturating_add(Weight::from_ref_time(13_358).saturating_mul(m.into()))
// Minimum execution time: 21_204 nanoseconds.
Weight::from_ref_time(20_409_573)
// Standard Error: 17
.saturating_add(Weight::from_ref_time(2_055).saturating_mul(b.into()))
// Standard Error: 179
.saturating_add(Weight::from_ref_time(13_580).saturating_mul(m.into()))
.saturating_add(T::DbWeight::get().reads(1))
}
// Storage: TechnicalCommittee Members (r:1 w:0)
@@ -87,12 +87,12 @@ impl<T: frame_system::Config> pallet_collective::WeightInfo for WeightInfo<T> {
/// The range of component `b` is `[2, 1024]`.
/// The range of component `m` is `[1, 100]`.
fn propose_execute(b: u32, m: u32, ) -> Weight {
// Minimum execution time: 22_846 nanoseconds.
Weight::from_ref_time(22_541_651)
// Standard Error: 27
.saturating_add(Weight::from_ref_time(1_620).saturating_mul(b.into()))
// Standard Error: 287
.saturating_add(Weight::from_ref_time(17_690).saturating_mul(m.into()))
// Minimum execution time: 23_743 nanoseconds.
Weight::from_ref_time(22_706_099)
// Standard Error: 18
.saturating_add(Weight::from_ref_time(1_980).saturating_mul(b.into()))
// Standard Error: 190
.saturating_add(Weight::from_ref_time(19_216).saturating_mul(m.into()))
.saturating_add(T::DbWeight::get().reads(2))
}
// Storage: TechnicalCommittee Members (r:1 w:0)
@@ -107,14 +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 {
// Minimum execution time: 28_834 nanoseconds.
Weight::from_ref_time(30_112_596)
// Standard Error: 65
.saturating_add(Weight::from_ref_time(3_263).saturating_mul(b.into()))
// Standard Error: 687
.saturating_add(Weight::from_ref_time(18_198).saturating_mul(m.into()))
// Standard Error: 679
.saturating_add(Weight::from_ref_time(114_530).saturating_mul(p.into()))
// Minimum execution time: 29_569 nanoseconds.
Weight::from_ref_time(27_693_865)
// Standard Error: 86
.saturating_add(Weight::from_ref_time(4_711).saturating_mul(b.into()))
// Standard Error: 903
.saturating_add(Weight::from_ref_time(30_048).saturating_mul(m.into()))
// Standard Error: 891
.saturating_add(Weight::from_ref_time(205_569).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(4))
}
@@ -123,10 +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 {
// Minimum execution time: 29_717 nanoseconds.
Weight::from_ref_time(30_729_357)
// Standard Error: 485
.saturating_add(Weight::from_ref_time(38_834).saturating_mul(m.into()))
// Minimum execution time: 35_170 nanoseconds.
Weight::from_ref_time(37_544_583)
// Standard Error: 631
.saturating_add(Weight::from_ref_time(49_997).saturating_mul(m.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -139,12 +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 {
// Minimum execution time: 31_899 nanoseconds.
Weight::from_ref_time(33_903_467)
// Standard Error: 449
.saturating_add(Weight::from_ref_time(18_073).saturating_mul(m.into()))
// Standard Error: 438
.saturating_add(Weight::from_ref_time(89_651).saturating_mul(p.into()))
// Minimum execution time: 33_117 nanoseconds.
Weight::from_ref_time(33_433_456)
// Standard Error: 822
.saturating_add(Weight::from_ref_time(31_987).saturating_mul(m.into()))
// Standard Error: 801
.saturating_add(Weight::from_ref_time(184_413).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(3))
}
@@ -159,14 +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 {
// Minimum execution time: 41_512 nanoseconds.
Weight::from_ref_time(42_315_249)
// Standard Error: 56
.saturating_add(Weight::from_ref_time(1_952).saturating_mul(b.into()))
// Standard Error: 595
.saturating_add(Weight::from_ref_time(16_126).saturating_mul(m.into()))
// Standard Error: 580
.saturating_add(Weight::from_ref_time(111_812).saturating_mul(p.into()))
// Minimum execution time: 42_577 nanoseconds.
Weight::from_ref_time(43_196_678)
// Standard Error: 95
.saturating_add(Weight::from_ref_time(3_166).saturating_mul(b.into()))
// Standard Error: 1_009
.saturating_add(Weight::from_ref_time(25_748).saturating_mul(m.into()))
// Standard Error: 983
.saturating_add(Weight::from_ref_time(212_874).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
}
@@ -180,12 +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 {
// Minimum execution time: 34_438 nanoseconds.
Weight::from_ref_time(36_368_537)
// Standard Error: 468
.saturating_add(Weight::from_ref_time(20_526).saturating_mul(m.into()))
// Standard Error: 457
.saturating_add(Weight::from_ref_time(88_134).saturating_mul(p.into()))
// Minimum execution time: 34_923 nanoseconds.
Weight::from_ref_time(34_983_792)
// Standard Error: 717
.saturating_add(Weight::from_ref_time(39_140).saturating_mul(m.into()))
// Standard Error: 699
.saturating_add(Weight::from_ref_time(194_907).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(3))
}
@@ -201,14 +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 {
// Minimum execution time: 43_212 nanoseconds.
Weight::from_ref_time(44_785_189)
// Standard Error: 55
.saturating_add(Weight::from_ref_time(2_009).saturating_mul(b.into()))
// Standard Error: 590
.saturating_add(Weight::from_ref_time(14_883).saturating_mul(m.into()))
// Standard Error: 575
.saturating_add(Weight::from_ref_time(111_119).saturating_mul(p.into()))
// Minimum execution time: 43_911 nanoseconds.
Weight::from_ref_time(44_774_702)
// Standard Error: 100
.saturating_add(Weight::from_ref_time(3_555).saturating_mul(b.into()))
// Standard Error: 1_060
.saturating_add(Weight::from_ref_time(29_486).saturating_mul(m.into()))
// Standard Error: 1_033
.saturating_add(Weight::from_ref_time(218_377).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(3))
}
@@ -218,10 +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 {
// Minimum execution time: 19_705 nanoseconds.
Weight::from_ref_time(23_044_539)
// Standard Error: 696
.saturating_add(Weight::from_ref_time(96_439).saturating_mul(p.into()))
// Minimum execution time: 20_192 nanoseconds.
Weight::from_ref_time(22_521_459)
// Standard Error: 892
.saturating_add(Weight::from_ref_time(177_568).saturating_mul(p.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(3))
}