aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/microbenchmarks')
-rw-r--r--test/cpp/microbenchmarks/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/microbenchmarks/BUILD b/test/cpp/microbenchmarks/BUILD
index cbfc8021d0..671e7f1096 100644
--- a/test/cpp/microbenchmarks/BUILD
+++ b/test/cpp/microbenchmarks/BUILD
@@ -162,8 +162,9 @@ grpc_cc_test(
uses_polling = False,
)
-grpc_cc_test(
+grpc_cc_binary(
name = "bm_opencensus_plugin",
+ testonly = 1,
srcs = ["bm_opencensus_plugin.cc"],
language = "C++",
deps = [
@@ -171,5 +172,4 @@ grpc_cc_test(
"//:grpc_opencensus_plugin",
"//src/proto/grpc/testing:echo_proto",
],
- uses_polling = False,
)