object-freeze-5 (v12)

Revision 12 of this benchmark created on


Preparation HTML

<script>
  var hot = {
    x: 0.3
  };
  var cold = Object.freeze({
    x: 0.3
  });
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
hot
var z = hot.x;
ready
cold
var z = cold.x;
ready

Revisions

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