forked from ghostchain/ghost-node
265 lines
13 KiB
Rust
265 lines
13 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_preimage`
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
|
|
//! DATE: 2024-08-01, 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_preimage
|
|
// --extrinsic=*
|
|
// --wasm-execution=compiled
|
|
// --heap-pages=4096
|
|
// --header=./file_header.txt
|
|
// --output=./runtime/casper/src/weights/pallet_preimage.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_preimage`.
|
|
pub struct WeightInfo<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> pallet_preimage::WeightInfo for WeightInfo<T> {
|
|
/// Storage: `Preimage::StatusFor` (r:1 w:0)
|
|
/// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Preimage::RequestStatusFor` (r:1 w:1)
|
|
/// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Balances::Holds` (r:1 w:1)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(67), added: 2542, mode: `MaxEncodedLen`)
|
|
/// Storage: `Preimage::PreimageFor` (r:0 w:1)
|
|
/// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`)
|
|
/// The range of component `s` is `[0, 4194304]`.
|
|
fn note_preimage(s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `76`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 184_982_000 picoseconds.
|
|
Weight::from_parts(185_981_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3556))
|
|
// Standard Error: 12
|
|
.saturating_add(Weight::from_parts(6_544, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(3))
|
|
}
|
|
/// Storage: `Preimage::StatusFor` (r:1 w:0)
|
|
/// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Preimage::RequestStatusFor` (r:1 w:1)
|
|
/// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Preimage::PreimageFor` (r:0 w:1)
|
|
/// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`)
|
|
/// The range of component `s` is `[0, 4194304]`.
|
|
fn note_requested_preimage(s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `140`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 58_660_000 picoseconds.
|
|
Weight::from_parts(59_197_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3556))
|
|
// Standard Error: 11
|
|
.saturating_add(Weight::from_parts(6_536, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: `Preimage::StatusFor` (r:1 w:0)
|
|
/// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Preimage::RequestStatusFor` (r:1 w:1)
|
|
/// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Preimage::PreimageFor` (r:0 w:1)
|
|
/// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`)
|
|
/// The range of component `s` is `[0, 4194304]`.
|
|
fn note_no_deposit_preimage(s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `140`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 60_486_000 picoseconds.
|
|
Weight::from_parts(61_208_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3556))
|
|
// Standard Error: 12
|
|
.saturating_add(Weight::from_parts(6_563, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: `Preimage::StatusFor` (r:1 w:0)
|
|
/// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Preimage::RequestStatusFor` (r:1 w:1)
|
|
/// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Balances::Holds` (r:1 w:1)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(67), added: 2542, mode: `MaxEncodedLen`)
|
|
/// Storage: `Preimage::PreimageFor` (r:0 w:1)
|
|
/// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`)
|
|
fn unnote_preimage() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `278`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 196_725_000 picoseconds.
|
|
Weight::from_parts(198_947_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3556))
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(3))
|
|
}
|
|
/// Storage: `Preimage::StatusFor` (r:1 w:0)
|
|
/// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Preimage::RequestStatusFor` (r:1 w:1)
|
|
/// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Preimage::PreimageFor` (r:0 w:1)
|
|
/// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`)
|
|
fn unnote_no_deposit_preimage() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `178`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 93_063_000 picoseconds.
|
|
Weight::from_parts(94_422_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3556))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: `Preimage::StatusFor` (r:1 w:0)
|
|
/// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Preimage::RequestStatusFor` (r:1 w:1)
|
|
/// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
fn request_preimage() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `222`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 75_641_000 picoseconds.
|
|
Weight::from_parts(77_340_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3556))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Preimage::StatusFor` (r:1 w:0)
|
|
/// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Preimage::RequestStatusFor` (r:1 w:1)
|
|
/// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
fn request_no_deposit_preimage() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `178`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 59_452_000 picoseconds.
|
|
Weight::from_parts(60_649_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3556))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Preimage::StatusFor` (r:1 w:0)
|
|
/// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Preimage::RequestStatusFor` (r:1 w:1)
|
|
/// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
fn request_unnoted_preimage() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `76`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 67_319_000 picoseconds.
|
|
Weight::from_parts(68_408_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3556))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Preimage::StatusFor` (r:1 w:0)
|
|
/// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Preimage::RequestStatusFor` (r:1 w:1)
|
|
/// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
fn request_requested_preimage() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `140`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 43_700_000 picoseconds.
|
|
Weight::from_parts(44_342_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3556))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Preimage::StatusFor` (r:1 w:0)
|
|
/// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Preimage::RequestStatusFor` (r:1 w:1)
|
|
/// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Preimage::PreimageFor` (r:0 w:1)
|
|
/// Proof: `Preimage::PreimageFor` (`max_values`: None, `max_size`: Some(4194344), added: 4196819, mode: `MaxEncodedLen`)
|
|
fn unrequest_preimage() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `178`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 85_045_000 picoseconds.
|
|
Weight::from_parts(86_364_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3556))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: `Preimage::StatusFor` (r:1 w:0)
|
|
/// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Preimage::RequestStatusFor` (r:1 w:1)
|
|
/// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
fn unrequest_unnoted_preimage() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `140`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 43_163_000 picoseconds.
|
|
Weight::from_parts(44_239_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3556))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Preimage::StatusFor` (r:1 w:0)
|
|
/// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Preimage::RequestStatusFor` (r:1 w:1)
|
|
/// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
fn unrequest_multi_referenced_preimage() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `140`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 44_330_000 picoseconds.
|
|
Weight::from_parts(45_448_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3556))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Preimage::StatusFor` (r:1023 w:1023)
|
|
/// Proof: `Preimage::StatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
/// Storage: `System::Account` (r:1023 w:1023)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
|
|
/// Storage: `Balances::Holds` (r:1023 w:1023)
|
|
/// Proof: `Balances::Holds` (`max_values`: None, `max_size`: Some(67), added: 2542, mode: `MaxEncodedLen`)
|
|
/// Storage: `Preimage::RequestStatusFor` (r:0 w:1023)
|
|
/// Proof: `Preimage::RequestStatusFor` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`)
|
|
/// The range of component `n` is `[1, 1024]`.
|
|
fn ensure_updated(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0 + n * (227 ±0)`
|
|
// Estimated: `990 + n * (2603 ±0)`
|
|
// Minimum execution time: 209_069_000 picoseconds.
|
|
Weight::from_parts(210_285_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 990))
|
|
// Standard Error: 107_938
|
|
.saturating_add(Weight::from_parts(203_214_364, 0).saturating_mul(n.into()))
|
|
.saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into())))
|
|
.saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(n.into())))
|
|
.saturating_add(Weight::from_parts(0, 2603).saturating_mul(n.into()))
|
|
}
|
|
}
|