store vs index

Benchmark created on


Preparation HTML

<script>
  var a = [1, 2, 3];
  var a0 = a[0];
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
a[0]
a[0] == 1;
ready
a0
a0 == 1;
ready

Revisions

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