PA

Benchmark created on


Preparation HTML

<script>
  function Foo() {};
  
  Foo.prototype.bar = 'baz';
  
  var f = new Foo();
  
  
  function Foo2() {};
  
  Foo2.bar = 'baz';
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
PA
f.bar;
ready
CA
Foo2.bar;
ready

Revisions

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