Test name | Executions per second |
---|---|
With inline statements | 657329152.0 Ops/sec |
With min() and max() | 2922514.5 Ops/sec |
With if statements | 639219328.0 Ops/sec |
With ternary operator #1 | 677987584.0 Ops/sec |
With ternary operator #2 | 656724736.0 Ops/sec |