package pause
Type Members
- trait Paces[T <: StructureBuilder[T, W], W <: core.structure.StructureBuilder[W]] extends AnyRef
Pace methods for defining point where a given virtual user can't go through too fast (pauses otherwise).
Pace methods for defining point where a given virtual user can't go through too fast (pauses otherwise).
Important: instances are immutable so any method doesn't mutate the existing instance but returns a new one.
- trait Pauses[T <: StructureBuilder[T, W], W <: core.structure.StructureBuilder[W]] extends AnyRef
Pause methods for defining pause/think time steps in a Scenario.
Pause methods for defining pause/think time steps in a Scenario.
Important: instances are immutable so any method doesn't mutate the existing instance but returns a new one.
- trait RendezVous[T <: StructureBuilder[T, W], W <: core.structure.StructureBuilder[W]] extends AnyRef
Rendez-vous methods for defining points that a given number of virtual users before proceeding.
Rendez-vous methods for defining points that a given number of virtual users before proceeding.
Important: instances are immutable so any method doesn't mutate the existing instance but returns a new one.