Search code examples
javascriptbenchmarkinginterpreterv8spidermonkey

What is the best independent test suite for benchmarking JavaScript engines?


I'm looking for the best tool for benchmarking the speed of JavaScript interpreters.

Preferably this shouldn't be a tool written by a conflicted party such as Mozilla or Google, although I understand that these might give the most accurate representation.


Solution

  • There is Dromaeo. It was made by John Resig, creator of jQuery. Though it has a Mozilla Wiki page, that page states that Resig is creating it in a way that will satisfy all browser vendors by providing accurate information.