| Test name | Executions per second |
|---|---|
| ✓ Unary + (with NaN) | 963,404,096 Ops/sec |
| Number (with NaN) | 9,967,594 Ops/sec |
| parseInt (with NaN) | 9,948,673 Ops/sec |
| Unary + (with float) | 8,822,869 Ops/sec |
| Number (with float) | 4,806,104 Ops/sec |
| Unary + (with integer) | 4,412,930 Ops/sec |
| parseInt (with float) | 4,392,804 Ops/sec |
| Unary + (with string integer) | 3,924,730 Ops/sec |
| parseInt (with integer) | 3,212,588 Ops/sec |
| Number (with integer) | 3,100,938 Ops/sec |
| parseInt (with string integer) | 2,656,766 Ops/sec |
| Number (with string integer) | 2,627,557 Ops/sec |
| Unary + (with string float) | 2,181,838 Ops/sec |
| parseInt (with string float) | 1,974,157 Ops/sec |
| Number (with string float) | 1,602,111 Ops/sec |