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

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

Issue 1176733003: [Telemetry] Change the page's file_path param to base_dir param (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/indexeddb_perf.py ('k') | tools/perf/benchmarks/kraken.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/jetstream.py
diff --git a/tools/perf/benchmarks/jetstream.py b/tools/perf/benchmarks/jetstream.py
index 90620cdb881a53e5ca7dd4a56ba618a2306290c8..9a73cef824e497bd016ada2624b36b87343ebfe8 100644
--- a/tools/perf/benchmarks/jetstream.py
+++ b/tools/perf/benchmarks/jetstream.py
@@ -89,7 +89,7 @@ class Jetstream(perf_benchmark.PerfBenchmark):
def CreatePageSet(self, options):
ps = page_set.PageSet(
archive_data_file='../page_sets/data/jetstream.json',
- file_path=os.path.abspath(__file__),
+ base_dir=os.path.dirname(os.path.abspath(__file__)),
bucket=page_set.INTERNAL_BUCKET)
ps.AddUserStory(page_module.Page(
'http://browserbench.org/JetStream/', ps, ps.base_dir,
« no previous file with comments | « tools/perf/benchmarks/indexeddb_perf.py ('k') | tools/perf/benchmarks/kraken.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698