| Test name | Executions per second |
|---|---|
| ✓ Unary + (with NaN) | 782,283,712 Ops/sec |
| Number (with NaN) | 6,205,412 Ops/sec |
| parseInt (with NaN) | 6,071,031 Ops/sec |
| Unary + (with float) | 5,933,990 Ops/sec |
| Unary + (with integer) | 3,103,226 Ops/sec |
| parseInt (with float) | 3,035,085 Ops/sec |
| Number (with float) | 3,033,404 Ops/sec |
| Unary + (with string integer) | 2,854,920 Ops/sec |
| parseInt (with integer) | 2,079,005 Ops/sec |
| Number (with integer) | 2,078,077 Ops/sec |
| parseInt (with string integer) | 1,994,036 Ops/sec |
| Number (with string integer) | 1,982,554 Ops/sec |
| Unary + (with string float) | 1,496,224 Ops/sec |
| parseInt (with string float) | 1,347,984 Ops/sec |
| Number (with string float) | 1,169,534 Ops/sec |