Skip to content
Snippets Groups Projects
Commit 9040eb30 authored by Koute's avatar Koute Committed by GitHub
Browse files

Extend lower bound of `manage_lease_period_start` from `runtime_common::slots` (#6318)

parent 8456b2ec
Branches
No related merge requests found
......@@ -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();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment