aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Bonnici <marc.bonnici@arm.com>2018-11-13 16:57:27 +0000
committersetrofim <setrofim@gmail.com>2018-11-15 07:54:43 +0000
commitea1d4e907110526e0bf205f319d7710fcc5e3e7a (patch)
treef9961a53551019d2fe37d339b32ccc042ed78564
parentcc0cfaafe37dea8cba9dfbc2239a3b719182c6a3 (diff)
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.
-rwxr-xr-xwa/workloads/gfxbench/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wa/workloads/gfxbench/__init__.py b/wa/workloads/gfxbench/__init__.py
index 13d2ed2e..b34ece26 100755
--- a/wa/workloads/gfxbench/__init__.py
+++ b/wa/workloads/gfxbench/__init__.py
@@ -21,6 +21,7 @@ class Gfxbench(ApkUiautoWorkload):
name = 'gfxbench-corporate'
package_names = ['net.kishonti.gfxbench.gl.v50000.corporate']
+ clear_data_on_reset = False
regex_matches = [re.compile(r'Car Chase score (.+)'),
re.compile(r'Car Chase Offscreen score (.+)'),
re.compile(r'Manhattan 3.1 score (.+)'),