From 8873975a3028daa46e0b79c7505169501133c4d0 Mon Sep 17 00:00:00 2001 From: Ken Payson Date: Thu, 7 Dec 2017 10:24:25 -0800 Subject: Fix Async QPS Test --- test/cpp/qps/client_async.cc | 1 + 1 file changed, 1 insertion(+) 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 { }, &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) { -- cgit v1.2.3