Test case name | Result |
---|---|
Number (with string integer) | |
Unary + (with string integer) | |
parseInt (with string integer) | |
Number (with string float) | |
Unary + (with string float) | |
parseInt (with string float) | |
Number (with integer) | |
Unary + (with integer) | |
parseInt (with integer) | |
Number (with float) | |
Unary + (with float) | |
parseInt (with float) | |
Number (with NaN) | |
Unary + (with NaN) | |
parseInt (with NaN) |
Test name | Executions per second |
---|---|
Number (with string integer) | 4971752.5 Ops/sec |
Unary + (with string integer) | 7231181.5 Ops/sec |
parseInt (with string integer) | 5011332.0 Ops/sec |
Number (with string float) | 3389489.8 Ops/sec |
Unary + (with string float) | 4284784.0 Ops/sec |
parseInt (with string float) | 4057670.2 Ops/sec |
Number (with integer) | 5131971.5 Ops/sec |
Unary + (with integer) | 7515853.0 Ops/sec |
parseInt (with integer) | 5101389.5 Ops/sec |
Number (with float) | 7537500.0 Ops/sec |
Unary + (with float) | 13998507.0 Ops/sec |
parseInt (with float) | 7310545.5 Ops/sec |
Number (with NaN) | 14919694.0 Ops/sec |
Unary + (with NaN) | 165524832.0 Ops/sec |
parseInt (with NaN) | 14786940.0 Ops/sec |