Test name | Executions per second |
---|---|
With inline statements | 168627248.0 Ops/sec |
With min() and max() | 8712377.0 Ops/sec |
With if statements | 177379744.0 Ops/sec |
With ternary operator #1 | 171189504.0 Ops/sec |
With ternary operator #2 | 182734624.0 Ops/sec |