diff options
author | Vijay Pai <vpai@google.com> | 2016-02-02 11:48:12 -0800 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2016-02-02 11:48:12 -0800 |
commit | 2066443b7c5815b4cc2b2ca7a41f78f5d2bfc0c2 (patch) | |
tree | 2c5f055a4b43765db748de721c52ce67a3613cce /test/cpp/qps | |
parent | b47b556d33c0e22601e773cad17d576197b4942b (diff) |
Function name changed on merge....
Diffstat (limited to 'test/cpp/qps')
-rw-r--r-- | test/cpp/qps/driver.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/driver.cc b/test/cpp/qps/driver.cc index a08aad0e68..80f6ada409 100644 --- a/test/cpp/qps/driver.cc +++ b/test/cpp/qps/driver.cc @@ -387,7 +387,7 @@ std::unique_ptr<ScenarioResult> RunScenario( void RunQuit() { // Get client, server lists - auto workers = get_hosts("QPS_WORKERS"); + auto workers = get_workers("QPS_WORKERS"); for (size_t i = 0; i < workers.size(); i++) { auto stub = WorkerService::NewStub( CreateChannel(workers[i], InsecureChannelCredentials())); |