mirror of https://github.com/google/benchmark.git
Clean up test documentation formatting (#1475)
This commit is contained in:
parent
2a78e8cbe9
commit
13196fff84
|
@ -318,7 +318,7 @@ ADD_CASES(TC_JSONOut, {{"\"name\": \"BM_no_arg_name/3\",$"},
|
|||
ADD_CASES(TC_CSVOut, {{"^\"BM_no_arg_name/3\",%csv_report$"}});
|
||||
|
||||
// ========================================================================= //
|
||||
// ------------------------ Testing Arg Name Output ----------------------- //
|
||||
// ------------------------ Testing Arg Name Output ------------------------ //
|
||||
// ========================================================================= //
|
||||
|
||||
void BM_arg_name(benchmark::State& state) {
|
||||
|
|
|
@ -195,8 +195,7 @@ void CheckInvert(Results const& e) {
|
|||
CHECK_BENCHMARK_RESULTS("BM_Invert", &CheckInvert);
|
||||
|
||||
// ========================================================================= //
|
||||
// ------------------------- InvertedRate Counters Output
|
||||
// -------------------------- //
|
||||
// --------------------- InvertedRate Counters Output ---------------------- //
|
||||
// ========================================================================= //
|
||||
|
||||
void BM_Counters_InvertedRate(benchmark::State& state) {
|
||||
|
@ -460,7 +459,7 @@ CHECK_BENCHMARK_RESULTS("BM_Counters_kIsIterationInvariantRate",
|
|||
&CheckIsIterationInvariantRate);
|
||||
|
||||
// ========================================================================= //
|
||||
// ------------------- AvgIterations Counters Output ------------------ //
|
||||
// --------------------- AvgIterations Counters Output --------------------- //
|
||||
// ========================================================================= //
|
||||
|
||||
void BM_Counters_AvgIterations(benchmark::State& state) {
|
||||
|
@ -502,7 +501,7 @@ void CheckAvgIterations(Results const& e) {
|
|||
CHECK_BENCHMARK_RESULTS("BM_Counters_AvgIterations", &CheckAvgIterations);
|
||||
|
||||
// ========================================================================= //
|
||||
// ----------------- AvgIterationsRate Counters Output ---------------- //
|
||||
// ------------------- AvgIterationsRate Counters Output ------------------- //
|
||||
// ========================================================================= //
|
||||
|
||||
void BM_Counters_kAvgIterationsRate(benchmark::State& state) {
|
||||
|
|
Loading…
Reference in New Issue