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

Side by Side Diff: tools/perf/page_sets/image_decoding_measurement.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
« no previous file with comments | « tools/perf/page_sets/blank_page.json ('k') | tools/perf/page_sets/page_cycler/alexa_us.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "description": "A directed benchmark of image decoding performance", 2 "description": "A directed benchmark of image decoding performance",
3 "navigate_steps": [ 3 "navigate_steps": [
4 { "action": "navigate" }, 4 { "action": "navigate" },
5 { "action": "javascript", "expression": "runBenchmark();" }, 5 { "action": "javascript", "expression": "runBenchmark();" },
6 { "action": "wait", "javascript": "isDone" } 6 { "action": "wait", "javascript": "isDone" }
7 ], 7 ],
8 "image_decoding_measurement_limit_results_to_min_iterations": true, 8 "image_decoding_measurement_limit_results_to_min_iterations": true,
9 "pages": [ 9 "pages": [
10 { "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht ml?gif" }, 10 { "url": "file://../../../chrome/test/data/image_decoding/image_decoding.htm l?gif" },
11 { "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht ml?jpg" }, 11 { "url": "file://../../../chrome/test/data/image_decoding/image_decoding.htm l?jpg" },
12 { "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht ml?png" }, 12 { "url": "file://../../../chrome/test/data/image_decoding/image_decoding.htm l?png" },
13 { "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.ht ml?webp" } 13 { "url": "file://../../../chrome/test/data/image_decoding/image_decoding.htm l?webp" }
14 ] 14 ]
15 } 15 }
OLDNEW
« no previous file with comments | « tools/perf/page_sets/blank_page.json ('k') | tools/perf/page_sets/page_cycler/alexa_us.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698