test (v55)

Revision 55 of this benchmark created on


Setup

var o = {1:1, 2:2, z:{a: {b:1}}};
    var n = 0;
    var s = 'string';

Test runner

Ready to run.

Testing in
TestOps/sec
1
o.z.a.b
ready
2
o['z']['a']['b']
ready

Revisions

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