1
// Copyright (C) Moondance Labs Ltd.
2
// This file is part of Tanssi.
3

            
4
// Tanssi is free software: you can redistribute it and/or modify
5
// it under the terms of the GNU General Public License as published by
6
// the Free Software Foundation, either version 3 of the License, or
7
// (at your option) any later version.
8

            
9
// Tanssi is distributed in the hope that it will be useful,
10
// but WITHOUT ANY WARRANTY; without even the implied warranty of
11
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
// GNU General Public License for more details.
13

            
14
// You should have received a copy of the GNU General Public License
15
// along with Tanssi.  If not, see <http://www.gnu.org/licenses/>
16

            
17

            
18
//! Autogenerated weights for pallet_xcm
19
//!
20
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 49.1.0
21
//! DATE: 2025-11-03, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
22
//! WORST CASE MAP SIZE: `1000000`
23
//! HOSTNAME: `benchmark-1`, CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz`
24
//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
25

            
26
// Executed Command:
27
// target/release/container-chain-simple-node
28
// benchmark
29
// pallet
30
// --wasm-execution=compiled
31
// --pallet
32
// pallet_xcm
33
// --extrinsic
34
// *
35
// --chain=dev
36
// --steps
37
// 50
38
// --repeat
39
// 20
40
// --template=benchmarking/frame-weight-runtime-template.hbs
41
// --json-file
42
// raw.json
43
// --output
44
// tmp/simple_template_weights/pallet_xcm.rs
45

            
46
#![cfg_attr(rustfmt, rustfmt_skip)]
47
#![allow(unused_parens)]
48
#![allow(unused_imports)]
49

            
50
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
51
use core::marker::PhantomData;
52

            
53
/// Weights for pallet_xcm using the Substrate node and recommended hardware.
54
pub struct SubstrateWeight<T>(PhantomData<T>);
55
impl<T: frame_system::Config> pallet_xcm::WeightInfo for SubstrateWeight<T> {
56
	/// Storage: `ParachainSystem::UpwardDeliveryFeeFactor` (r:1 w:0)
57
	/// Proof: `ParachainSystem::UpwardDeliveryFeeFactor` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
58
	/// Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0)
59
	/// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
60
	/// Storage: `PolkadotXcm::VersionDiscoveryQueue` (r:1 w:1)
61
	/// Proof: `PolkadotXcm::VersionDiscoveryQueue` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
62
	/// Storage: `PolkadotXcm::SafeXcmVersion` (r:1 w:0)
63
	/// Proof: `PolkadotXcm::SafeXcmVersion` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
64
	/// Storage: `ParachainSystem::HostConfiguration` (r:1 w:0)
65
	/// Proof: `ParachainSystem::HostConfiguration` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
66
	/// Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1)
67
	/// Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
68
	fn send() -> Weight {
69
		// Proof Size summary in bytes:
70
		//  Measured:  `181`
71
		//  Estimated: `3646`
72
		// Minimum execution time: 39_877_000 picoseconds.
73
		Weight::from_parts(40_427_000, 3646)
74
			.saturating_add(T::DbWeight::get().reads(6_u64))
75
			.saturating_add(T::DbWeight::get().writes(2_u64))
76
	}
77
	/// Storage: `Benchmark::Override` (r:0 w:0)
78
	/// Proof: `Benchmark::Override` (`max_values`: None, `max_size`: None, mode: `Measured`)
79
	fn teleport_assets() -> Weight {
80
		// Proof Size summary in bytes:
81
		//  Measured:  `0`
82
		//  Estimated: `0`
83
		// Minimum execution time: 18_446_744_073_709_551_000 picoseconds.
84
		Weight::from_parts(18_446_744_073_709_551_000, 0)
85
	}
86
	/// Storage: `Parameters::Parameters` (r:1 w:0)
87
	/// Proof: `Parameters::Parameters` (`max_values`: None, `max_size`: Some(61), added: 2536, mode: `MaxEncodedLen`)
88
	/// Storage: `XcmExecutorUtils::TeleportPolicy` (r:1 w:0)
89
	/// Proof: `XcmExecutorUtils::TeleportPolicy` (`max_values`: None, `max_size`: Some(6640), added: 9115, mode: `MaxEncodedLen`)
90
	/// Storage: `XcmExecutorUtils::ReservePolicy` (r:1 w:0)
91
	/// Proof: `XcmExecutorUtils::ReservePolicy` (`max_values`: None, `max_size`: Some(6640), added: 9115, mode: `MaxEncodedLen`)
92
	/// Storage: `System::Account` (r:1 w:1)
93
	/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
94
	/// Storage: `XcmpQueue::DeliveryFeeFactor` (r:1 w:0)
95
	/// Proof: `XcmpQueue::DeliveryFeeFactor` (`max_values`: None, `max_size`: Some(28), added: 2503, mode: `MaxEncodedLen`)
96
	/// Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0)
97
	/// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
98
	/// Storage: `PolkadotXcm::VersionDiscoveryQueue` (r:1 w:1)
99
	/// Proof: `PolkadotXcm::VersionDiscoveryQueue` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
100
	/// Storage: `PolkadotXcm::SafeXcmVersion` (r:1 w:0)
101
	/// Proof: `PolkadotXcm::SafeXcmVersion` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
102
	/// Storage: `ParachainSystem::RelevantMessagingState` (r:1 w:0)
103
	/// Proof: `ParachainSystem::RelevantMessagingState` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
104
	/// Storage: `XcmpQueue::OutboundXcmpStatus` (r:1 w:1)
105
	/// Proof: `XcmpQueue::OutboundXcmpStatus` (`max_values`: Some(1), `max_size`: Some(1282), added: 1777, mode: `MaxEncodedLen`)
106
	/// Storage: `XcmpQueue::OutboundXcmpMessages` (r:0 w:1)
107
	/// Proof: `XcmpQueue::OutboundXcmpMessages` (`max_values`: None, `max_size`: Some(105506), added: 107981, mode: `MaxEncodedLen`)
108
	fn reserve_transfer_assets() -> Weight {
109
		// Proof Size summary in bytes:
110
		//  Measured:  `412`
111
		//  Estimated: `10105`
112
		// Minimum execution time: 175_608_000 picoseconds.
113
		Weight::from_parts(179_028_000, 10105)
114
			.saturating_add(T::DbWeight::get().reads(10_u64))
115
			.saturating_add(T::DbWeight::get().writes(4_u64))
116
	}
117
	/// Storage: `Parameters::Parameters` (r:1 w:0)
118
	/// Proof: `Parameters::Parameters` (`max_values`: None, `max_size`: Some(61), added: 2536, mode: `MaxEncodedLen`)
119
	/// Storage: `XcmExecutorUtils::TeleportPolicy` (r:1 w:0)
120
	/// Proof: `XcmExecutorUtils::TeleportPolicy` (`max_values`: None, `max_size`: Some(6640), added: 9115, mode: `MaxEncodedLen`)
121
	/// Storage: `XcmExecutorUtils::ReservePolicy` (r:1 w:0)
122
	/// Proof: `XcmExecutorUtils::ReservePolicy` (`max_values`: None, `max_size`: Some(6640), added: 9115, mode: `MaxEncodedLen`)
123
	/// Storage: `System::Account` (r:1 w:1)
124
	/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
125
	/// Storage: `ForeignAssetsCreator::ForeignAssetToAssetId` (r:1 w:0)
126
	/// Proof: `ForeignAssetsCreator::ForeignAssetToAssetId` (`max_values`: None, `max_size`: None, mode: `Measured`)
127
	/// Storage: `ForeignAssets::Asset` (r:1 w:1)
128
	/// Proof: `ForeignAssets::Asset` (`max_values`: None, `max_size`: Some(208), added: 2683, mode: `MaxEncodedLen`)
129
	/// Storage: `ForeignAssets::Account` (r:1 w:1)
130
	/// Proof: `ForeignAssets::Account` (`max_values`: None, `max_size`: Some(132), added: 2607, mode: `MaxEncodedLen`)
131
	/// Storage: `ParachainSystem::UpwardDeliveryFeeFactor` (r:1 w:0)
132
	/// Proof: `ParachainSystem::UpwardDeliveryFeeFactor` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
133
	/// Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0)
134
	/// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
135
	/// Storage: `PolkadotXcm::VersionDiscoveryQueue` (r:1 w:1)
136
	/// Proof: `PolkadotXcm::VersionDiscoveryQueue` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
137
	/// Storage: `PolkadotXcm::SafeXcmVersion` (r:1 w:0)
138
	/// Proof: `PolkadotXcm::SafeXcmVersion` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
139
	/// Storage: `ParachainSystem::HostConfiguration` (r:1 w:0)
140
	/// Proof: `ParachainSystem::HostConfiguration` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
141
	/// Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1)
142
	/// Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
143
	fn transfer_assets() -> Weight {
144
		// Proof Size summary in bytes:
145
		//  Measured:  `811`
146
		//  Estimated: `10105`
147
		// Minimum execution time: 241_465_000 picoseconds.
148
		Weight::from_parts(245_660_000, 10105)
149
			.saturating_add(T::DbWeight::get().reads(13_u64))
150
			.saturating_add(T::DbWeight::get().writes(5_u64))
151
	}
152
	fn execute() -> Weight {
153
		// Proof Size summary in bytes:
154
		//  Measured:  `0`
155
		//  Estimated: `0`
156
		// Minimum execution time: 12_215_000 picoseconds.
157
		Weight::from_parts(12_438_000, 0)
158
	}
159
	/// Storage: `PolkadotXcm::SupportedVersion` (r:0 w:1)
160
	/// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
161
	fn force_xcm_version() -> Weight {
162
		// Proof Size summary in bytes:
163
		//  Measured:  `0`
164
		//  Estimated: `0`
165
		// Minimum execution time: 10_638_000 picoseconds.
166
		Weight::from_parts(10_797_000, 0)
167
			.saturating_add(T::DbWeight::get().writes(1_u64))
168
	}
169
	/// Storage: `PolkadotXcm::SafeXcmVersion` (r:0 w:1)
170
	/// Proof: `PolkadotXcm::SafeXcmVersion` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
171
	fn force_default_xcm_version() -> Weight {
172
		// Proof Size summary in bytes:
173
		//  Measured:  `0`
174
		//  Estimated: `0`
175
		// Minimum execution time: 3_443_000 picoseconds.
176
		Weight::from_parts(3_731_000, 0)
177
			.saturating_add(T::DbWeight::get().writes(1_u64))
178
	}
179
	/// Storage: `PolkadotXcm::VersionNotifiers` (r:1 w:1)
180
	/// Proof: `PolkadotXcm::VersionNotifiers` (`max_values`: None, `max_size`: None, mode: `Measured`)
181
	/// Storage: `PolkadotXcm::QueryCounter` (r:1 w:1)
182
	/// Proof: `PolkadotXcm::QueryCounter` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
183
	/// Storage: `ParachainSystem::UpwardDeliveryFeeFactor` (r:1 w:0)
184
	/// Proof: `ParachainSystem::UpwardDeliveryFeeFactor` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
185
	/// Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0)
186
	/// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
187
	/// Storage: `PolkadotXcm::VersionDiscoveryQueue` (r:1 w:1)
188
	/// Proof: `PolkadotXcm::VersionDiscoveryQueue` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
189
	/// Storage: `PolkadotXcm::SafeXcmVersion` (r:1 w:0)
190
	/// Proof: `PolkadotXcm::SafeXcmVersion` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
191
	/// Storage: `ParachainSystem::HostConfiguration` (r:1 w:0)
192
	/// Proof: `ParachainSystem::HostConfiguration` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
193
	/// Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1)
194
	/// Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
195
	/// Storage: `PolkadotXcm::Queries` (r:0 w:1)
196
	/// Proof: `PolkadotXcm::Queries` (`max_values`: None, `max_size`: None, mode: `Measured`)
197
	fn force_subscribe_version_notify() -> Weight {
198
		// Proof Size summary in bytes:
199
		//  Measured:  `181`
200
		//  Estimated: `3646`
201
		// Minimum execution time: 47_985_000 picoseconds.
202
		Weight::from_parts(49_079_000, 3646)
203
			.saturating_add(T::DbWeight::get().reads(8_u64))
204
			.saturating_add(T::DbWeight::get().writes(5_u64))
205
	}
206
	/// Storage: `PolkadotXcm::VersionNotifiers` (r:1 w:1)
207
	/// Proof: `PolkadotXcm::VersionNotifiers` (`max_values`: None, `max_size`: None, mode: `Measured`)
208
	/// Storage: `ParachainSystem::UpwardDeliveryFeeFactor` (r:1 w:0)
209
	/// Proof: `ParachainSystem::UpwardDeliveryFeeFactor` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
210
	/// Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0)
211
	/// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
212
	/// Storage: `PolkadotXcm::VersionDiscoveryQueue` (r:1 w:1)
213
	/// Proof: `PolkadotXcm::VersionDiscoveryQueue` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
214
	/// Storage: `PolkadotXcm::SafeXcmVersion` (r:1 w:0)
215
	/// Proof: `PolkadotXcm::SafeXcmVersion` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
216
	/// Storage: `ParachainSystem::HostConfiguration` (r:1 w:0)
217
	/// Proof: `ParachainSystem::HostConfiguration` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
218
	/// Storage: `ParachainSystem::PendingUpwardMessages` (r:1 w:1)
219
	/// Proof: `ParachainSystem::PendingUpwardMessages` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
220
	/// Storage: `PolkadotXcm::Queries` (r:0 w:1)
221
	/// Proof: `PolkadotXcm::Queries` (`max_values`: None, `max_size`: None, mode: `Measured`)
222
	fn force_unsubscribe_version_notify() -> Weight {
223
		// Proof Size summary in bytes:
224
		//  Measured:  `395`
225
		//  Estimated: `3860`
226
		// Minimum execution time: 48_782_000 picoseconds.
227
		Weight::from_parts(50_307_000, 3860)
228
			.saturating_add(T::DbWeight::get().reads(7_u64))
229
			.saturating_add(T::DbWeight::get().writes(4_u64))
230
	}
231
	/// Storage: `PolkadotXcm::XcmExecutionSuspended` (r:0 w:1)
232
	/// Proof: `PolkadotXcm::XcmExecutionSuspended` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
233
	fn force_suspension() -> Weight {
234
		// Proof Size summary in bytes:
235
		//  Measured:  `0`
236
		//  Estimated: `0`
237
		// Minimum execution time: 3_641_000 picoseconds.
238
		Weight::from_parts(3_748_000, 0)
239
			.saturating_add(T::DbWeight::get().writes(1_u64))
240
	}
241
	/// Storage: `PolkadotXcm::SupportedVersion` (r:6 w:2)
242
	/// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
243
	fn migrate_supported_version() -> Weight {
244
		// Proof Size summary in bytes:
245
		//  Measured:  `125`
246
		//  Estimated: `15965`
247
		// Minimum execution time: 30_312_000 picoseconds.
248
		Weight::from_parts(30_781_000, 15965)
249
			.saturating_add(T::DbWeight::get().reads(6_u64))
250
			.saturating_add(T::DbWeight::get().writes(2_u64))
251
	}
252
	/// Storage: `PolkadotXcm::VersionNotifiers` (r:6 w:2)
253
	/// Proof: `PolkadotXcm::VersionNotifiers` (`max_values`: None, `max_size`: None, mode: `Measured`)
254
	fn migrate_version_notifiers() -> Weight {
255
		// Proof Size summary in bytes:
256
		//  Measured:  `129`
257
		//  Estimated: `15969`
258
		// Minimum execution time: 30_124_000 picoseconds.
259
		Weight::from_parts(30_573_000, 15969)
260
			.saturating_add(T::DbWeight::get().reads(6_u64))
261
			.saturating_add(T::DbWeight::get().writes(2_u64))
262
	}
263
	/// Storage: `PolkadotXcm::VersionNotifyTargets` (r:7 w:0)
264
	/// Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`)
265
	fn already_notified_target() -> Weight {
266
		// Proof Size summary in bytes:
267
		//  Measured:  `178`
268
		//  Estimated: `18493`
269
		// Minimum execution time: 36_528_000 picoseconds.
270
		Weight::from_parts(36_949_000, 18493)
271
			.saturating_add(T::DbWeight::get().reads(7_u64))
272
	}
273
	/// Storage: `PolkadotXcm::VersionNotifyTargets` (r:2 w:1)
274
	/// Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`)
275
	/// Storage: `ParachainSystem::UpwardDeliveryFeeFactor` (r:1 w:0)
276
	/// Proof: `ParachainSystem::UpwardDeliveryFeeFactor` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
277
	/// Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0)
278
	/// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
279
	/// Storage: `PolkadotXcm::VersionDiscoveryQueue` (r:1 w:1)
280
	/// Proof: `PolkadotXcm::VersionDiscoveryQueue` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
281
	/// Storage: `PolkadotXcm::SafeXcmVersion` (r:1 w:0)
282
	/// Proof: `PolkadotXcm::SafeXcmVersion` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
283
	/// Storage: `ParachainSystem::HostConfiguration` (r:1 w:0)
284
	/// Proof: `ParachainSystem::HostConfiguration` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
285
	fn notify_current_targets() -> Weight {
286
		// Proof Size summary in bytes:
287
		//  Measured:  `178`
288
		//  Estimated: `6118`
289
		// Minimum execution time: 35_079_000 picoseconds.
290
		Weight::from_parts(35_903_000, 6118)
291
			.saturating_add(T::DbWeight::get().reads(7_u64))
292
			.saturating_add(T::DbWeight::get().writes(2_u64))
293
	}
294
	/// Storage: `PolkadotXcm::VersionNotifyTargets` (r:5 w:0)
295
	/// Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`)
296
	fn notify_target_migration_fail() -> Weight {
297
		// Proof Size summary in bytes:
298
		//  Measured:  `181`
299
		//  Estimated: `13546`
300
		// Minimum execution time: 24_865_000 picoseconds.
301
		Weight::from_parts(25_180_000, 13546)
302
			.saturating_add(T::DbWeight::get().reads(5_u64))
303
	}
304
	/// Storage: `PolkadotXcm::VersionNotifyTargets` (r:6 w:2)
305
	/// Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`)
306
	fn migrate_version_notify_targets() -> Weight {
307
		// Proof Size summary in bytes:
308
		//  Measured:  `136`
309
		//  Estimated: `15976`
310
		// Minimum execution time: 30_546_000 picoseconds.
311
		Weight::from_parts(31_152_000, 15976)
312
			.saturating_add(T::DbWeight::get().reads(6_u64))
313
			.saturating_add(T::DbWeight::get().writes(2_u64))
314
	}
315
	/// Storage: `PolkadotXcm::VersionNotifyTargets` (r:6 w:1)
316
	/// Proof: `PolkadotXcm::VersionNotifyTargets` (`max_values`: None, `max_size`: None, mode: `Measured`)
317
	/// Storage: `ParachainSystem::UpwardDeliveryFeeFactor` (r:1 w:0)
318
	/// Proof: `ParachainSystem::UpwardDeliveryFeeFactor` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
319
	/// Storage: `PolkadotXcm::SupportedVersion` (r:1 w:0)
320
	/// Proof: `PolkadotXcm::SupportedVersion` (`max_values`: None, `max_size`: None, mode: `Measured`)
321
	/// Storage: `PolkadotXcm::VersionDiscoveryQueue` (r:1 w:1)
322
	/// Proof: `PolkadotXcm::VersionDiscoveryQueue` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
323
	/// Storage: `PolkadotXcm::SafeXcmVersion` (r:1 w:0)
324
	/// Proof: `PolkadotXcm::SafeXcmVersion` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
325
	/// Storage: `ParachainSystem::HostConfiguration` (r:1 w:0)
326
	/// Proof: `ParachainSystem::HostConfiguration` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
327
	fn migrate_and_notify_old_targets() -> Weight {
328
		// Proof Size summary in bytes:
329
		//  Measured:  `178`
330
		//  Estimated: `16018`
331
		// Minimum execution time: 48_530_000 picoseconds.
332
		Weight::from_parts(49_489_000, 16018)
333
			.saturating_add(T::DbWeight::get().reads(11_u64))
334
			.saturating_add(T::DbWeight::get().writes(2_u64))
335
	}
336
	/// Storage: `PolkadotXcm::QueryCounter` (r:1 w:1)
337
	/// Proof: `PolkadotXcm::QueryCounter` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
338
	/// Storage: `PolkadotXcm::Queries` (r:0 w:1)
339
	/// Proof: `PolkadotXcm::Queries` (`max_values`: None, `max_size`: None, mode: `Measured`)
340
	fn new_query() -> Weight {
341
		// Proof Size summary in bytes:
342
		//  Measured:  `69`
343
		//  Estimated: `1554`
344
		// Minimum execution time: 7_437_000 picoseconds.
345
		Weight::from_parts(7_580_000, 1554)
346
			.saturating_add(T::DbWeight::get().reads(1_u64))
347
			.saturating_add(T::DbWeight::get().writes(2_u64))
348
	}
349
	/// Storage: `PolkadotXcm::Queries` (r:1 w:1)
350
	/// Proof: `PolkadotXcm::Queries` (`max_values`: None, `max_size`: None, mode: `Measured`)
351
	fn take_response() -> Weight {
352
		// Proof Size summary in bytes:
353
		//  Measured:  `7706`
354
		//  Estimated: `11171`
355
		// Minimum execution time: 37_548_000 picoseconds.
356
		Weight::from_parts(37_818_000, 11171)
357
			.saturating_add(T::DbWeight::get().reads(1_u64))
358
			.saturating_add(T::DbWeight::get().writes(1_u64))
359
	}
360
	/// Storage: `Parameters::Parameters` (r:1 w:0)
361
	/// Proof: `Parameters::Parameters` (`max_values`: None, `max_size`: Some(61), added: 2536, mode: `MaxEncodedLen`)
362
	/// Storage: `PolkadotXcm::AssetTraps` (r:1 w:1)
363
	/// Proof: `PolkadotXcm::AssetTraps` (`max_values`: None, `max_size`: None, mode: `Measured`)
364
	fn claim_assets() -> Weight {
365
		// Proof Size summary in bytes:
366
		//  Measured:  `130`
367
		//  Estimated: `3595`
368
		// Minimum execution time: 61_202_000 picoseconds.
369
		Weight::from_parts(62_231_000, 3595)
370
			.saturating_add(T::DbWeight::get().reads(2_u64))
371
			.saturating_add(T::DbWeight::get().writes(1_u64))
372
	}
373
	/// Storage: `Benchmark::Override` (r:0 w:0)
374
	/// Proof: `Benchmark::Override` (`max_values`: None, `max_size`: None, mode: `Measured`)
375
	fn add_authorized_alias() -> Weight {
376
		// Proof Size summary in bytes:
377
		//  Measured:  `0`
378
		//  Estimated: `0`
379
		// Minimum execution time: 18_446_744_073_709_551_000 picoseconds.
380
		Weight::from_parts(18_446_744_073_709_551_000, 0)
381
	}
382
	/// Storage: `Benchmark::Override` (r:0 w:0)
383
	/// Proof: `Benchmark::Override` (`max_values`: None, `max_size`: None, mode: `Measured`)
384
	fn remove_authorized_alias() -> Weight {
385
		// Proof Size summary in bytes:
386
		//  Measured:  `0`
387
		//  Estimated: `0`
388
		// Minimum execution time: 18_446_744_073_709_551_000 picoseconds.
389
		Weight::from_parts(18_446_744_073_709_551_000, 0)
390
	}
391
}