summaryrefslogtreecommitdiffstats
path: root/tools/bisect-perf-regression.py
Commit message (Expand)AuthorAgeFilesLines
* Simplifying repro instructions from bisect output for non telemetry cases.robertocn2014-09-241-26/+25
* Refactoring and other minor corrections:sergiyb2014-09-181-8/+8
* Replace "git svn" with "git footers" commands to get commit position or svn r...prasadv2014-09-101-21/+22
* Set appropriate working directory on build failure.prasadv2014-09-091-6/+6
* Parse Git hash for dependency repositories from DEPS file.prasadv2014-09-041-23/+47
* Restrict windows dead zone revisions from bisect.prasadv2014-09-041-8/+22
* In the presubmit for auto-bisect, run pylint and unit tests.qyearsley2014-09-011-4/+4
* Refactor SyncBuildAndRunRevision to remove deep nesting.qyearsley2014-08-291-79/+96
* 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-31/+0
* Removed outdated documentation from bisect output, redirected it to chromium....sullivan2014-08-271-1/+16
* Use Git hash to post try job http request to bisect builders.prasadv2014-08-271-12/+8
* Fix issues caused due to GitMigration.prasadv2014-08-261-19/+19
* Quick spelling clean-up in the auto-bisect code.qyearsley2014-08-231-91/+97
* Use correct string format to get bisect confidence.prasadv@chromium.org2014-08-221-1/+1
* Fix Attribute error cause due to recent refactor.prasadv@chromium.org2014-08-191-1/+1
* Extract Builder and subclasses to separate module.qyearsley@chromium.org2014-08-151-331/+22
* Remove requirement that bisects for perf trybots specify a metric.sullivan@chromium.org2014-08-151-7/+10
* Return 0 for confidence when there's only one good or bad rev.qyearsley@chromium.org2014-08-121-17/+21
* Update comments in post_perf_builder_job.py + minor refactoring.qyearsley@chromium.org2014-08-111-3/+1
* Refactor bisect-perf-regression_test.py and add smoke test.qyearsley@chromium.org2014-08-061-0/+8
* Fix mistake from recent CL (self._PrintThankYou -> _PrintThankYou)qyearsley@chromium.org2014-07-311-1/+1
* Fix many style issues in bisect-perf-regression.py.qyearsley@chromium.org2014-07-301-771/+777
* Use Welch's t-test to calculate confidence scores in the bisect script.qyearsley@chromium.org2014-07-301-29/+17
* Fix archive extract paths for downloaded builds.prasadv@chromium.org2014-07-291-9/+15
* Move statistical functions to another module.qyearsley@chromium.org2014-07-291-133/+19
* Use a default string when calling os.getenv in bisect-perf-regression.py.qyearsley@chromium.org2014-07-251-4/+4
* Extract SourceControl to module; extract common methods to bisect_utils.qyearsley@chromium.org2014-07-251-496/+80
* Check for chromium revision instead of dependency module revision.prasadv@chromium.org2014-07-241-4/+10
* Avoid bisecting revision prior to r265549 on android botsprasadv@chromium.org2014-07-231-0/+30
* Add commit SHA1 as this information is used to mark issues as dup by perf das...prasadv@chromium.org2014-07-171-0/+2
* Support browser as android-chromium-testshell and android-chrome-shell based ...prasadv@chromium.org2014-07-161-0/+23
* [telemetry] Move cloud_storage from page/ to util/.dtu@chromium.org2014-07-151-1/+1
* Avoid stripping spaces for ascii artprasadv@chromium.org2014-07-141-10/+10
* Reformat bisect results output.prasadv@chromium.org2014-07-111-41/+126
* Fix import as bisect_builder for post_perf_builder_job.prasadv@chromium.org2014-07-111-1/+1
* Make a directory in which to put bisect-related modules.qyearsley@chromium.org2014-07-101-2/+2
* Fix for "gomacc not found" on perf bisect steps.mmoss@chromium.org2014-07-081-3/+10
* For some reason, mac bisect bots were not flushing stdout periodically, as a ...prasadv@chromium.org2014-06-241-0/+4
* Add support to android bisect bots to download archives or post build requests.prasadv@chromium.org2014-06-211-47/+55
* Download archives contain git or svn revisions in the filename.prasadv@chromium.org2014-06-201-51/+91
* Enable manual bisects on Chrome for Android.aberent@chromium.org2014-06-181-6/+17
* Prevent script from generating warnings when printing partial results.simonhatch@chromium.org2014-06-131-19/+22
* Check build status by parsing tryserver buildbot JSON.prasadv@chromium.org2014-06-071-24/+73
* Parse revisions for dependency repositories from DEPS file.prasadv@chromium.org2014-06-031-5/+6
* Use python fallback for unzipping in extracting build on mac if file is great...prasadv@chromium.org2014-05-301-2/+11
* Remove skia folder before gclient sync to avoid syncing issues caused due to ...prasadv@chromium.org2014-05-281-4/+11
* Fix issues with gathering third party repositories for bisect.prasadv@chromium.org2014-05-271-5/+8
* Handle unknown repository paths while parsing revisions.prasadv@chromium.org2014-05-211-33/+19
* Prevent modifying path separator on Windows by shlex.split()prasadv@chromium.org2014-05-201-1/+4