| Test name | Executions per second |
|---|---|
| ✓ Unary + (with NaN) | 148,504,224 Ops/sec |
| Number (with NaN) | 15,944,333 Ops/sec |
| parseInt (with NaN) | 15,887,919 Ops/sec |
| Unary + (with float) | 14,895,774 Ops/sec |
| Number (with float) | 7,965,178 Ops/sec |
| Unary + (with integer) | 7,933,422 Ops/sec |
| parseInt (with float) | 7,779,816 Ops/sec |
| Unary + (with string integer) | 7,509,618 Ops/sec |
| Number (with integer) | 5,428,931 Ops/sec |
| parseInt (with string integer) | 5,304,712 Ops/sec |
| Number (with string integer) | 5,266,758 Ops/sec |
| parseInt (with integer) | 5,213,793 Ops/sec |
| Unary + (with string float) | 3,992,365 Ops/sec |
| parseInt (with string float) | 3,365,490 Ops/sec |
| Number (with string float) | 3,185,439 Ops/sec |