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

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

Issue 2926633002: Explicitly setting story names for all smoothness benchmarks (Closed)
Patch Set: Explicitly setting story names for all smoothness benchmarks 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
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 36b41276f978fd885a469080728a2436376dbc63..05229053ce80f8aaf89957f36b14261bbace2f1c 100644
--- a/tools/perf/page_sets/tough_filters_cases.py
+++ b/tools/perf/page_sets/tough_filters_cases.py
@@ -36,7 +36,8 @@ class ToughFiltersCasesPageSet(story.StorySet):
def __init__(self):
super(ToughFiltersCasesPageSet, self).__init__(
archive_data_file='data/tough_filters_cases.json',
- cloud_storage_bucket=story.PARTNER_BUCKET)
+ cloud_storage_bucket=story.PARTNER_BUCKET,
+ verify_names=True)
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
@@ -48,4 +49,7 @@ class ToughFiltersCasesPageSet(story.StorySet):
self.AddStory(ToughFiltersCasesPage(url, self))
self.AddStory(PirateMarkPage(
- 'http://web.archive.org/web/20150502135732/http://ie.microsoft.com/testdrive/Performance/Pirates/Default.html', self)) # pylint: disable=line-too-long
+ 'http://web.archive.org/web/20150502135732/http://ie.microsoft.com/testdrive/Performance/Pirates/Default.html', self, # pylint: disable=line-too-long
+ name=('http://web.archive.org/web/20150502135732/'
+ 'http://ie.microsoft.com/testdrive/Performance/'
+ 'Pirates/Default.html')))
cblume 2017/06/06 20:10:58 Here is another spot where perhaps we could use a
ashleymarie1 2017/06/06 20:35:00 Done.

Powered by Google App Engine
This is Rietveld 408576698