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