Test name | Executions per second |
---|---|
Number (with string integer) | 3034876.5 Ops/sec |
Unary + (with string integer) | 4355184.0 Ops/sec |
parseInt (with string integer) | 3072651.8 Ops/sec |
Number (with string float) | 1710057.0 Ops/sec |
Unary + (with string float) | 2192828.0 Ops/sec |
parseInt (with string float) | 2057494.2 Ops/sec |
Number (with integer) | 3253610.5 Ops/sec |
Unary + (with integer) | 4783480.0 Ops/sec |
parseInt (with integer) | 3152805.8 Ops/sec |
Number (with float) | 4899699.5 Ops/sec |
Unary + (with float) | 9506097.0 Ops/sec |
parseInt (with float) | 4515847.5 Ops/sec |
Number (with NaN) | 10056483.0 Ops/sec |
Unary + (with NaN) | 1037469312.0 Ops/sec |
parseInt (with NaN) | 7752598.5 Ops/sec |