Tests:
  • RegExp replace

    AخA
     
    const priceEu = '650'.replace(/.+/, 'Price EU: $&€');
    const priceUs = '715'.replace(/.+/, 'Price US: $$&');
  • String join

     
    const priceEu = ['Price EU: ', '€'].join('650');
    const priceUs = ['Price US: $', ''].join('715');
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    RegExp replace
    String join

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 4 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36
Chrome 86 on Windows
View result in a separate tab
Test name Executions per second
RegExp replace 583565.0 Ops/sec
String join 3449347.5 Ops/sec