summaryrefslogtreecommitdiffstats
path: root/scripts/getstats.py
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup.jasplin2011-02-241-2/+6
* Cleaned up handling of command-line args ++.jasplin2011-02-241-71/+31
* Added basic annotation.jasplin2011-02-181-1/+22
* Enabled test case filter for rankings computation.jasplin2011-02-111-2/+4
* Added rankedonly option.jasplin2011-02-111-2/+10
* Set max ranking size from GUI.jasplin2011-02-091-4/+12
* Initial rudimentary version of rankings page.jasplin2011-02-081-1/+28
* Improved definition of change and stability scores.jasplin2011-01-111-8/+33
* Renamed tolerance -> difftol.jasplin2011-01-031-12/+12
* Separate URL for given BM time series and stats.jasplin2010-12-211-0/+13
* Added web presentation of time series analysis.jasplin2010-12-071-1/+23
* Command name 'changes' -> 'timeseriesstats'.jasplin2010-12-011-3/+3
* Removed all *AsTable references.jasplin2010-12-011-54/+23
* Added command for extracting time series stats.jasplin2010-12-011-1/+35
* Split Python code into separate files.jasplin2010-11-291-954/+18
* Added a simple test case filter to the main page.jasplin2010-11-241-47/+271
* RSE is not defined for a single observation.jasplin2010-11-181-4/+4
* Added RSEs to Context 1 vs 2 page.jasplin2010-11-181-1/+13
* Added sample fetching.jasplin2010-11-171-8/+111
* Misc. improvements and simplifications.jasplin2010-11-161-94/+65
* Support 'lower is better' property. ++.jasplin2010-11-151-12/+45
* Replaced faster/slower with better/worse.jasplin2010-11-151-6/+6
* Fixed bug.jasplin2010-11-121-8/+8
* Added more overview stats.jasplin2010-11-121-39/+92
* Cleaned up terminology + added tooltips.jasplin2010-11-031-36/+40
* Converted database schema to one that is 50% faster.jasplin2010-11-021-121/+176
* Showed last upload time in human readable form.jasplin2010-10-271-1/+1
* Put SHA-1s for available contexts in <select> tags.jasplin2010-10-271-39/+74
* Show per-benchmark stats for two contexts comparison.jasplin2010-10-261-50/+33
* Fixed bug.jasplin2010-10-251-1/+1
* Prevent potential integer division bug.jasplin2010-10-251-1/+1
* Implemented comparison of two contexts, + fixed bug in uploadresults.pyjasplin2010-10-221-117/+352
* Fixed bug.jasplin2010-10-201-7/+8
* Updates.jasplin2010-10-201-0/+1
* Refactoring.jasplin2010-10-201-679/+286
* Added database as a command-line argument.jasplin2010-10-191-4/+22
* Added support for JSON output and HTTP GET method.jasplin2010-10-181-23/+212
* Drop the commit timestamp from the available context list.jasplin2010-10-141-9/+5
* Avoided exiting when sqlite file was not found.jasplin2010-10-131-1/+5
* Added --sqlitedump option.jasplin2010-10-131-97/+287
* Added script to run tests and upload results.jasplin2010-10-081-1/+1
* Refactored some more. Added some overall stats.jasplin2010-10-071-208/+306
* Refactored.jasplin2010-10-071-73/+68
* Removed percentage character from main table.jasplin2010-10-061-5/+5
* minorjasplin2010-10-061-1/+1
* Completed stats script.jasplin2010-10-061-56/+266
* Completed argument checking for stats script.jasplin2010-10-051-3/+96
* Added getstats.py with documentation only.jasplin2010-10-051-0/+39