Integer Conversion

Benchmark created by Jon Raasch on


Description

Compares integer conversion with parseInt() and the primitive data type ~~

Test runner

Ready to run.

Testing in
TestOps/sec
parseInt
parseInt(50.5);
ready
Primitive Data Type
~~50.5
ready

Revisions

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