| Test name | Executions per second |
|---|---|
| Number (with string integer) | 5266758.5 Ops/sec |
| Unary + (with string integer) | 7509618.5 Ops/sec |
| parseInt (with string integer) | 5304712.0 Ops/sec |
| Number (with string float) | 3185438.8 Ops/sec |
| Unary + (with string float) | 3992365.0 Ops/sec |
| parseInt (with string float) | 3365490.2 Ops/sec |
| Number (with integer) | 5428931.0 Ops/sec |
| Unary + (with integer) | 7933422.0 Ops/sec |
| parseInt (with integer) | 5213793.0 Ops/sec |
| Number (with float) | 7965177.5 Ops/sec |
| Unary + (with float) | 14895774.0 Ops/sec |
| parseInt (with float) | 7779815.5 Ops/sec |
| Number (with NaN) | 15944333.0 Ops/sec |
| Unary + (with NaN) | 148504224.0 Ops/sec |
| parseInt (with NaN) | 15887919.0 Ops/sec |