=== vs ==

Benchmark created on


Preparation HTML

<script>
  var a = '2',
      b = '2';
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
===
a === b
ready
==
a == b
ready

Revisions

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