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

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

Issue 2055823004: telemetry: Update tough_path_rendering_cases Chalkboard test URL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix formatting Created 4 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/data/tough_path_rendering_cases_001.wpr.sha1 ('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/tough_path_rendering_cases.py
diff --git a/tools/perf/page_sets/tough_path_rendering_cases.py b/tools/perf/page_sets/tough_path_rendering_cases.py
index 5c25d41658f61d4ae2ea9f0d09700d162b48c51d..1748ddb4362121262945b2a81312991a0e436439 100644
--- a/tools/perf/page_sets/tough_path_rendering_cases.py
+++ b/tools/perf/page_sets/tough_path_rendering_cases.py
@@ -38,5 +38,7 @@ class ToughPathRenderingCasesPageSet(story.StorySet):
for url in urls_list:
self.AddStory(ToughPathRenderingCasesPage(url, self))
+ # Chalkboard content linked from
+ # http://ie.microsoft.com/testdrive/Performance/Chalkboard/.
self.AddStory(ChalkboardPage(
- 'http://ie.microsoft.com/testdrive/Performance/Chalkboard/', self))
+ 'https://testdrive-archive.azurewebsites.net/performance/chalkboard/', self))
« 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