aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/driver.h
diff options
context:
space:
mode:
authorGravatar vjpai <vpai@google.com>2016-02-02 09:36:36 -0800
committerGravatar vjpai <vpai@google.com>2016-02-02 09:36:36 -0800
commit21e5d2b2f10bc6d175caf7ad44d729517528a78a (patch)
tree6058ebb5815554e3850b3a5f289e599fd9425b80 /test/cpp/qps/driver.h
parent0727180da8891485168fbe39b4c9ebb859b6b390 (diff)
Add a Quit RPC so that we can conveniently shut down the workers from the driver.
Diffstat (limited to 'test/cpp/qps/driver.h')
-rw-r--r--test/cpp/qps/driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/qps/driver.h b/test/cpp/qps/driver.h
index 2a7cf805e5..4b2b400c0c 100644
--- a/test/cpp/qps/driver.h
+++ b/test/cpp/qps/driver.h
@@ -70,6 +70,7 @@ std::unique_ptr<ScenarioResult> RunScenario(
const grpc::testing::ServerConfig& server_config, size_t num_servers,
int warmup_seconds, int benchmark_seconds, int spawn_local_worker_count);
+void RunQuit();
} // namespace testing
} // namespace grpc