summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 15 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..9ae9a2d
--- /dev/null
+++ b/TODO
@@ -0,0 +1,15 @@
+1. Write a man page.
+
+2. Figure out some sort of config file to adjust load and measurement parameters, then
+add an option to tell rteval to use a particular config file.
+
+3. Figure out how to add more loads. Seems that we could do it two ways:
+
+ - create a wrapper python module just like is done for kcompile and hackbench
+ then add the new module to a config file so rteval loads it on startup
+
+ - figure out some generic load wrapper so that arbitrary commands may be
+ used as loads.
+
+ Heck, maybe we could do both.
+