[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-23, 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("collectives-polkadot-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: 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()))
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 5_987 nanoseconds.
Weight::from_ref_time(19_221_047)
.saturating_add(Weight::from_proof_size(0))
// Standard Error: 2_233
.saturating_add(Weight::from_ref_time(3_808_598).saturating_mul(c.into()))
}
fn as_derivative() -> Weight {
// Minimum execution time: 6_309 nanoseconds.
Weight::from_ref_time(6_560_000)
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 4_203 nanoseconds.
Weight::from_ref_time(4_337_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: 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()))
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 5_986 nanoseconds.
Weight::from_ref_time(14_991_349)
.saturating_add(Weight::from_proof_size(0))
// Standard Error: 2_440
.saturating_add(Weight::from_ref_time(4_032_363).saturating_mul(c.into()))
}
fn dispatch_as() -> Weight {
// Minimum execution time: 14_949 nanoseconds.
Weight::from_ref_time(15_398_000)
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 7_768 nanoseconds.
Weight::from_ref_time(7_998_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: 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()))
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 5_906 nanoseconds.
Weight::from_ref_time(16_782_253)
.saturating_add(Weight::from_proof_size(0))
// Standard Error: 2_131
.saturating_add(Weight::from_ref_time(3_780_339).saturating_mul(c.into()))
}
}