Equality operators with the same types (v16)

Revision 16 of this benchmark created on


Test runner

Ready to run.

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

Revisions

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