1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-06 13:22:32 +01:00

Merge pull request #432 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
2 changed files with 2 additions and 1 deletions

View File

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