Test name | Executions per second |
---|---|
With inline statements | 124298032.0 Ops/sec |
With min() and max() | 4502640.5 Ops/sec |
With if statements | 90177784.0 Ops/sec |
With ternary operator #1 | 120568472.0 Ops/sec |
With ternary operator #2 | 125487432.0 Ops/sec |