Script Preparation code:
Tests:
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    toFixed(4)
    toPrecision(4).toString()
    (Math.round(*10000)/10000).toString()
    ~~(someFloat * 10000) / 10000

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one year ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36
Chrome 124 on Mac OS X 10.15.7
View result in a separate tab
~~(someFloat * 10000) / 10000
12.8M/s
toPrecision(4).toString()
4.6M/s
(Math.round(*10000)/10000).toString()
4.3M/s
toFixed(4)
3.6M/s
View exact numbers
Test name Executions per second
~~(someFloat * 10000) / 10000 12,792,228 Ops/sec
toPrecision(4).toString() 4,563,444 Ops/sec
(Math.round(*10000)/10000).toString() 4,327,884 Ops/sec
toFixed(4) 3,565,014 Ops/sec