aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-14 21:13:51 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-03-14 21:13:51 -0700
commit4e8c9895ee2e4b72dcdfb8a113684c4cf81ae919 (patch)
tree87182850060309f6dcd51e4a194bea572fbc1165 /build.yaml
parentfb9d11204388b524b942950b47fef24116eab243 (diff)
parent3cafec2f55f66e3df61569579c8259b2e5b5ee00 (diff)
Merge github.com:grpc/grpc into call_arena
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 e799928c04..d6b33aca76 100644
--- a/build.yaml
+++ b/build.yaml
@@ -2599,6 +2599,8 @@ targets:
- grpc
- gpr_test_util
- gpr
+ exclude_iomgrs:
+ - uv
platforms:
- mac
- linux
@@ -3298,6 +3300,26 @@ targets:
- mac
- linux
- posix
+- name: bm_pollset
+ build: test
+ language: c++
+ src:
+ - test/cpp/microbenchmarks/bm_pollset.cc
+ deps:
+ - grpc_benchmark
+ - benchmark
+ - grpc++_test_util
+ - grpc_test_util
+ - grpc++
+ - grpc
+ - gpr_test_util
+ - gpr
+ args:
+ - --benchmark_min_time=0
+ platforms:
+ - mac
+ - linux
+ - posix
- name: channel_arguments_test
gtest: true
build: test