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

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

Issue 748593002: Add bucket to pageset used in jetstream benchmark. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | no next file » | 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 e22a72cea311a5631862319322b93db2db6d1aa4..f7fc45fc2db3f67de3722b311a71d732e605a331 100644
--- a/tools/perf/benchmarks/jetstream.py
+++ b/tools/perf/benchmarks/jetstream.py
@@ -83,6 +83,7 @@ class Jetstream(benchmark.Benchmark):
ps = page_set.PageSet(
archive_data_file='../page_sets/data/jetstream.json',
make_javascript_deterministic=False,
- file_path=os.path.abspath(__file__))
+ file_path=os.path.abspath(__file__),
+ bucket=page_set.INTERNAL_BUCKET)
ps.AddPageWithDefaultRunNavigate('http://browserbench.org/JetStream/')
return ps
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698