mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 11:22:41 +01:00
dhrystone: fixed taskset_mask description.
This commit is contained in:
@@ -69,7 +69,7 @@ class Dhrystone(Workload):
|
|||||||
''')),
|
''')),
|
||||||
Parameter('taskset_mask', kind=int, default=0,
|
Parameter('taskset_mask', kind=int, default=0,
|
||||||
description='''
|
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.
|
specified by this parameter.
|
||||||
'''),
|
'''),
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user