Skip to content

Commit 4b22640

Browse files
committed
fixup: align CSV skipped-row column count with new raw-stat columns
1 parent b713ad6 commit 4b22640

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/benchmark_report.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ void BenchmarkReport::writeCSV(const std::vector<BenchmarkResult>& results,
624624
<< "," << std::setprecision(4) << peak_ms
625625
<< "," << std::setprecision(4) << sustained_ratio;
626626
} else {
627-
f << ",,,,,,,,,,,,,,,,,,,,";
627+
f << ",,,,,,,,,,,,,,,,,,,,,,";
628628
}
629629
f << "\n";
630630
}

0 commit comments

Comments
 (0)