Merge branch 'cq_create_api_changes' into cq_lockfree

pull/10662/head
Sree Kuchibhotla 8 years ago
commit 89c01c2bb6
  1. 2
      test/cpp/microbenchmarks/bm_cq_multiple_threads.cc

@ -106,7 +106,7 @@ static void setup() {
init_engine_vtable();
grpc_set_event_engine_test_only(&g_vtable);
g_cq = grpc_completion_queue_create(NULL);
g_cq = grpc_completion_queue_create_for_next(NULL);
}
static void BM_Cq_Throughput(benchmark::State& state) {

Loading…
Cancel
Save