mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 02:51:01 +00:00
d50ff483f8
* polkadot: update weights * westend: update weights * kusama: update weights * rococo: update weights
200 lines
9.9 KiB
Rust
200 lines
9.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_child_bounties`
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
|
//! DATE: 2023-04-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! WORST CASE MAP SIZE: `1000000`
|
|
//! HOSTNAME: `bm6`, 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)]
|
|
#![allow(missing_docs)]
|
|
|
|
use frame_support::{traits::Get, weights::Weight};
|
|
use core::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)
|
|
/// Proof: ChildBounties ParentChildBounties (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
|
|
/// Storage: Bounties Bounties (r:1 w:0)
|
|
/// Proof: Bounties Bounties (max_values: None, max_size: Some(177), added: 2652, mode: MaxEncodedLen)
|
|
/// Storage: System Account (r:2 w:2)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
/// Storage: ChildBounties ChildBountyCount (r:1 w:1)
|
|
/// Proof: ChildBounties ChildBountyCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
|
/// Storage: ChildBounties ChildBountyDescriptions (r:0 w:1)
|
|
/// Proof: ChildBounties ChildBountyDescriptions (max_values: None, max_size: Some(16400), added: 18875, mode: MaxEncodedLen)
|
|
/// Storage: ChildBounties ChildBounties (r:0 w:1)
|
|
/// Proof: ChildBounties ChildBounties (max_values: None, max_size: Some(145), added: 2620, mode: MaxEncodedLen)
|
|
/// The range of component `d` is `[0, 16384]`.
|
|
fn add_child_bounty(d: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `545`
|
|
// Estimated: `6196`
|
|
// Minimum execution time: 65_558_000 picoseconds.
|
|
Weight::from_parts(66_669_372, 0)
|
|
.saturating_add(Weight::from_parts(0, 6196))
|
|
// Standard Error: 8
|
|
.saturating_add(Weight::from_parts(710, 0).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)
|
|
/// Proof: Bounties Bounties (max_values: None, max_size: Some(177), added: 2652, mode: MaxEncodedLen)
|
|
/// Storage: ChildBounties ChildBounties (r:1 w:1)
|
|
/// Proof: ChildBounties ChildBounties (max_values: None, max_size: Some(145), added: 2620, mode: MaxEncodedLen)
|
|
/// Storage: ChildBounties ChildrenCuratorFees (r:1 w:1)
|
|
/// Proof: ChildBounties ChildrenCuratorFees (max_values: None, max_size: Some(28), added: 2503, mode: MaxEncodedLen)
|
|
fn propose_curator() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `599`
|
|
// Estimated: `3642`
|
|
// Minimum execution time: 17_853_000 picoseconds.
|
|
Weight::from_parts(18_343_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3642))
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: Bounties Bounties (r:1 w:0)
|
|
/// Proof: Bounties Bounties (max_values: None, max_size: Some(177), added: 2652, mode: MaxEncodedLen)
|
|
/// Storage: ChildBounties ChildBounties (r:1 w:1)
|
|
/// Proof: ChildBounties ChildBounties (max_values: None, max_size: Some(145), added: 2620, mode: MaxEncodedLen)
|
|
/// Storage: System Account (r:1 w:1)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
fn accept_curator() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `745`
|
|
// Estimated: `3642`
|
|
// Minimum execution time: 31_791_000 picoseconds.
|
|
Weight::from_parts(32_371_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3642))
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: ChildBounties ChildBounties (r:1 w:1)
|
|
/// Proof: ChildBounties ChildBounties (max_values: None, max_size: Some(145), added: 2620, mode: MaxEncodedLen)
|
|
/// Storage: Bounties Bounties (r:1 w:0)
|
|
/// Proof: Bounties Bounties (max_values: None, max_size: Some(177), added: 2652, mode: MaxEncodedLen)
|
|
/// Storage: System Account (r:1 w:1)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
fn unassign_curator() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `745`
|
|
// Estimated: `3642`
|
|
// Minimum execution time: 45_667_000 picoseconds.
|
|
Weight::from_parts(46_549_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3642))
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: Bounties Bounties (r:1 w:0)
|
|
/// Proof: Bounties Bounties (max_values: None, max_size: Some(177), added: 2652, mode: MaxEncodedLen)
|
|
/// Storage: ChildBounties ChildBounties (r:1 w:1)
|
|
/// Proof: ChildBounties ChildBounties (max_values: None, max_size: Some(145), added: 2620, mode: MaxEncodedLen)
|
|
fn award_child_bounty() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `642`
|
|
// Estimated: `3642`
|
|
// Minimum execution time: 21_792_000 picoseconds.
|
|
Weight::from_parts(22_192_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3642))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: ChildBounties ChildBounties (r:1 w:1)
|
|
/// Proof: ChildBounties ChildBounties (max_values: None, max_size: Some(145), added: 2620, mode: MaxEncodedLen)
|
|
/// Storage: System Account (r:3 w:3)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
/// Storage: ChildBounties ParentChildBounties (r:1 w:1)
|
|
/// Proof: ChildBounties ParentChildBounties (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
|
|
/// Storage: ChildBounties ChildBountyDescriptions (r:0 w:1)
|
|
/// Proof: ChildBounties ChildBountyDescriptions (max_values: None, max_size: Some(16400), added: 18875, mode: MaxEncodedLen)
|
|
fn claim_child_bounty() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `614`
|
|
// Estimated: `8799`
|
|
// Minimum execution time: 105_215_000 picoseconds.
|
|
Weight::from_parts(106_028_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 8799))
|
|
.saturating_add(T::DbWeight::get().reads(5))
|
|
.saturating_add(T::DbWeight::get().writes(6))
|
|
}
|
|
/// Storage: Bounties Bounties (r:1 w:0)
|
|
/// Proof: Bounties Bounties (max_values: None, max_size: Some(177), added: 2652, mode: MaxEncodedLen)
|
|
/// Storage: ChildBounties ChildBounties (r:1 w:1)
|
|
/// Proof: ChildBounties ChildBounties (max_values: None, max_size: Some(145), added: 2620, mode: MaxEncodedLen)
|
|
/// Storage: ChildBounties ChildrenCuratorFees (r:1 w:1)
|
|
/// Proof: ChildBounties ChildrenCuratorFees (max_values: None, max_size: Some(28), added: 2503, mode: MaxEncodedLen)
|
|
/// Storage: ChildBounties ParentChildBounties (r:1 w:1)
|
|
/// Proof: ChildBounties ParentChildBounties (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
|
|
/// Storage: System Account (r:2 w:2)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
/// Storage: ChildBounties ChildBountyDescriptions (r:0 w:1)
|
|
/// Proof: ChildBounties ChildBountyDescriptions (max_values: None, max_size: Some(16400), added: 18875, mode: MaxEncodedLen)
|
|
fn close_child_bounty_added() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `845`
|
|
// Estimated: `6196`
|
|
// Minimum execution time: 71_488_000 picoseconds.
|
|
Weight::from_parts(72_349_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 6196))
|
|
.saturating_add(T::DbWeight::get().reads(6))
|
|
.saturating_add(T::DbWeight::get().writes(6))
|
|
}
|
|
/// Storage: Bounties Bounties (r:1 w:0)
|
|
/// Proof: Bounties Bounties (max_values: None, max_size: Some(177), added: 2652, mode: MaxEncodedLen)
|
|
/// Storage: ChildBounties ChildBounties (r:1 w:1)
|
|
/// Proof: ChildBounties ChildBounties (max_values: None, max_size: Some(145), added: 2620, mode: MaxEncodedLen)
|
|
/// Storage: System Account (r:3 w:3)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
/// Storage: ChildBounties ChildrenCuratorFees (r:1 w:1)
|
|
/// Proof: ChildBounties ChildrenCuratorFees (max_values: None, max_size: Some(28), added: 2503, mode: MaxEncodedLen)
|
|
/// Storage: ChildBounties ParentChildBounties (r:1 w:1)
|
|
/// Proof: ChildBounties ParentChildBounties (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)
|
|
/// Storage: ChildBounties ChildBountyDescriptions (r:0 w:1)
|
|
/// Proof: ChildBounties ChildBountyDescriptions (max_values: None, max_size: Some(16400), added: 18875, mode: MaxEncodedLen)
|
|
fn close_child_bounty_active() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1032`
|
|
// Estimated: `8799`
|
|
// Minimum execution time: 87_364_000 picoseconds.
|
|
Weight::from_parts(88_086_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 8799))
|
|
.saturating_add(T::DbWeight::get().reads(7))
|
|
.saturating_add(T::DbWeight::get().writes(7))
|
|
}
|
|
}
|