Test name | Executions per second |
---|---|
With inline statements | 130459568.0 Ops/sec |
With min() and max() | 131357320.0 Ops/sec |
With if statements | 123840072.0 Ops/sec |
With ternary operator #1 | 123973608.0 Ops/sec |
With ternary operator #2 | 131007864.0 Ops/sec |