Test name | Executions per second |
---|---|
Number (with string integer) | 4748870.0 Ops/sec |
Unary + (with string integer) | 6875631.0 Ops/sec |
parseInt (with string integer) | 4768255.5 Ops/sec |
Number (with string float) | 3011294.5 Ops/sec |
Unary + (with string float) | 3754354.8 Ops/sec |
parseInt (with string float) | 3508979.5 Ops/sec |
Number (with integer) | 4917200.0 Ops/sec |
Unary + (with integer) | 7252176.5 Ops/sec |
parseInt (with integer) | 4867222.5 Ops/sec |
Number (with float) | 7296443.0 Ops/sec |
Unary + (with float) | 12804883.0 Ops/sec |
parseInt (with float) | 6791371.5 Ops/sec |
Number (with NaN) | 15206262.0 Ops/sec |
Unary + (with NaN) | 1023049344.0 Ops/sec |
parseInt (with NaN) | 11704304.0 Ops/sec |