Test name | Executions per second |
---|---|
With inline statements | 108572672.0 Ops/sec |
With min() and max() | 3811977.5 Ops/sec |
With if statements | 111144248.0 Ops/sec |
With ternary operator #1 | 111278360.0 Ops/sec |
With ternary operator #2 | 115374728.0 Ops/sec |