| Test name | Executions per second |
|---|---|
| ✓ Logical OR (||) | 1,430,232,192 Ops/sec |
| Nullish coalescing (??) [short-circuit] | 1,412,465,280 Ops/sec |
| Nullish coalescing (??) | 1,339,212,544 Ops/sec |
| Logical OR (||) [short-circuit] | 1,197,798,528 Ops/sec |
| JS Compiled ?? (?:) [short-circuit] | 308,210,560 Ops/sec |
| JS Compiled ?? (?:) | 204,545,824 Ops/sec |