OSDN Git Service

Scripts to automate simple workloads for testing
authorTodd Kjos <tkjos@google.com>
Sat, 16 May 2015 00:17:52 +0000 (17:17 -0700)
committerTodd Kjos <tkjos@google.com>
Tue, 19 May 2015 15:21:35 +0000 (08:21 -0700)
commit4cd90ba333d9c235ba5b4c2acffbfe0b2f00cb29
tree882c7a096c8fd350f84ef218596a43ee3deeb78b
parent7306b2e20b2949f7114a5e392dd5651dd7300738
Scripts to automate simple workloads for testing

The initial set of scripts:
recentsfling.sh : start a set of apps, switch to recents and fling
systemapps.sh : start a set of apps, and then loop to move them
                to the forground, checking whether the app had
            been LMK'd or required direct reclaims
feedly-chrome.sh : automate a feedly, chrome workflow making sure
                both stay in memory.

Change-Id: I5151e1abf0444b619cb40452936b599b6f64bc60
tests/workloads/atrace-uncompress.py [new file with mode: 0644]
tests/workloads/capture.sh [new file with mode: 0755]
tests/workloads/defs.sh [new file with mode: 0755]
tests/workloads/feedly-chrome.sh [new file with mode: 0755]
tests/workloads/recentfling.sh [new file with mode: 0755]
tests/workloads/systemapps.sh [new file with mode: 0755]