Merge pull request #13677 from kpayson64/fix_benchmark

Fix Async QPS Test
pull/13646/head
kpayson64 7 years ago committed by GitHub
commit a802157268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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) {

Loading…
Cancel
Save