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

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

Issue 9252002: Make changes for Safari to run with webdriver on the bots. (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/perf_testing/create_graph.py ('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 3378)
+++ tools/testing/perf_testing/perf_README.txt (working copy)
@@ -89,19 +89,23 @@
10)Download the Chrome Driver: http://code.google.com/p/chromium/downloads/list
and make sure it is in your path.
-10)Disable pop-up blocking in Safari:
- Preferences -> Security -> (unselect) Block pop-up windows.
+11) a) Disable pop-up blocking in Safari:
+ Preferences -> Security -> (unselect) Block pop-up windows.
+ b) copy the file in /Library/Preferences/com.apple.Safari.plist to
+ $DARTDIR/tools/testing/com.apple.Safari.plist
+ (We do this because Safari deletes our preferences (on no pop-up
+ blocking) if it crashes (aka times out) two times in a row.)
-11)TODO(efortuna): Deal with appengine check in! Run
+12)TODO(efortuna): Deal with appengine check in! Run
'../../../third_party/appengine-python/1.5.4/appcfg.py update appengine/'
while standing in dart/tools/testing/perf_tests.
-12)Install matplotlib http://matplotlib.sourceforge.net/
+13)Install matplotlib http://matplotlib.sourceforge.net/
-13)Pull down benchmarks from internal repo (Google only):
+14)Pull down benchmarks from internal repo (Google only):
http://chromegw.corp.google.com/viewvc/dash/trunk/internal/browserBenchmarks/README.txt?view=markup
-14) Run the tests! While standing in dart/tools/testing/perf_testing, run
+15) Run the tests! While standing in dart/tools/testing/perf_testing, run
$> python create_graph.py --forever --verbose --perfbot
to run all the tests (browser performance, language correctness in the
browser, command line performance, and self-hosted compile time and compiled
« no previous file with comments | « tools/testing/perf_testing/create_graph.py ('k') | tools/testing/run_selenium.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698