strtest

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
test1
function testString(){
   var a = "surya";
   var b = 23;
   a.subString(0,4);
}
ready
test2
function testString(){
   var a = "surya";
   var b = 23;
   a.subString(0,2);
}
ready

Revisions

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