mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23: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
+18
-18
@@ -17,8 +17,8 @@
|
||||
//! Autogenerated weights for `pallet_utility`
|
||||
//!
|
||||
//! 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,31 +48,31 @@ pub struct WeightInfo<T>(PhantomData<T>);
|
||||
impl<T: frame_system::Config> pallet_utility::WeightInfo for WeightInfo<T> {
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn batch(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 11_673 nanoseconds.
|
||||
Weight::from_ref_time(20_232_865)
|
||||
// Standard Error: 2_139
|
||||
.saturating_add(Weight::from_ref_time(3_634_291).saturating_mul(c.into()))
|
||||
// Minimum execution time: 12_693 nanoseconds.
|
||||
Weight::from_ref_time(16_857_716)
|
||||
// Standard Error: 1_960
|
||||
.saturating_add(Weight::from_ref_time(4_305_835).saturating_mul(c.into()))
|
||||
}
|
||||
fn as_derivative() -> Weight {
|
||||
// Minimum execution time: 6_465 nanoseconds.
|
||||
Weight::from_ref_time(6_783_000)
|
||||
// Minimum execution time: 6_309 nanoseconds.
|
||||
Weight::from_ref_time(6_560_000)
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn batch_all(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 11_740 nanoseconds.
|
||||
Weight::from_ref_time(25_924_183)
|
||||
// Standard Error: 2_899
|
||||
.saturating_add(Weight::from_ref_time(3_860_781).saturating_mul(c.into()))
|
||||
// Minimum execution time: 12_890 nanoseconds.
|
||||
Weight::from_ref_time(19_743_708)
|
||||
// Standard Error: 2_659
|
||||
.saturating_add(Weight::from_ref_time(4_530_531).saturating_mul(c.into()))
|
||||
}
|
||||
fn dispatch_as() -> Weight {
|
||||
// Minimum execution time: 14_329 nanoseconds.
|
||||
Weight::from_ref_time(14_576_000)
|
||||
// Minimum execution time: 14_949 nanoseconds.
|
||||
Weight::from_ref_time(15_398_000)
|
||||
}
|
||||
/// The range of component `c` is `[0, 1000]`.
|
||||
fn force_batch(c: u32, ) -> Weight {
|
||||
// Minimum execution time: 11_891 nanoseconds.
|
||||
Weight::from_ref_time(24_417_472)
|
||||
// Standard Error: 5_719
|
||||
.saturating_add(Weight::from_ref_time(3_635_818).saturating_mul(c.into()))
|
||||
// Minimum execution time: 12_979 nanoseconds.
|
||||
Weight::from_ref_time(16_643_839)
|
||||
// Standard Error: 2_263
|
||||
.saturating_add(Weight::from_ref_time(4_321_042).saturating_mul(c.into()))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user