summaryrefslogtreecommitdiff
path: root/benchmark-cmd
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark-cmd')
-rwxr-xr-xbenchmark-cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark-cmd b/benchmark-cmd
index 3fb924f..3a5ee84 100755
--- a/benchmark-cmd
+++ b/benchmark-cmd
@@ -136,7 +136,7 @@ class Benchmarker(cliapp.Application):
self.output.write('MEASURE: %s\n' % cmd)
out = self.runcmd(time_argv)
if self.settings['verbose']:
- self.output.write('%s\n' % out)
+ self.output.write(out)
data = []
while True: