3

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.

Jivings
  • 22,834
  • 6
  • 60
  • 101

1 Answers1

3

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.

Ashley Strout
  • 6,107
  • 5
  • 25
  • 45
  • Finally, an answer! Thanks David, that looks like an excellent solution. – Jivings Feb 06 '12 at 22:28
  • You're welcome. I would definitely give the Mozilla Wiki page a read, though; Dromaeo does have some limitations. It's still a good JS test suite. – Ashley Strout Feb 06 '12 at 22:29