mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
64660ee8d2
* Happy New Year! * Remove year entierly Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Remove years from copyright notice in the entire repo --------- Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
150 lines
6.7 KiB
Rust
150 lines
6.7 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_treasury`
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
|
//! DATE: 2023-03-16, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! WORST CASE MAP SIZE: `1000000`
|
|
//! 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_treasury
|
|
// --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_treasury`.
|
|
pub struct WeightInfo<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> pallet_treasury::WeightInfo for WeightInfo<T> {
|
|
/// Storage: Treasury ProposalCount (r:1 w:1)
|
|
/// Proof: Treasury ProposalCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
|
/// Storage: Treasury Approvals (r:1 w:1)
|
|
/// Proof: Treasury Approvals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen)
|
|
/// Storage: Treasury Proposals (r:0 w:1)
|
|
/// Proof: Treasury Proposals (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen)
|
|
fn spend() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `6`
|
|
// Estimated: `3376`
|
|
// Minimum execution time: 14_516_000 picoseconds.
|
|
Weight::from_parts(14_898_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3376))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(3))
|
|
}
|
|
/// Storage: Treasury ProposalCount (r:1 w:1)
|
|
/// Proof: Treasury ProposalCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen)
|
|
/// Storage: Treasury Proposals (r:0 w:1)
|
|
/// Proof: Treasury Proposals (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen)
|
|
fn propose_spend() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `107`
|
|
// Estimated: `1489`
|
|
// Minimum execution time: 21_971_000 picoseconds.
|
|
Weight::from_parts(22_591_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 1489))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: Treasury Proposals (r:1 w:1)
|
|
/// Proof: Treasury Proposals (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen)
|
|
/// Storage: System Account (r:1 w:1)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
fn reject_proposal() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `265`
|
|
// Estimated: `7166`
|
|
// Minimum execution time: 34_087_000 picoseconds.
|
|
Weight::from_parts(34_367_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 7166))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: Treasury Proposals (r:1 w:0)
|
|
/// Proof: Treasury Proposals (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen)
|
|
/// Storage: Treasury Approvals (r:1 w:1)
|
|
/// Proof: Treasury Approvals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen)
|
|
/// The range of component `p` is `[0, 99]`.
|
|
fn approve_proposal(p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `433 + p * (8 ±0)`
|
|
// Estimated: `5460`
|
|
// Minimum execution time: 9_511_000 picoseconds.
|
|
Weight::from_parts(12_247_904, 0)
|
|
.saturating_add(Weight::from_parts(0, 5460))
|
|
// Standard Error: 903
|
|
.saturating_add(Weight::from_parts(28_147, 0).saturating_mul(p.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Treasury Approvals (r:1 w:1)
|
|
/// Proof: Treasury Approvals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen)
|
|
fn remove_approval() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `90`
|
|
// Estimated: `1887`
|
|
// Minimum execution time: 6_948_000 picoseconds.
|
|
Weight::from_parts(7_162_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 1887))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Treasury Deactivated (r:1 w:1)
|
|
/// Proof: Treasury Deactivated (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
|
|
/// Storage: Balances InactiveIssuance (r:1 w:1)
|
|
/// Proof: Balances InactiveIssuance (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen)
|
|
/// Storage: Treasury Approvals (r:1 w:1)
|
|
/// Proof: Treasury Approvals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen)
|
|
/// Storage: Treasury Proposals (r:100 w:100)
|
|
/// Proof: Treasury Proposals (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen)
|
|
/// Storage: System Account (r:201 w:201)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
/// Storage: Bounties BountyApprovals (r:1 w:1)
|
|
/// Proof: Bounties BountyApprovals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen)
|
|
/// The range of component `p` is `[0, 100]`.
|
|
fn on_initialize_proposals(p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `297 + p * (251 ±0)`
|
|
// Estimated: `11359 + p * (7789 ±0)`
|
|
// Minimum execution time: 57_179_000 picoseconds.
|
|
Weight::from_parts(61_547_634, 0)
|
|
.saturating_add(Weight::from_parts(0, 11359))
|
|
// Standard Error: 30_382
|
|
.saturating_add(Weight::from_parts(32_012_031, 0).saturating_mul(p.into()))
|
|
.saturating_add(T::DbWeight::get().reads(5))
|
|
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into())))
|
|
.saturating_add(T::DbWeight::get().writes(5))
|
|
.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(p.into())))
|
|
.saturating_add(Weight::from_parts(0, 7789).saturating_mul(p.into()))
|
|
}
|
|
}
|