parseInt Comparisons

Benchmark created by bambams on


Test runner

Ready to run.

Testing in
TestOps/sec
parseInt
parseInt("10")
ready
bitwise or
"10" | 0
ready
bitwise shift
"10" >> 0
ready
times 1
"10" * 1
ready
unary plus
+ "10"
ready

Revisions

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