aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar apolcyn <apolcyn@google.com>2018-07-23 12:59:13 -0700
committerGravatar GitHub <noreply@github.com>2018-07-23 12:59:13 -0700
commit25d2018029020a15adc237e3e5ff143b19693511 (patch)
tree3894e29c64e6d3e3bbd4ae19a696b2625590cb8b /build.yaml
parent29c9e0477b6de8b0aa14c829ddfabcb672f009cc (diff)
parent92e0a70ec64f61918faab50a14b0587cf1aaaa3a (diff)
Merge pull request #16092 from apolcyn/customizable_qps_server_builder
Provide a global way to customize QPS server builder options
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index 8ba8432316..30389ec114 100644
--- a/build.yaml
+++ b/build.yaml
@@ -1963,6 +1963,7 @@ libs:
- test/cpp/qps/histogram.h
- test/cpp/qps/interarrival.h
- test/cpp/qps/parse_json.h
+ - test/cpp/qps/qps_server_builder.h
- test/cpp/qps/qps_worker.h
- test/cpp/qps/report.h
- test/cpp/qps/server.h
@@ -1981,6 +1982,7 @@ libs:
- test/cpp/qps/client_sync.cc
- test/cpp/qps/driver.cc
- test/cpp/qps/parse_json.cc
+ - test/cpp/qps/qps_server_builder.cc
- test/cpp/qps/qps_worker.cc
- test/cpp/qps/report.cc
- test/cpp/qps/server_async.cc