relevance / blue-ridge

Framework for JavaScript Testing (currently a Rails Plugin)
http://groups.google.com/group/blueridgejs
MIT License
480 stars 40 forks source link

Using Spidermonkey? #36

Open sdillard opened 14 years ago

sdillard commented 14 years ago

I've started using this recently, but I have a very long build cycle on my CI server (Hudson) -- mostly due to using RJB and metric_fu -- so I am always looking to speed up any parts of the process. For my javascript, I use jslint with spidermonkey and have seen excellent performance improvements. Has anyone tried to use spidermonkey rather than rhino with this, and, if so, any tips on how you did it?