aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-02-08 14:22:40 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-02-08 14:22:40 -0800
commit45551e0c9952f01b92b886df5f9b91caedb65fe9 (patch)
treeb5654733e46adf58179385b9146dbe29bac07ea7 /test/cpp
parent81b780b84b77a093ac2273865cd1af8a0f6f69bf (diff)
Fix sanity
Diffstat (limited to 'test/cpp')
-rw-r--r--test/cpp/end2end/thread_stress_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/end2end/thread_stress_test.cc b/test/cpp/end2end/thread_stress_test.cc
index dd7a8e5ed2..e246c0b0e2 100644
--- a/test/cpp/end2end/thread_stress_test.cc
+++ b/test/cpp/end2end/thread_stress_test.cc
@@ -55,10 +55,10 @@ using grpc::testing::EchoRequest;
using grpc::testing::EchoResponse;
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 kNumAsyncReceiveThreads = 50;
-const int kNumRpcs = 1000; // Number of RPCs per thread
+const int kNumRpcs = 1000; // Number of RPCs per thread
namespace grpc {
namespace testing {