Tests:
  • String.replace()

    AخA
     
    'alguma coisa espaçada'.replace(/ /g, '-')
  • String.replaceAll()

     
    'alguma coisa espaçada'.replaceAll(' ', '-')
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    String.replace()
    String.replaceAll()

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 14 days ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 YaBrowser/25.2.0.0 Safari/537.36
Yandex Browser 25 on Windows
View result in a separate tab
Test name Executions per second
String.replace() 6275024.5 Ops/sec
String.replaceAll() 5595674.0 Ops/sec