| Test name | Executions per second |
|---|---|
| ✓ parseInt (with NaN) | 167,328,080 Ops/sec |
| Unary + (with NaN) | 163,644,784 Ops/sec |
| Number (with NaN) | 161,439,440 Ops/sec |
| Unary + (with integer) | 99,832,136 Ops/sec |
| Number (with integer) | 96,539,968 Ops/sec |
| Number (with float) | 95,702,048 Ops/sec |
| Unary + (with float) | 92,928,128 Ops/sec |
| parseInt (with integer) | 83,664,560 Ops/sec |
| parseInt (with float) | 73,734,416 Ops/sec |
| parseInt (with string integer) | 66,295,688 Ops/sec |
| Unary + (with string integer) | 65,304,000 Ops/sec |
| Number (with string integer) | 62,836,328 Ops/sec |
| parseInt (with string float) | 8,790,988 Ops/sec |
| Unary + (with string float) | 8,178,986 Ops/sec |
| Number (with string float) | 8,085,738 Ops/sec |