diff options
author | Craig Tiller <ctiller@google.com> | 2016-07-12 20:53:16 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-07-12 20:53:16 -0700 |
commit | e64d6930503adf5ff2ccc13759518d91bd3dff69 (patch) | |
tree | b9ad72547320edd4eeb928055bc3af419716633d /test/cpp/qps | |
parent | 61e2040de0c71ce66cb15d6ad9ed6cf16b8d770d (diff) |
Better fine-tuning
Diffstat (limited to 'test/cpp/qps')
-rw-r--r-- | test/cpp/qps/server_async.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/server_async.cc b/test/cpp/qps/server_async.cc index f91f62dc0d..298b9d537f 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 < 20000; i++) { + for (int i = 0; i < 15000; i++) { for (int j = 0; j < num_threads; j++) { if (request_unary_function) { auto request_unary = |