Test name | Executions per second |
---|---|
With inline statements | 1043061312.0 Ops/sec |
With min() and max() | 8431761.0 Ops/sec |
With if statements | 1037064064.0 Ops/sec |
With ternary operator #1 | 1038434304.0 Ops/sec |
With ternary operator #2 | 1037971776.0 Ops/sec |