summaryrefslogtreecommitdiffstats
path: root/tools/auto_bisect
Commit message (Expand)AuthorAgeFilesLines
* Fix legacy bisect making post request to dashboard.chrisphan2016-03-182-4/+9
* Remove telemetry reference builds from chromium DEPS.aiolos2016-03-161-3/+0
* Fix path error in getting depot dir.chrisphan2016-03-102-20/+20
* Update legacy bisect to post results to perf dashboard.chrisphan2016-02-224-8/+178
* Update auto_bisect to use the catapult version of telemetry.aiolos2016-01-293-7/+6
* Fix import path.chrisphan2016-01-231-1/+2
* Update fetch_build to use the catapult version of cloud_storage.aiolos2016-01-071-1/+4
* Add required_initial_confidence to legacy bisect.qyearsley2015-12-152-11/+27
* Use full data set for legacy bisect.dtu2015-11-191-1/+1
* Fix Skia depot path for legacy script.prasadv2015-10-282-9/+2
* Remove mac_perf_bisect from CQ and auto_bisect.dtu2015-09-151-1/+1
* Remove support for ChromeShell apk.prasadv2015-09-011-3/+0
* Make changes to support renamed win x64 bisect builder on tryserver.chromium....prasadv2015-08-262-2/+2
* Remove arbitrary references to ChromeShell in comments.newt2015-08-251-1/+1
* 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