mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-21 10:09:02 +00:00
workloads: fix mongoperf
Mongoperf currently has a non-ASCII character in the file that causes a failure. This commit rewords the description to remove the incriminating character.
This commit is contained in:
parent
e55f48089b
commit
68e7fc0b99
@ -32,7 +32,7 @@ class Mongoperf(Workload):
|
||||
Parameter('threads', kind=int, default=16,
|
||||
description="""
|
||||
Defines the number of threads mongoperf will use in the test.
|
||||
To saturate your system’s storage system you will need
|
||||
To saturate the system storage system you will need
|
||||
multiple threads.
|
||||
"""),
|
||||
Parameter('file_size_mb', kind=int, default=1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user