1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-29 22:40:33 +08:00

fix formatting

This commit is contained in:
Andreas Abel 2023-09-14 22:16:36 +02:00
parent 734941c98e
commit 0901e7c9d9

View File

@ -269,7 +269,7 @@ void JSONReporter::PrintRunData(Run const& run) {
<< ",\n";
out << indent << FormatKV("cpu_time", run.GetAdjustedCPUTime());
out << ",\n"
<< indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit));
<< indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit));
} else {
assert(run.aggregate_unit == StatisticUnit::kPercentage);
out << indent << FormatKV("real_time", run.real_accumulated_time)