Values_1.PhaseSourceDefines the traffic pattern.
type nonrec t = {initialNumberOfUsers : InitialNumberOfUsers.t option;Specifies how many concurrent users to start with. The value should be between 1 and 3.
*)spawnRate : SpawnRate.t option;Specified how many new users to spawn in a minute.
*)durationInSeconds : TrafficDurationInSeconds.t option;Specifies how long a traffic phase should be. For custom load tests, the value should be between 120 and 3600. This value should not exceed JobDurationInSeconds.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of InitialNumberOfUsers.t ]) list ]