| Test name | Executions per second |
|---|---|
| Number (with string integer) | 5449579.5 Ops/sec |
| Unary + (with string integer) | 7733264.0 Ops/sec |
| parseInt (with string integer) | 5381956.5 Ops/sec |
| Number (with string float) | 3694467.2 Ops/sec |
| Unary + (with string float) | 4646579.5 Ops/sec |
| parseInt (with string float) | 4295602.0 Ops/sec |
| Number (with integer) | 5609382.5 Ops/sec |
| Unary + (with integer) | 8061715.0 Ops/sec |
| parseInt (with integer) | 5503199.0 Ops/sec |
| Number (with float) | 8132795.5 Ops/sec |
| Unary + (with float) | 15009348.0 Ops/sec |
| parseInt (with float) | 7894257.0 Ops/sec |
| Number (with NaN) | 16048383.0 Ops/sec |
| Unary + (with NaN) | 178931520.0 Ops/sec |
| parseInt (with NaN) | 15858300.0 Ops/sec |