mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-30 22:54:18 +00:00 
			
		
		
		
	workloads/geekbench: Fix formatting
Add missing newline to description in order to display correctly in the show command and remove extra spaces.
This commit is contained in:
		| @@ -29,6 +29,7 @@ class Geekbench(ApkUiautoWorkload): | ||||
|     description = """ | ||||
|     Geekbench provides a comprehensive set of benchmarks engineered to quickly | ||||
|     and accurately measure processor and memory performance. | ||||
|  | ||||
|     http://www.primatelabs.com/geekbench/ | ||||
|     From the website: | ||||
|     Designed to make benchmarks easy to run and easy to understand, Geekbench | ||||
| @@ -389,9 +390,9 @@ class GeekbenchCorproate(Geekbench): | ||||
|     requires_network = False | ||||
|  | ||||
|     versions = ['4.1.0', '5.0.0'] | ||||
|      | ||||
|     activity = 'com.primatelabs.geekbench.HomeActivity'  | ||||
|     package = 'com.primatelabs.geekbench4.corporate'  | ||||
|  | ||||
|     activity = 'com.primatelabs.geekbench.HomeActivity' | ||||
|     package = 'com.primatelabs.geekbench4.corporate' | ||||
|  | ||||
|     parameters = [ | ||||
|         Parameter('version', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user