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

Unified Diff: tools/perf/measurements/no_op.py

Issue 2387203002: [Perf] Remove unused no-op legacy measurement (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/no_op.py
diff --git a/tools/perf/measurements/no_op.py b/tools/perf/measurements/no_op.py
deleted file mode 100644
index e3232b1e48aaacde1d8798ad88fa53b4eeff4e72..0000000000000000000000000000000000000000
--- a/tools/perf/measurements/no_op.py
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 2013 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 legacy_page_test
-
-
-class NoOp(legacy_page_test.LegacyPageTest):
-
- def __init__(self):
- super(NoOp, self).__init__()
-
- def ValidateAndMeasurePage(self, page, tab, results):
- pass
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698