aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/server_async.cc
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-07-12 15:33:11 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-07-12 15:33:11 -0700
commitb19dbead674b44df9a54e238e49a64c64b373c83 (patch)
tree68c6edf35fae8d5cc5c1f0298db68dcdebb7bb6f /test/cpp/qps/server_async.cc
parent1d03e100eba7ac2b2071b0abd7eb304b9fa5a3de (diff)
Make request freelists per cq, to allow drastically higher requested call counts
Diffstat (limited to 'test/cpp/qps/server_async.cc')
-rw-r--r--test/cpp/qps/server_async.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/server_async.cc b/test/cpp/qps/server_async.cc
index c9954d0d02..f91f62dc0d 100644
--- a/test/cpp/qps/server_async.cc
+++ b/test/cpp/qps/server_async.cc
@@ -102,7 +102,7 @@ class AsyncQpsServerTest : public Server {
auto process_rpc_bound =
std::bind(process_rpc, config.payload_config(), _1, _2);
- for (int i = 0; i < 10000 / num_threads; i++) {
+ for (int i = 0; i < 20000; i++) {
for (int j = 0; j < num_threads; j++) {
if (request_unary_function) {
auto request_unary =