parseInt2

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
native parseInt
parseInt("12.5")
ready
hackish integer conversion
~~ (1 * "12.5")
ready
native parseInt with radix
parseInt("12.5", 10)
ready

Revisions

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