Skip to content

Commit

Permalink
Use IterationCount in one more place
Browse files Browse the repository at this point in the history
Found in -UNDEBUG build
  • Loading branch information
LebedevRI committed May 13, 2019
1 parent f92903c commit 090faec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/statistics.cc
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ std::vector<BenchmarkReporter::Run> ComputeStats(

// All repetitions should be run with the same number of iterations so we
// can take this information from the first benchmark.
int64_t const run_iterations = reports.front().iterations;
const IterationCount run_iterations = reports.front().iterations;
// create stats for user counters
struct CounterStat {
Counter c;
Expand Down

0 comments on commit 090faec

Please sign in to comment.