Test name | Executions per second |
---|---|
With inline statements | 172970464.0 Ops/sec |
With min() and max() | 8739488.0 Ops/sec |
With if statements | 179138608.0 Ops/sec |
With ternary operator #1 | 175599904.0 Ops/sec |
With ternary operator #2 | 172339328.0 Ops/sec |