| Test name | Executions per second |
|---|---|
| ✓ Unary + (with NaN) | 261,015,344 Ops/sec |
| Number (with NaN) | 24,614,624 Ops/sec |
| parseInt (with NaN) | 23,948,368 Ops/sec |
| Unary + (with float) | 22,854,592 Ops/sec |
| Number (with float) | 12,122,711 Ops/sec |
| Unary + (with integer) | 12,083,534 Ops/sec |
| parseInt (with float) | 11,678,414 Ops/sec |
| Unary + (with string integer) | 11,300,315 Ops/sec |
| parseInt (with integer) | 8,245,798 Ops/sec |
| Number (with integer) | 8,121,842 Ops/sec |
| parseInt (with string integer) | 7,854,801 Ops/sec |
| Number (with string integer) | 7,839,752 Ops/sec |
| Unary + (with string float) | 6,019,896 Ops/sec |
| parseInt (with string float) | 5,673,597 Ops/sec |
| Number (with string float) | 4,875,616 Ops/sec |