mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 17:31:03 +00:00
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:
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user