| Test name | Executions per second |
|---|---|
| ✓ Number (with NaN) | 144,508,320 Ops/sec |
| parseInt (with NaN) | 137,669,792 Ops/sec |
| Unary + (with NaN) | 137,452,464 Ops/sec |
| Number (with float) | 95,672,576 Ops/sec |
| Number (with integer) | 93,531,064 Ops/sec |
| Unary + (with float) | 93,497,696 Ops/sec |
| Unary + (with integer) | 92,357,552 Ops/sec |
| parseInt (with float) | 70,405,984 Ops/sec |
| parseInt (with integer) | 70,377,416 Ops/sec |
| Number (with string integer) | 57,876,340 Ops/sec |
| parseInt (with string integer) | 57,659,588 Ops/sec |
| Unary + (with string integer) | 56,614,180 Ops/sec |
| parseInt (with string float) | 8,956,869 Ops/sec |
| Unary + (with string float) | 8,521,725 Ops/sec |
| Number (with string float) | 8,329,798 Ops/sec |