mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 06:01:02 +00:00
7a8c87a450
* drop Rialto <> Millau bridges * clippy
209 lines
7.6 KiB
Rust
209 lines
7.6 KiB
Rust
// Copyright (C) Parity Technologies (UK) Ltd.
|
|
// This file is part of Parity Bridges Common.
|
|
|
|
// Parity Bridges Common 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.
|
|
|
|
// Parity Bridges Common 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 Parity Bridges Common. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
//! Autogenerated weights for pallet_xcm_bridge_hub_router
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
|
//! DATE: 2023-08-03, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! WORST CASE MAP SIZE: `1000000`
|
|
//! HOSTNAME: `covid`, CPU: `11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz`
|
|
//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
|
|
|
// Executed Command:
|
|
// target/release/rip-bridge-node
|
|
// benchmark
|
|
// pallet
|
|
// --chain=dev
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --pallet=pallet_xcm_bridge_hub_router
|
|
// --extrinsic=*
|
|
// --execution=wasm
|
|
// --wasm-execution=Compiled
|
|
// --heap-pages=4096
|
|
// --output=./modules/xcm-bridge-hub-router/src/weights.rs
|
|
// --template=./.maintain/bridge-weight-template.hbs
|
|
|
|
#![allow(clippy::all)]
|
|
#![allow(unused_parens)]
|
|
#![allow(unused_imports)]
|
|
#![allow(missing_docs)]
|
|
|
|
use frame_support::{
|
|
traits::Get,
|
|
weights::{constants::RocksDbWeight, Weight},
|
|
};
|
|
use sp_std::marker::PhantomData;
|
|
|
|
/// Weight functions needed for pallet_xcm_bridge_hub_router.
|
|
pub trait WeightInfo {
|
|
fn on_initialize_when_non_congested() -> Weight;
|
|
fn on_initialize_when_congested() -> Weight;
|
|
fn report_bridge_status() -> Weight;
|
|
fn send_message() -> Weight;
|
|
}
|
|
|
|
/// Weights for `pallet_xcm_bridge_hub_router` that are generated using one of the Bridge testnets.
|
|
///
|
|
/// Those weights are test only and must never be used in production.
|
|
pub struct BridgeWeight<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> WeightInfo for BridgeWeight<T> {
|
|
/// Storage: `XcmBridgeHubRouter::Bridge` (r:1 w:1)
|
|
///
|
|
/// Proof: `XcmBridgeHubRouter::Bridge` (`max_values`: Some(1), `max_size`: Some(17), added:
|
|
/// 512, mode: `MaxEncodedLen`)
|
|
///
|
|
/// Storage: UNKNOWN KEY `0x456d756c617465645369626c696e6758636d704368616e6e656c2e436f6e6765`
|
|
/// (r:1 w:0)
|
|
///
|
|
/// Proof: UNKNOWN KEY `0x456d756c617465645369626c696e6758636d704368616e6e656c2e436f6e6765` (r:1
|
|
/// w:0)
|
|
fn on_initialize_when_non_congested() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `53`
|
|
// Estimated: `3518`
|
|
// Minimum execution time: 11_934 nanoseconds.
|
|
Weight::from_parts(12_201_000, 3518)
|
|
.saturating_add(T::DbWeight::get().reads(2_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: `XcmBridgeHubRouter::Bridge` (r:1 w:1)
|
|
///
|
|
/// Proof: `XcmBridgeHubRouter::Bridge` (`max_values`: Some(1), `max_size`: Some(17), added:
|
|
/// 512, mode: `MaxEncodedLen`)
|
|
///
|
|
/// Storage: UNKNOWN KEY `0x456d756c617465645369626c696e6758636d704368616e6e656c2e436f6e6765`
|
|
/// (r:1 w:0)
|
|
///
|
|
/// Proof: UNKNOWN KEY `0x456d756c617465645369626c696e6758636d704368616e6e656c2e436f6e6765` (r:1
|
|
/// w:0)
|
|
fn on_initialize_when_congested() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `94`
|
|
// Estimated: `3559`
|
|
// Minimum execution time: 9_010 nanoseconds.
|
|
Weight::from_parts(9_594_000, 3559)
|
|
.saturating_add(T::DbWeight::get().reads(2_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: `XcmBridgeHubRouter::Bridge` (r:1 w:1)
|
|
///
|
|
/// Proof: `XcmBridgeHubRouter::Bridge` (`max_values`: Some(1), `max_size`: Some(17), added:
|
|
/// 512, mode: `MaxEncodedLen`)
|
|
fn report_bridge_status() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `53`
|
|
// Estimated: `1502`
|
|
// Minimum execution time: 10_427 nanoseconds.
|
|
Weight::from_parts(10_682_000, 1502)
|
|
.saturating_add(T::DbWeight::get().reads(1_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: `XcmBridgeHubRouter::Bridge` (r:1 w:1)
|
|
///
|
|
/// Proof: `XcmBridgeHubRouter::Bridge` (`max_values`: Some(1), `max_size`: Some(17), added:
|
|
/// 512, mode: `MaxEncodedLen`)
|
|
///
|
|
/// Storage: UNKNOWN KEY `0x456d756c617465645369626c696e6758636d704368616e6e656c2e436f6e6765`
|
|
/// (r:1 w:0)
|
|
///
|
|
/// Proof: UNKNOWN KEY `0x456d756c617465645369626c696e6758636d704368616e6e656c2e436f6e6765` (r:1
|
|
/// w:0)
|
|
fn send_message() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `52`
|
|
// Estimated: `3517`
|
|
// Minimum execution time: 19_709 nanoseconds.
|
|
Weight::from_parts(20_110_000, 3517)
|
|
.saturating_add(T::DbWeight::get().reads(2_u64))
|
|
.saturating_add(T::DbWeight::get().writes(1_u64))
|
|
}
|
|
}
|
|
|
|
// For backwards compatibility and tests
|
|
impl WeightInfo for () {
|
|
/// Storage: `XcmBridgeHubRouter::Bridge` (r:1 w:1)
|
|
///
|
|
/// Proof: `XcmBridgeHubRouter::Bridge` (`max_values`: Some(1), `max_size`: Some(17), added:
|
|
/// 512, mode: `MaxEncodedLen`)
|
|
///
|
|
/// Storage: UNKNOWN KEY `0x456d756c617465645369626c696e6758636d704368616e6e656c2e436f6e6765`
|
|
/// (r:1 w:0)
|
|
///
|
|
/// Proof: UNKNOWN KEY `0x456d756c617465645369626c696e6758636d704368616e6e656c2e436f6e6765` (r:1
|
|
/// w:0)
|
|
fn on_initialize_when_non_congested() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `53`
|
|
// Estimated: `3518`
|
|
// Minimum execution time: 11_934 nanoseconds.
|
|
Weight::from_parts(12_201_000, 3518)
|
|
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: `XcmBridgeHubRouter::Bridge` (r:1 w:1)
|
|
///
|
|
/// Proof: `XcmBridgeHubRouter::Bridge` (`max_values`: Some(1), `max_size`: Some(17), added:
|
|
/// 512, mode: `MaxEncodedLen`)
|
|
///
|
|
/// Storage: UNKNOWN KEY `0x456d756c617465645369626c696e6758636d704368616e6e656c2e436f6e6765`
|
|
/// (r:1 w:0)
|
|
///
|
|
/// Proof: UNKNOWN KEY `0x456d756c617465645369626c696e6758636d704368616e6e656c2e436f6e6765` (r:1
|
|
/// w:0)
|
|
fn on_initialize_when_congested() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `94`
|
|
// Estimated: `3559`
|
|
// Minimum execution time: 9_010 nanoseconds.
|
|
Weight::from_parts(9_594_000, 3559)
|
|
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: `XcmBridgeHubRouter::Bridge` (r:1 w:1)
|
|
///
|
|
/// Proof: `XcmBridgeHubRouter::Bridge` (`max_values`: Some(1), `max_size`: Some(17), added:
|
|
/// 512, mode: `MaxEncodedLen`)
|
|
fn report_bridge_status() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `53`
|
|
// Estimated: `1502`
|
|
// Minimum execution time: 10_427 nanoseconds.
|
|
Weight::from_parts(10_682_000, 1502)
|
|
.saturating_add(RocksDbWeight::get().reads(1_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
/// Storage: `XcmBridgeHubRouter::Bridge` (r:1 w:1)
|
|
///
|
|
/// Proof: `XcmBridgeHubRouter::Bridge` (`max_values`: Some(1), `max_size`: Some(17), added:
|
|
/// 512, mode: `MaxEncodedLen`)
|
|
///
|
|
/// Storage: UNKNOWN KEY `0x456d756c617465645369626c696e6758636d704368616e6e656c2e436f6e6765`
|
|
/// (r:1 w:0)
|
|
///
|
|
/// Proof: UNKNOWN KEY `0x456d756c617465645369626c696e6758636d704368616e6e656c2e436f6e6765` (r:1
|
|
/// w:0)
|
|
fn send_message() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `52`
|
|
// Estimated: `3517`
|
|
// Minimum execution time: 19_709 nanoseconds.
|
|
Weight::from_parts(20_110_000, 3517)
|
|
.saturating_add(RocksDbWeight::get().reads(2_u64))
|
|
.saturating_add(RocksDbWeight::get().writes(1_u64))
|
|
}
|
|
}
|