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

Commit

Permalink
Extend lower bound of manage_lease_period_start from `runtime_commo…
Browse files Browse the repository at this point in the history
…n::slots` (#6318)
  • Loading branch information
koute authored Nov 21, 2022
1 parent 8b9f580 commit c7e43d6
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 c7e43d6

Please sign in to comment.