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>
This commit is contained in:
Oliver Tale-Yazdi
2023-01-26 22:34:59 +01:00
committed by GitHub
parent ac67b0aa67
commit 05bb1d3b32
@@ -100,8 +100,6 @@ benchmarks! {
call: double_encoded_noop_call, call: double_encoded_noop_call,
}; };
let xcm = Xcm(vec![instruction]); let xcm = Xcm(vec![instruction]);
let num_events = frame_system::Pallet::<T>::events().len();
}: { }: {
executor.bench_process(xcm)?; executor.bench_process(xcm)?;
} verify { } verify {