jokil

Benchmark created on


Preparation HTML

<script>
  var x = {
    a: 2
  };
  
  x.get = function(key) {
    return this[key];
  }
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
raw
x["a"];
ready
get
x.get("a");
ready

Revisions

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