Equality operators with the same types (v17)

Revision 17 of this benchmark created 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.