mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 00:52:08 +00:00 
			
		
		
		
	geekbench: correct v3 version number
Current APK discovery rules will match against full APK version string, so must be "3.0.0" rather than just "3".
This commit is contained in:
		@@ -68,7 +68,7 @@ class Geekbench(AndroidUiAutoBenchmark):
 | 
			
		||||
            'package': 'com.primatelabs.geekbench',
 | 
			
		||||
            'activity': '.HomeActivity',
 | 
			
		||||
        },
 | 
			
		||||
        '3': {
 | 
			
		||||
        '3.0.0': {
 | 
			
		||||
            'package': 'com.primatelabs.geekbench3',
 | 
			
		||||
            'activity': '.HomeActivity',
 | 
			
		||||
        },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user