Test name | Executions per second |
---|---|
toFixed(2) | 2147661.8 Ops/sec |
toPrecision(2).toString() | 1887224.2 Ops/sec |
(Math.round(*100)/100).toString() | 2883855.8 Ops/sec |
(Math.round(*100) * 0.01).toString() | 3528171.5 Ops/sec |
customRound(*100) * 0.01.toString() | 5959711.5 Ops/sec |