Test case name | Result |
---|---|
divided by 10 toFixed(1) | |
divided by 10 toPrecision(1).toString() | |
divided by 10 (Math.round(*10000)/10000).toString() |
Test name | Executions per second |
---|---|
divided by 10 toFixed(1) | 2679251.5 Ops/sec |
divided by 10 toPrecision(1).toString() | 2738772.0 Ops/sec |
divided by 10 (Math.round(*10000)/10000).toString() | 2526912.0 Ops/sec |