Index: tools/auto_bisect/README |
diff --git a/tools/auto_bisect/README b/tools/auto_bisect/README |
index d43222c488976f7b9e4f30ed56f669e1ffae4370..685f401e92adfb84639f760139f8d7213f338e5f 100644 |
--- a/tools/auto_bisect/README |
+++ b/tools/auto_bisect/README |
@@ -8,16 +8,17 @@ 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 |
+Overview of bisect-related files: |
+ src/tools/run-bisect-perf-regression.py |
-- the script used to kick off a normal performance regression bisect job. |
- run-bisect-perf-regression.cfg |
+ src/tools/auto_bisect/bisect.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 |
+ 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-gression.py. |
- bisect-perf-regression.py |
+ depends on bisect-perf-regression.py. |
+ src/tools/bisect-perf-regression.py |
-- the main module which the others depend on. |
- bisect-manual-test.py |
+ src/tools/bisect-manual-test.py |
-- a helper module used when manually bisect regressions. |
+ |