summaryrefslogtreecommitdiffstats
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* Removed obsolete TODO item.jasplin2010-02-031-4/+0
|
* Restructured the database schema.jasplin2010-02-031-0/+2
| | | | | | | | | | | | | | | | The most important change of this patch is a restructring of the database schema in order to better support current and future use cases. In particular, the 'result' table has been reduced in size (which is important since this table is the one that will grow on a regular basis), and a 'bmcontext' table has been introduced as an extra structural level that is expected to make certain queries faster than they would have otherwise been (due to reduced need for complex join expressions etc.).
* Added benchmark filters for 'get rankedbenchmarks' request.jasplin2009-12-221-3/+3
| | | | | | | | | The 'get rankedbenchmarks' request now considers only benchmarks matching a certain filter. E.g. specifying 'Graphics*' as the test case filter and '*' for the test function and data tag filters, ensures that only benchmarks with test cases beginning with "Graphics" will be processed.
* Updated TODO.jasplin2009-12-171-0/+2
|
* Updated TODO.jasplin2009-12-151-9/+3
|
* Updated TODO.jasplin2009-12-101-0/+10
|
* Updated TODO.jasplin2009-12-081-0/+2
|
* Simplify URL.jasplin2009-12-071-8/+0
| | | | | The URL used for opening a 'details' pages is now shorter and more readable by replacing the <arg> tags with single spaces.
* Updated TODO.jasplin2009-12-071-0/+4
|
* Updated TODO.jasplin2009-12-041-0/+15
|
* Updated TODO.jasplin2009-12-041-2/+7
|
* Updated TODO.jasplin2009-11-301-12/+0
|
* Added support for zero valued results.jasplin2009-11-171-4/+0
| | | | | | | | This patch removes the assumption that benchmark results are always positive. Some metrics, like the 'events' metric, may produce zero valued results. To support zero values, the ratio between two results r1 and r2 is expressed as (r1 + 1) / (r2 + 1) instead of just r1 / r2.
* Updated TODO file.jasplin2009-11-131-0/+4
|
* Updated TODO file.jasplin2009-11-121-6/+15
|
* Updated TODO file.jasplin2009-11-111-1/+7
|
* Updated TODO file.jasplin2009-11-111-1/+17
|
* Added TODO item.jasplin2009-11-061-0/+4
|
* Minor cleanup.jasplin2009-11-051-2/+5
|
* Removed obsolete items.jasplin2009-10-291-6/+0
|
* Added item.jasplin2009-10-161-0/+4
|
* Continue rather than abort for certain failures.jasplin2009-10-161-1/+3
|
* Updated TODO.jasplin2009-10-161-1/+6
|
* Added TODO file.jasplin2009-10-101-0/+1