Skip to content
Snippets Groups Projects
Commit 6d98638c authored by Vijay Pai's avatar Vijay Pai
Browse files

Merge pull request #5131 from ctiller/sanitize-again

Fix sanity
parents 84212267 45551e0c
No related branches found
No related tags found
No related merge requests found
...@@ -55,10 +55,10 @@ using grpc::testing::EchoRequest; ...@@ -55,10 +55,10 @@ using grpc::testing::EchoRequest;
using grpc::testing::EchoResponse; using grpc::testing::EchoResponse;
using std::chrono::system_clock; using std::chrono::system_clock;
const int kNumThreads = 100; // Number of threads const int kNumThreads = 100; // Number of threads
const int kNumAsyncSendThreads = 2; const int kNumAsyncSendThreads = 2;
const int kNumAsyncReceiveThreads = 50; const int kNumAsyncReceiveThreads = 50;
const int kNumRpcs = 1000; // Number of RPCs per thread const int kNumRpcs = 1000; // Number of RPCs per thread
namespace grpc { namespace grpc {
namespace testing { namespace testing {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment