msh2

Benchmark created on


Preparation HTML

<script>
  var f = {
   x: 5254
  },
      a;
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
bool
if (f.x) a = 'x';
ready
nonbool
if ( !! f.x) a = 'x';
ready

Revisions

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