| Test name | Executions per second |
|---|---|
| ✓ Unary + (with NaN) | 115,805,384 Ops/sec |
| parseInt (with NaN) | 11,301,867 Ops/sec |
| Number (with NaN) | 11,171,146 Ops/sec |
| Unary + (with float) | 10,376,790 Ops/sec |
| Unary + (with integer) | 5,831,906 Ops/sec |
| Number (with float) | 5,604,960 Ops/sec |
| parseInt (with float) | 5,385,102 Ops/sec |
| Unary + (with string integer) | 5,145,685 Ops/sec |
| Number (with integer) | 3,973,419 Ops/sec |
| parseInt (with integer) | 3,754,735 Ops/sec |
| Number (with string integer) | 3,664,614 Ops/sec |
| parseInt (with string integer) | 3,642,762 Ops/sec |
| Unary + (with string float) | 3,126,319 Ops/sec |
| parseInt (with string float) | 2,549,427 Ops/sec |
| Number (with string float) | 2,474,588 Ops/sec |