mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-08 12:27:22 +00:00
451a13c642
* reduce exec time of fast-unstake benchmarks * fix test * fmt * fix patch the tests * fix patch the tests * ".git/.scripts/commands/bench/bench.sh" pallet dev pallet_fast_unstake * add batch size as well * update some benches to be better * fix one last test * fix * ".git/.scripts/commands/bench/bench.sh" pallet dev pallet_fast_unstake * reduce time even more * ".git/.scripts/commands/bench/bench.sh" pallet dev pallet_fast_unstake * fix tests * nit * remove * improve the weight calc further * ".git/.scripts/commands/bench/bench.sh" pallet dev pallet_fast_unstake * fix benchmarks * ".git/.scripts/commands/bench/bench.sh" pallet dev pallet_fast_unstake * update * fix * fix * fmt * ".git/.scripts/commands/bench/bench.sh" pallet dev pallet_fast_unstake * ".git/.scripts/commands/bench/bench.sh" pallet dev pallet_fast_unstake * lots of changes again... * smaller input * update * fmt * ".git/.scripts/commands/bench/bench.sh" pallet dev pallet_fast_unstake * cleanup * small simplification * fmt * reduce exec time a bit * fix * ".git/.scripts/commands/bench/bench.sh" pallet dev pallet_fast_unstake * test * ".git/.scripts/commands/bench/bench.sh" pallet dev pallet_fast_unstake * increase again * ".git/.scripts/commands/bench/bench.sh" pallet dev pallet_fast_unstake * review comments * fmt * fix * ".git/.scripts/commands/bench/bench.sh" pallet dev pallet_fast_unstake Co-authored-by: command-bot <>
230 lines
9.3 KiB
Rust
230 lines
9.3 KiB
Rust
// This file is part of Substrate.
|
|
|
|
// Copyright (C) 2023 Parity Technologies (UK) Ltd.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
// you may not use this file except in compliance with the License.
|
|
// You may obtain a copy of the License at
|
|
//
|
|
// http://www.apache.org/licenses/LICENSE-2.0
|
|
//
|
|
// Unless required by applicable law or agreed to in writing, software
|
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
// See the License for the specific language governing permissions and
|
|
// limitations under the License.
|
|
|
|
//! Autogenerated weights for pallet_fast_unstake
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
|
//! DATE: 2023-01-25, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! HOSTNAME: `runner-b3zmxxc-project-145-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
|
|
|
// Executed Command:
|
|
// target/production/substrate
|
|
// benchmark
|
|
// pallet
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --extrinsic=*
|
|
// --execution=wasm
|
|
// --wasm-execution=compiled
|
|
// --heap-pages=4096
|
|
// --json-file=/builds/parity/mirrors/substrate/.git/.artifacts/bench.json
|
|
// --pallet=pallet_fast_unstake
|
|
// --chain=dev
|
|
// --header=./HEADER-APACHE2
|
|
// --output=./frame/fast-unstake/src/weights.rs
|
|
// --template=./.maintain/frame-weight-template.hbs
|
|
|
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
|
#![allow(unused_parens)]
|
|
#![allow(unused_imports)]
|
|
|
|
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
|
|
use sp_std::marker::PhantomData;
|
|
|
|
/// Weight functions needed for pallet_fast_unstake.
|
|
pub trait WeightInfo {
|
|
fn on_idle_unstake(b: u32, ) -> Weight;
|
|
fn on_idle_check(v: u32, b: u32, ) -> Weight;
|
|
fn register_fast_unstake() -> Weight;
|
|
fn deregister() -> Weight;
|
|
fn control() -> Weight;
|
|
}
|
|
|
|
/// Weights for pallet_fast_unstake using the Substrate node and recommended hardware.
|
|
pub struct SubstrateWeight<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
|
// Storage: Staking ValidatorCount (r:1 w:0)
|
|
// Storage: FastUnstake Head (r:1 w:1)
|
|
// Storage: FastUnstake CounterForQueue (r:1 w:0)
|
|
// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0)
|
|
// Storage: Staking CurrentEra (r:1 w:0)
|
|
// Storage: Staking SlashingSpans (r:1 w:0)
|
|
// Storage: Staking Bonded (r:1 w:1)
|
|
// Storage: Staking Validators (r:1 w:0)
|
|
// Storage: Staking Nominators (r:1 w:0)
|
|
// Storage: System Account (r:1 w:1)
|
|
// Storage: Balances Locks (r:1 w:1)
|
|
// Storage: Staking Ledger (r:0 w:1)
|
|
// Storage: Staking Payee (r:0 w:1)
|
|
/// The range of component `b` is `[1, 64]`.
|
|
fn on_idle_unstake(b: u32, ) -> Weight {
|
|
// Minimum execution time: 92_833 nanoseconds.
|
|
Weight::from_ref_time(62_136_346)
|
|
// Standard Error: 25_541
|
|
.saturating_add(Weight::from_ref_time(42_904_859).saturating_mul(b.into()))
|
|
.saturating_add(T::DbWeight::get().reads(6))
|
|
.saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(b.into())))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
.saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(b.into())))
|
|
}
|
|
// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
|
// Storage: Staking ValidatorCount (r:1 w:0)
|
|
// Storage: FastUnstake Head (r:1 w:1)
|
|
// Storage: FastUnstake CounterForQueue (r:1 w:0)
|
|
// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0)
|
|
// Storage: Staking CurrentEra (r:1 w:0)
|
|
// Storage: Staking ErasStakers (r:2 w:0)
|
|
/// The range of component `v` is `[1, 256]`.
|
|
/// The range of component `b` is `[1, 64]`.
|
|
fn on_idle_check(v: u32, b: u32, ) -> Weight {
|
|
// Minimum execution time: 1_775_293 nanoseconds.
|
|
Weight::from_ref_time(1_787_133_000)
|
|
// Standard Error: 17_109_142
|
|
.saturating_add(Weight::from_ref_time(546_766_552).saturating_mul(v.into()))
|
|
// Standard Error: 68_455_625
|
|
.saturating_add(Weight::from_ref_time(2_135_980_830).saturating_mul(b.into()))
|
|
.saturating_add(T::DbWeight::get().reads(7))
|
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into())))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
|
// Storage: Staking Ledger (r:1 w:1)
|
|
// Storage: FastUnstake Queue (r:1 w:1)
|
|
// Storage: FastUnstake Head (r:1 w:0)
|
|
// Storage: Staking Bonded (r:1 w:0)
|
|
// Storage: Staking Validators (r:1 w:0)
|
|
// Storage: Staking Nominators (r:1 w:1)
|
|
// Storage: Staking CounterForNominators (r:1 w:1)
|
|
// Storage: VoterList ListNodes (r:1 w:1)
|
|
// Storage: VoterList ListBags (r:1 w:1)
|
|
// Storage: VoterList CounterForListNodes (r:1 w:1)
|
|
// Storage: Staking CurrentEra (r:1 w:0)
|
|
// Storage: Balances Locks (r:1 w:1)
|
|
// Storage: FastUnstake CounterForQueue (r:1 w:1)
|
|
fn register_fast_unstake() -> Weight {
|
|
// Minimum execution time: 124_849 nanoseconds.
|
|
Weight::from_ref_time(128_176_000)
|
|
.saturating_add(T::DbWeight::get().reads(14))
|
|
.saturating_add(T::DbWeight::get().writes(9))
|
|
}
|
|
// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
|
// Storage: Staking Ledger (r:1 w:0)
|
|
// Storage: FastUnstake Queue (r:1 w:1)
|
|
// Storage: FastUnstake Head (r:1 w:0)
|
|
// Storage: FastUnstake CounterForQueue (r:1 w:1)
|
|
fn deregister() -> Weight {
|
|
// Minimum execution time: 48_246 nanoseconds.
|
|
Weight::from_ref_time(49_720_000)
|
|
.saturating_add(T::DbWeight::get().reads(5))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
// Storage: FastUnstake ErasToCheckPerBlock (r:0 w:1)
|
|
fn control() -> Weight {
|
|
// Minimum execution time: 4_611 nanoseconds.
|
|
Weight::from_ref_time(4_844_000)
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
}
|
|
|
|
// For backwards compatibility and tests
|
|
impl WeightInfo for () {
|
|
// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
|
// Storage: Staking ValidatorCount (r:1 w:0)
|
|
// Storage: FastUnstake Head (r:1 w:1)
|
|
// Storage: FastUnstake CounterForQueue (r:1 w:0)
|
|
// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0)
|
|
// Storage: Staking CurrentEra (r:1 w:0)
|
|
// Storage: Staking SlashingSpans (r:1 w:0)
|
|
// Storage: Staking Bonded (r:1 w:1)
|
|
// Storage: Staking Validators (r:1 w:0)
|
|
// Storage: Staking Nominators (r:1 w:0)
|
|
// Storage: System Account (r:1 w:1)
|
|
// Storage: Balances Locks (r:1 w:1)
|
|
// Storage: Staking Ledger (r:0 w:1)
|
|
// Storage: Staking Payee (r:0 w:1)
|
|
/// The range of component `b` is `[1, 64]`.
|
|
fn on_idle_unstake(b: u32, ) -> Weight {
|
|
// Minimum execution time: 92_833 nanoseconds.
|
|
Weight::from_ref_time(62_136_346)
|
|
// Standard Error: 25_541
|
|
.saturating_add(Weight::from_ref_time(42_904_859).saturating_mul(b.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(6))
|
|
.saturating_add(RocksDbWeight::get().reads((6_u64).saturating_mul(b.into())))
|
|
.saturating_add(RocksDbWeight::get().writes(1))
|
|
.saturating_add(RocksDbWeight::get().writes((5_u64).saturating_mul(b.into())))
|
|
}
|
|
// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
|
// Storage: Staking ValidatorCount (r:1 w:0)
|
|
// Storage: FastUnstake Head (r:1 w:1)
|
|
// Storage: FastUnstake CounterForQueue (r:1 w:0)
|
|
// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0)
|
|
// Storage: Staking CurrentEra (r:1 w:0)
|
|
// Storage: Staking ErasStakers (r:2 w:0)
|
|
/// The range of component `v` is `[1, 256]`.
|
|
/// The range of component `b` is `[1, 64]`.
|
|
fn on_idle_check(v: u32, b: u32, ) -> Weight {
|
|
// Minimum execution time: 1_775_293 nanoseconds.
|
|
Weight::from_ref_time(1_787_133_000)
|
|
// Standard Error: 17_109_142
|
|
.saturating_add(Weight::from_ref_time(546_766_552).saturating_mul(v.into()))
|
|
// Standard Error: 68_455_625
|
|
.saturating_add(Weight::from_ref_time(2_135_980_830).saturating_mul(b.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(7))
|
|
.saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(v.into())))
|
|
.saturating_add(RocksDbWeight::get().writes(1))
|
|
}
|
|
// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
|
// Storage: Staking Ledger (r:1 w:1)
|
|
// Storage: FastUnstake Queue (r:1 w:1)
|
|
// Storage: FastUnstake Head (r:1 w:0)
|
|
// Storage: Staking Bonded (r:1 w:0)
|
|
// Storage: Staking Validators (r:1 w:0)
|
|
// Storage: Staking Nominators (r:1 w:1)
|
|
// Storage: Staking CounterForNominators (r:1 w:1)
|
|
// Storage: VoterList ListNodes (r:1 w:1)
|
|
// Storage: VoterList ListBags (r:1 w:1)
|
|
// Storage: VoterList CounterForListNodes (r:1 w:1)
|
|
// Storage: Staking CurrentEra (r:1 w:0)
|
|
// Storage: Balances Locks (r:1 w:1)
|
|
// Storage: FastUnstake CounterForQueue (r:1 w:1)
|
|
fn register_fast_unstake() -> Weight {
|
|
// Minimum execution time: 124_849 nanoseconds.
|
|
Weight::from_ref_time(128_176_000)
|
|
.saturating_add(RocksDbWeight::get().reads(14))
|
|
.saturating_add(RocksDbWeight::get().writes(9))
|
|
}
|
|
// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0)
|
|
// Storage: Staking Ledger (r:1 w:0)
|
|
// Storage: FastUnstake Queue (r:1 w:1)
|
|
// Storage: FastUnstake Head (r:1 w:0)
|
|
// Storage: FastUnstake CounterForQueue (r:1 w:1)
|
|
fn deregister() -> Weight {
|
|
// Minimum execution time: 48_246 nanoseconds.
|
|
Weight::from_ref_time(49_720_000)
|
|
.saturating_add(RocksDbWeight::get().reads(5))
|
|
.saturating_add(RocksDbWeight::get().writes(2))
|
|
}
|
|
// Storage: FastUnstake ErasToCheckPerBlock (r:0 w:1)
|
|
fn control() -> Weight {
|
|
// Minimum execution time: 4_611 nanoseconds.
|
|
Weight::from_ref_time(4_844_000)
|
|
.saturating_add(RocksDbWeight::get().writes(1))
|
|
}
|
|
}
|