Enum BowireBenchmarkMetric

Namespace
Kuestenlogik.Bowire.Benchmarking
Assembly
Kuestenlogik.Bowire.Benchmarking.dll

A metric a threshold can be set on (#360).

public enum BowireBenchmarkMetric

Fields

Avg = 4

Mean latency, milliseconds.

ErrorRate = 7

Failed calls as a fraction of all calls (0..1).

Max = 6

Slowest call, milliseconds.

Min = 5

Fastest call, milliseconds.

P50 = 0

Median latency, milliseconds.

P90 = 1

90th-percentile latency, milliseconds.

P95 = 2

95th-percentile latency, milliseconds.

P99 = 3

99th-percentile latency, milliseconds.

Throughput = 8

Completed calls per second.