Test name | Executions per second |
---|---|
Number (with string integer) | 1647141.2 Ops/sec |
Unary + (with string integer) | 2365007.2 Ops/sec |
parseInt (with string integer) | 1622476.9 Ops/sec |
Number (with string float) | 1170948.4 Ops/sec |
Unary + (with string float) | 1553385.4 Ops/sec |
parseInt (with string float) | 1257046.8 Ops/sec |
Number (with integer) | 1820789.1 Ops/sec |
Unary + (with integer) | 2643447.8 Ops/sec |
parseInt (with integer) | 1785599.5 Ops/sec |
Number (with float) | 2658423.5 Ops/sec |
Unary + (with float) | 4712359.5 Ops/sec |
parseInt (with float) | 2541833.0 Ops/sec |
Number (with NaN) | 5670096.0 Ops/sec |
Unary + (with NaN) | 744097088.0 Ops/sec |
parseInt (with NaN) | 5466320.0 Ops/sec |