Home
last modified time | relevance | path

Searched refs:InProcessCHTTP2 (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_fullstack_unary_ping_pong.cc59 BENCHMARK_TEMPLATE(BM_UnaryPingPong, InProcessCHTTP2, NoOpMutator, NoOpMutator)
64 BENCHMARK_TEMPLATE(BM_UnaryPingPong, InProcessCHTTP2,
67 BENCHMARK_TEMPLATE(BM_UnaryPingPong, InProcessCHTTP2,
70 BENCHMARK_TEMPLATE(BM_UnaryPingPong, InProcessCHTTP2,
74 BENCHMARK_TEMPLATE(BM_UnaryPingPong, InProcessCHTTP2,
77 BENCHMARK_TEMPLATE(BM_UnaryPingPong, InProcessCHTTP2,
80 BENCHMARK_TEMPLATE(BM_UnaryPingPong, InProcessCHTTP2,
84 BENCHMARK_TEMPLATE(BM_UnaryPingPong, InProcessCHTTP2, NoOpMutator,
87 BENCHMARK_TEMPLATE(BM_UnaryPingPong, InProcessCHTTP2, NoOpMutator,
90 BENCHMARK_TEMPLATE(BM_UnaryPingPong, InProcessCHTTP2, NoOpMutator,
[all …]
Dbm_fullstack_streaming_ping_pong.cc48 BENCHMARK_TEMPLATE(BM_StreamingPingPong, InProcessCHTTP2, NoOpMutator,
56 BENCHMARK_TEMPLATE(BM_StreamingPingPongMsgs, InProcessCHTTP2, NoOpMutator,
102 BENCHMARK_TEMPLATE(BM_StreamingPingPongWithCoalescingApi, InProcessCHTTP2,
Dbm_fullstack_streaming_pump.cc42 BENCHMARK_TEMPLATE(BM_PumpStreamClientToServer, InProcessCHTTP2)
52 BENCHMARK_TEMPLATE(BM_PumpStreamServerToClient, InProcessCHTTP2)
Dfullstack_fixtures.h305 class InProcessCHTTP2 : public InProcessCHTTP2WithExplicitStats {
307 InProcessCHTTP2(Service* service,
340 typedef MinStackize<InProcessCHTTP2> MinInProcessCHTTP2;
/external/grpc-grpc/test/cpp/performance/
Dwrites_per_rpc_test.cc143 class InProcessCHTTP2 : public EndpointPairFixture { class
145 InProcessCHTTP2(Service* service, grpc_passthru_endpoint_stats* stats) in InProcessCHTTP2() function in grpc::testing::InProcessCHTTP2
148 virtual ~InProcessCHTTP2() { in ~InProcessCHTTP2()
171 std::unique_ptr<InProcessCHTTP2> fixture( in UnaryPingPong()
172 new InProcessCHTTP2(&service, grpc_passthru_endpoint_stats_create())); in UnaryPingPong()