diff options
author | Vijay Pai <vpai@google.com> | 2016-02-01 08:17:27 -0800 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2016-02-01 08:17:27 -0800 |
commit | 03ba4d746a34855c2d6498f23b06f8a0ae6592eb (patch) | |
tree | 9035598a15c07b1afaceb0ebaa8663104393760f /test/cpp/qps/qps_openloop_test.cc | |
parent | f524844da919716bc5563bd60f33836d7ba78877 (diff) | |
parent | c1fdfec641b2b27c553a8b0bb00b47e56e23bfa1 (diff) |
Merge branch 'master' into corelimit2
Diffstat (limited to 'test/cpp/qps/qps_openloop_test.cc')
-rw-r--r-- | test/cpp/qps/qps_openloop_test.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/cpp/qps/qps_openloop_test.cc b/test/cpp/qps/qps_openloop_test.cc index 51df79ef2f..fe5f685b6e 100644 --- a/test/cpp/qps/qps_openloop_test.cc +++ b/test/cpp/qps/qps_openloop_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 @@ -59,7 +59,6 @@ static void RunQPS() { ServerConfig server_config; server_config.set_server_type(ASYNC_SERVER); - server_config.set_host("localhost"); server_config.set_async_server_threads(4); const auto result = |