mirror of
https://github.com/google/benchmark.git
synced 2025-03-23 15:40:07 +08:00
checked format before pull request
This commit is contained in:
parent
212cfe1c2e
commit
11e3043554
@ -263,7 +263,7 @@ public:
|
||||
State(size_t max_iters, bool has_x, int x, bool has_y, int y,
|
||||
int thread_i, int n_threads);
|
||||
|
||||
// Returns true iff the benchmark should continue through another iteration.
|
||||
// Returns true if the benchmark should continue through another iteration.
|
||||
// NOTE: A benchmark may not return from the test until KeepRunning() has
|
||||
// returned false.
|
||||
bool KeepRunning() {
|
||||
|
@ -155,7 +155,7 @@ void JSONReporter::PrintRunData(Run const& run) {
|
||||
} else if(run.report_rms) {
|
||||
out << indent
|
||||
<< FormatKV("rms", RoundDouble(run.GetAdjustedCPUTime()*100))
|
||||
<< "%";
|
||||
<< '%';
|
||||
}
|
||||
if (run.bytes_per_second > 0.0) {
|
||||
out << ",\n" << indent
|
||||
|
Loading…
Reference in New Issue
Block a user