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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/image_decoding_measurement.json
diff --git a/tools/perf/page_sets/image_decoding_measurement.json b/tools/perf/page_sets/image_decoding_measurement.json
index cfe6ff729914e5883add0c4ad6ace9578986e025..0b09e959420326405ea771aa16a55f2c33a1680b 100644
--- a/tools/perf/page_sets/image_decoding_measurement.json
+++ b/tools/perf/page_sets/image_decoding_measurement.json
@@ -7,9 +7,9 @@
],
"image_decoding_measurement_limit_results_to_min_iterations": true,
"pages": [
- { "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?gif" },
- { "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?jpg" },
- { "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?png" },
- { "url": "file:///../../../chrome/test/data/image_decoding/image_decoding.html?webp" }
+ { "url": "file://../../../chrome/test/data/image_decoding/image_decoding.html?gif" },
+ { "url": "file://../../../chrome/test/data/image_decoding/image_decoding.html?jpg" },
+ { "url": "file://../../../chrome/test/data/image_decoding/image_decoding.html?png" },
+ { "url": "file://../../../chrome/test/data/image_decoding/image_decoding.html?webp" }
]
}
« 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