asdf

Benchmark created by asdf on


Setup

function arrayLoop(cb){
        var x = new Error("cannot create secure connector.");
        return cb(x);
    }
    
    function objLoop(cb){
        return cb("cannot create secure connector.");
    }
    
    function cube(x){
        return x*x*x;
    }

Test runner

Ready to run.

Testing in
TestOps/sec
asdf
arrayLoop(function(err){});
ready
asdfff
objLoop(function(err){});
ready

Revisions

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