mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
6341fafe9d
Co-authored-by: Ignacio Palacios <ignacio.palacios.santos@gmail.com>
147 lines
5.7 KiB
Rust
147 lines
5.7 KiB
Rust
// Copyright 2021 Parity Technologies (UK) Ltd.
|
|
// This file is part of Cumulus.
|
|
|
|
// Cumulus is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
|
|
// Cumulus is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with Cumulus. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
//! Autogenerated weights for `pallet_multisig`
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
|
//! DATE: 2021-11-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("statemint-dev"), DB CACHE: 128
|
|
|
|
// Executed Command:
|
|
// ./target/release/polkadot-collator
|
|
// benchmark
|
|
// --chain=statemint-dev
|
|
// --execution=wasm
|
|
// --wasm-execution=compiled
|
|
// --pallet=pallet_multisig
|
|
// --extrinsic=*
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --raw
|
|
// --header=./file_header.txt
|
|
// --output=./polkadot-parachains/statemint/src/weights
|
|
|
|
|
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
|
#![allow(unused_parens)]
|
|
#![allow(unused_imports)]
|
|
|
|
use frame_support::{traits::Get, weights::Weight};
|
|
use sp_std::marker::PhantomData;
|
|
|
|
/// Weight functions for `pallet_multisig`.
|
|
pub struct WeightInfo<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> pallet_multisig::WeightInfo for WeightInfo<T> {
|
|
fn as_multi_threshold_1(z: u32, ) -> Weight {
|
|
(20_198_000 as Weight)
|
|
// Standard Error: 0
|
|
.saturating_add((1_000 as Weight).saturating_mul(z as Weight))
|
|
}
|
|
// Storage: Multisig Multisigs (r:1 w:1)
|
|
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
|
fn as_multi_create(s: u32, z: u32, ) -> Weight {
|
|
(48_723_000 as Weight)
|
|
// Standard Error: 1_000
|
|
.saturating_add((160_000 as Weight).saturating_mul(s as Weight))
|
|
// Standard Error: 0
|
|
.saturating_add((2_000 as Weight).saturating_mul(z as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Multisig Multisigs (r:1 w:1)
|
|
// Storage: Multisig Calls (r:1 w:1)
|
|
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
|
fn as_multi_create_store(s: u32, z: u32, ) -> Weight {
|
|
(53_779_000 as Weight)
|
|
// Standard Error: 1_000
|
|
.saturating_add((167_000 as Weight).saturating_mul(s as Weight))
|
|
// Standard Error: 0
|
|
.saturating_add((2_000 as Weight).saturating_mul(z as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(3 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Multisig Multisigs (r:1 w:1)
|
|
fn as_multi_approve(s: u32, z: u32, ) -> Weight {
|
|
(28_914_000 as Weight)
|
|
// Standard Error: 1_000
|
|
.saturating_add((167_000 as Weight).saturating_mul(s as Weight))
|
|
// Standard Error: 0
|
|
.saturating_add((2_000 as Weight).saturating_mul(z as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(1 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Multisig Multisigs (r:1 w:1)
|
|
// Storage: Multisig Calls (r:1 w:1)
|
|
fn as_multi_approve_store(s: u32, z: u32, ) -> Weight {
|
|
(49_895_000 as Weight)
|
|
// Standard Error: 1_000
|
|
.saturating_add((173_000 as Weight).saturating_mul(s as Weight))
|
|
// Standard Error: 0
|
|
.saturating_add((3_000 as Weight).saturating_mul(z as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
|
}
|
|
// Storage: Multisig Multisigs (r:1 w:1)
|
|
// Storage: Multisig Calls (r:1 w:1)
|
|
// Storage: System Account (r:1 w:1)
|
|
fn as_multi_complete(s: u32, z: u32, ) -> Weight {
|
|
(64_775_000 as Weight)
|
|
// Standard Error: 1_000
|
|
.saturating_add((260_000 as Weight).saturating_mul(s as Weight))
|
|
// Standard Error: 0
|
|
.saturating_add((4_000 as Weight).saturating_mul(z as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(3 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Multisig Multisigs (r:1 w:1)
|
|
// Storage: unknown [0x3a65787472696e7369635f696e646578] (r:1 w:0)
|
|
fn approve_as_multi_create(s: u32, ) -> Weight {
|
|
(47_753_000 as Weight)
|
|
// Standard Error: 0
|
|
.saturating_add((162_000 as Weight).saturating_mul(s as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Multisig Multisigs (r:1 w:1)
|
|
// Storage: Multisig Calls (r:1 w:0)
|
|
fn approve_as_multi_approve(s: u32, ) -> Weight {
|
|
(28_982_000 as Weight)
|
|
// Standard Error: 0
|
|
.saturating_add((163_000 as Weight).saturating_mul(s as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(1 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
}
|
|
// Storage: Multisig Multisigs (r:1 w:1)
|
|
// Storage: Multisig Calls (r:1 w:1)
|
|
// Storage: System Account (r:1 w:1)
|
|
fn approve_as_multi_complete(s: u32, ) -> Weight {
|
|
(100_209_000 as Weight)
|
|
// Standard Error: 1_000
|
|
.saturating_add((268_000 as Weight).saturating_mul(s as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(3 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(3 as Weight))
|
|
}
|
|
// Storage: Multisig Multisigs (r:1 w:1)
|
|
// Storage: Multisig Calls (r:1 w:1)
|
|
fn cancel_as_multi(s: u32, ) -> Weight {
|
|
(77_096_000 as Weight)
|
|
// Standard Error: 1_000
|
|
.saturating_add((161_000 as Weight).saturating_mul(s as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
|
}
|
|
}
|