aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2017-12-07 13:57:10 -0800
committerGravatar GitHub <noreply@github.com>2017-12-07 13:57:10 -0800
commita8021572683c4a6e6af59888cf3a000933abe00c (patch)
tree2cd7f0c5f675b63d85aebe1c16ed33283c8bc172 /test/cpp
parentb8b326a35b3c3649727285f74f8cd931a820afbc (diff)
parent8873975a3028daa46e0b79c7505169501133c4d0 (diff)
Merge pull request #13677 from kpayson64/fix_benchmark
Fix Async QPS Test
Diffstat (limited to 'test/cpp')
-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) {