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

Side by Side 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, 11 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
OLDNEW
1 { 1 {
2 "description": "A collection of animation performance tests", 2 "description": "A collection of animation performance tests",
3 "pages": [ 3 "pages": [
4 {"url": "file:///animations/keyframed_animations.html"}, 4 {
5 {"url": "file:///animations/transform_transitions.html"} 5 "url": "file:///animations/keyframed_animations.html",
6 "why": "Tests various keyframed animations.",
7 "smoothness": {
8 "action": "wait_interaction",
9 "duration": "5"
hartmanng 2013/01/04 15:34:35 I think you should be able to specify durations as
10 }
11 },
12 {
13 "url": "file:///animations/transform_transitions.html",
14 "why": "Tests various transitions.",
15 "smoothness": {
16 "action": "wait_interaction",
17 "duration": "5"
18 }
19 },
20 {
21 "url": "http://ie.microsoft.com/testdrive/performance/robohornetpro/",
22 "why": "Login page is slow because of ineffecient transform operations",
23 "smoothness": {
24 "action": "wait_interaction",
25 "duration": "5"
26 }
27 }
6 ] 28 ]
7 } 29 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698