forked from ghostchain/ghost-node
197 lines
8.7 KiB
Rust
197 lines
8.7 KiB
Rust
// This file is part of Ghost Network.
|
|
|
|
// Ghost Network 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.
|
|
|
|
// Ghost Network 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 Ghost Network. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
//! Autogenerated weights for `pallet_treasury`
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
|
|
//! DATE: 2026-09-03, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! WORST CASE MAP SIZE: `1000000`
|
|
//! HOSTNAME: `ghostown`, CPU: `Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz`
|
|
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("casper-dev")`, DB CACHE: 1024
|
|
|
|
// Executed Command:
|
|
// ./target/release/ghost
|
|
// benchmark
|
|
// pallet
|
|
// --chain=casper-dev
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --pallet=pallet_treasury
|
|
// --extrinsic=*
|
|
// --wasm-execution=compiled
|
|
// --heap-pages=4096
|
|
// --header=./file_header.txt
|
|
// --output=./runtime/casper/src/weights/pallet_treasury.rs
|
|
|
|
#![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_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(41), added: 536, 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_local() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `6`
|
|
// Estimated: `1526`
|
|
// Minimum execution time: 44_128_000 picoseconds.
|
|
Weight::from_parts(45_265_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 1526))
|
|
.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: `57`
|
|
// Estimated: `1489`
|
|
// Minimum execution time: 91_851_000 picoseconds.
|
|
Weight::from_parts(93_275_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: `215`
|
|
// Estimated: `3593`
|
|
// Minimum execution time: 91_388_000 picoseconds.
|
|
Weight::from_parts(92_927_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3593))
|
|
.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(41), added: 536, mode: `MaxEncodedLen`)
|
|
/// The range of component `p` is `[0, 9]`.
|
|
fn approve_proposal(p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `118 + p * (31 ±0)`
|
|
// Estimated: `3573`
|
|
// Minimum execution time: 33_351_000 picoseconds.
|
|
Weight::from_parts(37_603_652, 0)
|
|
.saturating_add(Weight::from_parts(0, 3573))
|
|
// Standard Error: 31_242
|
|
.saturating_add(Weight::from_parts(332_777, 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(41), added: 536, mode: `MaxEncodedLen`)
|
|
fn remove_approval() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `90`
|
|
// Estimated: `1526`
|
|
// Minimum execution time: 25_116_000 picoseconds.
|
|
Weight::from_parts(25_601_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 1526))
|
|
.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: `Treasury::Approvals` (r:1 w:1)
|
|
/// Proof: `Treasury::Approvals` (`max_values`: Some(1), `max_size`: Some(41), added: 536, mode: `MaxEncodedLen`)
|
|
/// Storage: `Treasury::Proposals` (r:9 w:9)
|
|
/// Proof: `Treasury::Proposals` (`max_values`: None, `max_size`: Some(108), added: 2583, mode: `MaxEncodedLen`)
|
|
/// Storage: `System::Account` (r:18 w:18)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
|
|
/// The range of component `p` is `[0, 9]`.
|
|
fn on_initialize_proposals(p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `6 + p * (239 ±0)`
|
|
// Estimated: `1526 + p * (5206 ±0)`
|
|
// Minimum execution time: 62_536_000 picoseconds.
|
|
Weight::from_parts(91_054_685, 0)
|
|
.saturating_add(Weight::from_parts(0, 1526))
|
|
// Standard Error: 235_694
|
|
.saturating_add(Weight::from_parts(124_726_022, 0).saturating_mul(p.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into())))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(p.into())))
|
|
.saturating_add(Weight::from_parts(0, 5206).saturating_mul(p.into()))
|
|
}
|
|
/// Storage: `Treasury::SpendCount` (r:1 w:1)
|
|
/// Proof: `Treasury::SpendCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `Treasury::Spends` (r:0 w:1)
|
|
/// Proof: `Treasury::Spends` (`max_values`: None, `max_size`: Some(69), added: 2544, mode: `MaxEncodedLen`)
|
|
fn spend() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `6`
|
|
// Estimated: `1489`
|
|
// Minimum execution time: 36_414_000 picoseconds.
|
|
Weight::from_parts(37_002_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::Spends` (r:1 w:1)
|
|
/// Proof: `Treasury::Spends` (`max_values`: None, `max_size`: Some(69), added: 2544, mode: `MaxEncodedLen`)
|
|
fn payout() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `124`
|
|
// Estimated: `3534`
|
|
// Minimum execution time: 45_352_000 picoseconds.
|
|
Weight::from_parts(45_798_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3534))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Treasury::Spends` (r:1 w:1)
|
|
/// Proof: `Treasury::Spends` (`max_values`: None, `max_size`: Some(69), added: 2544, mode: `MaxEncodedLen`)
|
|
fn check_status() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `124`
|
|
// Estimated: `3534`
|
|
// Minimum execution time: 44_692_000 picoseconds.
|
|
Weight::from_parts(45_487_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3534))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Treasury::Spends` (r:1 w:1)
|
|
/// Proof: `Treasury::Spends` (`max_values`: None, `max_size`: Some(69), added: 2544, mode: `MaxEncodedLen`)
|
|
fn void_spend() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `124`
|
|
// Estimated: `3534`
|
|
// Minimum execution time: 42_703_000 picoseconds.
|
|
Weight::from_parts(43_532_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3534))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
}
|