Test name | Executions per second |
---|---|
With inline statements | 112032832.0 Ops/sec |
With min() and max() | 117286736.0 Ops/sec |
With if statements | 117234816.0 Ops/sec |
With ternary operator #1 | 122259032.0 Ops/sec |
With ternary operator #2 | 115148416.0 Ops/sec |