mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-23 09:35:42 +00:00
5e7ade9037
* Revert back to bare metal runners for weights generation * new old weights --------- Co-authored-by: alvicsam <alvicsam@gmail.com>
142 lines
6.2 KiB
Rust
142 lines
6.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_treasury`
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
|
//! DATE: 2023-02-22, 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("rococo-dev"), DB CACHE: 1024
|
|
|
|
// Executed Command:
|
|
// ./target/production/polkadot
|
|
// benchmark
|
|
// pallet
|
|
// --chain=rococo-dev
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --pallet=pallet_treasury
|
|
// --extrinsic=*
|
|
// --execution=wasm
|
|
// --wasm-execution=compiled
|
|
// --header=./file_header.txt
|
|
// --output=./runtime/rococo/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> {
|
|
fn spend() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 227 nanoseconds.
|
|
Weight::from_ref_time(240_000)
|
|
.saturating_add(Weight::from_proof_size(0))
|
|
}
|
|
/// 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: `139`
|
|
// Estimated: `499`
|
|
// Minimum execution time: 21_213 nanoseconds.
|
|
Weight::from_ref_time(21_759_000)
|
|
.saturating_add(Weight::from_proof_size(499))
|
|
.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: `329`
|
|
// Estimated: `5186`
|
|
// Minimum execution time: 31_471 nanoseconds.
|
|
Weight::from_ref_time(32_666_000)
|
|
.saturating_add(Weight::from_proof_size(5186))
|
|
.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: `464 + p * (8 ±0)`
|
|
// Estimated: `3480`
|
|
// Minimum execution time: 9_351 nanoseconds.
|
|
Weight::from_ref_time(11_440_314)
|
|
.saturating_add(Weight::from_proof_size(3480))
|
|
// Standard Error: 800
|
|
.saturating_add(Weight::from_ref_time(25_874).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: `897`
|
|
// Minimum execution time: 6_975 nanoseconds.
|
|
Weight::from_ref_time(7_191_000)
|
|
.saturating_add(Weight::from_proof_size(897))
|
|
.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: `326 + p * (314 ±0)`
|
|
// Estimated: `5419 + p * (7789 ±0)`
|
|
// Minimum execution time: 53_749 nanoseconds.
|
|
Weight::from_ref_time(58_420_767)
|
|
.saturating_add(Weight::from_proof_size(5419))
|
|
// Standard Error: 20_636
|
|
.saturating_add(Weight::from_ref_time(28_515_184).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_proof_size(7789).saturating_mul(p.into()))
|
|
}
|
|
}
|