diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-03 12:51:53 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-04-06 10:14:44 -0700 |
commit | 0bda0b3e558dd1b88455a8d5656cb9f739ca331a (patch) | |
tree | 4077d2275d773be0947913c4755e0ac5cf3f3aeb /tools/run_tests/sources_and_headers.json | |
parent | 39a96967f1b003391b02317bf7c6fb003edc4722 (diff) |
Configure performance scenarios with json
Run those json configurations as part of presubmits
Diffstat (limited to 'tools/run_tests/sources_and_headers.json')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index ba4db96b56..afe35cac9c 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -2226,6 +2226,25 @@ { "deps": [ "gpr", + "gpr_test_util", + "grpc", + "grpc++", + "grpc++_test_config", + "grpc++_test_util", + "grpc_test_util" + ], + "headers": [], + "language": "c++", + "name": "json_run_localhost", + "src": [ + "test/cpp/qps/json_run_localhost.cc" + ], + "third_party": false, + "type": "target" + }, + { + "deps": [ + "gpr", "grpc", "grpc++", "grpc++_test_config" @@ -2314,6 +2333,26 @@ ], "headers": [], "language": "c++", + "name": "qps_json_driver", + "src": [ + "test/cpp/qps/qps_json_driver.cc" + ], + "third_party": false, + "type": "target" + }, + { + "deps": [ + "gpr", + "gpr_test_util", + "grpc", + "grpc++", + "grpc++_test_config", + "grpc++_test_util", + "grpc_test_util", + "qps" + ], + "headers": [], + "language": "c++", "name": "qps_openloop_test", "src": [ "test/cpp/qps/qps_openloop_test.cc" |