| Test name | Executions per second |
|---|---|
| ✓ Unary + (with NaN) | 171,185,408 Ops/sec |
| Number (with NaN) | 12,105,302 Ops/sec |
| parseInt (with NaN) | 11,980,994 Ops/sec |
| Unary + (with float) | 10,809,483 Ops/sec |
| Number (with float) | 5,708,926 Ops/sec |
| Unary + (with integer) | 5,633,438 Ops/sec |
| parseInt (with float) | 5,516,094 Ops/sec |
| Unary + (with string integer) | 5,495,844 Ops/sec |
| Number (with integer) | 4,012,650 Ops/sec |
| Number (with string integer) | 3,877,907 Ops/sec |
| parseInt (with integer) | 3,848,774 Ops/sec |
| parseInt (with string integer) | 3,774,478 Ops/sec |
| Unary + (with string float) | 2,833,619 Ops/sec |
| parseInt (with string float) | 2,676,208 Ops/sec |
| Number (with string float) | 2,217,624 Ops/sec |