double equal == vs triple equal === (v2)

Revision 2 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
==2
5 == 5
ready
===2
5 === 5
ready

Revisions

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