aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/sync_unary_ping_pong_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/qps/sync_unary_ping_pong_test.cc')
-rw-r--r--test/cpp/qps/sync_unary_ping_pong_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/cpp/qps/sync_unary_ping_pong_test.cc b/test/cpp/qps/sync_unary_ping_pong_test.cc
index 2edb33ef01..9d363c04fb 100644
--- a/test/cpp/qps/sync_unary_ping_pong_test.cc
+++ b/test/cpp/qps/sync_unary_ping_pong_test.cc
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -57,7 +57,6 @@ static void RunSynchronousUnaryPingPong() {
ServerConfig server_config;
server_config.set_server_type(SYNC_SERVER);
- server_config.set_host("localhost");
const auto result =
RunScenario(client_config, 1, server_config, 1, WARMUP, BENCHMARK, -2);