testaccessobjectnotation (v3)

Revision 3 of this benchmark created on


Setup

var obj = {test:"test"}

Test runner

Ready to run.

Testing in
TestOps/sec
dot
var str = obj.test;
ready
brck
var str = obj["test"];
ready

Revisions

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