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

Unified Diff: tools/chrome_proxy/run_benchmark

Issue 397483002: Move chrome_proxy tests from under tools/perf to tools/chrome_proxy/integration_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated tools/perf/run_tests to include chrome_proxy tests. Created 6 years, 5 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/chrome_proxy/run_benchmark
diff --git a/content/test/gpu/run_gpu_test.py b/tools/chrome_proxy/run_benchmark
similarity index 64%
copy from content/test/gpu/run_gpu_test.py
copy to tools/chrome_proxy/run_benchmark
index fd5e36887bf6d9cd4ab9200adfe9bfd2754472de..e4080e038547ee9623e9c1cdce7c5e434cdbf19e 100755
--- a/content/test/gpu/run_gpu_test.py
+++ b/tools/chrome_proxy/run_benchmark
@@ -1,13 +1,13 @@
#!/usr/bin/env python
-# Copyright 2014 The Chromium Authors. All rights reserved.
+# Copyright (c) 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.
import os
import sys
-sys.path.append(os.path.join(os.path.dirname(__file__),
- os.pardir, os.pardir, os.pardir, 'tools', 'telemetry'))
+sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'telemetry'))
+sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'perf'))
from telemetry import test_runner
from telemetry.core import environment

Powered by Google App Engine
This is Rietveld 408576698