Tests:
  • cached Intl.NumberFormat

    AخA
     
    window.a = window.a || new Intl.NumberFormat("en-US");
    var a = window.a.format("10000")
  • toLocaleString

     
    var a = Number.parseFloat("10000.23").toFixed(2).toLocaleString("en-US");
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    cached Intl.NumberFormat
    toLocaleString

    Fastest: N/A

    Slowest: N/A

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/101.0.4951.54 Safari/537.36
Chrome 101 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
cached Intl.NumberFormat 1017040.6 Ops/sec
toLocaleString 2631125.8 Ops/sec