Equality operators with the same types (v18)

Revision 18 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
22 != "undefined";
ready
Strict equal
22 !== "undefined";
ready

Revisions

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