Skip to content

Commit

Permalink
try making bench numbers make sense
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Aug 29, 2024
1 parent f7504ce commit f3b8151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polkadot/runtime/parachains/src/inclusion/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ benchmarks! {
}

enact_candidate {
let u in 1 .. 32;
let h in 1 .. 32;
let u in 0 .. 10;
let h in 0 .. 10;
let c in 0 .. 1;

let para = 42_u32.into(); // not especially important.
Expand Down

0 comments on commit f3b8151

Please sign in to comment.