Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(531)

Unified Diff: tools/gardening/README.md

Issue 2797253006: Add find_timeouts and caching to tools/gardening (Closed)
Patch Set: Updated cf. comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/gardening/bin/compare_failures.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | tools/gardening/bin/compare_failures.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698