aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/ext/filters/census/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/ext/filters/census/BUILD')
-rw-r--r--test/cpp/ext/filters/census/BUILD13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/cpp/ext/filters/census/BUILD b/test/cpp/ext/filters/census/BUILD
index d6968d671b..6567dc667a 100644
--- a/test/cpp/ext/filters/census/BUILD
+++ b/test/cpp/ext/filters/census/BUILD
@@ -40,16 +40,3 @@ grpc_cc_test(
"//test/cpp/util:test_config",
],
)
-
-grpc_cc_test(
- name = "grpc_opencensus_plugin_benchmark",
- srcs = ["grpc_plugin_benchmark.cc"],
- language = "C++",
- deps = [
- "//:grpc_opencensus_plugin",
- "//src/proto/grpc/testing:echo_proto",
- ],
- external_deps = [
- "benchmark",
- ],
-)