aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2015-07-06 10:13:59 -0700
committerGravatar Vijay Pai <vpai@google.com>2015-07-06 10:13:59 -0700
commit775eaec77026ebb879c66f742bf03f99e50b2378 (patch)
treeef844fa6164d157ad6482c9d1b08181c5198d74f /tools
parent8497c79155d47f2fb0f4765890ab259380c7749f (diff)
parenta90c81ea61a736729598ae64c7c4a6ba2e2267ff (diff)
Merge pull request #2151 from sidrakesh93/master
Changes required for reporting metrics to performance database server
Diffstat (limited to 'tools')
-rw-r--r--tools/run_tests/sources_and_headers.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json
index e6f2ef60ed..453cb6e7fd 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -9807,6 +9807,9 @@
"test/cpp/qps/driver.h",
"test/cpp/qps/histogram.h",
"test/cpp/qps/interarrival.h",
+ "test/cpp/qps/perf_db.grpc.pb.h",
+ "test/cpp/qps/perf_db.pb.h",
+ "test/cpp/qps/perf_db_client.h",
"test/cpp/qps/qps_worker.h",
"test/cpp/qps/qpstest.grpc.pb.h",
"test/cpp/qps/qpstest.pb.h",
@@ -9826,6 +9829,8 @@
"test/cpp/qps/driver.h",
"test/cpp/qps/histogram.h",
"test/cpp/qps/interarrival.h",
+ "test/cpp/qps/perf_db_client.cc",
+ "test/cpp/qps/perf_db_client.h",
"test/cpp/qps/qps_worker.cc",
"test/cpp/qps/qps_worker.h",
"test/cpp/qps/report.cc",