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

Unified Diff: tools/perf/page_sets/service_worker_micro_benchmark.py

Issue 806513002: Move make_javascript_deterministic to UserStory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years 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/service_worker.py ('k') | tools/perf/page_sets/top_desktop_sites_2012Q3.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/service_worker_micro_benchmark.py
diff --git a/tools/perf/page_sets/service_worker_micro_benchmark.py b/tools/perf/page_sets/service_worker_micro_benchmark.py
index 6523aada82e291d7f03edde707f5d08b3168db20..24ac8d22197b60e97a35ab0df70ddf01611653ef 100644
--- a/tools/perf/page_sets/service_worker_micro_benchmark.py
+++ b/tools/perf/page_sets/service_worker_micro_benchmark.py
@@ -23,7 +23,6 @@ class ServiceWorkerMicroBenchmarkPageSet(page_set.PageSet):
def __init__(self):
super(ServiceWorkerMicroBenchmarkPageSet, self).__init__(
archive_data_file=archive_data_file_path,
- make_javascript_deterministic=False,
bucket=page_set.PUBLIC_BUCKET)
# pylint: disable=C0301
@@ -36,4 +35,5 @@ class ServiceWorkerMicroBenchmarkPageSet(page_set.PageSet):
# pylint: enable=C0301
# Why: to measure performance of many concurrent fetches
self.AddUserStory(ServiceWorkerBenchmarkPage(
- 'http://localhost:8091/index.html', self))
+ 'http://localhost:8091/index.html', self,
+ make_javascript_deterministic=False))
« no previous file with comments | « tools/perf/page_sets/service_worker.py ('k') | tools/perf/page_sets/top_desktop_sites_2012Q3.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698