diff --git a/src/benchmark.cc b/src/benchmark.cc index f9007e77..ccecfbdc 100644 --- a/src/benchmark.cc +++ b/src/benchmark.cc @@ -329,7 +329,7 @@ void RunBenchmarks(const std::vector& benchmarks, } assert(runners.size() == benchmarks.size() && "Unexpected runner count."); - std::vector repetition_indices; + std::vector repetition_indices; repetition_indices.reserve(num_repetitions_total); for (size_t runner_index = 0, num_runners = runners.size(); runner_index != num_runners; ++runner_index) {