[ci] Update runners for benchmarks (#2138)

* [ci] Update runners for benchmarks

* run benchmarks in this pr to get weights

* run benches only

* comment .post jobs

* add docker env to benches

* add git diff to artifacts

* divide assets

* update weights

* return ci

* fix refs for benchmarks
This commit is contained in:
Alexander Samusev
2023-01-26 15:46:02 +01:00
committed by GitHub
parent c1af8fc100
commit 5a621926a4
71 changed files with 1795 additions and 1797 deletions
@@ -17,8 +17,8 @@
//! Autogenerated weights for `pallet_multisig`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2022-12-21, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `runner-b3zmxxc-project-238-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("bridge-hub-kusama-dev"), DB CACHE: 1024
// Executed Command:
@@ -48,22 +48,22 @@ pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
/// The range of component `z` is `[0, 10000]`.
fn as_multi_threshold_1(z: u32, ) -> Weight {
// Minimum execution time: 15_428 nanoseconds.
Weight::from_ref_time(15_941_235)
// Standard Error: 2
.saturating_add(Weight::from_ref_time(537).saturating_mul(z.into()))
// Minimum execution time: 17_126 nanoseconds.
Weight::from_ref_time(19_701_599)
// Standard Error: 16
.saturating_add(Weight::from_ref_time(655).saturating_mul(z.into()))
}
// Storage: Multisig Multisigs (r:1 w:1)
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
/// The range of component `s` is `[2, 100]`.
/// The range of component `z` is `[0, 10000]`.
fn as_multi_create(s: u32, z: u32, ) -> Weight {
// Minimum execution time: 44_197 nanoseconds.
Weight::from_ref_time(36_539_501)
// Standard Error: 904
.saturating_add(Weight::from_ref_time(84_250).saturating_mul(s.into()))
// Standard Error: 8
.saturating_add(Weight::from_ref_time(1_544).saturating_mul(z.into()))
// Minimum execution time: 48_951 nanoseconds.
Weight::from_ref_time(38_599_054)
// Standard Error: 2_940
.saturating_add(Weight::from_ref_time(160_195).saturating_mul(s.into()))
// Standard Error: 28
.saturating_add(Weight::from_ref_time(1_897).saturating_mul(z.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -71,12 +71,12 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
/// The range of component `s` is `[3, 100]`.
/// The range of component `z` is `[0, 10000]`.
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
// Minimum execution time: 34_293 nanoseconds.
Weight::from_ref_time(27_691_492)
// Standard Error: 1_234
.saturating_add(Weight::from_ref_time(76_671).saturating_mul(s.into()))
// Standard Error: 12
.saturating_add(Weight::from_ref_time(1_515).saturating_mul(z.into()))
// Minimum execution time: 36_882 nanoseconds.
Weight::from_ref_time(26_005_891)
// Standard Error: 2_412
.saturating_add(Weight::from_ref_time(147_551).saturating_mul(s.into()))
// Standard Error: 23
.saturating_add(Weight::from_ref_time(2_099).saturating_mul(z.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -85,12 +85,12 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
/// The range of component `s` is `[2, 100]`.
/// The range of component `z` is `[0, 10000]`.
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
// Minimum execution time: 48_305 nanoseconds.
Weight::from_ref_time(38_790_283)
// Standard Error: 649
.saturating_add(Weight::from_ref_time(101_710).saturating_mul(s.into()))
// Standard Error: 6
.saturating_add(Weight::from_ref_time(1_596).saturating_mul(z.into()))
// Minimum execution time: 54_926 nanoseconds.
Weight::from_ref_time(37_006_728)
// Standard Error: 2_774
.saturating_add(Weight::from_ref_time(228_213).saturating_mul(s.into()))
// Standard Error: 27
.saturating_add(Weight::from_ref_time(2_199).saturating_mul(z.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -98,30 +98,30 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
/// The range of component `s` is `[2, 100]`.
fn approve_as_multi_create(s: u32, ) -> Weight {
// Minimum execution time: 32_261 nanoseconds.
Weight::from_ref_time(35_136_339)
// Standard Error: 1_102
.saturating_add(Weight::from_ref_time(87_710).saturating_mul(s.into()))
// Minimum execution time: 33_590 nanoseconds.
Weight::from_ref_time(36_815_588)
// Standard Error: 2_224
.saturating_add(Weight::from_ref_time(155_799).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
// Storage: Multisig Multisigs (r:1 w:1)
/// The range of component `s` is `[2, 100]`.
fn approve_as_multi_approve(s: u32, ) -> Weight {
// Minimum execution time: 23_194 nanoseconds.
Weight::from_ref_time(25_477_839)
// Standard Error: 810
.saturating_add(Weight::from_ref_time(83_750).saturating_mul(s.into()))
// Minimum execution time: 23_241 nanoseconds.
Weight::from_ref_time(25_670_415)
// Standard Error: 2_237
.saturating_add(Weight::from_ref_time(140_332).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
// Storage: Multisig Multisigs (r:1 w:1)
/// The range of component `s` is `[2, 100]`.
fn cancel_as_multi(s: u32, ) -> Weight {
// Minimum execution time: 33_083 nanoseconds.
Weight::from_ref_time(35_190_588)
// Standard Error: 1_010
.saturating_add(Weight::from_ref_time(90_855).saturating_mul(s.into()))
// Minimum execution time: 34_194 nanoseconds.
Weight::from_ref_time(37_547_979)
// Standard Error: 3_750
.saturating_add(Weight::from_ref_time(144_156).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}