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

dhrystone: remove reference to sysbench from dhrystone doc.

This commit is contained in:
Sergei Trofimov 2016-02-10 16:38:56 +00:00
parent 4f30e37f22
commit 9129a9d2d8

View File

@ -60,7 +60,10 @@ class Dhrystone(Workload):
description=('The delay, in seconds, between kicking off of dhrystone ' description=('The delay, in seconds, between kicking off of dhrystone '
'threads (if ``threads`` > 1).')), 'threads (if ``threads`` > 1).')),
Parameter('taskset_mask', kind=int, default=0, Parameter('taskset_mask', kind=int, default=0,
description='The processes spawned by sysbench will be pinned to cores as specified by this parameter'), description='''
The processes spawned by the workload will be pinned to cores
as specified by this parameter
'''),
] ]
def setup(self, context): def setup(self, context):