1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-10-30 14:44:09 +00:00

workloads: Updating geekbench to support v4.3.1

v4.3.1 has made a minor change to the run cpu benchmark element.
Refactoring to support both the new and previous elements.
This commit is contained in:
scott
2018-11-15 15:24:12 +00:00
committed by Marc Bonnici
parent ea1d4e9071
commit 3bd8f033d5
3 changed files with 5 additions and 1 deletions

View File

@@ -52,6 +52,10 @@ class Geekbench(ApkUiautoWorkload):
"""
summary_metrics = ['score', 'multicore_score']
versions = {
'4.3.1': {
'package': 'com.primatelabs.geekbench',
'activity': '.HomeActivity',
},
'4.2.0': {
'package': 'com.primatelabs.geekbench',
'activity': '.HomeActivity',