| Test name | Executions per second |
|---|---|
| Number (with string integer) | 62836328.0 Ops/sec |
| Unary + (with string integer) | 65304000.0 Ops/sec |
| parseInt (with string integer) | 66295688.0 Ops/sec |
| Number (with string float) | 8085738.0 Ops/sec |
| Unary + (with string float) | 8178985.5 Ops/sec |
| parseInt (with string float) | 8790988.0 Ops/sec |
| Number (with integer) | 96539968.0 Ops/sec |
| Unary + (with integer) | 99832136.0 Ops/sec |
| parseInt (with integer) | 83664560.0 Ops/sec |
| Number (with float) | 95702048.0 Ops/sec |
| Unary + (with float) | 92928128.0 Ops/sec |
| parseInt (with float) | 73734416.0 Ops/sec |
| Number (with NaN) | 161439440.0 Ops/sec |
| Unary + (with NaN) | 163644784.0 Ops/sec |
| parseInt (with NaN) | 167328080.0 Ops/sec |