mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +00:00
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:
committed by
GitHub
parent
cc080d0e78
commit
0119a6dae1
@@ -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("westend-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_139 nanoseconds.
|
||||
Weight::from_ref_time(15_628_641)
|
||||
// Standard Error: 3
|
||||
.saturating_add(Weight::from_ref_time(534).saturating_mul(z.into()))
|
||||
// Minimum execution time: 16_814 nanoseconds.
|
||||
Weight::from_ref_time(18_252_508)
|
||||
// Standard Error: 8
|
||||
.saturating_add(Weight::from_ref_time(555).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_041 nanoseconds.
|
||||
Weight::from_ref_time(35_924_597)
|
||||
// Standard Error: 764
|
||||
.saturating_add(Weight::from_ref_time(79_957).saturating_mul(s.into()))
|
||||
// Standard Error: 7
|
||||
.saturating_add(Weight::from_ref_time(1_555).saturating_mul(z.into()))
|
||||
// Minimum execution time: 49_472 nanoseconds.
|
||||
Weight::from_ref_time(35_944_742)
|
||||
// Standard Error: 1_394
|
||||
.saturating_add(Weight::from_ref_time(155_857).saturating_mul(s.into()))
|
||||
// Standard Error: 13
|
||||
.saturating_add(Weight::from_ref_time(1_929).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: 34_101 nanoseconds.
|
||||
Weight::from_ref_time(26_919_170)
|
||||
// Standard Error: 674
|
||||
.saturating_add(Weight::from_ref_time(79_155).saturating_mul(s.into()))
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_ref_time(1_556).saturating_mul(z.into()))
|
||||
// Minimum execution time: 38_081 nanoseconds.
|
||||
Weight::from_ref_time(26_846_048)
|
||||
// Standard Error: 1_192
|
||||
.saturating_add(Weight::from_ref_time(136_620).saturating_mul(s.into()))
|
||||
// Standard Error: 11
|
||||
.saturating_add(Weight::from_ref_time(1_811).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: 48_453 nanoseconds.
|
||||
Weight::from_ref_time(39_310_876)
|
||||
// Standard Error: 713
|
||||
.saturating_add(Weight::from_ref_time(107_145).saturating_mul(s.into()))
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_ref_time(1_561).saturating_mul(z.into()))
|
||||
// Minimum execution time: 55_395 nanoseconds.
|
||||
Weight::from_ref_time(38_385_316)
|
||||
// Standard Error: 1_684
|
||||
.saturating_add(Weight::from_ref_time(188_921).saturating_mul(s.into()))
|
||||
// Standard Error: 16
|
||||
.saturating_add(Weight::from_ref_time(2_024).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_246 nanoseconds.
|
||||
Weight::from_ref_time(34_435_313)
|
||||
// Standard Error: 1_084
|
||||
.saturating_add(Weight::from_ref_time(84_577).saturating_mul(s.into()))
|
||||
// Minimum execution time: 32_781 nanoseconds.
|
||||
Weight::from_ref_time(35_307_540)
|
||||
// Standard Error: 1_664
|
||||
.saturating_add(Weight::from_ref_time(154_999).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: 23_796 nanoseconds.
|
||||
Weight::from_ref_time(25_739_759)
|
||||
// Standard Error: 781
|
||||
.saturating_add(Weight::from_ref_time(81_777).saturating_mul(s.into()))
|
||||
// Minimum execution time: 24_006 nanoseconds.
|
||||
Weight::from_ref_time(24_709_664)
|
||||
// Standard Error: 1_253
|
||||
.saturating_add(Weight::from_ref_time(147_127).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: 33_877 nanoseconds.
|
||||
Weight::from_ref_time(36_371_400)
|
||||
// Standard Error: 3_472
|
||||
.saturating_add(Weight::from_ref_time(85_589).saturating_mul(s.into()))
|
||||
// Minimum execution time: 34_794 nanoseconds.
|
||||
Weight::from_ref_time(36_103_891)
|
||||
// Standard Error: 1_306
|
||||
.saturating_add(Weight::from_ref_time(157_422).saturating_mul(s.into()))
|
||||
.saturating_add(T::DbWeight::get().reads(1))
|
||||
.saturating_add(T::DbWeight::get().writes(1))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user