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

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

Issue 2914733002: Explicitly setting story names for the dromaeo story sets. (Closed)
Patch Set: Created 3 years, 7 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 | « 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/dromaeo.py
diff --git a/tools/perf/benchmarks/dromaeo.py b/tools/perf/benchmarks/dromaeo.py
index a58477998bf0a7b589bc587bf2db2761f1c00dbf..a9a5fbbbb4fba8d89b5a705bc873e4d8afacb342 100644
--- a/tools/perf/benchmarks/dromaeo.py
+++ b/tools/perf/benchmarks/dromaeo.py
@@ -118,10 +118,11 @@ class _DromaeoBenchmark(perf_benchmark.PerfBenchmark):
ps = story.StorySet(
archive_data_file=archive_data_file,
base_dir=os.path.dirname(os.path.abspath(__file__)),
- cloud_storage_bucket=story.PUBLIC_BUCKET)
+ cloud_storage_bucket=story.PUBLIC_BUCKET,
+ verify_names=True)
url = 'http://dromaeo.com?%s' % self.query_param
ps.AddStory(page_module.Page(
- url, ps, ps.base_dir, make_javascript_deterministic=False))
+ url, ps, ps.base_dir, make_javascript_deterministic=False, name=url))
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