aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-11 09:51:45 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-11 09:51:45 -0700
commit70dbfd587cecc8f72e2258161f5f145fd5fd4d35 (patch)
treee241090fe640eca71267d84f757776018009baec /build.yaml
parent7281d19de374852abf38521a20ef96b88e2916e9 (diff)
parent498e2b350aec3d358b3ec505fa800194778cd8e4 (diff)
Merge github.com:grpc/grpc into foo
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 c294fc9185..6fbc8d9166 100644
--- a/build.yaml
+++ b/build.yaml
@@ -3217,6 +3217,27 @@ targets:
- mac
- linux
- posix
+- name: bm_cq_multiple_threads
+ build: test
+ language: c++
+ src:
+ - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
+ deps:
+ - grpc_benchmark
+ - benchmark
+ - grpc++_test_util
+ - grpc_test_util
+ - grpc++
+ - grpc
+ - gpr_test_util
+ - gpr
+ args:
+ - --benchmark_min_time=0
+ defaults: benchmark
+ platforms:
+ - mac
+ - linux
+ - posix
- name: bm_error
build: test
language: c++