summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2009-12-10 10:02:12 +0100
committerjasplin <qt-info@nokia.com>2009-12-10 10:02:12 +0100
commit697bbf4ceef79fad9b611e4d0930ff674a291d9d (patch)
treed4d74ac56d682fdac670709c46b3f41ff6513442 /TODO
parent688a477c76e6c5ef7e0a15985c47f0363e4d45b4 (diff)
Updated TODO.
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index 3ccbc1a..a55e618 100644
--- a/TODO
+++ b/TODO
@@ -48,3 +48,13 @@
(Note: currently, the result for a given snapshot is always the latest one
recorded for that snapshot (the existing one is overwritten)).
+
+- Allow for floating point format in the 'value' attribute of the results
+ file.
+
+- Make the 'iterations' attribute optional (with 1 as the default).
+
+- Store only the final value (accvalue / iterations) in the database (as a
+ floating point value). Compute the final value as early as possible
+ (by bmclient in the 'put results' command). NOTE: accvalue and
+ iterations are only artifacts of the QTestLib algorithm anyway.