1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-05 18:31:12 +01:00
workload-automation/wa
Qais Yousef b109acac05 geekbench: Add/fix support for Geekbench5
The non corporate version of geekbench5 didn't work although the code
had everything needed, except for a number of tiny required tweaks:

1. Add '5' in the supported versions in __init__.py
2. Fix the name of the android package in__init__.py and
   UiAutomation.java
3. Improve handling of minorVersion to fix potential exception when we
   don't specify the minorVersion number in the yaml file. Launching
   geekbench5 works fine when it's the only one installed. But if you
   have multiple versions, then using the version string in the yaml
   agenda didn't like specifying '5' as the version and threw exception
   out of bound because we assume '5.X' as input. No reason I'm aware of
   to force support for a specific version of geekbench5. So keep it
   relaxed until we know for sure it breaks with a specific version.

Signed-off-by: Qais Yousef <qais.yousef@arm.com>
2022-03-01 08:25:52 +00:00
..
assets/bin tools/revent: update binaries to latest version 2019-01-07 13:31:07 +00:00
commands Upgrade Gradle to 7.2 and Android Gradle plugin to 4.2. 2021-09-29 09:46:51 +01:00
framework Upgrade Gradle to 7.2 and Android Gradle plugin to 4.2. 2021-09-29 09:46:51 +01:00
instruments perf: report a config error if stat is combined with report options 2021-04-30 13:35:08 +01:00
output_processors pep8: Ignore line break before binary operator 2020-10-30 11:49:54 +00:00
tools/revent tools/revent: recording timestamp fix 2018-10-15 09:48:02 +01:00
utils utils/doc: Fix display of Falsey default parameters 2021-01-11 15:32:34 +00:00
workloads geekbench: Add/fix support for Geekbench5 2022-03-01 08:25:52 +00:00
__init__.py workloads: Add support for UIBench Jank Tests 2019-06-28 09:27:56 +01:00