Update browser testing documentation.

Review URL: https://chromiumcodereview.appspot.com//10217015

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6917 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
efortuna@google.com 2012-04-25 00:27:39 +00:00
parent 1d9b213866
commit 53222bcd0f

View file

@ -11,19 +11,14 @@ https://code.google.com/p/dart/wiki/BrowserTestSetup
========= Proceed further only if you also want to run performance tests.======
1) 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/"
1) Pull down benchmarks from internal repo (Google only): goto/dartbrowsersetup
2) Install matplotlib http://matplotlib.sourceforge.net/
2) Create a directory in called appengine-python in third_party. Download the
Linux/Other Platforms .zip file, and place the contents in the directory
you just created.
http://code.google.com/appengine/downloads.html#Google_App_Engine_SDK_for_Python
3) Pull down benchmarks from internal repo (Google only):
http://chromegw.corp.google.com/viewvc/dash/trunk/internal/browserBenchmarks/README.txt?view=markup
4) Create a directory in called appengine-python in third_party. Download and
install App Engine in the directory you just created.
http://code.google.com/appengine/downloads.html
5) Run the tests! While standing in dart/tools/testing/perf_testing, run
3) Run the tests! While standing in dart/tools/testing/perf_testing, run
$> python run_perf_tests.py --forever --verbose
to run all the tests (browser performance, language correctness in the
browser, command line performance, and self-hosted compile time and compiled