converttoint

Benchmark created by Frank on


Test runner

Ready to run.

Testing in
TestOps/sec
regular
var i = 1;
i = i + 1;
 
ready
use number
var i = Number(1);
i = i + 1;
ready

Revisions

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