[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 6d0ecc1967
commit cef3ebca56
71 changed files with 1795 additions and 1797 deletions
@@ -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: `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-rococo-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: 12_012 nanoseconds.
Weight::from_ref_time(23_285_911)
// Standard Error: 2_576
.saturating_add(Weight::from_ref_time(3_535_162).saturating_mul(c.into()))
// Minimum execution time: 12_278 nanoseconds.
Weight::from_ref_time(20_001_334)
// Standard Error: 2_136
.saturating_add(Weight::from_ref_time(4_358_244).saturating_mul(c.into()))
}
fn as_derivative() -> Weight {
// Minimum execution time: 6_534 nanoseconds.
Weight::from_ref_time(6_729_000)
// Minimum execution time: 6_169 nanoseconds.
Weight::from_ref_time(6_643_000)
}
/// The range of component `c` is `[0, 1000]`.
fn batch_all(c: u32, ) -> Weight {
// Minimum execution time: 11_892 nanoseconds.
Weight::from_ref_time(14_934_381)
// Standard Error: 2_702
.saturating_add(Weight::from_ref_time(3_736_152).saturating_mul(c.into()))
// Minimum execution time: 12_543 nanoseconds.
Weight::from_ref_time(19_156_769)
// Standard Error: 1_592
.saturating_add(Weight::from_ref_time(4_552_994).saturating_mul(c.into()))
}
fn dispatch_as() -> Weight {
// Minimum execution time: 14_082 nanoseconds.
Weight::from_ref_time(14_286_000)
// Minimum execution time: 14_418 nanoseconds.
Weight::from_ref_time(14_786_000)
}
/// The range of component `c` is `[0, 1000]`.
fn force_batch(c: u32, ) -> Weight {
// Minimum execution time: 12_445 nanoseconds.
Weight::from_ref_time(19_975_100)
// Standard Error: 2_591
.saturating_add(Weight::from_ref_time(3_535_771).saturating_mul(c.into()))
// Minimum execution time: 12_392 nanoseconds.
Weight::from_ref_time(12_842_928)
// Standard Error: 1_690
.saturating_add(Weight::from_ref_time(4_374_663).saturating_mul(c.into()))
}
}