diff options
author | simonhatch@chromium.org <simonhatch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-24 17:49:01 +0000 |
---|---|---|
committer | simonhatch@chromium.org <simonhatch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-24 17:49:01 +0000 |
commit | 0d74bdcb2f41d208e9eb1232f9f3aa363598c476 (patch) | |
tree | e0520dca79c0744eb1d336dbc7d3bb877777c754 /tools/perf | |
parent | 61af0bdd7eeab069290f7ed2ea7e69efa1be76c7 (diff) | |
download | chromium_src-0d74bdcb2f41d208e9eb1232f9f3aa363598c476.zip chromium_src-0d74bdcb2f41d208e9eb1232f9f3aa363598c476.tar.gz chromium_src-0d74bdcb2f41d208e9eb1232f9f3aa363598c476.tar.bz2 |
Added new page set for tab switching measurement. Chose pages based on what I typically have open at any given time. Email account, youtube, facebook, search, and some misc pages.
BUG=
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/17294009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208234 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/perf')
-rw-r--r-- | tools/perf/page_sets/top_10.json | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/tools/perf/page_sets/top_10.json b/tools/perf/page_sets/top_10.json new file mode 100644 index 0000000..b14ae24 --- /dev/null +++ b/tools/perf/page_sets/top_10.json @@ -0,0 +1,62 @@ +{ + "description": "10 Pages chosen from Alexa top sites.", + "archive_data_file": "../data/top_10.json", + "credentials_path": "../data/credentials.json", + "user_agent_type": "desktop", + "smoothness": { "action": "scroll" }, + "pages": [ + { + "url": "https://www.google.com/#hl=en&q=barack+obama", + "why": "top google property; a google tab is often open", + "wait_for_element_with_text": "Next" + }, + { + "url": "https://mail.google.com/mail/", + "why": "productivity, top google properties", + "credentials": "google", + "wait_for_javascript_expression": "window.gmonkey !== undefined && document.getElementById('gb') !== null" + }, + { + "url": "https://www.google.com/calendar/", + "why": "productivity, top google properties", + "credentials": "google", + "wait_for_element_with_selector": "div[class~=\"navForward\"]", + "post_navigate_javascript_to_execute": "(function() { var elem = document.createElement('meta');elem.name='viewport';elem.content='initial-scale=1';document.body.appendChild(elem); })();", + "wait_seconds": 2 + }, + { + "url": "http://www.youtube.com", + "why": "#3 (Alexa global)", + "wait_seconds": 2, + "credentials": "google" + }, + { + "name": "Facebook", + "url": "http://www.facebook.com/barackobama", + "why": "top social,Public profile", + "credentials": "facebook", + "wait_for_element_with_text": "About" + }, + { + "name": "Wikipedia (1 tab)", + "url": "http://en.wikipedia.org/wiki/Wikipedia", + "why": "#6 (Alexa) most visited worldwide,Picked an interesting page" + }, + { + "url": "http://www.amazon.com", + "why": "#1 world commerce website by visits; #3 commerce in the US by time spent" + }, + { + "url": "http://www.yahoo.com/", + "why": "#4 Alexa" + }, + { + "url": "http://www.bing.com/", + "why": "#16 Alexa" + }, + { + "url": "http://www.ask.com/", + "why": "#20 Alexa" + } + ] +} |