Test name | Executions per second |
---|---|
Number (with string integer) | 2045717.9 Ops/sec |
Unary + (with string integer) | 2938169.8 Ops/sec |
parseInt (with string integer) | 1995035.2 Ops/sec |
Number (with string float) | 1028388.1 Ops/sec |
Unary + (with string float) | 1258714.4 Ops/sec |
parseInt (with string float) | 1239041.6 Ops/sec |
Number (with integer) | 2091137.9 Ops/sec |
Unary + (with integer) | 2997268.8 Ops/sec |
parseInt (with integer) | 2048288.5 Ops/sec |
Number (with float) | 3201694.0 Ops/sec |
Unary + (with float) | 5996015.0 Ops/sec |
parseInt (with float) | 3044142.5 Ops/sec |
Number (with NaN) | 6829889.5 Ops/sec |
Unary + (with NaN) | 74256872.0 Ops/sec |
parseInt (with NaN) | 4497367.0 Ops/sec |