diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 21:31:22 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 21:31:22 +0000 |
commit | 568fe2ad570578a0aa182068b982b75be0bf6f30 (patch) | |
tree | 83cd2ccce4caacb5ab8b8e99ef803c1e39971c58 /tools | |
parent | e852f2206344f97586e60f78106e900a7c420d7a (diff) | |
download | chromium_src-568fe2ad570578a0aa182068b982b75be0bf6f30.zip chromium_src-568fe2ad570578a0aa182068b982b75be0bf6f30.tar.gz chromium_src-568fe2ad570578a0aa182068b982b75be0bf6f30.tar.bz2 |
Add a mobile_memory page_set
We've interested in optimizing the memory usuage of mobile sites. Currently
this page_set only has Mobile Gmail, but it's a place to start. Over time we
can expand it to include more sites.
R=tonyg@chromium.org
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/16056004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203226 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/page_sets/mobile_memory.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/perf/page_sets/mobile_memory.json b/tools/perf/page_sets/mobile_memory.json new file mode 100644 index 0000000..57884749 --- /dev/null +++ b/tools/perf/page_sets/mobile_memory.json @@ -0,0 +1,14 @@ +{ + "description": "Mobile sites with interesting memory characteristics", + "archive_data_file": "../data/mobile_memory.json", + "credentials_path": "../data/credentials.json", + "user_agent_type": "mobile", + "reload_and_gc": [{"action": "reload", "wait_seconds": 15}, {"action": "js_collect_garbage"}], + "stress_memory": { "action": "reload_and_gc", "repeat": 3 }, + "pages": [ + { + "url": "https://mail.google.com/mail/mu", + "credentials": "google" + } + ] +} |