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

Commit

Permalink
Fix XCM transact bench (#6635)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <[email protected]>

Signed-off-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
ggwpez authored Jan 26, 2023
1 parent 38c820b commit 0261d12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xcm/pallet-xcm-benchmarks/src/generic/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ benchmarks! {
call: double_encoded_noop_call,
};
let xcm = Xcm(vec![instruction]);

let num_events = frame_system::Pallet::<T>::events().len();
}: {
executor.bench_process(xcm)?;
} verify {
Expand Down

0 comments on commit 0261d12

Please sign in to comment.