aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/network_benchmarks/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/network_benchmarks/BUILD')
-rw-r--r--test/core/network_benchmarks/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/core/network_benchmarks/BUILD b/test/core/network_benchmarks/BUILD
index 5c243f7347..5ba9835c05 100644
--- a/test/core/network_benchmarks/BUILD
+++ b/test/core/network_benchmarks/BUILD
@@ -31,6 +31,13 @@ load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_test", "grpc_c
licenses(["notice"]) # 3-clause BSD
+package(
+ features = [
+ "-layering_check",
+ "-parse_headers",
+ ],
+)
+
grpc_cc_binary(
name = "low_level_ping_pong",
srcs = ["low_level_ping_pong.c"],