pallet_subspace/extensions/weights.rs
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
//! Autogenerated weights for `pallet_subspace_extension`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 46.0.0
//! DATE: 2025-02-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `mac-mini.local`, CPU: `<UNKNOWN>`
//! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
// Executed Command:
// ./target/release/subspace-node
// benchmark
// pallet
// --runtime=./target/release/wbuild/subspace-runtime/subspace_runtime.compact.compressed.wasm
// --genesis-builder=runtime
// --steps=50
// --repeat=20
// --pallet=pallet_subspace_extension
// --extrinsic=*
// --wasm-execution=compiled
// --heap-pages=4096
// --output=./crates/pallet-subspace/src/extensions/weights.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 needed for pallet subspace extension.
pub trait WeightInfo {
fn vote() -> Weight;
fn vote_with_equivocation() -> Weight;
}
/// Weight functions for `pallet_subspace_extension`.
pub struct SubstrateWeight<T>(PhantomData<T>);
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
/// Storage: `System::BlockHash` (r:1 w:0)
/// Proof: `System::BlockHash` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`)
/// Storage: `Subspace::SolutionRanges` (r:1 w:0)
/// Proof: `Subspace::SolutionRanges` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
/// Storage: `Subspace::BlockSlots` (r:1 w:0)
/// Proof: `Subspace::BlockSlots` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
/// Storage: `Subspace::ParentVoteVerificationData` (r:1 w:0)
/// Proof: `Subspace::ParentVoteVerificationData` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
/// Storage: `Subspace::SegmentCommitment` (r:2 w:0)
/// Proof: `Subspace::SegmentCommitment` (`max_values`: None, `max_size`: None, mode: `Measured`)
/// Storage: `Subspace::CounterForSegmentCommitment` (r:1 w:0)
/// Proof: `Subspace::CounterForSegmentCommitment` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
/// Storage: `Subspace::ParentBlockAuthorInfo` (r:1 w:0)
/// Proof: `Subspace::ParentBlockAuthorInfo` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
/// Storage: `Subspace::CurrentBlockAuthorInfo` (r:1 w:0)
/// Proof: `Subspace::CurrentBlockAuthorInfo` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
/// Storage: `Subspace::ParentBlockVoters` (r:1 w:0)
/// Proof: `Subspace::ParentBlockVoters` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
/// Storage: `Subspace::CurrentBlockVoters` (r:1 w:1)
/// Proof: `Subspace::CurrentBlockVoters` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
fn vote() -> Weight {
// Proof Size summary in bytes:
// Measured: `397`
// Estimated: `6337`
// Minimum execution time: 1_921_000_000 picoseconds.
Weight::from_parts(1_926_000_000, 0)
.saturating_add(Weight::from_parts(0, 6337))
.saturating_add(T::DbWeight::get().reads(11))
.saturating_add(T::DbWeight::get().writes(1))
}
/// Storage: `System::BlockHash` (r:1 w:0)
/// Proof: `System::BlockHash` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`)
/// Storage: `Subspace::SolutionRanges` (r:1 w:0)
/// Proof: `Subspace::SolutionRanges` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
/// Storage: `Subspace::BlockSlots` (r:1 w:0)
/// Proof: `Subspace::BlockSlots` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
/// Storage: `Subspace::ParentVoteVerificationData` (r:1 w:0)
/// Proof: `Subspace::ParentVoteVerificationData` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
/// Storage: `Subspace::SegmentCommitment` (r:2 w:0)
/// Proof: `Subspace::SegmentCommitment` (`max_values`: None, `max_size`: None, mode: `Measured`)
/// Storage: `Subspace::CounterForSegmentCommitment` (r:1 w:0)
/// Proof: `Subspace::CounterForSegmentCommitment` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
/// Storage: `Subspace::ParentBlockAuthorInfo` (r:1 w:0)
/// Proof: `Subspace::ParentBlockAuthorInfo` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
/// Storage: `Subspace::CurrentBlockAuthorInfo` (r:1 w:1)
/// Proof: `Subspace::CurrentBlockAuthorInfo` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
/// Storage: `Subspace::CurrentBlockVoters` (r:1 w:1)
/// Proof: `Subspace::CurrentBlockVoters` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
fn vote_with_equivocation() -> Weight {
// Proof Size summary in bytes:
// Measured: `532`
// Estimated: `6472`
// Minimum execution time: 1_927_000_000 picoseconds.
Weight::from_parts(1_935_000_000, 0)
.saturating_add(Weight::from_parts(0, 6472))
.saturating_add(T::DbWeight::get().reads(10))
.saturating_add(T::DbWeight::get().writes(2))
}
}