aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks
diff options
context:
space:
mode:
authorGravatar Vizerai <jsking@google.com>2018-05-25 11:40:51 -0700
committerGravatar Vizerai <jsking@google.com>2018-05-25 11:40:51 -0700
commit8cd49c528d30ad1b58bb86811887b14ddb597c19 (patch)
tree81390cb2189042385cd9c15277b32e67d53e4075 /test/cpp/microbenchmarks
parentcb2767143cee5ee85a2ee9554561a296a9cc2b2e (diff)
update
Diffstat (limited to 'test/cpp/microbenchmarks')
-rw-r--r--test/cpp/microbenchmarks/bm_opencensus_plugin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/microbenchmarks/bm_opencensus_plugin.cc b/test/cpp/microbenchmarks/bm_opencensus_plugin.cc
index e55e5c4678..9d42eb891d 100644
--- a/test/cpp/microbenchmarks/bm_opencensus_plugin.cc
+++ b/test/cpp/microbenchmarks/bm_opencensus_plugin.cc
@@ -99,7 +99,7 @@ static void BM_E2eLatencyCensusEnabled(benchmark::State& state) {
RegisterOnce();
// This we can safely repeat, and doing so clears accumulated data to avoid
// initialization costs varying between runs.
- grpc::RegisterGrpcViewsForExport();
+ grpc::RegisterOpenCensusViewsForExport();
EchoServerThread server;
std::unique_ptr<grpc::testing::EchoTestService::Stub> stub =