Tests:
  • parseFloat()

    AخA
     
    var string = parseFloat((3/2).toFixed(4)).toString();
  • regex

     
    var string = (3/2).toFixed(4).replace('^[+-]?([0-9]*[.])?[0-9]+$', '');
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    parseFloat()
    regex

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 7 months ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36
Chrome 128 on Windows
View result in a separate tab
Test name Executions per second
parseFloat() 1703416.9 Ops/sec
regex 3463378.8 Ops/sec