mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-16 13:05:42 +00:00
418f38c335
* Update weights for polkadot * add Kusama weights * add westend weights * remove claims weight files claims still uses in-line weights which is fine cause it is a polkadot specific pallet Co-authored-by: Parity Benchmarking Bot <admin@parity.io> Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
209 lines
8.3 KiB
Rust
209 lines
8.3 KiB
Rust
// Copyright 2017-2020 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_staking
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 2.0.0
|
|
//! DATE: 2020-12-09, STEPS: [50, ], REPEAT: 20, LOW RANGE: [], HIGH RANGE: []
|
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 128
|
|
|
|
// Executed Command:
|
|
// target/release/polkadot
|
|
// benchmark
|
|
// --chain=kusama-dev
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --pallet=pallet_staking
|
|
// --extrinsic=*
|
|
// --execution=wasm
|
|
// --wasm-execution=compiled
|
|
// --heap-pages=4096
|
|
// --header=./file_header.txt
|
|
// --output=./runtime/kusama/src/weights/
|
|
|
|
|
|
#![allow(unused_parens)]
|
|
#![allow(unused_imports)]
|
|
|
|
use frame_support::{traits::Get, weights::Weight};
|
|
use sp_std::marker::PhantomData;
|
|
|
|
/// Weight functions for pallet_staking.
|
|
pub struct WeightInfo<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
|
|
fn bond() -> Weight {
|
|
(97_060_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(5 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(4 as Weight))
|
|
}
|
|
fn bond_extra() -> Weight {
|
|
(76_691_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(4 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
|
}
|
|
fn unbond() -> Weight {
|
|
(69_501_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(5 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(3 as Weight))
|
|
}
|
|
fn withdraw_unbonded_update(s: u32, ) -> Weight {
|
|
(69_487_000 as Weight)
|
|
// Standard Error: 0
|
|
.saturating_add((28_000 as Weight).saturating_mul(s as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(5 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(3 as Weight))
|
|
}
|
|
fn withdraw_unbonded_kill(s: u32, ) -> Weight {
|
|
(113_859_000 as Weight)
|
|
// Standard Error: 1_000
|
|
.saturating_add((3_977_000 as Weight).saturating_mul(s as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(7 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(8 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))
|
|
}
|
|
fn validate() -> Weight {
|
|
(23_991_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
|
}
|
|
fn nominate(n: u32, ) -> Weight {
|
|
(31_051_000 as Weight)
|
|
// Standard Error: 12_000
|
|
.saturating_add((398_000 as Weight).saturating_mul(n as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(3 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
|
}
|
|
fn chill() -> Weight {
|
|
(23_608_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
|
}
|
|
fn set_payee() -> Weight {
|
|
(16_106_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(1 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
}
|
|
fn set_controller() -> Weight {
|
|
(35_097_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().reads(3 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(3 as Weight))
|
|
}
|
|
fn set_validator_count() -> Weight {
|
|
(3_247_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
}
|
|
fn force_no_eras() -> Weight {
|
|
(3_667_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
}
|
|
fn force_new_era() -> Weight {
|
|
(3_661_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
}
|
|
fn force_new_era_always() -> Weight {
|
|
(3_619_000 as Weight)
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
}
|
|
fn set_invulnerables(v: u32, ) -> Weight {
|
|
(3_787_000 as Weight)
|
|
// Standard Error: 0
|
|
.saturating_add((9_000 as Weight).saturating_mul(v as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
}
|
|
fn force_unstake(s: u32, ) -> Weight {
|
|
(77_193_000 as Weight)
|
|
// Standard Error: 1_000
|
|
.saturating_add((3_980_000 as Weight).saturating_mul(s as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(4 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(8 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))
|
|
}
|
|
fn cancel_deferred_slash(s: u32, ) -> Weight {
|
|
(5_838_529_000 as Weight)
|
|
// Standard Error: 388_000
|
|
.saturating_add((34_638_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))
|
|
}
|
|
fn payout_stakers_dead_controller(n: u32, ) -> Weight {
|
|
(134_866_000 as Weight)
|
|
// Standard Error: 13_000
|
|
.saturating_add((59_407_000 as Weight).saturating_mul(n as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(11 as Weight))
|
|
.saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(n as Weight)))
|
|
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(n as Weight)))
|
|
}
|
|
fn payout_stakers_alive_staked(n: u32, ) -> Weight {
|
|
(169_692_000 as Weight)
|
|
// Standard Error: 14_000
|
|
.saturating_add((77_518_000 as Weight).saturating_mul(n as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(12 as Weight))
|
|
.saturating_add(T::DbWeight::get().reads((5 as Weight).saturating_mul(n as Weight)))
|
|
.saturating_add(T::DbWeight::get().writes(3 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes((3 as Weight).saturating_mul(n as Weight)))
|
|
}
|
|
fn rebond(l: u32, ) -> Weight {
|
|
(47_084_000 as Weight)
|
|
// Standard Error: 2_000
|
|
.saturating_add((103_000 as Weight).saturating_mul(l as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(4 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(3 as Weight))
|
|
}
|
|
fn set_history_depth(e: u32, ) -> Weight {
|
|
(0 as Weight)
|
|
// Standard Error: 63_000
|
|
.saturating_add((38_667_000 as Weight).saturating_mul(e as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(2 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(4 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes((7 as Weight).saturating_mul(e as Weight)))
|
|
}
|
|
fn reap_stash(s: u32, ) -> Weight {
|
|
(97_545_000 as Weight)
|
|
// Standard Error: 0
|
|
.saturating_add((3_988_000 as Weight).saturating_mul(s as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(4 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes(8 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes((1 as Weight).saturating_mul(s as Weight)))
|
|
}
|
|
fn new_era(v: u32, n: u32, ) -> Weight {
|
|
(0 as Weight)
|
|
// Standard Error: 672_000
|
|
.saturating_add((735_440_000 as Weight).saturating_mul(v as Weight))
|
|
// Standard Error: 33_000
|
|
.saturating_add((104_408_000 as Weight).saturating_mul(n as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(7 as Weight))
|
|
.saturating_add(T::DbWeight::get().reads((4 as Weight).saturating_mul(v as Weight)))
|
|
.saturating_add(T::DbWeight::get().reads((3 as Weight).saturating_mul(n as Weight)))
|
|
.saturating_add(T::DbWeight::get().writes(8 as Weight))
|
|
.saturating_add(T::DbWeight::get().writes((3 as Weight).saturating_mul(v as Weight)))
|
|
}
|
|
fn submit_solution_better(v: u32, n: u32, a: u32, w: u32, ) -> Weight {
|
|
(0 as Weight)
|
|
// Standard Error: 45_000
|
|
.saturating_add((1_479_000 as Weight).saturating_mul(v as Weight))
|
|
// Standard Error: 18_000
|
|
.saturating_add((630_000 as Weight).saturating_mul(n as Weight))
|
|
// Standard Error: 45_000
|
|
.saturating_add((99_647_000 as Weight).saturating_mul(a as Weight))
|
|
// Standard Error: 94_000
|
|
.saturating_add((8_674_000 as Weight).saturating_mul(w as Weight))
|
|
.saturating_add(T::DbWeight::get().reads(6 as Weight))
|
|
.saturating_add(T::DbWeight::get().reads((4 as Weight).saturating_mul(a as Weight)))
|
|
.saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(w as Weight)))
|
|
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
|
}
|
|
}
|