Stairs

class Stairs

Defines 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.

Types

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

Properties

Link copied to clipboard

Defines how long each traffic step should be.

Link copied to clipboard

Specifies how many steps to perform during traffic.

Link copied to clipboard

Specifies how many new users to spawn in each step.

Functions

Link copied to clipboard
inline fun copy(block: Stairs.Builder.() -> Unit = {}): Stairs
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