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

Unified Diff: tools/perf/page_sets/service_worker_micro_benchmark.py

Issue 2925703002: Explicitly set story names for service_worker benchmark stories (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 | « tools/perf/page_sets/service_worker.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/service_worker_micro_benchmark.py
diff --git a/tools/perf/page_sets/service_worker_micro_benchmark.py b/tools/perf/page_sets/service_worker_micro_benchmark.py
index 21f1c8e1f21478c6d4a2f37105b759a81114a509..57f98483d6c13ab2c4329c27bc13d2093c3d48de 100644
--- a/tools/perf/page_sets/service_worker_micro_benchmark.py
+++ b/tools/perf/page_sets/service_worker_micro_benchmark.py
@@ -20,7 +20,8 @@ class ServiceWorkerMicroBenchmarkPageSet(story.StorySet):
def __init__(self):
super(ServiceWorkerMicroBenchmarkPageSet, self).__init__(
archive_data_file='data/service_worker_micro_benchmark.json',
- cloud_storage_bucket=story.PUBLIC_BUCKET)
+ cloud_storage_bucket=story.PUBLIC_BUCKET,
+ verify_names=True)
# pylint: disable=line-too-long
# The latest code of localhost:8091 is from:
@@ -31,4 +32,5 @@ class ServiceWorkerMicroBenchmarkPageSet(story.StorySet):
# Why: to measure performance of many concurrent fetches
self.AddStory(ServiceWorkerBenchmarkPage(
'http://localhost:8091/index.html', self,
- make_javascript_deterministic=False))
+ make_javascript_deterministic=False,
+ name='http://localhost:8091/index.html'))
« no previous file with comments | « tools/perf/page_sets/service_worker.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698