Test name | Executions per second |
---|---|
Number (with string integer) | 1969095.9 Ops/sec |
Unary + (with string integer) | 2898213.5 Ops/sec |
parseInt (with string integer) | 2471435.2 Ops/sec |
Number (with string float) | 1591044.2 Ops/sec |
Unary + (with string float) | 2108404.8 Ops/sec |
parseInt (with string float) | 1883850.8 Ops/sec |
Number (with integer) | 2631436.8 Ops/sec |
Unary + (with integer) | 3999912.0 Ops/sec |
parseInt (with integer) | 2639459.2 Ops/sec |
Number (with float) | 3887743.5 Ops/sec |
Unary + (with float) | 7750259.0 Ops/sec |
parseInt (with float) | 3884924.8 Ops/sec |
Number (with NaN) | 8209259.0 Ops/sec |
Unary + (with NaN) | 827041408.0 Ops/sec |
parseInt (with NaN) | 7839526.0 Ops/sec |