| Test name | Executions per second |
|---|---|
| ✓ Unary + (with NaN) | 165,524,832 Ops/sec |
| Number (with NaN) | 14,919,694 Ops/sec |
| parseInt (with NaN) | 14,786,940 Ops/sec |
| Unary + (with float) | 13,998,507 Ops/sec |
| Number (with float) | 7,537,500 Ops/sec |
| Unary + (with integer) | 7,515,853 Ops/sec |
| parseInt (with float) | 7,310,546 Ops/sec |
| Unary + (with string integer) | 7,231,182 Ops/sec |
| Number (with integer) | 5,131,972 Ops/sec |
| parseInt (with integer) | 5,101,390 Ops/sec |
| parseInt (with string integer) | 5,011,332 Ops/sec |
| Number (with string integer) | 4,971,752 Ops/sec |
| Unary + (with string float) | 4,284,784 Ops/sec |
| parseInt (with string float) | 4,057,670 Ops/sec |
| Number (with string float) | 3,389,490 Ops/sec |