mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
Extend lower bound of manage_lease_period_start from runtime_common::slots (#6318)
This commit is contained in:
@@ -1039,8 +1039,8 @@ mod benchmarking {
|
|||||||
// Worst case scenario, T parathreads onboard, and C parachains offboard.
|
// Worst case scenario, T parathreads onboard, and C parachains offboard.
|
||||||
manage_lease_period_start {
|
manage_lease_period_start {
|
||||||
// Assume reasonable maximum of 100 paras at any time
|
// Assume reasonable maximum of 100 paras at any time
|
||||||
let c in 1 .. 100;
|
let c in 0 .. 100;
|
||||||
let t in 1 .. 100;
|
let t in 0 .. 100;
|
||||||
|
|
||||||
let period_begin = 1u32.into();
|
let period_begin = 1u32.into();
|
||||||
let period_count = 4u32.into();
|
let period_count = 4u32.into();
|
||||||
|
|||||||
Reference in New Issue
Block a user