mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 12:28:44 +00: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:
parent
64d3ddc8e6
commit
d65561e3e9
Binary file not shown.
@ -85,7 +85,8 @@ public void runUiAutomation() throws Exception {
|
|||||||
|
|
||||||
if (i < (times - 1)) {
|
if (i < (times - 1)) {
|
||||||
mDevice.pressBack();
|
mDevice.pressBack();
|
||||||
mDevice.pressBack(); // twice
|
if (majorVersion < 4)
|
||||||
|
mDevice.pressBack(); // twice
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user