mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-10-17 09:14:02 +01:00
adding missing supported_platforms attributes.
Bbench only works on Android. It should advertise that fact by setting supported_platforms to ['android']. Telemetry is a Chrome browser workload that is only supported on ChromeOS and Android.
This commit is contained in:
@@ -88,6 +88,8 @@ class Telemetry(Workload):
|
||||
|
||||
"""
|
||||
|
||||
supported_platforms = ['android', 'chromeos']
|
||||
|
||||
parameters = [
|
||||
Parameter('run_benchmark_path', default=None,
|
||||
description="""
|
||||
|
Reference in New Issue
Block a user