Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 Edg/94.0.992.50
Chrome 94
Mac OS X 10.15.7
Desktop
3 years ago
Test name Executions per second
toFixed(2) 3158512.8 Ops/sec
toPrecision(2).toString() 4505558.5 Ops/sec
(Math.round(*100)/100).toString() 5027852.0 Ops/sec
(Math.round(*100) * 0.01).toString() 5005704.5 Ops/sec
customRound(*100) * 0.01.toString() 6968986.0 Ops/sec
Script Preparation code:
Tests:
  • toFixed(2)

  • toPrecision(2).toString()

  • (Math.round(*100)/100).toString()

  • (Math.round(*100) * 0.01).toString()

  • customRound(*100) * 0.01.toString()


;