mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-22 04:49:00 +00:00
framework/workload: Fix typos
This commit is contained in:
parent
c3a01f61af
commit
efffae5254
@ -318,9 +318,9 @@ class ApkUiautoWorkload(ApkUIWorkload):
|
|||||||
Parameter('markers_enabled', kind=bool, default=False,
|
Parameter('markers_enabled', kind=bool, default=False,
|
||||||
description="""
|
description="""
|
||||||
If set to ``True``, workloads will insert markers into logs
|
If set to ``True``, workloads will insert markers into logs
|
||||||
at various points during execution. These markes may be used
|
at various points during execution. These markers may be used
|
||||||
by other plugins or post-processing scripts to provide
|
by other plugins or post-processing scripts to provide
|
||||||
measurments or statistics for specific parts of the workload
|
measurements or statistics for specific parts of the workload
|
||||||
execution.
|
execution.
|
||||||
"""),
|
"""),
|
||||||
]
|
]
|
||||||
@ -399,9 +399,9 @@ class UiautoWorkload(UIWorkload):
|
|||||||
Parameter('markers_enabled', kind=bool, default=False,
|
Parameter('markers_enabled', kind=bool, default=False,
|
||||||
description="""
|
description="""
|
||||||
If set to ``True``, workloads will insert markers into logs
|
If set to ``True``, workloads will insert markers into logs
|
||||||
at various points during execution. These markes may be used
|
at various points during execution. These markers may be used
|
||||||
by other plugins or post-processing scripts to provide
|
by other plugins or post-processing scripts to provide
|
||||||
measurments or statistics for specific parts of the workload
|
measurements or statistics for specific parts of the workload
|
||||||
execution.
|
execution.
|
||||||
"""),
|
"""),
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user