mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +00:00
workloads/monoperf: Fix typos
This commit is contained in:
parent
c092128e94
commit
564738a2ad
@ -36,7 +36,6 @@ class Mongoperf(Workload):
|
||||
.. note:: ``mongoperf`` seems to ramp up threads in powers of two over a
|
||||
period of tens of seconds (there doesn't appear to be a way to
|
||||
change that). Bear this in mind when setting the ``duration``.
|
||||
|
||||
"""
|
||||
|
||||
parameters = [
|
||||
@ -71,7 +70,6 @@ class Mongoperf(Workload):
|
||||
system, and can use normal file system cache. Use mmf in
|
||||
this mode to test file system cache behavior with memory
|
||||
mapped files.
|
||||
|
||||
"""),
|
||||
Parameter('read', kind=bool, default=True,
|
||||
aliases=['r'],
|
||||
@ -107,7 +105,7 @@ class Mongoperf(Workload):
|
||||
try:
|
||||
self.target.execute('mongoperf -h')
|
||||
except TargetError:
|
||||
raise WorkloadError('Mongoperf must be installed an in $PATH on the target.')
|
||||
raise WorkloadError('Mongoperf must be installed and in $PATH on the target.')
|
||||
|
||||
def setup(self, context):
|
||||
config = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user