Script Preparation code:
Tests:
  • Number(v.toPrecision(p))

  • _p=Math.pow(10,p-Math.ceil(Math.log10(v)));Math.round(v*_p)/_p

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    Number(v.toPrecision(p))
    _p=Math.pow(10,p-Math.ceil(Math.log10(v)));Math.round(v*_p)/_p

    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 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36
Chrome 92 on Linux
View result in a separate tab
Test name Executions per second
Number(v.toPrecision(p)) 1231509.0 Ops/sec
_p=Math.pow(10,p-Math.ceil(Math.log10(v)));Math.round(v*_p)/_p 896504.3 Ops/sec