diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-21 07:08:50 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-21 07:08:50 -0700 |
commit | 3448887c901aab0db2b44b73f7840ed5b30b3c7d (patch) | |
tree | 43cae1a2fbfa7513e15f0b6896802e8735ea0769 /test/cpp/qps/secure_sync_unary_ping_pong_test.cc | |
parent | 6c59e1682606b47651b21977481e762a3b88f028 (diff) | |
parent | ddd4d7f10f58bded28b47f09938780633c71fcaa (diff) |
Merge github.com:grpc/grpc into filter-selection
Diffstat (limited to 'test/cpp/qps/secure_sync_unary_ping_pong_test.cc')
-rw-r--r-- | test/cpp/qps/secure_sync_unary_ping_pong_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/secure_sync_unary_ping_pong_test.cc b/test/cpp/qps/secure_sync_unary_ping_pong_test.cc index 359310b856..946c76f747 100644 --- a/test/cpp/qps/secure_sync_unary_ping_pong_test.cc +++ b/test/cpp/qps/secure_sync_unary_ping_pong_test.cc @@ -43,7 +43,7 @@ namespace grpc { namespace testing { static const int WARMUP = 5; -static const int BENCHMARK = 10; +static const int BENCHMARK = 5; static void RunSynchronousUnaryPingPong() { gpr_log(GPR_INFO, "Running Synchronous Unary Ping Pong"); |