Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
if comparaison ===
(version: 0)
Comparing performance of:
=== vs ==
Created:
3 years ago
by:
Guest
Jump to the latest result
Tests:
===
var value='qwe' var value2='wer' if (value === value2 ) var result=found
==
var value='qwe' var value2='wer' if (value == value2 ) var result=found
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
===
==
Fastest:
N/A
Slowest:
N/A
Latest run results:
No previous run results
This benchmark does not have any results yet. Be the first one
to run it!
Related benchmarks:
AND logical vs ternary and IF
AND logical vs ternary and IF
AND logical vs ternary and IF
Which equals operator (== vs ===) is faster with string comparison?
Which equals operator (== vs ===) is faster with string comparison larger?
Comments
Confirm delete:
Do you really want to delete benchmark?