Skip to content
Snippets Groups Projects
Commit 01a01383 authored by Florian Fischer's avatar Florian Fischer
Browse files

fix Benchmark.run

parent bc59bb3f
No related branches found
No related tags found
No related merge requests found
......@@ -236,7 +236,7 @@ class Benchmark (object):
stdout=subprocess.PIPE,
universal_newlines=True).stdout.split()[1]
actual_cmd = "{} {} {} {}{}".format(self.measure_cmd,
actual_cmd = "{} {} {}{}".format(self.measure_cmd,
t["cmd_prefix"],
binary,
actual_cmd[cmd_start:])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment