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

This commit is contained in:
Koute
2022-11-21 20:40:47 +09:00
committed by GitHub
parent 8456b2ec90
commit 9040eb303c
+2 -2
View File
@@ -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();