mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
update weights (sync with 0.9.33) (#6362)
* update weights (0.9.33) (#6299) * kusama: update weights * polkadot: update weights * rococo: update weights * westend: update weights * fix deps * Resolve merge Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Reset Kusama whitelist weights Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
@@ -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: 2022-10-26, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm2`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! DATE: 2022-11-15, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024
|
||||
|
||||
// Executed Command:
|
||||
@@ -28,11 +28,11 @@
|
||||
// --steps=50
|
||||
// --repeat=20
|
||||
// --pallet=pallet_multisig
|
||||
// --extrinsic=
|
||||
// --extrinsic=*
|
||||
// --execution=wasm
|
||||
// --wasm-execution=compiled
|
||||
// --header=./file_header.txt
|
||||
// --output=runtime/westend/src/weights/
|
||||
// --output=./runtime/westend/src/weights/
|
||||
|
||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
#![allow(unused_parens)]
|
||||
@@ -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: 14_417 nanoseconds.
|
||||
Weight::from_ref_time(14_932_092 as u64)
|
||||
// Minimum execution time: 15_271 nanoseconds.
|
||||
Weight::from_ref_time(15_773_573 as u64)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_ref_time(482 as u64).saturating_mul(z as u64))
|
||||
.saturating_add(Weight::from_ref_time(579 as u64).saturating_mul(z as u64))
|
||||
}
|
||||
// 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: 41_482 nanoseconds.
|
||||
Weight::from_ref_time(34_353_792 as u64)
|
||||
// Standard Error: 791
|
||||
.saturating_add(Weight::from_ref_time(81_017 as u64).saturating_mul(s as u64))
|
||||
// Standard Error: 7
|
||||
.saturating_add(Weight::from_ref_time(1_468 as u64).saturating_mul(z as u64))
|
||||
// Minimum execution time: 42_809 nanoseconds.
|
||||
Weight::from_ref_time(35_419_390 as u64)
|
||||
// Standard Error: 591
|
||||
.saturating_add(Weight::from_ref_time(82_370 as u64).saturating_mul(s as u64))
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_ref_time(1_638 as u64).saturating_mul(z as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
@@ -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_410 nanoseconds.
|
||||
Weight::from_ref_time(25_806_543 as u64)
|
||||
// Standard Error: 602
|
||||
.saturating_add(Weight::from_ref_time(74_253 as u64).saturating_mul(s as u64))
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_ref_time(1_463 as u64).saturating_mul(z as u64))
|
||||
// Minimum execution time: 34_162 nanoseconds.
|
||||
Weight::from_ref_time(28_110_900 as u64)
|
||||
// Standard Error: 825
|
||||
.saturating_add(Weight::from_ref_time(76_710 as u64).saturating_mul(s as u64))
|
||||
// Standard Error: 8
|
||||
.saturating_add(Weight::from_ref_time(1_516 as u64).saturating_mul(z as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
@@ -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_059 nanoseconds.
|
||||
Weight::from_ref_time(37_295_248 as u64)
|
||||
// Standard Error: 604
|
||||
.saturating_add(Weight::from_ref_time(104_164 as u64).saturating_mul(s as u64))
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_ref_time(1_489 as u64).saturating_mul(z as u64))
|
||||
// Minimum execution time: 49_116 nanoseconds.
|
||||
Weight::from_ref_time(39_420_656 as u64)
|
||||
// Standard Error: 700
|
||||
.saturating_add(Weight::from_ref_time(109_061 as u64).saturating_mul(s as u64))
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_ref_time(1_628 as u64).saturating_mul(z as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(2 as u64))
|
||||
}
|
||||
@@ -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: 29_952 nanoseconds.
|
||||
Weight::from_ref_time(32_697_678 as u64)
|
||||
// Standard Error: 857
|
||||
.saturating_add(Weight::from_ref_time(86_644 as u64).saturating_mul(s as u64))
|
||||
// Minimum execution time: 31_803 nanoseconds.
|
||||
Weight::from_ref_time(33_935_512 as u64)
|
||||
// Standard Error: 843
|
||||
.saturating_add(Weight::from_ref_time(92_536 as u64).saturating_mul(s as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(2 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// 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_298 nanoseconds.
|
||||
Weight::from_ref_time(23_997_404 as u64)
|
||||
// Standard Error: 855
|
||||
.saturating_add(Weight::from_ref_time(82_455 as u64).saturating_mul(s as u64))
|
||||
// Minimum execution time: 24_026 nanoseconds.
|
||||
Weight::from_ref_time(25_381_198 as u64)
|
||||
// Standard Error: 688
|
||||
.saturating_add(Weight::from_ref_time(86_761 as u64).saturating_mul(s as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
// 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: 31_615 nanoseconds.
|
||||
Weight::from_ref_time(33_932_527 as u64)
|
||||
// Standard Error: 823
|
||||
.saturating_add(Weight::from_ref_time(87_873 as u64).saturating_mul(s as u64))
|
||||
// Minimum execution time: 34_044 nanoseconds.
|
||||
Weight::from_ref_time(36_091_489 as u64)
|
||||
// Standard Error: 917
|
||||
.saturating_add(Weight::from_ref_time(88_975 as u64).saturating_mul(s as u64))
|
||||
.saturating_add(T::DbWeight::get().reads(1 as u64))
|
||||
.saturating_add(T::DbWeight::get().writes(1 as u64))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user