Skip to content
Snippets Groups Projects
Commit 32c834cb authored by Cédric Moreau's avatar Cédric Moreau
Browse files

feat: use worst case member # 6551 of G1 WoT

parent 52eafc5c
Branches
No related tags found
No related merge requests found
Pipeline #31964 waiting for manual action
...@@ -86,7 +86,7 @@ benchmarks_instance_pallet! { ...@@ -86,7 +86,7 @@ benchmarks_instance_pallet! {
assert!(CertsByReceiver::<T, I>::get(receiver).len() == 0 ); assert!(CertsByReceiver::<T, I>::get(receiver).len() == 0 );
} }
compute_distance_bench { compute_distance_bench {
let i in 1..12533; let i = 6551;
}: { }: {
Pallet::<T, I>::compute_distance(RawOrigin::Root.into(), (i as u32).into()); Pallet::<T, I>::compute_distance(RawOrigin::Root.into(), (i as u32).into());
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment