aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Soheil Hassas Yeganeh <soheil@google.com>2018-12-21 21:35:30 -0500
committerGravatar GitHub <noreply@github.com>2018-12-21 21:35:30 -0500
commitc3eb206897dcfc9fa77391501b233d7a2b0c79f7 (patch)
tree95ab4bc4dc4f01a640527799bb1fd304759d1fd0 /build.yaml
parent0f5b1d6bdfab97fd3490142a837c48e768027111 (diff)
parent2e017da58aeb335e79f7bbf0797aad45a59d293b (diff)
Merge pull request #17582 from soheilhy/worktree-timer-bench
Add microbenchmarks for grpc_timer
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