Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 34ca2e0

Browse files
committed
Add benchmarking for force_suspension
1 parent 597baef commit 34ca2e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xcm/pallet-xcm/src/benchmarking.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ benchmarks! {
115115
let _ = Pallet::<T>::request_version_notify(loc);
116116
}: _(RawOrigin::Root, Box::new(versioned_loc))
117117

118+
force_suspension {}: _(RawOrigin::Root, true)
119+
118120
migrate_supported_version {
119121
let old_version = XCM_VERSION - 1;
120122
let loc = VersionedMultiLocation::from(MultiLocation::from(Parent));

0 commit comments

Comments
 (0)