LatencyBenchmarkResult
Defined in: latency.ts:51
Properties
Section titled “Properties”breaches
Section titled “breaches”breaches:
object[]
Defined in: latency.ts:56
Threshold breaches keyed by metric, present only when thresholds are set.
metric
Section titled “metric”metric: keyof
LatencyThresholds
threshold
Section titled “threshold”threshold:
number
value:
number
passed
Section titled “passed”passed:
boolean
Defined in: latency.ts:58
True when no thresholds were breached (or none were provided).
samples
Section titled “samples”samples:
number[]
Defined in: latency.ts:54
Raw per-call samples in milliseconds, in execution order.
summary
Section titled “summary”summary:
LatencySummary
Defined in: latency.ts:52