| Test name | Executions per second |
|---|---|
| ✓ Number (with NaN) | 133,550,008 Ops/sec |
| Unary + (with NaN) | 128,934,136 Ops/sec |
| parseInt (with NaN) | 123,709,656 Ops/sec |
| Number (with integer) | 78,157,392 Ops/sec |
| Unary + (with float) | 76,626,736 Ops/sec |
| Number (with float) | 74,036,704 Ops/sec |
| Unary + (with integer) | 73,983,024 Ops/sec |
| Number (with string integer) | 63,153,728 Ops/sec |
| parseInt (with integer) | 58,755,068 Ops/sec |
| parseInt (with float) | 53,077,900 Ops/sec |
| Unary + (with string integer) | 43,665,928 Ops/sec |
| parseInt (with string integer) | 38,442,036 Ops/sec |
| parseInt (with string float) | 8,629,276 Ops/sec |
| Unary + (with string float) | 7,671,954 Ops/sec |
| Number (with string float) | 7,397,962 Ops/sec |