brackets vs. dot

Benchmark created on


Preparation HTML

<script>
  obj = {
   foo: "bar"
  }
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
brackets
obj['foo']
ready
dot
obj.foo
ready

Revisions

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