hasP99Below function

Matcher hasP99Below(
  1. Duration max
)

Matcher: p99 below max.

Implementation

Matcher hasP99Below(Duration max) => _HasP99Below(max);