Share via


OptionalLoadTestConfiguration.RequestsPerSecond Property

Definition

Target throughput (requests per second). This may not be necessarily achieved. The actual throughput will be lower if the application is not capable of handling it.

public int? RequestsPerSecond { get; set; }
member this.RequestsPerSecond : Nullable<int> with get, set
Public Property RequestsPerSecond As Nullable(Of Integer)

Property Value

Applies to