aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks/BUILD
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-12-14 13:03:22 -0800
committerGravatar Vijay Pai <vpai@google.com>2018-12-14 13:23:34 -0800
commitca4e55e6caae393e33784d51f1e9d2352608c4dc (patch)
tree42d42fdb0619b3716419eb453f398daa7878a2d3 /test/cpp/microbenchmarks/BUILD
parenteb65dbb0304241a57d51b3b9f88a50de1f68a521 (diff)
Benchmark to show that byte buffer copy is size-independent
Diffstat (limited to 'test/cpp/microbenchmarks/BUILD')
-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 097e92f583..93ed962a00 100644
--- a/test/cpp/microbenchmarks/BUILD
+++ b/test/cpp/microbenchmarks/BUILD
@@ -62,6 +62,13 @@ grpc_cc_binary(
)
grpc_cc_binary(
+ name = "bm_byte_buffer",
+ testonly = 1,
+ srcs = ["bm_byte_buffer.cc"],
+ deps = [":helpers"],
+)
+
+grpc_cc_binary(
name = "bm_channel",
testonly = 1,
srcs = ["bm_channel.cc"],