Test name | Executions per second |
---|---|
toFixed(2) | 2966718.8 Ops/sec |
toPrecision(2).toString() | 4182233.0 Ops/sec |
(Math.round(*100)/100).toString() | 4856814.0 Ops/sec |
(Math.round(*100) * 0.01).toString() | 4870274.0 Ops/sec |
customRound(*100) * 0.01.toString() | 7136440.0 Ops/sec |