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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 }, | 85 }, |
86 "mach_ports":{ | 86 "mach_ports":{ |
87 "description":"This test spawns a new browser and counts the number of open
Mach ports in the browser process. It navigates tabs and closes them, repeatedly
measuring the number of open ports. This is used to protect against leaking Mac
h ports, which was the source of [bug 105513](http://crbug.com/105513).", | 87 "description":"This test spawns a new browser and counts the number of open
Mach ports in the browser process. It navigates tabs and closes them, repeatedly
measuring the number of open ports. This is used to protect against leaking Mac
h ports, which was the source of [bug 105513](http://crbug.com/105513).", |
88 "code":[ | 88 "code":[ |
89 "chrome/src/chrome/test/perf/mach_ports_test.cc" | 89 "chrome/src/chrome/test/perf/mach_ports_test.cc" |
90 ] | 90 ] |
91 }, | 91 }, |
92 "media.tough_video_cases":{ | 92 "media.tough_video_cases":{ |
93 "description":"Obtains media metrics for key user scenarios." | 93 "description":"Obtains media metrics for key user scenarios." |
94 }, | 94 }, |
| 95 "media_perftests":{ |
| 96 "description":"Microbenchmarks for media (media/) component.", |
| 97 "code":[ |
| 98 "chrome/src/media/media.gyp", |
| 99 ] |
| 100 }, |
95 "memory.reload.2012Q3":{ | 101 "memory.reload.2012Q3":{ |
96 "description":"Memory consumption for a set of top pages from 2012, reloadin
g and garbage collecting on each page load." | 102 "description":"Memory consumption for a set of top pages from 2012, reloadin
g and garbage collecting on each page load." |
97 }, | 103 }, |
98 "memory.top_25":{ | 104 "memory.top_25":{ |
99 "description":"Use (recorded versions of) real world web sites and measure m
emory consumption." | 105 "description":"Use (recorded versions of) real world web sites and measure m
emory consumption." |
100 }, | 106 }, |
101 "memory_test":{ | 107 "memory_test":{ |
102 "description":"Loads a number of URLs across tabs and windows and measures t
he memory usage.", | 108 "description":"Loads a number of URLs across tabs and windows and measures t
he memory usage.", |
103 "code":[ | 109 "code":[ |
104 "chrome/src/chrome/test/perf/memory_test.cc" | 110 "chrome/src/chrome/test/perf/memory_test.cc" |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after 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 |