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

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

Issue 1890503002: Add Animometer "Focus" test to tough_filters_cases, and update. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Style changes per review Created 4 years, 8 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_filters_cases_002.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_filters_cases.py
diff --git a/tools/perf/page_sets/tough_filters_cases.py b/tools/perf/page_sets/tough_filters_cases.py
index 26aa6850cf076afef6a40925621006510b6703bf..36d0d648f0ee9f575bea8bc2748a405b73e9d650 100644
--- a/tools/perf/page_sets/tough_filters_cases.py
+++ b/tools/perf/page_sets/tough_filters_cases.py
@@ -32,6 +32,7 @@ class ToughFiltersCasesPageSet(story.StorySet):
cloud_storage_bucket=story.PARTNER_BUCKET)
urls_list = [
+ 'http://rawgit.com/WebKit/webkit/master/PerformanceTests/Animometer/developer.html?test-interval=20&display=minimal&controller=fixed&frame-rate=50&kalman-process-error=1&kalman-measurement-error=4&time-measurement=performance&suite-name=Animometer&test-name=Focus&complexity=100', # pylint: disable=line-too-long
'http://letmespellitoutforyou.com/samples/svg/filter_terrain.svg',
'http://static.bobdo.net/Analog_Clock.svg',
]
@@ -40,4 +41,4 @@ class ToughFiltersCasesPageSet(story.StorySet):
self.AddStory(ToughFiltersCasesPage(url, self))
self.AddStory(PirateMarkPage(
- 'http://ie.microsoft.com/testdrive/Performance/Pirates/', self))
+ 'http://web.archive.org/web/20150502135732/http://ie.microsoft.com/testdrive/Performance/Pirates/Default.html', self)) # pylint: disable=line-too-long
« no previous file with comments | « tools/perf/page_sets/data/tough_filters_cases_002.wpr.sha1 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698