Test name | Executions per second |
---|---|
Number (with string integer) | 2627557.0 Ops/sec |
Unary + (with string integer) | 3924729.8 Ops/sec |
parseInt (with string integer) | 2656765.5 Ops/sec |
Number (with string float) | 1602110.8 Ops/sec |
Unary + (with string float) | 2181838.2 Ops/sec |
parseInt (with string float) | 1974156.8 Ops/sec |
Number (with integer) | 3100938.0 Ops/sec |
Unary + (with integer) | 4412930.0 Ops/sec |
parseInt (with integer) | 3212588.5 Ops/sec |
Number (with float) | 4806104.5 Ops/sec |
Unary + (with float) | 8822869.0 Ops/sec |
parseInt (with float) | 4392804.0 Ops/sec |
Number (with NaN) | 9967594.0 Ops/sec |
Unary + (with NaN) | 963404096.0 Ops/sec |
parseInt (with NaN) | 9948673.0 Ops/sec |