mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
Fix up lmbench commandline
This commit is contained in:
parent
232e4b3e65
commit
08663209d6
@ -159,4 +159,4 @@ class lmbench(Workload):
|
||||
parts.append('-W {}'.format(self.warmup))
|
||||
if self.repetitions is not None:
|
||||
parts.append('-N {}'.format(self.repetitions))
|
||||
return ' '.join(parts)
|
||||
return ' '.join(parts) + ' '
|
||||
|
Loading…
x
Reference in New Issue
Block a user