mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 20:38:57 +00:00
PEP8 / Pylint Fixes
This commit is contained in:
parent
8c9ae6db53
commit
8f40e6aa40
@ -35,7 +35,7 @@ class Applaunch(AndroidUxPerfWorkload):
|
|||||||
name = 'applaunch'
|
name = 'applaunch'
|
||||||
description = '''
|
description = '''
|
||||||
This workload launches and measures the launch time of applications for supporting workloads.
|
This workload launches and measures the launch time of applications for supporting workloads.
|
||||||
|
|
||||||
Currently supported workloads are the ones that implement ``ApplaunchInterface``. For any
|
Currently supported workloads are the ones that implement ``ApplaunchInterface``. For any
|
||||||
workload to support this workload, it should implement the ``ApplaunchInterface``.
|
workload to support this workload, it should implement the ``ApplaunchInterface``.
|
||||||
The corresponding java file of the workload associated with the application being measured
|
The corresponding java file of the workload associated with the application being measured
|
||||||
@ -62,7 +62,7 @@ class Applaunch(AndroidUxPerfWorkload):
|
|||||||
|
|
||||||
**Test Description:**
|
**Test Description:**
|
||||||
|
|
||||||
- During the initialization and setup, the application being launched is launched
|
- During the initialization and setup, the application being launched is launched
|
||||||
for the first time. The jar file of the workload of the application
|
for the first time. The jar file of the workload of the application
|
||||||
is moved to device at the location ``workdir`` which further implements the methods
|
is moved to device at the location ``workdir`` which further implements the methods
|
||||||
needed to measure the application launch time.
|
needed to measure the application launch time.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user