commit 26515c8f58f30e9ec99e16e3054913ff89ae742b
Author: Mattias Andrée <[email protected]>
AuthorDate: Tue Jun 7 23:27:06 2016 +0200
Commit: Mattias Andrée <[email protected]>
CommitDate: Tue Jun 7 23:27:06 2016 +0200
Update todo with benchmarking ideas
Signed-off-by: Mattias Andrée <[email protected]>
diff --git a/TODO b/TODO
index ed043d0..5fe23fa 100644
--- a/TODO
+++ b/TODO
@@ -41,3 +41,6 @@ Add CPU-warmup loop to benchmarks.
This loop shall be done after help variables have
been assigned values, as this can help the warmup.
+benchmark with worst case, average case, and best case input.
+
+zadd, zsub: benchmark both dense and sparse integers.