diff options
author | tonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-16 21:46:33 +0000 |
---|---|---|
committer | tonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-16 21:46:33 +0000 |
commit | e275ae44b030d87722c700bb4ce94e82709b74fb (patch) | |
tree | 9939591a0c8bf6db073092300ad7ed945eb7401b /tools/page_cycler | |
parent | 1113bfdfe5f7262ba4854f9fca9d4bc9055cdbdc (diff) | |
download | chromium_src-e275ae44b030d87722c700bb4ce94e82709b74fb.zip chromium_src-e275ae44b030d87722c700bb4ce94e82709b74fb.tar.gz chromium_src-e275ae44b030d87722c700bb4ce94e82709b74fb.tar.bz2 |
Initial set of 33 pages for scrolling benchmark.
BUG=134057
TEST=chrome/test/functional/perf.py perf.PopularSitesScrollTest.test2012Q3
Review URL: https://chromiumcodereview.appspot.com/10748019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146898 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/page_cycler')
-rw-r--r-- | tools/page_cycler/webpagereplay/tests/2012Q3.js | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/tools/page_cycler/webpagereplay/tests/2012Q3.js b/tools/page_cycler/webpagereplay/tests/2012Q3.js new file mode 100644 index 0000000..52898d0 --- /dev/null +++ b/tools/page_cycler/webpagereplay/tests/2012Q3.js @@ -0,0 +1,49 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +/* + "pageSets" is a list of lists. + - Before each sublist: + Run chrome.browingData.remove and close the connections. + - Before each url in a sublist: + Close the connections. +*/ +var pageSets = [ + ["http://superfastpageload/web-page-replay-generate-200"], + + ["http://cruises.orbitz.com/results.do?wdos=3&places=ALL&days=ALL&Month=ALL&dd=ALL&d=NaN%2FNaN%2FNaN&d2=NaN%2FNaN%2FNaN&fd=2&shoppingZipCode=Zip+Code&Search.x=29&Search.y=6&Search=Search&c=ALL&v=ALL&porttype=E&SType=P&ptype=c&type=c&p=ALL&SType=A&clp=1&sort=7&IncludeSeniorRates=false&IncludeAlumniRates=false&AlumniCruiseId=false", + "http://en.wikipedia.org/wiki/List_of_Pok%C3%A9mon", + "http://espn.go.com/", + "http://fashion.ebay.com/womens-clothing", + "http://news.baidu.com/", + "http://news.google.co.in", + "http://news.qq.com/", + "http://techcrunch.com/", + "http://techmeme.com/", + "http://twitter.com/BarackObama", + "http://www.weibo.com/yaochen", + "http://www.163.com/", + "http://www.amazon.com/Kindle-Fire-Amazon-Tablet/dp/B0051VVOB2/", + "http://www.bbc.co.uk/", + "http://www.cnet.com/", + "http://www.engadget.com/", + "http://www.flickr.com/photos/tags/flowers", + "http://www.google.com/search?q=dogs", + "http://www.imdb.com/", + "http://www.linkedin.com/in/jeffweiner08", + "http://www.msn.com/", + "http://www.nytimes.com/pages/sports/index.html", + "http://www.sina.com.cn/", + "http://www.taobao.com/", + "http://www.tudou.com/", + "http://www.yahoo.com/", + "http://www.yandex.ru/yandsearch?text=obama&lr=84", + "http://www.youtube.com", + "http://www.youtube.com/watch?v=xvN9Ri1GmuY&feature=g-sptl&cid=inp-hs-edt", + "https://plus.google.com/102518365620075109973/posts", + "https://plus.google.com/photos/102518365620075109973/albums/5630432074981280145", + "https://www.tumblr.com/", + "https://www.facebook.com/barackobama", + ], +]; |