diff options
Diffstat (limited to 'src/benchmark.py')
| -rw-r--r-- | src/benchmark.py | 2 |
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 |
