aboutsummaryrefslogtreecommitdiff
path: root/src/benchmark.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmark.py')
-rw-r--r--src/benchmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark.py b/src/benchmark.py
index 49af089..d8e7e81 100644
--- a/src/benchmark.py
+++ b/src/benchmark.py
@@ -325,8 +325,8 @@ class Benchmark (object):
measure_argv = self.measure_cmd.format(**substitutions)
measure_argv = src.util.prefix_cmd_with_abspath(measure_argv).split()
- argv.extend(prefix_argv)
argv.extend(measure_argv)
+ argv.extend(prefix_argv)
argv.extend(["build/exec", "-p", env["LD_PRELOAD"]])
if alloc["LD_LIBRARY_PATH"] != "":
argv.extend(["-l", env["LD_LIBRARY_PATH"]])