1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-20 20:09:11 +00:00

comment correction

This commit is contained in:
Vasilis Flouris 2015-06-05 13:00:59 +01:00
parent c40a7fd644
commit 88c304292f

View File

@ -74,7 +74,7 @@ class Sysbench(Workload):
Parameter('force_install', kind=bool, default=True,
description='Always install binary found on the host, even if already installed on device'),
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):