mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 07:04:17 +00:00 
			
		
		
		
	Geekbench: Adding 4.4.2 as a supported version
There have been no UI changes to the application so simply adding the new supported version to the list of accepted versions.
This commit is contained in:
		| @@ -53,7 +53,7 @@ class Geekbench(ApkUiautoWorkload): | ||||
|     """ | ||||
|     summary_metrics = ['score', 'multicore_score'] | ||||
|  | ||||
|     supported_versions = ['4.4.0', '4.3.4', '4.3.2', '4.3.1', '4.2.0', '4.0.1', '3.4.1', '3.0.0', '2'] | ||||
|     supported_versions = ['4.4.2', '4.4.0', '4.3.4', '4.3.2', '4.3.1', '4.2.0', '4.0.1', '3.4.1', '3.0.0', '2'] | ||||
|     package_names = ['com.primatelabs.geekbench', 'com.primatelabs.geekbench3', 'ca.primatelabs.geekbench2'] | ||||
|  | ||||
|     begin_regex = re.compile(r'^\s*D/WebViewClassic.loadDataWithBaseURL\(\s*\d+\s*\)' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user