mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +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,
|
||||
description="""
|
||||
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
|
||||
measurments or statistics for specific parts of the workload
|
||||
measurements or statistics for specific parts of the workload
|
||||
execution.
|
||||
"""),
|
||||
]
|
||||
@ -399,9 +399,9 @@ class UiautoWorkload(UIWorkload):
|
||||
Parameter('markers_enabled', kind=bool, default=False,
|
||||
description="""
|
||||
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
|
||||
measurments or statistics for specific parts of the workload
|
||||
measurements or statistics for specific parts of the workload
|
||||
execution.
|
||||
"""),
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user