Test name | Executions per second |
---|---|
Number (with string integer) | 3773097.0 Ops/sec |
Unary + (with string integer) | 5391527.5 Ops/sec |
parseInt (with string integer) | 3700421.0 Ops/sec |
Number (with string float) | 2173703.5 Ops/sec |
Unary + (with string float) | 2697320.8 Ops/sec |
parseInt (with string float) | 2547294.8 Ops/sec |
Number (with integer) | 3878833.8 Ops/sec |
Unary + (with integer) | 5816128.0 Ops/sec |
parseInt (with integer) | 3814015.0 Ops/sec |
Number (with float) | 5812935.0 Ops/sec |
Unary + (with float) | 11126717.0 Ops/sec |
parseInt (with float) | 5526247.5 Ops/sec |
Number (with NaN) | 11945226.0 Ops/sec |
Unary + (with NaN) | 1192825600.0 Ops/sec |
parseInt (with NaN) | 7750083.0 Ops/sec |