OSDN Git Service

Scripts to automate simple workloads for testing
authorTodd Kjos <tkjos@google.com>
Wed, 20 May 2015 19:47:00 +0000 (12:47 -0700)
committerTodd Kjos <tkjos@google.com>
Wed, 20 May 2015 19:51:26 +0000 (12:51 -0700)
commit684f65f8602d1e1a79170984acc18421fb8f4c98
tree1b1f84a8601323ea66e3bce0e3b3fd4d1c7ab8fb
parent1865679fda9bd1e12bc583268537bccc4e4a43bc
Scripts to automate simple workloads for testing

DO NOT MERGE (already in master)

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: I40f0862623ea0963bb0eaed3a585b41b69bbbbc7
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]