From 7abc4e720c1c3bd0434d106ce6dbfb8681bdc2fd Mon Sep 17 00:00:00 2001 From: vjpai Date: Wed, 3 Jun 2015 10:33:41 -0700 Subject: [PATCH] Invoke LoadTest setup --- test/cpp/qps/client_async.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/cpp/qps/client_async.cc b/test/cpp/qps/client_async.cc index bd774245780..3d5ff5295e1 100644 --- a/test/cpp/qps/client_async.cc +++ b/test/cpp/qps/client_async.cc @@ -143,6 +143,9 @@ class AsyncClient : public Client { std::function setup_ctx) : Client(config), channel_rpc_lock_(config.client_channels()) { + + SetupLoadTest(config, num_threads_); + for (int i = 0; i < config.async_client_threads(); i++) { cli_cqs_.emplace_back(new CompletionQueue); if (!closed_loop_) {