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

Unified Diff: tools/perf/benchmarks/sunspider.py

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/benchmarks/spaceport.py ('k') | tools/perf/page_sets/blank_page.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/sunspider.py
diff --git a/tools/perf/benchmarks/sunspider.py b/tools/perf/benchmarks/sunspider.py
index a309e383ce00d1b125653b0c0b32a4662d0d6f49..2ec91a9a0e71cde3acf8d3519bacb0ce5c71f323 100644
--- a/tools/perf/benchmarks/sunspider.py
+++ b/tools/perf/benchmarks/sunspider.py
@@ -46,7 +46,7 @@ class Sunspider(test.Test):
'chrome', 'test', 'data', 'sunspider')
return page_set.PageSet.FromDict(
{
- 'serving_dirs': [''],
- 'pages': [{ 'url': 'file:///sunspider-1.0/driver.html' }],
+ 'serving_dirs': ['.'],
+ 'pages': [{ 'url': 'file://sunspider-1.0/driver.html' }],
},
sunspider_dir)
« no previous file with comments | « tools/perf/benchmarks/spaceport.py ('k') | tools/perf/page_sets/blank_page.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698