mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-06 05:12:36 +01:00
Merge pull request #432 from bjackman/geekbench-corporate
geekbench: Fix running multiple 'times' on Geekbench 4
This commit is contained in:
Binary file not shown.
@@ -85,7 +85,8 @@ public void runUiAutomation() throws Exception {
|
||||
|
||||
if (i < (times - 1)) {
|
||||
mDevice.pressBack();
|
||||
mDevice.pressBack(); // twice
|
||||
if (majorVersion < 4)
|
||||
mDevice.pressBack(); // twice
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user