mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 20:38:57 +00:00
workloads/memcpy: Fix typos
This commit is contained in:
parent
4b8d8d62c5
commit
cf39d6c8d3
@ -38,7 +38,7 @@ class Memcpy(Workload):
|
|||||||
of a specified size. Additionally, the affinity of the test can be set to
|
of a specified size. Additionally, the affinity of the test can be set to
|
||||||
one or more specific cores.
|
one or more specific cores.
|
||||||
|
|
||||||
This workload is single-threaded. It genrates no scores or metrics by
|
This workload is single-threaded. It generates no scores or metrics by
|
||||||
itself.
|
itself.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
@ -56,7 +56,7 @@ class Memcpy(Workload):
|
|||||||
description='''
|
description='''
|
||||||
A list of integers specifying ordinals of cores to which the
|
A list of integers specifying ordinals of cores to which the
|
||||||
affinity of the test process should be set. If not specified,
|
affinity of the test process should be set. If not specified,
|
||||||
all avaiable cores will be used.
|
all available cores will be used.
|
||||||
'''),
|
'''),
|
||||||
]
|
]
|
||||||
@once
|
@once
|
||||||
|
Loading…
x
Reference in New Issue
Block a user