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

Unified Diff: tools/auto_bisect/README

Issue 359013002: Make a directory in which to put bisect-related modules. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bisect -> auto_bisect Created 6 years, 5 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/auto_bisect/OWNERS ('k') | tools/auto_bisect/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/auto_bisect/README
diff --git a/tools/auto_bisect/README b/tools/auto_bisect/README
new file mode 100644
index 0000000000000000000000000000000000000000..d43222c488976f7b9e4f30ed56f669e1ffae4370
--- /dev/null
+++ b/tools/auto_bisect/README
@@ -0,0 +1,23 @@
+This directory contains modules related to tools for bisecting regressions.
+
+There are several different tools for bisecting regressions; the main use
+of these tools is to find revisions where a performance regression occurred.
+These tools are generally run by trybots but can also be run locally.
+
+Documentation:
+ http://www.chromium.org/developers/bisecting-bugs
+ http://www.chromium.org/developers/tree-sheriffs/perf-sheriffs/bisecting-performance-regressions
+
+Overview of bisect-related files in src/tools:
+ run-bisect-perf-regression.py
+ -- the script used to kick off a normal performance regression bisect job.
+ run-bisect-perf-regression.cfg
+ -- this file contains parameters for a bisect job, and is read by other
+ modules including run-bisect-perf-regresion.py.
+ run-bisect-manual-test.py
+ -- a script which is used to manually bisect regressions; this also
+ depends on bisect-perf-gression.py.
+ bisect-perf-regression.py
+ -- the main module which the others depend on.
+ bisect-manual-test.py
+ -- a helper module used when manually bisect regressions.
« no previous file with comments | « tools/auto_bisect/OWNERS ('k') | tools/auto_bisect/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698