| Test name | Executions per second |
|---|---|
| ✓ Unary + (with NaN) | 191,055,920 Ops/sec |
| parseInt (with NaN) | 182,255,680 Ops/sec |
| Number (with NaN) | 175,403,456 Ops/sec |
| Unary + (with float) | 108,123,280 Ops/sec |
| Unary + (with integer) | 107,708,480 Ops/sec |
| Number (with integer) | 105,851,616 Ops/sec |
| Number (with float) | 104,540,648 Ops/sec |
| parseInt (with integer) | 95,503,744 Ops/sec |
| parseInt (with float) | 81,386,304 Ops/sec |
| parseInt (with string integer) | 71,857,376 Ops/sec |
| Unary + (with string integer) | 71,371,760 Ops/sec |
| Number (with string integer) | 68,985,520 Ops/sec |
| parseInt (with string float) | 10,191,766 Ops/sec |
| Unary + (with string float) | 9,700,726 Ops/sec |
| Number (with string float) | 9,598,690 Ops/sec |