| Test name | Executions per second |
|---|---|
| Number (with string integer) | 80467056.0 Ops/sec |
| Unary + (with string integer) | 84623976.0 Ops/sec |
| parseInt (with string integer) | 85951768.0 Ops/sec |
| Number (with string float) | 10787736.0 Ops/sec |
| Unary + (with string float) | 10874979.0 Ops/sec |
| parseInt (with string float) | 11500745.0 Ops/sec |
| Number (with integer) | 132188592.0 Ops/sec |
| Unary + (with integer) | 46186212.0 Ops/sec |
| parseInt (with integer) | 36413292.0 Ops/sec |
| Number (with float) | 104654040.0 Ops/sec |
| Unary + (with float) | 133976688.0 Ops/sec |
| parseInt (with float) | 103074424.0 Ops/sec |
| Number (with NaN) | 219467760.0 Ops/sec |
| Unary + (with NaN) | 59961624.0 Ops/sec |
| parseInt (with NaN) | 60623924.0 Ops/sec |