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

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
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
Emily Fortuna 2012/01/23 23:04:46 I incorporated your comments from this CL: https:/
+"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/

Powered by Google App Engine
This is Rietveld 408576698