mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 12:24:32 +00:00
manhattan: fixing syntax error introduced by previous commit
This commit is contained in:
parent
19d6ce5486
commit
967f9570e2
@ -84,7 +84,7 @@ class GlbCorp(ApkWorkload):
|
|||||||
description=('Explicitly specifies the resultion under which the benchmark will '
|
description=('Explicitly specifies the resultion under which the benchmark will '
|
||||||
'be run. If not specfied, device\'s native resoution will used.')),
|
'be run. If not specfied, device\'s native resoution will used.')),
|
||||||
Parameter('test_id', default='gl_manhattan_off', allowed_values=valid_test_ids,
|
Parameter('test_id', default='gl_manhattan_off', allowed_values=valid_test_ids,
|
||||||
description='ID of the GFXBench test to be run.')
|
description='ID of the GFXBench test to be run.'),
|
||||||
Parameter('run_timeout', kind=int, default=10 * 60,
|
Parameter('run_timeout', kind=int, default=10 * 60,
|
||||||
description="""
|
description="""
|
||||||
Time out for workload execution. The workload will be killed if it hasn't completed
|
Time out for workload execution. The workload will be killed if it hasn't completed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user