| Index: tools/gardening/README.md
|
| diff --git a/tools/gardening/README.md b/tools/gardening/README.md
|
| index a48a684f2eca67006b9d90840b5f5be0b66b0cc9..741a926c956679fc554037a2282b088caea45310 100644
|
| --- a/tools/gardening/README.md
|
| +++ b/tools/gardening/README.md
|
| @@ -46,3 +46,14 @@ where `<test-nameX>` are test names like `language/arithmetic_test`.
|
|
|
| The results are currently pulled from the second to last build since the
|
| last build might not have completed yet.
|
| +
|
| +#### find_timeouts ####
|
| +Scans past `dart2js-windows` test steps for timeouts and reports the
|
| +frequency of each test that has timed out.
|
| +
|
| +Usage:
|
| +```console
|
| +dart bin/find_timeouts.dart [<count>]
|
| +```
|
| +
|
| +where `<count>` is the number past build that are scanned.
|
|
|