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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 }, | 206 }, |
207 "startup.warm.dirty.blank_page":{ | 207 "startup.warm.dirty.blank_page":{ |
208 "description":"Measures warm startup time with a dirty profile.", | 208 "description":"Measures warm startup time with a dirty profile.", |
209 "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." | 209 "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." |
210 }, | 210 }, |
211 "sunspider":{ | 211 "sunspider":{ |
212 "description":"Performance on the [SunSpider JavaScript benchmark](http://ww
w.webkit.org/perf/sunspider/sunspider.html)" | 212 "description":"Performance on the [SunSpider JavaScript benchmark](http://ww
w.webkit.org/perf/sunspider/sunspider.html)" |
213 }, | 213 }, |
214 "tab_switching.top_10":{ | 214 "tab_switching.top_10":{ |
215 "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." | 215 "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." |
| 216 }, |
| 217 "task_execution_time.key_mobile_sites":{ |
| 218 "description":"This benchmark measures the runtimes of various tasks on the
renderer main thread while scrolling on key mobile sites. It is used for trackin
g and guiding optimizations in the Blink scheduler project." |
| 219 }, |
| 220 "task_execution_time.tough_scheduling_cases":{ |
| 221 "description":"This benchmark measures the runtimes of various tasks on the
renderer main thread while scrolling on synthetic pages with challenging schedul
ing properties. It is used for tracking and guiding optimizations in the Blink s
cheduler project." |
216 } | 222 } |
217 } | 223 } |
OLD | NEW |