summaryrefslogtreecommitdiffstats
path: root/tools/run-bisect-perf-regression.py
Commit message (Expand)AuthorAgeFilesLines
* Parse profiler file links from perf try bot jobs. This will allow us to kick ...simonhatch2014-11-141-9/+38
* Aborting bisect early when the bug specified in the bisect config is closed.robertocn2014-11-031-7/+13
* Change configs/try.py to get the list of config files to use from args.qyearsley2014-11-031-3/+3
* Implementing direction_of_improvementrobertocn2014-10-171-0/+6
* Change constructor call in run-bisect-perf-regression.pyprasadv2014-10-161-1/+1
* Make config path an absolute path in run-bisect-perf-regression.py.qyearsley2014-10-021-1/+1
* Move bisect-perf-regression.py into auto_bisect directory.qyearsley2014-09-261-44/+31
* Better error messaging for perf tryjobs on windows XP.sullivan2014-09-191-0/+4
* Rename run-bisect-perf-regression.cfg -> auto_bisect/bisect.cfgqyearsley2014-08-281-7/+7
* Don't set goma_dir in config if path_to_goma is None.prasadv2014-08-281-1/+2
* Quick spelling clean-up in the auto-bisect code.qyearsley2014-08-231-8/+8
* Remove requirement that bisects for perf trybots specify a metric.sullivan@chromium.org2014-08-151-18/+27
* Fix performance trybots.tonyg@chromium.org2014-08-091-2/+7
* Fix perf trybots after recent refactor.tonyg@chromium.org2014-08-061-1/+2
* Fix undefined variable when running bisect (path_to_file -> config_file_path).qyearsley@chromium.org2014-07-301-1/+1
* Use Welch's t-test to calculate confidence scores in the bisect script.qyearsley@chromium.org2014-07-301-4/+3
* Move statistical functions to another module.qyearsley@chromium.org2014-07-291-4/+7
* Style, comments, refactoring in run-bisect-perf-regression.py.qyearsley@chromium.org2014-07-251-116/+144
* Calculate the correct target platform for Android.aberent@chromium.org2014-07-161-2/+7
* Make a directory in which to put bisect-related modules.qyearsley@chromium.org2014-07-101-1/+2
* Fix for "gomacc not found" on perf bisect steps.mmoss@chromium.org2014-07-081-0/+3
* First pass bisect functional breakages.simonhatch@chromium.org2014-04-281-0/+3
* On Windows XP platform, don't run GOMA service.prasadv@chromium.org2014-04-281-0/+8
* Add download archive parameters to bisect script.prasadv@chromium.org2014-04-141-0/+14
* Add --path_to_config parameter to run script. This is needed if the config is...simonhatch@chromium.org2014-04-101-9/+80
* Added android-chrome support to bisect script. Now if the config file specifi...simonhatch@chromium.org2013-12-041-4/+19
* Add --dry_run parameter to run-bisect-perf-regression.py. Makes it easier to ...simonhatch@chromium.org2013-10-281-2/+12
* Fixed link step in output for perf bot. Previously, wasn't parsing out the ur...simonhatch@chromium.org2013-10-241-0/+6
* Output the config file in an annotated step so that it shows up on the waterf...simonhatch@chromium.org2013-10-231-0/+6
* Added check for blink's perf cfg file. The bisect/perf bots work by modifying...simonhatch@chromium.org2013-10-221-12/+17
* First pass performance try bot.simonhatch@chromium.org2013-10-221-47/+250
* Refactored options parsing into BisectOptions. This makes it easier for the p...simonhatch@chromium.org2013-10-161-1/+1
* Build cc_perftests_apk on android.simonhatch@chromium.org2013-10-071-1/+1
* First pass android support in bisect script.simonhatch@chromium.org2013-06-101-4/+4
* First pass on chromeos support for bisect script.simonhatch@chromium.org2013-06-061-0/+14
* Display traceback after failing to load cfg.simonhatch@chromium.org2013-05-291-1/+6
* Added --repeat_test_max_time parameter to bisect script.simonhatch@chromium.org2013-03-281-0/+3
* Added call to stop goma in case it's still running from a build that timed out.simonhatch@chromium.org2013-03-181-0/+5
* Added windows support for bisect script. Added build_preference parameter to ...simonhatch@chromium.org2013-03-151-0/+7
* Added option to repeat performance test a number of times. Also modified calc...simonhatch@chromium.org2013-03-061-0/+6
* Added goma build support when run through trybots.simonhatch@chromium.org2013-03-011-2/+31
* Changed run-bisect-perf-regression.py to look for config and bisect script in...simonhatch@chromium.org2013-02-261-6/+16
* Added separate checkout and config file generation to bisect script.simonhatch@chromium.org2013-02-211-0/+100