| Test name | Executions per second |
|---|---|
| Number (with string integer) | 6643104.0 Ops/sec |
| Unary + (with string integer) | 9667126.0 Ops/sec |
| parseInt (with string integer) | 6720947.0 Ops/sec |
| Number (with string float) | 4479214.0 Ops/sec |
| Unary + (with string float) | 5637646.5 Ops/sec |
| parseInt (with string float) | 5142293.0 Ops/sec |
| Number (with integer) | 6921190.0 Ops/sec |
| Unary + (with integer) | 10128567.0 Ops/sec |
| parseInt (with integer) | 6820458.0 Ops/sec |
| Number (with float) | 10101317.0 Ops/sec |
| Unary + (with float) | 18750108.0 Ops/sec |
| parseInt (with float) | 9872110.0 Ops/sec |
| Number (with NaN) | 20129788.0 Ops/sec |
| Unary + (with NaN) | 244717888.0 Ops/sec |
| parseInt (with NaN) | 20048450.0 Ops/sec |