mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 12:17:58 +00:00
bc53b9a03a
* Change copyright year to 2023 from 2022 * Fix incorrect update of copyright year * Remove years from copy right header * Fix remaining files * Fix typo in a header and remove update-copyright.sh
307 lines
13 KiB
Rust
307 lines
13 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_message_queue
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
|
//! DATE: 2023-01-24, 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_message_queue
|
|
// --extrinsic=*
|
|
// --execution=wasm
|
|
// --wasm-execution=compiled
|
|
// --heap-pages=4096
|
|
// --output=./frame/message-queue/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_message_queue.
|
|
pub trait WeightInfo {
|
|
fn ready_ring_knit() -> Weight;
|
|
fn ready_ring_unknit() -> Weight;
|
|
fn service_queue_base() -> Weight;
|
|
fn service_page_base_completion() -> Weight;
|
|
fn service_page_base_no_completion() -> Weight;
|
|
fn service_page_item() -> Weight;
|
|
fn bump_service_head() -> Weight;
|
|
fn reap_page() -> Weight;
|
|
fn execute_overweight_page_removed() -> Weight;
|
|
fn execute_overweight_page_updated() -> Weight;
|
|
}
|
|
|
|
/// Weights for pallet_message_queue using the Substrate node and recommended hardware.
|
|
pub struct SubstrateWeight<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
/// Storage: MessageQueue ServiceHead (r:1 w:0)
|
|
/// Proof: MessageQueue ServiceHead (max_values: Some(1), max_size: Some(5), added: 500, mode: MaxEncodedLen)
|
|
/// Storage: MessageQueue BookStateFor (r:2 w:2)
|
|
/// Proof: MessageQueue BookStateFor (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
|
fn ready_ring_knit() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `837`
|
|
// Estimated: `5554`
|
|
// Minimum execution time: 12_676 nanoseconds.
|
|
Weight::from_parts(13_113_000, 5554)
|
|
.saturating_add(T::DbWeight::get().reads(3_u64))
|
|
.saturating_add(T::DbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: MessageQueue BookStateFor (r:2 w:2)
|
|
/// Proof: MessageQueue BookStateFor (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
|
/// Storage: MessageQueue ServiceHead (r:1 w:1)
|
|
/// Proof: MessageQueue ServiceHead (max_values: Some(1), max_size: Some(5), added: 500, mode: MaxEncodedLen)
|
|
fn ready_ring_unknit() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `837`
|
|
// Estimated: `5554`
|
|
// Minimum execution time: 12_654 nanoseconds.
|
|
Weight::from_parts(12_969_000, 5554)
|
|
.saturating_add(T::DbWeight::get().reads(3_u64))
|
|
.saturating_add(T::DbWeight::get().writes(3_u64))
|
|
}
|
|
/// Storage: MessageQueue BookStateFor (r:1 w:1)
|
|
/// Proof: MessageQueue BookStateFor (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
|
fn service_queue_base() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `576`
|
|
// Estimated: `2527`
|
|
// Minimum execution time: 5_096 nanoseconds.
|
|
Weight::from_parts(5_280_000, 2527)
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: MessageQueue Pages (r:1 w:1)
|
|
/// Proof: MessageQueue Pages (max_values: None, max_size: Some(65585), added: 68060, mode: MaxEncodedLen)
|
|
fn service_page_base_completion() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `648`
|
|
// Estimated: `68060`
|
|
// Minimum execution time: 7_291 nanoseconds.
|
|
Weight::from_parts(7_564_000, 68060)
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: MessageQueue Pages (r:1 w:1)
|
|
/// Proof: MessageQueue Pages (max_values: None, max_size: Some(65585), added: 68060, mode: MaxEncodedLen)
|
|
fn service_page_base_no_completion() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `648`
|
|
// Estimated: `68060`
|
|
// Minimum execution time: 7_401 nanoseconds.
|
|
Weight::from_parts(7_681_000, 68060)
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
}
|
|
fn service_page_item() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `972`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 79_412 nanoseconds.
|
|
Weight::from_ref_time(79_816_000)
|
|
}
|
|
/// Storage: MessageQueue ServiceHead (r:1 w:1)
|
|
/// Proof: MessageQueue ServiceHead (max_values: Some(1), max_size: Some(5), added: 500, mode: MaxEncodedLen)
|
|
/// Storage: MessageQueue BookStateFor (r:1 w:0)
|
|
/// Proof: MessageQueue BookStateFor (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
|
fn bump_service_head() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `712`
|
|
// Estimated: `3027`
|
|
// Minimum execution time: 8_258 nanoseconds.
|
|
Weight::from_parts(8_438_000, 3027)
|
|
.saturating_add(T::DbWeight::get().reads(2_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: MessageQueue BookStateFor (r:1 w:1)
|
|
/// Proof: MessageQueue BookStateFor (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
|
/// Storage: MessageQueue Pages (r:1 w:1)
|
|
/// Proof: MessageQueue Pages (max_values: None, max_size: Some(65585), added: 68060, mode: MaxEncodedLen)
|
|
fn reap_page() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `66827`
|
|
// Estimated: `70587`
|
|
// Minimum execution time: 61_361 nanoseconds.
|
|
Weight::from_parts(62_103_000, 70587)
|
|
.saturating_add(T::DbWeight::get().reads(2_u64))
|
|
.saturating_add(T::DbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: MessageQueue BookStateFor (r:1 w:1)
|
|
/// Proof: MessageQueue BookStateFor (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
|
/// Storage: MessageQueue Pages (r:1 w:1)
|
|
/// Proof: MessageQueue Pages (max_values: None, max_size: Some(65585), added: 68060, mode: MaxEncodedLen)
|
|
fn execute_overweight_page_removed() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `66827`
|
|
// Estimated: `70587`
|
|
// Minimum execution time: 75_153 nanoseconds.
|
|
Weight::from_parts(76_093_000, 70587)
|
|
.saturating_add(T::DbWeight::get().reads(2_u64))
|
|
.saturating_add(T::DbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: MessageQueue BookStateFor (r:1 w:1)
|
|
/// Proof: MessageQueue BookStateFor (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
|
/// Storage: MessageQueue Pages (r:1 w:1)
|
|
/// Proof: MessageQueue Pages (max_values: None, max_size: Some(65585), added: 68060, mode: MaxEncodedLen)
|
|
fn execute_overweight_page_updated() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `66827`
|
|
// Estimated: `70587`
|
|
// Minimum execution time: 88_272 nanoseconds.
|
|
Weight::from_parts(89_373_000, 70587)
|
|
.saturating_add(T::DbWeight::get().reads(2_u64))
|
|
.saturating_add(T::DbWeight::get().writes(2_u64))
|
|
}
|
|
}
|
|
|
|
// For backwards compatibility and tests
|
|
impl WeightInfo for () {
|
|
/// Storage: MessageQueue ServiceHead (r:1 w:0)
|
|
/// Proof: MessageQueue ServiceHead (max_values: Some(1), max_size: Some(5), added: 500, mode: MaxEncodedLen)
|
|
/// Storage: MessageQueue BookStateFor (r:2 w:2)
|
|
/// Proof: MessageQueue BookStateFor (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
|
fn ready_ring_knit() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `837`
|
|
// Estimated: `5554`
|
|
// Minimum execution time: 12_676 nanoseconds.
|
|
Weight::from_parts(13_113_000, 5554)
|
|
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: MessageQueue BookStateFor (r:2 w:2)
|
|
/// Proof: MessageQueue BookStateFor (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
|
/// Storage: MessageQueue ServiceHead (r:1 w:1)
|
|
/// Proof: MessageQueue ServiceHead (max_values: Some(1), max_size: Some(5), added: 500, mode: MaxEncodedLen)
|
|
fn ready_ring_unknit() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `837`
|
|
// Estimated: `5554`
|
|
// Minimum execution time: 12_654 nanoseconds.
|
|
Weight::from_parts(12_969_000, 5554)
|
|
.saturating_add(RocksDbWeight::get().reads(3_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(3_u64))
|
|
}
|
|
/// Storage: MessageQueue BookStateFor (r:1 w:1)
|
|
/// Proof: MessageQueue BookStateFor (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
|
fn service_queue_base() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `576`
|
|
// Estimated: `2527`
|
|
// Minimum execution time: 5_096 nanoseconds.
|
|
Weight::from_parts(5_280_000, 2527)
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: MessageQueue Pages (r:1 w:1)
|
|
/// Proof: MessageQueue Pages (max_values: None, max_size: Some(65585), added: 68060, mode: MaxEncodedLen)
|
|
fn service_page_base_completion() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `648`
|
|
// Estimated: `68060`
|
|
// Minimum execution time: 7_291 nanoseconds.
|
|
Weight::from_parts(7_564_000, 68060)
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: MessageQueue Pages (r:1 w:1)
|
|
/// Proof: MessageQueue Pages (max_values: None, max_size: Some(65585), added: 68060, mode: MaxEncodedLen)
|
|
fn service_page_base_no_completion() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `648`
|
|
// Estimated: `68060`
|
|
// Minimum execution time: 7_401 nanoseconds.
|
|
Weight::from_parts(7_681_000, 68060)
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
fn service_page_item() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `972`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 79_412 nanoseconds.
|
|
Weight::from_ref_time(79_816_000)
|
|
}
|
|
/// Storage: MessageQueue ServiceHead (r:1 w:1)
|
|
/// Proof: MessageQueue ServiceHead (max_values: Some(1), max_size: Some(5), added: 500, mode: MaxEncodedLen)
|
|
/// Storage: MessageQueue BookStateFor (r:1 w:0)
|
|
/// Proof: MessageQueue BookStateFor (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
|
fn bump_service_head() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `712`
|
|
// Estimated: `3027`
|
|
// Minimum execution time: 8_258 nanoseconds.
|
|
Weight::from_parts(8_438_000, 3027)
|
|
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: MessageQueue BookStateFor (r:1 w:1)
|
|
/// Proof: MessageQueue BookStateFor (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
|
/// Storage: MessageQueue Pages (r:1 w:1)
|
|
/// Proof: MessageQueue Pages (max_values: None, max_size: Some(65585), added: 68060, mode: MaxEncodedLen)
|
|
fn reap_page() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `66827`
|
|
// Estimated: `70587`
|
|
// Minimum execution time: 61_361 nanoseconds.
|
|
Weight::from_parts(62_103_000, 70587)
|
|
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: MessageQueue BookStateFor (r:1 w:1)
|
|
/// Proof: MessageQueue BookStateFor (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
|
/// Storage: MessageQueue Pages (r:1 w:1)
|
|
/// Proof: MessageQueue Pages (max_values: None, max_size: Some(65585), added: 68060, mode: MaxEncodedLen)
|
|
fn execute_overweight_page_removed() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `66827`
|
|
// Estimated: `70587`
|
|
// Minimum execution time: 75_153 nanoseconds.
|
|
Weight::from_parts(76_093_000, 70587)
|
|
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
|
}
|
|
/// Storage: MessageQueue BookStateFor (r:1 w:1)
|
|
/// Proof: MessageQueue BookStateFor (max_values: None, max_size: Some(52), added: 2527, mode: MaxEncodedLen)
|
|
/// Storage: MessageQueue Pages (r:1 w:1)
|
|
/// Proof: MessageQueue Pages (max_values: None, max_size: Some(65585), added: 68060, mode: MaxEncodedLen)
|
|
fn execute_overweight_page_updated() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `66827`
|
|
// Estimated: `70587`
|
|
// Minimum execution time: 88_272 nanoseconds.
|
|
Weight::from_parts(89_373_000, 70587)
|
|
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(2_u64))
|
|
}
|
|
}
|