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 = 4Mean latency, milliseconds.
ErrorRate = 7Failed calls as a fraction of all calls (0..1).
Max = 6Slowest call, milliseconds.
Min = 5Fastest call, milliseconds.
P50 = 0Median latency, milliseconds.
P90 = 190th-percentile latency, milliseconds.
P95 = 295th-percentile latency, milliseconds.
P99 = 399th-percentile latency, milliseconds.
Throughput = 8Completed calls per second.