[ci] Return benchmark to bm machines (#2225)

* [WIP][ci] Return benchmark to bm machines

* run build on docker machines

* restart pipeline

* rm docker runner

* fix refs

* add weights

* return ci

* fix asset benchmark
This commit is contained in:
Alexander Samusev
2023-02-23 11:50:38 +01:00
committed by GitHub
parent bdd75044bb
commit 6c89607b31
89 changed files with 7970 additions and 3721 deletions
@@ -17,8 +17,9 @@
//! Autogenerated weights for `pallet_utility`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! 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`
//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemine-dev"), DB CACHE: 1024
// Executed Command:
@@ -48,31 +49,51 @@ 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: 13_109 nanoseconds.
Weight::from_ref_time(23_963_302)
// Standard Error: 1_571
.saturating_add(Weight::from_ref_time(4_637_532).saturating_mul(c.into()))
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 6_416 nanoseconds.
Weight::from_ref_time(18_983_305)
.saturating_add(Weight::from_proof_size(0))
// Standard Error: 2_082
.saturating_add(Weight::from_ref_time(4_175_368).saturating_mul(c.into()))
}
fn as_derivative() -> Weight {
// Minimum execution time: 6_614 nanoseconds.
Weight::from_ref_time(6_803_000)
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 4_581 nanoseconds.
Weight::from_ref_time(4_767_000)
.saturating_add(Weight::from_proof_size(0))
}
/// The range of component `c` is `[0, 1000]`.
fn batch_all(c: u32, ) -> Weight {
// Minimum execution time: 13_221 nanoseconds.
Weight::from_ref_time(24_784_806)
// Standard Error: 1_596
.saturating_add(Weight::from_ref_time(4_866_077).saturating_mul(c.into()))
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 6_279 nanoseconds.
Weight::from_ref_time(21_320_216)
.saturating_add(Weight::from_proof_size(0))
// Standard Error: 1_995
.saturating_add(Weight::from_ref_time(4_376_040).saturating_mul(c.into()))
}
fn dispatch_as() -> Weight {
// Minimum execution time: 15_207 nanoseconds.
Weight::from_ref_time(15_581_000)
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 8_298 nanoseconds.
Weight::from_ref_time(8_522_000)
.saturating_add(Weight::from_proof_size(0))
}
/// The range of component `c` is `[0, 1000]`.
fn force_batch(c: u32, ) -> Weight {
// Minimum execution time: 13_561 nanoseconds.
Weight::from_ref_time(23_235_284)
// Standard Error: 1_417
.saturating_add(Weight::from_ref_time(4_647_468).saturating_mul(c.into()))
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 6_311 nanoseconds.
Weight::from_ref_time(16_307_926)
.saturating_add(Weight::from_proof_size(0))
// Standard Error: 2_381
.saturating_add(Weight::from_ref_time(4_172_851).saturating_mul(c.into()))
}
}