test (v51)

Revision 51 of this benchmark created on


Setup

var o = {1:1, 2:2};
    
    function is(obj){
      return 'function' === typeof obj;
    }

Test runner

Ready to run.

Testing in
TestOps/sec
1
is(o)
ready
2
'function' === typeof o
ready

Revisions

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