Equality operators with the same types (v9)

Revision 9 of this benchmark created on


Description

Test for == and === with the same operand types.

Test runner

Ready to run.

Testing in
TestOps/sec
var a = 1 > 2 ? 3 : 4;
var a = 1 > 2 ? 1 : 2;
ready
Strict equal
var a = Math.max(1, 2);
ready

Revisions

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