Equality operators with the same types

Benchmark created by Dmitry A. Soshnikov on


Description

Test for == and === with the same operand types.

Test runner

Ready to run.

Testing in
TestOps/sec
Non-strict equal
typeof foo == "undefined";
ready
Strict equal
typeof foo === "undefined";
ready

Revisions

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