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

Commit

Permalink
Merge remote-tracking branch 'origin/master' into async-trait
Browse files Browse the repository at this point in the history
  • Loading branch information
parity-processbot committed Nov 22, 2022
2 parents 6617e6c + c7e43d6 commit 136caba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/common/src/slots/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1039,8 +1039,8 @@ mod benchmarking {
// Worst case scenario, T parathreads onboard, and C parachains offboard.
manage_lease_period_start {
// Assume reasonable maximum of 100 paras at any time
let c in 1 .. 100;
let t in 1 .. 100;
let c in 0 .. 100;
let t in 0 .. 100;

let period_begin = 1u32.into();
let period_count = 4u32.into();
Expand Down

0 comments on commit 136caba

Please sign in to comment.