aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks/bm_cq.cc
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-03 08:53:52 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-03-03 08:53:52 -0800
commite4a24195971fe2f909a76b210efcb2aee6ed0575 (patch)
treea037b11aac341a24a78a1133afda3ba0ac02e9a7 /test/cpp/microbenchmarks/bm_cq.cc
parent5e3215338f3f69c626cced758e9c49e03252aa24 (diff)
Bugfixes
Diffstat (limited to 'test/cpp/microbenchmarks/bm_cq.cc')
-rw-r--r--test/cpp/microbenchmarks/bm_cq.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cpp/microbenchmarks/bm_cq.cc b/test/cpp/microbenchmarks/bm_cq.cc
index c433adb796..91e6a85101 100644
--- a/test/cpp/microbenchmarks/bm_cq.cc
+++ b/test/cpp/microbenchmarks/bm_cq.cc
@@ -48,6 +48,8 @@ extern "C" {
namespace grpc {
namespace testing {
+auto& force_library_initialization = Library::get();
+
static void BM_CreateDestroyCpp(benchmark::State& state) {
TrackCounters track_counters;
while (state.KeepRunning()) {