Test name | Executions per second |
---|---|
With inline statements | 116603632.0 Ops/sec |
With min() and max() | 4223339.0 Ops/sec |
With if statements | 160734160.0 Ops/sec |
With ternary operator #1 | 162430608.0 Ops/sec |
With ternary operator #2 | 145973264.0 Ops/sec |