mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-11 09:09:33 +01:00
The clock estimator has a potential division by zero. Using `iteration + 1` seems also more logical to me for an average. Found with coverity in a downstream project.