Values_1.StairsSourceDefines the stairs traffic pattern for an Inference Recommender load test. This pattern type consists of multiple steps where the number of users increases at each step. Specify either the stairs or phases traffic pattern.
type nonrec t = {durationInSeconds : TrafficDurationInSeconds.t option;Defines how long each traffic step should be.
*)numberOfSteps : NumberOfSteps.t option;Specifies how many steps to perform during traffic.
*)usersPerStep : UsersPerStep.t option;Specifies how many new users to spawn in each step.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of TrafficDurationInSeconds.t ]) list ]