| Test name | Executions per second |
|---|---|
| Number (with string integer) | 3877906.8 Ops/sec |
| Unary + (with string integer) | 5495843.5 Ops/sec |
| parseInt (with string integer) | 3774478.5 Ops/sec |
| Number (with string float) | 2217624.0 Ops/sec |
| Unary + (with string float) | 2833618.8 Ops/sec |
| parseInt (with string float) | 2676208.0 Ops/sec |
| Number (with integer) | 4012649.5 Ops/sec |
| Unary + (with integer) | 5633438.0 Ops/sec |
| parseInt (with integer) | 3848774.0 Ops/sec |
| Number (with float) | 5708925.5 Ops/sec |
| Unary + (with float) | 10809483.0 Ops/sec |
| parseInt (with float) | 5516093.5 Ops/sec |
| Number (with NaN) | 12105302.0 Ops/sec |
| Unary + (with NaN) | 171185408.0 Ops/sec |
| parseInt (with NaN) | 11980994.0 Ops/sec |