|
|
@ -58,14 +58,6 @@ BENCHMARK_TEMPLATE(BM_CallbackBidiStreaming, MinInProcess, NoOpMutator, |
|
|
|
NoOpMutator) |
|
|
|
NoOpMutator) |
|
|
|
->Apply(StreamingPingPongArgs); |
|
|
|
->Apply(StreamingPingPongArgs); |
|
|
|
|
|
|
|
|
|
|
|
// Streaming with different message number
|
|
|
|
|
|
|
|
BENCHMARK_TEMPLATE(BM_CallbackBidiStreaming, InProcess, NoOpMutator, |
|
|
|
|
|
|
|
NoOpMutator) |
|
|
|
|
|
|
|
->Apply(StreamingPingPongArgs); |
|
|
|
|
|
|
|
BENCHMARK_TEMPLATE(BM_CallbackBidiStreaming, MinInProcess, NoOpMutator, |
|
|
|
|
|
|
|
NoOpMutator) |
|
|
|
|
|
|
|
->Apply(StreamingPingPongArgs); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Client context with different metadata
|
|
|
|
// Client context with different metadata
|
|
|
|
BENCHMARK_TEMPLATE(BM_CallbackBidiStreaming, InProcess, |
|
|
|
BENCHMARK_TEMPLATE(BM_CallbackBidiStreaming, InProcess, |
|
|
|
Client_AddMetadata<RandomBinaryMetadata<10>, 1>, NoOpMutator) |
|
|
|
Client_AddMetadata<RandomBinaryMetadata<10>, 1>, NoOpMutator) |
|
|
|