aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: bca09514d1dbb83e73ce0506215edadbdf395945 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
- 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
- log facilities

- implement requirements for allocators

- convert cmake build systems to make: espresso, cfrac

- merge measurements if facts match

- implement verbosity aware system() wrapper