aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
diff options
context:
space:
mode:
authorGravatar Alok Kumar <kumaralok@google.com>2017-09-13 11:49:18 -0700
committerGravatar Alok Kumar <kumaralok@google.com>2017-09-13 13:34:45 -0700
commit6b84005651517c9136a32cec49db8333a5b40ee9 (patch)
tree2854f1ad4bc7aacc0cf6e8c12bb35b05f54019db /test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
parent3bf7b714a5458aadfc1e2761ede1213f69ef7959 (diff)
Add independent library targets for newly added .h files for microbenchmarks. Also fix includes in fullstack_fixtures.h
Diffstat (limited to 'test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h')
-rw-r--r--test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h b/test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
index ff1f966753..6df044f344 100644
--- a/test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
+++ b/test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
@@ -24,7 +24,6 @@
#include <benchmark/benchmark.h>
#include <sstream>
#include "src/core/lib/profiling/timers.h"
-#include "src/cpp/client/create_channel_internal.h"
#include "src/proto/grpc/testing/echo.grpc.pb.h"
#include "test/cpp/microbenchmarks/fullstack_context_mutators.h"
#include "test/cpp/microbenchmarks/fullstack_fixtures.h"