aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-06-22 08:18:07 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-06-22 08:18:07 -0700
commit88a3e93f0d8a31410053183a2d56edfc0982c769 (patch)
tree42bf3eac377ccc3750211cc3c2c43908ab050913 /test/cpp/qps
parent7e5d46496b6ad47aa84583260cf7886f7f51da5f (diff)
parentd4aa7cf5a502462debd4a42f0daf4c018c824263 (diff)
Better distribution
Diffstat (limited to 'test/cpp/qps')
-rw-r--r--test/cpp/qps/driver.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/qps/driver.cc b/test/cpp/qps/driver.cc
index 2efdc1288f..6b31225f20 100644
--- a/test/cpp/qps/driver.cc
+++ b/test/cpp/qps/driver.cc
@@ -347,6 +347,7 @@ std::unique_ptr<ScenarioResult> RunScenario(
size_t num_channels =
(client_channels - channels_allocated) / (num_clients - i);
channels_allocated += num_channels;
+ gpr_log(GPR_DEBUG, "Client %d gets %d channels", i, num_channels);
per_client_config.set_client_channels(num_channels);
ClientArgs args;