aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/client_async.cc
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2017-12-07 10:24:25 -0800
committerGravatar Ken Payson <kpayson@google.com>2017-12-07 10:24:25 -0800
commit8873975a3028daa46e0b79c7505169501133c4d0 (patch)
tree4a8be85487fe252d7896ee64d9ce5594c61e2c30 /test/cpp/qps/client_async.cc
parent6fa206de8f8a1444fff19a84945a424c0cabb41c (diff)
Fix Async QPS Test
Diffstat (limited to 'test/cpp/qps/client_async.cc')
-rw-r--r--test/cpp/qps/client_async.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/qps/client_async.cc b/test/cpp/qps/client_async.cc
index 07888214e7..7cf9d3ea7e 100644
--- a/test/cpp/qps/client_async.cc
+++ b/test/cpp/qps/client_async.cc
@@ -280,6 +280,7 @@ class AsyncClient : public ClientImpl<StubType, RequestType> {
},
&got_tag, &ok, gpr_inf_future(GPR_CLOCK_REALTIME))) {
t->UpdateHistogram(entry_ptr);
+ entry = HistogramEntry();
shutdown_mu->lock();
ctx = ProcessTag(thread_idx, got_tag);
if (ctx == nullptr) {