mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-01 10:52:33 +01:00
Fix up lmbench commandline
This commit is contained in:
@@ -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) + ' '
|
||||
|
Reference in New Issue
Block a user