Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Side by Side Diff: tools/perf/test-info.json

Issue 15995019: Add new blink_perf benchmark to test-info.json (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698