performance exstensible object (v35)

Revision 35 of this benchmark created on


Setup

o1 = {a: 1};
    o2 = {a: 1};
    
    Object.preventExtensions(o2);

Test runner

Ready to run.

Testing in
TestOps/sec
extensible object
for(var key in o1);
ready
non-extensible object
for(var key in o2);
ready

Revisions

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