anonfunc

Benchmark created by balaji on


Setup

var buffer8k=function() {
        return new Array(8000);
    };
    
    function buffer8kilo()
    {
    return new Array(8000);
    }

Test runner

Ready to run.

Testing in
TestOps/sec
test1
buffer8k();
ready
test2
buffer8kilo();
ready

Revisions

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

  • Revision 1: published by balaji on