OLD | NEW |
---|---|
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 "canvasmark": { | 10 "canvasmark": { |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
145 }, | 145 }, |
146 "page_cycler.tough_layout_cases":{ | 146 "page_cycler.tough_layout_cases":{ |
147 "description":"Page loading benchmark for the slowest layouts observed in th e Alexa top 1 million sites in July 2013." | 147 "description":"Page loading benchmark for the slowest layouts observed in th e Alexa top 1 million sites in July 2013." |
148 }, | 148 }, |
149 "page_cycler.typical_25":{ | 149 "page_cycler.typical_25":{ |
150 "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." | 150 "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." |
151 }, | 151 }, |
152 "robohornet_pro":{ | 152 "robohornet_pro":{ |
153 "description":"Milliseconds to complete the [RoboHornetPro demo by Microsoft ](http://ie.microsoft.com/testdrive/performance/robohornetpro/)" | 153 "description":"Milliseconds to complete the [RoboHornetPro demo by Microsoft ](http://ie.microsoft.com/testdrive/performance/robohornetpro/)" |
154 }, | 154 }, |
155 "peacekeeper":{ | |
156 "description":"Peacekeeper measures browser's performance by testing its Jav aScript functionality.\n\nJavaScript is a widely used programming language used in the creation of modern websites to provide features such as animation, naviga tion,forms and other common requirements. By measuring a browser's ability to ha ndle commonly used JavaScript functions Peacekeeper can evaluate its performance . Peacekeeper scores are measured in operations per second or rendered frames pe r second depending on the test. Final Score is computed by calculating geometric mean of individual tests scores. (http://peacekeeper.futuremark.com)", | |
tonyg
2013/11/06 21:51:55
Use markdown format for the link. See robohornet_p
prasadv
2013/11/06 22:54:45
Done.
| |
157 "code":[ | |
158 "chrome/src/tools/perf/benchmark/peacekeeper.py" | |
159 ] | |
160 }, | |
155 "sizes":{ | 161 "sizes":{ |
156 "description":"Tracks binary sizes and number of static initializers.", | 162 "description":"Tracks binary sizes and number of static initializers.", |
157 "code":[ | 163 "code":[ |
158 "chrome/tools/build/scripts/slave/chromium/sizes.py" | 164 "chrome/tools/build/scripts/slave/chromium/sizes.py" |
159 ] | 165 ] |
160 }, | 166 }, |
161 "smoothness.top_25":{ | 167 "smoothness.top_25":{ |
162 "description":"Measures frame rate and a variety of other statistics while s crolling down the top 25 web pages. [Documentation](http://www.chromium.org/deve lopers/design-documents/rendering-benchmarks)." | 168 "description":"Measures frame rate and a variety of other statistics while s crolling down the top 25 web pages. [Documentation](http://www.chromium.org/deve lopers/design-documents/rendering-benchmarks)." |
163 }, | 169 }, |
164 "spaceport":{ | 170 "spaceport":{ |
(...skipping 13 matching lines...) Expand all Loading... | |
178 "description":"Measures warm startup time with a dirty profile.", | 184 "description":"Measures warm startup time with a dirty profile.", |
179 "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." | 185 "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." |
180 }, | 186 }, |
181 "sunspider":{ | 187 "sunspider":{ |
182 "description":"Performance on the [SunSpider JavaScript benchmark](http://ww w.webkit.org/perf/sunspider/sunspider.html)" | 188 "description":"Performance on the [SunSpider JavaScript benchmark](http://ww w.webkit.org/perf/sunspider/sunspider.html)" |
183 }, | 189 }, |
184 "tab_switching.top_10":{ | 190 "tab_switching.top_10":{ |
185 "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." | 191 "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." |
186 } | 192 } |
187 } | 193 } |
OLD | NEW |