summaryrefslogtreecommitdiffstats
path: root/tools/bisect-perf-regression_test.py
Commit message (Expand)AuthorAgeFilesLines
* Replace "git svn" with "git footers" commands to get commit position or svn r...prasadv2014-09-101-6/+22
* Parse Git hash for dependency repositories from DEPS file.prasadv2014-09-041-35/+50
* Fix git log command to while processing Commit position in SVNFindRev methodprasadv2014-08-281-1/+1
* Fix minor error in string formating while processing DEPS.prasadv2014-08-261-0/+23
* Auto Bisect: Added some real-world examples to confidence score unit test.qyearsley@chromium.org2014-08-221-0/+19
* Return 0 for confidence when there's only one good or bad rev.qyearsley@chromium.org2014-08-121-6/+8
* Refactor bisect-perf-regression_test.py and add smoke test.qyearsley@chromium.org2014-08-061-221/+172
* Fix many style issues in bisect-perf-regression.py.qyearsley@chromium.org2014-07-301-55/+43
* Use Welch's t-test to calculate confidence scores in the bisect script.qyearsley@chromium.org2014-07-301-24/+53
* Move statistical functions to another module.qyearsley@chromium.org2014-07-291-82/+39
* Check for chromium revision instead of dependency module revision.prasadv@chromium.org2014-07-241-5/+6
* Support browser as android-chromium-testshell and android-chrome-shell based ...prasadv@chromium.org2014-07-161-0/+60
* Fix bisect script to match a results with {mean, stddev} format.prasadv@chromium.org2014-05-151-0/+111
* Parse DEPS file manually if execfile fails. Some DEPS files pull in a bunch o...simonhatch@chromium.org2014-04-261-0/+31
* Change "percentage change" function and add comments/test for it.qyearsley@chromium.org2014-04-241-0/+23
* Refactor CalculateConfidence and add unit test.qyearsley@chromium.org2014-04-101-0/+79