summaryrefslogtreecommitdiffstats
path: root/tools/auto_bisect
Commit message (Expand)AuthorAgeFilesLines
* Make correction to grep pattern to grab git hash for given commit position.prasadv2014-09-111-1/+1
* Replace "git svn" with "git footers" commands to get commit position or svn r...prasadv2014-09-101-27/+11
* Bisect config params should alway be empty.prasadv2014-09-041-11/+7
* Use author name and email-id instead of committer information.prasadv2014-09-031-1/+1
* In the presubmit for auto-bisect, run pylint and unit tests.qyearsley2014-09-015-0/+128
* Refactor SyncBuildAndRunRevision to remove deep nesting.qyearsley2014-08-291-7/+11
* Rename post_perf_builder_job.py -> request_build.pyqyearsley2014-08-291-1/+1
* Remove codes related deleting Blink or WebKit repository while processing rev...prasadv2014-08-281-33/+1
* Rename run-bisect-perf-regression.cfg -> auto_bisect/bisect.cfgqyearsley2014-08-282-8/+80
* Fix git log command to while processing Commit position in SVNFindRev methodprasadv2014-08-281-1/+1
* Fix minor error in string formating while processing DEPS.prasadv2014-08-262-6/+24
* Fix issues caused due to GitMigration.prasadv2014-08-262-5/+21
* Teach bisect script to resolve Cr-Commit-Positions.tonyg2014-08-251-2/+3
* Drop obsolete --git-deps parameter to gclient.szager2014-08-251-1/+1
* Quick spelling clean-up in the auto-bisect code.qyearsley2014-08-233-12/+13
* Extract Builder and subclasses to separate module.qyearsley@chromium.org2014-08-152-118/+488
* Update comments in post_perf_builder_job.py + minor refactoring.qyearsley@chromium.org2014-08-111-118/+115
* Use Welch's t-test to calculate confidence scores in the bisect script.qyearsley@chromium.org2014-07-303-5/+338
* Move statistical functions to another module.qyearsley@chromium.org2014-07-292-0/+192
* Style cleanup and comments in bisect_utils.py.qyearsley@chromium.org2014-07-281-127/+141
* Extract SourceControl to module; extract common methods to bisect_utils.qyearsley@chromium.org2014-07-252-0/+442
* Make a directory in which to put bisect-related modules.qyearsley@chromium.org2014-07-105-0/+909