1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-06-14 12:26:48 +01:00

workloads/gfxbench: Move results extraction to the extraction stage

This commit is contained in:
Marc Bonnici
2020-05-20 12:24:39 +01:00
committed by setrofim
parent 7e6eb089ab
commit cd6f4541ca
2 changed files with 4 additions and 1 deletions
wa/workloads/gfxbench
com.arm.wa.uiauto.gfxbench.apk
uiauto
app
src
main
java
com
arm
wa
uiauto

@ -81,10 +81,13 @@ public class UiAutomation extends BaseUiAutomation {
}
}
@Test
public void runWorkload() throws Exception {
runBenchmark();
}
@Test
public void extractResults() throws Exception {
getScores();
}