From d67668621cd5ae6e46cb9e1cdff744ee32a1f25b Mon Sep 17 00:00:00 2001 From: scojac01 Date: Thu, 19 Dec 2019 13:51:32 +0000 Subject: [PATCH] Geekbench: Adding 4.4.2 as a supported version There have been no UI changes to the application so simply adding the new supported version to the list of accepted versions. --- wa/workloads/geekbench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wa/workloads/geekbench/__init__.py b/wa/workloads/geekbench/__init__.py index 040c8679..95581c2b 100644 --- a/wa/workloads/geekbench/__init__.py +++ b/wa/workloads/geekbench/__init__.py @@ -53,7 +53,7 @@ class Geekbench(ApkUiautoWorkload): """ summary_metrics = ['score', 'multicore_score'] - supported_versions = ['4.4.0', '4.3.4', '4.3.2', '4.3.1', '4.2.0', '4.0.1', '3.4.1', '3.0.0', '2'] + supported_versions = ['4.4.2', '4.4.0', '4.3.4', '4.3.2', '4.3.1', '4.2.0', '4.0.1', '3.4.1', '3.0.0', '2'] package_names = ['com.primatelabs.geekbench', 'com.primatelabs.geekbench3', 'ca.primatelabs.geekbench2'] begin_regex = re.compile(r'^\s*D/WebViewClassic.loadDataWithBaseURL\(\s*\d+\s*\)'