| 63 | BENCHMARK(BM_Send); |
| 64 | |
| 65 | static void BM_Recv(int iters) { |
| 66 | testing::UseRealTime(); |
| 67 | testing::ItemsProcessed(static_cast<int64>(iters)); |
| 68 | test::Benchmark("cpu", Recv(), nullptr, nullptr, new DummyRendezvous) |
| 69 | .Run(iters); |
| 70 | } |
| 71 | BENCHMARK(BM_Recv); |
| 72 | |
| 73 | } // namespace |
nothing calls this directly
no test coverage detected