Test name | Executions per second |
---|---|
Number (with string integer) | 2795402.2 Ops/sec |
Unary + (with string integer) | 3969512.2 Ops/sec |
parseInt (with string integer) | 2649391.5 Ops/sec |
Number (with string float) | 1742246.8 Ops/sec |
Unary + (with string float) | 2281198.2 Ops/sec |
parseInt (with string float) | 1905282.0 Ops/sec |
Number (with integer) | 2758267.8 Ops/sec |
Unary + (with integer) | 4110027.2 Ops/sec |
parseInt (with integer) | 2552061.2 Ops/sec |
Number (with float) | 3612336.8 Ops/sec |
Unary + (with float) | 6991140.0 Ops/sec |
parseInt (with float) | 3860235.8 Ops/sec |
Number (with NaN) | 7572851.5 Ops/sec |
Unary + (with NaN) | 934670272.0 Ops/sec |
parseInt (with NaN) | 8242142.5 Ops/sec |