| Test name | Executions per second |
|---|---|
| ✓ Unary + (with NaN) | 192,085,632 Ops/sec |
| parseInt (with NaN) | 19,079,310 Ops/sec |
| Unary + (with float) | 18,604,116 Ops/sec |
| Number (with NaN) | 17,893,268 Ops/sec |
| parseInt (with float) | 9,866,893 Ops/sec |
| Number (with float) | 8,369,838 Ops/sec |
| Unary + (with string integer) | 8,227,985 Ops/sec |
| Unary + (with string float) | 7,012,830 Ops/sec |
| parseInt (with integer) | 7,006,746 Ops/sec |
| Unary + (with integer) | 6,772,040 Ops/sec |
| Number (with string integer) | 5,931,248 Ops/sec |
| parseInt (with string integer) | 5,868,448 Ops/sec |
| parseInt (with string float) | 5,456,702 Ops/sec |
| Number (with integer) | 5,364,293 Ops/sec |
| Number (with string float) | 5,269,336 Ops/sec |