1
0
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:
Sebastian Goscik
2016-06-10 10:33:47 +01:00
parent 2f87e126f0
commit 23b3b165d5
6 changed files with 323 additions and 29 deletions

View File

@@ -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

View File

@@ -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``