hasP95Below function

Matcher hasP95Below(
  1. Duration max
)

Matcher: p95 below max.

Implementation

Matcher hasP95Below(Duration max) => _HasP95Below(max);