number to string (v28)

Revision 28 of this benchmark created on


Setup

var str = '55';
    var num;

Test runner

Ready to run.

Testing in
TestOps/sec
String literal
num += str;
ready
String constructor
num = +str
ready
toString
 
ready
String Literal simple
 
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.