Commit 6f84ffcd by Eric Fiselier

fix another bad merge

parent ee8e37c6
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment