From db95dd73be24e4c390d3c3bb1c3afebef8d4caf3 Mon Sep 17 00:00:00 2001 From: Florian Fischer <florian.fl.fischer@fau.de> Date: Wed, 11 Dec 2019 13:24:24 +0100 Subject: [PATCH] update TODO --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO b/TODO index ea5a2c1..bca0951 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,16 @@ +- randomization + - env randomization *easy* + - benchmark order *relatively easy* warmup? + - heap randomization *not possible* because we want to benchmark different allocators with deterministic workloads + - other segments *difficult* temci build? + - fix mysqld termination with malt - add mysql warmup in preallocator_hook +- revisit redis benchmark + - use KeyDB instead ? + - use memtier_benchmark instead of redis-benchmark ? + - rethink colors - check dependencies -- GitLab