parse test

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
no parse
var i = 0;
ready
parse from string
var i = parseInt('0', 10);
ready
parse an int
var i = parseInt(0, 10);
ready
parse an int without radix
var i = parseInt(0);
ready

Revisions

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