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

Unified Diff: tools/testing/perf_testing/perf_README.txt

Issue 9117010: Fix frogsh + Windows + test.dart take 2 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 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
« no previous file with comments | « tools/testing/dart/test_suite.dart ('k') | tools/testing/run_selenium.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/perf_testing/perf_README.txt
===================================================================
--- tools/testing/perf_testing/perf_README.txt (revision 3517)
+++ tools/testing/perf_testing/perf_README.txt (working copy)
@@ -92,17 +92,16 @@
$> tools/testing/bin/$YOUR_OS_DIR/dart tools/test.dart --component=webdriver
--report --timeout=20 --mode=release --browser=[ff | safari | chrome | ie]
[--frog=path/to/frog/executable/like/Release_ia32/dart-sdk/frogc
---froglib=path/to/frog/lib/like/dart/frog/lib]
+--froglib=path/to/frog/lib/like/dart/frog/lib] test_to_run(like "language" or
+"corelib")
(If you don't specify frog and froglib arguments, we default to using the frogsh
living in your frog directory.)
========= Proceed further only if you also want to run performance tests.======
-10)Add the following to your DEPS file in all.deps in the "deps = {" section:
- # Copy of Python appengine latest release version
- "dart/third_party/appengine-python/1.5.4":
- "http://googleappengine.googlecode.com/svn/trunk/python@199",
+10)Download appengine for Python and place it in third_party (http://code.google.com/appengine/downloads.html#Google_App_Engine_SDK_for_Python):
+ "dart/third_party/appengine-python/"
11)Install matplotlib http://matplotlib.sourceforge.net/
« no previous file with comments | « tools/testing/dart/test_suite.dart ('k') | tools/testing/run_selenium.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698