Test name | Executions per second |
---|---|
With inline statements | 2416685824.0 Ops/sec |
With min() and max() | 4489227.5 Ops/sec |
With if statements | 2412710912.0 Ops/sec |
With ternary operator #1 | 2413385216.0 Ops/sec |
With ternary operator #2 | 2411783168.0 Ops/sec |