Skip to content
Snippets Groups Projects
Commit e64d6930 authored by Craig Tiller's avatar Craig Tiller
Browse files

Better fine-tuning

parent 61e2040d
Branches
Tags
No related merge requests found
...@@ -102,7 +102,7 @@ class AsyncQpsServerTest : public Server { ...@@ -102,7 +102,7 @@ class AsyncQpsServerTest : public Server {
auto process_rpc_bound = auto process_rpc_bound =
std::bind(process_rpc, config.payload_config(), _1, _2); 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++) { for (int j = 0; j < num_threads; j++) {
if (request_unary_function) { if (request_unary_function) {
auto request_unary = auto request_unary =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment