mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 06:21: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
@@ -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: `bm4`, 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("westmint-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_741 nanoseconds.
|
||||
Weight::from_ref_time(16_117_311)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_ref_time(533).saturating_mul(z.into()))
|
||||
// Minimum execution time: 17_386 nanoseconds.
|
||||
Weight::from_ref_time(19_544_902)
|
||||
// Standard Error: 15
|
||||
.saturating_add(Weight::from_ref_time(627).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_906 nanoseconds.
|
||||
Weight::from_ref_time(35_459_211)
|
||||
// Standard Error: 860
|
||||
.saturating_add(Weight::from_ref_time(92_745).saturating_mul(s.into()))
|
||||
// Standard Error: 8
|
||||
.saturating_add(Weight::from_ref_time(1_576).saturating_mul(z.into()))
|
||||
// Minimum execution time: 50_220 nanoseconds.
|
||||
Weight::from_ref_time(35_847_005)
|
||||
// Standard Error: 2_973
|
||||
.saturating_add(Weight::from_ref_time(184_472).saturating_mul(s.into()))
|
||||
// Standard Error: 29
|
||||
.saturating_add(Weight::from_ref_time(2_120).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_417 nanoseconds.
|
||||
Weight::from_ref_time(26_873_359)
|
||||
// Standard Error: 612
|
||||
.saturating_add(Weight::from_ref_time(82_989).saturating_mul(s.into()))
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_ref_time(1_555).saturating_mul(z.into()))
|
||||
// Minimum execution time: 37_608 nanoseconds.
|
||||
Weight::from_ref_time(29_930_547)
|
||||
// Standard Error: 2_348
|
||||
.saturating_add(Weight::from_ref_time(122_908).saturating_mul(s.into()))
|
||||
// Standard Error: 23
|
||||
.saturating_add(Weight::from_ref_time(1_861).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_600 nanoseconds.
|
||||
Weight::from_ref_time(38_956_898)
|
||||
// Standard Error: 685
|
||||
.saturating_add(Weight::from_ref_time(103_430).saturating_mul(s.into()))
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_ref_time(1_577).saturating_mul(z.into()))
|
||||
// Minimum execution time: 55_461 nanoseconds.
|
||||
Weight::from_ref_time(38_532_740)
|
||||
// Standard Error: 3_180
|
||||
.saturating_add(Weight::from_ref_time(225_534).saturating_mul(s.into()))
|
||||
// Standard Error: 31
|
||||
.saturating_add(Weight::from_ref_time(2_073).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_984 nanoseconds.
|
||||
Weight::from_ref_time(34_711_823)
|
||||
// Standard Error: 1_062
|
||||
.saturating_add(Weight::from_ref_time(93_549).saturating_mul(s.into()))
|
||||
// Minimum execution time: 34_111 nanoseconds.
|
||||
Weight::from_ref_time(37_647_140)
|
||||
// Standard Error: 2_983
|
||||
.saturating_add(Weight::from_ref_time(156_872).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_584 nanoseconds.
|
||||
Weight::from_ref_time(25_544_719)
|
||||
// Standard Error: 721
|
||||
.saturating_add(Weight::from_ref_time(86_801).saturating_mul(s.into()))
|
||||
// Minimum execution time: 24_122 nanoseconds.
|
||||
Weight::from_ref_time(26_189_399)
|
||||
// Standard Error: 2_483
|
||||
.saturating_add(Weight::from_ref_time(146_685).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_989 nanoseconds.
|
||||
Weight::from_ref_time(35_081_200)
|
||||
// Standard Error: 1_043
|
||||
.saturating_add(Weight::from_ref_time(91_707).saturating_mul(s.into()))
|
||||
// Minimum execution time: 33_607 nanoseconds.
|
||||
Weight::from_ref_time(37_851_646)
|
||||
// Standard Error: 3_163
|
||||
.saturating_add(Weight::from_ref_time(155_120).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