summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* BM2: Improve robustness of bm2_result_watcher.plSergio Ahumada2011-03-181-13/+18
* Output to stdout/stderr and use exit codes in a consistent way.jasplin2011-03-182-79/+85
* Make SQL queries safer and more robust.jasplin2011-03-1815-177/+177
* Added diagnostic messages and an extra completeness check.jasplin2011-03-111-18/+68
* Let uploadresults.py execute computerankings.py itself as appropriate.jasplin2011-03-102-19/+112
* Define LCSS as a sum instead of a product.jasplin2011-03-031-2/+2
* BM2: First attempt to Arrange for Benchmark RankingsSergio Ahumada2011-02-281-10/+3
* Minor.jasplin2011-02-241-1/+1
* Prevent uploading results when affected rankings exist.jasplin2011-02-243-29/+63
* Minor cleanup.jasplin2011-02-244-8/+25
* Comment out 'forced' flag.jasplin2011-02-241-1/+1
* Cleaned up handling of command-line args ++.jasplin2011-02-245-196/+240
* Fixed bug.jasplin2011-02-241-2/+2
* Fixed bug that caused zero-division for small sets.jasplin2011-02-241-1/+2
* Revert "Fixed bug that caused zero-division for small sets."jasplin2011-02-241-2/+1
* Fixed bug that caused zero-division for small sets.jasplin2011-02-241-1/+2
* Remove timestamp argument from command line.jasplin2011-02-231-17/+5
* Fixed bug.jasplin2011-02-181-4/+7
* 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