Number() vs parseInt() vs plus (v58)

Revision 58 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
Number Constructor
Number("10.1")
ready
parseInt
parseInt("10.1");
ready
~~
~~
10.1
ready

Revisions

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