asdfasdfasdf

Benchmark created on


Setup

var create = (function(){
        function F(){}
        
        return function(o){
          F.prototype = o
            return new F()
        }
      })();
    
    function Blah() {}
    
    var blah = {};

Test runner

Ready to run.

Testing in
TestOps/sec
dfasdf
new Blah();
ready
asdfasdf
create(blah);
ready

Revisions

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