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

Unified Diff: tools/perf/page_sets/animations.json

Issue 11734036: Add robohornet as an animation test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 12 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 | « tools/perf/page_sets/2012Q3.json ('k') | tools/perf/page_sets/key_desktop_sites.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/animations.json
diff --git a/tools/perf/page_sets/animations.json b/tools/perf/page_sets/animations.json
index 5da2666d66ca127006c1f875c877948ff49c1ae0..d9e0e3e970406b7480a39c1502c4112c378286e9 100644
--- a/tools/perf/page_sets/animations.json
+++ b/tools/perf/page_sets/animations.json
@@ -1,7 +1,29 @@
{
"description": "A collection of animation performance tests",
"pages": [
- {"url": "file:///animations/keyframed_animations.html"},
- {"url": "file:///animations/transform_transitions.html"}
+ {
+ "url": "file:///animations/keyframed_animations.html",
+ "why": "Tests various keyframed animations.",
+ "smoothness": {
+ "action": "wait_interaction",
+ "duration": 5
+ }
+ },
+ {
+ "url": "file:///animations/transform_transitions.html",
+ "why": "Tests various transitions.",
+ "smoothness": {
+ "action": "wait_interaction",
+ "duration": 5
+ }
+ },
+ {
+ "url": "http://ie.microsoft.com/testdrive/performance/robohornetpro/",
+ "why": "Login page is slow because of ineffecient transform operations",
+ "smoothness": {
+ "action": "wait_interaction",
+ "duration": 5
+ }
+ }
]
}
« no previous file with comments | « tools/perf/page_sets/2012Q3.json ('k') | tools/perf/page_sets/key_desktop_sites.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698