From 68e7fc0b9982612ed3cff1fc7a3abc48c3e65693 Mon Sep 17 00:00:00 2001 From: scott Date: Mon, 2 Jul 2018 09:09:27 +0100 Subject: [PATCH] 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. --- wa/workloads/mongoperf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wa/workloads/mongoperf/__init__.py b/wa/workloads/mongoperf/__init__.py index 11542d5a..e734d78d 100644 --- a/wa/workloads/mongoperf/__init__.py +++ b/wa/workloads/mongoperf/__init__.py @@ -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,