Less Than vs Less Than or Equal To

Benchmark created on


Description

This benchmark tests which equality comparisons are faster.

Test runner

Ready to run.

Testing in
TestOps/sec
Less Than
return (1 < 2)
ready
Less Than or Equal To
return (1 <= 1)
ready
Greater Than
return (1 > 2)
ready
Greater Than or Equal
return (1 >= 2)
ready

Revisions

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