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

Unified Diff: tools/gardening/README.md

Issue 2751543006: structure gardening tool (Closed)
Patch Set: oops Created 3 years, 9 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 | « tools/gardening/.gitignore ('k') | 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 b6b9a0769c3d76b2296de5bc9ccb842942b358ca..a48a684f2eca67006b9d90840b5f5be0b66b0cc9 100644
--- a/tools/gardening/README.md
+++ b/tools/gardening/README.md
@@ -13,8 +13,10 @@ flakiness of failures, especially timeouts.
Usage:
- dart compare_failures.dart <stdio-url>
-
+```console
+dart bin/compare_failures.dart <stdio-url>
+```
+
where `<stdio-url>` is a url for a test log (".../logs/stdio") from the
buildbot.
@@ -24,8 +26,10 @@ mention one of the test names given as argument.
Usage:
- dart status_summary.dart <test-name1> [<test-name2> ...]
-
+```console
+dart bin/status_summary.dart <test-name1> [<test-name2> ...]
+```
+
where `<test-nameX>` are test names like `language/arithmetic_test`.
#### current_summary ####
@@ -34,8 +38,10 @@ that mention one of the test names given as argument.
Usage:
- dart current_summary.dart <test-name1> [<test-name2> ...]
-
+```console
+dart bin/current_summary.dart <test-name1> [<test-name2> ...]
+```
+
where `<test-nameX>` are test names like `language/arithmetic_test`.
The results are currently pulled from the second to last build since the
« no previous file with comments | « tools/gardening/.gitignore ('k') | tools/gardening/bin/compare_failures.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698