| Test name | Executions per second |
|---|---|
| Number (with string integer) | 1193835.5 Ops/sec |
| Unary + (with string integer) | 1730642.5 Ops/sec |
| parseInt (with string integer) | 1167552.1 Ops/sec |
| Number (with string float) | 772785.9 Ops/sec |
| Unary + (with string float) | 986505.7 Ops/sec |
| parseInt (with string float) | 898257.4 Ops/sec |
| Number (with integer) | 1268491.8 Ops/sec |
| Unary + (with integer) | 1772464.6 Ops/sec |
| parseInt (with integer) | 1185470.1 Ops/sec |
| Number (with float) | 1729816.8 Ops/sec |
| Unary + (with float) | 3203686.8 Ops/sec |
| parseInt (with float) | 1665003.6 Ops/sec |
| Number (with NaN) | 3642809.0 Ops/sec |
| Unary + (with NaN) | 44112748.0 Ops/sec |
| parseInt (with NaN) | 3848804.8 Ops/sec |