1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-03-21 18:18:41 +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:
scott 2018-07-02 09:09:27 +01:00 committed by setrofim
parent e55f48089b
commit 68e7fc0b99

View File

@ -32,7 +32,7 @@ class Mongoperf(Workload):
Parameter('threads', kind=int, default=16, Parameter('threads', kind=int, default=16,
description=""" description="""
Defines the number of threads mongoperf will use in the test. Defines the number of threads mongoperf will use in the test.
To saturate your systems storage system you will need To saturate the system storage system you will need
multiple threads. multiple threads.
"""), """),
Parameter('file_size_mb', kind=int, default=1, Parameter('file_size_mb', kind=int, default=1,