| Test name | Executions per second |
|---|---|
| ✓ Number (with NaN) | 140,789,440 Ops/sec |
| Unary + (with NaN) | 137,489,216 Ops/sec |
| parseInt (with NaN) | 137,478,208 Ops/sec |
| Number (with integer) | 86,253,560 Ops/sec |
| Number (with float) | 84,139,832 Ops/sec |
| Unary + (with float) | 83,621,688 Ops/sec |
| Unary + (with integer) | 81,472,896 Ops/sec |
| parseInt (with integer) | 69,472,744 Ops/sec |
| parseInt (with float) | 57,638,984 Ops/sec |
| parseInt (with string integer) | 48,847,128 Ops/sec |
| Unary + (with string integer) | 47,561,096 Ops/sec |
| Number (with string integer) | 46,066,052 Ops/sec |
| parseInt (with string float) | 5,905,913 Ops/sec |
| Unary + (with string float) | 5,442,132 Ops/sec |
| Number (with string float) | 5,155,490 Ops/sec |