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

Side by Side Diff: tools/perf/page_sets/service_worker_micro_benchmark.py

Issue 799183002: Rename AddPage -> AddUserStory in tools/perf/page_sets/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « tools/perf/page_sets/service_worker.py ('k') | tools/perf/page_sets/simple_mobile_sites.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 from telemetry.page import page as page 5 from telemetry.page import page as page
6 from telemetry.page import page_set as page_set 6 from telemetry.page import page_set as page_set
7 7
8 8
9 archive_data_file_path = 'data/service_worker_micro_benchmark.json' 9 archive_data_file_path = 'data/service_worker_micro_benchmark.json'
10 10
(...skipping 17 matching lines...) Expand all
28 28
29 # pylint: disable=C0301 29 # pylint: disable=C0301
30 # The code of localhost:8091 is placed in 30 # The code of localhost:8091 is placed in
31 # https://github.com/coonsta/Service-Worker-Performance 31 # https://github.com/coonsta/Service-Worker-Performance
32 # but currently the following is used: 32 # but currently the following is used:
33 # https://github.com/amiq11/Service-Worker-Performance/tree/follow_spec_and_ many_registration 33 # https://github.com/amiq11/Service-Worker-Performance/tree/follow_spec_and_ many_registration
34 # (rev: 3238098ea0225f53dab2f69f7406db8a2712dbf9) 34 # (rev: 3238098ea0225f53dab2f69f7406db8a2712dbf9)
35 # This will be merged into the main repository. 35 # This will be merged into the main repository.
36 # pylint: enable=C0301 36 # pylint: enable=C0301
37 # Why: to measure performance of many concurrent fetches 37 # Why: to measure performance of many concurrent fetches
38 self.AddPage(ServiceWorkerBenchmarkPage( 38 self.AddUserStory(ServiceWorkerBenchmarkPage(
39 'http://localhost:8091/index.html', self)) 39 'http://localhost:8091/index.html', self))
OLDNEW
« no previous file with comments | « tools/perf/page_sets/service_worker.py ('k') | tools/perf/page_sets/simple_mobile_sites.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698