performance frozen object (v17)

Revision 17 of this benchmark created on


Description

Testing query speed

Setup

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

Test runner

Ready to run.

Testing in
TestOps/sec
non-frozen object
var x = 01.a;
ready
frozen object
var x = 02.a;
ready

Revisions

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