Equality Test

Benchmark created on


Preparation HTML

<script>
  var a = 1;
  var b = '1';
</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.