aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
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 /build.yaml
parenteb65dbb0304241a57d51b3b9f88a50de1f68a521 (diff)
Benchmark to show that byte buffer copy is size-independent
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index 6e2ed16398..5f4d554a46 100644
--- a/build.yaml
+++ b/build.yaml
@@ -4015,6 +4015,28 @@ targets:
- linux
- posix
uses_polling: false
+- name: bm_byte_buffer
+ build: test
+ language: c++
+ src:
+ - test/cpp/microbenchmarks/bm_byte_buffer.cc
+ deps:
+ - grpc_benchmark
+ - benchmark
+ - grpc++_test_util_unsecure
+ - grpc_test_util_unsecure
+ - grpc++_unsecure
+ - grpc_unsecure
+ - gpr_test_util
+ - gpr
+ - grpc++_test_config
+ benchmark: true
+ defaults: benchmark
+ platforms:
+ - mac
+ - linux
+ - posix
+ uses_polling: false
- name: bm_call_create
build: test
language: c++