aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-05-15 20:42:37 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-05-15 20:42:37 +0200
commit342764869b7cab91a24a998003fbbff032eea25d (patch)
treed2fa7dd1fab4bd8ee278705d2a6f713062679b3c
parent7da91858ce7959f102a04bca2b2fcfd418e5a7a9 (diff)
downloadallocbench-342764869b7cab91a24a998003fbbff032eea25d.tar.gz
allocbench-342764869b7cab91a24a998003fbbff032eea25d.zip
fix cmd for non server benchmarks
-rw-r--r--src/benchmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark.py b/src/benchmark.py
index 71e4577..c8fc3cd 100644
--- a/src/benchmark.py
+++ b/src/benchmark.py
@@ -300,7 +300,7 @@ class Benchmark (object):
# Prepend cmd if we are not measuring servers
if self.server_cmds == []:
actual_cmd = src.util.prefix_cmd_with_abspath(actual_cmd)
- actual_cmd = "{} {} {}{}".format(self.measure_cmd,
+ actual_cmd = "{} {} {}".format(self.measure_cmd,
alloc["cmd_prefix"],
actual_cmd)
# substitute again