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

Side by Side Diff: tools/perf/page_sets/tough_texture_upload_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 texture upload performance tests", 2 "description": "A collection of texture upload performance tests",
3 "smoothness": { "action": "scroll" }, 3 "smoothness": { "action": "scroll" },
4 "pages": [ 4 "pages": [
5 { "url": "file:///tough_texture_upload_cases/background_color_animation.html " }, 5 { "url": "file://tough_texture_upload_cases/background_color_animation.html" },
6 { "url": "file:///tough_texture_upload_cases/background_color_animation_and_ transform_animation.html" }, 6 { "url": "file://tough_texture_upload_cases/background_color_animation_and_t ransform_animation.html" },
7 { "url": "file:///tough_texture_upload_cases/background_color_animation_with _gradient.html" }, 7 { "url": "file://tough_texture_upload_cases/background_color_animation_with_ gradient.html" },
8 { "url": "file:///tough_texture_upload_cases/background_color_animation_with _gradient_and_transform_animation.html" } 8 { "url": "file://tough_texture_upload_cases/background_color_animation_with_ gradient_and_transform_animation.html" }
9 ] 9 ]
10 } 10 }
OLDNEW
« no previous file with comments | « tools/perf/page_sets/tough_scrolling_cases.json ('k') | tools/perf/page_sets/tough_video_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698