Interface PostLoginFlowSimulationOptions

interface PostLoginFlowSimulationOptions {
    concurrency?: number;
}

Properties

Properties

concurrency?: number

Number of concurrent requests to make during the simulation.

10