From 0ea389f7b4048821a72020fb6a15ef9cb41c2b14 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Fri, 31 Aug 2018 23:45:40 +0200 Subject: change benchmark.py for mysql and remove run from mysql.py also simplify chattymalloc because memusage fails for mysqld and fix glibc-no-tc --- common_targets.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'common_targets.py') diff --git a/common_targets.py b/common_targets.py index 6d7d539..277c3bf 100644 --- a/common_targets.py +++ b/common_targets.py @@ -1,7 +1,6 @@ import subprocess -glibc_path = "/home/cip/2014/aj46ezos/BA/glibc/glibc-install/lib" -glibc_path_notc = "/home/cip/2014/aj46ezos/BA/glibc/glibc-install-notc/lib" +glibc_path_notc = "../glibc/glibc-install-notc/lib" library_path = "" p = subprocess.run(["ldconfig", "-v"], stdout=subprocess.PIPE, @@ -38,9 +37,9 @@ common_targets = { "color" : "C4" }, "glibc-notc" : { - "cmd_prefix" : glibc_path+"/ld-2.28.9000.so " + "cmd_prefix" : glibc_path_notc+"/ld-linux-x86-64.so.2 " + "--library-path " - + glibc_path + ":" + + glibc_path_notc + ":" + library_path, "binary_suffix" : "-glibc-notc", "LD_PRELOAD" : "/usr/lib/libstdc++.so /usr/lib/libgcc_s.so.1", -- cgit v1.2.3