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

Side by Side Diff: tools/testing/browser_README.txt

Issue 9706088: Some changes to performance test script. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/testing/perf_testing/appengine/app.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Overview: 1 Overview:
2 These are the instructions to run a wide variety of browser tests using 2 These are the instructions to run a wide variety of browser tests using
3 test.dart --component=webdriver or 3 test.dart --component=webdriver or
4 dart/tools/testing/perf_testing/create_graph.py. Currently the results of 4 dart/tools/testing/perf_testing/create_graph.py. Currently the results of
5 create_graph are uploaded to https://dartperf.googleplex.com/. 5 create_graph are uploaded to https://dartperf.googleplex.com/.
6 6
7 ============== Windows Setup ============== 7 ============== Windows Setup ==============
8 8
9 Open Internet Explorer. Open the Internet Options dialog, and move to the 9 Open Internet Explorer. Open the Internet Options dialog, and move to the
10 "Security" tab. Click through Internet, Local Intranet, Trusted sites, and 10 "Security" tab. Click through Internet, Local Intranet, Trusted sites, and
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 ========= Proceed further only if you also want to run performance tests.====== 67 ========= Proceed further only if you also want to run performance tests.======
68 68
69 10)Download appengine for Python and place it in third_party (http://code.google .com/appengine/downloads.html#Google_App_Engine_SDK_for_Python): 69 10)Download appengine for Python and place it in third_party (http://code.google .com/appengine/downloads.html#Google_App_Engine_SDK_for_Python):
70 "dart/third_party/appengine-python/" 70 "dart/third_party/appengine-python/"
71 71
72 11)Install matplotlib http://matplotlib.sourceforge.net/ 72 11)Install matplotlib http://matplotlib.sourceforge.net/
73 73
74 12)Pull down benchmarks from internal repo (Google only): 74 12)Pull down benchmarks from internal repo (Google only):
75 http://chromegw.corp.google.com/viewvc/dash/trunk/internal/browserBenchmarks/ README.txt?view=markup 75 http://chromegw.corp.google.com/viewvc/dash/trunk/internal/browserBenchmarks/ README.txt?view=markup
76 76
77 13)TODO(efortuna): Deal with appengine check in! Run 77 13)Create a directory in called appengine-python in third_party. Download and
78 '../../../third_party/appengine-python/1.5.4/appcfg.py update appengine/' 78 install App Engine in the directory you just created.
79 while standing in dart/tools/testing/perf_tests. 79 http://code.google.com/appengine/downloads.html
80 80
81 14) Run the tests! While standing in dart/tools/testing/perf_testing, run 81 14) Run the tests! While standing in dart/tools/testing/perf_testing, run
82 $> python create_graph.py --forever --verbose 82 $> python create_graph.py --forever --verbose
83 to run all the tests (browser performance, language correctness in the 83 to run all the tests (browser performance, language correctness in the
84 browser, command line performance, and self-hosted compile time and compiled 84 browser, command line performance, and self-hosted compile time and compiled
85 code size). 85 code size).
86 86
87 You can run individual tests by adding the particular option (such as 87 You can run individual tests by adding the particular option (such as
88 --language) when running create_graph.py. Type "create_graph.py -h" for a 88 --language) when running create_graph.py. Type "create_graph.py -h" for a
89 full list of the options. 89 full list of the options.
OLDNEW
« no previous file with comments | « no previous file | tools/testing/perf_testing/appengine/app.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698