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

dhrystone: fixed taskset_mask description.

This commit is contained in:
Sergei Trofimov 2017-03-20 14:44:34 +00:00
parent 1c4eef54d6
commit 9ba126d46d

View File

@ -69,7 +69,7 @@ class Dhrystone(Workload):
''')),
Parameter('taskset_mask', kind=int, default=0,
description='''
The processes spawned by sysbench will be pinned to cores as
The processes spawned by dhrystone will be pinned to cores as
specified by this parameter.
'''),
]