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

Unified Diff: tools/auto_bisect/README

Issue 564663002: Move bisect-perf-regression.py into auto_bisect directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add telemetry to PYTHONPATH for PRESUBMIT.py. Created 6 years, 3 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/PRESUBMIT.py ('k') | tools/auto_bisect/bisect_perf_regression.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
index 685f401e92adfb84639f760139f8d7213f338e5f..c1a88e7a4cad69d7d01ba0f0853e99366a478876 100644
--- a/tools/auto_bisect/README
+++ b/tools/auto_bisect/README
@@ -8,17 +8,11 @@ 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:
- src/tools/run-bisect-perf-regression.py
- -- the script used to kick off a normal performance regression bisect job.
- src/tools/auto_bisect/bisect.cfg:
- -- this file contains parameters for a bisect job, and is read by other
- modules including run-bisect-perf-regression.py.
- src/tools/run-bisect-manual-test.py
- -- a script which is used to manually bisect regressions; this also
- depends on bisect-perf-regression.py.
- src/tools/bisect-perf-regression.py
- -- the main module which the others depend on.
- src/tools/bisect-manual-test.py
- -- a helper module used when manually bisect regressions.
+Overview of bisect-related files in src/tools:
+ run-bisect-perf-regression.py -- used to kick off a bisect job
+ prepare-bisect-perf-regression.py -- run before the above to prepare the repo
+ run-bisect-manual-test.py -- used to manually bisect
+ bisect-manual-test.py -- helper module used by run-bisect-manual-test.py
+ auto_bisect/bisect.cfg -- config parameters for a bisect job
+ run-perf-test.cfg -- config parameters running a perf test once
« no previous file with comments | « tools/auto_bisect/PRESUBMIT.py ('k') | tools/auto_bisect/bisect_perf_regression.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698