| Test name | Executions per second |
|---|---|
| Number (with string integer) | 4956952.0 Ops/sec |
| Unary + (with string integer) | 7157207.5 Ops/sec |
| parseInt (with string integer) | 5028725.5 Ops/sec |
| Number (with string float) | 3319644.0 Ops/sec |
| Unary + (with string float) | 4175912.8 Ops/sec |
| parseInt (with string float) | 3984864.0 Ops/sec |
| Number (with integer) | 5052408.0 Ops/sec |
| Unary + (with integer) | 7427682.0 Ops/sec |
| parseInt (with integer) | 5077360.0 Ops/sec |
| Number (with float) | 7503051.0 Ops/sec |
| Unary + (with float) | 13772382.0 Ops/sec |
| parseInt (with float) | 7350199.5 Ops/sec |
| Number (with NaN) | 14845792.0 Ops/sec |
| Unary + (with NaN) | 166833008.0 Ops/sec |
| parseInt (with NaN) | 12521552.0 Ops/sec |