aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-12-04 12:41:47 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2018-12-04 12:41:47 -0800
commit0a37159ff4d9bfd6a4b7b94c5d5bf915033cf706 (patch)
treee5d7ca66a208dd2c173b5b0e6093eb3afbbfceda /test/cpp/microbenchmarks
parentfdb708e266622e439a76364dea3a660e339e1547 (diff)
re add testonly
Diffstat (limited to 'test/cpp/microbenchmarks')
-rw-r--r--test/cpp/microbenchmarks/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/cpp/microbenchmarks/BUILD b/test/cpp/microbenchmarks/BUILD
index 84ea386870..b9708cf387 100644
--- a/test/cpp/microbenchmarks/BUILD
+++ b/test/cpp/microbenchmarks/BUILD
@@ -29,6 +29,7 @@ grpc_cc_test(
grpc_cc_library(
name = "helpers",
+ testonly=1,
srcs = ["helpers.cc"],
hdrs = [
"fullstack_context_mutators.h",
@@ -57,6 +58,7 @@ grpc_cc_test(
# right now it OOMs
grpc_cc_binary(
name = "bm_arena",
+ testonly=1,
srcs = ["bm_arena.cc"],
deps = [":helpers"],
)
@@ -72,6 +74,7 @@ grpc_cc_test(
# right now it fails UBSAN
grpc_cc_binary(
name = "bm_call_create",
+ testonly=1,
srcs = ["bm_call_create.cc"],
deps = [":helpers"],
)
@@ -99,6 +102,7 @@ grpc_cc_test(
grpc_cc_library(
name = "fullstack_streaming_ping_pong_h",
+ testonly=1,
hdrs = [
"fullstack_streaming_ping_pong.h",
],
@@ -115,6 +119,7 @@ grpc_cc_test(
grpc_cc_library(
name = "fullstack_streaming_pump_h",
+ testonly=1,
hdrs = [
"fullstack_streaming_pump.h",
],
@@ -131,12 +136,14 @@ grpc_cc_test(
grpc_cc_binary(
name = "bm_fullstack_trickle",
+ testonly=1,
srcs = ["bm_fullstack_trickle.cc"],
deps = [":helpers"],
)
grpc_cc_library(
name = "fullstack_unary_ping_pong_h",
+ testonly=1,
hdrs = [
"fullstack_unary_ping_pong.h",
],