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

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

Issue 2034123002: telemetry, mac: Add more simple scrolling power tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Copy paste error. 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/mac_gpu_sites.py ('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/trivial_sites.py
diff --git a/tools/perf/page_sets/trivial_sites.py b/tools/perf/page_sets/trivial_sites.py
deleted file mode 100644
index fec54ef538ab2cab644264623f3e997da2a4683e..0000000000000000000000000000000000000000
--- a/tools/perf/page_sets/trivial_sites.py
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2016 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 TrivialScrollingPage(page_module.Page):
-
- def __init__(self, page_set):
- super(TrivialScrollingPage, self).__init__(
- url='file://trivial_sites/trivial_scrolling_page.html',
- page_set=page_set)
-
-
-class TrivialScrollStorySet(story.StorySet):
-
- def __init__(self):
- super(TrivialScrollStorySet, self).__init__()
- self.AddStory(TrivialScrollingPage(self))
« no previous file with comments | « tools/perf/page_sets/mac_gpu_sites.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698