summaryrefslogtreecommitdiffstats
path: root/tools/bisect-perf-regression.py
Commit message (Expand)AuthorAgeFilesLines
* Move build status output to a different annotated step. Motivation for doing ...simonhatch@chromium.org2013-10-181-1/+5
* Move the setup of the build system into the builder class. This is so the per...simonhatch@chromium.org2013-10-161-85/+96
* Refactored options parsing into BisectOptions. This makes it easier for the p...simonhatch@chromium.org2013-10-161-143/+235
* Build cc_perftests_apk on android.simonhatch@chromium.org2013-10-071-1/+1
* Print out some more information in bisect stats, including times for each ste...simonhatch@chromium.org2013-10-041-10/+45
* Don't include .exe when building chromium_builder_perf.simonjam@chromium.org2013-09-231-4/+1
* Bisect script should build clear_system_cache.simonjam@chromium.org2013-09-231-3/+2
* Generate dirty profiles if performance test requires them.simonhatch@chromium.org2013-09-201-1/+46
* Been getting a lot of high confidence values when we wouldn't expect to. Usin...simonhatch@chromium.org2013-09-181-2/+2
* Get3rdPartyRevisionsFromCurrentRevision() returns error when bisecting older ...pshenoy@chromium.org2013-09-131-3/+13
* Output approximate size of regression, along with minimum/maximum, detected i...simonhatch@chromium.org2013-09-031-4/+21
* Ignore angle_dx11 on non-windows. Getting an error on android with that sourc...simonhatch@chromium.org2013-09-031-1/+14
* Try to detect situations where the bisect script can still dive in to V8's "b...simonhatch@chromium.org2013-08-281-67/+108
* Add bisecting ANGLE.simonhatch@chromium.org2013-08-271-0/+6
* "Passed/Failed" output was confusing, as seen in https://code.google.com/p/ch...simonhatch@chromium.org2013-08-261-2/+2
* Remove +- from "mean" output.simonhatch@chromium.org2013-08-231-2/+1
* Previously, the script looked for times: t and summed those values to reprodu...simonhatch@chromium.org2013-08-221-1/+3
* Add a "Results - Bisect Failed" step for failed bisects to make it clearer wh...simonhatch@chromium.org2013-08-221-7/+22
* Try to make bisect output clearer.simonhatch@chromium.org2013-08-221-23/+90
* Adding option to exclude custom_deps when running run-bisect-manual-test.py t...pshenoy@chromium.org2013-08-211-1/+11
* Disable V8 bisection for now. The script isn't diving into V8 properly and en...simonhatch@chromium.org2013-08-161-1/+8
* Getting a lot of failures syncing third_party/libjingle. Just delete the dire...simonhatch@chromium.org2013-08-151-0/+2
* Bisect script should output reason why a step failed/skipped/etc..simonhatch@chromium.org2013-08-021-3/+5
* Add --reset sync commands in bisect script. Was failing to sync due to missin...simonhatch@chromium.org2013-07-311-1/+1
* Change appropriate directory to query for commit info.simonhatch@chromium.org2013-07-131-0/+2
* More helpful error message in the event an invalid performance test is specif...simonhatch@chromium.org2013-07-131-1/+14
* Fail quickly if good and bad revisions are reversed.simonhatch@chromium.org2013-07-121-0/+34
* Unset some environment vars so they can be set up via the bisect script.simonhatch@chromium.org2013-07-111-9/+26
* Add histogram parsing to bisect script.simonhatch@chromium.org2013-07-111-3/+51
* Add a simple tool which enables automated bisecting of codebase with manual testrmcilroy@chromium.org2013-07-101-3/+4
* Clear up some confusion about the results of a bisection. If there are build ...simonhatch@chromium.org2013-07-101-9/+23
* Run gclient runhooks when bisecting chrome or any sub depots of chrome. Previ...simonhatch@chromium.org2013-07-101-3/+3
* Fix AndroidBuilder in bisect-perf-regressions.rmcilroy@chromium.org2013-07-051-2/+1
* Seperate RunProcess into RunProcess/RunProcessAndRetrieveOutput, and use pope...simonhatch@chromium.org2013-06-241-47/+46
* Skip syncing V8_bleeding_edge unless bisecting V8.simonhatch@chromium.org2013-06-211-7/+27
* Skip revisions that only change DEPS.simonhatch@chromium.org2013-06-201-9/+47
* First pass android support in bisect script.simonhatch@chromium.org2013-06-101-13/+62
* First pass on chromeos support for bisect script.simonhatch@chromium.org2013-06-061-110/+522
* Lower goma threads. Think this will help with flakiness on mac and windows bi...simonhatch@chromium.org2013-06-061-1/+1
* Bisect script asserts on windows because carat is a reserved character in win...simonhatch@chromium.org2013-05-301-1/+1
* Try to expand the revision range to include a change to .DEPS.git if the scri...simonhatch@chromium.org2013-05-291-34/+104
* Fixes bisect-perf-regression.py for "special" metrics.bulach@chromium.org2013-05-141-1/+1
* Stop looping if metric isn't found. Previously, the tool would run all iterat...simonhatch@chromium.org2013-05-091-2/+3
* Delete webkit directory on initial sync as well, as the previous bisection ma...simonhatch@chromium.org2013-04-171-18/+8
* Create the full path instead of just the leaf directory. On a fresh sync of t...simonhatch@chromium.org2013-04-121-1/+1
* Generate makefiles properly when using make.simonhatch@chromium.org2013-04-121-1/+12
* Modified bisect script to delete the webkit directory when before sycing to/f...simonhatch@chromium.org2013-04-121-0/+71
* Added --repeat_test_max_time parameter to bisect script.simonhatch@chromium.org2013-03-281-4/+22
* Added additional output with warnings about initial values being too close to...simonhatch@chromium.org2013-03-181-68/+115
* Added call to stop goma in case it's still running from a build that timed out.simonhatch@chromium.org2013-03-181-1/+2