1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-05 18:31:12 +01:00
workload-automation/wa/workloads
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
..
adobereader Upgrade Gradle to 7.2 and Android Gradle plugin to 4.2. 2021-09-29 09:46:51 +01:00
aitutu Upgrade Gradle to 7.2 and Android Gradle plugin to 4.2. 2021-09-29 09:46:51 +01:00
androbench Upgrade Gradle to 7.2 and Android Gradle plugin to 4.2. 2021-09-29 09:46:51 +01:00
angrybirds_rio Update copyright headers. 2018-07-04 16:33:31 +01:00
antutu Add support for Antutu 9.1.6. 2021-10-04 09:12:08 +01:00
applaunch Upgrade Gradle to 7.2 and Android Gradle plugin to 4.2. 2021-09-29 09:46:51 +01:00
benchmarkpi Upgrade Gradle to 7.2 and Android Gradle plugin to 4.2. 2021-09-29 09:46:51 +01:00
chrome Upgrade Gradle to 7.2 and Android Gradle plugin to 4.2. 2021-09-29 09:46:51 +01:00
deepbench wa: pep8 fixes 2018-07-06 14:39:41 +01:00
dhrystone workloads: Update to better utilize cleanup_assets and uninstall 2019-06-28 17:54:04 +01:00
exoplayer workloads/exoplayer: Remove timeout in file transfer 2020-11-13 15:42:00 +00:00
geekbench geekbench: Add/fix support for Geekbench5 2022-03-01 08:25:52 +00:00
gfxbench gfxbench: Update uiauto APK 2022-03-01 08:25:35 +00:00
glbenchmark Upgrade Gradle to 7.2 and Android Gradle plugin to 4.2. 2021-09-29 09:46:51 +01:00
gmail Upgrade Gradle to 7.2 and Android Gradle plugin to 4.2. 2021-09-29 09:46:51 +01:00
googlemaps Upgrade Gradle to 7.2 and Android Gradle plugin to 4.2. 2021-09-29 09:46:51 +01:00
googlephotos Upgrade Gradle to 7.2 and Android Gradle plugin to 4.2. 2021-09-29 09:46:51 +01:00
googleplaybooks Upgrade Gradle to 7.2 and Android Gradle plugin to 4.2. 2021-09-29 09:46:51 +01:00
googleslides Upgrade Gradle to 7.2 and Android Gradle plugin to 4.2. 2021-09-29 09:46:51 +01:00
hackbench workloads: Update to better utilize cleanup_assets and uninstall 2019-06-28 17:54:04 +01:00
homescreen Homescreen: Port homescreen workload to WA3 2017-09-15 18:03:24 +01:00
hwuitest workloads: Update to better utilize cleanup_assets and uninstall 2019-06-28 17:54:04 +01:00
jankbench WA/Jankbench: Update Pandas function to remove deprecated .ix access 2020-07-03 12:13:40 +01:00
lmbench workloads: Update to better utilize cleanup_assets and uninstall 2019-06-28 17:54:04 +01:00
manual workloads/manual: Fix incorrect attribute used to access target 2019-01-30 15:46:54 +00:00
meabo workloads: Update to better utilize cleanup_assets and uninstall 2019-06-28 17:54:04 +01:00
memcpy workloads: Update to better utilize cleanup_assets and uninstall 2019-06-28 17:54:04 +01:00
mongoperf workloads/monoperf: Fix typos 2019-07-18 15:17:24 +01:00
motionmark Upgrade Gradle to 7.2 and Android Gradle plugin to 4.2. 2021-09-29 09:46:51 +01:00
openssl workloads: Update to better utilize cleanup_assets and uninstall 2019-06-28 17:54:04 +01:00
pcmark pcmark: Update uiauto APK 2022-03-01 08:25:35 +00:00
recentfling wa: pep8 fixes 2018-07-06 14:39:41 +01:00
rt_app workloads/rt_app: Remove timeout in file transfer 2020-11-13 15:42:00 +00:00
shellscript workloads: Update to better utilize cleanup_assets and uninstall 2019-06-28 17:54:04 +01:00
speedometer speedometer: address pylint complaints 2021-04-08 14:34:44 +01:00
stress_ng workloads: Update to better utilize cleanup_assets and uninstall 2019-06-28 17:54:04 +01:00
sysbench workloads: Update to better utilize cleanup_assets and uninstall 2019-06-28 17:54:04 +01:00
templerun2 Update copyright headers. 2018-07-04 16:33:31 +01:00
the_chase Update copyright headers. 2018-07-04 16:33:31 +01:00
uibench workloads/uibench: Pylint Fix 2019-05-28 09:33:15 +01:00
uibenchjanktests workloads: Add support for UIBench Jank Tests 2019-06-28 09:27:56 +01:00
vellamo Upgrade Gradle to 7.2 and Android Gradle plugin to 4.2. 2021-09-29 09:46:51 +01:00
youtube Upgrade Gradle to 7.2 and Android Gradle plugin to 4.2. 2021-09-29 09:46:51 +01:00
youtube_playback youtube_playback: Add youtube_playback workload 2017-10-06 10:31:41 +01:00
__init__.py WA3 Exsisting Code 2017-02-21 15:02:28 +00:00
apache.py wa: pep8 fixes 2018-07-06 14:39:41 +01:00
idle.py pep8: Ignore line break before binary operator 2020-10-30 11:49:54 +00:00