summaryrefslogtreecommitdiffstats
path: root/tools/bisect-perf-regression.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added windows support for bisect script. Added build_preference parameter to ...simonhatch@chromium.org2013-03-151-43/+184
* Fix bisecting into v8's depot. Now the tool will check out a private copy of ...simonhatch@chromium.org2013-03-131-45/+102
* Made svn lookup more robust by searching over a range of commits when initial...simonhatch@chromium.org2013-03-071-6/+12
* Added option to repeat performance test a number of times. Also modified calc...simonhatch@chromium.org2013-03-061-8/+92
* Output results of build and performance tests when script is invoked with --o...simonhatch@chromium.org2013-03-041-6/+70
* Fixed incorrect page value index lookup when using gtest_repeat with the time...simonhatch@chromium.org2013-03-011-5/+10
* Fixed recursing into sub-depots and made the code a little clearer. The earli...simonhatch@chromium.org2013-02-271-4/+4
* Added a --create_depot_and_exit parameter to the bisect tool.simonhatch@chromium.org2013-02-261-135/+13
* Added separate checkout and config file generation to bisect script.simonhatch@chromium.org2013-02-211-12/+128
* Adding annotation output for trybot.simonhatch@chromium.org2013-02-141-1/+55
* Fixed incorrect output of last known good revision. Small style fix.simonhatch@chromium.org2013-02-111-2/+2
* Added skia bisection support.simonhatch@chromium.org2013-02-051-30/+178
* Modified metric parsing to group by page when parsing times/t tests.simonhatch@chromium.org2013-02-051-20/+62
* First pass on tool to bisect across range of revisions to help narrow down wh...simonhatch@chromium.org2013-02-011-0/+1004