Test name | Executions per second |
---|---|
toFixed(2) | 2412492.0 Ops/sec |
toPrecision(2).toString() | 3593011.2 Ops/sec |
(Math.round(*100)/100).toString() | 3963898.0 Ops/sec |
(Math.round(*100) * 0.01).toString() | 3941586.5 Ops/sec |
customRound(*100) * 0.01.toString() | 5896750.5 Ops/sec |