Home
last modified time | relevance | path

Searched refs:BM_StreamingPingPong (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_fullstack_streaming_ping_pong.cc48 BENCHMARK_TEMPLATE(BM_StreamingPingPong, InProcessCHTTP2, NoOpMutator,
51 BENCHMARK_TEMPLATE(BM_StreamingPingPong, TCP, NoOpMutator, NoOpMutator)
53 BENCHMARK_TEMPLATE(BM_StreamingPingPong, InProcess, NoOpMutator, NoOpMutator)
65 BENCHMARK_TEMPLATE(BM_StreamingPingPong, MinInProcessCHTTP2, NoOpMutator,
68 BENCHMARK_TEMPLATE(BM_StreamingPingPong, MinTCP, NoOpMutator, NoOpMutator)
70 BENCHMARK_TEMPLATE(BM_StreamingPingPong, MinInProcess, NoOpMutator, NoOpMutator)
Dfullstack_streaming_ping_pong.h48 static void BM_StreamingPingPong(benchmark::State& state) { in BM_StreamingPingPong() function