From fce50c833496d8c07a1d189807d81be15875431c Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Tue, 24 Jul 2018 11:09:34 +0200 Subject: move c benchmarks in benchmarks subdir --- common_targets.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common_targets.py') diff --git a/common_targets.py b/common_targets.py index 177168b..1fd6af3 100644 --- a/common_targets.py +++ b/common_targets.py @@ -1,3 +1,5 @@ common_targets = {"klmalloc" : ("", "targets/libklmalloc.so"), "libc" : ("", ""), # libc - "tcmalloc" : ("", "targets/libtcmalloc.so")} + "tcmalloc" : ("", "targets/libtcmalloc.so"), + "jemalloc" : ("", "targets/libjemalloc.so"), + "hoard" : ("", "targets/libhoard.so")} -- cgit v1.2.3