From 47e912fef400d432570df1895db8f0a76fc6c8ee Mon Sep 17 00:00:00 2001 From: Mozilla Date: Thu, 20 Jun 2013 17:01:30 -0700 Subject: [PATCH] Update README --- README | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/README b/README index 0caf797..522f31e 100644 --- a/README +++ b/README @@ -18,21 +18,26 @@ Setting up (2): Setting up (3): I set it up like: + mkdir awfy cd awfy svn checkout http://v8.googlecode.com/svn/branches/bleeding_edge/ v8 - svn checkout https://svn.webkit.org/repository/webkit/trunk WebKit hg clone http://hg.mozilla.org/integration/mozilla-inbound - mkdir driver - cp /driver/* driver/ + + # Mac/Linux only + svn checkout https://svn.webkit.org/repository/webkit/trunk WebKit + + ln -s /driver . cd driver - hg clone http://hg.mozilla.org/projects/kraken - svn checkout http://v8.googlecode.com/svn/trunk/benchmarks v8-v7 - svn checkout https://svn.webkit.org/repository/webkit/trunk/PerformanceTests/SunSpider - svn checkout http://octane-benchmark.googlecode.com/svn/trunk/ octane + ln -s /benchmarks/kraken . + ln -s /benchmarks/octane . + ln -s /benchmarks/SunSpider . + ln -s /benchmarks/asmjs-apps . + ln -s /benchmarks/asmjs-ubench . + cp awfy.config.sample awfy.config (a) Add a database entry for the machine configuration. - (b) Edit driver/awfy.config to match the build architecture you want, and machine + (b) Edit awfy.config to match the build architecture you want, and machine database entry. (c) Add a cronjob to run dostuff.py periodically. AWFY.com runs every 30min.