mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
8ff50d0fa7
* kusama: update weights * polkadot: update weights * westend: update weights * rococo: update weights
132 lines
5.2 KiB
Rust
132 lines
5.2 KiB
Rust
// Copyright 2017-2022 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_child_bounties`
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
|
//! DATE: 2023-01-11, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024
|
|
|
|
// Executed Command:
|
|
// ./target/production/polkadot
|
|
// benchmark
|
|
// pallet
|
|
// --chain=kusama-dev
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --pallet=pallet_child_bounties
|
|
// --extrinsic=*
|
|
// --execution=wasm
|
|
// --wasm-execution=compiled
|
|
// --header=./file_header.txt
|
|
// --output=./runtime/kusama/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_child_bounties`.
|
|
pub struct WeightInfo<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> pallet_child_bounties::WeightInfo for WeightInfo<T> {
|
|
// Storage: ChildBounties ParentChildBounties (r:1 w:1)
|
|
// Storage: Bounties Bounties (r:1 w:0)
|
|
// Storage: System Account (r:2 w:2)
|
|
// Storage: ChildBounties ChildBountyCount (r:1 w:1)
|
|
// Storage: ChildBounties ChildBountyDescriptions (r:0 w:1)
|
|
// Storage: ChildBounties ChildBounties (r:0 w:1)
|
|
/// The range of component `d` is `[0, 16384]`.
|
|
fn add_child_bounty(d: u32, ) -> Weight {
|
|
// Minimum execution time: 52_643 nanoseconds.
|
|
Weight::from_ref_time(53_541_568)
|
|
// Standard Error: 12
|
|
.saturating_add(Weight::from_ref_time(794).saturating_mul(d.into()))
|
|
.saturating_add(T::DbWeight::get().reads(5))
|
|
.saturating_add(T::DbWeight::get().writes(6))
|
|
}
|
|
// Storage: Bounties Bounties (r:1 w:0)
|
|
// Storage: ChildBounties ChildBounties (r:1 w:1)
|
|
// Storage: ChildBounties ChildrenCuratorFees (r:1 w:1)
|
|
fn propose_curator() -> Weight {
|
|
// Minimum execution time: 19_663 nanoseconds.
|
|
Weight::from_ref_time(20_099_000)
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
// Storage: Bounties Bounties (r:1 w:0)
|
|
// Storage: ChildBounties ChildBounties (r:1 w:1)
|
|
// Storage: System Account (r:1 w:1)
|
|
fn accept_curator() -> Weight {
|
|
// Minimum execution time: 33_998 nanoseconds.
|
|
Weight::from_ref_time(34_461_000)
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
// Storage: ChildBounties ChildBounties (r:1 w:1)
|
|
// Storage: Bounties Bounties (r:1 w:0)
|
|
// Storage: System Account (r:1 w:1)
|
|
fn unassign_curator() -> Weight {
|
|
// Minimum execution time: 45_611 nanoseconds.
|
|
Weight::from_ref_time(46_248_000)
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
// Storage: Bounties Bounties (r:1 w:0)
|
|
// Storage: ChildBounties ChildBounties (r:1 w:1)
|
|
fn award_child_bounty() -> Weight {
|
|
// Minimum execution time: 28_253 nanoseconds.
|
|
Weight::from_ref_time(28_531_000)
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
// Storage: ChildBounties ChildBounties (r:1 w:1)
|
|
// Storage: System Account (r:3 w:3)
|
|
// Storage: ChildBounties ParentChildBounties (r:1 w:1)
|
|
// Storage: ChildBounties ChildBountyDescriptions (r:0 w:1)
|
|
fn claim_child_bounty() -> Weight {
|
|
// Minimum execution time: 68_029 nanoseconds.
|
|
Weight::from_ref_time(68_950_000)
|
|
.saturating_add(T::DbWeight::get().reads(5))
|
|
.saturating_add(T::DbWeight::get().writes(6))
|
|
}
|
|
// Storage: Bounties Bounties (r:1 w:0)
|
|
// Storage: ChildBounties ChildBounties (r:1 w:1)
|
|
// Storage: ChildBounties ChildrenCuratorFees (r:1 w:1)
|
|
// Storage: ChildBounties ParentChildBounties (r:1 w:1)
|
|
// Storage: System Account (r:2 w:2)
|
|
// Storage: ChildBounties ChildBountyDescriptions (r:0 w:1)
|
|
fn close_child_bounty_added() -> Weight {
|
|
// Minimum execution time: 51_114 nanoseconds.
|
|
Weight::from_ref_time(52_192_000)
|
|
.saturating_add(T::DbWeight::get().reads(6))
|
|
.saturating_add(T::DbWeight::get().writes(6))
|
|
}
|
|
// Storage: Bounties Bounties (r:1 w:0)
|
|
// Storage: ChildBounties ChildBounties (r:1 w:1)
|
|
// Storage: System Account (r:3 w:3)
|
|
// Storage: ChildBounties ChildrenCuratorFees (r:1 w:1)
|
|
// Storage: ChildBounties ParentChildBounties (r:1 w:1)
|
|
// Storage: ChildBounties ChildBountyDescriptions (r:0 w:1)
|
|
fn close_child_bounty_active() -> Weight {
|
|
// Minimum execution time: 61_337 nanoseconds.
|
|
Weight::from_ref_time(62_394_000)
|
|
.saturating_add(T::DbWeight::get().reads(7))
|
|
.saturating_add(T::DbWeight::get().writes(7))
|
|
}
|
|
}
|