aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Soheil Hassas Yeganeh <soheil@google.com>2018-12-21 18:14:08 -0500
committerGravatar Soheil Hassas Yeganeh <soheil@google.com>2018-12-21 18:56:09 -0500
commit2e017da58aeb335e79f7bbf0797aad45a59d293b (patch)
tree4d7b38a8adb0807345520f0f79f31dc05b65f1e6 /build.yaml
parentbae61a0f43db262d6170c53c0b77db04b0113ad1 (diff)
Add microbenchmarks for grpc_timer
This helps assessing upcoming changes.
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index 9d73e31b2e..a41decd84f 100644
--- a/build.yaml
+++ b/build.yaml
@@ -4230,6 +4230,27 @@ targets:
- mac
- linux
- posix
+- name: bm_timer
+ build: test
+ language: c++
+ src:
+ - test/cpp/microbenchmarks/bm_timer.cc
+ deps:
+ - grpc_benchmark
+ - benchmark
+ - grpc++_test_util_unsecure
+ - grpc_test_util_unsecure
+ - grpc++_unsecure
+ - grpc_unsecure
+ - gpr
+ - grpc++_test_config
+ benchmark: true
+ defaults: benchmark
+ platforms:
+ - mac
+ - linux
+ - posix
+ uses_polling: false
- name: byte_stream_test
gtest: true
build: test