Test name | Executions per second |
---|---|
Number (with string integer) | 2591939.0 Ops/sec |
Unary + (with string integer) | 3808229.2 Ops/sec |
parseInt (with string integer) | 2682694.0 Ops/sec |
Number (with string float) | 1563117.5 Ops/sec |
Unary + (with string float) | 1990808.9 Ops/sec |
parseInt (with string float) | 1827972.4 Ops/sec |
Number (with integer) | 2758897.5 Ops/sec |
Unary + (with integer) | 4105019.8 Ops/sec |
parseInt (with integer) | 2727182.2 Ops/sec |
Number (with float) | 4010375.8 Ops/sec |
Unary + (with float) | 8052119.5 Ops/sec |
parseInt (with float) | 3963356.5 Ops/sec |
Number (with NaN) | 8641811.0 Ops/sec |
Unary + (with NaN) | 102891968.0 Ops/sec |
parseInt (with NaN) | 6257093.0 Ops/sec |