Test name | Executions per second |
---|---|
With inline statements | 162169600.0 Ops/sec |
With min() and max() | 8693945.0 Ops/sec |
With if statements | 170417792.0 Ops/sec |
With ternary operator #1 | 162027632.0 Ops/sec |
With ternary operator #2 | 169420896.0 Ops/sec |