| Test name | Executions per second |
|---|---|
| ✓ Unary + (with NaN) | 178,931,520 Ops/sec |
| Number (with NaN) | 16,048,383 Ops/sec |
| parseInt (with NaN) | 15,858,300 Ops/sec |
| Unary + (with float) | 15,009,348 Ops/sec |
| Number (with float) | 8,132,796 Ops/sec |
| Unary + (with integer) | 8,061,715 Ops/sec |
| parseInt (with float) | 7,894,257 Ops/sec |
| Unary + (with string integer) | 7,733,264 Ops/sec |
| Number (with integer) | 5,609,382 Ops/sec |
| parseInt (with integer) | 5,503,199 Ops/sec |
| Number (with string integer) | 5,449,580 Ops/sec |
| parseInt (with string integer) | 5,381,956 Ops/sec |
| Unary + (with string float) | 4,646,580 Ops/sec |
| parseInt (with string float) | 4,295,602 Ops/sec |
| Number (with string float) | 3,694,467 Ops/sec |