double equal == vs triple equal === (v3)

Revision 3 of this benchmark created on


Description

equal equal vs equal equal equal

Test runner

Ready to run.

Testing in
TestOps/sec
==
1 == 5
ready
===
1 === 5
ready
== with coersion
0 == ''
ready
=== without coersion
0 === ''
ready

Revisions

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