summaryrefslogtreecommitdiffstats
path: root/tools/bisect-perf-regression.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix ninja build_type for Android builder.prasadv@chromium.org2014-05-151-4/+5
* Fix bisect script to match a results with {mean, stddev} format.prasadv@chromium.org2014-05-151-19/+30
* Add a identifier to build request job posted to the try server.prasadv@chromium.org2014-05-131-1/+6
* Remove codes to change path seperator for windows.prasadv@chromium.org2014-05-121-3/+0
* Add target_build_type flag to bisect-perf-regression tool to enable bisecting...rmcilroy@chromium.org2014-05-121-15/+22
* Open file in 'wb' inorder to avoid newline conflicts in differnt platforms.prasadv@chromium.org2014-05-011-1/+1
* Increase build wait time to avoid failure of bisects waiting for builds.prasadv@chromium.org2014-05-011-3/+3
* First pass bisect functional breakages.simonhatch@chromium.org2014-04-281-50/+154
* Parse DEPS file manually if execfile fails. Some DEPS files pull in a bunch o...simonhatch@chromium.org2014-04-261-24/+85
* Change "percentage change" function and add comments/test for it.qyearsley@chromium.org2014-04-241-2/+27
* Display metric name when giving "Invalid metric" error.qyearsley@chromium.org2014-04-181-52/+80
* Fix incorrect target for bisect-perf-regression script.aurimas@google.com2014-04-171-1/+1
* BUG=prasadv@chromium.org2014-04-111-5/+8
* Refactor CalculateConfidence and add unit test.qyearsley@chromium.org2014-04-101-49/+74
* Hi Simon,prasadv@chromium.org2014-04-091-62/+317
* Fix check for new v8 pushes to trunk from bleeding_edge.simonhatch@chromium.org2014-04-031-5/+6