Commits

Roman Lebedev authored cc7f50e126b
BenchmarkRunner: use std::lround() to round double to int From clang-tidy bugprone-incorrect-roundings check: > casting (double + 0.5) to integer leads to incorrect rounding; consider using lround (#include <cmath>) instead