summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Added basic annotation.jasplin2011-02-184-7/+94
* Use infinite endpoint for snapshot interval in single time series URL.jasplin2011-02-161-12/+24
* Included LCDA (Last Change Days Ago) in ranking table.jasplin2011-02-162-9/+15
* Enabled test case filter for rankings computation.jasplin2011-02-112-5/+22
* Added rankedonly option.jasplin2011-02-112-15/+39
* Optimized by replacing filter() with dictionary lookup.jasplin2011-02-101-29/+13
* Show trend as "delta from prev ranking pos".jasplin2011-02-102-12/+80
* Fixed bug: maxsize must be applied _after_ sorting.jasplin2011-02-091-6/+6
* Set max ranking size from GUI.jasplin2011-02-092-7/+18
* Removed unused data from JSON output.jasplin2011-02-091-1/+0
* Indicate for which snapshots rankings are available.jasplin2011-02-081-2/+13
* Removed trailing whitespace.jasplin2011-02-081-1/+1
* Initial rudimentary version of rankings page.jasplin2011-02-084-22/+207
* Simplified extractSingleContextBMStats().jasplin2011-02-043-15/+10
* Fixed bugs.jasplin2011-02-042-3/+4
* Minor addition to error message.jasplin2011-02-041-1/+3
* Improved ranking table + merged DB scripts.jasplin2011-02-043-51/+39
* Cleaned up code with json.dump().jasplin2011-02-035-374/+263
* Fixed bug.jasplin2011-02-031-1/+1
* Fixed bug: s/context/contextId.jasplin2011-02-031-3/+3
* Fixed bugs that slipped through in the latest database restructuring.jasplin2011-02-038-55/+52
* Prefer sentinel value to code repetitionJoão Abecasis2011-02-021-8/+2
* Adapted database queries to new database structureJoão Abecasis2011-02-027-131/+140
* Extraneous semi-colonJoão Abecasis2011-02-021-1/+1
* Adding new utility function for finding a context IDJoão Abecasis2011-02-021-0/+12
* This is not used hereJoão Abecasis2011-02-021-1/+0
* Get id for newly inserted rows as they're insertedJoão Abecasis2011-02-021-4/+3
* Use python's json library for generating JSON outputJoão Abecasis2011-02-021-46/+31
* Use python's JSON library to generate outputJoão Abecasis2011-02-022-47/+22
* Improved the finalizeresults.py script.jasplin2011-02-012-149/+242
* Use QS in finalizeresults.py script.jasplin2011-01-271-16/+25
* Remove trailing whitespace.jasplin2011-01-271-1/+1
* Added initial version of finalizeresults.py.jasplin2011-01-275-110/+404
* Cleaned up. Increased code reuse.jasplin2011-01-242-64/+31
* Simplified URL for single benchmark time series.jasplin2011-01-223-28/+50
* BM2: Fix reading of XMLSergio Ahumada2011-01-191-9/+16
* Replace LCSSE with LCSS1.jasplin2011-01-131-5/+0
* Show # snapshots between last change and last target snapshot.jasplin2011-01-131-0/+3
* Replaced "TC", "TF", "DT" with BM = "TC:TF(DT)" everywhere.jasplin2011-01-132-6/+6
* Show last change age (days ago since report date).jasplin2011-01-121-1/+6
* Improved definition of change and stability scores.jasplin2011-01-114-266/+304
* Renamed tolerance -> difftol.jasplin2011-01-034-24/+24
* Reverted limited debug input.jasplin2010-12-301-2/+2
* Misc. UI improvements. Added tooltips.jasplin2010-12-301-2/+2
* Improved layout and user interaction.jasplin2010-12-222-9/+12
* Fetch sample even when selecting first result in time series.jasplin2010-12-211-2/+4
* Separate URL for given BM time series and stats.jasplin2010-12-214-3/+65
* Added RSEMD (RSE of median observations).jasplin2010-12-173-15/+37
* Added MDRSE (median of relative standard errors).jasplin2010-12-163-27/+34
* Use RSE instead of NRSE.jasplin2010-12-161-2/+2