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_multisig`
//!
//! 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,22 +46,22 @@ pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
/// The range of component `z` is `[0, 10000]`.
fn as_multi_threshold_1(z: u32, ) -> Weight {
// Minimum execution time: 15_224 nanoseconds.
Weight::from_ref_time(15_843_409)
// Standard Error: 2
.saturating_add(Weight::from_ref_time(527).saturating_mul(z.into()))
// Minimum execution time: 16_544 nanoseconds.
Weight::from_ref_time(18_309_933)
// Standard Error: 9
.saturating_add(Weight::from_ref_time(610).saturating_mul(z.into()))
}
// Storage: Multisig Multisigs (r:1 w:1)
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
/// The range of component `s` is `[2, 100]`.
/// The range of component `z` is `[0, 10000]`.
fn as_multi_create(s: u32, z: u32, ) -> Weight {
// Minimum execution time: 43_683 nanoseconds.
Weight::from_ref_time(36_042_794)
// Standard Error: 1_065
.saturating_add(Weight::from_ref_time(81_673).saturating_mul(s.into()))
// Standard Error: 10
.saturating_add(Weight::from_ref_time(1_615).saturating_mul(z.into()))
// Minimum execution time: 50_623 nanoseconds.
Weight::from_ref_time(36_061_466)
// Standard Error: 1_626
.saturating_add(Weight::from_ref_time(160_741).saturating_mul(s.into()))
// Standard Error: 15
.saturating_add(Weight::from_ref_time(1_962).saturating_mul(z.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -69,12 +69,12 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
/// The range of component `s` is `[3, 100]`.
/// The range of component `z` is `[0, 10000]`.
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
// Minimum execution time: 32_760 nanoseconds.
Weight::from_ref_time(26_604_951)
// Standard Error: 964
.saturating_add(Weight::from_ref_time(72_733).saturating_mul(s.into()))
// Standard Error: 9
.saturating_add(Weight::from_ref_time(1_549).saturating_mul(z.into()))
// Minimum execution time: 37_458 nanoseconds.
Weight::from_ref_time(25_419_081)
// Standard Error: 1_320
.saturating_add(Weight::from_ref_time(141_766).saturating_mul(s.into()))
// Standard Error: 12
.saturating_add(Weight::from_ref_time(1_891).saturating_mul(z.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -83,12 +83,12 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
/// The range of component `s` is `[2, 100]`.
/// The range of component `z` is `[0, 10000]`.
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
// Minimum execution time: 46_479 nanoseconds.
Weight::from_ref_time(37_298_387)
// Standard Error: 706
.saturating_add(Weight::from_ref_time(110_113).saturating_mul(s.into()))
// Standard Error: 6
.saturating_add(Weight::from_ref_time(1_581).saturating_mul(z.into()))
// Minimum execution time: 53_942 nanoseconds.
Weight::from_ref_time(37_373_893)
// Standard Error: 1_504
.saturating_add(Weight::from_ref_time(189_355).saturating_mul(s.into()))
// Standard Error: 14
.saturating_add(Weight::from_ref_time(2_025).saturating_mul(z.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -96,30 +96,30 @@ impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
/// The range of component `s` is `[2, 100]`.
fn approve_as_multi_create(s: u32, ) -> Weight {
// Minimum execution time: 31_638 nanoseconds.
Weight::from_ref_time(34_636_225)
// Standard Error: 1_064
.saturating_add(Weight::from_ref_time(85_503).saturating_mul(s.into()))
// Minimum execution time: 33_208 nanoseconds.
Weight::from_ref_time(35_116_014)
// Standard Error: 1_471
.saturating_add(Weight::from_ref_time(156_831).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
}
// Storage: Multisig Multisigs (r:1 w:1)
/// The range of component `s` is `[2, 100]`.
fn approve_as_multi_approve(s: u32, ) -> Weight {
// Minimum execution time: 22_455 nanoseconds.
Weight::from_ref_time(24_456_437)
// Standard Error: 792
.saturating_add(Weight::from_ref_time(83_410).saturating_mul(s.into()))
// Minimum execution time: 22_822 nanoseconds.
Weight::from_ref_time(23_714_943)
// Standard Error: 1_325
.saturating_add(Weight::from_ref_time(137_562).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
// Storage: Multisig Multisigs (r:1 w:1)
/// The range of component `s` is `[2, 100]`.
fn cancel_as_multi(s: u32, ) -> Weight {
// Minimum execution time: 32_286 nanoseconds.
Weight::from_ref_time(34_612_677)
// Standard Error: 925
.saturating_add(Weight::from_ref_time(77_701).saturating_mul(s.into()))
// Minimum execution time: 32_642 nanoseconds.
Weight::from_ref_time(34_360_224)
// Standard Error: 1_531
.saturating_add(Weight::from_ref_time(145_598).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}