Script Preparation code:
AخA
 
var someFloat = 123.456;
Tests:
  • toFixed()

     
    someFloat.toFixed();
  • String(Math.floor())

     
    String(Math.floor(someFloat));
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    toFixed()
    String(Math.floor())

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.63
Chrome 104 on Windows
View result in a separate tab
Test name Executions per second
toFixed() 9507515.0 Ops/sec
String(Math.floor()) 5941521.0 Ops/sec