Confirmed users
33
edits
(Removed obsolete arguments from shell invocation examples) |
|||
Line 46: | Line 46: | ||
The jit-tests are pretty quick, and should give you an idea if you've gotten something wrong. Assuming nothing goes wrong, try the ref-tests: | The jit-tests are pretty quick, and should give you an idea if you've gotten something wrong. Assuming nothing goes wrong, try the ref-tests: | ||
tests/jstests.py build_DBG.OBJ/dist/bin/js | tests/jstests.py build_DBG.OBJ/dist/bin/js | ||
==== Benchmark your changes ==== | ==== Benchmark your changes ==== | ||
Line 57: | Line 57: | ||
cd SunSpider | cd SunSpider | ||
./sunspider | ./sunspider --shell=../build_DBG.OBJ/dist/bin/js --run=30 --suite=sunspider-0.9.1 | ||
cd .. | cd .. | ||