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

Unified Diff: tools/perf/page_sets/page_cycler/bloat.py

Issue 2933173002: Deleting unused story sets (Closed)
Patch Set: Deleting unused story sets 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/page_cycler/alexa_us.py ('k') | tools/perf/page_sets/page_cycler/dom.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/page_cycler/bloat.py
diff --git a/tools/perf/page_sets/page_cycler/bloat.py b/tools/perf/page_sets/page_cycler/bloat.py
deleted file mode 100644
index a4198ba396a2a224d9f9cb3f820becf2a3891d71..0000000000000000000000000000000000000000
--- a/tools/perf/page_sets/page_cycler/bloat.py
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-from telemetry.page import page as page_module
-from telemetry import story
-
-
-class BloatPage(page_module.Page):
-
- def __init__(self, url, page_set):
- super(BloatPage, self).__init__(url=url, page_set=page_set)
-
-
-class BloatPageSet(story.StorySet):
-
- """ Bloat page_cycler benchmark """
-
- def __init__(self):
- super(BloatPageSet, self).__init__(
- # pylint: disable=line-too-long
- serving_dirs=set(['../../../../data/page_cycler/bloat']),
- cloud_storage_bucket=story.PUBLIC_BUCKET)
-
- self.AddStory(BloatPage(
- 'file://../../../../data/page_cycler/bloat/gmail_load_cleardot/',
- self))
« no previous file with comments | « tools/perf/page_sets/page_cycler/alexa_us.py ('k') | tools/perf/page_sets/page_cycler/dom.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698