Skip to content
Snippets Groups Projects
Commit afaa7519 authored by Sree Kuchibhotla's avatar Sree Kuchibhotla
Browse files

Add comment

parent e3ffd861
No related branches found
No related tags found
No related merge requests found
......@@ -830,6 +830,8 @@ BENCHMARK_TEMPLATE(BM_PumpStreamServerToClient, SockPair)
BENCHMARK_TEMPLATE(BM_PumpStreamServerToClient, InProcessCHTTP2)
->Range(0, 128 * 1024 * 1024);
// Generate Args for StreamingPingPong benchmarks. Currently generates args for
// only "small streams" (i.e streams with 0, 1 or 2 messages)
static void StreamingPingPongArgs(benchmark::internal::Benchmark* b) {
int msg_size = 0;
int num_ping_pongs = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment