mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-20 18:15:31 +02: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.