diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-11 10:54:36 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-11 10:54:36 -0800 |
commit | c72cc42238e914953ae6cf69c1c78a87a302afd5 (patch) | |
tree | 3f052d72b8c957079d578ca86d464ef0b0075037 /tools/run_tests/tests.json | |
parent | 180ca8635057f2dddeef88d6f4ce5d8f13074b4a (diff) |
Build out backoff as a library
Diffstat (limited to 'tools/run_tests/tests.json')
-rw-r--r-- | tools/run_tests/tests.json | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index d91245cd06..b718b3caec 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -424,6 +424,27 @@ "flaky": false, "gtest": false, "language": "c", + "name": "gpr_backoff_test", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ] + }, + { + "args": [], + "ci_platforms": [ + "linux", + "mac", + "posix", + "windows" + ], + "cpu_cost": 1.0, + "exclude_configs": [], + "flaky": false, + "gtest": false, + "language": "c", "name": "gpr_cmdline_test", "platforms": [ "linux", @@ -2232,7 +2253,7 @@ "mac", "posix" ], - "cpu_cost": 10, + "cpu_cost": 0.5, "exclude_configs": [], "flaky": false, "gtest": false, |