package group
Type Members
- trait Groups[T <: StructureBuilder[T, W], W <: core.structure.StructureBuilder[W]] extends AnyRef
Methods for defining "groups".
Methods for defining "groups".
Groups provide with "cumulated response times" and start-to-end "group duration metrics". When running with Gatling Enterprise, groups also provides with aggregated response times across requests grouped by group.
Important: instances are immutable so any method doesn't mutate the existing instance but returns a new one.