aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/client_sync.cc
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2018-01-24 09:12:01 -0800
committerGravatar yang-g <yangg@google.com>2018-01-24 09:12:01 -0800
commitea330175404d901b952975b5ce8730822ffb39f8 (patch)
treedd5000f04c00c61a3da07a99bc20195c78435a33 /test/cpp/qps/client_sync.cc
parent011779e6d1c886ffb66355a6879e851a4c4b5a99 (diff)
Add option to use client side coalescing API in qps test
Diffstat (limited to 'test/cpp/qps/client_sync.cc')
-rw-r--r--test/cpp/qps/client_sync.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/qps/client_sync.cc b/test/cpp/qps/client_sync.cc
index 82a3f0042d..a2ddbeb508 100644
--- a/test/cpp/qps/client_sync.cc
+++ b/test/cpp/qps/client_sync.cc
@@ -402,6 +402,7 @@ class SynchronousStreamingBothWaysClient final
};
std::unique_ptr<Client> CreateSynchronousClient(const ClientConfig& config) {
+ GPR_ASSERT(!config.use_coalesce_api()); // not supported yet.
switch (config.rpc_type()) {
case UNARY:
return std::unique_ptr<Client>(new SynchronousUnaryClient(config));