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

Commit 0261d12

Browse files
authored
Fix XCM transact bench (#6635)
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
1 parent 38c820b commit 0261d12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

xcm/pallet-xcm-benchmarks/src/generic/benchmarking.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ benchmarks! {
100100
call: double_encoded_noop_call,
101101
};
102102
let xcm = Xcm(vec![instruction]);
103-
104-
let num_events = frame_system::Pallet::<T>::events().len();
105103
}: {
106104
executor.bench_process(xcm)?;
107105
} verify {

0 commit comments

Comments
 (0)