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

Side by Side Diff: tools/perf/page_sets/tough_canvas_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": "Self-driven Canvas2D animation examples", 2 "description": "Self-driven Canvas2D animation examples",
3 "archive_data_file": "data/tough_canvas_cases.json", 3 "archive_data_file": "data/tough_canvas_cases.json",
4 "make_javascript_deterministic": false, 4 "make_javascript_deterministic": false,
5 "smoothness": { "action": "wait", "seconds": 5 }, 5 "smoothness": { "action": "wait", "seconds": 5 },
6 "pages": [ 6 "pages": [
7 { "url":"http://mudcu.be/labs/JS1k/BreathingGalaxies.html" }, 7 { "url":"http://mudcu.be/labs/JS1k/BreathingGalaxies.html" },
8 { "url":"http://runway.countlessprojects.com/prototype/performance_test.html " }, 8 { "url":"http://runway.countlessprojects.com/prototype/performance_test.html " },
9 { "url":"http://geoapis.appspot.com/agdnZW9hcGlzchMLEgtFeGFtcGxlQ29kZRjh1wIM " }, 9 { "url":"http://geoapis.appspot.com/agdnZW9hcGlzchMLEgtFeGFtcGxlQ29kZRjh1wIM " },
10 { "url":"http://ie.microsoft.com/testdrive/Graphics/HowStuffWorksGears/Defau lt.html" }, 10 { "url":"http://ie.microsoft.com/testdrive/Graphics/HowStuffWorksGears/Defau lt.html" },
(...skipping 11 matching lines...) Expand all
22 { "url":"http://www.effectgames.com/demos/canvascycle/" }, 22 { "url":"http://www.effectgames.com/demos/canvascycle/" },
23 { "url":"http://www.thewildernessdowntown.com/" }, 23 { "url":"http://www.thewildernessdowntown.com/" },
24 { "url":"http://spielzeugz.de/html5/liquid-particles.html" }, 24 { "url":"http://spielzeugz.de/html5/liquid-particles.html" },
25 { "url":"http://hakim.se/experiments/html5/magnetic/02/" }, 25 { "url":"http://hakim.se/experiments/html5/magnetic/02/" },
26 { "url":"http://ie.microsoft.com/testdrive/Performance/LetItSnow/" }, 26 { "url":"http://ie.microsoft.com/testdrive/Performance/LetItSnow/" },
27 { "url":"http://ie.microsoft.com/testdrive/Graphics/WorkerFountains/Default. html" }, 27 { "url":"http://ie.microsoft.com/testdrive/Graphics/WorkerFountains/Default. html" },
28 { "url":"http://ie.microsoft.com/testdrive/Graphics/TweetMap/Default.html" } , 28 { "url":"http://ie.microsoft.com/testdrive/Graphics/TweetMap/Default.html" } ,
29 { "url":"http://ie.microsoft.com/testdrive/Graphics/VideoCity/Default.html" }, 29 { "url":"http://ie.microsoft.com/testdrive/Graphics/VideoCity/Default.html" },
30 { "url":"http://ie.microsoft.com/testdrive/Performance/AsteroidBelt/Default. html" }, 30 { "url":"http://ie.microsoft.com/testdrive/Performance/AsteroidBelt/Default. html" },
31 { "url":"http://www.smashcat.org/av/canvas_test/" }, 31 { "url":"http://www.smashcat.org/av/canvas_test/" },
32 { "url": "file:///tough_canvas_cases/canvas2d_balls_common/bouncing_balls.ht ml?ball=canvas_sprite&back=canvas" }, 32 { "url": "file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.htm l?ball=canvas_sprite&back=canvas" },
33 { "url": "file:///tough_canvas_cases/canvas2d_balls_common/bouncing_balls.ht ml?ball=image_with_shadow&back=image" }, 33 { "url": "file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.htm l?ball=image_with_shadow&back=image" },
34 { "url": "file:///tough_canvas_cases/canvas2d_balls_common/bouncing_balls.ht ml?ball=filled_path&back=gradient" }, 34 { "url": "file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.htm l?ball=filled_path&back=gradient" },
35 { "url": "file:///tough_canvas_cases/canvas2d_balls_common/bouncing_balls.ht ml?ball=text&back=white&ball_count=15" }, 35 { "url": "file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.htm l?ball=text&back=white&ball_count=15" },
36 { "url": "file:///tough_canvas_cases/canvas-animation-no-clear.html" }, 36 { "url": "file://tough_canvas_cases/canvas-animation-no-clear.html" },
37 { "url": "file:///../../../chrome/test/data/perf/canvas_bench/single_image.h tml" }, 37 { "url": "file://../../../chrome/test/data/perf/canvas_bench/single_image.ht ml" },
38 { "url": "file:///../../../chrome/test/data/perf/canvas_bench/many_images.ht ml" } 38 { "url": "file://../../../chrome/test/data/perf/canvas_bench/many_images.htm l" }
39 ] 39 ]
40 } 40 }
OLDNEW
« no previous file with comments | « tools/perf/page_sets/tough_animation_cases.json ('k') | tools/perf/page_sets/tough_scrolling_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698