summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2009-12-22 15:00:23 +0100
committerjasplin <qt-info@nokia.com>2009-12-22 15:00:23 +0100
commit97cddd2c7d8b1e7ee3d489378f6ab3073052ea39 (patch)
treea91704e7dc3fc3acacae2f7a2101f116dcf13706 /TODO
parent10ef0123bc7c32d1fa49e5e34cf9a202511fcfea (diff)
Added benchmark filters for 'get rankedbenchmarks' request.
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.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index e52e013..3a6842e 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,8 @@
- Refactor the JavaScript code (to use more appropriate idioms etc.)
+- Replace some of the current database queries with more efficient
+ ones (e.g. consider denormalizing to get rid of expensive joins).
+
- In the time series plot, highlight the current change, the difference
tolerance, and the stability tolerance by means of two rectangles.
@@ -28,9 +31,6 @@
indirectly by creating JIRA tasks, which in turn could trigger notifications
to relevant people. Other ideas?
-- Add a filter in the web GUI for viewing results of a particular benchmark only.
- Maybe just a text input that accepts a regexp.
-
- In "branch 2" and "file" modes, consider if the "current change" and "trend"
columns of the primary branch should be shown in addition to the
"difference" column.