Commit 4ed6aee2 authored by ashleymarie's avatar ashleymarie Committed by Commit Bot

Explicitly setting story names for the dromaeo story sets.

BUG=chromium:720002

Review-Url: https://codereview.chromium.org/2914733002
Cr-Commit-Position: refs/heads/master@{#476143}
parent 6d7032c3
...@@ -118,10 +118,11 @@ class _DromaeoBenchmark(perf_benchmark.PerfBenchmark): ...@@ -118,10 +118,11 @@ class _DromaeoBenchmark(perf_benchmark.PerfBenchmark):
ps = story.StorySet( ps = story.StorySet(
archive_data_file=archive_data_file, archive_data_file=archive_data_file,
base_dir=os.path.dirname(os.path.abspath(__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 url = 'http://dromaeo.com?%s' % self.query_param
ps.AddStory(page_module.Page( 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 return ps
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment