| Test name | Executions per second |
|---|---|
| ✓ Nullish coalescing (??) [short-circuit] | 1,444,192,256 Ops/sec |
| Logical OR (||) | 1,442,550,400 Ops/sec |
| Nullish coalescing (??) | 1,326,400,640 Ops/sec |
| Logical OR (||) [short-circuit] | 1,262,372,480 Ops/sec |
| JS Compiled ?? (?:) [short-circuit] | 311,949,696 Ops/sec |
| JS Compiled ?? (?:) | 206,904,720 Ops/sec |