OLD | NEW |
1 { | 1 { |
2 "_description": "This file contains info about our performance test suites, us
ed by the perf dashboard (http://chromeperf.appspot.com).", | 2 "_description": "This file contains info about our performance test suites, us
ed by the perf dashboard (http://chromeperf.appspot.com).", |
3 "bloat": { | 3 "bloat": { |
4 "description": "Load an image many times and ensure memory usage stays low."
, | 4 "description": "Load an image many times and ensure memory usage stays low."
, |
5 "code": [ | 5 "code": [ |
6 "chrome/src/tools/perf/page_sets/page_cycler/bloat.json", | 6 "chrome/src/tools/perf/page_sets/page_cycler/bloat.json", |
7 "chrome/src/tools/perf/perf_tools/page_cycler.py" | 7 "chrome/src/tools/perf/perf_tools/page_cycler.py" |
8 ] | 8 ] |
9 }, | 9 }, |
10 "dhtml": { | 10 "dhtml": { |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 ] | 42 ] |
43 }, | 43 }, |
44 "dromaeo_domcoretraverse": { | 44 "dromaeo_domcoretraverse": { |
45 "description": "Traversing a DOM structure.", | 45 "description": "Traversing a DOM structure.", |
46 "code": [ | 46 "code": [ |
47 "chrome/src/tools/perf/page_sets/dromaeo/domcoretraverse.json", | 47 "chrome/src/tools/perf/page_sets/dromaeo/domcoretraverse.json", |
48 "chrome/src/tools/perf/perf_tools/dromaeo.py" | 48 "chrome/src/tools/perf/perf_tools/dromaeo.py" |
49 ] | 49 ] |
50 }, | 50 }, |
51 "dromaeo_jslibattrjquery": { | 51 "dromaeo_jslibattrjquery": { |
52 "description": "", | 52 "description": "Setting and getting DOM node attributes using the jQuery Jav
aScript Library.", |
53 "code": [ | 53 "code": [ |
54 "chrome/src/tools/perf/page_sets/dromaeo/jslibattrjquery.json", | 54 "chrome/src/tools/perf/page_sets/dromaeo/jslibattrjquery.json", |
55 "chrome/src/tools/perf/perf_tools/dromaeo.py" | 55 "chrome/src/tools/perf/perf_tools/dromaeo.py" |
56 ] | 56 ] |
57 }, | 57 }, |
58 "dromaeo_jslibattrprototype": { | 58 "dromaeo_jslibattrprototype": { |
59 "description": "", | 59 "description": "Setting and getting DOM node attributes using the Prototype
JavaScript Library.", |
60 "code": [ | 60 "code": [ |
61 "chrome/src/tools/perf/page_sets/dromaeo/jslibattrprototype.json", | 61 "chrome/src/tools/perf/page_sets/dromaeo/jslibattrprototype.json", |
62 "chrome/src/tools/perf/perf_tools/dromaeo.py" | 62 "chrome/src/tools/perf/perf_tools/dromaeo.py" |
63 ] | 63 ] |
64 }, | 64 }, |
65 "dromaeo_jslibeventjquery": { | 65 "dromaeo_jslibeventjquery": { |
66 "description": "", | 66 "description": "Binding, removing, and triggering DOM events using the jQuer
y JavaScript Library.", |
67 "code": [ | 67 "code": [ |
68 "chrome/src/tools/perf/page_sets/dromaeo/jslibattrprototype.json", | 68 "chrome/src/tools/perf/page_sets/dromaeo/jslibattrprototype.json", |
69 "chrome/src/tools/perf/perf_tools/dromaeo.py" | 69 "chrome/src/tools/perf/perf_tools/dromaeo.py" |
70 ] | 70 ] |
71 }, | 71 }, |
72 "dromaeo_jslibeventprototype": { | 72 "dromaeo_jslibeventprototype": { |
73 "description": "", | 73 "description": "Binding, removing, and triggering DOM events using the Proto
type JavaScript Library.", |
74 "code": [ | 74 "code": [ |
75 "chrome/src/tools/perf/page_sets/dromaeo/jslibeventprototype.json", | 75 "chrome/src/tools/perf/page_sets/dromaeo/jslibeventprototype.json", |
76 "chrome/src/tools/perf/perf_tools/dromaeo.py" | 76 "chrome/src/tools/perf/perf_tools/dromaeo.py" |
77 ] | 77 ] |
78 }, | 78 }, |
79 "dromaeo_jslibmodifyjquery": { | 79 "dromaeo_jslibmodifyjquery": { |
80 "description": "", | 80 "description": "Creating and injecting DOM nodes into a document using the j
Query JavaScript Library", |
81 "code": [ | 81 "code": [ |
82 "chrome/src/tools/perf/page_sets/dromaeo/jslibmodifyjquery.json", | 82 "chrome/src/tools/perf/page_sets/dromaeo/jslibmodifyjquery.json", |
83 "chrome/src/tools/perf/perf_tools/dromaeo.py" | 83 "chrome/src/tools/perf/perf_tools/dromaeo.py" |
84 ] | 84 ] |
85 }, | 85 }, |
86 "dromaeo_jslibmodifyprototype": { | 86 "dromaeo_jslibmodifyprototype": { |
87 "description": "", | 87 "description": "Creating and injecting DOM nodes into a document using the P
rototype JavaScript Library.", |
88 "code": [ | 88 "code": [ |
89 "chrome/src/tools/perf/page_sets/dromaeo/jslibmodifyprototype.json", | 89 "chrome/src/tools/perf/page_sets/dromaeo/jslibmodifyprototype.json", |
90 "chrome/src/tools/perf/perf_tools/dromaeo.py" | 90 "chrome/src/tools/perf/perf_tools/dromaeo.py" |
91 ] | 91 ] |
92 }, | 92 }, |
93 "dromaeo_jslibstylejquery": { | 93 "dromaeo_jslibstylejquery": { |
94 "description": "", | 94 "description": "Getting and setting CSS information on DOM elements using th
e jQuery JavaScript Library.", |
95 "code": [ | 95 "code": [ |
96 "chrome/src/tools/perf/page_sets/dromaeo/jslibstylejquery.json", | 96 "chrome/src/tools/perf/page_sets/dromaeo/jslibstylejquery.json", |
97 "chrome/src/tools/perf/perf_tools/dromaeo.py" | 97 "chrome/src/tools/perf/perf_tools/dromaeo.py" |
98 ] | 98 ] |
99 }, | 99 }, |
100 "dromaeo_jslibstyleprototype": { | 100 "dromaeo_jslibstyleprototype": { |
101 "description": "", | 101 "description": "Getting and setting CSS information on DOM elements using th
e Prototype JavaScript Library.", |
102 "code": [ | 102 "code": [ |
103 "chrome/src/tools/perf/page_sets/dromaeo/jslibstyleprototype.json", | 103 "chrome/src/tools/perf/page_sets/dromaeo/jslibstyleprototype.json", |
104 "chrome/src/tools/perf/perf_tools/dromaeo.py" | 104 "chrome/src/tools/perf/perf_tools/dromaeo.py" |
105 ] | 105 ] |
106 }, | 106 }, |
107 "dromaeo_jslibtraversejquery": { | 107 "dromaeo_jslibtraversejquery": { |
108 "description": "", | 108 "description": "Traversing a DOM structure using the jQuery JavaScript Libra
ry.", |
109 "code": [ | 109 "code": [ |
110 "chrome/src/tools/perf/page_sets/dromaeo/jslibtraversejquery.json", | 110 "chrome/src/tools/perf/page_sets/dromaeo/jslibtraversejquery.json", |
111 "chrome/src/tools/perf/perf_tools/dromaeo.py" | 111 "chrome/src/tools/perf/perf_tools/dromaeo.py" |
112 ] | 112 ] |
113 }, | 113 }, |
114 "dromaeo_jslibtraverseprototype": { | 114 "dromaeo_jslibtraverseprototype": { |
115 "description": "", | 115 "description": "Traversing a DOM structure using the Prototype JavaScript Li
brary.", |
116 "code": [ | 116 "code": [ |
117 "chrome/src/tools/perf/page_sets/dromaeo/jslibtraverseprototype.json", | 117 "chrome/src/tools/perf/page_sets/dromaeo/jslibtraverseprototype.json", |
118 "chrome/src/tools/perf/perf_tools/dromaeo.py" | 118 "chrome/src/tools/perf/perf_tools/dromaeo.py" |
119 ] | 119 ] |
120 }, | 120 }, |
121 "idb_perf": { | 121 "idb_perf": { |
122 "description": "Benchmarks for a variety of IndexedDB operations.", | 122 "description": "Benchmarks for a variety of IndexedDB operations.", |
123 "code": [ | 123 "code": [ |
124 "chrome/src/chrome/test/perf/indexeddb_uitest.cc", | 124 "chrome/src/chrome/test/perf/indexeddb_uitest.cc", |
125 "chrome/src/chrome/test/data/indexeddb/perf_test.html" | 125 "chrome/src/chrome/test/data/indexeddb/perf_test.html" |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 "code": ["chrome/src/tools/perf/perf_tools/octane.py"] | 194 "code": ["chrome/src/tools/perf/perf_tools/octane.py"] |
195 }, | 195 }, |
196 "robohornetpro": { | 196 "robohornetpro": { |
197 "description": "Milliseconds to complete the RoboHornetPro demo by Microsoft
<http://ie.microsoft.com/testdrive/performance/robohornetpro/>", | 197 "description": "Milliseconds to complete the RoboHornetPro demo by Microsoft
<http://ie.microsoft.com/testdrive/performance/robohornetpro/>", |
198 "code": ["chrome/src/tools/perf/perf_tools/robohornetpro.py"] | 198 "code": ["chrome/src/tools/perf/perf_tools/robohornetpro.py"] |
199 }, | 199 }, |
200 "scrolling_benchmark": { | 200 "scrolling_benchmark": { |
201 "description": "Measures frame rate and a variety of other statistics while
scrolling down the top 25 web pages. See <http://www.chromium.org/developers/des
ign-documents/rendering-benchmarks>.", | 201 "description": "Measures frame rate and a variety of other statistics while
scrolling down the top 25 web pages. See <http://www.chromium.org/developers/des
ign-documents/rendering-benchmarks>.", |
202 "code": ["chrome/src/tools/perf/perf_tools/scrolling_benchmark.py"] | 202 "code": ["chrome/src/tools/perf/perf_tools/scrolling_benchmark.py"] |
203 }, | 203 }, |
| 204 "sizes": { |
| 205 "description": "Tracks binary sizes and number of static initializers.", |
| 206 "code": ["chrome/tools/build/scripts/slave/chromium/sizes.py"] |
| 207 }, |
204 "spaceport": { | 208 "spaceport": { |
205 "description": "Performance on spaceport.io's perfmarks benchmark. This test
performs 3 animations (rotate, translate, scale) using a variety of methods (cs
s, webgl, canvas, etc) and reports the number of objects that can be simultaneou
sly animated while still achieving 30FPS. See <http://spaceport.io/community/per
fmarks>.", | 209 "description": "Performance on spaceport.io's perfmarks benchmark. This test
performs 3 animations (rotate, translate, scale) using a variety of methods (cs
s, webgl, canvas, etc) and reports the number of objects that can be simultaneou
sly animated while still achieving 30FPS. See <http://spaceport.io/community/per
fmarks>.", |
206 "code": ["chrome/src/tools/perf/perf_tools/spaceport.py"] | 210 "code": ["chrome/src/tools/perf/perf_tools/spaceport.py"] |
207 }, | 211 }, |
208 "startup_test": { | 212 "startup_test": { |
209 "description": "Measures startup and shutdown time for 1 tab, 5 tabs, and 10
tabs under a several different user profiles.", | 213 "description": "Measures startup and shutdown time for 1 tab, 5 tabs, and 10
tabs under a several different user profiles.", |
210 "code": ["chrome/src/chrome/test/perf/startup_test.cc"] | 214 "code": ["chrome/src/chrome/test/perf/startup_test.cc"] |
211 }, | 215 }, |
212 "sunspider": { | 216 "sunspider": { |
213 "description": "Performance on the SunSpider JavaScript benchmark <http://ww
w.webkit.org/perf/sunspider/sunspider.html>", | 217 "description": "Performance on the SunSpider JavaScript benchmark <http://ww
w.webkit.org/perf/sunspider/sunspider.html>", |
214 "code": ["chrome/src/tools/perf/perf_tools/sunspider.py"] | 218 "code": ["chrome/src/tools/perf/perf_tools/sunspider.py"] |
215 } | 219 } |
216 } | 220 } |
OLD | NEW |