| Test name | Executions per second |
|---|---|
| ✓ Unary + (with NaN) | 1,260,127,232 Ops/sec |
| Number (with NaN) | 5,790,934 Ops/sec |
| Unary + (with float) | 5,494,483 Ops/sec |
| parseInt (with NaN) | 5,324,194 Ops/sec |
| Unary + (with integer) | 3,062,866 Ops/sec |
| Number (with float) | 2,913,221 Ops/sec |
| Unary + (with string integer) | 2,848,017 Ops/sec |
| parseInt (with float) | 2,627,235 Ops/sec |
| Number (with integer) | 2,097,251 Ops/sec |
| parseInt (with integer) | 2,009,013 Ops/sec |
| Number (with string integer) | 1,981,774 Ops/sec |
| parseInt (with string integer) | 1,957,631 Ops/sec |
| Unary + (with string float) | 1,436,460 Ops/sec |
| parseInt (with string float) | 1,290,166 Ops/sec |
| Number (with string float) | 1,136,525 Ops/sec |