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

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

Issue 2927583002: Revert of Explictly setting story names for rasterize_and_record_micro story sets (Closed)
Patch Set: 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
« no previous file with comments | « tools/perf/page_sets/key_silk_cases.py ('k') | tools/perf/page_sets/polymer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/partial_invalidation_cases.py
diff --git a/tools/perf/page_sets/partial_invalidation_cases.py b/tools/perf/page_sets/partial_invalidation_cases.py
index 700eed1c8375f9981d26227eed85c2b0ae0d9204..3db80f13f85e7ff245f6bd7d918b5b9ec31231ba 100644
--- a/tools/perf/page_sets/partial_invalidation_cases.py
+++ b/tools/perf/page_sets/partial_invalidation_cases.py
@@ -14,7 +14,7 @@
def __init__(self, url, page_set):
super(PartialInvalidationCasesPage, self).__init__(
- url=url, page_set=page_set, name=url)
+ url=url, page_set=page_set)
class PartialInvalidationCasesPageSet(story.StorySet):
@@ -24,7 +24,7 @@
def __init__(self):
super(PartialInvalidationCasesPageSet, self).__init__(
- cloud_storage_bucket=story.PARTNER_BUCKET, verify_names=True)
+ cloud_storage_bucket=story.PARTNER_BUCKET)
other_urls = [
# Why: Reduced test case similar to the single page html5 spec wherein
« no previous file with comments | « tools/perf/page_sets/key_silk_cases.py ('k') | tools/perf/page_sets/polymer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698