aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-11 10:54:36 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-03-11 10:54:36 -0800
commitc72cc42238e914953ae6cf69c1c78a87a302afd5 (patch)
tree3f052d72b8c957079d578ca86d464ef0b0075037 /build.yaml
parent180ca8635057f2dddeef88d6f4ce5d8f13074b4a (diff)
Build out backoff as a library
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml12
1 files changed, 11 insertions, 1 deletions
diff --git a/build.yaml b/build.yaml
index a277539a05..2c94a167a3 100644
--- a/build.yaml
+++ b/build.yaml
@@ -55,6 +55,7 @@ filegroups:
- include/grpc/support/useful.h
headers:
- src/core/profiling/timers.h
+ - src/core/support/backoff.h
- src/core/support/block_annotate.h
- src/core/support/env.h
- src/core/support/load_file.h
@@ -70,6 +71,7 @@ filegroups:
- src/core/profiling/stap_timers.c
- src/core/support/alloc.c
- src/core/support/avl.c
+ - src/core/support/backoff.c
- src/core/support/cmdline.c
- src/core/support/cpu_iphone.c
- src/core/support/cpu_linux.c
@@ -1194,6 +1196,14 @@ targets:
deps:
- gpr_test_util
- gpr
+- name: gpr_backoff_test
+ build: test
+ language: c
+ src:
+ - test/core/support/backoff_test.c
+ deps:
+ - gpr_test_util
+ - gpr
- name: gpr_cmdline_test
build: test
language: c
@@ -2379,7 +2389,7 @@ targets:
- linux
- posix
- name: qps_openloop_test
- cpu_cost: 10
+ cpu_cost: 0.5
build: test
language: c++
src: