Test name | Executions per second |
---|---|
With inline statements | 167350832.0 Ops/sec |
With min() and max() | 6418225.5 Ops/sec |
With if statements | 170454320.0 Ops/sec |
With ternary operator #1 | 162206256.0 Ops/sec |
With ternary operator #2 | 164657568.0 Ops/sec |