mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 15:12:25 +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:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user