Test name | Executions per second |
---|---|
Number (with string integer) | 3206939.8 Ops/sec |
Unary + (with string integer) | 4713718.5 Ops/sec |
parseInt (with string integer) | 3190546.5 Ops/sec |
Number (with string float) | 2112728.0 Ops/sec |
Unary + (with string float) | 2544122.2 Ops/sec |
parseInt (with string float) | 2466697.8 Ops/sec |
Number (with integer) | 3404274.2 Ops/sec |
Unary + (with integer) | 4953911.5 Ops/sec |
parseInt (with integer) | 3353477.8 Ops/sec |
Number (with float) | 5161081.0 Ops/sec |
Unary + (with float) | 9028186.0 Ops/sec |
parseInt (with float) | 4791819.0 Ops/sec |
Number (with NaN) | 10546518.0 Ops/sec |
Unary + (with NaN) | 875623424.0 Ops/sec |
parseInt (with NaN) | 10661894.0 Ops/sec |