| Test name | Executions per second |
|---|---|
| ✓ Nullish coalescing (??) [short-circuit] | 107,816,688 Ops/sec |
| JS Compiled ?? (?:) [short-circuit] | 107,635,392 Ops/sec |
| Logical OR (||) [short-circuit] | 106,414,608 Ops/sec |
| Nullish coalescing (??) | 84,215,360 Ops/sec |
| Logical OR (||) | 83,704,592 Ops/sec |
| JS Compiled ?? (?:) | 76,080,736 Ops/sec |