Shutdown grpc for fullstack benchmark

pull/8877/head
David Garcia Quintas 8 years ago
parent 34e6ce6349
commit d449003fe6
  1. 4
      test/cpp/microbenchmarks/bm_fullstack.cc

@ -71,6 +71,10 @@ static class InitializeStuff {
rq_ = grpc_resource_quota_create("bm");
}
~InitializeStuff() {
init_lib_.shutdown();
}
grpc_resource_quota* rq() { return rq_; }
private:

Loading…
Cancel
Save