update weights (#6798)

* polkadot: update weights

* westend: update weights

* kusama: update weights

* rococo: update weights
This commit is contained in:
Mara Robin B
2023-02-28 15:08:21 +01:00
committed by GitHub
parent 56f6b39da8
commit 63d1641b1e
165 changed files with 6974 additions and 5180 deletions
@@ -16,8 +16,9 @@
//! Autogenerated weights for `pallet_multisig`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! 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`
//! DATE: 2023-02-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! 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:
@@ -46,80 +47,113 @@ 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: 16_814 nanoseconds.
Weight::from_ref_time(18_252_508)
// Standard Error: 8
.saturating_add(Weight::from_ref_time(555).saturating_mul(z.into()))
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 12_271 nanoseconds.
Weight::from_ref_time(12_669_904)
.saturating_add(Weight::from_proof_size(0))
// Standard Error: 1
.saturating_add(Weight::from_ref_time(556).saturating_mul(z.into()))
}
// Storage: Multisig Multisigs (r:1 w:1)
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
/// Storage: Multisig Multisigs (r:1 w:1)
/// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen)
/// 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: 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))
// Proof Size summary in bytes:
// Measured: `395 + s * (2 ±0)`
// Estimated: `5821`
// Minimum execution time: 38_074 nanoseconds.
Weight::from_ref_time(31_174_864)
.saturating_add(Weight::from_proof_size(5821))
// Standard Error: 609
.saturating_add(Weight::from_ref_time(73_824).saturating_mul(s.into()))
// Standard Error: 5
.saturating_add(Weight::from_ref_time(1_584).saturating_mul(z.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
// Storage: Multisig Multisigs (r:1 w:1)
/// Storage: Multisig Multisigs (r:1 w:1)
/// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen)
/// 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: 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()))
// Proof Size summary in bytes:
// Measured: `317`
// Estimated: `5821`
// Minimum execution time: 28_082 nanoseconds.
Weight::from_ref_time(22_085_278)
.saturating_add(Weight::from_proof_size(5821))
// Standard Error: 711
.saturating_add(Weight::from_ref_time(72_605).saturating_mul(s.into()))
// Standard Error: 6
.saturating_add(Weight::from_ref_time(1_523).saturating_mul(z.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}
// Storage: Multisig Multisigs (r:1 w:1)
// Storage: System Account (r:1 w:1)
/// Storage: Multisig Multisigs (r:1 w:1)
/// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen)
/// Storage: System Account (r:1 w:1)
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
/// 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: 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()))
// Proof Size summary in bytes:
// Measured: `455 + s * (33 ±0)`
// Estimated: `8424`
// Minimum execution time: 42_802 nanoseconds.
Weight::from_ref_time(34_774_719)
.saturating_add(Weight::from_proof_size(8424))
// Standard Error: 450
.saturating_add(Weight::from_ref_time(87_427).saturating_mul(s.into()))
// Standard Error: 4
.saturating_add(Weight::from_ref_time(1_575).saturating_mul(z.into()))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
}
// Storage: Multisig Multisigs (r:1 w:1)
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
/// Storage: Multisig Multisigs (r:1 w:1)
/// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen)
/// The range of component `s` is `[2, 100]`.
fn approve_as_multi_create(s: u32, ) -> Weight {
// 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: 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()))
// Proof Size summary in bytes:
// Measured: `405 + s * (2 ±0)`
// Estimated: `5821`
// Minimum execution time: 28_126 nanoseconds.
Weight::from_ref_time(29_606_606)
.saturating_add(Weight::from_proof_size(5821))
// Standard Error: 830
.saturating_add(Weight::from_ref_time(79_120).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)
/// Storage: Multisig Multisigs (r:1 w:1)
/// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen)
/// The range of component `s` is `[2, 100]`.
fn approve_as_multi_approve(s: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `317`
// Estimated: `5821`
// Minimum execution time: 18_249 nanoseconds.
Weight::from_ref_time(19_695_213)
.saturating_add(Weight::from_proof_size(5821))
// Standard Error: 662
.saturating_add(Weight::from_ref_time(77_485).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)
/// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen)
/// The range of component `s` is `[2, 100]`.
fn cancel_as_multi(s: u32, ) -> Weight {
// 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()))
// Proof Size summary in bytes:
// Measured: `521 + s * (1 ±0)`
// Estimated: `5821`
// Minimum execution time: 29_871 nanoseconds.
Weight::from_ref_time(30_661_326)
.saturating_add(Weight::from_proof_size(5821))
// Standard Error: 563
.saturating_add(Weight::from_ref_time(75_613).saturating_mul(s.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
}