1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-07-25 00:09:45 +01:00

geekbench: Fix running multiple 'times' on Geekbench 4

You only have to press the back button once to get back to the "run
benchmarks" screen.
This commit is contained in:
Brendan Jackman
2017-07-06 11:11:23 +01:00
parent 64d3ddc8e6
commit d65561e3e9
2 changed files with 2 additions and 1 deletions
wlauto/workloads/geekbench
com.arm.wlauto.uiauto.geekbench.apk
uiauto
app
src
main
java
com
arm
wlauto
uiauto

@@ -85,7 +85,8 @@ public void runUiAutomation() throws Exception {
if (i < (times - 1)) {
mDevice.pressBack();
mDevice.pressBack(); // twice
if (majorVersion < 4)
mDevice.pressBack(); // twice
}
}