mirror of https://github.com/google/benchmark.git
fix another bad merge
This commit is contained in:
parent
ee8e37c67d
commit
6f84ffcd8b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue