OLD | NEW |
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/run_perf_tests.py. Currently the results of |
5 create_graph are uploaded to https://dartperf.googleplex.com/. | 5 run_perf_tests 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 |
11 Restricted site and ensure the "Enable Protected Mode" is checked for all zones | 11 Restricted site and ensure the "Enable Protected Mode" is checked for all zones |
12 or unchecked for all zones. Then click to the "Advanced" tab, scroll down to the | 12 or unchecked for all zones. Then click to the "Advanced" tab, scroll down to the |
13 "Security" section, and check the checkbox "Allow active content to run in files | 13 "Security" section, and check the checkbox "Allow active content to run in files |
14 on My Computer." | 14 on My Computer." |
15 | 15 |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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)Create a directory in called appengine-python in third_party. Download and | 77 13)Create a directory in called appengine-python in third_party. Download and |
78 install App Engine in the directory you just created. | 78 install App Engine in the directory you just created. |
79 http://code.google.com/appengine/downloads.html | 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 run_perf_tests.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. |
OLD | NEW |