| Test name | Executions per second |
|---|---|
| Number (with string integer) | 2218739.8 Ops/sec |
| Unary + (with string integer) | 3237633.5 Ops/sec |
| parseInt (with string integer) | 2158609.0 Ops/sec |
| Number (with string float) | 1580852.5 Ops/sec |
| Unary + (with string float) | 2054027.4 Ops/sec |
| parseInt (with string float) | 1749145.5 Ops/sec |
| Number (with integer) | 2328694.5 Ops/sec |
| Unary + (with integer) | 3402229.2 Ops/sec |
| parseInt (with integer) | 2207072.5 Ops/sec |
| Number (with float) | 3431767.0 Ops/sec |
| Unary + (with float) | 6534966.0 Ops/sec |
| parseInt (with float) | 3131098.8 Ops/sec |
| Number (with NaN) | 7102501.5 Ops/sec |
| Unary + (with NaN) | 1040272320.0 Ops/sec |
| parseInt (with NaN) | 7018573.5 Ops/sec |