1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-29 06:20:32 +08:00

remove todo

This commit is contained in:
Eric Fiselier 2015-03-10 17:19:07 -04:00
parent cbfedc07ae
commit 669337cd55

View File

@ -706,7 +706,6 @@ void RunBenchmark(const benchmark::internal::Benchmark::Instance& b,
// expansion should be 14x.
bool is_significant = (seconds / FLAGS_benchmark_min_time) > 0.1;
multiplier = is_significant ? multiplier : std::min(10.0, multiplier);
// TODO(ericwf) I don't think this branch is reachable.
if (multiplier <= 1.0) multiplier = 2.0;
double next_iters = std::max(multiplier * iters, iters + 1.0);
if (next_iters > kMaxIterations) {