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

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

Issue 1998543002: telemetry: Update tough_path_rendering_cases Chalkboard test URL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « tools/perf/page_sets/data/tough_path_rendering_cases_001.wpr.sha1 ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 from telemetry.page import page as page_module 4 from telemetry.page import page as page_module
5 from telemetry import story 5 from telemetry import story
6 6
7 7
8 class ToughPathRenderingCasesPage(page_module.Page): 8 class ToughPathRenderingCasesPage(page_module.Page):
9 9
10 def RunPageInteractions(self, action_runner): 10 def RunPageInteractions(self, action_runner):
(...skipping 20 matching lines...) Expand all
31 archive_data_file='data/tough_path_rendering_cases.json', 31 archive_data_file='data/tough_path_rendering_cases.json',
32 cloud_storage_bucket=story.PARTNER_BUCKET) 32 cloud_storage_bucket=story.PARTNER_BUCKET)
33 33
34 urls_list = [ 34 urls_list = [
35 'http://www.craftymind.com/factory/guimark2/HTML5ChartingTest.html' 35 'http://www.craftymind.com/factory/guimark2/HTML5ChartingTest.html'
36 ] 36 ]
37 37
38 for url in urls_list: 38 for url in urls_list:
39 self.AddStory(ToughPathRenderingCasesPage(url, self)) 39 self.AddStory(ToughPathRenderingCasesPage(url, self))
40 40
41 # Chalkboard content linked from http://ie.microsoft.com/testdrive/Performan ce/Chalkboard/.
41 self.AddStory(ChalkboardPage( 42 self.AddStory(ChalkboardPage(
42 'http://ie.microsoft.com/testdrive/Performance/Chalkboard/', self)) 43 'https://testdrive-archive.azurewebsites.net/performance/chalkboard/', s elf))
OLDNEW
« no previous file with comments | « tools/perf/page_sets/data/tough_path_rendering_cases_001.wpr.sha1 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698