Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(965)

Side by Side Diff: tools/perf/test-info.json

Issue 137913003: Adding page cycler benchmark on the key mobile sites archive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/perf/benchmarks/page_cycler.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "_description":"This file contains info about our performance test suites, use d by the perf dashboard (http://chromeperf.appspot.com).", 2 "_description":"This file contains info about our performance test suites, use d by the perf dashboard (http://chromeperf.appspot.com).",
3 "blink_perf":{ 3 "blink_perf":{
4 "description":"Runs all enabled benchmarks in third_party/WebKit/Performance Tests/", 4 "description":"Runs all enabled benchmarks in third_party/WebKit/Performance Tests/",
5 "code":[ 5 "code":[
6 "chrome/src/tools/perf/measurements/blink_perf.py", 6 "chrome/src/tools/perf/measurements/blink_perf.py",
7 "third_party/WebKit/PerformanceTests/" 7 "third_party/WebKit/PerformanceTests/"
8 ] 8 ]
9 }, 9 },
10 "browsermark": { 10 "browsermark": {
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 }, 158 },
159 "page_cycler.pica":{ 159 "page_cycler.pica":{
160 "description":"Loading benchmark for the Polymer toolkit's [Pica](http://www .polymer-project.org/polymer-all/projects/pica/index.html) demo app" 160 "description":"Loading benchmark for the Polymer toolkit's [Pica](http://www .polymer-project.org/polymer-all/projects/pica/index.html) demo app"
161 }, 161 },
162 "page_cycler.netsim.top_10":{ 162 "page_cycler.netsim.top_10":{
163 "description":"Page loading benchmark for a set of 10 top pages recorded in June, 2013. Pages are loaded under the simplisticly simulated bandwidth and RTT constraints of a cable modem (5Mbit/s down, 1Mbit/s up, 28ms RTT). Contention i s realistically simulated, but slow start is not. DNS lookups are 'free'." 163 "description":"Page loading benchmark for a set of 10 top pages recorded in June, 2013. Pages are loaded under the simplisticly simulated bandwidth and RTT constraints of a cable modem (5Mbit/s down, 1Mbit/s up, 28ms RTT). Contention i s realistically simulated, but slow start is not. DNS lookups are 'free'."
164 }, 164 },
165 "page_cycler.top_10_mobile":{ 165 "page_cycler.top_10_mobile":{
166 "description":"Page load time benchmark for the top 10 mobile web pages. Run s against pages recorded in November, 2013." 166 "description":"Page load time benchmark for the top 10 mobile web pages. Run s against pages recorded in November, 2013."
167 }, 167 },
168 "page_cycler.key_mobile_sites":{
169 "description":"Page load time benchmark for key mobile sites."
170 },
168 "page_cycler.tough_layout_cases":{ 171 "page_cycler.tough_layout_cases":{
169 "description":"Page loading benchmark for the slowest layouts observed in th e Alexa top 1 million sites in July 2013." 172 "description":"Page loading benchmark for the slowest layouts observed in th e Alexa top 1 million sites in July 2013."
170 }, 173 },
171 "page_cycler.typical_25":{ 174 "page_cycler.typical_25":{
172 "description":"Page load time benchmark for a 25 typical web pages. Designed to represent typical, not highly optimized or highly popular web sites. Runs ag ainst pages recorded in April, 2013." 175 "description":"Page load time benchmark for a 25 typical web pages. Designed to represent typical, not highly optimized or highly popular web sites. Runs ag ainst pages recorded in April, 2013."
173 }, 176 },
174 "robohornet_pro":{ 177 "robohornet_pro":{
175 "description":"Milliseconds to complete the [RoboHornetPro demo by Microsoft ](http://ie.microsoft.com/testdrive/performance/robohornetpro/)" 178 "description":"Milliseconds to complete the [RoboHornetPro demo by Microsoft ](http://ie.microsoft.com/testdrive/performance/robohornetpro/)"
176 }, 179 },
177 "peacekeeper":{ 180 "peacekeeper":{
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "description":"Measures warm startup time with a dirty profile.", 218 "description":"Measures warm startup time with a dirty profile.",
216 "comment":"The same as startup.warm.blank_page, except for the user profile that's used. Set up in tools/build/scripts/master/factory/chromium_factory.py." 219 "comment":"The same as startup.warm.blank_page, except for the user profile that's used. Set up in tools/build/scripts/master/factory/chromium_factory.py."
217 }, 220 },
218 "sunspider":{ 221 "sunspider":{
219 "description":"Performance on the [SunSpider JavaScript benchmark](http://ww w.webkit.org/perf/sunspider/sunspider.html)" 222 "description":"Performance on the [SunSpider JavaScript benchmark](http://ww w.webkit.org/perf/sunspider/sunspider.html)"
220 }, 223 },
221 "tab_switching.top_10":{ 224 "tab_switching.top_10":{
222 "description":"This test records the MPArch.RWH_TabSwitchPaintDuration histo gram, which is a measure of the time between when a tab was requested to be show n, and when first paint occurred. The script opens 10 pages in different tabs, w aits for them to load, and then switches to each tab and records the metric. The pages were chosen from Alexa top ranking sites." 225 "description":"This test records the MPArch.RWH_TabSwitchPaintDuration histo gram, which is a measure of the time between when a tab was requested to be show n, and when first paint occurred. The script opens 10 pages in different tabs, w aits for them to load, and then switches to each tab and records the metric. The pages were chosen from Alexa top ranking sites."
223 } 226 }
224 } 227 }
OLDNEW
« no previous file with comments | « tools/perf/benchmarks/page_cycler.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698