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..aa5dca937b9f0fcbc94dee64a8b186ebf4c29cc5 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" |
hartmanng
2013/01/04 15:34:35
I think you should be able to specify durations as
|
+ } |
+ }, |
+ { |
+ "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" |
+ } |
+ } |
] |
} |