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

Unified Diff: tools/perf/test-info.json

Issue 14362040: Add descriptions for dromaeo jslib tests from dromaeo.com and also description/code for sizes test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/test-info.json
diff --git a/tools/perf/test-info.json b/tools/perf/test-info.json
index c14cf3811eef083e5171b57765a4cb7034ae6a5a..5961ea47786947ffe62e34258e6c778521e7bb95 100644
--- a/tools/perf/test-info.json
+++ b/tools/perf/test-info.json
@@ -49,70 +49,70 @@
]
},
"dromaeo_jslibattrjquery": {
- "description": "",
+ "description": "Setting and getting DOM node attributes using the jQuery JavaScript Library.",
"code": [
"chrome/src/tools/perf/page_sets/dromaeo/jslibattrjquery.json",
"chrome/src/tools/perf/perf_tools/dromaeo.py"
]
},
"dromaeo_jslibattrprototype": {
- "description": "",
+ "description": "Setting and getting DOM node attributes using the Prototype JavaScript Library.",
"code": [
"chrome/src/tools/perf/page_sets/dromaeo/jslibattrprototype.json",
"chrome/src/tools/perf/perf_tools/dromaeo.py"
]
},
"dromaeo_jslibeventjquery": {
- "description": "",
+ "description": "Binding, removing, and triggering DOM events using the jQuery JavaScript Library.",
"code": [
"chrome/src/tools/perf/page_sets/dromaeo/jslibattrprototype.json",
"chrome/src/tools/perf/perf_tools/dromaeo.py"
]
},
"dromaeo_jslibeventprototype": {
- "description": "",
+ "description": "Binding, removing, and triggering DOM events using the Prototype JavaScript Library.",
"code": [
"chrome/src/tools/perf/page_sets/dromaeo/jslibeventprototype.json",
"chrome/src/tools/perf/perf_tools/dromaeo.py"
]
},
"dromaeo_jslibmodifyjquery": {
- "description": "",
+ "description": "Creating and injecting DOM nodes into a document using the jQuery JavaScript Library",
"code": [
"chrome/src/tools/perf/page_sets/dromaeo/jslibmodifyjquery.json",
"chrome/src/tools/perf/perf_tools/dromaeo.py"
]
},
"dromaeo_jslibmodifyprototype": {
- "description": "",
+ "description": "Creating and injecting DOM nodes into a document using the Prototype JavaScript Library.",
"code": [
"chrome/src/tools/perf/page_sets/dromaeo/jslibmodifyprototype.json",
"chrome/src/tools/perf/perf_tools/dromaeo.py"
]
},
"dromaeo_jslibstylejquery": {
- "description": "",
+ "description": "Getting and setting CSS information on DOM elements using the jQuery JavaScript Library.",
"code": [
"chrome/src/tools/perf/page_sets/dromaeo/jslibstylejquery.json",
"chrome/src/tools/perf/perf_tools/dromaeo.py"
]
},
"dromaeo_jslibstyleprototype": {
- "description": "",
+ "description": "Getting and setting CSS information on DOM elements using the Prototype JavaScript Library.",
"code": [
"chrome/src/tools/perf/page_sets/dromaeo/jslibstyleprototype.json",
"chrome/src/tools/perf/perf_tools/dromaeo.py"
]
},
"dromaeo_jslibtraversejquery": {
- "description": "",
+ "description": "Traversing a DOM structure using the jQuery JavaScript Library.",
"code": [
"chrome/src/tools/perf/page_sets/dromaeo/jslibtraversejquery.json",
"chrome/src/tools/perf/perf_tools/dromaeo.py"
]
},
"dromaeo_jslibtraverseprototype": {
- "description": "",
+ "description": "Traversing a DOM structure using the Prototype JavaScript Library.",
"code": [
"chrome/src/tools/perf/page_sets/dromaeo/jslibtraverseprototype.json",
"chrome/src/tools/perf/perf_tools/dromaeo.py"
@@ -201,6 +201,10 @@
"description": "Measures frame rate and a variety of other statistics while scrolling down the top 25 web pages. See <http://www.chromium.org/developers/design-documents/rendering-benchmarks>.",
"code": ["chrome/src/tools/perf/perf_tools/scrolling_benchmark.py"]
},
+ "sizes": {
+ "description": "Tracks binary sizes and number of static initializers.",
+ "code": ["chrome/tools/build/scripts/slave/chromium/sizes.py"]
+ },
"spaceport": {
"description": "Performance on spaceport.io's perfmarks benchmark. 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. See <http://spaceport.io/community/perfmarks>.",
"code": ["chrome/src/tools/perf/perf_tools/spaceport.py"]
« 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