| Test name | Executions per second |
|---|---|
| ✓ Unary + (with NaN) | 469,318,592 Ops/sec |
| Unary + (with float) | 17,624,038 Ops/sec |
| parseInt (with NaN) | 17,598,678 Ops/sec |
| Number (with NaN) | 16,902,120 Ops/sec |
| Unary + (with integer) | 9,559,237 Ops/sec |
| parseInt (with float) | 9,412,235 Ops/sec |
| Unary + (with string float) | 7,893,255 Ops/sec |
| Number (with float) | 7,310,432 Ops/sec |
| parseInt (with integer) | 6,412,734 Ops/sec |
| Number (with integer) | 6,371,984 Ops/sec |
| parseInt (with string float) | 5,771,878 Ops/sec |
| Number (with string float) | 5,653,516 Ops/sec |
| parseInt (with string integer) | 5,569,950 Ops/sec |
| Number (with string integer) | 5,452,150 Ops/sec |
| Unary + (with string integer) | 4,129,738 Ops/sec |