| Test name | Executions per second |
|---|---|
| Number (with string integer) | 57876340.0 Ops/sec |
| Unary + (with string integer) | 56614180.0 Ops/sec |
| parseInt (with string integer) | 57659588.0 Ops/sec |
| Number (with string float) | 8329798.5 Ops/sec |
| Unary + (with string float) | 8521725.0 Ops/sec |
| parseInt (with string float) | 8956869.0 Ops/sec |
| Number (with integer) | 93531064.0 Ops/sec |
| Unary + (with integer) | 92357552.0 Ops/sec |
| parseInt (with integer) | 70377416.0 Ops/sec |
| Number (with float) | 95672576.0 Ops/sec |
| Unary + (with float) | 93497696.0 Ops/sec |
| parseInt (with float) | 70405984.0 Ops/sec |
| Number (with NaN) | 144508320.0 Ops/sec |
| Unary + (with NaN) | 137452464.0 Ops/sec |
| parseInt (with NaN) | 137669792.0 Ops/sec |