mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 07:31: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-16, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
||||
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
||||
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-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/kusama/src/weights/
|
||||
// --output=./runtime/kusama/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_233 nanoseconds.
|
||||
Weight::from_ref_time(14_763_390 as u64)
|
||||
// Minimum execution time: 14_550 nanoseconds.
|
||||
Weight::from_ref_time(14_819_772 as u64)
|
||||
// Standard Error: 2
|
||||
.saturating_add(Weight::from_ref_time(479 as u64).saturating_mul(z as u64))
|
||||
.saturating_add(Weight::from_ref_time(530 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: 42_837 nanoseconds.
|
||||
Weight::from_ref_time(34_846_149 as u64)
|
||||
// Standard Error: 646
|
||||
.saturating_add(Weight::from_ref_time(89_482 as u64).saturating_mul(s as u64))
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_ref_time(1_465 as u64).saturating_mul(z as u64))
|
||||
// Minimum execution time: 44_383 nanoseconds.
|
||||
Weight::from_ref_time(36_132_121 as u64)
|
||||
// Standard Error: 1_070
|
||||
.saturating_add(Weight::from_ref_time(93_918 as u64).saturating_mul(s as u64))
|
||||
// Standard Error: 10
|
||||
.saturating_add(Weight::from_ref_time(1_528 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_269 nanoseconds.
|
||||
Weight::from_ref_time(25_447_784 as u64)
|
||||
// Standard Error: 499
|
||||
.saturating_add(Weight::from_ref_time(74_525 as u64).saturating_mul(s as u64))
|
||||
// Standard Error: 4
|
||||
.saturating_add(Weight::from_ref_time(1_457 as u64).saturating_mul(z as u64))
|
||||
// Minimum execution time: 34_110 nanoseconds.
|
||||
Weight::from_ref_time(26_664_378 as u64)
|
||||
// Standard Error: 629
|
||||
.saturating_add(Weight::from_ref_time(83_644 as u64).saturating_mul(s as u64))
|
||||
// Standard Error: 6
|
||||
.saturating_add(Weight::from_ref_time(1_504 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_096 nanoseconds.
|
||||
Weight::from_ref_time(37_139_587 as u64)
|
||||
// Standard Error: 602
|
||||
.saturating_add(Weight::from_ref_time(104_199 as u64).saturating_mul(s as u64))
|
||||
// Standard Error: 5
|
||||
.saturating_add(Weight::from_ref_time(1_478 as u64).saturating_mul(z as u64))
|
||||
// Minimum execution time: 48_372 nanoseconds.
|
||||
Weight::from_ref_time(38_695_552 as u64)
|
||||
// Standard Error: 1_125
|
||||
.saturating_add(Weight::from_ref_time(106_455 as u64).saturating_mul(s as u64))
|
||||
// Standard Error: 11
|
||||
.saturating_add(Weight::from_ref_time(1_594 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: 31_572 nanoseconds.
|
||||
Weight::from_ref_time(33_475_485 as u64)
|
||||
// Standard Error: 972
|
||||
.saturating_add(Weight::from_ref_time(91_041 as u64).saturating_mul(s as u64))
|
||||
// Minimum execution time: 32_237 nanoseconds.
|
||||
Weight::from_ref_time(34_981_368 as u64)
|
||||
// Standard Error: 1_047
|
||||
.saturating_add(Weight::from_ref_time(89_105 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: 21_861 nanoseconds.
|
||||
Weight::from_ref_time(23_986_670 as u64)
|
||||
// Standard Error: 660
|
||||
.saturating_add(Weight::from_ref_time(79_765 as u64).saturating_mul(s as u64))
|
||||
// Minimum execution time: 23_708 nanoseconds.
|
||||
Weight::from_ref_time(25_069_818 as u64)
|
||||
// Standard Error: 671
|
||||
.saturating_add(Weight::from_ref_time(81_787 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_375 nanoseconds.
|
||||
Weight::from_ref_time(33_657_765 as u64)
|
||||
// Standard Error: 931
|
||||
.saturating_add(Weight::from_ref_time(84_177 as u64).saturating_mul(s as u64))
|
||||
// Minimum execution time: 33_396 nanoseconds.
|
||||
Weight::from_ref_time(35_234_152 as u64)
|
||||
// Standard Error: 918
|
||||
.saturating_add(Weight::from_ref_time(88_496 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