aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: 7dd65c53aa2d6a58181309bb2d45959bbe222ede (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
27
28
- summarize
  - set summary has the problem that we don't close our figures and they will be reopened and the same allocators will be drawn multiple times.

- 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

- rethink colors

- check dependencies
- log facilities

- implement requirements for allocators

- convert cmake build systems to make: espresso, cfrac

- merge measurements if facts match

- possible benchmarks:
   - https://github.com/GraphChi/graphchi-cpp
   - http://glaros.dtc.umn.edu/gkhome/metis/metis/overview

- TESTS!!