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 "browsermark": { | 10 "browsermark": { |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 "page_cycler.top_10_mobile":{ | 149 "page_cycler.top_10_mobile":{ |
150 "description":"Page load time benchmark for the top 10 mobile web pages. Run
s against pages recorded in November, 2013." | 150 "description":"Page load time benchmark for the top 10 mobile web pages. Run
s against pages recorded in November, 2013." |
151 }, | 151 }, |
152 "page_cycler.key_mobile_sites":{ | 152 "page_cycler.key_mobile_sites":{ |
153 "description":"Page load time benchmark for key mobile sites." | 153 "description":"Page load time benchmark for key mobile sites." |
154 }, | 154 }, |
155 "page_cycler.tough_layout_cases":{ | 155 "page_cycler.tough_layout_cases":{ |
156 "description":"Page loading benchmark for the slowest layouts observed in th
e Alexa top 1 million sites in July 2013." | 156 "description":"Page loading benchmark for the slowest layouts observed in th
e Alexa top 1 million sites in July 2013." |
157 }, | 157 }, |
158 "page_cycler.typical_25":{ | 158 "page_cycler.typical_25":{ |
159 "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." | 159 "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 June, 2014." |
160 }, | 160 }, |
161 "robohornet_pro":{ | 161 "robohornet_pro":{ |
162 "description":"Milliseconds to complete the [RoboHornetPro demo by Microsoft
](http://ie.microsoft.com/testdrive/performance/robohornetpro/)" | 162 "description":"Milliseconds to complete the [RoboHornetPro demo by Microsoft
](http://ie.microsoft.com/testdrive/performance/robohornetpro/)" |
163 }, | 163 }, |
164 "peacekeeper":{ | 164 "peacekeeper":{ |
165 "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. [Peacekeeper by Futuremark](http://peacekeeper
.futuremark.com)", | 165 "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. [Peacekeeper by Futuremark](http://peacekeeper
.futuremark.com)", |
166 "code":[ | 166 "code":[ |
167 "chrome/src/tools/perf/benchmark/peacekeeper.py" | 167 "chrome/src/tools/perf/benchmark/peacekeeper.py" |
168 ] | 168 ] |
169 }, | 169 }, |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 "description":"Measures warm startup time with a dirty profile.", | 205 "description":"Measures warm startup time with a dirty profile.", |
206 "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." | 206 "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." |
207 }, | 207 }, |
208 "sunspider":{ | 208 "sunspider":{ |
209 "description":"Performance on the [SunSpider JavaScript benchmark](http://ww
w.webkit.org/perf/sunspider/sunspider.html)" | 209 "description":"Performance on the [SunSpider JavaScript benchmark](http://ww
w.webkit.org/perf/sunspider/sunspider.html)" |
210 }, | 210 }, |
211 "tab_switching.top_10":{ | 211 "tab_switching.top_10":{ |
212 "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." | 212 "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." |
213 } | 213 } |
214 } | 214 } |
OLD | NEW |