diff options
author | Craig Tiller <ctiller@google.com> | 2017-03-30 10:46:07 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-03-30 10:46:07 -0700 |
commit | 1345a85d0db633e228d0cd3200486d0458c61461 (patch) | |
tree | 0271963da125c5957875ca152cf1fd2dc06eaf60 /tools/run_tests | |
parent | 29b527fa306fd46be0120e6c1322b813969e5e4e (diff) | |
parent | 55c895a6a426e7debba8589194095668cd3d2354 (diff) |
Merge branch 'remove_lr_from_server_context' of github.com:dgquintas/grpc into checks
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/generated/sources_and_headers.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/run_tests/generated/sources_and_headers.json b/tools/run_tests/generated/sources_and_headers.json index 4aa26eda67..267909f98c 100644 --- a/tools/run_tests/generated/sources_and_headers.json +++ b/tools/run_tests/generated/sources_and_headers.json @@ -6190,6 +6190,7 @@ "src/proto/grpc/testing/services.pb.h", "src/proto/grpc/testing/stats.grpc.pb.h", "src/proto/grpc/testing/stats.pb.h", + "test/cpp/qps/benchmark_config.h", "test/cpp/qps/client.h", "test/cpp/qps/driver.h", "test/cpp/qps/histogram.h", @@ -6199,13 +6200,14 @@ "test/cpp/qps/report.h", "test/cpp/qps/server.h", "test/cpp/qps/stats.h", - "test/cpp/qps/usage_timer.h", - "test/cpp/util/benchmark_config.h" + "test/cpp/qps/usage_timer.h" ], "is_filegroup": false, "language": "c++", "name": "qps", "src": [ + "test/cpp/qps/benchmark_config.cc", + "test/cpp/qps/benchmark_config.h", "test/cpp/qps/client.h", "test/cpp/qps/client_async.cc", "test/cpp/qps/client_sync.cc", @@ -6224,9 +6226,7 @@ "test/cpp/qps/server_sync.cc", "test/cpp/qps/stats.h", "test/cpp/qps/usage_timer.cc", - "test/cpp/qps/usage_timer.h", - "test/cpp/util/benchmark_config.cc", - "test/cpp/util/benchmark_config.h" + "test/cpp/qps/usage_timer.h" ], "third_party": false, "type": "lib" |