mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 20:11:20 +00:00
workloads/gfxbench: Fix parameter description
This commit is contained in:
parent
e4283729c1
commit
c89ea9875e
@ -40,8 +40,7 @@ class Gfxbench(ApkUiautoWorkload):
|
|||||||
'''
|
'''
|
||||||
parameters = [
|
parameters = [
|
||||||
Parameter('timeout', kind=int, default=3600,
|
Parameter('timeout', kind=int, default=3600,
|
||||||
description=('Timeout for a single iteration of the benchmark. This value is '
|
description=('Timeout for an iteration of the benchmark.')),
|
||||||
'multiplied by ``times`` to calculate the overall run timeout. ')),
|
|
||||||
]
|
]
|
||||||
|
|
||||||
def __init__(self, target, **kwargs):
|
def __init__(self, target, **kwargs):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user