Closed elfenpiff closed 1 month ago
Every timing test shall only test at least timings not upper limits and use assert_that!( ... , time_at_least ...). The flaky test did not follow this rule.
assert_that!( ... , time_at_least ...)
Required information
Every timing test shall only test at least timings not upper limits and use
assert_that!( ... , time_at_least ...)
. The flaky test did not follow this rule.