mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-29 12:37:25 +00:00
3a3d93afee
* Empty commit * ".git/.scripts/commands/bench/bench.sh" all --------- Co-authored-by: Alexander Theißen <alex.theissen@me.com> Co-authored-by: command-bot <>
382 lines
16 KiB
Rust
382 lines
16 KiB
Rust
// This file is part of Substrate.
|
|
|
|
// Copyright (C) Parity Technologies (UK) Ltd.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
// you may not use this file except in compliance with the License.
|
|
// You may obtain a copy of the License at
|
|
//
|
|
// http://www.apache.org/licenses/LICENSE-2.0
|
|
//
|
|
// Unless required by applicable law or agreed to in writing, software
|
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
// See the License for the specific language governing permissions and
|
|
// limitations under the License.
|
|
|
|
//! Autogenerated weights for pallet_preimage
|
|
//!
|
|
//! 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: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
|
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
|
|
|
// Executed Command:
|
|
// ./target/production/substrate
|
|
// benchmark
|
|
// pallet
|
|
// --chain=dev
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --pallet=pallet_preimage
|
|
// --no-storage-info
|
|
// --no-median-slopes
|
|
// --no-min-squares
|
|
// --extrinsic=*
|
|
// --execution=wasm
|
|
// --wasm-execution=compiled
|
|
// --heap-pages=4096
|
|
// --output=./frame/preimage/src/weights.rs
|
|
// --header=./HEADER-APACHE2
|
|
// --template=./.maintain/frame-weight-template.hbs
|
|
|
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
|
#![allow(unused_parens)]
|
|
#![allow(unused_imports)]
|
|
|
|
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
|
|
use sp_std::marker::PhantomData;
|
|
|
|
/// Weight functions needed for pallet_preimage.
|
|
pub trait WeightInfo {
|
|
fn note_preimage(s: u32, ) -> Weight;
|
|
fn note_requested_preimage(s: u32, ) -> Weight;
|
|
fn note_no_deposit_preimage(s: u32, ) -> Weight;
|
|
fn unnote_preimage() -> Weight;
|
|
fn unnote_no_deposit_preimage() -> Weight;
|
|
fn request_preimage() -> Weight;
|
|
fn request_no_deposit_preimage() -> Weight;
|
|
fn request_unnoted_preimage() -> Weight;
|
|
fn request_requested_preimage() -> Weight;
|
|
fn unrequest_preimage() -> Weight;
|
|
fn unrequest_unnoted_preimage() -> Weight;
|
|
fn unrequest_multi_referenced_preimage() -> Weight;
|
|
}
|
|
|
|
/// Weights for pallet_preimage using the Substrate node and recommended hardware.
|
|
pub struct SubstrateWeight<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
/// Storage: Preimage StatusFor (r:1 w:1)
|
|
/// Proof: Preimage StatusFor (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_preimage(s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `143`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 27_010_000 picoseconds.
|
|
Weight::from_parts(27_665_000, 3556)
|
|
// Standard Error: 0
|
|
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
.saturating_add(T::DbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: Preimage StatusFor (r:1 w:1)
|
|
/// Proof: Preimage StatusFor (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: `106`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 16_984_000 picoseconds.
|
|
Weight::from_parts(17_455_000, 3556)
|
|
// Standard Error: 0
|
|
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
.saturating_add(T::DbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: Preimage StatusFor (r:1 w:1)
|
|
/// Proof: Preimage StatusFor (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: `106`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 16_579_000 picoseconds.
|
|
Weight::from_parts(16_849_000, 3556)
|
|
// Standard Error: 0
|
|
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
.saturating_add(T::DbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: Preimage StatusFor (r:1 w:1)
|
|
/// Proof: Preimage StatusFor (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_preimage() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `289`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 33_552_000 picoseconds.
|
|
Weight::from_parts(35_134_000, 3556)
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
.saturating_add(T::DbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: Preimage StatusFor (r:1 w:1)
|
|
/// Proof: Preimage StatusFor (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: `144`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 22_102_000 picoseconds.
|
|
Weight::from_parts(22_860_000, 3556)
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
.saturating_add(T::DbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: Preimage StatusFor (r:1 w:1)
|
|
/// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen)
|
|
fn request_preimage() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `188`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 19_590_000 picoseconds.
|
|
Weight::from_parts(20_638_000, 3556)
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: Preimage StatusFor (r:1 w:1)
|
|
/// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen)
|
|
fn request_no_deposit_preimage() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `144`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 11_689_000 picoseconds.
|
|
Weight::from_parts(12_577_000, 3556)
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: Preimage StatusFor (r:1 w:1)
|
|
/// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen)
|
|
fn request_unnoted_preimage() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `42`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 13_673_000 picoseconds.
|
|
Weight::from_parts(14_210_000, 3556)
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: Preimage StatusFor (r:1 w:1)
|
|
/// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen)
|
|
fn request_requested_preimage() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `106`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 8_810_000 picoseconds.
|
|
Weight::from_parts(9_044_000, 3556)
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: Preimage StatusFor (r:1 w:1)
|
|
/// Proof: Preimage StatusFor (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: `144`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 21_236_000 picoseconds.
|
|
Weight::from_parts(21_684_000, 3556)
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
.saturating_add(T::DbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: Preimage StatusFor (r:1 w:1)
|
|
/// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen)
|
|
fn unrequest_unnoted_preimage() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `106`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 8_709_000 picoseconds.
|
|
Weight::from_parts(8_970_000, 3556)
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: Preimage StatusFor (r:1 w:1)
|
|
/// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen)
|
|
fn unrequest_multi_referenced_preimage() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `106`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 8_976_000 picoseconds.
|
|
Weight::from_parts(9_164_000, 3556)
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
}
|
|
}
|
|
|
|
// For backwards compatibility and tests
|
|
impl WeightInfo for () {
|
|
/// Storage: Preimage StatusFor (r:1 w:1)
|
|
/// Proof: Preimage StatusFor (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_preimage(s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `143`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 27_010_000 picoseconds.
|
|
Weight::from_parts(27_665_000, 3556)
|
|
// Standard Error: 0
|
|
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: Preimage StatusFor (r:1 w:1)
|
|
/// Proof: Preimage StatusFor (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: `106`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 16_984_000 picoseconds.
|
|
Weight::from_parts(17_455_000, 3556)
|
|
// Standard Error: 0
|
|
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: Preimage StatusFor (r:1 w:1)
|
|
/// Proof: Preimage StatusFor (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: `106`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 16_579_000 picoseconds.
|
|
Weight::from_parts(16_849_000, 3556)
|
|
// Standard Error: 0
|
|
.saturating_add(Weight::from_parts(1_414, 0).saturating_mul(s.into()))
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: Preimage StatusFor (r:1 w:1)
|
|
/// Proof: Preimage StatusFor (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_preimage() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `289`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 33_552_000 picoseconds.
|
|
Weight::from_parts(35_134_000, 3556)
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: Preimage StatusFor (r:1 w:1)
|
|
/// Proof: Preimage StatusFor (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: `144`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 22_102_000 picoseconds.
|
|
Weight::from_parts(22_860_000, 3556)
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: Preimage StatusFor (r:1 w:1)
|
|
/// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen)
|
|
fn request_preimage() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `188`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 19_590_000 picoseconds.
|
|
Weight::from_parts(20_638_000, 3556)
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: Preimage StatusFor (r:1 w:1)
|
|
/// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen)
|
|
fn request_no_deposit_preimage() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `144`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 11_689_000 picoseconds.
|
|
Weight::from_parts(12_577_000, 3556)
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: Preimage StatusFor (r:1 w:1)
|
|
/// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen)
|
|
fn request_unnoted_preimage() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `42`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 13_673_000 picoseconds.
|
|
Weight::from_parts(14_210_000, 3556)
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: Preimage StatusFor (r:1 w:1)
|
|
/// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen)
|
|
fn request_requested_preimage() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `106`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 8_810_000 picoseconds.
|
|
Weight::from_parts(9_044_000, 3556)
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: Preimage StatusFor (r:1 w:1)
|
|
/// Proof: Preimage StatusFor (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: `144`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 21_236_000 picoseconds.
|
|
Weight::from_parts(21_684_000, 3556)
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: Preimage StatusFor (r:1 w:1)
|
|
/// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen)
|
|
fn unrequest_unnoted_preimage() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `106`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 8_709_000 picoseconds.
|
|
Weight::from_parts(8_970_000, 3556)
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: Preimage StatusFor (r:1 w:1)
|
|
/// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen)
|
|
fn unrequest_multi_referenced_preimage() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `106`
|
|
// Estimated: `3556`
|
|
// Minimum execution time: 8_976_000 picoseconds.
|
|
Weight::from_parts(9_164_000, 3556)
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
}
|