393 lines
18 KiB
Rust
393 lines
18 KiB
Rust
// Copyright (C) Parity Technologies (UK) Ltd.
|
|
// This file is part of Pezkuwi.
|
|
|
|
// Pezkuwi 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.
|
|
|
|
// Pezkuwi 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 Pezkuwi. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
//! Autogenerated weights for `pallet_xcm`
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
|
|
//! DATE: 2025-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! WORST CASE MAP SIZE: `1000000`
|
|
//! HOSTNAME: `3a2e9ae8a8f5`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
|
|
//! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
|
|
|
|
// Executed Command:
|
|
// frame-omni-bencher
|
|
// v1
|
|
// benchmark
|
|
// pallet
|
|
// --extrinsic=*
|
|
// --runtime=target/production/wbuild/zagros-runtime/zagros_runtime.wasm
|
|
// --pallet=pallet_xcm
|
|
// --header=/__w/pezkuwi-sdk/pezkuwi-sdk/pezkuwi/file_header.txt
|
|
// --output=./pezkuwi/runtime/zagros/src/weights
|
|
// --wasm-execution=compiled
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --heap-pages=4096
|
|
// --no-storage-info
|
|
// --no-min-squares
|
|
// --no-median-slopes
|
|
|
|
#![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 for `pallet_xcm`.
|
|
pub struct WeightInfo<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
|
|
/// Storage: `Dmp::DeliveryFeeFactor` (r:1 w:0)
|
|
/// Proof: `Dmp::DeliveryFeeFactor` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `XcmPallet::SupportedVersion` (r:1 w:0)
|
|
/// Proof: `XcmPallet::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Dmp::DownwardMessageQueues` (r:1 w:1)
|
|
/// Proof: `Dmp::DownwardMessageQueues` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Paras::Heads` (r:1 w:0)
|
|
/// Proof: `Paras::Heads` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Dmp::DownwardMessageQueueHeads` (r:1 w:1)
|
|
/// Proof: `Dmp::DownwardMessageQueueHeads` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn send() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `212`
|
|
// Estimated: `3677`
|
|
// Minimum execution time: 41_335_000 picoseconds.
|
|
Weight::from_parts(42_659_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3677))
|
|
.saturating_add(T::DbWeight::get().reads(5))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: `System::Account` (r:2 w:2)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
|
|
/// Storage: `XcmPallet::ShouldRecordXcm` (r:1 w:0)
|
|
/// Proof: `XcmPallet::ShouldRecordXcm` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Dmp::DeliveryFeeFactor` (r:1 w:0)
|
|
/// Proof: `Dmp::DeliveryFeeFactor` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `XcmPallet::SupportedVersion` (r:1 w:0)
|
|
/// Proof: `XcmPallet::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Dmp::DownwardMessageQueues` (r:1 w:1)
|
|
/// Proof: `Dmp::DownwardMessageQueues` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Paras::Heads` (r:1 w:0)
|
|
/// Proof: `Paras::Heads` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Dmp::DownwardMessageQueueHeads` (r:1 w:1)
|
|
/// Proof: `Dmp::DownwardMessageQueueHeads` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn teleport_assets() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `315`
|
|
// Estimated: `6196`
|
|
// Minimum execution time: 146_685_000 picoseconds.
|
|
Weight::from_parts(152_738_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 6196))
|
|
.saturating_add(T::DbWeight::get().reads(8))
|
|
.saturating_add(T::DbWeight::get().writes(4))
|
|
}
|
|
/// Storage: `Benchmark::Override` (r:0 w:0)
|
|
/// Proof: `Benchmark::Override` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn reserve_transfer_assets() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 18_446_744_073_709_551_000 picoseconds.
|
|
Weight::from_parts(18_446_744_073_709_551_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
}
|
|
/// Storage: `System::Account` (r:2 w:2)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
|
|
/// Storage: `XcmPallet::ShouldRecordXcm` (r:1 w:0)
|
|
/// Proof: `XcmPallet::ShouldRecordXcm` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Dmp::DeliveryFeeFactor` (r:1 w:0)
|
|
/// Proof: `Dmp::DeliveryFeeFactor` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `XcmPallet::SupportedVersion` (r:1 w:0)
|
|
/// Proof: `XcmPallet::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Dmp::DownwardMessageQueues` (r:1 w:1)
|
|
/// Proof: `Dmp::DownwardMessageQueues` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Paras::Heads` (r:1 w:0)
|
|
/// Proof: `Paras::Heads` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Dmp::DownwardMessageQueueHeads` (r:1 w:1)
|
|
/// Proof: `Dmp::DownwardMessageQueueHeads` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn transfer_assets() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `315`
|
|
// Estimated: `6196`
|
|
// Minimum execution time: 148_866_000 picoseconds.
|
|
Weight::from_parts(152_293_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 6196))
|
|
.saturating_add(T::DbWeight::get().reads(8))
|
|
.saturating_add(T::DbWeight::get().writes(4))
|
|
}
|
|
/// Storage: `XcmPallet::ShouldRecordXcm` (r:1 w:0)
|
|
/// Proof: `XcmPallet::ShouldRecordXcm` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
fn execute() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `1485`
|
|
// Minimum execution time: 9_855_000 picoseconds.
|
|
Weight::from_parts(10_341_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 1485))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
}
|
|
/// Storage: `XcmPallet::SupportedVersion` (r:0 w:1)
|
|
/// Proof: `XcmPallet::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn force_xcm_version() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 8_483_000 picoseconds.
|
|
Weight::from_parts(8_898_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
fn force_default_xcm_version() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 2_570_000 picoseconds.
|
|
Weight::from_parts(2_709_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
}
|
|
/// Storage: `XcmPallet::VersionNotifiers` (r:1 w:1)
|
|
/// Proof: `XcmPallet::VersionNotifiers` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `XcmPallet::QueryCounter` (r:1 w:1)
|
|
/// Proof: `XcmPallet::QueryCounter` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Dmp::DeliveryFeeFactor` (r:1 w:0)
|
|
/// Proof: `Dmp::DeliveryFeeFactor` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `XcmPallet::SupportedVersion` (r:1 w:0)
|
|
/// Proof: `XcmPallet::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Dmp::DownwardMessageQueues` (r:1 w:1)
|
|
/// Proof: `Dmp::DownwardMessageQueues` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Paras::Heads` (r:1 w:0)
|
|
/// Proof: `Paras::Heads` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Dmp::DownwardMessageQueueHeads` (r:1 w:1)
|
|
/// Proof: `Dmp::DownwardMessageQueueHeads` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `XcmPallet::Queries` (r:0 w:1)
|
|
/// Proof: `XcmPallet::Queries` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn force_subscribe_version_notify() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `212`
|
|
// Estimated: `3677`
|
|
// Minimum execution time: 48_311_000 picoseconds.
|
|
Weight::from_parts(49_878_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3677))
|
|
.saturating_add(T::DbWeight::get().reads(7))
|
|
.saturating_add(T::DbWeight::get().writes(5))
|
|
}
|
|
/// Storage: `XcmPallet::VersionNotifiers` (r:1 w:1)
|
|
/// Proof: `XcmPallet::VersionNotifiers` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Dmp::DeliveryFeeFactor` (r:1 w:0)
|
|
/// Proof: `Dmp::DeliveryFeeFactor` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `XcmPallet::SupportedVersion` (r:1 w:0)
|
|
/// Proof: `XcmPallet::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Dmp::DownwardMessageQueues` (r:1 w:1)
|
|
/// Proof: `Dmp::DownwardMessageQueues` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Paras::Heads` (r:1 w:0)
|
|
/// Proof: `Paras::Heads` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Dmp::DownwardMessageQueueHeads` (r:1 w:1)
|
|
/// Proof: `Dmp::DownwardMessageQueueHeads` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `XcmPallet::Queries` (r:0 w:1)
|
|
/// Proof: `XcmPallet::Queries` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn force_unsubscribe_version_notify() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `392`
|
|
// Estimated: `3857`
|
|
// Minimum execution time: 53_270_000 picoseconds.
|
|
Weight::from_parts(55_216_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3857))
|
|
.saturating_add(T::DbWeight::get().reads(6))
|
|
.saturating_add(T::DbWeight::get().writes(4))
|
|
}
|
|
/// Storage: `XcmPallet::XcmExecutionSuspended` (r:0 w:1)
|
|
/// Proof: `XcmPallet::XcmExecutionSuspended` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
fn force_suspension() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 2_538_000 picoseconds.
|
|
Weight::from_parts(2_717_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `XcmPallet::SupportedVersion` (r:6 w:2)
|
|
/// Proof: `XcmPallet::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn migrate_supported_version() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `22`
|
|
// Estimated: `15862`
|
|
// Minimum execution time: 22_579_000 picoseconds.
|
|
Weight::from_parts(22_973_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 15862))
|
|
.saturating_add(T::DbWeight::get().reads(6))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: `XcmPallet::VersionNotifiers` (r:6 w:2)
|
|
/// Proof: `XcmPallet::VersionNotifiers` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn migrate_version_notifiers() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `26`
|
|
// Estimated: `15866`
|
|
// Minimum execution time: 22_803_000 picoseconds.
|
|
Weight::from_parts(23_241_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 15866))
|
|
.saturating_add(T::DbWeight::get().reads(6))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: `XcmPallet::VersionNotifyTargets` (r:7 w:0)
|
|
/// Proof: `XcmPallet::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn already_notified_target() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `40`
|
|
// Estimated: `18355`
|
|
// Minimum execution time: 25_760_000 picoseconds.
|
|
Weight::from_parts(26_511_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 18355))
|
|
.saturating_add(T::DbWeight::get().reads(7))
|
|
}
|
|
/// Storage: `XcmPallet::VersionNotifyTargets` (r:2 w:1)
|
|
/// Proof: `XcmPallet::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Dmp::DeliveryFeeFactor` (r:1 w:0)
|
|
/// Proof: `Dmp::DeliveryFeeFactor` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `XcmPallet::SupportedVersion` (r:1 w:0)
|
|
/// Proof: `XcmPallet::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Dmp::DownwardMessageQueues` (r:1 w:0)
|
|
/// Proof: `Dmp::DownwardMessageQueues` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Paras::Heads` (r:1 w:0)
|
|
/// Proof: `Paras::Heads` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn notify_current_targets() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `211`
|
|
// Estimated: `6151`
|
|
// Minimum execution time: 36_850_000 picoseconds.
|
|
Weight::from_parts(38_086_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 6151))
|
|
.saturating_add(T::DbWeight::get().reads(6))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `XcmPallet::VersionNotifyTargets` (r:5 w:0)
|
|
/// Proof: `XcmPallet::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn notify_target_migration_fail() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `40`
|
|
// Estimated: `13405`
|
|
// Minimum execution time: 17_893_000 picoseconds.
|
|
Weight::from_parts(18_327_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 13405))
|
|
.saturating_add(T::DbWeight::get().reads(5))
|
|
}
|
|
/// Storage: `XcmPallet::VersionNotifyTargets` (r:6 w:2)
|
|
/// Proof: `XcmPallet::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn migrate_version_notify_targets() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `33`
|
|
// Estimated: `15873`
|
|
// Minimum execution time: 22_807_000 picoseconds.
|
|
Weight::from_parts(23_148_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 15873))
|
|
.saturating_add(T::DbWeight::get().reads(6))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: `XcmPallet::VersionNotifyTargets` (r:6 w:1)
|
|
/// Proof: `XcmPallet::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Dmp::DeliveryFeeFactor` (r:1 w:0)
|
|
/// Proof: `Dmp::DeliveryFeeFactor` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `XcmPallet::SupportedVersion` (r:1 w:0)
|
|
/// Proof: `XcmPallet::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Dmp::DownwardMessageQueues` (r:1 w:0)
|
|
/// Proof: `Dmp::DownwardMessageQueues` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Paras::Heads` (r:1 w:0)
|
|
/// Proof: `Paras::Heads` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn migrate_and_notify_old_targets() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `211`
|
|
// Estimated: `16051`
|
|
// Minimum execution time: 48_558_000 picoseconds.
|
|
Weight::from_parts(50_046_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 16051))
|
|
.saturating_add(T::DbWeight::get().reads(10))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `XcmPallet::QueryCounter` (r:1 w:1)
|
|
/// Proof: `XcmPallet::QueryCounter` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `XcmPallet::Queries` (r:0 w:1)
|
|
/// Proof: `XcmPallet::Queries` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn new_query() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `1485`
|
|
// Minimum execution time: 2_757_000 picoseconds.
|
|
Weight::from_parts(2_981_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 1485))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: `XcmPallet::Queries` (r:1 w:1)
|
|
/// Proof: `XcmPallet::Queries` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn take_response() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `7576`
|
|
// Estimated: `11041`
|
|
// Minimum execution time: 27_384_000 picoseconds.
|
|
Weight::from_parts(27_705_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 11041))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `XcmPallet::ShouldRecordXcm` (r:1 w:0)
|
|
/// Proof: `XcmPallet::ShouldRecordXcm` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// Storage: `XcmPallet::AssetTraps` (r:1 w:1)
|
|
/// Proof: `XcmPallet::AssetTraps` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn claim_assets() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `23`
|
|
// Estimated: `3488`
|
|
// Minimum execution time: 40_784_000 picoseconds.
|
|
Weight::from_parts(42_298_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3488))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `XcmPallet::AuthorizedAliases` (r:1 w:1)
|
|
/// Proof: `XcmPallet::AuthorizedAliases` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn add_authorized_alias() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `361`
|
|
// Estimated: `3826`
|
|
// Minimum execution time: 15_975_000 picoseconds.
|
|
Weight::from_parts(16_398_000, 3826)
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `XcmPallet::AuthorizedAliases` (r:1 w:1)
|
|
/// Proof: `XcmPallet::AuthorizedAliases` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
fn remove_authorized_alias() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `400`
|
|
// Estimated: `3865`
|
|
// Minimum execution time: 17_326_000 picoseconds.
|
|
Weight::from_parts(17_622_000, 3865)
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
|
|
fn weigh_message() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 7_785_000 picoseconds.
|
|
Weight::from_parts(8_077_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
}
|
|
}
|