Contents

PerformanceTestResponseTimes

An object that describes test response times.

Declaration

object PerformanceTestResponseTimes

Properties

NameTypeDescription
average Requiredint64

Average response time in milliseconds.

p50 Requiredint64

The 50th percentile response time in milliseconds.

p90 Requiredint64

The 90th percentile response time in milliseconds.

p95 Requiredint64

The 95th percentile response time in milliseconds.

p99 Requiredint64

The 99th percentile response time in milliseconds.

See Also

Performance testing