Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
__init__.py | 23-Apr-2015 | 0 | |
bisect.cfg | 23-Apr-2015 | 2.6K | |
bisect_perf_regression.py | 23-Apr-2015 | 119.6K | |
bisect_perf_regression_test.py | 23-Apr-2015 | 14.8K | |
bisect_results.py | 23-Apr-2015 | 9.9K | |
bisect_results_test.py | 23-Apr-2015 | 1.3K | |
bisect_utils.py | 23-Apr-2015 | 15.8K | |
builder.py | 23-Apr-2015 | 13.2K | |
math_utils.py | 23-Apr-2015 | 3.9K | |
math_utils_test.py | 23-Apr-2015 | 2.3K | |
OWNERS | 23-Apr-2015 | 87 | |
PRESUBMIT.py | 23-Apr-2015 | 3.2K | |
README | 23-Apr-2015 | 918 | |
request_build.py | 23-Apr-2015 | 12.6K | |
run_tests | 23-Apr-2015 | 741 | |
source_control.py | 23-Apr-2015 | 8.9K | |
ttest.py | 23-Apr-2015 | 8.7K | |
ttest_test.py | 23-Apr-2015 | 4.7K |
1 This directory contains modules related to tools for bisecting regressions. 2 3 There are several different tools for bisecting regressions; the main use 4 of these tools is to find revisions where a performance regression occurred. 5 These tools are generally run by trybots but can also be run locally. 6 7 Documentation: 8 http://www.chromium.org/developers/bisecting-bugs 9 http://www.chromium.org/developers/tree-sheriffs/perf-sheriffs/bisecting-performance-regressions 10 11 Overview of bisect-related files in src/tools: 12 run-bisect-perf-regression.py -- used to kick off a bisect job 13 prepare-bisect-perf-regression.py -- run before the above to prepare the repo 14 run-bisect-manual-test.py -- used to manually bisect 15 bisect-manual-test.py -- helper module used by run-bisect-manual-test.py 16 auto_bisect/bisect.cfg -- config parameters for a bisect job 17 run-perf-test.cfg -- config parameters running a perf test once 18 19