Test name | Executions per second |
---|---|
Number (with string integer) | 5483701.5 Ops/sec |
Unary + (with string integer) | 8074575.5 Ops/sec |
parseInt (with string integer) | 5504329.0 Ops/sec |
Number (with string float) | 3526262.8 Ops/sec |
Unary + (with string float) | 4420131.0 Ops/sec |
parseInt (with string float) | 4243806.0 Ops/sec |
Number (with integer) | 5718187.0 Ops/sec |
Unary + (with integer) | 8436499.0 Ops/sec |
parseInt (with integer) | 5675873.0 Ops/sec |
Number (with float) | 8437957.0 Ops/sec |
Unary + (with float) | 16160621.0 Ops/sec |
parseInt (with float) | 8108202.5 Ops/sec |
Number (with NaN) | 16490441.0 Ops/sec |
Unary + (with NaN) | 1095798912.0 Ops/sec |
parseInt (with NaN) | 16796414.0 Ops/sec |