mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 07:04:17 +00:00 
			
		
		
		
	workloads/gfxbench: Move results extraction to the extraction stage
This commit is contained in:
		| @@ -81,10 +81,13 @@ public class UiAutomation extends BaseUiAutomation { | ||||
|         } | ||||
|     } | ||||
|  | ||||
|  | ||||
|     @Test | ||||
|     public void runWorkload() throws Exception { | ||||
|         runBenchmark(); | ||||
|     } | ||||
|  | ||||
|     @Test | ||||
|     public void extractResults() throws Exception { | ||||
|         getScores(); | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user