Test name | Executions per second |
---|---|
Number (with string integer) | 3386207.0 Ops/sec |
Unary + (with string integer) | 4954946.0 Ops/sec |
parseInt (with string integer) | 3592105.2 Ops/sec |
Number (with string float) | 1839652.4 Ops/sec |
Unary + (with string float) | 2729822.0 Ops/sec |
parseInt (with string float) | 2144907.0 Ops/sec |
Number (with integer) | 3463830.8 Ops/sec |
Unary + (with integer) | 4891964.5 Ops/sec |
parseInt (with integer) | 3246293.5 Ops/sec |
Number (with float) | 5379643.5 Ops/sec |
Unary + (with float) | 10354959.0 Ops/sec |
parseInt (with float) | 5173632.5 Ops/sec |
Number (with NaN) | 11320971.0 Ops/sec |
Unary + (with NaN) | 1068259648.0 Ops/sec |
parseInt (with NaN) | 11318521.0 Ops/sec |