mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +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:
parent
1238cb71f0
commit
4ddb6f44fc
@ -68,7 +68,7 @@ class Geekbench(AndroidUiAutoBenchmark):
|
||||
'package': 'com.primatelabs.geekbench',
|
||||
'activity': '.HomeActivity',
|
||||
},
|
||||
'3': {
|
||||
'3.0.0': {
|
||||
'package': 'com.primatelabs.geekbench3',
|
||||
'activity': '.HomeActivity',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user