summaryrefslogtreecommitdiffstats
path: root/tools/auto_bisect/bisect_perf_regression.py
Commit message (Expand)AuthorAgeFilesLines
* Avoid early abort when the bisect mode is set to return_codeprasadv2015-05-281-1/+2
* [bisect] - Bail early when bisecting return codes.simonhatch2015-04-071-0/+3
* Fix style in tools/auto_bisect.qyearsley2015-03-231-52/+72
* Make failed telemetry test on perf try job red.simonhatch2015-03-131-2/+14
* Make error message for out-of-order revisions more detailed.qyearsley2015-03-131-2/+4
* Make android-chrome bisect work with archives.prasadv2015-03-111-14/+32
* Add android-chrome-perf as builder_type choiceprasadv2015-03-021-1/+2
* Make perf try jobs for win x64 build x64 binaries.prasadv2015-02-281-3/+10
* Fix a couple minor typos in auto_bisect.qyearsley2015-02-171-2/+2
* Add "" as a valid value for --builder_type in bisect_perf_regression.py.qyearsley2015-02-171-2/+3
* Fix formatting and printing of help of bisect_perf_regression.py.qyearsley2015-02-101-6/+5
* Make changes to read target_arch param from config.prasadv2015-02-101-44/+4
* Handling test failures on re-test of good/bad revisions for confidence.robertocn2015-02-051-1/+7
* Obtain confidence score based off last known good and first known bad revisio...robertocn2015-02-031-5/+35
* Fixing typo in the docstring for bisect_perf_regression.pyrobertocn2015-01-281-1/+1
* Use builder_type when requesting/fetching builds, and add support for full li...qyearsley2015-01-281-86/+125
* Avoid finding mean for an empty metrics.prasadv2015-01-231-2/+3
* Averaging nested result lists instead of flattening them.robertocn2015-01-141-14/+2
* Replace builder_host and builder_port with builder_type.qyearsley2015-01-121-17/+17
* Temporarily disable 'relative-import' pylint error.prasadv2015-01-091-1/+1
* Sync android-chrome revision along with chromium on android-chrome platform.prasadv2015-01-091-1/+24
* [bisect] - Verify suspected culprit by comparing ToT with and without patch.simonhatch2015-01-071-34/+205
* Avoid skipping DEPS change revisions for chromium repo.prasadv2014-12-181-3/+5
* Make changes to support bisect for android-chrome.prasadv2014-12-121-0/+4
* Lower "confidence score" required in order to not abort, and refactor test.qyearsley2014-12-051-1/+1
* Fixing incorrect initial regression confidence calculation.robertocn2014-12-031-5/+6
* Modify bisect_perf_regression.py to use functions in fetch_build.pyqyearsley2014-11-221-225/+93
* Removing misleading comment.robertocn2014-11-141-2/+0
* Parse profiler file links from perf try bot jobs. This will allow us to kick ...simonhatch2014-11-141-1/+1
* Enable bisecting skia repo.prasadv2014-11-131-71/+15
* Fix bisect to process angle repoprasadv2014-11-121-1/+1
* Minor reformatting of "failed to reproduce, early abort" message.qyearsley2014-11-111-9/+10
* Aborting bisect early when the bug specified in the bisect config is closed.robertocn2014-11-031-4/+29
* Change configs/try.py to get the list of config files to use from args.qyearsley2014-11-031-37/+39
* Refactoring auto-bisect botsergiyb2014-10-311-352/+151
* Update style according to advice from pylint.qyearsley2014-10-301-13/+13
* Add --goma_threads option to bisection toolswolenetz2014-10-291-0/+5
* Making a lack of regression confidence not return an error, but a warning.robertocn2014-10-281-9/+14
* Make bisect tool check for new V8 roll description, "based on <git-hash>"prasadv2014-10-271-3/+10
* Enabling logging for bisect script.robertocn2014-10-271-23/+37
* Fix bisect failures for V8 rollsprasadv2014-10-241-87/+142
* Renamed AddDepot to SetDepotDir as it's also used for updating dirsergiyb2014-10-241-7/+8
* Rename and refactor DownloadCurrentBuild and related functions.qyearsley2014-10-241-55/+100
* Re-applying reverted changes plus fix. ConfidenceScore now takes flatrobertocn2014-10-231-0/+75
* Refactored auto_bisect bot:sergiyb2014-10-221-722/+172
* Rename and refactor PostBuildRequestAndWait.qyearsley2014-10-221-24/+32
* Revert of Requiring confidence in initial regression range before bisecting. ...prasadv2014-10-201-22/+0
* Requiring confidence in initial regression range before bisecting.robertocn2014-10-181-0/+22
* Implementing direction_of_improvementrobertocn2014-10-171-6/+49
* Refactor source_control.py and add a test.qyearsley2014-10-161-49/+41