Tests:
  • replace regex

    AخA
     
    "this is it".replace(/ /g, "+");
  • replace All

     
    "this is it".replaceAll(" ", "+");
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    replace regex
    replace All

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one year ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0
Firefox 117 on Windows
View result in a separate tab
Test name Executions per second
replace regex 13049003.0 Ops/sec
replace All 19501702.0 Ops/sec