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()

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    toFixed(2)
    toPrecision(2).toString()
    (Math.round(*100)/100).toString()
    (Math.round(*100) * 0.01).toString()
    customRound(*100) * 0.01.toString()

    Fastest: N/A

    Slowest: N/A

Get performance results from real users on your website with Request Metrics.
Latest run results:
Run details: (Test run date: 2 years ago)
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 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
toFixed(2) 3158513.0 Ops/sec
toPrecision(2).toString() 4505559.0 Ops/sec
(Math.round(*100)/100).toString() 5027852.0 Ops/sec
(Math.round(*100) * 0.01).toString() 5005705.0 Ops/sec
customRound(*100) * 0.01.toString() 6968986.0 Ops/sec