Searched refs:BM_SummaryRepeat (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Ddisplay_aggregates_only_test.cc13 void BM_SummaryRepeat(benchmark::State& state) { function
17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->DisplayAggregatesOnly();
22 if (SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3") != 6 ||
23 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3\"") != 3 ||
24 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_mean\"") != 1 ||
25 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_median\"") !=
27 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_stddev\"") !=
30 "occurrences of \"BM_SummaryRepeat/repeats:3\" substring:\n"
31 "\"name\": \"BM_SummaryRepeat/repeats:3\", "
32 "\"name\": \"BM_SummaryRepeat/repeat
[all...]
H A Dreport_aggregates_only_test.cc13 void BM_SummaryRepeat(benchmark::State& state) { function
17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
22 if (SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3") != 3 ||
23 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_mean\"") != 1 ||
24 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_median\"") !=
26 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_stddev\"") !=
29 "occurrences of \"BM_SummaryRepeat/repeats:3\" substring:\n"
30 "\"name\": \"BM_SummaryRepeat/repeats:3_mean\", "
31 "\"name\": \"BM_SummaryRepeat/repeats:3_median\", "
32 "\"name\": \"BM_SummaryRepeat/repeat
[all...]
H A Dreporter_output_test.cc391 void BM_SummaryRepeat(benchmark::State& state) { function
395 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
398 {{".*BM_SummaryRepeat/repeats:3 ", MR_Not},
399 {"^BM_SummaryRepeat/repeats:3_mean %console_time_only_report [ ]*3$"},
400 {"^BM_SummaryRepeat/repeats:3_median %console_time_only_report [ ]*3$"},
401 {"^BM_SummaryRepeat/repeats:3_stddev %console_time_only_report [ ]*3$"}});
403 {{".*BM_SummaryRepeat/repeats:3 ", MR_Not},
404 {"\"name\": \"BM_SummaryRepeat/repeats:3_mean\",$"},
405 {"\"run_name\": \"BM_SummaryRepeat/repeats:3\",$", MR_Next},
409 {"\"name\": \"BM_SummaryRepeat/repeat
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dreporter_output_test.cc295 void BM_SummaryRepeat(benchmark::State& state) { function
299 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
301 {{".*BM_SummaryRepeat/repeats:3 ", MR_Not},
302 {"^BM_SummaryRepeat/repeats:3_mean %console_report$"},
303 {"^BM_SummaryRepeat/repeats:3_median %console_report$"},
304 {"^BM_SummaryRepeat/repeats:3_stddev %console_report$"}});
305 ADD_CASES(TC_JSONOut, {{".*BM_SummaryRepeat/repeats:3 ", MR_Not},
306 {"\"name\": \"BM_SummaryRepeat/repeats:3_mean\",$"},
307 {"\"name\": \"BM_SummaryRepeat/repeats:3_median\",$"},
308 {"\"name\": \"BM_SummaryRepeat/repeat
[all...]

Completed in 184 milliseconds