Test name | Executions per second |
---|---|
Number (with string integer) | 2264972.0 Ops/sec |
Unary + (with string integer) | 2943989.2 Ops/sec |
parseInt (with string integer) | 2329654.0 Ops/sec |
Number (with string float) | 1250722.2 Ops/sec |
Unary + (with string float) | 1708319.1 Ops/sec |
parseInt (with string float) | 1674658.5 Ops/sec |
Number (with integer) | 2462532.5 Ops/sec |
Unary + (with integer) | 3618044.8 Ops/sec |
parseInt (with integer) | 2343103.5 Ops/sec |
Number (with float) | 3375812.8 Ops/sec |
Unary + (with float) | 6714206.0 Ops/sec |
parseInt (with float) | 3259194.8 Ops/sec |
Number (with NaN) | 7153206.5 Ops/sec |
Unary + (with NaN) | 306577952.0 Ops/sec |
parseInt (with NaN) | 1791769.4 Ops/sec |