mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 02:07:55 +00:00
1bb2e96501
* evm template integrated * workflows modified per template * workflow fixes
148 lines
6.1 KiB
Rust
148 lines
6.1 KiB
Rust
|
|
//! Autogenerated weights for `pallet_multisig`
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
|
|
//! DATE: 2024-04-18, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! WORST CASE MAP SIZE: `1000000`
|
|
//! HOSTNAME: `ip-172-31-15-118`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
|
|
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: 1024
|
|
|
|
// Executed Command:
|
|
// target/release/parachain-template-node
|
|
// benchmark
|
|
// pallet
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --extrinsic=*
|
|
// --wasm-execution=compiled
|
|
// --heap-pages=4096
|
|
// --json-file=results-pallet_multisig.json
|
|
// --pallet=pallet_multisig
|
|
// --chain=dev
|
|
// --output=new-benchmarks/pallet_multisig.rs
|
|
|
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
|
#![allow(unused_parens)]
|
|
#![allow(unused_imports)]
|
|
#![allow(missing_docs)]
|
|
|
|
use frame_support::{traits::Get, weights::Weight};
|
|
use core::marker::PhantomData;
|
|
|
|
/// Weight functions for `pallet_multisig`.
|
|
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 {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 15_963_000 picoseconds.
|
|
Weight::from_parts(16_803_573, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
// Standard Error: 3
|
|
.saturating_add(Weight::from_parts(501, 0).saturating_mul(z.into()))
|
|
}
|
|
/// 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 {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `263 + s * (2 ±0)`
|
|
// Estimated: `6811`
|
|
// Minimum execution time: 51_483_000 picoseconds.
|
|
Weight::from_parts(39_405_257, 0)
|
|
.saturating_add(Weight::from_parts(0, 6811))
|
|
// Standard Error: 538
|
|
.saturating_add(Weight::from_parts(132_817, 0).saturating_mul(s.into()))
|
|
// Standard Error: 5
|
|
.saturating_add(Weight::from_parts(1_404, 0).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)
|
|
/// 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 {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `282`
|
|
// Estimated: `6811`
|
|
// Minimum execution time: 33_016_000 picoseconds.
|
|
Weight::from_parts(22_290_579, 0)
|
|
.saturating_add(Weight::from_parts(0, 6811))
|
|
// Standard Error: 464
|
|
.saturating_add(Weight::from_parts(119_179, 0).saturating_mul(s.into()))
|
|
// Standard Error: 4
|
|
.saturating_add(Weight::from_parts(1_390, 0).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)
|
|
/// 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 {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `388 + s * (33 ±0)`
|
|
// Estimated: `6811`
|
|
// Minimum execution time: 55_907_000 picoseconds.
|
|
Weight::from_parts(43_257_069, 0)
|
|
.saturating_add(Weight::from_parts(0, 6811))
|
|
// Standard Error: 614
|
|
.saturating_add(Weight::from_parts(161_107, 0).saturating_mul(s.into()))
|
|
// Standard Error: 6
|
|
.saturating_add(Weight::from_parts(1_467, 0).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)
|
|
/// 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 {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `263 + s * (2 ±0)`
|
|
// Estimated: `6811`
|
|
// Minimum execution time: 36_962_000 picoseconds.
|
|
Weight::from_parts(38_010_134, 0)
|
|
.saturating_add(Weight::from_parts(0, 6811))
|
|
// Standard Error: 704
|
|
.saturating_add(Weight::from_parts(133_385, 0).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 approve_as_multi_approve(s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `282`
|
|
// Estimated: `6811`
|
|
// Minimum execution time: 20_134_000 picoseconds.
|
|
Weight::from_parts(20_794_717, 0)
|
|
.saturating_add(Weight::from_parts(0, 6811))
|
|
// Standard Error: 556
|
|
.saturating_add(Weight::from_parts(117_695, 0).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 {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `454 + s * (1 ±0)`
|
|
// Estimated: `6811`
|
|
// Minimum execution time: 38_167_000 picoseconds.
|
|
Weight::from_parts(39_536_648, 0)
|
|
.saturating_add(Weight::from_parts(0, 6811))
|
|
// Standard Error: 649
|
|
.saturating_add(Weight::from_parts(123_380, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
}
|