pallet_xcm.rs 12.4 KiB
Newer Older
// Copyright (C) Parity Technologies (UK) Ltd.
Gavin Wood's avatar
Gavin Wood committed
// This file is part of Polkadot.

// Polkadot 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.

// Polkadot 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 Polkadot.  If not, see <http://www.gnu.org/licenses/>.
//! Autogenerated weights for `pallet_xcm`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
Mara Broda's avatar
Mara Broda committed
//! DATE: 2023-03-15, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
Mara Broda's avatar
Mara Broda committed
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz`
Gavin Wood's avatar
Gavin Wood committed
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024

// Executed Command:
// ./target/production/polkadot
Gavin Wood's avatar
Gavin Wood committed
// benchmark
// pallet
// --chain=westend-dev
Gavin Wood's avatar
Gavin Wood committed
// --steps=50
// --repeat=20
// --pallet=pallet_xcm
Gavin Wood's avatar
Gavin Wood committed
// --extrinsic=*
// --execution=wasm
// --wasm-execution=compiled
// --header=./file_header.txt
// --output=./runtime/westend/src/weights/

#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
#![allow(unused_imports)]

use frame_support::{traits::Get, weights::Weight};
use sp_std::marker::PhantomData;

/// Weight functions for `pallet_xcm`.
pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> pallet_xcm::WeightInfo for WeightInfo<T> {
Mara Broda's avatar
Mara Broda committed
	/// Storage: XcmPallet SupportedVersion (r:1 w:0)
	/// Proof Skipped: XcmPallet SupportedVersion (max_values: None, max_size: None, mode: Measured)
	/// Storage: XcmPallet VersionDiscoveryQueue (r:1 w:1)
	/// Proof Skipped: XcmPallet VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
	/// Storage: XcmPallet SafeXcmVersion (r:1 w:0)
	/// Proof Skipped: XcmPallet SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
	/// Storage: Dmp DownwardMessageQueues (r:1 w:1)
	/// Proof Skipped: Dmp DownwardMessageQueues (max_values: None, max_size: None, mode: Measured)
	/// Storage: Dmp DownwardMessageQueueHeads (r:1 w:1)
	/// Proof Skipped: Dmp DownwardMessageQueueHeads (max_values: None, max_size: None, mode: Measured)
Gavin Wood's avatar
Gavin Wood committed
	fn send() -> Weight {
Mara Broda's avatar
Mara Broda committed
		// Proof Size summary in bytes:
		//  Measured:  `169`
Mara Broda's avatar
Mara Broda committed
		//  Estimated: `14210`
		// Minimum execution time: 30_377_000 picoseconds.
		Weight::from_parts(30_906_000, 0)
			.saturating_add(Weight::from_parts(0, 14210))
Gavin Wood's avatar
Gavin Wood committed
			.saturating_add(T::DbWeight::get().reads(5))
			.saturating_add(T::DbWeight::get().writes(3))
	}
	fn teleport_assets() -> Weight {
Mara Broda's avatar
Mara Broda committed
		// Proof Size summary in bytes:
		//  Measured:  `0`
		//  Estimated: `0`
Mara Broda's avatar
Mara Broda committed
		// Minimum execution time: 20_605_000 picoseconds.
		Weight::from_parts(20_951_000, 0)
			.saturating_add(Weight::from_parts(0, 0))
Gavin Wood's avatar
Gavin Wood committed
	}
	fn reserve_transfer_assets() -> Weight {
Mara Broda's avatar
Mara Broda committed
		// Proof Size summary in bytes:
		//  Measured:  `0`
		//  Estimated: `0`
Mara Broda's avatar
Mara Broda committed
		// Minimum execution time: 20_055_000 picoseconds.
		Weight::from_parts(20_427_000, 0)
			.saturating_add(Weight::from_parts(0, 0))
Gavin Wood's avatar
Gavin Wood committed
	}
Mara Broda's avatar
Mara Broda committed
	/// Storage: Benchmark Override (r:0 w:0)
	/// Proof Skipped: Benchmark Override (max_values: None, max_size: None, mode: Measured)
Gavin Wood's avatar
Gavin Wood committed
	fn execute() -> Weight {
Mara Broda's avatar
Mara Broda committed
		// Proof Size summary in bytes:
		//  Measured:  `0`
		//  Estimated: `0`
Mara Broda's avatar
Mara Broda committed
		// 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))
Gavin Wood's avatar
Gavin Wood committed
	}
Mara Broda's avatar
Mara Broda committed
	/// Storage: XcmPallet SupportedVersion (r:0 w:1)
	/// Proof Skipped: XcmPallet SupportedVersion (max_values: None, max_size: None, mode: Measured)
Gavin Wood's avatar
Gavin Wood committed
	fn force_xcm_version() -> Weight {
Mara Broda's avatar
Mara Broda committed
		// Proof Size summary in bytes:
		//  Measured:  `0`
		//  Estimated: `0`
Mara Broda's avatar
Mara Broda committed
		// Minimum execution time: 9_682_000 picoseconds.
		Weight::from_parts(10_137_000, 0)
			.saturating_add(Weight::from_parts(0, 0))
Gavin Wood's avatar
Gavin Wood committed
			.saturating_add(T::DbWeight::get().writes(1))
	}
Mara Broda's avatar
Mara Broda committed
	/// Storage: XcmPallet SafeXcmVersion (r:0 w:1)
	/// Proof Skipped: XcmPallet SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
Gavin Wood's avatar
Gavin Wood committed
	fn force_default_xcm_version() -> Weight {
Mara Broda's avatar
Mara Broda committed
		// Proof Size summary in bytes:
		//  Measured:  `0`
		//  Estimated: `0`
Mara Broda's avatar
Mara Broda committed
		// Minimum execution time: 3_064_000 picoseconds.
		Weight::from_parts(3_201_000, 0)
			.saturating_add(Weight::from_parts(0, 0))
Gavin Wood's avatar
Gavin Wood committed
			.saturating_add(T::DbWeight::get().writes(1))
	}
Mara Broda's avatar
Mara Broda committed
	/// Storage: XcmPallet VersionNotifiers (r:1 w:1)
	/// Proof Skipped: XcmPallet VersionNotifiers (max_values: None, max_size: None, mode: Measured)
	/// Storage: XcmPallet QueryCounter (r:1 w:1)
	/// Proof Skipped: XcmPallet QueryCounter (max_values: Some(1), max_size: None, mode: Measured)
	/// Storage: XcmPallet SupportedVersion (r:1 w:0)
	/// Proof Skipped: XcmPallet SupportedVersion (max_values: None, max_size: None, mode: Measured)
	/// Storage: XcmPallet VersionDiscoveryQueue (r:1 w:1)
	/// Proof Skipped: XcmPallet VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
	/// Storage: XcmPallet SafeXcmVersion (r:1 w:0)
	/// Proof Skipped: XcmPallet SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
	/// Storage: Dmp DownwardMessageQueues (r:1 w:1)
	/// Proof Skipped: Dmp DownwardMessageQueues (max_values: None, max_size: None, mode: Measured)
	/// Storage: Dmp DownwardMessageQueueHeads (r:1 w:1)
	/// Proof Skipped: Dmp DownwardMessageQueueHeads (max_values: None, max_size: None, mode: Measured)
	/// Storage: XcmPallet Queries (r:0 w:1)
	/// Proof Skipped: XcmPallet Queries (max_values: None, max_size: None, mode: Measured)
Gavin Wood's avatar
Gavin Wood committed
	fn force_subscribe_version_notify() -> Weight {
Mara Broda's avatar
Mara Broda committed
		// Proof Size summary in bytes:
		//  Measured:  `169`
Mara Broda's avatar
Mara Broda committed
		//  Estimated: `19667`
		// Minimum execution time: 35_049_000 picoseconds.
		Weight::from_parts(35_549_000, 0)
			.saturating_add(Weight::from_parts(0, 19667))
Gavin Wood's avatar
Gavin Wood committed
			.saturating_add(T::DbWeight::get().reads(7))
			.saturating_add(T::DbWeight::get().writes(6))
	}
Mara Broda's avatar
Mara Broda committed
	/// Storage: XcmPallet VersionNotifiers (r:1 w:1)
	/// Proof Skipped: XcmPallet VersionNotifiers (max_values: None, max_size: None, mode: Measured)
	/// Storage: XcmPallet SupportedVersion (r:1 w:0)
	/// Proof Skipped: XcmPallet SupportedVersion (max_values: None, max_size: None, mode: Measured)
	/// Storage: XcmPallet VersionDiscoveryQueue (r:1 w:1)
	/// Proof Skipped: XcmPallet VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
	/// Storage: XcmPallet SafeXcmVersion (r:1 w:0)
	/// Proof Skipped: XcmPallet SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
	/// Storage: Dmp DownwardMessageQueues (r:1 w:1)
	/// Proof Skipped: Dmp DownwardMessageQueues (max_values: None, max_size: None, mode: Measured)
	/// Storage: Dmp DownwardMessageQueueHeads (r:1 w:1)
	/// Proof Skipped: Dmp DownwardMessageQueueHeads (max_values: None, max_size: None, mode: Measured)
	/// Storage: XcmPallet Queries (r:0 w:1)
	/// Proof Skipped: XcmPallet Queries (max_values: None, max_size: None, mode: Measured)
Gavin Wood's avatar
Gavin Wood committed
	fn force_unsubscribe_version_notify() -> Weight {
Mara Broda's avatar
Mara Broda committed
		// Proof Size summary in bytes:
		//  Measured:  `326`
Mara Broda's avatar
Mara Broda committed
		//  Estimated: `19112`
		// Minimum execution time: 35_083_000 picoseconds.
		Weight::from_parts(35_580_000, 0)
			.saturating_add(Weight::from_parts(0, 19112))
Gavin Wood's avatar
Gavin Wood committed
			.saturating_add(T::DbWeight::get().reads(6))
			.saturating_add(T::DbWeight::get().writes(5))
	}
Mara Broda's avatar
Mara Broda committed
	/// Storage: XcmPallet SupportedVersion (r:4 w:2)
	/// Proof Skipped: XcmPallet SupportedVersion (max_values: None, max_size: None, mode: Measured)
Gavin Wood's avatar
Gavin Wood committed
	fn migrate_supported_version() -> Weight {
Mara Broda's avatar
Mara Broda committed
		// Proof Size summary in bytes:
		//  Measured:  `229`
Mara Broda's avatar
Mara Broda committed
		//  Estimated: `11119`
		// Minimum execution time: 16_113_000 picoseconds.
		Weight::from_parts(16_592_000, 0)
			.saturating_add(Weight::from_parts(0, 11119))
Gavin Wood's avatar
Gavin Wood committed
			.saturating_add(T::DbWeight::get().reads(4))
			.saturating_add(T::DbWeight::get().writes(2))
	}
Mara Broda's avatar
Mara Broda committed
	/// Storage: XcmPallet VersionNotifiers (r:4 w:2)
	/// Proof Skipped: XcmPallet VersionNotifiers (max_values: None, max_size: None, mode: Measured)
Gavin Wood's avatar
Gavin Wood committed
	fn migrate_version_notifiers() -> Weight {
Mara Broda's avatar
Mara Broda committed
		// Proof Size summary in bytes:
		//  Measured:  `233`
Mara Broda's avatar
Mara Broda committed
		//  Estimated: `11123`
		// Minimum execution time: 18_071_000 picoseconds.
		Weight::from_parts(18_527_000, 0)
			.saturating_add(Weight::from_parts(0, 11123))
Gavin Wood's avatar
Gavin Wood committed
			.saturating_add(T::DbWeight::get().reads(4))
			.saturating_add(T::DbWeight::get().writes(2))
	}
Mara Broda's avatar
Mara Broda committed
	/// Storage: XcmPallet VersionNotifyTargets (r:5 w:0)
	/// Proof Skipped: XcmPallet VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
Gavin Wood's avatar
Gavin Wood committed
	fn already_notified_target() -> Weight {
Mara Broda's avatar
Mara Broda committed
		// Proof Size summary in bytes:
		//  Measured:  `243`
Mara Broda's avatar
Mara Broda committed
		//  Estimated: `13608`
		// Minimum execution time: 18_498_000 picoseconds.
		Weight::from_parts(19_091_000, 0)
			.saturating_add(Weight::from_parts(0, 13608))
Gavin Wood's avatar
Gavin Wood committed
			.saturating_add(T::DbWeight::get().reads(5))
	}
Mara Broda's avatar
Mara Broda committed
	/// Storage: XcmPallet VersionNotifyTargets (r:2 w:1)
	/// Proof Skipped: XcmPallet VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
	/// Storage: XcmPallet SupportedVersion (r:1 w:0)
	/// Proof Skipped: XcmPallet SupportedVersion (max_values: None, max_size: None, mode: Measured)
	/// Storage: XcmPallet VersionDiscoveryQueue (r:1 w:1)
	/// Proof Skipped: XcmPallet VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
	/// Storage: XcmPallet SafeXcmVersion (r:1 w:0)
	/// Proof Skipped: XcmPallet SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
	/// Storage: Dmp DownwardMessageQueues (r:1 w:1)
	/// Proof Skipped: Dmp DownwardMessageQueues (max_values: None, max_size: None, mode: Measured)
	/// Storage: Dmp DownwardMessageQueueHeads (r:1 w:1)
	/// Proof Skipped: Dmp DownwardMessageQueueHeads (max_values: None, max_size: None, mode: Measured)
Gavin Wood's avatar
Gavin Wood committed
	fn notify_current_targets() -> Weight {
Mara Broda's avatar
Mara Broda committed
		// Proof Size summary in bytes:
		//  Measured:  `239`
Mara Broda's avatar
Mara Broda committed
		//  Estimated: `20739`
		// Minimum execution time: 31_568_000 picoseconds.
		Weight::from_parts(32_163_000, 0)
			.saturating_add(Weight::from_parts(0, 20739))
Gavin Wood's avatar
Gavin Wood committed
			.saturating_add(T::DbWeight::get().reads(7))
			.saturating_add(T::DbWeight::get().writes(4))
	}
Mara Broda's avatar
Mara Broda committed
	/// Storage: XcmPallet VersionNotifyTargets (r:3 w:0)
	/// Proof Skipped: XcmPallet VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
Gavin Wood's avatar
Gavin Wood committed
	fn notify_target_migration_fail() -> Weight {
Mara Broda's avatar
Mara Broda committed
		// Proof Size summary in bytes:
		//  Measured:  `272`
Mara Broda's avatar
Mara Broda committed
		//  Estimated: `8687`
		// Minimum execution time: 9_139_000 picoseconds.
		Weight::from_parts(9_619_000, 0)
			.saturating_add(Weight::from_parts(0, 8687))
Gavin Wood's avatar
Gavin Wood committed
			.saturating_add(T::DbWeight::get().reads(3))
	}
Mara Broda's avatar
Mara Broda committed
	/// Storage: XcmPallet VersionNotifyTargets (r:4 w:2)
	/// Proof Skipped: XcmPallet VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
Gavin Wood's avatar
Gavin Wood committed
	fn migrate_version_notify_targets() -> Weight {
Mara Broda's avatar
Mara Broda committed
		// Proof Size summary in bytes:
		//  Measured:  `240`
Mara Broda's avatar
Mara Broda committed
		//  Estimated: `11130`
		// Minimum execution time: 16_944_000 picoseconds.
		Weight::from_parts(17_505_000, 0)
			.saturating_add(Weight::from_parts(0, 11130))
Gavin Wood's avatar
Gavin Wood committed
			.saturating_add(T::DbWeight::get().reads(4))
			.saturating_add(T::DbWeight::get().writes(2))
	}
Mara Broda's avatar
Mara Broda committed
	/// Storage: XcmPallet VersionNotifyTargets (r:4 w:2)
	/// Proof Skipped: XcmPallet VersionNotifyTargets (max_values: None, max_size: None, mode: Measured)
	/// Storage: XcmPallet SupportedVersion (r:1 w:0)
	/// Proof Skipped: XcmPallet SupportedVersion (max_values: None, max_size: None, mode: Measured)
	/// Storage: XcmPallet VersionDiscoveryQueue (r:1 w:1)
	/// Proof Skipped: XcmPallet VersionDiscoveryQueue (max_values: Some(1), max_size: None, mode: Measured)
	/// Storage: XcmPallet SafeXcmVersion (r:1 w:0)
	/// Proof Skipped: XcmPallet SafeXcmVersion (max_values: Some(1), max_size: None, mode: Measured)
	/// Storage: Dmp DownwardMessageQueues (r:1 w:1)
	/// Proof Skipped: Dmp DownwardMessageQueues (max_values: None, max_size: None, mode: Measured)
	/// Storage: Dmp DownwardMessageQueueHeads (r:1 w:1)
	/// Proof Skipped: Dmp DownwardMessageQueueHeads (max_values: None, max_size: None, mode: Measured)
Gavin Wood's avatar
Gavin Wood committed
	fn migrate_and_notify_old_targets() -> Weight {
Mara Broda's avatar
Mara Broda committed
		// Proof Size summary in bytes:
		//  Measured:  `243`
Mara Broda's avatar
Mara Broda committed
		//  Estimated: `25713`
		// Minimum execution time: 38_715_000 picoseconds.
		Weight::from_parts(39_473_000, 0)
			.saturating_add(Weight::from_parts(0, 25713))
Gavin Wood's avatar
Gavin Wood committed
			.saturating_add(T::DbWeight::get().reads(9))
			.saturating_add(T::DbWeight::get().writes(5))
	}
}