Test name | Executions per second |
---|---|
Number (with string integer) | 2643549.2 Ops/sec |
Unary + (with string integer) | 3817211.5 Ops/sec |
parseInt (with string integer) | 2674293.8 Ops/sec |
Number (with string float) | 1681426.8 Ops/sec |
Unary + (with string float) | 2220999.0 Ops/sec |
parseInt (with string float) | 1953273.9 Ops/sec |
Number (with integer) | 2829738.2 Ops/sec |
Unary + (with integer) | 4114457.8 Ops/sec |
parseInt (with integer) | 2753705.2 Ops/sec |
Number (with float) | 4140494.8 Ops/sec |
Unary + (with float) | 7886063.5 Ops/sec |
parseInt (with float) | 3956387.0 Ops/sec |
Number (with NaN) | 9079867.0 Ops/sec |
Unary + (with NaN) | 867138560.0 Ops/sec |
parseInt (with NaN) | 8890848.0 Ops/sec |