Fix asan closure bug

pull/15544/head
Noah Eisen 7 years ago
parent 6f173799ab
commit 39a6bb6c3e
  1. 1
      test/cpp/microbenchmarks/bm_closure.cc

@ -385,6 +385,7 @@ static void BM_ClosureReschedOnExecCtx(benchmark::State& state) {
grpc_core::ExecCtx exec_ctx;
Rescheduler r(state, grpc_schedule_on_exec_ctx);
r.ScheduleFirst();
grpc_core::ExecCtx::Get()->Flush();
track_counters.Finish(state);
}

Loading…
Cancel
Save