Skip to content
Snippets Groups Projects
Commit 1af41aff authored by David G. Quintas's avatar David G. Quintas Committed by GitHub
Browse files

Merge pull request #8877 from dgquintas/bm_fullstack_dtor

Shutdown grpc for fullstack benchmark
parents b1ef2d46 d449003f
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,10 @@ static class InitializeStuff {
rq_ = grpc_resource_quota_create("bm");
}
~InitializeStuff() {
init_lib_.shutdown();
}
grpc_resource_quota* rq() { return rq_; }
private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment