Test name | Executions per second |
---|---|
With inline statements | 862072640.0 Ops/sec |
With min() and max() | 7260968.0 Ops/sec |
With if statements | 864180096.0 Ops/sec |
With ternary operator #1 | 864207552.0 Ops/sec |
With ternary operator #2 | 861827136.0 Ops/sec |