!== v. ^

Benchmark created on


Preparation HTML

<script>
var a = 1,b=2,c=2;
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
!==
a!==b;
b!==c;
a!==c;
ready
^
a^b;
b^c;
a^c;
ready

Revisions

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