mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 19:11: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("statemint-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_515 nanoseconds.
|
||||
Weight::from_ref_time(15_923_915)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_ref_time(543).saturating_mul(z.into()))
|
||||
// Minimum execution time: 16_867 nanoseconds.
|
||||
Weight::from_ref_time(17_855_455)
|
||||
// Standard Error: 7
|
||||
.saturating_add(Weight::from_ref_time(626).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_150 nanoseconds.
|
||||
Weight::from_ref_time(36_429_036)
|
||||
// Standard Error: 770
|
||||
.saturating_add(Weight::from_ref_time(87_020).saturating_mul(s.into()))
|
||||
// Standard Error: 7
|
||||
.saturating_add(Weight::from_ref_time(1_568).saturating_mul(z.into()))
|
||||
// Minimum execution time: 49_380 nanoseconds.
|
||||
Weight::from_ref_time(35_928_806)
|
||||
// Standard Error: 1_262
|
||||
.saturating_add(Weight::from_ref_time(149_202).saturating_mul(s.into()))
|
||||
// Standard Error: 12
|
||||
.saturating_add(Weight::from_ref_time(1_868).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_522 nanoseconds.
|
||||
Weight::from_ref_time(27_056_839)
|
||||
// Standard Error: 879
|
||||
.saturating_add(Weight::from_ref_time(81_564).saturating_mul(s.into()))
|
||||
// Standard Error: 8
|
||||
.saturating_add(Weight::from_ref_time(1_554).saturating_mul(z.into()))
|
||||
// Minimum execution time: 36_975 nanoseconds.
|
||||
Weight::from_ref_time(24_939_271)
|
||||
// Standard Error: 1_094
|
||||
.saturating_add(Weight::from_ref_time(136_317).saturating_mul(s.into()))
|
||||
// Standard Error: 10
|
||||
.saturating_add(Weight::from_ref_time(1_903).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_530 nanoseconds.
|
||||
Weight::from_ref_time(39_011_142)
|
||||
// Standard Error: 1_112
|
||||
.saturating_add(Weight::from_ref_time(102_217).saturating_mul(s.into()))
|
||||
// Standard Error: 10
|
||||
.saturating_add(Weight::from_ref_time(1_585).saturating_mul(z.into()))
|
||||
// Minimum execution time: 52_377 nanoseconds.
|
||||
Weight::from_ref_time(37_381_462)
|
||||
// Standard Error: 1_498
|
||||
.saturating_add(Weight::from_ref_time(183_480).saturating_mul(s.into()))
|
||||
// Standard Error: 14
|
||||
.saturating_add(Weight::from_ref_time(1_960).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_849 nanoseconds.
|
||||
Weight::from_ref_time(35_132_911)
|
||||
// Standard Error: 1_202
|
||||
.saturating_add(Weight::from_ref_time(93_477).saturating_mul(s.into()))
|
||||
// Minimum execution time: 32_086 nanoseconds.
|
||||
Weight::from_ref_time(34_173_675)
|
||||
// Standard Error: 1_490
|
||||
.saturating_add(Weight::from_ref_time(156_939).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_309 nanoseconds.
|
||||
Weight::from_ref_time(25_684_371)
|
||||
// Standard Error: 709
|
||||
.saturating_add(Weight::from_ref_time(85_857).saturating_mul(s.into()))
|
||||
// Minimum execution time: 22_943 nanoseconds.
|
||||
Weight::from_ref_time(24_153_723)
|
||||
// Standard Error: 1_092
|
||||
.saturating_add(Weight::from_ref_time(130_471).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: 32_251 nanoseconds.
|
||||
Weight::from_ref_time(35_331_884)
|
||||
// Standard Error: 1_201
|
||||
.saturating_add(Weight::from_ref_time(92_906).saturating_mul(s.into()))
|
||||
// Minimum execution time: 32_093 nanoseconds.
|
||||
Weight::from_ref_time(34_829_454)
|
||||
// Standard Error: 1_573
|
||||
.saturating_add(Weight::from_ref_time(148_149).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