aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/smoke_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/qps/smoke_test.cc')
-rw-r--r--test/cpp/qps/smoke_test.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/cpp/qps/smoke_test.cc b/test/cpp/qps/smoke_test.cc
index 9531913b00..e390730832 100644
--- a/test/cpp/qps/smoke_test.cc
+++ b/test/cpp/qps/smoke_test.cc
@@ -136,14 +136,11 @@ static void RunQPS() {
} // namespace grpc
int main(int argc, char** argv) {
- grpc_init();
-
using namespace grpc::testing;
RunSynchronousStreamingPingPong();
RunSynchronousUnaryPingPong();
RunAsyncUnaryPingPong();
RunQPS();
- grpc_shutdown();
return 0;
}