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

Unified Diff: tools/perf/benchmarks/robohornet_pro.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/benchmarks/octane.py ('k') | tools/perf/benchmarks/speedometer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/robohornet_pro.py
diff --git a/tools/perf/benchmarks/robohornet_pro.py b/tools/perf/benchmarks/robohornet_pro.py
index 8e875a74adabf5aa6f97b549afaa7550f158d530..d36da24c1c7f850d03cbd0b1ef0b561a15f85235 100644
--- a/tools/perf/benchmarks/robohornet_pro.py
+++ b/tools/perf/benchmarks/robohornet_pro.py
@@ -51,12 +51,12 @@ class RobohornetPro(benchmark.Benchmark):
def CreatePageSet(self, options):
ps = page_set.PageSet(
- archive_data_file='../page_sets/data/robohornet_pro.json',
- # Measurement require use of real Date.now() for measurement.
- make_javascript_deterministic=False,
- file_path=os.path.abspath(__file__),
- bucket=page_set.PARTNER_BUCKET)
+ archive_data_file='../page_sets/data/robohornet_pro.json',
+ file_path=os.path.abspath(__file__),
+ bucket=page_set.PARTNER_BUCKET)
ps.AddUserStory(page_module.Page(
'http://ie.microsoft.com/testdrive/performance/robohornetpro/',
- ps, ps.base_dir))
+ ps, ps.base_dir,
+ # Measurement require use of real Date.now() for measurement.
+ make_javascript_deterministic=False))
return ps
« no previous file with comments | « tools/perf/benchmarks/octane.py ('k') | tools/perf/benchmarks/speedometer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698