New runners for weights and new weights (#6508)

* [DO NOT MERGE] test new vm runner for weights 2

* add image

* fix merge conflict

* apply weights

* new weights

Co-authored-by: parity-processbot <>
This commit is contained in:
Alexander Samusev
2023-01-24 16:35:26 +01:00
committed by GitHub
parent cc080d0e78
commit 0119a6dae1
166 changed files with 4585 additions and 4550 deletions
@@ -16,8 +16,8 @@
//! Autogenerated weights for `pallet_utility`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024
// Executed Command:
@@ -46,31 +46,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_743 nanoseconds.
Weight::from_ref_time(26_710_495)
// Standard Error: 3_498
.saturating_add(Weight::from_ref_time(3_567_272).saturating_mul(c.into()))
// Minimum execution time: 12_735 nanoseconds.
Weight::from_ref_time(25_784_287)
// Standard Error: 3_250
.saturating_add(Weight::from_ref_time(4_497_732).saturating_mul(c.into()))
}
fn as_derivative() -> Weight {
// Minimum execution time: 6_430 nanoseconds.
Weight::from_ref_time(6_667_000)
// Minimum execution time: 6_410 nanoseconds.
Weight::from_ref_time(6_766_000)
}
/// The range of component `c` is `[0, 1000]`.
fn batch_all(c: u32, ) -> Weight {
// Minimum execution time: 11_850 nanoseconds.
Weight::from_ref_time(14_408_021)
// Standard Error: 3_090
.saturating_add(Weight::from_ref_time(3_727_923).saturating_mul(c.into()))
// Minimum execution time: 12_841 nanoseconds.
Weight::from_ref_time(18_877_705)
// Standard Error: 3_363
.saturating_add(Weight::from_ref_time(4_708_446).saturating_mul(c.into()))
}
fn dispatch_as() -> Weight {
// Minimum execution time: 13_739 nanoseconds.
Weight::from_ref_time(14_154_000)
// Minimum execution time: 14_830 nanoseconds.
Weight::from_ref_time(15_549_000)
}
/// The range of component `c` is `[0, 1000]`.
fn force_batch(c: u32, ) -> Weight {
// Minimum execution time: 11_604 nanoseconds.
Weight::from_ref_time(16_896_872)
// Standard Error: 3_001
.saturating_add(Weight::from_ref_time(3_565_961).saturating_mul(c.into()))
// Minimum execution time: 12_963 nanoseconds.
Weight::from_ref_time(21_797_288)
// Standard Error: 2_754
.saturating_add(Weight::from_ref_time(4_525_992).saturating_mul(c.into()))
}
}