aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-10-16 09:20:02 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-11-30 10:27:34 -0800
commit3eb6c4779d0d132d1d5c7e17f7ef14812324c820 (patch)
treeafcea8c9f6754387b1a15eb7aff90e78a96f982f /test/cpp/microbenchmarks
parentbdd0d47e07f324ee922f9cb05365a7e9c3cb45ea (diff)
Exclude census
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,
)