| Test name | Executions per second |
|---|---|
| Number (with string integer) | 46066052.0 Ops/sec |
| Unary + (with string integer) | 47561096.0 Ops/sec |
| parseInt (with string integer) | 48847128.0 Ops/sec |
| Number (with string float) | 5155490.5 Ops/sec |
| Unary + (with string float) | 5442132.5 Ops/sec |
| parseInt (with string float) | 5905913.0 Ops/sec |
| Number (with integer) | 86253560.0 Ops/sec |
| Unary + (with integer) | 81472896.0 Ops/sec |
| parseInt (with integer) | 69472744.0 Ops/sec |
| Number (with float) | 84139832.0 Ops/sec |
| Unary + (with float) | 83621688.0 Ops/sec |
| parseInt (with float) | 57638984.0 Ops/sec |
| Number (with NaN) | 140789440.0 Ops/sec |
| Unary + (with NaN) | 137489216.0 Ops/sec |
| parseInt (with NaN) | 137478208.0 Ops/sec |