aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks/BUILD
diff options
context:
space:
mode:
authorGravatar Vizerai <jsking@google.com>2018-05-29 10:45:32 -0700
committerGravatar Vizerai <jsking@google.com>2018-05-29 10:45:32 -0700
commite501a3d3fdd63a4e8c184ff2bcb1e643dbfe4401 (patch)
treef83b87e440fe49217353e7daff913e7e6629e3e5 /test/cpp/microbenchmarks/BUILD
parente1d7deeb5396691ae8ea515b0db6e778a2c0a59d (diff)
parent1bd0debdc7f57f2d51716789660b895a6c229350 (diff)
Merge branch 'master' of https://github.com/Vizerai/grpc into filter_port
Diffstat (limited to 'test/cpp/microbenchmarks/BUILD')
-rw-r--r--test/cpp/microbenchmarks/BUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/cpp/microbenchmarks/BUILD b/test/cpp/microbenchmarks/BUILD
index 247a2e9d5d..52a3bd0d7e 100644
--- a/test/cpp/microbenchmarks/BUILD
+++ b/test/cpp/microbenchmarks/BUILD
@@ -42,6 +42,7 @@ grpc_cc_library(
"//:grpc++_unsecure",
"//src/proto/grpc/testing:echo_proto",
"//test/core/util:grpc_test_util_unsecure",
+ "//test/cpp/util:test_config",
],
)
@@ -113,10 +114,7 @@ grpc_cc_binary(
name = "bm_fullstack_trickle",
testonly = 1,
srcs = ["bm_fullstack_trickle.cc"],
- deps = [
- ":helpers",
- "//test/cpp/util:test_config",
- ],
+ deps = [":helpers"],
)
grpc_cc_library(