Test name | Executions per second |
---|---|
Number (with string integer) | 2482963.0 Ops/sec |
Unary + (with string integer) | 3544886.0 Ops/sec |
parseInt (with string integer) | 2493258.2 Ops/sec |
Number (with string float) | 1427382.2 Ops/sec |
Unary + (with string float) | 1787706.0 Ops/sec |
parseInt (with string float) | 1669383.4 Ops/sec |
Number (with integer) | 2625194.8 Ops/sec |
Unary + (with integer) | 3826270.8 Ops/sec |
parseInt (with integer) | 2584749.2 Ops/sec |
Number (with float) | 3743036.8 Ops/sec |
Unary + (with float) | 6571973.5 Ops/sec |
parseInt (with float) | 3298183.8 Ops/sec |
Number (with NaN) | 7129420.5 Ops/sec |
Unary + (with NaN) | 957871360.0 Ops/sec |
parseInt (with NaN) | 5042647.0 Ops/sec |