aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/benchmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark.py b/src/benchmark.py
index 4069da1..709005a 100644
--- a/src/benchmark.py
+++ b/src/benchmark.py
@@ -324,7 +324,7 @@ class Benchmark (object):
if res.returncode != 0:
print_error("{} failed with exit code {} for {}".format(actual_cmd, res.returncode, alloc_name))
else:
- print_error("Preloading of {} failed for {}".format(t["LD_PRELOAD"], alloc_name))
+ print_error("Preloading of {} failed for {}".format(alloc["LD_PRELOAD"], alloc_name))
# parse and store results
else: