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 = """ |     description = """ | ||||||
|     Geekbench provides a comprehensive set of benchmarks engineered to quickly |     Geekbench provides a comprehensive set of benchmarks engineered to quickly | ||||||
|     and accurately measure processor and memory performance. |     and accurately measure processor and memory performance. | ||||||
|  |  | ||||||
|     http://www.primatelabs.com/geekbench/ |     http://www.primatelabs.com/geekbench/ | ||||||
|     From the website: |     From the website: | ||||||
|     Designed to make benchmarks easy to run and easy to understand, Geekbench |     Designed to make benchmarks easy to run and easy to understand, Geekbench | ||||||
| @@ -389,9 +390,9 @@ class GeekbenchCorproate(Geekbench): | |||||||
|     requires_network = False |     requires_network = False | ||||||
|  |  | ||||||
|     versions = ['4.1.0', '5.0.0'] |     versions = ['4.1.0', '5.0.0'] | ||||||
|      |  | ||||||
|     activity = 'com.primatelabs.geekbench.HomeActivity'  |     activity = 'com.primatelabs.geekbench.HomeActivity' | ||||||
|     package = 'com.primatelabs.geekbench4.corporate'  |     package = 'com.primatelabs.geekbench4.corporate' | ||||||
|  |  | ||||||
|     parameters = [ |     parameters = [ | ||||||
|         Parameter('version', |         Parameter('version', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user