edit scripts
[c11concurrency-benchmarks.git] / silo / BUILD
1 Baseline:
2
3 $ sudo apt-get install libnuma-dev
4
5 To use with jemalloc:
6
7 $ sudo apt-get install libjemalloc-dev
8
9 Note that jemalloc2 has a bug which shows up in tests- make sure
10 to use jemalloc3
11
12 To use with tcmalloc:
13
14 $ sudo apt-get install libgoogle-perftools-dev
15
16 For benchmarks:
17
18 $ sudo apt-get install libdb5.3++-dev libmysqld-dev libaio-dev