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

Unified Diff: tools/perf/contrib/cluster_telemetry/ct_benchmarks_util.py

Issue 2876073003: Migrate cluster telemetry benchmarks to tools/perf/contrib/cluster_telemetry/ (Closed)
Patch Set: Remove BENCHMARKS_BLACK_LIST Created 3 years, 7 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/perf/contrib/cluster_telemetry/ct_benchmarks_util.py
diff --git a/tools/perf/ct_benchmarks_util.py b/tools/perf/contrib/cluster_telemetry/ct_benchmarks_util.py
similarity index 99%
rename from tools/perf/ct_benchmarks_util.py
rename to tools/perf/contrib/cluster_telemetry/ct_benchmarks_util.py
index 580f45ba8eda14e5bd815397a791ce958da76bbd..746ba2bbe1314c468f400c6706bf5fe6402880be 100755
--- a/tools/perf/ct_benchmarks_util.py
+++ b/tools/perf/contrib/cluster_telemetry/ct_benchmarks_util.py
@@ -3,7 +3,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-
def AddBenchmarkCommandLineArgs(parser):
parser.add_option('--user-agent', action='store', type='string',
default=None, help='Options are mobile and desktop.')

Powered by Google App Engine
This is Rietveld 408576698