1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-04-21 10:10:46 +01:00

Merge pull request from bjackman/geekbench-corporate

geekbench: Fix running multiple 'times' on Geekbench 4
This commit is contained in:
setrofim 2017-07-06 11:29:27 +01:00 committed by GitHub
commit 6eb4e59129
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/geekbench

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