Test name | Executions per second |
---|---|
Number (with string integer) | 230435.9 Ops/sec |
Unary + (with string integer) | 305004.7 Ops/sec |
parseInt (with string integer) | 233293.0 Ops/sec |
Number (with string float) | 167493.3 Ops/sec |
Unary + (with string float) | 212723.2 Ops/sec |
parseInt (with string float) | 208611.2 Ops/sec |
Number (with integer) | 257597.0 Ops/sec |
Unary + (with integer) | 343362.1 Ops/sec |
parseInt (with integer) | 257585.1 Ops/sec |
Number (with float) | 348337.0 Ops/sec |
Unary + (with float) | 610381.5 Ops/sec |
parseInt (with float) | 343777.5 Ops/sec |
Number (with NaN) | 807110.7 Ops/sec |
Unary + (with NaN) | 306020640.0 Ops/sec |
parseInt (with NaN) | 581602.3 Ops/sec |