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

Unified Diff: tools/telemetry/telemetry/value/improvement_direction.py

Issue 1647513002: Delete tools/telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/telemetry/telemetry/value/improvement_direction.py
diff --git a/tools/telemetry/telemetry/value/improvement_direction.py b/tools/telemetry/telemetry/value/improvement_direction.py
deleted file mode 100644
index aca75caef4dc2f3974afb8cf6f07713c736f5355..0000000000000000000000000000000000000000
--- a/tools/telemetry/telemetry/value/improvement_direction.py
+++ /dev/null
@@ -1,9 +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.
-
-UP = 'up'
-DOWN = 'down'
-
-def IsValid(improvement_direction):
- return improvement_direction in [UP, DOWN]
« no previous file with comments | « tools/telemetry/telemetry/value/histogram_util_unittest.py ('k') | tools/telemetry/telemetry/value/list_of_scalar_values.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698