Test name | Executions per second |
---|---|
With inline statements | 1035604352.0 Ops/sec |
With min() and max() | 8708966.0 Ops/sec |
With if statements | 1040404096.0 Ops/sec |
With ternary operator #1 | 1029519936.0 Ops/sec |
With ternary operator #2 | 1038256256.0 Ops/sec |