Commit 92fc9b99 by Eric Fiselier

Add newline after every benchmark to improve readability of the json output.

parent ec0c725a
......@@ -118,7 +118,7 @@ void JSONReporter::ReportRuns(std::vector<Run> const& reports) {
out << indent << '}';
auto it_cp = it;
if (++it_cp != reports_cp.end()) {
out << ',';
out << ",\n";
}
}
}
......
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