summaryrefslogtreecommitdiffstats
path: root/tools/auto_bisect
Commit message (Expand)AuthorAgeFilesLines
* Make sure ChromePublic.apk is to run benchmarks for perf bisects, CQ and pert...prasadv2015-07-175-97/+9
* Refactor _CheckRegressionConfidenceError in bisect_perf_regression.py.qyearsley2015-06-232-52/+44
* Make bisect to abort early when the return codes for known good and known bad...prasadv2015-06-233-7/+59
* When calling ConfidenceScore, pass parameters directly instead of using * not...qyearsley2015-06-191-10/+8
* Change bisect status message to print "positive" or "negative".qyearsley2015-06-191-28/+16
* Slightly simplify body of ConfidenceScore and reword docstring.qyearsley2015-06-191-23/+18
* Remove repro steps section and add link to perf bug FAQ sites page.qyearsley2015-06-171-55/+3
* While doing early abort, avoid creating instance of BisectPerformanceMetrics ...prasadv2015-06-162-3/+3
* Add android arm64 platform to the list of platforms to determine build time.prasadv2015-06-161-1/+2
* Remove "other regressions" from bisect results.qyearsley2015-06-163-86/+0
* Add arm64 target type to bisect jobsprasadv2015-06-101-2/+3
* Fix reference to cloud_storage.nednguyen2015-06-101-1/+1
* Fix confidence check and problems with successive builds due to symlinks.bcwhite2015-06-022-4/+17
* Avoid early abort when the bisect mode is set to return_codeprasadv2015-05-281-1/+2
* Make sure that arm64 binaries are used when target_arch is set to arm64.prasadv2015-05-262-2/+16
* Remove <> in bisect output.qyearsley2015-04-271-4/+5
* [bisect] - Bail early when bisecting return codes.simonhatch2015-04-071-0/+3
* Fix style in tools/auto_bisect.qyearsley2015-03-2313-140/+156
* Make failed telemetry test on perf try job red.simonhatch2015-03-132-2/+21
* Make error message for out-of-order revisions more detailed.qyearsley2015-03-131-2/+4
* Make android-chrome bisect work with archives.prasadv2015-03-115-51/+120
* Add android-chrome-perf as builder_type choiceprasadv2015-03-021-1/+2
* Make perf try jobs for win x64 build x64 binaries.prasadv2015-02-285-5/+46
* Tweak logging statements in fetch_build.py.qyearsley2015-02-201-3/+3
* Fix a couple minor typos in auto_bisect.qyearsley2015-02-174-5/+5
* Add "" as a valid value for --builder_type in bisect_perf_regression.py.qyearsley2015-02-171-2/+3
* Update the builder name of linux full bisect builder.qyearsley2015-02-122-3/+4
* Fix formatting and printing of help of bisect_perf_regression.py.qyearsley2015-02-102-7/+11
* Make changes to read target_arch param from config.prasadv2015-02-103-44/+113
* 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-033-12/+111
* Run "git stash" and "git stash apply" before and after a dry test run.qyearsley2015-01-291-1/+18
* 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-285-234/+171
* Add builder_type to fetch builds for android-chrome.prasadv2015-01-261-4/+57
* Avoid finding mean for an empty metrics.prasadv2015-01-232-2/+4
* Averaging nested result lists instead of flattening them.robertocn2015-01-141-14/+2
* Replace builder_host and builder_port with builder_type.qyearsley2015-01-129-86/+75
* Fix an error while syncing revision set as Noneprasadv2015-01-091-1/+2
* Temporarily disable 'relative-import' pylint error.prasadv2015-01-092-3/+6
* Sync android-chrome revision along with chromium on android-chrome platform.prasadv2015-01-094-6/+73
* [bisect] - Verify suspected culprit by comparing ToT with and without patch.simonhatch2015-01-074-36/+271
* Avoid skipping DEPS change revisions for chromium repo.prasadv2014-12-181-3/+5
* Make changes to support bisect for android-chrome.prasadv2014-12-124-28/+29
* Lower "confidence score" required in order to not abort, and refactor test.qyearsley2014-12-052-70/+68
* Fixing incorrect initial regression confidence calculation.robertocn2014-12-032-5/+55
* [bisect] - Fix parsing cloud links from telemetry.simonhatch2014-12-011-1/+2
* Modify bisect_perf_regression.py to use functions in fetch_build.pyqyearsley2014-11-227-289/+158
* Add unit tests for functions in math_utils.pyqyearsley2014-11-202-36/+96
* Removing misleading comment.robertocn2014-11-141-2/+0