Test name | Executions per second |
---|---|
With inline statements | 1202893952.0 Ops/sec |
With min() and max() | 4447463.5 Ops/sec |
With if statements | 1206456192.0 Ops/sec |
With ternary operator #1 | 1204858368.0 Ops/sec |
With ternary operator #2 | 1206004096.0 Ops/sec |