Test name | Executions per second |
---|---|
Number (with string integer) | 2172634.2 Ops/sec |
Unary + (with string integer) | 3105514.2 Ops/sec |
parseInt (with string integer) | 2212242.5 Ops/sec |
Number (with string float) | 1212083.9 Ops/sec |
Unary + (with string float) | 1533303.5 Ops/sec |
parseInt (with string float) | 1354719.2 Ops/sec |
Number (with integer) | 2031365.5 Ops/sec |
Unary + (with integer) | 2198641.8 Ops/sec |
parseInt (with integer) | 1050086.4 Ops/sec |
Number (with float) | 1922327.0 Ops/sec |
Unary + (with float) | 5546580.5 Ops/sec |
parseInt (with float) | 2204398.0 Ops/sec |
Number (with NaN) | 4147082.2 Ops/sec |
Unary + (with NaN) | 590767808.0 Ops/sec |
parseInt (with NaN) | 3280813.2 Ops/sec |