1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-02 15:40:53 +08:00

fix another bad merge

This commit is contained in:
Eric Fiselier 2016-05-24 18:25:44 -06:00
parent ee8e37c67d
commit 6f84ffcd8b

View File

@ -176,9 +176,6 @@ void JSONReporter::PrintRunData(Run const& run) {
<< FormatKV("error_message", run.error_message)
<< ",\n";
}
out << indent
<< FormatKV("iterations", run.iterations)
<< ",\n";
if(!run.report_big_o && !run.report_rms) {
out << indent
<< FormatKV("iterations", run.iterations)