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

Side by Side Diff: tools/perf/page_sets/tough_animation_cases.json

Issue 24451002: [telemetry] Support absolute paths by changing file:/// to file://. More robust file path handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit test on mac, apparently /tmp is a symlink to /private/tmp Created 7 years, 2 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 "smoothness": { "action": "wait", "seconds": 5 }, 3 "smoothness": { "action": "wait", "seconds": 5 },
4 "pages": [ 4 "pages": [
5 { 5 {
6 "url": "file:///tough_animation_cases/keyframed_animations.html", 6 "url": "file://tough_animation_cases/keyframed_animations.html",
7 "why": "Tests various keyframed animations." 7 "why": "Tests various keyframed animations."
8 }, 8 },
9 { 9 {
10 "url": "file:///tough_animation_cases/transform_transitions.html", 10 "url": "file://tough_animation_cases/transform_transitions.html",
11 "why": "Tests various transitions." 11 "why": "Tests various transitions."
12 }, 12 },
13 { 13 {
14 "url": "http://ie.microsoft.com/testdrive/performance/robohornetpro/", 14 "url": "http://ie.microsoft.com/testdrive/performance/robohornetpro/",
15 "why": "Login page is slow because of ineffecient transform operations" 15 "why": "Login page is slow because of ineffecient transform operations"
16 }, 16 },
17 { 17 {
18 "url": "file:///tough_animation_cases/transform_transition_js_block.html", 18 "url": "file://tough_animation_cases/transform_transition_js_block.html",
19 "why": "JS execution blocks CSS transition unless initial transform is set " 19 "why": "JS execution blocks CSS transition unless initial transform is set "
20 } 20 }
21 ] 21 ]
22 } 22 }
OLDNEW
« no previous file with comments | « tools/perf/page_sets/page_cycler/moz2.json ('k') | tools/perf/page_sets/tough_canvas_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698