Convert string to integer comparison

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
parse int
parseInt("1000",10)
ready
plus
+"1000"
ready
floor
Math.floor("1000")
ready
round
Math.round("1000")
ready

Revisions

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