mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 20:11:20 +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:
parent
cc0cfaafe3
commit
ea1d4e9071
@ -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 (.+)'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user