From ad3f5694148e9a68ef70576a6932526e6665146c Mon Sep 17 00:00:00 2001 From: AJ Heller Date: Wed, 16 Oct 2024 16:55:38 +0000 Subject: [PATCH] [benchmark] Remove redundant callback benchmarks --- .../microbenchmarks/bm_callback_streaming_ping_pong.cc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/cpp/microbenchmarks/bm_callback_streaming_ping_pong.cc b/test/cpp/microbenchmarks/bm_callback_streaming_ping_pong.cc index 2188ae49333..2875cedf655 100644 --- a/test/cpp/microbenchmarks/bm_callback_streaming_ping_pong.cc +++ b/test/cpp/microbenchmarks/bm_callback_streaming_ping_pong.cc @@ -58,14 +58,6 @@ BENCHMARK_TEMPLATE(BM_CallbackBidiStreaming, MinInProcess, NoOpMutator, NoOpMutator) ->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 BENCHMARK_TEMPLATE(BM_CallbackBidiStreaming, InProcess, Client_AddMetadata, 1>, NoOpMutator)