mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 20:38:57 +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',
|
'package': 'com.primatelabs.geekbench',
|
||||||
'activity': '.HomeActivity',
|
'activity': '.HomeActivity',
|
||||||
},
|
},
|
||||||
'3': {
|
'3.0.0': {
|
||||||
'package': 'com.primatelabs.geekbench3',
|
'package': 'com.primatelabs.geekbench3',
|
||||||
'activity': '.HomeActivity',
|
'activity': '.HomeActivity',
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user