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

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

Issue 2923593002: Explicitly naming the story in the octane benchmark (Closed)
Patch Set: Created 3 years, 6 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/octane.py
diff --git a/tools/perf/benchmarks/octane.py b/tools/perf/benchmarks/octane.py
index 6245c334c0f8d269ca8e77118ff2537a1b15f1e1..117c0fec588ee69a6c0fc13491fb0d5c3e0605b8 100644
--- a/tools/perf/benchmarks/octane.py
+++ b/tools/perf/benchmarks/octane.py
@@ -148,8 +148,10 @@ class Octane(perf_benchmark.PerfBenchmark):
ps = story.StorySet(
archive_data_file='../page_sets/data/octane.json',
base_dir=os.path.dirname(os.path.abspath(__file__)),
- cloud_storage_bucket=story.PUBLIC_BUCKET)
+ cloud_storage_bucket=story.PUBLIC_BUCKET,
+ verify_names=True)
ps.AddStory(page_module.Page(
'http://chromium.github.io/octane/index.html?auto=1',
- ps, ps.base_dir, make_javascript_deterministic=False))
+ ps, ps.base_dir, make_javascript_deterministic=False,
+ name='http://chromium.github.io/octane/index.html?auto=1'))
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