mirror of
https://github.com/google/benchmark.git
synced 2025-04-29 22:40:33 +08:00
fix formatting
This commit is contained in:
parent
734941c98e
commit
0901e7c9d9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user