| Test name | Executions per second |
|---|---|
| ✓ Unary + (with NaN) | 162,912,544 Ops/sec |
| parseInt (with NaN) | 15,183,397 Ops/sec |
| Number (with NaN) | 15,174,115 Ops/sec |
| Unary + (with float) | 14,144,916 Ops/sec |
| Unary + (with integer) | 7,600,633 Ops/sec |
| Number (with float) | 7,575,813 Ops/sec |
| parseInt (with float) | 7,426,184 Ops/sec |
| Unary + (with string integer) | 6,580,640 Ops/sec |
| Number (with integer) | 5,201,866 Ops/sec |
| parseInt (with integer) | 5,148,097 Ops/sec |
| Number (with string integer) | 4,982,106 Ops/sec |
| parseInt (with string integer) | 4,575,618 Ops/sec |
| Unary + (with string float) | 4,026,022 Ops/sec |
| parseInt (with string float) | 4,008,842 Ops/sec |
| Number (with string float) | 2,339,051 Ops/sec |