mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 16:51:02 +00:00
[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:
committed by
GitHub
parent
c1af8fc100
commit
5a621926a4
+36
-36
@@ -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: `bm6`, 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("collectives-polkadot-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_788 nanoseconds.
|
||||
Weight::from_ref_time(16_468_274)
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_ref_time(687).saturating_mul(z.into()))
|
||||
// Minimum execution time: 16_840 nanoseconds.
|
||||
Weight::from_ref_time(17_872_341)
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_ref_time(612).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: 43_682 nanoseconds.
|
||||
Weight::from_ref_time(35_976_690)
|
||||
// Standard Error: 831
|
||||
.saturating_add(Weight::from_ref_time(85_730).saturating_mul(s.into()))
|
||||
// Standard Error: 8
|
||||
.saturating_add(Weight::from_ref_time(1_711).saturating_mul(z.into()))
|
||||
// Minimum execution time: 49_235 nanoseconds.
|
||||
Weight::from_ref_time(35_099_801)
|
||||
// Standard Error: 1_322
|
||||
.saturating_add(Weight::from_ref_time(157_504).saturating_mul(s.into()))
|
||||
// Standard Error: 12
|
||||
.saturating_add(Weight::from_ref_time(1_877).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: 33_844 nanoseconds.
|
||||
Weight::from_ref_time(26_517_988)
|
||||
// Standard Error: 605
|
||||
.saturating_add(Weight::from_ref_time(83_590).saturating_mul(s.into()))
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_ref_time(1_697).saturating_mul(z.into()))
|
||||
// Minimum execution time: 36_414 nanoseconds.
|
||||
Weight::from_ref_time(24_873_925)
|
||||
// Standard Error: 949
|
||||
.saturating_add(Weight::from_ref_time(135_191).saturating_mul(s.into()))
|
||||
// Standard Error: 9
|
||||
.saturating_add(Weight::from_ref_time(1_863).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: 47_899 nanoseconds.
|
||||
Weight::from_ref_time(37_936_281)
|
||||
// Standard Error: 618
|
||||
.saturating_add(Weight::from_ref_time(105_273).saturating_mul(s.into()))
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_ref_time(1_725).saturating_mul(z.into()))
|
||||
// Minimum execution time: 53_386 nanoseconds.
|
||||
Weight::from_ref_time(36_974_236)
|
||||
// Standard Error: 1_394
|
||||
.saturating_add(Weight::from_ref_time(189_592).saturating_mul(s.into()))
|
||||
// Standard Error: 13
|
||||
.saturating_add(Weight::from_ref_time(1_950).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: 31_990 nanoseconds.
|
||||
Weight::from_ref_time(34_112_390)
|
||||
// Standard Error: 1_073
|
||||
.saturating_add(Weight::from_ref_time(101_225).saturating_mul(s.into()))
|
||||
// Minimum execution time: 33_039 nanoseconds.
|
||||
Weight::from_ref_time(34_703_637)
|
||||
// Standard Error: 1_679
|
||||
.saturating_add(Weight::from_ref_time(153_311).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_165 nanoseconds.
|
||||
Weight::from_ref_time(25_473_730)
|
||||
// Standard Error: 785
|
||||
.saturating_add(Weight::from_ref_time(82_880).saturating_mul(s.into()))
|
||||
// Minimum execution time: 22_712 nanoseconds.
|
||||
Weight::from_ref_time(24_071_132)
|
||||
// Standard Error: 1_711
|
||||
.saturating_add(Weight::from_ref_time(140_819).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: 31_177 nanoseconds.
|
||||
Weight::from_ref_time(34_538_364)
|
||||
// Standard Error: 1_216
|
||||
.saturating_add(Weight::from_ref_time(91_659).saturating_mul(s.into()))
|
||||
// Minimum execution time: 33_141 nanoseconds.
|
||||
Weight::from_ref_time(34_308_456)
|
||||
// Standard Error: 1_285
|
||||
.saturating_add(Weight::from_ref_time(154_821).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user