mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 03:12:34 +01:00
docs: Change log & updates
This commit is contained in:
@@ -37,9 +37,9 @@ class Facebook(AndroidUiAutoBenchmark):
|
||||
Find friends.
|
||||
Update the facebook status
|
||||
|
||||
[NOTE: This workload starts disableUpdate workload as a part of setup to
|
||||
disable online updates, which helps to tackle problem of uncertain
|
||||
behavier during facebook workload run.]
|
||||
.. note:: This workload starts disableUpdate workload as a part of setup to
|
||||
disable online updates, which helps to tackle problem of uncertain
|
||||
behavier during facebook workload run.]
|
||||
|
||||
"""
|
||||
package = 'com.facebook.katana'
|
||||
@@ -79,4 +79,3 @@ class Facebook(AndroidUiAutoBenchmark):
|
||||
|
||||
def teardown(self, context):
|
||||
pass
|
||||
|
||||
|
@@ -32,7 +32,7 @@ class Recentfling(Workload):
|
||||
|
||||
For this workload to work, ``recentfling.sh`` and ``defs.sh`` must be placed
|
||||
in ``~/.workload_automation/dependencies/recentfling/``. These can be found
|
||||
in the [AOSP Git repository](https://android.googlesource.com/platform/system/extras/+/master/tests/).
|
||||
in the `AOSP Git repository <https://android.googlesource.com/platform/system/extras/+/master/tests/>`_.
|
||||
|
||||
To change the apps that are opened at the start of the workload you will need
|
||||
to modify the ``defs.sh`` file. You will need to add your app to ``dfltAppList``
|
||||
|
Reference in New Issue
Block a user