Add documentation for running microbenchmarks with other tooling

pull/16738/head
Hope Casey-Allen 6 years ago
parent f7c393c861
commit d568fba51a
  1. 2
      test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc

@ -31,6 +31,8 @@ auto& force_library_initialization = Library::get();
* CONFIGURATIONS
*/
// Replace "benchmark::internal::Benchmark" with "::testing::Benchmark" to use
// internal microbenchmarking tooling
static void SweepSizesArgs(benchmark::internal::Benchmark* b) {
b->Args({0, 0});
for (int i = 1; i <= 128 * 1024 * 1024; i *= 8) {

Loading…
Cancel
Save