mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 20:38:57 +00:00
comment correction
This commit is contained in:
parent
c40a7fd644
commit
88c304292f
@ -74,7 +74,7 @@ class Sysbench(Workload):
|
|||||||
Parameter('force_install', kind=bool, default=True,
|
Parameter('force_install', kind=bool, default=True,
|
||||||
description='Always install binary found on the host, even if already installed on device'),
|
description='Always install binary found on the host, even if already installed on device'),
|
||||||
Parameter('taskset_mask', kind=int, default=0,
|
Parameter('taskset_mask', kind=int, default=0,
|
||||||
description='Always install binary found on the host, even if already installed on device'),
|
description='The processes spawned by sysbench will be pinned to cores as specified by this parameter'),
|
||||||
]
|
]
|
||||||
|
|
||||||
def validate(self):
|
def validate(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user