test speed

Benchmark created on


Setup

var o = {
      "debug": "salut"
    };

Test runner

Ready to run.

Testing in
TestOps/sec
native
// async test
function a(){return o.debug;}
ready
hasOwn
function b(){return o.hasOwnProperty("debug");}
ready

Revisions

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