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

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: addressed comments and sync'ed 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
« no previous file with comments | « tools/chrome_proxy/integration_tests/network_metrics_unittest.py ('k') | tools/chrome_proxy/run_tests » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/chrome_proxy/run_benchmark
diff --git a/content/test/gpu/run_gpu_test.py b/tools/chrome_proxy/run_benchmark
similarity index 74%
copy from content/test/gpu/run_gpu_test.py
copy to tools/chrome_proxy/run_benchmark
index fd5e36887bf6d9cd4ab9200adfe9bfd2754472de..e1c0122dcd145b8d7131928b2a472bba6c7a24aa 100755
--- a/content/test/gpu/run_gpu_test.py
+++ b/tools/chrome_proxy/run_benchmark
@@ -6,8 +6,8 @@
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
« no previous file with comments | « tools/chrome_proxy/integration_tests/network_metrics_unittest.py ('k') | tools/chrome_proxy/run_tests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698