mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 15:12:25 +00:00 
			
		
		
		
	workloads/gfxbench: Do not clear package data on launch
By clearing the application data each time the workload is run this forces the required assets to be re-installed each time. As the workload is not affected by persistent state do not perform the clearing.
This commit is contained in:
		| @@ -21,6 +21,7 @@ class Gfxbench(ApkUiautoWorkload): | |||||||
|  |  | ||||||
|     name = 'gfxbench-corporate' |     name = 'gfxbench-corporate' | ||||||
|     package_names = ['net.kishonti.gfxbench.gl.v50000.corporate'] |     package_names = ['net.kishonti.gfxbench.gl.v50000.corporate'] | ||||||
|  |     clear_data_on_reset = False | ||||||
|     regex_matches = [re.compile(r'Car Chase score (.+)'), |     regex_matches = [re.compile(r'Car Chase score (.+)'), | ||||||
|                      re.compile(r'Car Chase Offscreen score (.+)'), |                      re.compile(r'Car Chase Offscreen score (.+)'), | ||||||
|                      re.compile(r'Manhattan 3.1 score (.+)'), |                      re.compile(r'Manhattan 3.1 score (.+)'), | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user