test1

Benchmark created by Prathima on


Preparation HTML

<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js">
function testMethod1(str)
{
var aa = str.Split('');
}
function testMethod2(str)
{
var aa = str.Substring('');
}
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
test1
testMethod1(str)
ready
test2
testMethod2(str)
ready

Revisions

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

  • Revision 1: published by Prathima on