Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50
Chrome 98
Windows
Desktop
3 years ago
Test name Executions per second
Intl.NumberFormat 1646447.6 Ops/sec
toLocalString 17362630.0 Ops/sec
HTML Preparation code:
x
 
1
2
<script> window.formatter = new Intl.NumberFormat("en-US");</script>
Tests:
  • Intl.NumberFormat

     
    var a = formatter.format("10000");
  • toLocalString

     
    var a = "10000".toLocaleString("en-US");