1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-05 18:31:12 +01:00

workloads/speedometer: Add Bromite to package names

Bromite is a fork of Chromium that's easily available for Android. Apart
from small changes it works the same as Chromium and works with this
speedometer workload. Add it to the 'package_names' list to allow using
it as an option.

https://www.bromite.org/

Signed-off-by: Kajetan Puchalski <kajetan.puchalski@arm.com>
This commit is contained in:
Kajetan Puchalski 2023-08-18 14:26:31 +01:00 committed by Marc Bonnici
parent 05eab42f27
commit 6cd1c60715

View File

@ -89,7 +89,7 @@ class Speedometer(Workload):
"""
supported_platforms = ["android"]
package_names = ["org.chromium.chrome", "com.android.chrome"]
package_names = ["org.chromium.chrome", "com.android.chrome", "org.bromite.chromium"]
# This regex finds a single XML tag where property 1 and 2 are true:
# 1. contains the attribute text="XXX" or content-desc="XXX"
# 2. and exclusively either 2a or 2b is true: