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

Unified Diff: tools/perf/run_multipage_benchmarks

Issue 12252020: Add a telemetry-based gpu_tests folder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 10 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 | « content/test/gpu/run_gpu_tests ('k') | tools/telemetry/telemetry/page/page_test_runner.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/run_multipage_benchmarks
diff --git a/tools/perf/run_multipage_benchmarks b/tools/perf/run_multipage_benchmarks
index ca4115f1216d96dc490be2852c58f763ff59c188..4d0bbf872f6153bf0c05c131c7fd699389ea4213 100755
--- a/tools/perf/run_multipage_benchmarks
+++ b/tools/perf/run_multipage_benchmarks
@@ -19,7 +19,7 @@ def bootstrapIfNeeded(module_name, module_path, module_deps_url):
except ImportError:
sys.path.append(os.path.join(os.path.dirname(__file__),
BOOTSTRAPPED_FILES_DIR,
- module_path))
+ module_path))
try:
imp.find_module(module_name)
return
« no previous file with comments | « content/test/gpu/run_gpu_tests ('k') | tools/telemetry/telemetry/page/page_test_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698