Phase

class Phase

Defines the traffic pattern.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

Specifies how many concurrent users to start with. The value should be between 1 and 3.

Link copied to clipboard

Specified how many new users to spawn in a minute.

Functions

Link copied to clipboard
inline fun copy(block: Phase.Builder.() -> Unit = {}): Phase
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String