lookups

Benchmark created by arnout on


Preparation HTML

<script>
  (function () {
  var a = 0;
  window.fooa = function () {
   return a++;
  }
  }())
  (function b () {
  b.a = 0;
  window.foob = function () {
   return b.a++;
  }
  }())
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
fooa
fooa()
ready
foob
foob()
ready

Revisions

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

  • Revision 1: published by arnout on