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 "blink_perf": { |
| 4 "description": "Runs all enabled benchmarks in third_party/WebKit/Performanc
eTests/", |
| 5 "code": [ |
| 6 "chrome/src/tools/perf/perf_tools/blink_perf.py", |
| 7 "third_party/WebKit/PerformanceTests/" |
| 8 ] |
| 9 }, |
3 "bloat": { | 10 "bloat": { |
4 "description": "Load an image many times and ensure memory usage stays low."
, | 11 "description": "Load an image many times and ensure memory usage stays low."
, |
5 "code": [ | 12 "code": [ |
6 "chrome/src/tools/perf/page_sets/page_cycler/bloat.json", | 13 "chrome/src/tools/perf/page_sets/page_cycler/bloat.json", |
7 "chrome/src/tools/perf/perf_tools/page_cycler.py" | 14 "chrome/src/tools/perf/perf_tools/page_cycler.py" |
8 ] | 15 ] |
9 }, | 16 }, |
10 "cc_perftests": { | 17 "cc_perftests": { |
11 "description": "Microbenchmarks for compositor (cc/) component.", | 18 "description": "Microbenchmarks for compositor (cc/) component.", |
12 "code": [ | 19 "code": [ |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
254 "code": ["chrome/src/tools/perf/perf_tools/sunspider.py"] | 261 "code": ["chrome/src/tools/perf/perf_tools/sunspider.py"] |
255 }, | 262 }, |
256 "typical_25": { | 263 "typical_25": { |
257 "description": "Page load time benchmark for a 25 typical web pages. Designe
d to represent typical, not highly optimized or highly popular web sites. Runs a
gainst pages recorded in April, 2013.", | 264 "description": "Page load time benchmark for a 25 typical web pages. Designe
d to represent typical, not highly optimized or highly popular web sites. Runs a
gainst pages recorded in April, 2013.", |
258 "code": [ | 265 "code": [ |
259 "chrome/src/tools/perf/perf_tools/page_cycler.py", | 266 "chrome/src/tools/perf/perf_tools/page_cycler.py", |
260 "chrome/src/tools/perf/page_sets/typical_25.json" | 267 "chrome/src/tools/perf/page_sets/typical_25.json" |
261 ] | 268 ] |
262 } | 269 } |
263 } | 270 } |
OLD | NEW |