Add trace-info.json which contains information about perf traces. Also update test...
[chromium-blink-merge.git] / tools / perf / test-info.json
blob1360d784b5acf96290762f53acb6acc439da7689
2   "_description": "This file contains info about our performance test suites, used by the perf dashboard (http://chromeperf.appspot.com).",
3   "bloat": {
4     "description": "Load an image many times and ensure memory usage stays low.",
5     "code": [
6       "chrome/src/tools/perf/page_sets/page_cycler/bloat.json",
7       "chrome/src/tools/perf/perf_tools/page_cycler.py"
8     ]
9   },
10   "dhtml": {
11     "description": "Benchmarks for various DHTML operations like simple animations.",
12     "code": [
13       "chrome/src/tools/perf/page_sets/page_cycler/dhtml.json",
14       "chrome/src/tools/perf/perf_tools/page_cycler.py"
15     ]
16   },
17   "dom_perf": {
18     "description": "Performance of DOM operations.",
19     "code": [
20       "chrome/tools/build/scripts/slave/chromium/dom_perf.py"
21     ]
22   },
23   "dromaeo_domcoreattr": {
24     "description": "Setting and getting DOM node attributes.",
25     "code": [
26       "chrome/src/tools/perf/page_sets/dromaeo/domcoreattr.json",
27       "chrome/src/tools/perf/perf_tools/dromaeo.py"
28     ]
29   },
30   "dromaeo_domcoremodify": {
31     "description": "Creating and injecting DOM nodes.",
32     "code": [
33       "chrome/src/tools/perf/page_sets/dromaeo/domcoremodify.json",
34       "chrome/src/tools/perf/perf_tools/dromaeo.py"
35     ]
36   },
37   "dromaeo_domcorequery": {
38     "description": "Querying DOM elements in a document.",
39     "code": [
40       "chrome/src/tools/perf/page_sets/dromaeo/domcorequery.json",
41       "chrome/src/tools/perf/perf_tools/dromaeo.py"
42     ]
43   },
44   "dromaeo_domcoretraverse": {
45     "description": "Traversing a DOM structure.",
46     "code": [
47       "chrome/src/tools/perf/page_sets/dromaeo/domcoretraverse.json",
48       "chrome/src/tools/perf/perf_tools/dromaeo.py"
49     ]
50   },
51   "dromaeo_jslibattrjquery": {
52     "description": "",
53     "code": [
54       "chrome/src/tools/perf/page_sets/dromaeo/jslibattrjquery.json",
55       "chrome/src/tools/perf/perf_tools/dromaeo.py"
56     ]
57   },
58   "dromaeo_jslibattrprototype": {
59     "description": "",
60     "code": [
61       "chrome/src/tools/perf/page_sets/dromaeo/jslibattrprototype.json",
62       "chrome/src/tools/perf/perf_tools/dromaeo.py"
63     ]
64   },
65   "dromaeo_jslibeventjquery": {
66     "description": "",
67     "code": [
68       "chrome/src/tools/perf/page_sets/dromaeo/jslibattrprototype.json",
69       "chrome/src/tools/perf/perf_tools/dromaeo.py"
70     ]
71   },
72   "dromaeo_jslibeventprototype": {
73     "description": "",
74     "code": [
75       "chrome/src/tools/perf/page_sets/dromaeo/jslibeventprototype.json",
76       "chrome/src/tools/perf/perf_tools/dromaeo.py"
77     ]
78   },
79   "dromaeo_jslibmodifyjquery": {
80     "description": "",
81     "code": [
82       "chrome/src/tools/perf/page_sets/dromaeo/jslibmodifyjquery.json",
83       "chrome/src/tools/perf/perf_tools/dromaeo.py"
84     ]
85   },
86   "dromaeo_jslibmodifyprototype": {
87     "description": "",
88     "code": [
89       "chrome/src/tools/perf/page_sets/dromaeo/jslibmodifyprototype.json",
90       "chrome/src/tools/perf/perf_tools/dromaeo.py"
91     ]
92   },
93   "dromaeo_jslibstylejquery": {
94     "description": "",
95     "code": [
96       "chrome/src/tools/perf/page_sets/dromaeo/jslibstylejquery.json",
97       "chrome/src/tools/perf/perf_tools/dromaeo.py"
98     ]
99   },
100   "dromaeo_jslibstyleprototype": {
101     "description": "",
102     "code": [
103       "chrome/src/tools/perf/page_sets/dromaeo/jslibstyleprototype.json",
104       "chrome/src/tools/perf/perf_tools/dromaeo.py"
105     ]
106   },
107   "dromaeo_jslibtraversejquery": {
108     "description": "",
109     "code": [
110       "chrome/src/tools/perf/page_sets/dromaeo/jslibtraversejquery.json",
111       "chrome/src/tools/perf/perf_tools/dromaeo.py"
112     ]
113   },
114   "dromaeo_jslibtraverseprototype": {
115     "description": "",
116     "code": [
117       "chrome/src/tools/perf/page_sets/dromaeo/jslibtraverseprototype.json",
118       "chrome/src/tools/perf/perf_tools/dromaeo.py"
119     ]
120   },
121   "idb_perf": {
122     "description": "Benchmarks for a variety of IndexedDB operations.",
123     "code": [
124       "chrome/src/chrome/test/perf/indexeddb_uitest.cc",
125       "chrome/src/chrome/test/data/indexeddb/perf_test.html"
126     ]
127   },
128   "image_decoding_benchmark": {
129     "description": "Milliseconds to decode a large image of various formats (gif, jpg, png, webp).",
130     "code": [
131       "chrome/src/tools/perf/perf_tools/image_decoding_benchmark.py",
132       "chrome/src/chrome/test/data/image_decoding/"
133     ]
134   },
135   "indexeddb": {
136     "description": "Benchmark for a basic insert operation in Indexed DB.",
137     "code": [
138       "chrome/src/tools/perf/perf_tools/page_cycler.py",
139       "chrome/src/tools/perf/page_sets/page_cycler/indexed_db/basic_insert.json"
140     ]
141   },
142   "intl1": {
143     "description": "Page loading benchmark for a variety of pages in a variety of international languages.",
144     "code": [
145       "chrome/src/tools/perf/perf_tools/page_cycler.py",
146       "chrome/src/tools/perf/page_sets/page_cycler/intl1.json"
147     ]
148   },
149   "intl2": {
150     "description": "Page loading benchmark for a variety of pages in a variety of international languages.",
151     "code": [
152       "chrome/src/tools/perf/perf_tools/page_cycler.py",
153       "chrome/src/tools/perf/page_sets/page_cycler/intl2.json"
154     ]
155   },
156   "jsgamebench": {
157     "description": "Score on [Facebook's JSGameBench benchmark](https://github.com/facebook/jsgamebench).\n\nThe focus is sprite performance a player is likely to see. Scoring is how many sprites are drawn, so large scores are better.\n\nFor each render path, JSGameBench draws as many moving, animating sprites as possible at 30fps against a background with both axis-aligned and rotated sprites. We try both because significant performance differences between the two indicate flaws or oversights in current rendering techniques. More importantly, while animation can be used instead of sprite rotations, it is often an unacceptable trade off that game developers should not be forced to make.\n\nThe final score is the geometric mean of the axis aligned and rotated scores. Geometric mean is used to prevent a high axis aligned score from hiding the poor rotated performance.",
158     "code": ["chrome/src/tools/perf/perf_tools/jsgamebench.py"]
159   },
160   "kraken": {
161     "description": "Score on [Mozilla's Kraken JavaScript benchmark](http://krakenbenchmark.mozilla.org/)",
162     "code": ["chrome/src/tools/perf/perf_tools/kraken.py"]
163   },
164   "mach_ports": {
165     "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 Mach ports, which was the source of [bug 105513](http://crbug.com/105513).",
166     "code": [
167       "chrome/src/chrome/test/perf/mach_ports_test.cc"
168     ]
169   },
170   "memory_benchmark": {
171     "description": "Use (recorded versions of) real world web sites and measure memory consumption.",
172     "code": ["chrome/src/tools/perf/perf_tools/memory_benchmark.py"]
173   },
174   "memory_test": {
175     "description": "Loads a number of URLs across tabs and windows and measures the memory usage.",
176     "code": ["chrome/src/chrome/test/perf/memory_test.cc"]
177   },
178   "morejs": {
179     "description": "Page loading benchmark for a variety of pages that were JavaScript heavy in 2009.",
180     "code": [
181       "chrome/src/tools/perf/perf_tools/page_cycler.py",
182       "chrome/src/tools/perf/page_sets/page_cycler/morejs.json"
183     ]
184   },
185   "moz": {
186     "description": "Page loading benchmark for mozilla's original page set. Recorded in December 2000.",
187     "code": [
188       "chrome/src/tools/perf/perf_tools/page_cycler.py",
189       "chrome/src/tools/perf/page_sets/page_cycler/moz.json"
190     ]
191   },
192   "octane": {
193     "description": "Score on the [V8 team's Octane benchmark](http://octane-benchmark.googlecode.com/svn/latest/index.html)",
194     "code": ["chrome/src/tools/perf/perf_tools/octane.py"]
195   },
196   "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"]
199   },
200   "scrolling_benchmark": {
201     "description": "Measures frame rate and a variety of other statistics while scrolling down the top 25 web pages. [Documentation](http://www.chromium.org/developers/design-documents/rendering-benchmarks).",
202     "code": ["chrome/src/tools/perf/perf_tools/scrolling_benchmark.py"]
203   },
204   "spaceport": {
205     "description": "Performance on [spaceport.io's perfmarks benchmark](http://spaceport.io/community/perfmarks). This test performs 3 animations (rotate, translate, scale) using a variety of methods (css, webgl, canvas, etc) and reports the number of objects that can be simultaneously animated while still achieving 30FPS.",
206     "code": ["chrome/src/tools/perf/perf_tools/spaceport.py"]
207   },
208   "startup_test": {
209     "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"]
211   },
212   "sunspider": {
213     "description": "Performance on the [SunSpider JavaScript benchmark](http://www.webkit.org/perf/sunspider/sunspider.html)",
214     "code": ["chrome/src/tools/perf/perf_tools/sunspider.py"]
215   }