triple equals vs twice equals (v11)

Revision 11 of this benchmark created on


Setup

var testStr = 'test';
    var testStr2 = 'test2';

Test runner

Ready to run.

Testing in
TestOps/sec
3-equals-false
result = (testStr === testStr2);
 
ready
2-equals-false
result = (testStr == testStr2);
ready

 
ready

Revisions

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