| Test name | Executions per second |
|---|---|
| ✓ Unary + (with NaN) | 844,908,736 Ops/sec |
| parseInt (with NaN) | 9,154,039 Ops/sec |
| Number (with NaN) | 8,723,734 Ops/sec |
| Unary + (with float) | 8,568,664 Ops/sec |
| Number (with float) | 4,459,806 Ops/sec |
| Unary + (with integer) | 4,455,656 Ops/sec |
| parseInt (with float) | 4,039,367 Ops/sec |
| Unary + (with string integer) | 3,959,345 Ops/sec |
| Number (with integer) | 3,000,171 Ops/sec |
| parseInt (with integer) | 2,973,418 Ops/sec |
| parseInt (with string integer) | 2,700,141 Ops/sec |
| Number (with string integer) | 2,689,554 Ops/sec |
| Unary + (with string float) | 2,315,956 Ops/sec |
| parseInt (with string float) | 2,194,452 Ops/sec |
| Number (with string float) | 1,711,632 Ops/sec |