| Test name | Executions per second |
|---|---|
| Number (with string integer) | 5760870.5 Ops/sec |
| Unary + (with string integer) | 8420473.0 Ops/sec |
| parseInt (with string integer) | 5793470.0 Ops/sec |
| Number (with string float) | 3575084.2 Ops/sec |
| Unary + (with string float) | 4456382.0 Ops/sec |
| parseInt (with string float) | 4354956.0 Ops/sec |
| Number (with integer) | 5961756.5 Ops/sec |
| Unary + (with integer) | 8795201.0 Ops/sec |
| parseInt (with integer) | 5912752.5 Ops/sec |
| Number (with float) | 8826579.0 Ops/sec |
| Unary + (with float) | 16946990.0 Ops/sec |
| parseInt (with float) | 8654773.0 Ops/sec |
| Number (with NaN) | 18414456.0 Ops/sec |
| Unary + (with NaN) | 1043805248.0 Ops/sec |
| parseInt (with NaN) | 18365136.0 Ops/sec |