mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 15:41:02 +00:00
4c0af07370
* ".git/.scripts/commands/bench-vm/bench-vm.sh" all westend * ".git/.scripts/commands/bench-vm/bench-vm.sh" all polkadot * ".git/.scripts/commands/bench-vm/bench-vm.sh" all kusama --------- Co-authored-by: command-bot <>
187 lines
7.9 KiB
Rust
187 lines
7.9 KiB
Rust
// Copyright (C) Parity Technologies (UK) Ltd.
|
|
// This file is part of Polkadot.
|
|
|
|
// Polkadot 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.
|
|
|
|
// Polkadot 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 Polkadot. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
//! Autogenerated weights for `pallet_recovery`
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
|
//! DATE: 2023-06-14, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! WORST CASE MAP SIZE: `1000000`
|
|
//! HOSTNAME: `runner--ss9ysm1-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024
|
|
|
|
// Executed Command:
|
|
// ./target/production/polkadot
|
|
// benchmark
|
|
// pallet
|
|
// --chain=westend-dev
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --no-storage-info
|
|
// --no-median-slopes
|
|
// --no-min-squares
|
|
// --pallet=pallet_recovery
|
|
// --extrinsic=*
|
|
// --execution=wasm
|
|
// --wasm-execution=compiled
|
|
// --header=./file_header.txt
|
|
// --output=./runtime/westend/src/weights/
|
|
|
|
#![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_recovery`.
|
|
pub struct WeightInfo<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> pallet_recovery::WeightInfo for WeightInfo<T> {
|
|
/// Storage: Recovery Proxy (r:1 w:0)
|
|
/// Proof: Recovery Proxy (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
|
fn as_recovered() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `111`
|
|
// Estimated: `3545`
|
|
// Minimum execution time: 8_588_000 picoseconds.
|
|
Weight::from_parts(8_886_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3545))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
}
|
|
/// Storage: Recovery Proxy (r:0 w:1)
|
|
/// Proof: Recovery Proxy (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
|
fn set_recovered() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 8_893_000 picoseconds.
|
|
Weight::from_parts(9_158_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Recovery Recoverable (r:1 w:1)
|
|
/// Proof: Recovery Recoverable (max_values: None, max_size: Some(351), added: 2826, mode: MaxEncodedLen)
|
|
/// The range of component `n` is `[1, 9]`.
|
|
fn create_recovery(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `6`
|
|
// Estimated: `3816`
|
|
// Minimum execution time: 24_859_000 picoseconds.
|
|
Weight::from_parts(25_746_629, 0)
|
|
.saturating_add(Weight::from_parts(0, 3816))
|
|
// Standard Error: 4_934
|
|
.saturating_add(Weight::from_parts(144_496, 0).saturating_mul(n.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Recovery Recoverable (r:1 w:0)
|
|
/// Proof: Recovery Recoverable (max_values: None, max_size: Some(351), added: 2826, mode: MaxEncodedLen)
|
|
/// Storage: Recovery ActiveRecoveries (r:1 w:1)
|
|
/// Proof: Recovery ActiveRecoveries (max_values: None, max_size: Some(389), added: 2864, mode: MaxEncodedLen)
|
|
fn initiate_recovery() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `102`
|
|
// Estimated: `3854`
|
|
// Minimum execution time: 28_280_000 picoseconds.
|
|
Weight::from_parts(29_100_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3854))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Recovery Recoverable (r:1 w:0)
|
|
/// Proof: Recovery Recoverable (max_values: None, max_size: Some(351), added: 2826, mode: MaxEncodedLen)
|
|
/// Storage: Recovery ActiveRecoveries (r:1 w:1)
|
|
/// Proof: Recovery ActiveRecoveries (max_values: None, max_size: Some(389), added: 2864, mode: MaxEncodedLen)
|
|
/// The range of component `n` is `[1, 9]`.
|
|
fn vouch_recovery(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `190 + n * (64 ±0)`
|
|
// Estimated: `3854`
|
|
// Minimum execution time: 18_189_000 picoseconds.
|
|
Weight::from_parts(18_864_727, 0)
|
|
.saturating_add(Weight::from_parts(0, 3854))
|
|
// Standard Error: 4_843
|
|
.saturating_add(Weight::from_parts(192_783, 0).saturating_mul(n.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Recovery Recoverable (r:1 w:0)
|
|
/// Proof: Recovery Recoverable (max_values: None, max_size: Some(351), added: 2826, mode: MaxEncodedLen)
|
|
/// Storage: Recovery ActiveRecoveries (r:1 w:0)
|
|
/// Proof: Recovery ActiveRecoveries (max_values: None, max_size: Some(389), added: 2864, mode: MaxEncodedLen)
|
|
/// Storage: Recovery Proxy (r:1 w:1)
|
|
/// Proof: Recovery Proxy (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
|
/// The range of component `n` is `[1, 9]`.
|
|
fn claim_recovery(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `222 + n * (64 ±0)`
|
|
// Estimated: `3854`
|
|
// Minimum execution time: 22_925_000 picoseconds.
|
|
Weight::from_parts(23_927_125, 0)
|
|
.saturating_add(Weight::from_parts(0, 3854))
|
|
// Standard Error: 7_089
|
|
.saturating_add(Weight::from_parts(95_688, 0).saturating_mul(n.into()))
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Recovery ActiveRecoveries (r:1 w:1)
|
|
/// Proof: Recovery ActiveRecoveries (max_values: None, max_size: Some(389), added: 2864, 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 `n` is `[1, 9]`.
|
|
fn close_recovery(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `341 + n * (32 ±0)`
|
|
// Estimated: `3854`
|
|
// Minimum execution time: 33_473_000 picoseconds.
|
|
Weight::from_parts(34_619_626, 0)
|
|
.saturating_add(Weight::from_parts(0, 3854))
|
|
// Standard Error: 5_883
|
|
.saturating_add(Weight::from_parts(109_238, 0).saturating_mul(n.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: Recovery ActiveRecoveries (r:1 w:0)
|
|
/// Proof: Recovery ActiveRecoveries (max_values: None, max_size: Some(389), added: 2864, mode: MaxEncodedLen)
|
|
/// Storage: Recovery Recoverable (r:1 w:1)
|
|
/// Proof: Recovery Recoverable (max_values: None, max_size: Some(351), added: 2826, mode: MaxEncodedLen)
|
|
/// The range of component `n` is `[1, 9]`.
|
|
fn remove_recovery(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `223 + n * (32 ±0)`
|
|
// Estimated: `3854`
|
|
// Minimum execution time: 30_514_000 picoseconds.
|
|
Weight::from_parts(31_743_967, 0)
|
|
.saturating_add(Weight::from_parts(0, 3854))
|
|
// Standard Error: 8_762
|
|
.saturating_add(Weight::from_parts(113_056, 0).saturating_mul(n.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Recovery Proxy (r:1 w:1)
|
|
/// Proof: Recovery Proxy (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen)
|
|
fn cancel_recovered() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `111`
|
|
// Estimated: `3545`
|
|
// Minimum execution time: 10_398_000 picoseconds.
|
|
Weight::from_parts(10_764_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3545))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
}
|