mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 23:08:03 +00:00
ebfe00d590
* Align log Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Use max instead of sum Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Make comment ordering deterministic Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Dont add Pov overhead when all is ignored Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update test pallet weights Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Re-run weights on bm2 Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fix test Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Actually use new weights Fucked up the merge for this file... Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update contract weights Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
379 lines
16 KiB
Rust
Generated
379 lines
16 KiB
Rust
Generated
// 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-04-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! WORST CASE MAP SIZE: `1000000`
|
|
//! HOSTNAME: `bm2`, 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
|
|
// --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: 31_578_000 picoseconds.
|
|
Weight::from_parts(31_955_000, 3556)
|
|
// Standard Error: 0
|
|
.saturating_add(Weight::from_parts(1_395, 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: 17_017_000 picoseconds.
|
|
Weight::from_parts(17_549_000, 3556)
|
|
// Standard Error: 0
|
|
.saturating_add(Weight::from_parts(1_394, 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_507_000 picoseconds.
|
|
Weight::from_parts(16_624_000, 3556)
|
|
// Standard Error: 0
|
|
.saturating_add(Weight::from_parts(1_395, 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: 38_016_000 picoseconds.
|
|
Weight::from_parts(38_909_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: 21_408_000 picoseconds.
|
|
Weight::from_parts(22_343_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: 20_035_000 picoseconds.
|
|
Weight::from_parts(20_639_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: 12_028_000 picoseconds.
|
|
Weight::from_parts(12_509_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_568_000 picoseconds.
|
|
Weight::from_parts(14_161_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_538_000 picoseconds.
|
|
Weight::from_parts(8_933_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: 20_692_000 picoseconds.
|
|
Weight::from_parts(21_770_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_572_000 picoseconds.
|
|
Weight::from_parts(8_795_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_266_000 picoseconds.
|
|
Weight::from_parts(8_721_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: 31_578_000 picoseconds.
|
|
Weight::from_parts(31_955_000, 3556)
|
|
// Standard Error: 0
|
|
.saturating_add(Weight::from_parts(1_395, 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: 17_017_000 picoseconds.
|
|
Weight::from_parts(17_549_000, 3556)
|
|
// Standard Error: 0
|
|
.saturating_add(Weight::from_parts(1_394, 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_507_000 picoseconds.
|
|
Weight::from_parts(16_624_000, 3556)
|
|
// Standard Error: 0
|
|
.saturating_add(Weight::from_parts(1_395, 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: 38_016_000 picoseconds.
|
|
Weight::from_parts(38_909_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: 21_408_000 picoseconds.
|
|
Weight::from_parts(22_343_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: 20_035_000 picoseconds.
|
|
Weight::from_parts(20_639_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: 12_028_000 picoseconds.
|
|
Weight::from_parts(12_509_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_568_000 picoseconds.
|
|
Weight::from_parts(14_161_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_538_000 picoseconds.
|
|
Weight::from_parts(8_933_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: 20_692_000 picoseconds.
|
|
Weight::from_parts(21_770_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_572_000 picoseconds.
|
|
Weight::from_parts(8_795_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_266_000 picoseconds.
|
|
Weight::from_parts(8_721_000, 3556)
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
}
|