test (v45)

Revision 45 of this benchmark created on


Setup

var o = {
       a: {
          a: {
             a: 'A'
          }
       }
    };
    
    var x = o.a.a.a;

Test runner

Ready to run.

Testing in
TestOps/sec
1
x
ready
2
o.a.a.a
ready

Revisions

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