mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-04-16 07:40:48 +01:00
workloads/gfxbench: Move results extraction to the extraction stage
This commit is contained in:
parent
7e6eb089ab
commit
cd6f4541ca
Binary file not shown.
@ -81,10 +81,13 @@ public class UiAutomation extends BaseUiAutomation {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void runWorkload() throws Exception {
|
public void runWorkload() throws Exception {
|
||||||
runBenchmark();
|
runBenchmark();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void extractResults() throws Exception {
|
||||||
getScores();
|
getScores();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user