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

Unified Diff: tools/perf/benchmarks/dromaeo.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 | « content/test/gpu/gpu_tests/maps.py ('k') | tools/perf/benchmarks/jetstream.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/dromaeo.py
diff --git a/tools/perf/benchmarks/dromaeo.py b/tools/perf/benchmarks/dromaeo.py
index 0ee1ffd9ad001041bd31e51de2d7b32ad733051b..c5e00c452d946479dd20602df6e232cf4bc4cf71 100644
--- a/tools/perf/benchmarks/dromaeo.py
+++ b/tools/perf/benchmarks/dromaeo.py
@@ -105,11 +105,11 @@ class _DromaeoBenchmark(benchmark.Benchmark):
raise NotImplementedError('query_param or tag not in Dromaeo benchmark.')
archive_data_file = '../page_sets/data/dromaeo.%s.json' % self.tag
ps = page_set.PageSet(
- make_javascript_deterministic=False,
archive_data_file=archive_data_file,
file_path=os.path.abspath(__file__), bucket=page_set.PUBLIC_BUCKET)
url = 'http://dromaeo.com?%s' % self.query_param
- ps.AddUserStory(page_module.Page(url, ps, ps.base_dir))
+ ps.AddUserStory(page_module.Page(
+ url, ps, ps.base_dir, make_javascript_deterministic=False))
return ps
« no previous file with comments | « content/test/gpu/gpu_tests/maps.py ('k') | tools/perf/benchmarks/jetstream.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698