diff options
author | Craig Tiller <ctiller@google.com> | 2017-03-03 10:52:22 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-03-03 10:52:22 -0800 |
commit | 52bd441b25879ec1b164d684c3cde76c74200bba (patch) | |
tree | 63f4029ee6d6d7c0c32f7557c79d18d9bd6bfe76 /tools | |
parent | 12d22e472beecc5307e2dff0b7255c2ba9b4f879 (diff) |
Get back trickle
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/generated/sources_and_headers.json | 21 | ||||
-rw-r--r-- | tools/run_tests/generated/tests.json | 27 |
2 files changed, 48 insertions, 0 deletions
diff --git a/tools/run_tests/generated/sources_and_headers.json b/tools/run_tests/generated/sources_and_headers.json index fd09ed5336..06fc3799e3 100644 --- a/tools/run_tests/generated/sources_and_headers.json +++ b/tools/run_tests/generated/sources_and_headers.json @@ -2539,6 +2539,27 @@ "headers": [], "is_filegroup": false, "language": "c++", + "name": "bm_fullstack_trickle", + "src": [ + "test/cpp/microbenchmarks/bm_fullstack_trickle.cc" + ], + "third_party": false, + "type": "target" + }, + { + "deps": [ + "benchmark", + "gpr", + "gpr_test_util", + "grpc", + "grpc++", + "grpc++_test_util", + "grpc_benchmark", + "grpc_test_util" + ], + "headers": [], + "is_filegroup": false, + "language": "c++", "name": "bm_fullstack_unary_ping_pong", "src": [ "test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc" diff --git a/tools/run_tests/generated/tests.json b/tools/run_tests/generated/tests.json index 3d01aedd46..f24694e3c9 100644 --- a/tools/run_tests/generated/tests.json +++ b/tools/run_tests/generated/tests.json @@ -2722,6 +2722,33 @@ "flaky": false, "gtest": false, "language": "c++", + "name": "bm_fullstack_trickle", + "platforms": [ + "linux", + "mac", + "posix" + ], + "timeout_seconds": 1200 + }, + { + "args": [ + "--benchmark_min_time=0" + ], + "ci_platforms": [ + "linux", + "mac", + "posix" + ], + "cpu_cost": 1.0, + "exclude_configs": [], + "exclude_iomgrs": [], + "excluded_poll_engines": [ + "poll", + "poll-cv" + ], + "flaky": false, + "gtest": false, + "language": "c++", "name": "bm_fullstack_unary_ping_pong", "platforms": [ "linux", |