| Test name | Executions per second |
|---|---|
| ✓ Unary + (with NaN) | 170,938,800 Ops/sec |
| Number (with NaN) | 15,403,207 Ops/sec |
| parseInt (with NaN) | 15,394,857 Ops/sec |
| Unary + (with float) | 14,679,106 Ops/sec |
| Unary + (with integer) | 7,932,063 Ops/sec |
| Number (with float) | 7,846,660 Ops/sec |
| parseInt (with float) | 7,526,770 Ops/sec |
| Unary + (with string integer) | 7,504,464 Ops/sec |
| Number (with integer) | 5,446,434 Ops/sec |
| parseInt (with integer) | 5,331,914 Ops/sec |
| parseInt (with string integer) | 5,245,568 Ops/sec |
| Number (with string integer) | 5,188,144 Ops/sec |
| Unary + (with string float) | 3,841,696 Ops/sec |
| parseInt (with string float) | 3,814,571 Ops/sec |
| Number (with string float) | 3,097,999 Ops/sec |