| Test name | Executions per second |
|---|---|
| ✓ Unary + (with NaN) | 44,112,748 Ops/sec |
| parseInt (with NaN) | 3,848,805 Ops/sec |
| Number (with NaN) | 3,642,809 Ops/sec |
| Unary + (with float) | 3,203,687 Ops/sec |
| Unary + (with integer) | 1,772,465 Ops/sec |
| Unary + (with string integer) | 1,730,642 Ops/sec |
| Number (with float) | 1,729,817 Ops/sec |
| parseInt (with float) | 1,665,004 Ops/sec |
| Number (with integer) | 1,268,492 Ops/sec |
| Number (with string integer) | 1,193,836 Ops/sec |
| parseInt (with integer) | 1,185,470 Ops/sec |
| parseInt (with string integer) | 1,167,552 Ops/sec |
| Unary + (with string float) | 986,506 Ops/sec |
| parseInt (with string float) | 898,257 Ops/sec |
| Number (with string float) | 772,786 Ops/sec |