Equality comparisons

Benchmark created on


Teardown

var a = Math.random();
var b = Math.random();

Test runner

Ready to run.

Testing in
TestOps/sec
===
a === b
ready
==
a == b
ready
<=
a <= b
ready
<
a < b
ready
>=
a >= b
ready
>
a > b
ready
===
a === b
ready

Revisions

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