PerformanceTestConfig
An object that enumerates the test configuration parameters.
Declaration
object PerformanceTestConfigProperties
| Name | Type | Description |
|---|---|---|
maxConcurrentRequests Required | int64 | The maximum number of concurrent requests the API allows. |
responseTimeThreshold Required | int64 | The maximum time your server has to respond when the system calls your |
successRateThreshold Required | int32 | The success rate threshold percentage. |
totalDuration Required | int64 | The total duration of the test in milliseconds. |
totalRequests Required | integer | The total number of requests to make during the test. |
Overview
The Initiate Performance Test endpoint returns the PerformanceTestConfig object in the PerformanceTestResponse response.
When you call the Initiate Performance Test endpoint to start a performance test, the test sends multiple requests and runs for a period of time. To calculate the time when the test concludes, add the totalDuration to the time, in milliseconds, you initiated the test.