mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +00:00
40a118c8cd
Add support for Geekbench 6 as a workload on Android. This commit adds 6.*.* as a valid version for the Geekbench workload and updates the UIAuto apk accordingly. It also refactors the update_result function seeing as the one originally used for GB4 can now be used for 4, 5 and 6 and so it makes more sense to treat it as a 'generic' update_result function. The functionality should stay the same. Backwards compatibility with GB2 & GB3 should be maintained.